body{ 
    background-image: url(/assets/img/About.png);
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Inter';
}
.hero{
    background-image: url(/assets/img/about-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;
}
.heroImg{
    margin-left: -20rem; 
    margin-top: -5px;
    width: 350;
}
.heroText{
    font-size: 70px;
    padding: 0 20;
    z-index: 1;
    line-height: 1;
}
.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: 48%;
    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;
}
.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;
    padding: 10px;
}

.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;
}
.bentoContain{
    display: block;
}
.forensic{
    background-image: url(/assets/img/services1.png);
    background-size: cover;
    object-fit: cover;
    height: 500px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    filter: grayscale(1);
    transition: all 1s;
}
.forensic:hover{
    filter: grayscale(0);
}
.data{
    background-image: url(/assets/img/services2.png);
    background-size: cover;
    object-fit: cover;
    height: 230px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    filter: grayscale(1);
    transition: all 1s;
}
.data:hover{
    filter: grayscale(0);
}
.computer{
    background-image: url(/assets/img/services3.png);
    background-size: cover;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 230px;
    width: 400px;
    filter: grayscale(1);
    transition: all 1s;
}
.computer:hover{
    filter: grayscale(0);
}
.management{
    background-image: url(/assets/img/services5.png);
    background-size: cover;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 240px;
    width: 400px;
    text-align: center;
    filter: grayscale(1);
    transition: all 1s;
}
.management:hover{
    filter: grayscale(0);
}
.bentoTop{
    display: flex;
    justify-content: space-between;
}
.bentoBottom{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.fraud{
    width: 48.5%;
    height: 250px;
    background-image: url(/assets/img/services6.png);background-size: cover;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    filter: grayscale(1);
    transition: all 1s;
}
.fraud:hover{
    filter: grayscale(0);
}
.investigation{
    width: 48.5%;
    height: 250px;
    background-image: url(/assets/img/services7.png);background-size: cover;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    filter: grayscale(1);
    transition: all 1s;
}
.investigation:hover{
    filter: grayscale(0);
}
.investigation h1{
    text-align: center;
}
.column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.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;
}
.socials{
    margin-top: 1rem;
}
.socials img{
    margin-right: 5;
}
@media screen and (max-width: 475px) {
    .heroSubtextContain{
        padding: 20 30;
    }
    .hero-content{
        padding: 0;
    }
    .heroTextContain h1{
        font-size: 45px;
        line-height: normal;
    }
    .heroImg{
        width: 300px;
    }
    .heroSubtext{
        font-size: 16px;
        font-weight: 300;
        width: 100%;
    }
    .storyHeadText{
        font-size: 40px;
    }
    .storySubtext{
        font-size: 18px;
    }
    .principleHeadText{
        font-size: 40px;
    }
    .principleSubtext{
        font-size: 18px;
    }
    .teamHeadText{
        font-size: 40px;
    }
    .teamSubtitle{
        font-size: 18px;
        width: 100%;
    }
    .principlesSubtextContainer{
        flex-direction: column;
    }
    .mission{
        padding: 0 0 20 0;
    }
    .teamSlider{
        flex-direction: column;
    }
    .sliderContain{
        margin: 0 0 10 0;
        width: 100%;
        padding: 20 0 20 20;
    }
}