@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/candlescript-demo-version');
@import url('https://fonts.cdnfonts.com/css/times-new-roman');





html,
body {
    overflow-x: hidden;
    /* stop sideways scroll */
    /* background-color: #f5f6f8; */
    font-family: 'Times New Roman', sans-serif;
}

 body[data-aos-disabled="true"] [data-aos] {
    opacity: 0;
    transform: translateY(40px);
  }

.layout-container {
    max-width: 425px;
    /* desktop limit */
    width: 100%;
    /* mobile responsive */
    margin: 0 auto;
    /* background: #f8f9f0; */
    color: #3a0608;
    position: relative;
    /* prevent animation shifting layout */
    /* padding: 10px 0px; */
}



.layout-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.center-logo {
    position: absolute;
    top: 4%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 140px;        /* adjust size here */
    max-width: 40%;
    height: auto;
    z-index: 2;
}

.center-logo-one {
    position: absolute;
    top: 1%;
    left: 0%;
    transform: translate(-50%, -50%);
    
    height: auto;
    z-index: 2;
}

.table-heading{
    margin-bottom: 20px !important;
    font-size: 27px;
    font-family: 'Aston Script Pro Bold', sans-serif;
}
.table-heading-two{
    margin-bottom: 0px !important;
    font-size: 35px;
    font-family: 'Times New Roman', sans-serif;
}
.table-two{
    font-size: 18px;
    margin-bottom: 4px;
}

.table-heading p{
    color: white;
    font-size: 25px;
}
.para-design-two{
    font-size: 13px;
    font-weight: 400;
}

.table-date {
    position: relative;
    width: 100%;
}

/* Wrapper must be relative */
.table-date {
    position: relative;
    width: 100%;
}

/* Image behaves normally */
.bg-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Text ON TOP of image */
.table-content {
    position: absolute;
    top: 5%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
/* Text styling */
.table-content .para-design-one strong i{
    font-size: 13px;
    color: white;
    font-family: 'Times New Roman', sans-serif;
}

.table-content .para-design-one strong,
.table-content .para-design-two strong,
.table-content .para-design-two {
    color: #3a0608;
    font-size: 14px;
    font-family: 'Times New Roman', sans-serif;
    margin-bottom: 4px;
}



.form-box label {
    font-family: 'Poppins', sans-serif;
    color: #3a0608;
    font-size: 13px;
}

.form-border {
    border: 1px solid gray;
    padding: 20px 15px;
    width: 380px;
    margin: 0 auto;
    color: #3a0608;
    border-radius: 20px;
}



.countdown {
    display: flex;
    justify-content: center;
    /* gap: 5px; */

}

.time-box {
    background: #3a0608;
    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: white;
    font-family: 'Times New Roman', sans-serif;
}

.time-box span {
    font-size: 1rem;
    color: white;
    font-family: 'Times New Roman', sans-serif;
}

.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;
}
.last-data{
    width: 320px;
    margin: 16px 55px;
}
.last-data h6{
    font-size: 12px;
    font-weight: 800;
    color: #d62027;
    margin-bottom: 4px;
}
.last-data p{
    font-size: 8px;
    margin-bottom: 6px;
    font-weight: 600;
}
.mobile-desktop-margin{
    margin-top: -6px;
}
