/* #### Generated By: http://font.download #### */

/* @font-face {
  font-family: 'Rubik Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Regular'), url('Rubik-Regular.woff') format('woff'), url('Rubik-Regular.ttf') format('truetype');
}


@font-face {
  font-family: 'Rubik Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Italic'), url('Rubik-Italic.woff') format('woff'), url('Rubik-Italic.ttf') format('truetype');
}


@font-face {
  font-family: 'Rubik Light';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Light'), url('Rubik-Light.woff') format('woff'), url('Rubik-Light.ttf') format('truetype');
}


@font-face {
  font-family: 'Rubik Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Light Italic'), url('Rubik-LightItalic.woff') format('woff'), url('Rubik-LightItalic.ttf') format('truetype');
}


@font-face {
  font-family: 'Rubik Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Medium'), url('Rubik-Medium.woff') format('woff'), url('Rubik-Medium.ttf') format('truetype');
}


@font-face {
  font-family: 'Rubik Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Medium Italic'), url('Rubik-MediumItalic.woff') format('woff'), url('Rubik-MediumItalic.ttf') format('truetype');
}


@font-face {
  font-family: 'Rubik Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Bold'), url('Rubik-Bold.woff') format('woff'), url('Rubik-Bold.ttf') format('truetype');
}


@font-face {
  font-family: 'Rubik Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Bold Italic'), url('Rubik-BoldItalic.woff') format('woff'), url('Rubik-BoldItalic.ttf') format('truetype');
}


@font-face {
  font-family: 'Rubik Black';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Black'), url('Rubik-Black.woff') format('woff'), url('Rubik-Black.ttf') format('truetype');
}


@font-face {
  font-family: 'Rubik Black Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Rubik Black Italic'), url('Rubik-BlackItalic.woff') format('woff'), url('Rubik-BlackItalic.ttf') format('truetype');
} */


/* SFR Pro Display Black Italic */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYBLACKITALIC.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* SFR Pro Display Bold */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* SFR Pro Display Heavy Italic */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYHEAVYITALIC.OTF') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* SFR Pro Display Light Italic */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYLIGHTITALIC.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* SFR Pro Display Medium */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* SFR Pro Display Medium Italic */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYMEDIUMITALIC.OTF') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* SFR Pro Display Regular */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* SFR Pro Display Semibold Italic */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYSEMIBOLDITALIC.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
}

/* SFR Pro Display Thin Italic */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYTHINITALIC.OTF') format('opentype');
  font-weight: 200;
  font-style: italic;
}

/* SFR Pro Display Ultra Light Italic */
@font-face {
  font-family: 'SFR Pro Display';
  src: url('fonts/SFRPRODISPLAYULTRALIGHTITALIC.OTF') format('opentype');
  font-weight: 100;
  font-style: italic;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'SFR Pro Display', sans-serif;
  position: relative;
}

.dark_btn {
  background-color: #343233;
  border: 1px solid #343233;
  border-radius: 50px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  transition: all 0.4s;
  backdrop-filter: blur(10px);
  text-decoration: none;
  cursor: pointer;
}

.dark_btn img, .main_btn img {
  width: 21px;
  height: auto;
  transition: all 0.4s;
}

.dark_btn:hover {
  box-shadow: 1px 1px 10px 1px #34323360;
}

.dark_btn:hover img, .main_btn:hover img {
  transform: rotate(45deg);
}

.main_btn {
  background-color: #db343e;
  border: 1px solid #db343e;
  border-radius: 50px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 12px 18px;
  transition: all 0.4s;
  backdrop-filter: blur(10px);
  text-decoration: none;
  cursor: pointer;
}

.main_btn:hover {
  box-shadow: 1px 1px 10px 1px #34323360;
  transform: scale(1.05);
}

.heading {
  font-size: 41px;
  font-weight: 500;
  color: #343233;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
}

.white_text {
  color: #FFFFFF !important;
}

.contaior {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}


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

.nav_bar {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 700px;
  position: fixed;
  top: 20px;
  transform: translatex(-50%);
  left: 50%;
  width: 100%;
  padding: 20px;
  background-color: #3432331A;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  margin: auto;
  align-items: center;
  z-index: 9;
}

.header_btn a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.5px;
  padding: 10px 14px;
}

.logo {
  width: 120px;
  display: flex;
}

.logo img {
  width: 100%;
}



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

.hero_section {
  padding: 260px 60px 40px 60px;
  background: linear-gradient(0deg, #d9d9d9, #eeeeee 41%, #fff);
}

.hero_area {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.hero_content {
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.hero_content h1 {
  font-size: 62px;
  font-weight: 500;
  color: #343233;
  letter-spacing: 0;
  line-height: 62px;
}

.hero_img {
  width: 100%;
  max-width: 800px;
}

.hero_img img, .hero_img video {
  width: 100%;
}


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

.about_section {
  background: linear-gradient(0deg, #FFFFFF, #eeeeee 59%, #d9d9d9);
}

.about_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  padding: 0 20px;
}

.about_content {
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about_content .heading .word {
  display: inline-block;
  opacity: 0.5;
}


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


.slider_section {
  padding: 80px 0px 100px;
}

.slider_area {
  max-width: 100vw;
  overflow: hidden;
  padding: 0px 40px;
}

.swiper {
  width: 100%;
  padding-bottom: 60px !important;
  max-width: 1100px;
  overflow: visible !important;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_inner_cover {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 20px 0 40px;
  background-color: #f6f6f6;
  border-radius: 20px;
  width: 100%;
}

.img_text_cover {
    display: flex;
}

.slider_content {
  width: 50%;
  padding: 0 20px 60px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slide_inner_cover h2,
.slider_content h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15em;
  color: #343233;
}

.slider_content h3 {
  max-width: 450px;
  opacity: .5;
}

.slider_video_img {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: end;
  position: relative;
}

.slider_video_img img,
.slider_video_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 100 / 100;
}

.swiper-pagination-bullet {
  background-color: #979da8 !important;
}

.swiper-pagination-bullet-active {
  background-color: #2f3a52 !important;
}

.slider_2, .slider_5 {
  background-color: #2f3a52;
}

.slider_3, .slider_6 {
  background-color: #EEEEEE;
}

.slider_4 {
  background-color: #f5f5f5;
}

.slider_4 .mobile_video {
  display: none;
}



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

.faq_section {
  /* padding: 200px 20px 60px; */
  /* background: linear-gradient(0deg, #2f3a52, #979da8 41%, #fff); */
  padding: 200px 20px 0px;
  background: linear-gradient(0deg, #2f3a52, #2f3a5280 41%, #fff);
  display: flex;
  flex-direction: column;
}

.faq_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 0 40px;
}

.faq_content {
  max-width: 640px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.faq_cover {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq {
  display: flex;
  flex-direction: column;
  background-color: #ffffffa6;
  border-radius: 15px;
  cursor: pointer;
  padding: 20px;
  transition: all .65s ease .2s;
  opacity: 1;
  transform: none;
}

.question {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.question h3 {
  font-size: 20px;
  font-weight: 500;
  color: #343233;
  letter-spacing: .24px;
}

.question img {
  width: 24px;
  height: 24px;
  transition: all 0.4s;
}

.faq.open .question img {
  transform: rotate(-45deg);
}

.answer {
  max-width: 600px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
}

.answer.open {
  height: fit-content;
  opacity: 1;
  padding-top: 30px;
}

.answer P {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #343233;
  letter-spacing: .24px;
  opacity: .5;
}


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

.cta_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40vh 40px 20vh;
}

 .subscribe-form form {
    display: flex;
    width: 100%;
  }

.subscribe-form {
  display: flex;
  max-width: fit-content;
  border-radius: 50px;
  overflow: hidden;
  background: #d9d9d9;
  padding: 5px;
}

.email-input {
  margin-right: -30px;
  width: 250px;
  background-color: #fff;
  color: #343233;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .5px;
  padding: 12px 40px 12px 12px;
  border-radius: 50px;
  outline: none;
  border: none;
}

.submit-btn {
  width: 165px;
}



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


footer {
  border-top: 1px solid #eeeeee24;
  /* background-color: #2f3a52; */
}

.footer_area {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  /* padding-top: 40px; */
  padding: 40px 20px;
}

.footer_part_cover {
  display: flex;
  gap: 80px;
}

.link_cover {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #FFFFFF;
  letter-spacing: .24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  max-width: 400px;
}

.link_cover h3 {
  font-size: 20px;
  line-height: 28px;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.links a {
  text-decoration: none;
  opacity: 0.5;
  color: #FFFFFF;
  transition: opacity .4s ease;
}

.links a:hover {
  opacity: 1;
}

.link_cover span {
  font-size: 12px;
}

.footer_icon_btn {
    color: #343233 !important;
    background-color: #FFFFFF;
    border-radius: 50px;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding: 5px 10px;
    margin: 5px 0;
    opacity: 1 !important;
}

.footer_icon_btn img {
    width: 12px;
}


@media screen and (max-width: 1024px) {
  .slider_content {
    padding: 0px 20px 40px 0;
  }

  .slide_inner_cover {
    padding-top: 40px;
    gap: 30px;
  }

  .slide_inner_cover h2,
  .slider_content h3 {
    font-size: 24px;
    line-height: 28px;
  }
}


@media screen and (max-width: 767px) {
  
  .img_text_cover {
    flex-direction: column;
  }

  .slide_inner_cover {
    padding: 30px 20px 0;
    gap: 25px;
  }

  .slider_content {
    padding: 0 0 20px 0;
  }

  .slider_content,
  .slider_video_img {
    width: 100%;
  }

  .slider_video_img {
    align-items: center;
    justify-content: center;
  }

  .slider_4 .desktop_video {
    display: none;
  }

  .slider_4 .mobile_video {
    display: block;
  }

  .logo {
    width: 90px;
  }

  .nav_bar {
    width: 94%;
    gap: 20px;
    padding: 15px;
  }

  .header_btn a {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.2px;
    padding: 6px 12px;
}

.header_btn a img {
  width: 18px;
}

  .light_btn {
    font-size: 13px;
    line-height: 13px;
  }

  .dark_btn {
    font-size: 15px;
    line-height: 15px;
  }

  .hero_content h1 {
    font-size: 32px;
    line-height: 35px;
    max-width: 450px;
  }

  .heading {
    font-size: 24px;
    line-height: 26px;
    max-width: 500px;
  }

  .slide_inner_cover h2,
  .slider_content h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .hero_section {
    padding: 220px 20px 20px 20px;
    background: linear-gradient(0deg, #d9d9d9, #eeeeee 25%, #fff);
  }

  .slider_area {
    padding: 0 20px;
  }

  .faq_area {
    padding: 0px;
    gap: 40px;
  }

  .cta_area {
    padding: 34vh 0px 24vh;
  }

  .email-input {
    margin: 0;
    width: 100%;
  }

  .subscribe-form {
    max-width: 300px;
    width: 100%;
    padding: 10px;
    border-radius: 16px;
  }

  .submit-btn {
    width: 100%;
  }

  .question h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .question img {
    width: 18px;
    height: 18px;
  }

  .footer_area {
    flex-direction: column;
  }

  .footer_part_cover {
    gap: 20px;
  }

  .link_cover {
    width: calc(50% - 10px);
  }

  .subscribe-form form {
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}