@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  background: rgb(11, 11, 11);

}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 2px solid red; */
}
/* .wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
} */
#logo{
  height: 70px;
  width: 90px;
  transform: translateY(13px);
}
.wrapper .nav-links{
  display: inline-flex;
  transform: translateX(-62px);
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #3A3B3C;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  font-size: 14px;
}

.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

 /* @media screen and (max-width: 970px){
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
 
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
 
  .drop-menu li{
    margin: 0;
   
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
   
  }

}  */

nav input{
  display: none;
}
/* nav */

/* hero */
#div1{
  /* border: 2px solid red; */
  height: 550px;
  transform: translateY(70px);

  /* background-size: cover; 
  background-repeat: no-repeat; 
  background-image: url(..//Images/Hero-img-1.webp); */
  width: 100%;
}
#h1-h11{
  transform: translateY(-436px);
  margin-left: 48px;
}
#h3-h3-1{
  transform: translateY(-355px);
  /* text-align: center; */
  color:rgb(9, 9, 35);
  margin-left: 64px;
}
#img1{
  /* height: 546px; */
  height: 550px;
  width: 100%;
}
#h1{
  transform: translateY(-399px);
  margin-left:63px;
  font-size: 28px;
  /* color: white; */
  
}
#sec-1{
  /* border: 2px solid; */
  height: 420px;
  transform: translateY(70px);
  background-color: #aac8d7;
}
#img2{
  height: 250px;
  transform: translateY(80px);
  margin-left: 80px;
  width: 600px;
}
#h2-1{
  margin-left: 800px;
  font-size: 35px;
  transform: translateY(-180px);
}
#p-1{
  margin-left: 815px;
  padding-top: 100px;
  line-height: 22px;
  color: rgb(107, 104, 104);
  transform: translateY(-250px);
  font-size: 18px;
}
#btn-1{
  margin-left: 940px;
  width: 160px;
  height: 40px;
  font-weight: 600;
  background-color:#1078bf;
  color: white;
  border: none;
  cursor: pointer;
  transform: translateY(-200px);
}
/* Teachers */
#ar-1{
/* border: 2px solid red; */
/* height: 550px; */
height:550px;

transform: translateY(70px);
width: 100%;
background-image: url("https://wallpaperboat.com/wp-content/uploads/2020/12/02/62556/light-color-12.jpg");
background-repeat: no-repeat;
background-size: cover;
}
#teachers-img{
  /* height:550px; */
  width: 570px;
  margin-left:685px;
  transform: translateY(80px);
}
#h4{
 text-transform: uppercase;
 font-size: 25px;
 color: #084C7F;
 transform: translateY(-310px);
 margin-left:250px;
}
#p-2{
  transform: translateY(-282px);
  margin-left: 30px;
  font-size: 20px;
  line-height: 25px;
}
#p-3{
  transform: translateY(-240px);
  margin-left: 40px;
  font-size: 16px;
  color: rgb(102, 98, 98);
}
#btn-2{
  transform: translateY(-180px);
  margin-left: 230px;
  width: 160px;
  height: 40px;
  font-weight: 600;
  background-color:#1078bf;
  color: white;
  border: none;
  cursor: pointer;
}

/* popular */
#div2{
  /* border: 2px solid green; */
  height: 450px;
  transform: translateY(70px);
  width: 100%;
  /* background-color: rgb(223, 223, 227); */
  background-color: #e3ebf1;

}

#h1-3{
/* margin-left: 30px; */
text-align: center;
color: rgb(59, 14, 99);

transform: translateY(37px);
}

/* ******************* */
.about {
  cubic: cubic-bezier(0.64, 0.01, 0.07, 1.65);
   transition: 0.6s cubic;
   size: 40px;
   position: fixed;
   z-index: 10;
   bottom: 10px;
   right: 10px;
   width: size;
   height: size;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   transition: all 0.2s ease;

   .bg_links {
      width: size;
      height: size;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(#fff, 0.2);
      border-radius: 100%;
      backdrop-filter: blur(5px);
      position: absolute;
   }

   .logo {
      width: size;
      height: size;
      z-index: 9;
      background-image: url(https://rafaelalucas91.github.io/assets/codepen/logo_white.svg);
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: 10px 7px;
      opacity: 0.9;
      transition: all 1s 0.2s ease;
      bottom: 0;
      right: 0;
   }

   .social {
      opacity: 0;
      right: 0;
      bottom: 0;

      .icon {
         width: 100%;
         height: 100%;
         background-size: 20px;
         background-repeat: no-repeat;
         background-position: center;
         background-color: transparent;
         display: flex;
         transition: all 0.2s ease, background-color 0.4s ease;
         opacity: 0;
         border-radius: 100%;
      }

      &.portfolio {
         transition: all 0.8s ease;

         .icon {
            background-image: url(https://rafaelalucas91.github.io/assets/codepen/link.svg);
         }
      }

      &.dribbble {
         transition: all 0.3s ease;
         .icon {
            background-image: url(https://rafaelalucas91.github.io/assets/codepen/dribbble.svg);
         }
      }

      &.linkedin {
         transition: all 0.8s ease;
         .icon {
            background-image: url(https://rafaelalucas91.github.io/assets/codepen/linkedin.svg);
         }
      }
   }

   &:hover {
      width: 105px;
      height: 105px;
      transition: all transition;

      .logo {
         opacity: 1;
         transition: all 0.6s ease;
      }

      .social {
         opacity: 1;

         .icon {
            opacity: 0.9;
         }

         &:hover {
            background-size: 28px;
            .icon {
               background-size: 65%;
               opacity: 1;
            }
         }

         &.portfolio {
            right: 0;
            bottom: calc(100% - 40px);
            transition: all 0.3s 0s cubic;
            .icon {
               &:hover {
                  background-color: #698fb7;
               }
            }
         }

         &.dribbble {
            bottom: 45%;
            right: 45%;
            transition: all 0.3s 0.15s cubic;
            .icon {
               &:hover {
                  background-color: #ea4c89;
               }
            }
         }

         &.linkedin {
            bottom: 0;
            right: calc(100% - 40px);
            transition: all 0.3s 0.25s cubic;
            .icon {
               &:hover {
                  background-color: #0077b5;
               }
            }
         }
      }
   }
}

.wrapper {
   width: 100vw;
   margin: 0 auto;
   height: 400px;
   background-color: #161616;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
   .wrapper {
      height: 700px;
   }
}

.content {
   max-width: 1024px;
   /* width: 900px; */
   width: 100%;
   padding: 0 4%;
   padding-top: 250px;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
   transform: translateY(-220px);
}

@media screen and (max-width: 767px) {
   .content {
      padding-top: 300px;
      flex-direction: column;
   }
}

.card {
   width: 100%;
   max-width: 300px;
   min-width: 200px;
   height: 250px;
   /* background-color: #292929; */
   background-color: rgb(255, 249, 249);
   margin: 10px;
   border-radius: 10px;
   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
   border: 2px solid rgba(7, 7, 7, 0.12);
   font-size: 16px;   
   transition: all 0.3s ease;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   cursor: pointer;
   transition: all 0.3s ease;
   transform: translateY(35px);

}

.icon {
   margin: 0 auto;
   width: 100%;
   height: 80px;
   max-width:80px;
   /* background: linear-gradient(90deg, #FF7E7E 0%, #FF4848 40%, rgba(0, 0, 0, 0.28) 60%); */
   border-radius: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   color: white;
   transition: all 0.8s ease;
   background-position: 0px;
   background-size: 200px;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.card .title {
   width: 100%;
   margin: 0;
   text-align: center;
   margin-top: 30px;
   /* color: white; */
   color: black;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 4px;
  
}

.card .text {
   width: 80%;
   margin: 0 auto;
   font-size: 13px;
   text-align: center;
   margin-top: 20px;
   /* color: white; */
   color: black;
   font-weight: 200;
   letter-spacing: 2px;
   opacity: 0;
   max-height:0;
   transition: all 0.3s ease;
}

.card:hover {
   height: 270px;
}

.card:hover .info {
   height: 90%;
}

.card:hover .text {
   transition: all 0.3s ease;
   opacity: 1;
   max-height:40px;
}

.card:hover .icon {
   background-position: -120px;
   transition: all 0.3s ease;
}

.card:hover .icon i {
   /* background: linear-gradient(90deg, #FF7E7E, #FF4848); */
   -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
   opacity: 1;
   transition: all 0.3s ease;
}
#img3{
  height: 60px;
}
#img4{
  height: 60px;
}
#img5{
  height: 60px;
}
#img6{
  height: 90px;
}
#img7{
  height: 50px;
}
/* why */
#sec-2{
  /* border: 2px solid red; */
  height: 500px;
  transform: translateY(70px);
  width: 100%;
  background-repeat: no-repeat;
background-size: cover; 
background-image: url("https://static.vecteezy.com/system/resources/previews/000/625/844/original/geometric-abstract-light-blue-background-for-website-wallpapers-bussines-templates-vector.jpg"); 

}
#h5{
  font-size: 30px;
 text-align: center;
 font-weight: 600;
 transform: translateY(16px);
}
#ar-2{
  /* border: 2px solid blue; */
  display: flex;
  transform: translateY(43px);
}
#div3{
/* border: 2px solid; */
height: 350px;
width: 370px;
margin-left: 30px;


}
#div4{
  /* border: 2px solid; */
  height: 350px;
  width: 370px;
  margin-left: 40px;
  }
  #div5{
    /* border: 2px solid; */
    height: 350px;
    width: 370px;
    margin-left: 40px;
    }
  #img8{
    height: 130px;
    margin-left: 120px;
    
  }
  #h3-3{
    font-weight: 500;
    text-align: center;
  }
  #p-4{
    font-weight: 300;
    transform: translateY(10px);
    text-align: center;
  }
  #img9{
    height: 150px;
    margin-left: 100px;
    transform: translateY(-10px);
  }
  #h3-4{
    font-weight: 500;
    text-align: center;
    transform: translateY(-23px);
  }
  #p-5{
    font-weight: 300;
    text-align: center;
    transform: translateY(-11px);
  }
  #img10{
    height: 150px;
    margin-left: 100px;
   
  }
  #h3-5{
    font-weight: 500;
    text-align: center;
    transform: translateY(-12px);
  }
  #p-6{
    font-weight: 300;
    text-align: center;
    transform: translateY(-9px);
  }

  /* What Our Students */
  .testimonial-section {
    /* border: 2px solid; */
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
    transform: translateY(70px);
    background-color: rgb(237, 236, 236);
    
}

.testimonial-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    /* color: #333; */
    color: #3498db;
}

.testimonial-carousel {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 180px;
}

.testimonial-card {
    min-width: 100%;
    transition: transform 0.5s ease;
    opacity: 0;
}

.testimonial-card.active {
    opacity: 1;
}

.testimonial-text {
    font-size: 1.2em;
    font-style: italic;
    color: #555;
    margin: 10px 0;
}

.testimonial-author {
    font-weight: bold;
    color: #333;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.carousel-controls button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 1.5em;
}

.carousel-controls button:hover {
    background-color: #555;
}
#img11{
  height: 100px;
  border-radius: 50px;
  transform: translateY(10px);
}
#img12{
  height: 100px;
  border-radius: 50px;
  transform: translateY(10px);
}
#img13{
  height: 100px;
  border-radius: 50px;
  transform: translateY(10px);
}
 /* What Our Students */

 /* <!-- Certificate --> */
 #as-1{
  /* border: 2px solid red; */
  height: 500px;
  transform: translateY(70px);
  width: 100%;
  background-image: url("https://th.bing.com/th/id/OIP.XvFhNwtZJ9TwuKb5iBhvWgAAAA?rs=1&pid=ImgDetMain");
  background-repeat: no-repeat;
  background-size: cover;

  /* background-color: rgb(236, 232, 232); */
 
 }
 #div6{
  /* border: 2px solid; */
  /* background-color: rgb(245, 245, 245); */
  height: 460px;
 transform: translateY(10px);
 width: 1100px;
 }
 /* <!-- Certificate --> */
 #h3-6{
  margin-left: 60px;
  transform: translateY(84px);
  font-weight: 600;
 }
 #h1-4{
  /* margin-left: 57px; */
  font-weight: 600;
  transform: translateY(48px);
  color:rgb(19, 29, 59);
  font-size: 32px;
  text-align: center;
 }
#ol{
  /* border: 2px solid; */
  
  list-style: none;
  display: inline;
  transform: translateY(20px);
  
}
.lazyloaded{
  transform: translateY(82px);
}
#p-7{
  margin-left:60px;
  transform: translateY(42px);
}
#h3-7{
  margin-left: 60px;
  font-weight: 550;
  transform: translateY(90px);
}
#p-8{
  margin-left:62px;
  transform: translateY(44px);
}
#h3-8{
  margin-left: 60px;
  font-weight: 550;
  transform: translateY(79px);
}
#p-9{
  margin-left:59px;
  transform: translateY(35px);
}
#img14{
  /* border: 2px solid; */
  height: 380px;
  transform: translateY(-334px);
  margin-left:752px;
  width: 500px;
  /* background: transparent; */
  /* opacity: 0.7; */
  
}
/* <!-- Key supporters --> */
 /* #ar-3{
  border: 2px solid;
  height: 350px;
  transform: translateY(70px);
} */
.sec-heading {
  margin-bottom: 50px;
}
.sec-heading h2 {
  text-align: center;
  font-family: allura;
  font-size: 40px;
 transform: translateY(-145px);
}
.clients {
  padding: 200px 0;
  /* border: 2px solid; */
  height: 10px;
  transform: translateY(70px);
  /* background: linear-gradient(rgb(216, 231, 234),white); */
  background-color: #f4f3f1;

}
.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
  
}
.box img {

  max-height: 100%;
  width: 150px;
 
 
}
.box:hover {
  transform: scale(1.2);
}

.owl-carousel{
  /* border: 2px solid; */
  display: flex;
  transform: translateY(-132px);
  /* width: 800px; */
  
}

/*#h1-5{
  color: #2D444E;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  transform: translateY(20px);
}
#ol-2{
  border: 2px solid;
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  transform: translateY(50px);

}
.img15{
height: 35px;

margin-left: 35px;
}
#ol-3{
  border: 2px solid;
  transform: translateY(60px);
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  transform: translateY(100px);
}
.img16{
  height: 28px;
  margin-left: 35px;
} */
/* footer */
footer {
  background-color: #2c3e50;
  color: white;
  padding: 20px 10px;
  /* border: 2px solid blue; */
  transform: translateY(70px);
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-left: 250px; */
 
}

.footer-section {
  flex: 1 1 20%;
  margin: 10px;
  margin-right: 120px;
}

.footer-section h4 {
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  margin-left: 40px;
}
p{
  margin-left: 40px;
}

.footer-section ul li a:hover {
  color: #3498db;
}

.social-icons a {
  margin: 0 5px;
  color: white;
  text-decoration: none;
  font-size: 27px;
  margin-left: 35px;
 

}

.social-icons a:hover {
  color: #3498db;
}

#newsletter-form input {
  width: 70%;
  padding: 8px;
  margin-right: 5px;
  border: none;
  border-radius: 4px;
}

#newsletter-form button {
  padding: 8px 15px;
  border: none;
  background-color: #3498db;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#newsletter-form button:hover {
  background-color: #1abc9c;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #7f8c8d;
  padding-top: 10px;
}

#scroll-to-top {
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}
.a{
  color: white;
}

/* nav */
  /* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  .nav-links {
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      background: #242526;
      flex-direction: column;
      align-items: center;
      display: none;
  }

  .nav-links li {
      width: 100%;
      text-align: center;
      margin: 10px 0;
  }

  .nav-links li a {
      padding: 12px;
      font-size: 16px;
  }

  .nav-links .mobile-item {
      display: block;
      padding: 10px 15px;
      font-size: 18px;
  }

  .nav-links input[type="radio"]:checked ~ .nav-links {
      display: flex;
  }

  .nav-links .drop-menu {
      position: static;
      visibility: visible;
      opacity: 1;
      box-shadow: none;
      margin-top: 5px;
      width: 100%;
  }

  .nav-links .drop-menu li a {
      padding-left: 30px;
  }

  #logo {
      height: 50px;
      width: 70px;
      transform: translateY(14px);
    margin-left:-469px;
     
    
  }
}

/* For smaller mobile devices */
@media screen and (max-width: 480px) {
  .wrapper {
      padding: 0px 15px;
  }

  .nav-links li a {
      font-size: 14px;
      padding: 8px 12px;
  }

  .wrapper .btn {
      display: block;
  }
}




