.header {
    width: 100%;
    height: 430px;
    display: grid;
    place-items: center;
    font-size: 2rem;
    color: white;
    position: relative;
    background-color: #895e2c7c;
}
.background{
    width: 100%;
    height: 100%;
    position: absolute;
top: 0;
left: 0;
    background-image: url('../images/02-DHOOP-ARTI-21_03_15-1024x678.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
z-index: -1;
}

.session {
    width: 100%;
    padding: 5% 0;
    background-color: #F1F1F1;
    text-align: center; 
}

.session .flex {
    padding: 0 1.5%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4%; 
}

.session .items {
    flex: 1;
    background-color: white;
    overflow: hidden;
    border-radius: 30px;
}

.session .items .session-img {
    width: 100%;
    height: 270px;
    background-color: #C4AE95;

}

.session .items .session-img img {
    width: 100%;
    height: 100%;
}

.session .session-det {
    padding: 6% 4% 10% 4%;
    text-align: center;
}

.session .session-det p {
    width: 80%;
    font-size: 1.1rem;
    line-height: 25px;
    margin: 6% auto;
    text-align: center;
}

.session button {
    padding: 5% 8%;
    border: 0;
    border-radius: 100px;
    background-color: #C4AE95;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    transition: .2s;
}

.session button:hover {
    background-color: #895D2C;
}

.session button a {
    color: white;
}

.session h2 {
    font-size: 3.4rem;
    margin: 0;
    color: #895D2C;
}

.session .p {
    line-height: 30px;
    font-size: 1.1rem;
    margin: 2% 0 5% 0;
}


.upcomming-events {
    padding: 4% 0 8% 0;
    background-color: #FFF3E3;
}

.upcomming-events .flex {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 7%;
}

.upcomming-events .items {
    flex: 1;
}

.upcomming-events .items .img-box {
    width: 100%;
    height: 600px; 
    border-radius: 0;
}

.upcomming-events .items .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.upcomming-events .items:last-child {
    padding: 0 2%;
}

.upcomming-events .items h2 {
    font-size: 3.15rem;
    margin: 0;
    color: #895D2C;
}

.upcomming-events .items p {
    font-size: 1.1rem;
    line-height: 30px;
}

.upcomming-events .event-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #895D2C;
    padding: 4% 0 3% 0;
    color: #895D2C;
}

.upcomming-events .event-name {
    font-size: 1.3rem;
}

.upcomming-events .event-date {
    font: 1.1rem sans-serif;
}
/* .footer-img{display: none;} */
.footer-i{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%!important;
    height: auto!important;
    object-fit: contain;
}
@media (max-width:600px) {
    .container {
        width: 95%;
    }
    .header { 
    height: 330px; 
}

    .upcomming-events .items {
        flex: 100%;
        margin: 3% 0;
    }

    .session .flex {
        flex-wrap: wrap;
    }

    .session .items {
        margin: 2% 0;
    }

    .session .items {
        flex:100%;
    }

    .upcomming-events .items {
    flex: 100%;
}


}