/* BANNER */
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannertext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    &:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(to left, transparent 50%, hsl(0deg 0% 0% / 70%));
        width: 100%;
        height: 100%;
    }
}
.webox {
    width: 100%;;
    position: relative;;
    z-index: 1;
    max-width: 900px;
}
.hmbo_wrap {
    display: flex;
    align-items: center;
    height: 100%;
}
.banner .heading-62 {
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 10px;
}
.semi-head {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    position: relative;
    &:before {
        content: "";
        position: absolute;
        top: 14px;
        left: -210px;
        width: 180px;
        background-color: var(--white);
        height: 1px;
    }
}
.small-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
}
.banner .button-group {
    margin-top: 25px;
}
.js_hmbanner {
    height: 790px;
}
.js_hmbanner .slidediv > img {
    width: 100%;
    height: 790px;
    object-fit: cover;
}
.js_hmbanner img.mobile-banner {
    display: none !Important;
}
.js_hmbanner.slick-arrow .slick-prev {
    left: 20px;
}
.js_hmbanner.slick-arrow .slick-next {
    right: 20px;
}
.js_hmbanner.slick-arrow .slick-arrow {
    border-color: var(--white);
}
.js_hmbanner.slick-arrow button.slick-prev::after,
.js_hmbanner.slick-arrow button.slick-next::after {
    filter: brightness(0) invert(1);
}
/* ********* || Shop By Collection || ********* */
.collection-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.collection-grid li {
    width: 25%;
    padding: 0 10px;
}
.collection-item {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.collection-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, hsl(0deg 0% 0% / 70%));
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}
.collection-item .collection-img {
    background: #ffffff;
}
.collection-item .collection-info {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    padding: 0 25px 0 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    text-align: left;
}
.collection-item .collection-info .heading-22 {
    color: var(--white);
    margin-bottom: 0;
    max-width: 250px;
    min-height: 54px;
}
.collection-item .collection-info .heading-22:before {
    content: "";
    position: absolute;
    left: -34px;
    top: 14px;
    width: 20px;
    height: 1px;
    background-color: var(--white);
}
.collection-item .collection-img > img,
.collection-item .collection-info {
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}
@media (min-width: 992px) {
    .collection-item:hover:after {
        opacity: 0;
    }
    .collection-item:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 1;
        background-image: linear-gradient(to bottom, transparent, hsl(196.2deg 100% 46.47% / 80%));
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
    }
    .collection-item:hover:before {
        height: 100%;
    }
    .collection-item:hover .collection-img > img {
        transform: scale(1.1);
    }
    .collection-item:hover .collection-info {
        transform: translate(0, -75px);
    }
    .collection-item:hover span.arrow-alink {
        position: absolute;
        transform: rotate(-45deg);
        background: var(--white);
        left: 30px;
        bottom: -48px;
        width: 38px;
        height: 38px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .collection-item:hover span.arrow-alink > img {
        filter: brightness(0);
    }
}
/* ********* || Why Choose Us || ********* */
.choose-col {
    width: 465px;
    padding: 0 85px;
}
.choose-img {
    width: calc(100% - 930px);
    position: relative;
    z-index: 1;
}
.choose-item:not(:last-child) {
    margin-bottom: 100px;
}
.ch-icon {
    width: 100px;
    height: 100px;
    background: var(--blue);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.ch-info {
    text-align: center;
    .heading-18 {
        margin-bottom: 10px;
    }
    & p {
        font-size: 18px;
    }
}
.circle-skyshape {
    position: absolute;
    top: -15px;
    left: 19px;
    right: 0;
    z-index: -1;
}
@media screen and (min-width: 1921px) {
    .js_hmbanner,
    .js_hmbanner .slidediv > img {
        height: auto;
    }
}
@media screen and (min-width: 1200px) {
    .hm-best-sellers .category-wrapper {
        margin-top: 100px;
    }
}
/* START MEDIA QUERY */
@media screen and (max-width: 1700px) {
    .mobile-shop-menu {
        /* padding-right: 10px; */
    }
    .menu_link nav > ul > li {
        padding: 0 8px;
    }
}
@media screen and (max-width: 1439.99px) {
    /* ********* || Why Choose Us || ********* */
    .choose-col {
        width: 360px;
        padding: 0 40px;
    }
    .choose-img {
        width: calc(100% - 720px);
    }
}
@media screen and (max-width: 1199.99px) {
    /* ********* || Banner || ********* */
    .js_hmbanner,
    .js_hmbanner .slidediv > img {
        height: 650px;
    }
    /* ********* || Why Choose Us || ********* */
    .choose-col {
        width: 300px;
        padding: 0;
    }
    .choose-img {
        width: calc(100% - 600px);
        padding: 0 20px;
    }
    .collection-grid li {
        width: 33.33%;
    }
}
@media screen and (max-width: 991.99px) {
    /* ********* || Banner || ********* */
    .js_hmbanner,
    .js_hmbanner .slidediv > img {
        height: 500px;
    }
    .banner .button-group {
        justify-content: center;
    }
    .webox {
        max-width: 100%;
        text-align: center;
    }
    .semi-head {
        font-size: 14px;
        &:before {
            content: none;
        }
    }
    .small-heading {
        font-size: 16px;
    }
    /* ********* || Why Choose Us || ********* */
    .choose-col, .choose-img {
        width: 100%;
        padding: 0;
    }
    .choose-img {
        padding: 0;
        margin: 50px 0;
    }
    .choose-item:not(:last-child) {
        margin-bottom: 30px;
    }
    .choose-item {
        display: flex;
    }
    .ch-icon {
        width: 65px;
        height: 65px;
        margin: 0;
        padding: 15px;
    }
    .ch-info {
        text-align: left;
        width: calc(100% - 65px);
        padding-left: 15px;
    }
    .circle-skyshape {
        left: 0;
    }
    .homepg .content-wrapper .ctent-column {
        text-align: center;
    }
}
@media screen and (max-width: 767.76px) {
    .js_hmbanner img.mobile-banner {
        display: block !Important;
    }
    .js_hmbanner img.desktop_banner {
        display: none !Important;
    }
    .collection-grid li {
        width: 50%;
    }
}
@media screen and (max-width: 575.76px) {
    .collection-item {
        .collection-info {
            .heading-22 {
                max-width: 140px;
                min-height: auto;
                font-size: 18px;
            }
        }
    }
    .collection-grid {
        margin: 0 -3px;
    }
    .collection-grid li {
        padding: 0 3px;
        margin-bottom: 5px;
    }
    .collection-grid:not(.slick-initialized) .collection-info .heading-22::before {
        content: none;
    }
    .collection-grid:not(.slick-initialized) .collection-info {
        padding: 0 15px;
    }
    .collection-grid:not(.slick-initialized) .collection-info .heading-22 {
        font-size: 16px;
    }
}
@media screen and (max-width: 360px) {
}