        /*Start Animations*/
        @-webkit-keyframes animatetop {
            from {
                top: -300px;
                opacity: 0;
            }
            to {
                top: 0;
                opacity: 1;
            }
        }
        @keyframes animatetop {
            from {
                top: -300px;
                opacity: 0;
            }
            to {
                top: 0;
                opacity: 1;
            }
        }
        @-webkit-keyframes zoomIn {
            0% {
                opacity: 0;
                -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
            }
            50% {
                opacity: 1;
            }
        }
        @keyframes zoomIn {
            0% {
                opacity: 0;
                -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
            }
            50% {
                opacity: 1;
            }
        }
        /*End Animations*/
        /*
        -- Start BackGround Animation 
        */
        /* background: rgba( 76, 201, 240, 0.6 ); */
        .circles {
            position: absolute;
            /* z-index:1; */
            top: 0;
            left: 0;
            width: 100%;
            height: 96%;
            overflow: hidden;
        }
        
        .circles li {
            position: absolute;
            z-index: 3;
            display: block;
            list-style: none;
            width: 20px;
            height: 20px;
            background:  rgba( 58, 12, 163, 0.8 );
            backdrop-filter: blur( 0px );
            -webkit-backdrop-filter: blur( 0px );
            animation: animate 25s linear infinite;
            bottom: -150px;
        }
        
        .circles li:nth-child(1) {
            left: 5%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
        }
        
        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        
        .circles li:nth-child(3) {
            left: 25%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }
        
        .circles li:nth-child(4) {
            left: 55%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        
        .circles li:nth-child(5) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }
        
        .circles li:nth-child(6) {
            left: 90%;
            width: 60px;
            height: 60px;
            animation-delay: 3s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        
        .circles li:nth-child(7) {
            left: 55%;
            width: 60px;
            height: 60px;
            animation-delay: 7s;
        }
        
        .circles li:nth-child(8) {
            left: 75%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        
        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }
        
        .circles li:nth-child(10) {
            left: 35%;
            width: 40px;
            height: 40px;
            animation-delay: 0s;
            animation-duration: 11s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        
        .circles li:nth-child(11) {
            left: 85%;
            width: 25px;
            height: 25px;
            animation-delay: 0s;
        }
        
        .circles li:nth-child(12) {
            left: 30%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        
        .circles li:nth-child(13) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }
        
        .circles li:nth-child(14) {
            left:78%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        
        .circles li:nth-child(15) {
            left: 15%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }
        
        .circles li:nth-child(16) {
            left: 55%;
            width: 65px;
            height: 65px;
            animation-delay: 3s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        
        .circles li:nth-child(17) {
            left: 25%;
            width: 60px;
            height: 60px;
            animation-delay: 7s;
        }
        
        .circles li:nth-child(18) {
            left: 35%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        
        .circles li:nth-child(19) {
            left: 8%;
            width: 30px;
            height: 30px;
            animation-delay: 2s;
            animation-duration: 35s;
        }
        
        .circles li:nth-child(20) {
            left: 79%;
            width: 40px;
            height: 40px;
            animation-delay: 0s;
            animation-duration: 11s;
            background: rgba( 76, 201, 240, 0.5 );
            backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 0px );
        }
        .circles li:nth-child(21) {
            left: 80%;
            width: 65px;
            height: 65px;
            animation-delay: 3s;
            background:  rgba(0, 0, 0, 0);
            backdrop-filter: blur( 0px );
            -webkit-backdrop-filter: blur( 0px );
            border: 2px solid #4895EF;
        
        }
        
        .circles li:nth-child(22) {
            left: 58%;
            width: 60px;
            height: 60px;
            animation-delay: 7s;
        }
        
        .circles li:nth-child(23) {
            left: 15%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            background:  rgba(0, 0, 0, 0);
            backdrop-filter: blur( 0px );
            -webkit-backdrop-filter: blur( 0px );
            border: 2px solid #4895EF;
        
        }
        
        .circles li:nth-child(24) {
            left: 20%;
            width: 30px;
            height: 30px;
            animation-delay: 2s;
            animation-duration: 35s;
            
        }
        
        .circles li:nth-child(25) {
            left: 15%;
            width: 40px;
            height: 40px;
            animation-delay: 0s;
            background:  rgba(0, 0, 0, 0);
            backdrop-filter: blur( 0px );
            -webkit-backdrop-filter: blur( 0px );
            border: 2px solid #4895EF;
        }
        
        @keyframes animate {
            0% {
                transform: translateY(0) rotate(0deg);
                opacity: 1;
                border-radius: 0;
            }
        
            100% {
                transform: translateY(-1000px) rotate(720deg);
                opacity: 0;
                border-radius: 10%;
            }
        }
        /*
        -- End BackGround Animation 
        */


        @keyframes float {
            0% {
                transform: translateY(0px);
            }
        
            50% {
                transform: translateY(-10px);
            }
        
            100% {
                transform: translateY(0px);
            }
        }
        
        .animate-float {
            animation: float 6s ease-in-out infinite;
        }

        .shadow-blur {
            box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, 0.9), 0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
        }

        .bgcc{
            background: rgba( 0, 0, 0, 0.1 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 17.5px );
-webkit-backdrop-filter: blur( 17.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
        }
    