*{
    box-sizing: border-box
}
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('../fonts/CabinetGrotesk-Black.woff') format('woff2'),;
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Cabinet Grotesk';
    src: url('../fonts/CabinetGrotesk-Light.woff') format('woff2'),;
    font-weight: 300;
    font-style: normal;
  }
  


body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.coming-main {
    height: 100dvh;
    display: flex;
    background-image: url(../images/bg-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.contact a {
    color: #ffffffb7;
    text-decoration: none;
    }
    .contact a {
        color: #ffffffb7;
        
        text-decoration: none;
        }

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}

.logo {
    max-width: 262px;
    width: 100%;
}

.brand {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
}

.tagline {
    font-size: 14px;
    color: #bbb;
    margin-top: 5px;
}

.coming-main h2 {
    font-family: 'Cabinet Grotesk';
  font-weight: 300;
    font-size: 42px;
    line-height: 1.3;
    margin: 35px 0 0px;
    color: #ffffffb7;
}

.description {
    font-size: 22px;
    color: #ffffff88;
    font-weight: 300;
    font-family: 'Cabinet Grotesk';
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 15px;
}

.contact {
    font-size: 22px;
    line-height: 1.6;
    color: #ffffffb7;
    font-family: 'Rubik';
    font-weight: 300;
    max-width: 605px;
    width: 100%;
    margin: auto;
}

.coming-soon {
    font-size: 142px;
    color: #d57f2a8a;
    font-weight: bold;
    margin-bottom: 0px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F39333;
    font-family: 'Cabinet Grotesk';
    margin-top: 35px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .coming-soon {
        font-size: 65px;
    }

    .description, .contact {
        font-size: 18px;
    }
}


@media (max-width: 575px) {
    .coming-main h2{
        font-size: 34px;
    }
    .coming-main{
        padding: 20px 0px;
        height: 100dvh;
    }
    .coming-soon {
        font-size: 55px;
    }
    .description, .contact {
        font-size: 17px;
    }
    .logo {
        max-width: 180px;
    
    }
}
