html {
    scroll-behavior: smooth;
}

body {
    background: #121315;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
}

img {
    max-width: 100%;
    height: auto;
}

.container-wide-top {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.live-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: inherit;
    min-width: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.container-wide-middle {
    background-image: url(images/gradient-r.png);
    background-size: contain;
    background-repeat: repeat-x;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 846px;
    margin-top: -98px;
    padding-top: 85px;
}

.guest-container {
    margin-top: -200px;
    z-index: 9999;
    padding-bottom: 100px;
}

.container {
    max-width: 1090px;
}

.page {
    /*max-width: 2056px;*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #121315;
}

h1 {

    margin-top: 132px;
}

h1, h2 {
    margin-bottom: 0;
    background: linear-gradient(90deg, #FFF 0%, #02060D 146.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
    font-size: 60px;
    line-height: 64px;
}

.subt {
    color: #fff;
    font-size: 60px;
    line-height: 64px;
    font-weight: 300;
    
}

h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.70);
}

h4 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 400;
}


hr {
    margin: 0;
    border-color: rgba(255, 255, 255, 0.50);
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-25-top {
    margin-top: -25px;
}

.text-light50 {
    color: rgba(255, 255, 255, 0.50);
}

.top-section {
    padding: 52px 80px 68px 187px;
    z-index: 1;
    position: inherit;
}

.navbar {
    padding: 0;
}

.nav-item {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 6px;
    padding: 0 15px;
    border-radius: 400px;
    background: rgba(255, 255, 255, 0.10);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

.timeline {
    margin-top: 168px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    justify-content: center;
}

.card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 14px 15px;
    text-align: center;
    background: linear-gradient(90deg, rgba(227, 233, 247, 0.15) 0.15%, rgba(255, 255, 255, 0.04) 100.01%);
    backdrop-filter: blur(64px);
}

.card h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}

.date-card .year,
.hotel-info .year {
    color: rgba(255, 255, 255, 0.50);
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin-top: 5px;
}

.hotel-card {
    flex-direction: row;
    display: inline-flex;
    align-items: center;
    padding: 14px 18px;
    width: 344px;
    gap: 16px;
    position: relative;
}

.hotel-info {
    margin-right: 20px;
    margin-left: auto;
}

.hotel-card img {
    position: absolute;
    top: -112px;
    left: -44px;
    width: 270px;
}

.section-badge {
    position: relative;
    z-index: 9999;
    margin-bottom: 34px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(217, 217, 217, 0.10);
    padding: 6px 20px;
    display: inline-flex;
}

.gradient-box {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 145px;
    height: 130px;
    border-radius: 20px;
    border: none;
    backdrop-filter: blur(64px) brightness(100%);
    -webkit-backdrop-filter: blur(64px) brightness(100%);
}

.gradient-box:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(
            274deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.utilities {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.image-box {
    margin-right: 43px;
    margin-top: 10px;
    min-width: 150px;
    height: 137px;
    border-radius: 20px;
    border: none;
    backdrop-filter: blur(64px) brightness(100%);
    background: linear-gradient(
            90deg,
            rgba(227, 233, 247, 0.15) 0%,
            rgba(255, 255, 255, 0.04) 100%
    );
}

.image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(
            274deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.image-box img {
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 999999;
}

.event {
    margin-top: 0;
    margin-right: 0;
    padding: 18px 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-box {
    border: none;
    position: relative;
    backdrop-filter: blur(64px) brightness(100%);
    -webkit-backdrop-filter: blur(64px) brightness(100%);
}

.card-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(
            274deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.violet {
    height: 162px;
    padding: 40px 30px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(
            90deg,
            rgba(107, 40, 223, 0.15) 0%,
            rgba(107, 40, 223, 0.21) 100%
    );
}

.violet::before {
    border-radius: 20px 20px 0 0;
}

.grey {
    margin-top: 12px;
    height: 298px;
    padding: 32px 30px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(
            90deg,
            rgba(227, 233, 247, 0.15) 0%,
            rgba(255, 255, 255, 0.04) 100%
    );
}

.grey::before {
    border-radius: 0 0 20px 20px;
}

.petrol {
    height: 162px;
    padding: 40px 30px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(
            90deg,
            rgba(25, 110, 179, 0.15) 0%,
            rgba(25, 110, 179, 0.3) 100%
    );
}

.petrol::before {
    border-radius: 20px 20px 0 0;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
}

/* form */
.gform {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gform iframe {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    max-height: 90vh;
    max-width: 640px; 
    width: 90%;     
    overflow-y: auto; 
}

.closeFormButton {
    background-color: transparent;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px; 
    z-index: 10000; 
}

.no-scroll {
    overflow: hidden;
}

.imgmtb {
    margin-top: 60px;
}

.txtmtb {
    margin-top: 20px;
}

.sbcm {
    margin-top: 150px;
    margin-bottom: 60px;
}

.cmhs {
    min-height: 300px;
}

@media (max-width: 1200.98px) {
    .nav-item {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
        border: 0;
        position: relative;
    }

    .navbar-toggler {
        padding: 0;
        margin-right: 24px;
        width: 20px;
        height: 14px;
        position: relative;
        transition: .5s ease-in-out;
    }

    .navbar-toggler span {
        margin: 0;
        padding: 0;
    }

    .toggler-icon {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #FFF;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .middle-bar {
        margin-top: 0px;
    }

    .navbar-toggler.collapsed .top-bar {
        position: absolute;
        top: 0;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        position: absolute;
        top: 6px;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        position: absolute;
        top: 13px;
        transform: rotate(0deg);
    }

    .navbar-toggler .top-bar {
        top: inherit;
        transform: rotate(135deg);
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        top: inherit;
        filter: alpha(opacity=0);
    }

    .navbar-toggler .bottom-bar {
        top: inherit;
        transform: rotate(-135deg);
    }

    .top-section {
        padding: 30px 15px;
    }
    
    .container-wide-middle {
        height: 750px;
        background: url(images/middle-section-bg.png) no-repeat center 20px;
        background-size: cover;
    }
    
    .nav-item {
        background: transparent;
    }
    
    .nav-item.mobile {
        background: rgba(255, 255, 255, 0.10);
        margin: 10px 0;
        text-align: center;
    }
    
    .nav-item:first-child {
        margin-top: 15px;
    }
    
    .nav-item:not(.mobile) {
        border-radius: 0;
    }
    
    .navbar-nav {
        background: rgba(255, 255, 255, 0.10);
        margin-top: 25px;
        border-radius: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .container-wide-middle {
        height: 100%;
    }

    .guest-container {
        margin-top: 85px;
    }

    .timeline {
        flex-wrap: wrap;
    }

    .hotel-card {
        margin: 50px 0 20px 0;
        width: 100%;
    }
    
    .date-card {
        width: 100%;
    }
    
    .imgmtb {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .txtmtb {
        margin-top: 0;
    }
    
    .cmhs {
        min-height: 250px;
    }
    
    .sbcm {
        margin-top: 40px;
    }

    .utilities {
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gradient-box {
        margin: 0 auto;
        height: 100px;
        width: 100px;
    }

    .utilities h3 {
        font-size: 18px;
    }

    .name {
        margin-top: 20px;
        font-size: 30px;
        line-height: 36px;
    }

    .image-box {
        margin-right: 15px;
    }

    .info {
        margin-top: 0px;
    }

    .gradient-box img {
        width: 50px;
    }

    h1, h2 {
        font-size: 50px;
        line-height: 62px;
    }

    h1 {
        margin-top: 60px;
    }

    .timeline {
        margin-top: 70px;
    }

    .navbar-nav {
        background: rgba(255, 255, 255, 0.10);
        margin-top: 25px;
        border-radius: 20px;
    }

    .nav-item {
        background: transparent;
    }

    .nav-item.mobile {
        background: rgba(255, 255, 255, 0.10);
        margin: 10px 0;
        text-align: center;
    }
    
    .mh300 {
        min-height: 300px;
    }
    
    .mob-image-box {
        border-radius: 20px;
        background: linear-gradient( 274deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100% );
    }
    
    .mob-image-box img {
        width: auto;
        height: 170px;
    }
    
    .mob-name {
        font-size: 38px;
        line-height: 48px;
        padding-top: 30px;
        margin-left: 10px;
    }
    
    .info-mob {
        margin-top: 20px;
        min-height: 100px;
    }
    
    .imgmb img {
        position: relative;
        top: 0;
    }
    
    .event {
        padding: 16px 16px;
    }
}

@media (max-width: 411.98px) {
    .mob-name {
        font-size: 30px;
        line-height: 32px;
        padding-top: 50px;
        margin-left: 20px;
    }
}
