@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    width: 100%;
    height: 100%;
}
#play, #pause{
    display:none;
}
.head-sec {
    text-align: center;
    margin-bottom: 30px;
}
.head-sec h2{
    margin-bottom: 0px;
}
.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.search-sec {
    margin-top: -180px;
    z-index: 1;
    position: relative;
}
.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); */
    border-radius: 16px;
    background-color: #00000073;
    padding: 15px;
    position: relative;
    z-index: 1;
    box-shadow: aliceblue;
    /* overflow: hidden; */
    width: 80%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.search-bar label {
    display: flex;
    font-size: 18px;
    font-family: var(--heading-font);
    color: #999;
    margin-bottom: 0;
    line-height: 1.4;
    letter-spacing: 0;
    display: none;
}
.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 .select {
    padding-left: 0px;
    padding-right: 10px;
}
.search-bar select{
 font-size: 15px;
 color: #f7f7dc;
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p12) 0 var(--p12);
 background: transparent;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 56px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
    background: transparent;
}
.search-bar input{
 font-size: var(--f15);
 color: #f7f7dc;
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0px 0 0px 0px;
 height: 62px;
 #fff: var(
 --p10);
 background: transparent !important;
 border: 0px solid;
 text-transform: capitalize;
}
.search-bar img{
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
    display: none;
}
.search-bar input#end_date {
 /* padding-left: 20px; */
}

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

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

.search-bar .col-3{position: relative;/* width: 25%; */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: 63px;
 letter-spacing: 1px;
 display: block !important;
 color: var(--white-color);
 background: #08a78b96;
}

.search-bar button.main-btn:hover {
    background: #08a78b96;
   }
.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: 50%; */
}
.search-bar .guest{
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
.search-bar .guest i{left: 30px;top: 18px;}
.search-bar .check.right, .search-bar .check.left{width: 48%;}
.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 25px; */
 justify-content: space-between;
}
div#guestsss {width: 100%;min-width: 260px;padding: var(--p20);position: absolute;z-index: 9;left: 10px;margin-top: 16px;border-radius: 4px;border: 1px solid #00000073;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(--black-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(--black-color);color: var(--black-color);transition: all .3s;cursor: pointer;border-radius: 22px 0 0 22px;border-right: 1px solid;}
#guestsss button.button11.button1 {
 margin-left: -4px;
 border-radius: 0 22px 22px 0;
 border-left: none;
 margin-right: 0px;
}
#guestsss button.button1:hover{
    background: #2d6b2b;
    color: var(--white-color);
    border-color: #2d6b2b;
}
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: 62px !important;
                         z-index: 9;
                         background: transparent !important;
                         padding-left: 0px;
                     }
.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: var(--white-color) !important;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    bottom: 0px;
    background: #4c9aff59;
    padding-top:120px;
    flex-direction: column;
}

.video-cont img{
    height: 104px;
    margin-bottom: 8px;
    opacity: 1 !important;
}
.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont h1 {
      max-width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    text-transform: capitalize;
    font-size: var(--f60);
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: 500;
    text-align: center;
    position:relative;
}
.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.head-p {
    margin-bottom: 0;
}
.video-cont p{
    margin: auto;
    margin-bottom: var(--m35);
    color: var(--white-color);
    text-shadow: 0px 0px 3px #000;
    text-transform: capitalize;
    font-size: var(--f16);
    text-align: center;
    line-height: 1.8em;
    opacity: 1 !important;
}
span.h-li-big {
    letter-spacing: 5px;
    text-transform: uppercase;
    opacity: 1 !i;
}
.video-cont a.main-btn{
    width: 339px;
    display: inline-block;
    height: 60px;
    background: transparent;
    border-color: var(--white-color);
    border-radius: 5px;
    font-size: 17.6px;
    padding: var(--p16) var(--p15);
}
a.main-btn.vd-btn.aos-init.aos-animate {
        border: 1px solid white;
    border-radius: 30px;
    letter-spacing: 8px;
    text-align: center;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: auto;
    font-weight: 300;
      text-transform: uppercase;
}
.video-cont a.main-btn:hover{
    border-color: #219653;
    opacity: 75%;
    background: hsla(145.38,28.89%,82.35%,1);
}

.btmbanner-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0 0 0;
}

.btm-btn {
    border: 1px solid white;
    width: 18%;
    padding: 3px 0;
    border-radius: 30px;
  transition:all 0.3s ease;
}

.btm-btn:hover{
background-color:var(--btn-color);
  border-color:var(--btn-color);
}

.btm-btn a {
    color: white;
    letter-spacing: 5px;
    text-transform: uppercase;
}

p.head-dwnp {
    text-transform: uppercase;
    letter-spacing: 5px;
}


section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    transition: .3s ease-in-out
}

section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: -50px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

section.about-us {
      position: relative;
      padding-top: 120px;
}

.pro_card h6{
  margin-bottom:0;
  font-size: 18px;
}
.pro_card  h6 a{
    color: var(--heading-color);
    font-family:var(--secondary-font);
}
.pro_card img{
 border-radius: 20px;
 width: 100%;
 height: 210px;
 margin-bottom: 10px;
 object-fit: cover;
}



section.property_sec{
  padding-top:0;
}






section.featured-pro .head-sec {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: var(--m40);
}
section.featured-pro .head-sec h2{
  /* color: var(--black-color); */
  margin-bottom: 10px;
}
section.featured-pro .head-sec p{
   color: var(--black-color);
   text-align: center;
}
section.featured-pro .row{
    gap:20px 0;
    justify-content: center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}
section.featured-pro .prop-contt {
    position: relative;
}
section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .main-prop:hover img{
    transform: scale(1.14);
}
section.featured-pro .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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-cont h4{
    color: var(--white-color);
}
section.featured-pro .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.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    position: absolute;
    bottom: -20px;
    width: 100%;
    padding-bottom: var(--p34);
    z-index: 1;
    transition: all 0.7s;
}
section.featured-pro .pro-cont .view-more{
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}
section.featured-pro .pro-cont span i{
    color: var(--secondary-color);
}
section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.featured-pro a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

section.featured-pro .main-prop:nth-child(3){}
section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
    height: 550px;   
}
section.featured-pro .single {
    margin-top: var(--m40);
}
section.featured-pro .single a{
    top: 27px;
}
section.featured-pro .single .pro-cont{
    width: 98%;
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.featured-pro h3.title {
    font-size: var(--f28);
    line-height: 1.2;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: var(--m11);
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: var(--m8);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--white-color);
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    height: 450px;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}
section.featured-pro .featured i{
    margin-right: 0;
    cursor: pointer;
}

section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    background-color: transparent;
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 5px;
    transform: rotate(-90deg);
    letter-spacing: .2em;
    border: 1px solid;
}
section.featured-pro .featured{
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
}

/*Location css start*/
section.location-list {
    background: #08a78b96;
    /* display: none; */
}
.how-we-value-heading {
    text-align: center;
    margin-bottom: var(--m40);
  
}
.how-we-value-heading p{
        color: var(--heading-color);
}

section.location-list h2{
    padding-bottom: 15px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list h6{
    line-height: 1.3;
    color: var(--white-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list .row {
    gap: 21px 0%;
}
section.location-list .col-4 {
    width: 32%;
}
section.location-list img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
    webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.location-list .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(231, 56, 39, 0) 100%);
}
section.location-list .image-sec {
    position: relative;
    overflow: hidden;
     border-radius: 25px;
}
section.location-list .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--p20) var(--p20);
    position: absolute;
   bottom: 20px;
    padding-bottom: 0px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a:hover .content-area{
    bottom: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a{
    position: relative;
}
section.location-list h4 {
    margin-bottom: 0px;
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
    font-size: 25px;
}
section.location-list .btn{
    width: 55px;
    height: 55px;
    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: #08a78b96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
section.location-list  i.fa-solid.fa-arrow-right {
    font-size: var(--f20);
}
section.location-list a:hover img {
    transform: scale(1.14);
}



section.featured-pro {
  padding-top:0;
}


/* Testimonial */

section.reviews-section h2 {text-align:center;margin-bottom: 0;}
section.reviews-section h2 span {
color:var(--secondary-color);
}

section.reviews-section .testi-carou {
position:relative;
}


section.reviews-section .testi-disp{
display:flex; 
  justify-content:space-between;
}

section.reviews-section .testi-disp-ant {
display:flex; 
  justify-content:space-between;
align-items:center;
  margin-top:10px;
}

.owl-carousel .item {
  border-radius: 15px;
  margin-right: 1px;
}

.card {
  border-radius: 20px;
}



.testi-disp-ant img{
    display: block !important;
    width: 75px !important;
    height: 75px !important;

}

.owl-nav {
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;
      position: absolute;
    top: 50%;
  left:50%;
      transform: translate(-50%, -50%);*/
}

/*span.btn.btn-outline-danger.rounded-circle.px-2.py-1 {
    width: 35px;
    height: 35px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

span.btn.btn-outline-danger.rounded-circle.px-2.py-1:hover {
border-color: var(--secondary-color);
  color: var(--white-color);
  background:var(--secondary-color);
}
*/
.owl-carousel.owl-theme.testi-owl.owl-loaded.owl-drag button.owl-prev{
  	width: 45px;
    height: 45px;
    font-size: 45px;
  border:1px solid var(--secondary-color);
  color: var(--secondary-color);
  background:var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -6%;
    transform: translateY(-50%);
}

.owl-carousel.owl-theme.testi-owl.owl-loaded.owl-drag button.owl-next{
  	width: 45px;
    height: 45px;
    font-size: 45px;
  border:1px solid var(--secondary-color);
  color: var(--secondary-color);
  background:var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -6%;
    transform: translateY(-50%);
}




.owl-carousel.owl-theme.testi-owl.owl-loaded.owl-drag button.owl-next:hover,
.owl-carousel.owl-theme.testi-owl.owl-loaded.owl-drag button.owl-prev:hover {
  border-color: var(--secondary-color);
  color: var(--white-color);
  background:var(--secondary-color);
}

span.btn.btn-outline-danger.rounded-circle.px-2.py-1 {
    border: none;
  color: var(--secondary-color);
      font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

span.btn.btn-outline-danger.rounded-circle.px-2.py-1:hover{
background:transparent;
  color: var(--white-color);
}

.owl-carousel.owl-theme.testi-owl.owl-loaded.owl-drag button.owl-next,
.owl-carousel.owl-theme.testi-owl.owl-loaded.owl-drag button.owl-prev {
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
}

.owl-carousel.owl-theme.testi-owl.owl-loaded.owl-drag button.owl-next:hover, 
.owl-carousel.owl-theme.testi-owl.owl-loaded.owl-drag button.owl-prev:hover {
    color: var(--white-color) !important;
  background:var(--secondary-color);
}
.more-testi {
margin-top:40px;
      text-align: center;
}

p.mt-3.text-muted {
    font-size: 18px;
}

/*.testi-carou {
  width: 90%;
  margin: auto;
}*/

section.reviews-section{
  
  padding-top:0;
}

.pro_card p{
  color:#909090;
}


section.property_sec .row{
  gap:20px 0;
}



.how-we-value-wrapp, section.home-list{
    padding: var(--p60) var(--p12);
}

.how-we-value-heading {
    text-align: center;
    margin-bottom: 50px;
}


.how-we-value-wrapp .col-lg-4 {
    width: 25%;
}

.single-box {
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: var(--m20);
    box-shadow: 0 0 1px #4c4c4c;
}

.single-box img {
    height: 464px;
    object-fit: cover;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}

.single-box .content {
    -webkit-transition: .5s;
    transition: .5s;
    height: auto;
    bottom: 0;
}
.single-box .content, .single-box .hover-content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    border-radius: 100% 100% 5px 5px;
    width: 100%;
    left: 0;
}

.single-box .content h3 {
    margin-bottom: 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07;
}
.single-box .content h3, .single-box .hover-content h3 {
    padding-bottom: 15px;
    font-size: 24px;
    height: 36px;
    font-weight: 600;
    overflow: hidden;
}

.single-box .content h3::before, .single-box .hover-content h3::before
 {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #321c07;
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-box .content h3 a, .single-box .hover-content h3 a {
    display: inline-block;
    color: #321c07;
}

.single-box .hover-content {
    max-height: 290px;
    bottom: -138px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-box .content, .single-box .hover-content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    border-radius: 100% 100% 5px 5px;
    width: 100%;
    left: 0;
}


.single-box .hover-content h3 {
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07;
}

.single-box .content h3, .single-box .hover-content h3 {
    padding-bottom: 15px;
    font-size: 24px;
    height: 36px;
    font-weight: 600;
    overflow: hidden;
}


.single-box .hover-content p {
    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    height: 115px;
    overflow: hidden;
}

.single-box .hover-content p a {
    color: var(--primary-color);
}



.single-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}



.single-box:hover img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}

.single-box .hover-content, .single-box:hover .content {
    opacity: 0;
    visibility: hidden;
}

.attraction-btn, section.testimonial .rating {
    display: flex;
    justify-content: center;
    align-items: center;
}
.attraction-btn{
    margin-top:30px;
}

section.how-we-value-wrapp{
  padding-top:0;
}






/* review section start */


section.common-page-wrap {
    position: relative;
    /*padding-bottom: 220px;*/
}

.testimonial-page-wrap {
    position: relative;
}

section.common-page-wrap .rvwrow {
	gap:20px 0;
}


section.common-page-wrap .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(17, 17, 17, 0.05);
    background-clip: border-box;
     border: none; 
    border-radius: 34px;
}

.revtest-cont {
	padding-left:0;
}

.reviewbtmcont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    padding: 20px 0;
  background-color: rgba(17, 17, 17, 0.05);
  margin-bottom: 30px;
  border-radius:10px;
}

.reviewbtmcont .tprvwi i {
	font-size:20px;
}

.reviewbtmcont p {
    margin: 0;
}

.reviewbtmcont p.numrate {
     font-size:22px;
}

.reviewbtmcont p.numrv {
    font-size:13px;
  color:#11111180;
}

.revtest-img img {
    border-radius: 100%;
}

.revtest-cont h4 {
    font-size: 15px;
    margin-bottom: 0;
}

.revtest-cont p {
    font-size: 12px;
    margin-bottom: 0;
}

 .rating i {
    color: #fcbf02;
}

.ser-para.short {
  max-height: 70px; /* Adjust this height as needed */
  overflow: hidden;
  position: relative;
}

.ser-para p {
    margin: 0;
}


.toggle-btn {
  color: var(--secondary-color);
  cursor: pointer;
  display: inline-block;
      margin-top: 15px;
    font-size: 14px;
}

img.img-fluid.airbnb {
    width: 35%;
  padding-top: 10px;
}

.blockquote {
    margin-bottom: 0;
}

a.loadtoggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    /* padding: 5px 0; */
    /* width: 12%; */
    /* text-align: center; */
    /* background-color: rgba(17, 17, 17, 0.05); */
    /* font-size: 13px; */
}
.test-btn {
    text-align: center;
}
.list-slider1 .owl-nav button.owl-next, .list-slider1 .owl-nav button.owl-prev{
  background-color: #6ecbbb;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.list-slider1 .owl-nav button.owl-next{
  right: 10px;
}
.list-slider1 .owl-nav button.owl-prev{
  left: 10px;
}