.gallery-page{width:100%}.gallery-page .sec2{width:100%;padding:100px 0 50px}.gallery-page .sec2 .gallery .card{padding:5px;overflow:hidden}.gallery-page .sec2 .gallery .card img:hover{scale:1.1;filter:brightness(.7);transition:1s}.gallery-page .sec3{width:100%;padding-bottom:100px}.gallery-page .sec3 .subdiv{display:flex;justify-content:center;align-items:center;gap:10px}.gallery-page .sec3 .subdiv ul{list-style:none}.gallery-page .sec3 .subdiv ul .active-page{border:1px solid var(--orange)}@media (max-width:599px){.gallery-page .sec2 h1{font-size:25px;font-family:josefin;font-weight:600;color:var(--orange);margin-bottom:50px}.gallery-page .sec2 .gallery{display:grid;grid-template-columns:auto auto}.gallery-page .sec2 .gallery .card img{width:100%;height:180px;object-fit:cover;cursor:pointer;transition:1s}.gallery-page .sec3 .subdiv ul button{width:30px;height:30px;background:var(--lightbg);border:1px solid var(--darkgray);font-size:12px;font-weight:400;color:var(--darkgray);display:flex;justify-content:center;align-items:center;cursor:pointer}}@media (min-width:600px){.gallery-page .sec2 h1{font-size:30px;font-family:josefin;font-weight:600;color:var(--orange);margin-bottom:50px}.gallery-page .sec2 .gallery{display:grid;grid-template-columns:auto auto auto}.gallery-page .sec2 .gallery .card img{width:100%;height:200px;object-fit:cover;cursor:pointer;transition:1s}.gallery-page .sec3 .subdiv ul button{width:35px;height:35px;background:var(--lightbg);border:1px solid var(--darkgray);font-size:14px;font-weight:400;color:var(--darkgray);display:flex;justify-content:center;align-items:center;cursor:pointer}}@media (min-width:900px){.gallery-page .sec2 h1{font-size:40px;font-family:josefin;font-weight:600;color:var(--orange);margin-bottom:50px}.gallery-page .sec2 .gallery{display:grid;grid-template-columns:auto auto auto}.gallery-page .sec2 .gallery .card img{width:100%;height:250px;object-fit:cover;cursor:pointer;transition:1s}.gallery-page .sec3 .subdiv ul button{width:35px;height:35px;background:var(--lightbg);border:1px solid var(--darkgray);font-size:14px;font-weight:400;color:var(--darkgray);display:flex;justify-content:center;align-items:center;cursor:pointer}}