* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  overflow-x: hidden;
}
.gs-hero {
  background: linear-gradient(#081337, #081337e8);
}
.gs-nav {
  position: fixed;
  width: 100%;
  background: #081337;
}
.gs-nav .navbar-brand {
  color: white;
  font-size: 30px;
  font-family: cursive;
  font-weight: 600;
}
.gs-nav .nav-item .nav-link {
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  font-size: 18px;
  color: white;
}
.gs-hero-content {
  color: white;
  padding: 150px 10px;
}
.gs-hero-content h5,
.gs-hero-content p {
  padding: 5px 0px 5px 0px;
}
.gs-hero-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  border-left: 5px solid #108aee;
  padding: 0px 15px;
}
.gs-hero-content p {
  font-size: 16px;
}
.reg-btn {
  align-self: center;
  text-align: center;
}
.gs-btn {
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 600;
  background: #108aee;
  color: white;
  border: none;
}
.gs-cta-box {
  padding: 20px 50px;
  background-color: rgba(255, 255, 255, 0.05);
}
.gs-event {
  padding: 100px 10px 50px 10px;
  background: linear-gradient(#081337, #081337);
  color: white;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.141); */
}
.gs-event h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px dotted white;
  width: fit-content;
  margin: auto;
  padding-bottom: 5px;
}
.gs-event h5 {
  text-align: center;
  margin-top: 20px;
}
.gs-event-list {
  padding: 75px 10px 10px 10px;
}
.gs-event-list .gs-list {
  background: #091c47;
  padding: 20px 10px;
  text-align: center;
  margin: 40px 10px;
}
.gs-event-list .gs-list:hover {
  transform: scale(1.05);
  transition: 0.5s;
  background: #108aee62;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 5px;
}
.gs-event-list .gs-list .gs-bx {
  background: #108aee;
  padding: 20px 10px;
  border-radius: 5px;
}
.gs-event-list .gs-list h3 {
  margin: 0;
}
.gs-bx h3 {
  font-size: 1.65rem;
}
@media (max-width: 992px) {
  .gs-cp {
    padding-top: 20px;
  }
  .gs-event-list {
    padding: 25px 10px 10px 10px;
  }
  .disp-desk {
    display: none;
  }
  .navbar-brand {
    padding-left: 20px;
  }
  .reg-btn {
    text-align: left;
  }
}
.gs-sponsor {
  padding: 75px 10px;
  background: linear-gradient(#081337, #081337);
  color: white;
}
.gs-sponsor h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px dotted white;
  width: fit-content;
  margin: auto;
  padding-bottom: 7px;
}
.gs-sponsor .sponsor-list {
  padding: 50px 10px 10px 10px;
}
.gs-sponsor .sponsor-list .logo-box {
  padding: 50px;
}
@media (max-width: 992px) {
  .gs-sponsor .sponsor-list .logo-box {
    padding: 25px;
  }
}

.gs-contact {
  padding: 50px 10px;
  background: linear-gradient(#081337, #081337);
  color: white;
}
.gs-contact h2 {
  font-family: cursive;
  font-size: 3rem;
  padding: 5px;
  font-weight: 600;
}
.gs-contact p {
  font-size: 18px;
  padding: 5px;
  letter-spacing: 1px;
}
.gs-contact p a {
  text-decoration: none;
  color: white;
}
.gs-contact p span {
  padding: 5px !important;
}
.gs-contact h3 {
  font-weight: 600;
}
.gs-bottom-footer {
  padding: 5px;
  background: linear-gradient(#081337, #081337);
  color: white;
  text-align: center;
}
.gs-bottom-footer p {
  font-size: 18px;
}
.gs-bottom-footer p a {
  text-decoration: none;
  color: rgb(255, 231, 231);
}

.gs-coordinator {
  background: linear-gradient(#081337, #081337);
  color: white;
}

.gs-coordinator h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px dotted white;
  width: fit-content;
  margin: auto;
  padding-bottom: 7px;
}
.gs-coordinator h3 {
  padding-top: 30px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px dotted white;
  width: fit-content;
  margin: auto;
  padding-bottom: 7px;
}

.gs-coordinator .co-img {
  padding: 20px 10px 50px 10px;
}
.gs-coordinator .content-box {
  padding: 20px 10px;
}
.gs-coordinator h4 {
  font-size: 1.7rem;
  font-weight: 600;
}
.stuuu img {
  height: 320px;
}