/* Default navbar styling */

/* Navbar */
.navbar {
    height: 120px; 
    padding-top: 20px; 
    padding-bottom: 20px;
    background-color: var(--white-200);
    position: fixed; 
    inset: 0% 0% auto; 
    border-bottom: 1px solid #ddd; 
    z-index: 999; 
}
  
nav-button{
    justify-content:flex-end;
    align-items: center;
    width: 30%;
    display: flex

}
.navbar-nav{
    display: flex;
    gap: 42px;
}

html {
    scroll-behavior: smooth;

}

.nav-space{
    justify-content: space-around !important;
    
}

.navv{
    display: flex;
    align-items: center ;
    gap: 42px;
}

.hero-v2-btn-wrap{
    align-items: flex-end;
}

ul.navbar-nav {
    list-style-type: none; 
    padding-left: 0; 
    align-items: center;
}

.navbar-nav .nav-item {
    margin: 0;
}

.navbar-brand img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%; 
    min-width: 120px; 
}

/* Navbar link styling */
.navbar .nav-item {
    font-size: 16px;
    font-family: "Inter Tight", sans-serif;
    text-transform: uppercase;
    margin: 0 40px;
    font-weight: bold;
    line-height: 80px;
}

/* Navbar link hover */
.nav-link {
    color: black!important;
}

.nav-link:hover {
    color: #84a8cf; 
    text-decoration: none; 
}

/* Remove list marker styles */
::marker {
    content: none; 
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

/* Style for secondary button */
a.secondary-button.project {
    text-decoration: none; 
}


/* .primary-button {
    display: inline-flex; 
    align-items: center;
    text-decoration: none;
    color: white;
    background-color: #007bff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    height: 50px; 
}

.primary-button:hover {
    background-color: #0056b3;
    text-decoration: none;
}

.primary-button .button-text {
    font-weight: bold;
} */

.button-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}


.project-top-wrap1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }
  
  .project-right-wrap1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }
  
  .project-title1 {
    max-width: 1055px;
  }
  
  .project-details1 {
    color: var(--primary);
    text-align: right;
    max-width: 290px;
    font-size: 16px;
    line-height: 140%;
  }
  
  .project-wrap1 {
    margin-top: 110px;
  }

  h1 {
    color: var(--primary);
    letter-spacing: -2.48px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 124px;
    font-weight: 700;
    line-height: 100%;
}
.porject-v1-single-title, 
.project-v1-ctg {
    text-decoration: none!important; 
}

/* Adjustments for all screen sizes */
@media (max-width: 991px) {
    .nav-button {
        margin-top: 40px !important;
    }
}
/* Large screens */
@media (min-width: 1200px) {
    .navbar {
        height: 120px; 
        padding-top: 20px; 
        padding-bottom: 20px;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    .navbar .nav-item {
        font-size: 18px;
        margin: 0 50px;
    }
    
}

/* Medium to large screens (tablet and small desktop) */
@media (max-width: 1199px) and (min-width: 992px) {
    .navbar {
        height: 100px; 
        padding-top: 15px; 
        padding-bottom: 15px;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    .navbar .nav-item {
        font-size: 16px;
        margin: 0 40px;
    }
    
}

/* Medium screens (tablets) */
@media (max-width: 991px) and (min-width: 768px) {
    .navbar {
        height: auto; 
        padding: 15px;
    }
    .navbar .nav-item {
        margin: 0 25px; 
        font-size: 14px; 
    }
    
}

/* Small screens (mobile) */
@media (max-width: 767px) {
    .navbar {
        height: auto; 
        padding: 10px;
    }
    .navbar .nav-item {
        margin: 0 15px; 
        font-size: 13px;
    }
    
    .navbar-brand img {
        max-width: 120px; /* Adjust logo for smaller mobile view */
    }
}

/* Very small screens (extra small mobile) */
@media (max-width: 480px) {
    .navbar {
        height: auto; 
        padding: 8px;
    }
    .navbar .nav-item {
        margin: 0 10px; 
        font-size: 12px;
    }
    
}


/* Adjustments for h1 on different screens */
@media (max-width: ≥1440px) {
    h1 {
    letter-spacing: -2.48px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 124px!important;
    font-weight: 700;
    line-height: 100%;
    }

@media (max-width: ≥1024px) {
    h1 {
        font-size: 124px !important;
    }
}

@media (max-width: ≥768px) {
    h1 {
        font-size: 50px!important;
    }
}

@media (max-width: ≥480px) {
    h1 {
        font-size: 40px!important;
    }
}
}

h1.porject-single-title{
    font-size: 5.5rem!important;
}

.project-details {
    display: flex;
    flex-direction: column; /* Stack images and video vertically */
  }
  
  .project-image {
    width: 100%; /* Fixed width for images */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Ensure no inline gaps */
    margin: 0; /* Remove default spacing */
  }
  
  .video-wrapper {
    width: 100%;
    padding: 0; /* Remove extra spacing */
    margin: 0; /* Align with images */
    display: flex;
    justify-content: center; /* Center the video horizontally */
  }
  
  .video-wrapper iframe {
    width: 100%; /* Adjust the video width */
    max-width: 1660px; 
    height: auto; 
    aspect-ratio: 16 / 9; 
  }