/* Mim-style homepage banner */
.mim-hero .slider-wrap ul,
.mim-hero .slider-wrap ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mim-hero .slider-wrap {
    position: relative;
}

.mim-hero .slider-01 .item {
    padding: 3% 0 3%;
    height: 100vh;
    min-height: 560px;
    background-color: #09080a;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    text-align: center;
    margin: 0;
    position: relative;
    display: flex !important;
    align-items: center;
}

.mim-hero .slider-01 .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.mim-hero .slider-01 .item .container {
    position: relative;
    z-index: 2;
}

.mim-hero .slider-01 .item span {
    font-size: clamp(18px, 2vw, 25px);
    text-transform: uppercase;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #fff;
    letter-spacing: 0.06em;
}

.mim-hero .slider-01 .item h2 {
    font-size: clamp(30px, 5vw, 60px);
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 24px 0 8px;
}

.mim-hero .slider-01 .item p {
    color: #dcdcdc;
    font-size: clamp(14px, 1.6vw, 17px);
    font-weight: 500;
    margin: 25px 0 60px;
    padding-left: 25px;
    padding-right: 25px;
}

.mim-hero .slider-01 .slick-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 999;
    font-size: 0;
    background: transparent;
    border: none;
    width: 43px;
    height: 43px;
    border-color: #ccc;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    transition: 0.3s ease all;
}

.mim-hero .slider-01 .slick-next {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 999;
    font-size: 0;
    background: transparent;
    border: none;
    width: 43px;
    height: 43px;
    border-color: #ccc;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-135deg);
    transition: 0.3s ease all;
}

.mim-hero .slider-01 .slick-prev:hover,
.mim-hero .slider-01 .slick-next:hover,
.mim-hero i.down:hover {
    border-color: #E23737 !important;
}

.mim-hero .slider-01 .slick-dots {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 60px 60px;
}

.mim-hero .slider-01 .slick-dots li {
    margin-bottom: 30px;
}

.mim-hero .slider-01 .slick-dots li:last-child {
    margin-bottom: 0;
}

.mim-hero .slider-01 .slick-dots li button {
    width: 67px;
    border: none;
    background: transparent;
    text-align: left;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    padding: 0 0 15px;
    color: #fff;
}

.mim-hero .slider-01 .slick-dots li button:before {
    content: "0";
    position: relative;
    float: left;
}

.mim-hero .slider-01 .slick-dots li button:after {
    content: "";
    background: #E23737;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    transition: 0.4s;
}

.mim-hero .slider-01 .slick-dots li.slick-active button:after {
    width: 100%;
}

.mim-hero .slider-01 .slick-dots li.slick-active button {
    color: #E23737 !important;
}

.mim-hero .next-section {
    position: absolute;
    padding-bottom: 40px;
    left: 50%;
    bottom: 25px;
    color: #ccc;
    font-size: 13px;
    display: table;
    margin: 0 auto;
    transform: translateX(-50%);
    transition: 0.3s ease all;
    text-decoration: none;
    z-index: 10;
}

.mim-hero .next-section:hover {
    color: #E23737 !important;
}

.mim-hero i.down {
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    display: block;
    padding: 3px;
    width: 23px;
    height: 23px;
    margin: 15px auto 0;
    transform: rotate(45deg);
    transition: 0.3s ease all;
}

@media only screen and (max-width: 1199px) {
    .mim-hero .slider-01 .item {
        min-height: 500px;
    }

    .mim-hero .slider-01 .item h2 {
        font-size: 40px;
        line-height: 1.25;
    }

    .mim-hero .slider-01 .item p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .mim-hero .slider-01 .item {
        padding: 200px 0 200px;
        min-height: 420px;
        height: auto;
    }

    .mim-hero .slider-01 .item span {
        font-size: 18px;
    }

    .mim-hero .slider-01 .item h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .mim-hero .slider-01 .item p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .mim-hero .slider-01 .slick-prev {
        width: 26px;
        height: 26px;
        left: 18px;
    }

    .mim-hero .slider-01 .slick-next {
        width: 26px;
        height: 26px;
        right: 18px;
    }

    .mim-hero .slider-01 .slick-dots {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .mim-hero .slider-01 .item {
        height: 100%;
        min-height: 0;
        padding: 150px 0 140px;
    }

    .mim-hero .next-section {
        bottom: 8px;
        font-size: 12px;
    }

    .mim-hero i.down {
        width: 18px;
        height: 18px;
    }
}
