img{
    height: auto;
}

div#rpModal h4.modal-title{
    width: 100%;
    font-size: 20px;
}
div#myModal h4.modal-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

    a.pp-link {
    color: #0095c9;
    font-weight: 500;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 30px;
    }
    
/*section#gallery figure:after {content: "";*/
/*    position: absolute;left: 0;top: 0;bottom: 0;background-color: rgb(10 62 179 / 55%);width: 100%; transition:1s; z-index: 1;}*/

section#gallery figure:hover:after { background-color: rgb(10 62 179 / 0%); transition:1s; }
    #gallery ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border: 0;
    margin-bottom: 2em;
}
#gallery ul.nav.nav-tabs a.nav-link {
    border: 1px solid #3155a3;
    border-radius: 0;
    margin: 0 5px;
    background-color: transparent;
    color: #000;
}

#gallery ul.nav.nav-tabs a.nav-link.active {
    background-color: #3155a3;
    color: #fff;
}

#walk-through-video a i.fa-solid.fa-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 37%;
    text-align: center;
    background-color: #0095c9;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    padding: 18px;
    border-radius: 100%;
    z-index: 99;
}

section#gallery figure img.w-100 {
    object-fit: cover;
    height: revert-layer;
}

#amenities .amenities-wrapper {
    margin: 0;
}
#amenities .amenities-wrapper {
    margin: 0;
    padding-bottom: 0;
}
    
#amenities .icon-title {
    font-size: 14px;
}

#amenities  .icon {
    display: block;
    margin: 0 auto;
    margin-right: unset;
    margin-left: 0;
}

.glightbox-clean .gdesc-inner {
    padding: 8px 15px;
    display: none;
}
.glightbox-clean .gslide-title { margin-bottom: 0; }
.roi {
    color: #fff;
    position: absolute;
    bottom: 0;
    background: #3158a7;
    padding: 8px 20px;
}

.roi span {
    font-size: 22px;
    font-weight: 600;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
} 
#amenities li.amenity-card:nth-child(2), #amenities li.amenity-card:nth-child(5), #amenities li.amenity-card:nth-child(8) {
    border-right: 0;
    border-left: 0;
}
div#dbModal h4.modal-title {
    font-size: 16px;
}
#amenities .amenity-card:nth-child(1),
#amenities .amenity-card:nth-child(2),
#amenities .amenity-card:nth-child(3),
#amenities .amenity-card:nth-child(4),
#amenities .amenity-card:nth-child(5),
#amenities .amenity-card:nth-child(6)  {
    border-bottom: 0;
}

a.dwn-brochure {
    background-color: #3155a3;
    color: #fff;
    padding: 8px  13px;
    font-size: 16px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# price cta
--------------------------------------------------------------*/
.price-cta {
    background-size: cover;
    padding: 70px 0;
    background-color: #3457A5;
}

.price-cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.price-cta p {
    color: #fff;
}

.price-cta .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 30px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.price-cta .cta-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
}

#rpModal label.form-check-label {
    font-size: 12px;
}

#rpModal .modal-dialog {
    max-width: 400px;
}
input#phone {
    padding-right: 70px;
}

#construction-updates a i.fa-solid.fa-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 37%;
    text-align: center;
    background-color: #0095c9;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    padding: 18px;
    border-radius: 100%;
    z-index: 99;
}
        
.iti { width: 100%; }


#wtv_full {
    position: relative;
    background-image: url(../img/walkthrough-video-bg.jpg);
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

section#wtv_full h2.section-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    color: #fff;
}
#wtv_full h2.section-title:before {
    top: 35px;
}

#wtv_full img.w-100 {
    object-fit: cover;
    object-position: top;
}
#wtv_full a i.fa-solid.fa-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center;
    background-color: #0095c9;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    padding: 24px;
    border-radius: 100%;
    z-index: 99;
    font-size: 24px;
}

/* Pulsating Play Button
------------------------------*/
#wtv_full .pulsating-play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#3155a3 50%, color-mix(in srgb, #3155a3, transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, #3155a3, transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid #3155a3;
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



@media(max-width: 1440px) {
    a.cta-btn {
        padding: 8px 15px;
    }
    #hero .slider-1 h2 {
        font-size: 2.5rem;
    }
    #hero .slider-1 h2 span {
        font-size: 1.5rem;
    }
    #hero .slider-1 .banner_content h5 {
        font-size: 18px;
    }
}


@media(max-width: 767px){
    
    #hero {
        height: 83vh;
    }
    
    #hero .qr-code {
        width: 130px;
    }
    
    #hero .slider-1 h2 {
        font-size: 24px;
        text-align: center;
    }
    #hero .slider-1 h2 span {
        font-size: 14.5px;
    }
    #hero .slider-1 .banner_content h5 {
        font-size: 13px;
    }
    
    ul.nav-cta.ms-5 {
    display: none;
}
    .roi span {
        font-size: 14px;
        }
    .roi {
        right: 0;
        bottom: 3.75em;
    }
        
    #gallery ul.nav.nav-tabs {
        flex-direction: column;
        text-align: center;
    }
    
    #gallery ul.nav.nav-tabs a.nav-link {
        margin: 0 0 8px;
    }
    section#gallery figure img.w-100 {
        height: 360px;
    }
    #amenities li.amenity-card:nth-child(2), #amenities li.amenity-card:nth-child(5), #amenities li.amenity-card:nth-child(8) {
        border-right: 1px solid #0095c9;
        border-left: 1px solid #0095c9;
    }
    #amenities .amenity-card:nth-child(1),
    #amenities .amenity-card:nth-child(2),
    #amenities .amenity-card:nth-child(3),
    #amenities .amenity-card:nth-child(4),
    #amenities .amenity-card:nth-child(5),
    #amenities .amenity-card:nth-child(6)  {
        border-bottom: 1px solid #0095c9;
    }
    
    div#myModal .modal-dialog,#rpModal .modal-dialog {
        width: 350px;
        margin: 25% auto 0;
    }
    
    button#rpm_refresh_captcha {
        right: 16px;
        top: 23px;
    }
    
    section#gallery a.construction_updates_lightbox img.w-100 {
        height: 280px;
    }
}

