@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    background-color: #11110F;
    color: #ffffff;
}
.header {
     position: sticky;
     top: 0;
     left: 0;
     width: 100%;
     padding: 20px 10%;
    background-color:transparent; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}
#pic{
    max-height: 50px;
    max-width: 110px;
    border-radius: 150px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    position: absolute;
    left: 10px;
    top: 7px;
}
.logo{
    position: relative;
    padding: 20px 30px 20px 70px ;
    font-size: 25px;
    color: #959292;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}
.logo::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #11110F;
    animation: showRight 1s ease forwards;
    animation-delay: .4s; 
}
.bar a {
    font-size: 18px;
    color: #959292;
text-decoration: none;
font-weight: 500;
margin-left: 35px;
transition: .3s;
}
.bar a:hover,
.bar a.active{
    color: #ffffff;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
.home{
    background: url(i.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 0 10%;
}
.home-content {
   max-width: 600px;
}
.home-content h1 {
    position: relative;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
.home-content h1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(i.png);
    animation: showRight 1s ease forwards;
    animation-delay: .4s; 
}
.home-content h2 {
    position: relative;
    font-size: 56px;
    font-weight: 700;
    color: #9fa3a5;
}
.home-content h2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(i.png);
    animation: showRight 1s ease forwards;
    animation-delay: .4s; 
}
.home-content p{
    position: relative;
    font-size: 16px;
    margin: 20px 0 40px;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
.home-content p::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(i.png);
    animation: showRight 1s ease forwards;
    animation-delay: .4s; 
}
.home-content .btn-box{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 345px;
    height: 50px;
}
.home-content .btn-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(i.png);
    animation: showRight 1s ease forwards;
    animation-delay: .4s; 
    z-index: 2;
}
.btn-box a{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-size: 19px;
    color: #11110F;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
.btn-box a:hover{
    color: #ffffff;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}
.btn-box a:nth-child(2) {
    background: transparent;
    color: #ffffff;
}
.btn-box a:nth-child(2):hover {
    color: #11110F;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}
.btn-box a:nth-child(2)::before{
    background: #ffffff;
    color: transparent;
}
.btn-box a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: url(i.png);
    z-index: -1;
    overflow: hidden;
    transition: .2s;
} 
.btn-box a:hover::before {
    width: 100%;
}
.home-sci {
    position: absolute;
    bottom: 40px;
    width: 170px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-sci::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(i.png);
    animation: showRight 1s ease forwards;
    animation-delay: .4s; 
    z-index: 2;
}
.home-sci a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.home-sci a:hover{
    color: #11110F;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}
.home-sci a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    transition: .5s;
}
.home-sci a:hover::before{
    width: 100%;
 
}
#arrow {
    color: #ffffff;
    position: relative;
    bottom: 150px;
    left: 50%;
}
#arrow:hover {
    text-shadow: 10px 10pcx 10px rgb(255, 255, 255);
}
/* Keyframes animation */
@keyframes showRight {
    100%{
        width: 0;
    }
}

@keyframes manipActiveHover {
    100% {
        pointer-events: auto;
    }
}

#second {
    background: url(i.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 150vh;
    padding: 0 10%;
}
#education {
    text-align: center;
    text-shadow: 0 0 10px rgb(255, 255, 255);
   
}
table {
    position: relative;
    left: 25%;
}
table, th, td {
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0 0 10px rgb(255, 255, 255);
    border-collapse: collapse;
    text-align: center;
    align-items: center;
  }
#interest {
    text-align: center;
    text-shadow: 0 0 10px rgb(255, 255, 255);

}
  h3{
    text-align: center;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
  #ai {
    margin: 10px;
    border: 1px solid #ffffff;
    padding: 10px;
    width: fit-content;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    text-align: center;
}
#web {
    margin: 10px;
    border: 1px solid #ffffff;
    padding: 10px;
    width: fit-content;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    text-align: center;
    position: relative;
    left: 60%;
    
}
#machine {
    margin: 1px;
    border: 1px solid #ffffff;
    padding: 10px;
    width: fit-content;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    text-align: center;
}
#ball {
    margin: 10px;
    border: 1px solid #ffffff;
    padding: 10px;
    width: fit-content;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    text-align: center;
    position: relative;
    left: 60%;
}
#travel {
    margin: 10px;
    border: 1px solid #ffffff;
    padding: 10px;
    width: fit-content;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    text-align: center;
    left: 0;
}
#reading {
    margin: 1px;
    border: 1px solid #ffffff;
    padding: 10px;
    width: fit-content;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    text-align: center;
    position: relative;
    left: 60%;
}
#contact {
    display: flexbox;
    align-items: center;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
#form{
    max-width: 365px;
    padding: 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    position: relative;
    text-align: center;
    width: 365px;
    bottom: 20px;
    margin: 10px;
    left: 37%;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
#form, label[for="name"] {
    text-align: left;
}
#form, input {
    background-color: transparent;   
    border-color: aliceblue;
    border-radius: 20px;
    width: 100%;
    color: #fff;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}

#form, textarea {
    background-color: transparent;   
    border-color: aliceblue;
    border-radius: 20px;
    width: 100%;
    color: #fff;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    text-align: center;
}
form #submit:hover{
    background-color: #fff;
    color: #11110F;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}
footer {
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
footer a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
footer a:hover{
    color: #11110F;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}
footer a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    transition: .5s;
}
footer a:hover::before{
    width: 100%;
}
