
body {
    margin: 0;
    padding: 0;
   font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
    src: url("SFProDisplay-Regular.ttf");
    background-color: white;
    color: #980c0c;
    overflow-x: hidden;
}



ul {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: light !important;
    src: url("SFProText-Light.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 300;
    src: url("SFProText-Light.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 400;
    src: url("SFProText-Regular.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 500;
    src: url("SFProText-Medium.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 600;
    src: url("SFProText-SemiBold.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 700;
    src: url("SFProText-Bold.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 900;
    src: url("SFProText-Heavy.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 100;
    src: url("SFProDisplay-Ultralight.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 200;
    src: url("SFProDisplay-Thin.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 300;
    src: url("SFProDisplay-Light.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 400;
    src: url("SFProDisplay-Regular.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 500;
    src: url("SFProDisplay-Medium.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 600;
    src: url("SFProDisplay-SemiBold.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 700;
    src: url("SFProDisplay-Bold.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 800;
    src: url("SFProDisplay-Black.ttf");
  }
  
  @font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 900;
    src: url("SFProDisplay-Heavy.ttf");
  }
  

.logoo
header {
    display: flex;
    justify-content: center;
    padding: 20px;
    z-index: 10 !important;
}

.whatsap{
    top:12px;
    position: absolute;
    right: 65px;
}

.mapp{
 
    position: relative;
    right: 15px;
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(233, 231, 231, 0.6); /* Same color with 60% opacity */
    border-radius: 50px;
    height: 60px;
    width: 90%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    top: 20px;
    position: relative;
  }
  .hamburger-menu{
    z-index: 99999 !important;
  }

.logo {
    top:5px;
       height:50px;
       position: relative;
     
   }
   

@media (max-width: 700px) {
.logo {
 top:0px;
    height:50px;
    position: relative;
    left: 10px !important;
 margin-right: auto !important;
    margin-left: auto !important;
  
}}

.map {
    height: 50px;
 
}

 
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px !important;
    display: flex;
    gap: 35px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #980c0c; /* Dark danger red */
    font-weight: 100;
    font-size: 18px !important;
    position: relative; /* Needed for the pseudo-element */
    display: inline-block;
    padding-bottom: 5px; /* Adds space between text and underline */
}
 

 


/* Sliding Underline Effect */
nav ul li a::after {
    content: "";
    position: absolute;
    left: 50%; /* Start from the center */
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #980c0c; /* Same as text color */
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

/* Hover Effect */
nav ul li a:hover::after {
    width: 100%; /* Expands fully on hover */
}

.h1 {
    font-size: 80px;
    width: 450px;
    position: relative;
top:20px;
 
margin-left: auto;



font-family: "SF Pro Display";
font-style: normal;
font-weight: 900;
src: url("SFProDisplay-Bold.ttf");


margin-right: auto;
    margin-bottom: 20px; /* Adds 20px spacing below */
    text-align: center; /* Centers text */
}
 .calll{
    top:12px;
    position: absolute;
    left: 60px;
 }
.logoo {
 
    position: relative;
 left: 15px;
        }
@media (max-width: 700px) {

    .hero-section {
        position: relative;
        width: 100%;
        height:  100vh; /* or a fixed height like 600px */
        background: url('img2.jpg') no-repeat center center / cover !important;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 20px !important;
        z-index: 0 !important;
        overflow: hidden;
        background-position: center ;
        margin-bottom: 100px !important;
      }

    header{
        background-color: #e9e7e7;
    }
    .nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #e9e7e7;
        border-radius: 0px;
        height: 40px;
        min-width: 100%;
        
        max-width: 100%;
    }

    .whatsap{
        top:-4px;
        position: absolute;
        right: 50px;
    }

    .calll{
        top:-5px;
        position: relative;
        left: 25px;
     }



    .mapp {
        right:5px;
        top:-7px;}
        .logoo {
            top:-5px;
            left:50px;
                   margin-left: auto;
                   margin-right: auto;
               }

    .logo {
        left: 0px !important;
        margin-left: auto;
        margin-right: auto;
    }

    nav ul li a {
        display: none;
        text-decoration: none;
        color: #980c0c; /* Dark danger red */
        font-weight: 100;
        font-size: 16px;
    }
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* or a fixed height like 600px */
 
  display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  z-index: -1;
  overflow: hidden;
  background-position: top left ;
  background: url('img1.png') no-repeat center center / cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
  z-index: 1;
}

.hero-text {
  color: white;
  font-size: 64px;
  text-align: center;
  z-index: 2;
  position: relative;
  
}
.baba{
    text-align: center;
    font-size: 50px;
}
 .p{
    font-size: 20px;
    width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
    position: relative;
 
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 300;
    top:25px;
    src: url("SFProText-Light.ttf");
 
 }
.divaaa {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #e9e7e7;
    color: white;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, transform 0.7s ease;
    overflow: hidden;
}

/* Make sure divaaa is only available under 700px */
@media (max-width: 700px) {
    .divaaa{
        display: none; /* Ensures it's not displayed until activated */
    }
    .hamburger-menu {
        display: block !important;
    }
    .p{
        width: 85% !important;
    }
}

/* Hamburger Menu Styling */
.hamburger-menu {
    cursor: pointer;
    position: relative;
 left: 10px;
 top: -10px;
 display: none;
    z-index: 1100; /* Ensures it stays above divaaa */
}

.hamburger-menu .bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #980c0c;
    margin: 6px 0;
    transition: 0.4s;
}

/* When hamburger is active, animate it */
.hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Prevent scrolling when divaaa is open */
body.no-scroll {
    overflow: hidden;
}



.divaaa ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.divaaa ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px; /* Space for round bullet */
}

.divaaa ul li::before {
    content: "•"; /* Bullet */
    position: relative;
    left: -5px;
    top: 65px;
    color: #980c0c; /* Red bullet */
    font-size: 25px;
    font-weight: bold;
}

.slide-links {
    color: #980c0c; /* Red font for side links */
    text-decoration: none;
    font-size: 38px; /* Bigger font */
    font-weight: 100; /* Extremely light */
    display: block;
    position: relative; /* Relative positioning */
    margin-left: 15px; /* Space from left */
    top:30px;
}

.slide-links:hover {
    text-decoration: underline;
}

/* Aligning spans horizontally */
.icon-container {
    display: flex;
 align-items: center;
 justify-content: center;
    gap: 25px; /* Space between icons */
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px; /* Positioning 300px below side links */
}



.owner-profile-picture {
    position: absolute;
    right: 6%; /* Positions the image 10% from the right */
    top: 60%; /* Centers it vertically */
    transform: translateY(-50%); /* Ensures perfect vertical centering */
    width: 200px; /* Sets the width */
    height: 200px; /* Sets the height */
    border-radius: 50%; /* Makes it a perfect circle */
    object-fit: cover; /* Ensures the image fits well inside the circular shape */
}



p .wner-profile-picture {
    margin-top: 15px;
    position: relative !important;
    display: none !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; /* Centers it vertically */
    transform: translateY(-50%); /* Ensures perfect vertical centering */
    width: 120px; /* Sets the width */
    height: 120px; /* Sets the height */
    border-radius: 50%; /* Makes it a perfect circle */
    object-fit: cover; /* Ensures the image fits well inside the circular shape */
}


@media (max-width: 500px) {
    .hero-text{
        font-size: 50px;
     
 
    }
}
 
 

@media (max-width: 500px) {
    .baba{
        font-size: 40px !important;
     
 
    }
   
}
@media (max-width: 400px) {
    .baba{
        font-size: 35px !important;
     
 
    }
}
@media (max-width: 400px) {
    .hero-text{
        font-size: 40px;
     
 
    }
}

 


header svg, .divaaa svg{ cursor: pointer;}


.bi-instagram, .location, .call, .whatsapp{
    cursor: pointer;
}
