.checklist{
    display: none;
}
header.desk-nav .search-bar {
    display: block;
}
/*video section*/
.search-sec {
    margin-top: 0;
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0;
    top: 210px;
}
.search-bar{
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    background-color: #fff;
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}
.search-bar label {
    display: block;
    font-size: 20px;
    font-family: var(--heading-font);
    color: var(--primary-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}
.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
}
.search-bar select{
 font-size: var(--f15);
 color: #999;
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p12) 0 var(--p12);
 background: #fff;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 56px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f15);
 color: var(--primary-color);
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0px 0 0px 25px;
 height: 30px;
 background: transparent !important;
 border: 0px solid;
}
.search-bar img{
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.search-bar input#end_date {
 /* padding-left: 20px; */
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #4f5962;
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: #4f5962;
 position: absolute;
 top: 1.5rem;
 font-size: var(--f18);
 left: 20px;
}

.search-bar .col-3{position: relative;/* width: 25%; */padding-left: var(--p10);padding-right: 0;padding-top: 0;padding-bottom: 0;border: 0px solid var(--white-color);}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
 display: none;
}
.search-bar .check:before {
  position: absolute;
  content: '';
  top: 9px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
  display: none;
}
.search-bar .check i{
 top: 18px;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-left:0px;
}
.search-bar button.main-btn {
 width: 100%;
 height: 63px;
 letter-spacing: 1px;
 display: block !important;
 color: var(--white-color);
 background: var(--secondary-color);
}
.search-bar button.main-btn.close111 {
 height: 42px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
 width: 100%;
 margin-left: auto;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .guest{
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
.search-bar .guest i{left: 30px;top: 18px;}
.search-bar .check.right, .search-bar .check.left{width: 48%;}
.search-bar .main-check{
 padding-left: 0;
 padding-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 /* border: 1px solid var(--white-color); */
 /* display: flex; */
 /* gap: 1%; */
 /* justify-content: space-between; */
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: center;
 /* gap: 0 25px; */
 justify-content: space-between;
}
div#guestsss {
 width: 100%;
 min-width: 260px;
 /* background: var(--white-color); */
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 10px;
 margin-top: 9px;
 border-radius: 4px;
 border: 1px solid #d8dce1;
 display: none;
 /* box-shadow: 0px 0px 3px 0px #888888; */
 background-color: #fff;
 /* border-radius: 0px; */
}

#guestsss .close1 {
 position: absolute;
 right: 10px;
 left: auto;
 top: 0.3rem;
 font-size: var(--f18);
 color: var(--black-color);
 cursor: pointer;
}

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m10);
}
#guestsss .adult-value {
    display: flex;
    align-items: center;
    gap: 12px;
}
#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--primary-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f16);
 text-align: left;
 margin: 0px;
 text-transform: inherit;
}

#guestsss button.button1 {height: 4px;background: transparent;height: 44px;/* height: 30px; */width: 50px;text-align: center;border-radius: 50%;font-size: var(--f25);/* line-height: 30px; */margin-left: 0;border: 1px solid var(--btn-color);color: var(--btn-color);transition: all .3s;cursor: pointer;border-radius: 22px 0 0 22px;border-right: 0px solid;}
#guestsss button.button11.button1 {
 margin-left: -4px;
 border-radius: 0 22px 22px 0;
 border-left: none;
 margin-right: 0px;
}
#guestsss button.button1:hover{
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover);
}
p.pets-label {
    color: var(--primary-color);
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}
.pets-value {
   display: flex;
    align-items: center;
    gap: 8px;
}
.pets-calculator {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pets-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-bar p.pets-label {
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: auto !important;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 30px !important;
                         z-index: 9;
                         background: transparent !important;
                         padding-left: 0px;
                     }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: var(--white-color);
}

.scroll .chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color: transparent !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
/* property section */
section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
    /* padding-top: 0px; */
}
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;
}
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: flex; 
}
section.home-list .row{
justify-content: space-between;
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 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--p15);
    background: #ffffffbd;
}
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: 33%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 320px;
    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;
    border-radius: 20px 20px 0 0;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
}

section.home-list .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14);
}

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}
section.home-list .rating{
    margin-bottom:0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px;
}
section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 60px;
    overflow:hidden;
    width: 100%;
}
section.home-list h3.title a{
    color: var(--secondary-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(--f15);
  font-weight: 400;
  color: var(--para-color);
  margin-bottom: 0;
  line-height: 1.5;
  height: 22px;
  overflow: hidden;
  border-bottom: 0px solid #36454f59;
  padding-bottom: 0;
}
.prop-view-btn {
    padding-top: var(--p20);
}
.prop-view-btn a{
    text-decoration: underline;
    font-size: var(--f18);
}
section.home-list .descp{
    max-height: 60px;
    overflow: hidden;
}
section.home-list .how-we-value-heading {
    text-align: center;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #36454f59;
    padding-top: var(--p20);
}
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(--secondary-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f18);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--black-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;
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
div#p-list {
    background: var(--lt-bg-color);
}
.datepicker{
    left: 0;
}
a.sticky.main-btn.book1.check{
    display: none;
}

.studio-details {
    overflow: hidden;
    border-radius: 6px;
}
section.studio-section  .studio-image {
    width: 100%;
    height: 570px;
    border-radius: 6px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/studio1.webp");
    transition: all .4s ease;
}
section.studio-section .studio-image:hover{
    background-size: cover;
    transform: scale(1.1);
}
section.studio-section .studio-content {
    padding: 30px 30px;
    /* position: absolute; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 6px;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
section.studio-section .studio-content:hover{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
section.studio-section .studio-content h5{
    font-size: 32px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--heading-font);
    line-height: 42px;
    margin-bottom: 0px;
    text-shadow: 0 0 2px #000;
}
section.studio-section .studio-content h5 a{
    color: var(--white-color);
    font-family: var(--heading-font);
}
section.studio-section .studio-list img{
width:16px;
}
section.studio-section .studio-list p{
    font-size: 16px;
    color:var(--white-color);
    margin-bottom: 0px;
    line-height: 19px;
    text-shadow: 0 0 2px #000;
}
section.studio-section .studio-list {
    display: flex;
    align-items: center;
    gap: 8px;
}
section.studio-section .studio-info {
    display: flex;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
}
section.studio-section p.studio-price {
    font-size: 40px;
    font-family: var(--heading-font);
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 15px;
    text-shadow: 0 0 2px #000;
    color: var(--white-color);
}
section.studio-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #000;
    opacity: 0.2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .4s ease;
    border-radius: 30px;
}
section.studio-section .owl-theme .owl-dots .owl-dot.active span{
    opacity: 1;
}
section.studio-section .owl-theme .owl-dots{
    margin-top: 30px;
}
section.studio-section  .owl-theme .owl-controls .owl-nav [class*='owl-']{
    margin: 0;
    padding: 4px 7px;
    background: var(--secondary-color);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
}
section.studio-section  .owl-theme .owl-controls .owl-nav .owl-next{
    left: auto;
    right:-23px;
}
section.studio-section {
    background: var(--white-color);
}
section.studio-section .row{
    gap: 30px 0;
}



/* new property list section */


section.featured-pro  button.owl-prev{
    position: absolute;
    left: 10px;
    bottom: 42%;
}
section.featured-pro  button.owl-next{
    position: absolute;
    right: 10px;
    bottom: 42%;   
}
section.featured-pro  button.owl-next span {
font-size: 70px;
color: var(--white-color);
text-shadow: 0 0 5px#000;
}
section.featured-pro  button.owl-prev span {
    font-size: 70px;
    color: var(--white-color);
text-shadow: 0 0 5px#000;
    }
    section.featured-pro .col-6.prop-cont h4{
       color: var(--secondary-color);
    font-size: var(--f23);
    }
section.featured-pro span.adr {
    margin-bottom: 10px;
    display: flex;
    font-size: 15px;
    color: var(--black-color);
    align-items: flex-start;
    gap: 6px;
}
section.featured-pro span.adr i{
    margin-top:2px;
}
section.featured-pro {
    background: var(--white-color);

}
section.featured-pro .pro-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}
section.featured-pro .pro-top p{
    margin-bottom: 0px;
}
section.featured-pro .pro-top img{
    width: 30px;
}
section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
/* section.featured-pro .row{
    gap:20px 0;
} */

section.featured-pro img.img-fluid {
    width: 90%;
    height: 530px;
    object-fit: cover;
    border-radius: 10px 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .pro-img:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
}
section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:33px;
    overflow:hidden;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
  
padding: var(--p20) var(--p20) var(--p15);
  
margin-top: var(--m25);
  
font-size: var(--f14);
  
align-items: center;
  
display: flex;
  
gap: 40px;
  
justify-content: space-between;
  
border-bottom: 2px dashed #bbb;
  
border-top: 2px dashed #bbb;
}
section.featured-pro i {
    margin-right: 0;
  color: var(--heading-color);
  font-size: var(--f20);
}

section.featured-pro .main-btn{
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
section.featured-pro .main-btn i{
color: #fff;
}
section.featured-pro .prop-cont h2{
font-size: var(--f32);
}
section.featured-pro ul li{
    font-size: var(--f16);
    color: var(--heading-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
}
section.featured-pro ul li span{
    font-weight: 600;
    font-size: var(--f24);
    margin-bottom: 0px;
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.featured-pro .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .price {
    font-size: 18px;
    color: black;
}
section.featured-pro .pro-para {
    max-height: 219px;
    overflow: hidden;
    margin-bottom: 20px;
}


/*slider-bg-setup*/
.slider-items {
    position: relative;
/*   slider-height */
    height: 470px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* you can use background imgae in internal css */
.bg-img-1 {
    background-image: url('https://images.pexels.com/photos/248797/pexels-photo-248797.jpeg?auto=compress&cs=tinysrgb&h=350');
} 
.bg-img-2 {
    background-image: url('https://images.freeimages.com/images/small-previews/b8d/irish-landscape-1393571.jpg');
}
.bg-img-3 {
    background-image: url('https://images.pexels.com/photos/348097/pexels-photo-348097.jpeg?auto=compress&cs=tinysrgb&h=350');
}

/*slider-style*/
.active-slider {
    position: relative;
}
.sigle-item {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*over-lay-for-slider*/
.slider-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* overlay-color */
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#000));
    background: -webkit-linear-gradient(#777, #000);
    background: -o-linear-gradient(#777, #000);
    background: linear-gradient(#777, #000);
    opacity: .65
}
/*slider-reade-more-button*/
a.home-btn {
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  transition: linear .3s;
}
a.home-btn:hover, .owl-nav div:hover {
    background-color: #000;
}
/*owl-nav*/
.owl-nav div {
    border: 2px solid #fff;
    color: #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -20px;
    left: 10px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}
.owl-nav div.owl-next {
    left: auto;
    right: 10px;
}
/* optional */
.owl-nav h1 {
    font-weight: 900;
}





section.featured-pro  button.owl-prev{
    position: absolute;
    left: 10px;
    bottom: 42%;
}
section.featured-pro  button.owl-next{
    position: absolute;
    right: 10px;
    bottom: 42%;   
}
section.featured-pro  button.owl-next span {
font-size: 70px;
color: var(--white-color);
text-shadow: 0 0 5px#000;
}
section.featured-pro  button.owl-prev span {
    font-size: 70px;
    color: var(--white-color);
text-shadow: 0 0 5px#000;
    }
    section.featured-pro .col-6.prop-cont h4{
       color: var(--secondary-color);
    font-size: var(--f23);
    }
section.featured-pro span.adr {
    margin-bottom: 10px;
    display: flex;
    font-size: 15px;
    color: var(--black-color);
    align-items: flex-start;
    gap: 6px;
}
section.featured-pro span.adr i{
    margin-top:2px;
}
section.featured-pro {
    background: var(--white-color);
}
section.featured-pro{
    padding-top: 0;
    padding-bottom: 0;
}
section.featured-pro .pro-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}
section.featured-pro .pro-top p{
    margin-bottom: 0px;
}
section.featured-pro .pro-top img{
    width: 30px;
}
section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}

/* section.featured-pro .row{
    gap:20px 0;
} */

section.featured-pro img.img-fluid {
    width: 90%;
    height: 530px;
    object-fit: cover;
    border-radius: 10px 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .pro-img:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
}
section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:33px;
    overflow:hidden;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
  
padding: var(--p20) var(--p20) var(--p15);
  
margin-top: var(--m25);
  
font-size: var(--f14);
  
align-items: center;
  
display: flex;
  
gap: 40px;
  
justify-content: space-between;
  
border-bottom: 2px dashed #bbb;
  
border-top: 2px dashed #bbb;
}
section.featured-pro i {
    margin-right: 0;
  color: var(--heading-color);
  font-size: var(--f20);
}

section.featured-pro .main-btn{
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
section.featured-pro .main-btn i{
color: #fff;
}
section.featured-pro .prop-cont h2{
font-size: var(--f32);
}
section.featured-pro ul li{
    font-size: var(--f16);
    color: var(--heading-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
}
section.featured-pro ul li span{
    font-weight: 600;
    font-size: var(--f24);
    margin-bottom: 0px;
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.featured-pro .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .price {
    font-size: 18px;
    color: black;
}
section.featured-pro .pro-para {
    max-height: 219px;
    overflow: hidden;
    margin-bottom: 20px;
}

/*slider-bg-setup*/
.slider-items {
    position: relative;
/*   slider-height */
    height: 470px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* you can use background imgae in internal css */
.bg-img-1 {
    background-image: url('https://images.pexels.com/photos/248797/pexels-photo-248797.jpeg?auto=compress&cs=tinysrgb&h=350');
} 
.bg-img-2 {
    background-image: url('https://images.freeimages.com/images/small-previews/b8d/irish-landscape-1393571.jpg');
}
.bg-img-3 {
    background-image: url('https://images.pexels.com/photos/348097/pexels-photo-348097.jpeg?auto=compress&cs=tinysrgb&h=350');
}

/*slider-style*/
.active-slider {
    position: relative;
}
.sigle-item {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*over-lay-for-slider*/
.slider-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* overlay-color */
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#000));
    background: -webkit-linear-gradient(#777, #000);
    background: -o-linear-gradient(#777, #000);
    background: transparent;
    opacity: .65;
}
/*slider-reade-more-button*/
a.home-btn {
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  transition: linear .3s;
}
a.home-btn:hover, .owl-nav div:hover {
    background-color: #000;
}
/*owl-nav*/
.owl-nav div {
    border: 2px solid #fff;
    color: #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -20px;
    left: 10px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}
.owl-nav div.owl-next {
    left: auto;
    right: 10px;
}
/* optional */
.owl-nav h1 {
    font-weight: 900;
}

section.section-listing {
    display: flex;
    flex-direction: column;
    gap: 120px;
}