* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-moz-selection {
  background-color: #fff;
  color: #3d3d3d;
}

*::selection {
  background-color: #fff;
  color: #3d3d3d;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
  overflow-x: hidden;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  border-radius: 5rem;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 1.8rem;
  padding: 2rem 4rem;
  cursor: pointer;
}

.btn .btn:hover {
  background-color: #fff;
  color: #3d3d3d;
}

.heading {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
}

.heading span {
  color: #00e77f;
}

.img-fluid {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.swiper-pagination-bullet-active {
  background-color: #00e77f;
}

.pagination {
  text-align: center;
}

a {
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #3d3d3d;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #4b4b4b;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .logo {
  font-size: 2.5rem;
  color: #fff;
}

.header .container .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.header .container .nav-item {
  margin-left: 2rem;
}

.header .container .nav-link {
  display: inline-block;
  font-size: 2rem;
  text-transform: capitalize;
  color: #aaa;
}

.header .container .nav-link:hover {
  color: #00e77f;
}

.header .container .menu-btn {
  font-size: 2.4rem;
  color: #aaa;
}

.header .container #menu-btn {
  display: none;
}

.home {
  margin-top: 7rem;
}

.home .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 1.5rem;
}

.home .desc,
.home .image-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.home .desc {
  text-align: center;
  text-transform: capitalize;
}

.home .desc .title {
  margin-bottom: 1rem;
  font-size: 10rem;
  color: #fff;
  line-height: 1;
}

.home .desc .title span {
  color: #00e77f;
  text-transform: capitalize;
}

.home .desc .btn {
  text-transform: capitalize;
}

.count .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(27rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}

.count .container .count-item {
  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;
  gap: 2.5rem;
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #4b4b4b;
}

.count .container .count-item .fas {
  font-size: 5rem;
  color: #00e77f;
}

.count .container .count-item .title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.count .container .count-item .text {
  font-size: 1.6rem;
  color: #aaa;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

.about .container .img-wrap,
.about .container .desc-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.about .container .desc-content {
  text-align: center;
}

.about .container .title {
  font-size: 3rem;
  color: #fff;
  text-transform: capitalize;
}

.about .container .desc-text {
  padding: 1rem 0;
  line-height: 2;
  font-size: 1.6rem;
  text-align: center;
  color: #aaa;
}

.coures .slide {
  background-color: #4b4b4b;
  border-radius: 0.5rem;
  text-align: center;
  padding: 2rem;
  margin-bottom: 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.coures .slide-image {
  width: 100%;
  height: 24rem;
}

.coures .coures-title {
  margin: 1.5rem 0;
  font-size: 2rem;
  color: #fff;
}

.coures .coures-desc {
  line-height: 2;
  font-size: 1.6rem;
  color: #aaa;
}

.teaches .slide {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.teaches .slide .share {
  position: absolute;
  top: 1rem;
  left: -10rem;
  -webkit-transition: left 300ms;
  transition: left 300ms;
}

.teaches .slide .share-link {
  display: block;
  margin-top: 1rem;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #3d3d3d;
  text-align: center;
  font-size: 2rem;
}

.teaches .slide .teache-name {
  margin-top: 1.5rem;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

.teaches .slide .teache-photo {
  width: 100%;
  height: 55rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.teaches .slide:hover .share {
  left: 1rem;
}

.reviews .swiper-slide {
  border-radius: 0.5rem;
  background-color: #4b4b4b;
  padding: 2rem;
  margin-bottom: 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reviews .swiper-slide .desc {
  line-height: 2;
  font-size: 1.6rem;
  color: #aaa;
}

.reviews .swiper-slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.reviews .swiper-slide .user-name {
  font-size: 2rem;
  color: #fff;
  margin: 0 0 0.7rem;
  text-transform: capitalize;
}

.reviews .swiper-slide .user-avatar {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews .swiper-slide .fas {
  color: #00e77f;
}

.contact .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

.contact .image-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.contact .contact-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  text-align: center;
}

.contact .contact-form label {
  display: block;
  font-size: 1.6rem;
  color: #aaa;
  text-align: left;
}

.contact .contact-form .form-input {
  width: 100%;
  margin: 1rem 0 2rem;
  border-radius: 0.5rem;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.4rem;
  outline: none;
  border: 0;
}

.contact .contact-form .user-sex {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .contact-form .sex-label {
  font-size: 1.6rem;
  color: #aaa;
  margin-left: 0.5rem;
  cursor: pointer;
}

.contact .contact-form .radio {
  margin-left: 2rem;
  width: 2rem;
  height: 2rem;
  background-color: #aaa;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.contact .contact-form .radio:checked {
  border-radius: 50%;
  background-color: #00e77f;
}

.contact .contact-form .btn-send {
  border: none;
}

.footer .share-content {
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem solid #fff;
}

.footer .share-content .fab {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 5rem;
  text-align: center;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.footer .share-content .fab:hover {
  background-color: #00e77f;
}

.footer .desc {
  font-size: 1.6rem;
  color: #aaa;
  text-align: center;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .container {
    width: 100%;
  }
  .home .title {
    font-size: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .header .container {
    padding: 2rem;
  }
  .header .container .navbar-nav {
    position: absolute;
    top: 99%;
    left: 0;
    z-index: 98;
    width: 100%;
    padding: 2rem;
    background-color: #4b4b4b;
    border-top: 0.1rem solid #aaa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .container .navbar-nav.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .container .nav-item {
    margin-left: 0;
    line-height: 2;
  }
  .header .container .nav-link {
    margin: 1rem;
    display: block;
  }
  .header .container .fas {
    -webkit-transition: all 150ms;
    transition: all 150ms;
  }
  .header .container .menu-btn.fa-times {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .container #menu-btn {
    display: block;
  }
  .home .title {
    font-size: 6rem !important;
  }
}

@media screen and (max-width: 576px) {
  html {
    font-size: 50%;
  }
  .container {
    width: 100%;
  }
  .home .title {
    font-size: 5rem !important;
  }
}
/*# sourceMappingURL=index.css.map */