@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(--secondary-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: rgba(0,0,0,0.1);
    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: 25%;
}
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);
    display: none;
}
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: 90px;
    max-height: 141px;
    margin-top: var(--m10);
    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: #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: 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;
}