/* INDEX - Styling */
#index #wrapper {
    padding-top: 0;
}

/* start - CAROUSEL */
.carousel .carousel-inner {
    height: 530px;
}

.carousel .carousel-item figure {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(120, 51, 51, 0.2); */
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.carousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.carousel-control {
    width: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease-in-out;
}

.carousel-control:hover {
    background-color: rgb(255, 255, 255, .23) !important;
}

.carousel .carousel-control .icon-next {
    right: 50%;
}

.carousel .carousel-control .icon-prev {
    left: 50%;
}

.carousel .carousel-item .caption {
    max-width: 100%;
    height: 100%;
    width: 100%;
    top: auto;
    left: auto;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 4px;
    /* padding-left: 174px; */
    z-index: 2;
}

.carousel .carousel-item .caption .display-1 {
    font-size: 44px;
    font-weight: 900;
    color: white;
    margin-bottom: -3px;
    ;
}

.carousel .carousel-item .caption .caption-description h2 {
    font-size: 39px;
    font-weight: 600;
    color: white;
    line-height: 60px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.carousel .carousel-item .caption .caption-description a {
    width: fit-content;
    height: 44px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-blue);
    background: white;
    border-radius: var(--btn-radius);
}

/* end - CAROUSEL */
/* start - FEATURES */
.section-features {
    padding-top: 18px;
}


@media only screen and (min-width: 700px) {
    .section-features .features-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 100px;
        transform: inherit !important
    }

    .section-features .feature {
        max-width: 100px;
        text-align: center;
        flex: 1;
        flex-basis: 100px;
    }
}

@media only screen and (max-width: 699px) {
    .section-features .feature {
        justify-content: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        height: 80px;
    }
}


.section-features img.feature-img {
    width: 46px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}

.section-features .feature-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-blue);
}

/* end - FEATURES */
/* start - GENDERS */
.section-genders {
    padding-top: 34px;
}

.section-genders .genders-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
}

.section-genders .gender {
    height: 360px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-genders .gender-content {
    max-width: 280px;
}

.section-genders .gender p {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: white;
    line-height: normal;
    margin-bottom: 4px;
}

.section-genders .gender h2 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

/* end - GENDERS */
/* start - CATEGORIES */
.section-categories {
    padding-top: 100px;
}

.section-categories .categories-wrapper {
    margin-top: 40px;
}

.section-categories .category {
    height: 350px;
    display: flex;
    background-color: #ececec;
}

.section-categories .category:nth-child(even) {
    flex-direction: row-reverse;
}

.section-categories .box {
    flex: 1;
}

.section-categories .category-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-categories .category-cover h2 {
    display: block;
    color: white;
    text-transform: uppercase;
}

.section-categories .category-cover h2.category-cover-prefix {
    font-size: 37px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: -5px;
}

.section-categories .category-cover h2.category-cover-title {
    font-size: 41px;
    font-weight: 900;
    line-height: 60px;
}

.section-categories .category-data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-categories .category-data div {
    max-width: 480px;
}

.section-categories .category-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 3px;
    color: var(--primary-blue);
}

.section-categories .category-desc {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    color: var(--primary-blue);
    margin-bottom: 22px;
    max-width: 89%;
}

.section-categories .category-link {
    color: white;
    background-color: var(--primary-blue);
    font-size: 15px;
    height: 42px;
    font-weight: 600;
    padding: 0 29px;
}

/* end - CATEGORIES */
/* start - BANNER */
.section-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-top: 120px;
    padding: 114px 0;
}

.section-banner .content {
    max-width: 430px;
}

.section-banner .title {
    font-size: 28px;
    font-weight: 900;
    line-height: 51px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
}

.section-banner .text {
    font-size: 19px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 24px;
    color: white;
    width: 60%;
    letter-spacing: 1px;
}

.section-banner .custom-btn {
    color: var(--primary-blue);
    background-color: white;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 33px;
}

/* end - BANNER */

/***** MEW MODELS *****/
.featured-products {
    padding-top: 60px;
}

/***** End MEW MODELS *****/

.section-genders .gender {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}