@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Raleway:wght@400;700&display=swap'); */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    /* width: 100%; */
}


/*****************gallery menu code********************************/
/* .gallery-sub-menu-ul {
    display: flex;
    position: absolute;
    top: 177px;
    left: 840px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90px;
    height: 13px;
    list-style-type: none;
}

.gallery-sub-menu-ul .gallery-sub-menu-li a {
    color: rgb(94, 92, 92);
    text-decoration: none;
    position: relative;
    font-size: 12px;
}

.gallery-sub-menu-ul .gallery-sub-menu-li {
    display: none;
    position: relative;
    top: 75px;
    left: -47px;
    width: 180px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    padding: 5px;
    background-color: white;
}

#gallery-dropdown:hover .gallery-sub-menu-ul .gallery-sub-menu-li {
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 500;
}

#gallery-dropdown.gallery-sub-menu-li:hover .gallery-sub-menu-ul .gallery-sub-menu-li {
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 500;
} */
/******************gallery menu code end*********************/

#openday-title {
    display: flex;
    justify-content: center;
}

.openday-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: 1px;
    width: 826px;
    height: 1.6em;
    font-size: 18px;
    padding-left: 20px;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(to right, rgba(71, 70, 69, 0), rgba(71, 70, 69, 0.2), rgba(71, 70, 69, 0.4), rgba(71, 70, 69, 0.8), rgba(71, 70, 69, 1), rgba(71, 70, 69, 0.8), rgba(71, 70, 69, 0.4), rgba(71, 70, 69, 0.2), rgba(71, 70, 69, 0));
    color: white;
}

/***************News & Events container************************/
.openday-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    color: rgb(71, 70, 69);
    word-spacing: 2px;
    font-weight: normal;
    letter-spacing: 1px;
    list-style-type: none;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    text-align: justify;
    padding: 10px;
    /* background-color: red; */
}

.openday-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 860px;
    justify-content: center;
    align-items: left;
    /* background-color: blue; */
}

.openday-event {
    text-align: justify;
}

.openday-heading-first {
    font-size: 25px;
    font-weight: 700;
    width: 117px;
    width: 12.5%;
    color: rgb(71, 70, 69);
    border-bottom: 2px solid rgb(71, 70, 69);
    margin-bottom: 25px;
}
.openday-heading-second {
    font-size: 25px;
    font-weight: 700;
    width: 117px;
    width: 14%;
    color: rgb(71, 70, 69);
    border-bottom: 2px solid rgb(71, 70, 69);
    margin-bottom: 25px;
}

.separate-poster {
    margin-top: 30px;
    /* border: 10px solid red; */
}
.openday-link {
    font-size: 20px;
    margin-bottom: 10px;
}

.poster-image-section {
    margin: 14px 0px 20px 0px;
}
.brochure {
    width: 100%;
    height: auto;
    height: 1200px;
}
.poster-images {
    width: 100%;
}
.viewmore {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    text-transform: none;
}

/**********code for go to top**********/
#goToTop {
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 40px;
    margin-right: 20px;
}

/*************openday-index********************/
/* .news-events-index {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    word-spacing: 0px;
}

.two-index {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.news-events-index .two-index a {
    display: flex;
    align-items: center;
    border: 1px solid rgb(71, 70, 69);
    border-radius: 14px 0px;
    width: 45%;
    height: 35px;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    color: rgb(71, 70, 69);
}

.news-events-index .news-event-date {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: white;
    width: 11em;
    height: 2.5em;
    border: 1px solid rgb(130, 140, 149);
    border-radius: 3px;
    background: rgb(130, 140, 149);
    text-align: center;
    text-transform: capitalize;
}

.news-events-index .two-index a div {
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    word-spacing: 0px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    margin-left: 10px;
    width: 30em;
}

.news-events-index .two-index a:hover {
    background: rgb(71, 70, 69);
    color: white;
    transition: all 0.3s ease-in-out;
}

.news-events-container .news-events-inner div {
    font-family: 'Playfair Display', serif;
    text-align: justify;
    font-size: 30px;
    font-weight: 500;
}

.separate-news-event {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.news-events-container .news-events-inner .news-event-heading {
    font-family: 'Playfair Display', serif;
    text-align: justify;
    font-size: 28px;
    font-weight: 500;
    text-transform: none;
}

.news-events-container .news-events-inner img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 5px 0px 25px 0px;
}

.news-events-container .news-events-inner p {
    line-height: 20px;
    text-align: justify;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
} */