@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Margarine&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");

body {
  font-family: "Poppins", sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
}

header.main {
  background-color:rgb(255, 255, 255);
  padding: 50px 0px 50px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.main .container {
  max-width: 1170px;
padding: 0 50px;
margin: 0 auto;
  margin: auto;
  color: rgb(5, 5, 5);
  text-align: center;
}

header.main .container h1 {
  font-size: 50px;
  line-height: 4rem;
}

header.main .container p {
  font-size: 21px;
  padding: 30px 50px;
}

header.main .container button {
  /* font-size: 20px;
  padding: 15px 30px;
  border: none;
   box-shadow: 0px 0px 5px rgb(168, 166, 166);
  font-weight: 600;
  cursor: pointer;
  background: none;
  border-radius: 10px;*/
  margin: 40px 0px;
 
}

header.main .container button:nth-child(1) {
  margin-right: 30px;
  background-color: #000000;
  font-size: 20px;
  padding: 15px 30px;
  box-shadow: 0px 0px 5px rgb(168, 166, 166);
  border: 2px solid black;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px; 
  color: white;
  
}

.btn-apt{
  background-color: #000000;
  font-size: 20px;
  display: inline-block;
  padding: 10px 30px;
  box-shadow: 0px 0px 5px rgb(168, 166, 166);
  font-weight: 600;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 10px; 
  color: white;
  
}

.btn-call{
  background-color: #ffffff;
  font-size: 20px;
  display: inline-block;
  padding: 10px 30px;
  box-shadow: 0px 0px 5px rgb(168, 166, 166);
  font-weight: 600;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 10px; 
  color: rgb(0, 0, 0);
  transition: 0.2s ease-in-out;
  
}

.btn-call:hover{
background-color: #e6e9f3;
  
}


.btn-app{
  background-color: black;
  font-size: 20px;
  display: inline-block;
  padding: 15px 30px;
  box-shadow: 0px 0px 5px rgb(168, 166, 166);
  font-weight: 600;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 30px;
  border-radius: 10px; 
  color: white;
  
}


header.main .container .button-group .btn1{

  background:none;
  font-size: 20px;
  padding: 15px 30px;
  box-shadow: 0px 0px 5px rgb(168, 166, 166);
  border: 2px solid black;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  color: black!important;
  border-radius: 10px; 
  color: white;
  
  
  
 }


 header.main .container .button-group .btn1:hover{

  background-color: white;
  color: black;
  
  
  
 }
 
/* 
header.main .container button:nth-child(2) {
  border: 2px solid black;
  transition: 0.3s ease-in-out;
  color: black!important;
} */

/* header.main .container button:nth-child(2):hover {
  background-color: white;
  color: black;
} */



.tagline {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #3f0d0c;
  color: white;
  align-items: center;
  padding: 40px 50px;
  flex-direction: column;
  letter-spacing: 2px;
}
.tagline button {
  font-size: 20px;
  padding: 15px 30px;
  border: none;
  margin: 30px 0px 0px 0px;
  box-shadow: 0px 0px 5px rgb(168, 166, 166);
  font-weight: 600;
  cursor: pointer;
  background: none;
  color: black!important;
  border-radius: 10px;
  background-color: white;
}

.tagline button:hover {
  background-color: #e6e9f3;
}

.tagline h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 3rem;
  font-style: normal;
  text-align: center;
}

section.features {
  background-color: #f6f4f5;
  color: black;
  padding: 50px 0px;
  border-top: 10px solid #76787e;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features .features-container {
  max-width: 1170px;
padding: 0 20px;
margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features .features-container h1 {
  font-size: 40px;
  font-weight: 600;
}

.features .features-container .images {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
  column-gap: 30px;
}

.features .features-container .images img {
  width: 100%;
}

section.introduction {
  background-color: white;
  color: black;

  padding: 50px 0px;
  width: 100%;
  border-top: 10px solid #f58221;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction .introduction-container {
  max-width: 1170px;
padding: 0 20px;
margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.introduction .introduction-container h1 {
  font-size: 40px !important;
  font-weight: 600;
  text-transform: capitalize;
}

.introduction .introduction-container h4 {
  font-size: 20px !important;
  font-weight: 500;
  text-transform: capitalize;
  margin: 10px 0px;
}

.introduction .introduction-container .all-information {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
  column-gap: 20px;
  margin-top: 30px;
}

.profile-content {
  max-width: 100%;
margin-top: 30px;
  width: 50%;
}

.profile-content button {
  font-size: 20px;
  padding: 15px 30px;
  border: none;
  margin: 40px 0px 0px 0px;
  box-shadow: 0px 0px 5px rgb(168, 166, 166);
  font-weight: 600;
  cursor: pointer;
  background: black;
  border-radius: 10px;
  color: white;
}

.profile-content p {
  font-size: 16px;
  text-align: justify;
}

.profile-content p:nth-child(2) {
  margin-top: 30px;
}

.profile-content p:nth-child(3) {
  margin-top: 30px;
}

.profile-content p:nth-child(4) {
  margin-top: 30px;
}

.profile-content p:nth-child(5) {
  margin-top: 30px;
}

.profile-content p:nth-child(6) {
  margin-top: 30px;
}

.profile-content p:nth-child(7) {
  margin-top: 30px;
}

.profile-content p:nth-child(8) {
  margin-top: 30px;
}

.profile-content p:nth-child(9) {
  margin-top: 30px;
}

.profile-picture img {
  width: 80%;
}

.profile-picture {
  width: 50%;
  text-align: center;
}

section.jewellery {
  background-color: #faf4e8;
  color: black;

  padding: 50px 0px;
  width: 100%;
  border-top: 10px solid #f58221;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jewellery .jewellery-container {
  max-width: 1170px;
padding: 0 20px;
margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.jewellery .jewellery-container .jewellery-content {
  display: flex;
  justify-content: space-between;
max-width:1170px;
  padding: 50px 0px;
  column-gap: 50px;
}

.jewellery .jewellery-container .jewellery-content {
  padding-top: 70px;
}

.jewellery .jewellery-container h1 {
  font-size: 40px !important;
  font-weight: 600;
  
}

.jewellery-content .jewellery-text h1 {
  font-size: 35px !important;
  line-height: 2.8rem !important;
  text-transform: capitalize;
  font-weight: 500;
}

.jewellery-content .jewellery-text {
  width: 50%;
}


.jewellery-content .jewellery{
  width: 50%;
}


.jewellery-content .jewellery-text p {
  font-size: 16px !important;
  font-weight: 400;
  padding: 15px 0px;
}

.jewellery .jewellery-container .jewellery-content .jewellery-image {
  align-self: flex-start !important;
  width: 50%;
}

/* ----------------- */

.real-estate {
  display: flex;
  padding: 50px 0px;
}

.real-estate-image img {
}

.real-estate .real-estate-content h1 {
  font-size: 35px !important;
  line-height: 2.8rem !important;
  text-transform: capitalize;
  font-weight: 500;
}

.real-estate p {
  font-size: 21px !important;
  font-weight: 400;
  padding: 15px 0px;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  column-gap: 20px;
  row-gap: 20px;
}

.logo img {
  width: 20%;
  box-shadow: 0px 0px 10px #dacfcf;
  padding: 2px;
}


.slider-container {
  position: relative;
  width: 100%; /* Adjust width as needed */
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px; /* Space between sliders */
}

.slider {
  display: flex;
  transition: transform 0.5s ease; /* Smooth sliding animation */
  column-gap: 20px;
}

.slider img {
  width: 20%; /* 5 images visible at a time */
  flex: 0 0 auto;
  box-shadow: 0px 0px 10px #dacfcf;
  height: auto;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #333;
  background: #ece7e1;
  padding: 0px 10PX;
  border-radius: 100%;
  z-index: 1;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}




/* .logo img:nth-child(1) {
  padding: 5px;
}

.logo img:nth-child(2) {
  padding: 5px;
}

.logo img:nth-child(7) {
  padding: 0px;
} */

.real-estate-image img {
  border-radius: 20px;
}

.real-estate {
  display: flex;
  justify-content: space-between;

  padding: 50px 0px;
  row-gap: 50px;
  margin: auto;
  column-gap: 50px;
}

.estate-text {
  font-size: 35px !important;
  line-height: 2.8rem !important;
  text-transform: capitalize;
  font-weight: 500 !important;
}

.real-estate-content p {
  font-size: 21px !important;
  font-weight: 400;
  padding: 15px 0px;
}

.other-client-we-served {
  padding: 50px 50px 50px 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other-client-we-served .other-client-container {
  max-width: 1170px;
padding: 0 20px;
margin: 0 auto;
  margin: auto;
  color: black;
  text-align: center !important;
}
hr {
  text-align: center;
  margin: auto;
}

.other-client-we-served .other-client-container h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.logos {
  margin: 50px 0px 0px 0px;
  background-color: #e6e9f3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 0px rgb(169, 166, 166);
  padding: 20px 7px;
  column-gap: 30px;
  row-gap: 20px;
  overflow: hidden;
  flex-wrap: wrap;
  border: none;
}
.logos img {
  width: 11%;
  box-shadow: 0px 0px 5px #ede8e8;
  padding: 5px;
}

section.tesimonials {
  padding: 50px 0px 50px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  /* border-top: 10px solid #76787e; */
  background-color: #f7f7f7;
  align-items: flex-start;
}

section.tesimonials .testimonials-container {
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  margin: auto;
  color: rgb(0, 0, 0);
  text-align: center;
}



section.tesimonials .testimonials-container h1 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 20px 0px;
}

.testimonial-colummn {
  display: flex;
  column-gap: 50px;
}
.testi-1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #f58221;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
  padding: 30px 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffedd5;
  box-sizing: border-box;
}

.testi-1 .fa-solid.fa-quote-left {
  font-size: 60px;
  color: #e26700;
  position: absolute;
  top: 20px;
  left: 40px;
}

.testi-1 .main-testimonial-content {
  font-size: 14px;
  line-height: 1.6rem;
  padding: 10px 20px;
  text-align: left;
  flex: 0; /* Allow paragraph to grow vertically */
  margin-top: 70px;
}

.testi-1 p {
  font-size: 14px;
  }

.testi-1 h4 {
  padding: 15px 0;
  font-size: 18px; /* Adjust font size as needed */
}

.testi-1 img {
  width: 90px; /* Adjust image size as needed */
  height: 90px;
  border-radius: 50%;
  margin-top: 20px;
}

.sobha{
  margin-top: 40px;
}

.footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 15px 0px;
}

.footer h2 {
  font-size: 16px;
  font-weight: 500;
}



.mui-style-7ws1o5 {
  flex-direction: row!important;
  display: flex;
}

section.mind-the-gap{
  background-color: #faf4e8;
  padding: 60px 0px 60px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.mind-the-gap .mind-the-gap-container{
  max-width: 1450px;
  padding: 0 20px;
  margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   display: flex;
   justify-content: center;
   align-items: center;
}


.mind-the-gap .mind-the-gap-container .content{
  display: flex;
  justify-content:center;
  text-align: center;
  /* column-gap: 50px; */
  align-items: center;
}



.mind-the-gap .mind-the-gap-container .content img{
  width:75%;
}

.mind-the-gap .mind-the-gap-container .content .content-image{
  width: 40%;
  }

.mind-the-gap .mind-the-gap-container .content .content-text{
width: 60%;
text-align: left;
padding: 0px 0px 0px 0px;

}

.mind-the-gap .mind-the-gap-container .content .content-text h2{
 
    font-size: 30px!important;
    color: black;

  }

  .mind-the-gap .mind-the-gap-container .content .content-text ul{
    
      list-style-type: none;
    
  }
  .mind-the-gap .mind-the-gap-container .content .content-text ul.custom-list li::before{
    content: '✓ ';
    color: green;
    font-weight:bold;
    font-size:16px;
    
}

  .mind-the-gap .mind-the-gap-container .content .content-text ul li{
    font-size: 15px;
    padding: 10px 0px 0px 0px;
    font-weight: 400;
    color: #525252;
    line-height: 1.8rem;
  }

  .mind-the-gap .mind-the-gap-container .content .content-text p i{
    font-size: 16px;
  }


  .mind-the-gap .mind-the-gap-container .content .content-text .min-the-gap-button{
    background-color: #f58221;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px;
    box-shadow: 0px 0px 5px rgb(168, 166, 166);
    font-weight: 400;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
}
  
.sessions{
  display: flex;
  column-gap: 20px;
  justify-content: center;
  margin:auto;
  margin-top: 20px;

}
.sessions img{
  width: 39%;
  border:7px solid #f58221;   border-radius: 20px;
}



@media (max-width: 968px) {
  .logo img {
    width: 20%;
    box-shadow: 0px 0px 10px #dacfcf;
    /* padding: 10px; */
  }

  .testi-1 .main-testimonial-content {
    padding: 10px;
  }
  .real-estate-image img {
    border-radius: 20px;
    width: 25%;
    box-shadow: 0px 0px 10px #dacfcf;
    padding: 10px;
  }

  .logos img {
    width: 20%;
  }

  .logo img {
    width: 20%;
  }


  .introduction .introduction-container .all-information {
    flex-direction: column;
    text-align: center;
  }

  .profile-picture {
    width: 100%;
  }

  .profile-content{
    width: 100%;
    margin-top: 50px!important;
    
  }

  .profile-picture img {
    width: 80%;
    
  }

  .profile-content {
    width: 95%;
    margin: auto;
  }

    .profile-content {
    width: 95%;
    margin: auto;
    text-align: center;
  }

  .profile-content p{
    width: 95%;
    margin: auto;
    text-align: left;
  }


  
  .profile-content button{
   display: block;
   margin: 50px auto 0px;
  }

  iframe {
    height: 400px;
    max-height: 100%;
    width: 100%;
    max-width: 854px;
    max-width: 100%;
  }

  .jewellery .jewellery-container{
    width: 100%;
  }
  .jewellery .jewellery-container .jewellery-content {
    display: flex;
    flex-direction: column;
    padding: 0px 50px;
    row-gap: 50px;
    margin-top: 80px;
    width: 100%;
}
.slider-container{
  margin-top: 25px;
}
.jewellery-content .jewellery {
  width: 100%;
}
.jewellery-content .jewellery-text {
  width: 100%;
}

  .jewellery .jewellery-container h1 {
    text-align: center;
}


.jewellery .jewellery-container .jewellery-content .jewellery-image {
  width: 100%;
}

.jewellery-text h1{
  text-align: left!important;
}

.button-group{
  display: flex;
  flex-direction: column;
}


header.main .container .button-group .btn1{
  padding: 10px 30px;
 }

 header.main .container button:nth-child(1) {
  margin-right: 0px;
}

.btn-app{
  background-color: #000000;
  font-size: 20px;
  display: inline-block;
  padding: 15px 30px;
  box-shadow: 0px 0px 5px rgb(168, 166, 166);
  font-weight: 600;
  cursor: pointer;
  margin-right: 0px;
  margin-bottom: 20px;
  border-radius: 10px; 
  color: rgb(255, 255, 255);
  
}
.testimonial-colummn {
  display: flex;
  column-gap: 50px;
  flex-direction: column;
}
.testi-1{
  padding: 10px 20px;
}

.sessions img{
  width: 39%;
}

.mind-the-gap .mind-the-gap-container .content .content-text h1 {
  font-size: 35px;
  
}



.mind-the-gap .mind-the-gap-container .content {
  display: flex;
  justify-content: center;
  padding: 0px;
  text-align: center;
  flex-direction: column;
  column-gap: 0px;
  
}

.mind-the-gap .mind-the-gap-container .content img {

  width: 70%;
}

.mind-the-gap .mind-the-gap-container .content .content-text p{
  padding: 10px 0px 0px 0px;
}

.mind-the-gap .mind-the-gap-container .content .content-image{
  text-align: center;
}



}

@media (max-width: 768px) {
  header.main .container h1 {
    font-size: 35px;
    line-height: 3rem;
  }

  header.main .container p {
    font-size: 18px;
    padding: 20px 0px 40px 0px;
  }
  iframe {
    height: 330px;
    max-height: 100%;
    width: 100%;
    max-width: 854px;
    max-width: 100%;
  }

  header.main .container button {
    font-size: 20px;
    padding: 13px 25px;
  }

  .tagline h1 {
    font-size: 29px;
    line-height: 3rem;
    padding: 0px 20px 0px 20px;
  }

  .tagline {
    padding: 40px 0px;
  }

  .features .features-container h1 {
    font-size: 35px;
  }

  .features .features-container .images {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0px 40px 0px;
    flex-direction: column;
    column-gap: 30px;
    row-gap: 20px;
  }

  .introduction .introduction-container .all-information {
    flex-direction: column;
    text-align: center;
  }

  .profile-picture {
    width: 100%;
  }

  .profile-picture img {
    width: 80%;
  }

  .profile-content {
    width: 95%;
    margin: auto;
  }

  .profile-content p {
    
    text-align: left;
  }

  .introduction .introduction-container .all-information {
    margin-top: 0px;
  }


  .jewellery .jewellery-container h1 {
    font-size: 35px !important;
  }

  .introduction .introduction-container h1 {
    font-size: 35px !important;
  }

  .introduction .introduction-container h4 {
    font-size: 18px !important;
  }

  .jewellery .jewellery-container .jewellery-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px;
    row-gap: 50px;
    margin: auto;
    width: 90%;
    column-gap: 50px;
    flex-direction: column;
  }

  .logo img {
    width: 21%;
    box-shadow: 0px 0px 10px #dacfcf;
    padding: 0px;
  }

  .real-estate-image img {
    border-radius: 20px;
    width: 21%;
    box-shadow: 0px 0px 10px #dacfcf;
    padding: 10px;
  }

  .logos img {
    width: 25% !important;
    padding: 5px;
  }

  .other-client-we-served .other-client-container h1 {
    font-size: 35px;
  }

  .logos img {
    width: 20%;
  }
  section.tesimonials .testimonials-container h1 {
    font-size: 35px;
    padding: 20px 0px;
  }

 
  header.main .container button {
    margin: 10px 0px;
  }

  header.main .container button:nth-child(1) {
    margin-right: 0px;
  }
  .footer {
    padding: 10px 30px;
  }

  .footer h2 {
    font-size: 14px;
    font-weight: 500;
  }
  marquee img {
    width: 20%;
  }

  .jewellery .jewellery-container .jewellery-content .jewellery-image {
    width: 100%;
  }

  .jewellery-content .jewellery-text {
    width: 100%;
  }
  .jewellery .jewellery-container{
    width: 100%!important;
  }

  .mind-the-gap .mind-the-gap-container .content {
    display: flex;
    justify-content: center;
    text-align: center;
    column-gap: 50px;
    align-items: center;
    padding: 0px 20px;
    flex-direction: column!important;
  }

  .mind-the-gap .mind-the-gap-container .content .content-image {
    width: 100%;
    text-align: center!important;
}

.mind-the-gap .mind-the-gap-container .content .content-text {
  width: 100%;
  text-align: center;
  padding: 20px 0px 0px 0px;
}
  
  .mind-the-gap .mind-the-gap-container .content img{
    
    width: 65%;
  }
  .mind-the-gap .mind-the-gap-container .content .content-text h1 {
    font-size: 35px;
    
  }

  .mind-the-gap .mind-the-gap-container .content .content-text p {
    padding: 10px 0px 0px 0px;
}
.sessions img{
  width: 39%;
  border:7px solid #f58221;  
   border-radius: 20px;
}



.mind-the-gap .mind-the-gap-container .content .content-text {

  text-align: left;
}

}

@media (max-width: 555px) {
  .introduction .introduction-container h4{
    text-align: center;
  }

  .introduction .introduction-container h1 {
    font-size: 35px !important;
    text-align: center;
}
  
.features .features-container h1 {
  text-align: center;
}

.other-client-we-served {
  padding: 50px 30px 50px 30px;

}

}


