.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  background-color: #EBEFF2;
}






* {
  -webkit-tap-highlight-color: transparent;
  /* outline: 1px solid plum; */
}

*::selection {
  background-color: #1884dc34;
}











/* -- Whole Body -- */

.whole-body {
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  /* overflow-y: scroll; */
  /* scroll-snap-type: y mandatory; */
  background-color: #FFFFFF;
}





































/* -- Header -- */


header {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;

  z-index: 5;
  position: relative;

  box-shadow: 0 0 28px 0 #0000001a;

  /* scroll-snap-align: start; */
}











/* -- Color Bar -- */

.colorbar {
  width: 100%;
  height: 6px;
  display: flex;
  position: relative;
  background: linear-gradient(84.06deg, #0088FF -28.62%, #A033FF 36.39%, #FF5C87 98.74%);
}










/* -- Navigation -- */


.nav-area {
  width: 100%;
  height: 94px;
  display: flex;
  justify-content: center;

  background-color: #FFFFFF;
}






.nav-menu {
  width: 24px;
  height: 24px;
  display: none;
  align-self: center;
  margin: 0px 6px 0px 28px;

  cursor: pointer;
}







.nav-logo-area {
  width: 550px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0px 0px 0px 0px;
}




.logo {
  width: 150px;
  height: 70px;
  margin: 5px 12px 0px 0px;
  cursor: pointer;
}


.logo-name {
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.logo-name > h1 {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #1d2124;
  background: linear-gradient(84.06deg, #0088FF -28.62%, #A033FF 36.39%, #FF5C87 98.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px 0px 0px 0px;
}


.logo-name > h3 {
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #72777b;
  margin: 0px 0px 0px 0px;
}

















/* -- Nav Menu -- */

.primary-nav {
  width: 550px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 0px 0px;
}







.nav-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;

  list-style-type: none;
}


.nav-list > li > a {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #9499a9;
  text-decoration: none;
}


.nav-list > li > a:hover {
  color: #1884dc;
}


.nav-home {
  margin: 0px 48px 0px 0px;
}

.nav-events {
  margin: 0px 48px 0px 0px;
}

.nav-schedule {
  margin: 0px 48px 0px 0px;
}

.nav-contact-us {
  margin: 0px 48px 0px 0px;
}

.nav-about-us {
  margin: 0px 0px 0px 0px;
}






































/* -- Navigation PopUp -- */


.nav-popup {
  width: 0px;
  height: 0px;
  display: flex;
  margin: -26px 0px 0px 34px;

  position: fixed;
  z-index: 10;

  border-radius: 12px;
  box-shadow: 0px 0px 28px #d7d9db94;
  background-color: #FFFFFF;

  overflow: hidden;
  transition: 0.2s;
}




.nav-popup-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;

  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}



.nav-popup-list > li {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 0px 0px;
}



.nav-popup-list > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;

  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #5F6368;
  text-decoration: none;

  transition: 0.2s;
}


.nav-popup-list > li > a:hover {
  transition: 0.2s;
  background-color: #e5e7ec;
  color: #1A73E8;
}







.nav-popup-list > li:nth-child(1) {
  margin: 10px 0px 0px 0px;
}














































/* -- Background Section 1(Heading) -- */

.background-section1 {
  width: 100%;
  min-height: 500px;
  height: calc(100vh - 150px);
  max-height: 800px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  z-index: 1;

  /* scroll-snap-align: start; */
}





.section1-heading {
  font-size: 70px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #1d2124;
  background: linear-gradient(84.06deg, #0088FF -28.62%, #A033FF 36.39%, #FF5C87 98.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px 0px 0px 0px;
  transition: 0.5s;
}








.tagline-box {
  width: 500px;
  height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  /* outline: 1px solid plum; */
  overflow: hidden;
}



.section1-tagline1, .section1-tagline2 {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #595959;
  margin: 0px 0px 0px 0px;
  transition: 0.5s;
}










.arrow-down {
  width: 30px;
  height: 30px;
  margin: -30px 0px 0px 0px;

  position: absolute;
  bottom: 60px;

  animation: arrowbounce 0.5s linear infinite alternate;
}


.arrow-down > path {
  stroke: #b5b8bc;
}




@keyframes arrowbounce {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: 55px;
  }
}































/* -- Main Scrolling Section -- */

.main-scrolling-section {
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  flex-direction: column;

  position: fixed;
  z-index: 2;

  left: 0px;
  top: 100px;

  overflow-y: scroll;
  
  /* scroll-snap-type: y mandatory; */
}

.main-scrolling-section::-webkit-scrollbar {
  width: 10px;
}

.main-scrolling-section::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 10px;
  background-color: #d7d7d7;
}

.main-scrolling-section::-webkit-scrollbar-thumb:active {
  width: 10px;
  border-radius: 10px;
  background-color: #bfbebe;
}


















/* -- Main Section 1 (Blank) -- */


.main-section1 {
  width: 100%;
  min-height: 500px;
  height: calc(100vh - 100px);
  max-height: 800px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;

  scroll-snap-align: start;
}






.main-section1-bottom {
  width: 100%;
  height: 25%;
  display: flex;
}
















/* -- Main Section 2 (Events) -- */


.main-section2 {
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: center;

  background-color: #f4f6fe;

  background-size: 250px;
  background-position: right 120px top 1150px;
  background-repeat: no-repeat;
  background-image: url(../assets/images/dot-illustration.svg);

  scroll-snap-align: start;
}





.section2-heading {
  font-size: 50px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #2C2650;
  margin: 80px 0px 80px 0px;
}












/* -- Event Grid -- */


.events-grid {
  width: 1000px;
  height: 1390px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-auto-rows: 260px;
}












/* -- Event Card -- */

.event-card {
  width: calc(100% - 20px);
  height: 240px;
  display: flex;
  flex-direction: column;

  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 28px #0000000d;

  cursor: pointer;
  transition: 0.3s;
}


.event-card:hover {
  transition: 0.3s;
  transform: translateY(-5px);
}



.event-card-link {
  text-decoration: none;
}




.event-card-header {
  width: 100%;
  height: 60px;
  display: flex;
}



.event-icon {
  width: 40px;
  height: 40px;
  margin: 28px 0px 0px 28px;
}








.event-name {
  width: calc(100% - 56px);
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #444c66;
  margin: 28px 0px 0px 28px;
}



.event-description {
  width: calc(100% - 80px);
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #9499a9;
  margin: 8px 0px 0px 28px;
}









.event-learn-more {
  width: 72px;
  height: 24px;
  margin: 12px 0px 0px 28px;

  font-size: 14px;
  font-family: 'Baloo 2';
  font-weight: 600;
  color: #1884dc;

  opacity: 0;
  border-bottom: 2px solid #1884dc;
  
  transition: 0.3s;
}



.event-card:hover > .event-learn-more {
  transition: 0.3s;
  opacity: 1;
}



.event-card:hover > .event-card-header > .event-logo {
  transition: 0.3s;
  /* transform: scale(0.9); */
}








































/* -- Main Section 3 (Welcome) -- */


.main-section3 {
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;

  scroll-snap-align: start;

  background-color: #FFFFFF;

  background-size: 180px;
  background-position: left 100px top 100px;
  background-repeat: no-repeat;
  background-image: url(../assets/images/dot-illustration.svg);
}



.section3-heading {
  font-size: 36px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #1d2124;

  background: linear-gradient(84.06deg, #0088FF -28.62%, #A033FF 36.39%, #FF5C87 98.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  cursor: default;
  margin: 90px 0px 0px 0px;
  transition: 0.5s;
}




.section3-subheading {
  font-size: 16px;
  font-family: 'Baloo 2';
  font-weight: 500;
  color: #999999;
  margin: 0px 0px 60px 0px;

  cursor: default;
}






/* -- Section 3 - Main -- */

.section3-main {
  width: 1000px;
  height: 500px;
  display: flex;
}







/* -- Section3 Left -- */

.section3-left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.section3-illustration {
  width: 100%;
}















/* -- Section 3 Right -- */

.section3-right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}





.story-headline {
  font-size: 28px;
  font-family: 'Baloo 2';
  font-weight: 600;
  color: #1A73E8;
  margin: 0px 0px 0px 50px;
}


.story {
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #999999;
  margin: 16px 0px 0px 50px;
}


.story-end {
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: italic;
  color: #999999;
  margin: 16px 0px 0px 50px;
}

























































/* -- Footer -- */


.primary-footer-container {
  width: 100%;
  height: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;

  background-color: #F8F9FA;

  scroll-snap-align: start;
}




.primary-footer {
  width: 1000px;
  height: 100%;
  display: flex;
  flex-direction: column;
}





.footer-top {
  width: 100%;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
}








.footer-made-by {
  display: flex;
  align-items: center;
  margin: 0px 0px 0px 0px;

  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #202124;
}


.footer-made-by-heart {
  width: 30px;
  height: 18px;
}






















.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #DADCE0;
}















.footer-bottom {
  width: 100%;
  height: 116px;
  display: flex;
  align-items: center;
}




.footer-left {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}





.footer-logo {
  width: 62px;
  height: 70px;
  margin: 0px 0px 0px 28px;
}






.footer-name {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.footer-event-name {
  font-size: 22px;
  font-family: 'Poppins';
  font-weight: 600;
  color: #5F6368;

  background: linear-gradient(84.06deg, #0088FF -28.62%, #A033FF 36.39%, #FF5C87 98.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  margin: 0px 0px 0px 16px;
}


.footer-event-by {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #5F6368;
  margin: 0px 0px 0px 16px;
}









.footer-list {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;

  list-style-type: none;
}


.footer-list > li > a {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #9499a9;
  text-decoration: none;
}


.footer-list > li > a:hover {
  color: #1884dc;
}


.footer-home {
  margin: 0px 48px 0px 100px;
}

.footer-events {
  margin: 0px 48px 0px 0px;
}

.footer-schedule {
  margin: 0px 48px 0px 0px;
}

.footer-contact-us {
  margin: 0px 48px 0px 0px;
}

.footer-about-us {
  margin: 0px 0px 0px 0px;
}





































/* -- Website designed by Swarnim Anand Singh -- */


.credit-section {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #F8F9FA;
}



.credit-section > h6 {
  font-size: 14px;
  font-family: 'Baloo 2';
  font-weight: 600;
  color: #72777b;
  cursor: pointer;
}


.credit-section > h6 > a {
  color: #1A73E8;
  text-decoration: none;
}
























































/* -- Mouse Pointer -- */


.mouse-pointer {
  width: 24px;
  height: 24px;
  display: flex;
  position: fixed;
  z-index: 1000;
}

































@media (max-width: 1150px) {
  .nav-logo-area {
    width: 450px;
  }
}











@media (max-width: 1020px) {
  .nav-logo-area {
    width: 400px;
  }




  .main-section2 {
    background-size: 220px;
    background-position: right 100px top 1700px;
  }


  .events-grid {
    width: 700px;
    height: 1900px;
    grid-template-columns: auto auto;
  }




  .section3-main {
    width: 900px;
    height: 400px;
  }


  .story-headline {
    margin: 0px 0px 0px 28px;
  }

  .story {
    margin: 16px 0px 0px 28px;
  }

  .story-end {
    margin: 16px 0px 0px 28px;
  }



  .primary-footer {
    width: 900px;
  }
}














@media (max-width: 960px) {
  .nav-logo-area {
    width: 350px;
  }
}






@media (max-width: 920px) {


  .main-section3 {
    height: 1000px;
  }
  
  .section3-main {
    width: 700px;
    height: 1200px;
    flex-direction: column;
  }

  .section3-left {
    width: 100%;
    height: 400px;
  }

  .section3-illustration {
    width: 500px;
  }

  .section3-right {
    width: 100%;
    height: 300px;
  }


  .footer-home {
    margin: 0px 32px 0px 50px;
  }

  .footer-events {
    margin: 0px 32px 0px 0px;
  }

  .footer-schedule {
    margin: 0px 32px 0px 0px;
  }

  .footer-contact-us {
    margin: 0px 32px 0px 0px;
  }
  
  .primary-footer {
    width: 800px;
  }
}












@media (max-width: 900px) {
  .nav-logo-area {
    width: 300px;
  }

  .primary-nav {
    width: 400px;
  }

  .nav-home {
    margin: 0px 24px 0px 0px;
  }

  .nav-events {
    margin: 0px 24px 0px 0px;
  }

  .nav-schedule {
    margin: 0px 24px 0px 0px;
  }

  .nav-contact-us {
    margin: 0px 24px 0px 0px;
  }




  .primary-footer {
    width: 700px;
  }
}


















@media (max-width: 720px) {
  
  .nav-area {
    justify-content: flex-start;
  }

  .nav-logo-area {
    margin: 0px 0px 0px 16px;
  }

  .primary-nav {
    display: none;
  }

  .nav-menu {
    display: flex;
  }


  .events-grid {
    width: 450px;
    height: 3700px;
    grid-template-columns: auto;
  }

  .event-card {
    width: 100%;
  }




  .section3-main {
    width: 550px;
  }


  
  .primary-footer-container {
    height: 318px;
  }

  .primary-footer {
    width: 550px;
  }


  .footer-left {
    width: calc(100% - 40px);
  }


  .footer-bottom {
    height: 200px;
    flex-direction: column;
  }

  .footer-list {
    width: calc(100% - 40px);
  }

}





















@media (max-width: 580px) {
  
  
  .main-section3 {
    height: 1000px;
  }
  
  .section3-main {
    width: 400px;
    height: 700px;
  }

  .section3-illustration {
    width: 400px;
  }

  .section3-left {
    height: 300px;
  }

  .section3-right {
    height: 400px;
  }


  .primary-footer {
    width: 400px;
  }

  .footer-list {
    width: 100%;
  }

  .footer-home {
    margin: 0px 20px 0px 0px;
  }

  .footer-events {
    margin: 0px 20px 0px 0px;
  }

  .footer-schedule {
    margin: 0px 20px 0px 0px;
  }

  .footer-contact-us {
    margin: 0px 20px 0px 0px;
  }
}













@media (max-width: 540px) {
  

  .section1-heading {
    font-size: 48px;
  }

  .tagline-box {
    width: 350px;
    height: 20px;
  }
  .section1-tagline1, .section1-tagline2 {
    font-size: 14px;
  }

  .section2-heading {
    font-size: 36px;
    margin: 60px 0px 70px 0px;
  }

  .events-grid {
    width: 320px;
  }
}














@media (max-width: 415px) {
  

  .section1-heading {
    font-size: 38px;
  }

  .tagline-box {
    width: 280px;
    height: 20px;
  }
  .section1-tagline1, .section1-tagline2 {
    font-size: 12px;
  }


  

  .main-scrolling-section::-webkit-scrollbar {
    width: 0px;
    display: none;
  }



  .events-grid {
    width: 280px;
  }


  .main-section3 {
    height: 1100px;
    background-size: 150px;
    background-position: right 50px top 250px;
  }

  .section3-main {
    width: 300px;
    height: 800px;
  }

  .section3-left {
    width: 300px;
  }

  .section3-illustration {
    width: 300px;
  }


  .section3-right {
    height: 500px;
  }


  .story-headline {
    margin: 0px 0px 0px 0px;
  }

  .story {
    margin: 16px 0px 0px 0px;
  }

  .story-end {
    margin: 16px 0px 0px 0px;
  }



  .primary-footer-container {
    height: 450px;
  }

  .primary-footer {
    width: 300px;
  }

  .footer-bottom {
    height: 300px;
  }

  .footer-name {
    height: 120px;
  }



  .footer-list {
    width: 250px;
    height: 150px;
    display: grid;
    justify-content: flex-start;
    margin: 20px 0px 0px 0px;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 50px;
  }
}
















