.real-logo{
  width:70px;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, sans-serif;
    height:3000px; /* Demo only */
}

#navbar{

    position:fixed;

    top:0;
    left:0;

    width:100%;

    height:80px;

    background:#FFFFF4;

    color:white;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 50px;

    transition:transform .4s ease;

    z-index:9999;

}

#navbar.hide{

    transform:translateY(-100%);
    background:#FFFFF4;

}

nav{

    display:flex;
    gap:30px;

}

nav a{

    color:white;
    text-decoration:none;

}
#navbar{

    position:fixed;

    width:100%;

    transition:
        transform .4s ease,
        background .4s ease;

    background:;
    background-color: rgb(0, 0, 0, / 0.5);
    color:#FFFFF0;

}

#navbar.scrolled{

    background:rgba(0, 0, 0, 0.5)

    backdrop-filter:blur(10px);

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.hero{

    position:relative;
    height:auto;
    overflow:hidden;

}

.slider{

    position:absolute;
    width:100%;
    height:100%;

}

.slide{

    position:absolute;
    width:100%;
    height:100%;

    background-size:cover;
    background-position:center;

    opacity:0;
    transition:opacity 1.5s ease;

}

.slide.active{

    opacity:1;

}

.overlay{

    position:absolute;
    inset:0;

    background:rgba(0,0,0,.75);

}

.hero-content{

    position:relative;

    z-index:10;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:left;

    text-align:left;

    color:white;

}

.hero-content h1{

    font-size:64px;

    margin-bottom:20px;

}

.hero-content p{

    font-size:22px;

    margin-bottom:35px;

}

.btn{

    text-decoration:none;

    color:white;

    background:;

    padding:16px 40px;

    border-radius:50px;

    transition:.3s;

}

.btn:hover{

    background:#b89025;

}
.slide{

    animation:zoom 12s linear infinite;

}

@keyframes zoom{

    from{

        transform:scale(1);

    }

    to{

        transform:scale(1.15);

    }

}

.hero h1{

font-size:10px;

font-family:

color:#FFFFFF;


}


.hero p{

font-size:22px;

margin:20px 0;

}


.btn{

background:#F;

color:#000;

padding:15px 35px;

border-radius:30px;

text-decoration:none;

font-weight:bold;

}

 /* Location Navbar Item */
.location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.location i {
    color: #C9A227; /* Luxury gold */
    font-size: 18px;
    transition: transform 0.3s ease;
}

.location span {
    white-space: nowrap;
}

.location:hover {
    color: #C9A227;
}

.location:hover i {
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .location {
        font-size: 14px;
    }

    .location i {
        font-size: 16px;
    }
}

/* Base Reveal Animation */

.reveal{
    opacity:0;
    transform:translateY(80px);
    transition:
        opacity .8s ease,
        transform .8s ease;
    will-change: opacity, transform;
}

/* Active State */

.reveal.active{
    opacity:1;
    transform:translateY(0);
}

.reveal-left{
    opacity:0;
    transform:translateX(-80px);
    transition:1s ease;
}

.reveal-left.active{
    opacity:1;
    transform:translateX(0);
}

.reveal-right{
    opacity:0;
    transform:translateX(80px);
    transition:1s ease;
}

.reveal-right.active{
    opacity:1;
    transform:translateX(0);
}

.reveal-zoom{
    opacity:0;
    transform:scale(.8);
    transition:1s ease;
}

.reveal-zoom.active{
    opacity:1;
    transform:scale(1);
}

.reveal-fade{
    opacity:0;
    transition:1s ease;
}

.reveal-fade.active{
    opacity:1;
}
<!-- =========================
     ABOUT SECTION
========================== -->

on class="about">
<p>
       
 
  
      </p>

  <div class="about-container">

    <!-- LEFT CONTENT -->
    <div class="about-content">
<p>
     


  
      </p>
      <div class="section-tag">

        ABOUT FURAHA ESTATE
      </div>

      <h2>
        Premium Airbnb &
        Modern Real Estate
        Living in Tanzania
      </h2>

      <p>
        Furaha Estate offers luxury Airbnb apartments and professional
        real estate solutions designed for comfort, elegance, and peace
        of mind. Every property is carefully selected to deliver a premium
        living experience for guests, travelers, families, and investors.
      </p>

      <p>
        From stylish short stays to quality property services, we focus
        on exceptional hospitality, modern interiors, and trusted customer
        support that makes every experience memorable.
      </p>

      <!-- STATS -->
      <div class="about-stats">

        <div class="stat-box">
          <h3>120+</h3>
          <span>Luxury Guests Hosted</span>
        </div>

        <div class="stat-box">
          <h3>24/7</h3>
          <span>Customer Assistance</span>
        </div>

      </div>

    </div>

    <!-- RIGHT IMAGE -->
    <div class="about-image">

      <img src="about.jpg" alt="Luxury Airbnb Apartment">

    </div>

  </div>

</on>
<p>
       



      </p>
/* =========================
   ABOUT SECTION
========================== */

.properties{
  width:100%;
  background:#F2F0DF;
  padding:120px 0;
}

.about{
  width:100%;
  background:#FFFEFA;
  padding:20px 0;
}

.about-container{
  width:900%;
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.section-tag{
  color:#E49B0F;
  font-size:12px;
  letter-spacing:4px;
  margin-bottom:20px;
  font-weight:600;
}

.about-content h1{
  font-size:30px;
  line-height:1.1;
  margin-bottom:30px;
  font-weight:800;
  max-width:600px;
  color:#f2c94c;
}

.about-content h2{
  font-size:64px;
  line-height:1.1;
  margin-bottom:30px;
  font-weight:800;
  max-width:600px;
  color:#343434;
}

.about-content p{
  color:#1B1212;
  font-size:17px;
  line-height:1.9;
  margin-bottom:25px;
  max-width:560px;
}

.about-stats{
  display:flex;
  gap:20px;
  margin-top:40px;
  flex-wrap:wrap;
}

.stat-box{
  border:1px solid rgba(255, 165, 76, 0.6);
  padding:28px 35px;
  border-radius:10px;
  min-width:220px;
  transition:0.3s;
  background:#FFFFF4;
}

.stat-box:hover{
  transform:translateY(-5px);
  border-color:#d4a62a;
;
}

.stat-box h3{
  font-size:48px;
  color:#f2c94c;
  margin-bottom:8px;
}

.stat-box span{
  color:#1B1212;
  font-size:15px;
}

.about-image img{
  width:140%;
  border-radius:20px;
  object-fit:cover;
  box-shadow:0 10px 40px rgba(0,0,0,0.4);
}

/* =========================
   RESPONSIVE
========================== */

@media(max-width:992px){

  .about-container{
    grid-template-columns:1fr;
  }

  .about-content h2{
    font-size:48px;
  }

}

@media(max-width:768px){

  .about{
    padding:90px 0;
  }

  .about-content h2{
    font-size:38px;
  }

  .about-content p{
    font-size:16px;
  }

  .stat-box{
    width:100%;
  }
  
}/* =========================
  FEATURED PROPERTIES
========================= */
/* =========================
   PROPERTY DETAILS
========================== */
  
.properties {
     background: #F9F6DA;
     padding: 30px 7%;
}

.properties-container {
  width:100%;
  max-width:1200px;
  margin:auto;
  
}

.properties-top{
  display:flex;
  justify-content:space-between;
  gap:50px;
  align-items:flex-end;
  margin-bottom:70px;
  flex-wrap:wrap;
}

.top-left h1{
  font-size:30px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:30px;
  max-width:550px;
  color:#f2c94c;
}

.top-left h2{
  font-size:64px;
  line-height:1.05;
  font-weight:800;
  max-width:550px;
  color:#343434;
}

.top-right{
  max-width:450px;
 
}

.top-right p{
  color:#1B1212;
  line-height:1.5;
  font-size: 25px;
  font-family: ‘Roboto’, sans-serif;
  font-weight: 700;
}


/* GRID */

.property-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:25px;
}

/* CARD */

.property-card{
  background:#FFF9E3;
  border:1px solid rgba(255, 195, 76, 0.6);
  border-radius:10px;
  overflow:hidden;
  transition:0.4s;
   align-items:left;
}

.property-card:hover{
  transform:translateY(-8px);
  border-color:#f2c94c;
}

.property-image{
  position:relative;
  overflow:hidden;
}

.property-image img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:0.5s;
}

.property-card:hover .property-image img{
  transform:scale(1.08);
}

.price-tag{
  position:absolute;
  top:15px;
  left:15px;
  background:#f2c94c;
  color:#000;
  padding:8px 14px;
  font-size:13px;
  font-weight:700;
  border-radius:6px;
}

.property-content{
  padding:40px;
}

.property-title-row{
  display:flex;
  justify-content:space-between;
  gap:15px;
  margin-bottom:18px;
  align-items:center;
}

.property-title-row h3{
  font-size:26px;
  line-height:1.3;
  color:#36454F;
}

.property-title-row span{
  color:#36454F;
  font-size:13px;
  white-space:nowrap;
}

.property-content p{
  color:#1B1212;
  line-height:1.8;
  font-size:15px;
  margin-bottom:30px;
}

/* BUTTONS */

.property-buttons{
  display:flex;
  gap:15px;
}

.property-btn{
  flex:1;
  padding:14px 10px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  transition:0.3s;
}

.primary-btn{
  background:#f2c94c;
  color:#000;
}

.primary-btn:hover{
  transform:translateY(-3px);
}

.outline-btn{
  border:1px solid #f2c94c;
  color:#f2c94c;
}

.outline-btn:hover{
  background:#f2c94c;
  color:#000;
}
/* =========================
   PROPERTY DETAILS
========================== */

.property-details{
    background:#36454F;
    padding:120px 0;
}

.property-details-container{
    width:100%;
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
}

@media(max-width:992px){

    .property-details-container{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .property-details{
        padding:90px 0;
    }

    .main-image img{
        height:350px;
    }

    .thumbnail-gallery{
        grid-template-columns:repeat(2,1fr);
    }

    .thumbnail-gallery img{
        height:100px;
    }

    .price-area h2{
        font-size:42px;
    }

}
/* =========================
   RESPONSIVE
========================== */

@media(max-width:1100px){

  .property-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:768px){

  .properties{
    padding:90px 0;
  }

  .top-left h2{
    font-size:42px;
  }

  .property-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:500px){

  .top-left h2{
    font-size:34px;
  }

  .property-buttons{
    flex-direction:column;
  }
  <p>
    
  
  

          <p>

}/* =========================
   TESTIMONIALS SECTION
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background:  #36454F;
    font-family: Arial, sans-serif;
    color: #fff;
}

.testimonials-section {
    padding: 40px 7%;
    background: #FFFEFF;
}

.container {
    max-width: 1300px;
    margin: auto;
}

.section-heading {
    margin-bottom: 60px;
}

.subtitle {
    color: #f2c94c;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.section-heading h2 {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    max-width: 700px;
    color:#343434;
}

/* Grid Layout */

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card Design */

.testimonial-card {
    border: 1px solid rgba(200, 169, 107, 0.25);
    padding: 35px;
    border-radius: 10px;
    background: #FFFFF7;
    transition: 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: #1C1C1C;
}

.stars {
    color: #CC7722;
    margin-bottom: 25px;
    letter-spacing: 4px;
    font-size: 14px;
}

.testimonial-card p {
    color: #36454F;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 30px;
}

.testimonial-card h4 {
    color: #CC7722;
    font-size: 14px;
    font-weight: 600;
}

/* =========================
   RESPONSIVE DESIGN
========================= */

@media (max-width: 992px) {

    .section-heading h2 {
        font-size: 44px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .testimonials-section {
        padding: 70px 20px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .testimonial-card {
        padding: 28px;
    }
}

@media (max-width: 480px) {

    .section-heading h2 {
        font-size: 28px;
    }

    .testimonial-card p {
        font-size: 14px;
    }
}/* =========================
   AMENITIES SECTION
========================= */
  
.amenities-section {
    background: #FFF9E3;
    padding: 40px 0%;
   
}

.container {
    max-width: 100px;
    margin: auto;
    
}

/* Heading */

.amenities-heading {
    margin-bottom: 20px;
}

.section-tag {
    display: inline-block;
    color: #E1D9D1;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 12px;
}

.amenities-heading h1 {
  font-size:30px;
  line-height:1.1;
  font-weight:600;
  margin-bottom:30px;
  max-width:550px;
  color:#f2c94c;
}

.amenities-heading h2 {
    font-size: 58px;
    line-height: 1.1;
    color: #36454F;
    font-weight: 700;
}

/* Grid */

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* Card */

.amenity-card {
    border: 1px solid rgba(200, 169, 107, 0.25);
    border-radius: 10px;
    padding: 38px 25px;
    text-align: center;
    background: #FFFFF7;
    transition: all 0.35s ease;
    cursor: pointer;
}

.amenity-card:hover {
    transform: translateY(-6px);
    border-color: #c8a96b;
    background: rgba(200,169,107,0.05);
}

/* Icon */

.icon-box {
    width: 52px;
    height: 52px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 12px;
    background: rgba(200,169,107,0.12);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #CC7722;
    font-size: 22px;
}

/* Text */

.amenity-card h3 {
    color: #36454F;
    font-size: 15px;
    font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .amenities-heading h2 {
        font-size: 46px;
    }
}

@media (max-width: 768px) {

    .amenities-section {
        padding: 70px 20px;
    }

    .amenities-heading h2 {
        font-size: 34px;
    }

    .amenity-card {
        padding: 30px 20px;
    }
}

@media (max-width: 580px) {

    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .amenities-heading h2 {
        font-size: 28px;
    }
}/* =========================
   GALLERY SECTION
========================= */

.gallery-section {
     background: #FFFFFF;
     padding: 40px 7%;
}

.container {
    max-width: 1300px;
    margin: auto;
}

/* Heading */

.gallery-heading {
    margin-bottom: 50px;
}

.section-tag {
    display: inline-block;
    color: #36454F;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

.gallery-heading h1 {
  font-size:30px;
  line-height:1.1;
  font-weight:600;
  margin-bottom:30px;
  max-width:550px;
  color:#f2c94c;
}
.gallery-heading h2 {
    color: #36454F;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
}

/* Grid Layout */

.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: repeat(2, 260px);
    gap: 18px;
}

/* Large Left Image */

.gallery-item.large {
    grid-row: span 2;
}

/* Images */

.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.6s ease;
}

/* Hover Effect */

.gallery-item:hover img {
    transform: scale(1.06);
}

/* Optional Overlay */

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.05)
    );

    opacity: 0;
    transition: 0.4s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {

    .gallery-heading h2 {
        font-size: 46px;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-item.large {
        grid-row: span 1;
        grid-column: span 2;
        height: 420px;
    }
}

@media (max-width: 768px) {

    .gallery-section {
        padding: 70px 20px;
    }

    .gallery-heading h2 {
        font-size: 34px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .gallery-item,
    .gallery-item.large {
        grid-column: span 1;
        height: 320px;
    }
}

@media (max-width: 480px) {

    .gallery-heading h2 {
        font-size: 28px;
    }

    .gallery-item,
    .gallery-item.large {
        height: 250px;
    }
}/* =========================
   BOOKING CTA SECTION
========================= */

.booking-section {
    background: #FFF9E3;
    padding: 40px 7% 70px;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* Heading */

.booking-content {
    max-width: 760px;
    margin: auto;
    margin-bottom: 60px;
}

.section-tag {
    display: inline-block;
    color: #c8a96b;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

.booking-content h1 {
  font-size:30px;
  line-height:1.1;
  font-weight:600;
  margin-bottom:30px;
  color:#f2c94c;
}

.booking-content h2 {
    font-size: 60px;
    line-height: 1.1;
    color: #36454F;
    margin-bottom: 25px;
}

.booking-content p {
    color: #36454F;
    font-size: 16px;
    line-height: 1.8;
}

/* Contact Grid */

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;

    margin-bottom: 45px;
}

/* Contact Card */

.contact-card {
    border: 1px solid rgba(200,169,107,0.25);
    border-radius: 10px;

    padding: 35px 25px;

    background: #FFFFF7;

    transition: all 0.35s ease;
}

.contact-card:hover {
    transform: translateY(-6px);
    border-color: #1C1C1C;
    background: rgba(200,169,107,0.05);
}

/* Icon */

.contact-icon {
    width: 52px;
    height: 52px;

    margin: auto;
    margin-bottom: 20px;

    border-radius: 12px;

    background: rgba(200,169,107,0.12);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #c8a96b;
    font-size: 22px;
}

/* Text */

.contact-card h3 {
    color: #CC7722;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-card span {
    color:  #36454F;
    font-size: 14px;
}

/* Buttons */

.booking-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* Primary */

.primary-btn {
    background: #c8a96b;
    color: #050505;

    padding: 16px 30px;
    border-radius: 8px;

    text-decoration: none;
    font-weight: 600;

    transition: 0.3s ease;
}

.primary-btn:hover {
    transform: translateY(-3px);
}

/* Secondary */

.secondary-btn {
    border: 1px solid #c8a96b;
    color: #c8a96b;

    padding: 16px 30px;
    border-radius: 8px;

    text-decoration: none;
    font-weight: 600;

    transition: 0.3s ease;
}

.secondary-btn:hover {
    background: #c8a96b;
    color:  #CC7722;
}

/* =========================
   FOOTER
========================= */

.footer {
    background: #FFFFF3;
    border-top: 1px solid rgba(255,255,255,0.05);

    padding: 25px 7%;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
}

/* Footer Text */

.footer p {
    color: #36454F;
    font-size: 14px;
}

/* Links */

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: #CC7722;
    text-decoration: none;
    font-size: 14px;

    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #404040;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {

    .booking-content h2 {
        font-size: 46px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .booking-section {
        padding: 70px 20px 50px;
    }

    .booking-content h2 {
        font-size: 34px;
    }

    .footer-wrapper {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .booking-content h2 {
        font-size: 28px;
    }

    .booking-buttons {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }
}