body{ 
    background-image: url(/assets/img/About.png);
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Inter';
}
.hero{
    background-image: url(/assets/img/training-hero.png);
    height: 100dvh;
    background-size: cover;
    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;
}
.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";
}
.courseTextContainer li{
    list-style-type: disc;
    margin-left: 1.2rem;
    line-height: 2;
    font-size: 18px;
}
.courseTextContainer ul{
    padding: 20 0;
}
.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) {
    .heroSubtextContain{
        padding: 20 0;
    }
    .hero-content{
        padding: 0;
    }
    .heroTextContain h1{
        font-size: 45px;
        line-height: normal;
    }
    .heroImg{
        display: none;
    }
    .heroSubtext{
        font-size: 16px;
        font-weight: 300;
    }
    .ourStory{
        padding: 30;
        width: fit-content;
    }
    .storyHeadText{
        font-size: 40px;
    }
    .storySubtext{
        font-size: 18px;
    }
    .courseRow{
        flex-direction: column;
        width: 100%;
    }
    .courseRow img{
        width: 350;
        padding: 0 0 20 0;
    }
    .courseRow1{
        flex-direction: column;
        width: 100%;
    }
    .courseRow1 img{
        width: 350;
        padding: 0 0 20 0;
    }
    .courseTextContainer{
        width: 100%;
    }
    .courseTextContainer li{
        padding: 0 20;
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    .heroTextContain h1{
        font-size: 50px;
        line-height: 1;
    }
    .heroSubtext{
        font-size: 16px;
        font-weight: 300;
        width: 80%;
    }
    .ourStory{
        padding: 30;
        width: fit-content;
    }
    .storyHeadText{
        font-size: 40px;
    }
    .storySubtext{
        font-size: 18px;
    }
    .courseRow{
        flex-direction: column;
        width: 100%;
    }
    .courseRow img{
        width: 350;
        padding: 0 0 20 0;
    }
    .courseRow1{
        flex-direction: column;
        width: 100%;
    }
    .courseRow1 img{
        width: 350;
        padding: 0 0 20 0;
    }
    .courseTextContainer{
        width: 100%;
    }
    .courseTextContainer li{
        padding: 0 20;
        text-align: left;
    }
}