@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    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: 0px;
}
.head-sec p {
    font-size: var(--f14);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
/*video section*/
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 92vh;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec {
    width: 100%;
    height: 100%;
}

.video-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#play,
#pause {
    display: none;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--white-color);
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    margin-top: var(--m20);
    border-radius: 40px;
}

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

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: var(--white-color) !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    bottom: 0px;
    /* background: rgb(0 0 0 / 7%); */
    padding-top: 0;
    flex-direction: column;
}

.video-cont .scroll {
    position: absolute;
    bottom: 10px;
    display: none;
}

.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f70);
    letter-spacing: 2px;
    font-family: var(--video-font);
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px #000;
}

.video-cont h1 span {
    color: var(--white-color);
}

.video-cont p {
    margin-bottom: var(--m20);
    margin-top: 0;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f18);
    text-align: center;
    text-shadow: 0 0 3px #000;
}

.video-cont .play {
    color: var(--black-color);
    font-size: var(--f15);
}

.video-cont .play-video {
    display: none;
    gap: 20px;
    align-items: center;
    margin-bottom: 70px;
}

.video-cont .play-video .line {
    height: 1px;
    width: 50px;
    right: 3px;
    background: var(--black-color);
}
section.about-us .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 10px;
}

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

section.about-us .star-rating:before,
section.about-us .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

section.about-us .star-rating:after {
    transform: rotate(35deg);
}

section.about-us p.head {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

section.about-us .about-content-sec {
    padding-right: 50px;
    display: flex;
    align-items: center;
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 180px;
    transition: all ease-in-out 300ms;
    text-align: center;
}

section.about-us .about-content-sec a.main-btn:hover {
    transform: translateY(-4px);
}

section.about-us .about-content-sec .abt-btn {
    margin-top: 20px;
}
section.about-us .head-sec {
    text-align: left;
    margin-bottom: var(--m10);
}
section.about-us .about-image-sec img {
    width: 550px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

section.about-us .about-image-sec .abt-img1 {
    margin: -20px 0px 30px -15%;
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0px -15% 0px 0px;
}

section.about-us .about-content-sec .abt-para {
    max-height: 422px;
    overflow: hidden;
}
section.about-us .about-content-sec .abt-para h5{
    text-transform:capitalize;
    font-size:18px;
}
/*end about section*/
/*About company css*/
/* About css ==========================*/
.about-section .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-section .image-section .img-box {
      position: relative; }
      .about-section .image-section .img-box + .img-box {
        margin-left: 60px; }
      .about-section .image-section .img-box img {
        -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15); }
      .about-section .image-section .img-box .no-class {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #ef3f3e;
        padding: 5px;
        left: -15px;
        -webkit-box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
                box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4); }
        .about-section .image-section .img-box .no-class h3 {
          font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
          color: white;
          margin-bottom: 0;
          font-weight: 700; }
  
  .about-section .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-left: 60px; }
    .about-section .about-text h5 {
      font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
      font-style: italic;
      color: #adadad;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 15px;
      margin-top: -2px; }
      .about-section .about-text h5 span {
        color: #ef3f3e; }
    .about-section .about-text h3 {
      font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
      text-transform: capitalize;
      font-weight: 800;
      letter-spacing: 0.001em;
      margin-bottom: 35px; }
    .about-section .about-text h2 {
      font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
      color: #ef3f3e;
      font-weight: 800;
      margin-bottom: 35px; }
    .about-section .about-text p {
      font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
      line-height: 1.5;
      font-weight: 600;
      margin-bottom: 25px; }
  
  .about-section.three-image .image-section .img-box + .img-box {
    margin-left: 45px; }
  
  .about-section.three-image .about-text {
    padding-left: 20px; }
    .about-section.three-image .about-text h5 {
      font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
      margin-bottom: 30px; }
    .about-section.three-image .about-text h2 {
      color: black;
      font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
      margin-bottom: 10px; }
      .about-section.three-image .about-text h2 span {
        font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
        text-transform: lowercase;
        margin-bottom: 0;
        display: block;
        margin-top: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.6); }
    .about-section.three-image .about-text p {
      font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320))); }
  
  .about-section.about_page .image-section .img-box:nth-child(odd) {
    margin-bottom: 40px; }
    .about-section.about_page .image-section .img-box:nth-child(odd) .title-box {
      bottom: -40px; }
  
  .about-section.about_page .image-section .img-box:nth-child(even) {
    margin-top: 40px; }
    .about-section.about_page .image-section .img-box:nth-child(even) .title-box {
      top: -40px; }
  
  .about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
            box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
    min-width: 162px; }
    .about-section.about_page .image-section .img-box .title-box h3 {
      font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
      text-transform: capitalize;
      color: black;
      margin-top: -4px;
      font-weight: 800;
      margin-bottom: 7px; }
    .about-section.about_page .image-section .img-box .title-box h6 {
      font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
      text-transform: uppercase;
      margin-bottom: -4px;
      word-break: break-word;
      color: gray; }
  
  .about-section.about_page .about-text {
    padding-left: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .about-section.about_page .about-text .title-3 {
      text-align: left;
      margin-bottom: 35px; }
      .about-section.about_page .about-text .title-3 .title-label {
        text-transform: uppercase;
        -webkit-box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
                box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22); }
    .about-section.about_page .about-text h2 {
      font-weight: 700; }
      .about-section.about_page .about-text h2 span {
        font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
        text-transform: capitalize;
        margin-top: 20px; }
    .about-section.about_page .about-text .buttons-about {
      margin-top: 45px; }
      .about-section.about_page .about-text .buttons-about .btn + .btn {
        margin-left: 20px; }
  
  .about_section .about_img {
    position: relative;
    margin: 0px 0;
    height: 450px;
}
    .about_section .about_img img {
      border-radius: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      height: 450px;
      width: 100%;
      object-fit: cover;
      object-position: top;
    }
    .about_section .about_img .side-effect:after {
      content: "";
      position: absolute;
      top: -12px;
      height: calc(100% - 18px);
      background: url(../images/about.webp);
      border-radius: 25px;
      width: calc(100% - 65px);
      left: 76px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.3;
      }
    .about_section .about_img .side-effect:before {
      content: "";
      position: absolute;
      top: -20px;
      height: calc(100% - 44px);
      background: url('../images/about.jpg');
      border-radius: 25px;
      width: calc(100% - 97px);
      left: 120px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.1;
      }
    .about_section .about_img .side-effect span:after {
      content: "";
      position: absolute;
      bottom: -12px;
      height: calc(100% - 18px);
      background: url('../images/about.jpg');
      border-radius: 25px;
      width: calc(100% - 65px);
      right: 76px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.3;
      }
    .about_section .about_img .side-effect span:before {
      content: "";
      position: absolute;
      bottom: -20px;
      height: calc(100% - 44px);
      background: url('../images/about.jpg');
      border-radius: 25px;
      width: calc(100% - 97px);
      right: 120px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.1;
      }
    .about_section .about_img:hover img {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .about_section .about_img:hover .side-effect:before, .about_section .about_img:hover .side-effect:after {
      top: 0;
      left: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .about_section .about_img:hover .side-effect span:after, .about_section .about_img:hover .side-effect span:before {
      bottom: 0;
      right: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  
  .about_section .about_content {
    margin-left: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    }
    .about_section .about_content h5 {
      font-size: var(--f28);
      color: var(--black-color);
      text-transform: capitalize;
      font-weight: 800;
      margin-bottom: 25px;
      position: relative;
  }
  .about_section .about_content h5:before{
  position: absolute;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background: var(--secondary-color);
  }
  
      .about_section .about_content h5 span {
        color: var(--other-color); }
    .about_section .about_content h2 {
      color: black;
      font-weight: 800;
      text-transform: capitalize;
   }
    .about_section .about_content p {
      color: #464646;
      line-height: 1.9;
      font-weight: 300;
      font-size: var(--f16);
    }
    .about_section .about_content .about_bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .about_section .about_content .about_bottom h6 {
        margin-left: 25px;
        background-color: #f7f7f7;
        color: #acacac;
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 0;
        padding: 8px 12px;
        border-radius: 20px;
        font-weight: 600; }
  
  .about_section .about_content .about_bottom a.main-btn{
      display: block;
  }
/* property location */

.location-catg .img{
    border-radius: 30px;
}
.location-catg .col-4{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
/*About cta css*/

section.business{
    padding:var(--p80) 0;
    background: url(../images/CTA.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: filter 400ms, -webkit-filter 400ms;
}
section.business:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    z-index: -1;
}
section.business .box {
    padding: 60px 60px;
    background-color: #0c180780;
}
section.business  h5{
    color: var(--white-color);
    font-style: italic;
    font-weight: 500;
    margin-bottom: var(--m10);
}

section.business h2{
    font-size: var(--f40);
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
}
section.business p{
    color: var(--white-color);
    font-size: var(--f16);
}
section.business a{
    display: block;
    width: 195px;
    text-align: center;
    border-color: var(--white-color);
}

/*Properties css*/
section.properties-sec {
    background: var(--lt-bg-color);
}
.home-properties .upper-head {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: var(--m40);
}
.home-properties h2{
    margin-bottom: var(--m20);
    /* text-transform: uppercase; */
}
.home-properties img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.home-properties .heart-icon {
    width: 35px;
    height: 35px;
    background: #000000b5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: var(--white-color);
}
.home-properties .owl-carousel .owl-nav .owl-prev, .home-properties .owl-carousel .owl-nav .owl-next{
    background: var(--white-color) !important;
    border-color: var(--white-color) !important;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: var(--p5);
    border: 1px solid var(--black-color);
}
.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}
.home-properties .owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.home-properties .owl-carousel .owl-nav{
    /* display: none; */
}
.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-carousel .owl-nav{
    display: block;
}
.home-property-content {
    padding-top: 15px;
}
.home-property-content h4{
    font-family: var(--primary-font);
    font-size: var(--f20);
    font-weight: 600;
    margin-bottom: var(--m5);
}
.home-property-content a{
     color: var(--primary-color);
}
.home-property-content h4 a{
    color: var(--black-color);
    text-decoration: none;
}
.home-properties .location {
    margin-bottom: var(--m8);
}
.home-properties .location span{
    font-size: var(--f14);
     font-family: var(--primary-font);
}
.home-properties p.amenity {
    margin-bottom: var(--m5);
}
.home-properties .price span{
    font-weight: bold;
}
.home-properties .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.home-properties .owl-dot span{
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 100%;
    opacity: 0.5;
}
.home-properties .owl-dot.active span{
    opacity: 1;
}
.pro_view_btn{
    margin-top: 40px;
    text-align: center;
}
.pro_view_btn .main-btn{
    display: block;
    width: 150px;
    margin: auto;
    /* border-radius: 7px; */
}
.home-properties .owl-carousel .owl-nav .owl-prev, .home-properties .owl-carousel .owl-nav .owl-next{
    background: var(--white-color) !important;
    border-color: var(--white-color) !important;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: var(--p5);
    border: 1px solid var(--black-color);
}
.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
.home-properties .owl-carousel .owl-nav .owl-next {
    right: -20px;
}
/*About owner css*/
section.about-owner {
    background: var(--lt-bg-color);
}
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: 589px;
    object-fit: contain;
}
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);
}
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*/
section.testimonial {
    background-color: var(--white-color);
    position: relative;
  padding: var(--p100) var(--p12);
  z-index: 0;
}
section.testimonial .testy {
   width: 80%;
   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(--heading-color);
}

section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
}
section.testimonial .test-card p{
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}
section.testimonial .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -20px;
    bottom: 65px;
    background: transparent !important;
    padding: 0;
    margin: 0;
    color: #000 !important;
    font-size: 36px;
}
section.testimonial .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 0px;
    bottom: 65px;
    background: transparent !important;
    padding: 0;
    margin: 0;
    color: #000 !important;
    font-size: 36px;
}
section.testimonial .owl-carousel .owl-nav{
    font-size: var(--f35);
}
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 .cont-sec a{
    color:var(--secondary-color);
}
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{
    overflow:hidden;
}
section.testimonial .para p{
   text-align: justify;
   width: 90%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   color: var(--black-color);
   height: auto;
   /* max-height: 151px; */
   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);
}

/*About Owner*/
section.about-home .about-img{
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
 
}
section.about-home .about-img .main-about-img{
     overflow:hidden;
     border-radius:10px;
}
section.about-home img{
   width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    height:440px;
    transition: 0.5s all;
    border-radius:10px;
}
section.about-home img:hover{
    transform: scale(1.14);
}

section.about-home .col-7.md-12.sm-12 {
    /*background: var(--black-color);*/
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.about-home .cont{
    margin-bottom: var(--m30);
    max-height: 240px;
    overflow: hidden;
}

section.about-home a.abt-btn.main-btn {
    width: 250px;
    text-align: center;
    padding: var(--p13) var(--p20);
}

section.about-home .head-sec p{
    text-align:left;
}
section.about-home .head-sec {
    text-align: left;
    margin-bottom: var(--m20);
}
section.about-home .col-7.md-12.sm-12 {
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
section.about-home {
    background: var(--lt-bg-color);
}

section.attraction .head-sec h2 {
    /* margin-bottom: 0px; */
    /* text-align: left; */
}
section.attraction .head-sec p{
    /* padding-left: 0; */
    /* text-align: left; */
}
section.attraction .col-6.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.attraction .col-6.right .arrow{
    opacity: 1;
    visibility: visible;
}
section.attraction .col-6.left {
    display: flex;
    flex-direction: column;
}
section.attraction .col-md-4{
   padding: var(--p8);
    position:relative;
}
section.attraction .col-md-4 a{
    position:relative;
    display: block;
}
section.attraction img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
section.attraction .attr-btn{
    margin-top:40px;
}
section.attraction .img-card {
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}
section.attraction .col-md-4:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}

section.attraction .atr-cont{
   background: transparent;
    /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
    margin: 0px;
    padding: var(--p30) var(--p30);
    border-radius: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    width: 100%;
    transition: all 0.3s;
}
section.attraction .atr-cont h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: var(--f23);
    max-height: 33px;
    overflow: hidden;
     color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    padding-right: 5px;
}


section.attraction .para-attr {
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 165px;
    display: none;
}
section.attraction .para-attr p{
    color: var(--white-color);
    font-size: var(--f18);
}
section.attraction .col-md-4:hover .para-attr{
    display: flex;
justify-content: center;
align-items: center;
}
section.attraction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.attraction .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--btn-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
section.attraction .arrow:hover{
    background: var(--white-color);
    color: var(--btn-color);
}
section.attraction a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    margin: auto;
}
section.attraction .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
section.attraction .col-md-4:hover .atr-cont{
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
section.attraction .col-md-4:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
section.attraction .col-md-4:hover .arrow{
    opacity: 1;
    visibility: visible;
}
section.attraction .right.mob{
    display: none;
}
/*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}
section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
/*faq css*/
.faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.faq-sec .accordion-button::after {
  transition: all 0.5s;
}
section.faq-sec {
    background: var(--lt-bg-color);
}
section.faq-sec .faq-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px;
}
section.faq-sec .head-sec {
    text-align: left;
    margin-bottom: var(--m30);
}
section.faq-sec .accordion-button{
  padding: 12px 12px 22px 0;
  background: transparent;
  border-radius: 0 !important;
  font-size: 20px;
  color: var(--black-color);
  border: 0px solid !important;
  box-shadow: 0 0 0;
  font-family: var(--secondary-font);
}
section.faq-sec .accordion-body{
    padding:0 30px 30px 0;
}
section.faq-sec .accordion-item{
  border: 0px solid;
  border-bottom: 1px solid #12121250;
  border-radius: 0 !important;
  background: transparent;
  /* padding: 12px 12px 22px 0; */
}
section.faq-sec .faq-img {
    padding-right: 5%;
}

/*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;
    justify-content: center;
    align-items: center;
    margin-top: var(--m0);
}


.all-data-testimonial p{
	max-height:auto;
}

.less-data-testimonial p{
	/* max-height:151px; */
}

.dropdown-toggle {
    white-space: nowrap;
    /* color: white; */
}
.dropdown-toggle:hover {
    color: white;
}


 section.faq .container{
    max-width: 750px !important;
}
section.faq .head-sec h6{
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-size: var(--f24);
}
section.faq .head-sec h2{
    margin-bottom: 40px;
}
section.faq .head-sec img{
margin-bottom: 80px;
}
section.faq .accordion-item{
    margin-bottom: 20px;
    border: 0px solid #fff;
}
section.faq button.accordion-button {
   font-size: var(--f20);
   color: var(--black-color);
   padding: 0px;
   border-bottom: 1px solid #DBDEE3;
   padding-bottom: 30px;
   margin-bottom: 0px;
   padding-left: 49px;
}
section.faq .accordion-button::after {
  background-image: url("../images/plus.png");
  transition: all 0.5s;
  width: 31px;
    height: 31px;
    background-color: var(--secondary-color);
    border-radius: 5px;
    background-size: 13px;
    background-position: center;
}
section.faq .accordion-button:hover::after{
    background-color: var(--other-color);
}
section.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png") !important;
  background-position: center 75%;
  background-color: var(--btn-hover);
}
section.faq .accordion-button::after {
  transition: all 0.5s;
  /* margin-left: 0; */
  /* margin-right: auto; */
  position: absolute;
  left: 0;
}
section.faq .accordion-body {
    padding: 15px 18px;
    background: #EFF2F5;
    margin-top: -15px;
    margin-bottom: 10px;
}
section.faq .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
    margin-bottom: 0px;
    border-bottom: 0px solid;
}
.faq-btn {
    text-align: center;
    margin-top: 60px;
}
.faq-btn .main-btn{
    width: 180px;
}

section.about-owner h2{
    /* font-size: 36px; */
    margin-bottom: 15px;
    /* font-family: var(--heading-font); */
}
section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.about-owner .rhea_mask {
    fill: var(--white-color);
}
section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:500px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}
section.about-owner img:hover{
    transform: scale(1.14);
}
section.about-owner svg {
    height: 588px;
    width: 100%;
}
section.about-owner .head-sec{
   text-align:left;
   margin-bottom: var(--m15);
}
section.about-owner h4{
    font-size: var(--f21);
    font-weight: 500;
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
}
section.about-owner .call-area a{
    display: block;
    color: var(--heading-color);
}
section.about-owner .call-area a:hover{
  color: var(--secondary-color);
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
section.about-owner .abt-btn a.button{
    width: 150px;
}

section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}
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: center;gap: 30px 0;}
section.home-list .atr-btn{
    text-align:center;
    margin-top: 40px;
}
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: 280px;
    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: 0;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p15) var(--p20) var(--p15);
    background: white;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0;
}
section.home-list .prop-card:hover .pro-cont {
    background: #fff;
}
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: 32px;
    overflow:hidden;
    width: 100%;
    font-family: var(--other-font);
}
section.home-list h3.title a{
    color: var(--secondary-color);
    /* font-family: var(--heading-font); */
}
.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;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}
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: 0;
   padding-bottom: 15px;
   color: var(--heading-color);
   font-weight: bold;
   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(--f18);font-weight: bold;margin-bottom: 0px;font-family: var(--other-font);}

section.choose-services {
    background: var(--secondary-color);
}
section.choose-services .head-sec p{
    color:var(--white-color);
}
section.choose-services .head-sec h2{
    color:var(--white-color);
}
section.choose-services .service-head h3, section.choose-services p{
    color:var(--white-color);
}
section.choose-services .service-details p{
    font-size: 20px;
}

section.choose-services .row{
  justify-content: space-between;
    gap: 50px 0;
}
section.choose-services .col-6{
  flex: 0 0 auto;
    width: 48%;
  
}
section.choose-services h3{
  /* display: flex;
    align-items: center;
    justify-content: space-between; */
    font-weight: 500;
}
section.choose-services span{
    margin-right: 10px;
}
.service-info {
    padding-top: 40px;
    border-top: 1px solid var(--white-color);
}
section.properties-sec {
    background: var(--lt-bg-color);
}
section.ideal-retreat {
    /* background: var(--lt-bg-color); */
}
section.ideal-retreat .head-sec {
    text-align: center;
    margin-bottom: 40px;
}
section.ideal-retreat .ideal-info img{
  /* opacity: 0.5; */
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: .5s;
}
section.ideal-retreat .ideal-info .ideal-img {
    height: 464px;
    position: relative;
    /* background: #313c2f; */
    /* transition: all ease-in-out 0.4s; */
}
section.ideal-retreat .ideal-info{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
section.ideal-retreat .ideal-text, section.ideal-retreat .ideal-detail{
  background-color: #ffffffd9;
  padding: 65px 35px 50px;
  position: absolute;
  border-radius: 100% 100% 5px 5px;
  width: 100%;
  transition: .5s;
  height: auto;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
}
section.ideal-retreat .ideal-detail {
    max-height: 290px;
    bottom: -230px;
    -webkit-transition: .5s;
    transition: .5s;
}
section.ideal-retreat .ideal-info:hover .ideal-detail{
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
section.ideal-retreat .ideal-detail .main-btn{
    margin-right: 0;
    background-color: transparent;
    border: 0px solid;
    padding: 0;
    box-shadow: inset 0 0px 0 0 var(--btn-hover);
    color: var(--btn-hover);
    text-decoration: underline;
    /* display: inline-flex; */
    /* align-items: center; */
    /* gap: 5px; */
}
section.ideal-retreat .ideal-detail .main-btn:hover{
    color:var(--btn-hover);
}
section.ideal-retreat .ideal-info:hover .ideal-text{
    opacity: 0;
    visibility: hidden;
}
section.ideal-retreat h3{
    position:relative;
    font-size: 24px;
}
section.ideal-retreat h3::before{
        content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    background-color: #321c07;
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

section.ideal-retreat .ideal-info:hover h3.ideal-text{
  opacity: 0;
    visibility: hidden;
    top: -100%;
    transform: none;
}
section.ideal-retreat .ideal-info:hover .ideal-detail{
  /* opacity: 1; */
  /* visibility: visible; */
  /* top: 50%; */
  /* transform: translate(0, -50%); */
}

section.service-section .service-row .col-6{
  width:47%;
}
section.service-section .row{
  justify-content:space-between;
  margin-bottom: 60px;
}
section.service-section .service-img-info img{
  width:100%;
  height:400px;
  object-fit:cover;
  border-radius:10px;
}
section.service-section .service-info {
    padding-top: 0;
    border-top: 0px solid;
}
section.service-section .service-content {
    display: flex;
    align-items: center;
}
section.service-section .service-content .main-btn{
  display:flex;
  width:170px;
  align-items:center;
  justify-content:center;
}
section.service-section {
    padding-bottom: 20px;
}

section.Opulent_sc {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Opulent-box {
      display: flex;
    gap: 20px;
}

.Opulent-box img{
         width: 20%;
    height: 20%;
}

section.ideal-retreat .col-3{
  margin-bottom:25px;
}

.accordion-body p {
    font-size: 14pt;
    font-family: Calibri, "sans-serif";
}

section.ideal-retreat .row {
        gap: 30px 0;
    }


section.Opulent_sc .head-sec p{
   letter-spacing: 1px;
   margin-bottom: var(--m5);
   font-weight: 600;
   text-transform: none;
   font-size: 16px;
   padding-top: 10px;
   width: 85%;
   display: block;
   margin: auto;
}

.about-img1 img{
    height: 370px;
    object-fit: cover;
}

.about-img2 {
    text-align:right;
}
.about-img2 img{
    position: absolute;
    right: 0;
    width: 336px;
    bottom: -130px;
    height: 300px !important;
    border: 12px solid #fff;
    object-fit: cover;
}

.abt-img {
    position:relative;
}

section#about {
    padding-bottom: 200px;
}
section#about .abt-info{
    padding-right: 5%;
 
}
/* attractions */

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

section.properties-list .property-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0
}

section.properties-list .row {
    gap: 30px 0;
    justify-content: center
}

section.properties-list .property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    height: 27px;
    overflow: hidden
}

section.properties-list .property-list h3 a {
    color: var(--black-color);
    /* font-family: var(--secondary-font); */
}
section.properties-list .property-list ul {
    display: flex;
    align-items: center;
    gap: 15px
}
section.properties-list .property-list p {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--black-color);
    height: 24px;
    overflow: hidden
}

section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px
}

section.properties-list .property-list li {
    font-size: 16px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center
}

section.properties-list .property-list li i {
    margin-right: 5px;
    color: var(--secondary-color)
}

section.properties-list .property-list li span {
    margin-right: 0;
    color: #000
}

section.properties-list .property-list a.main-btn {
    font-size: 14px;
    display: block
}

section.properties-list .property-list a.main-btn:hover {
    transform: translateY(0)
}
section.properties-list .property-list {
    border: 0 solid #ffffff17;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, .1);
    transition: transform .4s;
}

section.properties-list .list-content {
    background: #fff;
    padding: 14px;
    box-shadow: rgba(50,50,93,.25) 0 6px 12px -2px,rgba(0,0,0,.3) 0 3px 7px -3px
}

section.properties-list .property-list .price p {
    margin-bottom: 0
}
.pro-img-slider button.owl-next,.pro-img-slider button.owl-prev {
    width: 35px;
    height: 35px;
    display: inline-flex;
    background: #ffffffcc!important;
    color: #000!important;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 100%
}
.pro-img-slider button.owl-next {
    align-items: center;
    justify-content: center;
    right: 20px
}

.pro-img-slider button.owl-prev {
    align-items: center;
    justify-content: center;
    left: 20px
}

