
.slider-outr .carousel-item{
	background-size: cover;
	background-position: center center;
}
.slider-outr .carousel-indicators{
	margin-bottom: 30px;
}
.slider-outr .carousel-indicators [data-bs-target]{
	height: 0.8rem;
	width: 0.8rem;
	border: 1px solid #b2b1b1;
	background: transparent;
	margin-left: 7px;
	margin-right: 7px;
	opacity:1;
	border-radius: 50%;
	  -moz-border-radius: 50%;
	  -webkit-border-radius: 50%;
}
.slider-outr .carousel-indicators [data-bs-target].active{
	background: var(--black);
	border-color: var(--black);
}
.slider-outr .carousel-indicators [data-bs-target]:hover{
	border-color: var(--black);
}

.slider-outr .carousel-item{  
  height:100vh !important;
}
.slider-outr .carousel-item img{
	 object-fit: cover;
  object-position: center;
  overflow: hidden;
  height: 100%;
}


.carousel-caption{
	padding:0px;
	text-align: left;
	bottom: 5.25rem;
}
.carousel-caption h3 {
	max-width: 500px;
	text-shadow: 5px 5px 10px var(--black);
}
@media (min-width: 992px) {
	#pageination{
		display: none;
	}
}

@media (min-width: 1200px) {
	.carousel-caption h3{
		font-size:2.4rem;
	}
}


.slider-outr .carousel{
	height: 100%;
	flex-grow:1;
}
.slider-outr   .carousel-inner{
	height: 100%;
}
.slider-outr   .carousel-inner .carousel-item {
	height: 100%;
}



.explore-inr{
	padding: 0px 8.333%;
}
.bg-gray{
	background: var(--bg-gray);
}

.weekend-outr .heading{
	justify-content: center;
	color: var(--heading-gray);
	font-size: var(--heading-font-40);
	margin-bottom: 20px !important;
}
.weekend-outr .rightBtn{
	position: relative;
}
.weekend-outr .rightBtn  .img-loader{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	   -webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
}


#browse-map #slideshow .rightBtn .map_single_content {
  opacity:1;
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}
#browse-map #slideshow .rightBtn h4 {
  opacity:1;
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}
#browse-map #slideshow .rightBtn h4{
	font-family:var(--headings-font-family);
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.map_single-heading{
	margin-top: 10px;
}


.currentloc_article_txt h2 {
    color: #707070;
    font-size: 36px;
    margin-top: 8px;
    position: relative;
}
.currentloc_article_txt p {
    color: #7e7e7e;
    font-size: 15px;
}
.current_loc_article {
    margin-bottom: 15px;
}
.currentloc_article_txt h2::before {
    background: #ff7200 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 1px;
    position: absolute;
    width: 80%;
}
.resource_area {
  margin-bottom: 40px;
}
.location_details::before {
    background: rgba(0, 0, 0, 0) url("img/loc_before.png") no-repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -43px;
    position: absolute;
    width: 29px;
}
.mix {
  display: none;
}
  svg {
    width: 100%;
  }
  /*path,polygon {
  
    fill: #cdc5bf;transition: 0.25s;
  
  }*/
  path:hover,polygon:hover {
    fill: #00cccc;
  }

.mav_svg_wrapper {
  padding-left: 40px;
  padding-right: 0px;
  position: relative;
  text-align: center;
}
.mav_svg_wrapper::before {
    background: rgba(0, 0, 0, 0) url("../images/mapnav.png") no-repeat scroll 0 0;
    content: "";
    height: 57px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 67px;
}

/* map info box */
.map_info {
  /*background: rgba(0, 0, 0, 0) url("img/mapinfobg.jpg") no-repeat scroll 0 0;*/
  border-radius: 0 0 5px 5px;
  color: #fff;
  height: 52px;
  overflow: hidden;
  padding: 4px 65px 4px 10px;
  position: relative;
  text-align: left;
  width: 225px;
}
.map_info::before {
  /*background: rgba(0, 0, 0, 0) url("img/map_hoverico.png") no-repeat scroll 0 0;*/
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
}
.map_info h4 {
  color: #fefefe;
  font-size: 0px;
  margin: 0;
  text-align: left;
}
.map_info span {
  color: #fff;
  display: block;
  font-size: 8px;
}






.destination_title h2 {
    color: #fe7c12;
    font-size: 48px;
    margin-bottom: 0;
    margin-top: 0;
}
.destination_title h2 a {
    color: #fe7c12;
}
.destination_title p {
    color: #505050;
    font-size: 18px;
}
.destination_title {
    max-width: 358px;
}

.map_single_content_img {
    
    padding-left: 19px;
    width: 40%;
	flex: 0 0 auto
}
.map_single_content_txt.ar {
    flex: 0 0 auto;
    width: 60%;
	text-align: right;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
.map_single_content_txt h3 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
}
.map_single_content_txt p {
    color: #636363;
    font-size: 18px;
}
.map_single_content {
    display: flex;
    display: -ms-flexbox;
    height: auto;
   
    width: 100%;
}
.map_single_content + .map_single_content{
	 margin-top: 30px;
} 
.map_single_content_img{
	aspect-ratio: 1.07 / 1
}
.map_single_content_img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.map_content_wrapper {
  display: block;
  float: left;
  /*height: 985px;*/
 /* height:1225px;*/
  /*height:80vh;
  overflow-x: hidden;*/
  height: 430px;
  overflow: auto;
  width: 100%;
  padding-right: 0px;
}
.destination_area {
  margin-bottom: 20px;
  margin-top: 50px;
}
.events_area {
  background: #ededed none repeat scroll 0 0;
  padding-bottom: 30px;
}

.hide-visiting-place {
	display: none;
}
#map_info_tooltip.map_info {
	display: none;
}
	

.theme_box_btn{
	background: var(--bg-sky-color);
	color:var(--black);
	padding: 0.2rem 1.5rem;
	font-family: var(--btn-font-family);
	font-size: calc(var(--heading-font-25) - 8px);
	margin-top: 1.5rem;
}

.map_single_content_txt h3{
	font-family:var(--headings-font-family);
	font-size: calc(var(--heading-font-25) - 5px);
}
.weekend-outr{
	padding: 2rem 0;
}
.map-arrow{
	margin-top: 8rem;
	position: absolute;
	margin-left: 25%;
}
.map-sec-outr .col-sm-10 .col-sm-6:first-child{
	padding-right:0px;
}
.date-slider-outr  .resp-vtabs .resp-tabs-list li{
	padding: 0.1rem 1rem !important;
	font-size: var(--heading-font-25);
	border-bottom: 2px solid #d4c8c6;
}
.date-slider-outr  .resp-vtabs li.resp-tab-active{
	background: var(--bg-sky-color) !important;
	border-top: 0 none !important;
	border-left: 0 none !important;
	border-bottom: 2px solid #d4c8c6 !important;
	color:var(--white);
}
 .date-slider-outr .resp-tabs-list{
	 margin-top:0px !important;
 }
 .date-slider-outr .carousel-indicators{
	 position: relative;
	 margin:0px 0px 30px;
	 
 }
 .date-slider-outr .carousel-indicators [data-bs-target]{
	 height: auto;
	 width: auto;
	 text-indent:0px;
	 border: 2px solid #707070;
	 background: #fff;
	 padding: 0.8rem calc(1.05rem + 0.9vw) 0.7rem;
	 margin: 0px 0.8rem;
	 opacity: 1;
 }
 .date-slider-outr .carousel-indicators .active{
	 background: var(--gray-text-color);
	 border: 2px solid #707070;
 }
  .date-slider-outr .carousel-indicators h5{
	   font-family: var(--headings-font-family);
	   margin-bottom: 0px;
   }
   .date-slider-outr .resp-vtabs .resp-tabs-container{
	   background: transparent !important;
	   border:0 none !important;
	   padding-left: 50px;
	   width: 70%;
   }
   .date-slider-outr .resp-tab-content{
	   padding:0px;
   }
   .date-slider-outr  .resp-tabs-list li{
	   text-align: right;
	   margin-bottom: 0px !important;
   }
   .date-box-outr{
	   position: relative;
   }
   .date-heading-outr{
	   position: absolute;
	   top:0;
	   width: 40%;
   }
   .date-heading-outr h3{
	   font-size: calc(var(--heading-font-25) - 5px);
	   background:var(--bg-sky-color);
	   padding:0.625rem 1.875rem 0.625rem;
	   font-weight: bold;
	   margin-bottom: calc(1.01rem + 0.9vw);
	   text-align: center;
	   font-family: var(--headings-font-family);
   }
   .date-heading-outr p{
	   font-size: 18px;
	   width: 60%;
	   line-height: 1;
   }
   .date-img-outr{
	   margin-left: 30%;
   }
   .date-box-outr .read-btn-outr{
	   position: absolute;
	   bottom:3rem;
       width: 40%;
	   text-align: right;
   }
   
   .date-slider-outr .carousel-control-prev-icon{
	   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
   }
   .date-slider-outr .carousel-control-next-icon{
	    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   }
   .date-slider-outr .carousel-control-prev,.date-slider-outr .carousel-control-next{
	   opacity:1;
	   width: auto !important
   }
   .date-slider-outr .carousel{
	   padding: 0px 3rem;
   }
   
   .date-slider-outr .nav{
	   width: 30%;
	   flex:0 0 auto;
	   margin-right: 3rem !important;
   }
   .date-slider-outr .nav .nav-link{
	   padding: 0.3rem 1rem !important;
    font-size: calc(var(--heading-font-25) - 7px);
    border-bottom: 2px solid #d4c8c6;
	border-radius:0px;
	color: var(--gray-text-color);
	text-align: right;
	font-family: var(--headings-font-family);
   }
   .date-slider-outr .tab-content{
	   flex:1 1 auto;
   }
   .date-slider-outr .nav .nav-link.active{
	   background: transparent;
   }
   .date-slider-outr .nav .nav-link:hover{
	   background: var(--bg-sky-color);
	   color: var(--black);
   }
   @media (min-width: 1199px) {
	   
   }
   
   #wrapper{
  height: var(--height-full);
}

.video-outr{
	position: relative;
}
#play-video{
	font-size: var(--heading-font-25);
	font-family: var(--headings-font-family);
	color: var(--white);
	position: absolute;
	bottom:30px;
	left: 50%;
	transform: translateX(-50%);
}
.instagram-pic-col{
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
 
.instagram-pic-grid-outr .row{
	margin-right: -5px;
    margin-left: -5px;
}
.follow-outr .heading{
	color: var(--heading-gray);
	margin-bottom:var(--margin-30);
	font-size: var(--heading-font-30);
}
.instagram-pic-outr{
	margin: 0px 50px;
}
.instagram-pic-outer{
	aspect-ratio: 1 / 1;
	position: relative;
}
.instagram-pic-outer img{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	
}


.navbar-toggler:focus{
	box-shadow: 0px 0px 0px 0px;
}

.navbar-close{
	position:absolute;
	right:40px;
	top: 30px
}
.navbar-collapse.collapsing{
	height: 0px !important;
}


.art-pic-box-col{
	padding: 0px 10px;
}
.how-rich-box-pic-outr{
	height: 435px;
}
.how-rich-box-pic-outr img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	object-position: left 31%;
}
.activities-pic-box {
	height: 400px;
}
.activities-pic-box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
}
.mCSB_inside > .mCSB_container{
	margin-right: 15px;
}

.play-button-wrapper #circle-play-b svg {
	width: 80px;
	height: 80px;
	fill: var(--secondary-color-five);
	stroke: var(--secondary-color-five);
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	opacity: 0.9;
}
.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	/* align-items: center; */
	/* justify-content: center; */
	width: 100%;
	height: auto;
	pointer-events: none;
	z-index: 9;
	/* padding: 30px; */
}
.video-wrap video{
	height: var(--height-full);
	width: var(--width-full);
}
.bannercaption2 {
	position: absolute;
	color: var(--secondary-color-two);
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 800px;
	width: 100%;
	padding: 0 15px;
	z-index: 1;
	font-weight: 300;
	bottom: 60px;
}
#staticBackdrop .modal-dialog{
	max-width: 800px;
}


.video-wrap {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}
video {
	display: block;
	height: auto;
	margin: auto;
	position: relative;
	width: 100%;
	background-size: cover !important;
	background-position: top left;
}
.video-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Ensure the video is behind all other content */
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    background-size: cover;
    z-index: -1; /* Ensure the video stays in the background */
}
.expand-video  a{
	color:#b2b1b1;
	font-family:var(--headings-font-family);
}


.map-arrow{
	width: calc(3rem + 1vw);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
	width: 1px !important;
	border-color #b2b1b1 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	border-radius: 0px !important;
}


.top_nav {
	width: 100%;
	float: left;
	margin: 5px 0;
	text-align: center;
}
.top_nav ul {
	display: inline-block;
}
.top_nav li {
	display: none;
	padding: 0 15px;
	float: left;
}
.top_nav li.active {
	display: block;
}
.itms, .litms {
	
	position: relative;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	margin-left: 0;
	text-align: center;
}

.itms, .litms {
	float: left;
	position: relative;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	margin-left: 0;
	text-align: center;
}
.leftBtn{
	width: 60%;
	flex: 0 0 auto;
	display: flex;
	display:-ms-flexbox;
}
.leftBtn .map-small-box{
	width: 22%;
	flex: 0 0 auto;
}
.leftBtn svg{
	max-width: 70%;
	flex: 0 0 70%;
	margin: 0px 50px;
}
.rightBtn{
    width: 40%;
	flex: 0 0 auto;
}
.svg-loc {
	cursor: pointer;
}
#browse-map #pageination li a{
	font-family: var(--headings-font-family);
	color: #b2b1b1;
	font-size: 20px;
}
#browse-map #pageination li a:hover{
	color: var(--black);
}
.heading-two{
	font-family: var(--headings-font-family);
	color: var(--black);
}
.weekend-outr .heading-two{
	align-items: center;
}
.date-slider-outr .accordion-item{
	background: transparent !important;
	
	
}
.date-slider-outr  .accordion{
	width: 100%;
}
 .date-slider-outr  .accordion-button{
	 background: transparent !important;
	 box-shadow: 0px 0px 0px !important;
 }
  .date-slider-outr  .accordion-button:focus{
	  box-shadow: 0px 0px 0px !important;
  }
 
 .date-img-outr{
	
	aspect-ratio: 1.50 / 1
}
.date-img-outr img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.date-slider-outr  .carousel .carousel-control-prev,.date-slider-outr  .carousel .carousel-control-next{
	top: 50% !important;
	bottom:auto !important;
	transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
}

.carousel-item .overlay{
	display:none;
}
   
 @media (min-width: 992px) {
	 .date-slider-outr .accordion-body{
		 padding:0px;
	 }
	 .date-slider-outr .accordion-item{
		 border: 0 none !important;
	 }
 }
 
 
 .responsive-tab-menu .nav-pills .nav-link.active,
        .responsive-tab-menu .nav-pills .show>.nav-link {
            color: unset;
        }

        @media (max-width: 991.98px) {

            .responsive-tab-content,
            .responsive-tab-menu {
                display: block !important;
            }

            .nav-pills.nav-tabs-dropdown,
            .nav-tabs-dropdown {
                border: 1px solid #b2b1b1;
                overflow: hidden;
                position: relative;
            }

            .nav-pills.nav-tabs-dropdown::after,
            .nav-tabs-dropdown::after {
                content: "\f107";
				 font-family: 'FontAwesome';
                position: absolute;
                top: 4px;
                right: 15px;
                z-index: 2;
                pointer-events: none;
            }

            .nav-pills.nav-tabs-dropdown.open a,
            .nav-tabs-dropdown.open a {
                position: relative;
                display: block;
            }

            /* .nav-pills.nav-tabs-dropdown.open>li.active>a,
            .nav-tabs-dropdown.open>li.active>a {
                background-color: #eeeeee;
            } */

            .nav-pills.nav-tabs-dropdown li,
            .nav-tabs-dropdown li {
                display: block;
                padding: 0;
                vertical-align: bottom;
            }

            .nav-pills.nav-tabs-dropdown>li>a,
            .nav-tabs-dropdown>li>a {
                position: absolute;
                top: 0;
                left: 0;
                margin: 0;
                width: 100%;
                height: 100%;
                display: inline-block;
                border-color: transparent;
            }

            .nav-pills.nav-tabs-dropdown>li>a:focus,
            .nav-tabs-dropdown>li>a:focus,
            .nav-pills.nav-tabs-dropdown>li>a:hover,
            .nav-tabs-dropdown>li>a:hover,
            .nav-pills.nav-tabs-dropdown>li>a:active,
            .nav-tabs-dropdown>li>a:active {
                
            }

            /* hh */
            .nav-pills.nav-tabs-dropdown>li>a.active,
            .nav-tabs-dropdown>li>a.active {
                display: block;
               
                position: relative;
                z-index: 1;
                background: #f5f5f5 !important;
            }

            .nav-pills.nav-tabs-dropdown>li.active>a:focus,
            .nav-tabs-dropdown>li.active>a:focus,
            .nav-pills.nav-tabs-dropdown>li.active>a:hover,
            .nav-tabs-dropdown>li.active>a:hover,
            .nav-pills.nav-tabs-dropdown>li.active>a:active,
            .nav-tabs-dropdown>li.active>a:active {
                border-color: transparent;
            }
			.responsive-tab-menu{
				position: relative;
				padding-top: 44px;
			}
			.responsive-tab-menu ul{
				position: absolute !important;
                top: 0; 
				left:0;
				right:0;
                z-index: 2;
                background: #f5f5f5;
			}
			.date-slider-outr .nav .nav-link {
	
	font-size: calc(var(--heading-font-25) + 1px);
	
}
        }
  

@media (max-width: 1199.98px) {
	 #slide-1 svg {
	
	position: relative;
	height: 420px;
}
.map-arrow {
	margin-top: 7rem;
	
}
#slide-1.rightBtn{
	width: 60%;
	display: flex;
	display:-ms-flexbox
}
#slide-2.rightBtn{
	width: 40%;
}
#slide-1.rightBtn .map-small-box {
	width: 25%;
	flex: 0 0 auto;
}
#slide-1.rightBtn svg {
	max-width: 100%;
	flex: 0 0 100%;
	margin: 0px 50px;
}
}
@media  (max-width: 991px) {
	 #slide-1 svg {
		 height: auto;
	 }
}
@media  (max-width: 767px) {
  #slide-1 svg {
    width: 100vw;
    left: -70px;
    position: relative;
  }
}
@media  (max-width: 667px) {
  #slide-1 svg {
    width: 92vw;
    left: -45px;
    position: relative;
  }
}
@media  (max-width: 667px) {
  #slide-1 svg {
    width: 100vw;
    left: -45px;
    /*height: 581px;*/
  }
}
@media (max-width: 480px) {
  #slide-1 svg {
    width: 100vw;
    left: -47px;
    /*height: 541px;*/
  }
}