@media (max-width: 1400px){

  .language{
    width: auto;
    text-align: center;
    text-decoration: none;
    color: #FFBA45;
    height: 38px;
    border: solid 1px #ffba45;
    border-radius: 70px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: transparent;
    cursor: pointer;
    padding: 0px 5px 0px 5px ;
  }
  .language div{
    display: flex;
    align-items: center;
  }
  .language img{
    width: 30px;
  }
  .language a{
    font-family: "Bozon";
    padding-left: 7px;
    padding-right: 7px;
  }
  
            /* SUBMENU */
    .dropmenu{
    display: none;
    position: absolute;
    width: auto;
    text-decoration: none;
    background-color: #FFBA45;
    border-radius: 10px;
    padding-left: 5px;
    padding: 0px 20px 0px 20px;
    list-style-type: none; 
    border: solid 1px #6B1D5D;
    margin-top: 10px;
    z-index: auto;
  }
  .dropmenu li{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 20px 0px 20px 0px;
  }
  .dropmenu li a{
    text-decoration: none; 
    color: #6B1D5D;
    font-size: 17px;
    font-family: 'Bozon';
  }
  .dropmenu li a:hover{
    color: #a0328c !important;
  }
  .mostra-dropmenu{
    display: block;
  }
  .language-line{
    width: 100%;
    height: 1px;
    content: "";
    background: #6b1d5da2;
    top: 50;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    margin: auto;
  }   
   /* Contact Section  */
   .ContactForm{
    transform: translate(0px, -131px);
  }
  /* Contact Section END */

   
  /* DEPOSITIONS */
  .depositions-slides{
    margin-bottom: 20px;
  }
  .js-carousel-dots{
    padding-bottom: 20px;
  }
  .depositions-slide:nth-child(1){
    /* margin-left: 50px; */
    margin: 0 auto;
  }

  .depositions-slide:nth-child(2){
    margin: 0 auto;
  }

  .depositions-slide:nth-child(3){
    margin: 0 auto;
  }

  .js-carousel-btn-prev , .js-carousel-btn-next{
    display: none;
  }


  /* DEPOSITIONS END */
}
@media (min-width: 1400px){
  /* Contact Section  */
  .ContactForm{
    transform: translate(0px, -151px);
  }
  /* Contact Section END */

  /* HEADER N BANNER */
  .header-container{
    width: 1350px;
  }
  .footerSocial{
    padding-right: 100px;
  }
  .logoFooter{
    padding-left: 100px;
  }

  .banner{
    width: 1280px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
  }
  .hAboutFeature{
    padding-left: 20px;
    padding-top: 70px;
    margin-right: 69px;
  }
  .hFeaturePic img {
    width: 100%;
  }
  
  .hFeaturePic {
    width: 80%;
  }
  /* HEADER N BANNER END*/

    /* DEPOSITIONS */
    .glider-track{
      width: 1430px !important;
      margin: 0 auto;
    }
    .depositions-slides{
      width: 90%;
    }
    .depositions-slides{
      margin-bottom: 20px;
    }
    .js-carousel-dots{
      padding-bottom: 20px;
    }
    .depositions-slide:nth-child(1){
      /* margin-left: 50px; */
      margin: 0 auto;
    }
  
    .depositions-slide:nth-child(2){
      margin: 0 auto;
    }
  
    .depositions-slide:nth-child(3){
      margin: 0 auto;
    }
  
    .js-carousel-btn-prev , .js-carousel-btn-next{
      display: none;
    }

    /* depositions END */

    /* OTIMIZAR */
    .optimizwWraper ul li p{
      padding-right: 30px;
    }
    /* OTIMIZAR END */

    /* FORM */
    .formLeftSide p{
      margin-top: 50px;
      margin-bottom: 80px;
    }
    /* FORM END */
    
 
}

@media (max-width: 1304px) and (min-width: 1192px) {
  .banner{
    width: 1080px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    /* background-color: cornflowerblue; */
  }
  .hAboutFeature{
    /* background-color: chocolate; */
    padding-left: 20px;
    padding-top: 70px;
    margin-right: 69px;
  }
  .hFeaturePic img {
    width: 120%;
    transform: translate(-120px, 7px);
  }
  .hFeaturePic {
    /* background-color: crimson; */
    width: 80%;
  }

}



/* --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

@media (min-width: 1190px){
  /* depositions */
  .glider-dots{
    opacity: 0;
  }
  /* depositions end */

}


@media (max-width: 1190px) and (min-width: 1070px) {
 

  /* Header */
  .menu ul li a{
    font-size: 12px;
  }
  .hAboutFeature h1 {
    font-size: 30px;
  }
  .hAboutFeature p {
    font-size: 16px;
  }

  .hAboutFeature{
    /* background-color: chocolate; */
    padding-left: 20px;
    padding-top: 70px;
    margin-right: 69px;
  }
  .hFeaturePic img {
    width: 120%;
    transform: translate(-50px, 10px);
  }
  .hFeaturePic {
    /* background-color: crimson; */
    width: 80%;
  }


  /* Header END */
  
  /* Feature */
  .features-title h1{
    font-size: 32px;
  }
  /* Feature END*/

  

  /* Invest */
  .investTitle h1 {
    font-size: 32px;
  }
  .investTitle p{
    font-size: 18px;
  }
  /* Invest END */

  /* depositions */
  .depositions-title h1{
    font-size: 32px;
  }
  /* depositions */

  /* Optimizer */
  .optimizwWraper ul li{
    margin-bottom: 20px;
  }
  .optimizwWraper {
    padding-top: 15px;
  }
  .optimizwWraper h1 {
    font-size: 32px;
  }
  .optimizwWraper p{
    font-size: 16px;
  }
  
  .optimizwWraper ul li span {
    width: 30px;
    height: 40px;
    font-size: 18px;
    padding-right: 19px;
  }
  .optimizwWraper ul li p {
    font-size: 20px;
    width: 69%;
  }
  /* Optimizer END */

  /* Contact Section  */

  .formTitle{
    margin-bottom: 70px;
    margin-top: 30px;
    height: 100px;
  }
  .formTitle h1 {
    font-size: 32px;
  }
  .formside{
    height: 582px;
  }

  .ContactForm {
    transform: translate(40px, -172px);
  }
  .formLeftSide p{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .formLeftSide iframe{
    margin-top: 50px;
    width: 450px;
    height: 280px;
  }
  /* Contact Section END */


}


@media (max-width: 1070px) and (min-width: 994px){
  .hAboutFeature{
    /* background-color: chocolate; */
    padding-left: 20px;
    padding-top: 70px;
    margin-right: 69px;
    transform: translate(-48px, -28px);
  }
  .hFeaturePic img {
    width: 160%;
    transform: translate(-118px, 10px);
  }
  .hFeaturePic {
    /* background-color: crimson; */
    width: 80%;
  }
}

/* --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */



@media (max-width: 991px) {

  /* Header */
  .headerbg {
    height: 650px;
    width: 100%;
  }
  .menu ul li a{
    font-size: 12px;
  }
  .hAboutFeature h1 {
    font-size: 30px;
  }
  .hAboutFeature p {
    font-size: 16px;
  }

  .header-container{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .hAboutFeature{
    padding-left: 20px;
    padding-top: 70px;
    margin-right: 69px;
    transform: translate(-48px, -28px);
  }
  .hFeaturePic img {
    width: 160%;
    transform: translate(-118px, 10px);
  }
  .hFeaturePic {
    width: 80%;
  }
  /* Header END */

  /* depositions */
  .depositions-title h1{
    font-size: 32px;
    line-height: 38px;
  }
  /* depositions */

  /* invest */
  .investTitle h1 {
    font-size: 32px;
    line-height: 38px;
  }
  
  /* Optimizer */
  .optimize .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .optimizwWraper {
    padding-top: 15px;
    margin-bottom: 70px;
  }
  .optimizwWraper h1 {
    padding-top: 15px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .optimizwWraper p{
    font-size: 21px;
    text-align: center;
  }
  .optimizwWraper #line:after {
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .optimizwWraper ul li {
    display: flex;
    justify-content: center;
  }
     
  .optimizwWraper ul li span {
    margin-bottom: 20px;
  }
  .optimizwWraper ul li p {
    text-align: left;
    font-size: 21px;
  }

  .optimizeBanner img {
    width: 120%;
    transform: translate(-43px, -10px);
  }  
  
  /* Optimizer END */

  

  /* Contact Section  */
  .formTitle{
    
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .formside{
    height: 582px;
  }
  .formTitle h1 {
    font-size: 32px;
    line-height: 38px;
    width: 100%;
  }
  .formTitle h1:after {
    margin: 0 auto;
    margin-top: 20px;
  }

  .formLeftSide{
    margin-top: 190px;
    width: 600px;
  }
  .formLeftSide-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .formLeftSide p {
    font-size: 20px;
    text-align: center;
    margin-top: 180px;
    margin-bottom: 10px;
  }
  
  .formLeftSide iframe{
    width: 600px;
    height: 300px;
  }
  .ContactForm {
    width: 160%!important;
    transform: translate(-95px)!important;
    margin-bottom: 20px; 
  }
  .leftItem {
    margin-top: 0px!important;
  } 

  #contact-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Contact Section END */

}

@media (max-width: 860px) {
  .hAboutFeature{
    padding-left: 20px;
    padding-top: 70px;
    margin-right: 69px;
    transform: translate(-24px, -73px);
  }
}


/* --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */



@media (max-width: 781px) {
  /* Header */
  .headerbg {
    height: 850px;
  }
  .menu ul li a{
    font-size: 12px;
  }


  .hAboutFeature{
    padding-left: 40px;
    padding-top: 70px;
    margin: 0 auto;
  }
  .hAboutFeature h1 {
    text-align: center;
    /* width: 550px; */
    margin: 0 auto;
    font-size: 38px;
  }
  .hAboutFeature p {
    font-size: 18px;
    text-align: center;
    /* width: 550px; */
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .hAboutBtn {
    text-align: center;
  }

  .banner{
    flex-direction: column;
    align-items: center;
  }
  .hFeaturePic{
    margin: 0 auto;
  }
  .hAboutFeature , .hFeaturePic{
    height: auto;
  }
  .hFeaturePic img {
    width: 100%;
    transform: translate(0px, -56px);
  }
  /* Header END */
  
  .depositions-title h1{
    font-size: 32px;
  }

  
  /* Optimizer */
  .optimize .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .optimizwWraper {
    padding-top: 15px;
    margin-bottom: 70px;
  }
  .optimizwWraper h1 {
    padding-top: 15px;
    font-size: 32px;
    text-align: center;
  }
  .optimizwWraper p{
    font-size: 19px;
    text-align: center;
  }
  .optimizwWraper #line:after {
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .optimizwWraper ul li {
    display: flex;
    justify-content: center;
  }
     
  .optimizwWraper ul li span {
    margin-bottom: 20px;
  }
  .optimizwWraper ul li p {
    text-align: left;
    font-size: 21px;
  }

  .optimizeBanner img {
    width: 120%;
    transform: translate(-43px, -10px);
  }  
  
  /* Optimizer END */


        

  /* Contact Section  */
  .formTitle{
    text-align: center;
    align-items: center;
  }
  .formTitle h1 {
    font-size: 32px;
    width: 100%;
  }
  .formTitle h1:after {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .formLeftSide{
    width: 100%;
  }
  .formLeftSide-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .formLeftSide p {
    font-size: 20px;
    margin-top: 170px;
    margin-bottom: 50px;
  }
  
  .formLeftSide iframe{
    width: 600px;
    height: 300px;
  }
  .ContactForm {
    width: 160%!important;
    transform: translate(-95px)!important;
    margin-bottom: 20px; 
  }
  .leftItem {
    margin-top: 0px!important;
  } 

  #contact-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Contact Section END */

}


/* --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */



@media (max-width: 764px) {



  
  /* INVEST */

.investTitle {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 50px;
 
}
  /* INVEST END*/


  /* Optimizer */
  .optimize .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .optimizwWraper {
    padding-top: 15px;
    margin-bottom: 140px;
  }
  .optimizwWraper h1 {
    padding-top: 15px;
    font-size: 32px;
    text-align: center;
  }
  .optimizwWraper p{
    font-size: 20px;
    text-align: center;
  }
  .optimizwWraper #line:after {
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .optimizwWraper ul li {
    display: flex;
    justify-content: center;
  }
     
  .optimizwWraper ul li span {
    margin-bottom: 20px;
  }
  .optimizwWraper ul li p {
    text-align: left;
    font-size: 21px;
  }

  .optimizeBanner img {
    width: 100%;
    transform: translate(3px, -40px);
  }  
  
  /* Optimizer END */

  /* INVEST */
  .investTitle h1 {
    font-size: 32px;
    line-height: 38px;
  }

  /* INVEST END */
 
  /* Contact Section  */
  .formTitle{
    text-align: center;
    align-items: center;
  }
  .formTitle h1 {
    font-size: 32px;
    width: 100%;
  }
  .formTitle h1:after {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .formLeftSide{
    width: 100%;
  }
  .formLeftSide-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .formLeftSide p {
    font-size: 20px;
    margin-top: 170px;
    margin-bottom: 50px;
  }
  
  .formLeftSide iframe{
    width: 600px;
    height: 300px;
  }
  .ContactForm {
    width: 100%!important;
    transform: translate(-5px)!important;
    margin-bottom: 20px; 
  }
  .leftItem {
    margin-top: 0px!important;
  } 

  #contact-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Contact Section END */

 
  /* FOOTER SECTION */

    .footer {
      text-align: center;
    }

    .footerSocial {
      padding-right: 15px;
    }
    .footerSocial ul {
      display: flex;
      justify-content: center;
      padding-bottom: 25px;
    }

    .footerSocial ul li a {
      font-size: 38px;
    }

    /* FOOTER SECTION END */

}

/* --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */



@media (max-width: 681px) {

  
  /* DEPOSITIONS */
  .depositions-slides{
    margin-bottom: 20px;
  }
  .js-carousel-dots{
    padding-bottom: 20px;
  }
  .depositions-slide:nth-child(1){
    /* margin-left: 50px; */
    margin: 0 auto;
  }

  .depositions-slide:nth-child(2){
    margin: 0 auto;
  }

  .depositions-slide:nth-child(3){
    margin: 0 auto;
  }

  .js-carousel-btn-prev , .js-carousel-btn-next{
    display: none;
  }

  /* DEPOSITIONS END */


}


/* --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */



@media (max-width: 626px) {
  
  /* optimize */
  .optimizeBanner img {
    width: 80%;
    transform: translate(3px, -10px);
  }
  /* optimize END*/

    
  

  /* Contact Section  */
 
  .formLeftSide p {
    width: 500px;
    margin-left: 45px;
    text-align: center;
  }
  
  .formLeftSide iframe{
    width: 550px;
    height: 300px;
    margin-left: 25px;
  }
  .ContactForm {
    width: 100%!important;
    transform: translate(-5px)!important;
    margin-bottom: 20px; 
  }
  .leftItem {
    margin-top: 0px!important;
  } 

  #contact-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Contact Section END */

}



/* --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */



@media (max-width: 574px) {

    
    /* Invest */
    .investTitle h1 {
      font-size: 32px;
    }
    .investTitle p{
      font-size: 18px;
      width: 500px;
      margin: 0 auto;
    }

    .nounDetails{
      padding-left: 30px;
    }
    /* Invest END */

      /* optimize */
  .optimizeBanner img {
    width: 80%;
    transform: translate(3px, 20px);
  }
  /* optimize END*/

    



    /* Contact Section  */
 
    .formLeftSide p {
      width: 500px;
      margin-left: 45px;
      text-align: center;
    }
    
    .formLeftSide iframe{
      width: 550px;
      height: 300px;
      margin-left: 25px;
    }
    .ContactForm {
      width: 100%!important;
      transform: translate(-5px)!important;
      margin-bottom: 20px; 
    }
    .leftItem {
      margin-top: 0px!important;
    } 
  
    #contact-container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    /* Contact Section END */
}


/* --------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */


@media (max-width: 500px) {

  /* -------------------Dropdown---------------------- */
  #language{
    display: none;
  }
  .language div{
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .language img{
    width: 30px;
  }
  .language a{
    font-family: "Bozon";
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .socialLink{
    padding-right: 0px !important;
    
  }

            /* SUBMENU */
  .dropmenu{ 
    display: none;
    width: 80%;
    left: 0;
    margin-left: 10%;
    margin-top: 20px; 
  }
  .dropmenu li{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 20px 0px 20px 0px;
  }
  .dropmenu li a{
    font-size: 20px;
  }
  .mostra-dropmenu{
    display: block;
  }

  /* Header */
  header{
    width: 100% !important;
  }
  .headerbg{
    width: 100% !important;
  }
  .header{
    width: 100% !important;
  }
  .header-container{
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 25px;
  }
  .logo img{
    width: 82%;
  }
  .loginBtn{
    display: none;
  }
  .menu{
    display: none;
  }
  @-webkit-keyframes scale-in-tr {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
  }
  @keyframes scale-in-tr {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      opacity: 1;
    }
  }
  .menu.active{
    display: flex;
    position: absolute;
    width: 100%;
    height: calc(100vh - 50vh);
    top: 70px;
    right: 0px;
    z-index: 1000;
    overflow-y: hidden;
    background-color: #7C2C7B;

    -webkit-animation: scale-in-tr 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-tr 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  #btn2{
    display: flex;
    margin-left: -5px;
  }
  #btn2 a{
    display: flex;
    padding: 7px 35px;
    background: #FFBA45;
    border-radius: 25px;
    outline: none;
    color: #6B1D5D;
    font-weight: 600;
    border: #FFBA45;
  }
  #btn2 button{
    padding: 0px 6px;
    background: #FFBA45;
    border-radius: 25px;
    outline: none;
    color: #6B1D5D;
    font-weight: 600;
    border: #FFBA45;
  }
  .menu ul{
    flex-direction: column;
  }
  .menu ul li{
    width: 100%;
    text-align: start;
  }
  .menu ul li a{
    font-weight: bolder;
    font-size: 16px;
    padding: 1rem 0;
    margin: 0 1.2rem;
  }

  
  .hamburguer-container{
    display: flex;
    margin-top: 13px;
    margin-left: 10px;
  }
  
/* ==============fim header menu================= */
/* ==============começo banner================= */

.banner{
  width: 100% !important;
}
.hAboutFeature{
  width: 100%;
}
.hAboutBtn{
  width: 100%;
}
.hFeaturePic{
  width: 100%;
}
 /* ==============fim banner================= */
 /* ==============comeco main (features)================= */
 main{
   width: 100% !important;
 }
 .features{
   width: 100%;
 }
 .features-title{
   width: 100%;
 }
 .lumiswraper{
   width: 100%;
 }
 .lumiswraper-container{
   width: 100%;
 }
 .lumisFonts{
   width: 100%;
 }
/* ==============Fim main features ================= */
/* Depositions Section From here  */
.depositions{
  width: 100%;
}
.depositions-container{
  width: 100%;
}
.depositions-title{
  width: 100%;
}
/* Depositions Section Finish Him  */

/* ==============Invest Init ================= */
#invest-target{
  width: 100%;
}
.investTitle{
  width: 100% ;
}
.investTitle h1{
  width: 100%;
}
.investTitle p{
  width: 100%;
}
.row{
  width: 100%;
}
.nounDetails span{
  font-size: 18px;
}
.nounDetails{
  font-size: 18px;
}
/* ==============Invest END ================= */
/* ==============Optimize Init ================= */
.optimize{
  width: 100%;
}
/* ==============Optimize End ================= */
/* ==============Contact Init ================= */
.contact{
  width: 100% !important;
}
#contact-target{
  width: 100% !important;
  
}
#contact-container{
  margin: 0 auto;
}
.formTitle{
  text-align: center !important;
}

.ContactForm{
  width: 103% !important;
}
.formLeftSide{
  width: 100%;
}
.formLeftSide p{
  width: 100% !important;
  padding-left: 0px !important;
  margin-left: 0px;
  padding-top: 20px;
}
.formLeftSide iframe{
  text-align: center !important;
  margin: 0 auto !important;
  width: 100%;
}

/* ==============Contact END ================= */


}