.home_banner .overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.305) 52.4%, rgba(0, 0, 0, 0.670021) 77.4%, #000000 100%);
    background-color: transparent !important;
}

.home_banner .banner h3 {
    font-size: 52px;
    font-weight: 600;
    line-height: 52px;
    background: linear-gradient(90deg, #61D7FC 0%, #963A73 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin-top: 0;
    margin-bottom: 30px;
}

.home_banner .banner ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.home_banner .banner ul li {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 24px;
}

.home_banner .banner ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-check-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.home_banner .banner .button {
    height: 56px;
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(90deg, #63D1F7 0%, #963A73 100%);
    margin: 0;
    border: 0;
}

.home_banner .banner .button span {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.home_banner .banner .icon-angle-right {
    line-height: 1;
    top: 0;
}

.home_banner .banner .icon-angle-right::before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../img/icon-right.png) center / contain no-repeat;
}

.home_banner .text-box {
    padding: 0 15px;
}

.product_categories .box-image {
    border-radius: 16px;
}

.product_categories .box-badge .box-text {
    background: #fff;
    width: max-content;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    border-radius: 99px;
}

.product_categories .box-text h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    margin: 0;
}

.product_categories .type.box-badge .box-text {
    transform: unset;
    left: 45px;
    bottom: 30px;
}

.product_list_2 .product-small.box {
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.product_list_2 .product-small .top-tag {
    display: block;
    width: fit-content;
    color: #fff;
    background-color: rgba(29, 31, 32, 1);
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    padding: 8px 12px;
    border-radius: 99px;
    margin-bottom: 10px;
}

.product_list_2 .product-small .box-image {
    border-radius: 0;
    box-shadow: unset;
}

.product_list_2 .product-small .box-text .product-title a {
    font-weight: 600;
    margin-bottom: 15px;
}

.product_list_2 .badge-container {
    display: none;
}

@media screen and (min-width: 550px) {
    .product_list_2 .box-vertical .box-text {
        vertical-align: top;
    }
}

.product_list .section-title-normal {
    justify-content: center;
}

.product_list .section-title-normal .section-title-main::after {
    display: none;
}

.product_list .nav {
    margin-bottom: 16px;
}

.product_list .nav>li>a {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    padding: 4px 24px;
}

.product_list .nav-outline>li.active>a {
    border: 2px solid;
    border-color: transparent !important;
    border-radius: 99px;
    background-image:
        linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)),
        conic-gradient(from 90deg at 0% 100%, #61D7FC, #963A73);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-sizing: border-box;
}

.product_list .nav-outline>li.active>a span {
    background: linear-gradient(90deg, #61D7FC 0%, #963A73 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-transform: none;
}

.home_gallery .row.row-collapse {
    max-width: 100%;
}

.home_rate .text-top {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    color: rgba(252, 252, 252, 1);
}

.home_rate .text-main {
    font-size: 48px;
    font-weight: 600;
    line-height: 52.8px;
    letter-spacing: -2px;
    text-align: left;
    color: #fff;
}

.home_rate .text-main span {
    background: linear-gradient(90deg, #61D7FC 0%, #963A73 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-transform: none;
}

.home_rate h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: #fff;
}

.home_rate .rate-box {
    max-width: 1020px;
    margin: 0;
}

.home_rate .rate-center {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #ffff;
    width: fit-content;
    margin: auto;
}

.home_rate .box-rating {
    width: fit-content;
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 99px;
}

.home_rate .star-rating span:before {
    color: #ffc978;
}

.home_rate .star-rating {
    font-size: 20px;
}

.home_rate .img img {
    height: 50px;
    width: auto;
    object-fit: cover;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .home_banner .banner h3 {
        font-size: 38px;
        font-weight: 600;
        line-height: 38px;
    }

    .home_banner .banner ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }

    .home_banner .banner .button {
        height: 50px;
    }

    .product_categories .box-text h4 {
        font-size: 14px;
    }

    .product_categories .large-6 .image-cover {
        padding-top: 100% !important;
    }

    .product_list .tabbed-content .nav {
        display: flex;
        flex-flow: unset;
        max-width: unset;
        overflow: auto;
        padding-left: 30px;
    }

    .product_list .nav li a {
        width: max-content;
    }

    .row .gallery-col.col:nth-of-type(n+7) {
        display: none;
    }

    .home_rate .text-main {
        font-size: 32px;
        line-height: 35.2px;
    }

    .home_rate .rate-center {
        font-size: 16px;
    }

    .nav>li>a>i.icon-menu {
        color: #000;
    }

}