@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: 'Roboto', 'Poppins';
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

#title-hero{
    width: 100%;
    height: 50vh;
    background: url(images/bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header-text{
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-text h1{
    font-size: 5rem !important;
    font-family:'Poppins' !important;
    font-weight: 500;
    
}

/* first About section css */

#first-about-section{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 65px auto;
    background: url(images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.text-container{
flex: 1;
width: 600px;
margin: 0 25px;
}
.text-container h2{
    font-size: 35px;
    margin-bottom: 25px;
    color: #05a791;
}
.text-container p{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 16px;
}

.image-container{
    flex: 1;
    width: 600px;
    margin: auto;
}
.image-container img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
@media screen and (max-width: 768px) {
    #first-about-section{
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0 25px;
    }
    .text-container{
        width: 100%;
        margin: 35px 0;
        }
        .text-container h2{
            font-size: 30px;
        }
        .text-container p{
            font-size: 15px;
        }
        .image-container{
            width: 100%;
            margin: auto;
        }
}


/* first About section css end*/

/* Quote section css */
.quotes{
    max-width: 90%;
    margin: 20px auto;
}
.quotes h4{
    font-size: 50px;
}
.quotes h4 i{
    font-size: 90px;
    opacity: 0.1;
}
.quotes p{
    font-size: 30px;
    text-align: center;
}

/* second About section css */

#second-about-section{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 65px auto;
    background: linear-gradient(
        rgba(0, 0, 0, 0.3), 
        rgba(0, 0, 0, 0.3)
    ), url('./images/mission-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.vision-container{
flex: 1;
width: 600px;
margin: 0 25px;

}
.vision-container img{
    width: 120px;
    margin-top: 35px;
}
.vision-container h2{
    font-size: 35px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.vision-container p{
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.5;
}
.mission-container{
    flex: 1;
    width: 600px;
    margin: 0 25px;
   
}
.mission-container img{
    width: 110px;
    margin-top: 35px;
}
.mission-container h2{
    font-size: 35px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.mission-container p{
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    #second-about-section{
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0 25px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .vision-container{
        width: 100%;
        margin: auto;
    }
    .mission-container{
        width: 100%;
        margin: auto;
    }
    .mission-container, .vision-container h2{
        font-size: 30px;
    }
    .mission-container, .vision-container p{
        font-size: 15px;
    }
    .quotes h4{
        font-size: 32px;
    }
    .quotes p{
        font-size: 25px;
    }
}

/* Testimonials css */
.testimonials{
    padding: 65px auto;
    text-align: center;
    background: #e6e7f2;
    padding: 30px 0;
}
.testimonials h1{
    font-size: 17px;
    margin-bottom: 25px;
    color: #05a791;
}
.testimonials h2{
    font-size: 35px;
    margin-bottom: 4rem;
}
.testimonial-slider{
    max-width: 90%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.testimonial-slider .wraper{
    background: #fff;
    padding: 10px 10px;
}
.testimonial-slider .wraper:nth-child(2){
    background: linear-gradient(to right, #077dcc, rgb(6, 156, 51));
    color: #fff;
}

.testimonial-slider .wraper .box p{
    font-size: 16px;
    padding: 15px 0;
}
.testimonial-slider .wraper .box{
    border: 1px solid rgb(155, 155, 155);
    padding: 20px;
}
.testimonial-slider .wraper .box2{
    border: 1px solid #fff;
}
.testimonial-slider .wraper .box h3{
    font-size: 16px;
    padding-bottom: 5px;
}
.testimonial-slider .wraper .box span{
    font-size: 14px;
}
.testimonial-slider img{
    width: 50px;
    height: 50px;
    border: 2px solid rgb(85, 84, 84);
    border-radius: 50%;
}
.testimonial-slider .box2 img{
    border: 2px solid rgb(218, 216, 216);
}
@media only screen and (max-width: 768px){
    .testimonial-slider{
        flex-direction: column;
    }
    .testimonials h2{
        font-size: 30px;
    }
}