﻿
body {
    -webkit-font-smoothing: antialiased !important;
    background-color: #fff !important;
}

.business-opportunity.opper {
    background: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    visibility: visible;
    background-size: 330px auto;
    background-position: 100% 100%;
}

.business-opportunity {
    padding: 60px 0;
}

.opportunity-content {
    padding: 0 40px;
}

h6.videotitle.p-2 {
    height: 50px;
}

.Categories-box {
    position: relative;
    overflow: hidden;
}

.Categories-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.Categories-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: var(--contrast-color);
    z-index: 2;
}

.Categories-box::after {
    content: "";
    position: absolute;
    inset: 0px;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
}



@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }
}

.business-opportunity p {
    color: #000;
    font-size: 18px;
    line-height: 36px;
}

.business-opportunity .btn.btn-light {
    text-align: center;
    line-height: 28px;
    font-size: 16px;
}

.feather-icon {
    font-family: feather-icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prodcut-banners {
    padding: 60px 0;
    background: #dbdbdb;
}

.section-title {
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 20px;
}

.pro-underarea {
    position: relative;
}

    .pro-underarea img {
        width: 100%;
    }

    .pro-underarea .pro-title.p1 {
        width: 100%;
        background: #1a8e85;
    }

    .pro-underarea p {
        font-size: 20px;
        font-weight: 500;
    }

    .pro-underarea p,
    .pro-underarea span {
        color: #fff;
        margin-bottom: 0;
        text-align: left;
    }



    .pro-underarea span {
        font-size: 15px;
        font-weight: 400;
    }

    .pro-underarea.one {
        margin-bottom: 24px;
    }

    .pro-underarea.p3 .pro-title {
        width: 100%;
        background: #89594b;
    }

    .pro-underarea .pro-title {
        position: absolute;
        bottom: 0;
        padding: 10px 15px;
    }

    .pro-underarea.p2 .pro-title {
        width: 100%;
        background: #b4d500;
    }

.email-subscrible {
    background-image: url(Vivaamart_files/email-subscribe.webp);
    padding-top: 3%;
    background-size: cover;
    padding-bottom: 2%;
}

.business-opportunity::before {
    right: 11px;
    content: "";
    position: absolute;
    width: 153px;
    height: 140px;
    background-image: url(Vivaamart_files/h6_leaf-1.png);
    background-size: 165px;
    background-repeat: no-repeat;
}

.email-subscrible-sec {
    bottom: 60px;
    width: 100%;
}

    .email-subscrible-sec h2 {
        color: #007540;
        font-weight: 600;
        font-style: italic;
    }

/*.btn-light,
.btn-success {
    color: #fff;
    background-color: #2357a5 !important;
}*/


/*.btn-primary {
    background-color: #2357a5 !important;
    border-radius: 10px;
    font-size: 12px;
   */
}

.btn-primary:hover {
    border-style: none;
}

.card-body.product-box {
    padding: 20px !important;
}



.video-gallery {
    height: 364px;
}

.best-seller {
    color: #000;
    background-color: #EDF1F2;
    padding: 5px 12px;
    border-radius: 0px;
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 12px;
    margin-left: 10px;
}

.successinner-name p {
    background: #000;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 8px;
    width: 100%;
    margin-bottom: 4px;
}

.text-truncate.dis {
    text-align: left;
    color: #000;
    background: transparent;
}

.suces .read-more {
    display: flex;
    justify-content: flex-end;
}

.success-stories .card-body.text-center {
    padding: 0;
}

.welcome {
    background: #2458a7;
    padding: 10px 0;
    color: #fff;
}

marquee {
    display: flex;
    align-items: center;
    gap: 20px;
}


    marquee span {
        margin: 0;
        font-weight: 600;
        font-size: 1.2rem;
        white-space: nowrap;
    }


    marquee button:hover {
        background: #fff;
        color: #000;
    }

.Apply-Now {
    display: flex;
    margin: 0 auto;
    background: #fff;
    border: none;
    color: #000;
    /* padding: 10px 20px; */
    font-weight: 600;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s;
}

.welcome p {
    display: flex;
    align-items: center;
    margin: 0;
}

.Apply-Now {
    margin-left: 10px;
    /* Adjust as needed */
}

.start-p {
    font-size: 1.1rem;
    line-height: 1.5;
}

    .start-p::before {
        content: "★ ";
        color: #ffcc00;
        font-weight: bold;
        margin-right: 5px;
    }

.product-review {
    background: #fff !important;
}

/* ----video styles----- */
.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 10px;
}

    .video-thumbnail img {
        width: 320px;
        height: 180px;
        border-radius: 8px;
    }

    .video-thumbnail .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: white;
        opacity: 0.8;
    }


#videoPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    #videoPopup iframe {
        width: 80vw;
        height: 45vw;
        max-width: 800px;
        max-height: 450px;
    }

#closePopup {
    position: absolute;
    top: 20px;
    right: 20%;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.drop-down-scroll {
    padding: 15px;
    width: 100%;
    max-height: 150px;
    overflow: auto;
    overflow-x: hidden
}

.drop-down-heading {
    color: #2458a7;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

.drop-down-part li {
    margin-left: -20px;
}
/*
.mainmenu ul li a {
    font-weight: 400;
}*/

.drop-down-part li {
    display: flex !important;
}

.business-opportunity .btn.btn-light:hover {
    border-style: none !important;
    color: #fff !important;
}

.success-stories {
    /* background: #f7f9fc; */
    background: #fff;
}

.hover-shadow:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .drop-down-part li a {
        color: black !important;
    }

    .mainmenu ul li a {
        color: black !important;
    }
}

/* ===scroll styles==== */
.scrolling-strip {
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}

.scroll-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

.scrolling-strip:hover .scroll-wrapper {
    animation-play-state: paused;
}

.scrolling-item {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    margin-left: 220px !important;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
