.gallery{background-color:var(--c1);margin-top:100px;height:auto;border-radius:40px;position:relative;padding:30px 40px 70px}.avh{text-align:center;color:var(--c4);text-decoration:underline}.gall_i{top:-50px;left:200px;transform:rotate(-10deg)}.gall_i,.gall_i2{position:absolute;height:120px}.gall_i2{transform:rotate(40deg);right:20px;bottom:50px;animation-name:tape_baby;animation-duration:3s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.gcontainer{width:100%;margin:30px auto;column-count:4;column-gap:20px}.gbox{width:100%;margin-bottom:20px}.gimage{max-width:100%;border-radius:15px;width:"100%";height:"auto";object-fit:"cover";cursor:pointer;transition:transform .5s}.gimage:hover{transform:scale(1.1);transition:.5s}.gimage:active{transform:scale(1.05);transition:.5s}.viewmore{margin-top:10px;gap:10px;font-size:30px;font-weight:bolder}.viewer,.viewmore{display:flex;align-items:center;justify-content:center}.viewer{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);z-index:1000}.viewer img{max-width:90%;max-height:90%;object-fit:contain}.close-btn,.next-btn,.prev-btn{position:absolute;background:transparent;border:none;padding:5px;cursor:pointer;font-size:18px}.prev-btn-arr{transform:rotate(180deg)}.close-btn{top:10px;right:10px}.prev-btn{left:10px}.next-btn,.prev-btn{top:50%;transform:translateY(-50%)}.next-btn{right:10px}.close-btn-svg{height:40px}@keyframes tape_baby{0%{transform:rotate(40deg) translate(0)}50%{transform:rotate(40deg) translate(5px,20px)}to{transform:rotate(40deg) translate(0)}}@media screen and (max-width:768px){.gallery{background-color:var(--c1);margin-top:100px;height:auto;border-radius:40px;position:relative;padding:20px 10px 70px}.gcontainer{width:100%;margin:30px auto;column-count:2;column-gap:5px}.gbox{width:100%;margin-bottom:5px}.gimage{max-width:100%;border-radius:15px;width:"100%";height:"auto";object-fit:"cover";cursor:pointer}.viewmore{display:flex;margin-top:10px;align-items:center;justify-content:center;gap:10px;font-size:30px;font-weight:bolder}.prev-btn{left:10px}.next-btn,.prev-btn{top:90%;transform:translateY(-50%)}.next-btn{right:10px}.close-btn-svg{height:40px}.gall_i{top:-50px;left:70%;transform:rotate(10deg)}.gall_i,.gall_i2{position:absolute;height:100px}.gall_i2{transform:rotate(40deg);right:20px;bottom:0;animation-name:tape_baby;animation-duration:3s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}}