.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);
}
.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(--white-color);
    background: #28231e;
}
.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(--secondary-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(--secondary-color);

}
.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: 40%;
}
.search-bar .main-check{
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
border: 1px solid var(--secondary-color);
}
.search-bar .main-check .check{
    width: 50%;
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
}
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: #28231e;
 border-radius: 0px;
 /* padding: 15px 15px 15px 15px; */
 -webkit-backdrop-filter: blur(0px);
 /* backdrop-filter: blur(5px); */
}

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

#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(--white-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(--white-color);
 color: var(--white-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: rgba(0,0,0,0.6);
 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%;
   margin: auto;
   margin-bottom: 0;
   color: #ffffff;
   text-shadow: 0px 0px 2px #000;
   text-transform: capitalize;
   font-size: var(--f60);
   letter-spacing: 2px;
   font-family: var(--secondary-font);
   font-weight: 600;
   text-align: center;
   position:relative;
   margin-bottom: 110px;
}
.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(--m10);
 color: var(--white-color);
 text-transform: capitalize;
 font-size: var(--f22);
 text-align: center;
 color: var(--white-color);
 margin-top: var(--m10);
}
.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%;
}


/* about joshua */

section.about-joshua{
    background: #1B1B1B;
}
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;
}

.img-sec .col-lg-6{
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: end; 
    gap: 30px;
}
.para-cont p{
    color: #bab7b7;
}
section.about-joshua .col-3.welcome h4 i{
    color: var(--secondary-color);
}
section.about-joshua h2{
    color: var(--white-color);
}

/* amenity sec */
.col-3.welcome h4 {
    position: relative;
    color: var(--white-color);
    font-size: var(--f16);
    display: flex;
    align-items: center;
    gap: 10px;
}
.col-3.welcome h4 i{
    color: var(--secondary-color);
}
.col-3.welcome .dash {
    width: 90%;
    height: 1px;
    margin-right: 20px;
    margin-left: 0px;
    background-color: var(--secondary-color);
}
.heading-sec h2{
    color: var(--white-color);
}
.heading-sec p{
    color: #bab7b7;
}

section.amenity{
    background: #1B1B1B;
}
.col-4.amm-card{
    position: relative;
    padding: 45px 30px;
    margin-bottom: 30px;
    background: #282828;
    width: 32%;
    cursor: pointer;
}
.col-4.amm-card:hover{
    box-shadow: 0 0 10px var(--secondary-color);
    cursor: pointer;
}
.col-4.amm-card img{
    margin-bottom: var(--m20);
}
.col-4.amm-card h6{
    color: var(--white-color);
    margin-bottom: var(--m10);
}
.col-4.amm-card p{
    color: #bab7b7;
}
section.amenity h5.num {
    color: var(--white-color);
    position: absolute;
    top: 0;
    right: 0;
    padding: 21px;
    background: var(--secondary-color);
    border-radius: 0 0 0 50px;
}
section.amenity .amm{
justify-content: space-between;
margin-top: var(--m30);
}



/* cta start */
/* services section css */

section.cta{
    background: url('../images/cta-bg.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
}
section.cta .shape img{
    width: 350px;
object-fit: cover;
}
section.cta .head-sec h2 span{
    color: var(--secondary-color);
}
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 / 70%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.cta .head-sec h2{
    text-align: center;
    color: var(--secondary-color);
}
section.cta .content p{
    color: var(--white-color);
    text-align: center;
}
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;
}



section.services{
    background:  #1B1B1B;
    border-top: 1px dotted var(--secondary-color);
}
section.services .img-sect img{
width: 100%;
height: 460px;
object-fit: cover;
border-radius: 10px;
}
.heading-sec {
    margin-bottom: var(--m40);
}
section.services .img-sect a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.services .img-sect:hover .name i {
    background: #1b1b1b;
    /* margin-bottom: 10px; */
}
/* section.services .img-sect:hover .name{
    bottom: 10px;
} */
section.services .name {
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: var(--p30);
    transition: .7s ease-in-out;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    transition: .7s ease-in-out;
}
section.services .name h4{
margin-bottom: 0;
color: var(--white-color);
}
section.services .img-sect {
    position: relative;
    transition: .6s ease-in-out;
}
section.services .name i{
    color: var(--white-color);
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    
}
section.services .gallery-details {
    flex: 0 0 auto;
    width: 31.333333%;
}
section.services img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
section.services h4{
    
    font-weight: 600;
}
section.services h4 a{
    color: var(--white-color);
    text-decoration: none;
     font-family: var(--secondary-font);
}
section.services .row{
    gap: 40px 3%;
}
section.services .heading-sec .row{
    gap: 0px 0%;
}
section.services .activites-image{
    position: relative;
    margin-bottom: 20px;
}
section.services .overlay-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #1B1B1B9e;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: var(--p30);
    display: none;
}
section.services .activites-image a:hover .overlay-content{
    display: flex;
}
section.services .overlay-content p, section.services .overlay-content li{
    color: var(--white-color);
    margin-bottom: 0px;
}
section.services .overlay-content ul, section.services .overlay-content li{
    width: 100%;
    list-style: disc;
}
section.services .overlay-content ul{
    padding-left: 15px;
}
/* property list section */


/* new about us */
section.new-about-us{
    padding: 0;
    background: #171717;
}
section.new-about-us .head-sec p{
    color: var(--white-color);
}
section.new-about-us .head-sec span{
    font-family: var(--primary-font);
    display: block;
    color: var(--white-color);
    text-align: right;
    font-size: var(--f20);
}
.upper-head span{
    color: var(--white-color);
    letter-spacing: 0.275em;
    font-family: var(--secondary-font);
    font-size: var(--f15);
}
section.new-about-us .head-sec .upper-head span{
    color: var(--white-color);
    letter-spacing: 0.275em;
    font-family: var(--secondary-font);
    font-size: var(--f15);
}
section.new-about-us .container-fluid {
     padding:0;
    }
    section.new-about-us .container-fluid .img{
        padding: 0;
    }
    section.new-about-us .container-fluid .col-6.content {
/* background: url('../images/abimage.png'); */
position: relative;
background-size: cover;
display: flex;
align-items: center;
background: var(--white-color);
    }
    section.new-about-us .container-fluid .col-6 .overlay{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        /* background-image: linear-gradient(360deg, transparent 0 0%, #f9f7f7 90% 100%); */
    }
    section.new-about-us .container-fluid .inner-content{
        padding: var(--p40);
        width: 100%;
        position: relative;
    }
    section.new-about-us .inner-content h2 {
        font-size: var(--f70);
    text-align: left;
    color: var(--heading-color);
    }
    section.new-about-us  .head-sec {
    margin-bottom: var(--m20);
}
    section.new-about-us .img-part img{
        height: 600px;
        object-fit: cover;
        width: 100%;
    }
    section.new-about-us .inner-content .para{
        max-height: 350px;
        overflow: hidden;
    }
    section.new-about-us .inner-content .para p{
        color: var(--black-color);
    }
    section.new-about-us a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    margin-top: var(--m10);
}
.how-we-value-heading{
    text-align: center;
}

/*properties section css*/


section.home-list{
    padding: var(--p60) var(--p12);
    background: #1b1b1b;
}
section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out;
    display: none;
}
section.home-list .overlay a{
    color: var(--white-color);
    font-size: var(--f18);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
section.home-list .overlay i{
    color: var(--white-color);
    font-size: var(--f18); 
}
section.home-list .prop-card:hover .overlay{
    display: none;
}
section.home-list .row{
    gap: 30px 0;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view a{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
    height: 400px;
    overflow: hidden;
}

section.home-list .line{
    text-align: center;
    height: 2px;
    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.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: 0;
    position: relative;
}
section.home-list img.img-fluid {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: flex;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p25) var(--p25) var(--p25);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    border-radius: 0;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    position: absolute;
    width: 100%;
    bottom: -200px;
    transition: .7s ease-in-out;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.home-list h3.title {
    font-size: var(--f20);
    line-height: 30px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:30px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--white-color);
}
.prop-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40);
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--p15) 0;
    background: transparent;
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--white-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

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

section.home-list .prop-card:hover .pro-cont{
    bottom: 0;
}
/* 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;
}



/* attraction section */

/* attractions */
.attr-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m60);
}
.attr-btn .main-btn{
    color: var(--white-color);
    border: 1px dotted var(--white-color);
    margin-top: 0px !important;
}
span.link-text{
    color: var(--white-color);
}
.attractions .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}
.attractions .row{
    justify-content: flex-start;
}
.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: #ffffff; */
    /* 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-box a{
    color: var(--heading-color);
}

.attractions .lower-content{
    position: relative;
    display: block;
    /* background: #ffffff; */
    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: 36px;
    overflow: hidden;
}

.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 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{
background: #1b1b1b;
border-top: 1px dotted var(--secondary-color);
border-bottom: 1px dotted var(--secondary-color);
}
.attractions .row{
    justify-content: flex-start !important;
}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h2,h6{
    color: var(--secondary-color);
}
 

/* about owner us */
section.about-owner-shep{
    background: #1b1b1b;
}
section.about-owner-shep .main-content h2{
    color: var(--white-color);
    font-size: var(--f43);
    margin-bottom: 0;
}
section.about-owner-shep .main-content p{
    font-size: var(--f16);
    color: #B8B8B8;
    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;
    border: 1px dotted var(--white-color);
    color: var(--white-color);
}
section.about-owner-shep .main-content {
    padding: var(--p60);
    background: #302B26;
    width: 85%;
    position: relative;
}
section.about-owner-shep .main-content  .para {
    max-height: 290px;
    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: cover;
    height: 600px;
    object-position: right;
}
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;
}

 /*Testimonial css*/
section.testimonial {
    position: relative;
    background: url('../images/testy.jpg');
    background-attachment: fixed;
    background-size: cover;
}
section.testimonial .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
section.testimonial .icon{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10%;
        z-index: 1;
        top: 75%;
}
section.testimonial .owl-carousel .owl-item img {
margin-top: var(--m20);
border-radius: 50%;
}
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(--p15);
    background: transparent;
    height: auto;
    overflow: hidden;
}
section.testimonial .top-text {
    position: relative;
}
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: 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;
    display: none;
}
section.testimonial .user-icon img{
    width: 140px;
    height: 140px;
    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(--secondary-color);
 margin-bottom: var(--m30);
}
section.testimonial .head-sec p{
    color: var(--white-color);
    margin-bottom: var(--m15);
}
section.testimonial .test-card {
    text-align: left;
    background: transparent;
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    /* max-width: 1100px;  */
    margin: auto;
    overflow: hidden;
    width: 100%;
}
section.testimonial .test-card p{
    color: var(--white-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{
    padding: var(--p20);
    text-align: left;
    display: flex;
    flex-direction: column;
}
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: left;
    color: var(--secondary-color);
    margin-bottom: 0;
}
section.testimonial .para p{
   width: 100%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   color: var(--white-color);
   /* height: 128px; */
   max-height: 128px;
   margin-top: var(--m30);
   font-size: var(--f16);
   overflow: hidden;
   margin-bottom: 0;
}
section.testimonial .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
}



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

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

section.home-list .limo-info {
    margin-top: 0px;
    gap: 30px 1%;
}
section.home-list .limo-info .limos {
    width: 49.5%;
}
section.home-list .limo-images {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.limo-images img, .limo-images {
    border-radius: 1rem 1rem 0 0;
}
section.home-list .limo-images a{
    width: 100%;
}
section.home-list .limo-images img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
section.home-list .limo-content {
    border-radius: 0 0 1rem 1rem;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* background: var(--other-color); */
    padding: 15px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
section.home-list .limo-content h5 {
    color: var(--white-color);
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
}
section.home-list .limo-content h5 span {
    display: block;
    font-size: 16px;
}
section.home-list .limo-content p.main-price {
    color: var(--secondary-color);
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: right;
    line-height: 1.4;
}
section.home-list .limo-content p.change-price {
    margin-bottom: 0;
    color: var(--white-color);
}
section.home-list .limo-content p.change-price span {
    text-decoration: line-through;
    color: #fff;
}
section.home-list .limo-images .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    opacity: 0;
}
section.home-list .limo-images:hover .owl-nav{
    opacity: 1;
}
section.home-list .limo-images .owl-prev, section.home-list .limo-images .owl-next{
    width: 55px;
    height: 55px;
    background-color: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
section.home-list .limo-images .owl-nav i{
    font-size: 35px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    height: 31px;
    color: #fff;
    cursor: pointer;
}
section.home-list.cars-list {
    border-top: 1px dotted var(--secondary-color);
}
section.home-list .prop-card{
    overflow: hidden;
}

/* home pgae bottom form */
section.consultation-section .container {
    max-width: 845px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
section.consultation-section {
    padding: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #342e29;
}
section.consultation-section .consultation-inner {
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    padding: 80px 60px 45px 60px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-image: url(../images/consultation.jfif);
    background-size: cover;
    background-position: center center;
}
section.consultation-section .head-sec {
    margin-bottom: 55px;
}
section.consultation-section .head-sec {
    margin-bottom: 55px;
}

section.consultation-section .head-sec h2{
    color: var(--white-color);
}
section.consultation-section .head-sec p{
    color: var(--white-color);
}
section.consultation-section form input, section.consultation-section form select {
    width: 100%;
    font-size: 15px;
    padding: 20px 22px;
    border: 0px;
    color: #4e4e4e;
    margin-bottom: 20px;
}
section.consultation-section form .col-6, section.consultation-section form .col-12 {
    padding: 0 7px;
}
section.consultation-section form .col-6, section.consultation-section form .col-12 {
    padding: 0 7px;
}
section.consultation-section form button {
    background-color: #aa8453;
    width: 100%;
    padding: 20px 33px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--white-color);
    border: 1px dotted var(--white-color);
}

section.consultation-section form textarea {
    width: 100%;
    font-size: 15px;
    padding: 18px 22px;
    border: 0px;
    color: #f8f6f6;
    margin-bottom: 20px;
    height: 155px;
    background: #342e29;
}

section.consultation-section form input, section.consultation-section form select {
    width: 100%;
    font-size: 15px;
    padding: 20px 22px;
    border: 0px;
    color: #f8f2f2;
    margin-bottom: 20px;
    height: 62px;
    background: #342e29;
}

section.consultation-section form .col-6, section.consultation-section form .col-12 {
    padding: 0 7px;
}