/* Project Template Styles */

/* Base Styles */
body {
    background: #000 !important;
    font-family: 'AktivGrotesk', sans-serif !important;
    overflow-x: hidden;
}

.flatpickr-calendar {
    background: transparent !important;
}

.flatpickr-day:hover {
    background: #000000 !important;
}

/* Font Faces */
@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Hair.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Critical CSS */
html,
body,
.owl-carousel,
.luxury-property {
    height: 100%
}

.project-banner-image img {
    opacity: 0.9;
}

#load-section {
    height: 100%
}

.register-your-interest {
    padding: 50px 0;
    text-align: center
}

img,
a,
button,
input,
textarea {
    touch-action: manipulation;
    -webkit-tap-highlight-color: #fff0
}

.mobile-menu-logo img {
    display: none;
}

.xmark {
    display: none;
}

.horizontal-scroll-breaking-logo img {
    width: 25%;
}

.horizontal-scroll-breaking-logo {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

#fullscreen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: rgb(0 0 0 / 49%);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
    right: 0;
    bottom: 0;
    margin: auto;
}

#fullscreen-loader .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

#fullscreen-loader p {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.lead-popup-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #00000082;
    backdrop-filter: blur(10px)
}

.lead-popup-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    outline: none
}

.vh {
    min-height: 100vh
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: #000;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px
}

.text-center {
    text-align: center
}

.xmark i {
    color: #fff;
}

.xmark:hover {
    border: 4px solid #fff;
}

.btn-border {
    border: 1px solid rgb(255 255 255 / 80%)
}

.main-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    backdrop-filter: blur(10px);
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    color: #fff;
    display: flex;
    align-content: center;
    display: none
}

.call-popup {
    display: none
}

.main-popup-box {
    width: 70%;
    margin: 0 auto
}

.main-popup h2 {
    font-size: 25px;
    font-weight: 100
}

.main-popup h2 b {
    font-weight: 500
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap
}

.call-popup-1 p a {
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    margin-bottom: 47px;
    display: block
}

.call-popup-1 {
    text-align: right;
    padding: 0 0 0 80px
}

.contact-list {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 0;
    display: flex;
    border-radius: 25px 0 0 25px;
    flex-direction: column;
    z-index: 98;
}

.contact-list a i {
    color: #fff;
}

.contact-list a {
    background: #ffffff0a;
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    border-radius: 25px 0 0 25px;
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 30;
    margin-top: 0;
    transition: transform 0.3s ease-in-out;
    line-height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
    border: 1px solid #ffffff99;
    border-right: none;
    cursor: pointer;
    text-decoration: none;
    display: none;
}

.contact-list a:hover {
    transform: translateX(10px);
}

.whatsapp-custom-icon {
    font-size: 21px;
}

.custom-btn {
    padding: 12px 10px;
    background-image: url('https://binghattiweb.imgix.net/web_button_bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    letter-spacing: 3px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid rgb(255 255 255 / 50%);
    background-color: transparent !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    min-width: 220px;
    min-height: 40px;
}

.reg-btn .custom-btn {
    position: absolute;
}

.custom-btn-full-width {
    padding: 15px 0;
    width: 100%;
}

.lead-in-popup .call-popup-1-box {
    display: none;
}

.call-popup-2 h2 {
    display: none;
}

.lead-in-popup .call-popup-2 h2 {
    display: block;
}

.b3t-next,
.b3t-previous {
    cursor: pointer;
    font-size: 20px;
}

.branded-360-tab-btn i {
    font-size: 40px;
    color: #fff;
}

.footer-form .custom-btn {
    width: 100%;
    margin-top: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent !important;
}

.video-call .main-popup-box {
    background-color: #00000061;
    padding: 30px 20px 40px 20px
}

.video-call h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 30px 0
}

.video-call-calendar * {
    background: #0000;
    color: #fff !important
}

.bvcm_time_slot {
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    border: solid 1px #e1e1e138;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px
}

.time-slot-heading {
    border: 1px solid #e4e1e1;
    border-radius: 4px;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 5px
}

.time-slot-heading {
    border: 1px solid #e4e1e1;
    border-radius: 4px;
    color: #fff;
    padding: 5px 20px;
    margin: 56px 0 10px 0
}

.bvcm_time_slots {
    height: 258px;
    overflow-y: overlay;
    margin-top: 8px;
    border: 1px solid #e4e1e1;
    border-radius: 4px;
    padding: 10px
}

.video-call-gmt {
    font-size: 12px;
    margin: 36px 0 5px 0
}

.bvcm_lead_two_submit {
    margin-top: 15px
}

.flatpickr-day.today {
    background: #fff !important;
    color: #000 !important
}

.flatpickr-innerContainer {
    justify-content: center
}

.flatpickr-calendar.inline {
    width: 100%
}

.video-call-calendar option {
    background: #000 !important
}

.numInputWrapper span.arrowUp,
.numInputWrapper span.arrowDown {
    display: none
}

.mobile-menu {
  top: 0;
  position: fixed;
  width: 50%;
  height: calc(100vh - 50px);
  background: #fff;
  left: -50%;
  transition: 1s;
  z-index: 101;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.604);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0 30px 40px;
}

.mobile-menu-active {
    transform: translateX(0);
}

.mobile-menu:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    height: 160px;
    width: 4px;
    border-radius: 10px;
    background: #ffffff7a;
}

.mobile-menu-active:after {
    right: 0;
}

.mobile-menu ul li a {
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.mobile-menu ul li a.active {
    color: #fff;
}

.mobile-menu ul li ul {
    display: none;
    margin: 10px 0 -15px 0;
}

.mobile-menu ul li ul li a {
    font-size: 17px;
}

.main-menu {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.main-menu li {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    padding-bottom: 15px;
    list-style: none;
}

.mobile-menu.mobile-menu-active-li li {
    opacity: 1;
    transform: translateX(0);
}

.main-menu {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px
}

.main-menu li {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    padding: 0 0 15px 0;
    list-style: none
}

.menu-icon {
    width: 38px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    top: 8px
}

.menu-icon span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transition: all 0.5s ease-in-out
}

.menu-icon span:first-child {
    top: 1px
}

.main-header {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    padding: 40px 0
}

.main-header:not(.main-header-action) {
    transform: translateY(-100px);
    opacity: 0
}

.main-header-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.search-icon i {
    font-size: 30px;
    color: #fff;
}

.search-icon {
    margin: 2px 40px 0 0;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.search-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgb(0 0 0 / .6);
    height: 100%;
    width: 100%;
    display: none
}

.search-icon {
    margin: 2px 40px 0 0;
    position: relative;
    top: 2px;
    cursor: pointer
}

.search-pop-up-content {
    width: 90%;
    position: relative;
    left: 5%;
    padding: 105px 0;
    text-align: center;
    background: #fff0;
    border-radius: 0 0 16px 16px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / .3);
    overflow: hidden;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #fff;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 10
}

.search-pop-up-content h3 {
    font-size: 3vw;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 0 0 20px
}

.search-pop-up-content h3 b {
    font-weight: 600
}

.search-pop-up-content a {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    padding: 40px 20px 0 20px;
    display: inline-block;
    text-decoration: none;
    background-color: #fff0;
    transition: all ease-in-out 0.5s;
    position: relative;
    z-index: 2
}

.project-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.project-tab-link {
    padding: 13px 30px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    height: 48px
}

.project-tab-link:hover,
.project-tab-link.active {
    background: #0073e6;
    color: #fff;
    background: #131212
}

.project-tab-content {
    position: absolute;
    width: 100%;
    margin: auto;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    padding: 20px 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease
}

.project-tab-content.active {
    opacity: 1;
    transform: translateX(0)
}

.project-tab-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    transition: height 0.5s ease;
    max-width: 1000px
}

.project-banner {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.project-banner-image {
    height: 100%;
    /* scale: 1.5; */
    transform: scale(1.5);
    transition: transform 2s ease-in-out;
}

.project-banner-active .project-banner-image {
    transform: scale(1);
}

.project-banner-details {
    background: #0000001f;
    position: absolute;
    bottom: 0;
    z-index: 98;
    width: 100%;
    backdrop-filter: blur(8px);
    color: #fff;
    background: rgba(15, 15, 15, 0.10);
    padding: 20px 0 !important;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateY(100%);
}

.project-banner-active .project-banner-details {
    transition-delay: 1.5s;
    transform: translateY(0);
}

@media (max-width: 768px) {
  .project-banner-details-text-box .custom-style h2 {
    height: auto !important;
    padding: 10px 0px !important;
} 
}

@media (max-width: 450px) {
.project-banner-details-text-box .custom-style h2 {
    font-size: 12px !important;
}
.currency-image {
    width: 12px !important;
    height: unset !important;
}

}



.project-banner-details-text h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    /* font-weight: 600; */
}

.project-banner-details-text h2 small {
    font-size: 12px;
    margin-right: 5px;
}

.project-banner-details-text-box {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: space-between;
}

.project-banner h1 {
    position: absolute;
    top: 50px;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateY(50px);
    opacity: 0;
    font-weight: 100
}

.project-details {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    position: relative
}

.project-details-slider-arrow-left,
.project-details-slider-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    color: #fff;
    font-size: 60px;
    cursor: pointer
}

.project-details-slider {
    position: relative
}

.project-details-slider-arrow-left {
    left: -70px
}

.project-details-slider-arrow-right {
    right: -70px
}

.project-details-text,
.project-details-text * {
    height: 100%
}

.project-details-download-assets ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumb {
    list-style: none;
    display: flex;
}

.breadcrumb-item {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcrumb-item a {
    color: #a3a3a3 !important;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 25px;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.footer-details {
    background: #000;
    width: 40%;
    position: absolute;
    left: 0;
    padding: 160px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(-100%);
}

.main-footer {
    position: relative;
    overflow: hidden;
}

.footer-form {
    position: absolute;
    right: 0;
    width: 60%;
    background: rgb(0 0 0 / 80%);
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
    padding: 80px 80px 80px 40px;
    transform: translateX(100%);
}

.footer-connect {
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%) scale(1);
    color: rgba(255, 255, 255, 0.5);
    /* Initially gray */
    opacity: 0;
    transition: transform 2s ease-in-out, opacity 2s ease-in-out, color 2s ease-in-out;
    font-weight: 300 !important;
    color: #9E9E9E;
}

.footer-connect b {
    font-weight: 500 !important;
}

.footer-connect.active {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    transform: translateX(-50%) translateY(-50vh) scale(1.4);
}

.mobile-dropdown-arrow {
    position: absolute;
    right: 30px;
    width: 15px;
}