
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
  }
  
  
  body {
    background-color: #f8f8f8;
    color: #333;
    line-height: 1.6;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .nav__brand a {
    font-size: 2rem;
    font-weight: bold;
    color: #3a3a3a;
    text-decoration: none;
  }
  
  .nav__links {
    display: flex;
    gap: 20px;
  }
  
  .nav__links a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
  }
  
  .nav__links a:hover {
    color: #ff6347;
  }
  
  .nav__buttons a {
    margin-left: 10px;
  }
  
  .btn__primary,
  .btn__secondary {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.4s ease;
  }
  
  .btn__primary {
    background-color: #6cb3ff;
    color: white;
  }
  
  .btn__primary:hover {
    background-color: #0056b3;
  }
  
  .btn__secondary {
    background-color: #f0f0f0;
    color: #007bff;
  }
  
  .btn__secondary:hover {
    background-color: #e0e0e0;
  }
  
  header {
    position: relative;
    background-color: #f4f4f4;
    padding: 80px 20px;
    text-align: center;
  }
  
  .header__content h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
  }
  
  .header__content p {
    font-size: 1.2rem;
    margin: 20px 0;
  }
  
  .booknow-button {
    padding: 10px 20px;
    background-color: #ff6347;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .booknow-button:hover {
    background-color: #e55347;
  }
  
  .header__img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  
  #about {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
  }
  
  .about__container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .about__img {
    width: 50%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .about__content {
    width: 50%;
  }
  
  .about__content h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  
  .about__content h3 {
    font-size: 1.5rem;
    color: #777;
  }
  
  .about__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  
  .about__card {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  
  .about__card h4 {
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .about__card p {
    font-size: 2rem;
    margin-top: 10px;
  }
  #project {
    padding: 60px 20px;
    background-color: #fafafa;
    text-align: center;
  }
  
  .section__header {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  
  .project__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .project__card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .project__card:hover {
    transform: translateY(-10px);
  }
  
  .project__card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .project__card h4 {
    font-size: 1.5rem;
    margin: 20px;
  }
  
  .project__card p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .project__ratings {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
  }
  
  .project__ratings div {
    font-weight: bold;
  }
  
  .nextpage-button {
    margin: 75vh;
    padding: 10px 20px;
    background-color:transparent;
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    text-decoration: none;
    transition: background-color 0.4s ease;
    border: solid black 1px;
  }
  
  .nextpage-button:hover {
    background-color: #000000;
    color:floralwhite;
  }
  

  #contact {
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }
  
  .contact__container {
    display: flex;
    max-width: 1200px;
    gap: 40px;
    align-items: center;
  }
  
  .contact__img {
    width: 50%;
    border-radius: 10px;
  }
  
  .contact__form {
    background-image: url(https://media.istockphoto.com/id/1409298953/photo/real-estate-agents-shake-hands-after-the-signing-of-the-contract-agreement-is-complete.jpg?s=612x612&w=0&k=20&c=SFybbpGMB0wIoI0tJotFqptzAYK_mICVITNdQIXqnyc=);
    width: 50%;
  }
  
  .contact__form h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .contact__form p {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  
  .contact__form input,
  .contact__form textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
  
  .contact__form button {
    margin: 0 5px;
    width: 75vh;
    padding: 12px 20px;
    background-color: #ff6347;
    color: white;
    font-size: 1.2rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact__form button:hover {
    background-color: #fb897f;
  }
  

  .footer {
    background-color: #333;
    color: white;
    padding: 40px 20px;
  }
  
  .footer__container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer__col {
    width: 30%;
  }
  
  .footer__col h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .footer__socials a {
    color: white;
    font-size: 1.5rem;
    margin: 0 10px;
  }
  
  .footer__socials a:hover {
    color: #ff6347;
  }
  
  .footer__bar {
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
  }
  

  @media screen and (max-width: 768px) {
    .nav__links {
      flex-direction: column;
      gap: 10px;
    }
  
    .about__container {
      flex-direction: column;
      text-align: center;
    }
  
    .about__img,
    .about__content {
      width: 100%;
    }
  
    .project__container {
      grid-template-columns: 1fr;
    }
  
    .contact__container {
      flex-direction: column;
      text-align: center;
    }
  
    .contact__img,
    .contact__form {
      width: 100%;
    }
  }
  nav {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

