.about-img {
    width: 100% !important;
}

.about-title {
    color: darkgreen;
    ;
}

.about-content {
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
}


.stats-title {
    font-size: 28px;
    font-weight: bold;
    color: rgb(75, 4, 156);
    text-align: center;
}

.stats-content {
    font-size: 18px;
    font-weight: bold;
    color: brown;
    text-align: center;
}

.service-img {
    width: 100% !important;
    padding: 20px;
    object-fit: scale-down;
}

.services .details {
    margin: 50px 30px 0 30px !important;
    height: 300px;
}

.services .img {
    border-radius: 8px;
    overflow: hidden;
    height: 270px;
}

.service-title {
    color: blue;
    font-weight: bold !important;
    font-size: 16px !important;
}

.service-content {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: darkslategray;
}

.cantact-centent {
    font-size: 18px !important;
    padding-top: 15px !important;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: blue;
}

.portfolio-content img {
    border-radius: 15px !important;
    padding: 8px !important;
}



.CartSection {
    background-image: url(../img/bg.jpg);
    /* opacity: 0.5;*/
    background-color: rgba(255,255,255,0.9);
    background-blend-mode: lighten;
    /* filter: grayscale(100%);*/
}



    .CartSection .list-group {
        width: 100% !important;
    }


    .CartSection .list-group-item {
        margin-bottom: 5px !important;
        background-color: #fbf9f7;
        border-color: #dddddd;
        border: 1px solid #efefef;
        border-radius: 5px !important;
    }

        .CartSection .list-group-item i {
            text-align: center !important;
            margin: auto !important;
            font-size: 24px !important;
            color: #10267a;
            background-color: #e5ebf7;
            padding: 10px !important;
            border-radius: 5px !important;
        }

    .CartSection h6 {
        font-weight: bold !important;
        color: #0a295a !important;
    }

    .CartSection .logo {
        width: 100px;
        height: 100px;      
        margin: auto;
        position: relative;
        object-fit: contain;
    }
    .CartSection .qrcode {
        width: 100px;
        height: 100px;
        margin: auto;
        position: relative;
        object-fit: contain;
    }


.leftborder
{
    border-left:3px solid darkgreen !important;
}

.hero-profile {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-profile img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .hero-profile:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
    }

    .hero-profile .container {
        position: relative;
        z-index: 3;
    }

    .hero-profile h2 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .hero-profile p {
        color: #564e4d !important;
        margin: 10px 0 0 0;
        font-size: 14px;
        font-weight: 600;
    }

    .hero-profile .btn-get-started {
        background: var(--accent-color);
        color: var(--contrast-color);
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 4px;
        transition: 0.3s;
        text-transform: uppercase;
    }

        .hero-profile .btn-get-started:hover {
            background: color-mix(in srgb, var(--accent-color), transparent 20%);
        }

    .hero-profile .btn-watch-video {
        font-size: 16px;
        transition: 0.5s;
        margin-left: 25px;
        font-weight: 400;
        color: var(--default-color);
    }

        .hero-profile .btn-watch-video i {
            color: var(--accent-color);
            font-size: 32px;
            transition: 0.3s;
            line-height: 0;
            margin-right: 8px;
        }

        .hero-profile .btn-watch-video:hover {
            color: var(--accent-color);
        }

            .hero-profile .btn-watch-video:hover i {
                color: color-mix(in srgb, var(--accent-color), transparent 20%);
            }

@media (max-width: 768px) {
    .hero-profile h2 {
        font-size: 32px;
    }

    .hero-profile p {
        font-size: 18px;
        opacity: 1 !important;
    }

    .hero-profile p {
        color: #564e4d !important;
        margin: 10px 0 0 0;
        font-size: 14px;
        font-weight: 600;
    }
    .CartSection 
    {
        padding-left:15px;
        padding-right:15px;
    }
}


