@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}

.theme-btn,
.theme-btn:hover {
    color: #ffffff !important;
    background: #1e1e1e;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 24px !important;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.theme-btn-outline,
.theme-btn-outline:hover {
    color: #1e1e1e !important;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 24px !important;
    display: inline-block;
    border: 2px solid #1e1e1e;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ======================================
                 Header
=========================================*/
header {
    border-bottom: 1px solid #ececec;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.bg-body-tertiary {
    background-color: #ffffff !important;
}

.navbar-brand {
    padding-bottom: 8px;
}

.navbar {
    padding: 0.75rem 0;
}

.navbar-expand-lg .navbar-nav {
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    align-items: center;
}

.nav-link {
    color: #1e1e1e;
    font-weight: 500;
    padding: 0;
}

@media screen and (max-width: 991.98px) {
    .navbar {
        padding: 0.7rem 0;
    }

    .navbar-expand-lg .navbar-nav {
        padding: 1.5rem 0 1rem 0;
    }

    .nav-link {
        font-size: 18px;
        font-weight: 600;
    }

    .theme-btn,
    .theme-btn:hover,
    .theme-btn-outline,
    .theme-btn-outline:hover {
        font-size: 16px;
        margin: 5px 0;
    }
}

@media screen and (max-width: 767.98px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar {
        padding: 0.25rem 0;
    }
}
@media screen and (max-width: 480px) {
    /* .navbar-brand img {
        max-height: 40px;
    } */
}

/* ======================================
                 Hero
=========================================*/

.hero {
    min-height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    padding: 115px 0 40px 0;
    position: relative;
    overflow: hidden;
    background: url('../img/bg-1.png') no-repeat;
    background-size: 80%;
    background-position: center left;
    z-index: 0;
}

.hero::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: -2;
}

.hero::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 101%;
    width: 33%;
    background: #fbf5e8; /* #fcf3db */
    z-index: -1;
    transform: skewX(-10deg) translateX(18%);
}

.hero h1 {
    color: #ffffff; /* #151617 */
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -1.25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero h2 {
    color: #ffffff; /* #232323 */
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.35;
    margin-bottom: 24px;
}

.hero a,
.hero a:hover {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

.vvip-pass-image {
    text-align: center;
    position: relative;
}

.vvip-pass-image::before {
    position: absolute;
    content: '';
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: 100%;
    width: 100%;
    transform: translateX(-110px);
    background: url('../img/shape01.svg') no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.05;
    z-index: -1;
}

.vvip-pass-image .first {
    position: relative;
    max-width: 260px;
    z-index: 99;
}

.vvip-pass-image .second {
    position: absolute;
    bottom: 20px;
    max-width: 200px;
    z-index: 0;
    border-radius: 20px;
    border: 2px solid #ebebf7;
}

.vvip-pass-image .scan-card {
    position: absolute;
    right: -25px;
    bottom: 120px;
    width: 230px;
    border-radius: 10px;
    z-index: 99;
    overflow: hidden;
}

.hero .d-flex img {
    height: 50px;
}

@media screen and (max-width: 1199.98px) {
    .hero h1 {
        font-size: 2.2rem;
    }
    .hero h2 {
        font-size: 1.5rem;
    }
    .vvip-pass-image {
        transform: scale(0.85);
    }
}

@media screen and (max-width: 991.98px) {
    .hero {
        padding: 140px 0 30px 0;
        text-align: center;
        background-size: cover;
        background-position: bottom left;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero h2 {
        font-size: 1.4rem;
    }
    .hero::before {
        position: absolute;
        content: '';
        top: 70%;
        bottom: -2px;
        right: 0;
        height: 40%;
        width: 100%;
        border-radius: 0px;
        transform: rotate(0deg) skewY(-10deg);
        z-index: -1;
    }
    .hero .d-flex {
        justify-content: center;
    }
    .vvip-pass-image {
        margin-left: 50px;
    }
}

@media screen and (max-width: 767.98px) {
    .hero {
        padding: 110px 0 0 0;
    }
    .hero h1 {
        font-size: 1.65rem;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .hero h2 {
        font-size: 1.1rem;
    }
    .hero a,
    .hero a:hover {
        font-size: 14px;
    }
    .vvip-pass-image {
        transform: scale(0.8) translateX(10px) translateY(-10px);
    }
    .hero::before {
        transform: rotate(0deg) skewY(-15deg);
    }
}
@media screen and (max-width: 480px) {
    .hero h1 {
        margin-bottom: 10px;
    }
    .hero::after {
        background: rgba(0, 0, 0, 0.65);
    }
    .hero h2 {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .hero .d-flex img {
        max-height: 42px;
    }
}

/* ======================================
                 Features
=========================================*/
.features {
    padding: 100px 0 0;
}

.features h2 {
    color: #151617;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -1.25px;
    text-transform: uppercase;
}

.feature-slider {
    margin-top: 30px;
}

.features .swiper {
    width: 100%;
    height: 100%;
}
.slider-nav {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    height: 38px;
    width: 38px;
    border-radius: 5px;
    background: #d1a642;
    opacity: 0.9;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ffffff;
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.75;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: auto;
    right: 50px;
}

.icon-card {
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid #f1f1f1;
}

.icon-card img {
    margin-bottom: 15px;
}

.icon-card h3 {
    color: #393e43;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
}

@media screen and (max-width: 767.98px) {
    .features {
        padding: 80px 0 0;
    }
    .features h2 {
        font-size: 2.2rem;
    }
    .icon-card h3 {
        font-size: 1.3rem;
    }
    .swiper-button-prev,
    .swiper-button-next {
        height: 34px;
        width: 34px;
        border-radius: 4px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 18px;
    }
}

@media screen and (max-width: 575.98px) {
    .features {
        padding: 60px 0 0;
    }
    .features h2 {
        font-size: 1.6rem;
    }
    .feature-slider {
        margin-top: 20px;
    }
    .icon-card {
        padding: 26px;
    }
    .icon-card h3 {
        line-height: 1.35;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        right: 44px;
    }
    .features .feature-slider,
    .features .benefit-slider {
        padding-right: 1rem;
    }
    .features .swiper-slide-next,
    .features .swiper-slide-prev {
        opacity: 0.7;
    }
}

/* ======================================
                 Benefits
=========================================*/
.benefits {
    padding: 100px 0 0;
}

.benefit-slider {
    margin-top: 30px;
}

@media screen and (max-width: 767.98px) {
    .benefits {
        padding: 80px 0 0;
    }
}

@media screen and (max-width: 575.98px) {
    .benefits {
        padding: 60px 0 0;
    }

    .benefit-slider {
        margin-top: 20px;
    }
}

/* ========================================
                Contact
=========================================== */
.enquiry {
    padding: 100px 0;
}

.enquiry .title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact {
    padding: 50px 35px 30px 35px;
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.contact .form-control {
    color: #1e1e1e;
    font-weight: 300;
    letter-spacing: 1px;
    background: transparent;
    border-radius: 2px;
}

.contact label {
    color: #1e1e1e;
    font-weight: 300;
    letter-spacing: 1px;
}

.contact button {
    padding: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 2px;
    border: none;
    background: #1e1e1e;
    transition: all 0.3s;
}

.contact button:hover {
    background: #cfa138;
    transition: all 0.3s;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 0.75rem;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: 3rem;
    line-height: 1.25;
}

.form-floating > label {
    padding: 0.75rem;
}

.form-control:focus {
    color: #1e1e1e;
    background-color: transparent;
    border-color: rgba(30, 30, 30, 0.5);
    outline: 0;
    box-shadow: none;
}

.contact span {
    font-size: 14px;
    color: #f00000;
    margin-top: 5px;
    display: none;
}

.info-wrapper {
    display: flex;
    align-self: center;
}

.infos {
    color: #1e1e1e;
    background: #f8e9c5;
    padding: 50px 45px;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    z-index: 0;
}

.infos a {
    color: #232323;
    text-decoration: none;
}

.infos h2 {
    color: #1e1e1e;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.infos h3 {
    color: #232323;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.35px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.infos .d-flex {
    margin-bottom: 8px;
}

.infos .d-flex img {
    height: 50px;
}

@media screen and (max-width: 991.98px) {
    .contact {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .infos {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .infos h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .enquiry {
        padding: 60px 0;
    }
    .infos h2 {
        font-size: 1.8rem;
    }
    .infos h3 {
        font-size: 18px;
    }
    .infos {
        padding: 40px 35px;
    }
    .infos p {
        font-size: 15px;
    }
    .form-floating > label {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .infos h2 {
        font-size: 1.5rem;
    }
    .infos {
        padding: 30px 20px;
    }
    .infos p {
        font-size: 14px;
    }
    .infos .d-flex img {
        max-height: 42px;
    }
    .contact {
        padding: 30px 20px 15px 20px;
    }
    .contact button {
        font-size: 14px;
    }
}

/* ========================================
                Footer
=========================================== */
footer {
    padding: 24px 0;
    border-top: 1px solid #dddddd;
}

footer p {
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}
