﻿@layer utilities {
    .content-auto {
        content-visibility: auto;
    }

    .text-gradient {
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .bg-glass {
        background: rgba(17, 24, 39, 0.7);
        backdrop-filter: blur(10px);
    }

    .animate-float {
        animation: float 6s ease-in-out infinite;
    }

    .animate-pulse-slow {
        animation: pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .animate-gradient {
        background-size: 200% 200%;
        animation: gradient 15s ease infinite;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(22, 93, 255, 0.3);
    animation: particle-move 20s linear infinite;
}

@keyframes particle-move {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translate(var(--x), var(--y));
        opacity: 0;
    }
}
body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(22, 93, 255, 0.3);
    animation: particle-move 20s linear infinite;
}

@keyframes particle-move {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translate(var(--x), var(--y));
        opacity: 0;
    }
}
@layer utilities {
    .content-auto {
        content-visibility: auto;
    }

    .text-gradient {
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .bg-glass {
        background: rgba(17, 24, 39, 0.7);
        backdrop-filter: blur(10px);
    }

    .animate-float {
        animation: float 6s ease-in-out infinite;
    }

    .animate-pulse-slow {
        animation: pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .animate-gradient {
        background-size: 200% 200%;
        animation: gradient 15s ease infinite;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.text-gradient img {
width:300px;
}
.tc_a {
    width: 500px;
    height: 500px;
    border: 1px solid #ccc;
    display: none;
    position: fixed;
    top: 110px;
    bottom: 0px;
    left: 30%;
    right: 50%;
    background: #fff;
    z-index: 100000;
    border-radius: 5px;
}
.tc_a_a {
    width: 100%;
    height: 360px;
}
.tc_a_b {
    width: 100%;
    height: 60px;
}
.tc_a_b_l {
    width: 30%;
    height: 35px;
    margin: 12px 10%;
    float: left;
    background: #64abf8;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
}
.tc_a_b_r {
    width: 30%;
    height: 35px;
    margin: 12px 10%;
    float: right;
    background: #7ee1fb;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
}
.form-label {
    float: left;
    color: #636363;
    font-size:18px;
}
.form-group {
    width: 460PX;
    margin-left: 20px;
    height: 85px;
}
.tc_a_o {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
    color: #00649b;
}
.form-input {
    WIDTH: 100%;
    border-bottom: 1px solid #ccc;
    height: 30px;
    margin-top:8px;
    color:#000;
}
.fa {
    COLOR: #966637;
    margin-left: 5px;
}