/* header */
.header2 {
  position: relative;
  padding: 150px 0 100px 0;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header-content {
  position: relative;
  z-index: 2;
}
.v2 h1 {
  margin: 10px 0 40px 0;
}
.pt h1 span {
  margin-left: 195px !important;
}
.v2 .price-banner {
  margin: 60px 0 0 0;
}
/*.v2 hr {
  width: 300px !important;
}*/
.ty-box h3 {
  max-width: 90%;
}
.ty-box p {
  max-width: 100%;
}
/* section 3 */
#sec3-txt-pt h3 {
  font-size: 45px;
}
/* section 4 */
#amenities {
  background: #FCFAF0 !important;
}
/* section 6 */
#map-info-pt h3 {
  font-size: 40px;
}
/* section 7 */
.section7 {
  text-align: center;
  background: #003F2E;
  padding: 80px 0 100px 0;
  color: #fff;
}
.sec7-txt {
  margin-bottom: 80px;
}
.sec7-txt h3 {
  font-family: "GT Ultra Median";
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
.sec7-price p {
  font-family: "GT Ultra Median";
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.sec7-price h6 {
  font-weight: 400;
  font-size: 28px;
  margin: 10px 0 0 0;
}
.sec7-price {
  border-right: 1px solid #fff;
}
.price-row div:nth-child(4) {
  border: none;
}
/* Media Queries */
@media only screen and (max-width: 1400px) {
  #sec3-txt-pt h3 {
    font-size: 35px;
  }
  .sec3-txt h3 span {
    margin-left: 65px;
  }
  .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .sec5-txt h3, .sec7-txt h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1200px) {
  #header-txt h1 {
    font-size: 40px;
  }
  .pt h1 span {
    margin-left: 70px !important;
  }
  .sec7-price p {
    font-size: 18px;
  }
  .sec7-price h6 {
    font-size: 23px;
  }
  .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .sec5-txt h3, .sec7-txt h3 {
    font-size: 35px;
  }
  #sec3-txt-pt h3 {
    font-size: 30px;
  }
  .sec3-txt h3 span {
    margin-left: 40px;
  }
  .map-info h3, .footer-txt h3 {
    font-size: 32px;
  }
  #map-info-pt h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  #header-txt h1 {
    font-size: 38px;
  }
  .sec7-price {
    margin-bottom: 40px;
  }
  .price-row div:nth-child(2) {
    border-right: none;
  }
  .sec7-price p {
    font-size: 20px;
  }
  .sec7-price h6 {
    font-size: 26px;
  }
  .sec3-txt h3 span {
    margin-left: 30px;
  }
  .footer-txt h3 {
    font-size: 30px;
  }
  #map-info-pt h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .header2 {
    padding: 40px 0 80px 0;
    text-align: center;
  }
  #header-txt h1 {
    font-size: 42px;
  }
  .pt h1 span {
    margin-left: 70px !important;
  }
  .v2 .price-banner {
    margin: 50px auto 30px auto;
  }
  .sec7-txt {
    margin-bottom: 50px;
  }
  .sec7-price {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 0 0 30px 0;
    margin-bottom: 40px;
  }
  .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .sec5-txt h3, .sec7-txt h3 {
    font-size: 33px;
  }
  #map-info-pt h3 {
    font-size: 35px;
  }
  .map-info p {
    font-size: 11px;
  }
  .map-info h3 span {
    margin-left: 0;
  }
  .custom-dots li.active {
    font-size: 23px;
  }
}
@media only screen and (max-width: 550px) {
  #header-txt h1 {
    font-size: 35px;
  }
  .custom-dots {
    margin-left: -20px;
  }
  .custom-dots li, .custom-dots li.active {
    font-size: 18px;
  }
  #map-info-pt h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 475px) {
  .sec7-txt h3 {
    font-size: 30px;
  }
  #header-txt h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .sec5-txt h3 {
    font-size: 28px;
  }
  .sec7-price p {
    font-size: 20px;
  }
  .sec7-price h6 {
    font-size: 24px;
  }
  #header-txt h1 {
    font-size: 28px;
  }
  #header-txt h1 span {
    margin-left: 20px !important;
  }
  .custom-dots {
    margin-left: -25px;
  }
  .custom-dots li, .custom-dots li.active {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .sec7-price h6 {
    font-size: 22px;
  }
  #header-txt h1 {
    font-size: 25px;
  }
  .sec7-txt h3 {
    font-size: 24px;
  }
  .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .sec5-txt h3, .sec7-txt h3 {
    font-size: 23px;
  }
  .footer-txt h3 {
    font-size: 24px;
  }
  .custom-dots li {
    font-size: 12px;
  }
  .custom-dots li.active {
    font-size: 14px;
  }
}