.mobile {
    display: none;
}

.partner-wrapper .first-section{
    position: relative;
}

.first-section .first-section-bg {
    overflow: hidden;
    max-height: calc(100vh - 85px);
}

.first-section .first-section-bg img {
    min-width: 100%;
}

.partner-wrapper .first-section-content {
    position: absolute;
    top: 0;
    padding: 75px;
    width: 75%;
}

.first-section-content .first-section-first-title, .first-section-second-title {
    font-family: 'Poppins-SemiBold';
    font-size: 80px;
    color: #FFFFFF;
    letter-spacing: -3px;
    line-height: 1.15;
}
.first-section-second-title
{
    margin-bottom: 50px;
    transition: all 1s;
}

.first-section-second-title.animate
{
    margin-left: 60px;
}

.first-section-content .first-section-desc {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 60px;
    width: 60%;
}

.second-section {
    padding: 75px;
    background-color: #fff;
}

.second-section .second-section-title-first {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    letter-spacing: -1px;
    color: var(--main-blue);
    line-height: 1.15;
}

.second-section .second-section-title-second {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    color: var(--main-blue);
    margin-bottom: 40px;
    letter-spacing: -1px;
    line-height: 1.15;
}

.second-section .carousell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-right: 21px;
}

.carousell .second-section-desc {
    margin-right: 20px;
}

.carousell .right-side {
    margin-left: 20px;
}

.second-section .points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    margin-top: 60px;
}

.point .point-image {
    overflow: hidden;
    margin-bottom: 15px;
}

.point .point-image img{
    width: 100%;
}

.point .point-title {
    font-family: 'Poppins-Medium';
    font-size: 24px;
    margin-bottom: 20px;
}

.third-section {
    background-color: var(--blue-variant-3);
    padding: 75px;
}

.third-section .third-section-head {
    border-bottom: 1px solid rgba(0, 79, 92, 0.3);
    padding-bottom: 50px;
}

.third-section-head .third-head-title-first {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    color: var(--accent-color);
    letter-spacing: -1px;
    line-height: 1.15;
}

.third-section-head .third-head-title-second {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    color: var(--accent-color);
    margin-bottom: 30px;
    letter-spacing: -1px;
    line-height: 1.15;
}

.third-section-body {
    padding-top: 50px;
}

.third-section-head .third-head-desc {
    width: 40vw;
    line-height: 1.3;
}

.third-section .third-section-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
}

.third-section-body .third-section-body-title.desktop {
    font-family: 'Poppins-SemiBold';
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.third-section-body .content-right {
    overflow: hidden;
}

.fourth-section {
    background-color: #FFFFFF;
    padding: 75px;
}

.fourth-section .fourth-section-head {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 50px;
}

.fourth-section-head .fourth-head-title-first {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    letter-spacing: -1px;
    color: var(--accent-color);
    line-height: 1.15;
}

.fourth-section-head .fourth-head-title-second {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    color: var(--accent-color);
    margin-bottom: 30px;
    letter-spacing: -1px;
    line-height: 1.15;
}

.fourth-section-body {
    padding-top: 50px;
}

.fourth-section-head .fourth-head-desc {
    width: 40vw;
    line-height: 1.3;
}

.fourth-section .fourth-section-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
}

.fourth-section-body .fourth-section-body-title.desktop {
    font-family: 'Poppins-SemiBold';
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.fourth-section-body .content-right {
    overflow: hidden;
}

.swiper-1 {
    overflow: hidden;
    pointer-events: none;
}

.fourth-section .swiper-1 .swiper-slide {
    background-color: #FFFFFF;
}

.swiper-1 .swiper-button-next,
.swiper-1 .swiper-button-prev {
    position: relative;
    width: fit-content;
    height: fit-content;
    cursor: auto;
    pointer-events: none;
}

.swiper-1 .swiper-button-next svg, 
.swiper-1 .swiper-button-prev svg {
    width: 100px;
    height: 50px;
    margin-top: 0;
    display: block;
    position: relative;
    pointer-events: auto;
}

.swiper-1 .swiper-button-next svg {
    right: calc(-100vw + 260px);
    top: 0;
}

.swiper-1 .swiper-button-prev svg {
    right: calc(-100vw + 390px);
    top: 29px;
}

.swiper-1 .swiper-button-next::after,
.swiper-1 .swiper-button-prev::after {
    content: none;
}


.content-right img {
    min-width: 100%;
    height: 100%;
}

.third-section .choose-slide {
    text-align: end;
    margin-top: 30px;
}

.slide-button {
    cursor: pointer;
}

.choose-slide .left-button {
    margin-left: 5px;
}

.hidden {
    display: none;
}



/* Swiper styles */
.swiper {
    width: 100%;
    height: 100%;
    /* overflow: visible; */
}

.swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 50px;
}

.swiper .swiper-pagination-container {
    position: absolute;
    width: 100%;
    height: -15px;
    bottom: 0px;
    z-index: 1;
}

.single-partnerships .swiper .swiper-pagination-bullet-active {
    background: var(--foreground-color);
}

.short-row {
    background-color: var(--main-blue);
    padding: 75px;
}

.short-row .short-row-title-first {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.15;
}

.short-row .short-row-title-second {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1.15;
}

.short-row .short-row-desc {
    font-family: 'Poppins-Regular';
    font-size: 17px;
    max-width: 50vw;
    color: #fff;
}

.quote-row {
    background-color: #fff; 
    padding: 75px 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.quote-name,
.quote-designation {
    font-family: 'Poppins-Regular';
    font-size: 17px;
    color: var(--main-blue);
}

.quote-content {
    font-family: 'Poppins-Medium';
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: center;
    width: 60%;
    color: var(--main-blue);
}


@media screen and (max-width: 1190px) {
    .first-section-content .first-section-first-title,
    .first-section-content .first-section-second-title {
        font-size: 55px;
    }
}

@media screen and (max-width: 767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .partner-wrapper .first-section-content {
        padding: 30px;
        width: 100%;
    }

    .first-section-content .first-section-first-title,
    .first-section-content .first-section-second-title  {
        font-size: 35px;
    }

    .first-section-content .first-section-desc {
        font-size: 14px;
        margin-bottom: 30px;
        width: 100%;
    }

    .second-section .second-section-title-first {
        font-size: 35px;
    }

    .second-section .second-section-title-second {
        font-size: 35px;
        margin-bottom: 25px;
        padding-left: 30px;
    }
    
    .second-section .carousell {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding-right: 0;
    }

    .carousell .right-side {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .second-section .points {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .point .point-title {
        margin-bottom: 15px;
        font-size: 17px;
    }

    .point .point-desc {
        font-size: 14px;
        line-height: 1.35;
    }

    .third-section-head .third-head-title-first {
        font-size: 35px;
    }

    .third-section-head .third-head-title-second {
        font-size: 35px;
        padding-left: 30px;
        margin-bottom: 40px;
    }

    .third-section-head .third-head-desc {
        font-size: 14px;
        width: 100%;
    }

    .third-section .third-section-head {
        padding-bottom: 25px;
    }

    .third-section-body {
        padding-top: 25px;
    }

    .third-section .third-section-content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .third-section-body .content-right {
        width: 100%;
    }

    .third-section-body-title.mobile {
        font-size: 25px;
        font-family: 'Poppins-SemiBold';
        margin: 5px 0px 25px 0px;
        letter-spacing: -1px;
    }
    .fourth-section-head .fourth-head-title-first {
        font-size: 35px;
    }

    .fourth-section-head .fourth-head-title-second {
        font-size: 35px;
    }

    .fourth-section-head .fourth-head-desc {
        font-size: 14px;
        width: 100%;
    }

    .fourth-section .fourth-section-head {
        padding-bottom: 25px;
    }

    .fourth-section-body {
        padding-top: 25px;
    }

    .fourth-section .fourth-section-content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .fourth-section-body .content-right {
        width: 100%;
    }

    .fourth-section-body-title.mobile {
        font-size: 25px;
        font-family: 'Poppins-SemiBold';
        margin: 5px 0px 30px 0px;
        letter-spacing: -1px;
    }
    .swiper-1 .swiper-button-next svg, .swiper-1 .swiper-button-prev svg {
        width: 90px;
    }

    .swiper-1 .swiper-button-prev svg {
        right: 10px;
        top: 29px;
    }

    .swiper-1 .swiper-button-next svg {
        left: calc(100vw - 140px);
        top: 0;
    }

    .short-row {
        min-height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }

    .short-row .short-row-title-first,
    .short-row .short-row-title-second {
        font-size: 35px;
    }

    .short-row .short-row-title-first
    {
        line-height: 1;
    }

    .short-row .short-row-desc {
        font-size: 14px;
        max-width: 70vw;
        line-height: 1.2;
    }

    .quote-row {
        min-height: 100vh;
        padding: 20px;
    }

    .quote-name,
    .quote-designation {
        font-size: 10px;
    }

    .quote-content {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        letter-spacing: -0.7px;
        line-height: 1.25;
    }

    .first-section .first-section-bg
    {
        max-height: calc(100vh - 60px);
    }
    .first-section .first-section-bg.mobile img
    {
        width: 100vw;
        height: 100vh;
    }

    .first-section-second-title
    {
        margin-bottom: 15px;
    }

    .second-section
    {
        padding: 70px 20px 20px 20px;
    }

    .third-section, .fourth-section
    {
        padding: 70px 20px 60px 20px;
    }

    .second-section .second-section-title-second
    {
        margin-bottom: 35px;
    }

    .swiper .swiper-pagination-container
    {
        bottom: 11px;
    }
    .swiper-pagination-bullet
    {
        height: 6px;
        width: 6px;
    }

    .second-section .carousell .second-section-desc
    {
        font-size: 14px;
        line-height: 1.3;
    }

    .second-section .points
    {
        margin-top: 90px;
    }

    .second-section .points .point
    {
        margin-bottom: 90px;
    }

    .third-section-head .third-head-title-first,
    .third-section-head .third-head-title-second
    {
        line-height: 1;
    }

    .swiper-slide .content-right img
    {
        width: 100%;
    }

    .swiper-1 .swiper-button-next.mobile svg
    {
        left: calc(100vw - 125px);
        top: 26px;
    }

    .swiper-1 .swiper-button-prev.mobile svg
    {
        right: 10px;
        top: 0;
    }

    .swiper-slide .third-section-body .third-section-content .content-left,
    .swiper-slide .fourth-section-body .fourth-section-content .content-left
    {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0.1px;
    }

    .fourth-section .swiper-1 .swiper-slide
    {
        background-color: #FFFFFF;
    }

    .quote-row .logo-2c2p
    {
        transform: scale(0.9);
    }

    .partner-wrapper .first-section::before {
        height: 93vh;
        content: '';
        width: 100vw;
        background: rgba(0,0,0,0.2);
        position: absolute;
    }
}
