
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
} 

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

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

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

/*--------------------------------------------------------------
# Page Back
--------------------------------------------------------------*/
.back-btn {
  position: fixed;
  top: 50px;
  z-index: 999;
}
.back-btn a {
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 20px;
  border-radius: 10px;
  font-weight: 600;
  background-color: #254053;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {  
  width: 100%;
  height: 100vh;
  background: #254053;
  background-image: linear-gradient(to right, #254053db, #000000c4), url('../img/real-estat/banner.jpeg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  background-position: top center;
  background-attachment: fixed;
}
 
#hero .container {
  padding-top: 72px;
}
 
.here-contne {
  text-align: center;
  top: 50%;
  z-index: 10;
  left: 50%;
}  
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
  margin-bottom: 20px;
  color: #fff;
}
#hero h1 span {
  color:#f7dc6f;
}
#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
} 
#hero p{
  color: #fff;
  line-height: 30px;
  font-weight: 600;
} 
#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #005886;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .here-contne{
    width: 100%;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
  #hero p{
    display: block;
  } 
  #hero {
    height: 80vh !important;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a{
    background-color: transparent;
  }
  .navbar{
    margin: 0 !important;
    margin-left: auto !important;
/*     background-color: transparent !important; */
}
#header{
  height: auto !important;
}
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  background-color: #eae2da;
} 
.custom-container{
  max-width: 100%;
  padding: 0;
}
.custom-cal-6{
  padding: 0;
}
.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h1{
  font-weight: 900;
  color: #254053;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #254053;
}
 
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #f7dc6f;
  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
--------------------------------------------------------------*/
.about{
  padding: 10px 0px;
  margin-top: 20px;
}
.about-section {
  color: #fff;
} 
.about-title h1 {
  color: #254053;
  font-weight: 800;
  font-size: 50px;
} 
.about-title p {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.about-left-itme {
  background-color: #254053;
  color: #fff;
  padding: 40px;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center content vertically */
  border-top-left-radius: 100px;
}
.about-right-area {
  margin-top: 50px;
}  
.about-right-area-itme img{
  border-bottom-right-radius: 100px;
}
.about-right-left-itme h4 {
  color: #f7dc6f;
  font-weight: 900;
}
.about-right-area-itme {
  margin-bottom: 50px;
  text-align: center;
  height: 100%;
}

.about-right-area-itme img {
  width: 100%;
  height: 100%;
}
.about-right-area-itme h2 {
  font-weight: 800;
  margin: 20px 0px;
  font-size: 26px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1; 
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Apartment
--------------------------------------------------------------*/
.apartment-section .section-title{
    width: 60%;
    margin: auto;
} 
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #254053;
  border-radius: 50%;
  opacity: 1;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}

/*--------------------------------------------------------------
# Unique Apartments
--------------------------------------------------------------*/
.unique-apartments-left-itme {
  background-color: #254053;
  color: #fff;
  padding: 40px;
  padding-right: 100px;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center content vertically */
}
/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
#benefits{
  background-color: #254053;
}
#benefits .section-title h1,
#benefits .section-title p{
  color: #fff;
  width: 70%;
  margin: auto;
} 
.benefits-itme {
  position: relative;
}
  
.overlay-image {
  display: block;
  width: 100%;
  height: 550px;
  border-radius: 10px;
}

.overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2540539c;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.benefits-itme:hover .overlay {
  height: 100%;
}

.overlay-title {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay-title span {
  display: inline-block;
  background-color: #254053;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding: 8px;
}
/*--------------------------------------------------------------
# verona
--------------------------------------------------------------*/
.verona-section{
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #254053db, #000000c4), url('../img/real-estat/6.jpeg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0px;
  /*! background-attachment: fixed; */
}
 
.verona-contnet h4 {
  color: #f7dc6f;
}
.verona-contnet {
  color: #fff;
  text-align: center;
}

.verona-contnet a {
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #f7dc6f;
  color: #f7dc6f;
  display: inline-block;
  margin-top: 30px;
  transition: .3s all;
}
.verona-contnet a:hover{
  background-color: #f7dc6f;
  color: #000;
}
/*--------------------------------------------------------------
# Contact 
--------------------------------------------------------------*/
.contact .info {
  border: 2px solid #254053;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50px 0px;
}
 
.info a {
  border: 2px solid #254053;
  padding: 10px 20px;
  border-radius: 5px;
  color: #254053;
  display: inline-block;
  margin-top: 15px;
  transition: .3s all;
}

.rating {
  margin: 20px 0px;
  color: #254053;
}
.info a:hover{
  background-color: #254053;
  color: #fff;
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Fetures-1
--------------------------------------------------------------*/
.features{
  background-color: #254053;
}
.slider-content-item img{
  border-radius: 10px;
} 
.fetures-item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.fetures-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
 
.features-contnet {
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: #254053a1;
  width: 100%;
}
.features-contnet:hover{
  background-color: #254053;
}
.features-contnet h2 {
  font-size: 20px;
}
.features-contnet a {
  background-color: #254053;
  border: 2px solid #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 10px 0px;
  color: #fff;
  font-weight: 600;
  width: 150px;
  transition: .3s all;
}
.features-contnet a:hover{
  border: 2px solid #254053;
  background-color: #fff;
  color: #254053;
}

#fetures2 .fetures-item, 
#fetures3 .fetures-item {
  width: 100%;
}
#fetures2 .fetures-item img,
#fetures3 .fetures-item img {
  height: 400px;
  width: 100%;
}

/*--------------------------------------------------------------
# Fetures-1
--------------------------------------------------------------*/
.copyright {
  padding: 30px 0px;
  text-align: center;
  color: #254053;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

@media screen and (max-width: 992px) {
  .about-left-itme, .about-right-area-itme img{
    border-radius: 0;
  }
  .col-reverse {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  .col-reverse .about-right-area-itme{
    margin-bottom: 0px !important;
    margin-top: -50px !important;
  }
} 
@media screen and (max-width: 768px) {
  #hero {
    height: 70vh !important;
    padding: 50px 0px;
  }
  .benefits-itme{
    height: auto;
    margin-bottom: 30px;
  } 
  .contact .info{
    margin-bottom: 20px;
  }
  iframe{
    height: 400px !important;
  }
  .apartment-section .section-title{
    width: 100%;
  }
  .d-sm-none{
    display: none;
  }
  
}