body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    height: 100vh; 
    /* width: 100vw;  */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}
/* message icon  */
.message-icon {
    height: 60px;
    width: 60px;
    background-color: #4a60c2;
    position: fixed;
    align-items: end;
    justify-content: end;
    right:0; 
    bottom: 0;
    margin: 35px;
    border-radius: 50% 10% 50% 50%;
    box-shadow: 0px 0px 20px #ababab40;
}
.message-icon img{
    height: 20px;
    margin: 18px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

/* upper nav  */

.upper-nav {
    display: flex;
    /* width: 100%; */
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 10px;
    justify-content: center;
    gap: 40px;
    padding-top: 20px;
}

.main-logo img {
    height: 55px;
    
}

input {
    height: 43px;
    width: 730px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    font-size: 1em;
    padding: 10px 10px 10px 48px;
}

.upper-nav .search .search-icon {
    display: flex;
    align-items: center;
    position: absolute;
    left: 280px;
    top: 40px;
}

.upper-nav button {
    height: 40px;
    width: 200px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background-color: #5a4bda;
    padding: 10px 30px 10px 40px;

}


/* lower nav  */
.lower-nav ul{
    display: flex;
    gap: 60px;
    color: #000000;
}
.lower-nav ul li {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.lower-nav ul li a{
    text-decoration: none;
    color: #000000
}

.lower-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.lower-nav ul li img {
    height: 10px;
    width: 10px;
}

/* hero section  */

.slider-image img {
    width: 100%;
}

.slider-image img {
    width: 100%;
    height: 100%;
    padding-top: 5px;
}

/* pure hardwork no shortcut section  */
.pure-hardwork-no-shortcut h1{
    padding: 30px 0px 0px 0px;
    margin: 0px;
    color: #5a4bda;
    text-align: center;
    font-size: 50px;
}

.line1 {
    /* margin-left: 600px;  */
    height: 3px;
    width: 100px;
    background-color: #06e649;
    align-items: center;
    justify-content: center;
}
.pure-hardwork-no-shortcut .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
}
.icon img {
    height: 180px;
}
.icon p{
    color: #000000;
    font-size: 35px;
}

.books-icon,.students-icon,.credit-card-icon {
    padding-top: 50px;
    color: #917974;
    font-weight: 800;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    height: 400px;
}

/* our-achivers-work-with  */

.our-achivers-work-with h1{
    padding: 100px 0px 0px 0px;
    margin: 0px;
    color: #5a4bda;
    text-align: center;
    font-size: 50px;
}

.our-achivers-work-with {
    padding-bottom: 70px;
    /* width: 100%; */
    /* height: 100%; */
    background-color: #f1e4e4;
}
.companies-icon {
    overflow: hidden;
    padding-top: 100px;
    list-style: none;
    display: flex;
    /* height: 50px; */
    gap: 40px;
}
.companies-icon img {
    height: 50px;
}


/* hall of fame  */

.hall-of-fame h1 {
    padding: 80px 0px 80px 0px;
    margin: 0px;
    color: #5a4bda;
    text-align: center;
    font-size: 50px
}

.items {
    list-style: none;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.items img{
    border-radius: 50%;
    height: 120px;
    margin-top: 30px;
}
.items p{
    overflow: hidden;
}
.achivers {
    text-align: center;
    height: 450px;
    width: 380px;
    background-color: #ffffff;
    /* border: 2px solid black; */
    box-shadow: 0px 0px 20px #ababab40;
    overflow: hidden;
    border-radius: 5px;
    
}
.achivers-name{
    color: #5a4bda;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.achivers-post {
    color: #696767;
    font-size: 15px;

}
.achivers-description {
    color: #696767;
    font-size: 15px;
    padding: 0px 0px 0px 20px;
    height: 70px;
    width: 330px;
    text-align: center;
}
.achivers a svg{
    font-size: 1.6rem;
    height: auto;
    width: 2rem;
    color: rgb(59, 130, 246);
}
.achivers-view-more-button a{
    text-decoration: none;
    color: #696767;
}
.achivers-view-more-button {
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 5rem;
}

/* programs  */

.programs-name {
    font-size: 22px;
    color: rgb(90, 75, 218);
    font-weight: 500;
    height: 60px;
}
.programs-mentor {
    font-size: 15px;
    color: #686464;
}
.programs-price {
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding-bottom: 20px;
}

/* popular programs */

.popular-programs-header h1{
    padding: 60px 0px 0px 0px;
    margin: 0px;
    color: #5a4bda;
    text-align: center;
    font-size: 50px
}
.popular-programs-header p{
    text-align: center;
    color: #696767;
}
.popular-programs-content ul{
    list-style: none;
    display: flex;
    overflow: hidden;
}
.popular-programs-content ul li{
    margin: 20px;
    padding: 20px;
    box-shadow: 0px 0px 20px #ababab40;
    border-radius: 10px;
}
.popular-programs-content ul li a{
    text-decoration: none;
}
.popular-programs-view-more-button {
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 5rem;
    color: #696767;
}

/* affordable programs  */

.affordable-programs-header h1{
    padding: 60px 0px 0px 0px;
    margin: 0px;
    color: #5a4bda;
    text-align: center;
    font-size: 50px
}
.affordable-programs-header p{
    text-align: center;
    color: #696767;
}
.affordable-programs ul{
    list-style: none;
    display: flex;
    overflow: hidden;
}
.affordable-programs ul li{
    margin: 20px;
    padding: 20px;
    /* border: 2px solid black; */
    box-shadow: 0px 0px 20px #ababab40;
}
.affordable-programs ul li a{
    text-decoration: none;
}
.affordable-programs-view-more-button {
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 5rem;
    color: #696767;
}

/* community programs */

.community-program-header h1{
    padding: 60px 0px 0px 0px;
    margin: 0px;
    color: #5a4bda;
    text-align: center;
    font-size: 50px
}
.community-program-header p{
    text-align: center;
    color: #696767;
}
.community-programs ul{
    list-style: none;
    display: flex;
    overflow: hidden;
}
.community-programs ul li{
    margin: 20px;
    padding: 20px;
    /* border: 2px solid black; */
    box-shadow: 0px 0px 20px #ababab40;
}
.community-programs ul li a{
    text-decoration: none;
}
.community-programs-view-more-button {
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 5rem;
    color: #696767;
}

/* Our Products */

.our-products-header h1{
    padding: 20px 0px 0px 0px;
    margin: 0px;
    color: #5a4bda;
    text-align: center;
    font-size: 50px
}
.our-products ul{
    list-style: none;
    /* display: flex; */
}
.our-products-content-3,.our-products-content-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.our-products-content-3 a {
    text-decoration: none;
}
.our-products-content-2 li a {
    text-decoration: none;
}
.product-icon img {
    height: 180px;
}
.product-icon p {
    color: #000000;
    width: 300px;
}
.products-icon1,.products-icon2,.products-icon3,.products-icon4,.products-icon5 {
    padding-top: 50px;
    /* color: #917974; */
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 400px;
}
.heading {
    font-size: 25px;
    font-weight: 550;
}
.product-icon .heading-description{
    color: #918989;
    font-size: 17px;
}

/* footer  */

.pw-footer {
    background-color: #000000;
    padding-top: 80px;
    margin-top: 150px;
    box-sizing: border-box;
    align-items: start;
}
.footer-one img{
    font-size: 1rem;
    height: 55px;
    margin: 0;
    padding: 0;
}
.email {
    display: flex!important;
    flex-direction: row;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    width: 100%;
    align-items: flex-start;
    margin-left: 6px;
    margin-top: 30px;
}
.email svg{
    font-size: 1.5rem;
    /* height: auto; */
    color: #ffffff;
    /* display: inline; */
}
.email p{
    margin: 0;
    padding: 0;
    color: #ffffff;
}
.email p a {
    text-decoration: none;
    color: #ffffff;
}
.footer-icons {
    margin-top: 30px;
}
.footer-icons a svg{
    font-size: 1.6rem;
    height: auto;
    margin: 3px;
    color: #ffffff;
}
.footer-icons a {
    text-decoration: none;
    color: #886d6d;
    gap: 30px;
}
.iso9001 {
    margin-top: 30px;
}
.iso9001 p{
    color: #ffffff;
    text-align: left;
}
.iso9001 img{
    height: 100px;
}
.footer-content-2{
    background-color: #000000;
}
.footer-content-2 h1{
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
}
.footer-line {
    width: 150px;
}
.footer-content-2 p a{
    text-decoration: none;
    color: #ffffff;
    text-align: start;
    margin: 0;
    padding: 0;
}
.footer-content-2-companyinfo {
    display: flex;
    gap: 40px;
}
.footer-content-3 h1{
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
}
.footer-content-3 p a{
    text-decoration: none;
    color: #ffffff;
    text-align: start;
    margin: 0;
    padding: 0;
}
.pw-footer-content {
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    /* gap: 100px; */
    /* box-sizing: border-box; */
}
