.main-container {
    padding: 0 !important;
    height: auto !important;
}

.page-section {
    height: auto !important;
}

.swiper-pagination-bullet-active {
    background-color: white !important;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    padding: 0 60px !important;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

body.about-body-white {
    background: white !important;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 13px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}
.alreadyJoined{
    text-align: start;margin-left: 50px;z-index: 555;color:white
}
.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }
    .about-swiper-next {
        top: 22px !important;
        right: 15px !important;
    }
    .about-swiper-prev {
        top: 22px !important;
        right: 54px !important;
    }
    .about-inner-container {
        max-width: 100% !important;
    }
    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        padding: 0 15px !important;
    }
    .alreadyJoined{
      margin-left: 25px
    }
}

.about-main-container {
    padding: 0 !important;
    height: auto !important;
}

.about-page-section {
    height: auto !important;
}

.about-swiper-pagination-bullet-active {
    background-color: white !important;
}

.about-swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.about-navbar-container {
    padding: 0 60px !important;
}

.about-section-first {
    margin: 0 auto !important;
    min-height: 100vh;
    height: 100%;
}

.about-section-second {
    flex-direction: column;
    gap: 10px;
    margin-top: 80px;
    align-items: flex-start;
    position: relative;
    height: 100vh;
}

.about-background-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.about-inner-container {
    max-width: 1069px;
    margin: auto;
    display: flex;
    height: 100vh;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.about-swiper-next {
    position: absolute;
    top: 28px;
    right: 40px;
    color: white;
    border: solid 1px white;
    border-radius: 50%;
    padding: 10px;
    width: 30px;
    height: 30px;
}

.about-swiper-prev {
    top: 28px;
    right: 80px;
    color: white;
    left: unset;
    border: solid 1px white;
    border-radius: 50%;
    padding: 10px;
    width: 30px;
    height: 30px;
}

.about-slide-container {
    padding: 0 0 40px 0;
}

.about-slide-content {
    padding-right: 13px;
}

.about-card-wrapper {
    padding: 10px;
}

.about-user-card {
    height: 450px;
    border: none;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.about-user-icon {
    width: 150px;
    height: 150px;
    border-radius: 5rem;
    margin: auto;
}

.about-view-profile-btn {
    background-color: transparent !important;
    color: #0D92F4 !important;
    border: 1px solid #0D92F4 !important;
    border-radius: 1rem;
    text-decoration: none !important;
}

.about-body-white {
    background: white !important;
}

.about-container-center {
    margin: 0 auto !important;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-form-section {
    gap: 20px;
}

.about-eye-icon {
    margin-right: 15px;
}

.about-privacy-text {
    font-size: 13px;
    text-align: left;
    padding-top: 27px;
}