.countDwon-text1 {
    font-size: 70px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 78px;
    text-align: center;
    margin-bottom: 30px;
}

.countDwon-text2 {
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
}

.countDwon-text3 {
    color: #E9D5CC;
}
.countDwon-text4{
    font-size: 20px;
font-weight: 500;
color: #FFFFFF;
line-height: 28px;
margin-top: 70px;
margin-bottom: 20px;
text-align: center;
}
.countDwon-text-mg {
    margin-bottom: 50px;
}

.sets_wrap_cont1 {
    margin: 20rem 0;
}

.countDwon-con {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.countDwon-con>div{
padding: 0;
text-align: center;
}
.countDwon-tit {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;

}

.countDwon-num div {
    width: 87px;
    height: 118px;
    border-radius: 10px;
    background-color: rgba(233, 213, 204, 0.1);
    display: inline-block;
    text-align: center;
    font-size: 100px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 118px;
}

.countDwon-num>div:not(:last-child) {
    margin-right: 10px;
}
.form-email{
    text-align: center;
}
.email-input{
    background-color: rgba(233, 213, 204, 0.1);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    width: 333px;
    height: 55px;
    max-width: 100%;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 0 20px;
    margin-right: 15px;
}
.submit-btn{
    height: 55px;
    background: #FFFFFF;
border-radius: 12px;
    font-size: 18px;
font-weight: 600;
color: #282422;
letter-spacing: 1px;
padding: 0 18px;
border: none;
outline: none;
}
.submit-btn:focus{
    outline: none;
}
.footer_area .p-footer-wrap{
    background: #49403A;
}
.footer_area{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
#mc_embed_signup_scroll{
    display: flex;
    justify-content: center;
}
@media (max-width:1200px) {
    .countDwon-text1 {
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width:992px) {
    .countDwon-text1 {
        font-size: 45px;
        line-height: 45px;
    }

    .countDwon-text2 {
        font-size: 19px;
        line-height: 25px;
    }

    .countDwon-text4{
        font-size: 19px;
        line-height: 25px;
    }
    .countDwon-tit {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .countDwon-num div {
        width: 50px;
        height: 80px;
        font-size: 45px;
        border-radius: 6px;
        line-height: 80px;
    }
}
@media (max-width:768px) {
    .countDwon-num>div:not(:last-child) {
        margin-right: 8px;
    }
    .countDwon-num div {
        width: 40px;
        height: 60px;
        font-size: 30px;
        border-radius: 4px;
        line-height: 60px;
        max-width: 42%;
    }
}
@media (max-width:576px) {
    .countDwon-text1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .countDwon-text2 {
        font-size: 14px;
        line-height: 20px;
    }

    .countDwon-text4{
        font-size: 14px;
        line-height: 20px;
    }
    .sets_wrap_cont1 {
        margin: 70px 0;
    }
    
    .countDwon-tit {
        font-size: 14px;
        margin-bottom: 2px;
    }
    /* .countDwon-num>div:nth-of-type(1) {
        margin-right: 5px;
    }
    .countDwon-num div {
        width: 40px;
        height: 60px;
        font-size: 35px;
        border-radius: 4px;
        line-height: 60px;
        max-width: 42%;
    } */
    .countDwon-num>div:not(:last-child) {
        margin-right: 4px;
    }
    .countDwon-num div {
        width: 38px;
        height: 50px;
        font-size: 30px;
        border-radius: 4px;
        line-height: 50px;
        max-width: 42%;
    }
    .email-input {
        font-size: 16px;
        font-weight: 400;
        max-width: 200px;
        width: auto;
        height: 50px;
        border-radius: 6px;
        padding: 0 20px;
        margin-right: 10px;
    }
    .submit-btn {
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        padding: 0px 12px;
    }
    .form-email{
        display: flex;
        justify-content: center;
    }
}

@media (max-width:377px) {
    .countDwon-num>div:not(:last-child) {
        margin-right: 5px;
    }
    .countDwon-num div {
        width: 30px;
        height: 50px;
        font-size: 30px;
        border-radius: 4px;
        line-height: 50px;
        max-width: 42%;
    }
}