.footer-main {
    margin-left: 0;
    margin-right: 0;
}

.home-banner-desktop {
    display: flex;
    align-items: flex-start;
}

.home-banner-mobile {
    display: none;
}

.home-banner-desktop .home-banner-item:first-child,
.home-banner-desktop .home-banner-item:last-child {
    flex: 0 0 12.5%;
}

.home-banner-desktop .home-banner-item:last-child .home-banner-item-link {
    clip-path: polygon(55px 0%, 0% 100%, 1000% 100%, 100% 0%);
    width: 100%;
}

.home-banner-desktop .home-banner-item.active .home-banner-item-link .media-inactive {
    transform: translateX(-350px);
    opacity: 0;
}

.home-banner-desktop .home-banner-item:hover .home-banner-item-link:after {
    box-shadow: inset 5px 20px 100px 10px black;
}

.home-banner-desktop .home-banner-item.active .home-banner-item-link {
    clip-path: polygon(58px 0%, 0% 100%, calc(100% - 60px) 100%, 100% 0%);
    transition: none;
    width: calc(100% + 65px);
    pointer-events: all;
}

.home-banner-desktop .home-banner-item {
    transition: flex 0.25s;
    height: 360px;
    position: relative;
    flex: 0 0 14.6%;
    cursor: pointer;
}

.home-banner-desktop .home-banner-item-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(58px 0%, 0% 100%, 95% 100%, 100% 0%);
    width: calc(100% + 65px);
    overflow: hidden;
    pointer-events: none;
}

.home-banner-desktop .home-banner-item:first-child .home-banner-item-link {
    clip-path: polygon(0% 0%, 0% 100%, calc(100% - 60px) 100%, 100% 0%);
}

.home-banner-desktop .home-banner-item-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    transition: box-shadow 0.3s;
}

.home-banner-desktop .home-banner-item:first-child .home-banner-item-link::before {
    display: none;
}

.home-banner-desktop .home-banner-item-link:before {
    content: "";
    background: transparent linear-gradient(180deg, #FFBA30 0%, #FF0FB4 100%) 0% 0% no-repeat padding-box;
    height: calc(100% + 60px);
    position: absolute;
    z-index: 5;
    width: 5px;
    left: 30px;
    top: -40px;
    transform: rotate(9.2deg);
}

@media (min-width: 1500px) {
    .home-banner-desktop .home-banner-item-link:before {
        width: 6px;
        left: 30px;
        top: -40px;
    }
}

.home-banner-desktop .home-banner-item.active {
    flex: 1 0 0;
}

.home-banner-desktop .home-banner-image {
    width: 100%;
    height: 100%;
}

.home-banner-desktop .home-banner-image picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .home-banner-desktop .home-banner-image img {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        object-position: center left;
    }
}

.home-banner-desktop .home-banner-image img {
    width: 100%;
}

.home-banner-desktop .home-banner-item-link .media-inactive {
    position: absolute;
    max-width: 350px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: transform 0.15s;
    opacity: 1;
    max-height: 450px;
}

.home-customer-say .customer-say-mid {
    flex-direction: column;
    justify-content: center !important;
    text-align: center;
    align-items: center;
}

.home-customer-say .customer-say-img {
    margin-bottom: 16px;
}

.home-customer-say .awords-inner {
    margin-top: 0;
    justify-content: space-around;
}

.career-coaching-section .row:first-child {
    align-items: end;
}

.all-carrers-btn,
.shop-all-deals {
    text-align: end;
    margin-bottom: 50px;
}

.shop-all-deals a {
    padding: 12px 24px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    background-color: #212529;
    border: solid 2px #212529;
    font-weight: 600;
}

.shop-all-deals a:hover {
    background-color: #fff;
    color: #212529;
}

.all-carrers-btn a {
    display: inline-flex;
    column-gap: 16px;
    align-items: center;
    color: #212529;
}

.all-carrers-btn span.icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f1f5f8;
}

.all-carrers-btn span.icon svg {
    width: 14px;
    height: 14px;
}

.home-carrers {
    overflow: hidden;
}

.category-item-link p {
    font-size: 8px !important;
    font-weight: 700;
    color: #303033;
    line-height: normal;
}

.category-item-link {
    font-size: 8px;
    font-weight: 600;
    color: #303033;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 40px;
    text-align: center;
}

.category-item-link {
    text-align: center;
    min-width: 40px;
}

.category-item-link .item-icon img,
.category-item-link .item-icon svg {
    height: 20px;
    color: inherit;
}

.category-item-link p {
    margin: 6px 0 0;
}

.category-slider-section {
    background-color: #fef051;
    padding: 30px 0;
}

.category-slider-outer {
    position: relative;
    margin: 0 20px;
}

.category-slider-outer .slick-next,
.category-slider-outer .slick-prev {
    background-color: transparent !important;
    height: auto !important;
}

.category-slider-outer .slick-next {
    right: 0;
}

.category-slider-outer .slick-prev {
    left: 0;
}

.category-slider-outer .slick-prev::before,
.category-slider-outer .slick-next::before {
    color: #212529 !important;
}

.big-deal-outer {
    padding: 50px 20px;
    border-radius: 20px;
    margin-top: 70px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.big-deal-section .head-row {
    align-items: end;
}

.big-deal-section .row.slider-row {
    margin-right: -32px;
}

.deal-slider-outer .slick-slide .deal-item {
    background: #eee;
    border-radius: 16px;
    padding: 2px;
    position: relative;
}

.deal-item:hover,
.deal-item.active {
    background: linear-gradient(127deg, #FF1EB9 0%, #FFBA30 100%) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.deal-item-inner {
    background-color: #fff;
    border-radius: 16px;
}

.deal-item .main-img {
    border-radius: 16px;
    height: 150px;
    object-fit: cover;
}

.deal-item .category-logos {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin: 20px 0;
}

.deal-item .category-logos img,
.deal-item .category-logos svg {
    max-width: 20px;
}

.deal-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px;
}

.deal-content {
    padding: 12px;
}

.deal-content .crosPrice {
    font-size: 16px;
    line-height: 1;
    color: #8e8e8e;
    text-decoration: line-through;
}

.deal-content .prsPrice {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #222223;
    font-weight: 700;
    line-height: 1;
}

.deal-content .prs0 {
    font-size: 12px;
    line-height: 1;
    background-color: #5ac13c;
    min-height: 24px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border-radius: 50px;
    min-width: 40px;
    margin-left: 8px;
}

.deal-content .prsPrice-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 8px;
}

.deal-content .btn-buy {
    color: #303033;
    width: 26px;
    height: 22px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    border-radius: 0;
}

.deal-item .free-gift {
    clip-path: polygon(0% 0%, 100% -3.45%, 100% 67.24%, 84.94% 103.45%, 0% 100%);
    background-color: #f7bc50;
    padding: 4px 12px 4px 8px;
    font-size: 14px;
    font-weight: 700 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #554c41 !important;
    position: absolute;
    left: -10px;
    top: 30px;
}

.deal-item .free-gift svg {
    min-width: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

.deal-slider-outer .slick-slide {
    margin-left: 12px;
    margin-right: 24px;
}

.deal-slider-outer .slick-dots {
    display: flex !important;
    justify-content: flex-start;
    position: static;
    margin-bottom: 0;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 24px;
}

.deal-slider-outer .slick-dots li {
    width: 100%;
    background-color: #ccc;
    height: 4px;
    margin: 0px;
}

.deal-slider-outer .slick-dots .slick-active {
    background-color: #000000;
}

.deal-slider-outer .slick-next {
    right: 10px;
}

.deal-slider-outer .slick-prev {
    left: -10px;
}

.deal-slider-outer .slick-next,
.deal-slider-outer .slick-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 1;
    background: #000;
    top: 30%;
}

.category-item-link:hover {
    color: #303033;
    text-decoration: underline;
}

.ultimate-section-outer {
    padding: 50px 20px;
    border-radius: 20px;
    margin-top: 70px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.ultimate-section-outer .cmn-heading h2 {
    margin-bottom: 10px;
    text-align: center;
}

.ultimate-section-outer .cmn-heading p {
    text-align: center;
    font-weight: 600;
}

.ultimate-section-outer .cmn-heading hr {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #303033;
}

.ultimate-content p a {
    font-weight: 700;
    color: #f7bc50;
}

.ultimate-content p a:hover {
    color: #cc9526;
    text-decoration: underline;
}

.ultimate-content p {
    text-align: center;
    margin-bottom: 20px;
}

.ultimate-content p strong {
    font-weight: 700;
}

.ultimate-content p:last-child {
    margin-bottom: 0;
}

.advantage-section {
    margin-top: 70px;
}

.advantage-box {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 30px 20px;
    background-color: #f7f7f7;
    border-radius: 16px;
    height: 100%;
}

.advantage-box h3 {
    font-size: 24px;
    font-weight: 700;
}

.advantage-box p {
    font-size: 14px;
    margin-bottom: 0;
}

.advantage-icon img,
.advantage-icon svg {
    height: 60px;
}


@media (max-width:1200px) {
    .home-banner-desktop {
        display: none;
    }

    .home-banner-mobile {
        display: block !important;
    }

    .home-banner-mobile .slick-dots li button {
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.4;
    }

    .home-banner-mobile .slick-dots {
        bottom: 0;
        margin-bottom: 40px;
    }

    .home-banner-mobile .slick-dots li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 12px;
        height: 12px;
    }

    .home-banner-mobile .slick-dots li.slick-active button {
        opacity: 1;
    }

    .home-banner-image img {
        /* height: 550px; */
        /* border-radius: 20px; */
        object-fit: cover;
        width: 100%;
    }

    .home-banner-mobile .home-banner-item-link {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 20px 12px;
        height: 550px;
        border-radius: 20px;
    }

    .home-banner-mobile .home-banner-item-link::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        height: 5px;
        width: 100%;
        background-image: linear-gradient(90deg, #FFBA30 0%, #FF0FB4 100%);
    }
}

@media (max-width:992px) {

    .category-slider-outer .slick-prev {
        left: -20px;
    }

    .category-slider-outer .slick-next {
        right: -20px;
    }

    .home-page .footer-main {
        margin-bottom: 24px !important;
    }

    .home-customer-say .awords-inner {
        margin-top: 50px;
        justify-content: center;
    }

    .advantage-box h3 {
        font-size: 20px;
        font-weight: 600;
    }

}

@media (max-width:575px) {

    .all-carrers-btn,
    .shop-all-deals {
        margin-bottom: 30px;
        text-align: left;
    }

    .category-slider-outer {
        margin: 0 !important;
    }

    .shop-all-deals a {
        padding: 8px 16px;
    }

    .big-deal-outer,
    .ultimate-section-outer {
        padding: 30px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .career-coaching-section .slick-dots {
        margin-bottom: 0 !important;
    }

    .advantage-section {
        margin-top: 30px;
    }

    .advantage-section .box-row {
        row-gap: 20px;
    }

    .home-banner-image img,
    .home-banner-mobile .home-banner-item-link {
        height: 180px;
    }

    .deal-slider-outer .slick-next,
    .deal-slider-outer .slick-prev {
        width: 35px;
        height: 35px;
        top: 30%;
    }

    .deal-content .btn-buy svg {
        min-width: 28px;
        min-height: 22px;
    }
}

@media (min-width: 576px) {

    .category-item-link,
    .category-item-link p {
        font-size: 12px !important;
    }

    .category-item-link .item-icon img,
    .category-item-link .item-icon svg {
        height: 28px;
    }

    .category-item-link p {
        margin-top: 8px;
    }


}