﻿@font-face {
    font-family: 'vogalis';
    src: url('../fonts/vogalis.otf') format('opentype');
}

@font-face {
    font-family: 'vogalis';
    src: url('../fonts/vogalis.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-light';
    src: url('../fonts/montserrat-light.ttf') format('truetype');
}
section {
    position: relative;
    width: 100%;
    margin-inline: auto;
    background: #fff;
    overflow: hidden;
}

.swiperrr1 {
    padding: 20px 10px 50px;
}

.team-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s;
}

    .team-card:hover {
        transform: translateY(-8px);
    }

.team-image {
    height: 320px;
    overflow: hidden;
}

    .team-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .4s;
    }

.team-card:hover .team-image img {
    transform: scale(1.05);
}

.team-content {
    padding: 25px;
    text-align: center;
}

    .team-content h3 {
        margin: 0;
        font-size: 24px;
        color: #2c4d6e;
        font-family: vogalis;
    }

.team-position {
    display: block;
    margin: 8px 0 15px;
    color: #70a4d0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-content p {
    color: #666;
    line-height: 1.7;
    font-size: 14px;
}

.team-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #70a4d0;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    transition: .3s;
}

    .team-btn:hover {
        background: #4f89bb;
        color: white;
    }

.swiper-button-prev, .swiper-button-next {
    top: 45%;
}

    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 14px;
        color: #fff;
    }

.swiper-button-prev {
    border: 1px solid #70a4d0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #70a4d0;
    left: 30px;
}

    .swiper-button-prev:hover {
        border: 1px solid #fff;
    }

.swiper-button-next {
    border: 1px solid #70a4d0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #70a4d0;
    right: 30px;
}

    .swiper-button-next:hover {
        border: 1px solid #fff;
    }

        .swiper-button-next:hover:after, .swiper-button-prev:hover:after {
            color: #fff;
        }
.divImageee {
    height: 200px !important;
    width: 200px !important;
}

.testimonial-slider .elementskit-profile-image-card {
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    display: flex;
}