@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@keyframes intro{
    0% { filter:blur(50px);opacity: 0%;}
    100%{ filter: blur(0px);opacity:100%;}
}

@keyframes introcolor{
    0% {
        filter: hue-rotate(0deg);
    }
    50%{
        filter: hue-rotate(180deg);    
    }
    100%{
        filter:hue-rotate(360deg)
    }
}

@keyframes introcolormain{
    0% { color:rgb(124, 124, 124);
        background-color:transparent;
        filter:none;
        opacity: 0%;
    }
    50%{ 
        color:rgb(73, 73, 73);
        background-color:transparent;
        filter:none;
        opacity: 0%;
    }
    74%{
        color:rgb(226, 243, 255);
        background-color:transparent;
        filter:none;
        opacity: 0%;
    }
    75% {
        opacity:100%;
        background-color:rgb(22, 60, 75);
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0);
        transform: scale(2,0) translateY(100px);
        
    }
    80%{
        transform: scale(0.5,1.5);
    }
    87%{
        transform: scale(1.3,0.7);
    }
    91%{
        transform: scale(0.8,1.1);
    }
    96%{
        filter:none;
        transform: scale(1.07,0.9);
    }
    98%{
        filter:none;
        transform: scale(0.95,1.03);
    }
    100%{ 
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.418);
        color:rgb(226, 243, 255);
        opacity: 100%;
        transform: translateY(0px);
    }
}

@keyframes introcolortxta{
    0% { 
    }
    50%{ 
        color:rgb(73, 73, 73);
    }
    74%{
        color : rgb(73, 73, 73);
    }
    75% { color:rgb(255, 255, 255);
    }
    100%{ 
        color:rgb(0, 81, 134);
    }
}

@keyframes transitionA {
        0%{
            filter:drop-shadow(0px 0px 10px rgb(255, 0, 0));
        }
        15%{
            filter:drop-shadow(0px 0px 10px rgb(255, 153, 0));
        }
        30%{
            filter:drop-shadow(0px 0px 10px rgb(255, 251, 0));
        }
        45%{
            filter:drop-shadow(0px 0px 10px rgb(72, 255, 0));
        }
        60%{
            filter:drop-shadow(0px 0px 10px rgb(0, 153, 255));
        }
        75%{ 
            filter:drop-shadow(0px 0px 10px rgb(55, 0, 255));
        }
        90%{
            filter:drop-shadow(0px 0px 10px rgb(174, 0, 255));
        }
        100%{
            filter:drop-shadow(0px 0px 10px rgb(255, 0, 0));
        }

}

/* Add a black background color to the top navigation */
.topnav {
    display:flex;
    background-color: #333;
    overflow: hidden;
    position:fixed;
    font-family: "Poppins";
    font-weight: 700;
    top:0;
    justify-content: space-between;
    left: 0;
    right: 0;
    width:100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .topnav p{
      color : rgb(196, 226, 255);
      padding-left: 2%;
  }

  .topnav img{
    object-fit: contain;
    size: cover;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: right;
    padding-top:1px;
    padding-right: 10px;
    align-self: center;
    transition: all 0.5s;
  }

  .topnav img:hover{
      transform:scale(5.5) rotate(360deg);
  }

  .botnav {
    display:flex;
    background-color: #333;
    overflow: hidden;
    position:fixed;
    font-family: "Poppins";
    font-weight: 700;
    bottom: 0;
    justify-content: space-around;
    left: 0;
    right: 0;
    width:100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    animation: introcolor 2s linear infinite alternate-reverse;
  }

  .botnav p{
      color : rgb(196, 226, 255);
  }

  a{
    color : rgb(196, 226, 255);
    transition: all 0.3s cubic-bezier(0.65, 0.92, 0.12, 2.11);
    text-decoration: none;
    border-bottom:solid #333 0px;
}

a:hover{
    color : rgb(245, 250, 255);
    border-bottom: solid rgb(245, 250, 255) 5px;
    filter:drop-shadow(0px 0px 10px rgb(0, 153, 255));
    animation: transitionA 1s linear infinite normal;

}

a:active{
    transform: scale(0.9);
}

  .botnav img{
    object-fit: contain;
    size: cover;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: right;
    padding-top:1px;
    padding-right: 10px;
    align-self: center;
  }

.main-content{
    display:flex;
    position: absolute;
    left : 30%;
    right : 30%;
    top : 25%;
    transition : all 0.5s;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(22, 60, 75);
    border-radius: 50px;
    padding: 20px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.418);
    color : rgb(226, 243, 255);
    align-items: center;
    align-self: center;
    animation: introcolormain 1.8s ease-in-out 1 normal;
}

html{
    font-family: "Poppins";
    font-weight: 500;
    background: url(https://media2.giphy.com/media/2tNvsKkc0qFdNhJmKk/giphy.gif?cid=790b761129aa0eb2c965ce73f9e77968b7218491847ab441&rid=giphy.gif&ct=g);
    background-size: cover;
}