@font-face{font-family:Poppins-Bold;src:url(../fonts/Poppins/Poppins-Bold.ttf)}@font-face{font-family:Poppins-SemiBold;src:url(../fonts/Poppins/Poppins-SemiBold.ttf)}@font-face{font-family:Poppins-Medium;src:url(../fonts/Poppins/Poppins-Medium.ttf)}@font-face{font-family:Poppins-Regular;src:url(../fonts/Poppins/Poppins-Regular.ttf)}@font-face{font-family:Brittney;src:url(../fonts/Brittney/Brittney.otf)}section.gallery{width:100%;height:100%}section.gallery .card{position:relative;display:flex;justify-content:center;align-items:center;border:none;border-radius:0;padding:5px;background-color:rgba(0,0,0,0)}section.gallery .card a{position:relative;width:100%;height:100%}section.gallery .card a .card-box{position:relative;display:flex;justify-content:center;align-items:center;width:calc(100% - 10px);height:calc(100% - 10px);padding:10px;background-color:#fff;border:2px solid #eae1d2;background-position:center;background-repeat:no-repeat;background-size:contain;min-height:150px}section.gallery .card a .card-box::before{transition:opacity .5s;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;content:""}section.gallery .card a .card-box::after{transition:opacity .5s;opacity:0;position:absolute;height:50px;width:50px;content:"";border-radius:50%;background-image:url(../img/icons/b6ka.png);background-color:#fff;background-position:center;background-repeat:no-repeat}section.gallery .card a .card-box:hover::before{opacity:1;background-color:rgba(227,154,49,.65)}section.gallery .card a .card-box:hover::after{opacity:1}/*# sourceMappingURL=gallery.min.css.map */