@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap";.bannerSection{width:100%;height:100vh;position:relative;display:flex;align-items:center;justify-content:center;margin:auto}.bannerSection .submitButton{padding:10px 20px;font-size:16px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.bannerSection .submitButton:hover{background-color:#0056b3}.bannerSection .fileButton{padding:10px 20px;font-size:16px;background-color:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer}.bannerSection .fileButton:hover{background-color:#1e7e34}.bannerSection .scheduleButton{padding:10px 20px;font-size:16px;background-color:#f39c12;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.bannerSection .scheduleButton:hover{background-color:#e67e22}.bannerSection .overlay{position:absolute;width:100%;height:100vh;background:rgb(32,31,31);top:0;bottom:0;z-index:1;mix-blend-mode:hard-light}.bannerSection .imageBG{position:absolute;height:100vh;object-fit:cover}.bannerSection .bannerContent{width:100%;height:max-content;padding:8rem 1.5rem 3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--whiteColor);z-index:5}.bannerSection .bannerContent .textDiv{max-width:768px;text-align:center}.bannerSection .bannerContent .textDiv h1{font-size:clamp(2rem,3vw,3rem);margin-bottom:1rem}.bannerSection .bannerContent .textDiv p{font-size:clamp(.8rem,2vw,1rem)}.callForPaperSection .about{font-size:1rem;font-weight:lighter;line-height:1.5;margin-bottom:2rem}.callForPaperSection .topics h3{font-size:1.6rem;margin-bottom:1rem}.callForPaperSection .topics .topicList{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.callForPaperSection .topics .topicList .topic{padding-left:1.2rem;margin-bottom:1rem;max-width:320px}.callForPaperSection .topics .topicList .topic .topicTitle{font-weight:bolder;font-size:1.1rem;margin-bottom:.6rem}.callForPaperSection .topics .topicList .topic ol>li{list-style:decimal;margin-bottom:.2rem}#commitee{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}#commitee .commiteeList .commiteeItem{margin-bottom:1rem}#commitee .commiteeList .commiteeItem .name{font-size:1.3rem;margin:2rem 0 1rem}#commitee .commiteeList .commiteeItem .nameItem{font-size:.9rem;margin-bottom:.3rem}#commitee .commiteeList .commiteeItem .subName{font-size:.9rem;margin:1rem 0 .6rem}#contact .contact{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;margin-bottom:2rem}#contact .contact .icon{border:1px dotted black;border-radius:50%;padding:.3rem}#contact .contact-row{flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}#contact .contact-row .card{width:300px;margin-bottom:2rem}.footerSection{background-color:var(--darkestBlue);color:var(--lightBlue);box-shadow:0 0 3px #020f1e33}.footerSection .footer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center}.footerSection .footer a{color:var(--lightBlue);text-decoration:underline}#importantDates{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}#importantDates h4{font-size:1.3rem;margin-bottom:1.6rem}#importantDates .datesList li{font-size:.9rem;margin-bottom:.5rem}.header{position:fixed;justify-content:space-between;background:var(--darkestBlue);width:100%;height:var(--headerHeight);box-shadow:0 0 3px #020f1e33;z-index:1000}.header .topNavigation{justify-content:space-between;width:100%;max-width:1080px;height:inherit;margin:auto;padding:0 1rem}.header .topNavigation .logo img{width:9.5rem;height:9.5rem;object-fit:contain}.header .topNavigation .logo .text{margin-left:.6rem;color:var(--lightBlue)}.header .topNavigation .logo .text h1{font-size:.8rem}.header .topNavigation .logo .text h2{font-size:.7rem}.header .topNavigation .navBar .navItem{font-size:.8rem;margin:0 .8rem}.header .topNavigation .navBar .navItem a{color:var(--lightBlue)}.header .topNavigation .toggleNavBar{display:none}@media screen and (max-width: 850px){.header .topNavigation .navBar{position:absolute;background:var(--darkestBlue);height:16.4rem;width:85%;border-radius:.8rem;top:6rem;left:50%;transform:translate(-50%);z-index:2000;box-shadow:0 2px 3px #020f1e33;transition:.3s ease-in-out;overflow:hidden}.header .topNavigation .navBar .navList{flex-direction:column;justify-content:center;padding:.5rem 0}.header .topNavigation .navBar .navList .navItem{margin:.4rem 0}.header .topNavigation .toggleNavBar{display:flex;color:var(--lightBlue)}.header .topNavigation .is-closed{height:0}.header .topNavigation .is-hidden{display:none}}#registration{display:flex;flex-direction:column;justify-content:center;align-items:center}#registration table{max-width:720px;border-collapse:collapse;margin:1rem 0 2rem}#registration table thead{border-bottom:2px solid black;text-align:left}#registration table th,#registration table td{padding:.5rem 2rem .5rem 0}#registration table tbody>tr{font-size:.9rem;border-bottom:1px solid rgb(211,211,211)}#registration article{max-width:720px;font-size:.9rem}#registration article p{margin-bottom:.5rem}#registration article a{display:inline-block;margin:1rem 0}#registration article .registrationList{margin:2rem 0}#registration article .registrationList li{font-weight:700}#plenarySpeaker .cardList{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}#plenarySpeaker .cardList .card{width:300px;display:flex;flex-direction:column;align-items:center;text-align:center}#plenarySpeaker .cardList .card img{width:12rem;aspect-ratio:1/1;object-fit:cover;margin-bottom:1rem}#plenarySpeaker .cardList .card .name{font-size:1.2rem;font-weight:lighter;margin-bottom:.5rem}#plenarySpeaker .cardList .card .department{font-size:.8rem;margin-bottom:.5rem}#plenarySpeaker .cardList .card .speaker{font-size:.8rem}#submission article{display:flex;flex-direction:column}#submission article h4{text-align:center;font-size:1.3rem;margin-bottom:1rem}#submission article p{font-size:.9rem;line-height:1.3;margin-bottom:1rem}#submission article ol{margin-left:1rem}#submission article ol li{font-size:.9rem;list-style:decimal;line-height:1.3}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}:root{--headerHeight: 5rem;--darkestBlue: #0F1035;--blue: #365486;--lightBlue: #7FC7D9;--whiteText: #EEF5FF;--blackText: #08090e;--primaryColor: #0073A8;--secondColor: #10B5CB;--whiteColor: #ffffff;--blackColor: #1B2D36;--textColor: #58585F;--whiteColorDeam: #EDEDED;--greyText: rgb(190, 190, 190);--bodyColor: rgb(240, 240, 240);--cardBG: rgb(255, 255, 235);--font-poppins: "Poppins", sans-serif;--font-raleway: "Raleway", sans-serif}html{scroll-behavior:smooth}a{text-decoration:none}li{list-style:none}.container{padding-left:1.5rem;padding-right:1.5rem}.icon{font-size:2rem;cursor:pointer}.flex{display:flex;align-items:center}.grid{display:grid;align-items:center}.btn{padding:.6rem 1.5rem;background:var(--primaryColor);border-radius:3rem;border:none;outline:none;cursor:pointer}.btn a{color:var(--whiteColor);font-weight:500}.btn:hover{background-color:var(--secondColor)}img,video{width:100%;height:auto}body{background:var(--whiteColor)}.section{max-width:1100px;padding:calc(var(--headerHeight) + 1rem) 1rem 1rem;margin:auto}.sectionTitle{text-align:center;font-family:var(--font-raleway);font-size:2rem;position:relative;margin-bottom:3rem}.sectionTitle:after{content:"";width:8rem;height:2px;background-color:var(--blackColor);position:absolute;bottom:-1rem;left:50%;transform:translate(-50%)}
