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

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

.sect-title {
    position: relative;
}

.sub-title {
    color: #B0B0B0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #FDFDFD;
    font-size: clamp(34px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 40px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #FDFDFD;
    font-size: clamp(34px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 40px;
    position: relative;
}

.sect-title h2 b,
.sect-title .h2 b,
.sect-title .bloc-title b,
.sect-title h1 b,
.sect-title .h1 b,
.page-title b {
    font-weight: 800;
}

.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;
}


/** Magnific popup **/
.mfp-title {
    display: none;
}

.mfp-with-zoom .mfp-title,
.touch .gallery-image-detail figcaption,
html:not(.touch) .gallery-image-detail figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: rgba(255, 255, 255, 0);
    padding: 1em;
    transition: all 0.2s ease;
    font-weight: 600;
    max-width: calc(100% - 9em);
    line-height: 1.25;
    text-align: center;
    box-sizing: border-box;
}

.mfp-with-zoom .mfp-title:before,
.touch .gallery-image-detail figcaption:before,
html:not(.touch) .gallery-image-detail figcaption:before,
.mfp-with-zoom .mfp-title:after,
.touch .gallery-image-detail figcaption:after,
html:not(.touch) .gallery-image-detail figcaption:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    padding: 1em;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.mfp-with-zoom .mfp-title:before,
.touch .gallery-image-detail figcaption:before,
html:not(.touch) .gallery-image-detail figcaption:before,
.mfp-with-zoom .mfp-title:after,
.touch .gallery-image-detail figcaption:after,
html:not(.touch) .gallery-image-detail figcaption:after {
    right: 100%;
    bottom: 100%;
}

.mfp-with-zoom .mfp-title:after,
.touch .gallery-image-detail figcaption:after,
html:not(.touch) .gallery-image-detail figcaption:after {
    left: 100%;
    top: 100%;
}

.mfp-with-zoom.mfp-ready .mfp-title,
.touch .gallery-image-detail figcaption,
html:not(.touch) .gallery-image-detail:hover figcaption {
    color: white;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease 0.3s;
}

.mfp-with-zoom.mfp-ready .mfp-title:before,
.touch .gallery-image-detail figcaption:before,
html:not(.touch) .gallery-image-detail:hover figcaption:before,
.mfp-with-zoom.mfp-ready .mfp-title:after,
.touch .gallery-image-detail figcaption:after,
html:not(.touch) .gallery-image-detail:hover figcaption:after {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready .mfp-title:before,
.touch .gallery-image-detail figcaption:before,
html:not(.touch) .gallery-image-detail:hover figcaption:before {
    right: -1.5em;
    bottom: -1.5em;
}

.mfp-with-zoom.mfp-ready .mfp-title:after,
.touch .gallery-image-detail figcaption:after,
html:not(.touch) .gallery-image-detail:hover figcaption:after {
    left: -1.5em;
    top: -1.5em;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-bg {
    background-color: rgba(0, 0, 0, 0.9);
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-with-zoom img.mfp-img {
    padding: 0;
}

.mfp-with-zoom .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-figure:after {
    background: transparent;
}

.mfp-with-zoom .mfp-container {
    padding: 0;
}

.mfp-with-zoom .mfp-content {
    overflow: hidden;
}

.mfp-with-zoom .mfp-bottom-bar {
    top: auto;
    bottom: 0;
    margin-top: 0;
}

.mfp-with-zoom .mfp-title {
    top: auto;
    bottom: 2em;
}

.mfp-arrow {
    opacity: 1;
    margin-top: 0 !important;
    width: 20%;
    height: 30%;
    transform: translateY(-50%);
}

.mfp-arrow:before,
.mfp-arrow:after {
    margin: 0;
    border: none;
    width: 2rem;
    height: 2rem;
    transform: rotate(-45deg) translate(-50%, -100%);
    opacity: 1;
    top: 50%;
    left: 50%;
    transition: all 0.15s;
}

.mfp-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:before,
.mfp-arrow-left:after {
    border-top: 2px solid white;
    border-left: 2px solid white;
}

.mfp-arrow-left:after {
    margin-left: 2rem;
}

.mfp-arrow-left:hover:before,
.mfp-arrow-left:active:before {
    margin-left: 2rem;
}

.mfp-arrow-left:hover:after,
.mfp-arrow-left:active:after {
    margin-left: 0;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:before,
.mfp-arrow-right:after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

.mfp-arrow-right:after {
    margin-left: 2rem;
}

.mfp-arrow-right:hover:before {
    margin-left: 2rem;
}

.mfp-arrow-right:hover:after {
    margin-left: 0;
}

button.mfp-close {
    opacity: 1;
    margin-top: 0 !important;
    width: 20%;
    height: 30%;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    background: none !important;
}

button.mfp-close:before,
button.mfp-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    border: none;
    width: 2rem;
    height: 2rem;
    opacity: 1;
    transition: all 0.15s;
    transform-origin: 0 0;
    border-top: 2px solid white;
    border-left: 2px solid white;
}

button.mfp-close:before {
    transform: rotate(-45deg);
}

button.mfp-close:after {
    transform: rotate(135deg);
}

button.mfp-close:hover:before {
    transform: rotate(135deg);
}

button.mfp-close:hover:after {
    transform: rotate(315deg);
}

button.mfp-close:active {
    transform: scale(0.95);
}

button.mfp-close,
button.mfp-arrow {
    background: none !important;
}


/** Animation **/

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

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

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

@keyframes mymove {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}



/* Preloader */

.preloader {
    position: fixed;
    background-color: #171615;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url('../images/preloader.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 170px auto;
    width: 100%;
    height: 100%;
}


/** Slider **/

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next,
.swiper-pagination-bullets .swiper-pagination-bullet {
    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;
}

.owl-carousel .owl-nav,
.slide-controls-nav {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next {
    width: 70px;
    height: 70px;
    border-radius: 0;
    background-color: #1E1E1E;
    border: 1px solid #6A6465;
    gap: 0;
    display: flex;
    margin-right: 8px;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-controls-nav .slide-btn-next:hover,
.slide-controls-nav .slide-btn-prev:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.slide-controls-nav .owl-prev:hover,
.slide-controls-nav .owl-next:hover {
    background-color: #6A6465;
    border-color: #6A6465;
}

.slide-controls-nav .slide-btn-next:before,
.slide-controls-nav .slide-btn-prev:before,
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before,
.slide-controls-nav .owl-prev:before,
.slide-controls-nav .owl-next:before {
    position: absolute;
    content: "";
    right: -8px;
    bottom: -6px;
    height: 1px;
    width: 100%;
    background-color: #6A6465;
    opacity: 1;
    transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.slide-controls-nav .slide-btn-next:after,
.slide-controls-nav .slide-btn-prev:after,
.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after,
.slide-controls-nav .owl-prev:after,
.slide-controls-nav .owl-next:after {
    position: absolute;
    content: "";
    right: -6px;
    bottom: -8px;
    height: 100%;
    width: 1px;
    background-color: #6A6465;
    opacity: 1;
    transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.slide-controls-nav .slide-btn-next:hover:before,
.slide-controls-nav .slide-btn-prev:hover:before,
.owl-carousel .owl-nav button.owl-prev:hover:before,
.owl-carousel .owl-nav button.owl-next:hover:before,
.slide-controls-nav .owl-prev:hover:before,
.slide-controls-nav .owl-next:hover:before {
    opacity: 0;
    transition: 0.5s, opacity 0.3s 0.2s;
    width: 0px;
}

.slide-controls-nav .slide-btn-next:hover:after,
.slide-controls-nav .slide-btn-prev:hover:after,
.owl-carousel .owl-nav button.owl-prev:hover:after,
.owl-carousel .owl-nav button.owl-next:hover:after,
.slide-controls-nav .owl-prev:hover:after,
.slide-controls-nav .owl-next:hover:after {
    opacity: 0;
    transition: 0.5s, opacity 0.3s 0.2s;
    height: 0px;
}

.slide-controls-nav .slide-btn-next:hover svg path,
.slide-controls-nav .slide-btn-prev:hover svg path,
.owl-carousel .owl-nav button.owl-prev:hover svg path,
.owl-carousel .owl-nav button.owl-next:hover svg path,
.slide-controls-nav .owl-prev:hover svg path,
.slide-controls-nav .owl-next:hover svg path {
    fill: #F0ECEC !important;
}

.slide-btn-next.swiper-button-disabled,
.slide-btn-prev.swiper-button-disabled,
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled,
.slide-controls-nav .owl-prev.disabled,
.slide-controls-nav .owl-next.disabled {
    opacity: 0.4;
}

.owl-carousel .owl-dots,
.slide-control-dots {
    display: flex;
    align-items: center;
    gap: 11px;
}

.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-control-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active,
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #65B548;
}


/** Colors **/

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

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

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


.color--4 {
    color: #AF7876 !important;
}

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

.color--6 {
    color: #57312F !important;
}

.color--7 {
    color: #3D201E !important;
}

.color--8 {
    color: #0F0E0E !important;
}

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

.color--10 {
    color: #B0B0B0 !important;
}

/** Background **/

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

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

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

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

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

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

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

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

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

.background--10 {
    background-color: #B0B0B0 !important;
}


/** Socials **/

.social-links .social-link {
    position: relative;
}

.social-links .social-link:hover svg path {
    fill: #FDFDFD !important;
}

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


/** Variables **/

p {
    margin-bottom: 1.5em;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    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: #171615;
    color: #fff;
    text-shadow: none;
}

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

:selection {
    background: #171615;
    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: "Epilogue", sans-serif;
    color: #534F4D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 50px;
    padding: 10px 20px;
    margin: 0;
    border-radius: 0;
    background: #DDD;
    border: 0;
    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: #534F4D;
    background: #DDD;
    border: 0;
    outline: none;
    box-shadow: none;
}

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

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

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

textarea::placeholder {
    color: #534F4D !important;
}


.btn-1,
.btn-2,
.btn-3,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Bebas Neue", sans-serif;
    color: #FDFDFD;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: 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: 0;
    border-radius: 0;
    background-color: #000;
    text-decoration: none;
    height: 40px;
    padding: 13px 26px 10px;
    gap: 10px;
    outline: none;
}

.btn-anim .btn-text {
    z-index: 1;
    position: relative;
    display: inline-flex;
    transition: all 0.2s;
}

.btn-anim .btn-text span {
    opacity: 1;
    min-width: 4px;
    transition: none;
    color: var(--black);
    font-weight: 500;
    display: inline-block;
    /* letter-spacing: -0.8px; */
    letter-spacing: 0%;
    transform: translateX(0) scale(1);
}

.btn-anim:hover .btn-text span {
    opacity: 0;
    transition: none;
    transform: translateX(-10px) scale(1.2);
}

.btn-anim:hover .btn-text span.animate {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.btn-anim .btn-icon {
    font-size: 13px;
    line-height: 14px;
    color: var(--black);
    transition: all 0.3s;
}

.btn-anim:hover .btn-icon {
    opacity: 0;
    transform: translateX(100%);
}

.btn-anim.has-icon:hover .btn-text {
    transform: translateX(10px);
}

.btn-2 {
    color: #FDFDFD;
    background-color: #7B4B49;
}

.btn-3 {
    color: #FDFDFD;
    background-color: transparent;
}

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

.btn-2:hover {
    background-color: #C69694;
    color: #FDFDFD;
    outline: none;
}

.btn-3:hover {
    background-color: #FDFDFD;
    color: #7B4B49;
    outline: none;
}

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

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

.word-break-all {
    word-break: break-all;
}

.box-shadow {
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.overlay-gradient,
.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.20;
}

.overlay-gradient {
    opacity: 1;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.opacity-50 {
    opacity: 0.50;
}

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

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

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

.width-50 {
    width: 50%;
}

.max-width-100 {
    max-width: 100% !important;
}

.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-hind {
    font-family: "Hind", sans-serif;
}

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

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

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

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

.text-lg-nowrap {
    white-space: nowrap;
}

.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-40px {
    margin-bottom: 40px;
}

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

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

.margin-l-neg25px {
    margin-left: -25px;
}

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

.margin-r-neg25px {
    margin-right: -25px;
}

.border-top-1px {
    border-top: 1px solid #534F4D;
}

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

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

.line-20px {
    width: 100%;
    height: 20px;
    position: relative;
}

.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-b {
    object-position: bottom;
}

.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-bl {
    background-position: bottom left;
}

.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-50px {
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

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

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

.txt-stroke {
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #F5B041;
    color: transparent;
}

.color--1>.txt-stroke {
    -webkit-text-stroke-width: 2.5px;
    -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: #171615;
    overflow: hidden;
}

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


/***************************************
* 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%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 99;
    position: absolute;
    top: 0;
    background: none;
}

.sticked-menu:before,
.main-header:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(29, 29, 27, 0.70);
    backdrop-filter: blur(7.5px);
}

.site-navigation .menu>ul>li>a {
    color: #FDFDFD;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    display: inline-block;
}

.site-navigation .menu ul ul li a {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

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

.site-navigation .menu>ul>li>ul>li.active>a,
.site-navigation .menu>ul>li>ul>li:hover>a,
.site-navigation .menu>ul>li>ul>li.hover>a {
    color: #B0B0B0;
    letter-spacing: 1.6px;
}

.site-navigation .menu__client-area-link {
    color: #FDFDFD;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.65em;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #DDD;
    padding: 26px 26px;
}

.site-navigation .menu__client-area-link:hover {
    color: #7B4B49;
}

.site-navigation .menu__client-area-link:hover svg path {
    fill: #7B4B49 !important;
}


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

.footer {
    position: relative;
}


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

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

.bloc-text h2,
.bloc-text .h2 {
    font-family: "Epilogue", sans-serif;
    color: #FDFDFD;
    font-size: clamp(24px, 1rem + .7vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 40px;
}

.bloc-text ul {
    margin-bottom: 2.125em;
    padding-left: 20px;
    margin-top: -10px;
}

.bloc-text ul li {
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
}

/* .bloc-text ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #7B4B49;
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    margin-right: 4px;
} */

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

.page div.font-size-30px {
    font-size: clamp(26px, 1rem + 0.9vw, 30px);
    line-height: 1.266666em;
}

.blog-area .row {
    margin: 0px !important;
}

.form-quote .form-group button[type="button"].active, .form-quote .form-group button[type="button"]:hover, .form-quote .form-group button[type="button"]:focus {
    background-color: #7b4b49;
}