body {
    font-family: 'Quicksand', sans-serif;
}

.hero-section{
    height: 70vh;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.733), rgba(119, 119, 119, 0.753)), url('../Images/Image-3-scaled.jpg');
    background-size: cover;
    background-position: bottom;
}

.previous-projects {
    
    background-image:url('../Images/Projects.webp');
    background-size: cover;
}

.aminitiesSection {
  background-image: url("../Images/Amenities.webp");
  background-size: cover;
  background-position: center;
}

.lifeStyle {
    
    background-image: url("../Images/low-poly-grid-haikei.svg");
  background-size: cover;
  background-position: center;
}

.imgRoundBorder {
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
}

.iti__selected-dial-code {
    color: rgb(131 131 131);
}

.gradient-border-buttom {
    background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, #333, #333, #333) border-box;
    border: 2px solid transparent;
    border-radius: 51px;
}

.border-gradient {
    border: 3px solid;
    border-image: linear-gradient(45deg, #6EAAEE, #EEA429) 1;
  }

  .Features {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('../Images/reasons_dubai/why_invest_in_dubai.webp');
    background-size: cover;
  }
  
  .enquireForm {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('../Images/Enquire_now.webp');
    background-size: cover;
      
  }

  .compStats {
    background-image: linear-gradient(to right, rgba(230, 230, 230, 0.733), rgba(255, 255, 255, 0.753)), url('https://keymaxrealestate-projects.com/images/1920x1080paymentplan-min.jpg');
    background-size: cover;
    background-position: center;
  }


  /* modal starts */

  .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

  /* modal ends */

  /* whats app starts */

  /* whats app icon animation */

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

@media (min-width: 1024px){

  #contentSecText {
    font-size: 1.7rem;
      line-height: 2.5rem;
  }
}

/* whats app ends */


/* slider hero start */

/* home */
@keyframes fadeIn{
  0%{
    transform: translateY(-4rem) scale(0);
    opacity: 0;
  }
}

.home{
  padding: 0;
}

.home .slide{
  min-height: 80vh;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .slide .content{
 text-align: center;
  margin: 0 auto;
  width: 70rem;
  padding-left: 16rem;
  display: none;
}

.home .slide .content h3{
  font-size: 6rem;
  text-transform: uppercase;
  color: #736454;
  line-height: 1;
  padding: 2rem 0;
  animation: fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .2s backwards;
}

.home .slide .content .btn{
  animation: fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .4s backwards;
}

.home .swiper-slide-active .content{
  display: inline-block;
}

.home .swiper-button-next,
.home .swiper-button-prev{
    padding: 25px;
    line-height: 5rem;
    border-radius: 50px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.home .swiper-button-next:hover,
.home .swiper-button-prev:hover{
  background: #000;
  color: #fff;
}

.home .swiper-button-next::after,
.home .swiper-button-prev::after{
  font-size: 1.2rem;
}



@media (max-width: 991px){
  
  .home .slide .content{
    text-align:left;
    width: 50rem;
    padding-left: 9rem;
  }
}



@media (max-width: 768px){
  
  .header #menu-btn{
    display:inline-block;
  }
  
  .fa-times{
    transform: rotate(180deg);
  }
  
  .header .navbar{
    position: absolute;
    top:99%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: .1rem solid #aaa;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  
  .header .navbar.active{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  
  .header .navbar a{
    display: block;
    margin: 2rem;
    
  }

  .home .swiper-button-next,
.home .swiper-button-prev{
    padding: 25px;
}
  
  .home .slide .content{
    text-align:left;
    width: 40rem;
    padding-left: 9rem;
  }
  
  .home .slide .content h3{
    font-size: 4rem;
  }
  
}

@media (max-width: 450px){
  .home .slide .content h3{
    font-size: 3rem;
  }

  .home .swiper-button-next,
.home .swiper-button-prev{
    padding: 10px;
}
}


/* slider hero end */



/* life style slider */


#projetos .swiper-container {
  width: 100%;
  object-fit: cover;
  color: #fff;
}
#projetos .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}
#projetos .swiper-container .swiper-pagination-bullet {
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0.9;
  width: 20px;
  height: 5px;
}
#projetos .swiper-container .swiper-pagination-bullet-active {
  background-color: #000000;
}
#projetos .project-card {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#projetos .project-card a {
  text-decoration: none;
  overflow: hidden;
  height: 400px;
  width: 100%;
}
#projetos .project-card a .image {
  overflow: hidden;
  height: 400px;
  width: 100%;
  transform: scale(1);
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 600ms;
}
#projetos .project-card a .image .description {
  display: flex;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 400px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 600ms;
}
#projetos .project-card a .image .description .project-name {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 125%;
  font-weight: 700;
  transform: scale(1);
  margin: 0;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 700ms;
}
#projetos .project-card a .image .description .customer-name {
  color: #ffffff;
  opacity: 0;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 300;
  margin: 0;
  transform: scale(1);
  transition-delay: 100ms;
  transition-duration: 800ms;
}

.page-content{overflow-y:auto; overflow-x:hidden !important;}
/* life style slider ends*/

