﻿@font-face {
  font-family: 'Palash';
  font-display: swap;
  src: url("../../fonts/Palash-Regular.otf") format("opentype");
  src: url("../../fonts/Palash-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.hideOnDesktop {
  display: none; }

@media only screen and (max-width: 756px) {
  .mobileBtnOff {
    display: none !important; }
  .hideOnMobile {
    display: none !important; }
  .hideOnDesktop {
    display: flex !important;
    justify-content: center;
    align-items: center; } }

body {
  z-index: 33; }

body, .wrapper {
  font-size: 18px;
  overflow-x: hidden; }

.wrapper {
  margin: 0 auto;
  height: unset;
  max-width: 2860px;
  width: 100%;
  background-position: top;
  background-position-x: center;
  background-size: 100%; }

.france-channel {
  background-color: #2b3c4f; }

.t-text {
  color: #feffca; }

.t-color {
  background-color: #feffca; }

.section-title {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 3px; }

.btn {
  border-radius: 8px;
  border: 1px solid #feffca;
  color: #feffca;
  background-color: transparent;
  padding: 8px 16px;
  text-align: center; }
  .btn span {
    text-transform: uppercase;
    letter-spacing: 2px; }
  .btn.btn-transparent {
    border-color: transparent; }
  @media only screen and (max-width: 756px) {
    .btn {
      padding: 12px 24px; } }

.gold-button {
  background-color: #feffca;
  border: 1px solid #feffca;
  color: black; }

.white-button {
  background-color: #fff;
  border: 1px solid #fff;
  color: black; }

h1,
h2,
h3 {
  text-align: center;
  width: 100%;
  margin: 0; }

.title {
  font-family: 'Palash';
  color: #feffca;
  font-weight: normal;
  font-size: 80px;
  line-height: 90px; }
  @media only screen and (max-width: 1000px) {
    .title {
      font-size: 40px !important;
      line-height: 60px !important; } }

.banner-content .title {
  font-size: 122px;
  line-height: 128px; }
  @media only screen and (max-width: 1000px) {
    .banner-content .title {
      font-size: 55px;
      line-height: 65px; } }

.icon {
  width: 20px;
  height: 20px; }

header {
  z-index: 1; }

.no-webp .wrapper {
  background-image: none; }
  @media only screen and (max-width: 756px) {
    .no-webp .wrapper {
      background-image: none; } }

.bg-overlay {
  width: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  height: 100%; }

.content-wrapper,
section,
.content-wrapper .text,
.content-wrapper h1 {
  z-index: 1; }

.wrapper {
  background-position-x: center; }

.no-webp .wrapper {
  background-image: url(); }
  @media only screen and (max-width: 756px) {
    .no-webp .wrapper {
      background-image: url(); } }

.webp .wrapper {
  background-image: url(); }
  @media only screen and (max-width: 756px) {
    .webp .wrapper {
      background-image: url(); } }

section {
  margin: 0 auto; }

.content-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%; }

.section-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

img {
  width: 100%;
  max-width: 100%; }

.img-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.desktopBtnOff {
  display: none; }

.showOnMobile {
  display: none; }

@media only screen and (max-width: 756px) {
  .showOnMobile {
    display: flex; }
  .desktopBtnOff {
    display: flex;
    align-items: center;
    justify-content: center; } }

p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 20px; }

.gain,
.discover,
.embrace,
.explore,
.immerse {
  position: relative;
  overflow: visible; }
  .gain h2.section-title,
  .discover h2.section-title,
  .embrace h2.section-title,
  .explore h2.section-title,
  .immerse h2.section-title {
    font-size: 18px; }

header {
  position: fixed;
  padding: 10px;
  z-index: 100;
  height: 90px;
  max-width: unset; }
  header .content-wrapper {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 5px;
    justify-items: flex-start; }
  header .header-btns {
    width: fit-content; }
  header .socials {
    width: fit-content; }
  header.floating {
    max-height: 60px;
    padding-top: 10px;
    z-index: 10000;
    background: linear-gradient(180deg, #2b3c4f 0%, #2b3c4f 100%);
    box-shadow: 0px 5px 5px #2b3c4f; }
    header.floating .btn {
      padding: 5px 10px; }
    header.floating .logo a {
      height: 50px; }
  header .logo {
    max-width: unset;
    margin: 0; }
    header .logo a,
    header .logo img {
      transition: all .5s; }
    header .logo img {
      width: unset;
      max-width: 100%; }
      @media only screen and (max-width: 1000px) {
        header .logo img {
          height: auto;
          max-width: 130px;
          margin-top: 12px; } }
  @media only screen and (max-width: 756px) {
    header .btn-trial,
    header .btn-explore,
    header .socials,
    header .btn-blog {
      display: none; }
    header .btn-sign-in {
      border: 1px solid #feffca;
      padding: 12px 24px;
      border-color: #feffca !important; } }

.banner-content {
  position: relative;
  margin: 0 auto;
  overflow: visible;
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 15px 40px;
  margin-top: 200px;
  max-width: 980px;
  margin-left: 15px;
  margin-right: 15px; }
  .banner-content .gold-border {
    width: 100%;
    height: 70%;
    border: 1px solid #feffca; }
  .banner-content .banner-content-background {
    position: absolute; }
  .banner-content .border-top {
    z-index: 1;
    top: 0;
    border-bottom: none; }
  .banner-content .eiffel {
    z-index: 2;
    overflow: visible;
    top: -200px;
    max-width: 760px;
    margin: 0 auto; }
    .banner-content .eiffel img {
      margin-left: -70px;
      z-index: 2; }
  .banner-content .text {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px; }
  .banner-content .border-bottom {
    border-top: none;
    z-index: 3;
    bottom: 0; }
  .banner-content .banner-subtext {
    display: flex;
    justify-content: center;
    align-items: center; }
    .banner-content .banner-subtext img {
      display: inline;
      margin-right: 10px; }
  .banner-content .title {
    margin: 60px 0; }
  @media only screen and (max-width: 756px) {
    .banner-content .banner-subtext {
      margin-bottom: 50px; }
    .banner-content .section-title b {
      font-weight: normal; }
    .banner-content .section-title br {
      display: none; }
    .banner-content .title {
      margin: 10px 0; }
    .banner-content .gold-border.border-top {
      height: 40%; }
    .banner-content .btn-container {
      display: grid;
      grid-template-columns: 1fr; }
      .banner-content .btn-container .gold-button {
        background-color: #102338;
        color: #feffca;
        border: none; }
    .banner-content .banner-price {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 10px; } }

/*trailer section*/
.trailer-section {
  margin-top: 0px;
  position: relative;
  z-index: 6; }
  .trailer-section .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media only screen and (max-width: 756px) {
      .trailer-section .content-wrapper {
        width: 92%; } }
  .trailer-section .trailer {
    max-width: 1110px;
    width: 100%;
    margin-top: 50px;
    box-shadow: 0px 15px 20px -5px rgba(0, 0, 0, 0.8);
    padding: 0; }
    @media only screen and (max-width: 756px) {
      .trailer-section .trailer {
        width: 100%; } }
    .trailer-section .trailer picture {
      width: 100%;
      display: flex; }
    .trailer-section .trailer .yt-embedded {
      max-width: 1980px;
      margin: 0 auto;
      position: relative;
      border-radius: 8px; }
      .trailer-section .trailer .yt-embedded > div {
        position: relative;
        /*padding-bottom: 56.25%;*/
        display: flex; }
      .trailer-section .trailer .yt-embedded iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
    .trailer-section .trailer .img-container {
      width: 100%; }
    .trailer-section .trailer .btn-play {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 25%;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: fit-content;
      gap: 10px;
      padding: 8 24px; }
      .trailer-section .trailer .btn-play img,
      .trailer-section .trailer .btn-play picture {
        width: 11px;
        height: 13px; }
      .trailer-section .trailer .btn-play picture {
        filter: grayscale(1); }
      .trailer-section .trailer .btn-play span {
        cursor: pointer; }
    .trailer-section .trailer #player {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 auto;
      width: 100%; }

.star {
  background-image: url(/Themes/img/Theme_v1/star_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 21px;
  display: flex; }
  .star.dark {
    background-image: url(/Themes/img/Theme_v1/star_icon_d.png); }

.stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
  gap: 14px; }

.explore {
  margin-top: 0px;
  background-image: url(/Themes/img/Theme_v1/bg2.jpg);
  padding-top: 220px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 220px; }
  .explore .stars {
    margin: 15px 0; }
  .explore .section-wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 60%; }
    @media only screen and (max-width: 1000px) {
      .explore .section-wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: center; } }
  .explore .explore-text {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px; }
    @media only screen and (max-width: 756px) {
      .explore .explore-text {
        padding: 15px; } }
    .explore .explore-text p {
      margin: 0;
      padding: 0;
      text-align: justify;
      font-size: 20px; }
    .explore .explore-text h1,
    .explore .explore-text h2 {
      text-align: left; }
    .explore .explore-text h2.section-title {
      font-size: 18px; }
  .explore .pictures {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    position: relative;
    max-height: 700px;
    overflow: hidden; }
  .explore .e-pics {
    display: flex;
    position: relative;
    width: fit-content;
    cursor: pointer; }
    .explore .e-pics img {
      width: 100%; }
    @media only screen and (min-width: 1000px) {
      .explore .e-pics::before, .explore .e-pics::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 30%;
        z-index: 2;
        background: #2b3c4f; }
      .explore .e-pics::after {
        bottom: 0;
        background: linear-gradient(0deg, #2b3c4f 0%, transparent 100%); }
      .explore .e-pics::before {
        top: 0;
        background: linear-gradient(0deg, transparent 0%, #2b3c4f 100%); } }
  @media only screen and (max-width: 756px) {
    .explore .section-wrapper {
      width: 100%; } }
  .explore .explore-pics2 {
    margin-top: 50px; }
  .explore .pic-link1 {
    background-image: url(/Themes/img/Theme_v1/explore1.png);
    background-repeat: repeat-y;
    height: 3224px;
    width: 158px; }
  .explore .pic-link2 {
    background-image: url(/Themes/img/Theme_v1/explore2.png);
    background-repeat: repeat-y;
    height: 3220px;
    width: 158px;
    background-position-y: -1000px; }
  .explore .pic-link3 {
    background-image: url(/Themes/img/Theme_v1/explore3.png);
    background-repeat: repeat-y;
    height: 3224px;
    width: 158px; }

.embrace {
  position: relative;
  margin-top: 200px; }
  .embrace h2.section-title {
    font-size: 18px; }
  .embrace .stars {
    width: fit-content;
    margin: 15px auto; }
  .embrace .embrace-sq {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 850px;
    width: 50%;
    background-color: #102338;
    height: 100%; }
    @media only screen and (max-width: 756px) {
      .embrace .embrace-sq {
        width: 100%; } }
  .embrace .section-title {
    font-size: 18px; }
  .embrace .title {
    margin-top: 120px; }
  .embrace .section-wrapper {
    display: block;
    margin: 0 auto;
    padding-bottom: 100px; }
  .embrace p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: justify; }
  .embrace .embrace-text {
    padding: 0px 20px;
    max-width: 730px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px; }
    @media only screen and (max-width: 756px) {
      .embrace .embrace-text {
        padding: 15px; } }
  .embrace .slider {
    max-width: 1170px;
    margin: 0 auto; }
  .embrace .slick-dots li button:before {
    color: #ffffffaa;
    margin: 0; }
  .embrace .slick-dots .slick-active button:before {
    color: white; }
  .embrace .slick-slide {
    width: 200px;
    height: 300px; }
    .embrace .slick-slide .item {
      width: 200px;
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center; }

.discover {
  position: relative;
  margin-top: 200px; }
  .discover h2.section-title {
    font-size: 18px; }
  .discover .section-wrapper {
    justify-content: flex-start; }
  .discover .discover-bg {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 1920px;
    margin: 0 auto; }
    .discover .discover-bg img {
      max-width: 100%; }
  .discover .discover-text {
    padding: 90px 30px;
    display: flex;
    max-width: 600px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    background-color: #102338;
    margin: 200px 0 240px 0; }
    @media only screen and (max-width: 1050px) {
      .discover .discover-text {
        margin: 0; } }
    @media only screen and (max-width: 756px) {
      .discover .discover-text {
        padding: 15px; } }
    .discover .discover-text h1,
    .discover .discover-text h2 {
      text-align: left; }
  @media only screen and (max-width: 756px) {
    .discover .discover-text h1,
    .discover .discover-text h2 {
      text-align: center; }
    .discover .stars {
      margin: 15px auto; } }

.gain {
  position: relative;
  margin: 0px 0 200px 0; }
  .gain .section-wrapper {
    max-width: 920px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 250px; }
    @media only screen and (max-width: 756px) {
      .gain .section-wrapper {
        padding-top: 25px; } }
  .gain .gain-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    margin: 0 auto; }
    .gain .gain-bg img {
      max-width: 100%; }
  .gain .img-container.showOnMobile {
    max-width: 100%; }
  .gain p {
    text-align: center; }
  .gain .gain-text {
    padding: 70px 30px;
    display: flex;
    max-width: 670px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column; }
    @media only screen and (max-width: 756px) {
      .gain .gain-text {
        padding: 15px; } }
  @media only screen and (max-width: 756px) {
    .gain {
      margin-top: 50px; }
      .gain .gain-bg {
        top: 200px; }
      .gain .gain-text {
        padding: 50px 0; } }

.immerse {
  position: relative;
  margin-top: 400px;
  z-index: 2; }
  .immerse .stars {
    width: fit-content;
    margin: 15px auto; }
  .immerse .immerse-sq {
    z-index: 2;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 850px;
    width: 50%;
    background-color: #102338;
    height: 100%; }
    @media only screen and (max-width: 756px) {
      .immerse .immerse-sq {
        width: 100%; } }
  .immerse .section-title {
    font-size: 18px; }
  .immerse .title {
    margin-top: 120px; }
  .immerse .section-wrapper {
    display: block;
    margin: 0 auto;
    padding-bottom: 100px; }
  .immerse p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: justify; }
  .immerse .immerse-text {
    z-index: 3;
    padding: 0px 20px;
    max-width: 730px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px; }
    @media only screen and (max-width: 756px) {
      .immerse .immerse-text {
        padding: 15px; } }

.understand {
  margin-top: 250px; }
  .understand .section-wrapper {
    max-width: 1125px;
    display: block; }
  .understand .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1000px) {
      .understand .top {
        grid-template-columns: 1fr; } }
  .understand .understand-text {
    z-index: 3;
    padding: 0px 20px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    @media only screen and (max-width: 756px) {
      .understand .understand-text {
        padding: 15px; } }
  .understand h1.title {
    font-size: 65px;
    line-height: 140px; }
  .understand h1,
  .understand h2 {
    text-align: left; }
  .understand .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 85px;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 1000px) {
      .understand .bottom {
        flex-wrap: wrap; } }
    .understand .bottom .logo {
      cursor: pointer; }
      .understand .bottom .logo.active {
        filter: invert(65%) sepia(75%) saturate(135%) hue-rotate(6deg) brightness(179%) contrast(116%); }
  .understand .logos-preview {
    position: relative; }
    .understand .logos-preview .preview {
      position: absolute;
      max-width: 379px;
      max-height: 505px;
      top: 50%;
      transform: translateY(-50%);
      display: flex; }
    @media only screen and (max-width: 756px) {
      .understand .logos-preview {
        order: 2; }
        .understand .logos-preview .preview {
          position: relative !important;
          width: 100% !important;
          max-width: 70% !important;
          max-height: unset !important;
          scale: 1.0 !important;
          display: none; }
          .understand .logos-preview .preview.active {
            display: flex; }
        .understand .logos-preview .bottom {
          margin-top: 5px; } }
    .understand .logos-preview picture {
      display: flex;
      width: 100%;
      max-width: 100%; }
  @media only screen and (max-width: 756px) {
    .understand .logos-preview {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 25px; }
    .understand .understand-text {
      padding: 0;
      align-items: center;
      justify-content: center; } }
  @media only screen and (max-width: 756px) {
    .understand .section-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .understand .section-wrapper .understand-text {
        order: 1; }
      .understand .section-wrapper .bottom {
        display: flex;
        gap: 15px;
        margin-top: 10px; }
        .understand .section-wrapper .bottom .logo {
          margin: 0; } }

.enjoy {
  padding-top: 250px;
  position: relative;
  background-image: url(../../img/Theme_v1/bg4.jpg); }
  .enjoy .section-wrapper {
    display: block; }
  .enjoy .enjoy-text {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 45px; }
    @media only screen and (max-width: 756px) {
      .enjoy .enjoy-text {
        padding: 15px; } }

.pricing {
  margin-top: 50px; }
  .pricing .pricing-text {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 45px; }
    @media only screen and (max-width: 756px) {
      .pricing .pricing-text {
        padding: 15px; } }
  .pricing .section-wrapper {
    display: block;
    max-width: 960px; }
  .pricing .stars {
    margin: 0 auto; }
  .pricing .img-container {
    margin-bottom: 30px;
    max-width: 941px;
    max-height: 233px;
    margin: 0 auto;
    margin-bottom: 35px; }
    .pricing .img-container picture {
      display: flex;
      border-radius: 10px;
      overflow: hidden; }
    .pricing .img-container.yearly picture {
      box-shadow: 0 0 20px 0px white; }
    .pricing .img-container img {
      width: 100%; }

.faq {
  background-color: #feffca;
  padding: 150px 0;
  margin-top: 200px; }
  .faq h1,
  .faq h2 {
    color: #102338; }
  .faq .faq-list {
    padding: 15px; }
    .faq .faq-list li,
    .faq .faq-list p,
    .faq .faq-list li p {
      color: #102338; }
  .faq .faq-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px; }
    @media only screen and (max-width: 756px) {
      .faq .faq-text {
        padding: 15px; } }

.faq .section-wrapper {
  display: block;
  max-width: 730px; }

.faq .stars {
  margin: 15px auto; }

.faq .fc-title .red {
  margin-top: 5px; }

.faq .faq-list {
  margin: 0 auto;
  width: 100%; }
  .faq .faq-list > ul {
    list-style: none; }
    .faq .faq-list > ul > li {
      cursor: pointer;
      position: relative;
      max-height: 40px;
      transition: max-height .7s ease;
      font-size: 20px;
      margin-top: 25px;
      line-height: 2em; }
      @media only screen and (max-width: 756px) {
        .faq .faq-list > ul > li {
          line-height: 1.2em; } }
      .faq .faq-list > ul > li::before {
        content: "+";
        position: absolute;
        left: -35px;
        font-size: 40px;
        line-height: 23px;
        top: 0; }
      .faq .faq-list > ul > li.active {
        max-height: 2000px;
        transition-duration: .7s; }
        .faq .faq-list > ul > li.active::before {
          content: "-"; }
        .faq .faq-list > ul > li.active .hidden {
          display: block !important; }
      .faq .faq-list > ul > li p {
        margin-top: 30px;
        font-size: 18px;
        color: #102338;
        cursor: default; }

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 0;
  padding-bottom: 40px;
  max-width: unset;
  background-color: #feffca; }
  footer .section-wrapper {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative; }
  footer .footer-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #102338;
    background: linear-gradient(90deg, rgba(16, 35, 56, 0) 0%, #102338 30%, #102338 70%, rgba(16, 35, 56, 0) 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  footer .footer-bg {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2; }
    footer .footer-bg picture {
      display: flex; }
  footer .links {
    display: flex;
    justify-content: space-around;
    width: 100%; }
    footer .links .side {
      max-width: 300px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      gap: 80px; }
    footer .links a {
      color: #102338;
      text-decoration: none;
      text-transform: uppercase;
      max-width: 80px;
      text-align: center; }
  footer .socials {
    margin: 0; }
  footer .bottom {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    width: 97%;
    color: #102338; }
    footer .bottom .btn-container .btn-trial {
      background-color: #102338;
      border-color: #102338;
      color: #feffca; }
    footer .bottom .btn-container .btn-sign-in {
      border: none;
      background-color: transparent;
      color: #102338; }
    footer .bottom .icon {
      filter: invert(90%) sepia(58%) saturate(692%) hue-rotate(170deg) brightness(100%) contrast(94%); }
  @media only screen and (max-width: 756px) {
    footer {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-bottom: 0px; }
      footer .footer-line {
        display: none; }
      footer .footer-bg {
        order: 6;
        position: relative;
        top: unset;
        bottom: unset; }
      footer .bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        footer .bottom .socials {
          order: 2; }
        footer .bottom .footer-btns {
          display: none;
          order: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
      footer .socials {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px; }
        footer .socials span {
          display: block;
          width: 100%;
          text-align: center; }
      footer .links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0;
        padding: 0;
        order: 0;
        gap: 15px; }
        footer .links a {
          max-width: 100%; }
        footer .links .side {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          margin: 0;
          padding: 0;
          gap: 15px;
          width: 100%; }
        footer .links .btn-container {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          gap: 15px;
          max-width: 300px;
          flex-direction: column;
          margin: 0; }
          footer .links .btn-container .btn {
            width: 100%;
            max-width: 100% !important; }
        footer .links .btn-transparent {
          border: 1px solid #102338 !important;
          border-color: #102338 !important;
          color: #102338; }
        footer .links .btn-filled {
          color: #feffca;
          background-color: #102338; } }

.social-link {
  cursor: pointer; }

.section-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2; }

.no-webp .enjoy .section-background {
  background-position-x: center;
  background-position-y: top;
  background-image: url(../../img/Theme_v1/enjoy_bg.png); }
  @media only screen and (max-width: 756px) {
    .no-webp .enjoy .section-background {
      background-image: url(../../img/Theme_v1/enjoy_bg.png); } }

.webp .enjoy .section-background {
  background-position-x: center;
  background-position-y: top;
  background-image: url(../../img/Theme_v1/enjoy_bg.png); }
  @media only screen and (max-width: 756px) {
    .webp .enjoy .section-background {
      background-image: url(../../img/Theme_v1/enjoy_bg.png); } }

.no-webp .immerse .section-background {
  background-position-y: bottom;
  opacity: 0.3;
  background-image: url(../../img/Theme_v1/immerse_bg.png); }
  @media only screen and (max-width: 756px) {
    .no-webp .immerse .section-background {
      background-image: url(../../img/Theme_v1/immerse_bg.png); } }

.webp .immerse .section-background {
  background-position-y: bottom;
  background-image: url(../../img/Theme_v1/immerse_bg.webp);
  opacity: 0.3; }
  @media only screen and (max-width: 756px) {
    .webp .immerse .section-background {
      background-image: url(../../img/Theme_v1/immerse_bg.webp); } }

.no-webp .explore .section-background {
  background-image: url(../../img/Theme_v1/explore_bg.png); }
  @media only screen and (max-width: 756px) {
    .no-webp .explore .section-background {
      background-image: url(../../img/Theme_v1/explore_bg.png); } }

.webp .explore .section-background {
  background-image: url(../../img/Theme_v1/explore_bg.webp); }
  @media only screen and (max-width: 756px) {
    .webp .explore .section-background {
      background-image: url(../../img/Theme_v1/explore_bg.webp); } }

.no-webp .embrace .section-background {
  background-image: url(../../img/Theme_v1/embrace_bg.png); }
  @media only screen and (max-width: 756px) {
    .no-webp .embrace .section-background {
      background-image: url(../../img/Theme_v1/embrace_bg.png); } }

.webp .embrace .section-background {
  background-image: url(../../img/Theme_v1/embrace_bg.webp); }
  @media only screen and (max-width: 756px) {
    .webp .embrace .section-background {
      background-image: url(../../img/Theme_v1/embrace_bg.webp); } }

.no-webp .enjoy .section-background {
  background-image: url(../../img/Theme_v1/enjoy_bg.png); }
  @media only screen and (max-width: 756px) {
    .no-webp .enjoy .section-background {
      background-image: url(../../img/Theme_v1/enjoy_bg.png); } }

.webp .enjoy .section-background {
  background-image: url(../../img/Theme_v1/enjoy_bg.png.webp); }
  @media only screen and (max-width: 756px) {
    .webp .enjoy .section-background {
      background-image: url(../../img/Theme_v1/enjoy_bg.png.webp); } }

.banner-section {
  position: relative;
  /*    background-image: url(../../img/Theme_v1/bg1.jpg);*/
  min-height: 1368px;
  background-position: top center; }

.banner-section .banner-bg {
  position: absolute;
  width: 50%;
  top: 0; }

.banner-section .banner-bg picture {
  display: flex; }

.banner-section .banner-bg .active {
  display: none; }

.banner-section .banner-bg:hover .gray {
  display: none; }

.banner-section .banner-bg:hover .active {
  display: flex; }

.banner-section .banner-bg-left {
  left: 0; }

.banner-section .banner-bg-right {
  right: 0; }

.bg_top {
  position: absolute; }

.egg {
  position: absolute;
  right: -22%;
  bottom: -226px;
  z-index: 3; }
  @media only screen and (max-width: 1000px) {
    .egg {
      position: relative;
      right: auto;
      bottom: -10px;
      z-index: 3;
	  width: 115%;	  } }

@media only screen and (max-width: 756px) {
  .banner-section {
    min-height: 1070px; }
  .banner-section img.bg_top {
    top: 15%;
    width: 180%;
    right: auto;
    left: auto; }
  .section-wrapper {
    max-width: 92%;
    margin: 0 4%; }
  .banner-content .eiffel img {
    margin-left: -20px; }
  .explore {
    padding-top: 60px;
    padding-bottom: 60px; }
  .explore .pictures {
    max-height: 380px;
    margin: 0 auto;
    background-size: cover; }
  .explore .explore-text h1, .explore .explore-text h2 {
    text-align: center; }
  .explore .stars {
    margin: 15px auto; }
  .explore .pic-link1,
  .explore .pic-link2,
  .explore .pic-link3 {
    width: 100px;
    background-size: contain; }
  .embrace {
    margin-top: 60px; }
  .discover {
    margin-top: 60px; }
  .discover .discover-text {
    background-color: transparent; }
  .gain {
    margin-bottom: 20px; }
  .gain .section-wrapper {
    max-width: fit-content; }
  .immerse {
    margin-top: 20px; }
  .immerse .title {
    margin-top: 60px; }
  .understand {
    margin-top: 60px; }
  .understand .section-wrapper {
    max-width: fit-content; }
  .understand h1, .understand h2 {
    text-align: left;
    text-align: center; }
  .enjoy {
    padding-top: 80px; }
  .pricing .section-wrapper {
    max-width: 92%; }
  .pricing .img-container {
    max-width: 70%;
    margin: 80px auto; }
  .faq {
    padding: 60px 0;
    margin-top: 100px; }
  body .header {
    width: 90%; }
  header .logo {
    margin-top: 17px; }
  .bientot-logo {
    width: 80%; }
  .faq .section-wrapper {
    width: fit-content;
    max-width: 92%; }
  .faq .faq-list > ul > li {
    font-size: 16px; }
  .faq .faq-list > ul > li p {
    font-size: 14px; }
  p,
  .explore .explore-text p,
  .embrace p,
  .immerse p {
    font-size: 16px; } }

.explore .e-pics {
  overflow: hidden; }
