@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400&family=Poppins:wght@200;400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

* {
  margin: 0;
  box-sizing: border-box;
  font-family: Poppins;
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 80px;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 2px;
  background: #072d5f56;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.281);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0.5;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 18px;
  text-align: justify;
}

button {
  border: none;
}
button:focus {
  outline: none;
}
.home {
  min-height: 100vh;
  background-color: #0a043c;
  color: #ffe3d8;
  font-family: Poppins;
  background-image: url("./img/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.main {
  height: 80%;
}

.fill {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.h1-title {
  font-weight: 700;
  font-size: 3.5rem;
}

.col-text {
  justify-content: center;
}

.dropdown-menu {
  background: #0a043c;
  color: #ffe3d8;
  font-family: Poppins;
}

.dropdown-item:hover {
  background: #0a043c;
  color: #ffe3d8;
}

.register {
  color: white;
  margin-top: 32px;
  font-weight: 700;
  background-color: #03506f;
  border-radius: 50px;
  width: 90%;
  font-size: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.about {
  background-color: #ffe3d8;
  min-height: 100vh;
  font-family: Poppins;
}
.h2-title {
  font-weight: 700;
  font-size: 36px;
  font-family: Poppins;
}
.h2-text {
  font-size: 18px;
  font-family: Inter;
  text-align: justify;
}

.revisit {
  color: white;
  margin-top: 48px;
  font-weight: 700;
  background-color: #03506f;
  border-radius: 50px;
  width: 60%;
  font-size: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.revisit:hover {
  /* background-color: #03506f; */
  opacity: 0.9;
}

.stats {
  background-color: #0a043c;
  min-height: 80vh;
  color: #ffe3d8;
  background-image: url("./img/bg_stars.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bold-t1 {
  font-size: 36px;
  font-weight: 700;
}
.bold-t2 {
  font-size: 24px;
  font-weight: 700;
}

.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}

.stats .bold-t1 {
  /* margin-top: 48px; */
  margin-bottom: 8%;
}

.events {
  background-color: #0a043c;
  min-height: 70vh;
  color: #ffe3d8;
  background-image: url("./img/bg_stars.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel button span {
  font-size: 2rem;
}

.carousel-indicators {
  bottom: -3vh;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
}

.carousel-indicators [data-bs-target].active {
  width: 32px;
  border-radius: 10px;
}

.carousel-control-next {
  right: -8vw;
}
.carousel-control-prev {
  left: -8vw;
}

.carousel-item .card {
  background-color: #3a455085;
}

.carousel-item .card .card-body {
  padding: 48px 16px;
}

.sponsor-us {
  background-color: #ffe3d8;
  min-height: 100vh;
  overflow-x: hidden;
}

.sponsor {
  color: white;
  margin-top: 32px;
  font-weight: 700;
  background-color: #03506f;
  border-radius: 50px;
  width: 40%;
  font-size: 1.25rem;
  padding: 12px 16px;
  transition: all 0.4s ease-in-out;
}

.sponsor:hover {
  background-color: #04533d;
}

.sponsor-container > a > img {
  transition: all 0.6s;
}
.sponsor-container > a > img:hover {
  transform: scale(0.9);
}

.faq {
  min-height: 120vh;
  background-color: #0a043c;
  color: #ffe3d8;
  padding-top: 8%;
  background: url("img/footer2.webp") bottom no-repeat,
    url("./img/bg_stars.webp") top no-repeat;
  background-size: 100%, cover;
}

.accordion-item {
  background-color: #ffe3d8;
  border: none;
  margin-bottom: 32px;
  border-radius: 4px;
}
.accordion-button {
  color: #000;
  background-color: #ffe3d8;
  font-weight: 700;
  font-size: 16px;
  border-left: 4px solid transparent;
  border-radius: 4px;
}

.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:hover {
  border-left: 4px solid #03506f;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #ffe3d8;
  box-shadow: none;
  border-left: 4px solid #03506f;
}

.accordion-body {
  background-color: #ffe3d8;
  color: #000;
  font-size: 14px;
  font-family: Inter;
  border-left: 4px solid #03506f;
  border-radius: 0 0 4px 4px;
  padding-top: 0;
}

.footer {
  background: #0a043c;
  color: #fff;
  padding: 5%;
  padding-bottom: 0%;
}

.footer .bi {
  color: #eb476f;
}

.footer p {
  font-size: 14px;
}

.footer p.lead.no-margin {
  font-size: 16px;
  color: #ffe3d8;
}

a {
  color: inherit;
}

.social-icons {
  font-size: 2rem;
}
.social-icons:hover {
  transform: scale(1.05);
}

.social-icons img {
  width: 36px;
}

.campus img {
  border-radius: 5px;
  width: 100%;
}

#scroll-spy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(to right, #042c44, #041c3c);
}
/* relative position for scrollspy to work */
body,
section {
  position: relative;
}

.navbar-logo-custom {
  margin-right: 50px;
}

.home-top-space-custom {
  width: 100%;
  height: 144px;
}

/* Campus images */
.heading-campus {
  font-size: 20px;
  color: #28fac5;
  margin-bottom: 20px;
}
.campus {
  display: flex;
  justify-content: left;
  margin: 0px -10px;
}

.campus > img {
  width: 200px;
  margin: 10px;
  border-radius: 5px;
}

.scene {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  z-index: 1;
  pointer-events: none !important;
}
.comet {
  width: 120%;
  height: 3px;
  position: fixed;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
  -moz-transform: translate(-50%, -50%) rotate(-10deg);
  -ms-transform: translate(-50%, -50%) rotate(-10deg);
  -o-transform: translate(-50%, -50%) rotate(-10deg);
  transform: translate(-50%, -50%) rotate(-10deg);
}
.comet .comet-inner {
  width: 300px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-animation: zip 12s linear infinite;
  -moz-animation: zip 12s linear infinite;
  animation: zip 12s linear infinite;
}
@-moz-keyframes zip {
  0% {
    left: 100%;
  }
  85% {
    left: 100%;
  }
  90% {
    left: -50%;
  }
  100% {
    left: -50%;
  }
}
@-webkit-keyframes zip {
  0% {
    left: 100%;
  }
  85% {
    left: 100%;
  }
  90% {
    left: -50%;
  }
  100% {
    left: -50%;
  }
}
@keyframes zip {
  0% {
    left: 100%;
  }
  85% {
    left: 100%;
  }
  90% {
    left: -50%;
  }
  100% {
    left: -50%;
  }
}
.comet .comet-inner:before {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0%;
  border-radius: 100%;
}
.comet .comet-inner:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5),
    #2e2d4d
  );
  background-image: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5),
    #2e2d4d
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5),
    #2e2d4d
  );
  background-image: -o-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5),
    #2e2d4d
  );
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), #2e2d4d);
  width: 200px;
  height: 3px;
  position: absolute;
  left: 0%;
  border-top-left-radius: 3px;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 100%;
}

/* prize saction css */

/* Float three columns side by side */
.column {
  float: left;
  /* width: 33.33%; */
  /* height: 400px; */
  padding: 0 10px;
  display: flex;
  flex: 1;
}

/* Remove extra left and right margins, due to padding */
#prizes .row {
  margin: 0 -5px;
  display: flex;
  justify-content: center;
}

#prizes .column {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Clear floats after the columns */
#prizes .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
#prizes .front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap:1rem;
  margin: 20px;
  color: white;
  /* background-image: url('./img/bg_stars2.webp'); */
}
#prizes .front > img {
  padding: 30px 10px;
  /* height: 256px; */
  width: auto;
  /* width: 300px; */
  object-fit: fill;
  /* margin: 0px 10px; */
}
#prizes .front > span {
  background-color: gold;
  font-size: x-large;
  padding: 2px 15px;
  margin-bottom: 8px;
}
#prizes .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  /* width: 300px; */
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
#prizes .card .front .profilee {
  line-height: 2;
}
#prizes .card .profile {
  border-radius: 10px;
  transition: 0.2s;
}
#prizes .card:hover .profile {
  transform: scale(1.2);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

#prizes .card .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#prizes .card .content .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1e6;
  transition: 1s;

  z-index: 1;
  padding: 10px;
}
#prizes .back {
  overflow-y: auto;
  /* background-image: url('./img/bg_stars.png'); */
  color: black;
  font-size: larger;
  text-align: left;
  /* background-color: sienna; */
  /* padding: 20px 2px; */
  /* margin: 10px 10px 10px 10px; */
}

.special .card {
  margin: 20px 12px;
}

#prizes .description {
  padding: 32px 16px;
}

#prizes .description ul {
  font-size: 1rem;
}

#prizes .description small {
  font-size: 0.75rem;
  text-align: left;
}

.from-left {
  top: 0;
  left: -100%;
}
.card:hover .content .from-left {
  left: 0%;
}
#prizes .content {
  background-image: url("./img/bg_stars2.webp");
}
.from-bottom {
  top: 100%;
  left: 0;
}
.card:hover .content .from-bottom {
  top: 0%;
}

.from-right {
  top: 0%;
  right: -100%;
}
.card:hover .content .from-right {
  right: 0;
}

#prizes .card {
  width: 300px;
}

.logo-section {
  border-radius: 12px;
  background-color: #03506f;
}

#prizes .special .card,
#prizes .special .content,
#prizes .special .back {
  border-radius: 18px;
}

#prizes .special .front > span {
  background-color: #212529;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* #prizes .row :nth-child(2) {
  position: relative;
  top: -20px;
} */

/* Tracks Section */

.tracks {
  min-height: 80vh;
  background-image: url("./img/bg_stars.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffe3d8;
}

.tracks .row {
  column-gap: 16px;
  row-gap: 32px;
}

.tracks .card-img-top {
  height: 80%;
  width: auto;
  transition: all 0.6s;
}

.tracks .card-img-top:hover {
  transform: scale(0.9);
}

.card-img {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tracks .card {
  border-radius: 32px;
  background-color: #09428b56;
  min-height: 356px;
}

.tracks .card-text {
  text-align: left;
  font-size: 1rem;
}

.tracks .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.tracks .list-group-item {
  background-color: #ffe3d8;
  text-align: center;
  font-weight: bold;
  font-size: 1.15rem;
}

.tracks .list-group:last-child {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.tracks .list-group-item.special {
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
}

/* Schedule Section */
.schedule {
  background-color: #ffe3d8;
  min-height: 110vh;
  font-family: Poppins;
}

.schedule-header {
  font-size: 3em;
}

[class*="entypo-"] {
  width: 1em;
  height: 1em;
}

#timeline-content {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.timeline a,
.timeline span,
.timeline h1,
.timeline h2,
.timeline h3,
.timeline span {
  text-decoration: none;
  color: #03506f;
  line-height: 1.5;
  transition: 200ms;
}

.timeline a:hover {
  opacity: 0.8;
}

#timeline-content h4 {
  font-weight: 900;
}

.timeline h1 {
  letter-spacing: 1.5px;
  color: rgb(23, 22, 27);
  font-weight: 100;
  font-size: 1.5em;
  margin: 0;
  border-bottom: 1px solid #777;
  padding-bottom: 0.2em;
  font-weight: bold;
}

.timeline h2 {
  letter-spacing: 1.5px;
  color: black;
  font-weight: 100;
  font-size: 1.3em;
  padding-top: 10px;
}

.timeline {
  border-left: 0.25em solid #4298c3;
  background: rgba(255, 255, 255, 0);
  /* margin: 2em auto; */
  line-height: 1.4em;
  /* padding: 1em;
padding-left: 3em; */
  list-style: none;
  text-align: left;
  margin-left: 5em;
  margin-right: 3em;
  border-radius: 0.5em;
}

.timeline .event {
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
}

.timeline .event:before {
  top: 0.7em;
  left: -15em;
  color: black;
  content: attr(data-date);
  text-align: right;
  font-weight: 900;
  font-size: 1em;
  min-width: 9.75em;
}

.timeline .event:after {
  box-shadow: 0 0 0 0.2em #4298c3;
  top: 1em;
  left: -2.5em;
  background: #01ffc0;
  border-radius: 50%;
  height: 0.75em;
  width: 0.75em;
  content: "";
}

.timeline .event .member-location,
.timeline .event .member-parameters {
  display: none;
}

.timeline .event:last-of-type .member-location,
.timeline .event:last-of-type .member-parameters {
  display: block;
}

.member-infos {
  padding: 10px;
  text-align: left;
  position: relative;
}

.member-location a:before {
  margin-right: 5px;
}

.member-location {
  text-indent: 2px;
}

.timeline .follow,
.timeline .options {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #d3d3d3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 0 0 #c0c0c0;
  border-radius: 3px;
  display: inline-block;
}

.timeline .follow:hover,
.timeline .options:hover {
  box-shadow: 0 1px 0 0 #c0c0c0;
  box-sizing: border-box;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.member-socials {
  display: inline-block;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 8px;
}

.member-socials li {
  display: inline-block;
}

.shots-number,
.followers {
  font-weight: normal;
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
}

.member-contact {
  position: absolute;
  right: 10px;
  top: 10px;
}

.member-contact li {
  display: inline-block;
  margin-left: 10px;
}

.member-shots-number {
  padding-right: 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  margin-right: 6px;
  margin-left: 6px;
}

.timeline .member-location ul {
  padding-inline-start: 0px !important;
}

@media only screen and (max-width: 993px) {
  .schedule-header {
    font-size: 2.5em;
  }
  .timeline h1 {
    font-size: 1.1em;
  }
  .timeline .member-location li h5 {
    font-size: 1em;
  }
  .timeline {
    padding-inline-start: 20px !important;
  }
  .timeline .event:after {
    left: -1.7em !important;
  }
  .timeline .event:before {
    left: -12em !important;
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 767px) {
  .schedule-header {
    font-size: 2.2em;
  }
  #timeline-content {
    margin-top: 30px;
  }
  #timeline-content h4 {
    font-size: 1.3em;
  }
  .timeline h1 {
    font-size: 0.95em;
  }
  .timeline .member-location li h5 {
    font-size: 0.85em;
  }
  .timeline {
    padding-inline-start: 10px !important;
  }
  .timeline .event:after {
    left: -1.1em !important;
  }
  .timeline .event:before {
    left: -12em !important;
    font-size: 0.95em;
  }
}

@media only screen and (max-width: 521px) {
  .schedule-header {
    font-size: 1.8em;
  }
  #timeline-content {
    margin-top: 20px;
  }
  #timeline-content h4 {
    font-size: 1.1em;
  }
  .timeline h1 {
    font-size: 0.8em;
  }
  .timeline .member-location li h5 {
    font-size: 0.7em;
    font-weight: 600;
  }
  .timeline {
    padding-inline-start: 0px !important;
  }
  .timeline .event:after {
    left: -0.5em !important;
  }
  .timeline .event:before {
    left: -11em !important;
    font-size: 0.8em;
  }
}
