:root {
    --bs-body-bg: #feffd7;
}

.hero-rangpur.welcome-area::after {
    opacity: 0;
}

.header-area.white-nav.header-sticky {
    background-color: #8049fe;
}

.km-logo, .km-logo a, .km-logo a:hover, .km-logo a:focus, .km-logo a:active, .km-logo a:visited {
    font-weight: bold !important;
    color: #ffc107 !important;
    font-size: 36px !important;
}

.section-heading h3 span {
    color: #8049fe;
}

.alert-primary {
    color: #ffc107;
    background-color: #8049fe;
    border-color: #b6d4fe;
}

.alert-warning {
    color: #8049fe;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.single-about-part h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0.75rem;
    color: #8049fe;
}

h1, h2, h3, h4, h5, h6 {
    color: #372366;
    font-weight: 600;
}

.single-benifits .icon-box {
    background-color: #8049fe;
}

.font-hurricane-regular {
    font-family: "Hurricane", serif;
    font-weight: 400;
    font-style: normal;
    color: #ffe79e;
    text-shadow: 0px 0px 11px #FFFFFF;
}

.font-logo-slogan {
    font-size: 20px;
    color: #fff3b3;
    font-weight: normal;
}

.feature-icon {
    font-size: 24px;
    padding: 10px;
    display: inline-block;
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .container {
      max-width: 370px;
    }
}


@media only screen and (max-width: 768px) {
    .font-logo-slogan {
        display: none;
    }
}

.single-about-part {
    padding-left: 0;
    padding-right: 0;
}


/* Controllo audio del video home START */

.audio-control {
    position: absolute;
    bottom: 250px;
    right: 20px;
    z-index: 2; /* Assicurati che sia sopra il video e l'overlay */
}

.audio-control button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

/* Controllo audio del video home END */




/* Video Home Mobile START */


.mobile-hero-video {
    display: none;
}

@media (max-width: 767px) {
    #home {
        position: relative;
        overflow: hidden;
        background-image: none !important;
    }

    .hero-rangpur.welcome-area {
        height: 787px;
    }    

    #home .mobile-hero-video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        z-index: 0;
    }

    #home .container,
    #home .audio-control {
        position: relative;
        z-index: 2;
        bottom: 300px;
        right: -300px;
    }

    #home .jarallax-container {
        display: none !important;
    }

    .audio-control button {
        background-color: rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 0.5);
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
    }

}

/* Video Home Mobile END */