

@media only screen and (max-width: 576px) {

}

@media screen and (max-width: 769px) {

}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 1366px) {

}


@media screen and (max-width: 991px) {

}



@media screen and (max-width: 776px) {

}


@media (min-width: 1400px) {

}

@media screen and (min-width:768px) and (max-width:991px) {

}

@media (max-width: 1200px) {


}


@media screen and (max-width:360x) {

}

@media screen and (max-width:768px) {


}


@media (max-width: 1368px) {



}


@media all and (min-width: 992px) {


}



@media screen and (max-width:575px) {


 }


@media screen and (max-width:769px) {

}


 @media screen and (max-width:1024px) {

}


@media screen and (min-width:1700px) and (max-width:2560px) {


}


@media (max-width: 992px) {

}


@media screen and (max-width:991px) {

    #mainNavbar {
    background: rgba(255, 252, 245, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(90, 75, 55, 0.12);
    padding: 0.75rem 0;
    transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                    background 0.35s ease,
                    box-shadow 0.35s ease;
    z-index: 1050;
    /* width: 1104px; */
    padding: 20px 30px;
    position: fixed;
    width: 100%;
}

#mainNavbar.navbar-overlay-mobile .navbar-collapse {
    position: absolute;
    top: 92px;
    left: 0px;
    right: 12px;
    z-index: 1200;
    margin-top: 0;
    max-height: 100vh;
    overscroll-behavior: contain;
    width: 100%;
    height: 100vh;
    padding: 30px 30px;
}

.inner-hero-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px!important;
    color: #fff;
    width: 100%;
}

.btn-hero-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.75);
    padding: 10px 36px;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: var(--transition);
    margin-top: 28px;
    margin-bottom: 28px;
}


.hero-headline {
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    line-height: 40px;
    margin-bottom: 10px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.3);
    margin-top: 20px;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 130px;
    /* padding-bottom: 120px; */
}

} 

@media screen and (max-width:767px) {

}

@media screen and (max-width:576px) {

}

@media screen and (max-width:480px) {


}

@media screen and (max-width:425px) {

}

@media screen and (max-width:375px) {


}

@media screen and (max-width:320px) {


}