body {
    background-color: #f1f1f1;
}

.section1 {
    padding: 30px 0px 30px 0px;
}

.section1 img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
}

.section2 p {
    font-weight: bold;
    color: #5DDDD3;
    letter-spacing: 1px;
}

.section2 span {
    color: #979597;
}

.section-info {
    border-top: 6px solid #90DFAA;
}

.section-info p {
    color: #90DFAA;
}

.section-danger {
    border-top: 6px solid #FD8469;
}

.section-danger p {
    color: #FD8469;
}

.img-fluids {
    width: 100%;
    height: 160px;
}



.gall {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1382px) {
    .gall {
        height: 400px; /* Adjust the height as needed for mobile view */
    }
}
@media only screen and (max-width: 977px) {
    .gall {
        height: 350px; /* Adjust the height as needed for mobile view */
    }
}
@media only screen and (max-width: 768px) {
    .gall {
        height: 300px; /* Adjust the height as needed for mobile view */
    }
}
@media only screen and (max-width: 576px) {
    .gall {
        height: 200px; /* Adjust the height as needed for mobile view */
    }
}



button {
    background-color: #4caf50;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #45a049;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#modalContent {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.event-card {
    max-width: 25rem;
    margin-left: 9px;
}

.card-image {
    width: 400px;
    height: 350px;
}






.containerer {
    max-width: 700px;
    margin-bottom: 100px;
    text-align: center;
    margin-left: 10px;
}

iframe {
    width: 100%;
    height: 400px;
    border: 0;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    iframe {
        height: 300px;
    }
}




.explore {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Adjust as needed */
    margin-left: auto;
    margin-right: auto;
}

.explore .fas {
    margin-right: 5px;
}

@media (min-width: 576px) {
    .explore {
        width: 60%; /* Adjust as needed */
    }
}

@media (min-width: 992px) {
    .explore {
        width: 300px; /* Adjust as needed */
        margin-left: 40%;
    }
}

.image-box {
    position: relative;
}

.image-box img {
    width: calc(100% - 30%);
    height: auto;
    margin: 0 15%; 
    margin-top: 50px;
    transition: transform 0.5s ease;
}



.image-box:hover .image-name {
    opacity: 1;
}



.overlay {

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); 
    opacity: 0; 
    transition: opacity 0.3s ease;
  }
  
  .Ripple-parent:hover .overlay {
    opacity: 1; 
  }
  


.infoemation{
    border: 5px double red;
    color: white;
    background-image: url("/assets/img/image_back.jpg");
    object-fit: cover;
    background-size: cover;
    border-radius: 50%;
    width: 300px;
}




body {
    background-color: #f1f1f1;
}

button {
    background-color: #4caf50;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #45a049;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#modalContent {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}



.event-carousel-container {
    margin-top: 20px;
}

.event-heading {
    font-weight: 700;
    color: rgb(26, 18, 69);
}

.event-card {
    max-width: 25rem;
    margin-left: 9px;
}

.card {
    height: 350px;
    overflow: auto;
}

.card-image {
    width: 100%;
    height: 350px;
}

.card-title {
    color: blue;
    padding-bottom: 20px;
}

.text-info {
    color: #007bff;
}

table {
    width: 800px;
    border-collapse: collapse;
}

th, td {
    padding: 5px;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

strong {
    font-weight: bold;
}
@media only screen and (max-width: 600px) {
    table {
        width: 100%;
    }

    th, td {
        width: auto; /* Adjust cell width to fit content */
        display: block; /* Make cells display as block elements */
    }

    th {
        background-color: #f2f2f2;
    }
}

@media only screen and (max-width: 600px) {
    .row_content{
        flex-direction: column;
    }

  }


.row_content{
    display: flex;
}  