*{
 box-sizing: border-box;
 padding: 0;
 margin: 0;
}
body {
 font-family: "Poppins", sans-serif;
  font-style: normal;
  background-color: #291037;
  color: #FFF;
}
/* Navbar */

nav{
  background-color: #35055b;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}

.nav-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  width: 100%;
}

nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav li{
  height: 70px;
}
nav a{
  height: 100%;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.1rem;
}
nav a:hover{
  color: #ff8ed7;

}
nav li:first-child{
  margin-right: auto;

} 

/* toggle-btn */

.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0,0 ,0,0.1);
  display: none;
 flex-direction: column;
 color: black;
 align-items: flex-start;
 justify-content: flex-start;
}
.sidebar li{
  width: 100%;
}
.sidebar a {
  width: 100%;
}
.menu-btn{
  display: none;
}
.slide-btn{
  font-size: 1.5rem;
}
@media(max-width:800px){
  .hideOnMoble{
    display: none;
  }
  .menu-btn{
    display: block;
  }
}

/* Hero Section */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.hero {
  position: relative;
  height: 100vh;
  background: url("assets/background\ 1.jpeg") no-repeat center center/cover;
}

.overlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}

.content {
  max-width: 60%;
  display: flex;
  align-items: center ;
  justify-content: center;
  flex-direction: column;
}

.content h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content p span{
  margin-bottom: 10px;

}

.buttons {
  display: flex;
  gap: 15px;
}

.btn {
  background: linear-gradient(90deg, #000000, #8b2174);
  padding: 12px 24px; 
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  font-size: 1.1rem;
}

.btn:hover {
  opacity: 0.8;
}

.btn-alt {
  background: linear-gradient(90deg, #8b2174, #000000);
}

.video-box {
  flex: 1;
  max-width: 50%;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: url("assets/background\ video.webp") center center/cover;
  mix-blend-mode: screen;
  filter: contrast(1.05) saturate(1.1);
}

/* LEARNING SECTION  */
.learning{
  position: relative;
  height: 100vh;
  background: url("assets/background\ 2.jpg") no-repeat center center/cover;

}


.learning-video-box{
  flex: 1;
  max-width: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: url("assets/background\ video.webp") center center/cover;
  mix-blend-mode: screen;
  filter: contrast(1.05) saturate(1.1);
}

.learning-content{
  max-width: 60%;
  display: flex;
  align-items: center ;
  justify-content: center;
  flex-direction: column;
}

.content-card{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.learning-content h1{
  font-size: 2rem;
  margin-bottom: 2rem;
}

.card{
  border: none;
  border-radius: 2rem;
  background: linear-gradient(to right, #a5037c, #000000);
  height: 12rem;
  width: 15rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;  
  margin: .8rem;
  transition: 0.3s;

}
.card img{
  height: 80px;
  width: 80px;
  object-fit: cover ;
}
.card-title{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: .5rem;

}
.card:hover{
    transform: translateY(-10px);
      box-shadow: 0px 0px 20px rgba(255, 0, 200, 0.925);
}
/* COURSES SECTION */

.courses-section {
      text-align: center;
      padding: 60px 20px;
      background: url("assets/background\ 3\ 4\ 6.jpeg") no-repeat center center/cover;
      position: relative;
      height: 100%;
    }

    .courses-section h2 {
      font-size: 40px;
      color: #fff;
      margin-bottom: 50px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .courses-container {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 40px;
     justify-items: center;
     width: 100%;
     margin: auto;
     flex-direction: column;
    }
    .course-container-1{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      gap: 60px;
   
    }
   .course-container-2{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 80px;
    }
    .course-card {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      overflow: hidden;

      transition: 0.3s;
      text-align: center;
     padding-bottom: 1rem;
    }
    .course-card img{
      height: 13rem;

    }

    .course-card:hover {
      transform: translateY(-10px);
      box-shadow: 0px 0px 20px rgba(255, 0, 200, 0.6);
    }

    .course-card img {
      width: 100%;
      border-radius: 15px;
      display: block;
    }

    .course-card p {
      margin: 12px 0;
      font-size: 18px;
      font-weight: 500;
    }
  
    .course-btn{
      background-color: rgba(255, 0, 200, 0.6);
      color: white;
      font-size: 15px;
      font-weight: 500;
      padding: 6px 12px;
      border-radius: 10px;
      text-decoration: none;
      
    }

  /* STUDENTS SECTION */

  .students-section {
      text-align: center;
      padding: 60px 20px;
      background: url("assets/background\ 3\ 4\ 6.jpeg") no-repeat center center/cover;
      position: relative;
    }

    .students-section h2 {
      font-size: 40px;
     
      margin-bottom: 50px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .students-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
      width: 80%;
      margin: auto;
    }

    .student-work {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      overflow: hidden;
      width: 80%;
      transition: 0.3s;
      text-align: center;
    }

    .student-work:hover {
      transform: translateY(-10px);
      box-shadow: 0px 0px 20px rgba(255, 0, 200, 0.6);
    }

    .student-work img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 15px;
      display: block;
    }
 
     /* TESTIMONIAL SECTION */

    .testimonial-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #2a0139; /* Section background */
      height: 100%;
    }

    .testimonial-section h2 {
      font-size: 40px;
      margin-bottom: 80px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .testimonial-container {
      display: flex;
      justify-content: center;
      gap: 25px;
      flex-wrap: wrap;
    }

    .testimonial-box {
      max-width: 350px;
      background: linear-gradient(to right, #8b2174, #000000);
      padding: 20px;
      border-radius: 20px;
      text-align: left;
      color: #fff;
      font-size: 14px;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
      display: flex;
      flex-direction: column;
      align-items: left;
      justify-content:flex-start;
    }

    .testimonial-box p {
      font-style: italic;
      margin-bottom: 30px;
    }

    .student-review{
      display: flex;
      align-items: flex-end;
      justify-content: flex-end   ;
      flex-direction: column;
    }
      .student-review-two {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end   ;
      flex-direction: column;
      margin-top: 3rem;
    }
    .student-review-three{
      display: flex;
      align-items: flex-end;
      justify-content: flex-end   ;
      flex-direction: column;
      margin-top: 3rem;
    }

    .testimonial-box .author {
      font-weight: bold;
      display: block;
      margin-top: 10px;
    }

    .testimonial-box .course {
      font-size: 13px;
      color: #ddd;
    }

    /* FORM SECTION */
      .form-section {
      
      padding: 80px 20px;
      text-align: center;
      color: white;
      position: relative;
      height: 50vh;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 2rems;
      background-color: #2a0139; /* Section background */
    }

    .submit-btn {
      text-decoration: none;
      width: 20rem;
      padding: 14px;
      border: none;
      border-radius: 25px;
      background: linear-gradient(to right, #a5037c, #000000);
      color: white;
      font-size: 2rem;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
      margin-bottom: 5rem;
    }

    .submit-btn:hover {
      transform: scale(1.05);
    }

    @media (max-width: 600px) {
      .submit-btn {
        grid-column: span 1;
      }
    }

    /* footer Section */
.footer {
    background-color: #200025; /* Dark purple color */
    color: #ffffff; /* White text */
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 20px;
}

.footer-section h4 {
    color: #a5037c; /* Lighter purple for headings */
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.footer-section p, .footer-section ul {
    font-size: 0.9rem;
    color: #cccccc;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #a872ff; /* Hover effect */
}

.social-links a {
    margin-right: 15px;
}

.social-links img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.social-links img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #4a2d8a; /* Subtle line to separate */
}

.footer-bottom p {
    font-size: 0.8rem;
    color: #aaaaaa;
}