@font-face {
    font-family: aghaFont-extraBold;
    src: url("../font/made-saonara/made-saonara.otf");
}

@font-face {
    font-family: aghaFont-stylishHeading;
    src: url("../font/bellamy-stevenson/bellamy-stevenson.otf");
}

@font-face {
    font-family: aghaFont-medium;
    src: url("../font/euclid-square/EuclidSquare-Medium.woff");
}

@font-face {
    font-family: aghaFont-light;
    src: url("../font/euclid-square/EuclidSquare-Light.woff");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: aghaFont-light;
}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

::selection {
    color: #f8c136;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #f8c136;
}

.my-tabs {
    display: none;
}

.my-tabs.current {
    display: block;
}

.btn,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    outline: 0;
}

h1 {
    font-size: 80px;
    font-family: aghaFont-ExtraBold;
}

h2 {
    font-size: 40px;
    font-family: aghaFont-ExtraBold;
}

h3 {
    font-size: 30px;
    font-family: aghaFont-ExtraBold;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 25px;
}

p {
    font-size: 16px;
}

.stylish_heading {
    font-family: aghaFont-stylishHeading;
    color: #bb8e04;
}

.scroll_block {
    overflow: auto;
    padding-right: 10px
}

.scroll_block::-webkit-scrollbar {
    width: 1px
}

.scroll_block::-webkit-scrollbar-track {
    background: transparent;
    /* background-image: -moz-linear-gradient(-129deg, #14288d 0, #072cc8 100%);
    background-image: -webkit-linear-gradient(-129deg, #14288d 0, #072cc8 100%);
    background-image: -ms-linear-gradient(-129deg, #14288d 0, #072cc8 100%) */
}

.scroll_block::-webkit-scrollbar-thumb {
    background: transparent
}

.combo_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sec_padding {
    padding: 80px 0;
}

.no_border {
    border: none !important;
}

.btn {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ac835e;
    border-radius: 25px;
    padding: 10px 0;
    font-family: aghaFont-medium;
}

.btn_1 {
    transition: .4s linear;
}

.btn_1:hover {
    background: #c4a37c;
    color: #fff;
}

.btn_2 {
    width: 280px;
    background: #c4a37c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .2s linear;
}

.btn_2:hover {
    gap: 20px;
    background: #bb8e04;
    border: 1px solid #bb8e04;
    color: #fff;
}

header {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
}

header .left .btn_1 {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: .2 linear;
}

header .left .btn_1:hover {
    gap: 20px;
    background: transparent;
    border: 1px solid #bb8e04;
    color: #fff;
}

header .right {
    text-align: end;
    display: flex;
    justify-content: end;
}

header .right .btn {
    background: transparent;
}

.banner {
    /* height: 100vh; */
    padding: 270px 0;
    background: url("../images/banner-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    position: relative;
    z-index: 11;
    align-items: center;
}

.banner h1 {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 75px;
    position: relative;
}

.banner h1 span {
    font-size: 120px;
    text-transform: capitalize;
    position: absolute;
    bottom: 15px;
    right: 25px;
    z-index: 1;
}

.banner .box {
    width: 350px;
    background: #f9f0ec;
    padding: 20px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
}

.banner .box .box_img {
    width: 72px;
}

.banner .box .box_content {
    text-align: center;
}

.banner .box .box_content p {
    font-size: 20px;
    text-transform: uppercase;
    color: #ac835e;
    margin: 0;
    font-family: aghaFont-medium;
    line-height: 22px;
}

.banner .box .box_content p span {
    display: block;
}

.banner .box .box_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner .box .box_content p span {
    color: #000;
    font-family: aghaFont-light;
}

.banner .box .box_content p span a {
    display: inline-block;
    color: #000;
    position: relative;
    transition: .2s linear;
}

.banner .box .box_content p span a::before {
    content: "";
    width: 0%;
    height: 1px;
    background: #ac835e;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: .2s linear;
}

.banner .box .box_content p span a:hover::before {
    width: 100%;
}

.banner .box .box_content p span a:hover {
    color: #ac835e;
}

.banner .banner_form {
    width: 100%;
    position: absolute;
    bottom: -75px;
    left: 0;
    z-index: 2;
}

.banner .banner_form .container {
    background: #f9f0ec;
    padding: 50px;
    border-radius: 80px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .065);
}

.banner .banner_form form input,
.banner .banner_form form button {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    border: 1px solid #ac835e;
    color: #ac835e;
    text-transform: uppercase;
    border-radius: 50px;
    background: transparent;
    font-family: aghaFont-medium;
    box-shadow: none;
    outline: none;
}

.banner .banner_form form input::placeholder {
    color: #ac835e;
}

.banner .banner_form form button {
    padding: 0;
    background: #c4a37c;
    color: #fff;
}

.section2 {
    padding: 150px 0 60px;
    background: linear-gradient(135deg, #f3edde, #fff);
    position: relative;
    z-index: 1;
}

.section2 .sec_before {
    width: 650px;
    position: absolute;
    bottom: 0;
    left: -50px;
}

.section2 .sec_right h2 {
    line-height: 75px;
    transform: translateX(0);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.section2 .sec_right h2 span {
    font-size: 120px;
    transform: translateX(-45px);
    text-transform: capitalize;
    display: block;
}

.section2 .sec_right p {
    color: #91887e;
    margin: 0;
}

.section2 .sec_right .combo_btn {
    margin-top: 40px;
}

.section3 {
    background: #fff;
    padding: 10px 0;
}

.section3 ul li .box {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 ul li .box img {
    filter: grayscale(2);
    cursor: pointer;
}

.section3 ul li .box img:hover {
    filter: grayscale(0);
}

.section4 {
    padding: 250px 0;
    background: linear-gradient(0deg, #092520, #164b3d);
    position: relative;
    z-index: 11;
}

.section4 .sec_content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -80px;
}

.section4 .sec_content .container {
    box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.5);
    background: url("../images/sec4-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 80px 0;
}

.section4 .sec_content h2 {
    font-size: 80px;
    line-height: 75px;
    text-transform: uppercase;
    color: #c4a37c;
    margin-bottom: 30px;
}

.section4 .sec_content p {
    color: #fff;
}

.section4 .sec_content .combo_btn {
    justify-content: center;
    margin-top: 40px;
}

.section5 {
    padding: 200px 0 60px;
    position: relative;
    z-index: 1;
}

.section5 .sec_before {
    width: 309px;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}

.section5 .sec_content {
    margin-bottom: 60px;
}

.section5 .sec_content h2 {
    margin: 0;
    font-size: 100px;
    color: #013828;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.section5 .sec_content h2 span.stylish_heading {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    text-transform: capitalize;
}

.section5 .sec_content h2 span.second {
    color: #c4a37c;
}

.section5 .swiper-slide {
    transition: .4s linear;
}

.section5 .swiper-slide.swiper-slide-prev {
    transform: rotate(-10deg) scale(.8);
    filter: grayscale(2);
    transition: .1s linear;
}

.section5 .swiper-slide.swiper-slide-next {
    transform: rotate(10deg) scale(.8);
    filter: grayscale(2);
    transition: .1s linear;
}

.section5 .swiper-slide .box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section5 .swiper-slide .box .box_content {
    width: 100%;
    position: absolute;
    bottom: -300px;
    left: 0;
    text-align: center;
    /* opacity: 0; */
    transition: .4s linear;
    z-index: 2;
}

.section5 .swiper-slide .box .box_content h3 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}

.section5 .swiper-slide .box .box_content button {
    width: 180px;
    height: 180px;
    background: rgba(0, 0, 0, .7);
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    border: 2px solid #c4a37c;
    outline: none;
}

.section5 .swiper-slide .box .box_content button:hover {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -moz-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -o-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine2 0.5s 1;
    -moz-animation: gelatine2 0.5s 1;
    -o-animation: gelatine2 0.5s 1;
    animation: gelatine2 0.5s 1;
}

.section5 .swiper-slide .box .box_img,
.section5 .swiper-slide .box .box_img span {
    transition: .4s linear;
}

.section5 .swiper-slide.swiper-slide-active .box .box_img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* clip-path: polygon(4% 43%, 0 0, 43% 5%, 43% 5%, 100% 0, 96% 43%, 96% 50%, 100% 100%, 56% 96%, 50% 96%, 0 100%, 4% 43%); */

}

.section5 .swiper-slide.swiper-slide-active .box .box_img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000, transparent);
    position: absolute;
    top: 0;
    left: 0;
}

.section5 .swiper-slide.swiper-slide-active .box:focus-visible {
    outline: 0 !important;
}

.section5 .swiper-slide.swiper-slide-active .box .box_img span {
    display: block;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    z-index: 22;
}

.section5 .swiper-slide.swiper-slide-active .box .box_img span.circle1 {
    width: 250%;
    height: 100%;
    top: -95%;
    left: 50%;
    transform: translateX(-50%);
}

.section5 .swiper-slide.swiper-slide-active .box .box_img span.circle2 {
    width: 100%;
    height: 250%;
    top: 50%;
    right: -96%;
    transform: translateY(-50%);
}

.section5 .swiper-slide.swiper-slide-active .box .box_img span.circle3 {
    width: 250%;
    height: 100%;
    bottom: -95%;
    left: 50%;
    transform: translateX(-50%);
}

.section5 .swiper-slide.swiper-slide-active .box .box_img span.circle4 {
    width: 100%;
    height: 250%;
    top: 50%;
    left: -96%;
    transform: translateY(-50%);
}

.section5 .swiper-slide.swiper-slide-active .box .box_content {
    /* opacity: 1; */
    bottom: 0px;
}

.section6 {
    height: 790px;
    /* padding: 400px 0 0; */
    position: relative;
    z-index: 1;
}

.section6 .sec_before {
    width: 100%;
    height: 790px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.section6 .sec_before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.section6 .sec_before video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section6 .sec_right {
    /* transform: translateY(80px); */
    position: absolute;
    bottom: -150px;
    left: 66%;
    transform: translateX(-50%);
}

.section6 .sec_right h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 80px;
}

.section6 .sec_right .video_content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.section6 .sec_right .video_content a {
    color: #fff;
    width: 200px;
    height: 200px;
    background: rgba(0, 0, 0, .4);
    border: 2px solid #bb8e04;
    border-radius: 100px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.section6 .sec_right .video_content a:hover {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -moz-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -o-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine2 0.5s 1;
    -moz-animation: gelatine2 0.5s 1;
    -o-animation: gelatine2 0.5s 1;
    animation: gelatine2 0.5s 1;
}


@keyframes gelatine2 {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.section6 .sec_right .video_content span.stylish_heading {
    font-size: 200px;
}

.section7 {
    background: linear-gradient(0deg, #e4d29b -10%, transparent);
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.section7 .sec7_before {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.section7 .sec_center h2 {
    text-transform: uppercase;
    font-size: 90px;
    line-height: 90px;
    color: #707070;
    margin: 0;
}

.section7 .sec_center h2 span.stylish_heading {
    display: block;
    text-transform: capitalize;
    font-size: 200px;
    transform: translate(-40px, -20px);
}

.section7 .sec_center p {
    margin: 40px 0;
    color: #91887e;
}

.section8 {
    background: url("../images/sec8-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 0 350px;
    position: relative;
    z-index: 1;
}

.section8 .sec_top h2 {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.section8 .sec_top p {
    color: #acacac;
    font-size: 20px;
    /* margin: 0; */
}

.section8 .sec_content {
    width: 100%;
    position: absolute;
    bottom: -200px;
    left: 0;
}

.section8 .sec_content .container {
    /* background: #fff; */
    /* padding: 50px; */
}

.section8 .sec_content ul.tabs {
    width: 238px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.section8 .sec_content ul.tabs li {
    text-transform: uppercase;
    color: #c4a37c;
    border-radius: 25px;
    padding: 10px 20px;
    font-family: aghaFont-medium;
    cursor: pointer;
}

.section8 .sec_content ul.tabs li.current {
    text-transform: uppercase;
    border: 1px solid #ac835e;
    background: #c4a37c;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    font-family: aghaFont-medium;
}

.section8 .sec_content .my-tabs ul.sec8_slider .slick-arrow {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.section8 .sec_content .my-tabs ul.sec8_slider .slick-arrow::before {
    opacity: 1;
    color: #000;
    font-size: 30px;
}

.section8 .sec_content .my-tabs ul.sec8_slider .slick-prev {
    left: -80px;
}

.section8 .sec_content .my-tabs ul.sec8_slider .slick-prev::before {
    content: "\f177";
    font-family: "Font Awesome 6 free";
    font-weight: bold;
}

.section8 .sec_content .my-tabs ul.sec8_slider .slick-next {
    right: -80px;
}

.section8 .sec_content .my-tabs ul.sec8_slider .slick-next::before {
    content: "\f178";
    font-family: "Font Awesome 6 free";
    font-weight: bold;
}

.section8 .sec_content .my-tabs {
    background: #fff;
    padding: 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .065);
}

.section8 .sec_content .my-tabs .box {
    display: flex;
    align-items: center;
    gap: 40px;
}

.section8 .sec_content .my-tabs .box .box_img {
    width: 40%;
}

.section8 .sec_content .my-tabs .box .box_content {
    width: 60%;
}

.section8 .sec_content .my-tabs .box .box_content img {
    width: 110px;
}

.section8 .sec_content .my-tabs .box .box_content p {
    margin: 20px 0;
}

.section8 .sec_content .my-tabs .box .box_content h3 {
    font-size: 40px;
    text-transform: uppercase;
}

.section9 {
    padding: 200px 0 60px;
    background: linear-gradient(0deg, #e4d29b -15%, transparent 10%);
}

.section9 .sec_top h2 {
    font-size: 70px;
    text-transform: uppercase;
    margin: 0;
    color: #707070;
}

.section9 .sec_top h2 span.stylish_heading {
    display: block;
    text-transform: capitalize;
    font-size: 200px;
    transform: translate(-140px, 80px);
}

.section9 .sec_content {
    margin-top: 60px;
}

.section9 .sec_content .sec_left {
    padding-right: 20px;
}

.section9 .sec_content .sec_right {
    padding-left: 20px;
}

.section9 .sec_content .accordion .accordion-item {
    margin-top: 20px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #c4a37c;
    border-radius: 0;
}

.section9 .sec_content .accordion .accordion-item .accordion-header .accordion-button {
    color: #000;
    background: transparent;
    font-size: 22px;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
    padding: 20px 0;
    border-radius: 0;
}

.section9 .sec_content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}

.section9 .sec_content .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 10px 0 20px;
}

.section10 {
    padding: 250px 0 150px;
    background: url("../images/sec10-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section10 .sec_box {
    width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section10 .sec_box h2 {
    font-size: 100px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: -290px;
    top: -180px;
}

.section10 .sec_box a {
    color: #fff;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, .4);
    border: 2px solid #bb8e04;
    border-radius: 100px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: aghaFont-medium;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
}

.section10 .sec_box a:hover {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -moz-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -o-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    -moz-animation: gelatine 0.5s 1;
    -o-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}


@keyframes gelatine {

    from,
    to {
        -webkit-transform: scale(1, 1) translateX(-50%);
        transform: scale(1, 1) translateX(-50%);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1) translateX(-50%);
        transform: scale(0.9, 1.1) translateX(-50%);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9) translateX(-50%);
        transform: scale(1.1, 0.9) translateX(-50%);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05) translateX(-50%);
        transform: scale(0.95, 1.05) translateX(-50%);
    }
}

.section10 .sec_box p {
    width: 490px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    right: -520px;
    margin: 0;
}

.section11 {
    background: linear-gradient(0deg, #f5e9e4, transparent);
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.section11 .sec_after {
    width: 650px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.section11 h2 {
    text-align: center;
    font-size: 100px;
    text-transform: uppercase;
    color: #ac835e;
    margin: 0;
}

.section11 h2 span.stylish_heading {
    display: block;
    color: #000;
    text-transform: lowercase;
    font-size: 350px;
    line-height: 40px;
    transform: translateY(-55px);
}

.section11 form {
    width: 70%;
    margin: 0 auto;
    margin-top: 60px;
}

.section11 form input {
    width: 100%;
    background: transparent;
    margin-bottom: 40px;
    border: none;
    border-bottom: 2px solid #ac835e;
    padding-bottom: 15px;
    color: #ac835e;
    text-transform: uppercase;
    font-family: aghaFont-medium;
    outline: none;
    box-shadow: none;
    font-size: 14px;
}

.section11 form label {
    color: #ac835e;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: aghaFont-medium;
}

.section11 form input::placeholder {
    color: #ac835e;
}

.section11 form .checkbox {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.section11 form .checkbox input[type="checkbox"] {
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.section11 form .checkbox label {
    text-transform: uppercase;
    font-size: 12px;
    color: #c3bab6;
    margin: 0;
}

.section11 form button {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ac835e;
    margin: 0 auto;
    transition: .4s linear;
}

.section11 form button:hover {
    background: #000;
}

footer {
    padding: 60px 0 10px;
    background: linear-gradient(0deg, #01140e, #02281d);
}

footer a.ft_logo {
    display: block;
    width: 180px;
    margin: 0 auto;
}

footer p {
    font-size: 14px;
    text-align: center;
    color: #ffffff42;
    margin: 30px 0 0;
    text-transform: uppercase;
}

footer .ft_bottom {
    margin-top: 20px;
}

footer .ft_bottom ul li a {
    color: #ffffff42;
    transition: .2s linear;
}

footer .ft_bottom ul li a:hover {
    color: #fff;
}

footer .ft_bottom .ft_center {
    text-align: center;
}

footer .ft_bottom .ft_center p {
    color: #ffffff42;
    font-size: 22px;
    margin: 0;
}

footer .ft_bottom .ft_right {
    text-align: right;
}

footer .ft_bottom .ft_right p {
    margin: 0;
}

.terms-privacy {
    background: #02261c;
    padding: 200px 0 40px;
    position: relative;
    z-index: 1;
}

.terms-privacy h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.content h3{
    text-transform: uppercase;
}

.content p {
    margin: 0;
}

.content ul li {
    position: relative;
    padding-left: 20px;
    z-index: 1;
}

.content ul li::before {
    content: "\f068";
    font-family: "Font Awesome 6 free";
    color: #000000;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    transition: .1s linear;
}
