.banner2 {
    background-image: url(./roundbanner.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    /* margin-right: 200px; */
    background-attachment: fixed;
    height: 90vh;
    /* width: 100%; */
    background-size: 100%;
    /* border-image-width: 100px; */
    /* margin-top: 100%; */
    /* align-items: center; */
    margin-top: 0%;

}

.banner2 h2 {
    font-size: 70px;
    color: rgba(255, 255, 255, 0.899);
    font-family: 'Playfair Display', serif;
    /* margin-top: 1%; */
    /* padding: 16%; */
    /* margin-left: 7%; */
    width: 100%;
    /* background-color: aqua; */
    padding-top: 20%;
    text-align: center;

}

#t1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 200;
}

#t2 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 200;
    line-height: 20%;

}

.container2 h1 {
    font-size: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    float: right;
    width: 30%;
    /* background-color: aquamarine; */
}

.container2 h2 {
    font-size: 30px;
    float: right;
    padding-right: 16%;
    font-weight: 400;

}

.container2 p {
    font-size: 15px;
    float: right;
    padding-right: 26%;
    font-weight: 400;
    /* background-color: aqua; */
    width: 100%;
    height: 20vh;

}


.banner3 video {
    background-color: aqua;
    width: 100%;
    /* margin-top: -8%; */
    /* height: 10%; */
}




.container5 {
    max-width: 60%;
    /* Ensure container does not exceed viewport */
    padding: 0 15px;
    /* background-color: black; */
    margin: auto;
    text-align: center;
    /* Add some padding on the sides */
}

.row {
    margin-right: 0;
    /* Remove right margin */
    margin-left: 0;
    /* Remove left margin */
    text-align: center;
}

.row p{
    /* background-color: rgb(197, 44, 44); */
    width: 100%;
}

.row ul{
    /* background-color: rgb(197, 44, 44); */
    text-align: center;
    /* padding-left: 0%; */
    /* margin-left: -40%; */
}

.card {
    margin-bottom: 20px;
    /* Add space between cards */
    text-align: center;
    /* background-color: rgb(197, 44, 44); */


}

/* Optional: Responsive adjustments */
@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        /* Make columns full width on smaller screens */
        max-width: 100%;
        /* background-color: rgb(197, 44, 44); */

    }
}