section{
  background-image: url('/images/image\ 163.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center ;
  height: 100vh;
}

.logo{
  padding: 50px;
}


.comingsoon{
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.comingsoon img{
margin-bottom: 30px;

}



.comingsoon h3{
 color: #FFF;
font-family: Montserrat;
font-size: 50px;
font-style: normal;
font-weight: 300;
line-height: normal;

}
.group{
  border-radius: 50px;
background: rgba(255, 255, 255, 0.70);
display: flex;
justify-content: center;
align-items: center;
padding: 15px 50px 10px 50px;
margin-top: 30px;
}

.group h6{
  color: #000;

font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
}


.group img{
 margin-bottom: 5px !important ;
 margin-left: 15px;
}
.contact{
  text-align: center;
  margin-top: 40px;
}

.contact h4{
  color: #DC1C22;
font-family: Montserrat;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 45px;
}

.contact h5 img{
  margin-right: 15px;
  margin-bottom: 8px;
}

.contact h5 a{
 color: #FFF;
text-decoration: none;
font-family: Montserrat;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


 .socail{
 display: flex;
 justify-content: center;
 margin-top: 55px;

}

.socail a{
 text-decoration: none;
 

}

.socail a{
 text-decoration: none;
 
margin:0 50px;
}

.socail a img{
 width: 30px;
 height: 30px;
}


@media all and (min-width: 1024px) and (max-width: 1300px) {


.logo{
  padding: 50px;
}


.comingsoon{
  height: 40vh;
}


.comingsoon img{
margin-bottom: 20px;

}



.comingsoon h3{
font-size: 40px;
}

.group{
padding: 15px 50px 10px 50px;
margin-top: 20px;
}

.group h6{
font-size: 15px;
}


.group img{
 margin-bottom: 5px !important ;
 margin-left: 15px;
}
.contact{

  margin-top: 30px;
}

.contact h4{
font-size: 25px;
margin-bottom: 30px;
}

.contact h5 img{
  margin-right: 15px;
  margin-bottom: 8px;
}

.contact h5 a{
font-size: 25px;
}


 .socail{
 margin-top: 40px;
}



.socail a{
margin:0 30px;
}

.socail a img{
 width: 20px;
 height: 20px;
}



}