
 
html,
    body {
        overflow-x: hidden;
        width: 100%;
        scroll-behavior: smooth;
    }

    img,
    iframe {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .navbar-nav {
        text-align: center;
    }

    .hero-header {
        margin-top: 40px !important;
        padding-top: 0 !important;
    }

    .testimonial-item {
        zoom: 0.7;
    }

    .btn-close,
    .zoom-hover {
        transition: transform 0.3s ease;
    }

    .btn-close:hover {
        transform: scale(1.3);
        font-weight: bold;
    }

    .zoom-hover:hover {
        transform: scale(1.05);

    }

    .overlay {
        height: 0;
         
        width: 100%;
        position: fixed;
        z-index: 1050;
        top: 0;
        left: 0;
        background-color: rgba(34, 66, 191, 0.95);
        overflow-y: auto;
        transition: 0.5s;
    }

     
    .overlay-header {
        padding: 20px 40px;
    }

     
    .closebtn {
        margin-top: -18px;
        margin-right: -15px;
        font-size: 45px;
        color: #fff;
        cursor: pointer;
        display: none;
    }

     
    .overlay-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
        padding-bottom: 40px;
    }

    .overlay-content a {
        margin: 15px 0;
        text-decoration: none;
        font-size: 28px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    .overlay-content a:hover {
        color: #0d6efd;
    }

    #mainNavbar {
        background: #6222cc;
        transition: background-color 0.4s ease, box-shadow 0.4s ease;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
    }

 
.overlay-content a {
    opacity: 0;
    transform: translateY(20px);
    display: block;
    transition: all 0.4s ease;
}

 
.overlay.show .overlay-content a {
    opacity: 1;
    transform: translateY(0);
}

 
.overlay.show .overlay-content a:nth-child(1) { transition-delay: 0.1s; }
.overlay.show .overlay-content a:nth-child(2) { transition-delay: 0.2s; }
.overlay.show .overlay-content a:nth-child(3) { transition-delay: 0.3s; }
.overlay.show .overlay-content a:nth-child(4) { transition-delay: 0.4s; }
.overlay.show .overlay-content a:nth-child(5) { transition-delay: 0.5s; }
.overlay.show .overlay-content a:nth-child(6) { transition-delay: 0.6s; }
.overlay.show .overlay-content a:nth-child(7) { transition-delay: 0.7s; }
.overlay.show .overlay-content a:nth-child(8) { transition-delay: 0.8s; }
.overlay.show .overlay-content a:nth-child(9) { transition-delay: 0.9s; }


     
    
     
    #mainNavbar.scrolled {
        background: rgba(34, 66, 10, 0.95) !important;

    }
    .content {
      padding-top: 80px;
    }

    .hamburger {
        font-size: 30px;
        cursor: pointer;
        color: red !important;
    }

    .custom-hero {
        margin-top: 100px;
    }


