@import url('https://fonts.cdnfonts.com/css/times-new-roman');

* {
    color: #3c3333;
}



html,
body {
    overflow-x: hidden;
    /* stop sideways scroll */
    font-family: 'Times New Roman', sans-serif;

}

.layout-container {
    max-width: 425px;
    background-image: url('../img/bg.jpg');
    /* desktop limit */
    width: 100%;
    /* mobile responsive */
    margin: 0 auto;
    /* background: #f8f9f0; */
    color: #3c3333;
    position: relative;
    /* prevent animation shifting layout */
    /* padding: 20px 0px; */
    padding-top: 60px;
}

.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: #e56574;
}

.heading-three {
    font-size: 30px;
    font-family: 'Times New Roman', sans-serif;
    /* margin-bottom: 30px; */
    color: #3c3333;
}

.heading-four {
    font-size: 21px;
    font-family: 'Times New Roman', sans-serif;
    /* margin-bottom: 30px; */
    color: #e56574;
    font-weight: 600;
}

.heading-two {
    font-size: 50px;
    font-family: 'Times New Roman', sans-serif !important;
    color: #e56574;
    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: #e56574;
    font-style: italic;
    margin-bottom: 5px;
    font-weight: 600;
}

.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: 'Times New Roman', sans-serif;
    color: #e56574;
    font-size: 15px;
    font-weight: 600;
}

.form-border {
    border: 1px solid #e56574;
    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: #e56574;
}

.time-box span {
    font-size: 1rem;
    color: #e56574;
}

.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: #e56574;
    font-weight: 600;
    font-family: 'Times New Roman', sans-serif;
}
.btn-primary{
    background-color: #e56574 !important;
    border: none;
}
sup{
    color: #e56574;
    text-transform: lowercase;
}
.boder-design{
    border-bottom: 1.5px solid #e56574;
    margin: 10px 0px;
}
.para-three{
    font-size: 20px;
    color: #e56574;
    font-weight: 600;
}
.para-three i{
    font-size: 20px;
    color: #e56574;
    font-weight: 600;
}
.latter-design{
        background-image: url('../img/1-3.jpg');
    height: 1080px;
    color: #3c3333;

}
.content-box{
    text-align: left;
    padding: 55px;
    margin-top: -625px;
    font-family: 'Times New Roman', sans-serif;
}
.content-box .heading-one{
    font-size: 20px;
    font-style: italic;
}

.content-box .heading-two{
    font-size: 18px;
    font-style: italic;
}

.content-box p{
    font-size: 14px;
    color: #a5303e;
    font-weight: 600 !important;
    font-family: 'Times New Roman', sans-serif;
}

@media only screen and (max-width: 575.98px) {
  .content-box{
    margin-top: -605px;
  }
  .content-box p {
    font-size: 13px;
  }
}

/* Small devices (landscape phones, 576px–767px) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .content-box{
    margin-top: -605px;
  }
  .content-box p {
    font-size: 13px;
  }
}

/* Medium devices (tablets, 768px–991px) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .content-box{
    margin-top: -605px;
  }
  .content-box p {
    font-size: 13px;
  }
}