body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
.box-mare .box-check-1 ul li .fas{
color:#00d4ff!important;
}

.box-mare .box-check-2 ul li .fas{
color:#00d4ff!important;
}
nav{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;    
    align-items: center;
    padding: 20px 10px;
	transition: ease-in-out;
    transition: 0.6s;
  }
  .logo a img{
     height:70px;
      margin-right: 1000px;  }
 
  nav .mob-menu{
    display: none;
  }
  /* Search button */
  nav .cauta .cauta1{
    display: none;
    border: 1px solid #ddd;
    padding: 10px 80px 10px 10px;
    box-sizing: border-box;

    }
    
  nav .cauta .cauta2{
    display: none;
}

    ::placeholder{
      color:#999999;
      font-size: 16px;
font-family: 'Poppins', sans-serif;

          } 


  /* Menu list */

  nav .menu{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
  }

  nav .menu .menuitem{ 
    font-size: 16px;
    font-weight: 500;
    padding: 0px 15px 0px 15px;    
   
  }
  nav .menu .menuitem a{
    text-decoration: none;
    color: #ffff;
    padding: 2px 10px 2px 10px;
	font-weight: bold;
	font-size: 20px;
  }

  nav .menu .menuitem a:hover{
       color: #00d4ff;
  }
nav .logo-mob{
  display: none;
}

/* dropdown button */
  nav .menu .dropdown{
    padding: 0px 15px 0px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }

  nav .menu .dropbtn{
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
  }
  
  nav .menu .dropdown:hover .dropbtn {
    background-color: #96C22B;
    border-radius: 15px;
    color: #000;
  }

  
  nav .menu .drop-cont {
    display: none;
    position: absolute;
    background-color: #96C22B;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  nav .menu .drop-cont a{
    color: #000;
    padding: 10px 25px;
    text-decoration: none;
    justify-content: center;
    display: block;
  }

  nav .menu .drop-cont a:hover {
    background-color: #ddd;
    color: #00d4ff;
    border-radius: 10px;
  }
  

nav .menu .dropdown:hover .drop-cont {
  display: block;
  width:200px;
}

nav .btn{
  display: none;
  cursor: pointer;
}

/* sticky navigation */

.sticky{
    background-image: linear-gradient(#010504,#010504, #011515, #15223d,#33374c);
padding: 10px 10px;
transition: 0.6s;
 
}
.sticky .cauta .cauta1{
  display: block;
}

.sticky img{
  max-width: 70px;  
}
.sticky .menu .drop-cont {
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.sticky .menu .dropdown:hover .dropbtn {
  background-color: #fff;
  border-radius: none;
  color: #96C22B;
}
.sticky .menu .menuitem a:hover{

}

/*responsive */
@media (max-width: 1060px){
.close-btn, .menu-btn{
    color: #fff;
}
  nav .btn{
    display: block;
  }

  nav .menu{
    position:fixed;
    background-image: linear-gradient(#010504,#010504, #011515, #15223d,#33374c, #67666b);
    flex-direction: column;
    min-width: 400px;
    height: 100vh;
    top: 0;
    left: -100%;
    align-items: baseline;
    transition: 0.6s;
    transition-property: left;
  }

  nav .menu.active{
    left: 0;
}

  nav .menu .close-btn{
    position: absolute;
    top: 0;
    right: 0;
    margin: 25px;
  }
  nav .logo-mob img{
    display: block;
    width: 10px;
  }
  nav .btn .menu-btn{
    align-items: center;
    
  }
  nav .menu .menuitem a{
    display: block;
    font-size: 20px;
    margin: 20px;
  }
  nav .menu .dropbtn{
    background-color: transparent;
    font-size: 20px;
    margin: 20px;
    border: none;
    cursor: pointer;
  }
  nav .menu .dropdown:hover .drop-cont {
    position: relative;
    width:200px;
  }
  nav .menu .logo{
    display: none;
  }
  .sticky .cauta .cauta1{
    display: none;
  }
  nav .cauta .cauta1{
    display: none;
  }
  nav .cauta .cauta2{
    display: block;
    border: none;
    margin-top: 10px;
    margin-left: 35px;
    margin-bottom: 15px;
    padding: 10px 80px 5px 10px;
  }
  nav .cauta .cauta2:hover{
    background-color: #96C22B;
    border-radius: 10px;
  }
  .sticky .menu .dropdown:hover .dropbtn {
    background-color: #00d4ff;
    border-radius: 15px;
    color: #000;
  }
  .sticky .menu .menuitem a:hover{

  }
    
  .sticky .menu .drop-cont {
    display: none;
    position: absolute;
    background-color: #96C22B;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

}


.call-to-action-btn {
  height: 100px;
  background-color: #f05454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-to-action-btn h3 {
  color: #dddddd;
}

.call-to-action-btn .wrapper {
  margin-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.call-to-action-btn .wrapper button {
  width: 200px;
  height: 70px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #222831), color-stop(50%, #30475e));
  background: linear-gradient(to left top, #222831 50%, #30475e 50%);
  border-style: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
border-radius: 20px 0;
}

.call-to-action-btn .wrapper button span {
  position: absolute;
  display: block;
}

.call-to-action-btn .wrapper button span:nth-child(1) {
  height: 3px;
  width: 200px;
  top: 0px;
  left: -200px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f6e58d));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  -webkit-animation: span1 2s linear infinite;
          animation: span1 2s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes span1 {
  0% {
    left: -200px;
  }
  100% {
    left: 200px;
  }
}

@keyframes span1 {
  0% {
    left: -200px;
  }
  100% {
    left: 200px;
  }
}

.call-to-action-btn .wrapper button span:nth-child(2) {
  height: 70px;
  width: 3px;
  top: -70px;
  right: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#f6e58d));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f6e58d);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  -webkit-animation: span2 2s linear infinite;
          animation: span2 2s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes span2 {
  0% {
    top: -70px;
  }
  100% {
    top: 70px;
  }
}

@keyframes span2 {
  0% {
    top: -70px;
  }
  100% {
    top: 70px;
  }
}

.call-to-action-btn .wrapper button span:nth-child(3) {
  height: 3px;
  width: 200px;
  right: -200px;
  bottom: 0px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#f6e58d));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -webkit-animation: span3 2s linear infinite;
          animation: span3 2s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes span3 {
  0% {
    right: -200px;
  }
  100% {
    right: 200px;
  }
}

@keyframes span3 {
  0% {
    right: -200px;
  }
  100% {
    right: 200px;
  }
}

.call-to-action-btn .wrapper button span:nth-child(4) {
  height: 70px;
  width: 3px;
  bottom: -70px;
  left: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#f6e58d));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  -webkit-animation: span4 2s linear infinite;
          animation: span4 2s linear infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@-webkit-keyframes span4 {
  0% {
    bottom: -70px;
  }
  100% {
    bottom: 70px;
  }
}

@keyframes span4 {
  0% {
    bottom: -70px;
  }
  100% {
    bottom: 70px;
  }
}

.call-to-action-btn .wrapper button:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(-3deg) scale(1.1);
          transform: rotate(-3deg) scale(1.1);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
}

.call-to-action-btn .wrapper button:hover span {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.footer-box {
  padding-top: 30px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #222831;
}

.footer-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #dddddd;
}

.footer-box .box .box-1 {
          margin: 0px 20px 0px 90px;
}

.footer-box .box .box-1 ul {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.footer-box .box .box-1 ul li {
  list-style-type: none;
  margin: 10px 0px 10px 0px;
}

.footer-box .box .box-1 ul li a {
  text-decoration: none;
  color: #dddddd;
}

.footer-box .box .box-1 ul li a img {
  height: 100px;
  width: 100px;
}

.footer-box .box .box-2 {
  margin: 0px 60px 0px 50px;
}

.footer-box .box .box-2 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: gray;
}

.footer-box .box .box-2 ul {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.footer-box .box .box-2 ul li {
  list-style-type: none;
  margin: 10px 0px 10px 0px;
}

.footer-box .box .box-2 ul li a {
  text-decoration: none;
  color: #dddddd;
}

.footer-box .box .box-3 {
  margin: 0px 100px 0px 50px;
}

.footer-box .box .box-3 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: gray;
}

.footer-box .box .box-3 ul {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.footer-box .box .box-3 ul li {
  list-style-type: none;
  margin: 10px 0px 10px 0px;
}

.footer-box .box .box-3 ul li a {
  text-decoration: none;
  color: #dddddd;
}

.footer-box .copyright-box {
  margin-top: 20px;
}

.footer-box .copyright-box copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #dddddd;
}

@media screen and (max-width: 1100px) {
  .footer-box {
    width: 100%;
    height: 350px;
  }
  .footer-box .box .box-1 {
    margin: 0px 20px 0px 20px;
  }
  .footer-box .box .box-2 {
    margin: 0px 50px 0px 69px;
  }
  .footer-box .box .box-3 {
    margin: 0px 20px 0px 20px;
  }
  .footer-box .copyright-box {
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  .call-to-action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 150px;
  }
  .call-to-action-btn h3 {
    margin: 0px 10px 10px 10px;
    text-align: center;
  }
  .call-to-action-btn .wrapper {
    width: 200px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .call-to-action-btn .wrapper button {
    width: 200px;
    height: 55px;
  }
  .footer-box {
    width: 100%;
    height: 850px;
  }
  .footer-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-box .box .box-1 {
        margin: 0px 12px 0px 100px;
  }
  .footer-box .box .box-2 {
    margin: 0px 50px 0px 50px;
  }
  .footer-box .box .box-3 {
    margin: 0px 50px 0px 50px;
  }
  .footer-box .copyright-box {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .footer-box {
    width: 100%;
    height: 850px;
  }
  .footer-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-box .box .box-1 {
    margin: 0px 50px 0px 50px;
  }
  .footer-box .box .box-2 {
    margin: 0px 50px 0px 50px;
  }
  .footer-box .box .box-3 {
    margin: 0px 50px 0px 50px;
  }
}

@media screen and (max-width: 300px) {
  .footer-box {
    height: 900px;
  }
}

.hero-img-header img {
  width: 100%;
  height: 800px;
  
}

.hero-img-header .hero-box {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px;
}

.hero-img-header .hero-box h1 {
  font-size: 105px;
  color: aliceblue;
  text-align: center;
}

.despre-noi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px;
}

.despre-noi .despre-noi-text hr {
  width: 50%;
}

.despre-noi .despre-noi-text h2 {
  font-size: 40px;
  text-align: center;
}

.despre-noi .despre-noi-text p {
  margin: 110px;
  text-align: justify;
}

.despre-noi .despre-noi-poza img {
  height: 600px;
  width: 650px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.servicii-box h2 {
  font-size: 60px;
  margin: 50px;
  color: #30475e;
  text-align: center;
}

.box-beneficii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-beneficii .box-beneficii-1 {
  margin: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box-beneficii .box-beneficii-1 i {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  font-size: 200px;
  color: #30475e;
  padding: 30px;
}

.box-beneficii .box-beneficii-1 p {
  font-size: 30px;
}

.startup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px;
}

.startup-box .startup-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.startup-box .startup-img img {
  height: 500px;
  width: 800px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.startup-box .startup-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.startup-box .startup-text p {
  font-size: 60px;
  margin: 50px;
  color: #30475e;
  text-align: center;
}

.beneficii-texte {
  margin: 0px 300px;
}

.beneficii-texte h3 {
  text-align: center;
  font-size: 40px;
}

.beneficii-texte hr {
  width: 50%;
}

.beneficii-texte p {
  text-align: justify;
  margin-top: 60px;
}

.servicii-box-homepg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servicii-box-homepg-creare-site {
  height: 200px;
  width: 200px;
  border-radius: 30px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  background-color: #15223d;
  position: relative;
  margin: 30px;
}

.servicii-box-homepg-creare-site p {
  font-size: 40px;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: aliceblue;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #222831;
  border-radius: 30px;
}

.servicii-box-homepg-creare-site:hover .overlay {
  opacity: 1;
}

.text-servicii-box {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.hero-img-portofoliu img {
  width: 100%;
  height: 800px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.hero-img-portofoliu .hero-box-portofoliu {
  width: 100%;
  background-color: black;
  opacity: 0.8;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-img-portofoliu .hero-box-portofoliu h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  color: aliceblue;
}

.text-portofoliu {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.text-portofoliu h2 {
  font-size: 55px;
color: #00d4ff;
}

.text-portofoliu hr {
  width: 30%;
}

.text-portofoliu p {
  text-align: justify;
color:white;
  margin: 70px 150px 70px 150px;
}

.portofoliu-box-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-portofoliu-overlay {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 30px;
}

.img-portofoliu-overlay p {
  font-size: 40px;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: aliceblue;
  text-align: center;
}

.overlay-portofoliu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #fff;
}

.img-portofoliu-overlay:hover .overlay-portofoliu {
  opacity: 0.9;
}

.text-portofoliu-overlay-box {
  color: black;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .img-portofoliu-overlay {
    margin: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .text-portofoliu {
    margin-top: 50px;
  }
  .text-portofoliu h2 {
    font-size: 30px;
  }
  .text-portofoliu p {
    margin: 50px 100px 50px 100px;
  }
  .img-portofoliu-overlay img {
    width: 250px;
  }
}

@media screen and (max-width: 1220px) {
  .hero-img-portofoliu img {
    height: 300px;
  }
  .img-portofoliu-overlay img {
    width: 200px;
  }
}

@media screen and (max-width: 1020px) {
  .text-portofoliu {
    margin-top: 40px;
  }
  .text-portofoliu p {
    margin: 30px 60px 30px 60px;
  }
  .img-portofoliu-overlay img {
    width: 150px;
  }
}

@media screen and (max-width: 800px) {
  .text-portofoliu {
    margin-top: 30px;
  }
  .text-portofoliu p {
    margin: 20px 50px 20px 50px;
  }
  .img-portofoliu-overlay img {
    width: 120px;
  }
}

@media screen and (max-width: 690px) {
  .img-portofoliu-overlay {
    margin: 10px;
  }
}

@media screen and (max-width: 600px) {
  .portofoliu-box-hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img-portofoliu-overlay img {
    width: 300px;
  }
}

@media screen and (max-width: 400px) {
  .img-portofoliu-overlay img {
    width: 200px;
  }
}

.hero-img-header-servicii img {
  width:100%;
  height: 800px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);}

.hero-img-header-servicii .hero-box-servicii {
  width: 100%;
  height: 170px;
  background-color: black;
  opacity: 0.8;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-img-header-servicii .hero-box-servicii h1 {
  text-align: center;
  font-size: 60px;
  color: aliceblue;
}

.box-introducere-servicii {
  margin-bottom: 50px;
}

.box-introducere-servicii h1 {
  
  text-align: center;
font-size: 55px!important;
    color: #00d4ff;
}

.box-introducere-servicii h3 {
  text-align: center;
color: #00d4ff;

}

.box-prezentare-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 40px 0px 40px;
}

.box-prezentare-1 .box-prezentare-text-1 {
  margin-top: 80px;
  margin-right: 30px;
margin-left: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box-prezentare-1 .box-prezentare-text-1 h2 {
  text-align: center;
    font-size: 55px!important;
    color: #00d4ff;
}

.box-prezentare-1 .box-prezentare-text-1 p {
  text-align: justify;
color:white;
}

.box-prezentare-1 .box-prezentare-text-1 .box-mare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 ul {
  margin: 0px !important;
  padding: 0 !important;
}

.box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 ul li {
  margin: 20px 40px 0px 40px;
  list-style-type: none;
  text-decoration: none;
}

.box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 ul {
  margin: 0px !important;
  padding: 0 !important;
}

.box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 ul li {
  margin: 20px 40px 0px 40px;
  list-style-type: none;
  text-decoration: none;
}

.box-prezentare-poza-1 img {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  width: 800px;
  height: 600px;
margin-right: 63px;
    margin-top: 30px;
}

.box-prezentare-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 40px 0px 40px;
}

.box-prezentare-2 .box-prezentare-poza-2 img {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    width: 800px;
    height: 600px;
    margin-left: 84px;
margin-top: 60px;
}

.box-prezentare-2 .box-prezentare-text-2 {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}

.box-prezentare-2 .box-prezentare-text-2 .box-mare-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-1 ul li {
    margin: 0px 80px 0px 0px;
    list-style-type: none;
    text-decoration: none;
    color: #00d4ff;}

.box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-2 ul li {
	margin: 0px 92px 0px -10px;
    list-style-type: none;
    text-decoration: none;
    color: #00d4ff;}

.box-prezentare-2 .box-prezentare-text-2 h2 {
  text-align: center;
color: #00d4ff;
    font-size: 55px!important;
}

.box-prezentare-2 .box-prezentare-text-2 h3 {
  text-align: center;
color: #00d4ff;
}

.box-prezentare-2 .box-prezentare-text-2 p {
  text-align: justify;
    color: white;
    margin-right: 60px;
    margin-left: 0px;
}

.box-prezentare-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 40px 0px 40px;
}

.box-prezentare-3 .box-prezentare-text-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
  margin-top: 25px;
margin-left: 87px;
}

.box-prezentare-3 .box-prezentare-text-3 h2{
color: #00d4ff;
    font-size: 55px!important;
}

.box-prezentare-3 .box-prezentare-text-3 h3{
color: #00d4ff;
}

.box-prezentare-3 .box-prezentare-text-3 p{
color: white;
}


.box-prezentare-3 .box-prezentare-text-3 .box-mare-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0px;
}

.box-prezentare-3 .box-prezentare-text-3 .box-mare-3 .box-check-3-1 ul li {
  margin: 20px 20px 0px 0px;
  list-style-type: none;
  text-decoration: none;
color: #00d4ff;
}

.box-prezentare-3 .box-prezentare-text-3 .box-check-3-2 ul li {
  margin: 20px 20px 0px 0px;
  list-style-type: none;
  text-decoration: none;
color: #00d4ff;
}

.box-prezentare-3 .box-check-3-3 ul li {
  margin: 20px 20px 0px 0px;
  list-style-type: none;
  text-decoration: none;
color: #00d4ff;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

p {
  text-align: justify;
}

.box-prezentare-poza-3 img {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  width: 800px;
  height: 600px;
    margin-right: 67px;
    margin-top: 50px;
}

.box-prezentare-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 40px 0px 40px;
}

.box-prezentare-4 .box-prezentare-poza-4 img {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
      width: 800px;
    height: 600px;
    margin-left: 85px;
margin-top: 100px;
}

.box-prezentare-4 .box-prezentare-text-4 {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box-prezentare-4 .box-prezentare-text-4 .box-audit .box-check-4-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 40px;
}

.box-prezentare-4 .box-prezentare-text-4 .box-audit .box-check-4-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box-prezentare-4 .box-prezentare-text-4 .box-audit .box-check-4-1 ul li {
  margin: 20px 20px 0px 0px;
  list-style-type: none;
  text-decoration: none;
color: white;
}

.box-prezentare-4 .box-prezentare-text-4 .box-mare-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 60px;
}

.box-prezentare-4 .box-prezentare-text-4 .box-mare-4 .box-check-4-2 ul {
  margin-left: 0px;
}

.box-prezentare-4 .box-prezentare-text-4 .box-mare-4 .box-check-4-2 ul li {
  margin: 20px 40px 0px 0px;
  list-style-type: none;
  text-decoration: none;
color: #00d4ff;
}

.box-prezentare-4 .box-prezentare-text-4 .box-mare-4 .box-check-4-3 ul {
  margin-left: 60px;
}

.box-prezentare-4 .box-prezentare-text-4 .box-mare-4 .box-check-4-3 ul li {
  margin: 20px 40px 0px 0px;
  list-style-type: none;
  text-decoration: none;
color: #00d4ff;
}

.box-prezentare-4 .box-prezentare-text-4 h2 {
  text-align: center;
font-size: 55px!important;
    color: #00d4ff;
}

.box-prezentare-4 .box-prezentare-text-4 h3 {
  text-align: center;
    color: #00d4ff;
}

.box-prezentare-4 .box-prezentare-text-4 p {
  text-align: justify;
    color: white;
    margin-right: 63px;
}

.box-prezentare-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 40px 20px 40px;
}

.box-prezentare-5 .box-prezentare-text-5 {
  margin-right: 30px;
  margin-top: 100px;
}

.box-prezentare-5 .box-prezentare-text-5 .box-campanie .box-check-5-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-prezentare-5 .box-prezentare-text-5 .box-campanie .box-check-5-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box-prezentare-5 .box-prezentare-text-5 .box-campanie .box-check-5-1 ul li {
  margin: 20px 20px 0px 0px;
  list-style-type: none;
  text-decoration: none;
color: #00d4ff;
}

.box-prezentare-5 .box-prezentare-text-5 h2 {
  text-align: center;
    font-size: 55px!important;
    color: #00d4ff;
}

.box-prezentare-5 .box-prezentare-text-5 h3 {
  text-align: center;
color: #00d4ff;
}

.box-prezentare-5 .box-prezentare-text-5 p {
  text-align: justify;
    margin-left: 80px;
    color: white;
}

.box-prezentare-5 .box-prezentare-poza-5 img {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  width: 800px;
  height: 600px;
margin-right: 68px;
margin-top: 70px;
}


/* Style the tab */
.tab {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Style the buttons inside the tab */
.tab button {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  margin: 20px 45px 20px 45px;
  border: 2px solid #ffffff00;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  width: 250px;
  height: 250px;
}

.tab button i {
  color: #222831;
  font-size: 150px;
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.tab button i:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tab button h3 {
  text-align: center;
  padding-top: 25px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #00d4ff;
}

.tab button.active {
  background-color: #00d4ff;
}

/* Style the tab content */
.tabcontent {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 40px;
}

@media screen and (max-width: 1670px) {
  .tab button {
    margin: 0px 10px 10px 10px;
    width: 250px;
    height: 250px;
  }
  .tab button i {
    font-size: 150px;
  }
  .tab button h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1370px) {
  .tab button {
    margin: 0px 10px 10px 10px;
    width: 200px;
    height: 200px;
  }
  .tab button i {
    font-size: 100px;
  }
  .tab button h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1120px) {
  .box-introducere-servicii h1 {
    text-align: center;
  }
  .box-introducere-servicii h3 {
    text-align: center;
  }
  .tab button {
    margin: 0px 10px 10px 10px;
    width: 160px;
    height: 170px;
  }
  .tab button i {
    font-size: 70px;
  }
  .tab button h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 970px) {
  .box-introducere-servicii h1 {
    margin: 0px 40px 10px 40px;
    text-align: center;
  }
  .box-introducere-servicii h3 {
    margin: 0px 40px 10px 40px;
    text-align: center;
  }
  .tab button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 10px 0px 10px;
    width: 120px;
    height: 150px;
  }
  .tab button i {
    margin-top: 25px;
    font-size: 50px;
  }
  .tab button h3 {
    font-size: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .box-introducere-servicii h1 {
    margin: 0px 40px 10px 40px;
    text-align: center;
  }
  .box-introducere-servicii h3 {
    margin: 0px 40px 10px 40px;
    text-align: center;
  }
  .tab button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 10px 10px 10px;
    width: 95px;
    height: 140px;
  }
  .tab button i {
    font-size: 40px;
  }
  .tab button h3 {
    margin: 0px 0px 40px 0px;
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .box-introducere-servicii h1 {
    margin: 0px 40px 10px 40px;
    text-align: center;
  }
  .box-introducere-servicii h3 {
    margin: 0px 40px 10px 40px;
    text-align: center;
  }
  .tab button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 2px 0px 2px;
    width: 95px;
    height: 140px;
  }
  .tab button i {
    font-size: 40px;
  }
  .tab button h3 {
    margin: 0px 0px 40px 0px;
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .box-introducere-servicii h1 {
    margin: 0px 40px 10px 40px;
    text-align: center;
  }
  .box-introducere-servicii h3 {
    margin: 0px 40px 10px 40px;
    text-align: center;
  }
  .tab button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70px;
    height: 120px;
  }
  .tab button i {
    font-size: 30px;
  }
  .tab button h3 {
    text-align: center;
    font-size: 12px;
  }
}

@media screen and (max-width: 1600px) {
  .box-prezentare-1 .box-prezentare-text-1 {
    margin-top: 10px;
  }
  .box-prezentare-1 .box-prezentare-poza-1 img {
    width: 450px;
    height: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .box-prezentare-1 .box-prezentare-text-1 {
    margin-top: 30px;
  }
  .box-prezentare-1 .box-prezentare-poza-1 img {
    width: 350px;
    height: 400px;
  }
}

@media screen and (max-width: 1020px) {
  .box-prezentare-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-prezentare-1 .box-prezentare-poza-1 img {
    margin-top: 15px;
    width: 550px;
    height: 350px;
  }
}

@media screen and (max-width: 690px) {
  .box-prezentare-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-prezentare-1 .box-prezentare-text-1 {
    margin-left: 30px;
  }
  .box-prezentare-1 .box-prezentare-poza-1 img {
    margin-top: 15px;
    width: 450px;
    height: 350px;
  }
}

@media screen and (max-width: 530px) {
  .box-prezentare-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
  }
  .box-prezentare-1 .box-prezentare-text-1 h3 {
    text-align: justify;
    font-size: 17px;
  }
  .box-prezentare-1 .box-prezentare-text-1 p {
    text-align: justify;
    font-size: 15px;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 ul li {
    font-size: 15px;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 ul li {
    font-size: 15px;
  }
  .box-prezentare-1 .box-prezentare-poza-1 img {
    margin-top: 15px;
    width: 200px;
    height: 150px;
  }
}

@media screen and (max-width: 460px) {
  .box-prezentare-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
  }
  .box-prezentare-1 .box-prezentare-text-1 h3 {
    text-align: justify;
    font-size: 17px;
  }
  .box-prezentare-1 .box-prezentare-text-1 p {
    text-align: justify;
    font-size: 15px;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 ul li {
    font-size: 12px;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 ul li {
    font-size: 12px;
  }
  .box-prezentare-1 .box-prezentare-poza-1 img {
    margin-top: 15px;
    width: 200px;
    height: 150px;
  }
}

@media screen and (max-width: 423px) {
  .box-prezentare-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
  }
  .box-prezentare-1 .box-prezentare-text-1 h3 {
    text-align: justify;
    font-size: 17px;
  }
  .box-prezentare-1 .box-prezentare-text-1 p {
    text-align: justify;
    font-size: 15px;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 ul li {
    font-size: 10px;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 ul li {
    font-size: 10px;
  }
  .box-prezentare-1 .box-prezentare-poza-1 img {
    margin-top: 15px;
    width: 200px;
    height: 150px;
  }
}

@media screen and (max-width: 1690px) {
  .box-prezentare-2 .box-prezentare-poza-2 img {
    width: 450px;
    height: 400px;
  }
  .box-prezentare-2 .box-prezentare-text-2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1390px) {
  .box-prezentare-2 .box-prezentare-poza-2 img {
    width: 350px;
    height: 400px;
  }
  .box-prezentare-2 .box-prezentare-text-2 {
    margin-top: 5px;
    font-size: 15px;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-1 ul li {
    font-size: 15px;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-2 ul li {
    font-size: 15px;
  }
  .box-prezentare-poza-1 img {
    margin-top: 15px;
    width: 200px;
    height: 150px;
  }
}

@media screen and (max-width: 423px) {
  .box-prezentare-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
  }
  .box-prezentare-1 .box-prezentare-text-1 h3 {
    text-align: justify;
    font-size: 17px;
  }
  .box-prezentare-1 .box-prezentare-text-1 p {
    text-align: justify;
    font-size: 15px;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-1 ul li {
    font-size: 10px;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-prezentare-1 .box-prezentare-text-1 .box-mare .box-check-2 ul li {
    font-size: 10px;
  }
  .box-prezentare-1 .box-prezentare-poza-1 img {
    margin-top: 15px;
    width: 200px;
    height: 150px;
  }
}

@media screen and (max-width: 1690px) {
  .box-prezentare-2 .box-prezentare-poza-2 img {
    width: 450px;
    height: 400px;
  }
  .box-prezentare-2 .box-prezentare-text-2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1390px) {
  .box-prezentare-2 .box-prezentare-poza-2 img {
    width: 350px;
    height: 400px;
  }
  .box-prezentare-2 .box-prezentare-text-2 {
    margin-top: 5px;
    font-size: 15px;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-1 ul li {
    font-size: 15px;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-2 ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 1260px) {
  .box-prezentare-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-prezentare-2 .box-prezentare-poza-2 img {
    width: 750px;
    height: 500px;
  }
  .box-prezentare-2 .box-prezentare-text-2 {
    margin-top: 5px;
    font-size: 15px;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-1 ul li {
    font-size: 15px;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-2 ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 850px) {
  .box-prezentare-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-prezentare-2 .box-prezentare-poza-2 img {
    width: 400px;
    height: 300px;
  }
  .box-prezentare-2 .box-prezentare-text-2 {
    margin-top: 5px;
    font-size: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-1 ul li {
    font-size: 15px;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-prezentare-2 .box-prezentare-text-2 .box-mare-2 .box-check-2-2 ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 1730px) {
  .hero-img-header img {
    height: 400px;
  }
  .hero-img-header .hero-box {
    padding: 30px;
  }
  .hero-img-header .hero-box h1 {
    font-size: 50px;
  }
  .despre-noi {
    margin: 70px;
  }
  .despre-noi .despre-noi-text h2 {
    font-size: 30px;
  }
  .despre-noi .despre-noi-text p {
    margin: 90px;
  }
  .despre-noi .despre-noi-poza img {
    height: 400px;
    width: 450px;
  }
}

@media screen and (max-width: 1500px) {
  .despre-noi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px;
  }
  .despre-noi .despre-noi-text h2 {
    font-size: 40px;
  }
  .despre-noi .despre-noi-text p {
    margin: 110px;
  }
  .despre-noi .despre-noi-poza {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .despre-noi .despre-noi-poza img {
    height: 600px;
    width: 650px;
  }
  .hero-img-header img {
    height: 400px;
  }
  .hero-img-header .hero-box {
    padding: 20px;
  }
  .hero-img-header .hero-box h1 {
    font-size: 40px;
  }
  .despre-noi {
    margin: 70px;
  }
  .despre-noi .despre-noi-text h2 {
    font-size: 30px;
  }
  .despre-noi .despre-noi-text p {
    margin: 80px;
  }
  .beneficii-texte {
    margin: 0px 120px;
  }
  .beneficii-texte h3 {
    font-size: 30px;
  }
  .beneficii-texte p {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .hero-img-header .hero-box {
    padding: 10px;
  }
  .despre-noi {
    margin: 60px;
  }
  .despre-noi .despre-noi-text p {
    margin: 70px;
  }
  .servicii-box h2 {
    font-size: 50px;
    margin: 40px;
  }
  .box-beneficii .box-beneficii-1 {
    margin: 40px;
  }
  .box-beneficii .box-beneficii-1 i {
    font-size: 170px;
    padding: 20px;
  }
  .box-beneficii .box-beneficii-1 p {
    font-size: 20px;
  }
  .startup-box {
    margin: 80px;
  }
  .startup-box .startup-img img {
    height: 300px;
    width: 550px;
  }
  .startup-box .startup-text p {
    font-size: 50px;
    margin: 40px;
  }
  .servicii-box-homepg-creare-site {
    height: 150px;
    width: 150px;
    border-radius: 25px;
    margin: 20px;
  }
  .servicii-box-homepg-creare-site p {
    font-size: 30px;
  }
}

@media screen and (max-width: 1115px) {
  .hero-img-header .hero-box {
    padding: 0px;
  }
  .hero-img-header h1 {
    font-size: 40px;
  }
  .despre-noi {
    margin: 40px;
  }
  .despre-noi .despre-noi-text p {
    margin: 40px;
  }
  .servicii-box h2 {
    font-size: 40px;
    margin: 20px;
  }
  .box-beneficii .box-beneficii-1 {
    margin: 20px;
  }
  .box-beneficii .box-beneficii-1 i {
    font-size: 120px;
    padding: 10px;
  }
  .box-beneficii .box-beneficii-1 p {
    font-size: 20px;
  }
  .startup-box {
    margin: 60px;
  }
  .startup-box .startup-img img {
    height: 300px;
    width: 450px;
  }
  .startup-box .startup-text p {
    font-size: 40px;
    margin: 20px;
  }
  .servicii-box-homepg-creare-site {
    height: 130px;
    width: 130px;
    border-radius: 20px;
    margin: 10px;
  }
  .servicii-box-homepg-creare-site p {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  .hero-img-header h1 {
    font-size: 30px;
  }
  .despre-noi {
    margin: 20px;
  }
  .despre-noi .despre-noi-text p {
    margin: 20px;
  }
  .despre-noi .despre-noi-poza img {
    height: 500px;
    width: 550px;
  }
  .servicii-box h2 {
    font-size: 20px;
    margin: 10px;
  }
  .box-beneficii {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-beneficii .box-beneficii-1 {
    margin: 10px;
  }
  .box-beneficii .box-beneficii-1 i {
    font-size: 150px;
    padding: 5px;
  }
  .box-beneficii .box-beneficii-1 p {
    font-size: 20px;
  }
  .startup-box {
    margin: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .startup-box .startup-img img {
    height: 300px;
    width: 350px;
  }
  .startup-box .startup-text p {
    font-size: 30px;
    margin: 10px;
  }
  .servicii-box-homepg-creare-site {
    height: 230px;
    width: 230px;
    border-radius: 20px;
    margin: 10px;
  }
  .servicii-box-homepg-creare-site p {
    font-size: 20px;
  }
  .servicii-box-homepg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .beneficii-texte {
    margin: 0px 40px;
  }
  .beneficii-texte h3 {
    font-size: 20px;
  }
  .beneficii-texte p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 620px) {
  .despre-noi .despre-noi-poza img {
    height: 400px;
    width: 450px;
  }
}

@media screen and (max-width: 530px) {
  .despre-noi .despre-noi-poza img {
    height: 300px;
    width: 350px;
  }
  .startup-box .startup-img img {
    height: 200px;
    width: 250px;
  }
}

@media screen and (max-width: 400px) {
  .despre-noi .despre-noi-poza img {
    height: 200px;
    width: 250px;
  }
}
/*# sourceMappingURL=app.css.map */