@import url("https://fonts.googleapis.com/css?family=BenchNine:700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300");

@font-face {
  font-family: GothamHTF-Light;
  src: url(./assets/GothamHTF/GothamHTF-Light.otf);
}
@font-face {
  font-family: GothamHTF-Book;
  src: url(./assets/GothamHTF/GothamHTF-Book.otf);
}
@font-face {
  font-family: GothamHTF-Medium;
  src: url(./assets/GothamHTF/GothamHTF-Medium.otf);
}
@font-face {
  font-family: GothamHTF-Bold;
  src: url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: "open sans", sans-serif;
  overflow-x: hidden;
}
h1 {
  font-family: "GothamHTF-Bold", sans-serif;
}
h2 {
  font-family: "GothamHTF-Medium", sans-serif;
  font-size: 50px;
}
a {
  color: rgb(247, 250, 59);
}
a.linkedin {
  color: white;
  text-decoration: none;
}
.nav-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nav-bar {
  position: relative;

  background-color: rgb(247, 250, 59);
  width: 100%;
  z-index: 10;
  opacity: 0.8;
}
.nav-menu {
  display: flex;
  flex-direction: row;
}
.nav-img {
  max-width: 100px;
  margin: 10px;
  margin-left: 40px;
  display: inline-block;
  float: left;
}
.nav-link {
  text-decoration: none;
  float: left;
  opacity: 0.7;
  transition: 0.5s;
}
.nav-link:hover {
  /* opacity: 1; */
  transition: 0.1s;
}
.nav-title {
  margin: 20px;
  margin-top: 30px;
  /* font-weight: 750; */
  margin-left: 5px;
  text-align: right;
  color: black;
}
.nav-title:hover {
  color: rgb(163, 163, 12);
}
.grid {
  display: flex;
  /* background-color: yellow; */
}
.fullscreen {
  width: 100%;
  height: 100%;
}
.col {
  flex: 1;
}
.col > h4 {
  margin: 4%;
  font-weight: 700;
  font-size: xx-large;
}
.title-col {
  width: 450px;
  /* margin-top: 100px; */
}
.col-2 {
  flex: 2;
}
.col-3 {
  flex: 3;
}
.center-items {
  justify-content: center;
  align-items: center;
}
.horz-center {
  justify-content: center;
}
.center-items-space-btwn {
  justify-content: space-around;
  align-items: center;
}
.align-self-top {
  align-self: flex-start;
}
.enlarge {
  transform: scale(1.3);
}
.deadline {
  color: black;
  text-align: center;
  font-family: "GothamHTF-Bold";
  text-transform: uppercase;
  font-size: 1em;
}
.background-grad {
  /* background: -webkit-linear-gradient(
    #fbcdb8,
    #f38b94,
    #f38b94
  ); /* For Safari 5.1 to 6.0 */
  /* background: -o-linear-gradient(
    #fbcdb8,
    #f38b94,
    #f38b94
  ); For Opera 11.1 to 12.0 */
  /* background: -moz-linear-gradient(
    #fbcdb8,
    #f38b94,
    #f38b94
  ); For Firefox 3.6 to 15 */
  background: linear-gradient(#edf05e, #f1f365, #ebec95);
}

.heading {
  font-family: "GothamHTF-Bold", sans-serif;
  font-weight: 900;
}
.backslash {
  color: #f38b94;
}
.backslash-peach {
  color: #fbcdb8;
}
/*Title Styling*/
.title-section {
  height: 100vh;
  width: 100vw;
  /* background-image: url("./assets/img-background.png"); */
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.title-date {
  text-align: center;
  font-family: "GothamHTF-Light", sans-serif;
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.corner-lines {
  position: absolute;
  z-index: -1;
  width: 102%;
}
.bottom-corner-lines {
  position: absolute;
  z-index: -1;
  width: 102%;
  height: 101%;
}
.title-section > .corner-lines {
  height: 101%;
}
.title-logo {
  display: block;
  margin: 25% auto 5% auto;
  /* margin-top: 25%; */
  width: 50%;
  max-height: 500px;
}
.title-info {
  width: 100%;
  margin: 0 auto;
}
.sub-title {
  color: whitesmoke;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
}
.questions {
  color: whitesmoke;
  text-align: center;
  font-size: 1em;
  font-family: "GothamHTF-Medium";
  margin-top: 100px;
}
.forward-slash {
  display: inline;
}
.social-favicons {
  width: 35px;
  margin: 0;
  margin-left: 4px;
  padding: 0;
  opacity: 1;
}
.social-favicons:hover {
  opacity: 0.7;
}
.social-box {
  margin: 0 auto;
  width: 130px;
}

.sign-up-form {
  display: block;
  margin: 0 auto;
  margin-left: 29px;
}
.sign-up-input-text {
  width: 100%;
  height: 2em;
}
.sign-up-input-text:focus {
  outline: none !important;
  border: 1px solid #f38b94;
  box-shadow: 0 0 10px #f38b94;
}
.sign-up-form-button {
  display: block;
  margin: 0 auto;
  background-color: #f38b94;
  font-family: "GothamHTF-Medium";
  font-size: 1.2em;
  border: 0;
  letter-spacing: 1px;
  padding: 0;
  cursor: pointer;
  border-radius: 2em;
  height: 2.3em;
  color: white;
  padding-left: 3em;
  padding-right: 3em;
}
.sign-up-form-button:hover {
  background-color: #d67b84;
}
.sign-up-form-button-disabled {
  display: block;
  margin: 0 auto;
  background-color: #f38b94;
  font-family: "GothamHTF-Medium";
  font-size: 1.2em;
  border: 0;
  letter-spacing: 1px;
  padding: 0;
  border-radius: 2em;
  height: 2.3em;
  color: white;
  padding-left: 3em;
  padding-right: 3em;
}
/* OUr Mission Styling*/
.our-mission-section {
  /* background-color: #f7fa3b; */
  color: black;
  width: 100vw;
}
.mission-grid {
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 70px;
}
.mission-sub-header {
  font-family: "GothamHTF-Book";
  font-size: 1.7em;
  letter-spacing: 1px;
  margin-top: 150px;
  margin-right: 40px;
}
.mission-text {
  font-family: "open sans";
  font-size: xx-large;
}
.bold-text {
  font-weight: 900;
}
.mission-h4 {
  font-family: "open sans";
}
.mission-h3 {
  font-family: "open sans";
  font-size: 25px;
  margin-top: 10px;
}
.mission-ul {
  line-height: 20px;
}
.our-team {
  color: whitesmoke;
  background-color: black;
}
.team-section {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid white;
  padding-bottom: 50px;
}
.team-grid {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1080px;
  margin: 0 auto;
  /*filter: grayscale(80%);*/
}
.team-heading {
}
.team-member {
  font-family: "GothamHTF-Book";
  margin: 10px;
  border-radius: 10px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s;
}
.team-img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
.team-member:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.team-name {
  font-family: "open sans";
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0;
}
.team-title {
  font-family: "GothamHTF-Light";
  font-style: italic;
  text-align: center;
  margin-top: 4px;
}
.apply-img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.apply-three-mid {
  margin: 2%;
}

.join-us-section {
  width: 80vw;
  margin: 0 auto;
  color: black;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #f38b94;
}
.join-us-subheader {
  text-align: center;
  font-size: 22px;
}
.join-us-section > .corner-lines {
  height: 100%;
}
.join-us-p {
  text-align: center;
}
.schedule-section {
  background-color: black;
  color: whitesmoke;
  width: 100vw;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.schedule-grid {
  width: 80%;
  margin: 0 auto;
}
.schedule-subheader {
  font-family: "GothamHTF-Medium";
  font-size: 1.1em;
}
.schedule-time {
  font-size: 1.2em;
  margin-bottom: 3px;
  margin-top: 4px;
}
.download-a {
  text-decoration: none;
  display: block;
  opacity: 0.7;
  width: 210px;
}
.download-a:hover {
  opacity: 1;
}
.download-a:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.download-button {
  width: 210px;
  display: block;
  font-family: "GothamHTF-Bold";
  text-align: center;
  font-size: 2em;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  color: white;
  border: 1px solid white;
}
.recap-section {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.recap-img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.video-container {
  position: relative;
  margin: 2%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-family: "GothamHTF-Medium";
  font-size: 20px;
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
button.accordion.schedule-but {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-family: "GothamHTF-Medium";
  font-size: 2em;
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

ul.faq-ul {
  list-style: none;
  margin-bottom: 30px;
}
li.faq-li::before {
  content: "";
  border-color: transparent WHITE;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}
li.schedule-li::before {
  content: "";
  border-color: transparent WHITE;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.5em;
  position: relative;
}
li.faq-li::before.active {
  transform: rotateX(90);
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active,
button.accordion:hover {
  opacity: 1;
  transition: 0.05s;
}
.gap-section {
  height: 200px;
}
/* Style the accordion panel. Note: hidden by default */
div.panel {
  padding: 0 18px;
  display: none;
  transition: 0.5s;
}
div.panel.schedule-panel {
  display: none;
  transition: 0.5s;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid white;
}
.sponsor-section {
  color: black;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sponsor-header {
  font-size: 2em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "GothamHTF-Medium";
  text-align: center;
  color: #f38b94;
}
.sponsor-holder-partner {
  margin: 20px auto;
  margin-bottom: 50px;
  /* height: 180px; */
  /* background-color: #E8E8E8; */
}
#best-sponsor {
  height: 100px;
  margin-top: 35px;
}
.sponsor-img-partner {
  display: block;
  margin: 0 auto;
  max-height: 150px;
}
.sponsor-holder-gold {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 275px;
  margin: 30px;
}
.sponsor-img-gold {
  display: block;
  margin: 0 auto;
  max-width: 350px;
}
.sponsor-holder-silver {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin: 30px;
}
.sponsor-holder-bronze {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin: 30px;
}
.sponsor-img-silver {
  display: block;
  margin: 0 auto;
  max-height: 200px;
  max-width: 200px;
}
.sponsor-img-bronze {
  display: block;
  margin: 0 auto;
  max-width: 150px;
}
.sponsor-wantto {
  font-family: "GothamHTF-Medium";
  font-size: 30px;
  text-align: center;
}
.sponsor-section > .sign-up-form-button {
  transform: scale(1.5);
}
.event-section {
  width: 100vw;
}
.event-section > .grid {
  height: 450px;
}
.event-text {
  width: 80%;
  margin: 0 auto;
}
.event-subheader {
  font-family: "GothamHTF-Medium";
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 5px;
}
.event-underline {
  padding-bottom: 25px;
  border-bottom: 1px solid white;
}
.after-underline {
  margin-top: 25px;
  margin-bottom: 25px;
}
.event-address {
  margin: 0;
  font-family: "GothamHTF-Light";
  font-weight: 300;
  font-size: 20px;
}
.countdown-timer {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.countdown-clock {
  text-align: center;
  margin: 0;
  font-family: "GothamHTF-Bold";
  font-size: 56px;
  background: linear-gradient(#fbcdb8, #f38b94, #f38b94);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clock {
  font-family: "GothamHTF-Medium";
  font-size: 20px;
  text-align: center;
}
.contact-section {
  width: 100vw;
  /* border-top: 1px solid #F38B94; */
  padding-bottom: 50px;
  padding-top: 10px;
  color: white;
  font-size: 1.25em;
  background-color: #525252;
}
a.school-list {
  color: white;
}
@media (max-width: 375px) {
  .nav-bar {
    visibility: hidden;
  }
}
@media (max-height: 667px) {
  .title-section {
    min-height: 650px;
  }
  .enlarge {
    transform: scale(1);
  }
}

@media (max-width: 400px) {
  .grid {
    flex-direction: column;
  }
  .corner-lines {
    visibility: hidden;
  }
  .title-section {
    /* margin-top: 80px; */
    align-items: center;
    /* height: auto; */
  }
  .sign-up-form-button {
    margin-top: 10px;
  }
  .sponsor-img-partner {
    max-height: auto;
    max-width: 300px;
  }
  #best-sponsor {
    height: auto;
  }
  .social-box {
    margin-bottom: 80px;
  }
  .title-col {
    width: 80%;
    margin: 0 auto;
  }
  .title-logo {
    width: 100%;
  }
  .title-info {
    width: 100%;
  }
  .sub-title {
    font-size: 13px;
  }
  .sign-up-form {
    margin: 0 auto;
  }
  .join-us-section {
    height: auto;
  }
  .apply-three-mid {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mission-sub-header {
    margin-top: 10px;
  }
  .event-section > .grid {
    height: auto;
  }
  .event-text {
    margin-bottom: 50px;
  }
  .event-map {
    height: 400px;
  }
  .enlarge {
    transform: scale(1);
  }
  .nav-bar {
    visibility: hidden;
  }
  div.panel.schedule-panel {
    padding: 0;
    padding-top: 15px;
  }
  .download-a {
    margin: 0 auto;
  }
}

.promo-box {
  background-color: white;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: fit-content;
  padding-right: 10px;
  border-radius: 26px;
  margin: 15px auto;
  -moz-box-shadow: 0 6px 17px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 6px 17px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 17px rgba(0, 0, 0, 0.16);
}

.promo-box h4 {
  font-family: "BenchNine", sans-serif;
  font-size: 32px;
  margin: 0;
}

.promo-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  position: relative;
  top: -6px;
  margin-top: 0;
  margin-bottom: 8px;
}

.promo-box a {
  font-family: "BenchNine", sans-serif;
  text-decoration: none;
  font-size: 22px;
  color: #25aae1;
}

.promo-image {
  position: relative;
  height: 180px;
  border-radius: 26px;
}

.promo-text {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 30px;
}

.glow-on-hover {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  font-size: x-large;
  font-family: "Dancing Script", cursive;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:hover::after {
  background: transparent;
}

.glow-on-hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

/* Schedule timeline */

.container {
  min-height: 100vh;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b1a17;
}
.timeline {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.timeline ul {
  list-style: none;
}
.timeline ul li {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.timeline ul li:last-child {
  margin-bottom: 0;
}
.timeline-content h1 {
  font-family: "open sans", sans-serif !important;

  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: GothamHTF-Bold;
  font-weight: 900;
}
.timeline-content h3 {
  font-family: "open sans", sans-serif;
  font-style: italic;
}
.timeline-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.timeline-content .date {
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .timeline::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 4px;
    background-color: #525252;
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline ul li {
    width: 50% !important;
    margin-bottom: 50px !important;
    position: relative !important;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
    clear: right;
    right: 0px;
    transform: translateX(-30px);
    border-radius: 30px 0px 30px 30px;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    clear: left;
    left: 0px;
    transform: translateX(30px);
    border-radius: 0px 30px 30px 30px;
  }
  .timeline ul li::after {
    content: " ";
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #2e2d2d;
    border-radius: 45%;
    top: -10px;
  }
  .timeline ul li:nth-child(odd)::after {
    transform: translate(50%, -50%);
    right: -30px;
  }
  .timeline ul li:nth-child(even)::after {
    transform: translate(-50%, -50%);
    left: -30px;
  }

  .timeline ul li:hover:after {
    background-color: yellow;
  }
  .timeline-content .date {
    position: absolute;
    color: white;
    top: -30px;
  }
}

/* for responsive navbar */
* {
  padding: 0px;
  margin: 0px;
  transition: 0.5 s;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  background-color: blue;
  color: white;
  height: 8vh;
}
nav .links {
  display: flex;
}
.links p {
  padding: 10px;
}
#mobile-menu-btn {
  display: none;
}
.mobile-menu {
  color: white;
  display: none;
  position: absolute;
  right: 0;
  height: 60vh;
  width: 70vw;
  background-color: blue;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "segoe ui";
}

.nav {
  height: 50px;
  width: 100%;
  background-color: #4d4d4d;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}

@media (max-width: 600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
nav {
  position: fixed;
  z-index: 99;
  width: 100%;

  background: #242526;
}
nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links {
  display: inline-flex;
}
.nav-links li {
  list-style: none;
}
.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover {
  background: #3a3b3c;
}
.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.row .mega-links li {
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover {
  color: #f2f2f2;
}
.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}
@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
}
nav input {
  display: none;
}
.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div {
  font-size: 45px;
  font-weight: 600;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

nav {
  background: rgb(247, 250, 59);
  height: 80px;
  width: 100%;
}

nav ul {
  float: right;
  margin-right: 25px;
}

nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 15px;
}

nav ul li a {
  position: relative;
  color: black;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 0;
}
label #btn,
label #cancel {
  color: white;
  font-size: 30px;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

@media (max-width: 1118px) {
  nav img {
    left: 8%;
  }
}

@media (max-width: 944px) {
  nav img {
    left: 6%;
    top: 20px;
    width: 130px;
  }

  nav ul li a {
    font-size: 17px;
  }
}

@media (max-width: 860px) {
  label #btn {
    display: block;
  }

  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #34495e;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }

  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }

  nav ul li a {
    font-size: 20px;
  }

  #check:checked ~ ul {
    left: 0;
  }
  #check:checked ~ label #btn {
    display: none;
  }

  #check:checked ~ label #cancel {
    display: block;
  }
}

nav ul li a:before {
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: white;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s linear;
}

a.active,
a:hover {
  background: #1b9bff;
  transition: 0.5s;
}

.checkbtn {
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

@media (max-width: 952px) {
  label.logo {
    font-size: 30px;
    padding-left: 50px;
  }

  nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 858px) {
  .checkbtn {
    display: block;
  }

  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }

  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }

  nav ul li a {
    font-size: 20px;
  }
  a:hover,
  a.active {
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul {
    left: 0;
  }
}


.box{
  display: flex;
  align-items: center;
  justify-content: center;
	position: relative;
	top: 6%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.box span:nth-child(2)
{
	animation-delay: -0.2s;
}

.box span:nth-child(3)
{
	animation-delay: -0.4s;
}

@keyframes animate{
	
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}