*{
    margin: 0;
    padding: 0;

}
body{
    overflow-x: hidden;
}
.container {
    font-family: Noah !important;
    margin: auto;
}
.logo-part {
    text-align: center;
    margin-top: 90px;
}
.coming-soon-part {
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.background-layer {
    position: relative;
    z-index: 1;
}
.text-layer {
    position: absolute;
    width: 100%;
    top: 20px;
    /*font-family: sans-serif;*/
    font-size: 26px;
    z-index: 2;
}
.countdown {
    margin: 0 auto;
    width: 500px;
    text-align: center;
    margin-top: 55px;
    font-size: 64px;
    position: relative;
    color: #b59c6e;
    /* font-weight: bold; */
    /* font-family: sans-serif; */
}
.coming-soon-part h1 {
    font-size: 52px;
    color: #282828;
}
.countdown-text {
    position: absolute;
    font-size: 12px;
    color: #7a7a7a;
    font-family: sans-serif;
    font-weight: bold;
    top: 97px;
    text-align: center !important;
    display: block;
    margin-left: 23px !important;
    font-style: italic;
    left: -14px;
    text-transform: capitalize;
}
.countdown-text:nth-child(3){
    margin-left: -100px;
}
.points {
    padding: 20px;
    font-family: sans-serif;
    font-size: 50px;
    font-weight: bold;
}
.form-container {
    /* float: left; */
    width: 33%;
    margin: auto;
    text-align: center;
}
.form-container input {
    width: 100%;
    border: 0;
    font-size: 20px;
    padding: 10px;
    background-color: #f7f5f6;
    color: #b59c6e;
    outline: none;
}
.form-container form {
    margin-top: 60px;
    display: block;
    float: left;
    width: 100%;
}

.confirm {
    font-size: 18px;
    color: #fff;
    border: 0;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 45px;
    background-color: #b59c6e;
    margin-top: 25px;
    font-weight: bold;
}
.footer {
    margin-top: 99px;
    float: left;
    width: 100%;
    border-top: 2px solid #efebe7;
    padding: 45px;
}
.right-side {
    float: right;
}
.left-side {
    float: left;
}
p.footer-text {
    font-weight: 100;
    color: #999999;
    font-size: 14px;
    font-family: sans-serif;
    font-style: italic;
}
.link a,.link a:hover {
    color: #999999;
    cursor: pointer;
}
.link a img {
    width: 17px;
}
a.share-item {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 22px;
    border: 1px solid #b59c6e;
    border-radius: 100%;
    padding-top: 7px;
    color: #b59c6e;
}
a.share-item:hover{
    background-color: #b59c6e;
    color: #fff;
}
p#success-message {
    text-align: left;
    font-size: 14px;
    color: #b59c6e;
}
.info-number{
    position: relative;
    float: left;

}
@media(max-width: 560px){
    .form-container{
        width: 90%;
    }
    .left-side{
        width: 100%;
    }
    .right-side{
        width: 100%;
    }
    .countdown {
        font-size: 52px;
        width: 315px;
    }
    .points{
        padding: 0;
        font-size: 26px;
    }
    .countdown-text {
        top: 65px;
        left: -8px;
        font-size: 10px;
    }
}