@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Franklin Gothic Medium Cond';
    src: url('../fonts/Franklin-Gothic-Medium-Cond-Regular.eot'); 
    src: url('../fonts/Franklin-Gothic-Medium-Cond-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Franklin-Gothic-Medium-Cond-Regular.woff2') format('woff2'),
         url('../fonts/Franklin-Gothic-Medium-Cond-Regular.woff') format('woff'),
         url('../fonts/Franklin-Gothic-Medium-Cond-Regular.ttf')  format('truetype'),
         url('../fonts/Franklin-Gothic-Medium-Cond-Regular.svg#Franklin Gothic Medium Cond') format('svg');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
body {
    font-family: 'Franklin Gothic Medium Cond';
    overflow-x: hidden;
    font-size: 16px;
    color: #242424;
    background:black;
}
.logo img {
 
}
.main {
    background: url(../img/bg-img.jpg);
    text-align: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    padding: 30px 0px 0;
    height: 100vh;
}
.content h3 {
    color: #FFD800;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFD800;
    font-family: 'Franklin Gothic Medium Cond';
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.6px;
}
.mob-cm-soon {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #222;
    background: #161616;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.50) inset, 0px 4px 10px 0px rgba(255, 255, 255, 0.15);
    color: #FFF;
    /* font-family: "Franklin Gothic Medium Cond"; */
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: 36px;
}
span{
    display: inline-block;
}
.box {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    font-family: Poppins;
    font-size: 180px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    line-height: 1;
}
.counter {
    display: flex; 
    opacity: 0.2;
    margin: 40px 0px;
    justify-content: space-around;
    flex-wrap: wrap;
   
}
.box b {
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
}
footer ul li {
    display: inline-block;
    margin-right: 24px;
}
footer ul {
    margin-bottom: 20px;
}
footer  p{
    color: var(--Gray-3, #828282);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.16px;
}
@media screen and (max-width: 1400px) {
    .counter{justify-content: space-around;}

.box{    font-size: 120px;
}
.content h3{    font-size: 60px;

}

}
@media screen and (max-width: 480px) {
    .mob-cm-soon {
        /*width: auto;*/
        font-size: 18px;
    }
    .box { 
        font-size: 56px; 
        -webkit-text-stroke-width: 1px;
    }
    .counter { 
        margin: 30px 10px; 
    }
    .box b { 
        font-size: 34px; 
    }
    .logo img {
        max-width: 90%;
        padding: 20px;
    }
    .main {
        padding: 20px 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .content h3 {
        font-size: 50px;
    }
  }
