@charset "UTF-8";*{padding:0;margin:0;box-sizing:border-box}.video-preloader{position:fixed;top:0;display:flex;align-items:center;justify-content:center;height:100vh;width:100%}.video-preloader video{height:90%;width:90%}.main-container{display:flex;min-height:100vh;color:#fff;background-color:#051f20}@media(max-width:1024px){.main-container{flex-direction:column}}.left-section{width:50%;padding:40px;display:flex;flex-direction:column;margin-top:10vh}.left-section h1{color:#84e4a8;margin-bottom:20px;font-size:4rem}.left-section h3{font-size:1.5rem}.left-section ul{margin-top:20px}.left-section ul li{margin:10px 0;font-size:16px;list-style:none}.left-section ul li span{color:#84e4a8;font-weight:600;font-size:1.5rem}.left-section ul .date{font-size:2rem;font-weight:600}.left-section ul a{text-decoration:none}.left-section ul a button{margin-top:10px;padding:12px;background:#8eb69b;border:none;cursor:pointer;font-weight:700;border-radius:10px;width:fit-content}@media(max-width:768px){.left-section{width:100%;padding:20px;margin-top:5vh}.left-section h1{font-size:2.2rem;text-align:center}.left-section h3{font-size:1.2rem;text-align:center}.left-section ul li{font-size:14px}.left-section ul li span{font-size:1.2rem}.left-section ul .date{font-size:1.4rem;text-align:center}.left-section ul a button{width:100%}}.form-container{width:50%;display:flex;align-items:center;justify-content:center;overflow:auto}.form-container form{width:80%;display:flex;flex-direction:column;height:80%}.form-container form label{font-weight:600}.form-container form input,.form-container form textarea,.form-container form select{margin:8px 0;padding:10px;border-radius:6px;border:none;font-size:14px}.form-container form textarea{max-height:20vh}.form-container form button{margin-top:10px;padding:12px;background:#8eb69b;border:none;cursor:pointer;font-weight:700;border-radius:8px}@media(max-width:768px){.form-container{width:100%;padding:20px}.form-container form,.form-container form button{width:100%}}.preview{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.preview img{width:80px;height:80px;object-fit:cover;border-radius:8px}@media(max-width:768px){.preview{justify-content:center}.preview img{width:70px;height:70px}}.navbar{height:70px;width:80%;background-color:#0b2b26b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;border-radius:10px;box-shadow:0 5px 10px 2px #00000053;z-index:1000}.navbar .logo{width:30%;height:100%;display:flex;align-items:center;justify-content:center}.navbar .logo .imglogo{width:100%;height:90%;display:flex;align-items:center;justify-content:center;gap:10px}.navbar .logo .imglogo img{width:17%;height:100%}.navbar .logo .imglogo h2{font-size:2.2rem;font-weight:700;color:#daf1de}.navbar .links{width:70%;height:100%;display:flex;align-items:center;justify-content:center}.navbar .links .links1{width:95%;height:100%;display:flex;align-items:center;justify-content:flex-end;gap:40px}.navbar .links .links1 a{font-size:1.3rem;font-weight:500;color:#051f20;text-decoration:none;transition:all .3s ease;color:#daf1de}.navbar .links .links1 a:hover{color:#8eb69b}
