body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    color: #fff;
}
.bk-img{
    background-image: url('../../assets/img/bk.jpg');
     background-size: cover;
    /* margin: 0; */
    /* padding: 0; */
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.wrapper {
  position: absolute;
  left: 50%;
  top: 29%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  animation: fadeIn 1000ms ease;
  -webkit-animation: fadeIn 1000ms ease;
}
@keyframes fadeIn {
  from {
    top: 20%;
    opacity: 0;
  }
  to {
    top: 100;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    top: 20%;
    opacity: 0;
  }
  to {
    top: 100;
    opacity: 1;
  }
}

.logo-style{
    width: 38%;
    display: block;
    margin: auto;

}

.coming-name {
    font-size: 85px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 6%;
    color: #693903;
    font-family: "Bellefair", serif;
}

.dot {
    color: #4febfe;
}

.coming-text {
    text-align: center;
    margin: 16px;
    font-size: 14px;
    color: #373737;
}

.contact-p1{
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    color: #373737;
    font-weight: bold;
}
.contact-p2{
    text-align: center;
    font-size: 18px;
    color: #373737;
}



@media screen and (max-width: 992px) {
    .logo-style {
        width: 80%;
        display: block;
        margin: auto;
    }
       .bk-img{
        background-image: url('../../assets/img/bk.jpg');
        background-size: cover;
        /* margin: 0; */
        /* padding: 0; */
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}

@media screen and (max-width: 600px) {
    .logo-style {
        width: 100%;
        display: block;
        margin: auto;
    }
       .bk-img{
        background-image: url('../../assets/img/bk.jpg');
        background-size: cover;
        /* margin: 0; */
        /* padding: 0; */
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}

@media screen and (max-width: 450px) {
    .logo-style {
        width: 100%;
        display: block;
        margin: auto;
    }
    .coming-name {
        font-size: 28px;
        margin-bottom: 0;
        line-height: 1;
        text-align: center;
    }
    .coming-text {
        text-align: center;
        margin: 16px;
        font-size: 12px;
        color: #bfbfbf;
    }
     .contact-p1 {
        text-align: center;
        font-size: 12px;
    }
    .contact-p2 {
        text-align: center;
        font-size: 12px;
    }
     .bk-img{
        background-image: url('../../assets/img/bk.jpg');
        background-size: cover;
        /* margin: 0; */
        /* padding: 0; */
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .wrapper {
        position: absolute;
        left: 50%;
        top: 33%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        animation: fadeIn 1000ms ease;
        -webkit-animation: fadeIn 1000ms ease;
    }
}

@media screen and (max-width: 320px) {
    .logo-style {
        width: 100%;
        display: block;
        margin: auto;
    }
    .coming-name {
        font-size: 32px;
        margin-bottom: 0;
        line-height: 1;
        text-align: center;
    }
    .coming-text {
        text-align: center;
        margin: 8px;
        font-size: 10px;
        color: #bfbfbf;
    }
    .contact-p1 {
        text-align: center;
        font-size: 12px;
    }
    .contact-p2 {
        text-align: center;
        font-size: 10px;
    }
    .bk-img{
        background-image: url('../../assets/img/bk.jpg');
        background-size: cover;
        /* margin: 0; */
        /* padding: 0; */
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .wrapper {
        position: absolute;
        left: 50%;
        top: 33%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        animation: fadeIn 1000ms ease;
        -webkit-animation: fadeIn 1000ms ease;
    }
}