h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ivy-Presto"
}

h1 {
    color: #f0e4d4;
    font-size: 3.5vw;
    font-family: "Ivy-Presto"
}

ul li,
p,
a {
    font-size: 1rem;
    line-height: 1.6;
    font-family: "Raleway";
    color: #fff;
    letter-spacing: .2px
}

ul li {
    list-style: none
}

a:hover {
    color: #b48720
}

a {
    text-decoration: none;
    transition: all 0.4s ease-in-out
}

section {
    padding: 3rem 0;
    overflow-y: visible;
    position: relative
}

.pagelinks-section {
    padding: 3rem 0 3rem 0;
    overflow: hidden;
    position: relative
}

.pagelinks-section .pagelink-brnd {
    position: absolute;
    width: 12%;
    right: 0;
    bottom: 0%;
    z-index: 0
}

.pagelinks-section .pagelink-brnd svg .cls-2 {
    stroke-dasharray: 860;
    stroke-dashoffset: 860;
    -webkit-animation: draw 2s infinite linear alternate-reverse;
    animation: draw 2s infinite linear alternate-reverse;
    fill: #fff0;
    stroke: #fff
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: start
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li {
    width: 25%;
    z-index: 1;
    position: relative;
    border-top: 1px solid #b48720;
    border-bottom: 1px solid #b48720;
    padding: .5rem 1rem;
    transition: all 0.4s ease-in-out
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 140%;
    background-color: #b48720;
    top: -20%;
    right: 0
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 140%;
    display: none;
    background-color: #b48720;
    left: 0;
    top: 0
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li:hover::after {
    width: 100%;
    transition: all 0.5s linear;
    height: 100%;
    background-color: #f0e4d4;
    top: 0
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li:hover .pagelinks-main_ul_li_a {
    color: #000;
    transition: all 0.6s linear
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li .pagelinks-main_ul_li_a {
    background-color: #fff0;
    color: #fff;
    border: none;
    position: relative;
    z-index: 1;
    font-family: "Ivy-Presto";
    padding: 5px 0;
    font-size: 1.2rem
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li:hover .pagelinks-main_ul_li_a::before {
    transform: scale(1);
    opacity: 1
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li:hover .pagelinks-main_ul_li_a::after {
    top: 0;
    opacity: 1
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li:hover::before {
    transform: scale(1)
}

.extraspan {
    display: none
}

.spanactive {
    display: block
}

.btn-container .readmore-btn {
    background-color: #fff0;
    color: #fff;
    border: none;
    font-size: 1rem
}

.image-section img {
    aspect-ratio: 1;
    max-height: 80vh;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.ttf)
}

@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-VariableFont_wght.ttf)
}

@font-face {
    font-family: "Tinos-italic";
    src: url(../fonts/Tinos-Italic.ttf)
}

@font-face {
    font-family: "TinosItalic-Bold";
    src: url(../fonts/Tinos-BoldItalic.ttf)
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.ttf)
}

@font-face {
    font-family: "Tinos-Regular";
    src: url(../fonts/Tinos-Regular.ttf)
}

@font-face {
    font-family: "Ivy-Presto";
    src: url(../fonts/ivyPresto.otf)
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes translateI {
    0% {
        transform: translate(-30px) scale(.5)
    }

    100% {
        transform: translate(30px) scale(1)
    }
}

@keyframes translateI {
    0% {
        transform: translate(-30px) scale(.5)
    }

    100% {
        transform: translate(30px) scale(1)
    }
}

@-webkit-keyframes transformI {
    0% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(-5px)
    }
}

@keyframes transformI {
    0% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(-5px)
    }
}

@-webkit-keyframes scaleI {
    0% {
        transform: scale(.7)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes scaleI {
    0% {
        transform: scale(.7)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes scaleRotateI {
    0% {
        transform: scale(.7) rotate(-16deg)
    }

    100% {
        transform: scale(1) rotate(16deg)
    }
}

@keyframes scaleRotateI {
    0% {
        transform: scale(.7) rotate(-16deg)
    }

    100% {
        transform: scale(1) rotate(16deg)
    }
}

@-webkit-keyframes RotateI {
    0% {
        transform: translate(-50%, -50%) rotateY(-180deg)
    }

    100% {
        transform: translate(-50%, -50%) rotateY(180deg)
    }
}

@keyframes RotateI {
    0% {
        transform: translate(-50%, -50%) rotateY(-180deg)
    }

    100% {
        transform: translate(-50%, -50%) rotateY(180deg)
    }
}

[data-aos="translate-left"] {
    transform: translateX(-60px);
    transform-origin: center;
    transition-property: transform;
    overflow: hidden;
    transition-timing-function: ease-in;
    transition-duration: 1.5s
}

[data-aos="translate-left"].aos-animate {
    transform: translateX(0)
}

[data-aos="reveal-right"],
[data-aos="reveal-left"],
[data-aos="reveal-up"],
[data-aos="reveal-down"] {
    position: relative;
    overflow: hidden
}

[data-aos="reveal-right"]:after,
[data-aos="reveal-left"]:after,
[data-aos="reveal-up"]:after,
[data-aos="reveal-down"]:after {
    content: "";
    transition-property: transform;
    transition-timing-function: ease-in;
    transition-duration: 2s;
    transition-delay: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: color;
    height: 100%;
    background-color: rgb(180 136 32 / .7764705882)
}

[data-aos="reveal-right"].aos-animate:after {
    transform: translateX(100%)
}

[data-aos="reveal-left"].aos-animate:after {
    transform: translateX(-100%)
}

[data-aos="reveal-up"].aos-animate:after {
    transform: translateY(-100%)
}

[data-aos="reveal-down"].aos-animate:after {
    transform: translateY(100%)
}

[data-aos="reveal-center"] {
    transform: scale(0);
    transform-origin: center;
    transition-property: transform;
    opacity: 0;
    transition-delay: 1s
}

[data-aos="reveal-center"].aos-animate {
    transform-origin: center;
    opacity: 1;
    transform: scale(1)
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

[data-aos="zoom-in"] {
    transform: scale(.1)
}

@-webkit-keyframes move-markers {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-200%)
    }

    0% {
        transform: translateX(-100%)
    }
}

@keyframes move-markers {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-200%)
    }

    0% {
        transform: translateX(-100%)
    }
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff0;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px
}

.loader-area {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #202020;
    z-index: 999999
}

.loader-area .loader {
    width: 150px;
    height: 150px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.loader-area .loader span {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff6fa;
    border-radius: 4px;
    -webkit-animation: chase 2s linear infinite;
    animation: chase 2s linear infinite
}

.loader-area .loader span:nth-child(2) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.loader-area .loader span:nth-child(3) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.footer {
    padding: 4rem 0 0 0;
    position: relative;
    background-color: #000
}

.footer .container-fluid {
    width: 100%;
    padding: 0 2em !important;
}

.footer .footer-brnd {
    position: absolute;
    width: 30%;
    bottom: 15%;
    display: none;
    right: 5%
}

.footer .footer-absbranding {
    position: absolute;
    width: 15%;
    bottom: 0;
    right: 0;
    z-index: 0
}

.footer .footer-absbranding svg .cls-f2 {
    stroke-dasharray: 860;
    stroke-dashoffset: 860;
    -webkit-animation: draw 2s infinite linear alternate-reverse;
    animation: draw 2s infinite linear alternate-reverse;
    fill: none;
    stroke: #001f68;
    stroke: #cda443;
    fill: none
}

.footer h6,
.footer h4 {
    font-size: 1.3rem;
    font-family: "Didot";
    color: #cda443;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

.footer p {
    font-size: 12px;
    color: #fff
}

.footer .footer-logo {
    margin-bottom: 2rem
}

.footer .footer-logo img {
    width: auto;
    height: 50px
}

.footer .footer-newsletter {
    position: relative;
    z-index: 1
}

.footer .footer-newsletter form {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 0;
    align-items: center;
    background-color: rgba(255, 255, 255, .0588235294)
}

.footer .footer-newsletter form input,
.footer .footer-newsletter form button {
    border: none;
    outline: none;
    background: none
}

.footer .footer-newsletter form button {
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    font-size: 1rem;
    background-color: #cda443;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .4s ease-in-out
}

.footer .footer-newsletter form button:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #cda443;
    color: #cda443
}

.footer .footer-newsletter form input {
    color: #fff;
    width: 100%;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #cda443
}

.footer .footer-newsletter form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3333333333)
}

.footer .footer-newsletter form input::-moz-placeholder {
    color: rgba(255, 255, 255, .3333333333)
}

.footer .footer-newsletter form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .3333333333)
}

.footer .footer-newsletter form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .3333333333)
}

.footer .footer-newsletter form input::placeholder {
    color: rgba(255, 255, 255, .3333333333)
}

.footer a {
    cursor: pointer
}

.footer .footer1-row {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem
}

.footer .footer-side2 .footer-pages-links ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 0
}

.footer .footer-side2 .footer-pages-links ul li {
    transition: all .4s ease-in-out;
    cursor: pointer
}

.footer .footer-side2 .footer-pages-links ul li a {
    font-size: 14px;
    color: #fff
}

.footer .footer-side2 .footer-pages-links ul li a:hover {
    color: #cda443
}

/* .footer .footer-side2 .footer-pages-links ul li:hover {
    padding-left: .5rem
} */

.footer .links p {
    color: #fff
}

.footer .links p i {
    color: #cda443;
    padding-right: .5rem;
    font-size: 14px
}

.footer .contact-link ul {
    display: flex;
    gap: 1rem
}

.footer .contact-link ul li {
    transition: all .4s ease-in-out;
    padding: .2rem 0
}

.footer .contact-link ul li a {
    color: #fff;
    font-size: 12px
}

.footer .contact-link ul li a i {
    font-size: 14px;
    color: #cda443;
    padding-right: .7rem
}

.footer .contact-link ul li a:hover {
    color: #cda443
}

/* .footer .contact-link ul li:hover {
    padding-left: .5rem
} */

.footer .contact-row {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .2666666667)
}

.footer .copyright p {
    padding: 1rem 0;
    font-size: .7rem;
    color: rgba(255, 255, 255, .3333333333)
}

.footer .copyright p a {
    color: inherit;
    font-size: inherit
}

.footer-social-links {
    position: relative;
    z-index: 5;
}

.footer-social-links ul>*+* {
    margin-left: 12px
}

.footer-social-links ul li {
    cursor: pointer
}

.footer-social-links ul li a {
    display: grid;
    width: 10;
    height: 10px;
    place-items: center;
    /* border: 1px solid rgba(255, 255, 255, .0666666667); */
    border-radius: 50%;
    transition: all .5s ease-in;
    /* background: rgba(255, 255, 255, .0666666667); */
    font-size: .9rem;
    line-height: 28px;
    color: #fff;
    overflow: visible;
    z-index: 99;
}

.footer-social-links ul li:hover a i {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #cda443;
    color: #cda443;
    transition: all .5s ease;
    transform: scale(1.2)
}

.enquirynow-page {
    padding-top: 120px
}

.enquiry-form-sec {
    background: url(../media/images/wing-logo.png) no-repeat right;
    background-position: 80%;
    background-size: 50%;
    background-color: #110f0c;
    background-blend-mode: soft-light;
    background-attachment: fixed
}

.enquiry-form-sec h1 {
    text-align: center;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    margin-top: 1rem;
    font-size: 35px;
}

.enquiry-form-sec .enquiry-image {
    width: 100%;
    height: 100%
}

.enquiry-form-sec .enquiry-image img {
    height: 100%
}

.enquiry-form {
    position: relative
}

.enquiry-form form {
    position: relative;
    z-index: 1;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center
}

.enquiry-form form ::-moz-placeholder {
    color: #b48720
}

.enquiry-form form :-ms-input-placeholder {
    color: #b48720
}

.enquiry-form form ::-webkit-input-placeholder {
    color: #b48720
}

.enquiry-form form ::-ms-input-placeholder {
    color: #b48720
}

.enquiry-form form ::placeholder {
    color: #b48720
}

.enquiry-form form .form-enquire {
    width: calc(50% - 0.5rem)
}

.enquiry-form form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    caret-color: #b48720;
    font-family: "Montserrat-Regular", sans-serif;
    border-bottom: 1px solid #b48720;
    background: #fff0;
    color: #b48720;
    margin: 10px 0;
    font-size: 1.2rem
}

.enquiry-form form textarea:focus {
    border-bottom: 1px solid #f0e4d4
}

.enquiry-form form select {
    width: 100%;
    padding: 13px 10px;
    border: none;
    outline: none;
    caret-color: #b48720;
    font-family: "Montserrat-Regular", sans-serif;
    border-bottom: 1px solid #b48720;
    background: #fff0;
    font-size: 1.2rem;
    margin: 10px 0;
    color: #b48720
}

.enquiry-form form select option {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background: #110f0c;
    color: #b48720;
    margin: 10px 0
}

.enquiry-form form input {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    caret-color: #b48720;
    font-family: "Montserrat-Regular", sans-serif;
    border-bottom: 1px solid #b48720;
    background: #fff0;
    color: #b48720;
    margin: 10px 0;
    transition: all 0.4s ease-in-out;
    font-size: 1.2rem;
}

.enquiry-form form input:focus {
    border-bottom: 1px solid #f0e4d4
}

.enquiry-form form button {
    padding: 10px 35px;
    border-radius: 30px;
    background-color: #b48720;
    transition: all 0.6s;
    font-weight: 700;
    border: none;
    color: #000;
    border: 1px solid #fff0;
    text-transform: uppercase
}

.enquiry-form form button:hover {
    box-shadow: inset 0 -3.25em 0 0 #fff;
    color: #fff;
    background-color: #fff0;
    box-shadow: none;
    border: 1px solid #fff
}

video,
img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hamburger {
    display: none;
    padding: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    transform-origin: 25%;
    box-shadow: 0 4px 11px 1px rgb(255 255 255 / .2);
    transition: all 1s linear
}

.hamburger>*+* {
    margin-top: 7px
}

.hamburger .bar {
    width: 100%;
    height: 3px;
    background: #b48720;
    transition: all 1s linear;
    border-radius: 10px
}

.hamburger-toggle .bar.bar3,
.hamburger-toggle .bar.bar1 {
    transform-origin: 5%;
    transform: rotate(45deg)
}

.hamburger-toggle .bar.bar3 {
    transform: rotate(-45deg)
}

.hamburger-toggle .bar.bar2 {
    transform: scaleX(0);
    transform-origin: 0
}

.pc_innerdiv {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: space-between
}

.pc_innerdiv .pc_logo {
    padding: .5rem;
    width: 100px
}

.pc_innerdiv .pc_logo a {
    display: block
}

.pc_navbar {
    width: 90%;
    padding-top: .5rem;
    margin: 0 auto
}

.pc_header {
    z-index: 9999;
    position: fixed;
    background-color: rgb(0 0 0 / .831372549);
    width: 100%;
    top: 0;
    left: 0
}

.head_links {
    padding: 25px 30px;
    flex: 1
}

.head_links .head_nav_links {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.head_links .head_nav_links .head_nav-link {
    width: 100%;
    display: flex;
    justify-content: center
}

.head_links .head_nav_links .head_nav-link>ul {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 0;
    gap: 27px
}

.head_links .head_nav_links .head_nav-link>ul>li {
    position: relative;
    list-style: none
}

.head_links .head_nav_links .head_nav-link>ul>li.active>a {
    color: #b48720;
    font-weight: 700
}

.head_links .head_nav_links .head_nav-link>ul>li a {
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-family: "Ivy-Presto"
}

.head_links .head_nav_links .head_nav-link>ul>li a:hover {
    color: #b48720
}

.head_links .head_nav_links .head_nav-link>ul>li a i {
    padding-left: 10px;
    font-size: .8rem
}

.head_links .head_nav_links .enquiry-btn a {
    color: #000;
    padding: .7rem 1rem;
    background-color: #b48720;
    border-radius: .25rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Ivy-Presto";
    display: block;
    transition: all 0.4s ease-in-out
}

.head_links .head_nav_links .enquiry-btn a:hover {
    background-color: #fff0;
    color: #f0e4d4;
    border: 1px solid #f0e4d4
}

@media screen and (max-width:1200px) {
    .head_links .head_nav_links .head_nav-link>ul>li {
        transition: all 1s linear;
        transform: translateY(40px);
        opacity: 0
    }

    .head_links.navlinkactive .head_nav_links .head_nav-link>ul>li {
        transform: translateY(0);
        opacity: 1
    }

    .head_links.navlinkactive .head_nav_links .head_nav-link>ul li:nth-child(1) {
        transition: all 1.1s linear;
        transition-delay: 0.3s
    }

    .head_links.navlinkactive .head_nav_links .head_nav-link>ul li:nth-child(2) {
        transition: all 1.1s linear;
        transition-delay: 0.6s
    }

    .head_links.navlinkactive .head_nav_links .head_nav-link>ul li:nth-child(3) {
        transition: all 1.1s linear;
        transition-delay: 0.9s
    }

    .head_links.navlinkactive .head_nav_links .head_nav-link>ul li:nth-child(4) {
        transition: all 1.1s linear;
        transition-delay: 1.2s
    }

    .head_links.navlinkactive .head_nav_links .head_nav-link>ul li:nth-child(5) {
        transition: all 1.1s linear;
        transition-delay: 1.5s
    }

    .head_links {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        top: 87px;
        left: 0;
        position: fixed;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        width: 100%;
        background-color: #27221c;
        height: calc(100vh - 87px);
        transition: -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99)
    }

    .head_links.navlinkactive {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        z-index: 9999;
        transition: -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99);
        transition: clip-path 1s cubic-bezier(.74, 0, .84, .99), -webkit-clip-path 1s cubic-bezier(.74, 0, .84, .99)
    }

    .head_links .head_nav_links {
        position: absolute;
        top: 50%;
        left: 50%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        transform: translate(-50%, -50%);
        flex-direction: column;
        gap: 25px;
        justify-content: center
    }

    .head_links .head_nav_links .head_nav-link>ul {
        background-color: #fff0;
        flex-direction: column;
        padding-left: 0;
        gap: 0
    }

    .head_links .head_nav_links .head_nav-link>ul>li {
        padding: .6rem;
        background-repeat: no-repeat;
        background-size: 0 100%;
        background-position: 0 80%;
        transition: background-size 0.5s ease
    }

    .head_links .head_nav_links .head_nav-link>ul>li a {
        color: #f0e4d4;
        transition: color 0.7s ease-in-out
    }

    .head_links .head_nav_links .head_nav-link>ul>li:hover {
        background-image: linear-gradient(#fff, #fff);
        background-size: 100% 100%
    }

    .head_links .head_nav_links .head_nav-link>ul>li:hover a {
        color: #000
    }

    .head_links .head_nav_links .head_nav-link>ul>li:not(:last-child)::after {
        display: none
    }

    .hamburger {
        display: flex
    }

    .head_links .head_nav_links .head_nav-link>ul>li.linkactivate ul {
        background-color: #000;
        position: relative
    }
}

.ma_intro-section {
    background: url(../media/images/bg-1.png) no-repeat center;
    background-size: cover;
    padding-bottom: 0;
    background-color: #27221c;
    background-blend-mode: soft-light;
    background-attachment: fixed
}

.ma_intro-section .ma_intro-content p {
    color: #fff
}

.ma_intro-section .ma_intro-content p span {
    font-weight: 700;
    color: #b48720
}

.ma_intro-section .ma_intro-brd1 {
    position: absolute;
    width: 140px;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%)
}

.ma_intro-section .ma_intro-brd1 .ma_intro-brd_img2 {
    position: absolute;
    right: -60px;
    top: -35px;
    -webkit-animation: scaleRotateI 1.4s infinite alternate;
    animation: scaleRotateI 1.4s infinite alternate
}

.work-section {
    background: url(../media/images/dn-20.png) no-repeat left;
    background-size: 61%;
    background-color: #110f0c;
    background-blend-mode: screen
}

.work-section .work-video video {
    border: 1px solid #b48720;
    aspect-ratio: 1;
    -o-object-position: top;
    object-position: top
}

.kk-works {
    background: url(../media/images/kk-bg.png) no-repeat left;
    background-size: cover;
    background-color: #110f0c;
    background-blend-mode: soft-light
}

.awards-section {
    background: url(../media/images/dn-18.png) no-repeat right;
    background-size: 60%;
    background-color: #110f0c;
    background-blend-mode: difference
}

.kk-awards {
    background: url(../media/images/dn-23.png) no-repeat left;
    background-size: cover;
    background-color: #110f0c;
    background-blend-mode: luminosity
}

.awards-section .awards-brnd,
.work-section .work-brnd {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%
}

.awards-section .awards-brnd svg .cls-2,
.work-section .work-brnd svg .cls-2 {
    stroke-dasharray: 860;
    stroke-dashoffset: 860;
    -webkit-animation: draw 2s infinite linear alternate-reverse;
    animation: draw 2s infinite linear alternate-reverse;
    fill: none;
    stroke: #fff
}

.awards-section .awards-brnd {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0
}

.ma_future-section .ma_future-brd {
    position: absolute;
    width: 8%;
    left: 5%;
    top: 5%
}

.ma_future-section .ma_future-brd svg .cls-i2 {
    fill: none;
    stroke-dasharray: 860;
    stroke-dashoffset: 860;
    -webkit-animation: draw 2s infinite linear alternate-reverse;
    animation: draw 2s infinite linear alternate-reverse;
    stroke: #fff
}

.ma_future-section h1 {
    font-size: 3.5rem
}

.download-section h1 {
    line-height: 2
}

.download-section .download-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    gap: 1rem
}

.download-section .download-card {
    width: calc(51% - 30px);
    border: 1px solid #b48720
}

.download-section .download-card a {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

.download-section .download-card a img {
    background-color: #27221c;
    width: 50px;
    padding: 18px
}

.download-section .download-card a span {
    font-family: "Ivy-Presto";
    font-size: 1.5rem;
    width: calc(100% - 42px);
    text-align: center
}

.back_image-bg {
    background: url(../media/images/dn-11.png) no-repeat right;
    background-size: cover;
    background-color: #110f0c;
    background-blend-mode: overlay;
    padding: 6vw 0
}

.finance-section .finance-brd1 {
    position: absolute;
    width: 140px;
    left: 50%;
    top: 12px;
    transform: translateX(-50%)
}

.finance-section .finance-brd1 .finance-brd_img2 {
    position: absolute;
    right: -60px;
    top: -35px;
    -webkit-animation: scaleRotateI 1.4s infinite alternate;
    animation: scaleRotateI 1.4s infinite alternate
}

.finance-section .finance-content {
    padding: 2rem;
    padding-top: 5rem;
    text-align: center;
    border-radius: 2rem;
    background: #ece0db
}

.finance-section .finance-content h2 {
    font-size: 4vw;
    color: #b48720;
    font-family: "ValkyRegular"
}

.finance-section .finance-content h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 1.8rem;
    opacity: 0;
    font-family: "Montserrat-Regular"
}

.finance-section .finance-content h4 {
    font-size: 1.5rem;
    color: #f0e4d4
}

.brandsup-section {
    background: url(../media/images/dn-22.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 5vw 0
}

.brandsup-section .brandsup-absbranding {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%
}

.brandsup-section .brandsup-absbranding svg .cls-c3 {
    stroke-dasharray: 860;
    stroke-dashoffset: 860;
    -webkit-animation: draw 2s infinite linear alternate-reverse;
    animation: draw 2s infinite linear alternate-reverse;
    fill: none;
    stroke: #b48720
}

.brandsup-section .brandsup-video video {
    aspect-ratio: 1
}

.fashion1-intro {
    background: url(../media/images/dn-11.png) no-repeat right;
    background-size: cover;
    background-color: #110f0c;
    padding-bottom: 0;
    background-blend-mode: overlay
}

.usp-section .usp-content {
    text-align: center
}

.usp-section .usp-content P {
    font-size: 1.3rem
}

.usp-section .usp-content P span {
    color: #b48720
}

.usp-section .usp-content ul {
    display: flex;
    gap: 1rem;
    padding-left: 0;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap
}

.usp-section .usp-content ul li {
    border: 1px solid #b48720;
    display: flex;
    width: 22%;
    gap: 1rem;
    align-items: center;
    justify-content: end;
    flex-direction: column
}

.usp-section .usp-content ul li img {
    width: 65px;
    padding: .5rem
}

.usp-section .usp-content ul li span {
    width: 100%;
    font-family: "Ivy-Presto";
    padding: .5rem;
    background-color: #fff;
    color: #000;
    transition: all 0.5s ease-in-out;
    font-size: 1.2rem
}

.usp-section .usp-content ul li:hover span {
    background-color: #b48720;
    color: #f0e4d4
}

.channels-slider .channels-heading h1 {
    font-size: 5vw
}

.channels-slider .channels-slider-content .ch-slider .ch-slider-video video {
    border: 1px solid #b48720;
    height: 350px
}

.channels-slider .channels-slider-content .ch-slider .ch-slider-heading h1 {
    font-size: 1.5rem
}

.channels-slider .channels-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr)
}

.channels-slider .channels-grid .ch-grid {
    position: relative;
    height: 100%
}

.channels-slider .channels-grid .ch-grid video {
    height: 100%;
    aspect-ratio: 1.5
}

.channels-slider .channels-grid .ch-grid .ch-grid-heading {
    position: absolute;
    transition: all 0.5s ease-in-out;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    background-color: rgb(0 0 0 / .3333333333)
}

.channels-slider .channels-grid .ch-grid .ch-grid-heading h1 {
    font-size: 1.2rem;
    text-align: center
}

.channels-slider .channels-grid .ch-grid:hover .ch-grid-heading {
    display: flex;
    justify-content: center;
    transform: translate(-50%, -50%) scale(1);
    align-items: center;
    bottom: auto;
    transition: all 0.5s ease-in-out
}

.channels-slider .channels-grid .ch-grid:hover .ch-grid-heading h1 {
    font-size: 1.5rem
}

.keyfacts-section {
    background-color: #27221c
}

.keyfacts-section .keyfacts-content .keyfacts-video {
    border: 1px solid #b48720
}

.keyfacts-section .keyfacts-content .keyfacts-video video {
    height: 400px
}

.keyfacts-section .keyfacts-content .keyfacts-decription {
    display: none;
    padding-top: 1.5rem
}

.keyfacts-section .swiper-slide {
    transition: all 0.5s linear;
    transform: scale(.7)
}

.keyfacts-section .swiper-slide-active {
    transform: scale(1)
}

.keyfacts-section .swiper-slide-active .keyfacts-decription {
    display: block
}

.keyfacts-section .swiper-button-next,
.keyfacts-section .swiper-button-prev {
    top: 2rem;
    margin-top: 0;
    right: 5%
}

.keyfacts-section .swiper-button-prev {
    left: auto;
    right: 10%
}

.keyfacts-section .swiper-button-next:after {
    content: url(../media/images/next-btn.png)
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.keyfacts-section .swiper-button-prev:after {
    content: url(../media/images/prev-btn.png)
}

.prospective-section .prospective-content {
    background-color: #27221c
}

.prospective-section .prospective-content .accordion-item {
    background-color: #fff0
}

.prospective-section .prospective-content .accordion-button {
    background-color: #fff0;
    flex-direction: row-reverse;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem .5rem
}

.prospective-section .prospective-content .accordion-button span {
    font-size: 2rem;
    padding-left: .5rem;
    color: #b48720
}

.prospective-section .prospective-content .accordion-button:focus {
    border-color: #fff0;
    box-shadow: none;
    color: #ffde17
}

.prospective-section .prospective-content .accordion-button::after {
    background-image: url(../media/images/plus.png);
    width: 1.2rem;
    display: none;
    height: 1.2rem;
    background-size: 1.2rem
}

.prospective-section .prospective-content .accordion-button:not(.collapsed)::after {
    transform: rotate(133deg)
}

.prospective-section .prospective-content .accordion-body {
    padding: 1rem .5rem
}

.prospective-section .prospective-content .accordion-body p {
    padding-left: 1rem;
    color: #fff
}

.channels-row {
    display: none
}

.usp-pro_bg {
    background: url(../media/images/dn-13.png) no-repeat top;
    background-color: #110f0c;
    background-size: cover
}

.f_future-section {
    background: url(../media/images/dn-24.png) no-repeat right;
    background-size: cover;
    background-color: #110f0c;
    padding: 10vw 0;
    background-blend-mode: overlay
}

.f_future-section .f_future-content h1 {
    font-size: 4rem
}

.page_padding {
    padding-top: 0 !important
}

.intro_video-section {
    padding: 0 0
}

.intro_video-section .intro_video video {
    height: 80vh
}

.intro_video-section .intro-heading {
    position: absolute;
    bottom: 2%;
    width: 90%;
    left: 10%
}

.intro_video-section .intro-heading h1 {
    text-shadow: 5px 3px 6px #000;
    text-align: start;
    font-size: 6vw
}

.intro_video-section .intro-heading h1 span {
    font-family: "Ivy-Presto";
    display: block
}

.intro1-section {
    background-color: #27221c
}

.common-brnd {
    position: absolute;
    width: 120px;
    right: 8%;
    top: -40px
}

.common-brnd img {
    animation: rotate 10s infinite alternate-reverse
}

.common-brnd::after {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../media/images/f-dia.png) no-repeat center;
    background-size: contain;
    animation: RotateI 2s infinite alternate-reverse;
    content: ""
}

.potential-section {
    background: url(../media/images/dn-4.png) no-repeat left;
    background-size: 61%
}

.potential-section .common-brnd {
    left: 50%;
    bottom: -50px;
    right: auto;
    top: auto
}

.philosophy-section .d-grid-even .element.l-corner .wrap {
    border-left: none
}

.philosophy-section .d-grid-even .element.r-corner .wrap {
    border-right: none
}

.philosophy-section .d-grid-even {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr)
}

.philosophy-section .d-grid-even .element.text {
    border-bottom: 1px solid #b48720;
    margin-top: -.5rem
}

.philosophy-section .d-grid-even .element .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #b48720;
    border-right: 1px solid #b48720;
    padding: .5rem
}

.philosophy-section .d-grid-even .element .wrap img {
    mix-blend-mode: screen
}

.philosophy-section .d-grid-even .element .title {
    text-align: center;
    position: relative;
    width: 100%
}

.philosophy-section .d-grid-even .element .title h4 {
    margin-bottom: 0;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 2
}

.philosophy-section .d-grid-even .element .title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    width: calc(100% + 2rem);
    height: 100%;
    border-top: 1px solid #b48720;
    border-bottom: 1px solid #b48720
}

.philosophy-section .d-grid-even .element .desc {
    text-align: center;
    padding: 1rem .5rem
}

.features-section {
    background: url(../media/images/dn-9.png) no-repeat right bottom;
    background-size: 61%
}

.features-section .features-content .features-slide {
    width: 100%
}

.features-section .features-content .features-slide .features-swipe video {
    height: 400px
}

.features-section .features-content .features-slide .features-para {
    width: 80%;
    margin: auto;
    padding: 1rem
}

.features-section .features-content .features-slide .features-para h4 {
    font-size: 2rem
}

.features-section .swiper-pagination-bullet {
    background: #b48720
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #110f0c;
    font-size: 1.1rem;
    width: 100%;
    background-attachment: fixed;
    font-family: "Raleway";
    -webkit-font-smoothing: antialiased;
    height: auto;
    color: #fff
}

::-moz-selection {
    color: #b48720;
    background: #000
}

::selection {
    color: #b48720;
    background: #000
}

::-webkit-scrollbar-track {
    background-color: #110f0c
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #b48720
}

::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #b48720
}

#scroll {
    position: fixed;
    cursor: pointer;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    background: #b48720;
    text-indent: -9999px;
    display: none;
    z-index: 999;
    transition: all 0.5s ease
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid #fff0;
    transition: all 0.5s ease;
    border-bottom-color: #fff
}

#scroll:hover span {
    border-bottom-color: #000
}

#scroll:hover {
    background: #f0e4d4;
    border: 1px solid #000
}

.popup-body>p {
    color: black !important
}

#list li {
    list-style: disc;
}

.carousel-content {
    margin: 2rem 0;
}

#slide-img {
    height: 100% !important;
}

#box-img {
    width: 80%;
    height: 80%;
    margin: auto;
}

.footer-extras {
    display: flex !important;
    flex-direction: row !important;
    margin: 0 !important;
    padding: 0 !important;
}

.features-heading h2 {
    font-size: 3rem !important;
}

.philosophy-heading h2 {
    font-size: 3rem !important;
}

@media screen and (max-width: 768px) {
    .footer-extras {
        flex-direction: column !important;
    }

    .features-heading h2 {
        font-size: 2rem !important;
    }
}

.pricing-table {
    width: fit-content;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    margin: 0 auto;
  }

  .pricing-table th,
  .pricing-table td {
    border: 1px solid #444;
    padding: 12px;
    text-align: center;
  }

  .pricing-table th {
    background-color: #b8860b; /* gold-like */
    color: #000;
  }

  .pricing-table td {
    background-color: #1a1a1a;
  }

  .pricing-table tr:first-child th {
    background-color: #c4972e;
    color: #000;
    font-weight: bold;
  }



  /* Responsive for small screens */
  @media (max-width: 768px) {
    .pricing-table,
    .pricing-table thead,
    .pricing-table tbody,
    .pricing-table th,
    .pricing-table td,
    .pricing-table tr {
      display: block;
      
    }

    .pricing-table thead tr {
      display: none;
    }

    .pricing-table tr {
      margin-bottom: 15px;
      border: 1px solid #444;
      border-radius: 8px;
      overflow: hidden;
    }

    .pricing-table td {
      text-align: left;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .pricing-table td::before {
      content: attr(data-label);
      font-weight: bold;
      color: #c4972e;
    }

    .intro1-content h1, .prospective-heading h1, .philosophy-heading h1, .philosophy-heading h2, .brandsup-content h1 {
        font-size: 30px !important;
      }
  }
