.container{
    max-width: 1200px;
    overflow: hidden;
}
header{
    background-color: #242424e3;
    
}
:root {
    --main-color: #EEEEEE;
    --secend-color: #201E43;
    --third-color: #134B70;
    --fourth-color: #193b68;
    --active-color: #EB5A3C;
}
body{
    background-color: #fcfcfc;
    text-transform: capitalize;
}
.top-page{
    padding-top: 5rem;
    position: relative;
    width: 100%;
    .text_title{
        color: var(--secend-color);
        text-align: left;
        margin-bottom: 1rem;
        h1{
            font-weight: 800;
            font-size: 2rem;
            color: var(--secend-color);

        }
        span{
            /* font-weight: 700; */
                font-size: 2rem;
                font-weight: 800;
                color: var(--secend-color);
                text-align: left;
                margin-bottom: 1rem;
        }
    }
    .box{
        display: flex;
        font-size: 0.7rem;
        width: 800px;
        /* justify-content: space-around; */
        align-items: center;
        gap: 20px;
        margin-bottom: 2rem;
        *{
            font-weight: 600;
            color: rgb(63, 62, 62);
        }
        .point{
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: var(--secend-color);
        }
        .type{
            font-size: 0.5rem;
            background-color: var(--fourth-color);
            color: white;
            border-radius: 2px;
            padding: 5px 10px;
            h1{
                color: var(--main-color);
            }
        }
        .rating{
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.8rem;
            color: var(--secend-color);
            h2{
                font-weight: 600;
                margin-top: -4px;
                color: var(--secend-color);
            }
        }
    }
    .star-rating span{
        color: rgb(230, 174, 34);
        font-size: 1rem;
        /* border: 1px solid goldenrod; */

    }
    #not_checked{
        /* border: 1px solid black; */
        color: gray;
        /* -webkit-text-stroke: 0.5px black ; */
    }

    .imgs_box{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        height: 30rem;
        margin-bottom: 2rem;
        overflow: hidden;
        .img_box:nth-child(3){
            width: 40%;
             img{
                height: 14.5rem;
             }
        }
        .img_box:nth-child(1){
            width: 80%;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            img{
                height: 97.5%;
            }
        }
        .img_box:nth-child(2){
            width: 40%;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            img{
                height: 97.5%;
            }
        }
        img{
            width: 100%;
            /* height: 40rem; */
            /* height: 200px; */
            object-fit: cover;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
    }
    .about{
        h4{
            font-weight:500;
            color: var(--secend-color);
            font-size: 1rem;
            width: 700px;
            margin-left: 1rem;
        }
    }
    .price-box{
        position: absolute;
        right: 0px;
        /* border-radius: 5px; */
        padding: 20px 5px;
        margin-top: -4rem;
        border: 2px solid rgba(128, 128, 128, 0.705);
        border-top: 5px solid var(--secend-color);
        width: 380px;
        *{
            font-size: 1rem;
            font-weight: 500;
            color: var(--secend-color);
        }
        .price{
            h2{
                font-size: 1.2rem;
                font-weight: 600;
                margin-left: 30px;
                letter-spacing: 1px;
            }
            h2:nth-child(2){
                font-size: 1.6rem;
                font-weight: 700;
                margin-left: 30px;
            }
        }
        .pay_later{
            display: flex;
            gap: 20px;
            margin-top: 1rem;
            i{
                margin-left: 2.4rem;
                margin-top: 1rem;
            }
        
            h3{
                width: 300px;
                margin-top: 0.4rem;
                span{
                    font-weight: 700;
                    /* text-decoration: wavy; */
                    text-decoration-style: solid;
                    text-decoration: underline;
                    text-decoration-thickness: .5px;
                    cursor: pointer;

                }
            }
        }
        .btn-check{
            position: absolute;
            right: 35px;
            top: 30px;

            button{
                padding: 10px 30px;
                border-radius: 40px;
                border: 1px solid var(--secend-color);
                background-color: var(--secend-color);
                box-shadow: 1px 1px 10px #201e4363;
                transition: 0.2s ease-in-out;
                color: var(--main-color);
                &:hover{
                    background-color: var(--third-color);
                    border: 1px solid var(--third-color);
                    box-shadow: 1px 1px 10px #134b7096;
                }
            }
        }

    }
    .about-ticket{
        width: 750px;
        margin-top: 2.5rem;
        margin-bottom: 6rem;
        *{
            color: var(--secend-color);
        }
        h1{
            margin-bottom: 1rem;
            margin-top: 1rem;
            font-size: 1.6rem;
        }
        .items{
            display: flex;
            gap: 30px;
            flex-direction: column;

            .item{
                margin-left: 1rem;
                display: flex;
                gap: 20px;
                align-items: center;
                i{
                    font-size: 1.2rem;
                    position: relative;
                    margin-left: 0;
                    text-align: center;
                }
                h3{
                    margin-top: 0.4rem;
                    color: #201e43c9;
                    font-size: 1rem;
                    font-weight: 500;

                    span{
                        font-weight:700;
                        font-size: 1.3rem;
                    }
                }
            }
            .item:nth-child(3){
                h3{
                    margin-top: 0;
                }
            }
            .item:nth-child(5){
                h3{
                    margin-top: 0;
                }
            }
        }
    }
    .top-review{
        position: relative;
        width: 90%;
        a{
            position: absolute;
            bottom: 0;
            color: var(--secend-color);
            text-decoration: underline;
            font-weight: 600;
            right: 272px;
            cursor: pointer;
            transition: 0.2s;
            &:hover{
                letter-spacing: 1px;
                color: var(--third-color);
            }
        }
        h1{
            font-size: 1.5rem;
            color: var(--secend-color);
            margin-bottom: 0rem;
            letter-spacing: 0.5px;
            font-weight: 800;
        }
    }
    .reviews {
        display: flex;
        width: 80%;
        flex-direction: row;
        overflow: scroll;
        gap: 2rem;
        border-radius: 15px;
        align-items: center;
        margin-top: -1rem;
        padding-left: 10px;
        margin-bottom: 2rem;
        .review {
            position: relative;
            min-width: 370px;
            margin-top: 5%;
            background-color: #ffffff;
            height: 200px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            color: var(--secend-color);
            align-items: center;
            opacity: 100%;
            justify-content: center;
            box-shadow: 0.5px 0.5px 10px rgba(0, 0, 0, 0.2);
            margin-bottom: 5%;
            .img {
                position: absolute;
                top: 10%;
                left: 7%;
                margin-right: 2%;
                img {
                    width: 50px;
                    height: 50px;
                    border-radius: 50px;
                }
            }
            .text {
                font-weight: 900;
                h1 {
                    font-size: 1.5rem;
                    right: 105px;
                    top: 32px;
                    letter-spacing: 0.5px;
                    font-weight: 600;
                    opacity: 1;
                    position: absolute;
                }
                .details {
                    width: 10px;
                    overflow: hidden;
                    h2 {
                        font-size: 1rem;
                        text-align: left;
                        font-weight: 500;
                        position: absolute;
                        bottom: 30px;
                        width: 340px;
                        left: 20px;
                    }
                }
            }
        }
        /* .review:nth-child(1){

        } */
        .review:last-child {
            margin-right: 5%;
        }
    }
}

.cost{
    color: var(--secend-color);
    padding-bottom: 5rem;
    .cost-box{
        display: flex;
        position: relative;
        max-width: 670px;
        flex-wrap: wrap;
        border-radius: 10px;
        height: 11.5rem;
        align-items: center;
        background: linear-gradient(180deg, var(--secend-color), var(--fourth-color));
        /* justify-content: space-around; */
        gap: 10px;
        margin-top: 1rem;
        color: var(--main-color);

        h5{
            font-size: 0.8rem;
            font-weight: 700;
            display: none;
            color: var(--main-color);
        }
        .members{
            &:nth-child(2){
                select{
                    left: 22.5rem;
                }
            }
            &:nth-child(1){
                select{
                    left: 2rem;
                }
            }
            select{
                top: 20px;
                position: absolute;
                padding: 10px 02px;
                padding-left: 40px;
                padding-right: 20px;
                border-radius: 10px;
                font-size: 1.7rem;
                width: 300px;
                border: 1px solid var(--secend-color);
                background-color: var(--main-color);
                /* box-shadow: 1px 1px 10px #201e4363; */
                color: var(--secend-color);
                font-weight: 600;
                font-size: 0.9rem;
                cursor: pointer;
                transition: 0.2s ease-in-out;
   
                /* &:valid{
                    background-color: var(--third-color);
                    border: 1px solid var(--third-color);
                    color: var(--main-color);
                    box-shadow: 1px 1px 10px #134b7096;
                } */
            }
        }
        .btn-check{
            button{
                padding: 10px 20px;
                border: none;
                border-radius: 5px;
                width: 608px;
                background-color: #9c96ff;
                color: black;
                font-size: 1rem;
                cursor: pointer;
                position: absolute;
                bottom: 1rem;
                transition: background-color 0.3s ease;
                animation: shine 1.5s infinite;
                &:hover{
                    background-color: #655dff;
                    /* border: 1px solid var(--main-color); */
                }
            }
        }
        
        .date-select{
            input{
                padding: 10px 02px;
                width: 607px;
                text-align: center;
                margin-top: -1rem;
                position: absolute;
                bottom: 4.5rem;
                left: 2rem;
                border-radius: 10px;
                border: 0px solid var(--secend-color);
                background-color: var(--main-color);
                /* box-shadow: 1px 1px 10px #201e4363; */
                color: var(--secend-color);
                font-weight: 600;
                font-size: 0.9rem;
                cursor: pointer;
                transition: 0.2s ease-in-out;
                &:hover{
                    box-shadow: 1px 1px 10px #134b7096;
                }
                &:valid{
                    outline: none;
                    border: 1px solid var(--third-color);
                    background-color: var(--third-color);
                    color: var(--main-color);
                }
            }
        }
        
    }
    .result{
        border: 2px solid var(--third-color);
        margin-top: 2rem;
        display: none;
        border-radius: 10px;
        padding: 10px 20px;
        position: relative;
        width: 670px;
        overflow-x: hidden;
        height: 21rem;
        h1{
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--secend-color);
            margin-bottom: 1rem;  
        }
        .line{
            width: 98%;
            opacity: 0.7;
            height: 1.5px;
        }
        .details{
            display: flex;
            flex-wrap: wrap;
            width: 300px;
            height: 5rem;
            justify-content: space-between;
            *{
                display: flex;
                gap: 10px;
                font-weight: 600;
                h3{
                    font-weight: 500;
                    margin-top: -0.1rem;
                }
                a{
                    text-decoration: underline;
                    cursor: pointer;
                }
                font-size: 1.1rem;
            }

        }
        .time-selected{
            display: flex;
            flex-direction: column;
            gap: 10px;
            font-size: 1rem;
            margin-top: 1rem;
            column-gap: 10px;
            margin-bottom: 1rem;
            h1{
                font-size: 1rem;
                font-weight: 600;
                color: var(--secend-color);
            }
            h2{
                margin-left: 1rem;
                margin-top: -1rem;
                font-size: 1.2rem;
                font-weight: 700;
            }
        }
        .bottom{
            display: flex;
            position: absolute;
            justify-content: space-between;
            align-items: center;
            bottom: 0;
            padding: 1rem 0;
            /* border-top: 1px solid var(--secend-color); */
            margin-top: 1rem;
            padding: 10px 20px;
            background-color: var(--main-color);
            width: 100%;
            height: 6.5rem;
            margin-left: -20px;
            h2{
                font-size: 1.7rem;
                margin-bottom: 0.2rem;
            }
            h3{
                font-size: 1rem;
                font-weight: 600;
                margin-bottom: 0.1rem;
            }
            .btn{
                button{
                    padding: 10px 20px;
                    border: none;
                    border-radius: 55px;
                    margin-right:20px ;
                    width: 200px;
                    background-color: var(--third-color);
                    color: var(--main-color);
                    font-size: 1rem;
                    cursor: pointer;
                    transition: background-color 0.3s ease;
                    &:hover{
                        background-color: var(--secend-color);
                        color: var(--main-color);
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 768px) {
         .top-page .box {
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .top-page .imgs_box {
        flex-direction: column;
        height: auto;
        gap: 3px;
    }
    
    .top-page .imgs_box .img_box:nth-child(1),
    .top-page .imgs_box .img_box:nth-child(2),
    .top-page .imgs_box .img_box:nth-child(3) {
        width: 100%;
        height: 200px;
    }
    
    .top-page .imgs_box .img_box img {
        height: 100%;
    }
    .price-box{
        display: none;
    }
     .top-page .about h4 {
        width: 100%;
        margin-left: 0;
    }
    .top-page .about-ticket{
        .items{
            .item{
                h3{
                    font-size: 0.8rem;
                    /* display: flex;
                    flex-wrap: wrap ;
                    flex-direction: column  ;
                    overflow-x: hidden;
                    column-gap: 0px;
                    gap: 0; */
                    flex-basis: 260px;
                }
                width: 100%;
                overflow: hidden;
            }
        }
    }
    .top-review{
        width: 100% !important;
        overflow: scroll;
        margin-bottom: 1rem;
        h1{
            font-size: 1.3rem !important;
            margin-bottom: 1rem !important
            ;
        }
        .more a{
            position: absolute;
            width: 150px !important;
            left: 10px;
            
        }
        .reviews{
            width: 98%;
            .review{
                margin-left: 0px;
            }
        }
    }
    /* Mobile Responsive for Cost Section */

/* Tablet */
@media screen and (max-width: 768px) {
    .cost .cost-box {
        max-width: 100%;
        height: auto;
        padding: 1.5rem 1rem;
        flex-direction: column;
        gap: 1rem;
    }
    
    .cost .cost-box .members:nth-child(1) select,
    .cost .cost-box .members:nth-child(2) select {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-bottom: 0.5rem;
        padding: 12px 20px;
    }
    
    .cost .cost-box .date-select input {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0.5rem;
        padding: 12px 20px;
    }
    
    .cost .cost-box .btn-check button {
        position: relative;
        bottom: auto;
        width: 100%;
        margin-top: 0.5rem;
        padding: 12px 20px;
    }
}

/* Mobile */
@media screen and (max-width: 480px) {
    .cost {
        padding-bottom: 3rem;
    }
    
    .cost .cost-box {
        max-width: 100% !important;
        height: auto;
        padding: 1rem 0.5rem;
        flex-direction: column;
        gap: 0.8rem;
        margin-top: 0.5rem;
    }
    
    .cost .cost-box .members:nth-child(1) select,
    .cost .cost-box .members:nth-child(2) select {
        position: relative;
        left: auto;
        top: auto;
        width: 80vw;
        max-width: 100%;
        margin-bottom: 0.5rem;
        padding: 10px 15px;
        padding-left: 20px;
        padding-right: 15px;
        font-size: 0.8rem;
        border-radius: 8px;
    }
    
    .cost .cost-box .date-select input {
        position: relative;
        bottom: auto;
        left: auto;
        width: 80vw;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0.5rem;
        padding: 10px 15px;
        font-size: 0.8rem;
        border-radius: 8px;
        text-align: center;
    }
    
    .cost .cost-box .btn-check button {
        position: relative;
        bottom: auto;
        width: 80vw;
        max-width: 100%;
        margin-top: 0.5rem;
        padding: 10px 15px;
        font-size: 0.9rem;
        border-radius: 8px;
    }
    
    .cost .cost-box h5 {
        font-size: 0.7rem;
    }
}
.result {
        width: 100%;
        max-width: 100%;
        height: 28rem !important;
        padding: 15px;
        margin-top: 1.5rem;
    }
    
    .result h1 {
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    
    .result .details {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 0.5rem;
    }
    .line{
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
    .line:nth-child(2){
        margin-top: 2rem;
    }
    .result .details * {
        font-size: 1rem;
    }
    
    .result .time-selected {
        margin-top: 0.8rem;
        padding-bottom: 1.2rem;
    }
    
    .result .bottom {
        position: relative;
        flex-direction: column;
        gap: 1rem;
        margin-left: 0;
        width: 100%;
        padding: 1rem;
        height: 9rem !important;
        text-align: center;
    }
    
    .result .bottom .btn {
        width: 100%;
    }
    
    .result .bottom .btn button {
        width: 100%;
        margin-right: 0;
        padding: 12px 20px;
    }
}