@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
  scroll-behavior: smooth !important;
}

body {
	background: #030014;
	max-width: 1920px;
	margin: auto;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

p, span, a, button, ul, select{
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  margin: 0;
}

ul{
  margin: 0;
  padding: 0;
}

ul li{
  list-style: none;
}
/* Landing container Start */
.landing-container{
    padding: 0 251px;
  }
  
  @media screen and (max-width: 1560px) {
    .landing-container{
      padding: 0 100px;
    }
  }
  
  @media screen and (max-width: 1366px) {
    .landing-container{
      padding: 0 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .landing-container{
      padding: 0 25px;
    }
  }
  
  
  @media screen and (max-width: 550px) {
    .landing-container{
      padding: 0 20px;
    }
  }
  
  /* Lading Contaienr End */
  /* Hero Section Start */
  .hero-section .section-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    position: relative;
  }
  
  .hero-section .section-container .title{
    color: #FFF;
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    max-width: 800px;
  }
  
  .hero-section .section-container .title span{
    background: linear-gradient(90deg, #FFF 0%, rgba(251, 166, 197, 0.70) 46.5%, rgba(101, 77, 248, 0.40) 99.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .hero-section .section-container .subtitle{
    font-family: Montserrat, Poppins, sans-serif;
    color: #DBDBDB;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 800px;
    position: relative;
    z-index: 2;
  }
  
  .hero-section .section-container .flex-actions{
    display: inline-flex;
    align-items: center;
    gap: 31px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  
  .hero-section .section-container .flex-actions .join-action{
    background: #654DF8;
  }
  
  .hero-section .section-container .flex-actions a{
    display: flex;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 20px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  
  .hero-section .section-container .flex-actions .explore-action{
    border: 1px solid #654DF8;
  }
  
  .hero-section .section-container .gradient-circle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 848px;
    background: rgba(101, 77, 248, 0.26);
    filter: blur(206.5px);
    width: 848px;
    height: 848px;
    z-index: 0;
  }

  .requirements-section .section-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .requirements-section .section-container .flex-infos{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 97px;
  }
  

  .requirements-section .section-container .title{
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 826px;
  }
  
  .requirements-section .section-container .flex-infos .info{
    border-radius: 10px;
    border: 1px solid rgba(101, 77, 248, 0.40);
    background: rgba(101, 77, 248, 0.15);
    backdrop-filter: blur(15px);
    padding: 32px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    flex: 1;
    min-width: 350px;
    min-height: 270px;
  }

  .requirements-section .section-container .flex-infos .info .title-info{
    
  }

  .requirements-section .section-container .flex-infos .info .description{

  }

  .hero-section .section-container .image-3d{
    position: absolute;
    right:75px;
    top: -35px;
    z-index: 0;
  }

  .hero-section .section-container .video-trailer{
    width: 100%;
    height: 722px;
    margin-top: 100px;
    position: relative;
    z-index: 2;
  }
  
  @media screen and (max-width: 1024px) {
    .hero-section .section-container .title, .requirements-section .section-container .title{
      font-size: 52px;
    }
  
    .hero-section .section-container .subtitle{
      font-size: 22px;
    }
  
    .hero-section .section-container .flex-actions a{
      font-size: 22px;
    }
  
    .hero-section .section-container .gradient-circle{
      width: 100%;
    }

    .hero-section .section-container .video-trailer{
      height: 522px;
    }
    
  }

  @media screen and (max-width: 740px) {
    .hero-section .section-container .video-trailer{
      height: 422px;
    }
  }
  
  @media screen and (max-width: 580px) {
    .hero-section .section-container{
      padding: 50px 0;
    }

    .hero-section .section-container .title, .requirements-section .section-container .title{
      font-size: 38px;
    }
  
    .hero-section .section-container .subtitle{
      font-size: 18px;
    }
  
    .hero-section .section-container .flex-actions a{
      font-size: 18px;
    }
  
    .hero-section .section-container .flex-infos .info{
      min-width: 230px;
    }
  
    .hero-section .section-container .flex-infos .info .title-info{
      font-size: 18px;
    }
  
    .hero-section .section-container .flex-infos .info .description{
      font-size: 14px;
    }
  
    .hero-section .section-container .flex-infos .info svg{
      width: 44px;
      height: 44px;
    }
  
    .hero-section .section-container .gradient-circle{
      display: none;
    }

    .requirements-section .section-container .flex-infos .info{
      min-width: 280px;
    }


    .hero-section .section-container .video-trailer{
      height: 322px;
    }
    
    
  }
  
  @media screen and (max-width: 450px) {

    .hero-section .section-container .title, .requirements-section .section-container .title{
      font-size: 30px;
    }
  
    .hero-section .section-container .subtitle{
      font-size: 16px;
    }
  
    .hero-section .section-container .flex-actions{
      gap: 8px;
    }
  
    .hero-section .section-container .flex-actions a{
      font-size: 16px;
    }

    .hero-section .section-container .video-trailer{
      height: 222px;
      margin-top: 50px;
    }
  }
  
  @media screen and (max-width: 340px) {

    .hero-section .section-container .title, .requirements-section .section-container .title{
      font-size: 28px;
    }
  
    .hero-section .section-container .subtitle{
      font-size: 14px;
    }
  
    .hero-section .section-container .flex-actions{
      gap: 8px;
    }
  
    .hero-section .section-container .flex-actions a{
      font-size: 14px;
    }
  }
  
  /* Hero Section End */

  /* Teacher Section Start */
  .course-includes-section .section-container {
    padding: 100px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .course-includes-section img {
    border-radius: 10px;
    width: 100%;
  }

  .course-includes-section .text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 350px;
  }

  .course-includes-section .flex-content{
    display: flex;
    flex-direction: column;
  }

  .course-includes-section .teacher-name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 47px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .course-includes-section .description {
    color: #dfdfdf;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .course-includes-section ul {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 9px;
    flex-shrink: 0;
  }

  .course-includes-section li {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 9px;
  }
  /* Teacher Section End */

  /* Join Section Btn Start */
  .section-container{
    display: flex;
    justify-content: center;
  }

  .action-btn {
    border-radius: 5px;
    background: #654DF8;
    box-shadow: 0px 4px 20px 0px #654DF8;
    display: flex;
    width: fit-content !important;
    padding: 10px 20px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition:  .3s;
  }

  
.action-btn:hover{
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px 0px #654DF8;
  filter: brightness(110%);
}
  /* Join Section Btn End */

  /* Taught Section Start */
  .feebacks-section .section-container {
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    position: relative;
  }
  
  .feebacks-section .section-container .title {
    color: #FFF;
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: 994px;
  }
  
  .feebacks-section .section-container .flex-feedbacks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  
  }
  
  .feebacks-section .section-container .flex-feedbacks .feedback {
      border-radius: 10px;
      border: 1px solid #A45CF6;
      background: #FFF;
      padding: 10px 20px;
      min-width: 250px;
      flex: 1;
    }
  
    .feebacks-section .section-container .flex-feedbacks .feedback p {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 20px 0;
      height: 100px;
      overflow-y: hidden;
      position: relative;
      transition: .3s;
    }
    
    .feebacks-section .section-container .flex-feedbacks .feedback p::after{
      content:'...';
      position: absolute;
      bottom: 0;
      right: 0;
    }
  
  .feebacks-section .section-container .flex-feedbacks .feedback .flex-profile {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .feebacks-section .section-container .flex-feedbacks .feedback .flex-profile img {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 52px;
    border: 1px solid #654DF8;
  }
  
  .feebacks-section .section-container .flex-feedbacks .feedback .flex-profile .name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  @media screen and (max-width: 580px) {
    .feebacks-section .section-container, .course-includes-section .section-container {
      padding: 50px 0;
    }
  
    .feebacks-section .section-container .title{
      font-size: 28px;
    }

    .action-btn{
      font-size: 18px;
    }

    .course-includes-section .section-container .text-content{
      min-width: 280px;
    }

    .course-includes-section .teacher-name{
      font-size: 26px;
    }

    .course-includes-section .description{
      font-size: 16px;
    }

    .course-includes-section .flex-content li{
      font-size: 14px;
    }

    a.action-btn , a.explore-action{
      gap: 0 !important;
      padding: 5px 10px !important;
    }

    .action-btn svg{
      width: 20px;
      height: 21px;
    }

    .requirements-section .section-container .flex-infos {
      margin-top: 50px;
    }

    .course-includes-section .section-container{
      gap: 25px;
    }

    .image-container{
      min-width: 280px !important;
    }
}

  @media screen and (max-width: 340px) {
    .action-btn{
      font-size: 14px;
    }
  }
  /* Taught Section End */

  .image-container{
    flex: 1;
    min-width: 450px;
  }

  .hero-video-wrapper {
    height: 720px;
    position: relative;
    width: 1280px;
    z-index: 10000;
    }
    
    .hero_video-wrap {
    height: 720px;
    overflow: hidden;
    position: relative;
    width: 1280px;
    border-radius: 22px;
    box-shadow: 0px 0px 200px 0px rgba(164, 92, 246, 0.2),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 8px 4px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin-top: 100px;
    }
    
    .icon_video-play {
    height: 60px;
    width: 60px;
    }
  
    .video-embed-hero {
    height: 100%;
    position: relative;
    width: 100%;
    }
  
    @media screen and (max-width: 1400px) {
    .hero_video-wrap, .hero-video-wrapper{
      width: 850px;
      height: 500px;
    }
    }
  
    @media screen and (max-width: 950px) {
    .hero_video-wrap, .hero-video-wrapper{
      width: 650px;
      height: 400px;
    }
  
    }
  
    @media screen and (max-width: 786px){
    .hero_video-wrap, .hero-video-wrapper{
      width: 450px;
      height: 300px;
    }

    .hero-section .section-container .image-3d{
      right: -100px !important;
    }
    
    }
  
  
  
  
    @media screen and (max-width: 480px){
  
    .hero_video-wrap, .hero-video-wrapper{
      width: 350px;
      height: 250px;
    }
    }
    
    
    @media screen and (max-width: 360px) {
    .hero_video-wrap, .hero-video-wrapper{
      width: 300px;
      height: 200px;
    }
  
    }
  
    .black-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
    
    .blured {
    background: linear-gradient(0deg, #000023, #040429, #040429, transparent);
    text-align: center;
    padding: 100px 0;
    width: 100%;
    gap: 20px;
    transform: translateY(-200px);
    }

    .cover-shaper{
      position: absolute;
      bottom: 0;
      z-index: 9999999;
      background: #654DF8;
      width: 100%;
      height: 200px;
    }