﻿@import url('https://fonts.googleapis.com/css2?family=Gasoek+One&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');
        @import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Belanosima&family=Rubik+Vinyl&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
       


 .darksoul-fluid-liquid--circle
        {
            position: absolute;
            margin: auto;
            width: 350px !important;
            height: 350px !important;
            border-radius: 39% 61% 55% 45% / 44% 37% 63% 56% ;
            animation: fluid-anim 5s infinite linear;
            z-index: -1;
    margin: auto;
    left: 0;
    right: 0;    
    scale: 0.8;
    top:40px;
        }
        
        .circle-blue
        {
            background-image: linear-gradient(120deg, #004168 0%, #0074bc 100%);
        }
                
        .circle-green
        {
            background-image:linear-gradient(120deg, #d1e67c 0%, #c4da69 100%);
        }
        
        .circle-orange
        {
            background-image:linear-gradient(120deg, #ffb53e 0%, #fbab2a 100%);
        }


        @keyframes fluid-anim
        {
            0%
            {
                border-radius: 39% 61% 55% 45% / 44% 37% 63% 56% ;
            }
            25%
            {
                border-radius: 45% 55% 48% 52% / 60% 36% 64% 40% ;
            }
            50%
            {
                border-radius: 56% 44% 28% 72% / 46% 63% 37% 54% ;
            }
            75%
            {
                border-radius: 62% 38% 37% 63% / 39% 32% 68% 61% ;
            }
            100%
            {
                border-radius: 39% 61% 55% 45% / 44% 37% 63% 56% ;
            }
        }
        
        .disclaimer
        {
            margin: auto; 
            margin-bottom: 50px;
            width: fit-content;
            color: rgb(0, 0, 0);
            text-align: center;
            font-family: 'Belanosima', sans-serif;
        }
        .disclaimer a
        {
            text-decoration: none;
            color: #202020;
            font-family: "Kaushan Script", cursive;
            font-weight: 900;
        }
        .disclaimer a:hover
        {
            text-decoration: overline;
        }