.GalleryPage{z-index:1;flex-direction:column;justify-content:start;align-items:center;gap:30px;width:100%;padding:80px 50px;display:flex;position:relative}.GalleryPage .header-wrapper{justify-content:center;align-items:center;width:100%;padding:0 25px;display:flex}.GalleryPage-header{border-bottom:1px solid #fff;justify-content:center;align-items:center;width:100%;max-width:1200px;display:flex}.GalleryPage-header p{color:#fff;margin:0;padding:0;font-size:30px;font-weight:300}.GalleryPage-content{z-index:2;width:100%;max-width:1200px}.GalleryPage-content-inner{opacity:0;background:0 0;grid-template-columns:repeat(auto-fit,minmax(min(30%,250px),1fr));gap:1px;width:100%;animation:1s forwards slideIn;display:grid;overflow:hidden;transform:translateY(20px)}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}.GalleryPage-card{break-inside:avoid;cursor:zoom-in;aspect-ratio:3/4;border:1px solid #fff;transition:all .15s;overflow:hidden}.GalleryPage-card .image{object-fit:cover;will-change:transform;opacity:0;width:105%;height:105%;transition:opacity .4s ease-in-out,transform .2s;animation:.5s forwards fadeIn}.GalleryPage-card .image.fade-in{opacity:1}.GalleryPage-card:hover .image{transform:scale(1.1)}@keyframes fadeIn{to{opacity:1}}.loading-spinner-container{justify-content:center;align-items:center;display:flex}.spinner{border:4px solid #0000001a;border-left-color:#fff;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.load-more-container{justify-content:center;align-items:center;width:100%;display:flex}.load-more-btn{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:5px;width:160px;height:35px;font-size:12px;transition:all .3s}.load-more-btn:hover{background:#000000e6}.page-selector-wrapper{z-index:3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000c;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;width:100%;display:flex;position:fixed;bottom:0}.page-selector-container{z-index:3;justify-content:center;align-items:center;padding:4px;display:flex}.page-selector-container .buttons-container{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.page-selector-container .page-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:50%;width:36px;height:36px;font-size:16px;transition:all .3s}.page-selector-container .page-btn:hover{background:#ffffff1a}.page-selector-container .page-btn.active{color:#fff;background:#ffffff1a}.page-selector-wrapper.hidden{pointer-events:none}.change-page-container{justify-content:center;align-items:center;gap:20px;display:flex}.prev-btn,.next-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50px;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;font-size:16px;transition:all .3s;display:flex}.prev-btn:hover,.next-btn:hover{background:#ffffff1a}.arrow-left-icon,.arrow-right-icon{color:#fff;width:20px;height:20px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:900px){.GalleryPage{padding:50px 30px 65px}.GalleryPage-header p{font-size:30px}}@media (max-width:500px){.GalleryPage{padding:50px 5px}.GalleryPage-content-inner{grid-template-columns:repeat(2,1fr)}.page-selector-container .page-btn,.prev-btn,.next-btn{width:30px;height:30px}}
