/* Top Slider css */
.swiper-slide:hover .swiper-slide-box {
    background-color: #111111;
    opacity: 0.7;
    /* background-color: rgba(17, 17, 17, 0.7); */
}

.swiper-slide-box {
    position: absolute;
    top: 50%;
    left: 150px;
    right: 0;
    bottom: 0;
    /* margin: auto; */
    max-width: max-content;
    height: max-content;
    padding: 20px;
    transition: .5s ease-in;
    transform: translateY(-50%);
}

.swiper-slide-box_inner h4 {
    color: #FFFFFF;
    margin: 0 0 10px;
    font-size: 56px;
}

.swiper-slide-box_inner a {
    color: #FFFFFF;
    background-color: #111111;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: start;
    width: max-content;
}

.swiper-slide-box_inner a img {
    width: 18px;
    margin-left: 10px;
}

.swiper-slide-box_inner p {
    color: #FFFFFF;
    margin: 10px 0 0;
}

.twc-top-slider .swiper-wrapper {
    overflow: unset !important;
}

.twc-top-slider .swiper-slide>img {
    width: 100%;
}

.twc-top-slider .swiper-pagination-bullets {
    margin-top: 0;
}

.twc-top-slider .swiper-button-next {
    width: 58px !important;
    height: 58px !important;
    opacity: 0.8;
    background-color: #111111;
    right: 0 !important;
    background-image: url(/wp-content/plugins/top-slider-elementor/image/next-white.svg) !important;
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.twc-top-slider .swiper-button-next:hover {
    background-color: #FFFFFF;
    background-image: url(/wp-content/plugins/top-slider-elementor/image/next-black.svg) !important;
}

.twc-top-slider .swiper-button-prev {
    width: 58px !important;
    height: 58px !important;
    opacity: 0.8;
    background-color: #111111;
    left: 0 !important;
    background-image: url(/wp-content/plugins/top-slider-elementor/image/prev-white.svg) !important;
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.twc-top-slider .swiper-button-prev:hover {
    background-color: #FFFFFF;
    background-image: url(/wp-content/plugins/top-slider-elementor/image/prev-black.svg) !important;
}






.full-width-force {
    max-width: 100vw !important;
    width: 100vw;
}


@media screen and (min-width: 1441px) {
    .full-width-force {
        max-width: 100vw !important;
        width: 100vw;
        transform: translateX(calc((1300px - 100vw) / 2));
    }
}

@media screen and (max-width:1440px) and (min-width: 1201px) {
    .full-width-force {
        transform: translateX(calc((1100px - 100vw) / 2));
    }
}

@media screen and (max-width:1200px) and (min-width: 1025px) {
    .full-width-force {
        transform: translateX(calc((960px - 100vw) / 2));
    }
}

@media screen and (max-width:1024px) {
    .swiper-slide-box_inner h4 {
        font-size: 40px;
    }

    .swiper-slide-box {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: none;
    }

    .twc-top-slider {
        margin-top: 70px;
    }
}

@media screen and (max-width:1024px) and (min-width: 801px) {
    .full-width-force {
        transform: translateX(calc((768px - 100vw) / 2));
    }
}

@media screen and (max-width:800px) {
    .full-width-force {
        transform: translateX(calc((86% - 100vw) / 2));
    }
}

@media screen and (max-width:767px) {
    .swiper-slide-box_inner h4 {
        font-size: 30px;
    }

    .swiper-slide-box_inner a {
        width: max-content;
    }

    .twc-top-slider .swiper-slide>img {
        min-height: 500px;
        object-fit: cover;
    }

    .swiper-slide:hover .swiper-slide-box {
        background-color: transparent;
        opacity: 1;
        /* background-color: rgba(17, 17, 17, 0.7); */
    }

    .twc-top-slider .swiper-button-next {
        background-color: transparent;
        width: 40px !important;
        height: 40px !important;
        background-size: 12px auto;
    }

    .twc-top-slider .swiper-button-prev {
        background-color: transparent;
        width: 40px !important;
        height: 40px !important;
        background-size: 12px auto;
    }

    .twc-top-slider .swiper-button-next:hover,
    .twc-top-slider .swiper-button-prev:hover {
        background-color: transparent;
    }

    .swiper-slide-box {
        margin: auto;
    }
}

@media screen and (max-width:480px) {
    .full-width-force {
        transform: translateX(calc((82% - 100vw) / 2));
    }
}