@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ms+Madi&display=swap');
*{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;

}
:root{
    --primary-color:#004fcd;
    --secondary-color:#210a57;
    --primary-lighter-color:#e3ecfd;
    --primary-lighter-color-transparent:#e3ecfdb2;
    --white-color:#ffffff;
    --dark-black:#2b2b2b;
    --black-color:#2b2b2b;
    --primary-lighter-color:#eaf1ff;
    --gray-text:#a3a3a3;
    --light-green:#6DDC99;
    --border-footer:#FFFFFF1A;
    --cursive-title: "Ms Madi", cursive;
    --Montaga-font: "Montaga", serif;
    --pahragraph-large-font-size:20px;
    --body-font-size:16px;
    --body-font-color:#2b2b2b;
    --main-heading: "Merriweather", serif;
    --body-font:"Montserrat", sans-serif;
}
.bg-primary{
    background-color: var(--primary-color);
}
.bg-secondary{
    background-color: var(--secondary-color);
}
.bg-primary-light{
    background-color: var(--primary-lighter-color);
}
.btn-secondary{
     background-color: var(--secondary-color);
     color: var(--white-color);
}
.btn-secondary:hover{
     background-color: var(--primary-color);
}
.text-white{
    color: var(--white-color);
}
a{
    color: var(--primary-color);
}
body{
    font-family:var(--body-font);
    font-size: 1.2rem;
    line-height: 1.625;
    color: var(--body-font-color);
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--main-heading);
    color: var(--secondary-color);
}
h1{
    font-size: 48px;
     font-family: var(--main-heading);
}
h2{
    font-size: 40px;
     font-family: var(--main-heading);
}
h3{
    font-size: 32px;
}
h4{
    font-size: 30px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 20px;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}

.container{
    max-width: 1400px;
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="number"]{
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.btn-primary {
    padding: 15px 20px;
    font-size: 16px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 0;
    background: linear-gradient(to left, #004fcd 50%, #210a57 50%);
    background-size: 200% 100%;
    background-position: right;
    cursor: pointer;
    transition: background-position 0.4s ease-in-out, color 0.3s ease;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.btn-primary:hover{
    background-color: var(--secondary-color);
    color:var(--white-color);
    background-position: left;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.btn-primary>*{
    position: relative;
    z-index: 3;
}
.btn-primary span{
    text-transform: uppercase;
    font-size: 12px;
}
.btn-primary i{
    background-color: var(--white-color);
    color: #000000;
    padding: 10px;
    margin-left: 20px;
    margin-right: -15px;

}
/* .btn-primary::before{
    content: "";
    background-color: var(--secondary-color);
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.btn-primary:hover::before{
     width: 100%;
      transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
} */


.cursive-title {
    /* font-family: var(--cursive-title); */
    /* color: var(--primary-color); */
    font-family: "Alex Brush" !important;
    display: inline-flex;
    align-items: center;
    /* letter-spacing: 4.5px; */
}
.cursive-title::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--secondary-color);
    display: inline-block;
    margin-right: 20px;
}
section{
    padding:50px 0;
}
button.slick-arrow {
    border: 0;
    height: 40px;
    width: 40px;
    background-color: var(--primary-color);
    color: var(--white-color);
}
button.slick-arrow:hover{
    background-color: var(--secondary-color);
}
.ui.input {
    width: 100%;
}
.ui.form .field>.selection.dropdown {
    padding: 1em;
}
.ui.form input:not([type]), .ui.form input[type=text], .ui.form input[type=email], .ui.form input[type=search], .ui.form input[type=password], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=url], .ui.form input[type=number] {
    padding: 1em;
}
/*************** Header CSS ****************/
header.header{
    background-color: var(--white-color);
    height: 100px;
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
header.header.fixed-header{
    position: fixed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
nav.main-navigation.navbar{
    padding: 0;
}
header.header button.navbar-toggler {
    font-size: 40px;
    padding: 0;
    border: 0;
    line-height: 0;
    margin-top: 5px;
     color: var(--secondary-color);
}
header.header button.navbar-toggler:focus{    box-shadow: none;
   
}
.navbar-expand-lg .navbar-nav {
        gap: 0 20px;
}
header.header .main-navigation ul.navbar-nav > li> a {
    padding: 37px 0;
    color: var(--black-color); 
}
header.header .main-navigation ul.navbar-nav > li> a:hover,
header.header .main-navigation ul.navbar-nav > li> a.active{
    color: var(--primary-color);
}
.primary-navigation ul li a.active{
    color: var(--primary-color);  
}
.primary-navigation .navbar-nav .nav-link.show {
     color: var(--primary-color);
}
header.header .main-navigation .dropdown-toggle::after {
    float: right;
    margin-top: 5px;
    border: 0;
    margin-left: .255em;
    content: "\F282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dropdown menu default hidden with animation */
header.header .main-navigation .navbar-nav > li .dropdown-menu {
    padding-top: 10px;
    width: 100%;
    max-width: 1400px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 20px);
    top: 100px;
    background: #fff;
    box-shadow: none;
    z-index: 9999;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease 0.8s;
}

/* On Hover Show the Dropdown */
header.header .main-navigation .navbar-nav > li:hover .dropdown-menu, header.header .main-navigation .navbar-nav  .dropdown-menu.mega-menu.show.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition: all ease 0.8s;
}


/* Mega menu customization */
header.header .main-navigation .navbar-nav .mega-menu,
header.header .main-navigation .navbar-nav > ul  {
    padding-top: 10px;
    width: 100%;
    max-width: 1400px;
    position: absolute !important;
    left: 50% !important;
    top: 100px !important;
    background: #fff;
    box-shadow: none !important;
    z-index: 9999;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition:all ease 0.8s;
    -webkit-transition:all ease 0.8s;
    -moz-transition:all ease 0.8s;
    -ms-transition:all ease 0.8s;
    -o-transition:all ease 0.8s;
    transform: translate(-50%, 20px) !important;
    -webkit-transform: translate(-50%, 20px) !important;
    -moz-transform: translate(-50%, 20px) !important;
    -ms-transform: translate(-50%, 20px) !important;
    -o-transform: translate(-50%, 20px) !important;
}

header.header .main-navigation  ul.navbar-nav > li:hover > 
.mega-menu, .main-navigation > ul >li.focus > .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:all ease 0.8s;
    -webkit-transition:all ease 0.8s;
    -moz-transition:all ease 0.8s;
    -ms-transition:all ease 0.8s;
    -o-transition:all ease 0.8s;
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
}

header.header .main-navigation ul.navbar-nav .mega-menu  ul {
    padding: 0;
    margin: 0;
}

header.header .main-navigation .navbar-nav .mega-menu  ul li {
    margin-bottom: 8px;
}

header.header .main-navigation .navbar-nav .mega-menu  ul li a {
    color: var(--black-color);
    text-decoration: none;
}

header.header .main-navigation .navbar-nav .mega-menu  ul li a:hover,
header.header .main-navigation .navbar-nav .mega-menu  ul li a.nav-link.active  {
    color: var(--primary-color);
    text-decoration: underline;
}


header.header .main-navigation .navbar-nav .mega-menu .mega-title {
    background-color: var(--primary-color);
    color: white;
    padding: 6px 15px;
    /* border-radius: 4px; */
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

/* Hide Menu by Default for Mobile */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    width: 30px;
    height: 25px;
    justify-content: space-between;
}

.menu-toggle span {
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    display: block;
}

/* Mobile Menu Closed by Default */
.mobile-menu {
    display: flex;
}


/**************** Hero Section *********************/
.hero-section{
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding: 0;
    height: calc(100vh - 100px);
    line-height: 0;
}
.hero-section .main-title{
font-size: 48px;
margin-bottom: 30px;
color: var(--secondary-color);
}
/* .hero-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    z-index: 10;
    line-height: 0;    
} */
 .hero-section   .main-title span{
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: inline-block;
    padding: 20px 30px;
}
.main-slider .slick-slide{
    margin: 0;
}
.main-slider.slick-initialized  .slick-slide{
    margin: 0 !important;
}
.search-form-outer-wrap{
     position: absolute;
     z-index: 11;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     transform: translate(0%, 35%) !important;
     -webkit-transform: translate(0%, 35%) !important;
     -moz-transform: translate(0%, 35%) !important;
     -ms-transform: translate(0%, 35%) !important;
     -o-transform: translate(0%, 35%) !important;
}
.search-form-inner-wrap {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px;
    margin: 0 auto;
    max-width: 1050px;
    width: 100%;
    border: 1px solid #e3e3e2;
}
.search-form-top-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 15px;
    line-height: 0;
}
.search-form-top-wrap .field-wrap:nth-child(4) {
    max-width: 250px;
    width: 100%;
    display: flex;
    justify-content: end;
}
.search-form-bottom-wrap{
    display: none;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    padding: 0 7px;
}
.search-form-bottom-wrap.active {
    display: block;
     transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    }
.search-form-bottom-wrap .fliterOuterWrap h4 {
    font-size: 18px;
}
.search-form-bottom-wrap .fliterOuterWrap {
    margin-top: 20px;
}
.search-form-bottom-wrap .fliterOuterWrap h4,
.search-form-bottom-wrap  .fliterWrapRangeBox label {
    font-size: 18px;
    font-weight: 600;
}
.search-form-bottom-wrap .fliterOuterWrap .fliterWrapBox{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px 20px;
    line-height: 1.6;
}
.field-wrap.SearchMoreBtnWrap {
    width: 130px;
}
.search-form-top-wrap .btn-primary{
    padding: 20px 20px;
    margin-right: 10px;
}
.noUi-connect {
    background: #2d68d2 !important;
}
.noUi-target {
    line-height: 1.6 !important;
        margin-top: 70px !important;
}
/***************** top-destination ***********/

.top-destination{
    padding-top: 50px;
    background-color:var(--primary-lighter-color);
    padding-bottom: 0;
}
.top-destination p{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.destination-card-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap:0px
}
.destination-card {
    position: relative;
    overflow: hidden;
}
.destination-card-content-wrap{
    padding: 20px;
    top: calc(100% - 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    background-color: var(--primary-lighter-color-transparent);
    position: absolute;
        transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.destination-card:hover  .destination-card-content-wrap,.destination-card:focus  .destination-card-content-wrap{
    top:0;
    justify-content: center;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    background-image: linear-gradient(#ffffff77 70%, #00000041);
}
/* .destination-card-content-wrap h4{
    font-family: var(--Montaga-font);
} */
.destination-card-content-wrap .property-type,
.destination-card-content-wrap .icon-link{
    visibility: hidden;
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
        -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.destination-card:hover  .destination-card-content-wrap  .property-type,
.destination-card:focus  .destination-card-content-wrap  .property-type,
.destination-card:hover  .destination-card-content-wrap .icon-link,
.destination-card:focus  .destination-card-content-wrap .icon-link{
    visibility: visible;
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.destination-card-content-wrap .icon-link{
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    line-height: 0;
    color: var(--primary-color);
}
.destination-card-content-wrap .icon-link:hover{
    color: var(--secondary-color);
}

/**************  Villa Collaction **********/
.Villa-Collaction {
    padding: 50px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.Villa-Collaction .container-fluid{
    position: relative;
    z-index: 10;
}
.Villa-Collaction-left-content{
    padding-right: 12%;
}
.Villa-Collaction p{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 50px;

}
.slick-initialized .slick-slide {
    margin-right: 15px;
    margin-top: 15px;
}
.Vill-Collections  button.slick-arrow {
    border: 0;
    height: 40px;
    width: 40px;
    background-color: var(--primary-color);
    color: var(--white-color);
}
.Vill-Collections  button.slick-arrow:hover{
    background-color: var(--secondary-color);
}
.Vill-Collections button.slick-arrow.slick-next {
    top: 0;
    position: absolute;
    left: 50px;
}
.slick-slide{
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.slick-slide .villa-information{
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent 60%, #000000e0);
    z-index: 10;
    padding:  50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex-direction: column;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}

.slick-slide .villa-information h4{
    color: var(--white-color);
    font-family: var(--Montaga-font);
}
/************* Happy Place ******************/

.happy-place{
    padding: 50px 0;
    background-image: url(../images/home/happy-place/happy-place-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.happy-place-content{
    background-color: var(--white-color);
    padding: 50px 30px 50px 150px;
    position: relative;
}
.happy-place-content p{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-right: 50px;
}
.happy-place-content  .circle-text{
    position: absolute;
    top: calc(50% - 90px);
    left: -90px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--secondary-color);
    justify-content: center;
    text-align: center;
}
.happy-place-content  .circle-text h5{
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700;
    color: var(--white-color);
}
.happy-place-content  .circle-text> h5 >span{
    color:#e66b17
}
.happy-place-content  .circle-text > span{
    font-size: 12px;
    color: var(--white-color);
    
}
/*************** Browser The Property CSS*********/
.BrowserTheProperty{
    background-color: var(--white-color);
}
.inner-page-destinations{
    padding-bottom: 0;
}
 .properties-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
    margin-top: 50px;
}
.properties-card {
    background-color: white;
    flex: 1 1 calc(33.333% - 20px);
    padding: 0;
    overflow: hidden;
    margin: 0;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.properties-card:hover{
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.2);
}
.property-slider{
    position: relative;
}
.property-slider::after{
   content: "";
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   background-image: linear-gradient(transparent 50%, #0000009d);
}
.properties-card .slick-slide{
    margin: 0;
}

.property-slider img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.property-card-top-wrap .slider-dots  .slick-dots{
    position: absolute;
    bottom: 0;
    right: 0;
}
.property-card-top-wrap .slider-dots .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    font-size: 0;
    z-index: 11;
    margin: 0;
    display: none !important;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.properties-card:hover .slick-dots {
    display: flex !important;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.property-card-top-wrap .slider-dots .slick-dots li button{
    height: 8px;
    width: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--gray-text);
    border: 0;
}
.property-card-top-wrap .slider-dots .slick-dots li.slick-active button{
    background-color: var(--white-color);
}

.properties-card-content {
    padding: 15px;
    text-align: left;
}
.properties-card-content h3.property-title{
font-size: 26px;
margin-top: 20px;
margin-bottom: 5px;
}
.properties-card-content h3.property-title a{
    color: var(--dark-black);
}
.properties-card-content h3.property-title a:hover{
    color: var(--primary-color);
}
.properties-card-content h3.property-locations{
font-size: 16px;
}
.properties-amenities {
    display: flex;
    align-items: center;
    gap: 10px;
}
.properties-amenities span {
    padding: 6px 11px;
    background-color: var(--primary-lighter-color);
    font-size: 14px;
    line-height: 0;
}
.properties-amenities span i{
    margin-right: 5px;
    color: var(--primary-color);
}
.property-card-top-wrap{
    position: relative;
    overflow: hidden;
}
.property-link {
    display: block;
}

.property-labels {
    position: absolute;
    top: 10px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    z-index: 2;
    width: 100%;
    padding: 20px;
    height: 50px;
}
.featured {
    background-color:var(--light-green);
    color: white;
    padding: 4px 10px;
    font-size: 12px;
}
.wishlist {
    position: absolute;
    right: 20px;
    background-color:#0000003d;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 0;
    display: none;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.properties-card:hover .wishlist{
    display: flex;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.wishlist:hover{
    background-color: var(--dark-black);
        transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.wishlist i {
    color: var(--white-color);
}

.property-price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--primary-lighter-color);
    z-index: 2;
}
.properties-card:hover .property-price {

    color: var(--white-color);

}
@media (max-width: 991px) {
    .properties-card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .properties-card {
        flex: 1 1 100%;
    }
}

/*************** WhyUs-section CSS *********/
.WhyUs-section{
    background-color: var(--primary-lighter-color);
}
.why-us-card-container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.why-us-card-container .whyUsCard{
    background-color: var(--white-color);
    padding: 0 50px 50px 50px;
    text-align: center;
    min-height: 360px;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.why-us-card-container .whyUsCard .IconBox {
    background-color: #9fb2d9;
    color: #fff;
    font-size: 64px;
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.why-us-card-container .whyUsCard:hover .IconBox {
    background-color: var(--primary-lighter-color);
    color: var(--dark-black);
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}
.why-us-card-container .whyUsCard  .ContentBox h4{
    font-size: 26px;
}

/***************** Testimonials CSS ********/
.testimonials-section{
    background-image: url(../images/home/testimonials/reviews_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
/* .testimonials-section::before{
    content: "";
    position: absolute;
    background-color: #0000007d;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
} */
.testimonials-section .cursive-title{
    position: relative;
}
.testimonials-section .cursive-title i {
    position: absolute;
    font-size: 150px;
    color: var(--white-color);
    opacity: .2;
    z-index: 8;
    left: calc(50% - 67px);
}
.testimonials-section .container{
    position: relative;
    z-index: 11;
}
.testimonials-slider {
    text-align: center;
    position: relative;
}
.testimonials-text-wrap p {
    font-size: 30px;
    line-height: 44px;
    color: var(--white-color);
    padding: 50px;
    font-family: var(--body-font);
    margin: 100px;
    background: rgb(255 255 255);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--body-color);
}
.testimonials-slider button.slick-prev{
    position: absolute;
}
.testimonials-slider button.slick-arrow.slick-next {
    top: calc(50% - 20px);
    position: absolute;
    right: 50px;
    z-index: 10;
}
.testimonials-slider button.slick-arrow.slick-prev {
    top: calc(50% - 20px);
    position: absolute;
    left: 50px;
    z-index: 10;
}

/* /**************** Blog CSS *******************/

.Home-Blog-Post-Wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    margin-top: 50px; 
}
.blog-post-card {
    position: relative;
}
.Home-Blog-Post-Wrap img {
    max-height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.Home-Blog-Post-Wrap  img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}
.Home-Blog-Post-Wrap .blog-post-body {
    background-color: var(--white-color);
    max-width: calc(100% - 60px);
    margin: -130px auto 0;
    padding: 33px 40px 0;
    min-height: 130px;
    position: relative;
}
.Home-Blog-Post-Wrap .blog-post-body .entry-title {
    font-size: 24px;
}
.Home-Blog-Post-Wrap .blog-post-body .entry-title a{
    color: var(--black-color);
}
.Home-Blog-Post-Wrap .blog-post-body .entry-title a:hover{
    color: var(--primary-color);
}
.Home-Blog-Post-Wrap .blog-post-body .blog-post-date {
    position: absolute;
    right: 30px;
    z-index: 3;
    top: -33px;
    background-color: var(--primary-color);
}
.Home-Blog-Post-Wrap .blog-post-body .blog-post-date a {
    background-color: var(--primary);
    height: 64px;
    width: 64px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
}


/*************** Footer CSS ****************/
footer.footer{
    background-color: var(--dark-black);
    padding: 100px 0 40px 0;
    color: var(--white-color);
}
footer.footer h2{
    font-size: 48px;
    color: var(--white-color);
}
.form-wrap{
    padding-left: 13%;
}
.form-wrap h4{
    color: var(--gray-text);
    font-size: 20px;
}
.footer-subscribe{
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-subscribe input[type="email"]{
max-width: 300px;
}
footer.footer ul.social-media-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer.footer h4{
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--gray-text);
}
footer.footer ul{
    margin: 0;
    padding: 0;
}
footer.footer ul li{
    padding-bottom: 10px;
}
footer.footer ul li a{
    color: var(--gray-text);
}
footer.footer ul li a:hover{
    color: var(--white-color);
}
.middle-footer-row{
    border-top: 1px solid var(--border-footer);
    margin-top: 60px;
    padding-top: 60px;
}
.bottom-footer{
    padding-top: 50px;
}

/********************* Destinations Page CSS ****************/
.inner-hero-section {
    height: 310px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
    background-image: url(../images/destinations/banner/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

/* .inner-hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 2;
} */

/* To make sure content inside stays on top */
.inner-hero-section > * {
    position: relative;
    z-index: 3;
}
.inner-hero-section h1{
    font-size: 40px;
    margin-bottom: 30px;
}
.inner-hero-section h1 span{
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: inline-block;
    padding: 20px 30px;
}
.inner-WhyUs-section {
    background-color: var(--primary-lighter-color);
}

.destination-image-slider{
    position: relative;
}
.destination-image-slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.destination-image-slider .slick-slide{
    margin: 0;
}
.destination-image-slider .slick-arrow{
position: absolute;
top:calc(50% - 20px);
z-index: 9;
}
.destination-image-slider .slick-next{
right:0;
}
.destination-image-slider .slick-prev{
left:0;
}
.destination-image-slider ul.slick-dots{
    bottom: 10px;
    left: calc(40% - 0%);
}
ul.slick-dots{
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: center;
    position: absolute;
}
ul.slick-dots button{
font-size: 0;
}
ul.slick-dots li button{
    display: block;
    height: 10px;
    width: 10px;
    background-color: var(--gray-text);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0;
}
ul.slick-dots li.slick-active button{
    background-color: var(--primary-lighter-color);
}
.Property-sort-wrap{
    display: flex;
    gap: 15px;
    align-items: center;
}
.Total-Properties>* {
    width: 220px;
}
.properties-top-sorting-wrap {
    background-color: var(--primary-lighter-color);
    padding: 15px;
    margin-top: 30px;
    border-radius: 5px;
}
.properties-top-sorting-wrap   ul.pagination{
    margin-bottom: 0 !important;
}
.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select-wrapper select {
    appearance: none; /* Hide default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px; /* Space for custom icon */
}

/* .custom-select-wrapper::after {
    content: "\F282"; 
    font-family: 'bootstrap-icons';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
} */
.destination-properties-wrap{
    margin-top: 20px;
}
.top-pagination-wrap{
    float: right;
}
.inner-hero-section form{
    position: absolute;
}
.inner-hero-section form {
    position: absolute;
    bottom: 0;
    left: calc(50% - 550px);
}
.inner-propert-search-sertion {
    padding: 20px;
    margin-top: -95px;
    position: relative;
    z-index: 9;
}
.Destination-booking-from-wrap{
    background-color: var(--primary-lighter-color);
    padding: 40px;
    margin-bottom: 40px;
}



section.destination-hero-section {
    padding: 0;
}
.destination-property-slider .slick-slide {
    margin-right: 30px;
    margin-top: 0px;
}

.villa_stay_property_detail_wrap{
    background-color: var(--primary-lighter-color);
    padding: 40px;
}
.destination-content-section h2.sub-title{
font-size: 36px;
}
.destination-content-section .property-amenities {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.destination-content-section .property-amenities span{
font-size: 14px;
color: var(--dark-color);
}
.destination-content-section .property-amenities span i{
margin-right: 5px;
color: var(--primary-color);
}
.villa_stay_property_tabs {
    margin-top: -40px;
    padding: 0 40px;
    background-color: #dce7ff;
    gap: 2rem;
     flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
}


.villa_stay_property_tabs::-webkit-scrollbar {
    display: none;
}
.villa_stay_property_tabs .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    color: var(--dark-color);
}
.villa_stay_property_tabs .nav-link.active, .villa_stay_property_tabs .show>.nav-link {
    color: var(--primary-color);
    border-bottom-color: var(var(--primary-color));
}
.tab-content-box-wrap{
     padding: 40px;
}
.tab-content-box-wrap .tab-content-box{
    margin-bottom: 40px;
}
/* .tab-content-box-wrap .tab-content-box h3,
.tab-content-box-wrap .tab-content-box h4,
.tab-content-box-wrap .tab-content-box h5,
.tab-content-box-wrap .tab-content-box h6{
color: var(--primary-color);
} */
.tab-content-box-wrap .tab-content-box h3{
    font-size: 24px;
}
.tab-content-box-wrap .tab-content-box h4{
    font-size: 20px;
}
.tab-content-box-wrap .tab-content-box h5{
    font-size: 18px;
}
.tab-content-box-wrap .tab-content-box h6{
    font-size: 16px;
}
.amen i {
    color: var(--primary-color); /* Or any color you want */
    margin-right: 8px;
    font-size: 18px;
}
.rate-note{
    font-size: 14px;
}
.Price-and-inquire-wrap {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px;
     color: var(--dark-black);
}
.Price-and-inquire-wrap span, .Price-and-inquire-wrap .InquireWrap span a {
    color: var(--primary-color);
}
.Price-and-inquire-wrap span strong{
    color: var(--dark-black);
    margin-right: 5px;
}
.InquireWrap a i{

}
.stay_villa_propery_gallrry_Box{
    background-color: var(--primary-lighter-color);
    padding: 40px;
}
.stay_villa_propery_gallrry_Box h4{
    font-family: var(--cursive-title);
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: var(--primary-lighter-color-transparent);
}
.bottom-pagination{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
    margin-top: 30px;
}
.bottom-pagination .pagination{
    margin-bottom: 0;
}
.pagination .page-link {
    padding: 1rem 2rem;
    color: var(--secondary-color);
    background-color:var(--primary-lighter-color);
    border: 1px solid #d1dbf1;
}
.page-item:first-child .page-link,.page-item:last-child .page-link {
    border-radius: 0;
    background-color: var(--primary-lighter-color);
    
}
.pagination .page-link:hover {
    background-color:var(--primary-color);
    color:var(--white-color)
}
.pagination .page-item:first-child .page-link:hover,.pagination .page-item:last-child .page-link:hover {
      background-color:var(--primary-color);    

}
.pagination .page-item.active .page-link {
    background-color:var(--primary-color);
    color: var(--white-color)
}
.inner-WhyUs-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Left aligned image */
.inner-WhyUs-section img[style*="float: left"],
.inner-WhyUs-section img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* Right aligned image */
.inner-WhyUs-section img[style*="float: right"],
.inner-WhyUs-section img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
/******************** Contact Page*****************/

.contact-us-section .row {
  min-height: 100%;
}
.contact-us-from-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-us-from-wrap {
    padding: 40px 30px;
    background: linear-gradient(to bottom right, var(--primary-lighter-color), var(--primary-lighter-color-transparent));
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-us-from-img-wrap {
  height: 100%;
  display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
}

.contact-form-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-item-wrap{
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
    align-items: center;
    text-align: left;
    align-content: center;
    padding-right: 15px;
    margin-bottom: 30px;
}
.contact-item-wrap h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-item-wrap i{
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
/****************** Blog Page CSS ******************/

.blog-post {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 50px rgba(10, 29, 53, 0.08);
}

.blog-post img {
    width: 100%;
    margin-bottom: 15px;
}

.blog-post h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.blog-post-detailed h2{
    font-size: 36px;
}

.blog-post p {
    font-size: 16px;
    color: #555;
    line-height: 26px;
}

.blog-post a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 14px;
    line-height: 0;
}

.blog-post .date {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    display: inline-block;
}

.sidebar-section {
    background: var(--primary-lighter-color);
    padding: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
}

.sidebar-section h4 {
    background: var(--secondary-color);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}

.sidebar-section ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-section ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.sidebar-section ul li a {
    text-decoration: none;
    color: #333;
}

.sidebar-section ul li a:hover {
    color: var(--primary-color);
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.scroll-top svg {
    border-radius: 50%;
    background: white;
}

.scroll-top i {
    position: absolute;
    font-size: 20px;
    color: #007bff;
}
.scroll-top.active{
    display: flex;
}
.ui.default.dropdown:hover>.text, .ui.default.dropdown>.text, .ui.dropdown:hover>.default.text, .ui.dropdown>.default.text {
    color: rgb(0 0 0 / 40%);
}
ul.list-style{
padding: 0;
margin: 0;
}
ul.list-style li i{ 
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 10px;
}
.stay-villa-services {
    padding: 60px 20px;
    text-align: center;
}

.section-title {
    font-size: 36px;
    margin-bottom: 50px;
    color: #333;
    font-weight: 700;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.service-card i {
    font-size: 50px;
    color: #0d6efd;
    margin-bottom: 20px;
}

.service-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.service-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}
.call-to-action-section{
    padding: 150px 0;
    background-image: url(../images/home/banner/banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.call-to-action-section::after{
    content: "";
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, #0000006b, #0807071a);
}
.call-to-action-section> *{
position: relative;
z-index: 3;
}
.call-to-action-section h2{
    color: var(--white-color);
}
.perfect-vacation-section .highlighted-box {
  background-color: #1f2c54;
  color: white;
  padding: 2px 10px;
  border-radius: 4px;
  display: inline-block;
}

.image-wrap {
  position: relative;
}

.image-wrap .main-image img {
  transition: transform 0.5s ease;
}

.image-wrap .main-image img:hover {
  transform: scale(1.03);
}

.floating-img {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.5s ease, box-shadow 0.5s;
  z-index: 2;
}

.floating-top-right {
  top: -30px;
  right: -20px;
  width: 130px;
}

.floating-bottom-left {
  bottom: -30px;
  left: -20px;
  width: 130px;
}

.floating-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.floating-img:hover img {
  transform: scale(1.1);
}

.floating-img:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.padding-100{
    padding: 6em 0;
}
.Transparent-background-section{
    padding: 80px 0;
    background-image: url(../images/home/happy-place/happy-place-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.Transparent-background-wrap {
    background-color: var(--white-color);
    padding: 50px 30px 50px 150px;
    position: relative;
}
.blur-background {
background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 40px;
}
div#fixed-price-button {
    display: none;
}
/******************* Responsive *****************/

@media only screen and (max-width: 1400px) {
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 30px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 18px;}

.primary-navigation > ul {
    gap: 20px;
}
.right-top-content {
    display: flex;
    flex-direction: column;
}
footer.footer h2 {
    font-size: 45px;
}
}
@media (max-width: 1200px) {
.destination-property-slider .slick-slide img{
    height: 450px;
}
.search-form-top-wrap {
    grid-template-columns: repeat(3, 1fr);
}
.search-form-top-wrap .field-wrap:nth-child(4) {
    max-width: 100%;
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
    justify-content: center;
}
  section, .Villa-Collaction,.happy-place{
    padding:50px 0;
  }
  .top-destination{
    padding-top: 50px;
  }
  .Villa-Collaction {
    padding: 50px 0;
}
.search-form-top-wrap {
    flex-wrap: wrap;
}
.Villa-Collaction::before {
    width: 335px;
}
.happy-place-content .circle-text {
    zoom: .7;
    left: 15px;
}
.why-us-card-container {
    gap: 15px;
    margin-top: 50px;
}
.why-us-card-container .whyUsCard {
    padding: 0 20px 20px 20px;
    min-height: 360px;
}
.testimonials-text-wrap p {
    font-size: 24px;
    line-height: 30px;
    padding: 50px 150px;

}
.properties-amenities {
    gap: 5px;
}
.properties-amenities span {
    font-size: 13px;
}
.destination-card-wrap {
    grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 991px) {
header.header {
    height: 50px;
}
.main-navigation .container{
    padding: 0;
}
header.header .main-navigation  .navbar-collapse {
    background-color: var(--primary-lighter-color);
    margin-top: 4px;
    height: 100vh;
}

header.header .main-navigation .navbar-nav .mega-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 73px !important;
    background: #fff;
    overflow: auto;
    height: 100vh;
}

header.header .main-navigation .navbar-nav a.dropdown-toggle.show + .mega-menu.show {
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    width: 100%;
    position: relative !important;
    top: 0 !important;
    border: 0;
    overflow: hidden;
    padding: 10px;
}
.main-navigation ul.navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}
.main-navigation ul.navbar-nav > li {
    width: 100%;
    padding: 5px 20px;
    border-bottom: 1px solid #d4ddef;
}
header.header .main-navigation ul.navbar-nav > li> a {
padding: 0;
}
header.header .main-navigation .navbar-nav .mega-menu ul li {
    margin-bottom: 4px;
    line-height: 1.5;
}


.dropdown-menu.mega-menu {
    position: static;
    display: none !important;
    box-shadow: none;
}

/* Show mega menu on click */
.dropdown-menu.mega-menu.active {
    display: block !important;
}
.right-top-content {
    display: none;
}
.hero-section .main-title {
    font-size: 36px;
}

.search-form-outer-wrap {
    transform: translate(0%, 45%) !important;
    -webkit-transform: translate(0%, 25%) !important;
    -moz-transform: translate(0%, 45%) !important;
    -ms-transform: translate(0%, 45%) !important;
    -o-transform: translate(0%, 45%) !important;
}

.Vill-Collections-Slider-wrap {
    margin-top: 50px;
}
.Villa-Collaction::before {
     width: calc(100% - 50%);
}
.why-us-card-container {
    grid-template-columns: repeat(2, 1fr);
}
.Home-Blog-Post-Wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.form-wrap {
    padding-left: 0;
}
.middle-footer-row >div:first-child{
order: 4;
}
footer.footer {
    padding: 50px 0 40px 0;
}
.bottom-footer {
    padding-top: 20px;
}

.floating-top-right {
    right: 30px;
}
.floating-bottom-left {
    left: 30px;
}
.perfect-vacation-section .image-wrap {
    margin-top: 40px;
}
.sidebar-section {
    margin-left: 0;
}
}

@media (max-width: 767px) {
.inner-hero-section{
    height: auto;
}
.inner-hero-section h1 {
    font-size: 30px;
    margin-bottom: 0;
}
.inner-hero-section h1 span {
    padding: 10px 20px;
}
.inner-propert-search-sertion {
    margin-top: 0px;
}
.search-form-top-wrap {
    grid-template-columns: repeat(1, 1fr);
}
.search-form-bottom-wrap .fliterOuterWrap .fliterWrapBox {
    grid-template-columns: repeat(3, 1fr);
}
.hero-section{
    height: 850px;
}
.hero-section .main-title {
    font-size: 30px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
.search-form-outer-wrap {
        transform: translate(0%, 0) !important;
        -webkit-transform: translate(0%, 0%) !important;
        -moz-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
        -o-transform: translate(0%, 0%) !important;
        align-items: center;
}

.search-form-top-wrap .ui.input {
    width: 100%;
}
.why-us-card-container .whyUsCard .IconBox {
    font-size: 36px;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}
.why-us-card-container .whyUsCard {
        min-height: auto;
    }
    .happy-place {
        padding: 90px 0;
    }
.happy-place-content {
    padding: 80px 30px 30px 30px;
}   
.happy-place-content .circle-text {
    zoom: .6;
    left: calc(50% - 90px);
}
.top-destination p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.Villa-Collaction p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.Villa-Collaction-left-content {
    padding-right: 0;
}
.happy-place-content p {
    padding-right: 0;
}
.happy-place-content .circle-text {
     top: calc(0% - 90px);
    }
.destination-property-slider .slick-slide img{
    height: 200px;
}
.service-grid {
    grid-template-columns: repeat(2, 1fr);
}
.villa_stay_property_tabs {
    display: none;
}

.properties-top-sorting-wrap .top-pagination-wrap {
    display: none;

}
.destination-content-section .col-md-5{
    overflow: hidden;
}
.destinatio-location-map-wrap{
    display: none;
}
.Destination-booking-from-wrap {    
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    position: absolute;
    right: 0;
    z-index: 9999;
    width: 100%

}
div#fixed-price-button {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background:#1c2124;
    display: block;
}
#fixed-price-button .fpb-table {
    display: flex;
    width: 100%;
    padding: 15px 2%;
}
#fixed-price-button .fpb-table .fpb-price {
    width: 60%;
    color: #fff;
    font-weight: bold;
}
#fixed-price-button .fpb-table .fpb-button {
    width: 40%;
}
#fixed-price-button .fpb-table .fpb-button .fpb-inquire {
    text-decoration: none;
    padding: 8px 15px;
    font-size: 4vw;
    font-weight: normal;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    background: var(--primary-color);

    border: none;
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 445px;
}
.offcanvas-body .Destination-booking-from-wrap {
    padding: 40px 20px;
    height: calc(89% - 80px);
    overflow: scroll;
}
.destination-property-slider .slick-slide {
    margin-right: 15px;
}
.scroll-top {
    bottom: 100px;
}
.properties-card-content h3.property-title {
    font-size: 24px;
}
.blog-post,.sidebar-section {
    padding: 20px;
}
.blog-post img {
    height: auto;}
}

@media (max-width: 576px) {
.hero-section{
    height: 736px;
}
.mega-menu > .container > .row > .col-sm-3{
    width: 50%;

}

.search-form-bottom-wrap .fliterOuterWrap .fliterWrapBox {
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
    gap: 0px 15px;
}
    .why-us-card-container .whyUsCard {
        min-height: 270px;
    }
.why-us-card-container .whyUsCard .ContentBox h4 {
    font-size: 20px;
}
.BrowserTheProperty .row.align-items-center .text-end,
.WhyUs-section .row.align-items-center .text-end,
.blog-section .row.align-items-center .text-end{
    text-align: left !important;
}
.WhyUs-section .row.align-items-center .text-end .btn-primary,
.blog-section .row.align-items-center .text-end .btn-primary{
    margin-top: 30px;
    display: inline-block;
}
.why-us-card-container,.Home-Blog-Post-Wrap {
    margin-top: 30px;
}
.BrowserTheProperty  h2{
    margin-bottom: 20px;
}
    .destination-card-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap:15px;
    }
.testimonials-text-wrap p {
    font-size: 20px;
    line-height: 24px;
    padding: 40px 40px;
}
.testimonials-slider button.slick-arrow.slick-prev{
    left: 0;
}
.testimonials-slider button.slick-arrow.slick-next{
    right: 0;
}

.why-us-card-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .why-us-card-container .whyUsCard {
    min-height: auto;
}
.Home-Blog-Post-Wrap {
    grid-template-columns: repeat(1, 1fr);
}

    .Home-Blog-Post-Wrap .blog-post-body {
    padding: 20px 20px 0;
    min-height: 130px;
}
    footer.footer h2 {
        font-size: 30px;
    }
    .footer-subscribe {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.footer-subscribe input[type="email"]{
    width: 100%;
}
.tab-content-box-wrap {
    padding: 20px;
}
.villa_stay_property_tabs {
    padding: 0 20px;
}
.villa_stay_property_detail_wrap{
    padding: 20px;
}
.destination-content-section .property-amenities {
    gap: 10px;
    margin-bottom: 15px;
}
.destination-content-section h2.sub-title {
    font-size: 30px;
}
.tab-content-box-wrap .tab-content-box h3 {
    font-size: 24px;
}
.Destination-booking-from-wrap {
    padding: 40px 20px;
}
.service-grid {
    grid-template-columns: repeat(1, 1fr);
}
.pagination .page-link {
    padding: 1rem 1.5rem;
}
.property-slider img{
    height: 200px;
}
.inner-WhyUs-section img[style*="float: right"], .inner-WhyUs-section img {
    float: left !important;
    width: 100%;
    margin-left: 0;
}
.scroll-top {
    bottom: 150px;
}
}
@media (max-width: 479px) {  
    .Price-and-inquire-wrap span strong {
    color: var(--dark-black);
    margin-right: 5px;
    clear: both;
    content: "";
    display: block;
}
.Property-sort-wrap {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 5px;
}
}