* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

footer.footer {
    margin-top: 0;
}
main,
.container-fluid {
    padding: 0;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 40vh;
    padding: 5vh;
}

 
    section:nth-child(1) {
         background-image: linear-gradient(0deg,var(--color-metro),#fcfcff); 
    }

    section:nth-child(2) {
        background-image: linear-gradient(180deg,var(--color-metro),#feeff8);
    }

    section:nth-child(3) {
        background-image: linear-gradient(0deg,var(--color-metro),#ffeff8);
    }

    section:nth-child(4) {
        background-image: linear-gradient(180deg,var(--color-metro),#ffeff8);
    }

    section:nth-child(5) {
        background-image: linear-gradient(0deg,var(--color-metro),#ffeff8);
    }

    section:nth-child(6) {
        padding-bottom: 10rem;
        background-image: linear-gradient(180deg,var(--color-metro),#fcfcff);
    }

    section> *{
        max-width: 1294px;
    }

    h1 {
        font-size: 3.5rem;
        color: var(--color-primary);
    }
section img {
    /*box-shadow: 0 2px 11px 1px rgb(18 11 15 / 5%);*/
    -webkit-filter: drop-shadow(0 2px 5px rgb(18 11 15 / 5%));
    filter: drop-shadow(0px 2px 5px rgb(18 11 15 / 28%));
}

section  p{
    max-width: 25rem;
}

h3.slogan {
    font-size: 1.5rem;
}
h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}


p {
    font-size: 18px;
}


/*#region welcome */
#welcome{
    flex-wrap:wrap;
}
#welcome p {
    font-size: 1.1rem;
    max-width: 40rem;
}

/*#endregion */


.centered p{
    margin:0 auto;
}
/*#region products */

.products {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    gap: 2rem;
    max-width: 64rem;
}

    .products li {
        background: #ffffff;
        border-radius: 8px;
        width: -moz-fit-content;
        width: fit-content;
        box-shadow: 0 2px 11px 1px rgb(18 11 15 / 5%);
        width: 20rem;
        max-width: 90vw;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        transition: transform .4s; /* Animation */
    }
        .products li:hover {
            transform: scale(1.05);
        }

        .products li a {
            /* color: black; */
            display:block;
            text-decoration: none;
        }

           

            .products li a > span {
                position: absolute;
                background: #f3f3ff;
                opacity: 0.8;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                color: #6262ff;
                font-weight: bold;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 2.1rem;
            }
        .products li .card-body{
            text-align:right;
        }
            .products li .card-body .box{
                justify-content: space-between;
                width:100%;
                /* margin-top:.5rem; */
                align-items: center;
            }
        .products li .btn-outline{
            color:var(--color-link);
        }
        .products li h3 {
            font-size: 1.3rem;
            color: black;
            margin: 0;
            text-decoration: none;
        }
        .products li img {
            width: 100%;
            height: 13rem;
            filter: none !important;
            object-fit: cover;
            vertical-align: middle;
        }
    /*#endregion */
    /*#region category */
    #category {
        /* padding-bottom: 0; */
        /* min-height: unset; */
        display: flex;
        /*align-items: flex-end;*/
    }

#category > div {
    margin: 0 auto;
    font-size: 18px;
    padding: 0rem 0 0;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

    #category > div > * {
        flex: 1 1 40%;
    }

    #category > div h1 {
        margin-bottom: 1.5rem;
        font-weight: bold;
    }

    #category > div img {
        -webkit-filter: drop-shadow(5px 5px 5px #222);
        filter: drop-shadow(3px -5px 5px #22222248);
        max-width: 45vw;
        width: 36rem;
        z-index: 0;
    }

    #category > div .btn {
        width: 100%;
        font-size: 20px;
        margin: 1rem 0;
    }

#category > div-image {
    text-align: center;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}

@media only screen and (min-width: 668px) {
    section + section {
        min-height: 45vh;
    }

 
}

@media only screen and (max-width: 667px) {
    #category > div {
        flex-direction: column;
        margin-top: 0vh;
    }

        #category > div > * {
            flex: 1 1 100%;
        }

        #category > div img {
            max-width: 100%;
            width: 100%;
        }

        #category > div .btn {
            width: 100%;
            font-size: 20px;
            margin: 1rem 0;
        }

    #category > div-image {
        text-align: center;
        display: inline-flex;
        align-items: flex-end;
        justify-content: center;
    }

 
}

/*#endregion */




.slider-section {
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
    padding: 0 20px;
}

.slider-section__wrapper {
    max-width: 1294px;
    width: 100%;
}

.slider-section__slide {
    min-height: 550px;
    width: 100%;
    background: #F3F3FE;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
}

.slider-section__slide-info {
    padding: 74px 107px 0px 0px;
}

    .slider-section__slide-info h2 {
        font-weight: 400;
        font-size: 2.8rem;
        line-height: 40px;
        margin-bottom: 40px;
    }

        .slider-section__slide-info h2 span {
            display: block;
            color: #EF5DA8;
            font-size: 0.9em;
            /* line-height: 66px; */
            font-weight: 400;
            margin-bottom: .5rem;
        }

    .slider-section__slide-info p {
        max-width: 644px;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: #272727;
        margin-bottom: 57px;
    }

    .slider-section__slide-info a {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        text-transform: capitalize;
        text-decoration: none;
        color: #000000;
        padding: 12px 46px 14px 45px;
        letter-spacing: 0.5px;
        display: block;
        border: 1px solid #000000;
        border-radius: 100px;
        width: -moz-fit-content;
        width: fit-content;
        transition: all 0.25s ease-in-out;
    }

        .slider-section__slide-info a:hover {
            background-color: #EF5DA8;
            color: white;
            border-color: white;
        }

.slider-section__slide-image {
    display: flex;
    align-items: end;
    padding-left: 30px;
}

    .slider-section__slide-image img:nth-child(1) {
        display: block;
    }

    .slider-section__slide-image img:nth-child(2) {
        display: none;
    }

.slider-section__pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 25px;
    bottom: 34px !important;
}

    .slider-section__pagination .swiper-pagination-bullet {
        width: 194px;
        height: 2px;
        background: #000000;
        opacity: 1;
        border-radius: 0px;
    }

    .slider-section__pagination .swiper-pagination-bullet-active {
        background: #EF5DA8;
    }

.slider-section__button-next::after, .slider-section__button-prev::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 26px;
    background: url("/images/home/swiper-arrow-right.svg");
    background-repeat: no-repeat;
}

.slider-section__button-next::after {
    transform: rotate(180deg);
}

.slider-section__button-prev::after {
    transform: rotate(0deg);
}

.slider-section .swiper-button-next::after,
.slider-section .swiper-button-prev::after {
    content: "";
}


.default-section__container {
    /* max-width: 1295px; */
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    gap: 5vw;
    align-items: center;
}

.default-section__img img {
    display: block;
    border-radius: 36px;
    /* box-shadow: 0 2px 11px 1px rgb(18 11 15 / 5%); */
}

.default-section__info {
}

    .default-section__info h3 {
        font-weight: 400;
        font-size: 45px;
        line-height: 52px;
        color: #000000;
        margin-bottom: 42px;
    }

    .default-section__info p {
    }

.purple-section {
    display: flex;
    justify-content: center;
    padding: 29px 0px;
}

.purple-section__container {
    /* max-width: 1294px; */
    /* width: 100%; */
    /* background: #F3F3FE; */
    /* border-radius: 32px; */
    min-height: 598px;
    display: flex;
    justify-content: space-between;
}

.purple-section__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
    /* padding-right: 15px; */
}

.purple-section__title {
    font-weight: 400;
    font-size: 45px;
    /* line-height: 52px; */
    color: #000000;
    /* margin-bottom: 42px; */
}

.purple-section__text {
    max-width: 600px;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    color: #232323;
    letter-spacing: 0.6px;
}

.wrapper-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-section__title {
    margin-bottom: 45px;
}

.wrapper-section__container {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.wrapper-section__block {
    background: #ffffff;
    border-radius: 8px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2rem;
    max-width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
}

.wrapper-section__block-icon {
    font-size: 6rem;
    width: 1em;
    height: 1em;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}



@media (max-width: 1050px) {
    .slider-section {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
        padding: 0 9px;
    }

    .slider-section__slide {
        flex-direction: column;
        align-items: center;
    }

    .slider-section__slide-info {
        padding: 10px;
    }

        .slider-section__slide-info h2 {
            margin-bottom: 30px;
            letter-spacing: -1.5px;
        }

            .slider-section__slide-info h2 span {
                font-size: 40px;
                line-height: 40px;
                margin-bottom: 40px;
            }

        .slider-section__slide-info p {
            max-width: 100%;
            margin-bottom: 47px;
        }

        .slider-section__slide-info a {
            padding: 12px 32px 10px 36px;
            letter-spacing: 0.5px;
        }

    .slider-section__slide-image {
        margin-top: 17px;
        display: flex;
        align-items: end;
        padding-left: 0px;
        padding-bottom: 43px;
    }

        .slider-section__slide-image img {
            width: 390px;
            height: 285px;
        }

            .slider-section__slide-image img:nth-child(1) {
                display: none;
            }

            .slider-section__slide-image img:nth-child(2) {
                display: block;
            }

    .slider-section__button-next::after, .slider-section__button-prev::after {
        bottom: -190px !important;
    }

    .slider-section__button-next::after {
        content: "";
        left: -10px !important;
    }

    .slider-section__button-prev::after {
        content: "";
        right: -10px !important;
    }

    .slider-section__pagination {
        position: absolute;
        display: flex;
        justify-content: center;
        gap: 10px;
        bottom: 10px !important;
    }

        .slider-section__pagination .swiper-pagination-bullet {
            width: 87px;
            height: 2px;
            background: #000000;
            opacity: 1;
            border-radius: 0px;
        }

        .slider-section__pagination .swiper-pagination-bullet-active {
            background: #EF5DA8;
        }

    .default-section {
        /* padding: 0px 10px 20px; */
        display: flex;
        justify-content: center;
       
    }

    .default-section__container {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .default-section__img {
        order: 2;
    }

        .default-section__img img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 326px;
            border-radius: 32px;
        }

    .default-section__info {
        order: 1;
        padding: 0px;
    }

        .default-section__info h3 {
            font-size: 36px;
            margin-bottom: 32px;
        }

        .default-section__info p {
            font-size: 18px;
            line-height: 25px;
            letter-spacing: 0.6px;
        }

    .purple-section {
        display: flex;
        justify-content: center;
        padding: 21px 10px;
    }

    .purple-section__container {
        border-radius: 32px;
        flex-direction: column;
        align-items: center;
    }

    .purple-section__info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 30px 8px 0px;
    }

    .purple-section__title {
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 28px;
    }

    .purple-section__text {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.6px;
    }

    .purple-section__img {
        padding-bottom: 25px;
    }

        .purple-section__img img {
            height: 327px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .wrapper-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .wrapper-section__title {
        font-size: 30px;
        line-height: 52px;
        margin-bottom: 1rem;
    }

    .wrapper-section__container {
        gap: 37px;
    }

    .wrapper-section__block {
    }

    .wrapper-section__block-icon {
    }

    .wrapper-section__block p {
        /* font-size: 18px; */
        /* line-height: 25px; */
        margin-bottom: 0;
    }

        .wrapper-section__block p br {
            display: none;
        }
}

@media (max-width: 768px) {
    section{
        padding: 3rem 1rem;
    }
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 1.7rem;
    }
    section img{
        max-width:100% !important;
    }
    #welcome p,
    p {
        font-size: 1rem;
    }
}
/*# sourceMappingURL=main.css.map */

