* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    padding: 10px;
}

.navbar {
    max-width: 100%;
    height: 10px;
    padding: 10px;
}

.navbar img {
    width: 20%;
    height: 12vh;
    padding-left: 10px;
    margin-top: -10px;
    padding-left: 50px;
}

.nav-list ul {
    list-style: none;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 20px;
}

.nav-list ul :hover {
    color: #ed1c24;
}

.nav-list a {
    color: #ffff;
    font-size: 20px;
    text-decoration: none;
}

.btn {
    background-color: #dc3545;
    border-radius: 40px;
    padding: 15px 20px 15px 20px;
    border: none;
    margin-top: -10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.btn:hover {
    background-color: #ed1c24;
}





.about-h {
    color: white;
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
}

.about-para {
    margin-top: 30px;
    font-size: 25px;
}

.about-image {
    width: 400px;
    height: 300px;
    margin-top: 100px;
    margin-left: 400px;
}





.about-h1 {
    color: azure;
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
}

.about-para1 {
    font-size: 20px;
    margin-top: 20px;
}

.about-image1 {
    width: 400px;
    height: 300px;
    margin-top: 110px;
    margin-left: 20px;
}




.about-h2 {
    color: white;
    margin-top: -200px;
    font-size: 40px;
    margin-left: 25px;
}

.about-para2 {
    font-size: 20px;
    margin-top: 20px;
}





.about-h3 {
    color: azure;
    font-size: 40px;
    margin-left: 500px;
    margin-top: -200px;
}

.about-para3 {
    font-size: 30px;
    margin-left: 180px;
    margin-top: -95px;
}





.about-h4 {
    font-size: 40px;
    color: white;
    margin-top: 100px;
    margin-left: 30px;
}

.about-para4 {
    color: white;
    margin-top: 20px;
    font-size: 30px;
}

.about-image4 {
    width: 400px;
    height: 300px;
    margin-top: 50px;
    margin-left: 20px;
}





.about-h5 {
    color: white;
    font-size: 30px;
    margin-top: 130px;
    text-align: center;
}

.about-para5 {
    margin-left: 400px;
    font-size: 20px;
    margin-top: -240px;
}






.about-para6 {
    color: white;
    font-size: 30px;
    margin-left: 280px;
    margin-top: -40px;
}

.about-h6 {
    color: white;
    margin-top: 90px;
    font-size: 40px;
    margin-left: 40px;
}




.about {
    display: flex;
    justify-content: center;
}

.about-image5 {
    width: 350px;
    height: 320px;
    margin: 20px;
    margin-top: 100px;
    margin-right: 50px;
}

.p9 {
    color: white;
    text-align: center;
    font-size: 30px;
    margin-left: 30px;
}

.num {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 20px;
}








.footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.footer-image {
    width: 160px;
    height: 70px;
    margin-top: 280px;
}

.footer-para {
    color: white;
    letter-spacing: 2px;
    word-spacing: 3px;
    margin-top: 30px;
}

.p2 {
    color: white;
    margin-top: 30px;
    word-spacing: 5px;
}

.footer-fhead {
    color: white;
    margin-top: 280px;
    font-size: 25px;
}

.footer-w {
    color: white;
    list-style: none;
    margin-top: 20px;
}

.footer-follow {
    color: white;
    margin-top: 30px;
    font-size: 30px;
}

.social-logo {
    margin-top: 20px;

}

.logo-icon {
    color: white;
    /* background-color: red; */
    border-radius: 5px;
}

.p {
    color: white;
    text-align: center;
    font-size: 20px;
}