/* .banner{
    height:350px;
} */
.banner img.img-fluid{
     max-height:350px;
}
section.featured-pro {
    padding: var(--p60) var(--p12);
}

.search-bar{
    position: relative;
    top: 0;
    width: 100%;
    /* display: none; */
    /* background: var(--lt-bg-color); */
    padding-top: 50px;
    
    
    
.video-sec,
    video {
  height: 100%;
    width: 100%;
}
    body{
  overflow-x: hidden;
}

#pause,
#play,
.attr .slick-next
    i,
.attr .slick-prev i{
  display: none;
}
.head-sec
    p,
.scroll .text {
  font-size: var(--f12);
    text-transform: uppercase;
}
#model-form .form-control:
    focus,
.form-control:focus {
  background-color: var(--white-color) !important;
}
    @font-face {
  font-family: blacksword;
    src: url(../font/Blacksword.otf);
}
    section.video-banner {
  padding: 0;
    width: 100%;
    height: 90vh;
    position: relative;
}
    video {
  object-fit: cover;
}
.head-sec,
.how-we-value-heading {
    text-align: center;
    margin-bottom: 0;
}
.head-sec
    h2 {
  margin-bottom: 0;
}
.head-sec
    p {
  font-weight: 600;
    color: var(--black-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    line-height: 1.7;
}
.search-bar{
    position: relative;
    top: 0;
    width: 100%;
    /* display: none; */
    /* background: #efefef; */
    padding-top: 30px;
}

.search-bar
    form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 95%;
    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%);
}

.search-bar
    select{
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: var(--white-color);
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar
    input{
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left:var(--p10);
    background: var(--white-color);
    border: 0px solid #e0e0e0;
}
.search-bar
    input#end_date {
    padding-left: 20px;
}

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

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

  .search-bar .col-3{
    position: relative;
    width: 25%;
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
  }
.search-bar .col-3:
    before{
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.search-bar .check:
    before {
     position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.search-bar .check
    i{
    top: 0.5rem;
}
.search-bar .col-3.guest:
    before, .search-bar .col-3.srch-btn:before{
    display:none;
}
.search-bar .col-3.srch-btn{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
}
  .search-bar
    button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    background: var(--secondary-color);
    color: var(--white-color);
}
.search-bar
    button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
}
.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}
.search-bar .main-check{
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
}
.search-bar .main-check .row{
    position:relative;
}
    div#guestsss {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

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

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

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

#guestsss
    button.button1 {
   background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss
    button.button11.button1 {
    margin-left: var(--m14);
}
.datepicker-section{
    position: relative;
                        }
                        .datepicker-common-2{
    padding:0;
                        }
    input#demo17 {
                            position: absolute;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 32px !important;
    z-index: 9;
                        }
/*.form-control:focus {*/
    /*    background-color: var(--black-color) !important;*/
/*}*/
#model-form .form-group,
.datepicker-common-2,
    section.attraction .container-fluid {
  padding: 0;
}

.scroll .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: 3s ease-out infinite move;
}
.scroll .chevron:
    first-child {
  animation: 3s ease-out 1s infinite move;
}
.scroll .chevron:nth-child(2) {
    animation: 3s ease-out 2s infinite move;
}
.scroll .chevron:
    after,
.scroll .chevron:before {
  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);
    white-space: nowrap;
    opacity: 0.25;
    animation: 2s linear infinite alternate pulse;
    color: #fff;
}
    @keyframes pulse {
  to {
    opacity: 1;
  }
}
.form-control:
    focus {
  border-color: var(--white-color) !important;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 120px;
    flex-direction: column;
}
.video-cont .scroll {
    position: absolute;
    bottom: 10px;
}
.video-cont
    h1 {
  max-width: 100%;
    margin: auto auto 0;
    text-shadow: 0 0 2px #000;
    text-transform: capitalize;
    font-size: var(--f80);
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: 300;
    text-align: center;
    position: relative;
}
.video-cont
    p {
  max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m20);
    text-shadow: 1px 1px 4px #000;
    text-transform: capitalize;
    font-size: var(--f24);
    text-align: center;
    display: none;
}
    section.about-us-home .abt-co-img-left {
  border-radius: 0;
    position: relative;
    left: 0;
    top: 0;
    text-align: right;
}
    section.about-us-home .abt-co-img-left img,
section.about-us-home .abt-co-img-right img,
section.faq img {
  border-radius: 10px;
}
    section.about-us-home .col-7.abt-right {
  padding-right: 12px;
    padding-left: 40px;
    position: relative;
}
    section.about-us-home .abt-co-img-left img {
  width: 80%;
    height: 450px;
    object-fit: cover;
}
    section.about-us-home .abt-co-img {
  position: relative;
    padding-right: 0;
}
    section.about-us-home .abt-co-img-center {
  position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
    section.about-owner .head-sec,
section.about-us-home .head-sec {
  text-align: left;
    margin-bottom: var(--m15);
}
    section.about-us-home ul.key-points {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    section.about-us-home li {
  width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}
    section.about-us-home i {
  font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
.how-we-value-heading
    p,
section.about-us-home .head-sec p {
  color: var(--black-color);
}
    section.about-us-home p {
  max-height: 210px;
    overflow: hidden;
}
    section.about-us-home .abt-co-img-right img {
  height: 400px;
    object-fit: cover;
    border: 4px solid #fff;
    width: 320px;
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.21);
}
    section.about-us-home .abt-co-img-right {
  text-align: right;
    z-index: 1;
    transform: translateY(-35%) translateX(123%);
    position: absolute;
    top: 52%;
}
    section.about-us-home a.main-btn {
  display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
    section.about-us-home .col-5.abt-left {
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 500px;
}
    section.about-home,
section.about-us-home,
section.attr,
section.featured-pro,
section.news-letter {
  background: var(--white-color);
}
    section.about-us-home .abt-cont {
  max-height: 470px;
    overflow: hidden;
}
    section.about-us-home button.owl-prev,
section.featured-pro button.owl-prev {
  position: absolute;
    left: 10px;
    bottom: 42%;
}
    section.about-us-home button.owl-next,
section.featured-pro button.owl-next {
  position: absolute;
    right: 10px;
    bottom: 42%;
}
    section.about-us-home button.owl-next span,
section.about-us-home button.owl-prev span,
section.featured-pro button.owl-next span,
section.featured-pro button.owl-prev span {
  font-size: 70px;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}
    section.about-us-home img.img-fluid {
  width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
    section.abt-cta {
  padding: var(--p120) var(--p12);
    background: url(../images/abt-cta.jpg) center/cover no-repeat fixed;
    position: relative;
}
    section.abt-cta .overlay {
  width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
    section.abt-cta .head-sec p {
  color: var(--white-color);
    font-size: var(--f18);
    margin-top: var(--m30);
    text-shadow: 0 0 2px #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}
    section.abt-cta .head-sec {
  text-align: left;
    margin-bottom: 0;
}
    section.abt-cta .head-sec h2 {
  margin-bottom: 0;
    font-size: var(--f55);
    color: var(--white-color);
    text-shadow: 0 0 2px #000;
    padding-left: var(--p20);
    border-left: 6px solid var(--white-color);
}
.about-img1,
    section.about-home .head-sec p,
section.abt-pennsylvania .head-sec p,
section.attraction .head-sec {
  text-align: left;
}
.about-img1
    img {
  height: 370px;
    object-fit: cover;
}
.about-img2 {
    text-align: right;
}
.about-img2
    img {
  position: absolute;
    right: 0;
    width: 336px;
    bottom: -50px;
    height: 300px !important;
    border: 12px solid #fff;
    object-fit: cover;
}
    ul.home-ammenities {
  gap: 70px;
    padding-left: 0;
}
    section.featured-pro .col-3.price {
  display: flex;
    justify-content: end;
    align-items: center;
}
    section.featured-pro .col-3.price .main-btn {
  width: 130px;
    text-align: center;
}
    section.featured-pro .row .ammenity .col-9 {
  display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
}
.prop-cont
    span {
  font-family: var(--primary-font);
    font-weight: 400;
    font-size: var(--f18);
    margin-bottom: var(--p10);
}
    span.adr {
  display: block;
    font-size: var(--f16);
}
    span.adr i {
  margin-right: 8px !important;
}
.prop-cont .price,
.prop-cont
    h3 {
  font-weight: 600;
    font-size: var(--f25);
    font-family: var(--primary-font);
}
.prop-cont .amenity-area {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}
    section.featured-pro .col-6.prop-cont h4 {
  color: var(--secondary-color);
    font-size: var(--f23);
}
    section.featured-pro .head-sec {
  text-align: center;
    margin-bottom: var(--m30);
}
.sec-line,
    section.abt-pennsylvania .head-sec,
section.featured-pro .rating {
  margin-bottom: var(--m15);
}
    section.featured-pro .row {
  gap: 20px 0;
}
    section.featured-pro img.img-fluid {
  width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
    section.about-home img:hover,
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;
    -ms-transition: 0.5s;
    transition: 0.5s;
    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: 0 0 10px 10px;
    background: var(--white-color);
    box-shadow: 0 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 h3.title a,
section.featured-pro i,
section.featured-pro ul li,
section.testimonial .head-sec h2 {
  color: var(--heading-color);
}
    section.featured-pro .rating i.checked {
  color: #fcaf3d;
}
    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 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;
    font-size: var(--f20);
}
    section.featured-pro .main-btn {
  padding: var(--p20) var(--p40);
    border-radius: 40px;
    width: 180px;
    display: flex;
    text-align: center;
}
    section.featured-pro ul li {
  font-size: var(--f16);
    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: 0;
}
    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 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;
}
.accordion-flush .accordion-collapse,
    section.about-owner,
section.faq .accordion-button:not(.collapsed) {
  background: var(--white-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 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,
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,
section.agent a.main-btn {
  display: block;
    width: 150px;
    text-align: center;
}
    section.counter {
  background: #1e1d85;
}
    section.counter .counter-box {
  text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    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);
}
    section.testimonial {
  position: relative;
    background: var(--lt-bg-color);
}
    section.attraction .col-md-4:hover .para-attr,
section.testimonial .pro-btn {
  display: flex;
    justify-content: center;
    align-items: center;
}
    section.testimonial .pro-btn .main-btn {
  border-radius: 40px;
    position: relative;
    top: 0;
    left: 0;
}
    section.testimonial .testy {
  width: 80%;
    margin: auto;
    padding: 0;
    border-radius: 0;
    background: 0 0;
}
    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: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 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;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 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: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 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 .test-card {
  text-align: center;
    /* background: var(--white-color); */
    border-radius: 0;
    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 button.owl-next {
  position: absolute;
    right: 0;
    bottom: 65px;
}
    section.testimonial .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
    left: 25px;
    bottom: 65px;
}
    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 i.fa-solid.fa-star {
  color: #fcaf3d;
    font-size: var(--f10);
    margin-right: var(--m3);
}
    section.testimonial hr {
  width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}
    section.testimonial h3 {
  padding-left: 0;
    font-size: var(--f20);
    font-weight: 700;
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 0;
}
    section.testimonial .para p {
  text-align: center;
    width: 90%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--black-color);
    height: auto;
    max-height: 141px;
    margin-top: var(--m10);
    overflow: hidden;
}
    section.testimonial .para i {
  font-size: var(--f30);
}
    section.testimonial i.fa-solid.fa-quote-right {
  position: absolute;
    right: 20px;
    bottom: -10px;
}
    section.testimonial i.fa-solid.fa-quote-left {
  position: absolute;
    left: 20px;
    top: -10px;
}
    section.testimonial p.clt-name {
  color: var(--heading-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0;
}
    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);
}
    section.testimonial .owl-carousel .owl-item {
  margin-right: 0 !important;
}
    section.testimonial .owl-carousel .owl-stage-outer {
  padding-left: 0 !important;
    padding-right: 0 !important;
}
    section.testimonial .pro-btn {
  margin-top: 10px;
}
    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%;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    height: 440px;
    transition: 0.5s;
    border-radius: 10px;
}
    section.about-home .col-7.md-12.sm-12 {
  padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
    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 {
  text-align: left;
    margin-bottom: var(--m20);
}
    section.attraction {
  background: var(--lt-bg-color);
    padding-left: 0;
    padding-right: 0;
}
    section.attraction .head-sec h2,
section.faq .head-sec h2 {
  margin-bottom: 0;
    text-align: left;
}
    section.attraction .head-sec p {
  padding-left: 0;
    text-align: left;
}
    section.attraction .col-6.right,
section.faq .col-6.right {
  text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
    section.attraction .col-6.right .arrow,
section.attraction .col-md-4:hover .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 img.img-fluid {
  border-radius: 0;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
    section.attraction .row {
  gap: 0 0;
}
    section.attraction .img-card {
  border-radius: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    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: 0 0;
    margin: 0;
    padding: var(--p30) var(--p30);
    border-radius: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    width: 100%;
    transition: 0.3s;
}
    section.attraction .atr-cont h4 {
  font-weight: 600;
    margin-bottom: 0;
    font-size: var(--f23);
    max-height: 34px;
    overflow: hidden;
    color: var(--white-color);
    text-shadow: 0 0 2px #000;
}
    section.attraction .para-attr {
  padding: 10px;
    text-align: center;
    position: absolute;
    top: 165px;
    display: none;
}
.attr .overlay,
    section.attraction .overlay,
section.faq .list-faq {
  position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}
    section.attraction .para-attr p {
  color: var(--white-color);
    font-size: var(--f18);
}
    section.attraction .overlay {
  width: 100%;
    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.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    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;
    -moz-transition: 0.3s;
    -o-transition: 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: 0 4px 14px rgba(214, 214, 214, 0.24);
}
    section.attraction .col-md-4:hover .atr-cont h4 {
  color: var(--heading-color);
    text-shadow: 0 0 0 #000;
}
    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: 0;
}
    section.agent .col-4.col-md-4.col-sm-12 {
  display: flex;
    align-items: center;
    justify-content: center;
}
    section.faq {
  background: var(--white-color);
    display: none;
}
    section.faq .list-faq {
  bottom: 0;
    width: 50px;
    padding-left: 18px;
    font-size: 25px;
    line-height: 58px;
    color: var(--white-color);
    background-color: var(--secondary-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
    section.faq .accordion-flush .accordion-item {
  border: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border: none;
}
    section.faq .accordion-flush .accordion-item .accordion-button,
section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
  position: relative;
    width: 100%;
    padding: 22px 65px;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    border: none;
    background-color: #f4f4f4;
    text-align: left;
}
    section.faq .accordion-button::after {
  position: relative;
    left: 25px;
}
    section.faq p {
  color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}
.sec-line {
    position: relative;
    line-height: 0;
}
    section.faq .accordion-body {
  color: var(--primary-color);
    font-size: var(--f14);
    box-shadow: 2px 3px 4px 0 #00000052;
}
.accordion-button::
    after {
  background-image: ur;
}
    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: 0 0;
    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: 0;
    border-radius: 0;
}
#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: 0;
}
#model-form
    img.logo {
  width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 0;
}
#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-control {
    border-radius: 0;
    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 .captcha-main {
    padding: 0;
    display: flex;
    gap: 10px;
}
#model-form
    button#reload {
  height: 39px;
    border-radius: 0;
}
#model-form .captcha {
    display: flex;
}
.mob-btn {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: var(--m0);
}
.attr .overlay {
    width: 100%;
    z-index: 0;
}
.attr .slick .item .bg {
    height: 500px;
    background-position: center;
    background-size: cover;
    transition: 0.3s ease-in-out;
    margin: 0;
    opacity: 1;
    -webkit-transform: scale3d(1, 0.8, 1);
    transform: scale3d(1, 0.8, 1);
    overflow: hidden;
}
.attr .slick .slick-list {
    padding: 0 !important;
}
.attr .slick .slick-center .bg {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.attr .slick-slide {
    outline: 0;
    position: relative;
}
.attr .slick-next,
.attr .slick-prev {
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 130px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: #00000096;
    z-index: 1;
    transition: 0.3s;
}
.attr .slick .item
    h3,
.attr .slick .slick-center h3 {
  transform: scale3d(1, 1, 1);
}
.attr .slick-prev {
    left: 6.4px;
}
.attr .slick-next {
    right: 3.5px;
}
.attr .container-fluid.pt-5,
    section.attr .container.pt-5 {
  padding-top: 0 !important;
}
    section.attr .pro-btn {
  margin-top: var(--m30);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
    section.attr .pro-btn .main-btn {
  border-radius: 30px;
}
    section.attr img {
  height: 100%;
    object-fit: cover;
    transition: 0.5s linear;
}
    section.attr a:hover img {
  transform: scale(1.2);
}
.attr .slick-next:
    focus,
.attr .slick-prev:focus {
  background: #00000096;
}
.attr .slick-next:
    before,
.attr .slick-prev:before {
  font-family: Montserrat;
    font-size: 33px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.attr-content {
    position: absolute;
    bottom: 9%;
    left: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 100%), rgb(0 0 0 / 0%));
    padding: 20px 10px 10px;
    width: 100%;
    min-width: 200px;
}
.attr .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}
.attr .slick-slide
    a {
  position: relative;
    color: var(--primary-color);
    display: block;
}
.attr .slick .item
    h3 {
  width: 100%;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.2;
    color: var(--white-color);
    text-align: center;
    text-shadow: 0 0 4px #000;
    font-family: var(--primary-color);
}
.attr .slick .slick-center .attr-content {
    bottom: 0;
    min-width: 100%;
    left: 0;
}
.attr .slick-next:
    hover,
.attr .slick-prev:hover {
  background-color: #fff !important;
    width: 50px;
    height: 140px;
}
.attr .slick-next:
    hover:before,
.attr .slick-prev:hover:before {
  color: #000 !important;
}
    section.abt-pennsylvania .abt-para {
  height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
    section.abt-pennsylvania img {
  width: 100%;
    height: 400px;
    object-fit: cover;
}


/* property section */
    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 .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: #cccccc; */
    /* box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05); */
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: var(--white-color);
}
    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(--f21);
    line-height: 30px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: var(--m11);
    height: 59px;
    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(--black-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);
    color: var(--black-color);
}
    section.home-list .descp{
    max-height: 60px;
    overflow: hidden;
}
    section.home-list .how-we-value-heading {
    text-align: center;
    margin-bottom: 30px;
}
    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;
    display: grid;
    text-align: center;
    gap: 10px;
}
    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(--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.attr .head-sec{
  margin-bottom: 30px;
};
}

.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 95%;
    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%);
    padding: 10px 0px;
}

.search-bar select{
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: var(--white-color);
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar input{
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left:var(--p10);
    background: var(--white-color);
    border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
    padding-left: 20px;
}

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

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

  .search-bar .col-3{
   position: relative;
   width: 22%;
   padding-left: var(--p10);
   padding-right: 0;
   padding-top: var(--p12);
   padding-bottom: var(--p12);
  }
.search-bar .col-3:before{
    position: absolute;
    content: '';
    top: 21px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.search-bar .check:before {
     position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.search-bar .check i{
    top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
    display:none;
}
.search-bar .col-3.srch-btn{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
}
  .search-bar button.main-btn {
    width: 100%;
    height: 56px;
    letter-spacing: 2px;
    background: var(--secondary-color);
    color: var(--white-color);
}
.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
}
.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}
.search-bar .main-check{
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p12);
    padding-bottom: var(--p12);
}
.search-bar .main-check .row{
    position:relative;
}
div#guestsss {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

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

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

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

#guestsss button.button1 {
   background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss button.button11.button1 {
    margin-left: var(--m14);
}
.datepicker-section{
                            position: relative;
                        }
                        .datepicker-common-2{
                            padding:0;
                        }
                        input#demo17 {
                            position: absolute;
                            left: 0px;
                            top: 0px !important;
                            width: 100% !important;
                            opacity: 0;
                            height: 32px !important;
                            z-index: 9;
                        }
/*.form-control:focus {*/
/*    background-color: var(--black-color) !important;*/
/*}*/


section.home-list{
   /* 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 .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: #fff;
    /* box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05); */
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

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;
    padding-bottom: 10px;
}
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(--f21);
    line-height: 30px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: var(--m11);
    height: 30px;
    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(--black-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);
    color: var(--black-color);
}
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;
    display: grid;
    text-align: center;
    gap: 10px;
}
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(--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);
}
a.sticky.main-btn.book1.check{
 display:none; 
}

