html,body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0 none;
  font-family: inherit;
  font-size: var(--gblfs);
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-family: var(--gblfnt);
}

:root {
  --gblfnt: "Roboto Slab", serif;
  --df: flex;
  --center: center;
  --start: start;
  --white: #fff;
  --ltgray: #ececec;
  --gray: #dddddd;
  --dgray: #777777;
  --dblack: #262626;
  --black: #000;
  --btncolor: #000;
  --basecolor: #C7A25B;
  --prelative: relative;
  --pabsolute: absolute;
  --px: 100px;
  --gblfs: 15px;
  --fs16: 16px;
  --fs17: 17px;
  --fs20: 20px;
  --fs22: 22px;
  --fs25: 25px;
  --fs28: 28px;
  --fs30: 30px;
  --fs32: 32px;
  --fs35: 35px;
  --fs48: 48px;
  --br5: 5px;
  --br8: 8px;
}

picture img {
  display: block;
  width: 100%;
}

body {
  font-size: var(--gblfs);
  color: var(--dblack);
  background-color: var(--white);
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: var(--basecolor);
  font-family: var(--gblfnt);
}

a:hover {
  color: var(--basecolor);
}

.gblbtn {
    background: var(--white);
    display: block;
    margin: 20px auto;
    font-size: 14px;
    text-align: var(--center);
    color: var(--black);
    border-radius: 5px;
    position: relative;
    padding: 10px 25px;
    border: 1px solid var(--basecolor);
}

.gblbtn:hover {
  color: var(--white);
  background: var(--basecolor);
  border: 1px solid var(--basecolor);
}

p {
    font-size: var(--gblfs);
    line-height: 26px;
    margin-top: 12px;
}

.clearfix {
  clear: both;
}

h1 {
    font-size: 45px;
    line-height: 120%;
    font-weight: 700;
}

h2 {
  font-size: var(--fs30);
  margin-bottom: 10px;
  display: block;
}

h3 {
  font-size: var(--fs25);
  margin-bottom: 10px;
  display: block;
}

h4 {
  font-size: var(--fs18);
  display: block;
}

h5 {
  font-size: var(--fs16);
}

.media {
  display: var(--df);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-80 {
  margin: 80px 0;
}

.adpad-8 {
  padding: 8px;
}


/* // Global CSS */

/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 5px solid #3b9eff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  min-width: 210px;
}

ul.dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}

.dropdown-menu>li:last-child>a,
ul.dropdown-menu li:last-child a:hover,
ul.dropdown-menu li:last-child a:active,
ul.dropdown-menu li:last-child a:focus {
  border-bottom: medium none;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:active,
ul.dropdown-menu li a:focus {
  background: #eaf3fc none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cce0f4 !important;
  color: #248bf0 !important;
  padding: 10px 15px;
}

/* Dropdown Popup Effect */

/* Start Header */
.fixed-top {
  top: -40px !important;
  transform: translateY(40px);
  transition: transform 0.3s;
}

.header .main_head {
    background: none;
    z-index: 9;
}

.header {
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.1);
    position: relative;
}

.header.fixed-top {
  background: #fff;
  position: fixed;
}
.header.fixed-top a.navbar-brand {
    width: 60px;
}
.header .navbar-brand {
    display: block;
    padding: 0;
    margin: 0;
}

.header.fixed-top a.navbar-brand.logo {
  display: block;
}

.navbar-nav.ml-auto {
  margin: 2px 0 auto auto;
}
.navmenu_close_btn {
    display: none;
}
.header .main_head a.nav-link {
    padding: 9px 20px;
    color: #111;
}

.header .main_head a.nav-link:hover {
  color: var(--basecolor);
}
.header .main_head a.nav-link.appbtn {
    background: #F0E0C3;
    border-radius: 20px;
}
.header .main_head a.nav-link.appbtn:hover {
    color: #6e5425;
}
.header .main_head nav.navbar {
  padding: 0;
}

.header .main_head a.nav-link.signin {
    background: var(--white);
    border-radius: var(--br5);
    border: 1px solid #dedede;
}
.header .main_head a.nav-link.signin:hover {
    background: #dedede;
    color: var(--black);
}

.header .main_head .navbar-nav .dropdown-item {
    color: #222 !important;
    font-size: 16px;
    padding: 8px 15px;
}
.header .main_head .navbar-nav .dropdown-item:active {
    background-color: var(--basecolor) !important;
    color: var(--white) !important;
}

.header .main_head .navbar-nav .dropdown-menu {
  box-shadow: 0px 2px 6px rgb(0 0 0 / 4%);
}

.header .navbar-expand-lg .navbar-collapse {
  flex-grow: initial;
}

.header .dropdown:hover .dropdown-menu {
  display: block;
}
/* // Header */



/** Search Banner **/
.search_banner_wrap {
    background: url("../images/slider-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
.search_banner_wrap:after {
    background: rgba(0,0,0,0.5);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.search_banner_wrap .hero.container {
    position: relative;
    z-index: 1;
}
.search_banner_wrap h1.hero-title {
    font-size: 50px;
    font-family: playfair display;
    font-style: italic;
    text-align: center;
    color: var(--white);
    font-weight: 500;
}

.search_banner_wrap p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    opacity: 0.7;
    font-weight: 300;
}
.search_banner_wrap .stayz-search{
    background:#fff;
    border-radius:60px;
    padding:12px;
    display:flex;
    align-items:center;
    gap:10px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.search_banner_wrap .search-field{
    flex:1;
    padding: 4px 20px;
}

.search_banner_wrap .search-field label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
}
.search_banner_wrap .search_area {
    display: flex;
    background: #fff;
    border-radius: 60px;
    margin-top: 40px;
    padding: 10px 20px;
}

.search_banner_wrap .search_area .search-field {
    display: flex;
    align-items: center;
}

.search_banner_wrap .search_area .search-field span {
    margin-right: 10px;
}

.search_banner_wrap .search-field input, .search-field select {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    font-size: 15px;
    color: #000;
}
.search_banner_wrap .search_area .search-field.dates {
    border-right: 1px solid #9b9b9b;
    border-left: 1px solid #9b9b9b;
}

.search_banner_wrap .search-btn {
    background: var(--basecolor);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 8px 50px;
    font-size: 15px;
    cursor: pointer;
}

	/** date popup open **/
	.search-field.dates{
		position: relative;
	}

	.flatpickr-calendar{
		margin-top: 15px;
		border-radius: 24px;
		box-shadow: 0 10px 40px rgba(0,0,0,.15);
	}
	/** // date popup open **/
	
	/** Guest opoup open **/
	.search_banner_wrap .guests{
		position:relative;
		cursor:pointer;
	}

	.search_banner_wrap .guest-popup{
		position:absolute;
		top:70px;
		right:0;
		width:420px;
		background:#fff;
		border-radius:30px;
		padding:30px;
		box-shadow:0 10px 40px rgba(0,0,0,.15);
		display:none;
		z-index:999;
	}

	.search_banner_wrap .guest-popup.active{
		display:block;
	}

	.search_banner_wrap .guest-row{
		display:flex;
		justify-content:space-between;
		align-items:center;
		margin-bottom:25px;
	}

	.search_banner_wrap .guest-row h4{
		margin:0;
	}

	.search_banner_wrap .guest-row p {
		margin: 2px 0 0;
		color: #2b2b2b;
		font-size: 13px;
	}
	.search_banner_wrap .search-field .pet-check input {
		width: auto;
		margin-right: 5px;
	}
	.search_banner_wrap .counter{
		display:flex;
		align-items:center;
		gap:15px;
	}

	.search_banner_wrap .counter button{
		width:42px;
		height:42px;
		border-radius:50%;
		border:1px solid #ccc;
		background:#fff;
		font-size:24px;
		cursor:pointer;
	}

	.search_banner_wrap .pet-check{
		display:block;
		margin:20px 0;
	}

	.search_banner_wrap .done-btn{
		float:right;
		padding:12px 25px;
		border:none;
		border-radius:25px;
		background:#18214f;
		color:#fff;
		cursor:pointer;
	}
	/** // Guest opoup open **/
	
	
/** // Search Banner **/


/** Singin bar **/
.signbar {
    background: #291F0D;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.signbar .lft {
    display: flex;
    gap: 20px;
    align-items: center;
}

.signbar .lft h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}
.signbar a.signin {
    background: rgba(255,255,255,0.2);
    padding: 9px 20px;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase;
}

.signbar a.signin:hover {
    background: var(--basecolor);
}
/** // Singin bar **/


/** Category bar **/
.category_bar .category_list {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.category_bar .category_list .catebox {
    background: #f4f4f4;
    flex: 1;
    padding: 30px 10px;
    transition: all 0.3s;
}

.category_bar .category_list p {
    color: #000;
    margin-top: 15px;
}

.category_bar .category_list .catebox:hover {
    background: var(--basecolor);
    border-radius: 0 20px 0 20px;
}

.category_bar .category_list .catebox:hover p {
    color: #fff;
}

.category_bar .category_list .catebox:hover img {
    filter: brightness(0) invert(1);
}

/** // Category bar **/


/** Getaway sec **/
.getaways_sec {
    margin-top: 40px;
}

.getaways_sec p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.getaways_sec h2 {
    margin-bottom: 5px;
}

.gdbox {
    margin-top: 25px;
}

.gdbox .gdbox_inner {
    display: block;
    position: relative;
}

.gdbox .gdbox_inner img.img-fluid {
    width: 100%;
}

.gdbox .gdbox_inner .heart {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    padding: 5px 6px;
    border-radius: 0 0px 15px 0;
    z-index: 1;
}

.gdbox .gdbox_inner .topsec {
    position: relative;
}

.gdbox .gdbox_inner .btm {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f7f7f7;
    padding: 13px;
    border-bottom: 1px solid #d5d5d5;
}

.gdbox .gdbox_inner .btm .title {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}


.gdbox .gdbox_inner .btm .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gdbox .gdbox_inner .location, .gdbox .gdbox_inner .review {
    font-size: 12px;
    color: #757575;
}

.gdbox .gdbox_inner .green {
    background: #209D5F;
    color: #fff;
    padding: 1px 7px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 5px;
}

.gdbox .gdbox_inner .detail h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.gdbox .gdbox_inner .detail p {
    font-size: 12px;
    color: #000;
    line-height: 19px;
}

.gdbox .gdbox_inner:hover .btm {
    background: #FFFBF2;
    border-color: #C7A25B;
}

.gdbox .gdbox_inner:hover .btm .title {
    color: #BB8C33;
}
.getaways_sec .gdbox_inner .hmultipic button {
    position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.5) !important;
    z-index: 1;
    border-radius: 30px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.getaways_sec .gdbox_inner .hmultipic button img.owl-nav-icon {
    width: auto;
}

.getaways_sec .gdbox_inner .hmultipic button.owl-next {
    right: 7px;
}

.getaways_sec .gdbox_inner .hmultipic button.owl-prev {
    left: 7px;
}

.getaways_sec .gdbox_inner .hmultipic button:hover {
	background: #fff !important;
}

/** // Getaway sec **/


/** Popular Place **/
.perfectplace_sec {
    margin-top: 40px;
}
.perfectplace_sec .gdbox .gdbox_inner .btm {
    border: 1px solid #ddd;
}
.perfectplace_sec ul.nav.nav-tabs {
    align-items: center;
    justify-content: center;
}

.perfectplace_tab .nav-tabs .nav-link {
    padding: 4px 17px;
    text-align: center;
    border: 0;
    padding-bottom: 5px;
}

.perfectplace_tab .nav-tabs .nav-link span {
    display: block;
    font-size: 13px;
    margin-top: 7px;
    color: #000;
}

.perfectplace_tab .nav-tabs .nav-link img {
    width: 30px;
    filter: brightness(0) invert(0);
}

.perfectplace_tab .nav-tabs .nav-link:hover {
    border: none;
}

.perfectplace_tab .nav-tabs .nav-link.active {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #BD9549;
}

.perfectplace_sec p {
    color: #777;
}

.perfectplace_tab .nav-tabs .nav-link.active span {
    color: #AE7C1B;
}
.perfectplace_sec .gdbox .gdbox_inner .btm {
    border: 1px solid #ddd;
}

.perfectplace_sec .viewmore {
    background: #FBF3E4;
    border: 1px solid var(--basecolor);
    color: #000;
    width: 250px;
    display: block;
    text-align: center;
    margin: 25px auto 0;
    padding: 20px 0;
    border-radius: 4px;
}

.perfectplace_sec .viewmore:hover {
    background: var(--basecolor);
    color: #fff;
}
/** // Popular Place **/

/** moto sec **/
.motofeat_sec {
    background: #291F0D;
    margin: 50px 0;
    padding: 50px 0;
}

.motofeat_sec .motoinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.motofeat_sec .motoinner .mbox {overflow: hidden;flex: 1;}

.motofeat_sec .motoinner .icon {
    float: left;
    background: #FFD584;
    padding: 20px 25px;
    border-radius: 15px;
    border: 2px dashed #000;
    margin-right: 15px;
}


.motofeat_sec .motoinner h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.motofeat_sec .motoinner p {
    color: rgba(255,255,255,0.6);
}

.motofeat_sec .motoinner .icon img {
    width: 50px;
}
/** // moto sec **/


/** popular place **/
.popularplace_sec .placebox {
    border-radius: 15px;
    overflow: hidden;
    background: #F6F3EE;
}

.popularplace_sec .placebox img.img-fluid {
    width: 100%;
}

.popularplace_sec .placebox .detail {
    padding: 25px 15px;
}

.popularplace_sec .placebox .detail span {
    display: block;
    font-size: 13px;
    color: #757575;
}

.popularplace_sec .placebox .detail .title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 7px;
    display: block;
}

.popularplace_sec .placebox .detail .gblbtn {
    margin-bottom: 0;
    display: inline-block;
    padding: 7px 15px;
}
.popularplace_sec .col-md-4 {
    width: auto;
    margin-top: 15px;
}
/** // popular place **/


/** Book Bar **/
.booknowbar_sec .bookbg {
    background-image: url("../images/book_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.booknowbar_sec {
    margin: 50px 0;
}

.booknowbar_sec .innercontent {
    max-width: 460px;
    padding: 80px 60px;
}


.booknowbar_sec .innercontent h3 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.booknowbar_sec .innercontent p {
    color: #fff;
    font-weight: 300;
}

.booknowbar_sec .book {
    background: #fff;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 5px;
    color: #000;
    margin-top: 15px;
}
.booknowbar_sec .book:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    background: #fbf1e0;
    color: #805910;
}
/** // Book Bar **/


/** Hotel & accomodation **/
.popularhoteracc_sec .thlink {
    margin-top: 15px;
    display: block;
    position: relative;
}

.popularhoteracc_sec .thlink .listing {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    font-size: 14px;
    padding:  4px 9px;
    border-radius: 3px;
    color: #000;
}

.popularhoteracc_sec .thlink h4 {
    position: absolute;
    bottom: 0;
    padding: 20px 10px 10px 10px;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    background: #000;
    background: linear-gradient(180deg, rgba(87, 199, 133, 0) 0%, rgba(0, 0, 0, 1) 100%);
    right: 0;
    left: 0;
    color: #fff;
}
/** // Hotel & accomodation **/


/**  Testimonials **/
.testimonial_wrap {
    margin: 50px auto;
}
.testimonial_wrap .col-md-6 {
    width: 97%;
}
.testimonial_wrap .content {
    padding: 20px;
    margin-top: 10px;
    border: 1px solid var(--basecolor);
    border-radius: 10px;
}

.testimonial_wrap .slide_element {
    position: relative;
}
.testimonial_wrap .content p {
    margin: 0;
}
.testimonial_wrap .slide_element .client_area {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.testimonial_wrap .slide_element .client_area picture {
    margin-right: 10px;
}

.testimonial_wrap .slide_element .client_area h4 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.testimonial_wrap .slide_element .client_area span {
    display: block;
    font-size: 13px;
    color: #757575;
}
/** // Testimonials **/



/* Footer section */
.footer {
    padding: 55px 0 20px;
    background: #373435;
}

.footer .footer_element > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_element > ul > li:first-child {
    width: 34%;
}
.footer .footer_element > ul > li {
    width: 22%;
    padding: 5px 10px;
}
.footer .footer_element > ul > li:first-child p {
    display: block;
    width: 77%;
    font-weight: 300;
    font-size: 13px;
}
.footer .footer_element h5 {
    font-size: 18px;
    color: var(--white);
    margin-bottom: 15px;
}

.footer .footer_element a {
    color: rgb(192 206 221 / 60%);
    padding: 5px 0;
    font-size: 14px;
    display: block;
}
.footer .footer_element a.call, .footer .footer_element a.email, .footer .footer_element p {
    color: var(--white);
}
.footer .footer_element a.call:hover, .footer .footer_element a.email:hover {
    color: var(--basecolor);
}
.footer .footer_element a:hover {
  color: var(--basecolor);
}

.footer .footer_element .social {
  display: flex;
}

.footer .footer_element .social a {
    margin-right: 10px;
    font-size: 20px;
    margin-top: 0;
}
.footer_element p {
    color: var(--white);
    line-height: 24px;
    font-size: 14px;
    margin: 10px 0;
    opacity: 0.8;
}
.btm_footer {
  background: #010204;
  overflow: hidden;
}
.footer .footer_element p span {
    display: block;
}
.footer .footer_element p img.map {
    margin-top: 5px;
}
.footer .footer_element p {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}
.btm_footer p {
  margin: 10px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.footer h6.copyright {
    color: #74716d;
    text-align: center;
    border-top: 1px dashed #74716d;
    font-size: 13px;
    padding-top: 20px;
    margin-top: 15px;
}
.footer .appsec {
    background: #DAA744;
    height: 200px;
    margin: 35px 0 40px;
    border-radius: 30px;
    display: flex;
    padding: 0 50px;
    align-items: center;
    justify-content: space-between;
}

.footer .appsec img.appth {
    margin-top: -54px;
    width: 272px;
}

.footer .appsec .details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer .appsec .details .content {
    max-width: 250px;
}

.footer .appsec .details h4 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.footer .appsec .details p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.footer .appsec .linkarea {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer .appsec .linkarea > a {
    border: 1px solid #fff;
    border-radius: 6px;
    flex: 1;
    display: flex;
    padding: 7px 15px;
    gap: 15px;
    min-width: 180px;
} 

.footer .appsec .linkarea span {
    font-size: 13px;
    color: #fff;
}

.footer .appsec .linkarea h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

/* // Footer section */


/* Whatsapp Float icon */
.whatsapp_float {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
}
.whatsapp_float img {
    width: 50px;
}
/* // Whatsapp Float icon */





