@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}

.how-we-value-heading {
text-align: center;
margin-bottom: var(--m30);
}

html{
    overflow-x: hidden;
}

/*video section*/

.banner-wrapper{
    height: 100vh;
    position: relative;
    /* border: 20px solid var(--white-color); */
    z-index: 1;
    padding:0 !important;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
.video-sec {
    height: 100%;
    overflow: hidden;
   padding:0 !important;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #0E182447 0%, #0e1824b5 100%);
    z-index: 0;
    /* opacity: 0.65; */
}
.hero-scetion .hero-content {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}
.hero-scetion .hero-content {
    width: 90%;
    text-align: center;
    margin: auto;
    color: rgb(255, 255, 255);
}

.nst {
    font-size: 5rem;
}
.hero-content{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative;
        padding-bottom: 80px;
}
.hero-content h1{
    font-family: var(--h1-font);
    font-size: 100px;
    width: 100%;
    margin: auto;
    text-shadow: 0 0 2px #000;
    margin-bottom: 100px;
    margin-top: 0;
    font-weight: 500;
}
.hero-content h1 span{
    font-family:var(--other-font);
    font-weight:600;
    font-size:80px;
    color:var(--other-color);
    text-shadow: 0 0 0px #000;
    font-style: italic;
}
.hero-content p{
    text-shadow: 0 0 2px #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.h-big {
   font-family: var(--secondary-font);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    text-transform: capitalize;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0px;
    max-width: 1140px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.h-big span{
    font-size: 96px;
}
.h-li-big {
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #000;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.search-sec {
    margin-top: 20px;
    z-index: 1;
    position: relative;
    width: 80%;
    display: block;
    margin: auto;
}
.search-bar{
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    /* box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16); */
    border-radius: 200px;
    background-color: #FFFFFF1C;
    padding: 20px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}
.search-bar::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius:200px;
    background-color:#FFFFFF1C;
}
.search-bar label {
    display: inline-block;
    font-size: 20px;
    font-family: var(--heading-font);
    color: var(--black-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 0;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}
.search-bar form .row{
    gap: 0 14px;
    justify-content:space-between;
}
.search-bar form .select {
    padding-left: 0px;
    /* padding-right: 10px; */
}
.search-bar select{
 font-size: var(--f16);
 color: #fff;
 /* line-height: 32px; */
 font-weight: 500;
 border-radius: 200px;
 padding: 0 var(--p15) 0 var(--p20);
 background: transparent;
 text-indent: 0px;
 border: 1px solid #FFFFFF4D;
 height: 58px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f16);
 color: var(--white-color);
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 200px;
 FONT-WEIGHT: 500;
 height: 58px;
 background: transparent !important;
 border: 1px solid #FFFFFF4D;
 text-transform: capitalize;
 padding: 15px 20px;
}
.search-bar img{
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.search-bar input#end_date {
 /* padding-left: 20px; */
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #ffff;
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: #4f5962;
 position: absolute;
 top: 1.5rem;
 font-size: var(--f18);
 left: 20px;
}

.search-bar .col-3{position: relative;width: 19%;padding-left: var(--p10);padding-right: 0;padding-top: 0;padding-bottom: 0;border: 0px solid var(--white-color);}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
 display: none;
}
.search-bar .check:before {
  position: absolute;
  content: '';
  top: 9px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
  display: none;
}
.search-bar .check i{
 top: 18px;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-left:0px;
}
.search-bar button.main-btn {
 width: 100%;
 height: 58px;
 letter-spacing: 1px;
 display: block !important;
 color: var(--white-color);
 background: var(--btn-color);
      border-radius: 100px;
}

.search-bar button.main-btn:hover {
    background: var(--other-color);
   }
.search-bar button.main-btn.close111 {
 height: 42px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
 width: 100%;
 margin-left: auto;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 38%;
}
.search-bar .guest{
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    width: 19%;
}
.search-bar .guest i{left: 30px;top: 18px;}
.search-bar .check.right, .search-bar .check.left{width: 47%;}
.search-bar .main-check{
 padding-left: 0;
 padding-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 /* border: 1px solid var(--white-color); */
 /* display: flex; */
 /* gap: 1%; */
 /* justify-content: space-between; */
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: center;
 /* gap: 0 20px; */
 justify-content: space-between;
}
div#guestsss {
 width: 100%;
 min-width: 260px;
 /* background: var(--white-color); */
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 10px;
 margin-top: 9px;
 border-radius: 4px;
 border: 1px solid #d8dce1;
 display: none;
 /* box-shadow: 0px 0px 3px 0px #888888; */
 background-color: #fff;
 /* border-radius: 0px; */
}

#guestsss .close1 {
 position: absolute;
 right: 10px;
 left: auto;
 top: 0.3rem;
 font-size: var(--f18);
 color: var(--black-color);
 cursor: pointer;
 display: flex;
 justify-content: center;
}

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m10);
}
#guestsss .adult-value {
    display: flex;
    align-items: center;
    gap: 12px;
}
#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--primary-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f16);
 text-align: left;
 margin: 0px;
 text-transform: inherit;
}

#guestsss button.button1 {height: 4px;/* background: transparent; */height: 44px;/* height: 30px; */width: 50px;text-align: center;border-radius: 50%;font-size: var(--f25);/* line-height: 30px; */margin-left: 0;border: 1px solid var(--btn-color);color: var(--btn-color);transition: all .3s;cursor: pointer;border-radius: 22px 0 0 22px;}
#guestsss button.button11.button1 {
 margin-left: -4px;
 border-radius: 0 22px 22px 0;
 border-left: none;
 margin-right: 0px;
}
#guestsss button.button1:hover{
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover);
}
p.pets-label {
    color: var(--primary-color);
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}
.pets-value {
   display: flex;
    align-items: center;
    gap: 8px;
}
.pets-calculator {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pets-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-bar p.pets-label {
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: auto !important;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 58px !important;
                         z-index: 9;
                         background: transparent !important;
                         padding-left: 0px;
                         font-size: 18px;
                     }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: var(--white-color);
}

.scroll .chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color:1px solid #FFFFFF4D !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
 border: 1px solid #a7abb6;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    padding-top: 0;
    flex-direction: column;
}
.video-cont h2{
    margin-top: 100px;
    /* font-weight: 600; */
    line-height: 1.3em;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-align: center;
    font-size: 40px;
    margin-bottom: 0px;
    color: var(--white-color);
    /* font-family: var(--primary-font); */
}
.video-cont .container{
    margin-bottom: 0px;
    max-width: 1076px !important;
    /* padding: 10px; */
}
.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont{
    text-align: center;
}
.video-cont h1 {
      max-width: 100%;
      margin: auto;
      margin-bottom: 30px;
      color: #ffffff;
      text-shadow: 0px 0px 2px #000;
      /*text-transform: capitalize;*/
      font-size: var(--f80);
      text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
      line-height: 90px;
      letter-spacing: 0;
      font-family: var(--heading-font);
      font-weight: 400;
      text-align: center;
      position:relative;
      /* text-transform: uppercase; */
}
.video-cont a.main-btn.video-btn {
    display: inline-block;
    padding: 8px 20px;
    border-color: var(--secondary-color);
    margin: auto;
}
@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}
.video-cont p{
    /* max-width: 1266px; */
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-transform: uppercase;
    font-size: var(--f16);
    text-align: center;
    letter-spacing: 1px;
    /* color: var(--secondary-color); */
    margin-top: 0;
    font-weight: 400;
}
.video-cont .features-video{
    display: flex;
    gap: 60px;
    display: none;
}
.video-cont .features-video li{
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.video-cont .features-video i{
    font-size: var(--f25);
    color: var(--white-color);
}
.video-cont .features-video span{
    color: var(--white-color);
    font-size: var(--f15);
}
.video-cont .features-video li .active-hotel{
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}

section.video-banner{
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 1;
}
section.video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.video-banner button#play{
    display: none;
} 
section.video-banner button#pause{
    display: none;
}
section.video-banner .video-sec {
width: 100%;
height: 100%;
}
#datepicker-demo17.datepicker{
    left:0;
}

/*About company css*/
section.about-us-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0px;
    top: 0;
    text-align: right;
}
section.about-us-home h2{
    color: var(--heading-color);
}
section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 10px;
}
section.about-us-home .abt-co-img-left img{
    width: 70%;
    height: 550px;
    object-fit: cover;
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: var(--p40);
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home .head-sec p {
    color: var(--secondary-color);
  margin: 0;
}
section.about-us-home p {
    max-height: 210px;
    overflow: hidden;
}
section.about-us-home .abt-co-img-right img{
   height: 400px;
   object-fit: cover;
    border: 4px solid #fff;
    width: 304px;
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
}
section.about-us-home .abt-co-img-right{
    text-align: right;
    z-index: 0;
    transform: translateY(-50%) translateX(35px);
    position: absolute;
    top: 52%;
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
section.about-us-home .col-5.abt-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.about-us-home {
    background: var(--white-color);
}
section.about-us-home .abt-cont {
    max-height: 470px;
    overflow:hidden;
}


/*Property css*/
section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}
section.home-list .row{
    gap: 30px 2%;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--m10);
}
section.home-list .view .forward{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
      padding: 0;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    /* border-radius: 10px 10px 0 0; */
    display: block;
 
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p60) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    /* border-radius: 0 0 25px 25px; */
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.home-list h3.title {
    font-size: var(--f20);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 25px;
    height: 25px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--black-color);
    text-transform: capitalize;
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 26px;
    overflow: hidden;
    display: flex;
    align-items: baseline;
}
section.home-list .amn {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--heading-color);
    display: block;
    text-align: center;
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--primary-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 22px;
    border-radius: 30px;
    right: 20px;
    z-index: 1;
    text-shadow: 0px 0px 3px #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: var(--p4) var(--p10);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f16);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: var(--p4) var(--p10);
    display: inline-block;
    border-radius: 30px;
}
section.home-list .featured{
    position: absolute;
    bottom: 22px;
    left: 20px;
    z-index: 1;
}
section.home-list .how-we-value-heading p{
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}
section.home-list .how-we-value-heading  h2 {
   padding-top: 15px;
    padding-bottom: 15px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.home-list .how-we-value-heading h6{
line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}



/*end Review section*/

section.reviews-section{
    /* background: #F8F9FB; */
    padding: 0 20px;
}
section.reviews-section .head-sec {
    text-align: center;
    margin-bottom: 40px;
}
button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-load-more-button {
    width: 111px;
    height: 48px;
    padding: 0px !important;
    background-color: var(--btn-color) !important;
    border-radius: 0px !important;
}
button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-load-more-button span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD {
    padding: 14px 20px 14px 20px !important;
    font-size: 13px !important;
    color: #fff;
}
/*Faq css*/
section.faq-section .head-sec{
    text-align: center;
    margin-bottom: 20px;
}
section.faq-section .accordion-button{
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--primary-color);
    border-bottom: 0px solid ;
}
section.faq-section .accordion-flush .accordion-item{
    border: 0px solid;
}
section.faq-section .accordion-button::after{
   transform: rotate(268deg); 
}
section.faq-section .accordion-body{
    padding: 15px;
    color: var(--primary-color);
    line-height: 30px;
}
section.faq-section .accordion-button:not(.collapsed){
    background-color: transparent !important;
    box-shadow: inset 0 0 0 var(--bs-accordion-border-color);
    color: var(--secondary-color);
}
section.faq-section .accordion-button:not(.collapsed)::after{
    transform: rotate(0deg);
    background-image: url(../images/up-chevron.png);
}
/*Cta css*/
section.cta-sec {
    /* position: fixed; */
    padding: 0;
    height: 465px;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}
section.cta-sec .overlay {
    background-color: #000000;
    opacity: 0.72;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.cta-sec .container{
    position: relative;
    z-index: 1;
}
section.cta-sec .content {
    text-align: center;
}
section.cta-sec .head-sec h2{
    color: var(--white-color);
}
section.cta-sec .head-sec{
    margin-bottom: 20px;
}
section.cta-sec p{
    text-align: center;
    color: var(--white-color);
    margin-bottom: 30px;
}
section.cta-sec ul.fees {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
section.cta-sec ul.fees li{
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    padding-left: 20px;
    padding-right: 20px;
}
section.cta-sec ul.fees li::after{
    right: -20px;
    width: auto;
    left: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
section.cta-sec ul.fees li:not(:last-child)::after{
    content: "";
    border-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid;

}
section.cta-sec a.button{
    width: 128px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    background: transparent;
    border: 1px solid var(--white-color);
}
section.cta-sec a.button:hover{
    background: var(--white-color);
    color: var(--secondary-color)
}
/*Project section css*/
section.project-section {
    background: #F8F9FB;
}
section.project-section .project-details {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
section.project-section .project-details img{
    width: 471px;
    margin-bottom: 30px;
}
section.project-section .project-details h3{
    font-size: var(--f22);
    color: var(--primary-color);
    margin-bottom: 20px;
}
section.project-section .project-details p{
    margin-bottom: 40px;
}
section.project-section .project-details a.button {
    width: 104px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


/* about owner */


section.about-owner h2 {
    /* font-size: 36px; */
    margin-bottom: 15px;
    color: var(--black-color);
    /* font-family: var(--heading-font); */
}

section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.about-owner .rhea_mask {
    fill: var(--white-color);
}

section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 500px;
}

section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}

section.about-owner .abt-img {
    position: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img {
    width: 100%;
    /* height: 431px; */
    /* object-fit: cover; */
    border-radius: 50px;
    transition: 0.5s all;
    /* border-radius: 50px; */
    object-fit: cover;
    max-height: 550px;
}

section.about-owner img:hover {
    transform: scale(1.14);
}

section.about-owner svg {
    height: 588px;
    width: 100%;
}

section.about-owner .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}

section.about-owner h4 {
    font-size: var(--f21);
    font-weight: 500;
}

section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #3a7f80;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
}

section.about-owner .call-us,
section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about-owner .call-area {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a:hover {
    color: var(--secondary-color);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

section.about-owner .abt-btn a.button {
    width: 150px;
}

/* att */

.attractions_wrapper1{
    padding-bottom: 0;
}
.attractions_wrapper{
    /* background: #fff; */
    /* padding: 85px 12px 60px; */
    padding-top: 60px;
    /* padding-bottom: 0; */
}
.attractions_wrapper a.main-btn{
    width:200px;
}
.attractions_wrapper h2{
    text-align:center;
}
.attractions_wrapper h3::after{
    left: 47%;
    bottom: -25px;
}

.attr_overlay{
    /*position: relative;*/
    
    /*background: #000;*/
}

.attr-over{
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 90%);
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.attr_img:hover .attr-over{
    background: rgba(0,0,0,0.7);
}

.attractions_left{
    /*border: 1px solid #cfcfcf;
    transition: all .5s;*/
    /*border-bottom: 2px solid #cfcfcf;*/
    /*border-radius: 10px;*/
    margin-bottom: 1.5rem;
}
.dash-accent {
    width: 40px;
    height: 1px;
    margin: auto;
    margin-bottom: 11px;
    background-color: var(--primary-color);
}

.attr_img{
    height: 367px;
    object-fit: cover;
    aspect-ratio: 1.5;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 3px #bbb;
    width: 100%;
}
.attr_img:hover{
    border-radius: 0px;
}
.attr_img.mdl{
    aspect-ratio: 0.712;
}
.attr_img img{
    position: relative;
    /*border-radius: 10px 10px 0 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.attr_img:hover img{
    transform: scale(1.2);
}
.attr-over h4{
   color: var(--white-color);
   font-size: 23px;
   margin-bottom: 0px;
   transition: all .5s ease-in-out;
   font-weight: 500;
   font-family: var(--heading-font);
}
.attr-over p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--white-color);
    margin-bottom: 0px;
    margin-top: 20px;
}

.attractions_wrapper .attr-over p{
      display:none;
}

.attr_img:hover .attr-over p{
    display:block;
}

.line{
    display: none;
}

 .section-title h3{
text-align: center;
}


.attractions-item-wrap{
    margin-top: 20px;
}


.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.more-properties .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 104%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.more-properties .owl-carousel .owl-nav button.owl-next, .more-properties .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}
.more-properties .owl-carousel .owl-nav button.owl-next i, .more-properties .owl-carousel .owl-nav button.owl-prev i {
    font-size: 25px;
    margin-right: 0;
    color: var(--white-color);
}
.more-properties .owl-carousel .owl-nav button.owl-next, .more-properties .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}
.more-properties .owl-carousel .owl-nav button.owl-next i, .more-properties .owl-carousel .owl-nav button.owl-prev i {
    font-size: 25px;
    margin-right: 0;
    color: var(--white-color);
}

.more-properties .head-sec h4{
    text-align: center;

}

.more-properties .head-sec{
    margin-bottom: 30px;
}

section.banner-wrapper h2{
    color: var(--white-color);
}


.about_para{
    height: 250px;
    overflow: hidden;
    margin-bottom: 40px;
}

.experience .col-4 {
    margin-bottom: var(--m40);
    padding: 12px;
}

section.experience-sec {
    /* padding: var(--p60) var(--p12); */
    /* padding-bottom: var(--p20); */
    padding-top: 40px;
}

.experience .col-4 {
    margin-bottom: var(--m40);
}

.experience img {
    margin-bottom: var(--m15);
    height: 47px;
}

.experience h4 {
    margin-bottom: var(--m15);
    font-size: var(--f16);
    font-weight: 600;
    font-family: var(--primary-font);
}

.experience h2 {
    text-align: center;
    margin-bottom: var(--m40);
}

.experience .img {
    display: inline-block;
}


/*Attraction css start*/

.how-we-value-wrapp h2{
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .col-md-4{
   padding: var(--p8);
    position:relative;
    width: 50%;
}
.how-we-value-wrapp .col-md-4 a{
    position:relative;
    display: block;
}
.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.how-we-value-wrapp .row{
    gap: 0px 0;
}
.how-we-value-wrapp .img-card {
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}
.how-we-value-wrapp .img-card:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
    /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
    margin: 0px;
    padding: var(--p30) var(--p30);
    border-radius: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    transition: all 0.3s;
}
.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: var(--f23);
    max-height: 34px;
    overflow: hidden;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    padding: 0;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    display: block;
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.how-we-value-wrapp .arrow:hover{
    background: var(--white-color);
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    display: none;
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: var(--m20);
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
.how-we-value-wrapp .col-md-4:hover .atr-cont{
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .col-md-4:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
.how-we-value-wrapp .col-md-4:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: var(--m30);
}


/*Testimonial css*/
section.testimonial {
    position: relative;
    background: var(--lt-bg-color);
}
section.testimonial h2{
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}
section.testimonial h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
section.testimonial  .owl-item {
    padding-left: var(--p5);
    padding-top: var(--p5);
    padding-right: var(--p5);
    padding-bottom: var(--p10);
}
section.testimonial  .owl-item .quote-icon img{
    width:40px;
    margin-bottom: var(--m10);
}
section.testimonial .item {
    background: transparent;
    /* box-shadow: 0px 2px 6px 0px #ccc; */
    padding: 0;
    border-radius: 0;
    height: auto;
    width: 60%;
    margin: auto;
}
section.testimonial .item .para{
    padding-top: 0;
}
section.testimonial  .test-cont h6{
    color: var(--heading-color);
    text-align: center;
    margin-top: var(--m30);
    font-size: var(--f18);
}
section.testimonial .item .para p{
    max-height: 205px;
    overflow: hidden;
    height: auto;
    text-align: center;
}
section.testimonial .user-icon {
    align-items: center;
    margin-bottom: 25px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
section.testimonial .user-icon img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    background: var(--white-color);
}
section.testimonial p.stay {
    margin-bottom: 0px;
}
section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f14);
    margin-right: var(--m3);
}
section.testimonial h6 {
    width: 100%;
}
section.testimonial #testimonial-home .owl-nav {
    text-align: right;
    position: absolute;
    top: -75px;
    right: 0;
    z-index: 2;
}
section.testimonial #testimonial-home .owl-nav button.owl-prev {
    margin-right: var(--m15);
    background: var(--heading-color);;
}
section.testimonial #testimonial-home .owl-nav button {
    background: var(--heading-color);;
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
section.testimonial #testimonial-home .owl-nav button:hover {
    background: var(--black-color) !important;
}
section.testimonial #testimonial-home .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color);
}
section.testimonial #testimonial-home .owl-nav button:hover i {
    color: var(--white-color);
}
section.testimonial .rating {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testy {
    margin-top: var(--m30);
}
.col-6.rev-head {
    min-height: 50px;
}

section.testimonial  .owl-thumbs{}
section.testimonial  .owl-thumbs .owl-thumb-item{
  height:150px;
  width: 100%;
  max-width:150px;
  background: transparent;
  border: none;
  overflow: hidden;
}
section.testimonial .owl-thumbs .owl-thumb-item img{
  max-width:100%;
  height:auto;
}
section.testimonial  div#thumbs {
    width: 500px;
    margin: auto;
}
section.testimonial div#thumbs .item{
    width: 100%;
    opacity: 0.5;
}
section.testimonial div#thumbs .owl-item.active.current .item{
opacity: 1;
}
section.testimonial div#thumbs .owl-nav{
    display: none;
}
section.testimonial .owl-nav {
   
    margin: auto;
    position: absolute;
    left: 15%;
    bottom: 50%;
    width: 70%;
    display: flex;
    justify-content: space-between;
}
section.testimonial .owl-nav button{
    background: #fff !important;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 500ms ease;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
}



/*********************/

#loc {
  appearance: none;              /* Removes default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  padding-right: 40px;           /* Space for the arrow */
}


.attr_box
 {
    position: relative;
    overflow: hidden;
    height: 400px;
}










.faqs{
    gap:2rem;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    gap:2rem;
}
button.ui-accordion__link.accordion-button.collapsed{
    gap:2rem;
}
.head-sec {
    margin-bottom: var(--m30);
    text-align:center;
}
.col-md-12 {
    padding-left: 0px;
     padding-right: 0px;
}

section.faq{
    padding:var(--p60) var(--p12);
}
.sec-line {
    margin-bottom: var(--m30);
}


section.faq{
    background:var(--white-color);
}
section.faq .accordion-flush .accordion-item{
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border-radius: 10px;
    border-left: 10px solid #122a42;
    border-right: 10px solid #122a42;
}
section.faq .accordion-flush .accordion-item .accordion-button, section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    padding: var(--p20);
    font-size: var(--f18);
    font-weight: 500;
    color: var(--heading-color);
}
section.faq .accordion-button:not(.collapsed){
    background: var(--white-color);
}
section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m0);
    line-height: 0;
}
section.faq img{
    border-radius: 10px;
}
section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
}
section.review-sec {
    background: var(--lt-bg-color);
}
section.review-sec .WidgetTitle__Header-sc-c581efe-2{
    font-size: var(--f45) !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    color: var(--heading-color) !important;
    margin-bottom: var(--m10) !important;
    font-family: var(--secondary-font) !important;
}
.es-header-write-review-button {
    background-color: var(--btn-color) !important;
}
.es-text-shortener-control-open{
color:var(--btn-color) !important;
}