﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000;
    overflow-x: hidden;
}

@font-face {
    font-family: "scale";
    src: url("../fonts/Scale.ttf") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: "Avenir Roman";
    font-style: normal;
    font-weight: normal;
    src: local("Avenir Roman"), url("../fonts/avenir_roman.otf") format("woff");
}

@font-face {
    font-family: "aktiv-light";
    font-weight: 200;
    src: url("../fonts/AktivGrotesk-Light.ttf") format("woff");
}

@font-face {
    font-family: "aktiv-thin";
    font-weight: 300;
    src: url("../fonts/AktivGrotesk-Thin.ttf") format("woff");
}

@font-face {
    font-family: "aktiv-regular";
    font-weight: 400;
    src: url("../fonts/AktivGrotesk-Regular.ttf") format("woff");
}

@font-face {
    font-family: "aktiv-medium";
    font-weight: 500;
    src: url("../fonts/AktivGrotesk-Medium.ttf") format("woff");
}

@font-face {
    font-family: "aktiv-bold";
    font-weight: 700;
    src: url("../fonts/AktivGrotesk-Bold.ttf") format("woff");
}

@font-face {
    font-family: "aktiv-black";
    font-weight: 800;
    src: url("../fonts/AktivGrotesk-Black.ttf") format("woff");
}

/*.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 80px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s ease, top 0.5s ease;
}*/
/*
.header-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.sidebar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000ac;
    z-index: 9999;
    transition: all 1s ease-in-out;
    overflow: hidden;
}
*/
/*.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100vh;
    /*    background: linear-gradient(to right, #0c161e80 50%, #3c708659 35%, #0c161e80 50%);
 background: #1a1a1a;
    backdrop-filter: blur(100px);
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.604);
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all 1s ease-in-out;
}
    
.sidebar-header {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 50px 32px;
}
*/
.sidebar-nav-main {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
    gap: 32px;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    gap: 10px;
}

.bar {
    height: 160px;
    width: 4px;
    border-radius: 10px;
    background: #ffffff7a;
}

.sidebar-nav-items {
    font-family: "aktiv-regular";
    font-size: 20px;
    color: #ffffffb2;
    text-decoration: none;
    text-align: end;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}

    .sidebar-nav-items:hover {
        color: #ffffff;
    }

/*.sidebar-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 32px;
}
 */

   
.fixed-bar {
    height: 160px;
    width: 4px;
    border-radius: 10px;
    background: #ffffff7a;
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 99;
}

#right-arrow,
#second-right-arrow {
    transition: all 0.3s ease-in-out;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

 
 


 

    .search-title span {
        font-family: "aktiv-regular";
    }

.search-title-span {
    font-family: "aktiv-medium";
}

.search-subtitle {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "aktiv-medium";
    margin-top: 16px;
}
/*
.search-premium {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0px;
}

.search-premium-text {
    font-size: 23px;
    color: #ffffffb2;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "aktiv-regular";
    margin-top: 40px;
    transition: all ease-in-out 0.5s;
}

.search-premium span:hover {
    color: #ffffff;
    cursor: pointer;
}*/

.search-options {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
}

#location-main-items {
    width: 180px;
    height: 0px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.158);
    border-radius: 0 0 12px 12px;
    backdrop-filter: blur(20px);
    overflow: hidden;
}

#suites-main-items {
    width: 180px;
    height: 0px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.158);
    border-radius: 0 0 12px 12px;
    backdrop-filter: blur(20px);
    overflow: hidden;
}

#sqft-main-items {
    width: 180px;
    height: 0px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.158);
    border-radius: 0 0 12px 12px;
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.search-items-main {
    width: 180px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.158);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(20px);
}

.search-items-main {
    width: 180px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.158);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(20px);
}

.search-items-suites {
    width: 250px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.158);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(20px);
}

.search-items {
    padding: 13px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.295);
    color: rgba(255, 255, 255, 0.386);
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Avenir Roman";
}

.search-items-last {
    padding: 13px 10px;
    color: rgba(255, 255, 255, 0.386);
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Avenir Roman";
}

.location-btn {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Avenir Roman";
    display: flex;
    align-items: center;
    gap: 20px;
    border: 2px solid #fff;
    padding: 12px 42px;
    border-radius: 8px;
    cursor: pointer;
}

.suites-btn {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Avenir Roman";
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 2px solid #fff;
    padding: 12px 42px;
    border-radius: 8px;
    cursor: pointer;
}

.sqft-btn {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Avenir Roman";
    display: flex;
    align-items: center;
    gap: 20px;
    border: 2px solid #fff;
    padding: 12px 42px;
    border-radius: 8px;
    cursor: pointer;
}
/*
#online-meeting-main {
    width: 70%;
    height: 85%;
    position: fixed;
    margin: auto;
    top: 12%;
    left: 0;
    right: 0;
    background-color: #000000a3;
    backdrop-filter: blur(10px);
    z-index: 9999;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    margin-top: -70rem;
    transition: all ease-in-out 0.9s;
}

.scedule-meeting-input {
    background-color: transparent;
    color: white;
    font-size: 24px;
    font-weight: 400;
    font-family: "aktiv-regular";
    border-bottom: 1px solid white;
    outline: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: 60px;
    width: 100%;
}

.scedule-btn {
    padding: 14.21px 76px 14.21px 76px;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #7e7e7e40;
    color: white;
    border: 1px solid #ffffff3c;
    font-family: "aktiv-regular";
    font-size: 16px;
    font-weight: 500;
    backdrop-filter: blur(20px);
    cursor: pointer;
    transition: bottom 1s ease;
    text-transform: uppercase;
    width: 90%;
}

.close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.scedule-meeting-input::placeholder {
    color: #fff;
}

.scedule-meeting-heading {
    color: white;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "aktiv-medium";
}

    */
th,
td {
    border: 1px solid #ffffff7a;
    padding: 5px;
    text-align: center;
    font-family: "aktiv-regular";
}

th {
    width: 14.28%;
    color: white;
    font-family: "aktiv-regular";
}

tbody {
    color: white;
    font-family: "aktiv-regular";
}

#video-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#banner-video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.banner {
    position: relative;
}


/*

.banner-btn {
    height: 8vh;
    width: 25vw;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #7e7e7e40;
    color: white;
    border: 1px solid #ffffff3c;
    font-family: "aktiv-medium";
    font-weight: 500;
    backdrop-filter: blur(20px);
    cursor: pointer;
    margin-top: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: opacity 1s ease;
    opacity: 0;
    text-transform: uppercase;
}


    .banner-btn:hover span {
        animation: storm1261 0.1s ease-in-out;
        color: white;
    }

@keyframes rotate624 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@keyframes storm1261 {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }

    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }

    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }

    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }

    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}

.banner-btn:after {
    background-color: white;
    color: white;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(160deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 20px;
}

.banner-btn:hover:after {
    left: 120%;
    color: white;
}

.banner-btn-show {
    opacity: 1;
}

*/

/* Button Animation */
/*.banner-contact {
    position: fixed;
    right: 0px;
    bottom: 60px;
    z-index: 9999999;
    display: flex;
    align-items: center;
    gap: 20px;
}*/
.award-btn a:hover, .award-btn a, .award-btn a:visited, .award-btn a:focus {
    color: white !important;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    height: 100%;
    align-content: center;
    outline: none;
}
.award-btn {
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "aktiv-regular";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-image: url(../images/web_button_bg.svg);
    background-position: center;
    background-repeat: repeat-x;
    letter-spacing: 3px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.8);
}


    .award-btn:hover span {
        /*   animation: storm1261 0.1s ease-in-out;*/
        color: white;
    }

@keyframes rotate624 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@keyframes storm1261 {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }

    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }

    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }

    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }

    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}

.award-btn:after {
    background-color: white;
    color: white;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    /*transform: rotate(160deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);*/
    width: 20px;
}

.award-btn:hover:after {
    left: 120%;
    color: white;
}
#contact-main {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 10px;
}

 

 



/* Media Queries for Mobile Screens */
@media (max-width: 768px) {
    .header {
       /* padding: 20px 40px;*/
        display: flex;
        flex-direction: row;
    }
      
    .logo {
        width: 80%;
        
    }

    .search-icon {
        width: 80%;
    }

    .hamburger-icon {
        width: 80%;
    }

    .header-menu {
        gap: 20px;
    }

    
    /*
    .sidebar-header {
        padding: 60px 40px;
    }
*/
    .sidebar-nav-main {
        gap: 16px;
    }

    .sidebar-nav {
        gap: 5px;
    }

    .sidebar-nav-items {
        font-size: 16px;
    }
/*
    .sidebar-footer {
        padding: 20px;
    }
    
    .sidebar-footer-link {
        font-size: 14px;
    }*/

    .search-bar {
        padding: 50px 20px;
        width: 100%;
    }

    .search-title {
        font-size: 24px;
    }

    .search-subtitle {
        font-size: 16px;
    }

    .search-premium {
        gap: 10px;
    }

    .search-premium-text {
        font-size: 18px;
    }

    .search-options {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    #location-main-items,
    #suites-main-items,
    #sqft-main-items {
        width: 100%;
    }

    .location-btn,
    .suites-btn,
    .sqft-btn {
        width: 100%;
        height: 50px;
        font-size: 16px;
        display: flex;
        align-items: center;
    }


        .location-btn p {
            margin-top: 9px;
        }


    .banner-btn {
        width: 50%;
        left: 0;
        bottom: 20%;
    }
/*
    .banner-contact {
        right: 10px;
        bottom: 20px;
        gap: 10px;
        display: none;
    }
*/
    

    .contact-item {
        width: 50px;
        height: 25px;
    }

        .contact-item:hover {
            width: 60px;
        }
}

/* Additional media queries for smaller devices */
@media (max-width: 480px) {
    /* .header {
        padding: 20px 20px;
    }

    .header-menu {
        gap: 10px;
    }

    .sidebar {
        width: 100%;
    }

    .sidebar-header {
        padding: 40px 30px;
    }


    .sidebar-nav-items {
        text-align: start;
        font-size: 14px;
    }

    .sidebar-nav-main {
        gap: 8px;
    }

    .sidebar-nav {
        gap: 2px;
    }

    .logo-icon {
        width: 40%;
    }

    .sidebar-footer {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .sidebar-nav-main {
        padding: 0 20px;
    }
       */
/*   .sidebar-footer-link {
        font-size: 12px;
    }
*/ 
    .search-bar {
        padding: 20px 10px;
    }

    .search-title {
        font-size: 20px;
    }

    .search-subtitle {
        font-size: 14px;
    }

    .search-premium {
        gap: 5px;
    }

    .search-premium-text {
        font-size: 16px;
    }

    .search-options {
        gap: 10px;
    }

    .location-btn,
    .suites-btn,
    .sqft-btn {
        /* padding: 8px; */
    }

    .banner-btn {
        width: 70%;
        left: 0;
        bottom: 20%;
        font-size: 3vw;
    }

    /*.banner-contact {
        bottom: 10px;
        gap: 5px;
    }*/

    .social-icons-mob {
        display: flex;
        width: 70%;
        left: 15%;
    }

    .contact-item {
        width: 40px;
        height: 20px;
    }

        .contact-item:hover {
            width: 50px;
        }
}

/* Ensure the video container adjusts to smaller screens */
#video-container {
    height: 100vh;
}

#banner-video {
    min-width: 100%;
    min-height: 100vh;
}


  /*


@media (max-width: 1024px) {
    .highend-content {
        width: 700px;
    }

    .highend-carousel-container {
        width: 800px;
        height: 500px;
    }

    .highend-section-heading {
        font-size: 28px;
    }

    .highend-section-desc {
        font-size: 18px;
    }

    .interest-heading {
        font-size: 40px;
    }
}

@media (max-width: 768px) {

    .interest-video {
       
        height: 100vh;
       
    }
    .highend-content {
        width: 90%;
    }

    .highend-carousel-container {
        width: 90%;
        height: 400px;
    }

    .highend-section-heading {
        font-size: 24px;
    }

    .highend-section-desc {
        font-size: 16px;
    }

    .interest-heading {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .highend-content {
        width: 95%;
    }

    .highend-carousel-container {
        width: 100%;
        height: 320px;
    }

    .highend-section-heading {
        font-size: 14px;
    }

    .highend-section-desc {
        font-size: 14px;
    }

    .interest-heading {
        font-size: 24px;
    }

    .highend-dots {
        bottom: 15rem;
    }

    .highend-arrows {
        width: 90%;
        height: 300px;
    }

    .highend-prev-arrow,
    .highend-next-arrow {
        font-size: 18px;
        padding: 12px;
    }
}
      */
/* Bugatti Collection Start */

/* Bugatti Collection End */
@media (max-width:767px) {
    .award-content h3, .award-content h3 span {
        font-size: 41px;
        text-align: center;
        letter-spacing: 2px;
        line-height: 45px;
        display: block;
    }
    .award-content h5 {
        text-align: center !important;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .award-content h3, .award-content h3 span {
        font-size: 41px;
        text-align: center;
        letter-spacing: 2px;
        line-height: 64px;
    }
    .award-content h5 {
        text-align: center !important;
    }
}
    @media (min-width:1024px) {
        .award-content h3 span {
            font-size: 58px;
            text-align: center;
            letter-spacing: 2px;
            line-height: 64px;
            display: block;
        }
         .award-content h3  {
                font-size: 54px;
                text-align: center;
                letter-spacing: 2px;
                line-height: 64px;
            }
        .award-content h5 {
            text-align: center !important;
        }
    }

@media (max-width: 768px) and (orientation: landscape) {
    .first-item-thumbnail, .second-item-thumbnail, .third-item-thumbnail, .forth-item-thumbnail, .fifth-item-thumbnail, .sixth-item-thumbnail, .seventh-item-thumbnail, .eighth-item-thumbnail, .ninth-item-thumbnail, .tenth-item-thumbnail, .eleven-item-thumbnail, .twelve-item-thumbnail {
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}