body {
  font-family: "Inter", sans-serif;
  margin-top: 60px !important;
}

:root {
  --primary: white;
  --secondary: #0065f2;
  --blur: rgba(0, 101, 242, 0.32);
}

a {
    text-decoration: none !important;
}

.about-description a {
  text-decoration: none !important;
  color: var(--secondary) !important;
}

.techathon-description a {
  text-decoration: none !important;
  color: var(--secondary) !important;
}

.timeline-description a {
  text-decoration: none !important;
  color: var(--secondary) !important;
}

.navbar-collapse {
  flex-grow: 0 !important;
}

.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  background-color: var(--primary);
  padding: 1vw 3vw;
}

.logo-container {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 0 10px;
}

.navbar-text {
  font-size: 26px;
  font-weight: 800;
  color: black !important;
  text-decoration: none;
}

.devfolio {
  height: 44px !important;
  width: 312px !important;
  margin: auto !important;
}

.navbar-text:hover {
  color: black;
}

.navbar-highlight {
  color: var(--secondary);
}

.nav-link {
  color: black !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.nav-link:hover {
  color: var(--secondary) !important;
}

.home-container {
  /* background-image: url("https://cdn.pixabay.com/photo/2016/12/15/20/21/texture-1909992__480.jpg"); */
  background-position: center;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
  width: 100%;
  scroll-margin-top: 60px;
}

.carousel-section {
  display: flex;
  padding: 0 15vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 650px;
  width: 100%;
}

.carousel-title {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: var(--primary);
}

.carousel-title span {
  color: var(--secondary);
}

.carousel-description {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 0px;
  text-align: justify;
  color: var(--primary);
  margin-top: 20px;
}

.carousel-description span {
  color: var(--secondary);
}

.carousel-button {
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 10px;
  background-color: var(--secondary);
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.about-container {
  margin: 48px 20vw;
  scroll-margin-top: 60px;
}

.section-heading {
  font-size: 40px;
  font-weight: 700;
}

.about-section {
  margin-top: 30px;
}

.about-title {
  font-size: 20px;
  font-weight: 700;
  color: black;
}

.about-description {
  font-size: 18px;
  color: black;
  text-align: justify;
  margin-top: 10px;
}

.stats-container {
  padding: 70px 10vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px 30px;
  justify-content: center;
  color: var(--primary);
}

.stats-item {
  background-color: white;
  padding: 10px 20px;
  min-width: 250px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px 0;
}

.stats-title {
  font-size: 30px;
  font-weight: 700;
  color: #0065f2;
}

.stats-description {
  font-size: 18px;
  font-weight: 700;
  color: black;
}

.stats-leading {
  width: 2.5vw;
  height: 2.5vw;
  transform: translate(0, -70%) scale(2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 1px 1px 10px 0px var(--blur);
  background-color: var(--secondary);
}

.stats-icons {
  width: 1.5vw;
  height: 1.5vw;
}

.techathon-container {
  scroll-margin-top: 60px;
}

.techathon-banner {
  background-image: url("https://www.glsmscit.org/cybershadez/assets/images/technathon-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  background-blend-mode: multiply;
  background-color: grey;
  display: flex;
  flex-direction: column;

  align-items: center;
  width: 100%;
}

.techathon-title {
  font-size: 64px;
  margin-top: 20vh;
  font-weight: bold;
  color: var(--primary);
}

.techathon-modal-title {
    font-size: 30px;
    font-weight: bold;
}

.slider-icon {
    display: flex !important;
}

.techathon-date {
  margin-top: 2vh;
  font-size: 36px;
  font-weight: bold;
  color: var(--primary);
}

.techathon-hosted {
  margin-top: 2vh;
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
}

.techathon-hosters {
  display: flex;
  margin-top: 2vh;
  width: 100%;
  gap: 0 50px;
  justify-content: center;
  align-items: center;
}

.event-hoster {
    font-size: 36px;
    color: #4896fe;
    font-weight: bold;
}

.techathon-description {
  padding: 50px 20vw;
}

.code-crafters {
  height: 2vw;
}

.bounties-details {
  padding: 40px 20vw;
}

.bounties {
  display: grid;
  margin: 70px 5vw;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.bounties-image {
  height: 220px;
  background-size: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--blur);
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
}

.bounties-description {
  margin-top: 16px;
  font-size: 16px;
}

.agenda-section {
  padding: 48px 20vw;
  background-color: var(--blur);
}

.timeline {
  margin-top: 30px;
  display: flex;
  gap: 0 16px;
}

.timeline-number {
  aspect-ratio: 1;
  height: 24px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-date {
  font-size: 18px;
  font-weight: 500;
}

.timeline-title {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
}

.timeline-description {
  margin-top: 5px;
  font-size: 16px;
}

.event-banner {
  background-image: url("https://www.glsmscit.org/cybershadez/assets/images/event-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-blend-mode: multiply;
  background-color: grey;
  gap: 20px 0;
  width: 100%;
}

.pg-section {
  scroll-margin-top: 60px;
}

.ug-section {
  scroll-margin-top: 60px;
}

.btech-section {
  scroll-margin-top: 60px;
}

.event-title {
  font-size: 64px;
  font-weight: bold;
  color: var(--primary);
}

.dates-section {
  padding: 48px 20vw;
  border-bottom: 1px solid #00000031;
}

.date-container {
  display: flex;
  gap: 0 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.date {
  flex: 0.4;
  font-size: 18px;
  font-weight: bold;
}

.date-description {
  flex: 0.6;
  font-size: 18px;
  font-weight: 500;
}

.committee-section {
  padding: 48px 0;
  scroll-margin-top: 60px;
}

.committee-details {
  padding: 0 20vw;
}

.committees {
  display: grid;
  margin: 70px 5vw;
  gap: 60px 30px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.committee-container {
  background-color: white;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  gap: 2px 0;
}

.leading-container {
  display: flex;
  justify-content: center;
}

.committee-leading {
  width: 2.5vw;
  height: 2.5vw;
  transform: translate(0, -70%) scale(2);
  border-radius: 50%;
  box-shadow: 1px 1px 10px 0px var(--blur);
  background-color: var(--secondary);
}

.committee-title {
  font-size: 30px;
  font-weight: 600;
  color: #0065f2;
  text-align: center;
}

.committee-description {
  font-size: 18px;
  color: black;
}

th {
  padding-right: 10px;
}

.sponsors-section {
  background-color: var(--blur);
  padding: 48px 20vw;
  scroll-margin-top: 60px;
}

.sponsors-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.navbar-menu {
  position: fixed;
  background-color: white;
  width: 100%;
  top: 50px;
  z-index: 98;
  gap: 6px 0;
  padding: 10px;
}

.sponsors {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.sponsors-tier {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}

.sponsor-gold-tier {
  height: 64px;
}

.sponsor-silver-tier {
  height: 50px;
}

.top-button {
  height: 60px;
  width: 60px;
  background-color: var(--secondary);
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 10px 0px var(--blur);
  z-index: 100;
}

.gallery-section {
  padding: 48px 15vw;
  scroll-margin-top: 60px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.tab {
  font-size: 17px;
  font-weight: 500;
  color: black !important;
  border: 1px solid var(--secondary) !important;
  border-radius: 5px;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  width: 6vw;
  cursor: pointer;
  text-decoration: none !important;
}

.tab.active {
  background-color: var(--secondary) !important;
  color: white !important;
}

.tab:hover {
  background-color: var(--secondary) !important;
  color: white !important;

  opacity: 0.75;
}

.contact-container {
  display: flex;
  flex-direction: column;
  padding: 48px 10vw;
  background-color: var(--blur);
  scroll-margin-top: 60px;
}

.contact-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact-header {
  font-size: 25px;
  font-weight: bold;
}

.contact-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-map {
  height: 450px;
  width: 500px;
}

.socials {
  display: flex;
  gap: 10px;
}

.social-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 10px 0px var(--blur);
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 7vh 0;
  width: 100%;
  gap: 20px;
  border-bottom: 1px solid #00000031;
}

.footer-logo {
  font-size: 70px;
  font-weight: 800;
}

.copy-right-section {
    padding: 15px;
}

.copy-right-text {
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 490px) and (max-width: 790px) {
  .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* padding: 0 !important; */
  }
}

@media screen and (max-width: 480px) {
  body {
    margin-top: 8vh !important;
  }

  .nav-link {
    padding: 0.5rem 1rem !important;
  }

  .navbar-toggler {
    display: block;
  }

  .navbar-nav {
    display: block !important;
    padding: auto;
  }

  .nav-link {
    flex: 1 !important;
    font-size: 14px !important;
  }
  .navbar-text {
    font-size: 16px;
  }

  .home-container {
    height: 80vh;
  }

  .carousel-section {
    padding: 48px 24px;
    height: 80vh;
  }

  .carousel-title {
    font-size: 20px;
    text-align: center;
  }

  .carousel-description {
    font-size: 10px;
  }

  .carousel-button {
    font-size: 10px;
    padding: 10px;
  }

  .about-container {
    margin: 48px 24px;
  }

  .section-heading {
    font-size: 24px;
  }

  .about-title {
    font-size: 16px;
  }
  
  .modal-dialog-centered {
      max-width: calc(100% - 1rem);
  }

  .about-description {
    font-size: 10px;
  }

  .stats-leading {
    height: 30px;
    width: 30px;
  }

  .stats-icons {
    height: 15px;
    width: 15px;
  }

  .techathon-banner {
    height: 40vh;
  }

  .techathon-title {
    font-size: 20px;
    margin-top: 10vh;
  }

  .techathon-date {
    font-size: 10px;
  }
  .techathon-hosted {
    font-size: 8px;
  }

  .techathon-hosters {
    margin-top: 5px;
    gap: 0 20px;
  }

  .techathon-description {
    padding: 24px;
  }
  
  .slider-icon {
      display: none !important;
  }

  .code-crafters {
    height: 10px;
  }

  .gls {
    height: 20px;
  }

  .bounties-details {
    padding: 24px;
  }

  .bounties {
    margin: 20px 24px;
    gap: 20px 0;
  }

  .bounties div {
    width: 100%;
  }

  .bounties-image {
    font-size: 20px;
    background-repeat: no-repeat;
  }
  .bounties-description {
    font-size: 15px;
  }
  
  .techathon-modal-title {
      font-size: 20px;
  }

  .agenda-section {
    padding: 48px 24px;
  }
  .agenda-description {
    font-size: 10px;
  }
  .timeline {
    gap: 0 10px;
  }

  .timeline-date {
    font-size: 15px;
  }
  .timeline-title {
    font-size: 18px;
  }

  .timeline-description {
    font-size: 10px;
  }

  .event-banner {
    height: 25vh;
    gap: 10px;
  }

  .event-banner .techathon-hosted {
    margin-top: 0;
  }

  .event-title {
    font-size: 20px;
  }
  
  .event-hoster {
      font-size: 15px;
  }

  .dates-section {
    padding: 48px 24px;
  }
  .date-description {
    font-size: 14px;
  }

  .date {
    font-size: 14px;
  }

  .committee-section {
    padding: 40px 0;
  }

  .committee-details {
    padding: 0 24px;
  }

  .committee-leading {
    height: 30px;
    width: 30px;
  }

  .committees {
    margin: 40px 24px;
    gap: 30px 0;
  }

  .committee-container {
    padding: 10px;
    width: calc(100% - 68px);
  }

  .committee-title {
    font-size: 16px;
  }

  .committee-description {
    font-size: 10px;
  }

  .stats-title {
    font-size: 16px;
  }

  .stats-description {
    font-size: 10px;
  }

  .footer-logo {
    font-size: 30px;
  }

  .sponsors-section {
    padding: 48px 24px;
  }

  .sponsors-title {
    font-size: 15px;
  }

  .sponsor-gold-tier {
    height: 50px;
  }

  .sponsor-silver-tier {
    height: 40px;
  }

  .gallery-section {
    padding: 48px 24px;
  }

  .tab {
    width: 60px;
    gap: 10px;
    padding: 5px 0;
    font-size: 14px;
  }

  .contact-container {
    padding: 48px 24px;
  }

  .contact-section {
    flex-direction: column;
  }
  
  
  
  .form {
      width: calc(100% - 60px) !important;
      margin: 30px !important;
  }
  
  .form fieldset {
      width: 100% !important;
  }

  .contact-divison {
    width: 300px;
  }

  .contact-header {
    font-size: 18px;
  }

  .contact-subtitle {
    font-size: 10px;
  }

  .social-icon {
    height: 40px;
    width: 40px;
  }

  .social-icon img {
    width: 20px;
  }

  .contact-map {
    width: calc(100vw - 48px);
    height: 300px;
  }
  
  .copy-right-section {
      
  }

  .copy-right-text {
    font-size: 10px;
    text-align: center;
  }

  .top-button {
    height: 40px;
    width: 40px;
  }

  .top-button img {
    height: 20px;
    width: 20px;
  }
}

/* Previous CSS */

/*form styles*/
.error1
{
    color: red !important;
    text-align: left;
    margin-top: -10px;
    font-size: 12px;
}
.border-red
{
    border-color: red !important;
    color: red !important;
}
.border-green
{
    border-color: green !important;
    color: green !important;
}
.modalregister
{
  position:fixed;
  top:0 ;
  right:0 ;
  bottom:0 ;
  display: none;
  left:0 ;
  z-index:1050;
  outline:0
}
.form {
    font-family: montserrat, arial, verdana;
    text-align: center;
    position: relative;
    max-height: 80vh;
    width: 500px;
    margin: 30px auto;
}

.form fieldset {
    background: white;
    border: 0 none;
    border-radius: 5px;
    padding: 20px 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    /*stacking fieldsets above each other*/
    position: relative;
}
.select
{
    margin-top: 10px;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 14px;
}
/*Hide all except first fieldset*/
.form fieldset:not(:first-of-type) {
    display: none;
}


.form input, .form textarea {
    padding: 10px !important;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top:10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 14px;
}

.form input:focus, .form textarea:focus,.select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom:  1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
.form .action-button {
    width: 100px;
    background: #0288d1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.form .action-button:hover, .form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0288d1;
}

.form .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.form .action-button-previous:hover, .form .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #0288d1;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: hotpink;
    color: #fff;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 90%;
    height: 2px;
    background: hotpink;
    position: absolute;
    left: -45%;
    top: 9px;
    z-index: 1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #0288d1;
    color: white;
}

