*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}
:root {
    --bg-color: #080808;
    --second-bg-color: #131313;
    --text-color: white;
    --main-color: #00ffee;
}

html{
    font-size: 60%;
    overflow-x: hidden;
}
body{
    background: var(--bg-color);
    color: var(--text-color);
}

a{
    text-decoration: none;
}

.heder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4rem 12% 4rem;
    background: rgb(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between; 
    align-items: center;
    z-index: 5;
}
.logo{
    font-size: 3rem;
    color: var(--text-color);
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s ease;
}
.logo:hover{
    transform: scale(1.1);
}
.logo span{
    text-shadow: 0 0 25px var(--main-color);
}
.navbar a{
    font-size: 1.8rem;
    color: var(--text-color);
    margin-left: 4rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
}
.navbar a:hover,
.navbar a.active{
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
}

.navbar{
    display: flex;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.818);
    /* justify-content: center; */
}

#menu-icon{
    font-size: 3.6rem;
    color: var(--main-color);
    display: none;
}
section{
    min-width: 100vh;
    padding: 4rem 12% 10rem;
}

.oilamdiv{
    padding: 50px;
    padding-top: 200px;
    font-size: 20px;
}

/* .navbar{
    display: flex;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.818);
    /* justify-content: center; */
/* }  */

.div01{
    margin-left: 50px;
}

/* .logo{
    width: 70px;
    height: 70px;
} */

.aa{
    display: flex;
    gap: 50px;
    align-items: center;
    padding-left: 400px;
}

/* .a11{
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

.a11:hover{
    color: #5D8AA8;
} */

.a12{
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

.a12:hover{
    color: #5D8AA8;
}

.a13{
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

.a13:hover{
    color: #5D8AA8;
}

.a14{
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

.a14:hover{
    color: #5D8AA8;
}

.a14{
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

.a14:hover{
    color: #5D8AA8;
}

.oilam{
    width: 1000px;
    height: 600px;
    border-radius: 30px;
    padding: 10px;
}

.Adam{
    width: 510px;
    height: 510px;
    border-radius: 50%;
    object-fit: cover;
    padding: 10px;
}

.Adamh1{
    margin-top: 12px;
    width: 700px;
    padding-left: 30px;
}

.d01{
    display: flex;
    align-items: center;
    justify-content: center;
}

.Onam{
    width: 510px;
    height: 510px;
    border-radius: 50%;
    object-fit: cover;
    padding: 10px;
}

.d02{
    display: flex;
    align-items: center;
    justify-content: center;
}

.Onamh1{
    width: 700px;
    margin-top: 12px;
    padding-left: 30px;
}

.d03{
    display: flex;
    align-items: center;
    justify-content: center;
}

.Opam{
    width: 510px;
    height: 510px;
    border-radius: 50%;
    object-fit: cover;
    padding: 10px;
}

.Opamh1{
    width: 700px;
    padding-left: 30px;
    margin-top: 12px;

}


.Ukam{
    width: 510px;
    height: 510px;
    border-radius: 50%;
    object-fit: cover;
    padding: 10px;
}

.d04{
    display: flex;
    align-items: center;
    justify-content: center;
}

.Ukamh1{
    width: 700px;
    margin-top: 12px;
    padding-left: 30px;
}

.p1{
    font-size: 25px;
    padding-left: 30px;
}

img{
    position: relative;
    top: 3rem;
    width: 30vw;
    border-radius: 50%;
    box-shadow: 0 0 25px var(--main-color);
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
img:hover{
    box-shadow: 0 0 25px var(--main-color),
                0 0 50px var(--main-color),
                0 0 100px var(--main-color);
}
::-webkit-scrollbar{
    width: 15px;
}
::-webkit-scrollbar-thumb{
    background-color: var(--main-color);
}
::-webkit-scrollbar-track{
    background-color: var(--bg-color);
    width: 50px;
}