.app{width:100vw;min-height:100vh;overflow-x:hidden!important}.imageGallery{width:80%;margin:0rem auto;padding:3rem 0;position:relative}.imageGallery .tagsCard .tagsBox{display:flex;gap:10px;flex-wrap:wrap;margin:1rem 0}.imageGallery .tagsCard .tagsBox .tag{background-color:transparent;display:inline;padding:8px 12px;font-weight:500;font-size:10px;line-height:12px;text-align:center;color:#4f4f4f;border:1px solid #C4C4C4;border-radius:4px;text-transform:capitalize}.imageGallery .imageGalleryWrapper{width:100%;columns:3;gap:1.5rem}.imageGallery .popupCard{position:fixed;left:0;top:0;background-color:#000000e6;height:100%;width:100%;z-index:100;display:flex;justify-content:center;align-items:center}.imageGallery .popupCard .popupWrapper{width:70%;position:relative;background-color:#fff;border-radius:8px}.imageGallery .popupCard .popupWrapper .popupClose{position:absolute;right:-15px;top:-15px;font-size:2rem;background-color:#fff;border-radius:50%;padding:5px;z-index:101;cursor:pointer}.imageGallery .popupCard .popupWrapper .popupCardImg{position:relative}.imageGallery .popupCard .popupWrapper .popupCardImg .popupImg{width:100%;height:380px;object-fit:cover;border-radius:8px 8px 0 0}.imageGallery .popupCard .popupWrapper .popupCardImg .shareDownload{position:absolute;bottom:10px;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;font-weight:500;line-height:10px;border-radius:4px}.imageGallery .popupCard .popupWrapper .popupCardImg .shareDownload .shareBtns{display:flex;align-items:center;gap:10px}.imageGallery .popupCard .popupWrapper .popupCardImg .shareDownload .shareBtns .shareBtn{background-color:transparent;border:1px solid #fff;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:4px;padding:6.5px 9.8px;gap:8.24px;outline:none;font-size:14px;background-color:#0e0e0e31;transition:all .3s ease-in-out}.imageGallery .popupCard .popupWrapper .popupCardImg .shareDownload .shareBtns .shareBtn:hover{background-color:#959595c3;transform:translateY(-2px)}.imageGallery .popupCard .popupWrapper .popupCardImg .shareDownload .downloadBtn .download{background-color:#3cb46e;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:4px;padding:9px 8px;gap:8.24px;outline:none;font-size:14px;transition:all .3s ease-in-out}.imageGallery .popupCard .popupWrapper .popupCardImg .shareDownload .downloadBtn .download:hover{background-color:#268b50;transform:translateY(-2px)}.imageGallery .popupCard .popupWrapper .popupCardInfo{padding:10px 1rem;border-radius:0 0 8px 8px}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox{display:flex;align-items:center;height:60px;margin-bottom:1rem;flex-wrap:wrap}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .userName{font-size:12px;font-weight:600;font-style:italic;color:#a7a7a7}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .socialBox{display:flex;width:100%;justify-content:space-between;flex:2;padding:7px 0}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .socialBox .userSocialHandle{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .socialBox .userSocialHandle span{text-align:center;font-size:12px;font-weight:600;font-style:italic;color:#a7a7a7;display:flex;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .socialBox .userSocialHandle span:hover{color:#4d4d4d}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .socialBox .userSocialHandle span .socialIcon{font-size:1.1rem}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .userProfile{display:flex;justify-content:center;align-items:center}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .userProfile img{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:.7rem;cursor:pointer}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .userProfile .userInfo{display:flex;flex-direction:column;margin-right:2rem;cursor:pointer}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .userProfile .userInfo .name{font-size:14px;font-weight:700;color:#4f4f4f;cursor:pointer}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .likesInfo{color:#858484;display:flex;gap:10px}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .likesInfo .likeBox{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .likesInfo .likeBox:hover{color:#4d4d4d}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .likesInfo .download{margin-right:10px}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .likesInfo .likeIcon{font-size:14px;margin-right:5px;cursor:pointer;transition:all .3s ease-in-out}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .likesInfo .likeIcon:hover{transform:translateY(-2px)}.imageGallery .popupCard .popupWrapper .popupCardInfo .userInfoBox .likesInfo .likes{font-size:12px;font-weight:600}.imageGallery .popupCard .popupWrapper .popupCardInfo .tagsCard .tagLine{font-size:14px;font-weight:700;color:#4f4f4f}.imageGallery .popupCard .popupWrapper .popupCardInfo .tagsCard .tagsBox{display:flex;gap:10px;overflow-x:hidden;flex-wrap:wrap}.imageGallery .popupCard .popupWrapper .popupCardInfo .tagsCard .tagsBox .tag{background-color:#ececec;border-radius:4px;display:inline;padding:8px 12px;font-weight:500;font-size:10px;line-height:12px;text-align:center;color:#4f4f4f}@media screen and (max-width: 940px){.imageGalleryWrapper{columns:2!important}}@media screen and (max-width: 700px){.imageGalleryWrapper{columns:1!important;gap:.5rem!important}}@media screen and (max-width: 540px){.imageGalleryWrapper{gap:.5rem!important}.imageGalleryWrapper .shareDownload{padding:0!important}.imageGalleryWrapper .shareDownload .shareBtn{font-size:12px!important}.imageGalleryWrapper .shareDownload .download{padding:8px 6px;font-size:12px!important}.popupWrapper{width:90%!important}}.imageCard{width:100%;border-radius:8px;background-color:#fafafa;border:1px solid #ECECEC;cursor:pointer;margin-bottom:1.5rem;transition:all .3s ease-in-out}.imageCard:hover{transform:scale(1.02);box-shadow:#32326926 0 2px 5px,#0000000d 0 1px 1px}.imageCard .cardWrapper,.imageCard .cardWrapper .imageWrapper{width:100%}.imageCard .cardWrapper .imageWrapper img{width:100%;border-radius:8px 8px 0 0}.imageCard .cardWrapper .cardInfo{display:flex;justify-content:space-between;padding:10px}.imageCard .cardWrapper .cardInfo .leftInfo{display:flex;gap:10px}.imageCard .cardWrapper .cardInfo .leftInfo .userImg{width:40px;height:40px;border-radius:50%;object-fit:cover}.imageCard .cardWrapper .cardInfo .leftInfo .userInfo{display:flex;flex-direction:column}.imageCard .cardWrapper .cardInfo .leftInfo .userInfo .name{font-size:14px;font-weight:700}.imageCard .cardWrapper .cardInfo .leftInfo .userInfo .userName{font-size:12px;font-weight:700;font-style:italic;color:#acafc4}.imageCard .cardWrapper .cardInfo .rightInfo .likeIcon{font-size:14px;margin-right:5px;cursor:pointer}.imageCard .cardWrapper .cardInfo .rightInfo .likes{font-size:12px;font-weight:700}@media screen and (max-width: 540px){.imageCard{margin-bottom:.5rem}}.nav{width:100%;height:90px;background-color:#fff;color:#000;position:relative;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.nav .sideNavBox{position:fixed;top:90px;width:100%;min-height:calc(100vh - 90px);z-index:100;background:rgba(0,0,0,.9);transition:all 1s ease-in-out}.nav .navWrapper{width:80%;margin:auto;height:100%;display:flex;justify-content:space-between;align-items:center}.nav .navWrapper .leftNav{font-family:Pattaya,sans-serif}.nav .navWrapper .centerNav{display:flex;justify-self:center;align-items:center;gap:1rem}.nav .navWrapper .centerNav .searchNav{display:flex;justify-self:center;align-items:center;text-align:center;width:420px;padding:1rem;border-radius:8px;background-color:#fafafa;border:1px solid #ECECEC}.nav .navWrapper .centerNav .searchNav .searchIcon{width:25px;height:25px;color:#c4c4c4;margin-right:5px}.nav .navWrapper .centerNav .searchNav input{height:100%;width:100%;background:transparent;border:none;outline:none;color:#000624;font-size:1rem;font-weight:500;line-height:17px}.nav .navWrapper .centerNav .searchNav ::placeholder{color:#c4c4c4;opacity:1}.nav .navWrapper .centerNav .navItems{display:flex;justify-content:center;align-items:center;gap:1rem}.nav .navWrapper .centerNav .navItems .item{font-size:.8rem;font-weight:600;cursor:pointer}.nav .navWrapper .centerNav .navItems .item:hover{color:#acafc4}.nav .navWrapper .rightNav{font-weight:600;font-size:.8rem;display:flex;flex-direction:row;height:100%;align-items:center;gap:5px}.nav .navWrapper .rightNav .switch{position:relative}.showHamburger{display:flex;flex-direction:row;align-items:center;gap:10px;display:none}.showHamburger .searchIcon{font-size:2rem;display:inline;color:#4f4f4f}.showHamburger .hamburgerIcon{margin-left:1rem}@media screen and (max-width: 1120px){.showHamburger{display:block!important}.rightNav,.centerNav{display:none!important}}@media screen and (min-width: 1119px){.sideNavBox{display:none}}.toggle{width:50px;height:25px;border-radius:20px;border:1px solid #999;background-color:#fff;z-index:20;display:flex;align-items:center;justify-content:space-around;cursor:pointer}.toggle-icon{width:15px;height:15px}.toggle-button{width:25px;height:25px;border-radius:50%;background-color:#999;position:absolute;transition:all .5s ease-in-out;left:0}.sidenav{display:fixed;top:0;right:0;width:40%;background-color:#fff;height:100vh;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0;float:right;transition:all .3s ease-in-out}.sidenav .switch{position:relative;display:grid;place-items:center}.sidenav .navItems{display:flex;flex-direction:column;gap:2rem;width:100%}.sidenav .navItems .item{width:100%;font-size:1.5rem;font-weight:600;line-height:10px;padding:1rem 0;text-align:center;cursor:pointer}.sidenav .navItems .item:hover{color:#acafc4}@media screen and (max-width: 800px){.sidenav{width:350px}}.loading{display:flex;align-items:center;flex-direction:column;color:#acafc4}.loading img{width:300px}.header{width:100%;height:350px;background-image:url(/assets/homepage-3044e51e.jpg);background-position:20% 80%;background-repeat:no-repeat;background-size:cover;color:#fff;display:grid;place-items:center}.header .headerWrapper{width:100%;display:flex;justify-self:center;align-items:center;flex-direction:column;text-align:center}.header .headerWrapper .title{text-align:center;display:inline;font-weight:700;size:32px;line-height:39.01px;letter-spacing:-2%}.header .headerWrapper .tagline{margin:1rem 0}.header .headerWrapper .searchNav{display:flex;justify-self:center;align-items:center;text-align:center;width:70%;padding:1rem;background-color:#fafafa;border-radius:8px;border:1px solid #ECECEC}.header .headerWrapper .searchNav .searchIcon{width:25px;height:25px;color:#c4c4c4;margin-right:5px}.header .headerWrapper .searchNav input{height:100%;width:100%;background:transparent;border:none;outline:none;color:#000624;font-size:1rem;font-weight:500;line-height:17px}.header .headerWrapper .searchNav ::placeholder{color:#c4c4c4;opacity:1}:root{font-family:Montserrat,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:100vw;min-height:100vh;overflow-x:hidden!important;box-sizing:border-box}*{padding:0;margin:0;box-sizing:border-box}li{list-style:none}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:2.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#2c2c2c}::-webkit-scrollbar-thumb{background:#5a5a5a;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#555}
