.slider {
    display: block;
    position: relative;
    width: 100%;
    max-width: 900px;
    background-color: white;
    overflow: hidden;
    border-radius: 4px;
}

.slider__slides {
    width: 100%;
    padding-top: 66%;
}

.slider__slide {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: lemonchiffon;
    transition: 1s;
    opacity: 0;
}

.slider__slide.active {
    opacity: 1;
}

.slider__slide img {
    width: 100%;
}

.slider__nav-button {
    position: absolute;
    height: 20px;
    width: 20px;
    /* background-color: #333; */
    opacity: .8;
    cursor: pointer;
}


#nav-button--prev {
    bottom: 11px;
    right: 65px;
    transform: translateY(-50%);
    z-index: 2;
}

#nav-button--next {
    bottom: 11px;
    right: 24px;
    transform: translateY(-50%);
    z-index: 2;
}

#nav-button--prev::after,
#nav-button--next::after {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    width: 12px;
    height: 12px;
}

#nav-button--next::after {
    top: 50%;
    right: 50%;
    transform: translate(25%, -50%) rotate(-45deg);
}

#nav-button--prev::after {
    top: 50%;
    right: 50%;
    transform: translate(75%, -50%) rotate(135deg);
}

.slider__nav {
    position: absolute;
    bottom: 1%;
    right: -53px;
    transform: translateX(-50%);
    text-align: center;
}

.slider__navlink {
    display: inline-block;
    height: 40px;
    width: 90px;
    border-radius: 50px;
    border: 1px #FFFFFF4D solid;
    background-color: black;
    opacity: 1;
    margin: 0 10px 0 10px;
    cursor: pointer;

}

.slider__navlink.active {
    background-color: black;
    border: 1px #FFFFFF4D solid;
}


@media screen and (max-width: 640px) {
    .slider__nav-button {
        height: 40px;
        width: 40px;
    }

    .slider__navlink {
        height: 12px;
        width: 12px;
    }
}

.top_slider_title {
    color: #fff;
    font-size: 34px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 1em !important;
    text-decoration: none;
    padding: 20px;
    z-index: 9;
    font-weight: 600;
}

.top_slider_title:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.bottom_slider_title {
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    padding: 20px;
    z-index: 2;
    font-weight: 600;
}

.bottom_slider_title div:nth-of-type(1) a {
    color: #FABC2C;
    text-decoration: none;
}

.bottom_slider_title div:nth-of-type(2) a {
    color: white;
    text-decoration: none;
}

.bottom_slider_title div a:hover {
    text-decoration: underline;
}

/* swiper slider  */

.swiper-row a {
    font-size: 19px;
    color: #111619;
    line-height: 22.8px;
    text-decoration: none;
    font-weight: 600;
}

.swiper-row span {
    font-size: 12px;
    color: #809098;
    line-height: 16.5px;
    font-weight: 600;
}

.swiper1 {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(212 212 212);
    border-radius: 0.25rem;
}

.swiper-slide1 {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-col div a {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #111619;
    text-align: left !important;
    font-weight: 600;
    text-decoration: none;
}

.swiper-col div a:hover {
    text-decoration: underline;
}

.swiper-col div img {
    width: 112px;
    height: 88px;
    border-radius: 5px;
}

.swiper-button-next1,
.swiper-button-prev1, .swiper-button-next2,
.swiper-button-prev2 {
    color: #84949C !important;
}

.swiper-button-next1:after,
.swiper-button-prev1:after, .swiper-button-next2:after,
.swiper-button-prev2:after {
    font-size: 10px !important;
    font-weight: 600;
}

.swiper-button-next1 {
    right: -6px !important;
}

.swiper-button-prev1, .swiper-button-prev2 {
    left: -6px !important;
}


.swiper2 {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(212 212 212);
    border-radius: 0.25rem;
}

.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next2{
    right: -8px !important;
}

.swiper-button-prev2 {
    left: -8px !important;
}