@import url(https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Kanit&family=Lobster+Two&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Noto+Sans+Mono:wght@900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald&family=Playwrite+DE+SAS:wght@100..400&family=Playwrite+US+Modern&family=Protest+Guerrilla&family=Roboto+Mono:wght@100..700&family=Roboto+Slab:wght@100..900&family=Share+Tech&family=Teko:wght@300..700&family=WDXL+Lubrifont+SC&display=swap);.header{display:flex;justify-content:space-between;align-items:center;padding-inline:5%;position:fixed;width:100%;height:100px;z-index:99;transition:.3s}.header.sticky{background:#01082f}.footer_menus li:hover a,.footer_menus li:hover i,.header.sticky .header_nav li a,.header.sticky .header_title{color:#fff}.footer_menus i:hover,.header.sticky .header_nav li:hover a{color:var(--color-lightblue)}.header_title{color:#fff;user-select:none;font-size:23px}.footer_title span,.header_title span{color:var(--color-lightblue);user-select:none}.header_nav{display:flex;gap:5px}.header_nav li{list-style:none;padding-inline:22px;padding-block:8px;border-radius:99px;font-size:13px;transition:.3s ease-out}.header_nav li a{font-weight:600;color:#fff;transition:.3s}.header_nav a:hover{color:var(--color-blue)}.lines{display:inline-block;cursor:pointer;align-items:center}.footer,.gallery{display:grid;width:100%}.lines span{display:block;height:4px;width:25px;margin-bottom:5px;position:relative;background:var(--color-blue);border-radius:50px;z-index:1;transition:transform .5s ease-out,opacity .2s ease-out}.lines span:last-child{margin-bottom:0}.lines.active span:first-child{transform:translateY(9px) rotate(45deg)}.lines.active span:nth-child(2){opacity:0}.lines.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.gallery_section_1{min-height:25vh;width:100%;align-items:center;justify-content:center;background:url(background/gallery_cover.png) center/cover no-repeat fixed}.gallery_section_1 h2{color:#fff;font-size:60px;margin-top:90px;user-select:none}.gallery{max-width:1200px;margin:0 auto;padding:50px 20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-auto-rows:250px;grid-auto-flow:dense;grid-gap:20px}.gallery .grid_item{position:relative;background-color:#efefef;overflow:hidden}.gallery .grid_item img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.165, .84, .44, 1)}.gallery .grid_item:hover img{transform:scale(1.1)}.gallery .grid_item a{cursor:zoom-in}.gallery .grid_item:nth-child(3n-2){grid-column:span 2;grid-row:span 2}.footer{background:#151515;padding-inline:5%;padding-block:15px;color:#fff;grid-template-columns:repeat(5,1fr);gap:15px}.footer_copyright,.footer_menus i,.footer_menus li a,.footer_menus li i{color:rgba(255,255,255,.7)}.footer_title{user-select:none;font-size:25px}.footer_title2{user-select:none;font-size:11px}.footer_menu-title{font-weight:500;user-select:none;font-size:13px}.footer_menus{margin-top:16px;list-style:none}.footer_menus li{width:fit-content}.footer_menus li a{font-size:13px;cursor:pointer;font-weight:400}.footer_menus i{font-size:30px;transition:.3s}.footer_menus li i{font-size:13px}.footer_divider{grid-column:span 5;width:100%;height:2px;background:rgba(255,255,255,.1);margin-top:1rem}.footer_copyright{grid-column:span 5;text-align:center;font-family:'Courier New';font-size:12px;user-select:none}.text,.text2{color:transparent;font-weight:700;font-size:13px}.text{background:linear-gradient(120deg,#ffffff8d,#ffffff8d,#8c00ff,#ffffff8d,#ffffff8d) -100%/200%;-webkit-background-clip:text;background-clip:text;animation:6s linear infinite shimmer}.text2{background:linear-gradient(120deg,#ffffff8d,#ffffff8d,#4fb9f6,#ffffff8d,#ffffff8d) -100%/200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}@keyframes shimmer{to{background-position:100%}}.header_menu{display:none}@media screen and (max-width:768px){.gallery_section_1 h2{font-size:45px}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:250px}.gallery .grid_item:nth-child(3n-2){grid-column:unset;grid-row:unset}}@media screen and (max-width:1024px){.header_menu{display:block;font-size:32px;color:#000;cursor:pointer}.header.sticky .header_menu{color:#fff}.header.sticky .lines span{background:#fff}.header_menu .fa-xmark{display:none}.header_nav{flex-direction:column;top:100px;position:absolute;align-items:center;justify-content:center;left:0;background:rgba(255,255,255,.3);width:100%;padding-inline:calc(5% - 16px);height:0;overflow:hidden;transition:.9s ease-out;gap:8px;backdrop-filter:blur(10px);z-index:30}.header.sticky .header_nav li a,.header_nav li a{color:#000}.header_nav.active{padding-block:16px;height:100vh}.header_nav li{width:fit-content;margin-left:8px;font-size:20px}.footer{display:flex;flex-direction:column;gap:16px}.footer_menus{margin-top:8px}.footer_copyright{font-size:10px}}@media (max-width:768px){.header_nav.active{height:90vh}}