html, body{ width:100%; height:100%; margin:0; padding:0;background-color: #1C190E;user-select: none !important;}
#weather-widget{
    transition: all 0.2s linear;
}
body, .leaflet-container{
    font-family: 'Bliss-Pro-Light' !important;
}
body.no-scrollbar{
    overflow: hidden;
}
/*start preloader*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*end preloader*/
/*start zoom effect*/
.zoom-effect {
    animation: zoom 1s forwards ease-in-out;
    overflow: hidden;
}

@keyframes zoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
/*end zoom effect*/
.map_holder{ position:absolute;width:100%; height:100%;background-color: #1C190E;z-index: 1;transition: opacity 0.5s ease-in-out;}
.fade-out {opacity: 0;}
.fade-in {opacity: 1;}
#header{position:absolute;top:45px;left:30px;right:30px; z-index: 2;}
.leaflet-control-attribution,
.globe .side_bar{display:none;}
.globe #logo{background-color:transparent;}
.globe #header{top:0;left:0;right:0}
#logo{
    width:154px;
    height: 80px;
    background-image: url(../images/wasl_logo.svg);
    background-position: center center;
    background-size: 30%;
    background-repeat: no-repeat;
    display: block;
    background-color: #1C190E;
}
.header_holder{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(28,25,14,0.4);
    backdrop-filter: blur(4px);
}
.header_holder ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.inside .header_holder ul li{
    display: inline-block;
    position: relative;
}
.middle-side li a{
    font-family: 'Bliss-Pro-Medium';
    color: rgba(255,255,255,0.6);
    font-size:16px;
    padding: 28px 0px;
    text-decoration: none;
    display: block;
}
.middle-side li a:hover,
.middle-side li.selected a{
    color:rgba(255,255,255,1);
}
.middle-side li{
    padding:0px 16px;
}
.middle-side li:hover:before,
.middle-side li.selected:before{
    position: absolute;
    content:"";
    top:0px;
    left:50%;
    margin-left:-71px;
    width:142px;
    height:4px;
    background: url(../images/top-line.svg) no-repeat center;
}
.right-side li{
    width:48px;
    height:48px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 16px;
}
.jumeirah-header-logo{ padding: 20px 0 0 25px; }
.right-side li.album_icon{ background-image: url(../images/right_album_icon.svg); }
.right-side li.share_icon{ background-image: url(../images/right_share_icon.svg); }
.right-side li.user_icon{ background-image: url(../images/right_user_icon.svg); }
.right-side li.menu_icon{ background-image: url(../images/right_menu_icon.svg); }
.right-side li a{
    display: block;
    width:100%;
    height: 100%;
}
.side_bar{
    position: absolute;
    top:160px;
    left:43px;
    z-index: 3;
}
.side_bar ul{
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-radius:8px;
    border-top:7px solid #8D8D87;
    width: 155px;
    background-color: #1C190E;
    font-family: 'Bliss-Pro-Medium';
    font-size: 18px;
    color: #BC8A55;
}
.side_bar ul{
    padding:20px;
}
.breadcrumps{
    margin-bottom: 20px;
}
.breadcrumps ul{
    padding: 12px;
}
.breadcrumps li{
    padding: 16px 11px;
    border-bottom:1px solid #2B2A28;
}
.breadcrumps li:last-child{
    border:0;
}
.breadcrumps a,
.breadcrumps a:hover{
    font-family: 'Bliss-Pro-Medium';
    font-size: 18px;
    color: #A79F92;
    text-decoration: none;
}
.breadcrumps li.selected a{
    color: #BC8A55;
}
#weather-widget{
    position: relative;
    font-family: 'Bliss-Pro-Light';
    color:#E4E4DC;
    font-size:14px;
    line-height: 15px;
}
#weather-widget .weather-icon{max-width:100%;}
.weather_line{width:100%;height:1px;background-color: rgba(188,138,85,0.6);}
#status{text-transform: capitalize;}
#temperature{font-family: 'Bliss-Pro-Light'; font-size:24px;display: block;padding-top: 10px;}
#time{font-family: 'Bliss-Pro-Medium'; font-size: 20px;}
#day{font-family: 'Bliss-Pro-Medium'; font-size: 20px;}
#day span{font-family: 'Bliss-Pro-Light'; font-size: 14px;}

.no-padding{padding:0;}
.mo-margin{margin:0;}
.no-gutter{--bs-gutter-x: 0rem;--bs-gutter-y: 0;}
.dubai-view_label,
.home_label{
    width:75px;
    font-size: 18px;
    color:rgba(228, 228, 220, 1);
    border:0px;
    box-shadow: none;
    border-radius: 18.5px;
    line-height: 14px;
    background-color: #1C190E;
    text-align: center;
    opacity: 1 !important;
    padding: 10px !important;
    font-family: 'Bliss-Pro-Regular';
    font-size: 18px;
}
.dubai-view_label{
    font-size: 14px;
    width:unset;
    color:#E4E4DC;
    background-color: rgba(28,25,14,0.5);
}
.home_label:before{display: none;}
.inside .home_label{
    width:105px;
}
.masterplan-view_label{
    color:#fff;
    border:0px;
    box-shadow: none;
    border-radius: 18.5px;
    line-height: 14px;
    background-color: #000;
    text-align: center;
    opacity: 0.7 !important;
    padding: 10px !important;
    font-family: 'Bliss-Pro-Regular';
    font-size: 14px;
}
.dubai_region_hover{
    display:none;
}
.compass{
    position: absolute;
    left:43px;
    bottom:43px;
    width: 156px;
    height:80px;
    background-image: url(../images/compass.png);
    background-repeat: repeat;
    z-index: 2;
}
#globe_map .leaflet-control-zoom a, 
#globe_map .leaflet-control-zoom a:hover{
    background-color: rgba(28,25,14,0.4);
    border:0px;
    color: rgba(167,159,146,1);
    border-radius:4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
#globe_map .leaflet-control-zoom a:hover{
    background-color: rgba(28,25,14,1);
}
#globe_map .leaflet-control-zoom a.leaflet-disabled{
    color: rgba(167,159,146,0.3);
}
#globe_map .leaflet-control-zoom a:first-child{
    margin-bottom: 10px;
}
#globe_map .leaflet-control-zoom{
    border:0;
}
#globe_map img.leaflet-image-layer{
    opacity: 1 !important;
}
#globe_map .hide_label{
    display: none;
}
.dubai-view .leaflet-tooltip-pane{
    z-index: 590;
}
.bottom-right-controls{
    position: absolute;
    bottom: 120px;
    right: 10px;
    z-index: 2;
}
.bottom-right-controls ul{
    margin:0;
    padding: 0;
    list-style-type: none;
}
.bottom-right-controls li{
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(28,25,14,0.4);
    border: none;
    cursor: pointer;
    border-radius:4px;
}
.bottom-right-controls li:hover{
    background-color: rgba(28,25,14,1);
}
#fullscreen{
    background-image: url(../images/fullscreen_icon.svg);
}
#eye_layer.hide_layers{
    background-image: url(../images/eye_icon.svg);
}
#eye_layer.show_layers,
#eye_layer.show_layers:hover{
    background-image: url(../images/eye_icon-active.svg);
    background-color: rgba(28,25,14,0.4);
}
#eye_layer:hover{
    background-image: url(../images/eye_icon-hover.svg);
    background-color: rgba(28,25,14,1);
}
#ruler_layer.hide_layers{
    background-image: url(../images/ruller_icon.svg);
}
#ruler_layer.show_layers,
#ruler_layer.show_layers:hover{
    background-image: url(../images/ruller_icon-active.svg);
    background-color: rgba(28,25,14,0.4);
}
#ruler_layer:hover{
    background-image: url(../images/ruller_icon-hover.svg);
    background-color: rgba(28,25,14,1);
}

.marker-slide{
    transition: transform 0.2s ease;
}
.marker-slide-up {
    transform: translateY(-10px) !important; /* Move up by 10 pixels */
}
.radius_text{
    color:#FFFFFF;
    font-size: 18px;
    font-family: 'Bliss-Pro-Light';
    width: 50px !important;
    text-align: center;
}

/* General styles for cloud containers */
.clouds-container {
    position: absolute;
    width: 100%;
    height: 200px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2; /* Position clouds behind other content */
}
.top-clouds {
    top: 0;
}
.bottom-clouds {
    bottom: 0;
}
.cloud {
    position: absolute;
    bottom: 0;
    opacity: 0.5; /* Adjust for cloud transparency */
    transition: opacity 2s ease; /* Smooth fade-in */
    animation: cloud-scroll linear infinite forwards;
}
/* Cloud scrolling animation */
@keyframes cloud-scroll {
    0% {
        transform: translateX(110%); /* Start off-screen to the right */
        opacity: 0; /* Start invisible */
    }
    10% {
        opacity: 0.5; /* Fade in at the beginning */
    }
    90% {
        opacity: 0.5; /* Keep fully visible during scroll */
    }
    100% {
        transform: translateX(-110%); /* End off-screen to the left */
        opacity: 0; /* Fade out at the end */
    }
}
.projects-details{
    display: none;
    right: 40px;
    top: 150px;
    position: absolute;
    width: 310px;
    min-height: 290px;
}
#amenities_overview-details{
    width: 350px;
}
.popup_project{
    background-color: #000000;
    border-radius:8px;
    padding: 10px 0px;
    backdrop-filter: blur(4px);
    z-index: 3;
    font-family: 'Bliss-Pro-Regular';
    color: #FFFFFF;
}
.popup_project .popup_title{
    font-size: 18px;
}
.popup_project .popup_sub_title{
    font-size: 16px;
}
.popup_project a.popup_close{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}
.popup_project .popup_image img{
    width:100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.popup_project .popup_details{
    font-family: 'Bliss-Pro-ExtraLight';
    font-size: 16px;
}
.popup_project .popup_details_types{
    font-family: 'Bliss-Pro-Light';
    font-size: 16px;
}
.popup_project .popup_details_types .row{
    border-left:1px solid #F7971C;
    margin-left: 0px;
}
.popup_project .popup_explore a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding:10px;
    background-color: #F7971C;
    color:#FFFFFF;
    border-radius: 4px;
    margin-top: 10px;
}
#key-statistics{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
#key-statistics{
    display: none;
}
#key-statistics .popup_project{
    padding: 24px;
    display: block;
}
#key-statistics .popup_title{
    font-size: 24px;
}
.max-image-width img{
    width:100%;
    max-width: 100%;
}
.masterplan_filter{
    position: absolute;
    top: 150px;
    right: 40px;
    width: 230px;
    z-index: 2;
}
.main_filter ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.main_filter li{
    display: block;
    background-color: rgba(0,0,0,0.4);
    padding: 15px;
    margin-bottom: 25px;
    font-family: 'Bliss-Pro-Medium';
    font-size: 14px;
    color:#E4E4DC;
    cursor: pointer;
    border-radius: 4px;
    background-image: url(../images/right_arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    position: relative;
}
.main_filter li a,
.main_filter li a:active{
    text-decoration: none;
    display: block;
    color: unset;
}
.main_filter li.active{
    color:#F7971C;
    background-image: url(../images/x-close.svg);
	background-position: 95% 15px;
}
.leaflet-container .leaflet-control-mouseposition{
    background-color:rgba(255,255,255,.7);
    box-shadow:0 0 5px #bbb;
    padding:0 5px;
    margin:0;
    color:#333;
}
#village_district_filter{
    display: none;
    margin-top: -76px;
}
.village_district_filter{
    border-radius: 8px;
    border-top: 7px solid #8D8D87;
    background-color: #1C190E;
}
.village_district_filter a.popup_close,
.village_district_filter .popup_title{
    font-size: 14px;
    padding:0;
}
.filter_list{
    text-align: center;
    border:1px solid rgba(255,255,255,0.2);
    padding:8px;
    margin-bottom: 15px;
    border-radius:4px;
    cursor: pointer;
}
.filter_list.active{
    border:1px solid #F7971C;
}
.village_district_legend.smaller{
    width: 230px;
}
.village_district_legend a.legend_close{
    display: block;
}
.village_district_legend.smaller a.legend_close img{
    transform: rotate(180deg);
}
.village_district_legend{
    margin-top: 20px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 8px;
    float: right;
    width: 660px;
    transition: all 0.2s linear;
}
.village_district_legend ul{
    margin:0;
    padding:0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.village_district_legend.smaller ul.legend_list>li{
    width:100%;
}
.village_district_legend ul.legend_list>li{
    width:33%;
    float: left;
}
.village_district_legend ul.legend_list li{
    position: relative;
    display: inline-block;
    padding: 5px;
    padding-left: 20px;
}
.village_district_legend ul.legend_list li:before{
    position: absolute;
    content :"";
    left: 0px;
    top: 13px;
    width:10px;
    height: 10px;
    border-radius:50%;
}
.village_district_legend ul.legend_list li.green_dot:before{
    background-color: #54B948;
}
.village_district_legend ul.legend_list li.purple_dot:before{
    background-color: #7A48B9;
}
.village_district_legend ul.legend_list li.blue_dot:before{
    background-color: #378FE0;
}
.village_district_legend.smaller ul.sub_legend_list{
    display: none;
}
.village_district_legend ul.sub_legend_list{
    margin: 0;
    margin-left: -20px;
}
.village_district_legend ul.sub_legend_list li{
    font-family: 'Bliss-Pro-ExtraLight';
    width: 100%;
}
.village_district_legend ul.legend_list ul.sub_legend_list li.green_dot:before,
.village_district_legend ul.legend_list ul.sub_legend_list li.purple_dot:before,
.village_district_legend ul.legend_list ul.sub_legend_list li.blue_dot:before{
    width:6px;
    height: 6px;
    left: 2px;
    top: 15px;
}
.village_district_legend ul.legend_list ul.sub_legend_list li:first-child:before{
    opacity:1;
}
.village_district_legend ul.legend_list ul.sub_legend_list li:before{
    opacity:0.6;
}
.village_district_legend ul.legend_list ul.sub_legend_list li:last-child:before{
    opacity:0.3;
}
.village_district_details{
    position: absolute;
    left: 40px;
    top: 150px;
    width: 310px;
    border-top:7px solid #8D8D87;
}
.village_district_details .popup_title.grey{
    color: #A79F92;
}
.village_district_details_holder{
    margin:30px 5px;
    margin-bottom: 10px;
}
#village_district_filter_size,
#village_district_filter_type{
    margin-top: -76px;
    display: none;
}
#village_district_filter_size .area_slider{
    font-family: 'Bliss-Pro-ExtraLight' !important;
}
.noUi-horizontal{height:2px !important; width: 90%; margin: 0 auto;margin-bottom: 15px;margin-top: 5px;}
.noUi-handle:after, .noUi-handle:before{display:none !important;}
.noUi-horizontal .noUi-handle{
    width:15px !important;
    height:15px !important;
    border-radius:50% !important;
    border: 1px solid #CCCCCC !important;
    background-color: #000000 !important;
    box-shadow:none !important;
}
.noUi-horizontal .noUi-handle-lower{right:-5px !important;}
#fullscreen_div{
    position: absolute;
    display: none;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: #1C190E;
    z-index: 3;
}
#fullscreen_div .close_fullscreen_div {
    position: absolute;
    left: 42px;
    top: 27px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    padding: 10px;
    color: rgba(228, 228, 220, 1);
    background: rgba(0, 0, 0, 1);
    border-top: 7px solid rgba(141, 141, 135, 1);
}

.fancybox-caption{
    position: absolute;
    font-family: 'AktivGrotesk-Bold';
    top: 105px;
    left: 43px;
    width: 300px;
    line-height: 30px;
    color: #E4E4DC;
    font-size: 24px;
    padding: 16px;
    background-color: rgba(0, 0, 0, 1);
    bottom: unset;
    font-family: 'Bliss-Pro-Bold' !important;
    text-align: left;
    border-top:7px solid #8D8D87;
    border-radius:8px;
}
.fancybox-show-thumbs .fancybox-thumbs{
    background: black;
    width: 170px;
}
.fancybox-infobar{
    display: none;
}
.fancybox-thumbs__list a{
    width: 100%;
    height: 88px;
    float: left;
    clear: both;
    max-width: 100%;
}
.fancybox-thumbs__list a:before{
    border: 6px solid #ffffff;
}
.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right{
    bottom: 50px;
    left: 80px;
    top: unset;
    background-color: rgba(28,15,14,0.8);
    border-radius:4px;
}
.fancybox-navigation .fancybox-button--arrow_right{
    left: 118px;
}

/* village-district */
.village_district { 
    fill-opacity: 0; 
    stroke-opacity: 0.4; 
    stroke-width: 2; 
}
.village_district:hover { 
    fill-opacity: 0.6; 
    stroke-opacity: 0.4; 
    stroke-width: 2; 
}
.overview_amenities .amenities_list{
	display: none;
}
.overview_amenities.active .amenities_list{
	display: block;
}
.amenities_list ul{
	margin: 0;
	padding: 0;
	padding-top:10px;
    list-style-type: none;
}
.amenities_list ul li{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #E4E4DC;
	background: none;
	position: relative;
}
#fullscreen_div.view1{
    z-index: 4;
}
.popup_project .fa-minus, .popup_project .fa-angle-down{
    display: none;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    cursor: pointer;
    top: 6px;
    right: 15px;
    color: rgba(167, 159, 146, 1);
}
.popup_project .fa-angle-down{
    font-size: 17px;
}
.popup_project.minus {
    background: rgba(0, 0, 0, 0.5);
}
.popup_project.minus .popup_image, .popup_project.minus .popup_details{
    display: none;
}
.fullscreen_div_cnt{
    height: 100vh;
}
.video_slider_cnt{
    display: none;
}
.swiper.video_swiper {
    width: calc(100vw - 80px);
    height: 70px;
    position: absolute;
    display: block;
    left: 40px;
    bottom: 20px;
    padding: 0;
}

.video_swiper .swiper-slide {
    border-radius: 8px;
    font-size: 24px;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    color: rgba(228, 228, 220, 1);
    background: rgba(0, 0, 0, 1);
    line-height: 50px;
    min-width: 200px;
    width: auto !important;
}
.video_swiper .swiper-slide a{
    text-decoration: none;
    color: rgba(228, 228, 220, 1);
    width: 100%;
    position: relative;
    display: block;
}

.video_swiper .swiper-slide.active a{   
    color: rgba(247, 151, 28, 1);
}
.swiper-button-next, .swiper-button-prev{
    color: rgba(167, 159, 146, 1)
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 13px;
}
.fullscreen_overlay{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/drag_zoom.svg);
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center center;
    z-index: 20;
    background-repeat: no-repeat;
}
