/* Fonts */

@font-face {
  font-family: 'firago-bookitalic';   
  src: url('../fonts/firago-bookitalic.woff2') format('woff2'),
      url('../fonts/firago-bookitalic.woff') format('woff'),
      url('../fonts/firago-bookitalic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}
  

@font-face {
  font-family: 'firago-italic';   
  src: url('../fonts/firago-italic.woff2') format('woff2'),
      url('../fonts/firago-italic.woff') format('woff'),
      url('../fonts/firago-italic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}
  

  @font-face {
    font-family: 'firago-mediumitalic';   
    src: url('../fonts/firago-mediumitalic.woff2') format('woff2'),
        url('../fonts/firago-mediumitalic.woff') format('woff'),
        url('../fonts/firago-mediumitalic.ttf') format('truetype');
    font-weight: 10;
    font-style: normal;
  }

  @font-face {
    font-family: 'firago-semibolditalic';   
    src: url('../fonts/firago-semibolditalic.woff2') format('woff2'),
        url('../fonts/firago-semibolditalic.woff') format('woff'),
        url('../fonts/firago-semibolditalic.ttf') format('truetype');
    font-weight: 10;
    font-style: normal;
  }
  
  
  @font-face {
    font-family: 'firago-bolditalic';   
    src: url('../fonts/firago-bolditalic.woff2') format('woff2'),
        url('../fonts/firago-bolditalic.woff') format('woff'),
        url('../fonts/firago-bolditalic.ttf') format('truetype');
    font-weight: 10;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'firago-heavyitalic';   
    src: url('../fonts/firago-heavyitalic.woff2') format('woff2'),
        url('../fonts/firago-heavyitalic.woff') format('woff'),
        url('../fonts/firago-heavyitalic.ttf') format('truetype');
    
    font-style: normal;
  }
  
  @font-face {
    font-family: 'firago-extrabolditalic';   
    src: url('../fonts/firago-extrabolditalic.woff2') format('woff2'),
        url('../fonts/firago-extrabolditalic.woff') format('woff'),
        url('../fonts/firago-extrabolditalic.ttf') format('truetype');
    font-weight: 10;
    font-style: normal;
  }


  html {
    scroll-behavior: smooth;
     overflow-x: hidden;
     max-width: 100vw;
  }
 
 
  body {
    margin: 0;
    font-family: "firago-italic";
    background: #e8ebf9;
    color: #1e1e1e;
    font-feature-settings: "case" on;
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100vw;

  }


  /* Prevent horizontal overflow on mobile */



/* Ensure container boxes don’t overflow */
.section1-div,
.section2-div,
.section3-div,
.section4-div,
.section5-div,
.section1,
.section3,
.section5,
.form-section,
.questions-div,
.reviews-div {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}




header {
    background: #e8ebf9;
}


  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding: 40px 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  header img {
    height: 60px;
  }

  header .header-button {
    background: #3a6bff;
    font-family: "firago-mediumitalic";
    text-decoration: none;
    font-size: 20px;
    border-radius: 30px;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-feature-settings: "case" on;
  }

  .icon-box {
  will-change: transform, opacity;
  overflow-anchor: none;
}




  .header-button:hover {
    background: #c5294a;
    
  }


  .white-box {
  background: white;
  padding: 30px;
  border-radius: 35px;
  opacity: 0;
  transition: all 1.8s ease 0.1s;
  transform: translateX(0px) translateY(150px);
  background: white;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 20px;
  margin-bottom: 70px;
  display: flex;
  align-items: flex-start; 
  gap: 20px;
}


.white-box ._active {
  opacity: 100%;
  transform: translate(0px, 0px);
}













@media (max-width: 1000px) {
  .white-box {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 30px;
  }

  .first-text {
    position: static;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }

  .first-text h2 {
    font-size: 18px;
  }

  .first-text h3 {
    font-size: 14px;
  }

  .first-text-desc {
    font-size: 13px;
    padding: 15px;
  }

  .varikoz1 {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}


















  
  .fixed-order-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "firago-mediumitalic";
    font-size: 24px;
    font-feature-settings: "case" on;
    text-decoration: none;
    background: #3a6bff;
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 30px;
    animation: pulse 2s infinite;
    z-index: 999;
  }

  .fixed-order-btn:hover {
    background: #c5294a;
    animation: pulse-hover 2s infinite;
  }
 


 


  .hidden {
    display: none;
  }

/* Section 1 */

.flex1 {
   display: flex;   
   flex-direction: column;
  justify-content: center; 
  align-items: center; 
  margin-top: 50px;
  margin-bottom: 80px;
    transition: all 1.8s ease 0.1s;

}

.flex1._active {
  opacity: 100%;
  
}












.section1 {
  background-color: #ffffff;
  padding-bottom: 50px;
  height: 100vh;
  padding-top: 0px;
 
}






.section1-div {
  
  width: 100%;
   padding: 40px 0px;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    padding-top: 180px;
 
}







.section1 h1 {

  font-size: 3rem;
  line-height: 46px;
  font-family: "firago-mediumitalic";
  color: #172f9b;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  width: 60vw;

}



.section1 .to-form {

  font-size: 24px;
  margin-top: 0px;
  font-family: "firago-bookitalic";
  color: #353535;
  text-align: center;
 
}




.section1 .to-form {
  cursor: pointer;
  color: #ffffff;
  background-image: linear-gradient(to right, #FF512F 0%, #DD2476  51%, #FF512F  100%);
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  outline: none;
  background-size: 200% auto;
  display: block;
  padding: 20px;
  width: 30vw;
  text-align: center;
  transition: 0.5s;
  position: relative; 
margin-left: auto;
margin-right: auto;
  border: none; 
  font-family: 'firago-mediumitalic';
  margin-top: 20px;
  font-feature-settings: "case" on;
}


.section1 .to-form:hover {
   background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}





.section1 .texts {
  margin-top: 50px;
  opacity: 0;
  transition: all 1.8s ease 0.1s;
  transform: translateX(0px) translateY(150px);
}

.section1 .texts._active {
  
  opacity: 100%;
  transform: translate(0px, 0px);
}

.section1 .texts-p {
  font-size: 22px;
  font-family: "firago-bookitalic";
  color: #353535;
}

.section1 .texts-h2 { 
  font-size: 44px; 
  font-family: "firago-bolditalic"; 
  color: #353535; 
  margin-top: 0px; 
  line-height: 52px; 
}




  .offer-up {
    width: 75%;
    margin-left: 70px;
    margin-top: 25px;
  }



  @media (max-width: 1080px) {

    







    header {
      justify-content: center;
    }

    header img {
      height: 50px;
      margin-left: auto;
      margin-right: auto;
    }

  header .header-button {
      display: none;
    }
    .flex.row {
      flex-direction: column;
    }
    footer {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }


 /* ------ Section1 ------ */


.section1 {
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 0px;
 
}


.section1-div {
  
  width: 100%;
   padding: 0;
   padding-top: 200px;
   padding-bottom: 20px;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    gap: 100px;
}



 .flex1 {
  margin-top: 0px;
  flex-direction: column;
  gap: 5vh;
}

.section1 h1 {
  width: 90%;
  font-size: 2.5rem;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: "firago-mediumitalic";

}







.section1 .to-form {
  cursor: pointer;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 23px;
  outline: none;
  background-size: 200% auto;
  display: block;
  padding-top: 2vh;
  padding-bottom: 2vh;
  width: 38vw;
  text-align: center;
  transition: 0.5s;
  position: relative; 
  margin-left: auto;
  margin-right: auto;
  border: none; 
  font-family: 'firago-mediumitalic';
  font-feature-settings: "case" on;
}




  }
  















  @media (max-width: 480px) {

    







    header {
      justify-content: center;
    }

    header img {
      height: 50px;
      margin-left: auto;
      margin-right: auto;
    }

  header .header-button {
      display: none;
    }
    .flex.row {
      flex-direction: column;
    }
    footer {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }


 /* ------ Section1 ------ */


.section1 {
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 0px;
 
}


.section1-div {
  
  width: 100%;
   padding: 0;
   padding-top: 150px;
   padding-bottom: 20px;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    gap: 100px;
}



 .flex1 {
  margin-top: 0px;
  flex-direction: column;
  gap: 5vh;
}

.section1 h1 {
  width: 90%;
  font-size: 1.8rem;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: "firago-mediumitalic";

}







.section1 .to-form {
  cursor: pointer;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 23px;
  outline: none;
  background-size: 200% auto;
  display: block;
  padding-top: 2vh;
  padding-bottom: 2vh;
  width: 70vw;
  text-align: center;
  transition: 0.5s;
  position: relative; 
  margin-left: auto;
  margin-right: auto;
  border: none; 
  font-family: 'firago-mediumitalic';
  font-feature-settings: "case" on;
}




  }
  



