:root {
    --color-primary-purple: #1c0059;
} 
.hero-home-five {
    background-image: none;
    background-color: var(--color-primary-purple);
}

.carousel-section {
    /* background-image: url("../assets/images/footer/footer-bg.png"); */
    padding: 64px 0 0 0;
    margin: 0;
    /* height: 100vmin; */
    background-color: var(--color-primary-purple);
}

.swiper {
  width: 100%;
  height: 100%;
  position:relative;
  margin-top:25px;
}

.swiper-button-prev {
    /*
        position:absolute;
    top:50%;
    left:10px;
    transform:translateY(-50%);
    z-index:10;
    */
}

.swiper-button-next {
    /*
        position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 10;
    */
}

.slide-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  height: 100%;
}

.slide-content p {
  max-width: 60%;
  align-self: center;
  color:#fff;
}


.home-slider-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.home-slider-text {
    width: 40%;
    position:relative;
    padding:25px;
}

.home-slider-text-inner {
    padding-left:30px;
}

.home-slider-text-inner h3 {
    color: #fff;
    font-size:25px;
    line-height:1.5;
}

.home-slider-text-inner p {
    color: #fff;
    width: 100% !important;
    max-width: 100% !important;
}


@media screen and (max-width:575px) {
    .home-slider-text {
        bottom: unset;
        top: 0;
        left: 0;
        transform: unset;
        width: 100%;
        height: 100%;
        display: flex;
        align-items:center;
    }
}


.home-slider-text-overlay {
    background-color: rgba(0,0,0,.4);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-slider-image {
    width: 60%;
}

.home-slider-image img {
    width: 100%;
}

.story_item {
    border: solid 2px white;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width:1200px) {
    .carousel-section {
        height: 100%;
    }

    .home-slider-text-inner {
        padding-left:0;
        padding:0 30px;
    }

    .home-slider-text, .home-slider-image {
        width: 100%;
    }

    .home-slider-text-overlay {
        display: block;
    }

    .home-slider-text {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: auto;
        z-index: 10;
    }
}

@media screen and (max-width:768px) {
    .home-slider-text-inner p { display:none; }

    .home-slider-text-inner h3 {
        font-size: 16px;
    }
}


    .hm-5-main-title-h2 {
        color: #1f2340 !important;
    }

.livestats-container {
    z-index: 1;
    position: absolute;
    margin-top: -0.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #0d102f;
    width: 85%;
    height: 15rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px;
}

.livestats-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 40px;
}

.livestats {
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .f-stories-container {
        margin-bottom: 4%;
    }

    .weekly-news-container {
        margin-top: 4%;
    }

.livestats-number h4 {
    font-size: 70px;
    font-family: var(--home-5-title-font);
    margin-bottom: 10%;
    color: white;
    margin-bottom:0;
}

    .livestats-label span {
        font-size: var(--font-size-b2);
        color: #237f5c;
        font-size:20px;
    }


    .cat-item {
        position: relative;
    }

    .cat-overlay {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.3);
        opacity: 0;
        width: 100%;
        height: 100%;
        transition: all .3s ease-in-out;
    }

    .cat-image {
        overflow: hidden;
    }

        .cat-image img {
            width: 100%;
            transform: scale(1);
            transition: all .3s ease-in-out;
        }

    .cat-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all .3s ease-in-out;
        width: 80%;
        z-index: 10;
    }

        .cat-title p {
            color: #fff;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
        }

    .cat-item:hover .cat-image img {
        transform: scale(1.1);
    }

    .cat-item:hover .cat-title,
    .cat-item:hover .cat-overlay {
        opacity: 1;
    }

.hm5-feature-area .hm5-feature-content {
    margin-bottom:80px;
}

@media screen and (max-width:992px) {
    .swiper {
        margin-top:0;
    }

    .hm5-feature-area {
        padding-bottom: 250px
    }



    .livestats-container {
        height: 35rem;
        padding:0;
    }

    .livestats-number h4 {
        font-size:54px;
    }

    .livestats-items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .hm5-feature-area.area3 {
        margin-top:160px;
    }
}