body {
    font-family: 'Poppins', sans-serif !important;
}

.sec-one {
    background-image: url(../images/coming-Soonnnn.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.comimg-soon {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.comimg-soon h1 {
    color: #fff;
    /* border-bottom: 1px solid; */
    font-size: 70px;
    font-weight: 600;
    margin-top: 50px;
}
.comimg-soon  p {
    color: #fff;
    font-size: 25px;
}

.rw-one {
    display: flex;
    align-items: flex-end;
}

.copy-right p {
    color: #fff;
}

.copy-right {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

span {
    color: #0ba14b;
}
.line {
    width: 56%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 25px;
}
.img1 {
    margin-top: 10em;
}


@media (max-width:1600px) {
    .comimg-soon .img1 img {
        width: 250px;
    }
    .comimg-soon h1 {
        text-align: center;
        font-size: 50px;
    }
    .comimg-soon p {
        text-align: center;
        font-size: 22px;
        line-height: normal;
    }
}
@media (max-width:1399px) {
    .comimg-soon .img1 img {
        width: 250px;
    }
    .comimg-soon h1 {
        text-align: center;
        font-size: 50px;
    }
    .comimg-soon p {
        text-align: center;
        font-size: 22px;
        line-height: normal;
    }
}
@media (max-width:1169px) {
    .comimg-soon .img1 img {
        width: 220px;
    }
    .comimg-soon h1 {
        text-align: center;
        font-size: 50px;
    }
    .comimg-soon p {
        text-align: center;
        font-size: 22px;
        line-height: normal;
    }
}
@media (max-width:991px) {
    .comimg-soon .img1 img {
        width: 220px;
    }
    .comimg-soon h1 {
        text-align: center;
        font-size: 50px;
    }
    .comimg-soon p {
        text-align: center;
        font-size: 22px;
        line-height: normal;
    }
}
@media (max-width:767px) {
    .comimg-soon .img1 img {
        width: 200px;
    }
    .comimg-soon h1 {
        text-align: center;
        font-size: 40px;
    }
    .comimg-soon p {
        text-align: center;
        font-size: 16px;
        line-height: normal;
    }
}
@media (max-width:479px) {
    .comimg-soon .img1 img {
        width: 200px;
    }
    .comimg-soon h1 {
        text-align: center;
        font-size: 40px;
    }
    .comimg-soon p {
        text-align: center;
        font-size: 16px;
        line-height: normal;
    }
}
