*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins' , sans-serif;

}
body
{
    color: #fff;

}
.header
{
  position: fixed;
  top: 0;
  left: 0;
   width: 100%;
   padding: 20px 10%;
   background: #011927;
   display: flex;
   justify-content: space-between;
   align-items: center;
   z-index: 100;

}
.logo 
{
    position: relative;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    cursor: default;
    opacity: 0;
    animation: slideRight 1s ease forwards;

}
.navbar a{
    display: inline-block;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 25px;
    transition: .3s;
    opacity: 0;
    animation: slidetop .5s ease forwards;
    animation-delay: calc(.2s * var(--i));

}
.navbar a1 {
    display: inline-block;
    font-size: 16px;
    color: #081b29;
    text-decoration: none;
    font-weight: 600;
    margin-left: 25px;
    transition: .3s;
    opacity: 0;
    animation: slidetop .5s ease forwards;
    animation-delay: calc(.2s * var(--i));

}
.navbar a:hover{
    color: #0ef;
}
.navbar a1:hover{
    color: #0ef;
}
.home{
    position: relative;
    width: 100%;
    justify-content: space-between;
    height: 100vh;
    background: url(Wallpaper.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 10% 0;
}
.home-content
{
    max-width: 600px;

}
.home-content h3
{
    font-size: 32px;
    font-weight: 700;
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: .7s;
}
.home-content h3:nth-of-type(2){
    margin-bottom: 30px;
    animation: slidetop 1s ease forwards;
    animation-delay: .7s;

}
.home-content h3 span{
    color: aqua;

}
.home-content h1{
    font-size: 56px;
    font-weight: 700;
    margin: -3px 0;
    opacity: 0;
    animation: slideRight 1s ease forwards;
animation-delay: 1s;

}
.home-content p
{
    font-size: 20px;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;

}
.home-sci a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0ef;
    border-radius: 50%;
    font-size: 20px;
    color: #0ef;
    text-decoration: none;
    transition: .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
    margin: 30px 15px 30px 0;
}
.home-sci a1{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0ef;
    border-radius: 50%;
    font-size: 20px;
    color: #0ef;
    text-decoration: none;
    transition: .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
    margin: 30px 15px 30px 0;
}
.home-sci a:hover
{
    background: #0ef;
    color: #081b29;
    box-shadow: 0 0 20px #0ef;
}
.home-sci a1:hover
{
    background: #0ef;
    color: #081b29;
    box-shadow: 0 0 20px #0ef;
}
.footerBottom{
    background-color: #081b29;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.home-sci1 a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0ef;
    border-radius: 50%;
    font-size: 20px;
    color: #0ef;
    text-decoration: none;
    transition: .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
    margin: 30px 15px 30px 0;
   
}
.home-sci1 a:hover
{
    background: #0ef;
    color: #081b29;
    box-shadow: 0 0 20px #0ef;
}
.home-sci1 a1{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0ef;
    border-radius: 50%;
    font-size: 20px;
    color: #0ef;
    text-decoration: none;
    transition: .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
    margin: 30px 15px 30px 0;
   
}
.home-sci1 a1:hover
{
    background: #0ef;
    color: #081b29;
    box-shadow: 0 0 20px #0ef;
}
.btn-box
{
    display: inline-block;
    padding: 12px 28px;
    background: #0ef;
    border-radius: 40px;
    font-size: 16px;
    color: #081b29;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slidetop 1s ease forwards;
    animation-delay: 2s;
    box-shadow: 0 0 5px #0ef,
    0 0 25px #0ef

}
.btn-box
{
    display: inline-block;
    padding: 12px 28px;
    background: #081b29;
    border-radius: 40px;
    font-size: 16px;
    color: #081b29;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slidetop 1s ease forwards;
    animation-delay: 2s;
    box-shadow: 0 0 5px #0ef,
    0 0 25px #0ef

}
.btn-box1:hover
{
    box-shadow: 0 0 5px cyan,
    0 0 15px cyan, 0 0 25px cyan,
    0 0 50px cyan, 0 0 100px cyan
}

.btn-box:hover
{
    box-shadow: 0 0 5px cyan,
    0 0 15px cyan, 0 0 25px cyan,
    0 0 50px cyan, 0 0 100px cyan
}

@keyframes slideRight {
    0% {
        transform: translatex(-100px);
        opacity: 0;
    }
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}
@keyframes slideLeft{
    0% {
        transform: translatex(100px);
        opacity: 0;
    }
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}
@keyframes slidetop {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideBottom {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.group{
    position:relative;
    height: 30px;
    overflow: hidden;
    color: #fff;
    background-color: #011929;
    border-bottom: 2px solid #0ef;
    border-top: 2px solid #0ef;
}
.group .marquee .P{
    position: absolute;

    margin: 5px 0;
    padding: 0;
    width: max-content;
    animation: my-animation 30s linear infinite;


}
.footer {
    font-size: 20px;
    position:relative;
    height: 50px;
    overflow: hidden;
    color: #011929;
    background-color: #0ef;
    border-bottom: 2px solid #0ef;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
}
.footer a{
    font-size: 20px;
    width: max-content;
    margin: 5px 0;
    position:relative;
    height: 50px;
    overflow: hidden;
    color: #011929;
    background-color: #0ef;
    border-bottom: 2px solid #0ef;
   
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
.footer p{
    margin-top: 20px;
    text-align: center;
}
.panal{
    margin-top: 0px;
    background-color: #011929;
    justify-content: center;
    text-align: center;
}
.pana{
    margin-top: 0px;
    background-color: #011929;
    justify-content: center;
    text-align: center;
}
.container{
    padding: 30px 5%;
    margin-top: 0px;
    background-color: #011929;
    justify-content: center;
    text-align: center;
    padding-bottom: 100px;
}
.container .box-container{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(50px,1fr));
    gap: 5px;
    
    align-items: center;
    
}
.container .heading{
    text-align: center;
    font-size: 40px;
    padding-bottom: 25px;
    color:#0ef
   
  

}

.container .box-container.box{
    box-shadow: 0 5px 5px rgba(0,0,0, .2);

    padding: 25px 15%;
    margin-top: 25px 15%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
   
    background: #0ef;
    border: 2px solid #0ef;
    border-radius: 5px;
    font-size: 20px;
    color: #0ef;
    text-decoration: none;
    transition: .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
    margin: 40px 15px 40px 0;
    text-align: center;
    padding: 40px 30px;
   
}
.container .box-container.box:hover
{
    background: #0ef;
    color: #011929;
    box-shadow: 0 0 20px #0ef;
}

.container img:hover
{
    box-shadow: 0 0 5px cyan,
    0 0 15px cyan, 0 0 30px cyan,
    0 0 50px cyan, 0 0 100px cyan
}
.container img
{
    display: inline-block;
    padding: 12px 28px;
    background: #011929;
    border-radius: 40px;
    font-size: 16px;
    color: #0ef;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slidetop 1s ease forwards;
    animation-delay: 2s;
    box-shadow: 0 0 20px #0ef,
    0 0 50px #0ef

}
.btn2
{
    display: inline-block;
    padding: 12px 28px;
    background: #0ef;
    border-radius: 40px;
    font-size: 16px;
    color: #081b29;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slidetop 1s ease forwards;
    animation-delay: 2s;
    box-shadow: 0 0 5px #0ef,
    0 0 25px #0ef

}
.btn2:hover
{
    box-shadow: 0 0 5px cyan,
    0 0 15px cyan, 0 0 25px cyan,
    0 0 50px cyan, 0 0 100px cyan
}





body1{
    
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140vh;
    background-color: #081b29;
}
.contact h2 {
    font-size: 50px;
    color: #ededed;
    text-align: center;
    margin-bottom: 10px;
}
.contact form{
    
    text-align: center;
}
form .input-box{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    text-align: center;

}
.input-box .input-field{
    text-align: center;
    width: 45.5%;
}
.field .item {
    width: 500px;
    padding: 10px;
    background: transparent;
    border: 2px solid #0ef;
    outline: none;
    border-radius: 6px;
    font-size: 16px;
    color: #ededed;
    margin: 5px 0;
}
.field .item::placeholder{
    color: rgba(255,255,255,.3);
}
.field .error-txt{
    font-size: 14.5px;
    color: #d93025;
    text-align: left;
    margin: -5px 0 10px;
    display: none;
}
.textarea-field .item{
   
    width: 1100px;
    resize: none;
}
.field.textarea-field.error-txt{
    margin-top: -10px;
}
form button{
    padding: 12px 32px;
    background: #0ef;
    border: none;
    outline: none;
    border-radius: 6px;
    box-shadow: 0 0 10px #0ef;
    font-size: 16px;
    color: #081b29;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
}
.form .button:hover
{
    box-shadow: 0 0 5px cyan,
    0 0 15px cyan, 0 0 25px cyan,
    0 0 50px cyan, 0 0 100px cyan
}
.footerBottom1{
    background-color: #081b29;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.home-sci2 a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0ef;
    border-radius: 50%;
    font-size: 20px;
    color: #0ef;
    text-decoration: none;
    transition: .5s ease;
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
    margin: 30px 15px 30px 0;
   
}
.home-sci2 a:hover
{
    background: #0ef;
    color: #081b29;
    box-shadow: 0 0 20px #0ef;
}
.footerBottom2{
    background-color: #081b29;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.home-sci3 a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0ef;
    border-radius: 50%;
    font-size: 20px;
    color: #0ef;
    text-decoration: none;
    transition: .5s ease;
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
    margin: 30px 15px 30px 0;
   
}
.home-sci3 a:hover
{
    background: #0ef;
    color: #081b29;
    box-shadow: 0 0 20px #0ef;
}
