@media (min-width:1024px){
    .booking-form{
        grid-template-columns:1fr 1fr .8fr auto;
        align-items:end;
    }
}

@media screen and (min-width: 992px){

    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        padding: 0;
    }

    .navbar-nav{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .sub-menu{
        position: absolute;
        left: 15%;
        width: 70%;
        top: 100%;
        background: #f8f8f8;7
        justify-content: center;
        margin: auto;
        right: 15%;
    }
    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 5rem;
    }

    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* header */
    .header{
        height: calc(100vh - 75px);
    }
    .header h2{
        font-size: 6rem;
    }
    .header p{
        width: 40%;
    }
}




@media(min-width: 1400px) and (max-width: 1699px){
   h1{
    font-size: 45px;
	line-height: 1.3;
}
h2{
    font-size: 34px;
	line-height: 1.3;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 25px;
}
h5{
    font-size: 22px;
}

 .main-wrapper.sticky .navbar{
    padding: 0;
 }

.header_inner{
    padding: 0 1rem;
}
.brand-and-icon{
    flex: 0 0 auto;
}
/*
    .navbar-expand-lg .navbar-nav .nav-link, .navbar-nav > li > a {
             padding: 15px 6px;
        margin: 0;
        font-size: 16px;
    }
*/
        .navbar-expand-lg .navbar-nav {
       flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
.navbar-menu {
        display: flex;
        justify-content: center;
        width: auto;
    }
    .navbar-brand {
    margin: 0;
    max-width: 230px;
}


}


@media(min-width: 1200px) and (max-width: 1399px){
	
h1{
    font-size: 42px;
	line-height: 1.3;
}
h2{
    font-size: 32px;
	line-height: 1.3;
}
h3{
    font-size: 27px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 21px;
}
	.recentblog_card h4{
		font-size: 18px;
	}
	.room_row{
		gap: 50px 0
	}
	.expInner-section .container-fluid {
    padding: 0 20px;
    max-width: 100%;
}
   
.navbar{
    padding: 1rem 0;
}
.main-wrapper.sticky .navbar{
    padding: 0;
}

.header_inner{
    padding: 0;
}
.brand-and-icon .navbar-brand {
    max-width: 220px;
}
    .navbar-expand-lg .navbar-nav .nav-link, .navbar-nav > li > a {
     padding: 15px 10px;
        margin: 0 5px;
        font-size: 14px;
    }
        .navbar-expand-lg .navbar-nav {
       flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
.navbar-menu {
        display: flex;
        justify-content: center;
        width: auto;
    }
    .navbar-brand {
    margin: 0;
    max-width: 250px;
}
 .navbar-nav > li.header-right a{
		padding: 12px 20px;
	}

}



@media(max-width: 1199px){
h1{
    font-size: 40px;
	line-height: 1.3;
}
h2{
    font-size: 30px;
	line-height: 1.3;
}
h3{
    font-size: 25px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 20px;
}
	.recentblog_card h4{
		font-size: 17px;
	}
	.room-featured li{
		font-size: 14px;
	}
	.expInner-section .exp_para.pb-mob-0{
		padding-bottom: 0
	}
}
@media(min-width: 992px) and (max-width: 1199px){

	.dine_gallery .ag-photo-gallery_img{
		min-height: 250px;
	}
	
	.about_content {
    padding-left: 25px;
}
	.about_content.pr-40{
		padding-right: 25px;
	}
	.glance_box h4{
		font-size: 18px;
	}
	 ul.room-amenities-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.large_img img{
		min-height: 480px;
        object-fit: cover;
	}

	.glance_box p{
		font-size: 14px;
	}
	.room_inner_box .room_img img{
		min-height: 280px;
	}
	.blog_img img{
		min-height: 280px;
	}
.footer-para p, .footer-widget p,
	.footer-widget .footer-item a, ul.footer-links li a{
		font-size: 13px;
	}
	.footer-widget .footer-item i{
		margin-right: 5px;
    font-size: 13px;
	}
	.expInner-section .exp_para {
    padding: 40px 10px;
}
	.expInner-section .container-fluid{
		padding: 0 15px
	}
	.expInner-section .col-lg-6{
		width: 100%;
	}
	.brand-and-icon .navbar-brand {
    max-width: 180px;
    padding: 10px 0;
}
	.expInner-section .col-mob-rev{
		flex-direction: column-reverse
	}
	.footer-logo img {
    max-width: 185px;
}
	.social-list ul{
		padding-left: 0px;
	}
    .recentblog_card h4{
        font-size: 17px;
    }
.navbar{
    padding: 0;
}
	.main-wrapper.sticky .navbar{
		padding: 0
	}
.main-wrapper .container-fluid {
    margin: 0;
    padding: 0;
}
.header_inner{
    padding: 0;
}
	.main-wrapper.sticky .header_inner{
		padding: 0rem 0rem 1rem 0rem
	}
.brand-and-icon{
    flex: 0 0 auto;
}
 .navbar-expand-lg .navbar-nav .nav-link,   .navbar-nav > li > a {
     padding: 15px 12px;
        margin: 0px;
        font-size: 15px;
    }
        .navbar-expand-lg .navbar-nav {
       flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
        width: 100%;
    }
    .navbar-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
		padding: 0 1rem;
}
    .navbar-brand {
    margin: 0;
    max-width: 270px;
}
    .header-right {
        position: fixed;
        right: -35px;
        top: 50%;
        transform: rotate(-90deg);
    }
	li.nav-item.header-right a{
		padding: 10px 15px;
		border-radius: 0px;
	}
html, body, p, a, li {
    font-size: 15px;
}

.exp-section{
    background-color: transparent;
}
	 .ag-format-container {
    width: 960px;
  }
}

/* Media Queries */


@media(max-width: 991px){
	.nav-tabs .nav-link{
		font-size: 15px;
		padding: 8px 20px;
	}
	.ag-photo-gallery_caption{
		font-size: 16px;
	}
	.form-btn button, a, p, li{
		font-size: 15px;
	}
	.fac_content.pr-40, .fac_content {
    padding: 0 0 30px 0
}
		.top_block .d-flex.justify-content-between {
    flex-direction: column;
    margin-bottom: 30px;
}
	 ul.room-amenities-list{
		grid-template-columns: repeat(1, 1fr);
	}
    .hero-content{
        margin: 0 30px;
        max-width: 100%;
    }

    .hero-content h1{
        font-size: 48px;
    }

    .hero-content p{
        font-size: 16px;
    }

.about_sec .col-mob-rev {
    flex-direction: column-reverse;
}
	.fac_section .gold-divider.mx-auto {
    justify-content: flex-start;
}
	.expInner-section .row .col-lg-6{
		padding: 0 15px
	}
	.expInner-section .row img{
		min-height: 100%;
	}
	ul.amen-list{
		padding-top: 10px
	}
	.mt-70.mt-mob-30 {
    margin-top: 0px;
}
	ul.dine-list {
    padding-left: 20px;
    padding-top: 15px;
}
	.booking-item {
    margin-top: 20px;
}	
	.mt-130 {
    margin-top: 70px;
}
	.pr-50 {
    padding-right: 0;
}
	.pl-50 {
    padding-left: 0px;
}
	.room-small-img img{
		left: 0;
	}
	.room-small-img-right img{
		right: 0;
	}
	.room-inner-img{
		margin-top: 30px;
	}
	.room-featured{
		flex-wrap: wrap;
	}
	.room-inner-img img{
		min-height: auto;
	}
		.contact-item {
    margin-top: 30px;
}

.brand-and-icon .navbar-brand {
    max-width: 250px;
    padding: 10px 0;
}
    button.navbar-toggler {
   height: 35px;
        width: 35px;
        background-color: #cca369;
        border-radius: 5px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
}
	.navbar-toggler:focus{
		box-shadow: none;
	}
	.main-wrapper{
		position: relative
	}
	.main-wrapper.sticky{
		position: fixed
	}
.navbar-menu {
      position: fixed;
        width: 280px;
        left: 0;
        top: 0;
        height: 100%;
        background-color: #f4f0e8;
        padding: 40px 0 40px 25px;
        bottom: 0;
        margin-left: -280px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
}
.navbar-menu.show{
    margin-left: 0;
}
	.header_inner{
		padding: 0
	}
body.active {
    overflow: hidden;
    position: relative;
}
body.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    z-index: 9;
}
	.room_slider .swiper-button-next, .room_slider .swiper-button-prev{
		width: 30px;
    height: 30px;
	}
	.room_slider .swiper-button-next i, .room_slider .swiper-button-prev i {
    font-size: 14px;
}
	.room_slider .swiper-button-prev{
		right: 50px;
	}
}

@media(min-width: 768px) and (max-width: 991px){
	.hero-style{
		height: 700px
	}
		.slide-inner{
		height: auto;
		min-height: 700px;
		padding: 50px 0
	}
	.dine_gallery .ag-photo-gallery_img{
		min-height: 200px;
	}
	.choose_sec .row.mt-20 {
    gap: 25px 0;
		margin-top: 15px;
}
	.why_box{
		margin-bottom: 25px;
		height: auto
	}
	
	.col-mob-rev {
    flex-direction: column-reverse;
		        align-items: flex-start !important;
}
			.glance-flex {
    flex-wrap: wrap;
    gap: 25px;
}
	.glance-flex .flex-item{
		width: 48%;
	}
.glanc_sec .row.mt-30 {
    gap: 30px 0;
}
	ul.abt-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.di-list{
		grid-template-columns: repeat(2, 1fr);
	}
	
		.room_row{
		flex-wrap: wrap;
		gap: 30px 0;
			justify-content: center;
	}

	.dine-flex{
		    gap: 30px 0;
    flex-wrap: wrap;
		justify-content: space-evenly;
	}
	
	.dine-flex .flex-item {
        width: 47%;
    }
	.dine_content.pr25, .fac_content.pr25, .dine_content.pl25 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
}
		.page_bottom {
    margin: 0px 0 70px 0;
}

	.common-padd.room_inner .text-center, .fac_section .text-center, .expInner-section .text-center{
    text-align: left !important;
}
	
		.footer-item p br {
    display: none;
}

	.fac_section .mt-30{
		margin-top: 0
	}
	.fac_content.pr25{
		padding-left: 0;
    padding-right: 0;
		padding-top: 40px;
	}
	
		.expInner-section .col-mob-rev, .mt-mob-50 {
    margin-top: 50px;
}
	.expInner-section .col-mob-rev, .room_inner .col-mob-rev, .dine_sec .col-mob-rev, .fac_section .col-mob-rev{
		flex-direction: column-reverse	
	}
	.exp_para {
    padding: 30px;
}
	.expInner-section .exp_para {
    padding: 30px 0 0 0;
}
	.expInner-section .container-fluid {
    padding: 0 40px;
}
	.ag-photo-gallery_list{
		grid-gap: 12px;
	}
        .brand-and-icon {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
    .navbar-brand img {
    max-width: 250px;
    }
    .header-right {
    display: inline-flex;
}
.hero-content h1 {
        font-size: 40px;
    }
	.top-half_head-btn {
    float: none;
    margin-top: 20px;
}
    .small_img{
        right: 0;
    }
    .large_img {
    width: 100%;
}
.about_content {
    padding-left: 0;
    padding-top: 0px;
	padding-bottom: 30px;
}
	.about_content.pr-40 {
    padding-left: 0;
    padding-right: 0;
		padding-bottom: 30px;
}
	.pl-40 {
    padding-left: 0;
		padding-bottom: 30px;
}
	.large_img img{
		    min-height: 450px;
	}
	
	.about_content_right{
		padding-right: 0;
		padding-top: 40px;
	}
.dine_content.pr-40 {
        padding-right: 0;
        padding-bottom: 40px;
    }

.room_section .mt-30, .mob-row{
    gap: 40px 0
}
.copyright-row{
    flex-direction: column;
    text-align: center;
}
.copy-logo {
    float: none;
}
	 .ag-format-container {
    width: 750px;
  }
}

@media(min-width: 576px) and (max-width: 767px){
	.blog_img img {
        min-height: 450px;
    }
	.dine-flex{
		    gap: 20px;
    flex-wrap: wrap;
	}

	
	.dine-flex .flex-item{
		width: 70%;
	}
		.glance-flex {
    flex-wrap: wrap;
    gap: 25px;
}
	.glance-flex .flex-item{
		width: 47%;
	}
	.glance_box{
		padding: 30px 15px 30px;
        height: 100%;
        margin-bottom: 25px;
	}
	.spaces_sec .glance_box{
		padding: 30px 25px;
	}
	.glance_box h2{
		font-size: 40px;
	}
	.glance_box p{
		    text-transform: capitalize;
    font-size: 14px;
	}
}

@media(max-width: 767px){
		.hero-style{
		height: 600px;
	}
	.di-list{
		margin-top: 0
	}
	.reservation-card{
		margin-top: 30px;
	}
	.final_sec{
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 100%, rgba(0, 0, 0, 0.8) 0%), url(../images/final-bg.png);
	}
	.scrollbtn{
		bottom: 50px;
    right: 10px;
	}
	.choose_sec .mt-30 {
    margin-top: 10px;
}

	.fac_content.pr-40{
		padding: 0 0 25px 0;
	}
	.pr-40 {
    padding-right: 0;
}
		.why_box {
    height: auto;
    margin-bottom: 25px;
}
	.di-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.room_inner_sec .btn-more {
    margin-top: 30px;
}
	ul.abt-list, ul.room-amenities-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.about_content_right {
    padding-right: 0;
    padding-top: 25px;
}
		.room_row{
		flex-wrap: wrap;
		gap: 30px 0;
	}
	.slide-inner{
		height: auto;
		min-height: 600px;
		padding: 50px 0
	}
	.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next{
		height: 35px;
		width: 35px;
		line-height: 30px;
	}
	ul.exp-list li {
    width: 100%;
}
	.room_inner_sec .swiper-button-next, .room_inner_sec .swiper-button-prev{
		width: 25px;
    height: 25px;
		    margin-top: -10px;
	}
	.page_bottom {
    margin: 0px 0 70px 0;
}

	.common-padd.room_inner .text-center, .fac_section .text-center, .expInner-section .text-center{
    text-align: left !important;
}
	.mt-70.mt-mob-30 {
    margin-top: 30px;
}
	    .mobile-fixed-btn {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9;
        left: 0;
        right: 0;
        border-top: 1px solid rgba(255, 255, 255, .7);
    }
	    .mobile-fixed-btn .d-flex {
        display: flex;
        justify-content: space-around;
        width: 100%;
        background-color: #272320;
    }
	    .mobile-fixed-btn .d-flex .flex-item a {
        display: flex;
        align-items: center;
        padding: 10px 8px;
			text-decoration: none;
    }
	
	    .mobile-fixed-btn .d-flex .flex-item img {
        width: 18px;
			height: auto
    }
	    .mobile-fixed-btn .d-flex .flex-item span {
        color: #fff;
        font-size: 15px;
        margin-left: 7px;
    }
	.fac_section .mt-30{
		margin-top: 0
	}
	
	.fac_content {
   padding: 0 0 25px 0;
}
	.fac_content.pr25{
		padding-left: 0;
    padding-right: 0;
		padding-top: 30px;
	}
	.fac-img img{
		min-height: auto;			
	}
	.expInner-section .container-fluid, .expInner-section .container-fluid .col-lg-6 {
    padding: 0 15px;
}
	.expInner-section .col-mob-rev, .mt-mob-50 {
    margin-top: 50px;
}
	.exp_para {
    padding: 20px 15px 40px 15px;
}
	.expInner-section .exp_para {
    padding: 20px 0px 0px 0px;
}
	  .ag-format-container {
    width: 96%;
  }
	.ag-photo-gallery_item__narrow, .ag-photo-gallery_item__wide, .ag-photo-gallery_item{
		grid-column-end: span 12;
	}
  .ag-photo-gallery_list {
    grid-gap: 10px;
  }
    .room_section .mt-30{
        gap: 30px 0;
        margin-top: 15px;
    }
    .sec_bottom{
        display: none;
    }
    .brand-and-icon {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
    .navbar-brand img {
    max-width: 210px;
}
    html, body {
        font-size: 15px;
    }
    .btn-more a, .btn-more button{
        font-size: 14px;
        padding: 10px 20px;
    }
    .header-right{
        display: none;
    }
    .about_sec, .common-padd, .dine_sec, .offer-sec, .chef-sec, .fac-sec, .gallery-sec{
        padding: 70px 0;
    }
	.top_sec{
		padding: 70px 0 0 0;
	}
	.room_inner,
	.pb-100 {
    padding-bottom: 70px;
}
    .dine-img img{
        min-height: auto;
    }
    .small_img{
        display: none;
    }

	.mxw-750{
		max-width: 100%;
	}
	.photo_gallery{
		grid-template-columns: repeat(2, 1fr);
	}
    .col-mob-rev{
        flex-direction: column-reverse;
    }
	.top-half_head-btn{
		float: none;
		margin-top: 15px !important;
	}
    .about_content, .dine_content {
        padding-left: 0;
        padding-bottom: 25px;
    }
	.about_content.pr-40 {
    padding-left: 0;
    padding-right: 0;
		padding-bottom: 25px;
}
	
			.pl-40 {
    padding-left: 0;
    padding-bottom: 25px;
}
	
	.dine_content.pr25{
		padding-right: 0;
		padding-bottom: 15px;
	}
	.about_innersec, .dine_Innersec  {
    padding: 30px 0 70px;
}

h1{
    font-size: 35px;
	line-height: 1.3;
}
h2{
    font-size: 26px;
	line-height: 1.3;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 18px;
}
	.btn-more{
		margin-top: 0px;
	}

.top-center{
    margin-bottom: 10px;
}
.mob-row{
    gap: 30px 0
}
.text-center.mt-30{
    margin-top: 20px;
}
.exp-section{
    padding: 0;
	text-align: left !important;
}
footer{
    margin: 0 0 45px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.copyright-row p{
    text-align: center;
}
.copy-logo {
    float: none;
    text-align: center;
}
      .hero-subtitle{
        font-size: 14px;
        letter-spacing: 2px;
    }

    .hero-content h1{
       font-size: 30px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .hero-content p{
        font-size: 14px;
        line-height: 1.7;
		margin-bottom: 15px;
    }

	.page-inner-sec{
		padding: 100px 0
	}
	.abt-list li {
    display: flex;
    align-items: flex-start;
}
	.abt-list li i {
    position: relative;
    top: 5px;
}
}

@media(max-width: 576px){
		.pl-40 {
    padding-left: 0;
    padding-bottom: 25px;
}
	.hero-style{
		height: 400px;
	}
	.photo_gallery, ul.abt-list, .di-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.mxw-750{
		max-width: 100%;
	}

	 .slide-inner{
        min-height: auto;
    }

    .hero-subtitle{
        font-size: 14px;
        letter-spacing: 2px;
    }

    .hero-content h1{
       font-size: 25px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .hero-content p{
        font-size: 14px;
        line-height: 1.7;
		margin-bottom: 15px;
    }

    .hero-btn{
        font-size: 14px;
    }
	.glance-flex {
    flex-wrap: wrap;
    gap: 15px;
}
	.glance-flex .flex-item{
		width: 47%;
	}
	.glance_box{
		padding: 50px 15px 25px;
		height: auto;
        margin-bottom: 25px;
	}
	.spaces_sec .glance_box{
		padding: 20px 15px;
	}
	.glance_box h2{
		font-size: 40px;
	}
	.glance_box p{
		    text-transform: capitalize;
    font-size: 12px;
	}
	
	.room_inner_box .room_img img{
		min-height: 280px;
	}
	.dine-flex{
		flex-direction: column;
		gap: 25px
	}
	ul.package-list li {
    display: flex;
}
	ul.package-list li i {
    position: relative;
    top: 5px;
}
	ul.room-amenities-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.room-small-img-right img, .room-small-img img{
		display: none
	}
	.room-featured li {
    margin-bottom: 10px;
    width: 100%;
}
	.ag-photo-gallery_item__narrow, .ag-photo-gallery_item__wide, .ag-photo-gallery_item{
		grid-column-end: span 12;
	}

    .top-half_head-btn {
    float: none;
    margin-top: 20px;
}
	.page-inner-sec{
		padding: 80px 0
	}
	.page_inner_top nav{
		padding: 10px 20px;
	}
}

@media (min-width: 576px) {
	.container-fluid-lg {
    max-width: 540px;
}
}
@media (min-width: 768px) {
	.container-fluid-lg {
    max-width: 720px;
}
}
@media (min-width: 992px) {
	.container-fluid-lg {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
	.container-fluid-lg {
    max-width: 100%;
}
}


















