body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    color: #fff;

}
section{
    min-height: 100vh;
    padding: 10rem 9% 2rem;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 12%;
    background: transparent;
    padding:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.header_con{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 12%;
    background: transparent;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.logo_par{
    background: transparent;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
}
.logo{
    color: #fff;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    padding-left: 15px;
}
.menu{
    background: transparent;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
}
.navbar a{
    color: #fff;
    margin-left: 2rem;
    padding-right: 15px;
    text-decoration: none;
    font-weight: bold;
}
.logo_par a:hover{
    color: #0ef;
}
.navbar a:hover,
.navbar a.active{
    color: #0ef;
}
#menu_bar{
    font-size: 3.6rem;
    color: #fff;
    display: none;
}
.home{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -124px;
    max-height: 100px;
}
.home_img img{
    width: 35vw;
}
.image{
    width: 413px;
    height: 413px;
    border-radius: 50%;
    margin-bottom: 50px;
}
.home-content{
    padding: 0px;
}
.home-content h3{
    font-size: 35px;
    font-weight: 700;
}
.home-content h3:nth-of-type(2){
    margin-bottom: 32px;
}
span{
    color: #0ef;
}
.home-content h1{
    font-size: 60px;
    font-weight: 800;
    line-height: 0;
    margin-top: 30px;
}
.home-content p{
    font-size: 1.6rem;
}
.social_media a{
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: transparent;
    border: 3.2px solid #0ef;
    border-radius: 50%;
    color: #0ef;
    margin: 48px 24px 48px 0;
    margin-top: 10px;
    transition: .5s ease;
}
.social_media a:hover{
    background: #0ef;
    color: #323946;
    box-shadow: 0 0 16px #0ef;
}
.btn{
    display: inline-block;
    padding: 16px 44.8px;
    background: #0ef;
    border-radius: 64px;
    box-shadow: 0 0 16px #0ef;
    font-size: 25.6px;
    color: #323946;
    letter-spacing: 1.6px;
    font-weight: 600;
    text-decoration: none;
    transition: .5s ease;
    margin-bottom: 100px;

}
.btn:hover{
    box-shadow: none;
}
.about{
     display: flex;
     justify-content: center;
     align-items: center;
     max-height: 100px;
     margin-top: -124px;
}
.about-image img{
    width: 413px;
    height: 413px;
    border-radius: 50%;
    margin-right: 50px;
    width: 35vw;
    margin-bottom: 230px;
} 
.about-contant{
    margin-bottom: 90px;
}
.heading{
    text-align: center;
    font-size: 72px;
}
.about-contant h2{
    text-align: left;
    line-height: 0;
}
.about-contant h3{
    font-size: 41.6px;
}
.btn2{
    display: inline-block;
    padding: 16px 44.8px;
    background: #0ef;
    border-radius: 64px;
    box-shadow: 0 0 16px #0ef;
    font-size: 25.6px;
    color: #323946;
    letter-spacing: 1.6px;
    font-weight: 600;
    text-decoration: none;
    transition: .5s ease;
    margin-bottom: 100px;

}
.btn2:hover{
    box-shadow: none;
}
.services h2{
    margin-bottom: 5rem; 
}
.services-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.services-container .services-box{
    flex: 1 1 30rem;
    background: #323946;
    padding: 3rem 2rem 4rem;
    border-radius: 2rem;
    text-align: center;
    border: 2rem solid black;
    transition: .5s ease;
}
.services-container .services-box:hover{
    border-color: #0ef;
    transform: scale(1.02);
    box-shadow: none;
}
.services-box i{
    font-size: 7rem;
    color: #0ef;
}
.services-box h3{
    font-size: 2.6rem;
}
.services-box p{
    font-size: 1.6rem;
    margin: 1rem 0 3rem;
}
.profile{
    background: black;
}
.profile h2{
    margin-bottom: 4rem;
}
.profile-container{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    align-items: center;
    gap: 40px;
}
.profile-container .profile-box{
    position: relative;
    border-radius: 32px;
    box-shadow: 0 0 16px #323946;
    overflow: hidden;
    display: flex;

}
.profile-box img{
    width: 100%;
    transition: .5s ease;

}
.profile-box:hover img{
    transform: scale(1.1);
}
.profile-box .profile-layer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#323946) var(#0ef);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 64px;
    transform: translateY(100%);
    transition: .5s ease;
}
.profile-box:hover .profile-layer{
    transform: translateY(0);
}
.profile-layer h4{
    font-size: 48px;
}
.profile-layer p{
    font-size: 25.6px;
    margin: 4.8px 0 16px;
}
.profile-layer a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;

}
.contact h2{
    margin-bottom: 48px;
}
.contact form{
    max-width: 70rem;
    margin: 1rem auto;
    text-align: center;
    margin-bottom: 3rem;
}
.contact form .input-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.contact form .input-box input,
.contact form textarea{
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: #fff;
    background: #323946;
    border-radius: .8rem;
    margin: 7rem 0;
}
.contact form .input-box input{
    width: 49%;
}
.contact form textarea{
    resize: none;
}
.contact form .btn{
    margin-top: 2rem;
    cursor: pointer;
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 9%;
    background: #323946;
}
.footer-text p{
    font-size: 1.6rem;
}
.footer-iconTop a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: .8rem;
    background: #0ef;
    border-radius: .8rem;
    transition: .5s ease;
}
.footer-iconTop a:hover{
    box-shadow: 0 0 1rem #0ef;
}
.footer-iconTop a i{
    font-size: 2.4rem;
    color: #323946;
}
