/**
* Template Name: Arsha - v4.9.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;

}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 22px 0;
  background-color: #233E99;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url(../img/facade--sky-garden_night.webp) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  font-size: 54.6px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 49px;
  }
}

/*--------------------------------------------------------------
# Amenities Section
--------------------------------------------------------------*/
#amenities {
  width: 100%;
  height: 60vh;
  background: url(../img/6---The-West-Park.webp) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#amenities:before {
  content: "";
  background-image: url(../img/blue_transparent_with_arrow.webp);
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#amenities:hover:before {
  opacity: 1;
  cursor: pointer ;
}

#amenities:hover {
  cursor: pointer ;
}


#amenities .amenities-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  text-align: left;
  padding-right:20%;
}

#amenities h2 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 42px;
}

@media (max-width: 1200px) {
  #amenities:before {
    background-position: 70% 50%;
  }
}
@media (max-width: 992px) {
 
}

@media (max-width: 768px) {
  #amenities h2 {
    font-size: 30px;
  }
   #amenities:before {
    background-position: 75% 50%;
  }
}

@media (max-width: 576px) {

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 100px;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us, Plan
--------------------------------------------------------------*/
.about h3, .plan h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}

.about h3 span, .plan h3 span {
  color: #233E99;
}

.about p, .plan p {
  color: #828282;
  line-height: 30px;
  font-size: 15px;
}

.about .padding-l-r {
  padding: 0 100px;
  align-self: center;
}

.about .padding-l-r-2 {
  padding-right: 100px;
  align-self: center;
}

.about .row:not(:first-child),.plan .row:not(:first-child) {
  margin-top: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.div-hover {
  display: block;
  height: 300px;
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  /*-webkit-transition: all 500ms ease, -webkit-filter 500ms ease;*/
  /*transition: all 500ms ease, -webkit-filter 500ms ease;*/
  /*transition: all 500ms ease, filter 500ms ease;*/
  /*transition: all 500ms ease, filter 500ms ease, -webkit-filter 500ms ease;*/
}

.div-hover-gym {
  background-image: url(../img/GYM.webp);
}

.div-hover-multi {
  background-image: url(../img/Multi-Sport-Court.webp);
}

.div-hover-kids {
  background-image: url(../img/kids-pool.webp);
}


.img__description {
  font-weight: 600;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  /*position: absolute;*/
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(35, 62, 153, 0.3);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


/*.div-hover:hover > .img__description {*/
/*  opacity: 1;*/
/*}*/

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 50px;
    outline: black;
    background-color: rgba(0, 0, 0, 1);
}

.carousel-control-next, .carousel-control-prev {
  width: auto;
}

.s-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  line-height: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mp-p {
  margin-top: 50px;
  padding: 0 25%;
  margin-bottom: 0 !important;
}

.p-100 {
  padding: 100px 0;
}

.bg-offwhite {
  background-color: #F8F4F0;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left:15px;
}

.btn-tower {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: white;
  background-color: #233E99;
  border-radius: 4px !important;
}

.btn-tower:hover {
  color: #233E99 !important;
  background-color: #ffffff !important;
  border-color: #233E99 !important;
}

.type-a-block {
  height: 300px;
  background-image: url(../img/1194.webp);
  background-position: 77% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.type-a-living-room {
    height: 300px;
    background-image: url(../img/TYPE-A.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.type-b-block {
  height: 300px;
  background-image: url(../img/1195.webp);
  background-position: 77% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.type-b-living-room {
    height: 300px;
    background-image: url(../img/TYPE-B_overall.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.type-c-block {
  height: 300px;
  background-image: url(../img/1248.webp);
  background-position: 77% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.type-c-living-room {
    height: 300px;
    background-image: url(../img/type_c_overall.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.type-d-block {
  height: 300px;
  background-image: url(../img/1197.webp);
  background-position: 77% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.type-d-living-room {
    height: 300px;
    background-image: url(../img/type_d.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.owl-stage{
    margin: 0 auto;
}
.wrapper{
width: 100%;
}
.carouseldd{
max-width: 1200px;
margin: auto;
padding: 0 30px;
}

.owl-dots{
text-align: center;
margin-top: 40px;
}
.owl-dot{
height: 15px;
width: 15px;
margin: 0 5px;
outline: none;
border-radius: 14px;
border: 2px solid #233E99!important;
box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
background: #233E99!important;
}

.spec {
  background-color: #F4F5F7;
}

@media (min-width: 1900px) {
    .type-a-block, .type-b-block, .type-c-block, .type-d-block,.type-a-living-room, .type-b-living-room, .type-c-living-room, .type-d-living-room {
      height: 465px;
  }
}

@media (max-width: 1400px) {
   .about .padding-l-r-2 {
    padding: 0 50px;
  }
}

@media (max-width: 1200px) {
  .about .padding-l-r {
    padding: 0 50px;
  }

  .mp-p {
  padding: 0 15%;
}

}
@media (max-width: 992px) {
  .about h3,.plan h3 {
    font-size: 30px;
  }
  .about h3 br,.plan h3 br {
    display: none;
  }
  .about .padding-l-r, .about .padding-l-r-2 {
    padding: 50px 25px 0 25px;
    text-align: center;
  }
  .about img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .mp-p {
    padding: 0 5%;
  }
  
    .carousel .carousel-item {
        height: 500px;
    }

    .carousel .carousel-item img {
        position: absolute;
        object-fit:cover;
        top: 0;
        left: 0;
        min-height: 500px;
    }
  
}
@media (max-width: 576px) {
  .about .row:not(:first-child),.plan .row:not(:first-child) {
    margin-top: 50px;
  }
  .about .padding-l-r, .about .padding-l-r-2 {
    padding-top: 25px;
  }
  .about h3, .plan h3 {
    font-size: 24px;
    line-height: 36px;
  }
  
  .type-a-block, .type-b-block, .type-c-block, .type-d-block {
      background-size: contain;
      height: 200px;
  }
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 13px;
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
  color: #232323 !important;
  padding: 0 30px;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }

  #footer .credits a {
    display: block;
    text-align: right;
  }
}