@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body{
    font-family: "Manrope", sans-serif;
}
h1{
    font-family: "Playfair Display", serif;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
}
h2{
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    padding-bottom:0;
}
h3{
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    padding-bottom:0;
}
h4{
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    padding-bottom:0;
}
h5,h6{
    font-family: "Playfair Display", serif;
}
p{
    color: #313539;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
a{
    font-family: "Manrope", sans-serif;
}

@media(max-width:600px){
    h1{
        font-size:45px;
    }
    h2{
        font-size:35px;
    }
    .flex-1.flex-lg.nav.navbar-nav.flex.items-center{
        justify-content:start !important; 
    }
    .hero-text{
        margin:50px 40px 0 20px;
    }
    .nav.navbar-nav{
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .is-overlay-bg{
        background-size: contain !important;
        background-position: 0 0 !important;
    }
    .foo-mobile{
        padding-left:30px !important;
    }
}

/*slider*/
.exhibition-slider {
    /*max-width: 1200px;*/
    margin: 0 auto;
    width: 100%;
}

.slide, .summer-slide {
    display: none;
}

.slide.active, .summer-slide.active {
    display: block;
}

.slide img , .summer-slide img{
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    display: block;
}

.slide-content {
    text-align: center;
    padding: 30px 20px;
}

.slide-content h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.slide-content .title {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 10px;
}

.slide-content .date {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 10px 0 40px;
}

.dot, .summer-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #c7c7c7;
    cursor: pointer;
    transition: all .3s ease;
}

.dot.active, .summer-dot.active {
    background: #c99913;
}

/* Tablet */
@media (max-width: 992px) {

    .slide-content h2 {
        font-size: 26px;
    }

    .slide-content .title {
        font-size: 20px;
    }

    .slide-content .date {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .slide-content {
        padding: 20px 15px;
    }

    .slide-content h2 {
        font-size: 20px;
    }

    .slide-content .title {
        font-size: 18px;
    }

    .slide-content .date {
        font-size: 15px;
    }

    .dot, .summer-dot {
        width: 12px;
        height: 12px;
    }
}
/*end of slide*/

/*archive*/
.accordion-content {
    display: none;
}

.accordion-content.active {
    display: block;
}
summary{
    border-bottom: 1px solid #d9d9d9;
}
summary {
    width: 100%;
    background: none;
    border: none;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    color: #111;
}
.acc-date{
    font-size:20px !important;
    color:grey !important;
    font-weight:400 !important; 
}

.gallery {
    display: flex;
    gap: 20px;
    justify-content:start;
    align-items:start;
}

.gallery img {
    width: 50%;
}

@media(max-width:768px){

    .gallery{
        flex-direction: column;
    }

    .gallery img{
        width:100%;
    }

}

/*end of archive*/


.is-btn-ghost1, .is-btn-ghost2 {
    padding: 14px 28px !important;
    font-family: "Manrope", sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-transform: uppercase !important;
    letter-spacing:0!important;
}
.send-btn{
    margin-top:30px;
    padding: 14px 28px !important;
    font-family: "Manrope", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: uppercase !important;
    letter-spacing:0!important;
}
.send-btn2{
    right: 15px;
    position: absolute;
    top: 32px;
    padding: 12px 30px !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    font-size:18px !important;
}
.send-btn2:hover{
    background:#C49011 !important;
    border:1px solid #C49011 !important;
}
.navbar-nav>li>a{
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .is-boxes.is-navigation-box .navbar-nav {
        padding-left: 0px !important;
    }
}

.modal-body > .container {
    max-width: -webkit-fill-available !important;
}
.footer-text, .footer-text>a{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.company-address, #app > div.footer > div > div:nth-child(1){
    display:none !important;
}
#message-modal > div > div > div.modal-body > div > div > div > div > div > div.is-success > div.size60{
    display:none !important;
}
.footer {
    padding-bottom: 10px;
    padding-top: 10px;
}
