@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:"Open Sans",sans-serif;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Oswald",sans-serif;font-weight:600}.container{max-width:1200px;margin:0px auto;padding-right:.7rem;padding-left:.7rem}.template_section{padding:65px 0}.title{font-size:26px;margin-bottom:25px;color:#34dab5;text-transform:uppercase;text-align:center}.title span{font-weight:300}.template{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:25px}.template__box{width:calc((100% - 75px)/4);background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:15px}.photo_gallery{padding:50px 0}.photo_gallery .gallery{display:flex;align-items:center;justify-content:flex-start;gap:25px;flex-wrap:wrap}.photo_gallery .gallery__box{width:calc((100% - 75px)/4);background:#fff;border-radius:8px;box-shadow:0px 3px 16px 2px rgba(52,218,181,.15);overflow:hidden;position:relative}.photo_gallery .gallery__box:hover a .gallImg{transition:all ease-in-out 1s;top:100%;transform:translateY(-100%)}.photo_gallery .gallery__box a{display:block;width:100%;position:relative;height:325px}@media(max-width: 850px){.photo_gallery .gallery__box a{height:300px}}.photo_gallery .gallery__box a .gallImg{transition:all ease-in-out 1s;position:relative;width:100%;height:auto;min-height:100%;top:0}.photo_gallery .gallery__box .img-overlay{display:flex;align-items:center;justify-content:center;background:rgba(52,218,181,.6);width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;cursor:pointer;z-index:1}.photo_gallery .gallery__box .img-overlay i{font-size:45px;color:#fff}.photo_gallery .gallery__box .abt_img{display:flex;align-items:center;justify-content:center;width:100%;padding:10px;line-height:1.15em;letter-spacing:.5px;text-align:center;font-size:16px;color:#fff;font-family:"Oswald",sans-serif;background:#34dab5;text-transform:uppercase;position:relative;z-index:3}.photo_gallery .gallery__box .abt_img .morecontent{display:inline;line-height:1.22em}.photo_gallery .gallery__box .abt_img .morecontent .morelink{display:inline;color:#fff}#overlay{background:rgba(0,0,0,.8);width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:10px}#overlay i{padding:5px 0;font-size:30px;color:#34dab5}#overlay img{margin:0;width:50%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain;margin:0 25px;border-radius:8px}#nextButton{font-size:2em;transition:opacity .8s;cursor:pointer}#nextButton:hover{opacity:.7}#prevButton{font-size:2em;transition:opacity .8s;cursor:pointer}#prevButton:hover{opacity:.7}#exitButton{width:25px;height:25px;background-size:cover;position:absolute;top:35px;right:40px;cursor:pointer}#exitButton:hover{opacity:.7}@media(max-width: 850px){.photo_gallery .gallery__box{width:calc((100% - 50px)/3)}#overlay img{width:75%}}@media(max-width: 450px){.photo_gallery{padding:50px 0}.photo_gallery .gallery{gap:20px}.photo_gallery .gallery__box{width:100%}.photo_gallery .gallery__box a .gallImg{height:auto}#overlay img{width:calc(100% - 30px);margin:0}#prevButton,#nextButton{position:absolute;bottom:115px;margin:0 15px}#prevButton{left:25%}#nextButton{right:25%}#exitButton{top:45px;right:15px}#exitButton i{padding:0}}/*# sourceMappingURL=style.css.map */