.sliderwrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.sliderwrapper.mainslidermobile {
    display: none;
}
.slider {
    width: 100%;
    max-width: 1200px;
    /* height: 400px; */
    aspect-ratio: 3 / 1;
    position: relative;
    overflow: hidden;
    margin: 0px auto 0 auto;
    border-radius: 20px;
}

.slider * {
    font-family: "CambriaAZ";
}

.backlayer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider ul {
    position: relative;
    width: max-content;
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    background: #458;
}

.slider ul li {
    width: 1200px;
    height: 400px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    color: #333;
}

.slider ul li img {
    width: 100%;
    vertical-align: top;
}

.control {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 999;
    display: block;
    padding: 30px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 20px;
}

.control img {
    width: 100%;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.c.c {
    background: #222;
    color: #fff;
}

.r.r {
    color: #fff;
}

.g.g {
    background: #999;
    color: #fff;
}

.b.b {
    color: #fff;
}

.sliderText {
    text-align: center;
    position: absolute;
    width: 55%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 3% 3%;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.sttop {
    padding: 10px 0;
}
.daycountbox {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #e1dfe0;
}
.daycountbox h1 {
    font-size: 20px;
}
.stheading {
    margin: 10px 0 10px 0;
}
.stheading h2 {
    font-size: 40px;
    color: #fff;
}
.stcont {
    /* padding: 61px 132px 0 155px; */
}
.stcont._0 {
    /* padding: 60px 132px 0 155px; */
}
.stcont._1 {
    /* padding: 80px 132px 0 155px; */
}
.stcont._3 p {
    opacity: 0;
}
.stcont p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: justify;
}
.ticketbutton {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 26px;
    letter-spacing: 2px;
    background-color: #ca090c;
    color: #fff;
    font-family: "Roboto-Custom-Bold";
    margin: 20px 0 0 0;
    background-image: linear-gradient(45deg, #ca090c, #ff0004);
    box-shadow: 0 0 10px -3px #000;
}
