img{
    width: 100%;
    height: 100%;
}

section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 5% 5%;
}

button{
    width: 170px;
    height: 50px;
    border: none;
    border-radius: 50px;
    background-color: var(--secondary-color);
    font-size: 1rem;
    color: var(--white-color);
    position: relative;
    z-index: 1;
    cursor: pointer;
}

button:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: var(--text-color);
    z-index: -1;
    transition: var(--transition);
}

button:hover:after{
    transform: translate(-50%, -50%) scale(1);
}

/* About Us  */

/* Hero Header Section  */
.about_header{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.385)) , url(../images/about_page.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    z-index: -1;
}

.about_header h1{
    width: 50%;
    font-weight: 600;
    font-style: italic;
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5.5rem;
}
/* ============Media Queries for About Banner============ */
@media (min-width:320px) and (max-width:480px){
    .about_header{
        width: 100%;
        background-size: cover;
        height: 55vh;
    }
    .about_header h1{
        width: 50%;
        font-size: 24px;
        font-weight: 900;
    }
}
@media (min-width:481px) and (max-width:768px){
    .about_header{
        width: 100%;
        background-size: cover;
        height: 60vh;
    }
    .about_header h1{
        width: 50%;
        font-size: 26px;
        font-weight: 900;
    }
}
/* ============Media Queries for About Banner============ */

.about_us{
    width: 100%;
    display: block;
    z-index: 99;
    padding: 0 10%;
}

.about_us .welcome{
    font-style: italic;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.about_us .sub_section1{
    width: 100%;
    display: flex;
    margin-top: 40px;
    gap: 20px;
}

.about_us .sub_section1 .about_left{
    width: 100%;
    display: block;
    gap: 5px;
}

.about_us .sub_section1 .about_left p{
    font-size: 1.1rem;
    text-align: justify;
    margin-top: 10px;
}

.about_us .sub_section1 .about_right{
    width: 40%;
    height: 300px;
}

.about_us .sub_section1 .about_right img{
    width: 100%;
}
/* ============Media Queries for About Section 1============ */
@media (min-width:320px) and (max-width:480px){
    .about_us{
        width: 100%;
        padding: 0% 10%;
    }
    .about_us .welcome{
        font-size: 20px;
        font-weight: 600;
    }
    .about_us .sub_section1{
        width: 100%;
        display: block;
    }
    .about_us .sub_section1 .about_left{
        width: 100%;
        display: block;
    }
    .about_us .sub_section1 .about_left p{
        font-size: 12px;
    }
    .about_us .sub_section1 .about_right{
        width: 100%;
    }
}
@media (min-width:481px) and (max-width:768px){
    .about_us{
        width: 100%;
        padding: 0% 10%;
    }
    .about_us .welcome{
        font-size: 22px;
        font-weight: 600;
    }
    .about_us .sub_section1{
        width: 100%;
        display: block;
    }
    .about_us .sub_section1 .about_left{
        width: 100%;
        display: block;
    }
    .about_us .sub_section1 .about_left p{
        font-size: 14px;
    }
    .about_us .sub_section1 .about_right{
        width: 100%;
    }
}
/* ============Media Queries for About Section 1============ */


.about_us .sub_section2{
    width: 100%;
    display: flex;
    margin-top: 40px;
    gap: 20px;
}

.about_us .sub_section2 .about_left{
    width: 45%;
    height: 280px;
    display: block;
    gap: 20px;
}

.about_us .sub_section2 .about_left img{
    width: 100%;
    object-fit: fill;
}

.about_us .sub_section2 .about_right{
    width: 55%;
    margin-top: 10px;
    gap: 5px;
}

.about_us .sub_section2 .about_right h3{
    font-style: italic;
    font-weight: 400;
    margin-bottom: 5px;
}

.about_us .sub_section2 .about_right p{
    width: 100%;
    display: block;
    font-size: 1.1rem;
    text-align: justify;
    gap: 5px;
}
/* ============Media Queries for About Section 2============ */
@media (min-width:320px) and (max-width:480px){
    .about_us .sub_section2{
        width: 100%;
        display: block;
    }
    .about_us .sub_section2 .about_left{
        width: 100%;
        display: block;
    }
    .about_us .sub_section2 .about_right{
        width: 100%;
        display: block;
    }
    .about_us .sub_section2 .about_right h3{
        font-size: 18px;
        font-weight: 400;
    }
    .about_us .sub_section2 .about_right p{
        font-size: 12px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .about_us .sub_section2{
        width: 100%;
        display: block;
    }
    .about_us .sub_section2 .about_left{
        width: 100%;
        display: block;
    }
    .about_us .sub_section2 .about_right{
        width: 100%;
        display: block;
    }
    .about_us .sub_section2 .about_right h3{
        font-size: 20px;
        font-weight: 400;
    }
    .about_us .sub_section2 .about_right p{
        font-size: 14px;
    }
}
/* ============Media Queries for About Section 2============ */


/* Organization Chart  */
.organization{
    width: 100%;
    display: block;
    z-index: 99;
    padding: 0 10%;
    margin-top: 40px;
}

.organization .organization_header{
    width: 100%;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.organization p{
    font-size: 1.1rem;
    text-align: justify;
}

.organization img{
    width: 100%;
    height: 500px;
    margin-top: 10px;
}
/* ============Media Queries for Organization Chart============ */
@media (min-width:320px) and (max-width:480px){
    .organization{
        width: 100%;
        display: block;
        padding: 0% 10%;
    }
    .organization .organization_header{
        font-weight: 600;
        font-size: 20px;
    }
    .organization p{
        width: 100%;
        font-size: 12px;
    }
    .organization img{
        position: relative;
        width: 100%;
        height: 60vh;
        z-index: 99;
        margin-bottom: 20px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .organization{
        width: 100%;
        display: block;
        padding: 0% 10%;
    }
    .organization .organization_header{
        font-weight: 600;
        font-size: 22px;
    }
    .organization p{
        width: 100%;
        font-size: 12px;
    }
    .organization img{
        position: relative;
        width: 100%;
        height: 60vh;
        z-index: 99;
        margin-bottom: 20px;
    }
}
/* ============Media Queries for Organization Chart============ */





/* Testimonials Section  */

.testimonial_heading{
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    margin-bottom:50px;
}

.testimonials {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0 10%;
    margin-top: -3%;
    font-family: "Raleway", sans-serif;
    left: 0;
    z-index: 99;
}

.testimonial_info {
    position: relative;
    max-width: 1000px;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    background-color: #5d5d61;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 15px;
    height: 100%;
    width: 100%;
}

.slide .img{
    width: 100%;
    padding-right: 40%;
    padding-left: 40%;
    margin-bottom: 20px;
}

.slide .img img{
    width: 65%;
    border-radius: 100%;
    height: 20vh;
    border: 5px solid #ffffff;
}

.slide p {
    text-align: justify;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
}

.slide .quote-icon {
    font-size: 1.5px;
    padding: 0 10%;
}
.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.details .job {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

/* ============Media Queries for Testimonials============ */
@media (min-width:320px) and (max-width:480px){
    .testimonial_heading{
        width: 100%;
        font-weight: 600;
        font-size: 20px;
        position: relative;
        z-index: 999;
    }
    .testimonials{
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }
    .testimonials .testimonial_info{
        width: 100%;
        margin-top: 10px;
    }
    .testimonials .testimonial_info .slide{
        width: 100%;
    }
    .slide .img{
        width: 100%;
        padding-right: 40%;
        padding-left: 40%;
        margin-bottom: 20px;
    }    
    .slide .img img{
        width: 75%;
        border-radius: 100%;
        height: 12vh;
        border: 5px solid #ffffff;
    }
    .testimonials .testimonial_info .slide p{
        font-size: 12px;
    }
    .testimonials .testimonial_info .slide .details{
        width: 100%;
    }
    .testimonials .testimonial_info .slide .details .name{
        font-weight: 600;
        font-size: 14px;
    }
    .testimonials .testimonial_info .slide .details .job{
        font-size: 12px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .testimonial_heading{
        width: 100%;
        font-weight: 600;
        font-size: 22px;
        position: relative;
        z-index: 999;
    }
    .testimonials{
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }
    .testimonials .testimonial_info{
        width: 100%;
        margin-top: 10px;
    }
    .testimonials .testimonial_info .slide{
        width: 100%;
    }
    .slide .img{
        width: 100%;
        padding-right: 40%;
        padding-left: 40%;
        margin-bottom: 20px;
    }    
    .slide .img img{
        width: 75%;
        border-radius: 100%;
        height: 12vh;
        border: 5px solid #ffffff;
    }
    .testimonials .testimonial_info .slide p{
        font-size: 14px;
    }
    .testimonials .testimonial_info .slide .details{
        width: 100%;
    }
    .testimonials .testimonial_info .slide .details .name{
        font-weight: 600;
        font-size: 16px;
    }
    .testimonials .testimonial_info .slide .details .job{
        font-size: 14px;
    }
}
/* ============Media Queries for Testimonials============ */


/* swiper button css */
.nav-btn {
    height: 40px;
    width: 50px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
    font-size: 20px;
    color: #fff;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

/* .swiper-pagination-bullet-active {
    background-color: #4070f4;
} */

@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}
