@media only screen and (max-width: 1280px) {}

@media only screen and (min-width: 1030px) {
    .content-2 video {
        height: 1000px;
    }
}

@media only screen and (max-width: 1024px) {
    .h-screen {
        min-height: auto;
    }
    .text-xs {
        font-size: 1.5rem;
    }
    .content-2 video {
        height: 1100px;
    }
    .laptop {
        height: fit-content;
    }
    .video-content .logo {
        height: 100px;
    }
    .content-4 .row {
        flex-direction: column;
    }
    .content-4 .row .col-md-7,
    .content-4 .row .col-md-5 {
        width: 100%;
    }
    .place-time .btn {
        width: auto;
    }
    .slime-bg {
        max-height: 700px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .h-screen {
        min-height: auto;
    }
    .content-1 p {
        margin-bottom: 1rem;
    }
    .space {
        padding-bottom: 50px;
    }
    .text-xs {
        font-size: 1rem;
    }
    .text-md {
        font-size: 1.5rem;
    }
    .text-lg {
        font-size: 1.75rem;
    }
    .content-2 video {
        height: 1250px;
    }
    .main-info {
        font-size: 35px;
        margin-bottom: 10px !important;
    }
    .video-content img,
    .video-content .orange-logo {
        height: 70px;
        width: 100%;
        object-fit: contain;
        margin-top: 15px;
    }
    .cross-img,
    .slime-bg,
    .laptop img {
        width: 100%;
        object-fit: contain;
        height: auto;
    }
    .content-3-info {
        min-height: unset;
        padding: 15px 0;
    }
    .place-time {
        flex-direction: column;
    }
    .place-time .d-flex {
        justify-content: center;
    }
    .countdown {
        padding: 0;
    }
    .custom-form {
        padding: 5px 10px;
        font-size: 16px;
    }
    .laptop {
        height: fit-content;
    }
    .contact {
        bottom: 50px;
    }
    .contact-item span {
        display: none;
    }
    .contact-list {
        text-align: center;
    }
    .place-time .btn {
        width: 250px;
    }
    .captcha-area .g-recaptcha div:first-child {
        width: 100% !important;
    }
    .captcha-area,
    .submit-btn-area {
        width: 100%;
        text-align: center;
    }
}