/* =================  GLOBALS ====================== */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
}
.spinner-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  z-index: 300;
}
.display .spinner-container{
  opacity: 0;
  visibility: hidden;
}
.circles{
  width: 8rem;
  height: 8rem;
  position: relative;
}
.circles div{
  animation: circle 1.2s
  cubic-bezier(.5,0,.5,1) infinite;
  transform-origin: 4rem 4rem;
}
.circles div::after{
  content: '';
  position: absolute;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background-color: #3a62b9;
  margin: -0.4rem 0 0 -0.4rem;
}
.circles div:nth-child(1){
  animation-delay: -0.036s;
}
.circles div:nth-child(1)::after{
  top: 6.3rem;
  left: 6.3rem;
}
.circles div:nth-child(2){
  animation-delay: -0.072s;
}
.circles div:nth-child(2)::after{
  top: 6.8rem;
  left: 5.6rem;
}
.circles div:nth-child(3){
  animation-delay: -0.108s;
}
.circles div:nth-child(3)::after{
  top: 7.1rem;
  left: 4.8rem;
}
.circles div:nth-child(4){
  animation-delay: -0.144s;
}
.circles div:nth-child(4)::after{
  top: 7.2rem;
  left: 4rem;
}
.circles div:nth-child(5){
  animation-delay: -0.18s;
}
.circles div:nth-child(5)::after{
  top: 7.1rem;
  left: 3.2rem;
}
.circles div:nth-child(6){
  animation-delay: -0.216s;
}
.circles div:nth-child(6)::after{
  top: 6.8rem;
  left: 2.4rem;
}
.circles div:nth-child(7){
  animation-delay: -0.252s;
}
.circles div:nth-child(7)::after{
  top: 6.3rem;
  left: 1.7rem;
}
.circles div:nth-child(8){
  animation-delay: -0.288s;
}
.circles div:nth-child(8)::after{
  top: 5.6rem;
  left: 1.2rem;
}
@keyframes circle{
0%{
  transform: rotate(0);
}
100%{
  transform: rotate(360deg);
}

}

.hide{
  display: none;
}
.display .hide
{
  display: block;
}








@font-face{
  font-family: product-sans;
  src: url(../fonts/Product-Sans-Regular.ttf);
}
html{
  font-family: product-sans, Arial, sans-serif;
}

:root{
  --main-color: rgb(32, 59, 117);
  --carol-color: #ee6f57;
  --main-color-light: #3a62b9;
  --white-color: #ffffff;
  --black-color: #262626;
  --light-grey-color: #e0e0e0;
}
.clearfix{
  clear: both;
}
.fav-btn:hover{
  color: white !important;
}
.text a:hover{
  color:white !important; 
}
/* =================  GLOBALS ======================  */

/* ============= START NAVBAR ============== */

nav.navbar{
  padding: 0 40px !important;
  /* box-shadow: 0 5px 10px #26262641; */
}

.navbar-nav li.nav-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.navbar-nav li.nav-item svg{
  font-size: 15px;
  opacity: .8;
  color: var(--black-color);
}
.navbar-nav li.nav-item:hover svg{
  opacity: 1;
}
.navbar-nav li.nav-item .nav-link{
  margin: 0;
  font-weight: 600;
  color: var(--black-color);
  opacity: .8;
}
.navbar-nav li.nav-item:hover .nav-link {
  opacity: 1;
  color: var(--black-color);
}
/* ============= END NAVBAR ============== */

/* ================== STATR SLIDER =========== */
div.well-searchbox{
  width: 75%;
  transform: translate(-110px, 180px);
  margin-bottom: 0;
  box-shadow: 3px 3px 10px #000000d8;
}
div.well-searchbox form.form-horizontal{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
div.well-searchbox form.form-horizontal .form-group{
  width: 16%;
}
form.form-horizontal .form-group .control-label{
  margin-bottom: 5px;
  padding-left: 10px;
}
form.form-horizontal .btn-cont .btn{
  background-color: #ff9900;
  margin-top: 25px;
  letter-spacing: 1px;
  font-size: 18px;
}
form.form-horizontal .btn-cont .btn::before{
  border: 1px solid #e0e0e0;
}

/* //// carousel caption //// */
.carousel-item .overlay div.carousel-caption{
  transform: translate(-25px, -80px);
}
.carousel-item .overlay div.carousel-caption h1{
  margin: 15px 0 !important;
  letter-spacing: 1px;
  text-shadow: 1px 1px 5px #26262669;
}
.carousel-item .overlay div.carousel-caption p{
  font-size: 18px;
  color: #ffffff;
}

/* search */
.search-box{
  background-color: #413c46;
  margin: 50px 0;
  padding: 20px;
  border-radius: 0 2px 2px 2px;
  width: 80%;
  position: absolute;
  top: -213px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  padding-top: 2rem;
  margin-bottom: -13rem;
  position: relative;
}
.search-box .buy-rent{
  position: absolute;
  left: 0;
  top: -54px;
}
.search-box .buy-rent p{
  width: 100px;
  padding: 15px;
  background-color: #413c46;
  border-radius: 2px 2px 0 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  text-align: center;
  user-select: none;
}
.search-box .buy-rent p:hover{
  background-color: #ef5e4e !important;
  color: #fff;
}
.search-box .search-inp{
  margin-bottom: 10px;
  position: relative;
}
.search-box .search-inp input{
  width: 82%;
  border: none;
  outline: none;
  padding: 10px 25px;
  border-radius: 5px 0 0 5px;
}
.search-inp i{
  position: absolute;
  left: 5px;
  top: 45%;
  transform: translatey(-50%);
  opacity: .7;
  user-select: none;
}
.search-inp button{
  background-color: #ef5e4e !important;
  color: white;
  border-radius: 0 5px 5px 0;
  margin-left: -5px;
  margin-bottom: 4px;
  width: 14%;
  height: 44px;
  font-size: 22px;
  letter-spacing: 1px;
}
.search-inp button:hover{
  color: #413c46;
  background-color: #eb4c3b;
}

.filter input{
  width: 19%;
  height: 44px;
  border: none;
  outline: none;
  padding: 0 10px;
  border-radius: 5px;
}
.filter select{
  width: 19%;
  height: 44px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-bottom: 5px;
}
.PROPERTY.TYPES{
  margin: 0 !important;
}
/* ================== END SLIDER =========== */

/* =============== about us ================= */
.marketing{
  padding: 20px 0;
  margin: 70px 0;
}
.marketing .container{
  background-color: transparent;
}
.marketing .container .box{
  box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.marketing .container .box img{
  background-color: #9cb3ffdb;
  margin-bottom: 10px;
  padding: 5px;
  width: 50px;
  height: 50px;
}
.marketing .container .box h2{
  color: var(--black-color);
  margin-bottom: 15px !important;
}
.marketing .container .box p{
  color: #262626a2;
}
/* =============== end about us ================= */

/* =============== ADS =============== */
.ads{
  width: 80%;
  height: 150px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin: 65px 0;
  top: 0;
}
.ads span{
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background-color: var(--light-grey-color);
  text-align: center;
  line-height: 25px;
  user-select: none;
  cursor: pointer;
}
/* =============== END ADS =============== */

/* ============== Asked Questions ======== */
.a-q{
  background: url(img/para2.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000000d8;
  background-blend-mode: darken;
}
.a-q .container{
  background-color: transparent;
  margin: 0 auto;
}
.a-q .container .faq{
  color: var(--white-color);
  align-items: center;
  margin-top: 20px !important;
}
#accordion .a-card{
  margin: 30px 0;
  box-shadow: 0 1px 10px rgba(110, 130, 208, .7);
  background-color: var(--light-grey-color);
}
.a-card .a-card-header .btn{
  color: var(--light-grey-color) !important;
}
.a-card .a-card-header button.btn:hover{
  color: var(--black-color) !important;
}
section .faq-2{
  top: -120px;
}
.btn-link::before{
  top: 47px;
  background-color: var(--light-grey-color);
  color: var(--black-color);
}
.btn-link:after{
  background-color: var(--light-grey-color);
  line-height: 37px;
  color: var(--black-color);
}
/* ============== End Asked Questions ======== */

/* ============== PROPERTY ==================== */
.PROPERTY .container{
  background-color: #eeeeee;
}
.PROPERTY .container #myBtnContainer h2{
  color: var(--black-color);
  letter-spacing: 1px;

}
.PROPERTY .container #myBtnContainer h2::before{
  display: none;
}
.row, .row > .column{
  padding: 0px;
}
.content{
  border: 1px solid #000000d8;
  padding: 4px;
  width: 98%;
  margin: 20px 0;
  border: 1px solid #00000018;
  border-radius: 5px;
}
.content a{
  width: 100%;
  height: 200px;
}
.content img{
  width: 100% !important;
  height: 200px !important;
  margin-bottom: 15px;
}
.property-i .content h4{
  margin: -8px 0 10px 10px !important;
}
.property-i .content p{
  color: #00000081;
  margin-left: 10px;
}
/* ============== END PROPERTY ================ */

/* ============== Fav Location ================= */
.container.fav-section{
  background-color: white;
}

.fav-box{
  /* width: 1200px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px,1fr));
  grid-gap: 15px;
  margin: 0 auto;
}
.fav-box .l-card{
  position: relative;
  width: 88.8888%;
  height: 350px;
  background: #fff;
  margin: 0 auro;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);

}

.fav-box .l-card .imgbx{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
}
.fav-box .l-card:hover .imgbx{
  bottom: 100px;
}
.fav-box .l-card .imgbx img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fav-box .l-card .l-details{
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 33px;
  height: 60px;
  text-align: center;   
}
.fav-box .l-card .l-details h2{
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  color: #777;
  text-transform: uppercase;
}

.fav-box .l-card .details span{
  font-weight: 500;
  font-size: 16px;
  color: #f38695;
  display: block;
  margin-top: -10px;
}

.l-details h2{
  margin-bottom: 19px !important;
}
/* ============== End Fav Location ================= */




/* ==================== EG-RESORTS ============== */
.eg-resorts{
  width: 100%;
  margin: 60px 0;
  background: url(img/Sphinx.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  background-color: #0000009d;
  background-blend-mode: darken;
  text-align: center;
  overflow: hidden;
}
.eg-resorts .resort-text{
  width: 60%;
  float: right;
}
.eg-resorts .resort-text p{
  color: var(--white-color);
  width: 90%;
  margin: 0 auto 30px;

}
.eg-resorts .resort-text h1{
  color: var(--white-color);
  margin-bottom: 20px;
}
.eg-resorts .resort-text button{
  color: var(--white-color);
  letter-spacing: 1px;
  width: 150px;
  letter-spacing: 2px;
}
/* ==================== END EG-RESORTS ============== */

/* ================ Etate-Dev ===================== */
.dev-slider{
  width: 100%;
  display: flex;
  padding: 80px;
}
.dev-slider .card{
  width: 80%;
  margin: auto;
}
.dev-slider .card .img{
  width: 80%;
  height: 100%;
  margin: auto;
}
.dev-slider .card .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dev-slider .card .content{
  border: none;
  padding: 5px 10px;
  text-align: center;
}
.dev-slider .card .content h1{
  margin-bottom: 20px;
}
/* ================ End Etate-Dev ================= */
.best-offers {
  margin-bottom: 110px;
}
.best-offers .container{
  background-color: #eeeeee;
}

/* ================== price section ============= */
.Price-content{
  color: var(--black-color);
}
.Price-content::before{
  display: none;
}
.Price-guide{
  background-color: #f7f7f7;

}
/* ================== price section ============= */

/* ============= deal ================= */
.deal{
  background-color: #f5f5f5;
}
.deal .section-header h1{
  text-align: center;
  margin-bottom: 0;
}
.deal .section-header h1::before{
  display: none;
}
.deal-box{
  margin-top: 50px;
}
.deal-box .card-img-wrapper img{
  object-fit: cover;
}

/* ============== recent ================ */
.recent{
  background-color: var(--white-color);
  margin: auto !important;
}

/* ============ */
.video-cont{
  background-color: var(--white-color);
  box-shadow: 5px 5px 10px #00000081;
  padding: 0;
  margin: 50px auto !important;
}

/* =============== */
.recommend{
  margin-bottom: 20px;
}

/*  ============= footer ============= */
.footer{
  margin-bottom: 0;
  justify-content: space-between;
  padding: 50px 0;
}

.footer .carddf.cardf-1 p{
  line-height: 25px;
}

.footer .carddf h4{
  margin-bottom: 0;
}
.footer .carddf a{
  transition: .3s ease-in-out;
}
.footer .carddf a:hover{
  padding-left: 4px;
  font-size: 18px;
  color: #F0BA32;
}

/* ============== media query =================== */



@media (max-width: 1190px){
  .estate-dev1 #hassan-allam .carousel-inner img,
  .estate-dev2 #hassan-allam .carousel-inner img{
    height: 335px;
  }
  .offers-container .offer{
    width: 32%;
  }
}

@media (max-width: 990px){
  .estate-dev1 #hassan-allam,
  .estate-dev2 #almorshedy{
    width: 100%;
  }
  .estate-dev1 .about-text,
  .estate-dev2 .about-text{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .estate-dev1 .about-text h2,
  .estate-dev2 .about-text h2{
    text-align: center;
  }
  .estate-dev1 .about-text .contact-adjust,
  .estate-dev2 .about-text .contact-adjust{
    justify-content: space-between;
  }
  .estate-dev1 .carousel-indicators li,
  .estate-dev2 .carousel-indicators li{
    visibility: hidden;
  }
  .offers-container{
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .offers-container .offer{
    width: 90%;
    margin-bottom: 150px;
  }
  .header-content h1 {
    color: white;
    font-size: 30px !important;
    font-weight: 600;
    word-spacing: 3px;
}
}
@media (max-width: 766px){
  .estate-dev1 .about-text .contact-adjust,
  .estate-dev2 .about-text .contact-adjust{
    display: block;
  }
  .estate-dev1 .about-text h2,
  .estate-dev2 .about-text h2{
    text-align: center;
  }
  .estate-dev1 .about-text .contact-adjust h2,
  .estate-dev2 .about-text .contact-adjust h2{
    margin: 15px 0;
    
}
@media (max-width: 420px){
  .estate-dev1 .about-text .contact-adjust,
  .estate-dev2 .about-text .contact-adjust{
    display: block;
  }
  .estate-dev1 .about-text h2,
  .estate-dev2 .about-text h2{
    text-align: center;
  }
  .estate-dev1 .about-text .contact-adjust h2,
  .estate-dev2 .about-text .contact-adjust h2{
    margin: 15px 0;
    text-align: center;
  }
}}



/* Start media styling */
@media screen and (max-width:1024px){
  .card-info {
    padding: 1rem;
  }
  .carousel-item .overlay div.carousel-caption h1 {
    font-size: 3.5rem !important;
  }
}


@media screen and (max-width:768px){
.navbar-nav li.nav-item .nav-link {
    margin-left: 15px;
}
nav.black {
  background: rgb(255, 255, 255) !important;
  padding: 0 !important;
}
.deal{
  padding-bottom: 5rem;
}
.cards-wrapper{
flex-direction: column;
align-items: center;
margin-top: 4rem;
}
.deal-card {
  width: 100% !important;
  margin-bottom: 25px;
}
.cardd{
  width: 80% !important;
  height: 25rem;
}
section .faq-2 {
  width: 275px;
  height: 533px;
  position: absolute;
  top: -200px;
  right: 8px;
}
}
@media screen and (max-width:700px){
.cardd{
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}
.carddf{
  width: 100% !important;
  text-align: center;
}
.overlay:hover .text{
  transform:translate(0,-37%);

}
}
@media screen and (max-width:510px){
  .deal-content{
    left: 10px;
  }
}
@media screen and (max-width:425px){
  section .faq-image{
    display: none;
  }
  .well-searchbox {
    top: 50%;
}
}
@media screen and (max-width:425px){
  .dev-slider{
    padding: 20px;
  }
  .dev-slider .card {
    width: 90%;
  }
  .dev-slider .card .img{
    width: 100%;
  }
  .dev-slider .card .content p{
    display: none;
  }
  .eg-resorts .resort-text p{
    display: none;
  }
  .search-box .search-inp input{
    width: 80%;
  }
  .search-inp button{
    width: 20%;
  }
  .filter select{
    display: none;
  }
  .filter input{
    width: 32%;
  }
}
@media screen and (max-width:375px){
  .search-box .search-inp input{
    width: 70%;
  }
  .search-inp button{
    width: 25%;
  }
}
@media screen and (max-width:320px){
  .search-box .search-inp input{
    width: 65%;
  }
  .search-inp button{
    width: 30%;
  }
  .filter input{
    width: 30%;
  }
}
/* End media styling */
nav{
  transition: 1s ease !important;
}
.bg-light{
  background: transparent !important;
  color: #fff !important;
}
.bg-light a{
  background: transparent !important;
  color: #fff !important;
}
nav.black{
  background: rgb(255, 255, 255) !important;
}


nav.black .logo img{
  /* height: 60px !important; */
  width: 80px !important;

}

nav.black ul li a{
  /* line-height: 60px; */
  color: #000 !important;
}
.navbar-nav li.nav-item .nav-link {
  margin: 0;
  font-weight: 300;
}

.navbar-nav li.nav-item svg {
  font-size: 15px;
  opacity: .8;
  color: #eee !important;
}

nav.black ul li.nav-item svg{
  color: #000!important;
}
.navbar-light .navbar-brand {
  height: 6rem !important;
}
.bg-light .nav-a{
  color: #000 !important;
}
@media screen and (max-width:998px){
  .bg-light {
    background: white !important;
    color: #000 !important;
}
.navbar-nav li.nav-item svg {
  font-size: 15px;
  opacity: .8;
  color: #000!important;
  margin-right: 5px;
}
nav.black ul li a{
  /* line-height: 60px; */
  color: #000 !important;
}
.bg-light a{
  background: transparent !important;
  color: #000!important;
}
}
@media screen and (max-width:982px){
  nav.black {
    background: rgb(255, 255, 255) !important;
    padding: 0 !important;
  }
}