@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.cdnfonts.com/css/cocogoose");
body,
h1,
h2,
ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.open-menu-nav {
  font-size: 30px;
  margin: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.close-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #ec5242;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
}

.time-put-up {
  margin: 20px 20px 0 0;
}

.aside-content {
  position: fixed;
  background-color: #272a31;
  height: 100vh;
  width: 100%;
  display: none;
}

.aside-content.active {
  display: block;
}

.top-nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: cocogoose, sans-serif;
  font-size: small;
  color: #d3d3d3;
  margin-top: 70px;
}

.top-nav-content a {
  color: #d3d3d3;
  font-family: lato, sans-serif;
  font-size: 20px;
}

.button-logo i {
  font-size: 60px;
}

.header-middle-content li a {
  color: #d3d3d3;
  font-family: lato, sans-serif;
  font-size: 20px;
}

.font-for-lang i {
  margin-left: 15px;
}

.top-nav-content i:hover,
.top-nav-content a:hover {
  color: #ec5242;
}

.header-middle-content li a:hover {
  color: #ec5242;
}

.center-btn-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

.button-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #ec5242;
  background-color: transparent;
}

.logo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-family: lato, sans-serif;
}

.header-middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 70px;
}

.campaign-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 2px solid grey;
  background-color: transparent;
  color: #faf7f7;
  padding: 12px 25px;
  opacity: 0.5;
}

.campaign-btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 100px;
}

.bigger-body-bg {
  background-size: cover;
  height: 600px;
  margin-top: -70px;
  width: 100%;
  background-position: top;
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
}

.header-text-content {
  padding: 90px 17px 0 17px;
}

.header-text-h3 {
  color: #ec5242;
  font-family: lato, sans-serif;
}

.header-text-h1 {
  font-family: cocogoose, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
  -webkit-background-clip: text;
  color: transparent;
  background-position: top;
  background-image: url(../images/red-bg.jpg);
}

.header-text-para {
  background-color: white;
  padding: 5px 8px 0 30px;
  font-family: lato, sans-serif;
}

.next-class-date {
  font-family: cocogoose, sans-serif;
  font-size: 20px;
}

.main-curriculum-bg {
  background-size: cover;
  height: 800px;
  width: 100%;
  background-position: top;
  background-image: url(../images/curriculum-bg.jpg);
  background-repeat: no-repeat;
}

.body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-curriculum-h3 {
  color: white;
  font-family: lato, sans-serif;
  font-size: 30px;
}

.hr {
  width: 50px;
  background-color: #ec5242;
  height: 2px;
  opacity: 0.9;
  border: none;
}

.whole-program-container {
  display: none;
}

.languaguages-body {
  padding-bottom: 100px;
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: white;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 50px;
  background-color: rgba(82, 81, 81, 0.7);
  margin-top: 10px;
  padding: 1px;
}

.languages:hover {
  border: 2px solid white;
}

.language-h3 {
  font-family: lato, sans-serif;
  color: #ec5242;
  font-size: 15px;
}

.languages-para {
  text-align: start;
  width: 150px;
  font-family: lato, sans-serif;
  color: white;
  font-size: 13px;
}

.font-for-lang {
  font-size: 50px;
  color: #ec5242;
}

.join-our-course-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.join-our-course {
  font-size: 20px;
  font-family: lato, sans-serif;
  width: 70%;
  height: 50px;
  background-color: #ec5242;
  border: none;
  color: #d3d3d3;
}

.li-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 400px;
}

.our-teachers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  font-size: 40px;
  font-family: cocogoose, sans-serif;
  color: #ec5242;
}

.featured-teacher {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  justify-items: center;
  margin: 20px;
}

.images-cards {
  max-width: 80px;
  margin-left: 10px;
}

.description h3 {
  font-family: "Lato", sans-serif;
  margin: 0;
}

.description h4 {
  font-family: "Lato", sans-serif;
  color: #ec5242;
  margin: 0;
}

.description p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  margin-top: 30px;
}

.description hr {
  width: 20px;
  margin: 0;
  padding: 0;
  color: gray;
}

.partner-content {
  height: 20vh;
  width: 100%;
  background-color: #272a31;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner-h3 {
  font-size: 30px;
  font-family: lato, sans-serif;
  margin-bottom: 0;
  color: #faf7f7;
}

.partner-hr {
  width: 50px;
  background-color: #ec5242;
  height: 2px;
  border: none;
}

.adverts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 70%;
  margin-top: 20px;
  color: #979494;
  font-family: lato, sans-serif;
  font-size: 15px;
}

.footer-section {
  height: 30vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.right-hand-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-family: cocogoose, sans-serif;
  gap: 5px;
}

.globe-footer {
  font-size: 40px;
}

.span-footer {
  font-size: 10px;
  font-family: lato, sans-serif;
}

@media screen and (min-width: 768px) {
  .open-menu-nav {
    display: none;
  }
  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #faf7f7;
    border-bottom: 1px solid #e9e7e7;
    -webkit-box-shadow: 0 0 8px 03px #c4c1c1;
            box-shadow: 0 0 8px 03px #c4c1c1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 80px;
    z-index: 5;
  }
  .whole-body-nav {
    width: 100%;
    height: 40px;
  }
  .top-nav {
    width: 100%;
    background-color: #272a31;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    z-index: 5;
  }
  .button-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    border: none;
    background-color: #faf7f7;
  }
  .header-content i {
    font-size: 50px;
    color: #ec5242;
  }
  .header-middle-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 20px;
    font-family: lato, sans-serif;
    margin-top: 0;
  }
  .top-nav-content a {
    color: #d3d3d3;
  }
  .header-middle-content li a {
    color: #272a31;
  }
  .top-nav-content a:hover {
    color: #ec5242;
  }
  .header-middle-content li a:hover {
    color: #ec5242;
  }
  .logo-name {
    font-family: cocogoose, sans-serif;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0;
    padding: 0;
  }
  .logo-name span {
    margin: 0;
    padding: 0;
  }
  .open-nav {
    display: none;
  }
  .close-nav {
    display: none;
  }
  .top-nav-content {
    margin-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #d3d3d3;
    font-weight: 500;
    margin-top: 0;
  }
  .campaign-button i {
    font-size: 20px;
    margin: 0;
  }
  .font-for-lang i {
    margin-top: 15px;
    margin-left: 0;
  }
  .top-nav-content i:hover {
    color: #ec5242;
  }
  .center-btn-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .campaign-btn-center {
    margin-top: 0;
  }
  .campaign-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    border: 4px solid #ec5242;
    color: #ec5242;
    font-family: lato, sans-serif;
    padding: 12px 25px;
  }
  .bigger-body-bg {
    background-size: cover;
    height: 100vh;
    margin-top: 3px;
    background-position: top;
    background-image: url(../images/bkgrnd.png);
    background-repeat: no-repeat;
  }
  .aside-content {
    display: contents;
  }
  .header-text-content {
    padding: 90px 100px 0 100px;
  }
  .header-text-h3 {
    color: #ec5242;
    font-family: lato, sans-serif;
    font-size: 40px;
  }
  .header-text-h1 {
    font-family: cocogoose, sans-serif;
    font-size: 80px;
    background-size: cover;
    background-clip: content-box;
    -webkit-background-clip: text;
    background-position: top;
    line-height: 1.2;
    color: transparent;
    background-image: url(../images/red-bg.jpg);
  }
  .header-text-para {
    background-color: white;
    margin: 0% 50% 3% 10%;
    font-family: lato, sans-serif;
    overflow: hidden;
  }
  .next-class-date {
    font-family: cocogoose, sans-serif;
    font-size: 40px;
    opacity: 0.7;
    overflow: hidden;
    margin-bottom: 0;
  }
  .main-curriculum-bg {
    background-size: cover;
    height: 500px;
    width: 100%;
    background-position: top;
    background-image: url(../images/curriculum-bg.jpg);
    background-repeat: no-repeat;
  }
  .body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
  .main-curriculum-h3 {
    color: white;
    font-family: lato, sans-serif;
    font-size: 30px;
  }
  .hr {
    width: 50px;
    background-color: #ec5242;
    height: 2px;
    border: none;
  }
  .languages {
    background-color: rgba(82, 81, 81, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 5px;
  }
  .languages:hover {
    border: 2px solid white;
  }
  .font-for-lang {
    font-size: 60px;
    color: #ec5242;
  }
  .center-lang-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .languages-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 60%;
  }
  .languages-para {
    font-family: lato, sans-serif;
    width: 150px;
    text-align: center;
    color: white;
  }
  .language-h3 {
    font-family: lato, sans-serif;
    color: #ec5242;
  }
  .whole-program-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
    text-decoration: underline;
  }
  .whole-program {
    color: white;
    text-align: center;
  }
  .whole-program:hover {
    color: #ec5242;
  }
  .join-our-course-btn-container {
    display: none;
  }
  .ul-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .body-of-whole-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin: auto 200px;
  }
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 150px;
  }
  .image-content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .image-content {
    line-height: 0.3;
  }
  .name {
    font-family: lato, sans-serif;
  }
  .course-taken-h5 {
    font-style: italic;
    font-family: lato, sans-serif;
    color: #ec5242;
    margin-bottom: 13px;
  }
  .li-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    width: 400px;
  }
  .our-teachers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    font-size: 40px;
    font-family: cocogoose, sans-serif;
    color: #ec5242;
  }
  .featured-teacher {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin: 20px;
  }
  .images-cards {
    max-width: 80px;
    margin-left: 10px;
  }
  .description h3 {
    font-family: "Lato", sans-serif;
    margin: 0;
  }
  .description h4 {
    font-family: "Lato", sans-serif;
    color: #ec5242;
    margin: 0;
  }
  .description p {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    margin-top: 30px;
  }
  .description hr {
    width: 20px;
    margin: 0;
    padding: 0;
    color: gray;
  }
  .partner-content {
    height: 20vh;
    width: 100%;
    background-color: #272a31;
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .partner-h3 {
    font-size: 30px;
    font-family: lato, sans-serif;
    margin-bottom: 0;
    color: #faf7f7;
  }
  .partner-hr {
    width: 50px;
    background-color: #ec5242;
    height: 2px;
    border: none;
  }
  .adverts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60%;
    margin-top: 10px;
    color: #979494;
    font-family: lato, sans-serif;
    font-size: 40px;
  }
  .footer-section {
    height: 30vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .right-hand-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-family: cocogoose, sans-serif;
    gap: 5px;
  }
  .globe-footer {
    font-size: 80px;
  }
  .span-footer {
    font-size: 30px;
    font-family: lato, sans-serif;
  }
}
/*# sourceMappingURL=index.css.map */