@import url("https://fonts.googleapis.com/css2?family=Allura&family=Oswald:wght@200;300;400;500;600;700&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --blue: #3059BE;
  --green: #58CA60;
  --yellow: #FFC921;
  --red: #C4241C;
  --brown: #F36F3C;
  --white: #fbfbfb;
  --bg-white: #CBC9C6;
  --black: #111111;
}

::-webkit-scrollbar {
  width: 7.5px;
  opacity: 0.1;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  opacity: 0.7;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--red);
  border-radius: 10px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  padding-top: 20px;
  z-index: 20;
}
header .logo {
  width: 100px;
  height: 80px;
  margin-right: -15px;
}
header .logo img {
  height: 80px;
  width: 100px;
}
header nav ul {
  list-style: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header nav ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
header nav ul li a {
  text-decoration: none;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  color: var(--white);
  opacity: 0.85;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
header nav ul li a:hover {
  opacity: 1;
  font-weight: 900;
}
header nav ul li .button {
  background-color: transparent;
  outline: none;
  margin: 15px;
  border: 2px solid var(--white);
  border-radius: 20px;
  padding: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  color: var(--white);
  opacity: 0.85;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
header nav ul li .button:hover {
  opacity: 1;
  font-weight: 900;
  background-color: var(--white);
  color: var(--black);
  mix-blend-mode: screen;
}
header #hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}
header #hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 30px;
  transition: 0.4s;
}
header .open .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
}
header .open .bar2 {
  opacity: 0;
  color: var(--red);
}
header .open .bar3 {
  color: var(--green);
  transform: rotate(45deg) translate(-6px, -8px);
}
header .open .mobile-menu {
  background-color: #000;
  opacity: 0.75;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
header .mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
  margin-top: 0.8rem;
  padding-left: 0;
}
header .mobile-menu li {
  text-decoration: none;
  margin-top: 2rem;
  list-style: none;
}
header .mobile-menu li a {
  text-decoration: none;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  color: var(--white);
  opacity: 0.85;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
header .mobile-menu li a:hover {
  opacity: 1;
  font-weight: 900;
}
header .mobile-menu li .button {
  background-color: transparent;
  outline: none;
  margin-top: 20px;
  border: 2px solid var(--white);
  border-radius: 20px;
  padding: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  color: var(--white);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
header .mobile-menu li .button:hover {
  opacity: 1;
  font-weight: 900;
  background-color: var(--bg-white);
  color: var(--white);
  mix-blend-mode: screen;
}

.landing {
  background-image: url(../School.jpg);
  background-size: 100% 100%;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.landing .txtbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  margin-top: -200px;
}
.landing .txtbox p {
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  letter-spacing: -2px;
  color: var(--red);
}
.landing .txtbox b {
  font-family: "Allura", cursive;
  color: var(--white);
  font-size: 3rem;
  margin-top: -12px;
  text-align: center;
  width: 100%;
}

.quote {
  width: 100%;
  background-color: var(--yellow);
  padding: 50px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.75rem;
  color: var(--black);
  font-weight: 500;
  background-color: #A5F655;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23da7f00' fill-opacity='0.16' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.schools {
  min-height: 100vh;
  background-color: var(--white);
  width: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.schools .head b {
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  letter-spacing: -2px;
  color: var(--red);
}
.schools .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.schools .container .open-school-page {
  text-decoration: none;
}
.schools .container .card {
  overflow: hidden;
  height: 540px;
  width: 250px;
  background-color: #f3f3f3;
  margin: 25px 7px;
  border-radius: 2.5px;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.schools .container .card:hover {
  box-shadow: 0 4px 10px 1px rgba(217, 40, 48, 0.2);
  transform: scale(1.05);
}
.schools .container .card .img {
  height: 200px;
  width: 100%;
  background-color: #D92830;
  overflow: hidden;
}
.schools .container .card .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.schools .container .card .img img:hover {
  transform: scale(1.1) rotate(5deg);
  filter: brightness(0.8);
}
.schools .container .card .name {
  color: var(--red);
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  margin-top: 15px;
  text-align: center;
}
.schools .container .card .vision {
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
  padding: 10px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  line-height: 1.25rem;
  word-break: break-word;
}
.schools .container .card .stats {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-top: 15px;
}
.schools .container .card .stats .stat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  font-family: "Raleway", sans-serif;
  padding: 10px;
}
.schools .container .card .stats .stat .stat-name {
  font-weight: 700;
  color: var(--red);
  font-size: 1rem;
}
.schools .container .card .stats .stat:nth-child(2) {
  border-left: 1px solid var(--black);
  border-right: 1px solid var(--black);
}
.schools .container .card .social {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-top: 15px;
}
.schools .container .card .social .social-icon {
  height: 30px;
  width: 30px;
  background-color: var(--red);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.schools .container .card .social .social-icon:hover {
  transform: scale(1.1);
  color: #fff;
}
.schools .container .card .social .social-icon .social-websites {
  text-decoration: none;
}
.schools .container .card .social .social-icon .social-websites .social-brand {
  color: #fff;
}

.leaderboard {
  height: 100%;
  width: 100%;
  background-color: var(--white);
  display: block;
}
.leaderboard svg {
  width: 100%;
}
.leaderboard .leaderboardSec {
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  margin-top: -30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.leaderboard .leaderboardSec .heading b {
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  letter-spacing: -2px;
  color: var(--red);
}
.leaderboard .leaderboardSec .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
}
.leaderboard .leaderboardSec .container .box {
  height: 550px;
  width: 45%;
  overflow-y: scroll;
  background-color: var(--white);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.leaderboard .leaderboardSec .container .box:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.leaderboard .leaderboardSec .container .box .head {
  margin-top: 25px;
  font-family: "Oswald", sans-serif;
  color: var(--red);
  font-size: 2rem;
}
.leaderboard .leaderboardSec .container .box .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}
.leaderboard .leaderboardSec .container .box .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  padding: 15px;
  position: relative;
}
.leaderboard .leaderboardSec .container .box .list .item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.leaderboard .leaderboardSec .container .box .list .item .rank {
  height: 35px;
  width: 35px;
  background-color: var(--red);
  border-radius: 50%;
  color: var(--white);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
}
.leaderboard .leaderboardSec .container .box .list .item .rank:hover {
  transform: scale(1.1);
  color: #fff;
}
.leaderboard .leaderboardSec .container .box .list .item .name {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  color: var(--black);
  margin-left: 15px;
  padding-right: 45px;
}
.leaderboard .leaderboardSec .container .box .list .item .score {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: var(--red);
  align-self: flex-end;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: var(--white);
  margin-top: -120px;
}
.tagline p {
  font-family: "Allura", cursive;
  color: var(--black);
  font-size: 3rem;
  font-weight: 700;
}
.tagline img {
  height: 50px;
  width: 50px;
  margin-left: 10px;
}

.contact {
  height: 100%;
  width: 100%;
  background-color: var(--yellow);
  margin-top: -150px;
  display: block;
}
.contact svg {
  width: 100%;
}
.contact .contactsec {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  margin-top: -5px;
  padding-bottom: 75px;
  padding: 0 25px 75px 25px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: row;
  font-family: "Raleway", sans-serif;
  font-family: "Nunito Sans", sans-serif;
}
.contact .contactsec .col1 {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.contact .contactsec .col1 .head {
  font-size: 3.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -5px;
  color: var(--white);
  text-decoration: none;
}
.contact .contactsec .col1 .head a {
  text-decoration: none;
}
.contact .contactsec .col1 .info {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
  font-family: "Raleway", sans-serif;
  line-height: 1.75rem;
  margin-bottom: 15px;
  text-align: center;
}
.contact .contactsec .col1 .info a {
  text-decoration: none;
  color: var(--white);
}
.contact .contactsec .col1 .text {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  font-family: "Raleway", sans-serif;
  line-height: 1.75rem;
  margin-bottom: 15px;
  text-align: left;
  padding-right: 75px;
}
.contact .contactsec .col1 .copy {
  color: var(--white);
}
.contact .contactsec .sub {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: row;
}
.contact .contactsec .sub .col2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 80px 12px 0 12px;
}
.contact .contactsec .sub .col2 .head {
  font-size: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  color: var(--white);
}
.contact .contactsec .sub .col2 .links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.contact .contactsec .sub .col2 .links a {
  color: var(--red);
  font-family: "Raleway", sans-serif;
  margin-top: 7px;
  text-decoration: none;
}
.contact .contactsec .sub .col3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 80px 12px 0 12px;
}
.contact .contactsec .sub .col3 .head {
  font-size: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  color: var(--white);
}
.contact .contactsec .sub .col3 .links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.contact .contactsec .sub .col3 .links a {
  color: var(--red);
  font-family: "Raleway", sans-serif;
  margin-top: 7px;
  text-decoration: none;
}
.contact .contactsec .sub .col4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 80px 12px 0 12px;
}
.contact .contactsec .sub .col4 .head {
  font-size: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  color: var(--white);
}
.contact .contactsec .sub .col4 .iconbox {
  margin-top: 25px;
}
.contact .contactsec .sub .col4 .iconbox a {
  text-decoration: none;
  margin: 5px;
}
.contact .contactsec .sub .col4 .iconbox a i {
  font-size: 1.5rem;
  color: var(--red);
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.contact .contactsec .sub .col4 .iconbox a i:hover {
  opacity: 1;
  transform: scale(0.9);
}

@media (max-width: 1700px) {
  header nav ul li a {
    font-size: 1.2rem;
    margin: 10px;
  }
  header nav ul li .button {
    margin: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 1180px) {
  header nav ul li a {
    font-size: 0.8rem;
    margin: 10px;
  }
  header nav ul li .button {
    margin: 10px;
    font-size: 0.8rem;
  }
}
@media (max-width: 1030px) {
  header nav ul li a {
    font-size: 0.8rem;
    margin: 8px;
  }
  header nav ul li .button {
    margin: 8px;
    font-size: 0.8rem;
  }
}
@media (max-width: 950px) {
  header {
    height: 90px;
    padding-top: 20px;
  }
  header .logo {
    width: 70px;
    height: 50px;
  }
}
@media (max-width: 900px) {
  header nav {
    display: none;
  }
  header #hamburger-icon {
    display: block;
  }
}
@media (max-width: 600px) {
  .landing {
    background-size: 100% 100%;
  }
  .landing .txtbox p {
    font-size: 2.8rem;
  }
  .landing .txtbox b {
    font-size: 1.5rem;
  }
  .schools .head b {
    font-size: 4.5rem;
  }
  .leaderboard .leaderboardSec {
    margin-top: -30px;
  }
  .leaderboard .leaderboardSec .heading b {
    font-size: 4.5rem;
  }
  .leaderboard .leaderboardSec .container {
    margin-top: 25px;
  }
  .leaderboard .leaderboardSec .container .box {
    width: 100%;
  }
  .tagline {
    margin-top: -50px;
  }
  .tagline p {
    font-size: 1.5rem;
  }
  .tagline img {
    height: 35px;
    width: 35px;
    margin-left: 10px;
  }
  .contact {
    margin-top: -50px;
  }
  .contact .contactsec {
    margin-top: -15px;
    padding: 0 30px 75px 30px;
  }
  .contact .contactsec .sub {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .contact .contactsec .sub .col2 {
    margin: 40px 12px 0 12px;
  }
}
@media (max-width: 527px) {
  .schools .container {
    justify-content: center;
  }
}
@media (max-width: 410px) {
  .leaderboard .leaderboardSec .heading b {
    font-size: 3.5rem;
  }
  .schools .head b {
    font-size: 3.5rem;
  }
  .tagline p {
    font-size: 1.2rem;
  }
  .tagline img {
    height: 30px;
    width: 30px;
  }
  .contact .contactsec {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .contact .contactsec .col1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .contact .contactsec .col1 .text {
    padding-right: 0px;
  }
  .contact .contactsec .col1 .head {
    font-size: 2.5rem;
  }
  .contact .contactsec .sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .contact .contactsec .sub .col2 {
    margin: 30px 12px 0 0px;
  }
  .contact .contactsec .sub .col3 {
    margin: 30px 12px 0 0px;
  }
  .contact .contactsec .sub .col4 {
    margin: 30px 12px 0 0px;
  }
}
@media (max-width: 330px) {
  .landing .txtbox p {
    font-size: 2rem;
  }
  .schools .container a .card {
    width: 210px;
    margin: 25px 7px;
  }
  .schools .container a .card .img {
    height: 150px;
  }
  .leaderboard .leaderboardSec .heading b {
    font-size: 3rem;
  }
  .schools .head b {
    font-size: 3rem;
  }
  .tagline {
    margin-top: -50px;
  }
  .tagline p {
    font-size: 1rem;
  }
  .tagline img {
    height: 25px;
    width: 25px;
    margin-left: 10px;
  }
}
@media (max-width: 300px) {
  .tagline {
    margin-bottom: 2.5rem;
    margin-top: -1rem;
  }
  .tagline p {
    font-size: 0.9rem;
  }
  .tagline img {
    height: 20px;
    width: 20px;
  }
}/*# sourceMappingURL=dashboard.css.map */