.gallery{color:#fff;font-family:Poppins}.gallery .container{overflow:hidden}.gallery .container .content,.gallery .container .content .heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gallery .container .content .heading{max-width:869px;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gallery .container .content .heading>h2{color:#fff;font:500 32px Poppins,sans-serif}.gallery .container .content .heading>p{color:hsla(0,0%,100%,.75);font:400 16px/27px Inter,sans-serif;margin-top:12px}.gallery .container .content ul.grid{display:-ms-grid;display:grid;gap:28px;max-width:100%;padding:48px 0 10px;-ms-grid-columns:1fr 28px 1fr 28px 1fr;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:991px){.gallery .container .content ul.grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:575px){.gallery .container .content ul.grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:inherit;max-width:inherit;padding:38px 0 10px}}.gallery .container .content ul.grid li{border:1px solid hsla(0,0%,43%,.7);border-radius:16px;max-width:100%}@media only screen and (max-width:575px){.gallery .container .content ul.grid li{max-width:inherit}}.gallery .container .content ul.grid li img{border-radius:16px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery .container .content ul.row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:28px;padding:30px 0 10px}@media only screen and (max-width:1200px){.gallery .container .content ul.row{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}}@media only screen and (max-width:575px){.gallery .container .content ul.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:inherit;max-width:inherit;padding:38px 0 10px;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit}}.gallery .container .content ul.row li{border:1px solid hsla(0,0%,43%,.7);border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;overflow:hidden;width:auto}@media only screen and (max-width:575px){.gallery .container .content ul.row li{display:block;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:inherit}}.gallery .container .content ul.row li img{height:100%;max-height:130px;max-width:233px;width:100%}@media only screen and (max-width:575px){.gallery .container .content ul.row li img{max-height:100%;max-width:100%}}.gallery .modal{border-radius:8px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);display:none;left:50%;max-width:1000px;overflow:hidden;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%;z-index:1000}.gallery .modal img{border:1px solid hsla(0,0%,43%,.7);border-radius:0;border-radius:16px;height:auto;width:100%}.gallery .overlay{background-color:rgba(0,0,0,.7);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.gallery.active .modal,.gallery.active .overlay{display:block}