
  @import url('https://fonts.googleapis.com/css2?family=Montserrat: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&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');
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  .banner-image{
    background-image: url("../images/banner-manheriya.png");
    padding: 30px 10rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
  }


.button-boxes button{
    padding: 10px 40px;
    border: none;
    background: #fd7e14;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    
}
.Main-wrapper-section img{
    width: 100%;
}
.logo-design{
    text-align: left;
    width: 14%;
}
.coming-soon h1{
    font-size: 5rem;
    color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.button-boxes a{
font-size: 18px;
font-weight: 500;
color: white;
margin-left: 10px;
text-decoration: none;
}
.policy-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-boxes a:hover{
    color: #fd7e14!important;
}

@media screen and (max-width: 767px) {
.policy-wrapper{
    display: block;
}
.Main-wrapper-section img{
    width: 48%;
    margin-bottom: 20px;
}
.button-boxes{
    display: flex;
}
.button-boxes a{
    margin-right: 10px;
}
.coming-soon h1 {
    font-size: 3rem;
    color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 85vh;
    justify-content: center;
    align-items: center;
}
    .logo-design{
        width: 100%;
    }
    .banner-image{
        padding: 30px 1rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .button-boxes a{
        margin-left: 20px;
    }
    .logo-design{
        width: 40%;
    }
    .Main-wrapper-section img{
        width: 100%;
        
    }
    .banner-image{
        padding: 30px 3rem;
    }
  }


@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .logo-design {
        text-align: left;
        width: 24%;
    }
    .banner-image{
        padding: 30px 4rem;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .logo-design{
        width: 20%;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .logo-design{
        width: 20%;
    }
}


 