@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');

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

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{
  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;
  }
}


.sections-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

section {
  width: -webkit-fill-available;
  font-family: "Poppins", "sans-serif";
}

.section-wrapper {
  display: flex;
  align-items: center;
}

/* hero section start */

.hero-section {
}

.hero-section .text-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 280px;
  gap: 22px;
}

.hero-section .text-flex h1 {
  text-transform: uppercase;
  color: white;
  font-size: 62px;
  max-width: 700px;
  line-height: 74px;
}

.hero-section .text-flex h1 span {
  background: linear-gradient(94.99deg, #654df8 52.95%, #edefdb 109.05%);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: capitalize;
}

.hero-section .text-flex p {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 7px;
  max-width: 700px;
}

.hero-section .image-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

img {max-width: 500px;width: 100%;}

.buttons-cta {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  width: 100%;
}

.btn {
  /* padding: 22px 91px; */
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 600;
}

.btn-cta {
  border: 0;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #654df8;
  color: white;
  text-decoration: none;
  width: 50%;
}

.btn-course {
  background-color: transparent;
  display: flex;
  height: fit-content;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #654df8;
  color: white;
  width: 230px;
}
/* hero section end */

h1 {
  margin: 0;
}
/* explanation section start */

.exp-section {
}

.exp-section .section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.exp-section .flex-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.315);
  border-radius: 25px;
  padding: 30px 50px;
  background: linear-gradient(94.99deg, transparent 52.95%, #188fff2f 109.05%);
}

.exp-section .flex-content .flex-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  flex: 1;
}

.exp-section .flex-content .flex-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exp-section .flex-content .flex-text .btn {
  padding: 10px 20px;
  width: -webkit-fill-available;
  color: white;
  font-weight: 600;
}

.exp-section .flex-content .flex-text h1 {
  text-transform: uppercase;
  font-size: 62px;
  max-width: 700px;
  line-height: 74px;
  background: linear-gradient(94.99deg, hsl(248.42deg 92.43% 63.73%) 52.95%, #edefdb 109.05%);
  -webkit-background-clip: text;
  color: transparent;
}

.exp-section .flex-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.exp-section .flex-content .flex-text ul li {
  color: white;
  font-size: 22px;
  font-weight: 500;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: rgba(240, 240, 240, 0.137);
  width: -webkit-fill-available;
}

/* explanation section end */

/* slider section start */
.slider-section {
  width: 100%;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.slider-wrapper .vector {
  position: absolute;
  right: 0;
  top: 0;
}

.slider-wrapper .vector2 {
  position: absolute;
  left: 0;
  bottom: -150px;
}
.slider-wrapper .flex-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.slider-wrapper .flex-wrapper .image-content,
.slider-wrapper .flex-wrapper .text-content {
  flex: 1;
  padding-left: 30px;
  min-width: 350px;
}

.slider-wrapper .flex-wrapper .text-content h1 {
  text-transform: capitalize;
  font-size: 42px;
  background: linear-gradient(94.99deg, #654df8 52.95%, #edefdb 109.05%);
  -webkit-background-clip: text;
  color: transparent;
}

.slider-wrapper .flex-wrapper .text-content p {
  color: white;
  font-size: 18px;
  max-width: 550px;
  line-height: 35px;
}

.slider-wrapper .flex-wrapper .text-content p span {
  background: linear-gradient(94.99deg, #654df8 52.95%, #edefdb 109.05%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
}

.slider-wrapper .flex-wrapper .text-content ul li {
  color: white;
  font-size: 18px;
  margin: 15px 0;
}

.slider-wrapper .flex-wrapper .text-content ul li i {
  background: linear-gradient(94.99deg, #f4b300 52.95%, #edefdb 109.05%);
  -webkit-background-clip: text;
  color: transparent;
}

.bene_line {
  background: linear-gradient(45deg, transparent, white, transparent);
  border-radius: 15px;
  height: 100%;
  position: absolute;
  width: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.crcl {
  background-color: white;
  border-radius: 50%;
  height: 25px;
  left: 50%;
  position: sticky;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  margin-left: 1px;
}

.ids {
  box-shadow: 0px 13px 69.3px 35px rgb(254 211 0 / 43%);
}
/* slider section end */

/* Footer section start */
.footer-section {
  width: -webkit-fill-available;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-section .container {
  position: relative;
  width: 100%;
  height: 100%;
}

.footer-section .footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
  gap: 25px;
  padding: 100px 0px;
}

.footer-section .footer-wrapper h1 {
  color: white;
  max-width: 790px;
  font-size: 32px;
}

.footer-section .footer-wrapper p {
  color: white;
  max-width: 700px;
}

.footer-section .photo-bg {
  position: absolute;
  width: 100%;
}

.footer-section .footer-wrapper h1 span {
  color: #f959f7;
  font-size: 34px;
}

.btn-join {
  background: #654df8;
  color: white;
  padding: 10px 20px;
  width: 270px;
}
/* Footer section end */

.main a{
  color: white;
}

@keyframes fall {
  0% {
    opacity: 1;
    top: -10%;
  }
  
  100% {
    opacity: 0.5;
    top: 110%;
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.bl{
  min-height: 850px ;
}
/* My media */
@media screen and (max-width: 1650px) {
  .hero-section,
  .exp-section,
  .slider-wrapper,
  .footer-section .footer-wrapper {
  }
}

@media screen and (max-width: 1350px) {
  .hero-section,
  .exp-section,
  .slider-wrapper,
  .footer-section .footer-wrapper {
  }
}

@media screen and (max-width: 1024px) {
  .text-flex h1,
  .flex-text h1 {
    font-size: 28px !important;
    line-height: 32px !important;
  }

  .text-flex p {
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 4px !important;
  }

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

@media screen and (max-width: 370px) {
  .hero-section .text-flex p {
    font-size: 16px !important;
    letter-spacing: 4px !important;
    line-height: 30px !important;
  }
}

@media screen and (max-width: 948px) {
  .hero-section {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .image-flex,
  .flex-image {
    display: none !important;
  }

  ul li {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 840px) {
  .bene_line {
    display: none !important;
  }

  .bene_right {
    padding: 0 !important;
  }
}

@media screen and (max-width: 470px) {
  .flex-content {
    padding: 20px !important;
  }

  .text-content {
    padding: 0 !important;
  }

  .text-flex h1 {
    font-size: 35px !important;
    line-height: 44px !important;
    text-align: center;
  }

  .hero-section .text-flex p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 4px;
    max-width: 700px;
  }

  .btn-cta {
    width: -webkit-fill-available;
  }

  .btn-course {
    width: -webkit-fill-available;
}
}

@media screen and (max-width: 425px) {
  section,
  .footer-section .footer-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .slider-wrapper {
    padding: 0 !important;
  }

  .slider-wrapper .flex-wrapper .image-content, .slider-wrapper .flex-wrapper .text-content, .slider-wrapper .flex-wrapper .image-content, .slider-wrapper .flex-wrapper .text-content{
    min-width: 280px !important;
    padding-left: 0 !important;
  }

  img{
    max-width: 300px;
  }

  .image-content{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider-wrapper .flex-wrapper .text-content h1{
    font-size: 28px !important;
  }
  
  .btn-join{
    
width: -webkit-fill-available;
  }
}
