/* contact */
.contact {
    position: relative;
    overflow: hidden;
    background: #eaf0fe;
    padding: 3.958rem 5.556rem 4.861rem 5.347rem;
    display: flex;
    justify-content: space-between;
}
.contact .contact_linedeco {
    width: 20.278rem;
    height: 20.278rem;
    position: absolute;
    top: -6.875rem;
    left: -7.708rem;
    z-index: 1;
    border-radius: 100%;
    border: 0.0694rem solid #3e55f8cc;
    opacity: 0.4;
}
.contact .contact_left {
    position: relative;
    z-index: 10;
}
.contact .contact_left-title {
    font-weight: 700;
    font-size: 2.222rem;
    color: #141414e5;
    width: 33.708rem;
    margin-bottom: 1.667rem;
}
.contact .contact_left-title strong {
    background: var(
        --color-text,
        linear-gradient(
            180deg,
            rgba(62, 85, 248, 0.96) 0%,
            rgba(152, 165, 255, 0.92) 100%
        )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact_left-desc {
    font-size: 1.111rem;
    color: #141414e5;
    width: 33.26389rem;
}
.contact_form {
    position: relative;
    width: 35.417rem;
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #3e55f8;
    border-radius: 0.347rem;
}
.contact_form-bg {
    width: 35.417rem;
    height: 30rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0.347rem;
    z-index: 0;
}
.contact_form-input {
    border-radius: 1.38889rem;
    background: rgba(255, 255, 255, 0.26);
    height: 2.98611rem;
    padding: 0.83333rem 2.29167rem 0.83333rem 1.94444rem;
    width: 27.29rem;
    color: #fff;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.67rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: none;
}
.contact_form-input::placeholder {
    opacity: 0.6;
    color: #fff;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact_form-input:focus-visible {
    outline: white auto 1px;
}
.box-list__container {
    display: none;
    position: absolute;
    top: 100%;
    background: white;
    border-radius: 0.5rem;
    left: 0;
    right: 0;
}
.item__text {
    color: black;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
    padding: 1.111rem;
    border-radius: 0.5rem;
}
.item__text:hover {
    background: #fafafa;
}
.contact_form-btn {
    display: flex;
    width: 15.83333rem;
    height: 3.05556rem;
    padding: 0.90278rem 1.66667rem 0.83333rem 1.66667rem;
    justify-content: center;
    align-items: center;
    color: #2b61af;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 1;
    border-radius: 1.38889rem;
    background: #fff;
    margin-right: auto;
    margin-left: 3.89rem;
    border: none;
}
.contact_decopc {
    position: absolute;
    left: 31.18rem;
    bottom: 2.71rem;
    width: 23.03007rem;
    height: 18.05556rem;
    object-fit: contain;
    z-index: 2;
    animation: updowndecopc 3s ease-in-out infinite alternate;
}
.contact_deco1 {
    position: absolute;
    left: 32.64rem;
    bottom: 8.68rem;
    width: 9.23611rem;
    height: 9.23611rem;
    background: #42cfad;
    border-radius: 100%;
    z-index: 1;
    animation: updowndeco1 2s ease-in-out infinite alternate;
}
.contact_deco2 {
    position: absolute;
    left: 50rem;
    bottom: 1.87rem;
    width: 5.90278rem;
    height: 5.90278rem;
    background: #42cfad;
    border-radius: 100%;
    z-index: 3;
    animation: updowndeco2 2s ease-in-out infinite alternate;
    animation-delay: 2s;
}
@keyframes updowndeco1 {
    to {
        bottom: 11.68rem;
    }
}
@keyframes updowndeco2 {
    to {
        bottom: 4.87rem;
    }
}
@keyframes updowndecopc {
    to {
        /* left: 33.18rem; */
        /* bottom: 4.71rem; */
        transform: translateX(2rem) translateY(-2rem);
    }
}
/* countdown time */
.countdown {
    margin-top: 3.06rem;
    display: flex;
    gap: 2rem;
    font-size: 1.94444rem;
    line-height: 1.66667rem;
    font-weight: 600;
    text-align: center;
}
.countdown .time {
    background: linear-gradient(
        180deg,
        rgba(62, 85, 248, 0.96) 46.4%,
        rgba(152, 165, 255, 0.92) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.countdown p {
    color: rgba(20, 20, 20, 0.86);
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66667rem;
    margin-top: 0.83rem;
}

.separator {
    font-size: 2rem;
    color: #444;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.hidden-fields-container {
    display: none;
}
/* end countdown time */
/*  */
