@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: Yantramanav-Regular;
    src: url(../fonts/Yantramanav-Regular.ttf);
}

/*
      font-family: "DM Sans", sans-serif;
      font-family: "Open Sans", sans-serif;
    */
body {
    background-color: #141414;
    color: #fff;
}

/* Make all gallery images grayscale by default */
.staggered-row img, .img-gray{
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}

/* Remove grayscale on hover */
.staggered-row img:hover, .img-gray:hover{
    filter: grayscale(0%);
}

.img7 {
    margin-right: -40% !important;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(../images/shabinankeizia.png);
    background-size: 70%;
    background-position: top center;
    background-repeat: no-repeat;
}

.hero-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: -90px;
}

.navbar {
    z-index: 9999 !important;

}

.navbar-brand {
    font-size: 4rem;
}

.nav-link {
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin-left: 40px;
    letter-spacing: 3px;
}

.desktop-nav .nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    /* space for the underline */
}

.desktop-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #fff;
    /* underline color */
    transition: width 0.3s ease;
}

.desktop-nav .nav-link:hover::after,
.desktop-nav .nav-link.active::after {
    width: 100%;
}


.bg-black {
    background-color: #141414 !important;
}

.heading-1 {
    font-family: "Open Sans", sans-serif;
    font-size: 70px;
    margin-top: 20%;
    margin-left: 50px;
}

.heading-2 {
    font-family: "Open Sans", sans-serif;
    font-size: 70px;
    font-weight: 300;
    margin-left: 50px;
}

.img-fluid-h {
    height: 535px;
}

.staggered-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image-col {
    flex: 0 0 45%;
    margin: 1rem;
}

.image-top {
    margin-top: 0;
}

.image-bottom {
    margin-top: 500px;
    /* adjust this to match your design offset */
}

.img-fluid {
    width: 100%;
    height: auto;
    display: block;
}

.caption {
    margin-top: 0.5rem;
    letter-spacing: 2px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.f-top {
    margin-top: -6%;
}

.f-top-1 {
    margin-top: -15%;
}

.footer-heading {
    font-size: 35px;
    font-family: "Open Sans", sans-serif;
}

.footer-heading1 {
    font-size: 35px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.footer-link-heading {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.links {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

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

.model-img {
    padding-left: 35px;
}


.image {
    background: url('../images/w.png') no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 400px;
    filter: grayscale(100%);
    margin-bottom: 20px;
}

.text {
    font-size: 60px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 40%;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;

}

.text2 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 40%;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.text1 {
    font-size: 21px;
    font-family: "Open Sans", sans-serif;
    text-align: left;

}

.h-67 {
    height: 67px !important;
}

.btn-white {
    background-color: unset;
    border-radius: 0px;
    border-color: #fff;
    color: #fff;
    font-size: 18px;
    border: unset;
    padding-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
}

.form-control-forced {
    background-color: #333 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: unset !important;
    font-family: "Open Sans", sans-serif !important;

}

.hero {
    position: relative;
    height: 100vh;
    width: 100%;
}

.gallery-item {
    position: absolute;
    width: 50%;
    height: 50%;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    opacity: 0.7;
    z-index: 10;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
}



.logo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    opacity: 0.7;
    z-index: 10;
}

.mobile-section {
    display: none;
}

.mobile-item {
    position: relative;
    overflow: hidden;
}

.mobile-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.mobile-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    opacity: 0.7;
    z-index: 10;
}

/* Keep brand logo aligned */
.navbar-brand img {
    height: 50px;
}

/* Inline desktop links */
.desktop-nav {
    display: flex;
    gap: 20px;
}

.desktop-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

/* Hide default navbar toggler icon */
.navbar-toggler {
    border: none;
    background: none;
}

/* Hide inline nav on mobile */
@media (max-width: 991.98px) {
    .desktop-nav {
        display: none;
    }
}

/* Custom hamburger for mobile */
.menu-toggle {
    display: none;
    flex-direction: column;
    height: 24px;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
    margin-right: 10px !important;

}

.menu-toggle .bar {
    height: 3px;
    width: 30px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-toggle.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 991.98px) {
    .menu-toggle {
        display: flex;
    }
}

/* Fullscreen overlay */
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay.open {
    transform: translateY(0);
}

.overlay-content {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.overlay-content a {
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    margin: 20px 0;
    transition: color 0.3s;
}

.overlay-content a:hover {
    color: #aaa;
}

@media (min-width: 769px) {
    .hero {
        display: block;
    }

    .mobile-section {
        display: none;
    }

    .logo-center {
        display: block;
    }
}

@media (max-width: 768px) {

    .mobile-section {
        display: block;
    }

    .logo-center {
        display: none;
    }

    .mobile-item {
        height: 50vh;
    }
}

@media (max-width: 480px) {
    .mobile-item {
        height: 40vh;
    }

    .mobile-overlay {
        font-size: 18px;
    }
}

.navbar-toggler {
    border: none;
    /* optional: removes border if you want */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
    .image-col {
        flex: 0 0 90%;
        margin: 1rem auto;
    }


    .image-bottom {
        margin-top: 0;
        /* remove stagger on mobile */
    }
}


/*Responsive Queries*/

@media (max-width: 600px) {
    .model-img {
        padding-left: 0px;
    }

    .hero {
        background-image: unset;
    }

    .img7 {
        margin-right: 0% !important;
    }


    .heading-1 {
        font-family: "Open Sans", sans-serif;
        font-size: 37px;
        text-align: center;
        font-weight: lighter !important;
        margin-top: 0px;
        margin-left: 0px;
    }

    .heading-2 {
        font-family: "Open Sans", sans-serif;
        font-size: 37px;
        text-align: center;
        font-weight: light !important;
        margin-top: 0px;
        margin-left: 0px;

    }

    .text {
        font-size: 46px;
    }

    .f-top-1,
    .f-top {
        margin-top: 0px;
    }
}