/***************************************
*General
****************************************/

body {
    font-family: "Inter", sans-serif;
    color: #1A171C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #F6D903;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #F6D903;
    margin-bottom: 15px;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #1A171C;
    font-size: clamp(28px, 1rem + 2vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: clamp(30px, 1rem + 2.8vw, 60px);
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #1A171C;
    font-size: clamp(28px, 1rem + 2vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 32px;
    position: relative;
}

.img-masking {
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/img-masking.svg);
    mask-image: url(../images/img-masking.svg);
}


.row {
    margin: 0 -12px;
}

.row>div {
    padding-left: 12px;
    padding-right: 12px;
}


/** Animation **/

html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}


/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}


/** Slider **/
.swiper-pagination-bullets .swiper-pagination-bullet,
.slide-controls-nav .swiper-btn-left,
.slide-controls-nav .swiper-btn-right {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
    color: inherit;
    display: inline-flex;
    font: inherit;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    overflow: visible;
    opacity: 1;
}

.slide-controls-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.slide-controls-nav .swiper-btn-left,
.slide-controls-nav .swiper-btn-right {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background: #FFF;
    border: 0;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    transition: .4s cubic-bezier(0, 0, .3642, 1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.slide-controls-nav .swiper-btn-left:hover,
.slide-controls-nav .swiper-btn-right:hover {
    background: #FFF;
}

.swiper-pagination-bullets.slide-control-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #7D522C;
    position: absolute;
    top: auto;
    left: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #000;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #000;
}


.slide-control-dots.slide-control-number {
    gap: 0;
}

.slide-control-number.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    border: 0;
    display: block;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-control-number.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
    padding-right: 65px;
}

.slide-control-number.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-control-number.swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    width: calc(100% - 10px);
    height: 1px;
    background-color: #A9A9A9;
    position: absolute;
    top: 5px;
    left: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-control-number.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.slide-control-number.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: #fff;
}

.dot-number {
    position: absolute;
    top: 24px;
    left: -9px;
    color: #A9A9A9;
    font-family: "Manrope", sans-serif;
    font-size: clamp(18px, 1rem + 0.7vw, 26px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.385em;
    width: 27px;
}

.slide-control-number.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .dot-number {
    color: #fff;
}


/** Colors **/

.color--1 {
    color: #fff !important;
}

.color--2 {
    color: #F6D903 !important;
}

.color--3 {
    color: #B9914F !important;
}

.color--4 {
    color: #1A171C !important;
}

.color--5 {
    color: #7D522C !important;
}

.color--6 {
    color: #f2f0ec !important;
}

.color--7 {
    color: #FEFDF9 !important;
}

.color--8 {
    color: #000 !important;
}



/** Background **/

.background--1 {
    background-color: #fff !important;
}

.background--2 {
    background-color: #F6D903 !important;
}

.background--3 {
    background-color: #B9914F !important;
}

.background--4 {
    background-color: #1A171C !important;
}

.background--5 {
    background-color: #7D522C !important;
}

.background--6 {
    background-color: #f2f0ec !important;
}

.background--7 {
    background-color: #FEFDF9 !important;
}

.background--8 {
    background-color: #000 !important;
}


/** Socials **/

.social-links .social-link {
    border-radius: 62.5px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.social-text {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 25px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}


/** Variables **/

p {
    margin-bottom: 1em;
}

section {
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

figure {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp,
img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: "Inter", sans-serif;
    color: #111;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 52px;
    padding: 18px 21px 18px 5px;
    border: 0;
    border-bottom: 1px solid #111;
    margin: 0;
    border-radius: 0;
    background: #FFF;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    outline: none !important;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    color: #111;
    background: #FFF;
    border: 0;
    border-bottom: 1px solid #111;
    outline: none;
    box-shadow: none;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #111 !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 110.1+ */
    color: #111 !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #111 !important;
}

textarea::placeholder {
    color: #111 !important;
}


.btn-1,
.btn-2,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Inter", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    border: 0;
    z-index: 1;
    height: auto;
    padding: 0;
    gap: 2px;
    outline: none;
    overflow: hidden;
}

.btn-2 {
    color: #4988B7;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    height: 51px;
    padding: 5px 12px 5px 14px;
    gap: 6px;
    border-radius: 4px;
    background: #111;
}

.btn-text {
    color: #FFF;
    padding: 16px 24px;
    background: #1A171C;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    z-index: 9;
    height: 51px;
}

.btn-ico {
    background: linear-gradient(90deg, #B9914F 0%, #F8DB01 100%);
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.btn-ico:first-child {
    position: absolute;
    transform: translateX(50px) scale(0.7);
}

.btn-1:hover .btn-ico:first-child {
    transform: translateX(-2px);
}

.btn-1:hover .btn-ico:last-child {
    transform: translateX(-51px) scale(0);
}

.btn-1:hover .btn-text {
    transform: translateX(51px) scale(1);
}

.btn-1:hover,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #FFF;
    background-color: transparent;
    outline: none;
}

.btn-2:hover {
    background-color: #F8DB01;
    color: #4988B7;
}

.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.text-hyphens {
    -ms-hyphens: auto;
    hyphens: auto;
}

.box-shadow {
    box-shadow: 0 4px 24px 0 rgba(0, 40, 53, 0.20);
}

.bg-gradient {
    background: linear-gradient(90deg, #B9914F 0%, #F8DB01 100%);
}

.page .color-gradient {
    background: linear-gradient(90deg, #24AE4B 0%, #C3D754 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.40;
    z-index: 1;
}


.backdrop-filter {
    backdrop-filter: blur(0.5px);
}

.opacity-20 {
    opacity: 0.20;
}

.offset-right-1 {
    margin-right: 8.333333%;
}

.width-50 {
    width: 50%;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1 !important;
}

.z-index--2 {
    z-index: 2 !important;
}

.z-index--auto {
    z-index: auto !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.text-normal {
    text-transform: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-transform-none {
    text-transform: none !important;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.margin-b-32px {
    margin-bottom: 32px;
}

.margin-l-neg15px {
    margin-left: -15px;
}

.margin-r-neg15px {
    margin-right: -15px;
}

.border-radius-30px {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.border-radius-15px {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.border-radius-12px {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.v-middle {
    transform: translateY(-50%);
    top: 50%;
}

.h-middle {
    transform: translateX(-50%);
    left: 50%;
}

.vh-middle {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obj-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obj-fit-pos-t {
    object-position: top;
}

.obj-fit-pos-r {
    object-position: right;
}

.obj-fit-pos-l9 {
    object-position: 9%;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-pos-tc {
    background-position: top center;
}

.bg-pos-tl {
    background-position: top left;
}

.bg-pos-tr {
    background-position: top right;
}

.bg-pos-bc {
    background-position: bottom center;
}

.bg-pos-br {
    background-position: bottom right;
}

.bg-pos-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-repeat-x {
    background-repeat: repeat-x;
}

.bg-repeat-y {
    background-repeat: repeat-y;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.width-50 {
    width: 50%;
}

.gap-30px {
    gap: 30px;
}

.gap-20px {
    gap: 20px;
}

.column-gap-30px {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-gap-40px {
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.txt-stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    color: transparent;
}

/** Transition **/

img,
svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/** Extra Outer **/

body .page {
    position: relative;
    background: #FFF;
    overflow: hidden;
}

body .site-main {
    background: #FFF;
}


/***************************************
* Header
****************************************/
.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.main-header {
    width: 100%;
    background: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    position: absolute;
}

.site-navigation .menu>ul>li>a {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.site-navigation .menu ul ul li a {
    color: #1A171C;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.857146em;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 11px 24px;
}

.site-navigation .menu>ul>li.active>a,
.site-navigation .menu>ul>li:hover>a,
.site-navigation .menu>ul>li.hover>a {
    color: #FFF;
}

.site-navigation .menu ul ul>li.active>a,
.site-navigation .menuul ul>li:hover>a,
.site-navigation .menu ul ul>li.hover>a {
    color: #1A171C;
    font-weight: 700;
    background: #EFEFEF;
}

.main-header .other-links {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 40px;
}

.main-header .other-links a {
    border-radius: 5.333px;
    background: linear-gradient(90deg, #B9914F 0%, #F8DB01 100%);
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}


/** Header top **/

.main-header__top {
    padding: 11px 0;
    background: #1A171C;
    backdrop-filter: blur(12px);
}


/***************************************
* Footer
****************************************/


.footer {
    position: relative;
}


.footer-title {
    color: #1A171C;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: clamp(30px, 1rem + 2.8vw, 60px);
}


/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    font-family: "Inter", sans-serif;
    color: #1A171C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    position: relative;
}

.bloc-text ul {
    margin-top: -24px;
    margin-bottom: 24px;
}

.bloc-text ul li {
    position: relative;
    padding-left: 20px;
}

.bloc-text ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #24AE4B;
    position: absolute;
    top: 7px;
    left: 0;
}

.bloc-text p:last-of-type {
    margin-bottom: 0;
}