/*--------------------
Body
--------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ---------------------------------------LEADERBOARD PARA------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

* {
  padding: 0;
  margin: 0;
}

.lead-para {
  margin-top: 70px;
  font-weight: 500;
  color: rgb(151, 206, 224) !important;
  padding: 0 !important;
  font-size: 45px;
  font-family: Georgia, 'Times New Roman', Times, serif
}

.nav__container h4 {
  margin-right: 70px;
}

nav {
  text-decoration: none;
  background: transparent;
  width: 100vw;
  height: 5rem;
  position: fixed;
  top: 0;
  z-index: 10001;
}


.window-scroll {
  background-color: rgba(105, 98, 98, 0.322);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(20px);
}
.nav__container {
  padding-top: 0.8rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#open-menu-btn,
#close-menu-btn {
  display: none;
}

.nav__menu {
  padding-right: 2rem;
  color: white;
  font-weight: bold;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.nav__menu a {
  text-decoration: none;
  margin-left: 0.3rem;
  color: white;
  font-size: 1rem;
  transition: var(--transition);
}

.nav__menu a:hover,
.nav__menu a.active {
  background: #0bdaff;
  display: block;
  align-items: center;
  justify-content: center;
}

#nedpic {
  margin-left: -2.7rem;
}

#nedpic {
  margin-bottom: 1rem;
  width: 80px;
  padding: 10px;
}


@media screen and (max-width: 1150px) {
  #nedpic{
    padding-right: 1rem;
  }
  nav button {
    display: inline-block;
    background: transparent;
    font-size: 2rem;
    color: white;
    cursor: pointer;
  }

  #open-menu-btn {
    display: flex;
  }

  #close-menu-btn {
    display: none;
  }



  .nav__menu {
    position: fixed;
    top: 5rem;
    right: -1%;
    height: fit-content;
    width: 22rem;
    flex-direction: column;
    gap: 0;
    display: none;
  }

  .nav__menu a {
    width: 100%;
    height: 3rem;
    background: linear-gradient(110.3deg, rgba(73, 93, 109, 1) 4.3%, rgba(49, 55, 82, 1) 96.7%);
    box-shadow: -4rem 6rem 10rem rgba(0, 0, 0, 0.6);
    display: grid;
    place-items: center;
    animation: animateNavItems 400ms linear forwards;
    transform-origin: top right;
    opacity: 0;
    align-items: center;
    justify-content: center;
  }

  .nav__menu a:nth-child(2) {
    animation-delay: 100ms;
  }

  .nav__menu a:nth-child(3) {
    animation-delay: 200ms;
  }

  .nav__menu a:nth-child(4) {
    animation-delay: 300ms;
  }

  .nav__menu a:nth-child(5) {
    animation-delay: 400ms;
  }

  .nav__menu a:nth-child(6) {
    animation-delay: 500ms;
  }

  .nav__menu a:nth-child(7) {
    animation-delay: 600ms;
  }

  .nav__menu a:nth-child(8) {
    animation-delay: 700ms;
  }

  .nav__menu a:nth-child(9) {
    animation-delay: 800ms;
  }

  @keyframes animateNavItems {
    0% {
      transform: rotateZ(-90deg) rotateX(90deg) scale(0.1);
    }

    100% {
      transform: rotateZ(0) rotateX(0) scale(1);
      opacity: 1;
    }
  }
  .active{
    text-align: center;
  }
  .nav__menu a:hover {
    background: #0bdaff;
    display: block;
  }

  #nedpic {
    margin-left: 0;
  }

}

body {

  background: rgb(0, 0, 0);

  padding-bottom: 0%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */

}


h1 {
  font-family: "Montserrat Medium";
  max-width: 40ch;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/* ---------------------------------------LEADERBOARD PARA------------------------------------- */

/* body {
    min-height: 450px;
    height: 100vh;
    margin: 0;
    background: radial-gradient(ellipse farthest-corner at center top, #f39264 0%, #f2606f 100%);
    color: #fff;
    font-family: "Open Sans", sans-serif;
} */

/*--------------------
Leaderboard
--------------------*/
.leaderboard {
  /* position: absolute; */
  /* top: 50%;
    left: 50%; */
  /* transform: translate(50%, 20%); */
  /* /* width: 285px; */
  height: 330px;
  background: linear-gradient(to bottom, #3a404d, #181c26);
  border-radius: 10px;
  box-shadow: 0 7px 30px rgba(62, 9, 11, 0.3);
}

.leaderboard h1 {
  font-size: 18px;
  color: #e1e1e1;
  padding: 12px 13px 18px;
}

.leaderboard h1 svg {
  width: 25px;
  height: 26px;
  position: relative;
  top: 3px;
  margin-right: 6px;
  vertical-align: baseline;
}

.leaderboard ol {
  counter-reset: leaderboard;
}

.leaderboard ol li {
  position: relative;
  z-index: 1;
  font-size: 14px;
  counter-increment: leaderboard;
  padding: 18px 10px 18px 50px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
}

.leaderboard ol li::before {
  content: counter(leaderboard);
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: rgba(27, 80, 116, 1);
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

.leaderboard ol li mark {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 10px 18px 50px;
  margin: 0;
  background: none;
  color: #fff;
}

.leaderboard ol li mark::before,
.leaderboard ol li mark::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: -9px;
  border-top: 10px solid rgba(27, 80, 116, 1);
  border-left: 10px solid transparent;
  transition: all 0.1s ease-in-out;
  opacity: 0;
}

.leaderboard ol li mark::after {
  left: auto;
  right: -9px;
  border-left: none;
  border-right: 10px solid transparent;
}

.leaderboard ol li small {
  position: relative;
  z-index: 2;
  display: block;
  text-align: right;
}

.leaderboard ol li::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 80, 116, 1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.leaderboard ol li:nth-child(1) {
  background: rgb(46, 143, 207);
}

.leaderboard ol li:nth-child(1)::after {
  background: rgb(74, 152, 205);
}

.leaderboard ol li:nth-child(2) {
  background: rgb(39, 116, 167);
}

.leaderboard ol li:nth-child(2)::after {
  background: rgb(58, 122, 164);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.leaderboard ol li:nth-child(2) mark::before,
.leaderboard ol li:nth-child(2) mark::after {
  border-top: 6px solid rgb(255, 255, 255);
  bottom: -7px;
}

.leaderboard ol li:nth-child(3) {
  background: rgb(26, 83, 121);
}

.leaderboard ol li:nth-child(3)::after {
  background: rgb(42, 94, 129);
  box-shadow: 0 1px 0 rgba(80, 71, 71, 0.11);
}

.leaderboard ol li:nth-child(3) mark::before,
.leaderboard ol li:nth-child(3) mark::after {
  border-top: 2px solid rgb(255, 255, 255);
  bottom: -3px;
}

.leaderboard ol li:nth-child(4) {
  background: rgba(20, 63, 92, 1);
}

.leaderboard ol li:nth-child(4)::after {
  background: rgb(26, 66, 93);
  box-shadow: 0 -1px 0 rgba(20, 63, 92, 1);
}

.leaderboard ol li:nth-child(4) mark::before,
.leaderboard ol li:nth-child(4) mark::after {
  top: -7px;
  bottom: auto;
  border-top: none;
  border-bottom: 6px solrgb(255, 255, 255);
}

.leaderboard ol li:nth-child(5) {
  background: rgba(15, 47, 69, 1);
  border-radius: 0 0 10px 10px;
}

.leaderboard ol li:nth-child(5)::after {
  background: rgba(32, 60, 79, 1);
  box-shadow: 0 -2.5px 0 rgba(255, 255, 255, 0.12);
  border-radius: 0 0 10px 10px;
}

.leaderboard ol li:nth-child(5) mark::before,
.leaderboard ol li:nth-child(5) mark::after {
  top: -9px;
  bottom: auto;
  border-top: none;
  border-bottom: 8px solid rgb(255, 255, 255);
}

.leaderboard ol li:hover {
  z-index: 2;
  overflow: visible;
}

.leaderboard ol li:hover::after {
  opacity: 1;
  transform: scaleX(1.06) scaleY(1.03);
}

.leaderboard ol li:hover mark::before,
.leaderboard ol li:hover mark::after {
  opacity: 1;
  transition: all 0.35s ease-in-out;
}

.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}

.the-most img {
  max-width: 100%;
}

.leadcards {
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

/* ---------------------------------------HIGH ACHIEVER ANIMATION--------------------------------- */

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      rgba(15, 47, 69, 1) 0%,
      rgb(4, 86, 141) 29%,
      rgb(27, 72, 105) 67%,
      rgb(137, 38, 82) 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-decoration-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 100px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.hr1 {
  color: #000000;
  height: 2px;

}
@media screen and (max-width: 600px) {
  .nav__menu a:hover {
      background: #000046;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #1CB5E0, #000046);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #1CB5E0, #000046);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      display: block;
      text-align: center;
    
  }
   }

@media (max-width: 500px) {
  .animate-charcter {
    font-size: 65px;
  }

  .lead-para {
    font-size: 30px;
  }
}



#nedpic {
  margin-top:3px ;
  position: relative;
  width: 100px;
  padding: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}


footer {
  background-image: linear-gradient(94.3deg, rgba(26, 33, 64, 1) 10.9%, rgba(81, 84, 115, 1) 87.1%);
color: #fff;
padding-top: 40px;
padding-bottom: 20px;
font-family: "Montserrat Medium";
}

footer h4 {
font-size: 20px;
margin-bottom: 20px;
}

footer p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 30px;
}

footer ul {
margin: 0;
padding: 0;
list-style: none;
}

footer ul li {
margin-bottom: 10px;
}

footer ul li a {
color: #fcfcfc;
text-decoration: none;
}

footer .col-md-4 {
text-align: center;
}

footer .col-md-4 ul li {
display: inline-block;
margin-right: 10px;
}

footer .col-md-4 ul li:last-child {
margin-right: 0;
}

footer .col-md-4 ul li a i {
font-size: 24px;
}

footer .social-icons li {
display: inline-block;
margin-right: 10px;
}

footer .social-icons li:last-child {
margin-right: 0;
}

footer .social-icons li a {
display: block;
height: 40px;
width: 40px;
border-radius: 50%;
background-color: #fff;
text-align: center;
line-height: 40px;
color: #111;
transition: all 0.3s ease;
}

footer .social-icons li a:hover {
background-color: #3b5998;
color: #fff;
}

footer .footer-bottom {
background-color: #000;
padding: 10px 0;
text-align: center;
}

footer .footer-bottom p {
margin: 0;
font-size: 14px;
color: #fff;
}

footer .useful-links {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 40px;
}

footer .useful-links ul {
margin: 0;
padding: 0;
list-style: none;
}

footer .useful-links ul li {
margin-bottom: 10px;
}

footer .useful-links ul li a {
color: #fff;
text-decoration: none;
font-size: 16px;
}

footer .useful-links ul li a:hover {
color: white;
}
.links li a:hover{
  color: #0bdaff;
}

@media screen and (max-width: 767px) {
footer .col-md-4 {
  margin-bottom: 30px;
}

footer .useful-links {
  flex-direction: column;
}

footer .useful-links ul li {
  margin-bottom: 20px;
}

footer .useful-links ul li:last-child {
  margin-bottom: 0;
}
}


