
* {
    box-sizing: border-box;
}
html,
body {  
    height: 100%;
}
@font-face {
    font-family: 'BDO Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    letter-spacing: normal;
    src:
        url('../BDOGrotesk-Medium.woff2') format('woff2'),
        url('../BDOGrotesk-Medium.woff') format('woff'),
        url('../BDOGrotesk-Medium.ttf') format('truetype'),
        url('../BDOGrotesk-Medium.otf') format('opentype');
}
body {
    margin: 0;
    font-family: "Inter", sans-serif; 
    color: #ffffff;
    overflow: hidden;
}
.coming-soom-banner #bubble-video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.coming-soom-banner{
    position: relative;
    background: #072F4A;
}
.coming-soom-banner .container{
    max-width: 820px;
    width: 100%;
    padding: 32px 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.coming-soom-banner .section-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    display: grid;
    place-content: space-evenly;
}
.coming-soom-banner .logo{
    width: 149px;
    height: 40px;
    margin: 0 auto 40px;
}
.coming-soom-banner .logo svg{
    width: 100%;
    height: 100%;
}
.coming-soom-banner h1 {
    font-family: "BDO Grotesk", "Inter", sans-serif;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-weight: 500;
}
.coming-soom-banner h1:after{
    content: '';
    position: absolute;
    border-bottom: 3px solid #fff;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 212px;
    transform: translateX(-50%);
}
.coming-soom-banner p:first-of-type{
    margin: 0 auto 50px auto;
    max-width: 318px;
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
}
.coming-soom-banner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto 24px auto;
    max-width: 361px;
    width: 100%;
}
.coming-soom-banner p span{
    display: block;
    margin-bottom: 8px;
}
.coming-soom-banner .signup {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 369px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.coming-soom-banner .input-wrap {
    position: relative;
    display: flex;
    border-radius: 100px;
    border: 1px solid #ffffff;
    overflow: hidden;
    width: 100%;
}
.coming-soom-banner .input-wrap:has(input:focus){
    outline: 2px solid #0f7fff;
}
.coming-soom-banner .input-wrap input {
    flex: 1;
    border: none;
    outline: none;
    background: #fff;
    color: #1E212C;
    padding: 16px 18px 16px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    width: calc(100% - 56px);
}
.coming-soom-banner .input-wrap input::placeholder {
    color: #1E212C;
}
.coming-soom-banner .input-wrap button {
    width: 56px;
    flex: 0 0 56px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 4px;
    background:#fff;
}
.coming-soom-banner .input-wrap button:hover span{
    background: #000000;
}
.coming-soom-banner .input-wrap button span{
    background: #072F4A;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.coming-soom-banner .socials {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 70px;
    flex-wrap: wrap;
}
.coming-soom-banner .socials a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.coming-soom-banner .socials a:hover {
    transform: scale(1.1);
    transition: scale 0.3s ease;
}
.coming-soom-banner .socials svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    color: #000000;
}
.coming-soom-banner .copyright {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 32px;
    margin-bottom: 0;
}
.delayed-content {
    opacity: 0;
    visibility: hidden;
    animation: show 1s forwards;
    animation-delay: 4s;
}
@media (min-width: 767px) {
    .coming-soom-banner p{
        max-width: 100%;
        margin-bottom: 32px;
        font-size: 24px;
        font-size: 20px;
    }
    .coming-soom-banner p:first-of-type {
        max-width: 100%;
        margin-bottom: 60px;
        font-size: 24px;
    }
    .coming-soom-banner .logo{
        width: 261px;
        height: 70px;
        margin-bottom: 80px;
    }
    .coming-soom-banner h1{
        font-size: 80px;
        padding-bottom: 37px;
        margin-bottom: 40px;
    }
    .coming-soom-banner .socials{
        margin-top: 100px;
    }
    .coming-soom-banner .socials a{
        width: 48px;
        height: 48px;
    }
    .coming-soom-banner .copyright {
        font-size: 16px;
        margin-top: 40px;
    }
    .coming-soom-banner .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .coming-soom-banner h1:after{
        max-width: 360px;
    }
}

@keyframes show {
    to {
        opacity: 1;
        visibility: visible;
    }
}