@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 10px 0;
  background-color: rgb(35, 39, 49);
  height: 106px;
  position: fixed;
  width: 100%;
  top: -2.3%;
  z-index: 999;
  cursor: pointer;
}

.title-name a {
  color: white;
  font-size: 45px;
  font-weight: bolder;
  margin-left: 30px;
  font-family: 'Pacifico', cursive;
  text-decoration: none;
}

.title-name a:hover {
  color: wheat;
}
.learn {
  font-weight: bold;
}

.learn {
  animation-name: rightin;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-fill-mode: backwards;
}

.intoduction-text {
  animation-name: rightin1;
  animation-delay: 2s;
  animation-duration: 6s;
  animation-fill-mode: backwards;
}

.enrollment {
  animation-name: btb;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-fill-mode: backwards;
}

.intro-img {
  animation-name: intro-img;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-fill-mode: backwards;
}

.expert {
  color: goldenrod;
  font-family: 'Pacifico', cursive;
}
.nav_link {
  list-style-type: none;
  margin-right: 10px;
}

.nav_link li {
  display: inline-block;
  padding: 0px 15px;
  margin-top: 24px;
}

.nav_link li:hover {
  background-color: white;
  border-radius: 50px;
  padding: 3px 20px;
  color: black;
  transition: padding 0.5s;
}

.nav_link li a {
  text-decoration: none;
  color: white;
}
.nav_link li a:hover {
  color: black;
  font-weight: bold;
}
.cta button {
  font-size: 13px;
  color: black;
  margin-top: 1px;
  margin-left: 20px;
  padding: 6px 15px;
  border-radius: 40px;
  border: none;
  transform: all 0.3s ease 0s;
  cursor: pointer;
  background-color: white;
}
.cta button:hover {
  background-color: black;
  font-weight: bold;
  color: white;
}

header #icon {
  color: white;
  line-height: 108px;
  font-size: 25px;
  margin-right: 20px;
  cursor: pointer;
  display: none;
  margin-top: 10px;
}

.introduction {
  background-image: linear-gradient(
      to bottom right,
      rgba(8, 8, 8, 0.576),
      rgba(24, 22, 22, 0.857)
    ),
    url(../Pictures/image5.jpg);
  /* height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 80px;
  padding: 160px 0;
  animation: intro 20s infinite ease-in-out;
}

.intoduction-text {
  text-align: justify;
}

.introduction-img {
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Newsletter {
  height: 50px;
}

.sign_up {
  font-family: 'Pacifico', cursive;
}

.card-text {
  font-size: 16px;
}

.card-title {
  font-weight: bolder;
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  color: black;
}

.course-icon {
  font-size: 70px;
  font-weight: bolder;
}

.flip-card {
  height: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgb(240, 238, 238);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /* background-color: rgb(209, 93, 93); */
  color: black;
}

.front1 {
  background-image: linear-gradient(
      to top right,
      rgba(89, 82, 82, 0.57),
      rgba(230, 157, 157, 0.576)
    ),
    url(../Pictures/image2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.front2 {
  background-image: linear-gradient(
      to top right,
      rgba(184, 93, 93, 0.611),
      rgba(65, 146, 192, 0.679)
    ),
    url(../Pictures/image14.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.front3 {
  background-image: linear-gradient(
      to top right,
      rgba(139, 104, 151, 0.445),
      rgba(114, 86, 86, 0.576)
    ),
    url(../Pictures/image19.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
  cursor: pointer;
}

.back1 {
  background: black;
}

.flip-card-back a {
  background-color: white;
  border-radius: 10px 0 10px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  padding: 10px;
}

.flip-card-back a:hover {
  background-color: brown;
  color: white;
  font-weight: bolder;
  border: white;
}

.flip-card-back .free {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  padding: 10px;
}

.back2 {
  background-color: gray;
}

.back3 {
  background-color: black;
}

.fundamentals-section {
  background-color: black;
}

.fundamentals-img {
  height: 100%;
  width: 100%;
}

.fundamentals {
  margin-left: 50px;
}

.fundamentals-heading {
  text-align: center;
  font-weight: bolder;
  font-size: 35px;
}

.fundamentals-text {
  font-size: 18px;
}

.join {
  font-size: 40px;
  font-weight: bolder;
  color: white;
}

.react {
  margin-right: 50px;
  color: black;
}

.About {
  background-image: linear-gradient(to top left, #0b0c10c2, #1a1a1dd7),
    url(../Pictures/image20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.counter-box {
  border: 2px solid white;
  margin-left: 10px;
}

.about-icon {
  color: white;
  font-size: 60px;
  font-weight: bolder;
  padding: 60px 0 30px 0;
}

.counter-text {
  font-weight: bolder;
  font-size: 20px;
  font-family: 'Dancing Script', cursive;
}

.counter-count {
  font-size: 50px;
  font-weight: bold;
  padding: 0 0 30px 0;
}

.studentsBox {
  color: black;
  padding: 10px;
  background: rgba(128, 128, 128, 0.603);
  box-shadow: -1px 2px 3px #ffffffc4, 1px -2px 3px #ffffffc4;
  border-radius: 10px;
  padding-left: 24px;
  margin-right: 10px;
  margin-top: 15px;
}

.studentsImgDiv {
  width: 100%;
  background-color: #ffffff98;
  border-radius: 50%;
  padding: 10px;
}

.studentImg {
  height: 150px;
  width: 100%;
  border-radius: 100%;
}

.aboutStudent {
  padding: 10px;
}

.aboutStudent h5 {
  margin-top: 10px;
  font-weight: 610;
  font-size: 25px;
}

.aboutStudent p {
  font-size: 22px;
}

.youCan {
  background-image: url(../Pictures/image23.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  overflow: hidden;
  animation: change 15s infinite ease-in;
}

footer {
  cursor: pointer;
  position: relative;
}
footer a .edtitle {
  color: white;
  font-size: 40px;
  font-weight: bolder;
  font-family: 'Pacifico', cursive;
}

footer a:hover {
  text-decoration: none;
  color: powderblue;
}
footer a .edtitle:hover {
  color: powderblue;
}

footer .edtext {
  color: gray;
  font-weight: bold;
  font-size: 16px;
}

.social-links a {
  display: inline-block;
  background-color: gray;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: black;
  margin: 6px 0 30px 0;
}
.social-links a i {
  font-size: 25px;
}

.edu-mail,
.edu-phone {
  color: white;
  text-decoration: none;
  display: flex;
  margin-top: 6px;
  color: gray;
}
.edu-mail i,
.edu-phone i {
  margin-top: 1px;
  font-size: 20px;
  margin-right: 4px;
}

.edu-mail:hover {
  text-decoration: none;
  color: rgba(0, 0, 255, 0.616);
}

.edu-phone:hover {
  text-decoration: none;
  color: rgba(0, 0, 255, 0.616);
}

.edu-mail h5:hover {
  font-weight: bolder;
}

footer h5 {
  color: gray;
  font-weight: bold;
}

footer h5:hover {
  color: white;
}
footer li {
  margin-bottom: 10px;
}

footer li a {
  color: white;
}

footer li a:hover {
  text-decoration: none;
  color: powderblue;
  font-weight: bolder;
}

.certifications {
  text-align: center;
  margin-top: 30px;
}
.certifications a {
  color: white;
}

.certifications a:hover {
  text-decoration: none;
  color: gray;
  font-weight: bolder;
  font-size: 20px;
}

.reserve {
  color: white;
  font-weight: bolder;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.vid {
  margin-bottom: 50px;
  margin-left: 30px;
  height: 300px;
}

.with-us {
  border: 1px solid gray;
}

.with-us li:hover {
  /* background-color: rgba(128, 128, 128, 0.514); */
  color: rgb(129, 210, 221);
  font-weight: bolder;
}

.with-us li {
  border-bottom: 1px solid gray;
  padding: 25px 25px;
}

.what-we-do-list li {
  margin-bottom: 35px;
}

.what-we-do-list li:before {
  content: '✓';
  color: rgb(129, 210, 221);
  margin-right: 7px;
  font-weight: bolder;
}
.with-us li {
  font-size: 18px;
  font-weight: 500;
}

.with-us li:hover {
  transition: all 0.2s ease;
}

.faq_box {
  border: 2px solid gray;
  margin-bottom: 33px;
}

.accordion {
  cursor: pointer;
  transition: 2s;
}
.panel {
  display: none;
  transition: max-height 0.2s ease-out;
}

@media (max-width: 340px) {
  .bg-video {
    display: none;
  }

  footer {
    background-color: black;
  }
}

@media (max-width: 421px) {
  .learn {
    font-size: 28px;
  }

  .news {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  footer .edtitle {
    font-size: 30px;
    font-weight: bold;
  }
  footer .edtext {
    color: gray;
    font-weight: bold;
    font-size: 14px;
  }

  .social-links a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    margin: 6px 0 20px 0;
  }
  .social-links a i {
    font-size: 20px;
  }
  .intouch {
    font-size: 15px;
  }
  .edu-mail i,
  .edu-phone i {
    margin-top: 2px;
    font-size: 15px;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .vid {
    margin-left: 0%;
  }
  footer li {
    margin: none;
  }

  .edu-phone {
    margin-bottom: 25px;
  }

  .introduction {
    margin-top: 0%;
    padding: 100px 0 30px 0;
  }

  .faq-img {
    display: none;
  }

  .edu {
    font-size: 60px;
    line-height: 100vh;
  }

  .fundamentals {
    margin-left: 0%;
  }

  .join {
    font-size: 30px;
  }

  .front {
    font-size: 25px;
  }
  .gree {
    font-size: 22px;
  }
  .lea {
    font-size: 22px;
  }
  .red {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .stack {
    margin-bottom: 20px;
  }
}
@media (max-width: 830px) {
  .nav_link {
    position: fixed;
    display: block;
    top: 86px;
    width: 60%;
    height: 100vh;
    background-color: #17191b;
    left: -100%;
    transition: all 0.8s ease-in-out;
  }

  .nav_link li {
    display: block;
    text-align: center;
    margin-bottom: 60px;
    padding: 5px 0;
  }

  .nav_link li:hover {
    border-radius: 50px;
    transition: padding 0.6s;
    background: transparent;
  }

  .nav_link li a {
    font-size: 18px;
    font-weight: bold;
  }

  .nav_link li a:hover {
    color: powderblue;
    font-weight: bolder;
  }

  .cta button {
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    padding: 10px 0;
    font-size: 18px;
  }

  .title-name {
    color: white;
    font-size: 30px;
    font-weight: bolder;
    margin-left: 20px;
  }

  header #icon {
    display: block;
  }

  .nav_link.show {
    left: 0;
  }
}

@media (min-width: 1100px) {
  .nav_link li {
    padding: 0px 40px;
  }
}

@media (max-width: 540px) {
  .front {
    font-size: 18px;
  }
  .gree {
    font-size: 16px;
  }
  .lea {
    font-size: 14px;
  }
}

@media (max-width: 410px) {
  .front {
    font-size: 16px;
  }
  .gree {
    font-size: 14px;
  }
  .lea {
    font-size: 14px;
  }
}

@keyframes change {
  30% {
    background-image: linear-gradient(to top left, #010e0c9c, #1a1a1ddc),
      url(../Pictures/web.jpg);
  }

  38% {
    background-image: url(../Pictures/image22.jpg);
  }

  55% {
    background-image: url(../Pictures/image5.jpg);
  }
  76% {
    background-image: url(../pictures/image6.jpg);
  }
  100% {
    background-image: url(../Pictures/image20.jpg);
  }
}

@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  60% {
    transform: translateY(-25px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes rightin1 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes btb {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  60% {
    transform: translateX(25px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes intro-img {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  60% {
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}
