.img-zoo{
    width: 100%;
    height: 450px;
}
.img-zoo img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
}
.zoo-h3{
    color:#ffffff;
    font-size: 800;
    font-size:29px;
}
.zoo-p{
    font-size:16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 0.64px;
    word-spacing: 3px;
    text-align: justify;
}
.zoo-h5{
    color:  #013349;
}
ul.zoo-ul li{
    list-style:square;
    padding: 10px 0px;

}
.img-zoo-1{
    width: 100%;
    height: 450px;
}
.img-zoo-1 img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
}
.event-content .date {
    position: absolute;
    background-color: #ff7350;
    width: 289px;
    height: 44px;
    left: 30px;
    top: -25px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: 'Jost', sans-serif;
}
.thumb a img {
    width:100%;
    height: 221px;
}
.event-content {
    padding: 25px;
    background: #0331661f;
    position: relative;
    transition: all 0.5s ease 0s;
}
.css-h5{
    font-size: 18px !important;
}
.display{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
/* .image{
    width: 100%;
    height: 300px;
}
.image img{
    width:100%;
    height: 300px;
    /* object-fit: cover; */
    /* background-position: center;
    background-clip: border-box;
    background-size: cover; */
    /* object-position: center; */
    object-fit: cover;
} */
/* Styles for the #work section */
#work {
    background-color: #ffffff;
    padding-top: 50px; /* Adjust as needed */
    padding-bottom: 50px; /* Adjust as needed */
}

#work .portfolio {
    padding-top: 30px;
    padding-bottom: 30px;
}

#work .button-group {
    text-align: center;
}

#work .button-group button {
    margin: 5px;
    padding: 10px 20px;
    background-color: #ccc;
    border: none;
    cursor: pointer;
}

#work .button-group button.active {
    background-color: #555;
    color: #fff;
}

#work .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#work .grid-item {
    width: 100%; /* Default to full width */
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #work .grid-item {
        width: 48%; /* Two items per row on medium screens */
    }
}

@media (min-width: 992px) {
    #work .grid-item {
        width: 30%; /* Three items per row on large screens */
    }
}

#work .gallery-image {
    overflow: hidden;
}

#work .gallery-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

#work .gallery-image img:hover {
    transform: scale(1.1);
}
.heading{
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 400px) {
    .img-zoo img {
        width: 100%;
        height:auto;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .img-zoo {
        width: 100%;
        height: auto;
    }

.event-content .date {
    position: absolute;
    background-color: #ff7350;
    width: auto;
    height: auto;
    left: 0px;
    top: -41px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: 'Jost', sans-serif;
}
.img-zoo-1 {
    width: 100%;
    height: auto;
}
.img-zoo-1 img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
}
#work .portfolio {
    padding-top: 0;
    padding-bottom: 0;
}
}
@media (max-width: 340px){
    .img-logo-2 {
        height: 120px;
        border-radius: 100px;
        position: relative;
        bottom: 110px;
    } 
}