﻿html,
body {
    position: relative;
    height: 100%;
}

body {
    font-size: 15px;
 
    background-color: #fff !important;
    font-family: "Playfair Display", serif !important;
    color: #000;
    margin: 0;
    padding: 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  
  font-weight:bold !important;
 
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    font-weight: bold !important;
}
.swiper-pagination {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.swiperRef {
    display: flex;
    max-width: 1251px;
    width: 100%;
    height: 317px;
    margin:0px auto;
}
    .swiperRef .swiper {  height: 317px; }
        .swiper {
    display: flex;
    max-width: 1251px;
    width: 100%;
    height: 517px;
}
.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 0px !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .75) !important;
    background: #0f0e38 !important;
}
.swiper-pagination-bullet-active {
    background: #efefef !important;
    border:1px solid #bc000e;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
}

    .swiper-slide img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }

@media (max-width: 768px) {
    .swiper-button-next:after, .swiper-button-prev:after {
    font-size:21px!important;
    }
        .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
       
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        font-weight: 400 !important;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        font-weight: 400 !important;
    }

    .swiper-pagination-bullet { background-color:#fff;
    }
    .swiper-pagination {
        height: 30px;
        bottom: 25px !important;
/*        display: none;
      visibility: hidden;*/
    }
    .ban01 {
        padding-bottom: 20px;
    }
    .swiper {
        height: 405px;
    }

    .swiper-pagination-bullet-active {
        background-color: #9f0a2a;
    }
}

@media (max-width: 414px) {



    .swiperRef .swiper-slide img {
        width: 96% !important;
        height: auto !important;
 
    }

    .swiper-slide img {
        width: 100% !important;
        height: auto !important;
        max-width: none;
        max-height: none;
    }

    .swiper {
        height: 400px;
    }

    .swiper-pagination-bullet-active {
 
    }
}

@media (max-width: 370px) {

    .swiper-slide img {
        width: 100% !important;
        height: auto !important;
        max-width: none;
        max-height: none;
    }

    .swiper {
        height: 380px;
    }
    .swiper-pagination-bullet-active {
     
    }  
}

@media (max-width: 360px) {

    .swiper {
 
    }

    .swiper-pagination-bullet-active {
    
    }
}