body {
    background-color: #161616;
}

.headercontainer {
    display: flex;
}

h1 {
    color: #D5D30F;
    font-family: Oswald;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

/*tour 1*/

.Tour1 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 5px;
    color: white;
    background-image: url("../images/tour/tour1.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    font-family: Roboto;
    font-weight: Bold;
    margin-bottom: 30px;
}



.Tour1 h2 {
    color: white;
    display: flex;
    justify-content: flex-start;
    font-size: 95px;
    text-align: start;
    width: 200px;
    margin: 30px;
    line-height: 100px;
    padding-bottom: 30px;
}


.tour1dateandlocation {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    font-size: 14px;
    margin: 30px;
    margin-bottom: 60px;
    color: white;
}

.viewmore {
    color: #a3a3a3;
    font-family: Roboto bold;
    font-size: 14px;
}

p:hover {
    text-decoration: underline;
}

/*Tour 2*/
.Tour2 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 5px;
    color: white;
    background-image: url("../images/tour/tour2.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    font-family: Roboto;
    font-weight: Bold;
    margin-top: 30px;
    margin-bottom: 80px;
}



.Tour2 h2 {
    color: white;
    display: flex;
    justify-content: flex-start;
    font-size: 95px;
    text-align: start;
    width: 700px;
    margin: 30px;
    line-height: 100px;
    padding-bottom: 80px;
}


.tour2dateandlocation {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    font-size: 14px;
    margin: 30px;
    margin-bottom: 60px;
    color: white;
}

.viewmore p {
    color: #a3a3a3;
    font-size: 14px;
}

@media screen and (max-width: 990px) {
    .Tour1 {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        height: auto;
        width: 100%;
        margin: 10px;
    }

    .Tour1 h2 {
        font-size: 60px;
        line-height: 70px;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .tour1dateandlocation {
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .Tour2 {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        height: auto;
        width: 100%;
    }

    .Tour2 h2 {
        font-size: 60px;
        line-height: 70px;
        display: flex;
        justify-content: flex-start;
        padding-bottom: 0px;
        margin-bottom: 10px;
        width: 500px;
    }

    .tour2dateandlocation {
        display: flex;
        justify-content: space-between;
    }

    .tour-information {
        display: flex;
        justify-content: center;
        justify-items: center;
        padding-top: 50px;
        padding-bottom: 40px;
    }


    .infoleft h3 {
        color: #D5D30F;
        font-size: 30px;
        padding-right: 20px;
        width: 100%;
        padding-bottom: 20px;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .list {
        display: flex;
        justify-content: flex-start;
        color: #a3a3a3;
        font-weight: Regular;
    }

    .tourdetail1 .top h2 {
        color: #D5D30F;
        display: flex;
        justify-self: center;
        font-size: 48px;
        line-height: 50px;
        padding: 20px 20px;
        width: 300px;
    }

    .tourdetail2 .top h2 {
        color: #D5D30F;
        display: flex;
        justify-self: center;
        font-size: 48px;
        line-height: 50px;
        padding: 20px 20px;
        width: 400px;
    }


    .top-mobile-image {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 950px) {
    .all-tour {
        margin: 0px;
        justify-items: center;
    }

    h1 {
        padding-bottom: 20px;
        padding-top: 60px;
    }

    .Tour1 {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        height: 270px;
        width: 400px;
        justify-items: center;
        margin: 0px;
    }

    .Tour1 h2 {
        font-size: 32px;
        line-height: 40px;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .tour1dateandlocation {
        display: block;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding-top: 0px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 0px;
    }

    .Tour2 {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        height: 270px;
        width: 400px;
        justify-items: center;
        margin-bottom: 80px;
    }

    .Tour2 h2 {
        font-size: 32px;
        line-height: 40px;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-bottom: 0px;
        margin-bottom: 10px;
        width: 250px;
        height: 10px;
    }

    .tour2dateandlocation {
        display: block;
        justify-content: center;
        text-align: center;
        align-items: center;
        line-height: 40px;
        font-size: 16px;
    }

    .viewmore {
        margin-bottom: 20px;
        padding-top: 20px;
        font-size: 14px;
    }


    .tourdetail1 .top {
        padding-top: 80px;
    }

    .tourdetail1 .top h2 {
        color: #D5D30F;
        display: flex;
        justify-self: center;
        font-size: 40px;
        line-height: 40px;
        padding: 10px 10px;
        width: 500px;

    }

    .tourdetail2 .top h2 {
        color: #D5D30F;
        display: flex;
        font-size: 40px;
        line-height: 40px;
        padding: 10px 10px;
        width: 400px;
    }

    .top .Videoname {
        font-size: 16px;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 20px 20px;
    }

    .tour-information {
        flex-direction: column;
        margin: 0px;
    }


    .infoleft h3 {
        display: none;
        width: 100%;
    }


    .infoleft div {
        justify-content: flex-start;
    }

    .infoleft p {
        padding-left: 20px;
    }

    .performances {
        padding: 0px 0px;
        border-top: white 1px solid;
        padding-left: 25px;
        font-size: 14px;
    }

    .performances p {
        margin-bottom: 0px;
        align-items: center;
    }

    .list {
        display: flex;
        justify-content: flex-start;
        color: #a3a3a3;
        font-weight: Regular;
    }


    .performances p {
        font-size: 16px;
        text-align: start;
        padding-left: 30px;
    }

    .tourdetail2 .top {
        background-size: contain;
        height: 20%;
    }

    .gallery .image-container1 {
        display: flex;
        flex-direction: column;

    }

    .gallery .image-container2 {
        display: flex;
        flex-direction: column;
    }

    .modal-content {
        width: 100%;
    }
}

/*Tour Detail Page1*/
body {
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.tourdetail1 {
    color: white;
}

.tourdetail1 .top {
    background-image: url("../images/tour/tour1.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    display: block;
    height: auto;
    width: 100%;
    font-family: Oswald;
    font-size: 96px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.Videoname {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    font-family: Roboto Regular;
    padding-top: 80px;
    padding-right: 30px;
}

.mobile-image {
    display: none;
}


.top {
    margin: 0px;
}

.top h2 {
    color: white;
    font-weight: bold;
    font-size: 96px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 620px;
    line-height: 100px;
}

.tourdetail1 {
    margin: 0px;
}

.tour-information {
    display: flex;
    justify-content: center;
    justify-items: center;
    padding-top: 30px;
    padding-bottom: 20px;
}



.infoleft h3 {
    color: #D5D30F;
    font-size: 40px;
    width: 500px;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.infoleft {
    padding: 20px;

}

.infoleft div {
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
}

.infoleft p {
    color: #a3a3a3;
    font-weight: Regular;
}

.infoleft p strong {
    color: white;
    font-family: Roboto;
}

.performances {
    padding: 30px;
}

.performances p {
    padding-left: 25px;
    font-size: 14px;
}

.list {
    color: #a3a3a3;
    font-family: Roboto Regular;
    column-count: 2;
    font-size: 14px;
}

.gallery {
    display: grid;
}

.gallery img {
    justify-content: center;
    align-items: center;
    width: 100%;
    object-fit: cover;
}

.image-container1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr, 1fr;
    gap: 10px;
    align-items: stretch;
    margin: 10px;
    background-size: cover;
}

.main-image {
    transition: .3s ease;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.main-image:hover {
    opacity: 0.50;
}

.small-image {
    transition: .3s ease;
    grid-column: 2 / 3;
    display: flex;
    justify-content: center;
}

.small-image:hover {
    opacity: 0.50;
}

.text-bottom {
    display: flex;
    justify-content: flex-end;
    margin: 10px;
}


/*Tour Detail Page2*/
.tourdetail2 {
    margin: 0px;
}

.tourdetail2 .top {
    margin: 0px;
    background-image: url("../images/tour/tour2.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    width: 100%;
}

.Videoname {
    color: white;
}


.tourdetail2 .text-bottom {
    display: flex;
    justify-content: flex-start;
    margin: 10px;
}

.image-container2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr, 1fr;
    gap: 10px;
    align-items: stretch;
    margin: 10px;
    margin-top: 0px;
    background-size: cover;
}

.arrowbutton {
    border: none;
    background-color: #161616;
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    align-items: center;

    .boldtext {
        font-weight: 700;
        padding: 10px;
    }
}

.arrow1 {
    margin: 10px;
    display: flex;
    justify-content: end;
}

.arrowbutton:hover {
    border: none;
    background-color: #161616;
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    align-items: center;

    .boldtext {
        color: #D5D30F;
        font-weight: 700;
        padding: 10px;
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal img {
    max-width: 90%;
    max-height: 90%;
}


.modal .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}