.section-1 {
    background-image: url(../assets/shape-pattern.png), url(../assets/beststore_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 250px;
    margin-bottom: 68px;
}

.section-1 > .container-fluid {
    z-index: 2;
    position: relative;
}

.section-2, .section-3 {
    margin-bottom: 102px;
}

.section-2 small {
    max-width: 790px;
}

.section-2 .card {
    border-radius: 44px 0 44px 0;
}

.section-2 .card:hover svg path {
    stroke: #3A3A3A;
    fill: #3A3A3A;
}

.section-3 {
    background-image: url(../assets/features_bg_overlay.png), url(../assets/features_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 200px 0 200px;
}

.section-3-title, .section-4 .row {
    padding: 48px 0;
}

.section-3 .card {
    border-radius: 40px;
}

.section-3 p {
    font-size: 12px;
}

.section-4 .row {
    overflow-x: scroll;
}

.animated-line {
    max-width: 150px;
    display: block;
    top: -38px;
}

.custome-card {
    max-width: 400px;
}



.bg-light-dark {
    background-color: #3A3A3A;
}



.controls img {
    cursor: pointer;
    transition: filter .4s;
}

.controls img:hover {
    filter: invert(1);
}

.custome-card-2 > div {
    border-radius: 14px;
}

.custome-card-2:hover {
    animation: bg-spin 3s linear infinite;
}

.card-border {
    opacity: 0;
    transition: opacity .4s;
}


.custome-card-2, .custome-card-2 .card-border  {
    width: 100%; 
    height: 100%;
}

h1 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.section-3 h5 {
    font-size: 14px;
}
.section-6>div {
    background-color: #363636;
    border-radius: 80px 0 80px 0;
    min-height: 180px;
    background-image: url(../assets/left-bg.svg), url(../assets/right-bg.svg);
    background-position-y: bottom, top;
    background-position-x: left, right;
    background-repeat: no-repeat
}

.section-6 p {
    color: #9C9C9C;
}

.section-6 {
    margin-bottom: 80px;
}

.custome-card-footer {
    height: calc(100% - 225px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custome-card-footer h5 {
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .section-4 .row {
        overflow-x: hidden;
    }

    #last-card {
        display: none;
    }

    .section-3 p {
        font-size: 8px;
    }

    .custome-card-footer h5 {
        font-size: 10px;
    }
}

@media(min-width: 1024px) {
    .section-3 p {
        font-size: 12px;
    }

    .custome-card-footer h5 {
        font-size: 15px;
    }
}


@media(min-width: 1200px) {
    .custome-card-2, .custome-card-2 .card-border  {
        width: 220px; 
        height: 221px;
    }

    h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .h5, h5, .section-3 h5  {
        font-size: 1.25rem;
    }

    .animated-line {
        top: -16px;
    }

    .section-3 p {
        font-size: 16px;
    }

    .custome-card-2:hover .card-border {
        opacity: 1;
    }

    .custome-card-footer {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custome-card-footer h5 {
        font-size: 21px;
    }
}

@media(min-width: 1500px) {
    .custome-card {
        max-width: 545px;
    }

    .custome-card  img {
        width: 100%;
    }

    .custome-card-2, .custome-card-2 .card-border {
        width: 100%;
    }

    .custome-card-2 .card-border {
        display: none;
    }

    .custome-card-footer h5 {
        font-size: 25px;
    }
}