 
        :root{
            --primary:#c88a4d;
            --white:#ffffff;
			--gray:#A9B0A8;
			--orange:#c4884e;
			--primary-dark: #1A3028;
			--font-size: 16px;
		  --background: #f5f1eb;
		  --foreground: #1c1a17;
		  --border: #1c1a171f;
		  --ring: #8b6b3d;
        }

        body{
            font-family: "Figtree", sans-serif;
            overflow-x:hidden;
			font-size:14px;
        }
		h1, .h1{  font-size:30px;}
		h2,.h2, h1, .h1, h3{
			font-family: "Playfair Display", serif;
            font-weight: 500;
		}
		h3{font-weight: 500; font-size: 20px;}
		img{  width:100%; height:auto; }
      .brand-name{
		  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: rgb(245, 241, 235);
  letter-spacing: -0.01em;
	  }
        .hero-section{
            position:relative;
            min-height:100vh;
            display:flex;
            align-items:center;
            justify-content:center;
            overflow:hidden;
            background:#111;
			background-position: top center;
			/*padding-top:160px;*/
			padding-top:100px;
        }

        .hero-section::before{
            content:"";
            position:absolute;
            inset:0;
            background:url("images/hero.jpg") center center/cover no-repeat;
            transform:scale(1.03);
        }

        .hero-section::after{
            content:"";
            position:absolute;
            inset:0;
            background:
            linear-gradient(rgba(10,18,18,.60),rgba(10,18,18,.60)),
            linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.10),rgba(0,0,0,.55));
        }

        .hero-content{
            position:relative;
            z-index:2;
            text-align:center;
            max-width:980px;
        }

       .hero-tag {
  text-transform: uppercase;
  font-size: .75rem;
  margin-bottom: 25px;
  letter-spacing: .22em;
  font-family: "DM Mono", monospace;
  color: #A9B0A8;
}

        .hero-title{
            font-family:"Playfair Display", serif;
            color:#fff;
            font-size:clamp(3rem,7vw,5.5rem);
            font-weight:500;
            line-height:1;
            margin-bottom:0;
        }

        .hero-title em{
            display:block;
            font-style:italic;
            font-weight:400;
            color:rgba(255,255,255,.75);
        }

        .hero-description{
            max-width:525px;
            /*margin:30px auto 70px;*/
            margin:30px auto 50px;
        }
		
		   .hero-description p{
            line-height:1.5;
			color: oklab(1 0 5.96046e-8 / 0.5);
			font-family: "Figtree", sans-serif;
			font-size: 16px;
			font-weight: 300;
        }

       .btn-login, .theme_btn{
		  background: var(--primary);
		  color: #fff;
		  border-radius: 0;
		  padding: 12px 32px;
		  font-weight: 500;
		  border: none;
		  transition: .35s;
		  font-size: 14px;
		}
        .btn-login:hover{
            background:#b9793c;
            color:#fff;
        }

        .outline_btn{
            border:1px solid var(--gray);
            color:#fff;
            border-radius:0;
            padding: 12px 32px;
            font-weight:500;
            transition:.35s;
			font-size: 14px;
			background-color:transparent;
        }
		
		.outline_btn:hover{
             background: var(--primary);
            color:#fff;
			}

        .btn-register:hover{
            background:#fff;
            color:#111;
        }

        .or-text{
            color:rgba(255,255,255,.5);
            font-size:1.2rem;
            margin:0 20px;
        }

        /* Header */

        .hero-header{
            position:absolute;
            left:0;
            right:0;
            top:0;
            z-index:20;
            padding:25px 0;
        }

        .brand{
            display:flex;
            align-items:center;
            text-decoration:none;
            color:#fff;
            gap:15px;
        }

       .brand-icon {
  width: 32px;
  height: 32px;
  background: #1A3028;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8b07a;
  font-size: 15px;
}
 
.brand-icon .lucide-globe {
  height: 16px;
}
        .brand-name span {
  color: #d39b60;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}

        .brand-name span{
            color:#d39b60;
        }
	.agent-link svg {
	  margin-right: 5px;
	}
        .agent-link{
            color:var(--gray);
            text-decoration:none;
            font-size:14px;
			font-weight:500;
        }

        .agent-link:hover{
            color:#fff;
        }

        @media(max-width:991px){

            .hero-title{
                font-size:3.5rem;
            }

            .hero-description{
                font-size:1.1rem;
            }

            .hero-tag{
                letter-spacing:1px;
            }

            .brand-name{
                font-size:1.5rem;
            }

        }

        @media(max-width:576px){

            .hero-actions{
                display:flex;
                gap:15px;
            }

            .or-text{
                display:none;
            }

            .btn-login,
            .btn-register{
                width:100%;
            }

        }
 
 .modal-backdrop.show{
    opacity:.75;
}

.login-modal{
    background:#F8F3EB;
    border:none;
    border-radius:0;
    position:relative;
}

.login-modal .modal-body{
    padding:50px;
}

.login-title {
  font-family: "Playfair Display",serif;
  font-size: 24px;
  color: rgb(28, 26, 23);
  margin-bottom: 8px;
  font-weight: 500;
}

.login-subtitle {
  font-family: "Figtree",sans-serif;
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 40px;
}

.form-label{
    font-family:"DM Mono",monospace;
    font-size:12px;
    letter-spacing:0.6px;
    color:#110b08;
    margin-bottom:10px;
	text-transform:uppercase;
}
.login-input::placeholder {
  color: #bbb;
}
.login-input {
  height: 45px;
  border: 1px solid rgba(28, 26, 23, 0.12);
  border-radius: 0;
  background: rgb(237, 232, 224);
  font-family: "Figtree",sans-serif;
  font-size: 14px;
}

.login-input:focus{
    box-shadow:none;
    border-color:#0F2E26;
}

.login-submit {
  height: 45px;
  background:var(--primary-dark);
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: .3s;
}

.login-submit:hover{
    background:#204437;
    color:#fff;
}

.forgot-link{
    color:#C4884E;
    text-decoration:none;
    font-size:12px;
}

.forgot-link:hover{
    color:#A96F39;
}

.custom-close{
    position:absolute;
    top:24px;
    right:24px;
    z-index:5;
    font-size:20px;
}

.password-toggle{
    position:absolute;
    top:50%;
    right:16px;
    transform:translateY(-50%);
    border:none;
    background:none;
    cursor:pointer;
    font-size:18px;
    color:#7A7269;
}

.login-note{
    margin-top:30px;
    text-align:center;
    color:#8C8277;
    font-size:16px;
    font-family:"Figtree",sans-serif;
}

.login-note span{
    color:#B2AAA1;
}

@media (min-width:992px){

    .modal-dialog{
        max-width:450px;
    }

}

@media (max-width:768px){

    .login-modal .modal-body{
        padding:35px 25px;
    }

    .login-title{
        font-size:42px;
    }

}
.main-header{
	background-color:var(--primary-dark);
	padding: 10px 0px 0px 0px;
}
footer {
  background-color: var(--primary-dark);
  padding: 56px 0px;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  color: oklab(1 0 5.96046e-8 / 0.55);
}

section{
	background-color:var(--background);
	padding:40px 0px;
}

.desti_card{
    position: relative;
    border:1px solid #1C1A171F;
    background:#fff;
    overflow:hidden;
    transition:all .35s ease;
}

.desti_card .desti_img{
    height:208px;
    overflow:hidden;
    position:relative;
}

.desti_card .desti_img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.desti_card:hover .desti_img img{
    transform:scale(1.08);
}

.desti_card .desti_img::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
        rgba(0,0,0,.75) 0%,
        rgba(0,0,0,.10) 55%,
        transparent 100%);
    transition:.35s;
}

.desti_card:hover .desti_img::after{
    background:linear-gradient(to top,
        rgba(0,0,0,.82) 0%,
        rgba(0,0,0,.15) 55%,
        transparent 100%);
}

.desti_card .overlay_text{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:18px;
    z-index:2;
}

.desti_card .overlay_text label, .inner_hero_section .container.hero_overlay label{
    color:#C4884E;
    font-family:"DM Mono", monospace;
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.desti_card .overlay_text h3{
    font-family:"Playfair Display", serif;
    color:#fff;
    font-size:22px;
    margin:4px 0 0;
}

.desti_card .desti_text{
    padding:20px;
}
.desti_card:hover{
	border-color:#C4884E;
}
.desti_card a{ text-decoration:none;}
.desti_card .desti_text p{
    font-size:14px;
    color:#7A6F62;
    font-family:"Figtree", sans-serif;
    line-height:1.8;
    /* Two line ellipsis */
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
}

.hotels_section .desti_card .desti_text p{ 
  font-size: 12px;
  color: oklab(0.548007 0.00744285 0.0227954 / 0.65);
  margin-bottom:0px;
}

.link_text{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#c4884e;
    font-weight:500;
	font-family: "DM Mono", monospace;
	font-size: 12px;
}

 
.desti_card .view_details {
  visibility: hidden;
  backdrop-filter: blur(8px);
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: oklab(1 0 5.96046e-8 / 0.15);
  border: solid 1px oklab(1 0 5.96046e-8 / 0.3);
  display: flex;
  color: #fff;
  width: 100px;
  height: 34px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  z-index: 3;
}

.desti_card:hover .view_details { visibility:visible; }

.link_text svg{
    transition:.3s;
}

.desti_card:hover .link_text svg{
    transform:translateX(5px);
    color:#C4884E;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
  }
}
.page_title p{
	margin-bottom:8px;
}
.page_title ._tag {
    color: rgb(196, 136, 78);
    font-family: "DM Mono", monospace;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    letter-spacing: .2em;
    position: relative;
    background-color: transparent;
    left: 0px;
    padding: 0px;
    top: 0px;
}

.search_area {
  position: relative;
  width: 100%;
}

.search_area .btn {
  position: absolute;
  height: 40px;
}
.search_area .btn svg {
  width: 16px;
  color: #7a6f62fa;
}
.search_area .form-control {
  padding-left: 40px;
  height:40px;
}
 
.top_right_bar ul {
  text-decoration: none;
  color: oklab(1 0 5.96046e-8 / 0.35);
  font-size: 12px;
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0px;
  padding: 0px;
  justify-content: flex-end;
}
.top_right_bar ul li.mob_menu{ display:none; }
.top_right_bar ul li a{ color: oklab(1 0 5.96046e-8 / 0.35); text-decoration:none;}
.top_right_bar ul li a:hover{ color:#fff; }
.top_right_bar ul li span {
  background-color: oklab(1 0 5.96046e-8 / 0.1);
  color: oklab(1 0 5.96046e-8 / 0.5);
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  padding: 2px 8px;
  display: inline-block;
  margin-right: 12px;
}
 
.main-header nav ul {
  color: oklab(1 0 5.96046e-8 / 0.35);
  font-size: 12px;
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0px;
  padding: 0px;
}
.main-header nav ul li a {
  font-size: 14px;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  color: oklab(1 0 5.96046e-8 / 0.7);
  padding: 13px 20px;
  border-bottom: solid 2px transparent;
  display: block;
}
.main-header nav ul li a:hover, .main-header nav ul li.active a {
  color:#fff;
  border-color:var(--primary);
}

.main-header nav {
  border-top: solid 1px oklab(1 0 5.96046e-8 / 0.1);
  margin-top: 15px;
}
.footer_content .brand {
  margin-bottom: 20px;
}
footer a {
  text-decoration: none;
  color: oklab(1 0 5.96046e-8 / 0.55);
}
footer a:hover{ color:#fff; }
footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
 
.footer_content_row {
  display: flex;
  gap: 40px;

}
.footer_content_row ul li{ margin-bottom:8px; }
.footer_content_row  h5{ margin-bottom:15px; }
footer h5 {
  font-size: 10px;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: oklab(1 0 5.96046e-8 / 0.3);
}

.footer_bottom p {
  margin-bottom: 0px;
  color: oklab(1 0 5.96046e-8 / 0.25);
  font-size: 11px;
}
.footer_bottom_link {
  display: flex;
  justify-content: flex-end;
  gap:10px;
}
.footer_bottom_link a {
  position: relative;
  display: inline-block;
  font-family: "DM Mono", monospace;
  color: oklab(1 0 5.96046e-8 / 0.25);
  font-size: 11px;
}
.footer_bottom {
  color: oklab(1 0 5.96046e-8 / 0.25);
  font-size: 11px;
}

 
footer .hr {
  border-top: solid 1px oklab(1 0 5.96046e-8 / 0.1);
  margin-top: 15px;
  padding-bottom: 25px;
}
.footer_bottom_link a::before {
  content: ".";
  position: relative;
  top: -3px;
  left: -7px;
}
.footer_bottom_link a:first-child::before {
	display:none;
}

.mob_menu button {
  border: none;
  background-color: transparent;
  color: oklab(1 0 5.96046e-8 / 0.55);
}

.main-header nav.active {
  display: block;
  padding-top: 15px;
}

.main-header nav.active ul {
  display: block;
}
.main-header nav.active ul li.active a, .main-header nav.active ul li.active a:hover{
  border-bottom: 0px;
  background-color: oklab(1 0 5.96046e-8 / 0.1);
}
.main-header nav.active ul li a {
  padding: 10px 20px;
}
.main-header nav.active ul li a:hover{
	border-bottom:0px;
}
._location {
  color: rgb(122, 111, 98);
  font-size: 12px;
  margin-bottom:8px;
}
 ._tag {
  position: absolute;
  background-color: rgba(26, 48, 40, 0.85);
  z-index: 3;
  padding: 4px 8px;
  color: oklab(1 0 5.96046e-8 / 0.9);
  font-size: 10px;
  font-family: "DM Mono", monospace;
  text-transform: capitalize;
  left: 12px;
  top: 12px;
}
.desti_card h4 {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: rgb(28, 26, 23);
}
/*==========================
  Modal
==========================*/

.hotel_modal .modal-dialog{
    max-width:768px;
}

.hotel_modal .modal-content{
    border:0;
    border-radius:0;
    background:#F8F3EB;
}

.hotel_modal .modal-body{
    padding:0;
}

.hotel_modal .btn-close{
    position:absolute;
    top:25px;
    right:25px;
    z-index:20;
}

.modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: .3s;
}

.modal-close:hover{
    background:#1A3028;
}


/*==========================
  Gallery
==========================*/

.hotel_gallery{
    position:relative;
}

.hotelMainSlider{
    /*height:500px;*/
}

.hotelMainSlider img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
}
.hotelMainSlider .swiper-slide{
	position:relative;
}	
.hotelMainSlider .swiper-slide .overlay_bg{
 top:0px;
 left:0px;
 position:absolute;
 height:100%;
 width:100%;
 background-image: linear-gradient(to top, oklab(0.195388 -0.020111 0.010491 / 0.5) 0%, rgba(0, 0, 0, 0) 100%) 
}	

.hotelThumbSlider{
    position:absolute !important;
    left:50%;
    bottom:25px;
    transform:translateX(-50%);
    width:300px;
    z-index:20;
}

.hotelThumbSlider .swiper-slide{
    cursor:pointer;
    opacity:.9;
    border:2px solid transparent;
    transition:.3s;
}

.hotelThumbSlider .swiper-slide-thumb-active{
    opacity:1;
    border-color:#C4884E;
}

.hotelThumbSlider img{
    width:100%;
    height:24px;
    object-fit:cover;
    display:block;
}


/*==========================
  Content
==========================*/

.hotel_content{
    padding:28px 28px;
    background:#F8F3EB;
}

.hotel_content h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: rgb(28, 26, 23);
    margin-bottom: 18px;
}

.hotel_location{
    display:flex;
    align-items:center;
    gap:5px;
    font-family:"Figtree", sans-serif;
    color:#7A6F62;
    font-size:14px;
}

.hotel_location svg{
    color:#C4884E;
}

.hotel_short_text{
    font-family:"Figtree", sans-serif;
    color:#B0A293;
    font-size:12px;
    margin-top:15px;
}

.hotel_description{
    margin-top:15px;
}

.hotel_description p{
    font-family:"Figtree", sans-serif;
    font-size:14px;
    line-height:1.5;
    color:#61564A;
}

.hotel_highlights{
    margin-top:20px;
}

.hotel_highlights h6 {
    font-family: "DM Mono", monospace;
    color: #C4884E;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom:10px;
    font-size: 12px;
}

.highlight_item {
    background: #F2EBE1;
    padding: 14px;
    font-family: "Figtree", sans-serif;
    font-size: 12px;
    color: #2F2B27;
    display: flex;
    align-items: center;
    gap: 14px;
}

.highlight_item::before {
    color: #3E8A52;
    font-weight: bold;
    content: "";
    border: solid 2px #3E8A52;
    height: 12px;
    width: 7px;
    border-left: 0px;
    border-top: 0px;
    transform: rotate(43deg);
    position: relative;
    top: -2px;
}


/*==========================
 Responsive
==========================*/

@media(max-width:991px){

.hotelMainSlider,
.hotelMainSlider img{
    height:350px;
}

.hotelThumbSlider{
    width:300px;
}

.hotel_content{
    padding:35px;
}

.hotel_content h2{
    font-size:40px;
}

.hotel_short_text{
    margin-top:20px;
    text-align:left;
}

}

@media(max-width:767px){

.hotelMainSlider,
.hotelMainSlider img{
    height:260px;
}

.hotelThumbSlider{
    width:260px;
}

.hotel_content{
    padding:25px;
}

.hotel_content h2{
    font-size:30px;
}

}

.category_filter{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.category_btn {
    background: #EDE8E0;
    border: none;
    padding: 7px 16px;
    /* min-width: 124px; */
    font-family: "DM Mono", monospace;
    font-size: 12px;
    font-weight: 500;
    color: #7A6F62;
    letter-spacing: normal;
    cursor: pointer;
    transition: .3s ease;
}

.category_btn:hover{
    background:#1A3028;
    color:#fff;
}

.category_btn.active{
    background:#1A3028;
    color:#fff;
}

.category_btn:focus{
    outline:none;
    box-shadow:none;
}

.tab-item{
    display:none;
}

.tab-item.show{
    display:block;
}

/*=========================================
 Gallery Masonry
=========================================*/

.gallery_section{
    padding:80px 0;
}

.gallery-grid{
    column-count:4;
    column-gap:20px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    margin-bottom:20px;
    break-inside:avoid;
    cursor:pointer;
    background:#000;
}

.gallery-item img{
    width:100%;
    display:block;
    transition:transform .6s ease;
}

/*=========================================
 Hover Overlay
=========================================*/

.gallery-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;

    background:linear-gradient(to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.15),
        transparent);

    opacity:0;
    transition:.35s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-info{
    flex:1;
}

.gallery-info h4{
    margin:0;
    color:#fff;
    font-family:"Figtree",sans-serif;
    font-size:22px;
    font-weight:600;
}

.gallery-info p{
    margin:4px 0 0;
    color:rgba(255,255,255,.8);
    font-family:"Figtree",sans-serif;
    font-size:14px;
}

.gallery-zoom{
    width:42px;
    height:42px;
    border-radius:50%;
    border:0;
    background:rgba(255,255,255,.15);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.gallery-zoom:hover{
    background:#C4884E;
    transform:scale(1.1);
}

/*=========================================
 Modal
=========================================*/

.galleryModal .modal-content{
    background:#111;
    border:none;
    border-radius:0;
}

.gallery-preview{
    height:calc(100vh - 140px);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.gallery-preview img{
    max-width:92%;
    max-height:92%;
    object-fit:contain;
}

/*=========================================
 Close
=========================================*/

.gallery-close{
    position:absolute;
    right:35px;
    top:30px;
    z-index:100;

    width:36px;
    height:36px;

    border:0;
    border-radius:50%;

    color:#fff;
    background:rgba(255,255,255,.15);

    font-size:15px;

    transition:.3s;
}

.gallery-close:hover{
    background:#C4884E;
}

/*=========================================
 Previous / Next
=========================================*/

.gallery-prev,
.gallery-next{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:44px;
    height:44px;

    border:0;
    border-radius:50%;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-size:18px;

    z-index:99;

    transition:.3s;

}

.gallery-prev{
    left:30px;
}

.gallery-next{
    right:30px;
}

.gallery-prev:hover,
.gallery-next:hover{

    background:#C4884E;

}

/*=========================================
 Footer
=========================================*/
 
.gallery-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 50px;

  background: linear-gradient(to top,#000,transparent);

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.gallery-text h3 {
  color: #fff;
  font-family: "Playfair Display",serif;
  font-size: 15px;
  margin-bottom: 8px;
}

.gallery-text p {
  color: oklab(1 0 5.96046e-8 / 0.4);
  margin-bottom: 15px;

  font-size: 12px;
  font-family: "DM Mono", monospace;
}

/*=========================================
 Download Button
=========================================*/
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:9px 26px;
  background: rgb(196, 136, 78);
  color: #fff;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  transition: .3s;
  font-size: 12px;
  gap: 8px;
}

.download-btn:hover{

    background:#1A3028;

    color:#fff;

}

/*=========================================
 Responsive
=========================================*/

@media(max-width:1400px){

.gallery-grid{

    column-count:3;

}

}

@media(max-width:991px){

.gallery-grid{

    column-count:2;

}

.gallery-preview{

    height:70vh;

}

.gallery-footer{

    padding:25px;

}

.gallery-text h3{

    font-size:24px;

}

.gallery-prev,
.gallery-next{

    width:48px;
    height:48px;

}

}

@media(max-width:767px){
.gallery-item {
  margin-bottom: 8px;
}
.gallery-grid{
    column-count:2;
}
.gallery-grid {
  column-gap: 9px;
}
.gallery-footer{
    flex-direction:column;
    gap:15px;
    text-align:center;
}

.gallery-close{

    right:15px;
    top:15px;

}

.gallery-prev{

    left:10px;

}

.gallery-next{

    right:10px;

}

.gallery-text h3{

    font-size:20px;

}

}

.galleryModal .modal-dialog {
        max-width: 100%;
    } 
.home_back_video video {
    width: 100%;
}	
.inner_hero_section {
  position: relative;
}
.inner_hero_section .container.hero_overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  padding-bottom: 32px;
}
.inner_hero_section .hero_img {
  height: 384px;
  overflow: hidden;
  background-color: #000;
}
.inner_hero_section .hero_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: .55;
}
.overlay_background{
	background-image: linear-gradient(to top, oklab(0.195388 -0.020111 0.010491 / 0.85) 0%, rgba(0, 0, 0, 0) 100%);
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}
.inner_hero_section .container.hero_overlay h1 {
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 0px;
}
.inner_hero_section .container.hero_overlay p {
  margin-bottom: 0px;
  color: oklab(1 0 5.96046e-8 / 0.55);
  font-family: "DM Mono", monospace;
  font-size: 14px;
}
.inner_hero_section .container.hero_overlay .back_link{
	margin-bottom:20px;
}
.inner_hero_section .container.hero_overlay .back_link a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
    color: #FFFFFF80;
}
.inner_hero_section .container.hero_overlay .back_link a svg {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
 
.inner_hero_section .container.hero_overlay .back_link a:hover svg {
  stroke:oklab(1 0 5.96046e-8 / 0.9);
}
.inner_hero_section .container.hero_overlay .back_link a:hover{
   color: oklab(1 0 5.96046e-8 / 0.9);
}

.tabs-details .desti_card:hover .desti_img img {
    transform: scale(1);
}


.quick-info-card{
    max-width:550px;
    background:#fdfbf7;
    border:1px solid #ddd5ca;
    padding:30px;
    font-family:Georgia, serif;
}

.quick-info-card .quick-title {
  margin: 0 0 16px;
  font-size: 12px;
  font-family: "DM Mono", monospace;
  letter-spacing: 2.4px;
  color: rgb(196, 136, 78);
  font-weight: 400;
  text-transform: uppercase;
}

.quick-info-card .info-item{
    padding:18px 0;
    border-top:1px solid #ddd5ca;
}

.quick-info-card .info-item:first-of-type{
    border-top:1px solid #ddd5ca;
}

.quick-info-card .info-item.last{
    padding-bottom:0;
}

.quick-info-card .label {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgb(122, 111, 98);
}

.quick-info-card .info-item h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}

 

.map-card{
    max-width:620px;
}

.map-card .map-title{
    color: rgb(196, 136, 78);
    font-family: "DM Mono", monospace;
    font-size: 12px;
	margin-bottom: 12px;
	letter-spacing: 2.4px;
}

.map-card .tour-map{
    position:relative;
    height:320px;
    border:1px solid #d7cfc1;
    background:#f5efe3;
    overflow:hidden;

    background-image:
    radial-gradient(circle,#d8b98d 1.4px,transparent 1.4px);
    background-size:42px 42px;
}
.map-card .tour-map ._map_body {
    position: relative;
    top: -110px;
    right: 45px;
}

/* Routes */

.map-card .route{
    position:absolute;
    border-top:2px dashed #cbb58a;
    transform-origin:left center;
}

.map-card .route-1{
    width:118px;
    left:208px;
    top:250px;
    transform:rotate(-47deg);
}

.map-card .route-2{
    width:145px;
    left:208px;
    top:305px;
    transform:rotate(-20deg);
}

.map-card .route-3{
    width:95px;
    left:255px;
    top:318px;
    transform:rotate(-42deg);
}

/* Landmark */

.map-card .landmark{
    position:absolute;
    display:flex;
    align-items:center;
    gap:8px;
}

.map-card .dot{
    width:18px;
    height:18px;
    border-radius:50%;
    border:3px solid #fff;
    box-shadow:0 0 0 1px rgba(0,0,0,.08);
    transition:.3s;
}

.map-card .landmark:hover .dot{
    transform:scale(1.2);
}

.map-card .name{
    font-family: 'DM Mono';
    font-size: 8px;
    color: rgb(58, 46, 32);
}
/* Colors */

.gold{background:#c99658;}
.brown{background:#9b7b4b;}
.red{background:#d26d68;}
.orange{background:#cb8b4f;}
.orange-dark{background:#d56b45;}
.blue{background:#7274a5;}

/* Positions */

.map-card .red-fort{
    top:145px;
    left:292px;
}

.map-card .chandni{
    top:162px;
    left:268px;
}

.map-card .jama{
    top:178px;
    left:252px;
}

.map-card .connaught{
    top:202px;
    left:308px;
}

.map-card .indian{
    top:218px;
    left:276px;
}

.map-card .india{
    top:235px;
    left:334px;
}

.map-card .humayun{
    top:260px;
    left:325px;
}

.map-card .qutub{
    top:308px;
    left:195px;
}

.map-card .legend {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 7px;
    color: rgb(138, 117, 96);
    width: 100%;
    font-family: "Courier New", monospace;
}

.map-card .compass{
    position:absolute;
    right:22px;
    bottom:20px;
    width:48px;
    height:48px;
    border:2px solid #a78957;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6f5637;
}

.map-card .compass span{
    position:absolute;
    top:-10px;
    font-size:12px;
    font-weight:bold;
}

.map-card .arrow{
    width:2px;
    height:18px;
    background:#6f5637;
    position:relative;
}

.map-card .arrow::before{
    content:"";
    position:absolute;
    left:-4px;
    top:-6px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:8px solid #6f5637;
}

.weather-card{
    max-width:640px;
    padding:28px;
    border:1px solid #d9d2c8;
    background:#faf8f4;
}

.weather-title{
    color: rgb(196, 136, 78);
    font-family: "DM Mono", monospace;
    font-size: 12px;
	margin-bottom: 12px;
	letter-spacing: 2.16px;
}

.chart-wrapper{
    height:270px;
}

.weather-legend{
    display:flex;
    gap:35px;
    margin-top:28px;
    color:#6b5d50;
    font-size:16px;
}

.weather-legend div{
    display:flex;
    align-items:center;
    gap:8px;
	color: rgb(122, 111, 98);
	font-family: "Figtree", sans-serif;
	font-size: 10px;
}

/*.legend{
    width:18px;
    height:8px;
    border-radius:20px;
}*/

.high{
    background:#c67d37;
}

.low{
    background:#4d825d;
}

.rain{
    background:#9dc8eb;
}

.guide-btn {
  margin-top: 35px;
  max-width: 640px;
  background: #193228;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: .3s;
  font-family: "Figtree", sans-serif;
}

.guide-btn:hover{
    background:#234236;
}

.guide-btn i{
    font-size:22px;
}
.desti-section p{
	font-size:16px;
	color: rgb(122, 111, 98)
}
.desti-section .highlight_item:hover{ 
  border-color:#C4884E;
}

.desti-section .highlight_item {
  border: solid 1px rgba(196, 136, 78, 0.4);
  background-color: rgb(250, 248, 244);
  padding: 17px 17px;
  font-size:14px;
  font-family: "Figtree", sans-serif;
}
 
 .desti-section .desti_card .desti_text p{
	 font-size:12px;
	 display:block;
 }
 .desti_card .desti_text h5 {
    font-size: 10px;
    color: rgb(196, 136, 78);
    background-color: oklab(0.674918 0.0468258 0.093727 / 0.1);
    display: inline-block;
    padding: 4px 10px;
}

.accommodations  .desti_card .desti_text h5 {  
   color:rgb(26, 48, 40);
   background-color:oklab(0.287865 -0.0313125 0.00613403 / 0.1);
}