    @font-face {
        /* 
        src: url('../../assets/fonts/anke.regular.ttf'); */
    }
    
    .main-banner {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/banner.jpg');
        background-blend-mode: lighten;
        background-position-x: left;
        height: 100vh;
        text-align: left;
        background-blend-mode: hue;
        background-position: 81% 54%;
        background-size: cover;
        padding: 75px 0px 120px 0px;
        position: relative;
        overflow: hidden;
    }
    
    .banner img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }
    
    .flx-1 {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }
    
    .flx-1>div {
        width: 48%;
        display: flex;
        flex-direction: column;
    }
    
    .flx-1>div:first-child img {
        width: -webkit-fill-available;
        object-fit: cover;
    }
    
    .sec {
        padding-top: 3rem;
    }
    
    .flx-4 {
        display: flex;
        gap: 1.3333%;
        flex-wrap: wrap;
    }
    
    * {
        word-break: break-word;
    }
    
    .flx-4>div {
        width: 24%;
        background-color: rgba(255, 255, 255, .4);
        border-radius: 30px;
        padding: 30px;
        margin-bottom: 30px;
        text-align: center;
        position: relative;
    }
    
    .flx-4>div p {
        font-size: 14px;
        color: #444;
    }
    
    .flx-4>div h4 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    
    .sec-4 {
        background-color: #B5985E;
        background-image: radial-gradient(#B5985E, white);
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
    
    .flx-n {
        display: flex;
        justify-content: space-around;
        gap: 6%;
    }
    
    .flx-n>div> {
        width: 48%;
    }
    
    .flx-n>div:nth-child(2) img {
        width: 500px;
    }
    
    .flx-n1 {
        display: flex;
        justify-content: space-around;
        gap: 6%;
        margin-top: 2rem;
    }
    
    .flx-n1>div:nth-child(1) img {
        width: 500px;
    }
    
    .flx-n>div p {
        margin-bottom: 7px;
    }
    
    .flx-n1>div p {
        margin-bottom: 7px;
    }
    
    .flx-n>div h2 {
        margin-bottom: 1.5rem;
    }
    
    .flx-n1>div h2 {
        margin-bottom: 1.5rem;
    }
    
    .ss {
        background: rgba(255, 255, 255, 0.5);
        padding: 1rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        width: 100px;
        margin: auto;
        margin-bottom: 1rem;
        box-shadow: 0 2px 8px -5px #999;
        box-shadow: inset 0 2px 8px -5px #999;
    }
    
    .ss img {
        width: 50px;
        -webkit-filter: drop-shadow(1px 4px 2px #b69453);
        filter: drop-shadow(1px 4px 2px #b69453);
        filter: brightness(0.5);
        width: 60px;
        transition: 0.5s;
    }
    /* .ss:hover img {
        width: 50px;
        -webkit-filter: drop-shadow(1px 4px 2px #b69453);
        filter: drop-shadow(1px 4px 2px #b69453);
        width: 70px;
        transition: 0.5s;
    } */
    
    .flx-4>div:hover .ss {
        box-shadow: inset 0 2px 8px -5px #999;
        transition: 1.5s;
        transform: scale(-1) rotate(180deg);
    }
    
    .flx-4>div:hover .ss img {
        filter: drop-shadow(1px 4px 2px #b69453);
    }
    
    .flx-4>div::before {
        position: absolute;
        content: '';
        left: 10px;
        bottom: 0px;
        right: 10px;
        height: 30px;
        z-index: -1;
        opacity: 0.10;
        border: 1px solid #fff;
        background-color: transparent;
        transition: all 300ms ease;
    }
    
    .flx-4>div:hover::before {
        bottom: -12px;
        opacity: 1 !important;
    }
    
    .tild {
        padding-top: 3rem;
        padding-bottom: 3rem;
        background-color: #f7ebd4;
        background-image: radial-gradient(#f7ebd4, white);
    }
    
    .mob-step {
        padding-left: 0;
    }
    
    .mob-step li {
        list-style-type: none;
    }
    
    .clr-f {
        color: #fff
    }
    
    .gold-note {
        color: #b5985e;
    }
    
    @media(max-width: 992px) and (min-width: 450px) {
        .flx-4>div {
            width: 49%;
        }
    }
    
    @media(max-width:450px) {
        .flx-4>div {
            width: 100%;
        }
        .flx-4>div {
            margin-bottom: 18px;
        }
    }
    
    @media(max-width:767px) {
        .lang-2 li a img {
            width: 25px;
        }
        span.icon-menu.h3.text-white {
            width: 50px !important;
            height: 50px !important;
        }
        .lang-2 {
            padding-left: 0;
        }
        span.icon-menu.h3.text-white span.icon-menu.h3.text-white .mob-rfotr {
            padding-top: 1rem !important;
        }
        .sec-4 {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
        .flx-1>div {
            width: 100%;
        }
        .flx-1 {
            flex-direction: column-reverse;
        }
        .sec {
            padding-top: 1.5rem;
            margin-bottom: 1rem !important;
        }
        .flx-n>div {
            width: 100%;
        }
        .flx-n>div:nth-child(2) img {
            width: 363px;
            margin: auto;
            display: flex;
        }
        .flx-n {
            flex-wrap: wrap;
        }
        .flx-n1>div {
            width: 100%;
        }
        .flx-n1>div:nth-child(1) img {
            width: 363px;
            margin: auto;
            display: flex;
        }
        .flx-n1 {
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }
        .contct {
            max-width: 500px;
            margin: 2rem auto 0 auto;
        }
    }
    
    @media(max-width:700px) {
        .banner img {
            width: 100vw;
            height: 70vh;
            object-fit: cover;
            object-position: 81% 88%;
        }
    }
    
    @media(max-width: 992px) and (min-width: 767px) {
        .step {
            background-size: 23vw 62vh;
        }
    }
    /* footer */
    
    .f1 {
        background: linear-gradient(45deg, #E92137, #ddd, #ddd, #404775);
        color: #fff;
        /* margin-top: 100px; */
        border-radius: 50px 50px 0 0;
        padding: 25px 40px;
        box-shadow: 0 4px 44px 14px #9999;
        /* height: 300px; */
        padding-bottom: 0;
    }
    
    .m-a {
        margin: auto;
    }
    
    .a-s-c {
        align-self: center;
    }
    
    .text-left {
        text-align: left;
    }
    
    .lh-22 {
        line-height: 22px;
    }
    
    .f1 img {
        width: 83%;
    }
    
    .f2 {
        background: #000521;
        padding: 18px;
        position: relative;
    }
    
    @media (min-width: 815px) {
        .f2 {
            border-radius: 50px 50px 0 0;
            padding: 35px 35px 25px 35px;
        }
    }
    
    .clr-9 {
        color: #999 !important;
    }
    
    .social-ul li {
        display: inline-block;
        border: 1px dashed #3b5998;
        border-radius: 50%;
        padding: 3px;
        -webkit-box-shadow: 0px 7px 15px rgb(0 0 0 / 5%);
        box-shadow: 0px 7px 15px rgb(0 0 0 / 5%);
    }
    
    .social-ul li a.facebook {
        padding: 5px;
        font-size: 20px;
        color: #3b5998;
        display: block;
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 22px;
        border-radius: 50%;
        background: beige;
    }
    
    .social-ul li a.instagram {
        padding: 5px;
        font-size: 20px;
        color: #cc2366;
        display: block;
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 22px;
        border-radius: 50%;
        background: beige;
    }
    
    .social-ul li a.linked {
        padding: 5px;
        font-size: 20px;
        color: #0077b5;
        display: block;
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 22px;
        border-radius: 50%;
        background: beige;
    }
    /* End footer */
    
    .site-navbar .site-navigation .site-menu>li>a {
        color: #fff;
    }
    
    span.icon-menu.h3.text-white {
        color: #fff !important;
        font-size: 25px;
        background: #2d2869;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    
    .othrp {
        margin-top: 8rem;
    }
    
    button.button-wrap1.btn-w {
        background: #2A3165;
        color: #fff;
        border: none;
        padding: 10px 25px;
        border-radius: 5px;
    }
    
    .contct {
        max-width: 500px;
        margin: 3rem auto 0 auto;
    }
    
    .site-logo {
        width: 150px;
    }
    
    @media(max-width:992px) {
        .left-content {
            background: rgba(255, 255, 255, 0.5);
            padding: 1rem 2rem;
            border-radius: 1rem;
            margin-top: 8rem;
        }
    }
    
    @media(max-width:767px) {
        .left-content {
            /* margin-top: 11rem; */
        }
        .f1 {
            /*height: 200px;*/
            display: flex;
            text-align: center;
            justify-content: center;
        }
        .f1 h3 {
            font-size: 16px;
        }
        .f1 h5 {
            font-size: 14px;
        }
        .othrp {
            margin-top: 6rem;
        }
    }
    
    @media(max-width:450px) {
        .f1 {
            padding: 25px 10px 0 10px;
        }
        .f1 h3 {
            font-size: 14px;
        }
        .f1 h5 {
            font-size: 11px;
        }
    }