* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: unset !important;
}
section{
    display: flex;
    flex-wrap: wrap;
    padding: 56px 2.5%;
    background: url(images/Environment_MayanTomb.webp)no-repeat center/cover fixed;
    gap: 16px;
}
h1 {
    background: linear-gradient(to top, #ff7d01, #fbb81d, #f3ebac);
    background: -webkit-linear-gradient(to top, #ff7d01, #fbb81d, #f3ebac);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bolder;
}
.title-wd{
    color: #ffffff;
    font-size: calc(1rem + .5vw);
}
h2{
    background: linear-gradient(to top, #772006, #fbb81d, #ff7d01);
    background: -webkit-linear-gradient(to top, #f3ebac, #fbb81d, #ff7d01);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bolder;
}
.border-wd-box{
    width: 100%;
    background: linear-gradient(0deg, rgb(4 50 16 / 75%) 0%, rgb(1 15 4 / 75%) 100%);
    border: 4px solid #f3ebac;
    border-radius: 1vw;
    box-shadow: 0 0 2px 2px #ff7d01, 0 0 2px 2px #fbb81d inset;
    color: #ffffff;
    padding: 1.5%;
}
.border-wd-box p{
    color: #ffffff;
    font-size: calc(1rem + .25vw);
}
h3{
    color: #f3ebac;
    font-weight: bolder;
}
.back-btn{
    position: absolute;
    top: 8px;
    left: 2.5%;
    background: transparent;
    border: none;
}
.fishing-msg-1{
    display: flex;
    align-items: center;
    gap: 32px;
}
.fishing-msg-1 img{
    width: 25%;
}
.grid-1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
}
.grid-1 img{
    width: 30%;
}
.slot-ol li{
    color: #ffffff;
    font-size: calc(1rem + .25vw);
}
.slot-img-1{
    margin-bottom: -1.5%;
}

section.about-casino{
    align-items: flex-end;
}
.about-casino code {
    font-size: 1em;
}
.about-casino .title-wd{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.about-casino .title-wd h2{width: 100%;}
.about-casino .title-wd div{width: 70%;}
.about-casino .title-wd img{width: 30%;}
.about-casino .border-wd-box.d-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.about-casino .border-wd-box .ul-1{width: 70%;}
.about-casino .border-wd-box .person-img{width: 30%;}
.about-casino ul{
    font-size: 1.25rem;
}
.about-casino .border-wd-box.w-60{width: calc((100% - 16px) * 0.5);}
.about-casino .register-img{width: calc((100% - 16px) * 0.5);}
.about-casino .table{
    display: grid;
    grid-template-columns: repeat(1 ,1fr);
    gap: 16px;
    background: rgba(0,0,0,.5);
    border-radius: 1rem;
    color: #fff;
    padding: 1rem;
    margin-bottom: 0;
}
.about-casino .table .td{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-casino .table .th .tr,
.about-casino .table .tb .tr{
    display: grid;
    grid-template-columns: 1fr 3fr;
}
.about-casino .table .th .tr{
    background: rgba(238, 174, 27);
    border-radius: 1rem;
    font-size: 1.25rem;
    padding: .5rem;
}
.about-casino .table .tb{
    display: grid;
    grid-template-columns: repeat(1 ,1fr);
    gap: 8px;
    color: #000;
}
.about-casino .table .tb .tr{
    background: rgba(243, 235, 172);
    border-radius: 1rem;
    font-size: 1rem;
    padding: .5rem;
}
.about-casino .table .tb p{
    color: #000;
    font-size: 1rem;
    margin-bottom: 8px;
}
.about-casino .table .tb p:last-child{
    margin-bottom: 0;
}
.about-casino .accordion-item{
    background-color: #f3ebac;
    color: #000;
}
.about-casino .accordion-item p{
    color: #000;
}
.about-casino .accordion-item a{
    text-decoration: unset;
}
.about-casino .accordion-button{
    background: rgba(238, 174, 27);
    font-weight: 900;
}
.about-casino .accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgba(243, 235, 172, .25);
}
.banner-box{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.banner-box-1{
    display: grid;
    grid-template-columns: repeat(1 ,1fr);
}
.banner-box img,
.banner-box-1 img{
    max-width: 100%;
    margin: auto;
}
@media screen and (max-width: 575px) {
    .about-casino .border-wd-box h2{text-align: center;}
    .about-casino .border-wd-box .ul-1{width: 100%;font-size: calc(1rem + .5vw);}
    .about-casino .border-wd-box .person-img{width: 100%;}
    .about-casino .title-wd div{width: 100%;}
    .about-casino .title-wd img{width: 100%;}
    .about-casino .th{
        display: none;
    }
    .about-casino .table .tb .tr {
        grid-template-columns: 1fr;
        
    }
    .about-casino .table .td {
        align-items: center;
    }
    .about-casino .border-wd-box.w-60{width: 100%;}
    .about-casino .register-img{width: 100%;}
}