/* === Google Font Import - Poppins === */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --swiper-navigation-size2: 25px;
}

.swiper {
    width: 1440px;
}

.cards {
    position: relative;
    margin: 20px 0;
}

.cards .cards-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    z-index: 100;
}

section .cards .image {


    padding: 3px;
}

section .cards .image img {
    /*height: 100%;*/
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 25px;
}

.cards .media-icons {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards .media-icons i {
    color: #fff;
    opacity: 0.6;
    margin-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cards .media-icons i:hover {
    opacity: 1;
}

.cards .name-profession {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top: 10px;
}

.name {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 25.6px;
    line-height: 27px;

    color: #034EA2;
}

.name-profession .profession {
    font-size: 15px;
    font-weight: 500;
}

.cards .rating {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.cards .rating i {
    font-size: 18px;
    margin: 0 2px;
    color: #7d2ae8;
}

.cards .button {
    width: 100%;
    display: flex;
    justify-content: start;
    margin-top: 20px;
}

.cards .button button {
    border: none;
    color: #034EA2;
    font-size: 14px;
    transition: all 0.3s ease;
}

.swiper-pagination {
    position: absolute;
}

.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #7d2ae8;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 0.7;
    color: #7d2ae8;
    transition: all 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}

div.cards.swiper-slide.swiper-slide-active > div.cards-content > div > a > img {
    width: 400px;
    height: 400px;
    border-radius: 25px;
}

.cards.swiper-slide.swiper-slide-active {
    margin-right: 250px !important;
}

.on-right-arrow {
    width: 15.58px;
    height: 11.15px;
    margin-top: -3px;
}

.aboutMe {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #034EA2;
}

.aboutMe:hover {
    color: #034EA2;
}

.swiper-button-next, .swiper-button-prev {
    top:calc(100% - 50px)!important;
    width: calc(var(--swiper-navigation-size2) / 44 * 27) !important;
    height: var(--swiper-navigation-size2) !important;
    margin-top: calc(0px - (var(--swiper-navigation-size2) / 2)) !important;
    color: #034EA2 !important;
    background: rgba(3, 78, 162, 0.2);
    border-radius: 50%;
    padding: 1.5rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: bold;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: calc(100% - 127px)!important;

}


@media screen and (max-width: 990px) {
    .cards.swiper-slide.swiper-slide-active {
        margin-right: 300px !important;
    }

}

@media screen and (max-width: 770px) {
    .cards.swiper-slide.swiper-slide-active {
        margin-right: 350px !important;
    }

}
.our-news-title{
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 25.6px;
    line-height: 60px;
    /* or 125% */
    color: #034EA2;
}


.section-our-news{
    background-color: #ffffff;
    padding: 50px 0;
}
@media screen and (max-width: 440px) {
    div.cards.swiper-slide.swiper-slide-active > div.cards-content > div > img {
        width:350px;
    }
    .social-icons-tab{
        flex-direction: column!important;
    }

}
@media screen and (max-width: 500px) {
    .social-icon{
        padding:0!important;
    }
}