:root {
  --white-color: #fff !important;
  --black-color: #000 !important;
  --primary-color: #DE968D;
  --secondary-color: #5D3222;
  --grey-color: #7C726E;
  --border-color: #EAEAEA;
  --font-family: "Marcellus", serif;
  --font-family-2: "DM Sans", sans-serif;
  --font-awesome: "Font Awesome 6 Free";
  --font-size-default: 16px;
  --font-weight-default: 400;
  --font-size-theme: var(--font-size-default);
  --line-height-theme: 1.625;
  --font-weight-theme: 700;
  --button-height: 48px;
  --header-height: 80px; }

body {
  color: var(--grey-color);
  font-family: var(--font-family-2);
  font-size: var(--font-size-theme);
  font-weight: var(--font-weight-default);
  line-height: var(--line-height-theme); }

h1 {
  color: var(--black-color);
  font-family: var(--font-family);
  font-size: 80px;
  font-weight: var(--font-weight-default);
  line-height: 1.1;
  letter-spacing: -2.4px; }
  @media (max-width: 1199px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 45px; } }

h2 {
  color: var(--black-color);
  font-family: var(--font-family);
  font-size: 65px;
  font-weight: var(--font-weight-default);
  line-height: 1.1;
  letter-spacing: -1.3px; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 40px; } }

h4 {
  color: var(--black-color);
  font-family: var(--font-family);
  font-size: 30px;
  font-weight: var(--font-weight-default);
  line-height: 1.3;
  letter-spacing: -0.6px; }

h5 {
  color: var(--black-color);
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: var(--font-weight-default);
  line-height: 1;
  letter-spacing: -0.48px; }

h6 {
  color: var(--primary-color);
  font-family: var(--font-family-2);
  font-size: 18px;
  font-weight: 500;
  line-height: 1; }

p,
main li,
ol li::marker {
  color: var(--grey-color);
  font-family: var(--font-family-2);
  font-size: var(--font-size-theme);
  font-weight: var(--font-weight-default);
  line-height: var(--line-height-theme); }

ol li::marker {
  font-weight: var(--font-weight-theme); }

.header_lang_top {
  display: none; }

main input[type=text],
main input[type=email],
main textarea {
  width: 100%;
  background-color: transparent;
  color: var(--white-color);
  font-family: var(--font-family-2);
  font-size: var(--font-size-default);
  font-weight: 500;
  line-height: var(--line-height-theme);
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-block: 20px;
  outline: none; }
  main input[type=text]::placeholder,
  main input[type=email]::placeholder,
  main textarea::placeholder {
    color: var(--white-color);
    text-transform: capitalize; }

main textarea {
  display: block;
  height: 150px;
  resize: none;
  margin-bottom: 50px; }

.logo {
  max-width: 200px; }

.button:not(.unshow) {
  display: inline-flex;
  align-items: center;
  height: var(--button-height);
  background-color: var(--primary-color);
  color: var(--white-color);
  font-family: var(--font-family-2) !important;
  font-size: 14px;
  font-weight: var(--button-font-weight, 700);
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px var(--button-border-color, var(--primary-color));
  padding-inline: var(--button-padding-inline, 30px);
  transition: box-shadow .3s ease , background-color .3s ease, color .3s ease; }
  .button:not(.unshow):hover {
    background-color: transparent;
    color: var(--primary-color); }
  .button:not(.unshow).style-2:not(:hover) {
    --button-border-color: var(--white-color);
    background-color: transparent; }
  .button:not(.unshow).style-2:hover {
    --button-border-color: transparent;
    background-color: var(--white-color);
    color: var(--secondary-color); }
  .button:not(.unshow).style-3:not(:hover) {
    --button-border-color: var(--black-color);
    background-color: transparent;
    color: var(--black-color); }
  .button:not(.unshow).style-3:hover {
    --button-border-color: transparent;
    background-color: var(--primary-color);
    color: var(--white-color); }
  .button:not(.unshow).style-4:not(:hover) {
    --button-border-color: transparent;
    background-color: var(--white-color);
    color: var(--black-color); }
  .button:not(.unshow).style-4:hover {
    --button-border-color: transparent;
    background-color: var(--primary-color);
    color: var(--white-color); }

.swiper {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-color: var(--primary-color);
  padding-bottom: var(--swiper-padding-bottom, 0); }
  .swiper-pagination-bullet {
    transition: all .3s ease; }

.animation-spin {
  animation: animation-spin 10s linear infinite; }

@keyframes animation-spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.animation-round {
  animation: animation-round 4s infinite linear; }

@keyframes animation-round {
  0% {
    transform: rotate(0) translateX(10px) rotate(0); }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg); } }
.pl-100 {
  padding-left: 100px; }

.pr-100 {
  padding-right: 100px; }

@media (max-width: 991px) {
  section.pt-100 {
    padding-top: 80px; }
  section.pb-100 {
    padding-bottom: 80px; }
  section.mt-100 {
    padding-top: 80px; }
  section.mb-100 {
    margin-bottom: 80px; } }

.section-default {
  --img-height: 55vw;
  position: relative; }
  .section-default .bg-image {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%; }
    @media (max-width: 991px) {
      .section-default .bg-image {
        top: inherit;
        bottom: 0;
        width: 100%;
        height: var(--img-height); } }
  .section-default.img-left .bg-image {
    left: 0; }
  .section-default.img-left .content.d-flex {
    justify-content: flex-end; }
    @media (min-width: 992px) {
      .section-default.img-left .content.d-flex > .item {
        padding-left: 100px; } }
  .section-default.img-right .bg-image {
    right: 0; }
  @media (min-width: 992px) {
    .section-default.img-right .content.d-flex > .item {
      padding-right: 100px; } }
  .section-default .content.d-flex > .item {
    padding-block: 80px; }
  @media (max-width: 991px) {
    .section-default {
      padding-bottom: var(--img-height); } }
  .section-default .text-wrap h6 {
    margin-bottom: 15px; }
  .section-default .text-wrap h2:not(:last-child) {
    margin-bottom: 25px; }
  .section-default .text-wrap p:not(.mb-0):not(:last-child),
  .section-default .text-wrap ul:not(.mb-0):not(:last-child) {
    margin-bottom: 20px; }
  .section-default .btn-wrap {
    margin-top: 30px; }

@media (max-width: 991px) {
  .d-flex.content.columns-2,
  .content > .d-flex.columns-2 {
    --columns: 1; }
    .d-flex.content.columns-2.toLeft > .item, .d-flex.content.columns-2.toRight > .item,
    .content > .d-flex.columns-2.toLeft > .item,
    .content > .d-flex.columns-2.toRight > .item {
      width: 100% !important; }
  .d-flex.content.columns-3,
  .content > .d-flex.columns-3 {
    --columns: 2;
    justify-content: center; }
  .d-flex.content.columns-4,
  .content > .d-flex.columns-4 {
    --columns: 1; } }
@media (max-width: 767px) {
  .d-flex.content.columns-3,
  .content > .d-flex.columns-3 {
    --columns: 1; } }

#header {
  --header-position: sticky;
  --mobile-nav-link-color: var(--black-color);
  --hamburger-lines-color: var(--black-color);
  --hamburger-lines-height: 2px;
  --hamburger-size: 28px;
  --links-color: var(--black-color);
  --button-font-weight: 500;
  --button-padding-inline: 20px;
  background-color: var(--secondary-color); }
  #header *:not(i) {
    font-family: var(--font-family); }
  #header .logo {
    transform: translateY(3px); }
  #header .logo-white {
    display: none; }
  #header .nav a:not(.button:not(.unshow)) {
    position: relative;
    color: var(--links-color);
    font-size: 18px;
    font-weight: var(--font-weight-default); }
    #header .nav a:not(.button:not(.unshow))::before {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--links-color);
      transform-origin: center;
      transform: scaleX(0);
      transition: transform .3s ease; }
  @media (min-width: 992px) {
    #header .nav ul {
      align-items: center; } }
  #header .nav li.active a:not(.button:not(.unshow))::before,
  #header .nav a:not(.button:not(.unshow)):hover::before {
    transform: scaleX(1); }
  #header.style-2 {
    --hamburger-lines-color: var(--white-color); }
    @media (min-width: 992px) {
      #header.style-2 {
        --links-color: var(--white-color); } }
    #header.style-2 .logo-black {
      display: none; }
    #header.style-2 .logo-white {
      display: block; }

#footer {
  background-color: #27252A; }
  #footer * {
    color: var(--white-color); }
    #footer *:not(h5) {
      font-family: var(--font-family-2); }
  #footer h5 {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #footer h5 {
        margin-bottom: 10px; } }
  #footer ul li {
    margin-bottom: 10px; }
  #footer p, #footer ul li {
    font-size: var(--font-size-default);
    font-weight: var(--font-weight-default);
    line-height: var(--line-height-theme); }
    #footer p:last-of-type, #footer ul li:last-of-type {
      margin-bottom: 0; }
    #footer p a, #footer ul li a {
      transition: color .3s ease; }
      #footer p a:hover, #footer ul li a:hover {
        color: var(--primary-color); }
  #footer .content-top p, #footer .content-top ul li {
    font-weight: 200; }
  #footer .d-flex.columns-4 {
    padding-block: 100px 90px; }
    @media (max-width: 991px) {
      #footer .d-flex.columns-4 {
        padding-block: 50px 30px; } }
  #footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-block: 25px 23px; }
    @media (max-width: 991px) {
      #footer .copyright {
        padding-block: 15px; } }

#home.section-1 {
  --overlay-opacity: .5;
  position: relative; }
  #home.section-1 .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #home.section-1 .swiper .bg-image {
      height: 100%;
      transition: transform 5s ease; }
    #home.section-1 .swiper .swiper-slide-active .bg-image {
      transform: scale(1.05); }
  #home.section-1 > *:not(.swiper) {
    position: relative;
    z-index: 1; }
  #home.section-1 .content {
    min-height: 80vh;
    padding-block: 100px; }
    @media (max-width: 1199px) {
      #home.section-1 .content {
        min-height: 70vh; } }
    @media (max-width: 575px) {
      #home.section-1 .content {
        min-height: 60vh; } }
    #home.section-1 .content.d-flex {
      align-items: flex-end; }
    #home.section-1 .content * {
      color: var(--white-color); }

#ebooks.section-7 {
  --swiper-padding-bottom: 50px;
  overflow: hidden; }
  #ebooks.section-7 .swiper {
    width: 120%;
    transform: translateX(-10%); }
    @media (max-width: 575px) {
      #ebooks.section-7 .swiper {
        width: calc(100% - 30px);
        transform: translateX(0); } }
  @media (max-width: 991px) {
    #ebooks.section-7.pb-100 {
      padding-bottom: 0; } }

#tarifs.section-10 {
  position: relative;
  background-color: #FAF5F3; }
  #tarifs.section-10 > .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1; }
  #tarifs.section-10 .container {
    position: relative;
    z-index: 1; }
  #tarifs.section-10 .context .item {
    border: 1px solid var(--secondary-color);
    transition: background-color .3s ease; }
    #tarifs.section-10 .context .item *:not(.button) {
      color: var(--secondary-color); }
    #tarifs.section-10 .context .item .content-top {
      border-bottom: 1px solid var(--secondary-color);
      padding: 40px 40px 35px; }
      #tarifs.section-10 .context .item .content-top h5 {
        margin-bottom: 20px; }
      #tarifs.section-10 .context .item .content-top .price {
        font-family: var(--font-family-2);
        font-size: 16px;
        font-weight: var(--font-weight-default);
        line-height: 1; }
        #tarifs.section-10 .context .item .content-top .price span {
          font-size: 55px;
          margin-right: -10px; }
    #tarifs.section-10 .context .item .content-bottom {
      padding: 40px; }
      #tarifs.section-10 .context .item .content-bottom h5 {
        font-size: 20px;
        margin-bottom: 20px; }
      #tarifs.section-10 .context .item .content-bottom ul {
        margin-bottom: 30px; }
        #tarifs.section-10 .context .item .content-bottom ul li:not(:last-of-type) {
          margin-bottom: 5px; }
    #tarifs.section-10 .context .item .button {
      --button-border-color: var(--secondary-color);
      justify-content: center;
      width: 100%;
      background-color: var(--secondary-color); }
      #tarifs.section-10 .context .item .button:hover {
        color: inherit; }
    #tarifs.section-10 .context .item:hover {
      background-color: var(--white-color); }
      #tarifs.section-10 .context .item:hover .button {
        background-color: transparent;
        color: var(--secondary-color); }

#contact.section-12 {
  background-color: var(--secondary-color); }
  #contact.section-12 *:not(.button) {
    color: var(--white-color); }
  #contact.section-12 .button {
    justify-content: center;
    width: 100%; }

#testimonials.section-9 {
  position: relative;
  background-color: #27252A; }
  #testimonials.section-9 > .img-wrap {
    position: absolute;
    top: 0;
    left: 40px; }
  #testimonials.section-9 .container {
    position: relative;
    z-index: 1; }
  #testimonials.section-9 h2,
  #testimonials.section-9 h5,
  #testimonials.section-9 p {
    color: var(--white-color); }
  #testimonials.section-9 h5 {
    font-size: 18px; }
  #testimonials.section-9 p.big {
    font-size: 22px;
    line-height: 1.35; }
    @media (max-width: 575px) {
      #testimonials.section-9 p.big {
        font-size: 18px; } }
  #testimonials.section-9 hr {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    margin-block: 30px; }
  #testimonials.section-9 .icon-wrap i {
    color: #866559;
    font-size: 14px; }
  #testimonials.section-9 .content-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px; }
    @media (max-width: 575px) {
      #testimonials.section-9 .content-bottom.d-flex.columns-2 {
        --columns: 1; } }
    #testimonials.section-9 .content-bottom .img-wrap.d-flex img {
      border: 2px solid var(--white-color);
      border-radius: 50%; }
      #testimonials.section-9 .content-bottom .img-wrap.d-flex img:not(:first-of-type) {
        margin-left: -10px; }
    @media (max-width: 575px) {
      #testimonials.section-9 .content-bottom .img-wrap.d-flex.justify-content-end {
        justify-content: inherit; } }
  @media (max-width: 991px) {
    #testimonials.section-9.mb-100 {
      margin-bottom: 0; }
    #testimonials.section-9 .pr-100 {
      padding-right: 0; } }
  @media (max-width: 575px) {
    #testimonials.section-9 .swiper-slide .gapX-50 {
      --gapX: 30px; } }

#faq.section-11 .accordion-container .accordion {
  border-bottom: 1px solid rgba(93, 50, 34, 0.1); }
  #faq.section-11 .accordion-container .accordion .accordion-title {
    display: flex;
    align-items: center;
    gap: 0 15px;
    padding-block: 20px;
    cursor: pointer; }
    #faq.section-11 .accordion-container .accordion .accordion-title .img-wrap {
      width: 50px; }
    #faq.section-11 .accordion-container .accordion .accordion-title .text-wrap {
      width: calc(100% - 50px - 25px - 30px); }
    #faq.section-11 .accordion-container .accordion .accordion-title .icon-wrap {
      display: flex;
      width: 25px; }
      #faq.section-11 .accordion-container .accordion .accordion-title .icon-wrap svg {
        transition: transform .3s ease; }
  #faq.section-11 .accordion-container .accordion-description {
    height: 0;
    overflow: hidden;
    transition: height .3s ease; }
  #faq.section-11 .accordion-container .accordion-content {
    padding-bottom: 20px; }
  #faq.section-11 .accordion-container .accordion.active .accordion-title .icon-wrap svg {
    transform: rotate(90deg); }
@media (max-width: 991px) {
  #faq.section-11 .pl-100 {
    padding-left: 0; } }

.section-2 {
  overflow: hidden; }
  .section-2 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 350px;
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    padding: 50px; }
    .section-2 .box h5 {
      font-size: var(--font-size-theme);
      line-height: 1.6; }
    .section-2 .box h2 {
      color: var(--primary-color);
      font-size: 180px;
      line-height: .9; }
  @media (max-width: 575px) {
    .section-2 .d-flex .d-flex.columns-2 {
      --columns: 1; } }

.section-3 {
  position: relative; }
  .section-3 .bg-image {
    height: 100%; }
  .section-3 > .d-flex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-3 .container {
    position: relative;
    z-index: 1; }
  .section-3 .content .item {
    background-color: var(--white-color);
    padding: 80px 50px; }

.section-4 {
  overflow: hidden; }
  .section-4 .img-wrap {
    position: relative; }
    .section-4 .img-wrap img:not(.img-2) {
      position: relative;
      z-index: 1; }
    .section-4 .img-wrap .img-2 {
      position: absolute;
      top: 35px;
      left: 70px;
      animation: animation-round 4s infinite linear; }

.section-5 .context {
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color); }
  .section-5 .context .item {
    padding: 50px;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color); }
    .section-5 .context .item-text .img-wrap {
      margin-bottom: 20px; }
    .section-5 .context .item-img {
      text-align: center; }
    .section-5 .context .item h5 {
      margin-bottom: 25px; }
    @media (max-width: 991px) {
      .section-5 .context .item:nth-of-type(1) {
        order: 1; }
      .section-5 .context .item:nth-of-type(2) {
        order: 2; }
      .section-5 .context .item:nth-of-type(3) {
        order: 4; }
      .section-5 .context .item:nth-of-type(4) {
        order: 3; }
      .section-5 .context .item:nth-of-type(5) {
        order: 5; }
      .section-5 .context .item:nth-of-type(6) {
        order: 6; }
      .section-5 .context .item:nth-of-type(7) {
        order: 8; }
      .section-5 .context .item:nth-of-type(8) {
        order: 7; } }
    @media (max-width: 575px) {
      .section-5 .context .item {
        padding: 30px; } }

.section-6 {
  --overlay-color: var(--white-color);
  --overlay-opacity: .15; }
  .section-6 .content {
    padding-block: 200px; }
    @media (max-width: 1199px) {
      .section-6 .content {
        padding-block: 150px; } }
    @media (max-width: 575px) {
      .section-6 .content {
        padding-block: 100px; } }
    .section-6 .content .text-wrap {
      margin-bottom: 30px; }
      .section-6 .content .text-wrap * {
        color: #27252A; }
