*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  background-color: #FCF6F5;
}




.main-content{
    padding: 45px 0 40px 0;
}
.coming-soon-inner{
    text-align: center;

}

.section-title img{
    width: 200px;
    height: auto;
}

.section-title h6{
    color: #50b748;
    font-size: 20px;
    margin: 30px 0;
}
.section-title h1{
    color: #2f434a;
    font-size: 40px;
    font-weight:800;
    text-transform: uppercase;
    margin: 30px 0;
}




#countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.time-section {
    text-align: center;
    font-size: 1.5rem;
}
.number{
    background-color: #fff;
}
.number-box {
    background-color: #ffffff;
    color: #40a750;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 2.5rem;
    margin-bottom: 5px;
    display: inline-block;
    width: 50px;
    text-align: center;
}

.label-text {
    font-size: 18px;
    color: #2f434a;
}

.contact-details{
    padding: 30px 0;
}
.contact-details p img{
 height: 70px;   
}

.contact-details p a{
    font-size: 20px;
    color: #000;

}

.contact-details p a:hover{
    text-decoration: none;
}