.work-tagline {
    font-weight: bold;
    font-size: 2rem;
    margin-top: 3rem;
}

@media (max-width: 575.98px) {
    .work-tagline {
        font-size: 1.2rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .work-tagline {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .work-tagline {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}

.heading-icon {
    width: 25%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    background-color: black;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    top: -200px;
    /* left: -200px; */
    /* width: calc(100% + 400px); */
    width: 100%;
    height: calc(100% + 400px);
    /* background-position: 50% 50%;
    background-size: cover; */
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide-title {
    font-size: 2.2rem;
    line-height: 1;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    top: -15rem;
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .slide-title {
        font-size: 6.5vw;
        max-width: 70%;
        top: -20rem;
    }

    .slide-image {
        background-size: contain;
        top: -25rem;
        /* top: -250px; */
    }

    .slideshow-pagination {
        top: 40%;
    }
}

@media (min-width: 1500px) {
    .slide-title {
        top: -30rem !important;
    }
}

@media (min-width: 45em) {
    .slide-title {
        font-size: 4vw;
        max-width: none;
    }
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.slideshow {
    position: relative;
}

.slideshow-pagination {
    display: none !important;
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s opacity;
    z-index: 10;
}

.slideshow-pagination-item {
    display: flex;
    align-items: center;
}

.slideshow-pagination-item .pagination-number {
    opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
    cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
}

.slideshow-pagination-item.active .pagination-number {
    opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
}

.slideshow-navigation-button {
    display: none !important;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all 0.3s ease;
    color: #FFF;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.slideshow-navigation-button.prev {
    left: 0;
}

.slideshow-navigation-button.next {
    right: 0;
}

.pagination-number {
    display: none !important;
    font-size: 1.8rem;
    color: #FFF;
    font-family: "Oswald", sans-serif;
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none !important;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}

/* .services-section {
    width: 100%;
    height: 100vh;
} */

.services-section {
    width: 100vw;
    height: 100vh;
    margin-left: -20px;
}

.slide-sub-title {
    display: none;
    font-size: 25px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.slide-sub-title:before {
    content: '\a';
    white-space: pre-wrap;
}

@media (max-width: 640px) {
    .slide-sub-title {
        font-size: 20px;
    }

    .slide-sub-title:before {
        content: '\a\a';
        white-space: pre-wrap;
    }
}

/* index team section */
.teamsection {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 5%;
}

@media screen and (max-width: 799px) {
    .teamsection {
        padding: 50px 0%;
    }
}

.teamsection .title {
    text-align: center;
    margin-bottom: 80px;
    color: #6F7073;
    font-size: 44px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100px;
}

.teamsection .title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 10px;
    background: #6F7073;
    border-radius: 50px;
    bottom: 0;
    opacity: 0.2;
}

@media screen and (max-width: 799px) {
    .teamsection .title:before {
        width: 60px;
        height: 5px;
    }
}

@media screen and (max-width: 799px) {
    .teamsection .title {
        font-size: 32px;
        height: 60px;
        margin-bottom: 40px;
    }
}

.teamsection .team-cards {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.teamsection .team-cards .swiper-container {
    max-width: 85%;
    height: 360px;
    padding: 0 20px;
    cursor: default;
    /* Card */
}

@media screen and (max-width: 1180px) {
    .teamsection .team-cards .swiper-container {
        /* max-width: 600px; */
    }
}

@media screen and (max-width: 799px) {
    .teamsection .team-cards .swiper-container {
        /* max-width: 280px; */
        height: 370px;
        padding: 0 20px;
        overflow: visible;
    }
}

.teamsection .team-cards .swiper-container .swiper-slide {
    background-color: #000;
    /* width: 280px !important; */
    width: auto;
    height: 320px;
    border-radius: 4px;
    position: relative;
    transition: all 0.4s ease;
}

.teamsection .team-cards .swiper-container .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    transition: all 0.4s ease;
}

.teamsection .team-cards .swiper-container .swiper-slide .card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #000;
}

.teamsection .team-cards .swiper-container .swiper-slide .card .bg {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    border-radius: 4px 4px 0px 0px;
    transition: all 0.4s ease;
    background: #000;
    z-index: 1;
}

.teamsection .team-cards .swiper-container .swiper-slide .card .photo {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 20px;
    border: 3px solid #FFFFFF;
    transition: all 0.4s ease;
    box-shadow: 0px 4px 10px rgba(111, 112, 115, 0.3);
}

.teamsection .team-cards .swiper-container .swiper-slide .card .photo:before,
.teamsection .team-cards .swiper-container .swiper-slide .card .photo:after {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    content: "";
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0;
    left: 0;
    top: 0;
}

.teamsection .team-cards .swiper-container .swiper-slide .card .photo:before {
    background: #403E3E;
    z-index: 1;
}

.teamsection .team-cards .swiper-container .swiper-slide .card .photo:after {
    background: linear-gradient(140deg, #D45B7A, #FDA576);
    z-index: 2;
}

.teamsection .team-cards .swiper-container .swiper-slide .card .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamsection .team-cards .swiper-container .swiper-slide .card .text {
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    transform: translateY(120px);
    transition: all 0.3s ease;
}

.teamsection .team-cards .swiper-container .swiper-slide .card .text .name {
    font-size: 22px;
    color: #ff007f;
    font-weight: 600;
}

.teamsection .team-cards .swiper-container .swiper-slide .card .text .role {
    font-size: 14px;
    font-weight: 600;
    color: #CBCBCB;
    letter-spacing: 0.8px;
    margin-top: 0px;
}

.teamsection .team-cards .swiper-container .swiper-slide:hover {
    transform: translateY(3px);
}

.teamsection .team-cards .swiper-container .swiper-slide:hover:before {}

@media screen and (max-width: 799px) {
    .teamsection .team-cards .swiper-container .swiper-slide:hover {
        transform: translateY(0px);
    }

    .teamsection .team-cards .swiper-container .swiper-slide:hover:before {}
}

.teamsection .team-cards .swiper-container .swiper-slide:hover .card .photo {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(111, 112, 115, 0.3);
}

@media screen and (max-width: 799px) {
    .teamsection .team-cards .swiper-container .swiper-slide:hover .card .photo {
        transform: translateY(0px);
        box-shadow: 0px 4px 10px rgba(111, 112, 115, 0.3);
    }
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card {
    overflow: hidden;
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .social {
    transform: translateY(55px);
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .text {
    color: white;
    transform: translateY(0px);
    transition: all 0.6s ease;
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .text .name,
.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .text .role {
    color: white;
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .photo {
    width: 100%;
    height: 100%;
    top: 0px;
    border: solid 0px transparent;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(111, 112, 115, 0);
    transform: translateY(0px);
    transition: all 0.4s ease;
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .photo:before {
    height: 100%;
    opacity: 0.5;
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .photo:after {
    height: 100%;
    opacity: 0.8;
    border-radius: 4px;
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .photo img {
    filter: grayscale(100%);
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .photo:hover {
    transform: translateY(0px);
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .bg {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .bg:before {
    opacity: 0.5;
}

.teamsection .team-cards .swiper-container .swiper-slide.show-more .card .bg:after {
    opacity: 0.8;
}

.teamsection .team-cards .swiper-pagination {
    bottom: 0;
    display: none;
}

@media screen and (max-width: 799px) {
    .teamsection .team-cards .swiper-pagination {
        display: block;
    }
}

.teamsection .team-cards .swiper-pagination .swiper-pagination-bullet {
    background-color: #6F7073;
    margin: 0 5px;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.teamsection .team-cards .swiper-pagination .swiper-pagination-bullet:focus {
    outline: 0;
}

.teamsection .team-cards .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
    width: 16px;
}

.teamsection .team-cards .navigation {
    width: 100%;
    height: 28px;
    position: absolute;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
    top: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1180px) {
    .teamsection .team-cards .navigation {
        width: 750px;
    }
}

.teamsection .team-cards .navigation .swiper-button-prev,
.teamsection .team-cards .navigation .swiper-button-next {
    width: 28px;
    height: 28px;
    background-position: center;
    transition: all 0.4s ease;
    top: 0;
    margin-top: 0;
}

.teamsection .team-cards .navigation .swiper-button-prev:focus,
.teamsection .team-cards .navigation .swiper-button-next:focus {
    outline: none;
}

@media screen and (max-width: 799px) {

    .teamsection .team-cards .navigation .swiper-button-prev,
    .teamsection .team-cards .navigation .swiper-button-next {
        display: none;
    }
}

.teamsection .team-cards .navigation .swiper-button-prev {
    filter: grayscale(1) brightness(3);
    background-position-x: 5px;
    transform: translateX(5px);
}

.teamsection .team-cards .navigation .swiper-button-prev:hover {
    transform: translateX(0px);
}

.teamsection .team-cards .navigation .swiper-button-next {
    filter: grayscale(1) brightness(3);
    background-position-x: -5px;
    transform: translateX(-5px);
}

.teamsection .team-cards .navigation .swiper-button-next:hover {
    transform: translateX(0px);
}

.teamsection .team-cards .swiper-container .swiper-slide .swiper-slide-active {
    border: 0px solid transparent;
}

.bg {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.bg .box-link {
    margin-top: 20px;
}