*
{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'arial'sans-serif;
     
     
     
     
     
}
h3
{
    display: flex;
    color: transparent;
    font-size: 10vw;
    background: rgb(0, 0, 0);
    border-radius: 40px;
    
    
    
}
h3 span
{
    animation: animate 3s linear infinite;
    animation-delay: calc(0.1s * var(--i));
    
}
@keyframes animate
{
    0%
    {
        color: #fff;
        filter: blur(1px) hue-rotate(0deg);
        text-shadow: 0 0 10px #00b3ff,
        0 0 20px #00b3ff,
        0 0 40px #00b3ff,
        0 0 80px #00b3ff,
        0 0 120px #00b3ff,
        0 0 200px #00b3ff,
        0 0 300px #00b3ff,
        0 0 400px #00b3ff;
  
    }
    30%,70%
    {
        color: #fff;
        filter: blur(1px) hue-rotate(360deg);
        text-shadow: 0 0 10px #00b3ff,
        0 0 20px #00b3ff,
        0 0 40px #00b3ff,
        0 0 80px #00b3ff,
        0 0 120px #00b3ff,
        0 0 200px #00b3ff;
    
        
    }
    100%
    {
        color: transparent;
        box-shadow: none;
        filter:blur(1px) hue-rotate(0deg);
       
    }
}
section
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
section header
{ 
  position: absolute;
  top: 0;
  width: 100%;
  display:flex;
  justify-content: flex-end; 
  padding: 20px; 
}
section header ul
{
    display: flex;
    justify-content: center;
    align-items: center;
}
section header ul li
{
    list-style: none;
    margin-left: 20px;
}
section header ul li a
{
    color: #111;
    text-decoration: none;
    font-size: 13px;
}
section header ul li button
{
    background: #4584ef;
    border: none;
    outline: none;
    padding: 8px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
}
section .main
{
    width: 580px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section .main .searchBox
{
    position: relative;
    width: 100%;
    margin-top: 20px;
    
}   
    
    

    


section .main .searchBox .icons
{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    padding: 12px 20px;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    
}
section .main .container
{
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}
section .main .container a
{
    
    position: relative;
    width: 100px;
    height: 50px;
    display: inline-block;
    background:rgb(238, 0, 0);
    margin: 20px;

}
section .main .container a:before,
section .main .container a:after
{
    content: '';
    position: absolute;
    inset: 0;
    background:#f00;
    transition: 0.5s;
}
section .main .container a:nth-child(1):before,
section .main .container a:nth-child(1):after
{
    background: linear-gradient(45deg,#ff075b,#0e1538,#0e1538,#1aff22);
}


section .main .container a:hover:before
{
    inset: -3px;
}
section .main .container a:hover:after
{
    inset: -3px;
    filter: blur(10px);
}
section .main .container a span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #0e1538;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    border: 1px solid #040a29;
    overflow: hidden;
}
section .main .container a span::before
{
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.075);
    transform: skew(25deg);
}



section .main .languages
{
    display: flex;
    margin-top: 30px;
    color: black;
}
section .main .languages li
{
    list-style: none;
    margin: 0 5px;
    font-size:13px;
}
section .main .languages li a
{
    text-decoration: none;
    color:#1a0dab;
}
section .main .languages li a:hover
{
    text-decoration: underline;
}
section .footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f2f2f2;
}
section .footer .row
{
    padding: 15px 25px;
    border-top: 1px solid rgb(208, 206, 206);
    color:red;
}
section .footer .row.row1 
{
    display: flex;
    justify-content: space-between;
}
section .footer .row.row1 ul li
{
    list-style: none;
}
section .footer .row.row1 ul:nth-child(2) li a 

{
    text-decoration: none;
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-right: 0px;
    margin-left: 25px;
}
section .footer .row.row1 ul li a:hover
{
  text-decoration: underline;
}

section .footer .row.row2
{
    display: flex;
    justify-content: space-between;
}
section .footer .row.row2 ul
{
    display: flex;
}
section .footer .row.row2 ul li
{
    list-style: none;
}
section .footer .row.row2 ul li a
{
    text-decoration: none;
    font-size: 14px;
    color: #19029d;
    margin-right: 25px;
}
section .footer .row.row2 ul li a:hover
{
  text-decoration: underline;
}
section .footer .row.row2 ul:nth-child(2) li a 
{
    text-decoration: none;
    font-size: 14px;
    color: #2e09b5;
    margin-right: 0px;
    margin-left: 25px;
}
