@import url('https://fonts.cdnfonts.com/css/aston-script-pro');
@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.cdnfonts.com/css/hatolie');
@import url('https://fonts.cdnfonts.com/css/times-new-roman');
@import url('https://fonts.cdnfonts.com/css/candlescript-demo-version');

* {
    color: #3c3333;
}



html,
body {
    overflow-x: hidden;
    /* stop sideways scroll */
}

.layout-container {
    max-width: 425px;
    /* desktop limit */
    width: 100%;
    /* mobile responsive */
    margin: 0 auto;
    /* background: #f8f9f0; */
    color: #3c3333;
    position: relative;
    /* prevent animation shifting layout */
    /* padding: 20px 0px; */
}

.layout-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.strip {}

.heading-one {
    font-size: 40px;
    font-family: 'Candlescript Demo Version', sans-serif;
    margin-bottom: 7px;
    color: #8a4706;
}

.heading-three {
    font-size: 30px;
    font-family: 'Aston Script Pro Bold', sans-serif;
    /* margin-bottom: 30px; */
    color: #3c3333;
}

.heading-four {
    font-size: 21px;
    font-family: 'Aston Script Pro Bold', sans-serif;
    /* margin-bottom: 30px; */
    color: #8a4706;
}

.heading-two {
    font-size: 20px;
    font-family: 'Times New Roman', sans-serif !important;
    color: #8a4706;
    margin-bottom: 5px;
}

.date-palce p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #3c3333;
    font-family: 'Times New Roman', sans-serif !important;
    font-style: italic;
}

.para-one {
    font-family: 'Times New Roman', sans-serif !important;
    font-size: 16px;
    color: #8a4706;
    font-style: italic;
    margin-bottom: 5px;
}

.table-date {
    background-image: url('../img/table.png');
    height: 310px;
    color: #3c3333;
    background-position: center;
}

.table-content {
    padding-top: 45px;
    color: #3c3333;
    margin-right: 20px;
}

.table-heading {
    font-size: 20px;
    color: #3c3333;
    margin-bottom: 42px;
}

.color-plate ul {
    margin: 0px;
    padding: 0px;
    color: #3c3333;
}

.color-plate ul li {
    list-style: none;
    display: inline-block;
    color: #3c3333;
}

.color1 {
    height: 55px;
    width: 55px;
    background-color: #ffb400;
    border-radius: 10px;
    color: #3c3333;
}

.color2 {
    height: 55px;
    width: 55px;
    background-color: #ff9aba;
    border-radius: 10px;
    color: #3c3333;
}

.color3 {
    height: 55px;
    width: 55px;
    background-color: #ff7d01;
    border-radius: 10px;
    color: #3c3333;
}

.color4 {
    height: 55px;
    width: 55px;
    background-color: #843550;
    border-radius: 10px;
    color: #3c3333;
}

.color5 {
    height: 55px;
    width: 55px;
    background-color: #c0c0c0;
    border-radius: 10px;
    color: #3c3333;
}

.color6 {
    height: 55px;
    width: 55px;
    background-color: #030303;
    border-radius: 10px;
    color: #3c3333;
}

.color7 {
    height: 55px;
    width: 55px;
    background-color: #ffd699;
    border-radius: 10px;
    color: #3c3333;
}

.color8 {
    height: 55px;
    width: 55px;
    background-color: #7a6200;
    border-radius: 10px;
    color: #3c3333;
}

.color9 {
    height: 55px;
    width: 55px;
    background-color: #ffb400;
    border-radius: 10px;
    color: #3c3333;
}

.color10 {
    height: 55px;
    width: 55px;
    background-color: #ff7d01;
    border-radius: 10px;
}

.color11 {
    height: 55px;
    width: 55px;
    background-color: #ff4375;
    border-radius: 10px;
}

.color12 {
    height: 55px;
    width: 55px;
    background-color: #ff9aba;
    border-radius: 10px;
}

.form-box label {
    font-family: 'Poppins', sans-serif;
    color: #8a4706;
    font-size: 13px;
}

.form-border {
    border: 1px solid #8a4706;
    padding: 20px 15px;
    width: 380px;
    margin: 0 auto;
    color: #3c3333;
    border-radius: 20px;
}



.countdown {
    display: flex;
    justify-content: center;
    /* gap: 5px; */

}

.time-box {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
    text-align: center;
    min-width: 80px;
    margin: 0px 5px;
}

.time-box h2 {
    font-size: 1.5rem;
    margin: 0;
    color: #8a4706;
}

.time-box span {
    font-size: 1rem;
    color: #8a4706;
}

.btn-new {
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    background-color: #b29f92;
    padding: 0px 15px;
    display: block;
    width: 100px;
    font-weight: 400;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

#audio-control {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: black;
    z-index: 999;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.footer-p{
    color: #8a4706;
}
.btn-primary{
    background-color: #8a4706 !important;
    border: none;
}
sup{
    color: #8a4706;
    text-transform: lowercase;
}
.boder-design{
    border-bottom: 1.5px solid #8a4706;
    margin: 10px 0px;
}