/*!
 * Home css Version - 1.1.1
 * Copyright (c) 2023 Cooland <info@cooland.com>
*/

/* Home Section */
#home {
    /* height: 45vh !important; */
    min-height: 45vh !important;
    /* max-height: auto !important; */
}

#home .item {
    background: var(--primary);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45vh !important;
}

#home .slide-title,
#home .slide-title span {
    font-size: 40px;
}

.border-red {
    --bs-border-color: #f37266 !important;
}

#howitwork {
    background-color: #F6FDFF !important;
}

#categories .card-product {
    border: 1px solid #e1e1e1 !important;
}

#services {
    background-image: url('../../images/home/service.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

#services .text-check {
    color: #38DA71;
}

.number {
    border-radius: 10%;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 65px;
    background-color: #C5E9FF !important;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.number span {
    font-size: 36px !important;
    color: var(--dark-blue);
    font-weight: bold;
}

.arrow {
    margin-left: 275px;
}

.arrow1 {
    margin-left: 675px;
}

/* Collapse */
.ae-collapse {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #ffffff;
    overflow-y: auto;
    transition: display .3s;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */

    #home .slide-title,
    #home .slide-title span {
        font-size: 25px;
    }

    #home {
        /* min-height: 85vh; */
        max-height: 40vh !important;
        height: 40vh !important;
        min-height: 65vh !important;
    }

    #home .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }

    #home .carousel-inner {
        position: relative;
    }

    #home .item {
        background-position: top right;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        height: 35vh !important;
    }

    /* Categories */
    #categories img {
        height: 60px !important;
    }
}