.home-slider {
    width: 100%;
    height: 75vh!important;
}

.home-slider .swiper-slide {
    background: #fff;
}

.home-slider .swiper-slide .text-bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: none;
}

.home-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #213f7f!important;
    position: relative;
}

.home-slider .swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 2px;
    top: 2px;
    background: #fff;
    border-radius: 0%!important;
}

.home-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 0px!important;
    width: 100%!important;
}

.home-slider .swiper-pagination-bullet {
    display: inline-block;
    background: #213f7f;
    opacity: 1;
    margin: 2px!important;
}

.home-slider .swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.home-slider .swiper-slide .text-bg a.button1 {
    display: inline-block;
    opacity: 0;
    margin-top: 10px;
    font-weight: 500;
    background: #213f7f;
    color: #fff;
    padding: 14px 22px;
    letter-spacing: 0.5px;
    font-size: 13px;
    border-radius: 5px;
}

.home-slider .swiper-slide .text-bg a.button2 {
    background: #fff;
    padding: 10px 15px;
    color: #213f7f;
    display: inline-block;
    opacity: 0;
    font-size: 15px;
}

.home-slider .swiper-slide-active .text-bg a.button1 {
    opacity: 1;
}

.home-slider .swiper-slide-active .text-bg a.button2 {
    opacity: 1;
}

.home-slider .swiper-slide .text-bg .text2 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 27px;
    margin: 0 auto;
}

@media (max-width:1024px) {
    .home-slider {
        width: 100%;
        height: 210px!important;
        background-size: cover;
        background-position: center;
    }
    .home-slider .swiper-slide .text-bg {
        background: transparent;
    }
    .home-slider .swiper-slide {
        background: #fff;
        background-size: cover!important;
    }
    .home-slider .swiper-slide .text-bg .text1 {
        width: 80%!important;
        font-size: 25px;
        color: #282826;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
        text-align: center;
        margin: 0 auto;
    }
    .home-slider .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }
    .home-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }
    .home-slider .swiper-button-next,
    .swiper-button-prev {
        top: 50%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: -22px;
        font-size: 35px;
    }
}

@media (min-width:1025px) and (max-width:1366px) {
    .home-slider .swiper-slide {
        height: 75vh;
        background-size: cover!important;
        overflow: hidden;
        background-position: center!important;
    }
}

@media (min-width:1367px) {
    .home-slider .swiper-slide {
        height: 700px;
        background-size: cover!important;
        overflow: hidden;
    }
}

@media (min-width:1025px) {
    .bannerefek {
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: ease-in-out;
    }
    .home-slider .swiper-slide .text-bg:before {
        content: '';
        opacity: 0;
        position: absolute;
        left: -380px;
        top: 0px;
        width: 53%;
        height: 100%;
        background: #ffffffbf;
        white-space: nowrap;
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: ease-in-out;
        transform: skew(-17deg, 0deg);
        -moz-transform: skew(-17deg, 0deg);
        -webkit-transform: skew(-25.5deg, 0deg);
        -o-transform: skew(-17deg, 0deg);
        -ms-transform: skew(10deg, 20deg);
        display: none;
    }
    .home-slider .swiper-slide-active .text-bg:before {
        opacity: 0.8;
        left: -250px;
    }
    .home-slider .swiper-slide .text-bg .col {
        opacity: 0;
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: ease-in-out;
        margin-left: -30px;
        text-align: center;
    }
    .home-slider .swiper-slide-active .text-bg .col {
        opacity: 1;
        margin-left: 0px;
    }
    .home-slider .swiper-slide .text-bg .text1 {
        /* font-family: 'Dancing Script', cursive; */
        font-size: 35px;
        line-height: 35px;
        color: #fff;
        font-weight: 600;
        opacity: 0;
        display: block;
        margin-bottom: 20px!important;
        margin: 0 auto;
        text-shadow: 1px 1px 10px #000;
        font-family: 'Lobster', cursive;
        letter-spacing: 1px;
    }
    .home-slider .swiper-slide .text-bg .text1 span {
        line-height: 45px;
        display: block;
        font-weight: 300;
        font-size: 37px;
        margin-top: 15px;
        color: #000;
        display: block;
    }
    .home-slider .swiper-slide-active .text-bg .text1 {
        opacity: 1;
    }
    .home-slider .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        border-radius: 0px!important
    }
    .home-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }
    .home-slider .swiper-button-next,
    .swiper-button-prev {
        top: 50%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: -22px;
        font-size: 35px;
    }
}