body { margin: 0; padding: 0; box-sizing: border-box; }
a{
    outline: none;
    text-decoration: none !important;
}



/* Home Page Art Start */



.grid-card {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.mb-20 { margin-bottom:30px; }

/* Common style */
.grid-card .effect-zoe {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.atr-img-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;
    -o-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;
    transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;
}
.grid-card .effect-zoe img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    height: 302px;
}
.grid-card:hover .atr-img-thumb{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.grid-card .effect-zoe .art-inner-text::before,
.grid-card .effect-zoe .art-inner-text::after {
    pointer-events: none;
}

.grid-card .effect-zoe .art-inner-text,
.grid-card .effect-zoe .art-inner-text>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-card .effect-zoe .art-inner-text>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.effect-zoe.effect-zoe .art-inner-text {
    top: auto;
    bottom: 0;
    padding: 27px 19px;
    height: auto;
    background: #fff;
    color: black;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    display: flex;
    flex-direction: column;
}

.art-inner-text h2 {
    text-align: start;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-family: 'Syne', sans-serif;
}
.art-inner-text p {
    margin: 0;
    text-align: start;
    font-size: 20px;
    letter-spacing: 0.28px;
    color: #000000;
    font-family: 'Syne', sans-serif;
}


.effect-zoe.effect-zoe h2,
.effect-zoe.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}


.effect-zoe.effect-zoe:hover .art-inner-text,
.effect-zoe.effect-zoe:hover h2,
.effect-zoe.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-zoe.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.effect-zoe.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.effect-zoe.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.effect-zoe.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}




.home-page-art-exhibition-btn { display: flex; justify-content: center; align-items: center; }
.home-page-art-exhibition-btn a {
    margin-top: 15px;
    font-size: 20px;
    text-decoration: underline !important;
    font-weight: bold;
    color: #000000;
    line-height: normal;
    font-family: 'Syne', sans-serif;



}
.home-page-past-exhibition-btn a {
    font-size: 20px;
    text-decoration: underline !important;
    font-weight: bold;
    color: #000000;
    line-height: normal;
    font-family: 'Syne', sans-serif;
    display: flex;
    justify-content: center;
    
}
#seeMore {
    font-size: 20px;
    text-decoration: underline !important;
    font-weight: bold;
    color: #000000;
    line-height: normal;
    font-family: 'Syne', sans-serif;
}
.latest-top-right-img-slide{ display: none; }




/* Home Page Art End */



@media (min-width:1300px) {
    .w-1430{
        max-width: 1430px !important;
    }
}


@media(max-width:991px) {

}

@media(max-width:767px) {

}