/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/preloader/preloader.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.dot-spinner {
      --uib-size: 8.8rem;
      --uib-speed: .9s;
      --uib-color: #c3a464;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: var(--uib-size);
      width: var(--uib-size);
    }

    
    
    .dot-spinner__dot {
      position: absolute;
      top: 0;
      left: 5rem;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: 100%;
      width: 100%;
    }
    
    .dot-spinner__dot::before {
      content: '';
      height: 20%;
      width: 20%;
      border-radius: 50%;
      background-color: var(--uib-color);
      transform: scale(0);
      opacity: 0.5;
      animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
      box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
    }
    
    .dot-spinner__dot:nth-child(2) {
      transform: rotate(45deg);
    }
    
    .dot-spinner__dot:nth-child(2)::before {
      animation-delay: calc(var(--uib-speed) * -0.875);
    }
    
    .dot-spinner__dot:nth-child(3) {
      transform: rotate(90deg);
    }
    
    .dot-spinner__dot:nth-child(3)::before {
      animation-delay: calc(var(--uib-speed) * -0.75);
    }
    
    .dot-spinner__dot:nth-child(4) {
      transform: rotate(135deg);
    }
    
    .dot-spinner__dot:nth-child(4)::before {
      animation-delay: calc(var(--uib-speed) * -0.625);
    }
    
    .dot-spinner__dot:nth-child(5) {
      transform: rotate(180deg);
    }
    
    .dot-spinner__dot:nth-child(5)::before {
      animation-delay: calc(var(--uib-speed) * -0.5);
    }
    
    .dot-spinner__dot:nth-child(6) {
      transform: rotate(225deg);
    }
    
    .dot-spinner__dot:nth-child(6)::before {
      animation-delay: calc(var(--uib-speed) * -0.375);
    }
    
    .dot-spinner__dot:nth-child(7) {
      transform: rotate(270deg);
    }
    
    .dot-spinner__dot:nth-child(7)::before {
      animation-delay: calc(var(--uib-speed) * -0.25);
    }
    
    .dot-spinner__dot:nth-child(8) {
      transform: rotate(315deg);
    }
    
    .dot-spinner__dot:nth-child(8)::before {
      animation-delay: calc(var(--uib-speed) * -0.125);
    }
    
    @keyframes pulse0112 {
      0%,
      100% {
        transform: scale(0);
        opacity: 0.5;
      }
    
      50% {
        transform: scale(1);
        opacity: 1;
      }
    }
    @media(min-width:1150px) and (max-width:1200px){
      

      .dot-spinner__dot {
        position: absolute;
        top: 0;
        left: 2rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        width: 100%;
      }
      
    }

    @media(min-width:1024px) and (max-height:768px){

      .dot-spinner__dot {
        top: -2.2rem;
  
      }

    }
    
    @media(min-width:200px) and (max-width:500px){
      

      .dot-spinner__dot {
        top: -2.2rem;
  
      }
      
    }


/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/preloader/preloader.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.preloader_introduction__Wh8QD {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  background-color: #006861;
}

.preloader_introduction__Wh8QD svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% + 300px);
}

.preloader_introduction__Wh8QD svg path {
  fill: #006f69;
}

.preloader_introduction__Wh8QD p {
  display: flex;
  color: white;
  font-size: 120px;
  align-items: center;
  position: absolute;
  z-index: 1;
}

.preloader_introduction__Wh8QD p span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  margin-right: 10px;
}

.preloader_counterContainer__h5XWu {
  position: relative;
}

.preloader_preloader_text__bmyqi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  /* right: -4rem; */
  /* bottom: 0rem; */
}

.preloader_percentageCounter__C1z4_ {
  font-size: 5em;
  position: absolute;
  font-size: 100px;
  font-weight: 300;
  right: -33rem;
  bottom: -20rem;
  color: #fff;
}
.preloader_loading__dq_SZ {
  font-size: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.preloader_loading__dq_SZ img {
  max-width: 100%;
  width: 60px;
  height: 70px;
  padding-top: 10px;
}


@media (min-width: 1921px) and (max-width: 2560px) {
  .preloader_percentageCounter__C1z4_ {
    font-size: 5em;
    right: -60rem;
    bottom: -25rem;
  }
}

@media (min-width: 1701px) and (max-width: 1920px) {
  .preloader_percentageCounter__C1z4_ {
    font-size: 5em;
    right: -50rem;
    bottom: -22rem;
  }
}


@media (min-width: 1600px) and (max-width: 1700px) {
  .preloader_percentageCounter__C1z4_ {
    font-size: 5em;
    right: -40rem;
    bottom: -19rem;
  }
}


@media (max-width: 1440px) {
  .preloader_percentageCounter__C1z4_ {
    font-size: 5em;
    position: absolute;
    font-size: 100px;
    font-weight: 300;
    right: -33rem;
    bottom: -22rem;
    color: #fff;
  }
}


@media (max-width: 1024px) {
  .preloader_preloader_text__bmyqi {
    position: absolute;
    right: -8rem;
    bottom: 13rem;
  }
  .preloader_percentageCounter__C1z4_ {
    font-size: 5em;
    right: -20rem;
    bottom: -25rem;
  }
}

@media (max-width: 991px) {
  .preloader_percentageCounter__C1z4_ {
    font-size: 5em;
    right: -18rem;
    bottom: -35rem;
  }

  .preloader_preloader_text__bmyqi {
    position: absolute;
    right: -3rem;
    bottom: 5rem;
  }
}

@media (max-width: 820px) {
 
  .preloader_preloader_text__bmyqi {
    right: -8rem;
    bottom: -4rem;
  }
  .preloader_percentageCounter__C1z4_ {
    font-size: 5em;
    right: -14rem;
    bottom: -25rem;
  }
}

@media (max-width: 787px) {
  .preloader_percentageCounter__C1z4_ {
    font-size: 5em;
    right: 0rem;
    bottom: -20rem;
  }

  .preloader_preloader_text__bmyqi {
    right: -5rem;
    bottom: 5rem;
  }

  .preloader_introduction__Wh8QD p {
    font-size: 70px;
  }
}


@media (max-width: 575px) {

  .preloader_introduction__Wh8QD{
    height: 100lvh;
  }
  .preloader_percentageCounter__C1z4_ {
    font-size: 5em;
    right: 0rem;
    bottom: -20rem;
  }

  .preloader_preloader_text__bmyqi {
    right: -5rem;
    bottom: 5rem;
  }

  .preloader_introduction__Wh8QD p {
    font-size: 70px;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/heroSection/heroSection_textAnimation.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.hero_text_animation_wrapper{
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      margin: 0 8px;
  }
  @media(max-width:991px){
    .hero_text_animation_wrapper{
        margin: 0 5px;
    }
  }
  @media(max-width:767px){
    .hero_text_animation_wrapper{
        margin: 0 4px;
    }
  }
  @media(max-width:575px){
    .hero_text_animation_wrapper{
        margin: 0 3px;
    }
  }
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/heroSection/heroSection.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.heroSection_homepage_image_wrapper__h1_Q9 {
  position: relative;
  width: 100%;
  aspect-ratio: 72/35;
}



.heroSection_logo__9TElw {
  height: 100%;
  cursor: pointer;
  width: 100%;
}
.heroSection_homepage_image__apKkz {
  filter: brightness(0.8);
}
.heroSection_homepage_image_wrapper3__gKaKJ {
  position: relative;
  width: 100%;
  aspect-ratio: 70/30;
}
.heroSection_header_text__sPE3j {
  color: #fff;
  font-size: 71px ;
  font-style: normal;
  position: absolute;
  display: flex;
  flex-wrap: wrap;

  bottom: 10rem;
  left: 6rem;
  font-weight: 300;
  line-height: normal;
  width: 62%;
  text-transform: uppercase;
}

.heroSection_header_text2__nuzY2 {
  color: #fff;
  font-size: 71px;
  font-style: normal;
  width: 78%;
  position: absolute;
  bottom: 22rem;
  left: 5rem;

  font-weight: 300;
  line-height: normal;
}
.heroSection_video_outer__LqS_u {
  position: relative;
  height: 100vh;
  overflow: hidden;
  filter: brightness(85%);
}

.heroSection_videoBackground__BWvfY {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.heroSection_video_bg__sYg87 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.heroSection_header_name__pH7FF {
  color: #fff;
  font-size: 90px;
  font-style: normal;
  position: absolute;
  top: 40%;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-weight: 300;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
}
.heroSection_header_comment__PiOxt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 38%;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 2rem;
}

.heroSection_nav_menu_names__LfbhQ {
  color: #006f69;
  font-size: 16px;
  font-style: normal;
  filter: drop-shadow(1px 1px 4px black);
  z-index: 1;
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-weight: 500;
  line-height: normal;
}
.heroSection_btn_outer__PynhA {
  position: absolute;
  top: 5rem;
  right: 7rem;
}
.heroSection_nav_button__8nlNx {
  border: 2px solid #006f69;
  border-radius: 22px;
  cursor: pointer;
  position: absolute;
  top: 5.4rem;
  right: 8rem;
  color: #006f69;
  background-color: #ffffff00;
  padding: 12px 28px;
}

@media (min-width: 1921px) and (max-width: 2560px) {
  .heroSection_homepage_image_wrapper__h1_Q9 {
    position: relative;
    width: 100%;
    aspect-ratio: 67/35;
  }

  .heroSection_header_comment__PiOxt {
    text-align: center;
    font-size: 22px;
    top: 50%;
    left: 50%;
    font-weight: 300;
    transform: translate(-50%, -50%) !important;
    width: 38%;
    font-style: normal;
    margin-top: 2rem;
  }

  .heroSection_header_text__sPE3j {
    font-size: 86px !important;
    bottom: 32rem;
    left: 6rem;
    width: 50%;
  }

  .heroSection_header_text2__nuzY2 {
    font-size: 86px;
    width: 75%;
    bottom: 25rem;
    left: 5rem;
  }
}

@media (min-width: 1701px) and (max-width: 1920px) {
  .heroSection_homepage_image_wrapper__h1_Q9 {
    position: relative;
    width: 100%;
    aspect-ratio: 67/35;
  }

  .heroSection_header_comment__PiOxt {
    text-align: center;
    font-size: 22px;
    top: 50%;
    left: 50%;
    font-weight: 300;
    transform: translate(-50%, -50%) !important;
    width: 38%;
    font-style: normal;
    margin-top: 2rem;
  }

  .heroSection_header_text__sPE3j {
    font-size: 71px !important;
    bottom: 17rem;
    display: flex;
    flex-wrap: wrap;

    left: 6rem;
    width: 50%;
  }

  .heroSection_header_text2__nuzY2 {
    font-size: 86px;
    width: 75%;
    bottom: 25rem;
    left: 5rem;
  }
}

@media (min-width: 1551px) and (max-width: 1700px) {
  .heroSection_header_text__sPE3j {
    font-size: 71px !important;
    bottom: 12rem;
    left: 6rem;
    width: 58%;
  }
  .heroSection_logo__9TElw {
    height: revert-layer;
    cursor: pointer;
    width: 100%;
  }
}

@media (min-width: 1550px) {
  .heroSection_header_comment__PiOxt {
    top: 50%;
    margin-top: 2rem;
  }
}

@media (max-width: 1440px) {
  .heroSection_header_text__sPE3j {
    font-size: 62px !important;
    bottom: 14rem;
    left: 4rem;
    width: 65%;
  }

  .heroSection_logo__9TElw {
    height: 100%;
    cursor: pointer;
    width: revert-layer;
  }

  .heroSection_header_text2__nuzY2 {
    font-size: 86px;
    width: 72%;
    bottom: 25rem;
    left: 5rem;
  }
  .heroSection_header_comment__PiOxt {
    top: 50%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .heroSection_header_text__sPE3j {
    font-size: 52px !important;
    bottom: 11rem;
    left: 4rem;
    width: 62%;
  }
  .heroSection_header_name__pH7FF {
    font-size: 70px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .heroSection_header_comment__PiOxt {
    text-align: center;
    font-size: 23px;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .heroSection_logo__9TElw {
    height: 100%;
    cursor: pointer;
    width: revert-layer;
  }
}

@media (max-width: 991px) {
  .heroSection_btn_outer__PynhA {
    position: absolute;
    top: 5.1rem;
    right: 5rem;
  }
  .heroSection_logo__9TElw {
    height: 100%;
    cursor: pointer;
    width: revert-layer;
  }

  .heroSection_header_text__sPE3j {
    font-size: 45px !important;
    bottom: 12rem;
    left: 2rem;
    width: 62%;
  }

  .heroSection_header_text2__nuzY2 {
    font-size: 44px;
    bottom: 4rem;
    left: 2rem;
    width: 100%;
  }

  .heroSection_video_outer__LqS_u {
    height: 100vh;
  }

  .heroSection_homepage_image_wrapper3__gKaKJ {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
  }
  .heroSection_header_name__pH7FF {
    font-size: 45px;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .heroSection_header_comment__PiOxt {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 20px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 53%;
  }

  .heroSection_nav_menu_names__LfbhQ {
    color: #006f69;
    font-size: 16px;
    font-style: normal;
    z-index: 1;
    width: 14%;
    top: 2rem;
    left: 2rem;
    font-weight: 500;
  }
}

@media (max-width: 787px) {
  .heroSection_homepage_image_wrapper__h1_Q9 {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
  }
  .heroSection_homepage_third_image_wrapper__tuKt4 {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
  }
  .heroSection_logo__9TElw {
    height: 100%;
    width: 100%;
  }
  .heroSection_btn_outer__PynhA {
    position: absolute;
    top: 2rem;
    right: 5rem;
  }

  .heroSection_nav_menu_names__LfbhQ {
    color: #006f69;
    font-size: 16px;
    font-style: normal;
    z-index: 1;
    width: 23%;
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-weight: 500;
    line-height: normal;
  }

  .heroSection_header_text__sPE3j {
    font-size: 42px !important;
    bottom: 12rem;
    left: 2rem;
    width: 70%;
  }

  .heroSection_header_text2__nuzY2 {
    font-size: 41px;
    bottom: 5rem;
    left: 2rem;
    width: 100%;
  }
  .heroSection_header_name__pH7FF {
    font-size: 70px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .heroSection_header_comment__PiOxt {
    text-align: center;
    font-size: 22px;
    margin-top: 2rem;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 70%;
  }

  .heroSection_video_outer__LqS_u {
    height: 100vh;
  }
}

@media (max-width: 575px) {
  .heroSection_header_text__sPE3j {
    color: #fff;
    font-size: 38px !important;
    letter-spacing: 1px;
    bottom: 12rem;
    left: 0;
    font-weight: 300;
    line-height: 53px;
    width: 100%;
    padding: 0 20px;
  }

  .heroSection_header_comment__PiOxt {
    text-align: center;
    font-size: 16px;
    margin-top: 1.5rem;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 70%;
  }

  .heroSection_header_name__pH7FF {
    font-size: 33px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .heroSection_header_text2__nuzY2 {
    font-size: 26px;
    width: 100%;
    position: absolute;
    bottom: 10rem;
    left: 1.3rem;
  }
}

@media (max-width: 425px) {
  .heroSection_header_comment__PiOxt {
    margin-top: 1rem;
    font-size: 16px;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 75%;
  }
  .heroSection_header_text__sPE3j {
    color: #fff;
    font-size: 33px !important;
    letter-spacing: 1px;
    bottom: 12rem;
    left: 0;
    font-weight: 300;
    line-height: 53px;
    width: 100%;
    padding: 0 20px;
  }

  .heroSection_header_name__pH7FF {
    font-size: 27px;
    font-style: normal;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    font-weight: 300;
  }
}

@media (max-width: 375px) {
  .heroSection_header_comment__PiOxt {
    margin-top: 1.5rem;
  }


  .heroSection_header_text__sPE3j {
    color: #fff;
    font-size: 35px !important;
    letter-spacing: 1px;
    bottom: 12rem;
    left: 0;
    font-weight: 300;
    line-height: 53px;
    width: 100%;
    padding: 0 20px;
  }





}

@media (max-width: 320px) {
  .heroSection_header_comment__PiOxt {
    text-align: center;
    font-size: 14px;
    margin-top: 1rem;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 90%;
    font-style: normal;
    font-weight: 300;
  }

  .heroSection_header_name__pH7FF {
    font-size: 30px;
    text-align: center;
    top: 45%;
    width: 54%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    font-weight: 400;
  }


  .heroSection_header_text__sPE3j {
    color: #fff;
    font-size: 29px !important;
    letter-spacing: 1px;
    bottom: 12rem;
    left: 0;
    font-weight: 300;
    line-height: 53px;
    width: 100%;
    padding: 0 20px;
  }

}


@media(min-width:250px) and (max-width:319px){
  .heroSection_header_text__sPE3j {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    bottom: 12rem;
    left: 0;
    font-weight: 300;
    line-height: 53px;
    width: 100%;
    padding: 0 20px;
  }
}

@media(min-width:1px) and (max-width:249px){
  .heroSection_header_text__sPE3j {
    display:none
  }
}



/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/timeline/time.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.time_first_timeline_outer__95H9c {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  display: flex;
  font-weight: 400;
  color: white;
}
.time_first_timeline_inner__QmU_L {
  width: 50%;
}


.time_canvas_layer__CPiYj {
  height: 100vh;
  object-fit: cover;
  /* position: fixed; */
    max-width: 100vw;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    max-height: 100vh;
  width: 100%;
  object-position: center;
}

.time_display__jKT1O {
  display: none;
}

.time_display1__yG_AR {
  display: block;
}

.time_timeline_animation_text__Q2wCx {
  font-size: 68px;
  margin-left: 4rem;
}

.time_canvas_side_outer__qsnND {
  width: 50%;
}

.time_timeline__DA9AO {
  position: relative;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 5rem;
}
.time_twoo__98Tu5 {
  font-weight: 400;
  font-size: 58px;
  line-height: 130%;
  letter-spacing: 1px;
}
.time_section__ClORD {
  display: flex;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 2.6rem 0rem 7rem ;
  border-radius: 1rem;
  align-items: center;
  min-height: 218px;
  color: white;
}

.time_line__huvvH {
  position: absolute;
  z-index: 1;
  left: calc(20% - -1px);
  width: 2px;
  top: 100px;
  bottom: 335px;
  border-right: 2px solid #218e88;
}
.time_bead__6G4V3 {
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #0f8a83;
  left: 20.3%;
  z-index: 2;
  top: 20%;
  transform: translateX(-50%);
}

.time_timeline_number__tTuRd {
  font-size: 20px;
}
.time_timeline_sec_comment__39w5x {
  font-size: 19px;
  font-weight: 300;
}

.time_contentX__qgB5C {
  width: 100%;
  padding: 46px 0px 0px 220px;
  width: calc(100% - 2rem);
  color: #26aca5;
  font-size: 35px;
  opacity: 0;
}

@media (min-width: 2401px) and (max-width: 2560px) {
  .time_contentX__qgB5C {
      padding: 67px 0px 0px 405px;
    }
  
    .time_bead__6G4V3 {
      top: 15%;
  
    }
    .time_timeline_sec_comment__39w5x {
      font-size: 25px;
      font-weight: 300;
    }
  
    .time_display__jKT1O {
      display: none;
    }
  
    .time_display1__yG_AR {
      display: block;
    }
  
    .time_timeline__DA9AO {
      margin-bottom: 8rem;
      margin-top: 10rem;
    }
  
    .time_section__ClORD {
      padding: 2.6rem 0rem 22rem !important;
      border-radius: 1rem;
    }
  
    .time_twoo__98Tu5 {
      font-size: 100px;
      letter-spacing: 1px;
    }
  
    .time_line__huvvH {
      left: calc(20% - -1px);
      width: 2px;
      top: 119px;
      bottom: 692px;
      border-right: 2px solid #218e88;
    }
  
    .time_timeline_animation_text__Q2wCx {
      font-size: 86px;
      margin-left: 4rem;
    }
  }



@media (min-width: 2201px) and (max-width: 2400px) {
.time_contentX__qgB5C {
    padding: 67px 0px 0px 405px;
  }

  .time_bead__6G4V3 {
    top: 15%;

  }
  .time_timeline_sec_comment__39w5x {
    font-size: 25px;
    font-weight: 300;
  }

  .time_display__jKT1O {
    display: none;
  }

  .time_display1__yG_AR {
    display: block;
  }

  .time_timeline__DA9AO {
    margin-bottom: 0rem;
    margin-top: 10rem;
  }

  .time_section__ClORD {
    padding: 2.6rem 0rem 22rem !important;
    border-radius: 1rem;
  }

  .time_twoo__98Tu5 {
    font-size: 90px;
    letter-spacing: 1px;
  }

  .time_line__huvvH {
    left: calc(20% - -1px);
    width: 2px;
    top: 124px;
    bottom: 760px;
    border-right: 2px solid #218e88;
  }

  .time_timeline_animation_text__Q2wCx {
    font-size: 86px;
    margin-left: 4rem;
  }
}


@media (min-width: 1921px) and (max-width: 2200px) {
  .time_contentX__qgB5C {
    padding: 67px 0px 0px 260px;
  }
  .time_timeline_sec_comment__39w5x {
    font-size: 22px;
    font-weight: 300;
  }
  .time_display__jKT1O {
    display: none;
  }

  .time_display1__yG_AR {
    display: block;
  }

  .time_timeline__DA9AO {
    margin-bottom: 8rem;
    margin-top: 10rem;
  }

  .time_section__ClORD {
    padding: 2.6rem 0rem 22rem ;
    border-radius: 1rem;
  }

  .time_twoo__98Tu5 {
    font-size: 80px;
    letter-spacing: 1px;
  }



  /* .line {
    position: absolute;
    z-index: 1;
    left: calc(20% - -1px);
    width: 2px;
    top: 100px;
    bottom: 335px;
    border-right: 2px solid #218e88;
  } */
  .time_bead__6G4V3 {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #0f8a83;
    left: 20.1%;
    z-index: 2;
    top: 15%;
    transform: translateX(-50%);
  }

  .time_line__huvvH {
    left: calc(20% - -1px);
    width: 2px;
    top: 117px;
    bottom: 635px;
    border-right: 2px solid #218e88;
  }

  .time_timeline_animation_text__Q2wCx {
    font-size: 86px;
    margin-left: 4rem;
  }
}





@media (min-width: 1600px) and (max-width: 1920px) {
  .time_contentX__qgB5C {
    padding: 67px 0px 0px 260px;
  }

  .time_display__jKT1O {
    display: none;
  }

  .time_display1__yG_AR {
    display: block;
  }

  .time_timeline__DA9AO {
    margin-bottom: 8rem;
    margin-top: 10rem;
  }

  .time_section__ClORD {
    padding: 2.6rem 0rem 14rem ;
    border-radius: 1rem;
  }

  .time_twoo__98Tu5 {
    font-size: 70px;
    letter-spacing: 1px;
  }

  .time_line__huvvH {
    left: calc(20% - -1px);
    width: 2px;
    top: 130px;
    bottom: 480px;
    border-right: 2px solid #218e88;
  }

  .time_timeline_animation_text__Q2wCx {
    font-size: 86px;
    margin-left: 4rem;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .time_twoo__98Tu5 {
    font-size: 57px;
    letter-spacing: 1px;
  }

  .time_timeline__DA9AO {
    margin-bottom: 8rem;
    margin-top: 7rem;
  }

}


/* @media(max-height:1080px){
  .section {
    padding: 2.6rem 0rem 18rem ;
    border-radius: 1rem;
  }

  .line {
    left: calc(20% - -1px);
    width: 2px;
    top: 130px;
    bottom: 538px;
    border-right: 2px solid #218e88;
  }


  .bead {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #0f8a83;
    left: 20.3%;
    z-index: 2;
    top: 17%;
    transform: translateX(-50%);
  }


} */



/* 
@media(max-height:995px){
  .section {
    padding: 2.6rem 0rem 14rem ;
    border-radius: 1rem;
  }


  .line {
    left: calc(20% - -1px);
    top: 115px;
    bottom: 495px;
  }



}

@media(max-height:950px){
  .section {
    padding: 2.6rem 0rem 12rem;
    border-radius: 1rem;
  }


  .line {
    left: calc(20% - -1px);
    top: 130px;
    bottom: 538px;
  }



}



@media(max-height:920px){
  .section {
    padding: 2.6rem 0rem 12rem ;
    border-radius: 1rem;
  }


  .line {
    left: calc(20% - -1px);
    top: 105px;
    bottom: 460px;
  }

}


@media(max-height:750px){
  .section {
    padding: 2.6rem 0rem 8rem ;
    border-radius: 1rem;
  }


  .line {
    left: calc(20% - -1px);
    top: 93px;
    bottom: 365px;
  }

}



@media(max-height:730px){
  .section {
    padding: 2.6rem 0rem 8rem ;
    border-radius: 1rem;
  }

  .line {
    left: calc(20% - -1px);
    top: 90px;
    bottom: 365px;
  }

}


@media(max-height:700px){
  .section {
    padding: 2.6rem 0rem 4rem ;
    border-radius: 1rem;
  }

  .line {
    left: calc(20% - -1px);
    top: 90px;
    bottom: 358px;
  }

}
@media(max-height:665px){
  .line{
    bottom: 338px;
  }
} */


@media (max-width: 1440px) {
  .time_twoo__98Tu5 {
    font-weight: 400;
    font-size: 58px;
    line-height: 130%;
    letter-spacing: 1px;
  }

  .time_line__huvvH {
    position: absolute;
    z-index: 1;
    left: calc(20% - -1px);
    width: 2px;
    top: 120px;
    bottom: 446px;
    border-right: 2px solid #218e88;
  }

  .time_contentX__qgB5C {
    width: 100%;
    padding: 66px 0px 0px 220px;
    width: calc(100% - 0rem);
    color: #26aca5;
    font-size: 35px;
    opacity: 0;
  }

  .time_section__ClORD {
    display: flex;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 2.6rem 0rem 14rem;
    border-radius: 1rem;
    align-items: center;
    min-height: 218px;
    color: white;
  }
}


@media (max-width: 1370px) {
  .time_twoo__98Tu5 {
    font-weight: 400;
    font-size: 54px;
    line-height: 130%;
    letter-spacing: 1px;
  }

  .time_contentX__qgB5C {
    width: 100%;
    padding: 66px 0px 0px 220px;
    width: calc(100% - 0rem);
    color: #26aca5;
    font-size: 35px;
    opacity: 0;
  }

  .time_section__ClORD {
    display: flex;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 2.6rem 0rem 20rem;
    border-radius: 1rem;
    align-items: center;
    min-height: 218px;
    color: white;
  }



  .time_line__huvvH {
    position: absolute;
    z-index: 1;
    left: calc(20% - -1px);
    width: 2px;
    top: 114px;
    bottom: 559px;
    border-right: 2px solid #218e88;
  }
  .time_bead__6G4V3 {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #0f8a83;
    left: 20.3%;
    z-index: 2;
    top: 16%;
    transform: translateX(-50%);
  }

}

@media (max-width: 1180px) {
  .time_twoo__98Tu5 {
    font-weight: 400;
    font-size: 42px;
    line-height: 130%;
    letter-spacing: 1px;
  }


  .time_timeline__DA9AO {
    position: relative;
    min-height: 150px;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .time_line__huvvH {
    position: absolute;
    z-index: 1;
    left: calc(20% - -1px);
    width: 2px;
    top: 114px;
    bottom: 390px;
    border-right: 2px solid #218e88;
  }
  .time_bead__6G4V3 {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #0f8a83;
    left: 20.3%;
    z-index: 2;
    top: 22%;
    transform: translateX(-50%);
  }

  .time_timeline_animation_text__Q2wCx {
    font-size: 58px;
    margin-left: 4rem;
  }
  .time_timeline_sec_comment__39w5x {
    font-size: 17px;
    font-weight: 300;
  }

  .time_contentX__qgB5C {
    width: 100%;
    padding: 66px 0px 0px 220px;
    width: calc(100% - 0rem);
    color: #26aca5;
    font-size: 35px;
    opacity: 0;
  }

  .time_section__ClORD {
    display: flex;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 2.6rem 0rem 12rem;
    border-radius: 1rem;
    align-items: center;
    min-height: 218px;
    color: white;
  }


}





@media (min-width: 767px) and (max-width: 1024px) {
  .time_display__jKT1O {
    display: block;
  }

  .time_display1__yG_AR {
    display: none;
  }

  .time_first_timeline_inner__QmU_L {
    /* max-width: 800px; */
    width: 100%;
  }
  .time_img_main__8YUsm {
    height: 100%;
    width: 100%;
  }

  .time_img_main_outer__ggJLf {
    width: 55%;
  }

  .time_first_timeline_outer__95H9c {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    display: block;
    font-weight: 400;
    color: white;
  }

  .time_section__ClORD {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 2.6rem 0rem 13rem;
    border-radius: 1rem;
    align-items: center;
    min-height: 218px;
    color: white;
  }

  .time_timeline_animation_text__Q2wCx {
    font-size: 70px;
    margin-left: 4rem;
  }
  .time_contentX__qgB5C {
    padding: 0 0 0 8rem;
    width: calc(100% - 0rem);
    font-size: 25px;
  }

  .time_twoo__98Tu5 {
    font-size: 68px;
    width: 72%;
    letter-spacing: 1px;
  }

  .time_line__huvvH {
    left: calc(7% - -1px);
    width: 2px;
    top: 585px;
    bottom: 280px;
  }

  .time_bead__6G4V3 {
    left: 7.2%;
    z-index: 2;
    top: 66%;
    transform: translateX(-50%);
  }

  .time_section__ClORD {
    padding: 5rem 0rem 0rem;
    border-radius: 1rem;
    min-height: 218px;
  }

  .time_timeline__DA9AO {
    min-height: 150px;
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .time_timeline_sec_comment__39w5x {
    font-size: 22px;
    width: 70%;
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .time_display1__yG_AR {
    display: none;
  }

  .time_display__jKT1O {
    display: block;
  }
  .time_img_main__8YUsm {
    color: transparent;
    height: auto;
    max-width: 100%;
    object-fit: cover;
  }
  .time_first_timeline_inner__QmU_L {
    width: 100%;
  }
  .time_line__huvvH {
    left: 65px;
    width: 2px;
    top: 508px;
    bottom: 180px;
  }
  .time_bead__6G4V3 {
    display: block;
    height: 1rem;
    width: 1rem;
    background-color: #0f8a83;
    left: 66px;
    z-index: 2;
    top: 72%;
    transform: translateX(-50%);
  }
  .time_contentX__qgB5C {
    width: 100%;
    padding: 40px 0px 0px 120px;
    width: calc(0);
    font-size: 20px;
  }
  .time_twoo__98Tu5 {
    font-size: 37px;
    letter-spacing: 1px;
  }
  .time_timeline_sec_comment__39w5x {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .time_time_line__huvvH__tvjcE {
    position: absolute;
    z-index: 1;
    left: 64px;
    width: 2px;
    top: 450px;
    bottom: 257px;
    border-right: 2px solid #218e88;
  }
}

@media (max-width: 768px) {
  .time_display__jKT1O {
    display: block;
  }

  .time_display1__yG_AR {
    display: none;
  }

  .time_first_timeline_inner__QmU_L {
    /* max-width: 800px; */
    width: 100%;
  }
  .time_img_main__8YUsm {
    height: 100%;
    width: 100%;
  }

  .time_img_main_outer__ggJLf {
    width: 35%;
  }

  .time_first_timeline_outer__95H9c {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    display: block;
    font-weight: 400;
    color: white;
  }

  .time_section__ClORD {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 2.6rem 0rem 13rem;
    border-radius: 1rem;
    align-items: center;
    min-height: 218px;
    color: white;
  }

  .time_timeline_animation_text__Q2wCx {
    font-size: 70px;
    margin-left: 4rem;
  }
  .time_contentX__qgB5C {
    padding: 0 0 0 8rem;
    width: calc(100% - 0rem);
    font-size: 25px;
  }

  .time_twoo__98Tu5 {
    font-size: 40px;
    width: 59%;
    letter-spacing: 1px;
  }

  .time_line__huvvH {
    left: calc(7% - -1px);
    width: 2px;
    top: 440px;
    bottom: 215px;
  }

  .time_bead__6G4V3 {
    left: 7.2%;
    z-index: 2;
    top: 66%;
    transform: translateX(-50%);
  }

  .time_section__ClORD {
    padding: 12rem 0rem 0rem;
    border-radius: 1rem;
    min-height: 218px;
  }

  .time_timeline__DA9AO {
    min-height: 150px;
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .time_timeline_sec_comment__39w5x {
    font-size: 18px;
    width: 70%;
    font-weight: 300;
  }

  /* .img_main {
    color: transparent;
    height: auto;
    max-width: 100%;
    width: 200px;
  }
  .first_timeline_inner {
    max-width: 800px;
    width: 100%;
  }

  .canvas_side_outer {
    width: 50%;
    display: none;
  }

  .contentX {
    padding: 40px 0px 0px 97px;
    width: calc(0);
    font-size: 20px;
  }

  .timeline {
    min-height: 150px;
    margin-bottom: 15rem;
  }
  .twoo {
    font-weight: 400;
    letter-spacing: 1px;
  }

  .section {
    padding: 2.6rem 2rem 7rem;
    border-radius: 1rem;
    min-height: 218px;
  }

  .line {
    left: calc(10% - -1px);
    width: 2px;
    top: 306px;
    bottom: 222px;
    border-right: 2px solid #218e88;
  }
  .bead {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    left: 10.3%;
    z-index: 2;
    top: 55%;
    transform: translateX(-50%);
  }

  .timeline_number {
    font-size: 20px;
  }
  .timeline_sec_comment {
    font-size: 19px;
    font-weight: 300;
  } */
}

@media (min-width: 320px) and (max-width: 575px) {
  .time_contentX__qgB5C {
    width: 100%;
    padding: 0px 0px 0px 42px;
    width: calc(0);
    font-size: 20px;
  }
  .time_timeline_animation_text__Q2wCx {
    font-size: 45px;
    margin-left: 2rem;
  }


  .time_img_main_outer__ggJLf {
    width: 90%;
  }
  .time_timeline__DA9AO {
    position: relative;
    min-height: 150px;
    margin-bottom: 2rem;
  }
  .time_twoo__98Tu5 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
  }

  .time_section__ClORD {
    padding: 1rem 2rem 2rem;
    border-radius: 1rem;
    min-height: 218px;
  }

  .time_line__huvvH {
    left: calc(10% - -1px);
    width: 2px;
    top: 315px;
    bottom: 217px;
  }
  .time_bead__6G4V3 {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #0f8a83;
    left: 10.3%;
    z-index: 2;
    top: 60%;
    transform: translateX(-50%);
  }

  .time_timeline_number__tTuRd {
    font-size: 20px;
  }
  .time_timeline_sec_comment__39w5x {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
  }
}
@media (max-width: 455px) {
  .time_line__huvvH {
    top: 320px;
    bottom: 188px;
  }
}

@media (max-width: 375px) {
  .time_contentX__qgB5C {
    width: 100%;
    padding: 30px 0px 0px 42px;
    width: calc(0);
    font-size: 20px;
  }

  .time_bead__6G4V3 {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #0f8a83;
    left: 10.3%;
    z-index: 2;
    top: 56%;
    transform: translateX(-50%);
  }

  .time_line__huvvH {
    top: 305px;
    bottom: 210px;
  }
}

@media (max-width: 320px) {
  .time_timeline_animation_text__Q2wCx {
    font-size: 36px;
    margin-left: 2rem;
  }

  .time_timeline_sec_comment__39w5x {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
  }
  .time_twoo__98Tu5 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
  }

  .time_display__jKT1O {
    display: block;
  }

  .time_display1__yG_AR {
    display: none;
  }

  .time_img_main_outer__ggJLf {
    width: 70%;
  }

  .time_line__huvvH {
    position: absolute;
    z-index: 1;
    left: calc(10% - -1px);
    width: 2px;
    top: 190px;
    bottom: 230px;
    border-right: 2px solid #218e88;
  }
  .time_bead__6G4V3 {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #0f8a83;
    left: 11%;
    z-index: 2;
    top: 43%;
    transform: translateX(-50%);
  }
  .time_contentX__qgB5C {
    padding: 0 0rem 0 2rem;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/common/button/button.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.button_button1__ASLme {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
  line-height: 15px;
  padding: 13px 27px 15px;
  font-family: "LatoRegular";
  font-size: 20px;
  border: 2px solid #c3a464;
  color: #c3a464;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
  background: transparent;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button_button1__ASLme span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button_button1__ASLme span:last-child {
  color: white;
  display: block;
  position: absolute;
  width: 100%;
  font-family: "LatoRegular";
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 70%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button_button1__ASLme:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "LatoRegular";
  background-color: #006f69;
  border: 1px solid #006f69;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button_button1__ASLme:hover {
  border: 2px solid #006f69;
}
.button_button1__ASLme:hover:after {
  transform-origin: bottom center;
  border: 1px solid #006f69;
  transform: skewY(9.3deg) scaleY(2);
}

.button_button1__ASLme:hover span:last-child {
  transform: translateX(-50%) translateY(-110%);
  opacity: 1;
  font-family: "LatoRegular";
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/*  */

/* CSS */
.button_button2__3VDD4 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
  font-family: "LatoRegular";
  line-height: 15px;
  width: 100%;
  padding: 13px 10px 15px;
  font-size: 15px;
  border: 1px solid #c3a464;
  color: #c3a464;
  text-decoration: none;
  cursor: pointer;
  z-index: 16;
  background: transparent;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button_button2__3VDD4 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button_button2__3VDD4 span:last-child {
  color: #006f69;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 70%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button_button2__3VDD4:after {
  content: "";
  position: absolute;
  bottom: -50%;
  font-family: "LatoRegular";
  left: -1px;
  width: 100%;
  color: #006f69;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #006f69;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button_button2__3VDD4:hover {
  border: 1px solid #006f69;
}
.button_button2__3VDD4:hover:after {
  transform-origin: bottom center;
  border: 1px solid #006f69;
  transform: skewY(9.3deg) scaleY(2);
}

.button_button2__3VDD4:hover span:last-child {
  transform: translateX(-50%) translateY(-110%);
  opacity: 1;
  font-family: "LatoRegular";
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* 3 */

.button_button3__6LW_R {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
  font-family: "LatoRegular";
  line-height: 15px;
  padding: 15px 30px 15px 30px;
  font-size: 20px;

  border: 1px solid #c3a464;
  color: #c3a464;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  background: transparent;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button_button3__6LW_R span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button_button3__6LW_R span:last-child {
  color: white;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 70%;
  font-family: "LatoRegular";
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button_button3__6LW_R:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  font-family: "LatoRegular";
  width: 100%;
  height: 100%;
  background-color: #006f69;
  border: 1px solid #006f69;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button_button3__6LW_R:hover {
  border: 1px solid #006f69;
}
.button_button3__6LW_R:hover:after {
  transform-origin: bottom center;
  border: 1px solid #006f69;
  transform: skewY(9.3deg) scaleY(2);
}

.button_button3__6LW_R:hover span:last-child {
  font-family: "LatoRegular";
  transform: translateX(-50%) translateY(-110%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* 4 */

.button_button4__58Y_I {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
  /* font-family: '__Lato_712376'; */
  font-family: "LatoRegular";
  line-height: 15px;
  padding: 20px 38px 18px;
  font-size: 20px;

  border: 1px solid #c3a464;
  color: #c3a464;
  text-decoration: none;
  cursor: pointer;
  z-index: 16;
  background: transparent;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button_button4__58Y_I span:first-child {
  position: relative;
  font-family: "LatoRegular";
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button_button4__58Y_I span:last-child {
  color: #006f69;
  display: block;
  font-family: "LatoRegular";
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 70%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button_button4__58Y_I:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  color: #006f69;
  font-family: "LatoRegular";
  /* font-family: '__Lato_712376'; */
  height: 100%;
  background-color: white;
  border: 1px solid #006f69;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button_button4__58Y_I:hover {
  border: 1px solid #006f69;
}
.button_button4__58Y_I:hover:after {
  transform-origin: bottom center;
  border: 1px solid #006f69;
  font-family: "LatoRegular";
  transform: skewY(9.3deg) scaleY(2);
}

.button_button4__58Y_I:hover span:last-child {
  transform: translateX(-50%) translateY(-110%);
  opacity: 1;
  font-family: "LatoRegular";
  /* font-family: '__Lato_712376'; */
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/*  */

.button_button5__n6kf1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
  line-height: 15px;
  padding: 15px 30px 15px 30px;
  font-size: 20px;
  font-family: "LatoRegular";
  border: 1px solid #c3a464;
  color: #c3a464;
  text-decoration: none;
  cursor: pointer;
  z-index: 16;
  background: transparent;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button_button5__n6kf1 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button_button5__n6kf1 span:last-child {
  color: white;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: "LatoRegular";
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 70%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button_button5__n6kf1:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "LatoRegular";
  background-color: #006f69;
  border: 1px solid #006f69;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button_button5__n6kf1:hover {
  border: 1px solid #006f69;
}
.button_button5__n6kf1:hover:after {
  transform-origin: bottom center;
  border: 1px solid #006f69;
  transform: skewY(9.3deg) scaleY(2);
}

.button_button5__n6kf1:hover span:last-child {
  transform: translateX(-50%) translateY(-110%);
  font-family: "LatoRegular";
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* button 6 */

.button_button6__ofD9R {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
  font-family: "LatoRegular";
  line-height: 15px;
  padding: 20px 47px 18px;
  font-size: 20px;
  border: 1px solid #c3a464;
  color: #c3a464;
  text-decoration: none;
  cursor: pointer;
  z-index: 16;
  background: transparent;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button_button6__ofD9R span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button_button6__ofD9R span:last-child {
  color: #ffffff;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 70%;
  left: 50%;
  font-family: "LatoRegular";
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button_button6__ofD9R:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  font-family: "LatoRegular";
  color: #006f69;
  height: 100%;
  background-color: #006f69;
  border: 1px solid #006f69;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button_button6__ofD9R:hover {
  border: 1px solid #006f69;
}
.button_button6__ofD9R:hover:after {
  transform-origin: bottom center;
  border: 1px solid #006f69;
  transform: skewY(9.3deg) scaleY(2);
}

.button_button6__ofD9R:hover span:last-child {
  transform: translateX(-50%) translateY(-110%);
  opacity: 1;
  font-family: lato;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* button 7 */

.button_button7__sScE8 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
  font-family: "LatoRegular";
  line-height: 15px;
  padding: 17px 108px 15px;
  font-size: 20px;
  margin: 2rem 38rem;
  border: 1px solid #c3a464;
  color: #c3a464;
  text-decoration: none;
  cursor: pointer;
  z-index: 16;
  background: transparent;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button_button7__sScE8 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button_button7__sScE8 span:last-child {
  color: #000000;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  font-family: "LatoRegular";
  top: 70%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button_button7__sScE8:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  font-family: "LatoRegular";
  color: #000000;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9deg) scaleY(0);
  z-index: 50;
}

.button_button7__sScE8:hover {
  border: 1px solid #ffffff;
}
.button_button7__sScE8:hover:after {
  transform-origin: bottom center;
  border: 1px solid #006f69;
  transform: skewY(4.3deg) scaleY(2);
}

.button_button7__sScE8:hover span:last-child {
  transform: translateX(-50%) translateY(-110%);
  opacity: 1;
  font-family: "LatoRegular";
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* CSS */
.button_button8__uskwO {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "LatoRegular";
  line-height: 15px;
  padding: 20px 47px 18px;
  font-size: 20px;
  border: 1px solid #c3a464;
  color: #c3a464;
  text-decoration: none;
  cursor: pointer;
  z-index: 16;
  background: transparent;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button_button8__uskwO span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
  font-family: "LatoRegular";
}

.button_button8__uskwO span:last-child {
  color: #ffffff;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: "LatoRegular";
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 70%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button_button8__uskwO:after {
  content: "";
  position: absolute;
  bottom: -50%;
  font-family: "LatoRegular";
  left: 0;
  width: 100%;
  color: #006f69;
  height: 100%;
  background-color: #006f69;
  border: 1px solid #006f69;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button_button8__uskwO:hover {
  border: 1px solid #006f69;
}
.button_button8__uskwO:hover:after {
  transform-origin: bottom center;
  border: 1px solid #006f69;
  transform: skewY(9.3deg) scaleY(2);
}

.button_button8__uskwO:hover span:last-child {
  transform: translateX(-50%) translateY(-110%);
  opacity: 1;
  font-family: "LatoRegular";
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* button 9 */


.button_button9__rdvsx {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "LatoRegular";
  line-height: 15px;
  padding: 20px 47px 18px;
  font-size: 20px;
margin-top: 1.5rem;
  border: 1px solid #006f69;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  z-index: 16;
  background-color: #006f69;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button_button9__rdvsx span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button_button9__rdvsx span:last-child {
  color: #006f69;
  display: block;
  position: absolute;
  width: 100%;
  font-family: "LatoRegular";
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 70%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button_button9__rdvsx:after {
  content: "";
  position: absolute;
  bottom: -50%;
  font-family: "LatoRegular";
  left: 0;
  width: 100%;
  color: #000000;
  height: 100%;
  background-color: #ffffff;
  border: none;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button_button9__rdvsx:hover {
  border: 1px solid #006f69;
}
.button_button9__rdvsx:hover:after {
  transform-origin: bottom center;
  border: 1px solid #006f69;
  transform: skewY(9.3deg) scaleY(2);
}

.button_button9__rdvsx:hover span:last-child {
  transform: translateX(-50%) translateY(-110%);
  opacity: 1;
  font-family: "LatoRegular";
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}





@media (min-width: 1600px) {
  .button_button7__sScE8 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 30px;
    font-family: "LatoRegular";
    line-height: 15px;
    padding: 17px 135px 15px;
    font-size: 20px;
    margin: 2rem 47rem;
    border: 1px solid #c3a464;
    color: #c3a464;
    text-decoration: none;
    cursor: pointer;
    z-index: 16;
    background: transparent;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
}


@media (max-width: 1199px) {
  .button_button2__3VDD4 {
    position: relative;
    font-family: "LatoRegular";
    font-size: 13px;
    border: 1px solid #c3a464;
  }
}


@media (max-width:1024px){
  .button_button7__sScE8 {
    padding: 17px 63px 13px;
    margin: 2rem 23rem;
  }
  .button_button2__3VDD4{
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .button_button1__ASLme {
    padding: 10px 17px 10px;
  }
  .button_button4__58Y_I {
    padding: 17px 24px 17px;
  }

  .button_button7__sScE8 {
    padding: 17px 63px 13px;
    margin: 2rem 23rem;
  }
}

@media (max-width: 787px) {
  .button_button1__ASLme {
    padding: 10px 17px 10px;
  }
  .button_button4__58Y_I {
    padding: 17px 24px 17px;
  }

  .button_button7__sScE8 {
    padding: 17px 80px 13px;
    margin: 2rem 15rem;
  }

  .button_button8__uskwO {
    padding: 15px 13px 15px;
  }
}

@media (max-width: 425px) {
  .button_button7__sScE8 {
    padding: 11px 33px 13px;
    margin: 1.5rem 8rem;
  }
  .button_button8__uskwO {
    padding: 15px 13px 15px;
  }
}

@media (max-width: 320px) {
  .button_button7__sScE8 {
    padding: 9px 20px 11px;
    margin: 1rem 6rem;
    font-size: 17px;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/footer/title.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.title_titles__53fN_ {
      width: 100%;
      border-top: 1px solid #3286803d;
    }
    
    .title_titles__53fN_ .title_title__LGMpn {
      border-bottom: 1px solid #3286803d;
      cursor: default;
      position: relative;
      z-index: 2;
    }
    
    .title_titles__53fN_ .title_title__LGMpn .title_wrapper__GnPPd {
      /* display: inline-block; */
      cursor: pointer;
      padding-left: 5%;
    }
    
    .title_titles__53fN_ .title_title__LGMpn .title_wrapper__GnPPd p {
      display: inline-block;
      color: #ffffff;
      font-weight: 300;
      cursor: pointer;
      font-size: 2vw;
      line-height: 6.99vw;
      margin: 0px;    
      position: relative;
      z-index: 2;
    }
    
    .title_titles__53fN_ .title_title__LGMpn .title_wrapper__GnPPd p:nth-of-type(2) {
      display: block;
      position: absolute;
      color: #ffffff;
      top: 0;
      z-index: 1;
    }







  








    
    @media(max-width:991px){
      .title_titles__53fN_ .title_title__LGMpn .title_wrapper__GnPPd p {
        display: inline-block;
        color: #ffffff;
        font-weight: 300;
        cursor: pointer;
        font-size: 5.0vw;
        line-height: 14vw;
        margin: 0px;
        position: relative;
        z-index: 2;
      }
    }



    @media(max-width:787px){

      .title_titles__53fN_ .title_title__LGMpn .title_wrapper__GnPPd p {
        display: inline-block;
        color: #ffffff;
        font-weight: 400;
        cursor: pointer;
        font-size: 5.0vw;
        line-height: 14vw;
        margin: 0px;
        position: relative;
        z-index: 2;
      }

    }




/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/footer/desc.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.desc_descriptions__pggt6 {
      top: 2px;
      height: 100%;
      cursor: pointer;
      position: absolute;
      width: 100%;
      z-index: 20;
      pointer-events: none;
    }
    
    .desc_descriptions__pggt6 .desc_description__EXrbW {
      background-color: #328680;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding-left: 5%;
      padding-right: 0%;
      -webkit-clip-path: inset(50% 0 50%);
              clip-path: inset(50% 0 50%);
      transition: -webkit-clip-path 0.4s;
      transition: clip-path 0.4s;
      transition: clip-path 0.4s, -webkit-clip-path 0.4s;
    }
    
    .desc_descriptions__pggt6 .desc_description__EXrbW p:nth-of-type(1) {
      color: #ffffff;
      font-weight: 300;
      cursor: pointer;
      font-size: 2vw;
      line-height: 7vw;
      margin: 0px;
      position: relative;
      z-index: 1;
    }
    
    .desc_descriptions__pggt6 .desc_description__EXrbW p:nth-of-type(2) {
      width: 40%;
      font-size: 1vw;
      font-weight: 700;
    }
    



    @media(max-width:991px){

      .desc_descriptions__pggt6 {
        top: 0px;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 20;
        pointer-events: none;
      }
      .desc_descriptions__pggt6 .desc_description__EXrbW p:nth-of-type(1) {
        color: #ffffff;
        font-weight: 400;
        cursor: pointer;
        font-size: 5vw;
        line-height: 14.2vw;
        margin: 0px;
        position: relative;
        z-index: 1;
      }
      

    }






    @media(max-width:787px){

      .desc_descriptions__pggt6 {
        top: 0px;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 20;
        pointer-events: none;
      }
      .desc_descriptions__pggt6 .desc_description__EXrbW p:nth-of-type(1) {
        color: #ffffff;
        font-weight: 400;
        cursor: pointer;
        font-size: 5vw;
        line-height: 14.4vw;
        margin: 0px;
        position: relative;
        z-index: 1;
      }
      

    }
/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/react-accessible-accordion/dist/fancy-example.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* ----------------------------------------------
* Demo styles
* ----------------------------------------------
**/
.accordion {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.accordion__item + .accordion__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion__button {
    background-color: #f4f4f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
}

.accordion__button:hover {
    background-color: #ddd;
}

.accordion__button:before {
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-45deg);
}

.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
    transform: rotate(45deg);
}

[hidden] {
    display: none;
}

.accordion__panel {
    padding: 20px;
    animation: fadein 0.35s ease-in;
}

/* -------------------------------------------------- */
/* ---------------- Animation part ------------------ */
/* -------------------------------------------------- */

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/warrantyAccordian/warrantyAccordian.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/* .accordion__button:hover {
  background: #006f69;
} */
.accordian_header_main {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.accordion__item {
  margin-top: 10px;
}
.accordion {
  border: none !important;
}
.accordian_header_main_text {
  color: white;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.accordion__button {
  background: #006f69 !important;
  color: white !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  cursor: default !important;
  text-transform: math-auto !important;
}

.accordion__button::before {
  float: right;
  display: none !important;
}

.accordion__button:before {
  color: white;
  margin-top: 5px;
}
.main_Accordian_header {
  padding-left: 10rem;
  background-color: #006861;
  padding-right: 10rem;
  padding-bottom: 3rem;
}
.accordion__panel {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: math-auto !important;
  background-color: #06625b;
}

.accordion__panel > * {
  margin-bottom: 12px;
}

.main_accordian_header_text > * {
  margin-bottom: 12px;
}
.main_accordian_header_text > li {
  margin-left: 12px;
}
.main_Accordian_header button {
  background-color: #c3a464;
}
.viewmore {
  text-align: center;
  width: max-content;
  margin: 0 auto;
}
.viewmore span {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .main_Accordian_header {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .main_Accordian_header {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-bottom: 3rem;
  }

  .accordion__button {
    font-size: 17px;
    font-weight: 500;
  }

  .accordian_header_main_text {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
  }

  .accordian_header_main {
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
  }
}

@media (max-width: 425px) {
  .accordion__button {
    font-size: 15px;
    font-weight: 500;
  }

  .main_accordian_header_text {
    font-size: 15px;
  }
  .main_Accordian_header button {
    font-size: 18px;
    padding: 12px 30px;
  }
}

@media (max-width: 320px) {
  .accordian_header_main_text {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
  }

  .main_accordian_header_text {
    font-size: 15px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/footer/test.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.test_container__UfO0k {
  z-index: 1;
  width: 100%;
  position: relative;
  margin-top: 5rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/footer/scroll_to_top.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.scroll-to-top {
    background-color: transparent !important;
    border-radius: 50% !important;
    border: 1px solid #C3A464 !important;
    right: 38px !important;
    bottom: 45px !important;
    position: fixed;
    z-index: 2;
    cursor: pointer;
    /* filter: drop-shadow(0px 0px 8px black); */
    width: 50px !important;
    height: 50px !important;
    box-shadow: none !important;
    border: none;
}
.svg{
    fill: #C3A464 !important;
    width: 20px !important;
}

@media(min-width:200px) and (max-width:500px){
    
    .scroll-to-top {
        right: 20px !important;
        bottom: 45px !important;
    }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/footer/footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer_wrapper__y_6mJ {
  display: flex;
  justify-content: space-around;
  padding: 110px 0px 45px 5px;
  color: white;
}

.footer_scrollToBottom__GAAJv {
  cursor: pointer;
  display: flex;
  align-items: center;
  bottom: 45px;
  left: 24px;
  justify-content: center;
  width: 50px;
  rotate: 180deg;
  position: fixed;
  z-index: 2;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c3a464;
  padding: 8px;
  box-sizing: border-box;
}

.footer_footer_titles__wESqt {
  color: #c3a464;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_footer_headers__GmR1D {
  padding: 0 25px;
}
.footer_footer_item_list__4Uzkj {
  color: #f3f3f3;
  font-size: 20px;
  cursor: pointer;
  font-style: normal;
  width: max-content;
  font-weight: 300;
  margin: 17px 5px;
  line-height: normal;
}

.footer_footer_item_list__4Uzkj::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: white;
  display: block;
  margin-top: 2px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.2s linear;
}

.footer_footer_item_list__4Uzkj:hover::after {
  width: 100%;
}
.footer_footer_logo_image__VPrmh {
  cursor: pointer;
}

.footer_footer_upper_heading_wrapper__iIslc {
  margin: 70px 0px 0px 75px;
  text-transform: uppercase;
}

.footer_footer_upper_heading__2Pkkf {
  font-size: 107px;
  font-weight: 300;
  width: 60%;
  color: white;
  /* margin-bottom: 25px; */
}

.footer_justforfooterbutton__0uOFu {
  margin-top: 25px;
}
.footer_justforfooterbutton__0uOFu span {
  text-transform: uppercase;
}

.footer_footer_copyright_wrapper__8ROOd {
  padding: 0px 0px 20px 81px;
}
.footer_footer_copyright__h6udN {
  color: white;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  /* text-align: right; */
  padding: 0 100px 40px;
}
.footer_copyright_company_name__NbaZU {
  color: #c3a464;
  font-weight: 400;
  font-weight: 600;
  margin-left: 5px;
  padding-top: 4px;
}
.footer_pvotLogo__a5ASy{
  display: block;
  margin: auto;
}

@media (max-width: 1440px) {
  .footer_footer_upper_heading__2Pkkf {
    font-size: 107px;
    width: 65%;
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  .footer_footer_wrapper__y_6mJ {
    display: flex;
    justify-content: space-around;
    padding: 110px 0px 45px 5px;
  }

  .footer_footer_titles__wESqt {
    font-size: 20px;
    font-weight: 400;
  }
  .footer_footer_headers__GmR1D {
    padding: 0 25px;
  }
  .footer_footer_item_list__4Uzkj {
    font-size: 20px;
    margin: 17px 5px;
  }

  .footer_footer_upper_heading_wrapper__iIslc {
    margin: 70px 0px 0px 75px;
  }

  .footer_footer_upper_heading__2Pkkf {
    font-size: 105px;
    font-weight: 300;
    width: 99%;
    margin-bottom: 25px;
  }

  .footer_footer_copyright_wrapper__8ROOd {
    padding: 0px 0px 20px 34px;
  }
  .footer_footer_copyright__h6udN {
    font-size: 18px;
    font-weight: 300;
  }
  .footer_copyright_company_name__NbaZU {
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .footer_footer_wrapper__y_6mJ {
    padding: 60px 50px;
    display: block;
  }
  /* .footer_firstSide,
  .footer_secondSide,
  .footer_thirdSide {
    margin: 20px 0;
  } */

  .footer_footer_upper_heading__2Pkkf {
    font-size: 87px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 25px;
  }

  .footer_footer_upper_heading_wrapper__iIslc {
    margin: 15px 0px 0px 25px;
  }

  .footer_footer_copyright_wrapper__8ROOd {
    padding: 0px 0px 20px 47px;
  }
  .footer_footer_copyright__h6udN {
    font-size: 20px;
    font-weight: 300;
  }
  .footer_copyright_company_name__NbaZU {
    font-weight: 400;
  }
}

@media (max-width: 787px) {
  .footer_footer_wrapper__y_6mJ {
    padding: 35px 25px;
    display: block;
  }

  .footer_footer_firstSide__0dzqV {
    height: 100%;
    width: 75%;
    margin-left: 2rem;
    margin-bottom: 3rem;
  }

  .footer_footer_secondSide__xc_pM,
  .footer_footer_thirdSide__95DRy {
    margin: 20px 0;
  }
  .footer_footer_upper_heading__2Pkkf {
    font-size: 47px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0px;
  }

  .footer_footer_upper_heading_wrapper__iIslc {
    margin: 15px 0px 0px 25px;
  }

  .footer_footer_copyright_wrapper__8ROOd {
    padding: 0px 0px 20px 20px;
  }
  .footer_footer_copyright__h6udN {
    font-size: 18px;
    font-weight: 300;
    text-align: center !important;
  }
  .footer_copyright_company_name__NbaZU {
    font-weight: 400;
  }
}

@media (max-width: 787px) {
  .footer_footer_wrapper__y_6mJ {
    padding: 25px 25px;
    display: block;
  }
}
@media (max-width: 575px) {
  .footer_footer_copyright__h6udN {
    text-align: center;
    padding: 0 20px 20px;
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .footer_footer_firstSide__0dzqV {
    height: 100%;
    width: 75%;
    margin-left: 0rem;
    margin-bottom: 3rem;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/layers/layer.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.layer_numscroll_section__Bhc64 {
  background-color: #006861;
}
.layer_numscroll__KoFg4 {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layer_percentage_counter_outer__e_3hb {
  width: 50%;
  margin: auto;
}

.layer_dynamicText__A3zMh {
  position: absolute;
  width: 58%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 32px;
  color: white;
  bottom: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.layer_percentageCounter__LBP2P {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 46px;
  font-weight: 300;
  left: 50%;
}

.layer_innerCircle__XRtb_ {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.228);
  border: 1px solid rgba(255, 255, 255, 0.508);
  position: relative;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer_outerCircle__vNdFj {
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.303);
  position: relative;
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
.layer_percentage_tag__DFxnH {
  color: white;
}

.layer_canvas_layer_settings__ug7au {
  height: 100vh;
  object-fit: cover;
  /* position: fixed; */
    max-width: 100vw;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    max-height: 100vh;
  width: 100%;
  object-position: center;
}
@media (min-width: 1600px) and (max-width: 1920px) {
  .layer_dynamicText__A3zMh {
    /* left: 34%; */
    /* width: 30%; */
    font-size: 32px;
    bottom: 6rem;
  }

  .layer_percentageCounter__LBP2P {
    font-size: 46px;
  }
}

@media screen and (max-width: 1599px) {
  .layer_percentageCounter__LBP2P {
    font-size: 46px;
  }
}

@media screen and (max-width: 1440px) {
  .layer_percentageCounter__LBP2P {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .layer_dynamicText__A3zMh {
    /* left: 34%; */
    /* width: 30%; */
    font-size: 22px;
    bottom: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .layer_percentageCounter__LBP2P {
    font-size: 46px;
  }
  .layer_dynamicText__A3zMh {
    /* left: 25%; */
    width: 50%;
    font-size: 22px;
    bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .layer_percentageCounter__LBP2P {
    font-size: 46px;
  }
  .layer_dynamicText__A3zMh {
    /* left: 15%; */
    width: 67%;
    font-size: 20px;
    bottom: 4rem;
  }
}

@media screen and (max-width: 430px) {
  .layer_percentageCounter__LBP2P {
    font-size: 46px;
  }
  .layer_dynamicText__A3zMh {
    width: 100%;
    left: 50%;
    font-size: 22px;
    bottom: 3rem;
  }
}

@media screen and (max-width: 425px) {
  .layer_innerCircle__XRtb_ {
    width: 40%;
    height: 40%;
  }
  .layer_outerCircle__vNdFj {
    width: 90%;
    height: 90%;
  }

  .layer_percentageCounter__LBP2P {
    font-size: 46px;
  }

  .layer_dynamicText__A3zMh {
    width: 100%;
    /* left: 0; */
    font-size: 18px;
    bottom: 8rem;
  }
}

@media screen and (max-width: 375px) {
  .layer_percentageCounter__LBP2P {
    font-size: 46px;
  }
  .layer_dynamicText__A3zMh {
    width: 78%;
    /* left: 35px; */
    font-size: 18px;
    bottom: 8rem;
  }
}

@media screen and (max-width: 320px) {
  .layer_percentageCounter__LBP2P {
    font-size: 46px;
  }
  .layer_dynamicText__A3zMh {
    width: 90%;
    /* left: 17px; */
    font-size: 18px;
    bottom: 8rem;
  }
}

.layer_video_loop_outer__DIHhE {
  position: relative;
  /* margin-top: -50%; */
  /* margin-bottom: 5rem; */
  transform: translateY(800px);
}

.layer_ply_spin_outer__1ZPjf {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.layer_video_extra__kO2_I {
  text-align: center;
  margin: auto;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layer_plyspin_text__2KkDX {
  color: white;
  font-weight: 300;
  font-size: 66px;
  text-transform: uppercase;
  width: max-content;
}

.layer_plyspin_btn_outer__VB7Ox {
  margin: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 75%;
}

.layer_video_loop_outer__DIHhE {
  position: relative;
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .layer_plyspin_text__2KkDX {
    font-size: 66px;
  }

  /* .video_loop_outer {
    position: relative;
    margin-top: -50%;
    margin-bottom: 5rem;
  } */
}
@media (max-width: 1700px) {
  .layer_video_loop_outer__DIHhE {
    transform: translateY(540px);
  }
}



@media (max-width: 1600px) {
  .layer_video_loop_outer__DIHhE {
    transform: translateY(600px);
  }
}
@media (max-width: 1440px) {
  /* .video_loop_outer {
    position: relative;
    margin-top: -55%;
    margin-bottom: 5rem;
  } */
}

@media (max-width: 1024px) {
  /* .video_loop_outer {
    position: relative;
    margin-top: -90% !important;
    margin-bottom: 5rem !important;
  } */
}
@media(max-width:1399px){
  .layer_video_loop_outer__DIHhE {
    position: relative;
    /* margin-top: -50%; */
    /* margin-bottom: 5rem; */
    transform: translateY(900px);
  }
}
@media(max-width:1199px){
  .layer_video_loop_outer__DIHhE {
    position: relative;
    /* margin-top: -50%; */
    /* margin-bottom: 5rem; */
    transform: translateY(670px);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .layer_plyspin_text__2KkDX {
    font-size: 55px;
  }
  .layer_ply_spin_outer__1ZPjf {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .layer_video_loop_outer__DIHhE {
    position: relative;
    transform: translateY(800px);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .layer_plyspin_text__2KkDX {
    font-size: 69px;
  }

  /* .video_extra {
    text-align: center;
    margin: auto;
    top: 65%;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  } */

  .layer_plyspin_text__2KkDX {
    font-size: 55px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
  /* .video_loop_outer {
    position: relative;
    margin-top: -117% !important;
    margin-bottom: 5rem !important;
  } */
}
@media (max-width: 767px) {
  .layer_plyspin_text__2KkDX {
    font-size: 42px;
    margin: 0 auto 30px;
  }
  .layer_plyspin_btn_outer__VB7Ox {
    margin: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 75%;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .layer_ply_spin_outer__1ZPjf {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .layer_video_loop_outer__DIHhE {
    position: relative;
    transform: translateY(550px);
  }

  /* .video_loop_outer {
    position: relative;
    margin-top: -197% !important;

    margin-bottom: 3rem !important;
  } */

  /* .video_extra {
    text-align: center;
    margin: auto;
    top: 65%;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */

  .layer_plyspin_text__2KkDX {
    font-size: 28px;
    margin: 0 auto 0px;
  }
}

@media (min-width: 200px) and (max-width: 320px) {
  .layer_plyspin_text__2KkDX {
    font-size: 22px;
    margin: 0 auto 0px;
  }

  .layer_video_loop_outer__DIHhE {
    position: relative;
    transform: translateY(550px);
  }

  /* .video_loop_outer {
    position: relative;
    margin-top: -50%;
    margin-bottom: 5rem;
  } */
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/factory/factory.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.factory_canvas_factory_settings__xTtdV{
  height: 100vh;
  object-fit: cover;
  /* position: fixed; */
    max-width: 100vw;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    max-height: 100vh;
  width: 100%;
  object-position: center;
}


.factory_main__gsqvS {
  display: flex;
  height: 90vh;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1041vh;
  margin-top: -534%;
  color: rgb(211, 211, 211);
}

.factory_scroll_text_wrapper__8M8nc {
  position: relative;
}
.factory_scroll_text_header__IQ3Z3 {
  position: absolute;
  color: white;
  font-size: 30px;
  top: -4rem;
  left: 0.2rem;
  font-weight: 300;
}

.factory_body__0iFUb {
  width: 90%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.factory_body__0iFUb p {
  font-size: 3.4vw;
  margin: 0px;
  margin-right: 1.2vw;
  font-weight: 300;
}

.factory_body__0iFUb span {
  opacity: 0.2;
}
.factory_test__9t4MI {
  background-color: #006f69;
}

@media (min-width: 1921px) and (max-width: 2560px) {
  .factory_main__gsqvS {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 530rem;
    margin-top: -1080vh;
  }
}



@media (min-width: 1600px) and (max-width: 1920px) {
  .factory_main__gsqvS {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 800rem;
    margin-top: -1080vh;
  }
}


@media (max-width: 1440px) {
  .factory_main__gsqvS {
    margin-bottom: 420rem !important;
    margin-top: -1080vh !important;
  }
}

@media (max-height: 1025px) {
  .factory_main__gsqvS {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 557rem;
    margin-top: -1080vh;
  }
}


@media (max-width: 1024px) {
  .factory_main__gsqvS {
    margin-bottom: 720rem !important;
    margin-top: -1155vh !important;
  }
}


@media (max-height: 1000px) {
  .factory_main__gsqvS {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 557rem;
    margin-top: -1080vh;
  }
}



@media (max-height: 920px) {
  .factory_main__gsqvS {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 480rem !important;
    margin-top: -1077vh !important;
  }
}

@media (max-height: 800px) {
  .factory_main__gsqvS {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 430rem !important;
    margin-top: -1077vh !important;
  }
}










@media (max-width: 768px) {
  .factory_main__gsqvS {
    margin-bottom: 750rem !important;
    margin-top: -1085vh !important;
  }
}








/* @media (max-width: 1340px) {
  .main {
    margin-bottom: 770rem !important;
    margin-top: -1155vh !important;
  }
} */
/* @media (max-height: 1400px) {
  .main {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 720rem;
    margin-top: -1080vh;
  }
} */

@media (max-width: 991px) {
  .factory_scroll_text_header__IQ3Z3 {
    position: absolute;
    font-size: 30px;
    top: -3rem;
    left: 0rem;
    font-weight: 300;
  }
  /* .main {
    margin-bottom: 720rem !important;
    margin-top: -1155vh !important;
  } */
}

/* @media (max-width: 820px) {
  .main {
    margin-bottom: 677rem;
    margin-top: -1156vh;
  }
} */

@media (max-width: 787px) {
  .factory_body__0iFUb p {
    font-size: 28px;
    margin: 0px;
    margin-right: 1.8vw;
    font-weight: 300;
  }

  /* .main {
    margin-bottom: 527rem;
    margin-top: -1080vh;
  } */

  .factory_scroll_text_header__IQ3Z3 {
    position: absolute;
    font-size: 30px;
    top: -3rem;
    left: 0.3rem;
    font-weight: 300;
  }
}

@media (max-width: 575px) {
  .factory_scroll_text_header__IQ3Z3 {
    position: absolute;
    font-size: 20px;
    top: -2rem;
    left: 0;
    font-weight: 300;
  }

  .factory_main__gsqvS {
    margin-bottom: 502rem !important;
    margin-top: -1080vh !important;
  }

  .factory_body__0iFUb p {
    font-size: 28px;
    margin: 0px;
    margin-right: 1.8vw;
    font-weight: 300;
  }
}

@media (max-width: 375px) {
  .factory_main__gsqvS {
    margin-bottom: 420rem !important;
    margin-top: -1080vh !important;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/form/form.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.css-13cymwt-control {
  border: none !important;
  border-color: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.css-13cymwt-control:hover {
  outline: none !important;
}
.css-qbdosj-Input:focus-visible {
  outline: none !important;
}
.css-b62m3t-container {
  border-bottom: 1px solid #d1d1d1;
}

.css-t3ipsp-control {
  border: none !important;
  border-color: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
}
.css-t3ipsp-control:hover {
  border: none !important;
  border-color: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.css-1fdsijx-ValueContainer{
  padding: 0px !important;
}

.css-13cymwt-control {
  border-radius: 0% !important;
}
.css-1dimb5e-singleValue {
  color: #1e1e1e !important;
  font-size: 17px !important;
}

.css-qbdosj-Input {
  border: none !important;
  outline: none !important;
  z-index: -1 !important;
}
.css-b62m3t-container:focus-visible {
  outline: none !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/form/form.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.form_contact_form__ZPQaW {
  background: #f3f3f3;
  color: #1e1e1e;
}

.form_contact_form_wrapper__iE_C5 {
  display: flex;
  justify-content: center;
}
.form_Form_content__ejLd7{
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.form_Form_Container__AZP3k {
  width: 35%;
}

.form_Image_Container__rLZ3d {
  width: 65%;
}

.form_form_image__yJhPQ {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form_contact_form_title__mPisg {
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.form_field__1BHbL {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.form_field__1BHbL label {
  color: #1e1e1e;
  font-size: 18px;
  margin-bottom: 8px;
}

.form_field__1BHbL input {
  background: #f3f3f3;
  border: none;
  opacity: 0.8;
  border-bottom: 1px solid #d1d1d1;
  height: 40px;
  width: 100%;
  font-family: "LatoRegular";
  font-size: 16px;
}

.form_field__1BHbL input:focus {
  outline: none;
}                   

.form_field__1BHbL textarea {
  background: #f3f3f3;
  border: none;
  resize: none;
  opacity: 0.8;
  border-bottom: 1px solid #d1d1d1;
  /* height: 40px; */
  width: 100%;
  font-family: "LatoRegular";
  font-size: 16px;
}
.form_field__1BHbL textarea:focus {
  outline: none;
} 

.form_submit_btn__KYWog {
  border-radius: 25px;
  border: 1.3px solid #fff;
  background: #0f8a83;
  width: 100%;
  font-family: "LatoRegular";
  height: 42px;
  cursor: pointer;
  color: white;
  font-size: 18px;
}

.form_submit_btn__KYWog:focus-visible {
  outline: none;
}

.form_error__hIxfA {
  color: red;
  font-size: 14px;
  margin: 3px 0 0;
}

.form_common_button_outer2__6G7NP {
  width: 100%;
  font-family: "LatoRegular";
  margin-top: 1rem;
}
.form_common_button_outer2__6G7NP span{
  font-family: "LatoRegular";
}

@media(min-width:2201px) and (max-width:2560px){
  .form_field__1BHbL label {
    color: #1e1e1e;
    font-size: 28px;
    margin-bottom: 8px;
  }



  .form_field__1BHbL textarea {
    background: #f3f3f3;
    border: none;
    resize: none;
    opacity: 0.8;
    border-bottom: 1px solid #d1d1d1;
    /* height: 40px; */
    width: 100%;
    font-family: "LatoRegular";
    font-size: 22px;
  }
  
.form_field__1BHbL {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

  .form_field__1BHbL input {
    background: #f3f3f3;
    border: none;
    opacity: 0.8;
    border-bottom: 1px solid #d1d1d1;
    height: 40px;
    width: 100%;
    font-family: "LatoRegular";
    font-size: 22px;
  }
}


@media(min-width:1921px) and (max-width:2200px){
  .form_field__1BHbL label {
    color: #1e1e1e;
    font-size: 24px;
    margin-bottom: 8px;
  }
  .form_field__1BHbL textarea {
    background: #f3f3f3;
    border: none;
    resize: none;
    opacity: 0.8;
    border-bottom: 1px solid #d1d1d1;
    /* height: 40px; */
    width: 100%;
    font-family: "LatoRegular";
    font-size: 20px;
  }
  
.form_field__1BHbL {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}

  .form_field__1BHbL input {
    background: #f3f3f3;
    border: none;
    opacity: 0.8;
    border-bottom: 1px solid #d1d1d1;
    height: 40px;
    width: 100%;
    font-family: "LatoRegular";
    font-size: 20px;
  }
}


@media(min-width:1600px) and (max-width:1920px){
  .form_contact_form_title__mPisg {
    font-size: 46px;
    margin-bottom: 30px;
  }


  .form_Form_content__ejLd7{
    /* width: 50%; */
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .form_field__1BHbL{
    margin-bottom: 25px;
  }

}

@media(min-width:1500px){
  
  .form_Form_content__ejLd7{
    padding-top: 3rem;
  }
}

@media(max-width:1024px){
  .form_Form_Container__AZP3k {
    width: 40%;
  }
  
  .form_Image_Container__rLZ3d {
    width: 60%;
  }
  .form_Form_content__ejLd7{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  
}


@media(max-width:991px){
  .form_Form_content__ejLd7{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}


@media(max-width:820px){
  .form_contact_form_wrapper__iE_C5{
    flex-direction: column;
  }
  .form_Form_Container__AZP3k{
    width: 100%;
  }
  .form_Image_Container__rLZ3d{
    width: 100%;
  }
  .form_Form_content__ejLd7{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media(max-width:375px){
 .form_Form_content__ejLd7{
  padding-left: 2rem;
  padding-right: 2rem;
 }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/navbar/nav/Link/link.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.link_link__CPpXH{
    position: relative;
    display: flex;
    align-items: center;
}
    .link_indicator__iIJ4K{
        width: 10px;
        height: 10px;
        background-color: #C3A464;
        border-radius: 50%;
        position: absolute;
        left: -30px;
    }

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/navbar/nav/Curve/curve.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.curve_svgCurve__EtkAU{
    position: absolute;
    top: 0;
    left: -99px;
    width: 100px;
    height: 100%;
    fill: #01625d;
    /* background-color: #01625d; */
    stroke: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/navbar/nav/Footer/footer.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__WsT_1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 15px;
  cursor: pointer;
  gap: 40px;
  border-top: 1px solid #c3a464;
  padding: 20px 0 0;
  /* margin: 20px auto 0; */
}
@media(max-width:1199px){
  .footer_footer__WsT_1{
    margin: 30px 0 0;
  }
}

@media (max-width: 575px) {
  .footer_footer__WsT_1 {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    font-size: 14px;
    cursor: pointer;
    /* padding: 1rem; */
    gap: 10px;
    padding: 20px 0 100px;
    margin: 20px auto 0;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/navbar/nav/nav2.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.nav2_menu__uDPg3 {
  height: 100vh;
  background-color: #01625d;
  position: fixed;
  right: 0;
  z-index: 18;
  top: 0;
  color: white;
}


.nav2_bodyFixed__baruj {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* .body1 {
  overflow: hidden;
}

.body1.navbarOpen {
  overflow: hidden;
} */



.nav2_menu__uDPg3 .nav2_body1__LnOBc {
  box-sizing: border-box;
  height: 100%;
  padding: 80px 54px 20px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa {
  display: flex;
  flex-direction: column;
  font-size: 46px;
  gap: 12px;
  margin-top: 80px;
}

.nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa .nav2_header__6_CIt {
  color: rgb(153, 153, 153);
  border-bottom: 1px solid rgb(153, 153, 153);
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 40px;
}

.nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}

.nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa a:hover{
  background-color: #01625d;
  color:#C3A464;
}

@media(min-width:1700px) and  (max-width: 1920px) {
  .nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa {
    display: flex;
    flex-direction: column;
    font-size: 48px;
    gap: 15px;
    margin-top: 90px;
  }



  .nav2_menu__uDPg3 .nav2_body1__LnOBc {
    box-sizing: border-box;
    height: 100%;
    padding: 80px 45px 20px 115px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media(max-width:1700px){
  
  .nav2_menu__uDPg3 .nav2_body1__LnOBc {
    box-sizing: border-box;
    height: 100%;
    padding: 40px 45px 20px 115px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa {
    margin-top: 60px;
  }
}
@media(max-width:1199px){
 
  .nav2_menu__uDPg3 .nav2_body1__LnOBc {
    box-sizing: border-box;
    height: 100%;
    padding: 50px 54px 20px 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}




@media (max-width: 787px) {
  .nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa {
    display: flex;
    flex-direction: column;
    font-size: 43px;
    gap: 17px;
    margin-top: 80px;
  }
}

@media (max-width: 575px) {
  .nav2_menu__uDPg3 {
    height: 100vh;
    background-color: #01625d;
    position: fixed;
    width: 100%;
    right: 0;
    z-index: 18;
    top: 0;
    color: white;
  }

  .nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa {
    display: flex;
    flex-direction: column;
    font-size: 42px;
    gap: 10px;
    margin-left: 4rem;
    margin-top: 100px;
    /* margin-top: 20px; */
  }






  .nav2_menu__uDPg3 .nav2_body1__LnOBc {
    box-sizing: border-box;
    height: 100%;
    /* padding: 80px 85px 20px 165px; */
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa {
    display: flex;
    flex-direction: column;
    font-size: 42px;
    gap: 10px;
    margin-left: 4rem;
    margin-top: 100px;
    /* margin-top: 20px; */
  }



  .nav2_menu__uDPg3 .nav2_body1__LnOBc {
    box-sizing: border-box;
    height: 100%;
    /* padding: 80px 85px 20px 165px; */
    padding: 0;
    /* display: block; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}


@media (max-width: 375px) {
  .nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa {
    display: flex;
    flex-direction: column;
    font-size: 42px;
    gap: 10px;
    margin-top: 90px;
  }

  .nav2_menu__uDPg3 .nav2_body1__LnOBc {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    /* display: block; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}






@media (max-width: 320px) {
  .nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa {
    display: flex;
    flex-direction: column;
    font-size: 42px;
    gap: 10px;
    margin-top: 100px;
  }



  .nav2_menu__uDPg3 .nav2_body1__LnOBc {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    display: block;
    /* display: flex;
    flex-direction: column; */
    justify-content: space-between;
  }
}



@media (max-width: 280px) {
  .nav2_menu__uDPg3 .nav2_body1__LnOBc .nav2_nav__iQfGa {
    display: flex;
    flex-direction: column;
    font-size: 42px;
    gap: 10px;
    margin-top: 100px;
  }



  .nav2_menu__uDPg3 .nav2_body1__LnOBc {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    display: block;
    /* display: flex;
    flex-direction: column; */
    justify-content: space-between;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/navbar/nav_style.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.nav_style_header__BKzMn {
  padding: 0px 44px 0px 0px;
  position: fixed;
  right: 0;
  z-index: 30;
  top: 5rem;
}
.nav_style_button__MnRHb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #c3a464;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_style_button__MnRHb::after {
  border: 2px solid #ffffff;
}

.nav_style_burger__Xrup_ {
  width: 100%;
}

.nav_style_burger__Xrup_::after,
.nav_style_burger__Xrup_::before {
  content: "";
  display: block;
  height: 1px;
  width: 40%;
  margin: auto;
  background-color: #c3a464;
  position: relative;
  transition: transform 0.3s;
}

.nav_style_burger__Xrup_::after {
  top: -5px;
}

.nav_style_burger__Xrup_::before {
  top: 5px;
}

.nav_style_burgerActive__kCwT7::after {
  transform: rotate(45deg);
  top: -1px;
}

.nav_style_burgerActive__kCwT7::before {
  transform: rotate(-45deg);
  top: 0px;
}
@media(max-width:1700px){
  .nav_style_header__BKzMn {
    padding: 0px 44px 0px 0px;
    position: fixed;
    right: 0;
    z-index: 30;
    top: 3rem;
  }
}
@media (max-width: 991px) {
  .nav_style_header__BKzMn {
    padding: 0px 44px 0px 0px;
    position: fixed;
    right: 0;
    z-index: 20;
    top: 5rem;
    right: -1.2rem;
  }

  .nav_style_button__MnRHb {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 787px) {
  .nav_style_header__BKzMn {
    padding: 0px 44px 0px 0px;
    position: fixed;
    right: 0;
    z-index: 20;
    top: 2rem;
    right: -1.2rem;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/homeStore/pageStore.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.pageStore_heading__hYHIz {
  color: #c3a464;
  font-size: 68px;
  font-style: normal;
  font-weight: 300;
}

.pageStore_heading__hYHIz span {
  color: #c3a464;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  margin-right: 0.2rem;
}
.pageStore_content__cN_cE span {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

.pageStore_content__cN_cE {
  color: white;
  font-size: 22px;
  font-style: normal;
  width: 72%;
  margin-top: 30px;
  font-weight: 300;
  line-height: 132%;
}

.pageStore_common_button_outer3__oE852 {
  width: 280px;
  margin: 0px 0px;
  margin-top: 2rem;
}

.pageStore_submit_btn1__kEs1X {
  border-radius: 500px;
  background: #c3a464;
  width: 250px;
  height: 50px;
  border: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.pageStore_responsive_section__5VKbp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  padding: 0px 0px 0px 75px;
}

.pageStore_content1__2YRpd {
  flex: 1 1;
  margin: 0px 0px 115px 0px;
}

.pageStore_image_wrapper__PttVk {
  flex: 1 1;
  margin-top: 0;
  margin-bottom: 50px;
}
.pageStore_image__HopMQ {
  max-width: 100%;
  margin: 0 50px;
}

@media (max-width: 1440px) {
  .pageStore_content1__2YRpd {
    flex: 1 1;
    margin: 0px 0px 115px 0px;
  }

  .pageStore_image_wrapper__PttVk {
    flex: 1 1;
    margin-top: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  .pageStore_heading__hYHIz {
    font-size: 59px;
  }

  .pageStore_heading__hYHIz span {
    font-size: 65px;
  }
  .pageStore_content__cN_cE span {
    font-size: 22px;
  }

  .pageStore_image__HopMQ {
    max-width: 100%;
    margin: 0;
  }
  .pageStore_content__cN_cE {
    font-size: 22px;
    width: 72%;
    margin-top: 30px;
  }

  .pageStore_common_button_outer3__oE852 {
    width: 250px;
    margin: 0px 0px;
    margin-top: 20px;
  }

  .pageStore_submit_btn1__kEs1X {
    width: 250px;
    height: 50px;
    font-size: 18px;
  }

  .pageStore_responsive_section__5VKbp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 0px 0px 31px;
  }

  .pageStore_content1__2YRpd {
    flex: 1 1;
    margin: 190px 0px 115px 0px;
  }

  .pageStore_image_wrapper__PttVk {
    flex: 1 1;
    margin-top: 185px;
    margin-bottom: 45px;
  }
  .pageStore_image__HopMQ {
    height: 100%;
    width: revert-layer;
  }
}

@media (max-width: 1024px) {
  .pageStore_image__HopMQ {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .pageStore_heading__hYHIz {
    font-size: 35px;
    width: 100%;
  }
  .pageStore_heading__hYHIz span {
    font-size: 35px;
  }
  .pageStore_content__cN_cE {
    width: 100%;
    height: 212px;
    font-size: 21px;
  }
  .pageStore_content__cN_cE span {
    font-size: 22px;
  }
  .pageStore_submit_btn1__kEs1X {
    width: 312px;
    font-size: 20px;
    height: 65px;
    margin: -25px 0;
  }
  .pageStore_image__HopMQ {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .pageStore_responsive_section__5VKbp {
    display: block;
    height: 100%;
    padding: 0;
    margin-top: 4rem;
  }

  .pageStore_content__cN_cE {
    width: 100%;
    height: auto;
    font-size: 20px;
  }
  .pageStore_image__HopMQ {
    height: 100%;
    margin: 0;
  }

  .pageStore_heading__hYHIz {
    font-size: 36px;
    width: 100%;
  }
  .pageStore_heading__hYHIz span {
    font-size: 38px;
  }
  .pageStore_content__cN_cE span {
    font-size: 21px;
    line-height: 145%;
  }
  .pageStore_submit_btn1__kEs1X {
    width: 312px;
    font-size: 20px;
    height: 65px;
  }
  .pageStore_image_wrapper__PttVk {
    padding: 30px;
    margin-top: 0;
  }
  .pageStore_content1__2YRpd {
    flex: 1 1;
    padding: 0px 30px 0px 30px;
    margin: 0;
  }

  .pageStore_common_button_outer3__oE852 {
    width: 250px;
    margin: 0px 0px;
    margin-top: 2rem;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/home/homeParallax.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.card {
      position: relative;
      width: 100%;
      overflow: hidden;
  }
  .card-cover-container {
      position: absolute;
      inset: 0;
      overflow: hidden;
      z-index: 1;
  }
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/Popup/popup.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.css-13cymwt-control {
    border: none !important;
    border-color: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  .css-13cymwt-control:hover {
    outline: none !important;
  }
  .css-qbdosj-Input:focus-visible {
    outline: none !important;
  }
  .css-b62m3t-container {
    border-bottom: 1px solid #d1d1d1;
  }
  
  .css-t3ipsp-control {
    border: none !important;
    border-color: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
  }
  .css-t3ipsp-control:hover {
    border: none !important;
    border-color: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
  .css-1fdsijx-ValueContainer{
    padding: 0px !important;
    height: 39px !important;
  }
  
  .css-13cymwt-control {
    border-radius: 0% !important;
  }
  .css-1dimb5e-singleValue {
    color: #1e1e1e !important;
    color: #1e1e1e !important;
    font-size: 17px !important;
  }
  
  .css-qbdosj-Input {
    border: none !important;
    outline: none !important;
    z-index: -1 !important;
  }
  .css-b62m3t-container:focus-visible {
    outline: none !important;
  }
  .css-16xfy0z-control{
    background-color: transparent !important;
  }
  .css-xqpab8-control{
    border-color: none !important;
    background-color: transparent !important;
    }
    .css-16xfy0z-control{
      border-color: none !important;
    }
    /* .css-xqpab8-control:hover {
      border-color: none !important;
  } */
    .css-1evxvmh-control{
      box-shadow: none !important;
    }
    .css-1evxvmh-control:hover{
      background-color: transparent !important;
      /* border-color: transparent !important; */
      border: none !important;
    }
    .css-xqpab8-control:hover {
      border-color: transparent !important;
  }
  .css-xqpab8-control:focus-visible {
    outline: none !important;
    border: none !important;
    border-color: none !important;
  }

  .css-mohuvp-dummyInput-DummyInput{
    transform: none !important;
  }
  /* .helloWorld{
    background:red !important;
  } */

  /* .Select-menu-outer { 
    top: auto !important;
     bottom: 100% !important; 
   } */

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/Popup/popup.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.popup_contact_form__J1D2A {
  background: #f3f3f3;
  color: #1e1e1e;
  /* border-radius: 20px; */
  position: relative;
  z-index: -1;
  /* background-image: url("../../images/finalNavbarLogo.png");
  background-repeat: no-repeat;
  background-size: cover; */
}
.popup_img_logo__LXcQo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 250px;
  height: 200px;
  filter: opacity(30%);
}
.popup_Form_content_inner__4jCAB {
  padding-bottom: 1.5rem;
}
.popup_contact_form_wrapper__WPS99 {
  display: flex;
  justify-content: center;
}
.popup_Form_content__MesVp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.popup_Form_Container__la1Vg {
  width: 100%;
}

.popup_Image_Container__cQa_P {
  width: 100%;
}
.popup_form_image__C7TPG {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup_contact_form_title__awdCG {
  font-size: 36px;
  /* margin-bottom: 30px; */
  text-transform: uppercase;
}
.popup_popupText__hLAU_{
  font-size:16px
}
.popup_field__7QSLE {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: 100%;
  height: 90px;
}

.popup_field__7QSLE label {
  color: #1e1e1e;
  font-size: 18px;
  margin-bottom: 8px;
}
.popup_field_main__54hRX {
  display: flex;
  gap: 3rem;
  /* width: 50%; */
  justify-content: space-between;
}

.popup_field__7QSLE input {
  background: transparent;
  border: none;
  /* opacity: 0.8; */
  border-bottom: 1px solid #d1d1d1;
  height: 40px;
  width: 100%;
  font-family: "LatoRegular";
  font-size: 16px;
}

.popup_field__7QSLE input:focus {
  outline: none;
}

.popup_field__7QSLE textarea {
  background: #f3f3f3;
  border: none;
  resize: none;
  opacity: 0.8;
  border-bottom: 1px solid #d1d1d1;
  /* height: 40px; */
  width: 100%;
  font-family: "LatoRegular";
  font-size: 16px;
}
.popup_field__7QSLE textarea:focus {
  outline: none;
}

.popup_submit_btn__mECfk {
  border-radius: 25px;
  border: 1.3px solid #fff;
  background: #0f8a83;
  width: 100%;
  font-family: "LatoRegular";
  height: 42px;
  cursor: pointer;
  color: white;
  font-size: 18px;
}

.popup_submit_btn__mECfk:focus-visible {
  outline: none;
}

.popup_error__Rg8an {
  color: red;
  font-size: 14px;
  margin: 3px 0 0;
}

.popup_common_button_outer2__yhAMV {
  width: 100%;
  font-family: "LatoRegular";
  margin-top: 1rem;
}
.popup_common_button_outer2__yhAMV span {
  font-family: "LatoRegular";
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .popup_contact_form_title__awdCG {
    font-size: 46px;
  }

  .popup_Form_content__MesVp {
    /* width: 50%; */
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .popup_field__7QSLE {
    margin-bottom: 15px;
  }
}

@media (min-width: 1500px) {
  .popup_Form_content__MesVp {
    padding-top: 3rem;
  }
}

@media (max-width: 1024px) {
  .popup_Form_content__MesVp {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  .popup_Form_content__MesVp {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 820px) {
  .popup_contact_form_wrapper__WPS99 {
    flex-direction: column;
  }
  .popup_Form_Container__la1Vg {
    width: 100%;
  }
  .popup_Image_Container__cQa_P {
    width: 100%;
  }
  .popup_Form_content__MesVp {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 575px) {

  .popup_field__7QSLE {
    margin-bottom: 20px;
 
  }


  .popup_field_main__54hRX {
    display: block;
    gap: 0rem;
  }
  .popup_popupText__hLAU_{
font-size:14px
  }

  #popup_Message_field__QyBdF{
    display: none;
  }
  .popup_contact_form_title__awdCG {
    font-size: 28px;
  }
  .popup_Form_content__MesVp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .popup_Form_content_inner__4jCAB {
    padding-bottom: 1rem;
  }
  .popup_field__7QSLE {
    display: block;
    height: auto;
    font-size: 15px;
  }
  .popup_field__7QSLE textarea {
    height: 40px;
    font-size: 15px;
  }
  .popup_Form_content__MesVp {
    padding-top: 1rem;
  }
  .popup_field__7QSLE label {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  
  .popup_field__7QSLE {
    margin-bottom: 22px;
  }
  .popup_field__7QSLE input {
    height: 30px;
  }

  .popup_popupText__hLAU_{
    font-size:14px;
  }
  
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/application_pages/homePage/homepage.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.popup {
  /* position: relative;
  z-index: 99; */
}
/* .popup:before{
  content: "";

} */
.close {
  position: absolute;
  top: 10px !important;
  right: 15px !important;
  width: 30px;
  max-width: 30px;
  height: auto;
  background-color: transparent;
  cursor: pointer;
  z-index: -1;
}
.popup_wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  /* height: 100%; */
  z-index: 32;
  transform: translate(-50%, -50%);
  width: 40%;
  top: 50%;
}

@media (min-width: 1500px) {
  .popup_wrapper {
    width: 40%;
    top: 50%;
  }
}
@media (max-width: 1199px) {
  .popup_wrapper {
    width: 50%;
    top: 50%;
  }
}
@media (max-width: 991px) {
  .popup_wrapper {
    width: 70%;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .popup_wrapper {
    width: 68%;
    top: 50%;
  }
}
@media (max-width: 575px) {
  .popup_wrapper {
    width: 80%;
    top: 50%;
  }
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  cursor: pointer;
}

