@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400&family=Sen:wght@700&display=swap');

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sen-bold {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header-section{
    background: #FFFCF4;
}

.container{
    max-width: 1170px;
    margin: 0 auto;

}


.main-header{

    justify-content: space-between;
    padding-top: 36px;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;

}

.flex{
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.header-lists-button{
    justify-content: center;
    align-items: center;
    gap: 70px;
     flex-wrap: wrap;
     display: flex;
 

}

.header-list{
    list-style: none;
    gap: 42px;
    flex-wrap: wrap;
    padding-top: 11px;
}



.header-list-item{
  font-family: Poppins;
   color: #5F5B53;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  padding-bottom: 4px; 
  cursor: pointer;
  list-style: none;
  text-decoration: none;
  cursor: pointer;

  vertical-align: bottom; 
}

.first-letter {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;

}

.header-list-item:hover .first-letter {
  border-color: black;
}


.header-btn{
    border-radius: 24.5px;
    background: #171100;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 175% */
    padding: 11px 41px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero{
    padding-top: 58px;
    padding-bottom: 65px;
    justify-content: space-between;
    gap:230px;
    flex-wrap: wrap;
  
}
.right-section{
    position: relative;
    justify-content: center;
  flex: 1 1 300px;
   
}
.left-section{
flex: 1 1 300px;
}

.courses-box{
    position: absolute;
    top: 543px;
    left: 505px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.05);
    padding-left: 24px ;
     padding-right: 58px ;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 14px;
    justify-content: space-between;
 

}

#prev-arrow, #next-arrow {
  cursor: pointer;
  display: inline-block;
}
  #prev-arrow svg:hover circle,
  #next-arrow svg:hover circle {
    fill: #FFB900;
    transition: fill 0.3s ease;
    
  }
    #prev-arrow svg:hover path,
  #next-arrow svg:hover path {
    stroke: #ffffff;
    transition: stroke 0.3s ease;
  }

.arrows {
  display: flex;
  gap: 10px;
}


.ui-design-logo-1{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;       /* Make it a circle */
    background-color: #FFF9E8;
}
.ui-design-logo-2{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;       /* Make it a circle */
    background-color:  #FCEFFF;;
}

.ui-design-logo-3{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;       /* Make it a circle */
    background-color: #EBEAFF;
}

.ui-design-logo-details{
  gap:16px;
  justify-content: left;
  align-items: center;
}
.courses{
  color: #5F5B53;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; 
}
.course-box-title{
    color: #171100;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.learn-without{
     color: #171100;
    font-family: Sen;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 117.241% */
    letter-spacing: -1.16px;
    padding-bottom: 22px; 

 
}
.build-new{
    color: #5F5B53;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
   
}
.courses-btn{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.667% */
padding: 17px 33px;
border-radius: 32px;
background: #171100;
  border: none;

}
.courses-btn:hover{
  background: #FFB900 ;
}

.svg-course-icon{
   display: flex;
    justify-content: center;
  
    
}

.svg-icon-course-only{
     width: 72px;
  height: 72px;
  background-color: #FFF9E8; /* your background circle color */
  border-radius: 50%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.svg-course-icon-size{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}

.course-video-btn{
    display: flex;
    padding-top: 38px;
    padding-bottom: 48px;
    gap:28px;
   width: 100%;
   align-items: center;

}
.recent-engagement{
     width: 100%;
      flex-wrap: wrap;
} 
.recent-engagement-para{
     width: 100%;
     color: #5F5B53;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
/* padding-top: 30px; */
} 

.watch-video{
    color: #171100;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.667% */
display: flex;
justify-content: center;
align-items: center;
}
.engagement-count{
 color: #171100;
font-family: Sen;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 54px; /* 122.727% */
}
.engagement-title{
 color: #5F5B53;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.recent-engagement{
  padding-top: 8px;
  gap: 28px;
}
.popular-courses{
  
}
.popular-courses-slider {
  display: block !important; 
}
.arrows{
    display: flex;
    justify-content: center;
    align-items: center;
}
.popular-crs-title-main{
    color: #171100;
font-family: Sen;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 126.316% */
letter-spacing: -0.76px;
padding-bottom: 16px;
}

.popularcourse-para{
    color: #5F5B53;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    width: 458px;
    padding-bottom: 30px;
}

.popular-crs-arrows{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-image{
    width: 370px;
height: 278px;
}
.images-details-card{
    gap: 30px;
    padding-top: 25px;
     flex-wrap: wrap;
}
.popular-crs-title{
    color: #171100;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.667% */
}
.popular-crs-rating{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:6px;
}
.popular-crs-des{
    color: #5F5B53;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
width: 326px;
padding-top: 6px;

}
.title-rating{
  justify-content: space-between;
  align-items: center;
}
.fee-btn{
    justify-content: space-between;

align-items: center;
}
.course-fee{
    color: #171100;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px;
/* padding-top: 20px;  */
}
.book-now-btn{

    border-radius: 25px;
    background: #171100 ;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 185.714% */
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
 
    width: 118px;
height: 50px;
margin-top: 12px;
 text-decoration: none;
}

.book-now-btn:hover{
  border-radius: 25px;
    background: #FFB900;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 185.714% */
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
 
    width: 118px;
height: 50px;
margin-top: 12px;
 text-decoration: none;
}

.book-now-btn-black{

    border-radius: 25px;
    background: #171100;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 185.714% */
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
 
    width: 118px;
height: 50px;
margin-top: 12px;
text-decoration: none;
}
.book-now-btn-black:hover{
 background:  #FFB900;
}

.read-more-btn{
  color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 185.714% */
border-radius: 25px;
background: #171100;
}
.image-des{
    padding-top: 16px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
       margin-bottom: 20px;
    border-radius: 12px;
background: #FFF;
box-shadow: 0px 18px 36px 0px rgba(0, 0, 0, 0.05);
max-width: 370px;
    
}
.rating-number{
    color: #FEA31B;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.popular-courses-section {
    padding-top: 200px;
}



.testimonial-image
{width: 72px;
height: 72px;
margin-bottom: 18px;}

.testmonial-para{
color: #FFF;
font-family: Poppins;
font-size: 26px;
font-style: italic;
font-weight: 400;
line-height: 40px; /* 153.846% */
max-width: 740px;
text-align: left;

}

.testimonial-name{
    color: #F7F7F7;
font-family: Sen;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 34px; /* 141.667% */
}

.testimonial-designation{
    color: #BFBCB2;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 185.714% */
margin-bottom: 28px;
}

.testimonial-section{
   background:  #2E2100;
   height: 380px;
  margin-top: 200px;

}

.testimonial-section-main{
    
    justify-content: space-between;
    height: 100%;
  
    


}

.testmonial-name-section{
      justify-content: center;
      
  
  
    height: 100%;
}



 .testmonial-details
 {
    justify-content: center;

 }
 .learner-outcome-1st{
    color: #171100;
font-family: Sen;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 126.316% */
letter-spacing: -0.76px;
max-width: 470px;
 }

  .learner-outcome{
    color: #171100;
font-family: Sen;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 126.316% */
letter-spacing: -0.76px;
max-width: 570px;
 }
.of-people{
    color: #5F5B53;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
max-width: 458px;
padding-bottom: 16px;
}
.of-people-2nd{
    color: #5F5B53;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
max-width: 570px;
padding-bottom: 16px;
}
.lesson-impact{
    color: #5F5B53;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
padding-bottom: 21px;
}

.outcome-section{
  padding-top: 200px;
}
.outcome-image-1{
  width: 270px;
height: 404px;
padding-top: 33px;
}
.outcome-image-2{
    width: 270px;
height: 405px;
}
.outcome-section-main, .first-step-section-main {
    justify-content: space-between;
  
}
.left-outcome{
    gap:30px;
}
.right-outcome{
    justify-content: center;
    gap:16px;
}
.sign-up-button{
    padding-top: 16px;
       color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.667% */
padding: 10px 30px;
border-radius: 32px;
background: #FFB900;
  border: none;
  text-decoration: none;
}

.first-step-section{
  padding-top: 234px;
}
.first-step-section-main{
    display: row;
    flex-direction: row-reverse;
}
.first-step-image
{
    width: 470px;
height: 440px
}

.blog-title-main{

    color: #130606;
text-align: center;
font-family: Sen;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 126.316% */
letter-spacing: -0.76px;
padding-bottom: 20px;
}

.blogs{
 
     
      padding-top: 96px;
      padding-bottom: 96px;
}
.blog-para{
    color: #696262;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
width: 448px;
}

.blog-section{
    
   margin-top: 200px;
   background: #FFFCF4;

}
.blog-title-para{
    display: flex;
    justify-content: center;
    align-items: center;
}


.blog-title{
    color: #5F5B53;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    border-bottom: 1px solid #E2DFDA;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    
}

.blog-des{
    color: #171100;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 175% */
    padding-top: 8px;
}
.footer-section{
    background: #2E2100;
    min-height: 428px;
}

.footer-section-main{
   
    padding-top: 90px;
   margin-bottom: 82px;
    flex-wrap: wrap;

    
}
.footer-section-main-border{
          
       display: flex;
       gap:145px;
       border-bottom: 1px solid #59554B;
       padding-bottom: 32px;
        flex-wrap: wrap;
}

.footer-para{
    width: 267px;
    color: #BFBCB2;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 185.714% */
padding-top: 18px;
padding-bottom: 18px;
}



.footer-right{
  display: flex;
  gap: 154px;
  
  
  
}

.footer-contact{
  max-width: 231px;
}


.footer-list-item{
    list-style: none;
    color: #BFBCB2;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; 

}
.footer-list-item-1st
{
     list-style: none;
     color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
    border-bottom: 1px solid #59554B;
    padding-bottom: 8px;
    margin-bottom: 28px;

}

.footer-list-item-main{
    display: flex;
    flex-direction: column;
    gap: 8px;
 
}

.copyright{
  color: #807D74;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 185.714% */
display: flex;
justify-content: center;
align-items: center;
padding: 20px 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-clr{
  background: #171100;
}
.blog-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 38px;
}

.footer-contact{
  color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 26px; 
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
  font-size: 28px;
}
.hamburger span {
  height: 3px;
  width: 25px;
  background: #333;
  border-radius: 2px;
}

  .learner-outcome-2nd{
    color: #171100;
font-family: Sen;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 126.316% */
letter-spacing: -0.76px;
max-width: 570px;
text-align: left;
 }


@media (max-width: 768px){
    .main-header {
    flex-direction: column;
    align-items: flex-start;
  }

   .container{
     width: 90%;
   }
    .header-list {
        display: none;
    flex-direction: column;
    align-items: flex-start;
     width: 100%;
     justify-content: center;
  }
    .header-list.active {
    display: flex;
  }
  
  .header-lists-button {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

    .hamburger {
    display: flex;
    flex-direction: column;

  }

   .learn-without{
        text-align: center;
   }
   .build-new{
    text-align: center;
   }
   .course-video-btn{
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .recent-engagement-para{
    text-align: center;
   }
   .recent-engagement{
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .popular-crs-title-main{
    text-align: center;
   }
   .popularcourse-para{
         text-align: center;
   }
   
.footer-right{
  display: flex;
  gap: 170px;
  flex-wrap: wrap;
  
}
   
.testimonial-section-main{
    
   padding-top: 10px;
   padding-bottom: 10px;
     
  }
}

@media (max-width: 1024px) {
  .images-details-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
  }

  .outcome-section-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .right-outcome{
    align-items: center;
  }
  .learner-outcome{
    text-align: center;
    padding-top: 10px;
  }

    .first-step-section-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }

}

@media (max-width: 768px) {
  .courses-box {
    left: 90px;
    top: 650px;
  }

      .testmonial-para {
        font-size: 20px;
        line-height: 32px;
        padding: 0 15px;
    }

    .popular-crs-arrows{
        display: flex;
        flex-direction: column;
    }
  
    .of-people{
        text-align: center;
    
    }
    .hamburger{
        display: block;
    }

    .images-details-card{
    gap: 30px;
    padding-top: 25px;
     flex-wrap: wrap;
 
     justify-content: center;
     align-items: center;
}
  .learner-outcome-2nd{
    color: #171100;
font-family: Sen;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 126.316% */
letter-spacing: -0.76px;
max-width: 570px;
text-align: center;
 }


}

@media (max-width: 480px) {
  .courses-box {
    left: 20px;
    top: 600px;
  }

      .testmonial-para {
        font-size: 16px;
        line-height: 28px;
        padding: 0 10px;
    }
}


@media (max-width: 1200px) {
  .courses-box {
    left: 300px; /* Move left slightly on medium screens */
  }

    .testimonial-section-main{
    
   display: flex;
   flex-direction: column;
   align-items: center;

    }

       .testmonial-name-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
       }
}

