@import url("https://fonts.googleapis.com/css2?family=Cormorant&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant&family=Raleway&display=swap");

.page-template-home figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.page-template-home img {
    width: 100%;
}

.page-template-home .section {
    margin-bottom: 20px;
}

.page-template-home .section .section-name {

}

.page-template-home .section .gallery {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.page-template-home .section .gallery-content {
    padding: 5px;
}

.page-template-home .section .gallery-content img {
    max-height: 60vh;
}

.page-template-home .section .image-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    height: 70vh;
}

.page-template-home .section .image-container .box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 1px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    line-height: 0;
}

.page-template-home .section .image-container .box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.page-template-home .section .image-container .box:hover {
    flex: 1 1 50%;
}

.page-template-home .section .image-container .box:hover > img {
    height: 100%;
    object-fit: contain;

}

/****** Section  Top ******/

.page-template-home .section-top .gallery {
    margin-bottom: 20px;
}

.page-template-home .section-top .section-name {
    text-align: center;
}

/****** Section  Contact ******/
.page-template-home .section-contact .flex-wrapper {
    display: flex;
}

.page-template-home .section-contact .social-list {
    flex-grow: 10;
    list-style: none;
    margin: 0;
}

.page-template-home .section-contact .social-list .social {
    width: auto;
    margin-right: 5px;
}

.page-template-home .section-contact .social-list li {
    margin-bottom: 10px;
}

.page-template-home .section-contact .patronite {
    flex-grow: 2;
    text-align: right;
}