.header{display:flex;justify-content:space-between;align-items:center;padding-inline:5%;position:fixed;width:100%;height:100px;z-index:99;transition:.3s}.card .card_image,.lines span{position:relative}.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:#00025b;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}.lines span{display:block;height:4px;width:25px;margin-bottom:5px;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)}body{background:#e8e8e8}.location_section_1{min-height:25vh;width:100%;align-items:center;justify-content:center;background:url(background/location_cover.png) center/cover no-repeat fixed}.location_section_1 h2{background:linear-gradient(135deg,#020024 0,#090979 36%,#0008ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:50px;margin-top:80px;user-select:none}.location_container{display:grid;max-width:1000px;margin:0 auto;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;padding:50px 22px;gap:30px;position:relative;align-items:center;justify-content:center}.location_container .card{width:350px;height:auto;display:flex;flex-direction:column;background:#fff;border-radius:20px;box-shadow:0 10px 10px rgba(0,0,0,.05);transition:transform .3s}.location_container .card:hover{transform:translateY(-10px);box-shadow:0 10px 10px rgba(0,0,0,.1)}.card .card_image img{width:100%;border-radius:22px;padding:10px;object-fit:cover}.card .card_content{flex:1;display:flex;flex-direction:column;padding:10px 25px 25px}.card .card_content .card_title{color:var(--color-blue);font-size:20px;font-weight:700;line-height:1.3;margin-bottom:15px;user-select:none}.card .card_content .card_text{color:#000;font-size:11px;line-height:1.6;margin-bottom:20px;user-select:none}.card .card_content .card_footer{display:flex;margin-top:auto;justify-content:space-between;border-top:1px solid rgba(0,0,0,.08);padding-top:15px}.card .card_content .card_footer .card_btn{border-radius:20px;background:linear-gradient(to right,#8e2de2,#4a00e0);padding:10px 20px;color:#f8f8ff;cursor:pointer;font-size:10px;font-weight:600;text-decoration:none;box-shadow:0 8px 15px rgba(99,102,241,.2);transition:.3s}.card .card_content .card_footer .card_btn:hover{transform:translateY(-3px);box-shadow:0 8px 15px rgba(99,102,241,.3)}.footer{background:#151515;width:100%;padding-inline:5%;padding-block:15px;color:#fff;display:grid;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: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}.location_container{display:grid;grid-template-columns:1fr 1fr;justify-items:center}.location_section_1 h2{font-size:40px}.footer{display:flex;flex-direction:column;gap:16px}.footer_menus{margin-top:8px}.footer_copyright{font-size:10px}}@media (max-width:768px){.location_container{display:grid;grid-template-columns:1fr;justify-items:center}.header_nav.active{height:90vh}}