body {
    padding: 0;
    margin: 0;
    background: url('../images/bg.jpg');
    min-height: 100vh;
    font-size: 14px;
}

.bd {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;

}

.container {
    background: rgb(210 217 225);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border: 3px solid rgb(160,178,199);
}

.container-h1 {
    background: #0d306a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container-c {
    background: rgb(124 170 213);
}

.container-gif {
    object-fit: cover;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ct-in input {
    width: 100%;
    padding: 12px;
    border: none;
    background: rgb(65 95 145);
    color: white;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
	text-align: center;
}

.ct-btn {
    padding: 15px;
    border: 4px solid white;
    background: #ff426e;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 114, 255, 0.4);
    position: relative;
}

.ani {
    animation: breathing 2.5s infinite ease-in-out;
}

@keyframes breathing {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 198, 255, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0, 198, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(0, 198, 255, 0);
    }
}

.ct-c1 {
    background: rgba(255, 255, 255, 0.05);
    font-size: 10px;
    line-height: 1.6;
}

.ct-sm {
    font-size: 11px;
}

.m-bg {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-res, .ct-loading {
    animation: fadeIn 0.5s ease-in-out;
}
.ct-hg{
    animation: zao 0.5s ease-in-out;
}
@keyframes zao {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ct-icon {
    width: 20px;
    height: 20px;
}

.ct-bll {
    animation: breathing 2.5s infinite ease-in-out;
}

.ct-mpp {
    color: #c5d5ff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 14px;
}


@keyframes ld1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cl-ld {
    width: 65px;
    height: 65px;
    position: relative;
}

.cl-ld-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #00c6ff;
    border-radius: 50%;
    animation: ld1 1.5s linear infinite;
}
.cl-ld-1:nth-child(2){
    border: 3px solid transparent;
    border-top-color: #0072ff;
    animation: ld1 1.2s linear infinite;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
}
.ccac{
    background: #00c6ff;
}
.cl-ld-1:nth-child(3) {
    border: 3px solid transparent;
    border-top-color: #00c6ff;
    animation: ld1 0.8s linear infinite;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
}
.ct-hg{
    position: relative;
    text-align: center;
    flex: 1;
}
.ct-hg:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 22px;
    right: -15%;
    width: 30%;
    height: 2px;
    background: rgba(160, 185, 230, 0.3);
}
.ct-hg:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: -15%;
    width: 30%;
    height: 2px;
    background: rgba(160, 185, 230, 0.3);
}