#hero {
    background: linear-gradient(0deg, #fff, #633daf4f);
    min-height: 90vh;
}

@media screen and (max-width: 768px) {
    .logo {
        font-size: 25px;
    }
    .navbar-toggler {
        padding: 5px;
    }
}

.section_title {
    color: #171717;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    font-size: 52px;
}

.section_title span {
    font-size: 52px;
    font-weight: 700;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-linear-gradient( 0deg, rgb(127, 13, 209) 10%, rgb(255, 43, 156) 90%);
}

.section_sub {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.f_section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: text-animation 5s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f_section h2 a {
    font-size: 30px;
    margin-left: 10px;
}

@keyframes text-animation {
    0% {
        background-image: -webkit-linear-gradient(0deg, #eb5b00, #d91656);
    }
    20% {
        background-image: -webkit-linear-gradient(0deg, #d91656, #ff9d23);
    }
    40% {
        background-image: -webkit-linear-gradient(0deg, #ff9d23, #d91656);
    }
    60% {
        background-image: -webkit-linear-gradient(0deg, #eb5b00, #e52020);
    }
    80% {
        background-image: -webkit-linear-gradient(0deg, #eb5b00, #780c28);
    }
    100% {
        background-image: -webkit-linear-gradient(0deg, #77b254, #d84040);
    }
}


/* feature card section start */

#features .card {
    color: #fff;
    height: 230px;
}

#features .card .card-title {
    font-weight: 700;
}

#features .card .card-text {
    font-weight: 300;
}

.f_card1 {
    background-color: #1f509a;
}

.f_card2 {
    background-color: #257180;
}

.f_card3 {
    background-color: #2a3663;
}

.f_card4 {
    background-color: #e73879;
}


/* feature card section end */


/* iframe video section or tutorial section start */

.tutorial iframe {
    border-radius: 8px;
    box-shadow: 0 0 20px #d840403b;
}


/* iframe video section or tutorial section end */


/* user guide section start */

#user_manual {
    min-height: 50vh;
    background: linear-gradient(to top, #d916572a, #fff);
}

.user_guide ul {
    list-style: square;
}


/* user guide section end */


/* featured_stream section start */

#featured_stream {
    min-height: 50vh;
    background: linear-gradient(to bottom, #d916572a, #fff);
}


/* featured_stream section end */


/* ! sponsored section start */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* #sponsored img {
    width: 80px;
    height: 80px;
} */

@media screen and (max-width: 576px) {
    #sponsored img {
        width: 40px;
        height: 40px;
    }
    .brand span {
        margin-left: 0 !important;
    }
}


/* ! sponsored section end */