.our-team-container {
    width: 100vw;
    overflow: hidden;
}

.our-team-sub-container {
    width: 90%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--poppins-font);
    margin: auto;
}

#subscriptionBanner {
    display: none;
}

.page1 {
    margin-top: 8rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.page1 .img-arrow-container {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    justify-content: center;
}

.page1 .img-arrow-container img {
    height: 20px;
    width: 20px;
}

.page1 .img-arrow-container .our-team-heading {
    font-size: 1rem;
    font-weight: 600;
    color: #282828;
}

.page1 .meet-our-team-text {
    font-size: 60px;
    font-weight: 600;
    line-height: 90px;
    text-align: center;
}

.page1 .our-team-para {
    font-size: 24px;
    font-weight: 300;
    line-height: 48px;
    max-width: 800px;
    text-align: center;
}




.page2 {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page2 .founder-text {
    color: #0000001A;
    font-size: 330px;
    font-weight: 400;

}

.role-name-container .name {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.role-name-container .role {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.page2 .co-founder-text {
    color: #0000001A;
    font-size: 240px;
    font-weight: 400;
}

.page2 .founder-details-container,
.page2 .co-founder-details-container {
    width: 100%;
    display: flex;
    gap: 7rem;
}

.page2 .founder-details-container .img-container,
.page2 .co-founder-details-container .img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -13rem;
}

.page2 .founder-details-container .img-container img,
.page2 .co-founder-details-container .img-container img {
    width: 400px;
}

.page2 .founder-details-container .img-container .role-name-container,
.page2 .co-founder-details-container .img-container .role-name-container {
    box-shadow: 0px 0px 10px 0px #00000059;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    width: 83%;
    margin-top: -2rem;
    padding: 2rem;
    text-align: center;
}

.page2 .founder-details-container .img-container .role-name-container::before,
.page2 .co-founder-details-container .img-container .role-name-container::before {
    content: "";
    height: 9px;
    background: linear-gradient(90.05deg, #00115E 0%, #000000 50%, #00115E 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.description-container p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    max-width: 817px;
}

.details-container {
    display: flex;
    gap: 4rem;
    flex-direction: column;
}

.page2 .social-icons {
    justify-content: flex-start !important;
}

.cf .description-container {
    text-align: end;
}

.cfd {
    justify-content: flex-end;
}

.cfd .img-container {
    margin-top: -10rem !important;
}

.page2 .cf .social-icons {
    justify-content: flex-end !important;
}

.managers-text {
    color: #0000001A;
    font-size: 300px;
    font-weight: 400;
}

.page3 .cards-container {
    display: flex;
    justify-content: space-around;
    width: 98%;
    margin: auto;
    margin-top: -10rem;
}
.btn-container{
    cursor:pointer;
}

.card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 310px;
    border: 2px solid #DCDCDC;
    background: #fff;
    padding-bottom: 20px;
    text-align: center;
    padding-block: 10px;
    gap: 1rem;
}

.card-container .img-container {
    width: 275px;
    height: 252px;
}

.card-container .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-container .details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    height: 100%;
}
.card-container .details-container .text-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.card-container .name {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.card-container .role {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 22px
}

.card-container .desc {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    padding: 10px;
}

.social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
}

.social-icons a {
    background: #252525;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: hover 0.3s ease-in-out; */
}

.social-icons img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.page1,
.page2,
.page3,
.page4,
.page5 {
    background: white;
}

.page4 .developers-text {
    font-size: 277px;
    font-weight: 400;
    text-align: center;
    color: #0000001A;
}

.page4 .cards-container {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: auto;
    margin-top: -10rem;
    gap: 13px;

}

.page5 .designers-text {
    font-size: 165px;
    font-weight: 400;
    line-height: 247px;
    color: #0000001A;
    text-align: center;
    white-space: nowrap;
    margin-top: 2rem;
}

.page5 .cards-container {
    display: flex;
    justify-content: space-around;
    width: 98%;
    margin: auto;
    margin-top: -7rem;
}

.page6 {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 7rem;
    margin-bottom: 4rem;
}

.page6 .join-container {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.page6 .join-team-text {
    font-size: 4rem;
    font-weight: 700;
    line-height: 6rem;
    text-align: center;
}

.page6 .join-para {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    max-width: 718px;
    text-align: center;
}

.page6 .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-blue);
    border-radius: 10px;
    width: 215px;
    height: 61px;
}

.page6 .btn-container a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
}

.page6 .img-container {
    width: 100%;
}

.page6 .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media (max-width:1650px) {
    .page1 .our-team-para {
        font-size: 20px;
        line-height: 43px;
        max-width: 615px;
    }

    .role-name-container .name {
        font-size: 20px;
        line-height: 32px;
    }

    .role-name-container .role {
        font-size: 16px;
        line-height: 24px;
    }

    .page1 .meet-our-team-text {
        font-size: 44px;
        line-height: 50px;
    }

    .page2 .founder-details-container .img-container,
    .page2 .co-founder-details-container .img-container {
        margin-top: -10rem;
    }

    .cfd .img-container {
        margin-top: -8rem !important;
    }

    .page2 .founder-text {
        font-size: 270px;
    }

    .page2 .founder-details-container .img-container img,
    .page2 .co-founder-details-container .img-container img {
        width: 350px;
    }

    .page2 .founder-details-container,
    .page2 .co-founder-details-container {
        gap: 6rem;
    }

    .description-container p {
        font-size: 16px;
    }

    .page2 .co-founder-text {
        font-size: 200px;
        white-space: nowrap;
    }

    .managers-text {
        font-size: 245px;
    }

    .page4 .developers-text {
        font-size: 234px;
    }

    .card-container .img-container {
        width: 200px;
        height: 165px;
    }

    .card-container .details-container, .card-container .details-container .text-details {
        gap: 0.3rem;
    }

    .card-container {
        width: 260px;
    }

    .card-container .desc,
    .card-container .role {
        font-size: 12px;
    }

    .social-icons img {
        width: 16px;
        height: 16px;
    }

    .social-icons a {
        width: 32px;
        height: 32px;
    }

    .page5 .designers-text {
        font-size: 137px;
    }

    .page4 .cards-container {
        margin-top: -9rem;
    }

    .page6 .join-container {
        gap: 2rem;
    }

    .page6 .join-team-text {
        font-size: 44px;
        line-height: 4rem;
    }

    .page6 .join-para {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        max-width: 606px;
    }

    .page6 .btn-container {
        width: 180px;
        height: 55px;
    }

    .page6 .btn-container a {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 1400px) {
    .page2 .founder-text {
        font-size: 230px;
        line-height: 230px;
    }

    .page2 .founder-details-container,
    .page2 .co-founder-details-container {
        gap: 4rem;
    }

    .page2 .founder-details-container .img-container img,
    .page2 .co-founder-details-container .img-container img {
        width: 300px;
    }

    .page2 .founder-details-container .img-container,
    .page2 .co-founder-details-container .img-container {
        margin-top: -6rem;
    }

    .page2 .co-founder-text {
        font-size: 170px;
        line-height: 170px;
    }

    .description-container p {
        font-size: 14px;
        line-height: 24px;
    }

    .page2 .co-founder-text {
        font-size: 170px;
    }

    .details-container {
        gap: 3rem;
        margin-top: 3rem;
    }

    .cfd .img-container {
        margin-top: -5rem !important;
    }

    .card-container .img-container {
        width: 155px;
        height: 135px;
    }

    .card-container {
        width: 220px;
    }

    .details-container {
        margin-top: 0;
    }

    .card-container .name {
        font-size: 16px;
    }

    .social-icons {
        gap: 0.5rem;
    }

    .social-icons a {
        width: 28px;
        height: 28px;
    }

    .social-icons img {
        width: 14px;
        height: 14px;
    }

    .page4 .developers-text {
        font-size: 200px;
    }

    .page4 .cards-container {
        margin-top: -7rem;
    }

    .page5 .designers-text {
        font-size: 110px;
    }

    .managers-text {
        font-size: 225px;
    }

    .page3 .cards-container {
        margin-top: -8rem;
    }
}

@media (max-width:1150px) {
    .page1 .our-team-para {
        font-size: 17px;
        line-height: 35px;
        max-width: 522px;
    }

    .page2 .founder-text {
        font-size: 195px;
        line-height: 230px;
    }

    .page2 .founder-details-container .img-container img,
    .page2 .co-founder-details-container .img-container img {
        width: 255px;
    }

    .card-container {
        width: 180px;
    }

    .card-container .img-container {
        width: 155px;
        height: 135px;
    }

    .social-icons a {
        width: 28px;
        height: 28px;
    }

    .social-icons img {
        width: 14px;
        height: 14px;
    }

    .page4 .cards-container {
        margin-top: -6rem;
    }

    .page4 .developers-text {
        font-size: 160px;
    }

    .managers-text {
        font-size: 180px;
        line-height: 220px;
    }

    .page3 .cards-container {
        margin-top: -5rem;
    }

    .page5 .designers-text {
        font-size: 94px;
        line-height: 131px;
    }

    .page2 .co-founder-text {
        font-size: 130px;
    }

    .page5 .cards-container {
        margin-top: -3rem;
    }
}

@media (max-width: 1024px) {
    .managers-text {
        font-size: 145px;
        line-height: 220px;
        text-align: center;
    }

    .page4 .developers-text {
        font-size: 130px;
    }

    .card-container .img-container {
        width: 250px;
        height: 220px;
    }

    .card-container {
        width: 290px;
    }

    .page4 .cards-container {
        margin-top: -4rem;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .page3 .cards-container {
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .page5 .designers-text {
        font-size: 70px;
        line-height: 100px;
    }

    .page5 .cards-container {
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
        margin-top: -2rem;
    }

    .page2 .founder-text {
        font-size: 170px;
        line-height: 230px;
    }

    .page2 .founder-details-container .img-container .role-name-container,
    .page2 .co-founder-details-container .img-container .role-name-container {
        padding: 1.4rem;
    }

    .page2 .founder-details-container,
    .page2 .co-founder-details-container {
        gap: 3rem;
    }

    .page2 .founder-details-container .img-container img,
    .page2 .co-founder-details-container .img-container img {
        width: 295px;
    }

    .page2 .co-founder-text {
        font-size: 120px;
    }
}

@media (max-width: 768px) {
    .page2 .founder-text {
        font-size: 150px;
        line-height: 230px;
    }

    .page2 .founder-details-container .img-container img,
    .page2 .co-founder-details-container .img-container img {
        width: 220px;
    }

    .page2 .co-founder-text {
        font-size: 100px;
    }

    .page2 .founder-details-container .img-container .role-name-container,
    .page2 .co-founder-details-container .img-container .role-name-container {
        padding: 1rem;
    }

    .page4 .developers-text {
        font-size: 109px;
    }

    .page5 .designers-text {
        font-size: 60px;
    }

    .page5 .cards-container {
        margin-top: -2.5rem;
    }

    .managers-text {
        font-size: 122px;
    }

    .page3 .cards-container {
        margin-top: -5.5rem;
    }

    .page2 .founder-details-container .img-container img,
    .page2 .co-founder-details-container .img-container img {
        width: 269px;
    }

    .page2 .founder-details-container .img-container,
    .page2 .co-founder-details-container .img-container {
        margin-top: -6rem;
    }
}

@media (max-width:740px) {
    .managers-text {
        /* transform: rotate(90deg); */
        width: 165px;
        line-height: 248px;
        position: absolute;
        z-index: 1;
        margin-left: -4rem;
        text-transform: uppercase;
        margin-top: 2rem;
        width: 106px;
        word-wrap: break-word;
        font-size: 127px;
    }

    .page3 .cards-container {
        flex-direction: column;
        margin-top: 5.5rem;
    }

    .page4 {
        padding-right: 55px;
    }

    .page4 .developers-text {
        font-size: 158px;
        width: 78px;
        word-wrap: break-word;
        position: absolute;
        margin-left: 16rem;
        z-index: 1;
        margin-top: 8rem;
    }

    .page4 .cards-container {
        margin-top: 9rem;
        flex-wrap: wrap;
        gap: 2rem;
        flex-direction: column;
    }

    .page5 .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .page5 .designers-text {
        font-size: 90px;
        width: 30px;
        word-break: break-word;
        white-space: normal;
        position: absolute;
        z-index: 1;
        line-height: 125px;
        margin-top: 8rem;
        margin-left: -1rem;
    }

    .page5 .cards-container {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 8rem;
    }

    .page2 .founder-details-container,
    .page2 .co-founder-details-container {
        gap: 2rem;
    }

    .page2 .founder-details-container .img-container .role-name-container,
    .page2 .co-founder-details-container .img-container .role-name-container {
        width: 230px;
    }

    .details-container {
        width: 380px;
        max-width: 90%;
    }

    .details-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        order: 2;
        gap:0;
    }

    .cf .description-container {
        width: 400px;
        text-align: center;
        max-width: 90%;
    }

    .cfd .img-container {
        margin-top: -4.5rem !important;
    }

    .page2 .co-founder-text {
        font-size: 75px;
    }

    .page2 .founder-text {
        font-size: 115px;
    }

    .page2 .founder-details-container,
    .page2 .co-founder-details-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:500px) {
    .page1 .img-arrow-container img {
        height: 16px;
        width: 16px;
    }
    .page1 .img-arrow-container .our-team-heading {
        font-size: 14px;
    }
    .page1 .img-arrow-container .our-team-heading {
        font-size: 14px;
    }
    .page1 .our-team-para {
        font-size: 14px;
        line-height: 27px;
    }
    .page2 .founder-text {
        font-size: 78px;
        margin-top: -3rem;
    }
    .card-container .img-container {
        width: 220px;
        height: 173px;
    }
    .card-container {
        width: 264px;
    }
    .managers-text {
        /* transform: rotate(90deg); */
        width: 165px;
        line-height: 227px;
        margin-left: -3rem;
        width: 100px;
        font-size: 91px;
    }
    .page3{
        padding-left: 25px;
    }
    .page4 .developers-text {
        font-size: 100px;
        width: 78px;
        margin-left: 15rem;
        line-height: 210px;
    }
    .page5 .designers-text{
        font-size:80px;
        line-height: 115px;
    }
    .page2 .co-founder-text {
        font-size: 55px;
    }
    .page6 .btn-container a {
        font-size: 14px;
        line-height: 1.5rem;
    }
    .page6 .btn-container {
        width: 154px;
        height: 45px;
    }
    .page6 .join-para {
        font-size: 14px;
        line-height: 1.3rem;
    }
    .page6 .join-container {
        gap: 1.5rem;
    }
    .page6{
        margin-top:5rem;
    }
    .page4 {
        padding-right: 40px;
    }
    .page6 .join-team-text {
        font-size: 36px;
        line-height: 3rem;
    }
    .page1{
        margin-top:6rem;
    }
    .page1 .meet-our-team-text{
        font-size:40px;
    }
}
