* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    
}

html {
    
    scroll-behavior: smooth;
}


.container-big {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.containerr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

header {
    background-color: rgba(34, 34, 114, 0.944);
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.contact-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;

}


.contact-head p a{
    display: inline-flex;
    gap: 1rem;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;

}

.social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.social-links li{
    list-style-type: none;
}
header i{
    font-size: 1.8rem;
    color: white;
    display: flex;

}

.help a {
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

nav ul li {
    list-style-type: none;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 1rem;
}

.logo img {
    width: 7rem;
}

.logo {
    display: flex;
    align-items: center;
}


.logo h1 {
    font-size: 1.5rem;
    font-family: "Quintessential", serif;
}


/* #nav {
    position: fixed;
    z-index: 1;
    background-color: white;
    width: 100%;
} */

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    z-index: 999;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5rem;
    background-color: rgba(255, 255, 255, 0.868);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    display: none;
    
    
    
}

.nav-item span {
    color: black;
    font-size: 1rem;
}

.nav-menu {
    display: none;
}

nav .btn-a {
    color: white;
    text-decoration: none;
    padding: 1rem;
    background-color: rgba(184, 36, 36, 0.844);

}

nav .btn-a:hover {
    color: white;
    text-decoration: none;
    padding: 1rem;
    background-color: black;
    transition: 0.7s ease, transform 2.3s ease;

}


nav ul li a:hover{
    padding: 1rem;
    border-bottom: 1px solid black;
    transition: 0.7s ease, transform 2.3s ease;
    
}

nav .active {
    padding: 1rem;
    border-bottom: 1px solid black;
}

#showcase h2{
    font-weight: 300;
    font-size: 4rem;
    padding-bottom: 1rem;
    animation: bounceInUp; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
    overflow: hidden;
    
}




#showcase {
    background-image: url('group-photo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 20rem;
    padding-bottom: 20rem;
    color: white;
    border-radius: 1rem;
    text-align: center;
    
}


#about{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.photo img{
    width: 80%;

}

.about-text {
    width: 100%;

}

.about-text h3 {
    color: rgba(34, 34, 194, 0.944);
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    font-weight: 700;
    
}

.about-text h4 {
    color: black;
    font-size: 3rem;
    padding-bottom: 1rem;
    font-weight: 200;
    
}

.about-img {
    display: flex;
    align-items: center;
    justify-content: left;
}


.about-img i {
    font-size: 3rem;
    color: rgba(34, 34, 194, 0.944);
}


.about-img span {
    width: 50%;
    display: inline-block;
}


#story {
    background-color: rgba(34, 34, 114, 0.944);
    color: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-radius: 2rem;
}

.story-head h2{
    font-size: 2.5rem;
    padding-bottom: 5rem;
    text-align: center;
}

.story {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 3rem;
    width: 100%;
}

.story img {
    width: 50%;
    aspect-ratio: 1/1;
}

#mission {
    padding-top: 5rem;
    padding-bottom: 5rem;
  
}

#mission h3 {
    text-align: center;
}

.team-head {
    text-align: center;
}

.team-head h2 {
    font-weight: 900;
    font-size: 1.5rem;
    padding-top: 3rem;
}

.team-head h3 {
    font-weight: 200;
    font-size: 3rem;
}

.teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    text-align: center;
    padding-bottom: 5rem;
    
}

.team-card {
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 3rem;
    
}

.team-card:hover {
    background-color: black;
    color: white;
    fill: white;
    transform: scale(1.05);
    transition: 0.7s ease-in-out 0.2s;    
    box-shadow: 0px 0px 20px black;
    
    
}

.socials svg {
    width: 2rem;
}



.socials a{
    text-decoration: none;
    padding-right: 1rem;
}



.team-card img{
    width: 25rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
}

.team-card h5 {
    padding-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.team-card .socials {
    padding-bottom: 1rem;
}

.socials a:hover {
    transform: scale(1.2);
    display: inline-block;
}


.anu {
    opacity: 0;

}

.anu.animate{
    animation: fadeInUp 1.3s forwards; /* referring directly to the animation's @keyframe declaration */
   
   opacity: 1;
}
.anl {
    opacity: 0;

}

.anl.animate{
    animation: fadeInLeft 1.3s forwards; /* referring directly to the animation's @keyframe declaration */
   
   opacity: 1;
}
.anr {
    opacity: 0;

}

.anr.animate{
    animation: fadeInRight 1.3s forwards; /* referring directly to the animation's @keyframe declaration */
   
   opacity: 1;
}
#faq {
    background-color: rgba(34, 34, 114, 0.944);
    color: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#faq h3 {
    font-size: 3rem;
    font-weight: 200;
    text-align: center;
    padding-bottom: 3rem;
}

#summary {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(0, 0, 0, 0.867);
    /* padding-bottom: 3rem; */
}

.flex {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr;
    justify-content: space-between;
    /* align-items: center; */
    gap: 3rem;
    color: white;
    font-family:'Courier New', Courier, monospace ;
}

.flex a {
    text-decoration: none;
    color: white;
    display: block;
    font-size: .8rem;
}

.flex span{
    text-decoration: none;
    color: white;
    display: block;
    font-size: .8rem;
}

.flex h5 {
    color: white;
    font-size: .8rem;
    font-weight: 700;
}

.flex h4 {
    color: white;
}

.bag a {
    color: black;
}

.second li {
    list-style-type: none;
}

.flex h6, .flex p {
    font-size: .8rem;
}

.first h3 {
    font-weight: 200;
    font-size: 3rem;
    display: flex;
    align-items: center;
}
.first h3 img {
    width: 7rem;
}
.first h4 {
    font-size: .8rem;
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.input {
    display: flex;
    
}

.input input {
    padding: 1rem;
    width: 85%;
    border: none;
    outline: none;

}

.input button {
    border: none;
    color: white;
    background-color: black;
    margin-left: -1rem;
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
}

.address {
    display: flex;
}

.address-text h6{
    font-weight: 700;
}

footer {
    padding-top: 3rem;
    font-size: 0.8rem;
    color: white;
    text-align: center;
    padding-bottom: 1rem;
    background-color: rgba(184, 36, 36, 0.844);
}

footer span {
    font-weight: 700;
}


@media (max-width: 1200px) {
    html {
        font-size: 16px;
    }
     .nav-menu {
        display: block;
        cursor: pointer;
        
        
    }

    .nav-bar {
        display: none;
    }

    header {
        display: none;

    }
    .about{
        display: block;
        width: 100%;
    }

    .about-text{
        padding-top: 2rem;
    }

    .story {
        display: grid;
       
        gap: 1rem;
        width: 100%;
    }

    .story img {
        width: 100%;
    }

        .team-head {
        width: 100%;
    }

    .team-head h3 {
        font-size: 2rem;
        padding-top: 1rem;
        font-weight: 300;
    }

    .team-head p{
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .teams {
        display: grid;
        grid-template-columns: 1fr;
        
   }

    .teams a{
        padding: .5rem;
    }

    .team-card {
        width: 25rem;
        margin-left: auto;
        margin-right: auto;
    }


     .contact-main {
        display: block;
        gap: 3rem;
        margin-left: auto;
        margin-right: auto;
        text-align: start;
        justify-content: center;
        
    }

    .contact-logo {
        text-align: center;
    }

    .contact-form {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1rem;
        padding-top: 2rem;
    }

    .contact-info {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    

    .feature-text{
        padding: 3rem;
    }

    .accordion-body {
        font-size: 1rem;
    }

    .flex {
        display: block;
    }

    .first {
        padding: 1rem;
    }

    .second {
        padding: 1rem;
    }

    .third {
        padding: 1rem;
    }

    .fourth {
        padding: 1rem;
    }

    
}

@media (max-width: 1000px){
    html {
        font-size: 14px;
    }

    .about {
        text-align: center;
        width: 100%;
    }

    #showcase {
        padding-top: 25rem;
        padding-bottom: 30rem;
    }

    .photo {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
   
   .about-img {
    display: block;
    width: 100%;
   }

   .about-img span {
    display: inline-block;
    width: 100%;
   }

   .works {
    display: grid;
    grid-template-columns: 1fr 1fr;
   }
} 

@media (max-width: 700px){
    html {
        font-size: 12px;
    }

    .logo h1 {
        display: none;
    }

    #showcase h2 {
        font-size: 3.3rem;
    }

    .about-text h4 {
        font-size: 2.2rem;
    }

    #school {
        padding-top: 10rem;
    }

    #school h4 {
        font-size: 2rem;
    }

    #school p{
        font-size: 1.3rem;
    }

    .works {
        display: grid;
        grid-template-columns: 1fr;
    }

     #review h1{
        font-size: 1.8rem;
    }
    #review h4{
        font-size: 1.5rem;
    }

    .td {
        display: block;
    }
    #appointment form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    footer p, footer span{
        font-size: 0.9rem;
    }



} 