/* ==========  CSS Variables ==========  */

:root {
  --white-color: #fff;
  --dark-color: #222;
  --wine-color: #581c1c;
  --cream-color: #ffda44;
  --body-bg-color: #fff;
  --section-bg-color: #303834;
  --navigation-item-hover-color: #3b5378;

  --text-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  --box-shadow: 0 5px 25px rgb(0 0 0 /20%);

  --scroll-bar-color: #fff;
  --scroll-thumb-color: #282f4e;
  --scroll-thumb-hover-color: #454f6b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

html {
  overflow-x: hidden;
}

.highlight{
  color: var(--cream-color);
}


body {
  position: relative;
  max-width: 100%!important ;
  overflow-x: inherit;
  scrollbar-width: none;
}

section {
  max-width: 100%; 
}


/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman",
    serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;

*/

li {
  margin: 0;
  color: #656565;
}

.fade-p {
  color: #7e7d7d;
  line-height: 1.7em;
}

/* .bg-wine{
    background-color: var(--wine-color);
} */

.logo {
  max-height: 130px;
  max-width: 130px;
}

/* Global Styling */

.top-info {
  padding: 15px 100px;
  background-color: var(--wine-color);
  display: flex;
  align-items: center;
  flex-direction: row;
  bottom: 0;
  color: #fff;
}

.top-info a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 15px;
}

.top-info #school-time {
  font-size: 15px;
}

.top-info i {
  margin-right: 5px;
}

.top-info .call,
.envelope {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.top-info #school-time {
  margin-right: 32%;
  display: flex;
  align-items: center;
}

.top-icons i {
  margin-right: 15px;
  font-size: 20px;
}

.top-icons i:not(:last-child) {
  margin-right: 15px;
}

/* Navigation Bar */

/* Global Variable */

/* .bg-nav{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 90px; 
    display: flex;
    justify-content: space-between;
    transition: 0.5s ease;    
    z-index: 9999999;
}

.bg-nav.fixed{
    position: fixed; 
    background: rgba(56, 56, 56, 0.466);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    animation: he .8s;
}  */

/* nav{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 90px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s ease;    
    z-index: 9999999;
}

nav.fixed{
    position: fixed; 
    background: rgba(56, 56, 56, 0.466);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    animation: he .8s;
} */

@keyframes he {
  from {
    top: 60px;
  }
  to {
    top: 0;
  }
}

.burger {
  display: none;
}


.burger div {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px;
  transition: all 0.3s ease;
}

.top-header img {
  max-height: 150px;
  max-width: 150px;
}

ul {
  display: flex;

  /* align-items: center; */
}

li {
  list-style-type: none;
}

li:not(:last-child) {
  margin-right: 50px;
}

ul a:hover {
  border-bottom: 0.1rem solid hsla(48, 100%, 63%, 0.863);
  padding-bottom: 0.5rem;
  transition: 0.2s linear;
  color: #ffda44;
}
/* 
.nav-list a {
  color: var(--white-color);
  text-decoration: none;
  font-weight: 500;
} */

/* Nav */
nav {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 90px;
  display: flex;
  justify-content: space-between;
  transition: 0.5s ease;
  z-index: 9999999;
}

nav.fixed {
  position: fixed;
  background: rgba(56, 56, 56, 0.466);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  animation: he 0.8s;
  

}

@keyframes he {
  from {
    top: 60px;
  }
  to {
    top: 0;
  }
}

.burger {
  display: none;
}

.burger div {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px;
  transition: all 0.3s ease;
}

.top-header img {
  max-height: 150px;
  max-width: 150px;
}

.nav-list {
  display: flex;
  align-items: center;
  max-height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.nav-list li {
  list-style-type: none;
}

.nav-list li {
  margin-right: 50px;
}

.nav-list a:hover {
  border-bottom: 0.1rem solid hsla(48, 100%, 63%, 0.863);
  padding-bottom: 0.5rem;
  transition: 0.2s linear;
  color: #ffda44;
}

.nav-list a {
  color: var(--white-color);
  text-decoration: none;
  font-weight: 500;
}










/*Footer*/

.footer-sec {
  margin-top: 100px;
  height: 420px;
  background-color: #581c1c;
  color: #fff;
}

.footer {
  width: 85%;
  margin: auto;
}

.footer .footer-logo-up {
  display: none;
}

.sections {
  display: flex;
  justify-content: space-between;
}

.section-1,
.section-2,
.section-3 {
  display: block;
  margin-top: 50px;
}

.section-2 a,
.section-3 a {
  text-decoration: none;
}

.section-2 a:hover,
.section-3 a:hover {
  text-decoration: underline;
  /* border-bottom: #fff  solid 2px; */
}

.sections a {
  color: #fff;
}

#gmap_canvas {
  margin-top: 25px;
}

.footer .sections h1 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer .sections p {
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-size: 12px;
}

#bottom-line {
  opacity: 50%;
  margin: 30px 0 20px 0;
}

.lower-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lower-footer a {
  color: #fff;
  text-decoration: none;
}

.lower-footer .socials i:not(:nth-child(1)) {
  margin-left: 20px;
}

.lower-footer .socials i {
  font-size: 20px;
}

.lower-footer .socials i:not(.insta) {
  margin-left: 30px;
}

.lower-footer .socials i:hover {
  transform: translateY(-5px);
  transition: 0.2s ease-in-out;
  color: var(--cream-color);
}

.lower-footer .love {
  color: var(--cream-color);
}

.lower-footer a:hover {
  text-decoration: underline;
}

.lower-footer .copy p:nth-child(1) {
  font-size: 16px;
}

.lower-footer .copy p:nth-child(2) {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #fffede;
}

.lower-footer .footer-logo {
  max-height: 150px;
  max-width: 150px;
  margin-left: -8px;
}

/* Copy */

/* ==========  Media Queries (max-width: 768px)  ==========  */
@media screen and (max-width: 768px) {
  .top-info {
    padding: 10px 30px;
    background-color: var(--wine-color);
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #fff;
  }

  .top-info a {
    font-size: 13px;
  }

  .top-info #school-time {
    font-size: 13px;
  }

  .top-info #school-time {
    margin-right: 50px;
    display: flex;
    align-items: center;
  }

  .top-info .call,
  .envelope {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }

  .top-icons a {
    /* margin-right: 20px; */
    /* font-size: 15px; */
  }

  .top-icons a:first-child{
    margin-right: 8px;
  }

  /* Hamburger Menu */

  .top-header img {
    max-height: 130px;
    max-width: 130px;
  }

  nav {
    padding: 10px 25px;
  }

  .nav-list {
    border-top: #ffffff4f 1px solid;
    position: absolute;
    right: 0px;
    top: 0;
    height: 100vh;
    background: var(--wine-color);
    width: 100%;
    transition: 0.3 ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0 50px 30px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    z-index: 50 00;
  }

  .nav-active {
    transform: translateX(0%);
  }

  @keyframes navLinkFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .burger {
    display: block;
    margin: 15px 10px 0 0;
    z-index: 6000;
  }

  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle .line2 {
    opacity: 0;
  }

  .toggle .line3 {
    transform: rotate(45deg) translate(-4px, -5px);
  }

  /* End */

  /* Academic */

  .academic {
    width: 90%;
    margin: 40px auto;
  }

  /* Footer */

  .footer-sec {
    margin-top: 100px;
    height: 690px;
    background-color: #581c1c;
    color: #fff;
  }

  .footer {
    width: 90%;
    margin: auto;
  }

  .sections {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  #gmap_canvas {
    max-width: 500px;
    height: 250px;
  }

  .lower-footer .socials i:nth-child(3) {
    margin-left: 0px;
  }
}

/* Copy */

/* ==========  Media Queries for mobile  ==========  */
@media (min-width: 320px) and (max-width: 480px) {
  .top-info {
    padding: 10px 20px;
    display: block;
    flex-direction: column;
  }

  .top-info a {
    padding-bottom: 15px;
  }
  .top-info .call {
    padding-top: 10px;
  }

  .top-icons {
    display: flex;
    /* justify-content: flex-end; */
    position: absolute;
    top: 90px;
    right: 5px;
  }


  /* Hamburger Menu */

  .top-header img {
    max-height: 150px;
    max-width: 150px;
  }


  /* Hamburger Menu */

  .top-header img {
    max-height: 150px;
    max-width: 150px;
  }

  nav {
    padding: 10px 15px;
    /* background: rgba(8, 8, 8, 0.1); */
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.555);
    transition: 0.5s ease;
  }

  .nav-list {
    border-top: #ffffff4f 1px solid;
    position: absolute;
    right: 0px;
    top: 0;
    height: 100vh;
    background: var(--wine-color);
    width: 100%;
    transition: 0.3 ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0 50px 30px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    z-index: 5000;
  }

  .nav-active {
    transform: translateX(0%);
  }

  @keyframes navLinkFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .burger {
    display: block;
    margin: 15px 10px 0 0;
    z-index: 6000;
  }

  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle .line2 {
    opacity: 0;
  }

  .toggle .line3 {
    transform: rotate(45deg) translate(-4px, -5px);
  }

  /* Hero Section */

  .showcase .padded {
    padding: 25vh 0 10vh 0;
  }

  .content .title {
    font-size: 35px;
  }

  /* End */

  /* Academic body*/

  .academic {
    width: 85%;
    margin: 30px auto;
  }

  .curriculum {
    margin-bottom: 20px;
  }

  .curriculum h1,
  .scoreboard h1 {
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 5px;
  }

  .curriculum p {
    color: rgb(63, 60, 60);
    line-height: 1.5em;
  }



  /* Footer */

  .footer-sec {
    min-height: 1000px;
    background-color: #581c1c;
    padding-top: 30px;
  }

  .footer .footer-logo-up {
    display: block;
    max-height: 150px;
    max-width: 150px;
    margin-left: -8px;
  }

  .sections {
    display: flex;
    flex-direction: column;
  }

  .footer .sections h1 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer .sections p {
    font-size: 10px;
  }

  .section-1 {
    margin-top: 20px;
  }

  .gmap_canvas {
    max-width: 380px;
    height: 200px;
  }

  .section-2,
  .section-3 {
    margin-top: 20px;
  }

  .lower-footer {
    margin-top: 125px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #bottom-line {
    /* margin: 90px 0 10px 0; */
    display: none;
  }

  .lower-footer .copy p:nth-child(1) {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .lower-footer .copy p:nth-child(2) {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .lower-footer .socials i {
    /* margin: 10px; */
    font-size: 15px;
  }

  .lower-footer .footer-logo {
    display: none;
  }
}

