/*video section*/

.banner-wrapper{
    height: 100vh;
    position: relative;
    /* border: 20px solid var(--white-color); */
    z-index: 1;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    height: 100%;
    overflow: hidden;
}
.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: center;
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative;
        padding-bottom: 0;
}
.hero-content h1{
    font-family: var(--heading-font);
    font-size: 70px;
    width: 100%;
    margin: auto;
    text-shadow: 0 0 2px #000;
    margin-bottom: 0px;
    margin-top: 50px;
    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-bar .row{
    padding-top: 0;
}
.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: 50px;
    background-color: #1a1919ad;
    padding: 0;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    width: 95%;
    margin: auto;
}
.search-bar label {
    display: none;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--white-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: bold;
}
.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%); */
    /* height: 70px; */
}
.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
}
.search-bar select{
 font-size: var(--f16) !important;
 color: #fff;
    position:relative;
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0 15px 0 0;
 background: transparent;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 36px;
 width: 100%;
 /* border-right: 1px solid #f2f2f2; */
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f15);
 color: var(--white-color);
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0px 0 0px 0px;
 height: 36px;
 background: transparent !important;
 border: 0px solid;
 text-transform: capitalize;
}
.search-bar .guest-info::after{
    content:"";
    position:absolute;
    right:-15px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:36px;
    background:#fff;
}
.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: #4f5962;
 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: 25%; */padding-left: var(--p20);padding-right: 0;padding-top: 0;padding-bottom: 0;border: 0px solid var(--white-color);display: flex;align-items: center;}
.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-right: 0px;
 border-left: 0px solid #f2f2f2;
}
.search-bar button.main-btn {
 width: 100%;
 height: 60px;
 letter-spacing: 1px;
 display: block !important;
 color: var(--white-color);
 background: transparent;
 border: 0px solid;
 border-radius: 0 25px 25px 0;
}

.search-bar button.main-btn:hover {
    background: var(--btn-color);
    transform: scale(1);
   }
.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: 50%;padding-left: 20px;padding-right: 20px;}
.search-bar .check.right{
    border-left:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
}
.search-bar .main-check{
 padding-left: 0;
 padding-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 /* width: 100%; */
 align-items: center;
 display: flex;
 /* 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;
 width: 100%;
}
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;border-right: 0px 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: 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: 36px !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: transparent !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;
    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;
}

/*start about*/

section.about-section {
    position: relative;
}
section.about-section .main-btn{
    width:150px;
    text-align:center;
}
section.about-section .section-shape {
    position: absolute;
    left: 0;
    top: 150px;
}
section.about-section h6{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--heading-font);
    position: relative;
    padding-left: 0;
    text-transform: uppercase;
}
section.about-section h6::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 50%;
    width: 52px;
    height: 12px;
    background-image: url('../images/section__style__two.svg');
    background-repeat: no-repeat;
    transform: translate(0, 50%);
    display: none;
}
section.about-section .about-info {
    margin-right: 10px;
}
section.about-section a.abt-btn {
    transition: 0.6s;
    display: flex;
    align-items: center;
    gap: 8px;
}
section.about-section a.abt-btn i{
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: var(--btn-color);
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
}
section.about-section a.abt-btn:hover{
  letter-spacing: 1px;
}
section.about-section .abt-para {
    margin-bottom: 20px;
    max-height: 237px;
    overflow: hidden;
}
section.about-section  .about-img1{
    overflow: hidden;
    width: 485px;
    width: 58.33333333%;
    border-radius: 0;
    height: 590px;
    object-fit: cover;
}
section.about-section  .about-img-right {
    width: 41.66666%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
section.about-section .about-img-right img{
  width:100%;
  height:284px;
  object-fit:cover;
}
section.about-section .col-lg-8.col-md-12.col-12{
    display: flex;
    justify-content: space-between;
    gap: 17px;
}
section.about-section .about-img1 img{
    height:100%;
}
section.about-section .col-7{
    display: flex;
    align-items: center;
}
section.about-section h2{
    margin-bottom: 40px;
    padding-bottom: 25px;
    position: relative;
}
section.about-section h2 span{
    font-family:var(--other-font);
    font-size: 52px;
    font-weight: 600;
    font-style: italic;
}
section.about-section h2::before{
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: 0;
}
section.about-section .col-lg-4.col-md-12.col-12{
  display:flex;
  justify-content:center;
  flex-direction:column;
}
/*end about section*/
/*properties section css*/

section.featured-pro  button.owl-prev{
    position: absolute;
    left: 10px;
    bottom: 42%;
}
section.featured-pro  button.owl-next{
    position: absolute;
    right: 10px;
    bottom: 42%;   
}
section.featured-pro  button.owl-next span {
font-size: 70px;
color: var(--white-color);
text-shadow: 0 0 5px#000;
}
section.featured-pro  button.owl-prev span {
    font-size: 70px;
    color: var(--white-color);
text-shadow: 0 0 5px#000;
    }
    section.featured-pro .col-6.prop-cont h4{
       color: var(--secondary-color);
    font-size: var(--f23);
    }
section.featured-pro span.adr {
    margin-bottom: 10px;
    display: flex;
    font-size: 15px;
    color: var(--black-color);
    align-items: flex-start;
    gap: 6px;
}
section.featured-pro span.adr i{
    margin-top:2px;
}
section.featured-pro {
    background: var(--lt-bg-color);
}
section.featured-pro .pro-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}
section.featured-pro .pro-top p{
    margin-bottom: 0px;
}
section.featured-pro .pro-top img{
    width: 30px;
}
section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
section.featured-pro .row{
    gap:20px 0;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 10px 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .pro-img: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-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);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

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);
}
section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:33px;
    overflow:hidden;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
  padding: 0;
  margin-top: 0;
  font-size: var(--f16);
  align-items: center;
  display: flex;
  gap: 20px;
  /* justify-content: space-between; */
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 15px;
}
section.featured-pro i {
    margin-right: 0;
  color: var(--heading-color);
  font-size: var(--f20);
}
section.featured-pro .pro-rating i{
    color:#f0ad4e;
    font-size: 15px;
}
section.featured-pro .pro-rating{
    margin-bottom:10px;
}
section.featured-pro .main-btn{
    /* border-radius: 50%; */
    /* width: 65px; */
    /* height: 65px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.featured-pro .main-btn i{
color: #fff;
}
section.featured-pro .prop-cont h2{/* font-size: var(--f32); */margin-bottom: 15px;}
section.featured-pro ul li{
    font-size: var(--f16);
    color: var(--black-color);
    text-align: center;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 5px 0;
    gap: 8px;
}
section.featured-pro .prop-cont h2 span{
    font-family: var(--other-font);
    font-size: 52px;
    font-weight: 600;
    font-style: italic;
}
section.featured-pro ul li span{
    font-weight: 600;
    font-size: var(--f24);
    margin-bottom: 0px;
}
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;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.featured-pro .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .price {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}
section.featured-pro .pro-para {
    max-height: 219px;
    overflow: hidden;
    margin-bottom: 20px;
    height: auto;
}


/* cta css */

section.cta{
    background: url('../images/cta.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
section.cta .shape img{
    width: 350px;
object-fit: cover;

}
section.cta .shape{
    position: absolute;
    top: -365px;
    z-index: 2;
}
section.cta .container{
    display: flex;
    justify-content: center;
    position: relative;
}
section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 50%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.cta .head-sec h2{
    text-align: center;
    color: var(--white-color);
}
section.cta .content p{
    color: var(--white-color);
}
section.cta .content .main-btn{
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
section.cta  .man-img {
    position: relative;
}
section.cta .man-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/* about casey */

section.about-casey{
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
section.about-casey .about-shape {
    position: absolute;
    bottom: -77px;
    z-index: 9;
}





/* attractions */

:root{
    --text-light: rgba(255,255,255,0.6);
    --text-lighter: rgba(255,255,255,0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
  }
  .hero-section .head-sec{
    margin-bottom: var(--m30);
  }
.hero-section{
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    background: var(--white-color);
  }
  
  .hero-section .card-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
  }
  
  @media(min-width: 540px){
    .hero-section .card-grid{
      grid-template-columns: repeat(2, 1fr); 
    }
  }
  
  @media(min-width: 960px){
    .hero-section   .card-grid{
      grid-template-columns: repeat(4, 1fr); 
    }
  }
  
  .hero-section .card{
    list-style: none;
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .hero-section .card:before{
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
  }
  
  .hero-section .card__background{
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition: 
      filter 200ms linear,
      transform 200ms linear;
  }
  
  .hero-section .card:hover .card__background{
    transform: scale(1.05) translateZ(0);
  }
  
  .hero-section .card-grid:hover > .card:not(:hover) .card__background{
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  
  .hero-section  .card__content{
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
  }
  
  .hero-section .card__category{
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
  }
  
  .hero-section .card__heading{
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    line-height: 1.4;
    word-spacing: 0vw;
  }
  .hero-section .hero-btn a.main-btn{
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
  }
  .hero-btn {
    text-align: center;
    margin-top: 30px;
}

/* about owner css */


section.about-owner h2{
    /* font-size: 36px; */
      margin-bottom: 15px;
    /* 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%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 0px;
}

section.about-owner img{
   width: 100%;
   height: 550px;
   object-fit: cover;
   border-radius: 0px;
   transition: 0.5s all;
   border-radius: 0px;
   object-position: top;
}
section.about-owner img:hover{
    /* transform: scale(1.14); */
}
section.about-owner .img img{
margin-top: 65px;
}
section.about-owner {
    /* background: #f7f7f7; */
    padding-top: 100px;
}
section.about-owner .cont img{
    z-index: 0;
    width: 38%;
    top: -4rem;
    left: 0rem;
    transform: rotate(-16deg);
    position:absolute;
    object-fit: contain;
    height: auto;
}
section.about-owner .cont {
    position: relative;
}
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 #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
}
section.about-owner .call-area a{
    display: block;
    color: var(--heading-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;
    margin-top: 20px;
}
section.about-owner .abt-btn a.button{
    width: 150px;
}
section.about-owner .owner-info span{
    font-style:italic;
    font-weight:500;
}
section.about-owner .owner-info p{
    font-size: 1.8rem;
    /* font-weight: 700; */
    font-family: Cormorant Garamond, serif;
    /* text-align: left; */
    letter-spacing: 0;
    font-style: italic;
    color: var(--secondary-color);
    margin-bottom: 0;
}


 /*Testimonial css*/

 section.testimonial .bg-img{
    background: url('../images/judson.jpeg');
    height: 600px;
padding: 0;
    background-size: cover ;
position: relative;
z-index: 1;
display: none;
}
section.testimonial .col-7{
   width: 100%;
}
section.testimonial .para {max-height: 190px;overflow: hidden;}

section.testimonial {
   background: #0E1824;
   position: relative;
   border: 20px solid var(--white-color);
   padding-left: 70px;
   padding-right: 70px;
}


section.testimonial .col-6.cont-head{
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url(../images/testi-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    display: none;
}
section.testimonial .col-6.cont-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
}
section.testimonial .head-sec{
    position: relative;
    text-align: center;
    /* width: 70%; */
    padding-left: 0;
    padding-top: 0;
    margin-bottom: var(--m40);
}
section.testimonial h6{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--heading-font);
    position: relative;
    padding-left: 0;
    text-transform: uppercase;
}
section.testimonial .icon{
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        z-index: 1;
        top: -5px;
}
section.testimonial .icon img{
    height: 50px;
}
section.testimonial .testy {
  
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
}
section.testimonial .item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: block;
}
section.testimonial .top-text {
    position: relative;
    /* height: 100px; */
    gap: 20px;
    align-items: flex-start;
    position: relative;
    justify-content: flex-start;
    display: flex;
}
section.testimonial .overlay{
   /* background-color: #f5f5f5; */
   /* width: 120%; */
   margin: auto;
   padding: 0;
   padding-bottom: 0;
   border-radius: 0px;
   position: relative;
   /* right: 180px; */
   /* padding: 50px 80px; */
}
section.testimonial .owl-nav {
    display: flex;
    gap: 10px;
    position: relative;
    left: 0px;
    top: 40px;
    justify-content: center;
    /* display: none !important; */
}
 section.testimonial  .owl-carousel .owl-nav .owl-prev{
    font-size: 16px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}
section.testimonial .owl-carousel .owl-nav .owl-next{
    font-size: 16px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}
section.testimonial  .owl-carousel .owl-nav .owl-prev:hover, section.testimonial .owl-carousel .owl-nav .owl-next:hover{
    background: var(--btn-hover) !important;
}
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.testimonial .user-icon {
    /* position: absolute; */
    /* z-index: 1; */
    /* left: 17%; */
    /* top: 20%; */
    /* -webkit-transform: translate3d(-50%, -10px, 0); */
    -moz-transform: translate3d(-50%, -10px, 0);
    /* transform: translate3d(-50%, -10px, 0); */
    /* -webkit-transition: all 0.3s; */
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section.testimonial .user-icon img{
    width: 60px;
    height: 60px;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}


section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.07);
    padding: var(--p30);
    height: 290px;
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    border: 2px solid #e5e5e5;
}
section.testimonial .test-card p{
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0;
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}
section.testimonial .cont-sec{
    margin-top: var(--m20);
    text-align: center;
    height: 143px;
    overflow: hidden;
}
section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}
section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}
section.testimonial h3 {
  padding-left: 0;
  font-size: var(--f21);
  /* font-weight: 700; */
  text-align: left;
  color: var(--heading-color);
  margin-bottom: 0;
}
section.testimonial .container-fluid{
    padding: 0;
}

section.testimonial .owl-item.active:first-child .item{
    border-right: 2px solid var(--white-color);
}
section.testimonial .para p{
   text-align: left;
   width: 100%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   color: var(--black-color);
   height: 100%;
   argin-bottom: 0px;
   margin-top: var(--m10);
   font-size: var(--f16);
   overflow: hidden;
   /* margin-bottom: var(--m20); */
}
section.testimonial .para i{
    font-size:var(--f30);
}
section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}
section.testimonial p.clt-name{
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    /* display: block; */
}
section.testimonial .test-card:hover .test-pro {
    height: 180px;
}
section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height:100%;
}


/*end Review section*/

/*Guests css start*/

.guests img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}
.guests .col-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.guests .col-6.guest-img {
    gap: 20px;
}
.guests .guest-inner {
    display: flex;
    justify-content: space-between;
}
.guests .guest-inner img{
    width: 48.5%;
}
.guests .col-6.guest-content {
    padding-left: 5%;
}
.guests .col-6.guest-content p{
    /* height: 120px; */
    overflow: hidden;
}
.guests a.main-btn.show-more {
    width: 180px;
    display: block;
    text-align: center;
}

.guest-content-section {
    height: 425px;
    overflow: hidden;
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.edgtf-cut-off-effect.top {
    transform: rotate(180deg);
}

/*Attraction css*/

section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 100%;
    /* text-align: center; */
    margin-bottom: 40px;
}

section.how-we-value-wrapp .head-sec p{
    margin-bottom: 0px;
}
.how-we-value-wrapp h2{
    /* color: var(--heading-color); */
    width: 100%;
    text-align: left;
    /* font-weight: 500; */
    margin-bottom: 0px;
    /* font-size: var(--f48); */
}
.attr-btn{
    display: flex;
    justify-content: center;
}
.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .atrr{
   padding: 8px;
    position:relative;
}
.how-we-value-wrapp .atr-btn {
    text-align: center;
}
.how-we-value-wrapp .atrr 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: 500px;
    object-fit: cover;
}
.how-we-value-wrapp .row{
    gap: 30px 0;
}
.how-we-value-wrapp .img-card {
    border-radius: 0;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .img-card:hover{
    /* transform: translateY(-30px); */
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
   width: 100%;
   padding: 30px;
   position: absolute;
   left: 0;
   bottom: 0;
}
.how-we-value-wrapp .atr-cont h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 24px;
    color: #fff;
    font-family: var(--primary-font);
    padding: 0;
    text-align: left;
}
.how-we-value-wrapp .atr-cont h4 a{
    color:var(--white-color);
}
.how-we-value-wrapp .atr-cont h4 a:hover{
    color:#E5E5E5;
}
.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 0%, #0E18249E 100%);
    /* display: none; */
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    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: #fff;
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 0;
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: 30px;
}
.how-we-value-wrapp .attr:hover .atr-cont{
    background: #fff;
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
.how-we-value-wrapp .atrr:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: 30px;
}
.datepicker{
    left: 0;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}
 .adult-btn {
    display: flex !important;
    gap: 5px;
    align-items: center;
}
.adult-box.pet-box div {
    display: flex;
    gap: 5px;
    align-items: center;
}
.owner-para {
    margin-top: 60px;
    max-height: 412px;
    overflow: hidden;
    margin-bottom: 20px;
}
.owl-carousel .owl-stage-outer{
    padding-left: 0;
    padding-right: 0;
}
section.featured-pro .pro-bottom {
    border-top: 1px solid #6F6F6F4A;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.cta-new {
    padding: 0;
    border: 20px solid var(--white-color);
  height: 665px;
}
section.cta-new .cta-info {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  display: flex;
    align-items: flex-end;
}
section.cta-new .cta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #0E182447 0%, #0E1824 100%);
    opacity: 0.65;
}
section.cta-new .container-fluid{
  position: relative;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
  margin-bottom:80px;
}
section.cta-new h2{
  font-size: 58px;
    margin-bottom: 0;
    color: var(--white-color);
}
section.cta-new h2 span{
    font-family:var(--other-font);
    font-size:70px;
    font-weight:600;
    font-style:italic;
    color:var(--other-color);
}
section.cta-new .main-btn{
  width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
section.choose-us .col-6{
  width: 49%;
    position: relative;
}
section.choose-us .row{
  justify-content:space-between;
}
section.choose-us .choose-first-image{
  width:585px;
  height:600px;
  object-fit:cover;
}
section.choose-us .choose-second-image {
   border-style: solid;
    border-width: 20px 0px 0px 20px;
    border-color: var(--white-color);
    width: 321px;
    height: 321px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 55%;
}
section.choose-us .choose-img {
    position: relative;
}
section.choose-us h6{
  margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--heading-font);
    position: relative;
    padding-left: 0;
    text-transform: uppercase;
}
section.choose-us .choose-us-content {
    padding-left: 30px;
}
section.choose-us h2{
    margin-bottom: 40px;
    padding-bottom: 25px;
    position: relative;
}
section.choose-us h2 span{
    font-family: var(--other-font);
    font-size: 52px;
    font-weight: 600;
    font-style: italic;
}
section.choose-us h2::before{
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: 0;
}
section.choose-us .choose-icon {
    min-width: 40px;
  width: 40px;
    height: 40px;
    background: #F3EBE5;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.choose-us .choose-icon svg{
  width:15px;
  height:15px;
}
section.choose-us li{
  display: flex;
    gap: 23px;
}
section.choose-us li h3{
  font-size: 24px;
    margin-bottom: 10px;
}

span#chooesen_end_date {
    color: white;
    display: block;
    text-align: left;
    line-height: 36px;
}

span#chooesen_start_date {
    color: white;
    display: block;
    text-align: left;
    line-height: 36px;
}

.form-dates {
    /* width: 30%; */
}

/* about us  */

.about_des {
    text-align: center;
}

.about_des p{
    text-align: center;
    width:80%;
    display:block;
    margin:auto;
    padding-top:20px;
}


section.studio-section .container-fluid{
    padding:0px;
}
section.studio-section .head-sec-left {
    width: 100%;
    text-align: center;
    max-width: 830px;
    margin: auto;
}
section.studio-section .head-sec-left p{
    text-align: center;
}
section.studio-section .head-sec-right {
    max-width: 645px;
}

section.studio-section .head-sec {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
section.studio-section .head-sec a.head-btn{
    font-size:22px;
}
.studio-details {
    overflow: hidden;
    border-radius: 6px;
}

section.studio-section .studio-image {
    width: 100%;
    height: 570px;
    border-radius: 6px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/studio1.webp");
    transition: all .4s ease;
}

section.studio-section .studio-image:hover {
    background-size: cover;
    transform: scale(1.1);
}

section.studio-section .studio-content {
    padding: 30px 30px;
    /* position: absolute; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 6px;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.studio-section .studio-content:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

section.studio-section .studio-content h5 {
    font-size: 24px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--heading-font);
    height: 72px;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 0px;
    text-shadow: 0 0 2px #000;
}

section.studio-section .studio-content h5 a {
    color: var(--white-color);
    font-family: var(--heading-font);
}

section.studio-section .pro-img .studio-list img {
    width: 30px;
    height: auto !important;
    transform: scale(1);
}

section.studio-section .studio-list p {
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 0px;
    line-height: 28px;
    /* text-shadow: 0 0 2px #000; */
}

section.studio-section .studio-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.studio-section .pro-para p{
    font-size:16px;
    margin-bottom: 15px;
}
section.studio-section .studio-info {
    /* display: flex; */
    display: flex;
    gap: 10px;
    align-items: center;
    /* margin-top: 20px; */
    margin-bottom: 0;
    justify-content: flex-start;
    /* padding: 0 15px; */
}

section.studio-section p.studio-price {
    /* font-size: 28px;
    font-family: var(--heading-font);
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 15px;
    text-shadow: 0 0 2px #000;
    color: var(--white-color); */
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--secondary-color);
    padding: 3px 12px;
    /* margin: 20px; */
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
    z-index: 1;
}

section.studio-section .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 6px;
    background: #fff;
    opacity: 0.35;
    display: block;
    -webkit-backface-visibility: visible;
    transition: 0.2s;
    border-radius: 100%;
}
section.studio-section .owl-dots .owl-dot span:hover{
    opacity: 0.7;
}
section.studio-section .owl-dots .owl-dot.active span {
    opacity: 1;
}
section.studio-section .owl-dots .owl-dot.active span:hover {
    opacity: 1;
}
section.studio-section .owl-dots {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

section.studio-section .owl-controls .owl-nav .owl-next, section.studio-section .owl-controls .owl-nav .owl-prev {
    margin: 0;
    padding: 0;
    background: var(--white-color) !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    top: 0;
    color: #111 !important;
    font-size: 1.1rem;
    /* transform: translateY(-50%); */
    /* left: -23px; */
}
section.studio-section .owl-controls .owl-nav .owl-prev{
    left:60px;
}
section.studio-section .owl-controls .owl-nav .owl-next{
    right:60px;
}
section.studio-section .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0;
    top: 596px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    transform: translateY(-50%);
}
section.studio-section .owl-theme .owl-controls .owl-nav .owl-next {
    /* left: auto; */
    /* right: -23px; */
}
section.studio-section .other-btn{
    font-size:14px;
    color:var(--heading-color);
    margin-bottom: 5px;
    display: inline-block;
}
section.studio-section .other-btn i{
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.studio-section .other-btn:hover i{
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}
section.our-studio-section {
    padding-top: 110px;
    background: var(--white-color);
}
section.studio-section {
    padding: 70px;
    /* padding-right: 0; */
    background: var(--btn-color);
    /* padding-top: 0; */
}
section.studio-section .pro-img {
    height: 540px;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
}

section.studio-section .pro-img img{
    height: 540px;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.35s ease-in-out;
    width: 100%;
}
section.studio-section .pro-content{
    width:100%;
    height:100%;
    /* position:absolute; */
    left:0;
    top:0;
    display:flex;
    flex-direction:column;
    background: var(--btn-color);
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 24px;
}
section.studio-section .pro-img a:hover .pro-content{
    /* background: #33322de6; */
}
section.studio-section h3{
    font-size: 2rem;
    font-weight:400;
    text-align: left;
    margin-bottom: 16px;
    color: var(--white-color);
    /* height: 72px; */
    max-width: 100%;
    /* overflow: hidden; */
    /* padding: 10px 0px; */
}
section.studio-section h3 a{
    color:var(--heading-color);
    font-family:var(--heading-font);
}
section.studio-section h3 a:hover{
    opacity: 0.6;
}
section.studio-section .pro-img a:hover img{
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.pro-btn {
    text-align: center;
    margin-top: 0;
    padding-right: 0;
    width: 78px;
    height: 78px;
    background: var(--btn-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--white-color);
    font-size: 22px;
}
.pro-btn:hover{
    background: var(--btn-color);
}
.property-card-sec{
  width:100%;
}
.studio-list img{
  width: 25%;
}

.pro-content h5{
      /* padding: 0 15px !important; */
      font-size: 18px;
      color: var(--white-color);
      font-family: var(--primary-font);
      font-weight: bold;
      margin-bottom: 8px;
}

section.gallery .col-9.md-12.sm-12{
    width:70%;
}
.gallery .rev{
justify-content: space-between;
}
.gallery #second{
    padding-top:var(--p20);
}
.gallery .rev .col-7{
    border: 1px solid #080816;
    width:57%;
    margin-bottom: 10px;
    padding:5px;
}
.gallery .rev .col-5{
    border: 1px solid #080816;
     width:40%;
     margin-bottom: 10px;
     padding:5px;
}
.gallery .rev .col-7 .img {
    padding: 0px 0px;
    position: relative;
    left: 0;
    top: 0;
    height: 300px;
    overflow: hidden;
}
.gallery .rev .col-7 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
    transform: scale(1);
    transition: 0.5s;
}
.gallery .rev .col-7 .img img:hover{
      transform: scale(1.2);
}
.gallery .rev .col-5 .img {
    padding: 0px 0px;
    position: relative;
    left: 0%;
    top: 0%;
    height: 300px;
    cursor:pointer;
     overflow:hidden;
}
.gallery .rev .col-5 .img img:hover{
      transform: scale(1.2);
}
.gallery .rev .col-5 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
     transform: scale(1);
    transition: 0.5s;
    cursor:pointer;
}

.gallery .rev .col-6{
    border: 1px solid #080816;
    width:49%;
}

.gallery .rev .col-6 .img {
    padding: 0px 0px;
    position: relative;
    left: 2%;
    top: 2%;
    height: 300px
}
.gallery .rev .col-6 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
}

section.home-gallery {
    padding: 0 var(--p12);
    padding-bottom: var(--p60);
}

a.gallery-btn{
    /* font-size: var(--f16); */
    margin-top:var(--m30);
}
a.gallery-btn .fa-solid, .fas{
    
}


section.home-gallery span {
    text-align: right;
    display: block;
}

section.home-gallery .col-5 {
    padding-left: var(--p40);
    padding-right: var(--p40);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.home-gallery p{
    font-weight: 300;
}
section.home-gallery a.main-btn {
    display: block;
    width: 200px;
    text-align: center;
}

section.home-gallery .slick-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    padding: 0 var(--p2);
}
section.home-gallery .slick-prev:before, section.home-gallery .slick-next:before {
    font-size: 40px;
    opacity: 1;
    color: var(--black-color);
}
section.home-gallery .slick-prev, section.home-gallery .slick-next{
    z-index: 1;
}
section.home-gallery .slick-prev {
    left: 10px;
}
section.home-gallery .slick-next {
    right: 28px;
}
section.home-gallery .content {
    height: 225px;
    overflow: hidden;
}
section.gallery .head-sec h2{
    font-size: 50px;
    text-align: left;
}
section.gallery .head-sec{
    position: relative;
}
.arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: absolute;
}

.arrow-mask-right {
    left: 190px;
    clip-path: inset(0px 100% 0px 0);
}
.arrow-mask-wrap {
    width: 110px;
    height: 22px;
    position: absolute;
    top: 30px;
    z-index: 0;
    transition: clip-path 0.6scubic-bezier(0.785,0.135,0.15,0.86);
}

.faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.faq-sec .accordion-button::after {
  transition: all 0.5s;
}

section.faq-sec .head-sec, section.faq-sec .head-sec p, section.faq-sec .head-sec h2{
    text-align:left;
}
section.faq-sec .faq-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px;
}
section.faq-sec .head-sec {
    text-align: left;
    margin-bottom: var(--m30);
}
section.faq-sec .accordion-button{
  padding: 12px 12px 22px 0;
  background: transparent;
  border-radius: 0 !important;
  font-size: 20px;
  color: var(--black-color);
  border: 0px solid !important;!i;!;
  box-shadow: 0 0 0;
  font-family: var(--secondary-font);
}
section.faq-sec .accordion-body{
    padding:0 30px 30px 0;
}
section.faq-sec .accordion-item{
  border: 0px solid;
  border-bottom: 1px solid #12121250;
  border-radius: 0 !important;
  background: transparent;
  /* padding: 12px 12px 22px 0; */
}
section.faq-sec .faq-img {
    padding-right: 5%;
}
section.attrr-sec {
    padding: 0;
}
section.attrr-sec .container-fluid{
   padding: 0;
}
section.attrr-sec .col-6.image {
    background-color: #E2E0D9;
    padding: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.attrr-sec .col-6.image a{
  display: block;
    width: 458px;
    height: 649px;
    position: relative;
    aspect-ratio: 0.7057;
    border-radius: 279px 279px 0 0;
    overflow: hidden;
}
section.attrr-sec .col-6.image a img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius: 0;
  transform: scale(1);
    transition: 0.35s ease-in-out;
}
section.attrr-sec .col-6.image a:hover img{
  transform: scale(1.1);
}
section.attrr-sec .content {
    padding: 144px 13.88vw;
    background: #133E45;
    text-align: center;
  display: flex;
    align-items: center;
}
section.attrr-sec .content h3{
  font-size: 43px;
    color: var(--white-color);
    margin-bottom: 25px;
}
section.attrr-sec .attr-info {
    height: 126px;
    overflow: hidden;
    margin-bottom: 48px;
}
section.attrr-sec .att-cont a.main-btn{
    border:1px solid var(--secondary-color);
}
section.attrr-sec .attr-info p{
 color:var(--white-color); 
}
section.attrr-sec .owl-carousel .owl-nav button.owl-prev{
 display:none; 
}
section.attrr-sec .owl-carousel .owl-nav button.owl-next{
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.attrr-sec .owl-theme .owl-nav {
    margin-top: 0;
}
/* new property section */
section.single-property{
    background: var(--lt-bg-color);
}

section.single-property .main-img img{
width: 100%;
max-height: 500px;
object-fit: cover;
border-radius: 10px;
}
section.single-property .main-img {
    position: relative;
}
section.single-property .price {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    margin-bottom: 0;
}
section.single-property .price h3{
    color: var(--white-color);
    text-transform: uppercase;
    /* margin-bottom: 0; */
}
section.single-property .price h3 span{
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 32px;
}
section.single-property .price p{
    color: var(--white-color);
    font-size: var(--f16);
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
section.single-property .main-price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
section.single-property .main-price .status{
    font-size: var(--f16);
    text-transform: uppercase;
    color: var(--primary-color);
    line-height: 30px;
    display: none;
}
section.single-property .asking{
    margin-top: var(--m20);
    font-size: var(--f13);
    text-transform: uppercase;
    line-height: 20px;
    color: var(--primary-color);
    margin-bottom: var(--m10);
}
section.single-property .head h3{
    color: var(--secondary-color);
    margin-bottom: 12px;
    margin-top: var(--m30);
    font-size: var(--f24);
    text-transform: uppercase;
}
section.single-property .head p{
   color: var(--primary-color);
    margin-bottom: 12px;
    font-size: var(--f14);
}
section.single-property ul.ammenities h4{
    font-size: var(--f16);
    color: var(--primary-color);
    margin-bottom: 0;
}
section.single-property ul.ammenities p{
    color: var(--primary-color);
    margin-bottom: 12px;
    font-size: var(--f14);
}
section.single-property .head {
    margin-bottom: var(--m30);
}
section.single-property .col-7{
    padding: 0px;
    padding-right: 50px;
    border-right: 1px solid rgba(0,0,0,0.10);
}
section.single-property .amn-img {
   width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
}
section.single-property ul.ammenities li{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: var(--m10);
}
section.single-property ul.ammenities li p{
    margin-bottom: 0px;
}
section.single-property .col-7 a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
section.single-property .col-5{
    padding: 0px;
    padding-left: 50px;
}
section.single-property .col-5 h3{
    color: var(--secondary-color);
    margin-bottom: 22px;
    margin-top: var(--m30);
    font-size: var(--f24);
    text-transform: uppercase;
}
section.single-property .col-5 li{
    padding: 12px 20px;
    border: 1px solid rgba(0,0,0,0.10);
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.single-property .col-5 li span.ttl {
    text-transform: uppercase;
    color: var(--secondary-color);
}
section.single-property .col-5 li span.dtl {
    margin-left: auto;
}
section.property-gallery {
    padding: 0px;
}
section.property-gallery .pro-gallery {
    display: flex;
    position: relative;
}
section.property-gallery .pro-gallery img{
    width: 20%;
    height: 300px;
    object-fit: cover;
}
section.property-gallery .pro-gallery a.main-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
section.choose-services {
    background: var(--secondary-color);
}
section.choose-services .head-sec p{
    color:var(--white-color);
}
section.choose-services .head-sec h2{
    color:var(--white-color);
}
section.choose-services .service-head h3, section.choose-services p{
    color:var(--white-color);
}

section.choose-services .row{
  justify-content: space-between;
    gap: 50px 0;
}
section.choose-services .col-6{
  flex: 0 0 auto;
    width: 48%;
  
}
section.choose-services h3{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-info {
    padding-top: 40px;
    border-top: 1px solid var(--white-color);
}
section.choose-services .head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}
section.review-section{
  background: var(--lt-bg-color);
}
section.review-section .head-sec{
  margin-bottom:30px;
}
.dujrlu, .evIvIr, .bzWNiV, .eZGTss, .kBfvhj, .cgzgCr{
  color:#000 !important;
}
.bDjuux, .biFMWt{
  background-color:#fff !important;
}
.euBiGU{
    background-color:var(--btn-color) !important;
    color:#fff !important;
}
.euBiGU:hover{
    background-color:var(--btn-hover) !important;
}