body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    /* overflow: hidden; */
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loading-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 3s ease-in-out;
    z-index: 1;
}

.loading-text {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    z-index: 2;
    opacity: 1;
    animation: fadeText 3s ease-in-out forwards;
}

@keyframes fadeText {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.page-content {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.st-time-last {
    background: radial-gradient(113.79% 113.79% at 50% 50%, #092934 0%, #041E27 100%);
    padding: 60px 0px 70px;
}

.time-date {
    padding: 0 20px;
    max-width: 605px;
    width: 100%;
    margin: 0 auto;
}

.img-key-james {
    margin-bottom: 80px;
}

.countdown {
    display: flex;
    gap: 30px;
}
.text-last-time .desc{
    font-family: 'Valencia', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #F3D588;
    max-width: 465px;
}
.text-time-content .text-time{
    font-family: 'Magnate';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #F3D588;
}
.content-st-time{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.countdown .time-box{
    display: flex;
    flex-direction: column;
}

.countdown .time-box .number{
    font-family: 'Limelight', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #F3D588;
    padding: 29px 0px 24px 0px;
    border: 2px solid #F3D588;
    min-width: 165px;
    position: relative;
    margin-bottom: 15px;
}
.countdown .time-box .number::before{
    content: "";
    border: 2px solid #F3D588;
    min-width: 161px;
    position: absolute;
    left: -7px;
    top: 3px;
    height: 100%;
}
.countdown .time-box .label-text{
    font-family: 'Valencia';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #F3D588;
}
.form-james{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-form-jame{
    max-width: 1130px;
    margin: 0 auto;
    padding: 150px 20px 105px;
    width: 100%;
}
.form-james .title-form{
    font-family: 'Magnate';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #F3D588;
    margin-bottom: 40px;
}
.form-james .desc-form{
    font-family: 'Valencia';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #F3D588;
    margin-bottom: 148px;
    max-width: 374px;
    width: 100%;
    margin: 0 auto 148px;
}
.form-james .decs-last-form{
    font-family: 'Valencia';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #F3D588;
}
.text-time-content{
    margin-bottom: 55px;
}
.countdown{
    margin-bottom: 80px;
}
@media(max-width: 768px){
    .form-james .title-form{
        font-size: 40px;
        line-height: 1;
    }
    .form-james .desc-form{
        font-size: 16px;
        line-height: 18px;
    }
    .form-james .decs-last-form{
        font-size: 16px;
        line-height: 18px;
    }
    .text-time-content .text-time{
        font-size: 40px;
        line-height: 1;
    }
    .countdown .time-box .number::before{
        content: "";
        min-width: 120px;
        left: -7px;
        top: 3px;
    }
    .countdown .time-box .number{
        min-width: 120px;
        font-size: 40px;
        line-height: 1;
    }
    .countdown .time-box .label-text{
        font-size: 20px;
        line-height: 23px;
    }
    .text-last-time .desc{
        font-size: 16px;
        line-height: 18px;
    }

}
@media(max-width: 450px){
     .countdown .time-box .number::before{
        content: "";
        min-width: 100px;
        left: -7px;
        top: 3px;
    }
    .countdown .time-box .number{
        min-width: 102px;
        font-size: 40px;
        line-height: 1;
    }
}
@media(max-width: 390px){
     .countdown .time-box .number::before{
        content: "";
        min-width: 90px;
        left: -7px;
        top: 3px;
    }
    .countdown .time-box .number{
        min-width: 87px;
        font-size: 40px;
        line-height: 1;
    }
}