body{ 
    background-image: url(/assets/img/About.png);
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Inter';
}
.hero{
    background-image: url(/assets/img/conn.jpg);
    height: 100dvh;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
nav{
    padding: 50px 100px;
    display: flex;
    justify-content: space-between;
}
.nav-links{
    display: flex;
    align-items: center;
    background-color: #011B31;
    border-radius: 10px;
    padding: 10 30;
}
.list{
    padding: 10 20;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Inter';
    color: #dbdada;
    transition: all 1s;
    transition-timing-function: linear;
}
.list.active{
    font-family: 'Inter';
    font-weight: 500;
    color: white;
}
.active::before {
    content: "•"; 
    width: 45px; 
    height: 39px; 
    margin-right: 5px;
}
.hero-content{
    padding: 3rem 0 3rem 0;
}
.heroTextContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.try{
    width: fit-content;
}
.heroTextContain{
    display: flex;
    align-items: center;
    width: fit-content;
}
.heroText{
    font-size: 70px;
    padding: 0 20;
    z-index: 1;
    line-height: 0.9;
}
.heroSubtextContain{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30 0;
}
.heroSubtext{
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 300;
    color: white;
    width: 50%;
    text-align: center;
}
.aboutContent{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 15rem;
}
.ContactCard{
    background-color: #f7f7f7;
    margin-bottom: 2rem;
    padding: 50 30;
    width: 60%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #cacaca;

}
.ContactCard h2{
    color: #1E1E1E;
}
.ContactCard img{
    margin-right: 1rem;
}
.ourStory{
    background-color: #fff;
    padding: 50 50;
    width: 76%;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: justify;
}
.courseRow{
    display: flex;
    margin-bottom: 3rem;
    justify-content: space-between;
}
.courseRow1{
    display: flex;
    margin-bottom: 3rem;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.courseTextContainer{
    width: 55%;
}
.courseTextContainer h1{
    color: #138BCE;
    font-family: "Inter";
    text-align: center;
}
.courseTextContainer li{
    font-size: 18px;
    text-align: center;
}
.courseTextContainer ul{
    padding: 20 0;
}
.form label{
    font-family: 'Arial';
    font-size: 16px;
    padding-top: 10px;
}
.form input{
    width: 400px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid;
    padding: 0px 10px;
    font-family: 'Inter';
    font-size: 16px;
    margin-top: 10px;
}
textarea{
    width: 400px;
    height: 200px;
    border-radius: 5px;
    font-family: Inter;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 20px;
} 





.map {
    position: relative;
    margin-top: 2rem;
  }
  
  .map iframe {
    height: 70%;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
  }











.storyTextContain{
    width: fit-content;
    display: flex;
}
.storyHeadText{
    color: #121212;
    font-size: 50px;
    padding-bottom: 20px;
}
.storySubtext{
    color: #1E1E1E;
    font-size: 20px;
    padding-bottom: 20px;
    font-family: 'Inter';
}
.highlight{
    color: #138BCE;
    font-weight: 600;
}
.ourPrinciples{
    background-color: #0A4768;
    padding: 50 50;
    width: 76%;
    border-radius: 10px;
    margin-bottom: 30px;
}
.principleHeadText{
    color: #fff;
    font-size: 50px;
    padding-bottom: 20px;
}
.principlesSubtextContainer{
    display: flex;
    justify-content: space-between;
}

.principleSubtext{
    font-size: 20px;
    padding-bottom: 10px;
    font-family: 'Inter';
    color: #fff;
}
.highlightPrinciples{
    color: #fff;
    font-weight: 600;
}
.ourServices{
    background-color: #011B31;
    padding: 50 50;
    width: 76%;
    border-radius: 10px;
    margin-bottom: 30px;
}
.ourTeam{
    background-color: #0B1219;
    padding: 50 50;
    width: 76%;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.teamHeadText{
    color: #fff;
    font-size: 50px;
    padding-bottom: 20px;
    text-align: center;
}
.teamSubtitle{
    text-align: center;
    width: 50%;
    font-size: 20px;
    padding-bottom: 30px;
    font-family: 'Inter';
    color: #fff;
}
.teamSlider{
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: fit-content;
    padding: 10px 0 0 0;
}
.sliderContain{
    background-color: #011B31;
    padding: 20;
    margin-right: 10px;
    border-radius: 10px;
}
.teamDesc{
    color: #138BCE;
}

@media screen and (max-width: 475px) {
    .hero{
        background-attachment: scroll;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        height: 100vh;
    }
    .aboutContent{
        margin-top: 0;
    }
    .ourStory{
        flex-direction: column;
        padding: 50 30;
    }
    .courseRow{
        flex-direction: column;
        width: 100%;
    }
    .storyHeadText{
        font-size: 40px;
        text-align: left;
    }
    .storySubtext{
        font-size: 18px;
    }
    .ContactCard{
        width: 100%;
        padding: 20 0;
    }
    .ContactCard p{
        font-size: 14px;
        padding: 0 20;
    }
    .ContactCard h2{
        padding: 0 20;
    }
    .courseTextContainer{
        width: 100%;
    }
    .form input{
        width: 100%;
    }
    textarea{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    
    .ourStory{
        flex-direction: column;
        padding: 50 30;
    }
    .courseRow{
        flex-direction: column;
        width: 100%;
    }
    .storyHeadText{
        font-size: 40px;
        text-align: left;
    }
    .storySubtext{
        font-size: 18px;
    }
    .ContactCard{
        width: 100%;
        padding: 20 0;
    }
    .ContactCard p{
        font-size: 14px;
        padding: 0 20;
    }
    .ContactCard h2{
        padding: 0 20;
    }
    .courseTextContainer{
        width: 100%;
    }
    .form input{
        width: 100%;
    }
    textarea{
        width: 100%;
    }
}