*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;

    
  }
  nav{
    position: fixed;
    z-index: 99;
    width: 100%;
    
    background: BlueViolet;
  }
  nav .wrapper{
    position: relative;
    max-width: 100%;
    padding: 0px 40px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .logo a{
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
  }
  .wrapper img{
    width: 35px;   
  }
  .wrapper .nav-links{
    display: inline-flex;
  }
  .nav-links li{
    list-style: none;
  }
  .nav-links li a{
    color: #f2f2f2;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links li a:hover{
    background: orange;
  }
 
    
  
    body{
      background:white ;
    }  
    
    .body-text{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      padding: 0 30px;
    }
    .body-text div{
      font-size: 45px;
      font-weight: 600;
    }


.beneficii{
    margin-top: 50px; 
    padding: 50px 20% 180px 20%;
   
    font-size: 20px;
    background: rgb(34,33,38);
background: linear-gradient(180deg, rgba(34,33,38,1) 0%, rgba(138,43,226,1) 15%);
    width: 100%;
    
    
}
.beneficii .titlu{
  color: white;
  
}
.beneficii .subtitlu{
  font-size: 25px;
}
.beneficii .sb {
  padding-left: 40px;
}
.despre{
    margin-top: 50px; 
    margin-left: 20%;
    margin-right: 20%;
    font-size: 20px;
   
}
.despre p{
  margin-bottom: 20px;
}



.cName{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
color: white;
}

.slider{
  
  width: 500px;
  height: 300px;
  overflow: hidden;
  border-radius: 13px;
}
figure{
  position: relative;
  left: 0;
  width: 1500px;
  animation: 10s slide infinite;
}
.slide{
  position: relative;
  width: 33.3%;
  float: left;
}
.slide img{
  width: 500px;
  height: 300px;
}

@keyframes slide{
  0%{
    left: 0;
  }
  10%{
    left: 0;
  }
  
  30%{
    left: -100%;
  }
 
  50%{
    left: -200%;
  }
 
 
 
  75%{
    left: -100%;
  }

  90%{
    left: 0;
  }
}

.title{
 float: left;
 width: 50%;
 margin-right: 40px;
 color: BlueViolet;
}
.title img{
 display: none;
}
.title .titleB{
color: white;
font-size: 50px;
font-weight: 600;
}
.title .titleL{
  font-size: 25px;
  font-weight: 600;
  color: black;
  }

.image{
  background: rgb(34,33,38);
  background: linear-gradient(0deg, rgba(34,33,38,1) 0%, rgba(138,43,226,1) 15%);
    width: 100%;
    margin-left: 0;
    padding-bottom: 60px;
    padding-left: 20%;
    padding-right: 20%;
    
 }
 .titlu{
  color: BlueViolet;
  font-size: 30px;
  padding-bottom: 30px;
  margin-left: 5%;
  font-weight: 600;

 }
 .footer{
  width: 100%;
  background-color:BlueViolet ;
  color: white;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 80px;
  
}
.footer .location{
  float: left;
  width: 50%;
  
}
.footer p{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer img{
  width: 20px;
  
}
form{
  background: BlueViolet;
  display: flex;
  flex-direction: column;
 margin-top: 50px;
  padding: 2vw 4vw;
  
  border-radius: 10px;
  
}
form input, form textarea{
  border: 0;
  margin: 10px 0;
  padding: 20px;
  outline: none;
  background: #f5f5f5;
  font-size: 16px;
  border-radius: 10px;
  width: 500px;
}
form button{
  padding: 15px;
  background: #ff5361;
  color: white;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  outline: none;
  margin: 20px auto;
  border-radius: 30px;
  width: 150px;

}
.container{
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .fName{
  float: left;
  width: 50%;
 margin-top: 40px;
 padding-left: 10%;
 padding-right: 10%;
 
}

.fName p{
  margin-bottom: 5px;
}

.footer .fDet{
  padding-top: 40px;
  
}

@media (min-width: 300px){
 .image{
  padding-left: 0;
  padding-right: 0;
  width: 100%;
 }
  .title{
  width: 100%;
  padding-bottom: 30px;
  float: none;
 }
 .title .titleB{
  color: white;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  }
  .title .titleL{
    font-size: 15px;
    font-weight: 600;
    color: black;
    padding-left: 5%;
  padding-right: 5%;
    }
 .slider{
display: none;  
}
.title img{
  width: 100%;
  margin-bottom: 30px;
  display:  block;
}
 .despre{
  margin-left: 5%;
  margin-right: 5%;
  font-size: 15px;
 }
 .beneficii{
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 80px;
  font-size: 15px;
 }
 .footer{
  padding-left: 5%;
  padding-right: 5%;
  font-size: 15px;
 }
 .footer p{
  font-size: 15px;
 }
 .footer .location{
  padding-top: 30px;
  width: 100%;
  float: none;
 }
 .footer .img{
  width: 15px;
 }

 .wrapper .logo a{
  font-size: 15px;
 }
 .nav-links li a{
  font-size: 10px;
 }
 .wrapper img{
  width: 10px; 
   
}
nav .wrapper{
  height: 120px;
}
.wrapper .nav-links li a{
  font-size: 40px;
}
 
form input, form textarea{
width: 850px;
font-size: 45px;
}

form button{
  font-size: 45px;
  width: 250px;
}
.footer .fName{
  padding-left: 0%;
  padding-right: 0%;
  font-size: 30px;
  float: none;
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.footer .fName p{
  font-size: 35px;
}

.footer .fDet{
  padding-left: 0%;
  padding-right: 0%;
  font-size: 30px;
  text-align: center;
}


}



@media screen and (min-width: 800px){
  .image{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    
   }
    .title {
    width: 100%;
    padding-bottom: 30px;
    float: none;
    
    margin-right: 0px;
   }
   .title .titleB{
    color: white;
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 20px;
   float: none;
    
    }
    .title .titleL{
      font-size: 25px;
      font-weight: 600;
      color: black;
     float: none;
      }
   .slider{
  display: none;  
  }
  .title img{
    width: 100%;
    margin-bottom: 30px;
    display:  block;
  }
   .despre{
    margin-left: 10%;
    margin-right: 10%;
    font-size: 25px;
   }
   .despre .titlu{
    font-size: 35px;
   }
   .beneficii{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 80px;
    font-size: 25px;
   }
   .beneficii .titlu{
    font-size: 35px;
   }

   nav .wrapper{
    height: 100px;
  }
  .wrapper .nav-links li a{
    font-size: 35px;
  }
  

   .footer{
    padding-left: 10%;
    padding-right: 10%;
    font-size: 25px;
   }
   .footer p{
    font-size: 25px;
   }
   .footer .location{
    padding-top: 30px;
    width: 100%;
    float: none;
   }
   .footer .img{
    width: 15px;
   }
   .wrapper .logo a{
    font-size: 35px;
   }
  
   .wrapper img{
    width: 60px; 
    
  }
  .footer .fName{
    padding-left: 0%;
    padding-right: 5%;
    font-size: 25px;
   float: left;
    text-align: left;
    width: 50%;
    padding-top: 0px;
  }
  .footer .fName p{
    font-size: 25px;
  }
  
  .footer .fDet{
    padding-left: 0%;
    padding-right: 0%;
    font-size: 25px;
    text-align: left;
    
    
  }
}

@media screen and (min-width: 1200px){
  .image{
    padding-top: 120px;
    padding-left: 20%;
    padding-right: 20%;
    
   }
   .title{
    float: left;
    width: 50%;
    margin-right: 40px;
    color: BlueViolet;
   }
   .title img{
    display: none;
   }
   .title .titleB{
   color: white;
   font-size: 50px;
   font-weight: 600;
   }
   .title .titleL{
     font-size: 25px;
     font-weight: 600;
     color: black;
     }
   .slider{
  display: block;  
  }
  nav .wrapper{
    height: 70px;
  }
  .wrapper .nav-links li a{
    font-size: 20px;
  }
  form input, form textarea{
    width: 700px;
    font-size: 25px;
    }
    
    form button{
      font-size: 25px;
      width: 250px;
    }
   .despre{
    margin-left: 20%;
    margin-right: 20%;
    font-size: 20px;
   }
   .despre .subtitlu{
    font-size: 30px;
   }
   .beneficii{
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 80px;
    font-size: 20px;
   }
   .beneficii .subtitlu{
    font-size: 30px;
   }
   .footer{
    padding-left: 20%;
    padding-right: 20%;
    font-size: 20px;
    text-align: center;
   }
   .footer p{
    font-size: 20px;
   }
   .footer .location{
    padding-top: 30px;
    width: 50%;
    float: left;
   }
   .footer .img{
    width: 25px;
   }
   .wrapper .logo a{
    font-size: 30px;
   }
   .nav-links li a{
    font-size: 25px;
   }
   .wrapper img{
    width: 60px; 
    margin-top: 3px;  
  }
  .footer .fName{
    padding-left: 0%;
    padding-right: 5%;
    font-size: 20px;
   float: left;
    text-align: left;
    width: 50%;
    padding-top: 0px;
  }
  .footer .fName p{
    font-size: 20px;
  }
  
  .footer .fDet{
    padding-left: 0%;
    padding-right: 0%;
    font-size: 20px;
    text-align: left;
    
    
  }
}
