/*Start Slider CSS*/

.swiperGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.swiper-pagination {
    bottom: 45px !important;
}
/*.swiperImage {
    width: 550px;
}
*/
.swiperImage img {
    width: 100%;
}

.swiperText h2 {
    font-family: 'Konnect';
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 60px;
    color: #242424;
    margin-bottom: 32px;
}

.swiperText p {
    font-size: 16px;
    line-height: 24px;
    color: #242424;
    letter-spacing: 0.4px;

}

.swiperText a {
    font-weight: 700;
    color: #2f2f2f;
    text-decoration: none;
    padding-top: 45px;
    display: block;
}

.swiperPrev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.swiperSlider .col-md-12 {
    position: inherit;
}
/*.productSwiper{
    width: 60%;
}
*/
.swiperNext {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.swiperSlider {
    padding: 0;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
}
.swiperPrev img {
    cursor: pointer;
    width: 60px;
}
.swiperNext img {
    cursor: pointer;
    width: 60px;
    float: right;
}
.swiperSlider .swiper-pagination-bullet-active {
    width: 28px !important;
    height: 6px;
    background-color: #9B9B9B;
    border-radius: 10px;
}

.swiperSlider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #9B9B9B;
    opacity: 1;
}
/*Slider Close*/