@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 90vh;
    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: var(--m40);
}
.head-sec h2{
    margin-bottom: var(--m10);
}
.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-bar{
    background-color: rgb(65 65 65 / 50%);
    border-radius: 0px;
    padding: 15px 15px 15px 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: relative;
    top: 100px;
    z-index: 4;
}
#datepicker-demo17.datepicker {
right: 0;
}
.search-bar form{
    position: relative;
 margin: auto;
 justify-content: center;
 width: 95%;
 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 select{
 font-size: var(--f14);
 color: var(--white-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p15) 0 var(--p10);
 background: transparent;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 32px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f14);
 color: var(--white-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0;
 padding-left:var(--p10);
 background: transparent !important;
 border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
 padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: var(--white-color);
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: var(--white-color);
 position: absolute;
 top: 1.5rem;
 font-size: var(--f16);
 right: 20px;
}

.search-bar .col-3{
position: relative;
 width: 20%;
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
 border: 1px 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;
}
.search-bar .check i{
 top: 0.5rem;
}
.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: 66px;
 letter-spacing: 2px;
 display: block !important;
 color: var(--white-color);
 background: var(--btn-color);
}
.search-bar button.main-btn:hover{
    box-shadow: inset 0 66px 0 0 var(--btn-hover);
}
.search-bar button.main-btn.close111 {
 height: 43px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .main-check{
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
border: 1px solid var(--white-color);
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2:before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: center;
}
div#guestsss {
 width: 100%;
 min-width: 250px;
 /* background: var(--white-color); */
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 0;
 border-radius: 10px;
 display: none;
 box-shadow: 0px 0px 3px 0px #888888;
 background-color: rgb(115 115 115 / 20%);
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: var(--btn-hover);
    background: var(--white-color);
}

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

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m20);
}

#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--black-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f14);
 text-align: left;
 margin: 0px;
}

#guestsss button.button1 {
background: transparent;
 height: 30px;
 width: 30px;
 text-align: center;
 border-radius: 50%;
 font-size: var(--f19);
 line-height: 30px;
 margin-left: 0;
 border: 1px solid var(--black-color);
 color: var(--black-color);
 transition: all .3s;
 cursor: pointer;
}
#guestsss button.button11.button1 {
 margin-left: var(--m14);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 32px !important;
                         z-index: 9;
                     }
.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: flex-end;
    align-items: center;
    bottom: 0px;
    background: rgb(0 0 0 / 36%);
    padding-top: 0;
    flex-direction: column;
}
.video-cont .container{
    margin-bottom: 50px;
}
.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont h1 {
     max-width: 100%;
    line-height: 50px;
    margin: auto;
    margin-bottom: 50px;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    text-transform: uppercase;
    font-size: 100px;
    letter-spacing: 2px;
    font-family: var(--other-font);
    font-weight: 700;
    text-align: center;
    position: relative;
}
.video-cont h1 span{
font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: var(--territiary-font);
}
.video-cont p{
   color: var(--white-color);
    text-transform: uppercase;
    font-size: var(--f16);
    letter-spacing: .2em;
    font-family: var(--other-font);
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 140px;
}

/* about eliza */
section.about-eliza .heads img{
width: auto;
height: 60px;
}
section.about-eliza .heads h2{
    margin-top: var(--m20);
    font-weight: 900;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    text-transform: uppercase;
}
section.about-eliza .heads h2 span{
    color: var(--btn-hover);
}
section.about-eliza .heads h4{
    color: var(--black-color);
    font-size: var(--f17);
    font-family: var(--primary-font);
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: var(--m15);
}
section.about-eliza .heads .abt-dash{
    width: 140px;
    height: 2px;
    background: var(--secondary-color);
    border-radius: 2px;
    margin-top: var(--m10);
    margin-bottom: var(--m10);
}
section.about-eliza .cont {
    max-height: 215px;
    overflow: hidden;
}
section.about-eliza .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-eliza .img-sec{
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
width: 100%;
}
section.about-eliza .img img{
    width: 90%;
    height: 550px;
    border-radius: 15px;
    object-fit: cover;
}
section.about-eliza{
    padding-top: 120px;
}
section.about-eliza a.main-bttn{
position: relative;
top: 20px;
}
.main-bttn {
    border: 1px solid #000;
    padding: var(--p15) 0;
}
.main-bttn span.inner {
    padding: var(--p15) var(--p45);
    background: var(--secondary-color);
    color: var(--white-color);
    position: relative;
    top: 5px;
    left: 10px;
}
.main-bttn:hover span.inner {
    background: var(--btn-hover);
}



/* about joshua */

section.about-joshua{
    background: #18150f;
}
section.about-joshua .col-3.welcome .dash{
    width: 90%;
    height: 1px;
    margin-right: 20px;
 margin-left: 0px; 
    background-color: var(--secondary-color)
}
section.about-joshua .col-3.welcome h4:before{
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--secondary-color);
}
section.about-joshua .col-3.welcome h4{
    position: relative;
    color: var(--white-color);
    font-size: var(--f16);
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-joshua .img1{
    width: 200px;
    height: 170px;
    border-radius: 10px;
    object-fit: cover;
}


section.about-joshua .img2{
    width: 150px;
    height: 160px;
    border-radius: 10px;
    object-fit: cover;
}

.review-sec .row{
align-items: center;
border: 1px solid #857d7d;
    border-radius: 10px;
}
.review-sec{
    width: 80%;
}
.review-sec h5{
    color: var(--white-color);
    font-size: var(--f40);
}
.review-sec p{
    color: var(--white-color);
    margin-bottom: var(--m10);
}
.review-sec h6{
    margin-bottom: 0;
}
section.about-joshua .img3{
    width: 320px;
    height: 280px;
    border-radius: 10px;
    object-fit: cover;
}
.col-2.rating{
    height: 94px;
    border-right: 1px solid #8d8383;
    display: flex;
    align-items: center;
}
section.about-joshua .img4{
    width: 230px;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
}
.para-cont {
    max-height: 345px;
    overflow: hidden;
}
.img-sec .col-6{
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: end; 
    gap: 30px;
}
.para-cont p{
    color: var(--black-color);
}
section.about-joshua .col-3.welcome h4 i{
    color: var(--secondary-color);
}
section.about-joshua h2{
    color: var(--secondary-color);
}
/* about owner us */
section.about-owner-shep{
    background: var(--white-color);
}
section.about-owner-shep .main-content h2{
    color: var(--black-color);
    font-size: var(--f43);
    margin-bottom: 0;
}
section.about-owner-shep .main-content p{
    font-size: var(--f16);
    color: var(--black-color);
    margin: 24px 0 0;
    font-weight: 400;
}
section.about-owner-shep .main-content .main-btn{
    display: block;
    width: 150px;
    margin-top: var(--m20);
    position: relative;
    z-index: 2;
    text-align: center;
}
section.about-owner-shep .main-content {
    padding: var(--p60);
    background: var(--lt-bg-color);
    width: 85%;
    position: relative;
    right: 47px;
}
section.about-owner-shep .main-content  .para {
    max-height: 180px;
    overflow: hidden;
}
section.about-owner-shep .col-6.cont {
    display: flex;
    justify-content: start;
    padding-left: 0;
    align-items: center;
}
section.about-owner-shep .img-sec img{
    width: 520px;
    object-fit: contain;
    height: 600px;
    object-position: top;
}
section.about-owner-shep .imgs{
    padding-right: 0;
}
section.about-owner-shep .map {
    position: absolute;
    bottom: -80px;
    left: 137px;
    z-index: 1;
}
section.about-owner-shep .row{
    flex-direction: row-reverse;
}
section.about-owner-shep .img-sec {
    display: flex;
    justify-content: end;
}


/*About cta css*/
/* cta css */

section.cta{
    background: url('../images/cta.png');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
section.cta .head-sec{
    margin-bottom: var(--m20);
}
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: start;
    position: relative;
}
section.cta .content {
    width: 52%;
    background: #00000073;
    padding: var(--p30);
    box-shadow: 0px 9px rgba(255,255,255,.6);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: url('../images/pet1.jpg'); */
}
section.cta .content .overlay-pet{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgb(0 0 0 / 30%);
}
section.cta .content a.main-btn{
display: none;
}
section.cta .head-sec h2{
    text-align: left;
    position: relative;
    color: var(--white-color);
}
section.cta .head-sec h2 span{
    color: var(--secondary-color);
}
section.cta .content p{
    font-size: var(--f16);
    position: relative;
    color: var(--white-color);
    font-weight: 400;
}
section.cta  .man-img {
    position: relative;
}
section.cta .man-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
section.cta a.main-bttn {
    border: 1px solid var(--white-color);
    width: 196px;
}


/* property section */

section.featured-pro {
    background: var(--lt-bg-color);
    position: relative;
}

section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
section.featured-pro .head-sec h2{
  color: var(--secondary-color);
}
section.featured-pro .head-sec p{
   color: var(--black-color);
}
section.featured-pro .row{
    gap:20px 0;
    justify-content: center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
    width: 50%;
}
section.featured-pro .pro-sec{
   position: relative; 
}
section.featured-pro .main-prop h4{
    font-size:25px;
    height: 64px;
    overflow: hidden;
}
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-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: -148px;
    width: 100%;
    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);
}
section.featured-pro h3.title {
    font-size: var(--f22);
    line-height: 1.2;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m11);
    /* height: 27px; */
    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(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 0px;
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    padding-right: 0;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: 0;
}
section.featured-pro p.adr i{
    margin-right:8px;
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
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;
}

/* if you want the previous design comment out the above code else go with this one  */



/*About owner css*/
section.about-owner {
    background: var(--white-color);
    display: none;
}
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;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    padding-left: var(--p60);
    padding-right: var(--p60);
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.about-owner img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
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 p{
    color: var(--primary-color);
    margin-bottom: 0;
}
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;
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
/*Counter css*/
section.counter {
   background: #1E1D85;
}
section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}
section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}
section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}
section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.counter .counter-box:hover{
    background:var(--btn-color);
}
/*Testimonial css*/
/*Testimonial css*/
/*section.testimonial {
    position: relative;
    background: var(--lt-bg-color);
}
section.testimonial .review-date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
section.testimonial .review-date p{
    font-weight: bold;
    color: var(--heading-color) !important;
}
section.testimonial h5.pr-name{
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: var(--m20);
    display: none;
}
section.testimonial h5.pr-name a{
    color: var(--heading-color);
    font-family: var(--secondary-font);
}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5);
}
section.testimonial .top-text {
    position: relative;
    height: 100px;
display: none;
}
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: 50%;
    top: 50%;
    -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:124px;
    height:124px;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}
section.testimonial .container{
    z-index: 1;
    position: relative;
}
section.testimonial .head-sec h2 {
 color: var(--black-color);
}
section.testimonial .head-sec h6 {
    color: var(--secondary-color);
    font-size: var(--f18);

   }
section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    border: 1px solid var(--btn-color);
    padding: var(--p15);
}
section.testimonial .test-card p{
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}
section.testimonial .cont-sec{
    text-align: center;
}
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(--f20);
    font-weight: 700;
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 0;
}
section.testimonial .para p{
   text-align: center;
    width: 90%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--black-color);
    height: 100%;
    max-height: 141px;
    margin-top: var(--m40);
    overflow: hidden;
}
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%;
}
section.testimonial .test-card:hover .user-icon {
    -webkit-transform: translate3d(-50%, -20px, 0);
    -moz-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0);
}*/

/* attractions */
.attractions{
background: var(--lt-bg-color);
}
.attractions .attr-bnt {
    text-align: center;
    margin-top: 70px;
}
.attractions .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}

.attractions .image-box img{
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover; 
    transition: all 0.6s;
}

.attractions .inner-box:hover .image-box:before{
    border-top-color: #d5ae82;
}
.attractions .col-4:hover .lower-box{
    bottom: 50px;
}
.attractions .col-4:hover .image-box img{
transform: scale(1.14);
}
.attractions .lower-box{
    position: absolute;
    left: 50px;
    bottom: -50px;
    right: 50px;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.7s ease;
    z-index: 3;
}

.attractions .inner-box:hover .lower-box{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.attractions .lower-content{
    position: relative;
    display: block;
    background-color: rgb(0 0 0 / 40%);
    backdrop-filter: blur(5px);
    padding: var(--p20);
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

.attractions .lower-content .icon-box{
    position: absolute;
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #061138;
    color: #d5ae82;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display: none;
}

.attractions .inner-box:hover .lower-content .icon-box{
    background: #d5ae82;
    color: #ffffff;
}

.attractions .lower-content .cat{
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.attractions .lower-content h4{
    position: relative;
    color: var(--heading-color);
    margin-bottom: 20px;
    height: 32px;
    overflow: hidden;
    font-size: var(--f25);
}

.attractions .lower-content h4 a{
    color: var(--white-color);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    font-family: var(--secondary-font);
}
.attractions .lower-content a{
    color: var(--white-color);
}
.attractions .lower-content h4 a:hover{
    color: var(--secondary-color);
}

.attractions .inner-box:hover .link-box a{
    color: var(--secondary-color);
}
.attractions .col-4{
    position: relative;
    padding-right: 0;
    padding-left: 0;
    width: 32%;
    margin-bottom: var(--m20);
}
.attractions .row{
    justify-content: space-between;
    position: relative;
}
.attractions .head{
    position: relative;
    text-align: center;
}
.attractions .head p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}

.attractions .how-we-value-heading{
    position: relative;
    margin-bottom: var(--m40);
}
.attractions .how-we-value-heading h2,h6{
    color: var(--secondary-color);
}
.attractions h6.blog-feat {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.attractions span.blog-date, .attractions span.blog-date a {
    color: var(--black-color);
    font-family: var(--secondary-font);
}
.attractions span.blog-date i{
    color: var(--secondary-color);
}
.attractions .btn-area {
    margin-top: 70px;
}
.attractions a.main-btn{
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
}


/* about eliza */


section.abt-eliza{
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
section.abt-eliza .container-fluid{
    padding: 0;
}
section.abt-eliza .abt-ow h2 span{
    color: var(--secondary-color);
}
section.abt-eliza img{
    height: 620px;
}
section.abt-eliza .col-6{
    padding-left: 0;
}
section.abt-eliza .cont{
    max-height: 235px;
    overflow: hidden;
}
section.abt-eliza .abt-ow {
    padding: 40px;
    width: 85%;
    background: #fff4e6;
    position: relative;
    right: 100px;
}
section.abt-eliza .eliza{
    display: flex;
    align-items: center;
}
section.abt-eliza a.main-bttn{
    display: block;
    margin-top: var(--m30);
    width: 170px;
}





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

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
section.faq img{
    border-radius: 10px;
}
section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
}
section.faq a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}
section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}
section.news-letter  input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}

#model-form .modal-content {
    background-color: var(--secondary-color);
    border: 0px;
    border-radius: 0px;
}

#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 0px;
}
#model-form .captcha img{
    width: 150px;
    height: 39px;
}
#model-form .modal-header i{
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
#model-form p.call-us, p.call-us a{
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form .modal-dialog{
    max-width:370px;
}
#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p{
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}
#model-form .form-group {
    padding: 0px;
}
#model-form .form-control {
    border-radius: 0px;
    font-size: var(--f14);
    margin-bottom: var(--m15);
    padding: 8px 10px;
}
#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}
#model-form  .form-control:focus {
    background-color: var(--white-color) !important;
}
#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}
#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}
#model-form .captcha {
    display: flex;
}

.mob-btn{
    display:none;
}



#model-form .modal-dialog {
    max-width: 630px;
    margin: 0 auto;
    margin-top: 45px;
}

#model-form .modal-content {
    /* border: 1px solid #fff; */
    border-radius: 15px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

#model-form .modal-body {
    padding: 30px;
    background: white;
    border-radius: 10px;
}

#model-form button.btn-close {
    width: 44px;
    height: 44px;
    display: flex;
    padding: 0px;
    position: absolute;
    top: -4px;
    right: 0px;
}

.popup-top-img img {
    height: 250px;
    object-fit: inherit;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}

#model-form .modal-info h4 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: var(--f24);
    color: var(--heading-color);
    line-height: 1.5;
    text-align: center;
}

#model-form .modal-info p {
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 29px;
}

#model-form .modal-info input, #model-form .modal-info textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 3px;
    padding: 8px 10px;
    color: #000;
}
#model-form .modal-info .row {
    justify-content: space-between;
}

#model-form .modal-info .col-4 {
    padding: 10px 0;
    width: 49.5%;
}

#model-form .modal-info .col-12 {
    padding: 5px 0;
}

#model-form .modal-info button.main-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 15px;
    height: 50px;
    background: var(--btn-color);
    font-size: 17px;
    border: 1px solid var(--btn-color);
}

#model-form .modal-info p {
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 29px;
    text-align: center;
}


.popup-bottom-para p{
  text-align:center;
  margin-top:20px;
}



section.featured-pro {
  background: var(--lt-bg-color);
  /*padding-top: 20px;*/
}


section.featured-pro .head-sec {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: var(--m40);
}
section.featured-pro .head-sec h2{color: var(--white-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: 0 !important;!i;!;
}

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;
}

section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}


section.featured-pro .main-prop:hover .line {
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}


	.cta-section {
    padding: 80px 20px;
    /* background: #000; */ /* Optional background for contrast */
}

.cta-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.cta-card {
    position: relative;
    width: calc(25% - 15px);
    overflow: hidden;
    border: 2px solid #fff;
    text-align: left;
    background: #111;
    color: #fff;
    transition: transform 0.3s;
    padding: 10px;
    position: relative;
    height: 400px;
}

.cta-card:hover img {
    transform: scale(1.05);
}

.cta-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cta-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    margin: 15px;
}

.cta-content {
    /* padding: 15px; */
    /* background: rgb(0 0 0 / 29%); */
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
}

.cta-subtitle {
    display: block;
    font-size: 12px;
    color: #ddd;
    margin-bottom: 5px;
}

.cta-title {
    font-size: 18px;
    margin: 5px 0 10px;
    color: #fff;
}

.cta-button {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #ffcc00;
    color: #000;
}

.cta-card:hover img {
    transform: scale(1.05);
}

.events_sec {
    background:url('https://res.cloudinary.com/honeybook/image/upload/c_crop,h_1335,w_2000,x_0,y_0/ac60a597ecd3e14a9b80d55491521037_uxda1p');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px #f8f9fa8f;
}


section.reviews-section{
	    background: url(https://malka.webdesignvrvr.com/front/1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cms-be-featured-properties-wrap h3{
  font-size: 26px;
  height: 55px;
  overflow: hidden;
  color: var(--black-color);
}

section.reviews-section .item {
    padding: 5px 10px 5px;
    height: 100%;
    border: 5px solid white;
    border-radius: 60px;
    margin: 30px 0 0 0;
}

section.reviews-section .reviews-list {
    background-color: #00000082;
    border-radius: 50px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    padding: 40px 20px;
    text-align: center;
    padding-bottom: 0px;
    height: 270px;
}

section.reviews-section .review-star i{
    color: #f7bc01;
}

section.reviews-section .reviews-list p.name {
    font-size: var(--f20);
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
}



section.reviews-section p.desc {
    /* width: 302px; */
    margin: auto;
    padding-bottom: 30px;
    color: var(--white-color);
}


.main-text-box {
    border: 1px solid var(--btn-color);
    position: relative;
    height: 100%;
}



.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #8acff6;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: var(--btn-color);
}

.btn-style-one:hover{
  background-color: var(--btn-hover);
  color: #ffffff;
}
.about-section{
  position: relative;
  /* padding: 120px 0 70px; */
  padding-top: 180px;
  padding-bottom: 120px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 5px solid var(--heading-color);
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  border-radius: 46px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff;
}

.cta-card.b-card {
    margin-top: 50px;
}

section.events_sec img{
  width: 16%;
  margin-bottom: 30px;
}

.event-text {
    text-align: center;
}

.event-text p{
  margin-top:50px;
  font-weight: 600;
}


.event-text h6{
  margin-top:50px;
  font-size:18px;
  color: var(--btn-color);
}

section.reviews-section .head-sec h4{
  color:var(--white-color);
}

section.gallery_sec .owl-nav{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

section.gallery_sec .owl-nav .owl-prev{
      background: var(--btn-color);
      color: #fff;
      width: 40px;
      height: 40px;
}


section.gallery_sec .owl-nav .owl-next{
      background: var(--btn-color);
      color: #fff;
      width: 40px;
      height: 40px;
}


/************************ Updated CSS  ********************************/


/** Search bar section css start **/



.booking-area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--white-color);
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    margin-top: var(--m20);
    border-radius: 40px;
}

.search{
    position: absolute;
    /* top: 450px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.search .col-3{
    padding-left: 16px;
    padding-right: 16px;
}
.search .col-3:first-child, form.Search-bar .checkbar{
    border-right: 1px solid #cccccc;
}
.search span{
    font-size: 16px;
    font-family: var(--primary-font);
    color: #999;
    font-weight: 500;
}
form.Search-bar {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 90%;
    left: 0;
    right: 0;
    top: -70px;
    background:var(--white-color);
    padding: var(--p10) 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 10px;
}
form.Search-bar .checkbar{
    display: flex;
    width: 30%;
    gap: 10px;
    position: relative;
    padding-top: 0;
}
form.Search-bar .people{
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}
form .adult_field {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 30%;
}
form.Search-bar .people label{
    text-align: center;
    width: 100%;
}
form.Search-bar .people .adult{
    width: 50%;
    flex-direction: column;
    display: block;
}
form.Search-bar .people .Children{
    width: 50%;
}
form.Search-bar  .check-out{
    width: 50%;
}
form.Search-bar  .check-in{
    width: 50%;
}
form.Search-bar input, form.Search-bar select{
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    font-family: var(--primary-font);
    color: #999;
}
form.Search-bar input:focus-visible, form.Search-bar select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
} 
form.Search-bar .people button{
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--btn-color);
    width: 25px;
    height: 25px;
    font-family: var(--primary-font);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--btn-color);
    margin-left: 0;
}
form.Search-bar .people button.disabled {
    opacity: 0.3;
}
form.Search-bar .sub-btn{
    width: 13%;
    /* align-items: center; */
    justify-content: end;
    display: flex;
    align-items: center;
    padding-right: 0;
}
form.Search-bar .adult-box {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    justify-content: center;
}
form.Search-bar .adult-box input{
    text-align: center;
    width: 35px;
    background: white;
    height: 25px;
}
form.Search-bar .submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
form.Search-bar .submit-btn button{
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    background: var(--btn-color);
    font-size: var(--f14);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
form.Search-bar .submit-btn button:hover{
    /* border-radius: 0px; */
  background: var(--btn-hover);
}
form.Search-bar label{
    font-size: var(--f15);
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--black-color);
}
form.Search-bar input::placeholder{
    font-size: var(--f13);
}
form.Search-bar .people .inc{
    border: 1px solid var(--btn-color); 
} 
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                         position: absolute;
                         width: 100%;
                         height: 22px;
                         left: 0;
                         bottom: 2px;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 25px !important;
                         z-index: 2;
                     }
.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;
}

@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: var(--white-color) !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}











/** About Section Css Start **/

section.abtnew {
	position:relative;
  padding-top:var(--p120);
}


img.abt-leftimg {
    width: 100%;
  height: 400px;
    object-fit: cover;
}

.row.abt-innerrow {
    gap: 50px 0;
}

img.abt-rightimg {
    width: 100%;
  height:250px;
  object-fit :cover;
}

img.abt-iconimg {
    width: 100%;
      height: 100%;
    object-fit: cover;
}

img.abt-iconimg.iconimg1 {
    width: 30%;
}

img.abt-iconimg.iconimg3 {
    width: 30%;
}

.abt-innercol {
    position: relative;
    text-align: center;
}

/*  property section */


section.amenities.prop {
    background-color: var(--bg-white);
    position: relative;
      overflow-x: hidden;
}

section.amenities.prop .row.main.propamen h2 span {
    color: var(--secondary-color);
}

section.amenities.prop .col-lg-7{
     position: relative;
     padding-left: 0px;
    padding-right: 0px;
    width: 56%;
}

section.amenities.prop .first{
    padding-right:0px;
    position: relative;
    width: 50%;
}

section.amenities.prop .first img{
    max-height: 481px;
}

section.amenities.prop .row{
    justify-content:space-between;
    padding-left: 12px;
    padding-right: 12px;
}
section.amenities.prop img{
    height:100%;
}

section.amenities.prop h2{
    padding-left:0px;
    padding-right:0px;
}

section.amenities.prop h4{
    height: 100px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.8));
    padding: 0px 15px;
    color: var(--text-white);
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    bottom: -8px;
    border-radius: 0px 0px 10px 10px;
    padding-top: 50px;
}


section.amenities.prop .second .row{
    gap: 30px 4%;
    padding-left: 0px;
    padding-right: 0px;
}

.prop .am:hover .prop-image img{
     transform: scale(1.1);
}

section.amenities.prop .first {
    padding-right: 0px;
    position: relative;
    width: 50%;
}

.prop .prop-image {
    overflow: hidden;
    border-radius: 10px;
    height: 300px;
}

section.amenities.prop h4 {
    height: 140px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 1));
    padding: 0px 15px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    bottom: -15px;
    /* border-radius: 0px 0px 10px 10px; */
    padding-top: 50px;
}

section.amenities.prop p.tag {
    padding: 0;
}

.prop .anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 78%;
  z-index: 0;
  padding: 10px 15px;
  width: 100%;
  margin-top: 10px;
}

.prop .anchor a {
    width: 100%;
    display: inline-block;
    height: 100%;
}

section.amenities.prop .col-lg-7 {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.prop .col-lg-5, .prop .col-lg-7 {
    position: relative;
    padding: 0;
    overflow: hidden;
}
section.amenities.prop .second .row {
    gap: 30px 4%;
    padding-left: 0px;
    padding-right: 0px;
}
section.amenities.prop .row {
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
}


section.amenities.prop img {
    height: 100%;
}
.prop img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    /* border-radius: 10px; */
    transition: transform .65s ease;
    transform: scale(1);
}

section.amenities.prop .row.main.propamen {
    margin-bottom: 30px;
}

.anchor span {
        background: var(--btn-color);
        padding: 7px 20px;
        color: var(--white-color);
}

.anchor-star {
    color: white;
    display: flex;
    align-items: center;
    gap: 7px;
}

.anchor-star i.fa-solid.fa-star {
    color: #DAA520;
}

section.attraction-malka.attrmalka-pt .head-sec h2 {
    text-transform: capitalize;
    color: var(--white-color);
}


/* Video Section start */


.video-section {
    display: flex;
    gap: 20px;
  padding:0;
}

.video-sidebar {
    width: 30%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.video-sidebar h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.video-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.video-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.video-item img {
    width: 70px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
}

.video-info {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.video-title {
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin: 0;
}

.video-time {
    font-size: 12px;
    color: black;
    margin: 0;
}

.main-video {
    width: 70%;
}

.main-video iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
}


.video-thumbnail {
    position: relative;
    display: inline-block;
}

.video-thumbnail img {
    width: 70px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
}

.youtube-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
   background-color: #0000004a;
    z-index: 0;
}

.overlay i {
    font-size: 18px;  
    color: white;
}

.youtube-overlay i.fas.fa-play-circle {
    float: right;
    margin-right: 10%;
    display: flex;
    align-items: center;
    height: 100%;
  color: white;
}


/*section.video-if {
    position: relative;
}

section.video-if iframe {
    width: 100%;
    height: 400px;
      border-radius: 10px;
}*/


/* Gallery Section Start */


section.gallery-section {
 background:var(--lt-bg-color);
}

section.gallery-section .head-sec h2 {
    /*color: white;*/
}

section.gallery-section img{
 width:100%;
  height:400px;
  object-fit:cover;
}
section.gallery-section .row{
 gap:30px 0;
 justify-content: center;
}
section.gallery-section .nav-tabs{
  justify-content: center;
    border-bottom: 0px solid;
    margin-bottom: 30px;
}
section.gallery-section .nav-tabs .nav-link{
  font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: var(--heading-font);
    color: var(--heading-color);
  border-top-left-radius: 0;
    border-top-right-radius: 0;
  border:0px solid;
}
.nav-tabs .nav-link.active, section.gallery-section .nav-tabs .nav-link:hover{
    color: #fff !important;
    background: var(--heading-color);
}




/*Testimonial css*/
.owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 0px;
}

/*Testimonial css*/
section.testimonial {
    /*background-color: #3f697e;*/
    /* padding: var(--p90) var(--p12); */
    /* padding-top: 50px; */
}

section.testimonial .testy {
    width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}

section.testimonial .item {
    padding-left: var(--p5);
    padding-right: var(--p14);
    padding-bottom: var(--p14);
}

section.testimonial h2 {
    margin: auto;
    margin-bottom: var(--m40);
    color: var(--heading-color);
    /* text-transform: uppercase; */
    /* font-size: var(--f40); */
    letter-spacing: 0;
    /* font-family: var(--other-font); */
    /* font-weight: 300; */
    /* letter-spacing: .38875rem; */
    text-align: center;
}

section.testimonial .top-text {
    position: relative;
}

section.testimonial .cont-sec {
    padding: var(--p10) var(--p30);
}

section.testimonial .cont-sec p {
    font-family: var(--lt-font);
    font-weight: 300;
    /* color: #fff; */
    line-height: 1.5;
    letter-spacing: 0.1px;
    font-size: var(--f18);
}

section.testimonial .para {
    height: 160px;
    overflow: hidden;
}

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 .rvv-btn{
    margin-top:10px;
    margin-bottom:10px;
}
section.testimonial .rvv-btn a{
    color:var(--white-color);
    font-size: 18px;
}
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 {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: 20px 0;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
    transition: all 0.6s ease;
    display: none;
}

section.testimonial .test-card:hover .user-icon {
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
}

section.testimonial .user-icon img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

section.testimonial .test-card:hover .user-icon img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

section.testimonial .container {
    z-index: 1;
    position: relative;
}

section.testimonial .head-sec h2 {
    color: var(--heading-color);
}

section.testimonial h3 {
    margin-top: var(--m30);
    color: var(--black-color);
    /* text-transform: uppercase; */
    font-size: var(--f22);
    letter-spacing: 0;
    font-family: var(--other-font);
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}

section.testimonial h6 {
    font-size: 18px;
    color: var(--black-color) font-weight:bold;
}

section.testimonial i {
    color: var(--black-color);
    font-size: var(--f14);
}

section.testimonial .test-card {
    text-align: center;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    height: 100%;
    min-height: 260px;
    background: var(--white-color);
    border-radius: 4px;
    /* min-width: 260px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    /* margin: 0 10px; */
}

section.testimonial .test-card:before {
    height: 135px;
    width: calc(100% + 100px);
    content: "";
    position: absolute;
    background-image: linear-gradient(to top, #9aafc2 0%, #4A6D8C 100%);
    /*background-image: linear-gradient(to top, #cf9d6c 0%, #f2dca0 100%);*/
    border-radius: 4px 4px 100% 100%;
    transition: all 0.4s ease-out;
    top: 0;
}

section.testimonial .test-card:hover:before {
    height: 100%;
    border-radius: 4px;
}

section.testimonial .upper, section.testimonial .top-text, section.testimonial .cont-sec {
    z-index: 1;
}

section.testimonial .upper {
    margin-bottom: 10px;
}

section.testimonial .test-card:hover .cont-sec p {
    color: var(--black-color);
}
section.testimonial .test-card:hover .rvv-btn a{
    color: var(--black-color);
}
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 .owl-nav {
    /* position: absolute; */
    /* top: -45px; */
    /* right: 45%; */
    /* text-align: right; */
    width: auto;
    z-index: 2;
    /* display: none; */
}
section.testimonial .owl-carousel .owl-nav .owl-next, section.testimonial .owl-carousel .owl-nav .owl-prev{
    position:absolute;
    top:50%;
    z-index:2;
    left: -10px;
    min-width: 35px;
    background: var(--territiary-color);
    margin:0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
}
section.testimonial .owl-carousel .owl-nav .owl-next:hover, section.testimonial .owl-carousel .owl-nav .owl-prev:hover{
    background: var(--white-color) ;
}
section.testimonial .owl-carousel .owl-nav .owl-next{
    left:auto;
    right:0px;
}
section.testimonial .owl-nav button {
    background: var(--secondary-color);
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

section.testimonial .owl-nav button.owl-prev {
    margin-right: var(--m15);
    background: var(--secondary-color);
}

section.testimonial .owl-nav button.owl-next {
    background: var(--secondary-color);
}

section.testimonial .owl-nav button.owl-prev:hover, section.testimonial .owl-nav button.owl-next:hover {
    background: var(--btn-color);
}

section.testimonial .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color);
}

section.testimonial .owl-carousel .owl-stage-outer {
    padding: 0px;
}




/* Attraction Section css start */


section.attraction-malka {
	position:relative;
  padding:0;
}

section.attrmalka-pt{
	padding-top:var(--p80);
	background: var(--lt-bg-color);
}

section.attrmalka-pb{
	padding-bottom:var(--p80);
	background: var(--lt-bg-color);
}

.attmalk-col img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.attmalk-col.attmalk-cont {
    text-align: center;
    background: linear-gradient(to right, #f7a5d1, #fce29d);
    height: 350px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.attmalk-col {
    padding: 0;
}

.attmalk-col.attmalk-cont p {
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
}

section.insta-sec, section.insta-sec .container-fluid{
  padding:0;
}






