
@import url('https://fonts.googleapis.com/css2?family=Cairo+Play:wght@200..1000&family=Cairo:wght@200..1000&display=swap');

body {
    font-family: "Cairo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden;
}

.bg-body-tertiary {

    background-color: #1E4164 !important;

}

.navbar {
    color: white !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: white !important;
}

.nav-link {
    color: white !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
#hero{
    background-image:url(../img/hero_bg.jpg) ;
    height: 550px;
    padding: 0 !important;
    background-size: cover;
    
}
.h1type{
    color: white;
    font-size: 90px;
    padding: 120px 16px 0px 0px;
    text-shadow: 4px 4px 6px rgba(65, 65, 70, 0.57);

}
.wrapper{
    background: white;
    padding: 16px;
    margin-top: 200px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
li.nav-item {
    margin-right: 16px;
}
button{
    background: #1E4164 !important;
    color: white;
    margin: 0 auto;
    padding: 4px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
#newest-offers{
    padding: 40px 0px ;
}
#newest-offers h1{
text-align: center;


}
.viewall {
    width: 150px;
    background: white !important;
    border: 2px solid #1E4164;
    color: #1E4164;
    display: block;
    margin: 20px auto; /* Centers the button and adds top and bottom margin */
    text-align: center;
}

   /* .viewall:hover {
        color: #0a58ca;
        background-color:red
    }*/

#newest-offers-rent{
    background: rgb(255,222,89);
    background: linear-gradient(165deg, rgba(255,222,89,1) 0%, rgba(30,65,100,1) 100%); 
    padding: 40px 0px ;
}

 h1{
    text-align: center;
    }

section{
    padding: 40px 0px ;
}
#mostpopular-compounds{
    background: rgb(255,222,89);
    background: linear-gradient(165deg, rgba(255,222,89,1) 0%, rgba(30,65,100,1) 100%); 
    padding: 40px 0px ;

}
.text-body {
    --bs-text-opacity: 1;
    color: rgb(255, 255, 255) !important;
  }
  footer h5 {
    color: white;
    font-weight: bold;
  }
  .navbar{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #newest-offers img.card-img-top {
    max-height: 150px;
}

#newest-offers-rent img.card-img-top {
    max-height: 150px;
}

#newest-projects img.card-img-top {
    max-height: 300px;
}

a.text-body {
    font-size: 14px;
    text-decoration: none;
}




.hero-sup-page{
    background-image: url(../img/hero_bg.jpg);
        height: 250px;
        padding: 0 !important;
        background-size: cover;
}

.btn-link{
    background-color: #1E4164;
    padding: 6px !important;
    color: white;
    text-decoration: none !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 14px;
}
.btn-link:hover{
    background-color: aliceblue;
    
}
.hero-sup-page .h1type{
    font-size:46px !important;
}
h5 {
    font-size: 1.2rem;
  }

  .area {
    font-size: 12px;
  }

  b {
    font-size: 14px;
  }
  p {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .card-body {
    padding: 8px !important;
  }
@media (max-width: 575.98px) { 
    .h1type{
        font-size: 28px !important;
    }
    .navbar-toggler {
        margin: 0px !important;
      }
      #hero {
        background-image: url(../img/hero_bg.jpg);
        height: 300px;
        padding: 0 !important;
        background-size: cover;
      }
      .wrapper {
        background: white;
        padding: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
      }
      .p-md-5.border.rounded-3.bg-body-tertiary {
        padding: 20px;
      }
 }

 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
  }
.boldt{
    font-weight: bold;
}
.bgwra{
    background-color: #1E4164;
    padding: 25px;
}