@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500&display=swap");
* {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none !important;
  transition: all 0.2s linear;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
html::-webkit-scrollbar {
  width: 1rem;
}
html::-webkit-scrollbar-track {
  background: #0e1d11;
}
html::-webkit-scrollbar-thumb {
  background: #08d912;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body {
  background: #0e1d11;
  overflow-x: hidden;
}

section {
  padding: 3rem 1rem;
  position: relative;
}
section .img-container {
  position: relative;
  z-index: 1;
}
section .img-container .hero {
  position: relative;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
  transform: scale(1.15);
  pointer-events: none;
}

.logo img {
  width: 300px;
}

.rotate {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 95%;
  pointer-events: none;
}

.Sphere {
  font-family: "Papyrus", Fantasy;
  font-size: 25px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  opacity: 100%;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px #ff5100, 0 0 7px #ff5100, 0 0 9px #ff5100, 0 0 13px #ff5100, 0 0 16px #ff5100;
  color: #ff5100;
}

.circleContainer {
  border: 2px solid red;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 85%;
  height: 85%;
  background-color: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  color: #ff5100;
}

.link-btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  background: #08d912;
  color: #fff;
  cursor: pointer;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  text-transform: capitalize;
}
.link-btn:hover {
  background: #fff;
  color: #08d912;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
}
.heading span {
  font-size: 2.5rem;
  color: #08d912;
}
.heading h3 {
  font-size: 3.5rem;
  text-transform: capitalize;
  color: #fff;
}

.header {
  z-index: 1000;
  padding: 3rem 1rem;
}
.header.active {
  background: #fff;
  padding: 2rem 0;
}
.header.active .logo {
  color: #000;
}
.header.active .nav a {
  color: #000;
}
.header.active #menu-btn {
  color: #000;
}
.header .logo {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bolder;
}
.header .logo span {
  color: #08d912;
}
.header .nav a {
  font-size: 2rem;
  margin-left: 2rem;
  color: #fff;
}
.header .nav a:hover {
  color: #08d912;
}
.header #menu-btn {
  display: none;
  font-size: 2.5rem;
  cursor: pointer;
  color: #fff;
}

.home {
  background: url(../images/2home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 5rem;
}
.home span {
  font-size: 2.5rem;
  color: orange;
}
.home h3 {
  font-size: 5rem;
  text-transform: capitalize;
  color: #fff;
  padding-top: 1rem;
}

.about span {
  font-size: 2.5rem;
  color: #08d912;
}
.about h3 {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
  padding: 1rem 0;
}
.about p {
  font-size: 1.5rem;
  line-height: 2;
  color: #ccc;
}
.about ul {
  list-style: none;
}
.about ul li {
  padding-top: 1.5rem;
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;
}
.about ul li i {
  padding-right: 1rem;
  color: #08d912;
}

.counter {
  background: url(../images/counter-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.counter .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}
.counter .box-container .box {
  text-align: center;
}
.counter .box-container .box h3 {
  font-size: 5rem;
  color: #08d912;
}
.counter .box-container .box p {
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
}

.courses .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.courses .box-container .box {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.courses .box-container .box:hover .image img {
  transform: scale(1.1);
}
.courses .box-container .box .image {
  height: 25rem;
  overflow: hidden;
}
.courses .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.courses .box-container .box .content {
  padding: 2rem;
}
.courses .box-container .box .content .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.courses .box-container .box .content .icons span {
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;
}
.courses .box-container .box .content .icons span i {
  color: #08d912;
  padding-right: 0.5rem;
}
.courses .box-container .box .content h3 {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
  padding: 0.5rem 0;
}

.pricing .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 2rem;
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.pricing .box-container .box {
  padding: 2rem;
  text-align: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: #0e1d11;
  border-radius: 0.5rem;
}
.pricing .box-container .box:nth-child(2) {
  transform: scale(1.2);
}
.pricing .box-container .box h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
  padding-top: 1rem;
}
.pricing .box-container .box .price {
  padding: 1rem 0;
  font-size: 6rem;
  text-transform: capitalize;
  color: #fff;
  font-weight: bolder;
}
.pricing .box-container .box .price span {
  font-size: 2rem;
  font-weight: normal;
}
.pricing .box-container .box .list {
  padding-top: 2rem;
}
.pricing .box-container .box .list p {
  font-size: 1.7rem;
  line-height: 2;
  color: #ccc;
}
.pricing .box-container .box .list p i {
  padding-right: 0.5rem;
  color: #08d912;
}
.pricing .box-container .box .list p i.fa-times {
  color: #fff;
}

.join span {
  font-size: 2.5rem;
  color: #08d912;
}
.join h3 {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
  padding-top: 1rem;
}
.join p {
  padding: 1rem 0;
  font-size: 1.7rem;
  line-height: 2;
  color: #ccc;
}

.team .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.team .box-container .box {
  height: 50rem;
  overflow: hidden;
  position: relative;
}
.team .box-container .box:hover .content {
  left: -100%;
}
.team .box-container .box:hover .share {
  left: 0;
}
.team .box-container .box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .box-container .box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1rem 2rem;
}
.team .box-container .box .content span {
  font-size: 1.7rem;
  color: #08d912;
}
.team .box-container .box .content h3 {
  font-size: 2rem;
  color: #000;
}
.team .box-container .box .share {
  position: absolute;
  bottom: 0;
  left: -100%;
  background: #fff;
  padding: 1.5rem 1rem;
}
.team .box-container .box .share a {
  font-size: 2rem;
  color: #000;
  margin: 0 1rem;
}
.team .box-container .box .share a:hover {
  color: #08d912;
}

.blogs .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.blogs .box-container .box {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.blogs .box-container .box:hover .image img {
  transform: scale(1.1);
}
.blogs .box-container .box .image {
  height: 25rem;
  overflow: hidden;
}
.blogs .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .box-container .box .content {
  padding: 2rem;
}
.blogs .box-container .box .content .link {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
}
.blogs .box-container .box .content .link:hover {
  color: #08d912;
}
.blogs .box-container .box .content .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.blogs .box-container .box .content .icons span {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #fff;
}
.blogs .box-container .box .content .icons span i {
  color: #08d912;
  padding-right: 0.5rem;
}

.greeeen {
  color: #08d912;
}

.footer {
  background: url(../images/counter-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}
.footer .box-container .box h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
  padding: 1rem 0;
}
.footer .box-container .box a {
  font-size: 1.6rem;
  line-height: 2;
  color: #ccc;
  padding: 0.5rem 0;
  display: block;
}
.footer .box-container .box a i {
  padding-right: 0.5rem;
  color: #08d912;
}
.footer .box-container .box a:hover {
  color: #08d912;
}
.footer .box-container .box p {
  font-size: 1.8rem;
  line-height: 2;
  color: #ccc;
}
.footer .box-container .box .email {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.6rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  margin: 1rem 0;
}
.footer .credit {
  text-align: center;
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
  padding: 0 1rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.footer .credit span {
  color: #08d912;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .home h3 {
    font-size: 3rem;
  }
  .pricing .box-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .pricing .box-container .box:nth-child(2) {
    transform: scale(1);
  }
  .join h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 2rem;
  }
  .header.active {
    padding: 2rem;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header #menu-btn.fa-times {
    transform: rotate(180deg);
  }
  .header .nav {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1rem 0;
    flex-flow: column;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .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 .nav a {
    color: #000;
    margin: 1rem 2rem;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .circleContainer {
    top: 50px;
  }
  .rotate {
    top: 78px;
    z-index: 0;
    width: 93%;
  }
  .img-container {
    height: 20%;
  }
  .logo img {
    width: 200px;
  }
}/*# sourceMappingURL=style.css.map */