@import"https://fonts.googleapis.com/css2?family=Lato&family=Outfit:wght@100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit;scroll-behavior:smooth}body{min-height:100vh}a{text-decoration:none;color:inherit}.app{width:100%;margin:auto}.header{background:url(/home.jpg) no-repeat;background-size:cover;background-position:center;height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;position:relative;border-radius:5px}.header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1;border-radius:5px}.header-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.header-content img{max-width:120px;margin-bottom:50px}.header-content h2{color:#fff;font-size:37px;margin-bottom:20px;font-weight:600}.header-content h1{font-size:48px;margin-bottom:20px}.date-text{font-size:25px;margin-bottom:50px;color:#fff;font-weight:600}.header-buttons{display:flex;justify-content:center;gap:15px;margin-bottom:20px}.header-buttons button{margin:8px;padding:12px 24px;font-size:16px;border:2px solid white;border-radius:3px;cursor:pointer;transition:all .3s ease;box-sizing:border-box}.registration-button{background-color:#fff;color:#218838;font-weight:700;border:2px solid white}.registration-button:hover{background-color:transparent;color:#fff;border:2px solid white}.signin-button{background-color:transparent;color:#fff;font-weight:600;border:2px solid white}.signin-button:hover{background-color:#fff;color:#218838;border:2px solid white}.contact-button{background-color:#fff;color:#218838;font-weight:700;border:2px solid white}.contact-button:hover{background-color:transparent;color:#fff;border:2px solid white}.hurry-text{font-weight:300;font-size:15px;color:#fff}.expo-objectives{margin-top:20px;text-align:center;position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:2;color:#fff}@media(max-width:768px){.header{height:auto;min-height:100vh;padding:40px 20px}.header-content{max-width:90%}.header-content h1{font-size:36px}.header-content h2{font-size:26px}.header-content p{font-size:14px}.header-buttons{flex-direction:column;gap:8px}.header-buttons button{width:100%;padding:14px}.expo-objectives{font-size:12px;bottom:10px}}@media(max-width:480px){.header{padding:30px 15px}.header-content img{max-width:80px}.header-content h1{font-size:30px}.header-content h2{font-size:22px}.header-content p{font-size:13px}.header-buttons{gap:5px}.header-buttons button{font-size:14px;padding:12px}.expo-objectives{font-size:11px}}@media(max-width:1024px){.header{height:auto;min-height:100vh;padding:40px 20px}.header-content{max-width:90%}.header-content h1{font-size:42px}.header-content h2{font-size:30px}.header-content p{font-size:16px}.header-buttons{flex-wrap:wrap;gap:10px}.header-buttons button{width:150px}.expo-objectives{font-size:13px}}@media(max-width:768px){.header{padding:30px 15px}.header-content img{max-width:100px}.header-content h1{font-size:36px}.header-content h2{font-size:26px}.header-content p{font-size:14px}.header-buttons{flex-direction:column;gap:8px}.header-buttons button{width:100%;padding:14px}.expo-objectives{font-size:12px;bottom:10px}}@media(max-width:480px){.header{padding:20px}.header-content img{max-width:80px}.header-content h1{font-size:30px}.header-content h2{font-size:22px}.header-content p{font-size:13px}.header-buttons{gap:5px}.header-buttons button{font-size:14px;padding:12px}.expo-objectives{font-size:11px}}.objective{text-align:center;color:#fff;background-color:#0003;padding:20px;border-radius:5px;max-width:100%;margin:0;position:relative;z-index:1}.objective p{margin:30px 15px;font-size:15px;padding-left:15px;padding-right:15px;font-weight:200;color:#333}.objective h1{background-color:#fff;color:#5c5c5c;padding:12px;text-align:center;border-radius:2px;font-size:33px;font-weight:700;width:300px;margin:50px auto auto;box-shadow:0 4px 8px #0003}.objective button{margin-top:10px;padding:10px 20px;background-color:transparent;color:#8c8c8c;border-radius:5px;cursor:pointer;font-size:13px;border:2px solid #8c8c8c}.objective button:hover{border:2px solid #333}@media(max-width:768px){.objective h1{font-size:22px;width:260px;padding:10px}.objective p{font-size:14px;padding:0 15px}.objective button{font-size:13px;padding:10px 18px}}@media(max-width:480px){.objective{padding:15px}.objective h1{font-size:20px;width:220px;padding:8px}.objective p{font-size:13px;padding:0 10px}.objective button{font-size:12px;padding:8px 16px}}.advantage{text-align:center;padding:2rem}.advantage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1000px;margin:0 auto}.advantage-item{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;will-change:transform}.advantage-item:hover{transform:translateY(-10px);box-shadow:0 8px 16px #0003}.advantage-icon{width:60px;height:60px;margin-bottom:1rem;border-radius:50px;transition:transform .3s ease}.advantage-text h2{font-size:1.5rem;color:#222;margin-bottom:1rem}.advantage-text p{font-size:1rem;color:#555;line-height:1.6}@media(max-width:768px){.advantage-grid{grid-template-columns:1fr;gap:1.5rem}.advantage-item{padding:1.5rem}.advantage-text h2{font-size:1.3rem}.advantage-text p{font-size:.95rem}}@media(max-width:480px){.advantage{padding:1.5rem}.advantage-grid{grid-template-columns:1fr;gap:1rem}.advantage-item{padding:1.2rem}.advantage-icon{width:50px;height:50px}.advantage-text h2{font-size:1.2rem}.advantage-text p{font-size:.9rem}}.title{text-align:center;color:#333;font-size:15px;font-weight:600;text-transform:uppercase;margin:70px 0 30px}.title h2{font-size:32px;color:#333;margin-top:5px;margin-bottom:5px;text-transform:none}.title p{text-transform:none;color:#555}.testimonials{margin:80px auto;padding:0 80px;position:relative}.next-btn,.back-btn{position:absolute;top:50%;right:0;transform:translateY(-50%);padding:15px;width:50px;border-radius:50%;cursor:pointer;background:#218838}.back-btn{right:auto;left:0}.slider{overflow:hidden}.slider ul{display:flex;width:300%;overflow-x:hidden;transition:.5s}.slider ul li{list-style:none;width:50%;padding:20px}.slide{box-shadow:0 0 20px #0000000d;padding:40px;border-radius:10px;color:#676767}.slide img{width:75px;border-radius:50%;margin-right:10px;border:4px solid #218838}.user-info{display:flex;align-items:center;margin-bottom:20px;font-size:15px}.user-info h3{color:#333;display:flex;align-items:start;justify-content:start}.user-info span{display:flex;align-items:start;justify-content:start}.slide p{font-size:14px;color:#555}@media(max-width:768px){.testimonials{padding:0 40px}.slider ul{width:200%}.slider ul li{width:100%}.next-btn,.back-btn{width:40px;padding:10px}.slide{padding:30px}.slide img{width:65px}.title h2{font-size:28px}.title p{font-size:14px}}@media(max-width:480px){.testimonials{padding:0 20px}.slider ul,.slider ul li{width:100%}.next-btn,.back-btn{width:35px;padding:8px}.slide{padding:20px}.slide img{width:55px}.title h2{font-size:24px}.title p{font-size:13px}}.gallery{text-align:left;padding:20px}.buttons{margin-bottom:80px;display:flex;justify-content:center}.buttons button{margin:-15px 10px -15px -15px;padding:10px 20px;font-size:16px;cursor:pointer;border:2px solid transparent;background-color:#f0f0f0;border-radius:2;transition:background-color .3s,color .3s,border-color .3s}.buttons button.active,.buttons button:hover{background-color:green;color:#fff;border-color:green}.photos{position:relative;max-width:900px;margin:0 auto}.slider-gallery{position:relative;display:flex;align-items:center;justify-content:center}.slider-image{max-width:100%;height:auto;border-radius:10px;box-shadow:0 4px 8px #0003;transition:transform .3s ease}.slider-image:hover{transform:scale(1.05)}.videos-section{max-width:800px;margin:0 auto}.video-box{width:100%}.big-screen{margin-bottom:20px}.big-screen iframe{width:100%;height:400px;border-radius:10px;box-shadow:0 4px 8px #0003}.video-tabs{display:flex;gap:10px;justify-content:flex-start}.video-tab{flex:1;max-width:200px;cursor:pointer;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0003;transition:transform .3s ease}.video-tab.active{transform:scale(1.05);border:2px solid green}.video-tab:hover{transform:scale(1.05)}.video-thumbnail{pointer-events:none}.navbar{display:flex;justify-content:space-between;align-items:center;padding:6px 18px;background-color:#fff;border-bottom:1px solid #e0e0e0;position:fixed;top:0;left:0;right:0;transition:transform .5s ease-in-out;z-index:1000}.navbar.visible{transform:translateY(0)}.navbar.hidden{transform:translateY(-100%)}.navbar .logo{height:55px;cursor:pointer}.navbar-menu{display:flex;list-style:none;margin:0;padding:0}.navbar-menu li{padding:10px 16px;margin:0 8px;font-size:14px;color:#333;cursor:pointer;transition:all .5s ease-in-out}.navbar-menu li:hover{color:#000}.navbar button{padding:10px 16px;font-size:16px;color:#fff;background-color:#218838;border:none;border-radius:4px;cursor:pointer}.navbar button:hover{background-color:#fff;color:#218838;transition:.5s}.navbar-menu li.active{padding:10px 16px;background-color:#218838;color:#fff;border-radius:4px;transition:all .5s ease-in-out}@media(max-width:768px){.navbar{padding:10px}.navbar .logo{height:50px}.navbar-menu{display:none;flex-direction:column;position:absolute;top:70px;left:0;right:0;background-color:#fff;border-top:1px solid #e0e0e0}.navbar-menu.active{display:flex}.navbar-menu li{padding:12px 20px;margin:0;text-align:center;border-bottom:1px solid #e0e0e0}.navbar button{display:none}.navbar .menu-icon{display:block;cursor:pointer;font-size:24px;color:#333}.navbar .menu-icon:hover{color:#000}}@media(max-width:480px){.navbar{padding:8px 10px}.navbar .logo{height:40px}.navbar-menu{top:60px}.navbar-menu li{padding:10px 16px;font-size:14px}.navbar .menu-icon{font-size:20px}}.questions{text-align:center;padding:2rem}.questions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}.questions-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.questions-item:hover{transform:translateY(-10px);box-shadow:0 8px 16px #0003}.questions-text h3{font-size:1.5rem;color:#222;margin-bottom:1rem}.questions-text p{font-size:1rem;color:#555;line-height:1.6}.sponsors-container{padding:20px;text-align:center;overflow:hidden}.slider-wrapper{width:60%;margin:0 auto;overflow:hidden;position:relative}.slider-sponsor{display:flex;width:100%;animation:slide 15s linear infinite}.logo-slide{flex:0 0 20%;display:flex;justify-content:center;align-items:center;padding:5px;box-sizing:border-box}.logo-slide img{max-width:100%;height:auto;margin:0 5px;transition:transform .5s ease}.logo-slide img:hover{transform:scale(1.1)}@keyframes slide{0%{transform:translate(0)}10%{transform:translate(0)}15%{transform:translate(-20%)}25%{transform:translate(-20%)}30%{transform:translate(-40%)}40%{transform:translate(-40%)}45%{transform:translate(-60%)}55%{transform:translate(-60%)}60%{transform:translate(-80%)}70%{transform:translate(-80%)}75%{transform:translate(-100%)}to{transform:translate(-100%)}}@media(max-width:1200px){.logo-slide{flex:0 0 25%}}@media(max-width:992px){.logo-slide{flex:0 0 33.33%}}@media(max-width:768px){.logo-slide{flex:0 0 50%}}@media(max-width:576px){.logo-slide{flex:0 0 100%}}.location{text-align:center;font-size:32px;background:#f9f9f9;padding:40px}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1000px;margin:0 auto}.location-item{background-color:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 8px #0000001a;transform:transform .3s ease,box-shadow .3 ease;display:flex;align-items:flex-start;position:relative}.location-icon{position:absolute;top:50%;right:32px;transform:translateY(-50%)}.location-text{padding-bottom:60px;text-align:left;flex:1}.location-text h3{font-size:30px;color:#555;margin-bottom:16px;font-weight:300}.location-text p{font-size:16px;color:#555;line-height:1.6;margin:8px 0}@media(max-width:768px){.location{font-size:28px;padding:30px}.location-grid{grid-template-columns:1fr;gap:20px}.location-item{padding:30px;flex-direction:column;align-items:center;text-align:center}.location-icon{position:relative;top:auto;right:auto;transform:none;margin-bottom:10px}.location-text{padding-bottom:0}.location-text h3{font-size:24px}.location-text p{font-size:14px}}@media(max-width:480px){.location{font-size:24px;padding:20px}.location-grid{grid-template-columns:1fr;gap:15px}.location-item{padding:20px}.location-text h3{font-size:20px}.location-text p{font-size:13px}}.contact{max-width:600px;margin:0 auto;padding:20px}.contact-form{display:flex;flex-direction:column}.name-row{display:flex;gap:20px}.name-row .form-group{flex:1}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:700;color:#333}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid gray;border-radius:5px;font-size:16px}.form-group textarea{resize:both}.submit-btn{padding:12px 20px;background-color:#218838;color:#fff;border:2px solid #218838;border-radius:5px;font-size:18px;cursor:pointer}.submit-btn:hover{background:#fff;color:green}.banner{margin-top:30px;text-align:center;font-size:32px;background-image:url(../assets/banner.png);background-size:cover;background-position:center;padding:40px}.banner-content{padding:40px;border-radius:10px;background-color:#f9f9f9cc}.banner h1{font-size:58px;font-weight:700;color:#555;margin-bottom:40px}.banner h3{font-size:32px;color:#777;margin-bottom:10px;font-weight:500}.reserve-button{padding:15px 30px;font-size:18px;font-weight:700;color:#fff;background-color:#218838;border:2px solid #218838;border-radius:5px;cursor:pointer}.reserve-button:hover{background-color:#fff;color:#218838}.app-download{margin:40px auto auto;font-size:max(3vw,20px);text-align:center}.app-download-platforms{display:flex;justify-content:center;gap:max(2vw,10px);margin-top:40px}.app-download-platforms img{width:max(30vw,120px);max-width:180px;transition:.5s;cursor:pointer}.app-download-platforms img:hover{transform:scale(1.05)}.footer{text-align:center;padding:20px 0}.footer-icon{margin-top:30px;display:flex;justify-content:center;gap:20px}.footer-icon img{width:44px;height:44px}.footer-text{padding-top:20px;font-size:14px;margin:0;color:#333;/}.no-scroll{overflow:hidden}.registration-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;overflow-y:auto}.registration-popup{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:800px;height:auto;background-color:#fff;display:grid;border-radius:8px;box-shadow:0 4px 6px #0000001a;animation:slideIn .5s ease;overflow:hidden}@keyframes slideIn{0%{transform:translate(-50%,-60%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}.popup-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#fff;border-radius:8px 8px 0 0;border-bottom:1px solid #ccc}.popup-header h2{font-size:24px;margin:0;color:#5c5c5c}.crossIcon{width:30px;height:30px;cursor:pointer;background-size:cover;background-repeat:no-repeat;padding:8px;transition:transform .3s ease,opacity .3s ease,background-color .3s ease;opacity:.7;border-radius:50%;display:flex;align-items:center;justify-content:center;background-image:url(path-to-your-cross-image.png);filter:grayscale(100%) brightness(.5)}.crossIcon:hover{background-color:#ffffff3b;opacity:1;transform:rotate(90deg);border-radius:50%;filter:grayscale(100%) brightness(.7)}.popup-content{margin:0;background-color:#fff;padding:20px;width:100%;border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:16px}.google-sign-in{background-color:#fff;color:#333;border:1px solid #999;padding:10px 18px;border-radius:8px;display:inline-flex;align-items:center;gap:10px;font-size:16px;cursor:pointer;width:auto;box-sizing:border-box}.google-sign-in:hover{background-color:#deeff5}.google-icon{width:20px}.or-continue-with{text-align:center;font-size:16px;color:#000;font-weight:600}.form-section{display:flex;flex-direction:column;gap:16px}.form-section h3{font-size:16px;color:#5c6aee;display:flex;align-items:center;gap:10px;margin-bottom:13px}.form-section h3:after{margin-top:8px;content:"";flex:1;height:2px;background-color:#dddffb}.input-row{display:flex;justify-content:space-between;gap:10px;width:100%}.input-row input{width:calc(50% - 5px)}.input-container{position:relative;width:100%;margin-bottom:20px}.input-container input{padding:10px;font-size:14px;border:1px solid #ccc;border-radius:4px;width:100%;transition:all .3s ease}.input-container input:focus{border-color:#00f;outline:none}.input-container input:focus+label,.input-container input:not(:placeholder-shown)+label{top:-10px;left:10px;font-size:12px;color:#00f;background:#fff;padding:0 5px}.input-container label{position:absolute;top:10px;left:10px;font-size:14px;color:#777;transition:all .3s ease;pointer-events:none}.input-container p{font-size:12px;color:#777;margin:5px 0 0;position:absolute;bottom:-20px;left:0;width:100%}.account-type-section{position:relative;display:flex;flex-direction:column;gap:10px;margin-top:20px;padding-bottom:60px}.account-type-section p{font-size:14px;color:#777;margin:0;align-self:flex-start}.account-type-section select{width:50%;padding:10px;font-size:14px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;transition:border-color .3s ease;align-self:flex-start;color:#777}.account-type-section select:focus{border-color:#00f;outline:none}button.reserve-seat{background:linear-gradient(323deg,#5c6aee 7.54%,#b65eba 92.46%)!important;color:#fff;border:none;padding:12px 20px;border-radius:3px;font-size:16px;cursor:pointer;position:absolute;bottom:20px;right:20px;margin-bottom:0;display:flex;align-items:center;justify-content:center;white-space:nowrap;min-width:150px;box-sizing:border-box}button.reserve-seat:hover{opacity:.9}@media(max-width:900px){.registration-popup{width:90%;max-width:700px;top:60%}.input-row{flex-direction:column;gap:16px}.input-row input,.account-type-section select{width:100%}button.reserve-seat{position:relative;bottom:auto;right:auto;margin-top:20px;align-self:flex-end}}@media(max-width:768px){.registration-popup{top:50%;transform:translate(-50%,-50%)}.popup-header{padding:15px}.popup-header h2{font-size:20px}.popup-content{padding:15px}.google-sign-in{padding:8px 15px;font-size:14px}.form-section h3{font-size:15px}.account-type-section{padding-bottom:20px}}@media(max-width:480px){.registration-popup{width:95%;top:70%}.popup-header{padding:12px}.popup-header h2{font-size:18px}.crossIcon{width:25px;height:25px}.popup-content{padding:12px;gap:12px}.google-sign-in{padding:8px 12px;font-size:13px}.or-continue-with{font-size:14px}.form-section h3{font-size:14px;margin-bottom:10px}.input-container input{padding:8px;font-size:13px}.input-container label{font-size:13px}.account-type-section select{padding:8px;font-size:13px}button.reserve-seat{padding:10px 15px;font-size:14px;min-width:120px}}.login{background:linear-gradient(90deg,#f7a83b 7%,#073142 50%);height:100vh}.login-container{padding:20px;display:flex;justify-content:center;align-items:center;min-height:100vh;box-sizing:border-box}.login-form{background-color:#fff;padding:40px;border-radius:20px;box-shadow:0 2px 4px #0000001a;width:490px;height:auto;max-width:100%}.login-form h2{font-size:35px;font-weight:500;text-align:center;margin-bottom:20px;color:#3e69cc}.login-form h2 strong{font-weight:700}.input-group{margin-bottom:15px}.input-group label{display:block;margin-bottom:5px;color:#300}.input-group input{width:100%;padding:15px;border:0;background:#e8f0fe;border-radius:30px;box-sizing:border-box;margin-top:5px}.input-group input:focus{outline:none;border:2px solid #5f7dd0}.password-group{position:relative}.password-container{position:relative;width:100%}.password-container input{width:100%;padding:15px 40px 15px 15px;border:0;background:#e8f0fe;border-radius:30px;box-sizing:border-box;margin-top:5px}.password-container input:focus{outline:none;border:2px solid #5f7dd0}.eye-icon{position:absolute;right:15px;top:60%;transform:translateY(-50%);cursor:pointer;color:#3e69cc;font-size:18px}.actions-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;margin-top:40px;gap:10px}.forgot-password{color:#333;text-decoration:none;font-size:17px;margin-right:auto}.button-group{display:flex;flex-wrap:wrap}.login-button,.signup-button{padding:14px 24px;border:none;border-radius:40px;cursor:pointer;font-size:20px;font-weight:600;white-space:nowrap}.login-button{background-color:#3e69cc;color:#fff}.signup-button{background-color:#eee;color:#000;margin-left:10px}.signup-button:hover{background:#5f7dd0}.or-continue{position:relative;text-align:center;margin-bottom:20px;margin-top:20px}.or-continue hr{border:0;height:1px;background-color:#ccc;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.or-continue span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;padding:0 10px;color:#666;font-size:14px;font-weight:500;z-index:1}.google-signin{display:flex;justify-content:center;margin-top:45px}.google-signin button{display:flex;align-items:center;justify-content:center;padding:5px 10px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;width:auto;white-space:nowrap}.google-signin img{width:20px;height:20px;margin-right:5px}@media(max-width:768px){.login-form{padding:30px;width:90%}.login-form h2{font-size:28px}.actions-row{flex-direction:column;align-items:stretch;gap:15px}.forgot-password{margin-right:0;text-align:center}.button-group{justify-content:center}.login-button,.signup-button{padding:12px 20px;font-size:18px}}@media(max-width:480px){.login-form{padding:20px;border-radius:15px}.login-form h2{font-size:24px}.input-group input,.password-container input{padding:12px}.actions-row{margin-top:30px}.login-button,.signup-button{padding:10px 16px;font-size:16px}.google-signin{margin-top:30px}}@media(max-width:380px){.login-form{padding:15px}.button-group{flex-direction:column;gap:10px}.signup-button{margin-left:0}}.unavbar{position:absolute;top:10px;left:50%;transform:translate(-50%);width:97%;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#073142,#073142,#f7a83b);padding:2px 5px;color:#fff;z-index:1000;border-radius:30px;box-shadow:0 2px 10px #0003}.unavbar-left{display:flex;align-items:center}.umenu-icon{cursor:pointer;margin-right:10px;display:flex;align-items:center;gap:0px}.umenu-icon img{margin:10px -12px 10px 10px;padding:2px}.umenu-icon:before{content:attr(data-tooltip);position:absolute;bottom:-40px;left:3%;transform:translate(-50%);background-color:#333;color:#fff;padding:10px 15px;border-radius:5px;font-size:14px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000;pointer-events:none}.unavbar-left .umenu-icon:hover:before{opacity:1;visibility:visible}.utoggle-icon{width:24px;height:24px}.utoggle-arrow{margin-top:7px;font-size:14px;color:#fff;margin-right:3px}.umenu-icon h4{font-size:35px;font-weight:300;color:#fff}.unavbar-options{display:flex;align-items:center;gap:6px}.unav-item{cursor:pointer;padding:9px;position:relative;color:#fff;font-size:10px}.unav-item:before{content:attr(data-tooltip);position:absolute;bottom:-50px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:10px 15px;border-radius:5px;font-size:14px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000;pointer-events:none}.unav-item:hover:before{opacity:1;visibility:visible}.unav-item:hover{background-color:#0000001a;border-radius:30px}.gamification-item{display:flex;align-items:center;gap:9px}.gamification-icon{font-size:16px;margin-top:2px}.unavbar-right{display:flex;align-items:center}.unotification-icon{padding:10px;position:relative;width:40px;height:40px;margin-right:50px;cursor:pointer;color:#fff;background-color:transparent}.unotification-icon:before{content:attr(data-tooltip);position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:5px 10px;border-radius:5px;font-size:14px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000;pointer-events:none}.unotification-icon:hover:before{opacity:1;visibility:visible}.unotification-icon:hover{background-color:#0000001a;border-radius:30px}.uprofile{position:relative;cursor:pointer}.uprofile-content{display:flex;align-items:center;padding:6px 12px;gap:24px}.uprofile:hover{background-color:#0000001a;border-radius:30px}.uprofile-image{width:32px;height:32px;border-radius:50%}.profile-name,.profile-arrow{font-size:16px;color:#fff}.udropdown-menu{position:absolute;top:55px;left:10px;background:#8692be;border-radius:15px;color:#fff;font-size:.85rem;min-width:11rem;z-index:30000}.udropdown-item{padding:10px 20px;color:#fff;cursor:pointer}.udropdown-item .dropdown-icon{font-size:14px;margin-right:10px;vertical-align:middle}.udropdown-item:hover{background-color:#0003;border-radius:30px}@media(max-width:768px){.unavbar-options{display:none;flex-direction:column;position:absolute;top:60px;left:0;background-color:#333;width:100%;padding:10px;border-radius:0 0 30px 30px}.unavbar-options.open{display:flex}}.uHomeContainer{position:relative;width:100%;height:100vh;overflow:hidden}.uHomeVideo{position:absolute;top:60%;left:50%;min-width:100%;min-height:100%;width:auto;width:80%;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:-1}.uHomeContainer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:-1}.video-overlay{position:fixed;top:0;right:10%;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000}.video-wrapper{position:relative;width:750px;height:450px}.cross-icon{position:absolute;top:-10px;right:-12%;width:30px;height:30px;cursor:pointer}.uheader-container{display:flex;justify-content:center;align-items:flex-start;gap:40px;padding:20px;margin-top:100px;width:100%}.logo-section{display:flex;flex-direction:column;gap:10px}.logo-row{display:flex;gap:7px}.logo{width:50px;height:25px;position:relative;cursor:pointer}.logo:before{content:attr(data-tooltip);position:absolute;top:-30px;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:5px 10px;border-radius:5px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000;pointer-events:none}.logo:hover:before{opacity:1;visibility:visible}.image-middle-container{margin-top:30px;display:flex;justify-content:center;align-items:center;position:relative}.image-container{width:130px;height:70px;overflow:hidden;border:2px solid white;position:relative}.center-image{width:100%;height:100%;display:block}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;z-index:2;cursor:pointer}.header-text-container{display:flex;align-items:center;justify-content:center;margin-top:-1%}.header-text-container h2{color:#fff;margin-right:20px;margin-left:-30px;cursor:pointer}.uheader-logo{width:10px;height:10px;margin-right:160px;margin-bottom:10px}.uheader-logo img{cursor:pointer;width:90px;background-color:#fff;padding:2px 20px}.uheader-button1{background:linear-gradient(90deg,#073142,#f7a83b,#f7a83b);display:flex;justify-content:center;margin-top:7%;position:fixed;margin-left:46%;padding:5px 10px;border-radius:30px;gap:5px;cursor:pointer}.uheader-button1 button{background:transparent;border:none;color:#fff;font-size:12px;font-weight:600;outline:none;cursor:pointer}.uheader-message-icon{color:#fff}.uheader-button1:hover{background:linear-gradient(90deg,#f7a83b,#073142,#073142)}.info-desk{display:flex;justify-content:center;margin-top:12.8%;position:fixed;margin-left:48%;padding:5px 10px;border-radius:30px;gap:5px}.info-desk button{cursor:pointer;background:transparent;color:#fff;font-size:16px;border:none;font-weight:bolder}@media(max-width:1199px){.logo-section{flex-direction:row;align-items:center;gap:15px}.logo-row{flex-wrap:wrap;max-width:200px}.image-middle-container{margin-top:0}}@media(max-width:992px){.uheader-container{flex-direction:column;align-items:center;gap:20px;margin-top:50px}.logo-section{order:1;flex-direction:row;justify-content:center}.image-middle-container{order:2}.header-text-container{order:3;margin-top:20px}.uheader-button1{position:static;margin:20px auto 0;order:4}.info-desk{position:static;margin:10px auto 0;order:5}}@media(max-width:768px){.logo-row{max-width:150px}.header-text-container h2{font-size:18px;margin-left:0}}@media(max-width:576px){.logo-row{max-width:120px;gap:5px}.logo{width:40px;height:20px}.header-text-container{flex-direction:column;align-items:center}.header-text-container h2{margin-right:0;margin-bottom:10px}}.popup-overlay1{position:fixed;top:-39px;left:0;width:100%;height:105%;display:flex;align-items:center;justify-content:center;z-index:20001;background-color:#0000;transition:background-color .3s ease-in-out}.popup-overlay1.active{background-color:#00000080}.popup-content1{position:absolute;background:linear-gradient(90deg,#f7a83b,#073142,#073142);padding:20px;border-radius:20px;width:1250px;height:490px;animation:slideDown .8s ease-in-out}.popup-header1{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;border-bottom:1px solid white;padding-bottom:10px}.popup-header1 h4{margin:0;color:#fff;flex:1}.search-bar1{display:flex;align-items:center;padding:6px 120px 6px 1px;border-radius:40px;margin-right:40px;background-color:#98969665;border:none;box-sizing:border-box}.search-bar1 img{width:40px;height:25px;margin-right:0}.search-bar1 input{border:none;outline:none;width:150px;font-size:16px;background:transparent!important;color:#fff}.search-bar1 input::placeholder{color:#fff;opacity:1}.search-bar1:hover{outline:2px solid white}.cross-icon{width:40px;height:40px;cursor:pointer;border-radius:50%;padding:5px;transition:transform .3s ease,background .3s ease;margin-right:13%;top:3.5%}.Himage-container{display:flex;justify-content:space-between;margin-top:20px}.Himage-wrapper{position:relative;width:32%;height:360px;border-radius:20px;overflow:hidden}.Himage-wrapper img{width:100%;height:100%;display:block;transition:transform .3s ease;object-fit:cover}.Himage-text{position:absolute;bottom:10px;left:5px;color:#fff;font-size:16px;padding:5px;font-weight:700;border-radius:5px;background:none;transition:bottom .3s ease}.Himage-hover-text{position:absolute;bottom:-30px;left:5px;color:#fff;font-size:14px;font-weight:400;padding:5px;border-radius:5px;background:none;opacity:0;transition:opacity .3s ease,bottom .3s ease}.Himage-wrapper:hover .Himage-text{bottom:50px}.Himage-wrapper:hover .Himage-hover-text{bottom:25px;opacity:1}.Himage-wrapper:hover img{transform:scale(1.2)}@media screen and (max-width:1200px){.popup-content1{width:95%;height:auto;padding-bottom:20px}.Himage-wrapper{height:300px}}@media screen and (max-width:900px){.popup-header1{flex-direction:column;align-items:flex-start}.search-bar1{margin-right:0;margin-top:10px;width:100%;max-width:none}.cross-icon{position:absolute;top:20px;right:20px;margin-right:0}.Himage-wrapper{width:48%;height:250px}}@media screen and (max-width:600px){.popup-content1{padding:15px}.Himage-container{flex-direction:column}.Himage-wrapper{width:100%;height:200px;margin-bottom:10px}.search-bar1{padding-right:60px}.search-bar1 input{width:100%}}@media screen and (max-width:375px){.popup-overlay1{top:0;height:100%}.popup-content1{width:100%;border-radius:0;max-width:100%;height:100%;overflow-y:auto}.Himage-wrapper{height:180px}.Himage-text{font-size:14px}.Himage-hover-text{font-size:12px}.cross-icon{width:30px;height:30px}}.bpopup-overlay1{position:fixed;top:-35px;left:0;width:100%;height:106%;display:flex;align-items:center;justify-content:center;z-index:20001;background-color:#00000080}.bpopup-content1{position:relative;background:linear-gradient(90deg,#f7a83b,#073142,#073142);padding:20px;border-radius:20px;width:95%;max-width:1700px;height:80%;max-height:840px}.bpopup-header1{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;border-bottom:1px solid white;padding-bottom:10px}.bpopup-header1 h4{margin:0;color:#fff;flex:1}.bpopup-buttons{margin-right:310px;display:flex;gap:5px;background-color:#fff;border:none;padding:8px;border-radius:30px;align-items:center;justify-content:center}.bpopup-buttons button{border:none;border-radius:30px;font-size:18px;font-weight:600;padding:6px 20px}.bpopup-buttons button.active{background-color:#3490dc;color:#fff}.bpopup-buttons button.inactive{background-color:#fff;color:#3490dc}.bsearch-bar1{display:flex;align-items:center;padding:6px 120px 6px 10px;border-radius:40px;margin-right:40px;background-color:#98969665;border:none}.bsearch-bar1 img{width:40px;height:25px;margin-right:10px}.bsearch-bar1 input{border:none;outline:none;width:150px;font-size:16px;background:transparent;color:#fff}.bsearch-bar1 input::placeholder{color:#fff;opacity:1}.cross-icon{margin-top:.5%;width:40px;height:40px;cursor:pointer;border-radius:50%;padding:5px;transition:transform .3s ease,background .3s ease}.cross-icon:hover{transform:rotate(90deg);background:#4a4a4a66}.bpopup-headings{display:flex;flex-direction:column;gap:10px;margin-top:20px;position:relative}.bpopup-headings:before{content:"";position:absolute;left:15%;width:1px;height:510%;background-color:#fff;z-index:1}.heading{padding:10px;border-radius:4px;cursor:pointer;position:relative;background-color:transparent;transition:background-color .3s ease}.heading span{color:#fff;font-size:16px;font-weight:500;padding:8px 12px;border-radius:4px;background-color:transparent;transition:background-color .3s ease}.bpopup-images-scroll-container{margin-top:-180px;overflow-y:auto;height:690px;margin-left:-6%;padding-right:6%;scrollbar-width:thin;scrollbar-color:#747778fe rgba(7,49,66,.5);position:relative;z-index:1}.bpopup-images-scroll-container::-webkit-scrollbar{width:8px}.bpopup-images-scroll-container::-webkit-scrollbar-track{background:#07314280;border-radius:10px}.bpopup-images-scroll-container::-webkit-scrollbar-thumb{background-color:#f7a83b;border-radius:10px}.bpopup-images-section{margin-bottom:40px;margin-left:270px}.bpopup-images-section h3{color:#fff;font-weight:600;margin-bottom:20px}.bimage-row{display:flex;gap:30px;margin-bottom:20px;margin-left:60px}.bimage-container{text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;border-radius:10px;padding:20px}.bimage-container img{width:100%;height:130px;border-radius:5px;transition:transform .3s ease,filter .3s ease}.bimage-container:hover img{filter:brightness(.9)}.bimage-container p{margin-top:5px;font-size:14px;color:#fff}.bimage-container:before{content:"";position:absolute;padding:50px;top:0;left:0;width:100%;height:100%;background-color:#bbb7b729;opacity:0;transition:opacity .3s ease}.bimage-container:hover:before{opacity:1}.property-list{position:fixed;top:70px;right:20px;background-color:#fff;padding:10px;border-radius:30px;width:260px;max-height:290px;overflow:hidden;border:1px solid black}.property-item{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:15px;width:100%;animation:smoothScroll 15s linear infinite}@keyframes smoothScroll{0%{transform:translateY(0)}to{transform:translateY(-1000%)}}.property-item span{font-size:16px;font-weight:700;color:#333;margin-bottom:5px}.property-item p{font-size:14px;color:#666;margin:0;white-space:normal;overflow:visible;text-align:left}.nav-bottom{background:linear-gradient(90deg,#073142,#073142,#f7a83b);padding:0;color:#fff;display:flex;justify-content:flex-start;align-items:center;position:fixed;bottom:5px;left:.5%;width:auto;z-index:1000;border-radius:30px}.nav-content{display:flex;align-items:center}.nav-bottom ul{display:flex;align-items:center;background:none}.nav-bottom ul li{font-size:14px;cursor:pointer;list-style:none;color:#fff;text-decoration:none;margin:5px 10px;position:relative;padding:10px;border-radius:30px;transition:background-color .3s ease}.nav-bottom .separator{color:#fff;font-size:26px;margin:0;padding:0;font-weight:300}.nav-bottom ul li:hover{background-color:#0003}.nav-bottom ul li[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:47px;left:55%;transform:translate(-50%);background-color:#333;color:#fff;padding:10px 15px;border-radius:8px;font-size:13px;white-space:nowrap;z-index:1002}.navB-logo{position:fixed;bottom:5px;left:50%;transform:translate(-50%);z-index:1001}.navB-logo .logo{width:90px;height:40px;opacity:.7}.navB-logo .logo:hover{opacity:1}.messaging-icon{position:fixed;background:linear-gradient(90deg,#f7a83b,#073142);bottom:-8px;right:0;display:flex;align-items:center;justify-content:space-between;gap:5px;padding:10px 11px;z-index:10001;cursor:pointer;border-radius:10px}.messaging-icon:hover{background:linear-gradient(90deg,#073142,#f7a83b)}.messaging-icon span{color:#fff;font-size:16px}.messaging-icon .message-icon{font-size:24px;color:#fff;margin-left:0}.arrow-up{display:flex;align-items:center;justify-content:center;border-radius:50%;padding:8px;margin-left:150px;bottom:0%}.arrow-up:hover{background-color:#0003}.arrow-up .fa-angleup{font-size:20px;color:#fff}.bpopup-headings{display:flex;padding-left:0}.bpopup-headings .heading{display:flex;align-items:center;padding:10px 15px;cursor:pointer;color:#777;position:relative;margin-left:0}.bpopup-headings .heading:first-child{margin-left:0}.bpopup-headings .heading.active{color:#fff}.bpopup-headings .heading .active-vertical-line{position:absolute;left:-37px;top:50%;transform:translateY(-50%);width:0px;height:50px;background-color:#fff}.webinars-container{margin-top:-21%;margin-left:18%;width:400px;height:200px;object-fit:contain}.webinars-container :hover{background-color:#fff}.webinar-block{background-color:#f3e8d4;border-radius:20px;padding:20px;margin-bottom:15px;color:#000;width:90%;height:350px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.webinar-title{color:#4a90e2;margin-bottom:0;font-size:16px;font-weight:700;line-height:1.4}.webinar-date-time{display:flex;justify-content:space-between;margin-bottom:5px;color:#000;font-size:14px;font-weight:600;padding:8px 0}.webinar-image-container{width:100%;height:160px;margin-bottom:0;overflow:hidden;border-radius:4px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.webinar-image{width:100%;height:100%}.webinar-speakers{margin-bottom:15px;padding:12px;border-radius:4px;flex-grow:1}.webinar-speakers h4{margin-bottom:3px;font-size:14px;color:#000}.no-speakers{color:#666;font-size:12px;line-height:1.5}.webinar-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:-20px;padding-top:10px}.open-button{background-color:#93c5ffca;color:gray;border:none;padding:12px 16px;border-radius:20px;cursor:pointer;font-size:16px;transition:background-color .3s;display:flex;align-items:center;justify-content:center;gap:8px}.open-icon{font-size:16px;height:16px;width:16px;display:flex;align-items:center;justify-content:center}.open-button:hover{background-color:#78b4f9}.live-status{color:#ff4d4d;font-weight:700;font-size:14px;display:flex;align-items:center;background-color:#fff;padding:12px 30px;border-radius:20px;box-shadow:0 2px 4px #0000001a}.live-status:before{content:"";display:inline-block;width:8px;height:8px;background-color:#ff4d4d;border-radius:50%;margin-right:8px;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ff4d4db3}70%{transform:scale(1);box-shadow:0 0 0 5px #ff4d4d00}to{transform:scale(.95);box-shadow:0 0 #ff4d4d00}}.property-overlay{position:fixed;top:-50px;left:0;width:100%;height:106%;display:flex;align-items:center;justify-content:center;z-index:20001;background-color:#00000080}.property-content{position:relative;background:linear-gradient(90deg,#f7a83b,#073142,#073142);padding:20px;border-radius:20px;width:90%;max-width:1680px;height:90%;max-height:840px;overflow:hidden;display:flex;flex-direction:column}.property-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;border-bottom:1px solid white;padding-bottom:10px}.property-header h4{margin:0;color:#fff;flex:1}.property-search-container{position:relative;display:flex;justify-content:start;margin-top:30px;height:100%;width:100%;margin-left:0}.vertical-line{position:absolute;right:87%;top:0;bottom:0;width:1px;background-color:#797777;border-radius:1px;transform:translate(250px)}.property-search-form{display:flex;flex-direction:column;gap:15px;width:450px;padding-right:40px}.form-row{display:flex;align-items:center;background-color:#fff;border-radius:30px;padding:8px 18px;position:relative;transition:all .3s ease}.form-row:hover{box-shadow:0 0 0 2px #1e90ff}.form-select{flex:1;padding:10px;border:none;background:transparent;font-size:16px;color:gray;outline:none;cursor:pointer}.city-select{border:none;outline:none}.location-select{border-left:1px solid #ccc;padding-left:15px;margin-left:10px}.select-divider{width:1px;height:20px;background-color:#ccc;margin:0 10px}.area-row,.price-row{display:flex;align-items:center;gap:10px}.area-row span,.price-row span{color:gray;font-size:14px}.area-input,.price-input{width:60px;border:none;outline:none;text-align:center;color:gray}.area-input:hover,.price-input:hover{color:#333}.form-actions{display:flex;flex-direction:column;gap:15px;margin-top:10px}.search-button,.clear-button{width:100%;padding:12px;border-radius:30px;border:none;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.search-button{font-size:16px;background-color:#1e90ff;color:#fff}.search-button img{width:30px;margin-right:10px}.clear-button{font-size:16px;background-color:#f0f0f0;color:#1e90ff}.search-button:hover{background-color:#187bcd}.clear-button:hover{background-color:#e0e0e0}.form-select:focus,.area-input:focus,.price-input:focus{outline:none}.location-select:hover{border-left:1px solid #1e90ff}.property-results{flex:1;padding-left:40px;overflow-y:auto;height:100%}.property-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:10px}.property-card{background:#fff;border-radius:10px;overflow:hidden}.property-card img{width:100%;height:180px;object-fit:cover}.property-card .view-button{position:absolute;top:50%;bottom:50%;transform:translate(-50%,-50%);background-color:#1e90ff;color:#fff;border:none;padding:8px 15px;border-radius:20px;cursor:pointer;display:flex;align-items:center;gap:5px;opacity:0;transition:opacity .3s ease}.property-card:hover .view-button{opacity:1}.property-info{padding:6px}.property-info h3{margin:0 0 3px 5px;font-size:18px;color:#187bcd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-info p{margin:0 0 0 5px;font-size:15px;color:#000;font-weight:700}.pagination{display:flex;justify-content:center;align-items:center;margin-top:20px;gap:5px}.pagination-button{padding:8px 12px;margin:0 5px;border:1px solid #1e90ff;background-color:#fff;color:#1e90ff;border-radius:5px;cursor:pointer;transition:all .3 ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.contact-overlay1{position:fixed;top:-50px;left:20%;right:40%;width:55%;height:106%;display:flex;align-items:center;justify-content:center;z-index:20001}.contact-content1{position:relative;background:linear-gradient(#f7a83b,#073142,#073142);padding:20px;border-radius:20px;width:90%;max-width:1680px;height:90%;max-height:840px;overflow:hidden}.contact-header1{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;border-bottom:1px solid white;padding-bottom:10px}.contact-header1 h4{margin:0;color:#fff;flex:1}.contact-form-container{padding:20px;color:#fff}.contact-form{display:flex;flex-direction:column;gap:8px;max-width:750px;margin:0 auto}.contact-fgroup1{flex:1;display:flex;flex-direction:column;background-color:#187bcd;padding:8px 15px;justify-content:space-between;border-radius:50px}.contact-fgroup1 p{font-size:20px;margin-left:3px}.contact-select{background:#fff;border:none;flex-grow:1;outline:none;width:75%;padding:10px 20px;margin-left:20px;border-radius:30px;font-size:18px;font-weight:700;color:#187bcd}.contact-frow{display:flex;gap:60px;width:100%}.contact-fgroup{display:flex;flex-direction:column;gap:10px}.contact-fgroup label{font-size:20px}.contact-fgroup input,.contact-fgroup textarea{outline:none;border:2px solid #187bcd;padding:20px 40px;border-radius:30px;border:none;font-size:20px;width:100%}.contact-fgroup textarea{resize:vertical;min-height:120px}.contact-submit-container{display:flex;justify-content:flex-end;margin-top:10px}.contact-submit-btn{background-color:#f7a83b;color:#fff;border:none;padding:12px 30px;border-radius:30px;font-size:16px;cursor:pointer;transition:background-color .3s}.contact-submit-btn:hover{background-color:#e6952e}.exterior{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.exterior-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.exterior-logo-container{position:absolute;top:28%;left:50%;transform:translate(-50%,-50%);z-index:1;display:flex;flex-direction:column;gap:14px}.exterior-logo-row{display:flex;justify-content:center;gap:17.5px}.exterior-logo-row1{display:flex;justify-content:center;gap:5px}.exterior-logo-row .exterior-logo1{width:50px;height:109px}.exterior-logo{width:66px;height:auto}.enter-event-button{position:absolute;bottom:200px;left:50%;transform:translate(-50%);padding:10px 24px;font-size:16px;background:linear-gradient(90deg,#f7a83b,#073142,#073142);color:#fff;border:none;border-radius:40px;cursor:pointer;transition:background-color .3s ease;z-index:2}.enter-event-button:hover{background:linear-gradient(90deg,#073142,#073142,#f7a83b)}.booth-lobby{position:relative;width:100%;height:100vh;margin:0;padding:0;overflow:hidden}.background-container{position:absolute;top:0;left:0%;width:100%;height:100%;z-index:1;display:flex;justify-content:center;overflow:hidden;background-size:cover}.background-image{width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center}.image-grid{position:absolute;width:90%;height:122%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:15px;bottom:5%;left:14%;transform:translate(-10%);z-index:15;padding:12%}.image-item{position:relative;cursor:pointer;display:flex;flex-direction:column}.logo-container{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:51px;margin-left:-40%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.booth-logo{max-width:100%;max-height:100%;object-fit:contain}.image-item1{position:relative;cursor:pointer;display:flex;flex-direction:column}.logo-container1{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:67px;margin-left:10%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.logo-container2{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:39px;margin-left:3%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.logo-container3{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:329px;margin-left:-340%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.logo-container4{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:97px;margin-left:90%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.logo-container5{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:75px;margin-left:98%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.logo-container6{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:5px;margin-left:89%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.logo-container7{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:156%;margin-left:-325%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.logo-container8{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:61%;margin-left:110%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.logo-container9{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:43%;margin-left:125%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}.logo-container10{position:absolute;width:73%;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:16;box-sizing:border-box;margin-top:12%;margin-left:129%;transform:rotate(0);border:8px solid rgba(91,255,255,.874)}
