﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@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");
}

/*@font-face {
    font-family: 'fino';
    src: url('../fonts/fino/otf/fino-sans-thin.otf') format('opentype'), url('../fonts/fino/ttf/fino-sans-thin.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'fino';
    src: url('../fonts/fino/otf/fino-sans-light.otf') format('opentype'), url('../fonts/fino/ttf/fino-sans-light.ttf') format('truetype');
    font-weight: 300;
}'*/

@font-face {
    font-family: 'fino-regular';
    src: url('../fonts/fonnts.com-Fino_Sans_Regular.otf') format('opentype');
    font-weight: 400;
}
/*
@font-face {
    font-family: 'fino';
    src: url('../fonts/fino/otf/fino-sans-medium.otf') format('opentype'), url('../fonts/fino/ttf/fino-sans-medium.ttf') format('truetype');
    font-weight: 500;
}*/

@font-face {
    font-family: 'fino';
    src: url('../fonts/fonnts.com-Fino_Sans_Italic.otf') format('opentype');
    font-weight: 700;
}
.footer-main {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

a:hover, a:focus {
    color: white !important;
    text-decoration: none !important;
}

select {
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 10px;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Container for custom dropdown styling */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 200px;
}

    /* Hide the default dropdown arrow */
    .custom-select-wrapper::after {
        content: '\25BC'; /* Unicode character for downward triangle */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: white;
        pointer-events: none;
    }

/* Style each option in the dropdown */
select option {
    background-color: black;
    color: white;
    border-bottom: 1px solid white;
    padding: 10px;
}
/*
.button-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 40px auto; /* Center the container 
    padding: 10px; /* Optional padding 
}
*/
.button-container .search-btn {
    width: 20vw !important;
}
    .footer {
    /*background-image: url("../images/contact-bg.jpg");
  background-position: top;
      background-repeat: no-repeat;
      background-size: cover; 
      height: 100vh;
      transform-origin: center;
      transition: transform 4s ease;
      position: relative;
      overflow-x: hidden;
      overflow-y: hidden;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    transform-origin: center;
    transition: transform 4s ease;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.footer-content-main {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    inset: 0;
}

.footer-connect {
    font-size:2.5rem;
    font-family: "aktiv-medium";
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    transition: color 2s ease, transform 2s ease; /* speed change 4s*/
}

    .footer-connect span {
        font-family: "aktiv-light";
    }

.footer-content {
    width: 40%;
    height: 100%;
    padding: 160px 40px 80px 80px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(-100%);
}

.footer-logo {
    width: 150px;
    display:none;
}

.footer-heading {
    color: #ffffff;
    font-weight: 300;
    font-size: 38px;
    text-transform: uppercase;
    font-family: "Avenir Roman";
    font-family: "aktiv-medium";
    line-height: 45px;
}

.footer-heading-span {
    font-family: "aktiv-thin";
}

.footer-link-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.5s ease-in-out;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-link:hover {
    gap: 20px;
}

.link-name, .link-name:hover {
    font-size: 16px;
    color: #ffffff99 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Avenir Roman";
    margin-top: 3px;
    cursor: pointer;
    text-decoration: none;
}
.iti {
    width: 100%;
}
.footer-form {
    width: 60%;
    height: 100%;
    background-color: #000000cc;
    padding: 80px 80px 80px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.form-main {
    /*width: 32rem;*/
    width: 55%;
}

.form-inputs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.input-text {
    width: 100%;
    background-color: transparent;
    color: white;
    font-size: 18px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Avenir Roman";
    border-bottom: 1px solid white;
    outline: none;
    outline-width: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: 60px;
}

    .input-text::placeholder {
        color: rgba(255, 255, 255, 0.693);
    }

.terms-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.condition-text {
    color: #808080;
    font-size: 9px;
    font-weight: 400;
    font-family: "Avenir Roman";
    margin: 5px 0px auto 0px;
}

.footer-btn {
    width: 100%;
    margin-top: 50px;
    cursor: pointer;
    text-transform: uppercase;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "aktiv-regular";
    font-size: 13px;
    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);
    background-color: transparent !important;
}

.copyright-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 85px;
    background-color: #000;
    z-index: 1;
    position: relative;
}

.copyright-text {
    color: white;
    font-family: "Avenir Roman";
    font-size: 18px;
    font-weight: 400;
}

.copyright {
    color: white;
    font-family: "aktiv-regular";
    font-size: 10px;
}

/* high end content slider*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 1s ease-in-out;
}
.interest-heading-main {
    height: 60px;
    margin-top: 30px;
}

.interest-heading {
    color: white;
    font-size: 2.2rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "aktiv-medium";
    margin-top: -60px;
    transition: all ease-in-out .5s;
    opacity: 0;
    padding-top: 20px;
}

.interest-heading-active {
    padding-top:0px;
    opacity: 1;
    margin-top: 0;
    opacity: 1;
    margin-bottom: 0px;
}
/*
#highend-content-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 1%;
    overflow: hidden;
    height: 100%;
    padding-top: 20px;
}*/
#highend-content-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: absolute;
    /*top: 5%;*/
    overflow: hidden;
    height: 100%;
    /* padding-top: 20px;
  padding: 5% 0% 5% 0%;
  margin: auto;*/
    max-height: 650px;
    max-width: 1400px;
    margin-top: 0px;
}


.highend-content {
    display: none;
    width: 900px;
    margin: 40px auto 0;
    color: white;
    text-align: center;
}

    .highend-content.active {
        display: block;
    }

.highend-section-heading {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: "aktiv-regular";
    letter-spacing: 1px;
}

.highend-section-desc {
    color: white;
    font-size: 0.88rem;
    text-transform: uppercase;
    font-family: "aktiv-thin";
    margin-top: 4px;
}

/*
.highend-carousel-container {
    width: 90%;
    /*height: 600px;
    height: 100% ;
    margin: 30px auto 0 auto;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}*/
.highend-carousel-container {
    width: 90%;
    /* height: 600px; */
    height: 100%;
    margin: 30px auto 0 auto;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}
:root {
    /* Define a CSS variable for the viewport height */;
    --vh: 1vh;
}
 /*
.highend-dots {
    Use calc to set the margin-top dynamically 
    bottom: calc(var(--vh) * 25);
}*/
@media (max-width: 1024px) {
    .highend-carousel-container {
        width: 90%;
        height: 500px;
    }
}
.highend-slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .highend-slide.active {
        display: block;
    }
/*
.highend-inner-carousel {
    position: relative;
    overflow: hidden;
    height: 100%;

}*/
.highend-inner-carousel {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 60%;
    margin: auto;
}
.highend-inner-slide {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 111%;
    height: 111%;
    display: block;
    opacity: 1;
}

        .highend-inner-slide img {
            width: 100%;
            height: 100%;
            /*    object-fit: contain;*/
        }

    .highend-inner-slide.active {
        display: block;
    }

.highend-dot.active {
    opacity: 1;
}
.highend-dot  {
    background-color: transparent;
    background-image: url('../images/radio-button%20checked.png');
    background-size: contain;
    opacity: 0.4;
}
/*
.highend-contents {
    padding-bottom: 20px;
    }*/
.highend-contents {
    padding-bottom: 10px;
}
.highend-dots {
    text-align: center;
    width: 100%;
    margin-top: -35px;
    z-index: 888888;
    position: absolute;
}

.highend-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #ffffff4d;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}



.highend-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    /*height: 600px; 
    height: auto;
        max-width: 1000px;
    */
    height: 80%;
    max-width: 2000px;
    margin-top: -60px;
    position: absolute;
    z-index: 777777;
}

.highend-prev-arrow,
.highend-next-arrow {
    cursor: pointer;
    padding: 16px;
    margin-top: 0%;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.highend-next-arrow {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.highend-prev-arrow {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.highend-item-heading {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    font-family: "aktiv-regular";
}

.highend-item-sub-heading {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "aktiv-thin";
}


    @media (max-width: 768px) {
        .highend-inner-slide img {
            width: 100%;
            object-fit: cover;
        }

        .highend-inner-carousel {
            position: relative;
            overflow: hidden;
            height: 100%;
            width: 90%;
            margin: auto;
        }
        .mb-penthouse-main {
            height: 90vh !important;
        }
        .product-btn {
           /* width: 88% !important;*/
        }
    }

    @media (max-width: 480px) {
        .highend-carousel-container {
            width: 100%;
            height: 40vh;
        }
        .highend-dots {
            text-align: center;
            position: absolute;
            bottom: 0%;
            width: 100%;
            z-index: 99999;
        }
        .interest-heading {
            font-size: 25px;
            text-align: center;
        }
    }

    @media (max-width: 768px) {

        .footer-connect {
            font-size: 32px;
        }

        .footer-content {
            display: none;
        }

        .footer-heading {
            font-size: 24px;
            line-height: 30px;
        }

        .footer-form {
            width: 100%;
            padding: 40px 20px 40px 20px;
        }

        .form-main {
            width: 100%;
        }

        .footer-btn {
            height: 50px;
            font-size: 16px;
        }

        .copyright-main {
            flex-direction: column;
            padding: 12px 20px;
            text-align: center;
        }

        .copyright-text, .copyright {
            font-size: 16px;
        }
    }

       .search-btn, .default_button {
        font-size: 18px;
        color: #fff;
        background-color: #FFFFFF1F;
        font-weight: 500;
        text-transform: uppercase;
        font-family: "aktiv-medium";
        display: flex;
        align-items: center;
        gap: 20px;
        border: 1px solid #fff;
        padding: 10px 66px 10px 66px;
        border-radius: 4px;
        cursor: pointer;
    }
    /* meeting sscheduling*/

    /* Online meeting 

#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: -100rem;
    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";
}
 



.scedule-meeting-heading span {
    font-family: "aktiv-thin";
}

.pick-date {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "aktiv-medium";
}

#calendar {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff0d;
    margin-top: 30px;
}


/* online meeting style ends*/
    /* call back popup style*/
    /* Call us */

.call-us-section {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: -100%;
    inset: 0;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000A3;
    margin-top: -250rem;
    transition: all ease-in-out 1s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .call-us-section-active {
        margin-top: 0;
        top: 0;
    }

.call-us-container {
    color: white;
    display: flex;
    justify-content: space-between;
    width: 70%;
    height: 80vh;
    background-color: #00000061;
    /*backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
    z-index: 9999;
    padding: 3% 7% 3% 5%;
}

    .call-us-input-heading {
        font-family: "aktiv-light";
        font-weight: 200;
        font-size: 25px;
        letter-spacing: -1px;
    }

.call-us-input-data {
    display: flex;
    flex-direction: column;
    gap: 31px;
    justify-content: safe;
    width: 40%;
}

        .call-us-input-data span {
            font-family: "aktiv-medium";
            font-weight: 500;
        }

.call-us-container input {
    color: white;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Avenir Roman";
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 2px solid #FFFFFF99;
    padding-bottom: 2%;
    margin-top: 10px;
}

        .call-us-container input::placeholder {
            color: white;
            font-family: "aktiv-medium";
            font-size: 20px;
        }

    .call-us-flag {
        display: flex;
        align-items: center;
        width: 20%;
        line-height: 20px;
        border-bottom: 2px solid #000000a3;
    }

    .call-us-container-flag {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .call-us-form-control {
        display: block;
        height: auto;
        padding: 15px 19px;
        font-size: 1rem;
    }

    .iti__country {
        color: #000;
    }

    .iti__selected-dial-code {
        color: #fff;
        font-family: "aktiv-regular";
        font-size: 20px;
    }


input[type="button"].call-us-confirm-btn {
    height: 50px;
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 29px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: white;
    font-family: "aktiv-regular";
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
    background-image: url(../images/web_button_bg.svg);
    background-position: center;
    background-repeat: repeat-x;
    letter-spacing: 1px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.8);
    background-color: transparent !important;
    padding-bottom: 0px;
}


    .call-us-confirm-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);
        }
    }

    .call-us-confirm-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;
    }

    .call-us-confirm-btn:hover:after {
        left: 120%;
        color: white;
    }

.call-us-button {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 9px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: white;
    font-family: "aktiv-regular";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-image: url(../images/web_button_bg.svg);
    background-position: center;
    background-repeat: repeat-x;
    letter-spacing: 1px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.8);
    background-color: transparent !important;
    text-decoration: none;
}


        .call-us-button: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);
        }
    }

.call-us-button: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;
}

    .call-us-button:hover:after {
        left: 120%;
        color: white;
    }


    .call-us-about-information {
        display: flex;
        align-items: end;
        gap: 32px;
        flex-direction: column;
    }
     .call-us-about-information p {
            margin-bottom: 0px;
        }
    .call-us-reach {
        font-family: "aktiv-medium";
        font-weight: 500;
        font-size: 25px;
    }

        .call-us-reach span {
            font-family: "aktiv-light";
            font-weight: 200;
        }


    .call-us {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-top: 30px;
    }

    .call-us-number {
        font-family: "aktiv-medium";
        font-weight: 500;
        font-size: 20px;
        text-align: right;
    }

    .call-us-email {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .call-us-location {
        display: flex;
        align-items: start;
        gap: 10px;
    }

    /* Cross Arrow */
    .call-us-cross-icon {
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
    }

    /*call backup popup responsive */

    @media (max-width:768px) {
        .call-us-container {
            color: white;
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100vh;
            padding: 5% 10%;
            justify-content: flex-start;
            gap: 35px;
            overflow-y: auto;
            padding-bottom: 80px;
        }

        .call-us-section {
            /* margin-top: 100rem;*/
        }

        .call-us-input-data {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 100%;
        }

        .call-us-about-information {
            display: flex;
            align-items: start;
            gap: 2px;
            flex-direction: column;
        }
    }
    /* call back popup style end*/
    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";
    }

    .container {
        position: relative;
        margin: auto;
        width: 70%;
        height: 89vh;
        margin-top: 34px;
        background-color: #bf1212a3;
        overflow: hidden;
    }

    .headding {
        font-size: 20px;
        padding: 10px 0px;
    }

        .headding span {
            font-weight: 700;
        }

    #cross {
        border: 1px solid white;
        border-radius: 20px;
        padding: 1px 2px;
        font-size: 10px;
        position: absolute;
        cursor: pointer;
        top: 7%;
        right: 5%;
        color: white;
    }

    .container p {
        color: white;
        font-weight: 100;
        text-align: center;
        padding: 10px 0px;
    }

    .container-calendar-input {
        display: flex;
        gap: 10px;
        align-items: end;
        padding-right: 10px;
    }

.input-data {
    color: white;
    display: flex;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    margin-left: 10px;
    /* margin:7% auto; */
    padding: 5% 5%;
}

    .input-heading {
        font-family: "aktiv-light";
        font-weight: 200;
        font-size: 25px;
    }

    .input-data {
        display: flex;
        flex-direction: column;
        gap: 35px;
        margin-bottom: 30px;
    }

        .input-data span {
            font-family: "aktiv-medium";
            font-weight: 500;
        }

        .input-data input {
            color: white;
            border: none;
            outline: none;
            background-color: transparent;
            border-bottom: 2px solid #000000a3;
            padding-bottom: 2%;
        }

            .input-data input::placeholder {
                color: white;
            }

    .container-flag {
        display: flex;
        gap: 35px;
        justify-content: space-between;
    }

    .flag {
        display: flex;
        align-items: center;
        line-height: 20px;
        border-bottom: 2px solid #000000a3;
    }

        .flag img {
            width: 40%;
        }

    .button {
        position: relative;
        transition: all 0.3s ease-in-out;
        padding-block: 0.5rem;
        border-radius: 9px;
        cursor: pointer;
        color: #ffff;
        background-color: rgb(129, 125, 125);
        outline: none;
        overflow: hidden;
        border: 1px solid white;
    }

    /* Tome table */
    .time-zone {
        position: relative;
        margin: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .select-timezone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: 1px solid #e4e1e1;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        margin-top: -30px;
    }



    #up-arrow {
        border: 1px solid white;
        padding: 1px 2px;
        margin: 10px 40%;
        border-radius: 10px;
        cursor: pointer;
        color: white;
    }

    #down-arrow-timeTable {
        margin: 10px 40px;
        color: white;
        border: 1px solid white;
        border-radius: 10px;
        padding: 1px 2px;
        cursor: pointer;
    }

    .time-container p {
        border: 1px solid white;
        font-size: 13px;
        padding: 5px 20px;
        border-radius: 4px;
    }

/* Calendar 
    .calendar-container {
        margin: 0;
        width: auto;
        border-radius: 10px;
        box-shadow: -3px 15px 40px rgba(0, 0, 0, 0.12);
        background-color: #ffffff0d;
        backdrop-filter: blur(10px);
        border: 1px solid #ffffff7a;
        left: 0;
        float: left;
    }
        */
        .calendar-container header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: white;
            padding: 5px 0 0 10px;
        }

.select-date {
    color: white;
    font-size: 12px;
    font-family: "aktiv-medium";
    text-transform: uppercase;
    margin-top: 15px;
}

    header .calendar-navigation {
        display: flex;
    }

        header .calendar-navigation span {
            height: 38px;
            width: 38px;
            cursor: pointer;
            text-align: center;
            line-height: 38px;
            border-radius: 50%;
            user-select: none;
            color: white;
            font-size: 1.9rem;
        }

    .calendar-navigation span:last-child {
        margin-right: -10px;
    }

    header .calendar-current-date {
        font-weight: 500;
        font-size: 1.45rem;
        width: 100%;
        text-align: center;
    }

    .calendar-body {
        padding: 20px;
    }

        .calendar-body ul {
            list-style: none;
            flex-wrap: wrap;
            display: flex;
            justify-content: center;
            text-align: center;
        }

        .calendar-body .calendar-dates {
            margin-bottom: 20px;
        }

        .calendar-body li {
            width: calc(100% / 7);
            font-size: 1.07rem;
            color: white;
        }

        .calendar-body .calendar-weekdays li {
            cursor: default;
            font-weight: 500;
            border-bottom: 1px solid #ffffffa3;
            padding-bottom: 12px;
        }

        .calendar-body .calendar-dates li {
            margin-top: 30px;
            position: relative;
            z-index: 1;
            cursor: pointer;
        }

    .calendar-dates li.inactive {
        color: #6b6a6a;
        /* color: red; */
    }

    .calendar-dates li.active {
        color: black;
    }

    .calendar-dates li::before {
        position: absolute;
        content: "";
        z-index: -1;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .calendar-dates li.active::before {
        background-color: white;
    }

    .calendar-dates li:not(.active):hover::before {
        background: #e4e1e1;
    }

    .Time-Table-Calendar {
        display: flex;
        gap: 10px;
        flex-direction: row-reverse;
        height: 100%;
        width: 70%;
    }

    ::-webkit-scrollbar {
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: white;
        border-radius: 20px;
    }

    ::-webkit-scrollbar-track {
        padding-left: 10px;
        background: #000000a3;
    }


    @keyframes shine {
        0% {
            left: -100px;
        }

        60% {
            left: 100%;
        }

        to {
            left: 100%;
        }
    }


    /* awards */
    .award-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        overflow: hidden;
    }

    .award-contents {
        display: flex;
        position: absolute;
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        position: absolute;
        overflow: hidden;
        height: 100%;
        margin-left: 0;
    }

    .award-heading {
        font-size: 48px;
        color: #ffffff;
        font-family: "aktiv-medium";
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
    }

        .award-heading span {
            font-family: "aktiv-thin";
        }

    .award-partners {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 50px;
        margin-top: 10%;
    }

    .award-image-1,
    .award-image-2,
    .award-image-3,
    .award-image-4,
    .award-image-5,
    .award-image-6,
    .award-image-7,
    .award-image-8,
    .award-image-9,
    .award-image-10 {
        /* width: 100%;
  height: 100%; */
        object-fit: cover;
        margin: auto;
    }

    .award-br {
        display: none;
    }



    .award-title {
        font-size: 75px;
        font-weight: 400;
        color: white;
        text-transform: uppercase;
        font-family: "aktiv-thin";
        letter-spacing: 3px;
        line-height: 72px;
    }

    .award-title-span {
        font-family: "aktiv-medium";
        letter-spacing: 11px;
    }

    .award-sub-title {
        font-size: 24px;
        font-weight: 400;
        color: white;
        text-transform: uppercase;
        font-family: "aktiv-regular";
        /* line-height: 1.3; */
        letter-spacing: 3.5px;
    }

    @keyframes slideUp {
        from {
            transform: translateY(50px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slideDown {
        from {
            transform: translateY(-50px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes shine {
        0% {
            left: -100px;
        }

        60% {
            left: 100%;
        }

        to {
            left: 100%;
        }
    }

    /* Tablets and smaller screens */
    @media (max-width: 1024px) and (orientation: portrait) {
        .award-heading {
            font-size: 40px;
        }

        
        .award-partners {
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
        }
    }

    /* Mobile devices */
    @media (max-width: 768px) and (orientation: portrait) {

        .award-container {
            padding: 0px 0px;
            height: 100vh;
        }

        .award-heading {
            font-size: 40px;
        }

        .award-partners {
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }

            .award-partners img {
               
                height: auto;
            }
    }

    @media (max-width: 480px) {

        .award-heading {
            font-size: 40px;
        }

        .award-br {
            display: block;
        }

        .award-partners {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px 55px;
        }

            .award-partners img {
                width: 8rem;
                height: 4rem;
                object-fit: contain;
            }
        
    }


    @media (min-width: 781px) {
        .footer-logo-mob, .sidebar-footer-mob, .footer-heading-mob {
            display: none;
        }
        .sidebar-footer-link {
            margin-top: 10px;
        }
    }

    @media (max-width: 780px) {
        .footer-connect {
            font-size: 24px;
        }

        .footer-content {
            width: 90%;
            padding: 20px 10px 20px 10px;
        }

        .footer-heading {
            font-size: 18px;
            line-height: 22px;
        }

        .footer-form {
            width: 100%;
            padding: 20px 25px 20px 25px;
            display: flex;
            flex-direction: column;
        }

        .footer-form-mob {
            width: 100%;
            height: 100%;
            background-color: #000000cc;
            padding: 80px 80px 80px 40px;
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 0;
            transform: translateX(100%);
        }

        .footer-logo-mob {
            width: 100%;
        }

        img.footer-logo-mob {
            width: 40%;
        }

        .footer-form-mob {
            padding: 80px 40px 80px 40px;
        }

        .form-main {
            /* width: 100%;*/
            width: 78%;
        }

        .footer-btn {
            height: 40px;
            font-size: 3vw;
            letter-spacing: 1px;
        }

        .copyright-main {
            flex-direction: column;
            padding: 20px 10px;
            text-align: center;
            padding-bottom: 70px;
        }

        .copyright-text,
        .copyright {
            font-size: 14px;
        }

        .footer-heading-mob {
            color: #ffffff;
            font-weight: 300;
            font-size: 24px;
            text-transform: uppercase;
            font-family: "aktiv-medium";
            margin-top: 50px;
            display: block;
        }

        .footer-heading-span-mob {
            font-family: "aktiv-light";
        }

        .sidebar-footer-mob {
            
            width: 78%;
            margin-top: 50%;
        }

        .social-icons {
            margin-top: 10%;
        }
        
    }


    @media (max-width: 1024px) and (orientation: portrait) {

        .nav-collection {
            font-size: 14px;
            text-align: left;
            margin-bottom: 0px;
        }

        .sidebar-nav-collections {
            margin-top: -4px;
            align-items: start;
            gap: 0px;
            justify-content: end;
        }

        .sidebar-nav-collections-active {
            height: 65px;
             
        }
        #sidebar-nav-1.sidebar-nav-collections-active {
            height: 65px;
        }


        .sidebar-nav-collection-items {
            font-family: "aktiv-regular";
            letter-spacing: 1px;
            font-size: 12px;
            margin: 5px 0px;
        }
        .fancytexthover {
            
            font-size: 18px;
             
        }
    }

    /* banner button*/

    @media (max-width: 480px) {
        .banner-btn-main {
            align-items: flex-start;
             
            padding-bottom: 30%;
        
        }
    }



.product-btn {
    width: 29vw;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-top: 5%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    color: white;
    font-family: "aktiv-regular";
    /*font-size: 14px;*/
    font-size: 1rem;
    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);
    cursor: pointer;
}


        .product-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);
        }
    }

    .product-btn:after {
        background-color: white;
        color: white;
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.4;
        position: absolute;
        top: -50px;
    
        width: 20px;
    }

    .product-btn:hover:after {
        left: 120%;
        color: white;
    }

.product-btn a, .product-btn a:hover {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    height: 100%;
    align-content: center
}
.product-btn span {
    width: 100%;
    text-align: center;
    height: 100%;
    align-content: center;
}
    /* product pages 360 VR slider*/

    .mb-penthouse-heading, .mb-penthouse-content span#slide-heading {
        color: white;
        font-size: 1.5rem;
        text-transform: uppercase;
        font-family: "aktiv-medium";
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    a.mb-penthouse-btn {
        color: white;
        text-transform: uppercase;
    }

    .slider {
        position: relative;
        width: 80%;
        max-width: 800px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .slide {
        min-width: 100%;
        box-sizing: border-box;
        /*padding: 20px;*/
        text-align: center;
        opacity: 0; /* Set initial opacity to 0 for transition effect */
        transition: opacity 0.5s ease; /* Smooth transition for opacity */
        display: none;
    }

    .active-slide {
        display: block;
        opacity: 1 !important;
    }

    .fade {
        opacity: 0;
        transition: opacity 2s ease-in-out;
    }

    .fade-in {
        opacity: 1 !important;
    }

    .slide h2 {
        margin: 10px 0;
    }

    .iframe-container {
        /*  margin: 20px 0;*/
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        position: relative;
        height: 100vh;
        overflow: hidden;
        max-width: 100%;
    }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100% !important;
        }

    .slide p {
        margin: 10px 0;
    }

    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        .prev:hover, .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    /* Mobile view */
    @media only screen and (max-width: 600px) {
        .slider {
            width: 100%;
            border-radius: 0;
        }

        .prev, .next {
            font-size: 14px;
            padding: 12px;
        }
    }





.mb-penthouse-content {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 80px;
    pointer-events: none;
}
/*
.mb-penthouse-buttons {
    display: flex;
    align-items: center;
    width: 50% !important;
    margin: 0 auto;
    pointer-events: all;
}*/

.mb-penthouse-buttons-text {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "aktiv-regular";
}

.mb-penthouse-buttons img {
    cursor: pointer;
}
/* calendar setting*/
.flatpickr-calendar.animate.inline {
    background: transparent !important;
}

.flatpickr-current-month, .flatpickr-weekday, .flatpickr-day {
    color: white !important;
}
    .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
        background-color: black !important;
    }
    .flatpickr-day:hover {
        background-color: gray !important;
        
    }
    .flatpickr-current-month .numInputWrapper span.arrowUp::after {
        border-bottom-color: white !important;
    }
    .flatpickr-current-month .numInputWrapper span.arrowDown::after {
        border-top-color: white !important;
    }

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 1s ease-in-out;
}


#confirmation-popup {
    width: 70%;
    height: 85%;
    position: fixed;
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
    background-color: #000000a3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    margin-top: 100rem;
    transition: all ease-in-out 0.9s;
}

.confirmation-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.confirmation-text {
    font-family: 'aktiv-thin';
    font-weight: 300;
    font-size: 32px;
    color: white;
    letter-spacing: 1px;
}

.confirmation-span-1 {
    letter-spacing: 3.5px;
}

.confirmation-span-2 {
    letter-spacing: 0.7px;
}
.meeting-selected {
    background-color: #797878de !important;
}

.term-popup {
    width: 98%;
    height: 98%;
    position: fixed;
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0,0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 999999999 !important;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    margin-top: 100rem;
    transition: all ease-in-out 0.9s;
    overflow: hidden;
}
.terms-heading {
    padding-left: 20px;
}
.agreement-content {
    font-size: 16px;
    text-align: justify;
    padding: 10px 20px;
    color: #c8c2c2;
}
.agreement-heading {
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.termofuse {
    padding: 0px 40px;
}
.form-group {
    margin-bottom: 0px !important;
}
@media (max-width: 768px) {
    .term-popup {
        width: 100%;
        height: 100%;
        z-index: 999999999 !important;
        position: fixed;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0,0.7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 9999;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 20px;
        margin-top: 100rem;
        transition: all ease-in-out 0.9s;
        overflow: hidden;
    }
}

    .term-popup .termconfirmation-content {
        
        justify-content: center;
        height: 100%;
        overflow-y: auto;
    }

    .term-popup .termconfirmation-text {
        font-family: 'aktiv-thin';
        font-weight: 300;
        font-size: 12px;
        color: white;
        letter-spacing: 1px;
    }
.termclose-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.term-popup .span-1 {
    letter-spacing: 3.5px;
}

.term-popup .span-2 {
    letter-spacing: 0.7px;
}


@media (max-height:600px) {
    .award-partners img {
        height: 65px !important;
    }

    .award-partners {
        margin-top: 1%;
    }
    .award-heading {
        font-size: 35px;
        margin-top: 0px;
    }
}



/* For standard mobile devices in horizontal view */
@media only screen and (max-width: 767px) and (orientation: landscape) {
    video {
        width: 100vw;
    }
    .highend-carousel-container {
        width: 66%;
        height: 500px;
    }

    .highend-arrows {
        width: 55%;
    }

    .award-partners img {
        height: 50% !important;
    }

    .award-partners {
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
    }

    .award-content {
        width: 17rem;
        margin: 30vh 6%;
    }

        .award-content h3 {
            font-size: 44px;
            line-height: 44px;
        }

            .award-content h3 span {
                font-size: 44px;
                letter-spacing: 5px
            }

        .award-content h5 {
            font-size: 12px;
            text-align: center;
        }

    .award-btn {
        font-size: 14px;
    }

    /* footer settings*/

    .footer-heading {
        font-size: 24px;
        line-height: 28px;
    }

    .footer-form {
        align-items: baseline;
        overflow-y: auto;
    }

    .form-main {
        width: 90%;
    }

    .form-inputs {
        gap: 0px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    .terms-link-container {
        margin-top: 12px !important;
    }

    .footer-btn {
        font-size: 15px;
        margin-top: 15px;
    }

    .link-name, .link-name:hover {
        font-size: 11px;
    }

    .ceo-image {
        object-fit: none !important;
    }

    .realestate-btn {
        width: 50% !important;
    }


    /*product category*/
    .banner-text, .bugatti-text {
        margin-top: 15px;
    }

    .category-btn {
        margin-top: 1%;
    }

    .banner-title, .mb-banner-title, .jacob-banner-title {
        font-size: 27px !important;
        top: 25%;
    }

    .banner-one, .banner-two, .mb-banner-one, .mb-banner-two, .mb-banner-three, .mb-banner-four, .jacob-banner-one, .jacob-banner-two, .jacob-banner-thee, .jacob-banner-four {
        width: auto !important;
        padding-right: 10px !important;
    }

    .collection-title-main {
        margin-top: 5% !important;
    }

    .product-btn {
        width: 42vw;
    }

    .sidebar-nav {
        gap: 0px;
    }

    .sidebar-nav-items {
        font-size: 16px;
    }

    .nav-collection {
        font-size: 16px;
        margin-bottom: -5px;
    }

    .sidebar-nav-collection-items {
        font-size: 14px;
    }

    .sidebar-footer-link {
        font-size: 10px;
    }

    .collection-btn, .collection-btn-second, .collection-btn-third {
        width: 50% !important;
    }

    .collection-title-main {
        margin-top: 5%;
    }
}
/* For tablets in horizontal view */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    video {
  width: 100vw;
}
    .product-btn {
        font-size: 14px;
    }

    .highend-carousel-container {
        width: 66%;
        height: 500px;
    }

    .highend-arrows {
        width: 55%;
        height: 100%;
        margin-top: -30px;
    }

    .award-content {
        width: 17rem;
        margin: 30vh 6%;
    }

        .award-content h3 {
            font-size: 44px;
            line-height: 44px;
        }

            .award-content h3 span {
                font-size: 44px;
                letter-spacing: 5px
            }

        .award-content h5 {
            font-size: 12px;
            text-align: center;
        }

    .bugatti-slider-nav {
        top: 18% !important;
    }

    .bugatti-custom-arrows {
        position: absolute;
        top: 90% !important;
    }

    .award-btn {
        font-size: 14px;
    }
    /* footer settings*/

    .footer-heading {
        font-size: 24px;
        line-height: 28px;
    }

    .footer-form {
        align-items: baseline;
        overflow-y: auto;
    }

    .form-main {
        width: 90%;
    }

    .form-inputs {
        gap: 0px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    .terms-link-container {
        margin-top: 12px !important;
    }

    .footer-btn {
        font-size: 15px;
        margin-top: 15px;
    }

    .link-name, .link-name:hover {
        font-size: 11px;
    }
    /* about page*/
    .ceo-image {
        object-fit: none !important;
    }
    .ceo-image {
        height: 30rem;
    }

    .realestate-btn {
        width: 50% !important;
    }

    /*product category*/
    .banner-text, .bugatti-text {
        margin-top: 15px;
    }

    .category-btn {
        margin-top: 1%;
    }

    .banner-title, .mb-banner-title, .jacob-banner-title {
        font-size: 27px !important;
        top: 25%;
    }

    .banner-one, .banner-two, .mb-banner-one, .mb-banner-two, .mb-banner-three, .mb-banner-four, .jacob-banner-one, .jacob-banner-two, .jacob-banner-thee, .jacob-banner-four {
        width: auto !important;
        padding-right: 10px !important;
    }

    
}
/* For tablets in horizontal view */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .footer-content {
        justify-content: center;
        gap: 30px;
    }

    .form-main {
        width: 32rem;
        width: 95%;
    }

    .award-content {
        width: 18rem !important;
        margin: 30vh 8% !important;
    }

        .award-content h3 {
            font-size: 51px;
            line-height: 60px;
            text-align: center;
        }

    .award-sub-title {
        font-size: 16px;
    }

    .bugatti-custom-arrows {
        position: absolute;
        top: 62%;
    }
    /*product category*/
    .banner-text, .bugatti-text {
        margin-top: 15px !important;
    }

    .category-btn {
        margin-top: 1%;
    }

    .banner-title, .mb-banner-title, .jacob-banner-title {
        font-size: 27px !important;
        top: 25%;
    }

    .banner-one, .banner-two, .mb-banner-one, .mb-banner-two, .mb-banner-three, .mb-banner-four, .jacob-banner-one, .jacob-banner-two, .jacob-banner-thee, .jacob-banner-four {
        width: auto !important;
        padding-right: 10px !important;
    }

    .product-btn {
        width: 42vw;
    }
    .sidebar {
             justify-content: center;
    }
    .sidebar-nav {
        gap: 10px;
    }

    .sidebar-nav-items {
        font-size: 16px;
    }

    .nav-collection {
        font-size: 16px;
        margin-bottom: -5px;
    }

    .sidebar-nav-collection-items {
        font-size: 14px;
    }

    .sidebar-footer-link {
        font-size: 10px;
    }
}
input[type="checkbox"]  {
    box-sizing: border-box;
    padding: 0;
}
    input[type="checkbox"]:checked::after {
        /*content: '✓';*/
        color: white;
        position: absolute;
        top: 0;
        left: 4px;
        font-size: 16px;
        background-color: whitesmoke;
    }

 
input[type="checkbox"]:checked {
    background-color: transparent;
    border-color: transparent;
    color: white;
}


/* product pages common styles*/

.mb-penthouse-content {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 80px;
    pointer-events: none;
}
.mb-penthouse-btn {
    height: 50px;
    width: 465px;
    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);
    background-color: transparent !important;
    cursor: pointer;
    /*margin-top: 40px;*/
    position: relative;
    z-index: 0;
    overflow: hidden;
}


    .mb-penthouse-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);
    }
}

.mb-penthouse-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;
}

.mb-penthouse-btn:hover:after {
    left: 120%;
    color: white;
}

.mb-penthouse-btn::after {
    background-color: white;
    color: white;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
     
    width: 20px;
}
.mb-penthouse-buttons {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0px;
    pointer-events: all;
    gap: 20px;
}
@media (max-width:768px) {
    .mb-collection-heading {
        font-size: 26px !important;
        line-height: 1.2;
        letter-spacing: 1px !important;
    }

        .mb-collection-heading span {
            font-family: "aktiv-thin";
            font-size: 26px !important;
            letter-spacing: 1px !important;
        }
    .mb-penthouse-content {
        padding: 60px 20px;
    }
    .mb-penthouse-buttons {
        width: 91% !important;
        margin-bottom: 20%;
    }
    .mb-penthouse-btn {
        padding: 10px 40px 10px 40px;
    }

    /*
    .mb-penthouse-btn {
        padding: 10px 40px 10px 40px;
        width: 80%;
        font-size: 16px;
    }*/
}

@media (min-width: 1024px) {

    .call-us-button, input[type="button"].call-us-confirm-btn {
        width: 100%;
    }

    
}


@media (max-width: 1024px) and (orientation: landscape) {


    .award-partners img {
        height: 30px !important;
        margin: 8px;
    }

    .award-partners {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        width: 99%;
        margin: auto;
    }

    .award-contents {
        width: 90%;
    }

    #awardImage7, #awardImage9, #awardImage10 {
        height: 48px !important;
        margin: auto;
    }
    .award-heading {
       
        padding-top: 40px;
    }

    /* ultra high sliders*/
    .highend-carousel-container {
        width: 68%;
        height: 500px;
    }

    .interest-heading {
        color: white;
        font-size: 1.2rem;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "aktiv-medium";
        margin-top: -60px;
        transition: all ease-in-out .5s;
        opacity: 0;
        padding-top: 5px;
        margin-bottom: 5px;
    }
    .interest-heading-active {
        margin-top: 0;
        opacity: 1;
    }
    .highend-section-heading {
        color: white;
        font-size: 1rem;
        text-transform: uppercase;
        font-family: "aktiv-regular";
        letter-spacing: 1px;
        margin: 10px;
    }

    .highend-section-desc {
        color: white;
        font-size: 0.7rem;
        text-transform: uppercase;
        font-family: "aktiv-thin";
        margin-top: 5px;
    }
    .highend-content {
        display: none;
        width: 900px;
        margin: 20px auto 0;
    }
     

}
@media (max-width: 480px) {
    .call-us-input-data span {
        display: block;
    }

    #callbackconfirmbt, .call-us-button {
        width: 100%;
        margin-top: 25px;
    }

    .call-us-reach {
        display: none;
    }

    .call-us-number {
        font-family: "aktiv-regular";
        text-align: left;
    }

    .highend-content {
        width: 100%;
    }

    .highend-carousel-container {
        width: 100%;
        height: 320px;
    }

    .highend-section-heading {
        font-size: 14px;
    }

    .highend-section-desc {
        font-size: 14px;
    }



    /*.highend-dots {
        bottom: 15rem;
    }*/

    .highend-arrows {
        width: 90%;
        /* height: auto;
        padding-bottom: 20%;*/
        height: 40vh;
        margin-top: -60px;
        z-index: 77777;
    }

    .highend-prev-arrow,
    .highend-next-arrow {
        font-size: 18px;
        padding: 12px;
    }

    .product-btn {
        /*width: 40vh !important;*/
        font-size: 0.6rem;
    }

    .iframe-container iframe {
        height: 100% !important;
    }

    /*.mb-penthouse-buttons {
        display: flex;
        align-items: center;
        width: 100% !important;
    }*/
    .mb-penthouse-btn {
        font-size: 14px;
        width: 80%;
        padding: 10px 10px;
        letter-spacing: 1px;
    }

    .mb-penthouse-heading {
        font-size: 22px;
        text-align: center;
        line-height: 28px;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .footer-connect {
        font-size: 24px;
    }

    .footer-content {
        width: 90%;
        padding: 20px 10px 20px 10px;
    }

    .footer-heading {
        font-size: 18px;
        line-height: 22px;
    }

    .footer-form {
        width: 100%;
        padding: 20px 10px 20px 10px;
    }

    .form-main {
        width: 80%;
    }

    .footer-btn {
        height: 40px;
        font-size: 10px;
    }

    .copyright-main {
        flex-direction: column;
        padding: 8px 10px;
        text-align: center;
    }

    .copyright-text, .copyright {
        font-size: 14px;
    }

    .footer-logo-mob {
        display: none;
    }

    .footer-form {
        justify-content: flex-start;
    }

    .footer-heading-mob {
        font-size: 22px;
        font-family: "aktiv-thin";
        margin-top: 10px;
    }

    .footer-heading-span {
        font-family: "aktiv-medium";
        display: block;
    }

    .footer-form {
        width: 100%;
        padding: 50px 25px 20px 25px;
        display: flex;
        flex-direction: column;
    }

    .form-inputs {
        gap: 3px;
    }

    .terms-link-container {
        margin-top: 20px !important;
    }

    .input-text {
        width: 100%;
        background-color: transparent;
        color: white;
        font-size: 14px !important;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Avenir Roman";
        border-bottom: 1px solid white;
        outline: none;
        outline-width: medium;
        outline-width: 0;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        height: 54px;
    }
    .iti__selected-dial-code {
        font-size: 14px;
    }

    .footer-btn {
        margin-top: 25px;
    }
    .sidebar-footer-link {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .sidebar-footer-mob {
        margin-top: 20px;
    }
    .copyright-text, .copyright {
        font-size: 10px;
    }
    .copyright-main {
        flex-direction: column;
        padding: 20px 10px;
        padding-bottom: 20px;
        text-align: center;
        padding-bottom: 0px;
        justify-content: flex-start;
    }
}

/* fixing chrome auto fill issue*/
input:-webkit-autofill, input:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #000000 inset !important;
    -webkit-text-fill-color: #fff !important;
    border-bottom: none;
    padding-left: 10px;
}

section.h1heading {
   
    margin-top: 100px;
    justify-content: center;
    display: flex;
    padding-bottom: 30px;
}

.errorHeading {
    font-weight: bold;
    font-family: 'fino-regular';
    font-size: 360px;
    max-height: 360px;
}
@media (max-width:520px) {
    .errorHeading {
        font-size: 130px;
        max-height: 230px;
    }
}