/*import font (inter) */

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

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family:wght@200,300,400,500,600,700,800,900&display=swap');

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

/* body font */

body {
    font-family: 'Inter', sans-serif;
    background: #E5E5E5;
    min-height: 100vh;
}

#hero {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.logo {
    font-weight: 800;
    font-size: 1.3rem;
    cursor: pointer;
}

header {
    width: 100%;
    padding: 1.3rem 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    position: fixed;
    z-index: 10;
    background: #E5E5E5;
}

.menuList {
    list-style: none;
    text-transform: capitalize;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuItem {
    margin: 0 1.4rem;
    text-decoration: none;
    color: #3f6745;
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

nav a {
    text-decoration: none;
    color: #3f6745 !important;
}

nav a::after {
    content: '';
    display: block;
    height: 2.4px;
    background-color: #fd6816;
    width: 0%;
    bottom: 0;
    transition: all ease-in-out 250ms;
}

nav a:hover::after {
    width: 100%;
}

.header-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myacct {
    margin: 0 1rem;
    padding: 5%;
    border-radius: 5px;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 500;
    color: #3f6745;
    border-color: #3f6745;
    background-color: transparent;
    min-width: 8rem;
    height: 2.8rem;
    align-items: center;
    line-height: 0.6rem;
    text-align: center;
    border: 1.5px solid #3f6745;
    cursor: pointer;
}

.createacct {
    margin: 0 1rem;
    padding: 5%;
    border-radius: 5px;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    background-color: #3f6745;
    border-color: #3f6745;
    min-width: 8rem;
    height: 2.8rem;
    align-items: center;
    line-height: 0.6rem;
    border: none;
    text-align: center;
    border: 2px solid #3f6745;
    cursor: pointer;
}

/* btn hover */
.myacct {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.myacct:hover,
.myacct:focus,
.myacct:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.createacct {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.createacct:hover,
.createacct:focus,
.createacct:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

main {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0 auto;
}

div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 85%;
    background: #3f6745;
    padding: 2%;
    margin: 8rem auto 1rem;
    border-radius: 15px;
}

div.text-area {
    display: grid;
    margin-top: 1.3rem;
    margin-left: 4rem;
    color: #ffffff;
}

h1.grow-career-text {
    color: #ffffff;
    font-size: 4rem;
    line-height: 5rem;
    font-family: 'Abril Fatface', cursive;
    font-weight: 1;
}

div.new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    max-height: 2.313rem;
    max-width: 21.25rem;
    background: #315237;
    border-radius: 25px;
    margin-bottom: 20px;
    outline: none;
}

p.get-offer {
    font-size: 0.75rem;
    font-weight: 280;
    margin: 0.625rem;
}

div.new-color {
    display: flex;
    background: #ffc152;
    margin-left: 0.313rem;
    z-index: 1;
    padding: 0;
    width: 4.063rem;
    height: 1.875rem;
    border-radius: 1.563rem;
    align-items: center;
    text-align: center;
    justify-content: center;
}

p.learn {
    color: #ffffff;
    margin-top: 25px;
    font-size: 1.2rem;
    font-weight: 300;
}

div.search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.75rem;
    width: 25rem;
    background: #ffffff;
    border-radius: 7px;
    margin-top: 40px;
    position: relative;
}

input#input {
    border-radius: 7px;
    height: 2.938rem;
    position: absolute;
    padding: 10px;
    margin: 8px 0 9px 8px;
    width: 20rem;
    background-color: #f2f2f2;
    border: none;
    font-size: 0.938rem;
    font-weight: 10;
    outline: none;
}

div.search-icon {
    padding: 10px;
    height: 2.938rem;
    width: 3.125rem;
    background-color: #fd6816;
    border-radius: 7px;
    margin-left: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-icon:hover {
    background-color: #fd8443;
}

.fa-search {
    font-size: 1.25rem;
    font-weight: 0;
    text-align: center;

}

img.girl {
    height: 35.4rem;
    width: auto;
}

.ten-container {
    padding: 20px;
    margin: 50px 150px 0 150px;
}

.tenleft-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
}

.ten-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px;
    margin: 0;
}

.ten-left-10k {
    font-size: 55px;
    display: grid;
}

.fa-heart {
    color: #fd6816;
    margin: 2px 0 5px 0;
}

.active-students {
    font-weight: 450;
    margin-bottom: 2px;
    font-size: 20px;
}

.on-website {
    color: #fd6816;
    font-size: 18px;
}

.ten-center-47 {
    font-size: 55px;
    display: grid;
}

.fa-star {
    color: #ffc152;
    margin: 2px 0 5px 0;
}

.rating {
    font-weight: 450;
    margin-bottom: 2px;
    font-size: 20px;
}

.user-community {
    color: #fd6816;
    font-size: 18px;
}

.trusted {
    font-size: 30px;
    font-weight: 600;
    line-height: 2.5rem;
}

.ten-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 80px;
    margin-top: 80px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 15px #DFDCDC;
    height: 180px;
}

.ten-logo {
    width: 150px;
}

.working-container {
    padding: 20px;
    margin: 80px 0 30px 0;
}

.working-process {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 610;
}

.working-container-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
}

.find-course {
    display: grid;
    margin-left: 10px;
}

.find-course-icon {
    width: 100px;
    height: 100px;
    background-color: #3f6745;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.find-course-text {
    margin-top: 25px;
    font-size: 1.7rem;
    font-weight: 600;
}

.fa-search-plus {
    color: #ffffff;
    font-size: 2.5rem;
}

.we-have-helped {
    color: #808080;
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 300;
    line-height: 1.6rem;
}

.book-seat {
    display: grid;
    margin-left: 10px;
}

.book-seat-icon {
    width: 100px;
    height: 100px;
    background-color: #3f6745;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.book-seat-text {
    margin-top: 25px;
    font-size: 1.7rem;
    font-weight: 600;
}

.fa-calendar-check {
    color: #ffffff;
    font-size: 2.5rem;
}

.get-certificate {
    display: grid;
    margin-left: 10px;
    background-color: #ffffff;
    padding: 28px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #DFDCDC;
}

.get-certificate-icon {
    width: 100px;
    height: 100px;
    background-color: #fd6816;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.get-certificate-text {
    margin-top: 25px;
    font-size: 1.7rem;
    font-weight: 600;
}

.fa-graduation-cap {
    color: #ffffff;
    font-size: 2.5rem;
}

.curved-line1-section {
    position: absolute;
    top: 1500px;
    left: 290px;
}

.curved-line1 {
    width: 350px;
    height: 100px;
    border: 3px #808080 solid;
    border-color: transparent transparent #808080 transparent;
    border-radius: 90%;
    border-style: dashed;
    transform: rotate(170deg);
}

.curved-line2-section {
    position: absolute;
    top: 1450px;
    left: 710px;
}

.curved-line2 {
    width: 350px;
    height: 100px;
    border: 3px #808080 solid;
    border-color: transparent transparent #808080 transparent;
    border-radius: 90%;
    border-style: dashed;
    transform: rotate(348deg);
}

.our-popular-courses-section {
    padding: 20px;
    margin: 0 150px;
}

.our-popular-courses {
    padding: 20px;
}

.our-popular-courses-text {
    margin-left: 10px;
    font-size: 2.5rem;
    font-weight: 650;
}

.online-education-text {
    margin-left: 10px;
    margin-top: 10px;
    color: #808080;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6rem;
}

.sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    width: 180px;
    height: 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #DFDCDC;
    float: right;
    margin-right: 10px;
    margin-top: 0;
    border-radius: 15px;
    cursor: pointer;
}

.sort-text {
    font-size: 0.9rem;
    font-weight: 400;
}

.course-cards-section {
    margin-top: 4em;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(30rem, auto);
    grid-gap: 1.5rem;
}


.course-card {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #DFDCDC;
    border-radius: 10px;
}

.card1,
.card2,
.card3,
.card4,
.card5,
.card6 {
    display: flex;
    flex-direction: column;
    padding: 1em;
    align-items: flex-start;
    justify-content: start;
}

.card1-img-img {
    width: 21rem;
    align-items: center;
    border-radius: 10px;
}

.uiux-price,
.web-design-price,
.maths-price,
.digital-price,
.public-speaking-price {
    width: 21rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.6em;
}

.uiux,
.web-design,
.maths,
.digital-marketing,
.public-speaking {
    background-color: #FFE6D9;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.8rem;
    font-weight: 500;
}

.price,
.wd-price,
.maths-price-250,
.dg-price,
.ps-price {
    font-weight: 650;
    color: #fd6816;
}

.how-to {
    width: 21rem;
    margin-top: 0.7em;
    font-weight: 600;
    font-size: 1.1rem;
}

.uiux-lessons-online {
    width: 21rem;
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: left;
}

.uiux-lessons {
    display: flex;
    width: 5.7rem;
    align-items: center;
    justify-content: space-between;
}

.lessons-24 {
    font-size: 0.8rem;
    color: #808080;
}

.uiux-online {
    display: flex;
    width: 6.9rem;
    align-items: center;
    justify-content: space-between;
    margin-left: 2em;
}

.online-classes {
    font-size: 0.8rem;
    color: #808080;
}

.card-line {
    width: 21rem;
    margin-top: 1.5rem;
    background-color: #FFA06F;
    height: 0.15rem;
}

.votes-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 21rem;
    margin-top: 1.6rem;
}

.votes-section {
    display: flex;
    width: 8.6rem;
    justify-content: space-between;
    align-items: center;
}

.votes-36 {
    font-size: 0.8rem;
    color: #808080;
}

.fa-arrow-alt-circle-right {
    color: #3F6745;
    font-size: 2rem;
    cursor: pointer;
}

.join-live-class-section {
    padding: 20px;
    margin-top: 80px;
}

.join-live-class {
    font-size: 2.7rem;
    text-align: center;
}


.join-class-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-class {
    display: flex;
    margin-top: 2em;
    padding: 0.8em;
    width: 9em;
    height: 2.6em;
    border: 1px solid #fd6816;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

.joinclass-icon {
    width: 1.6em;
    height: 1.6em;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px #DFDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redcircle {
    width: 0.5em;
    height: 0.5em;
    background-color: #ff0000;
    border-radius: 50%;
}

.class-name-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.class-name-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    height: 6em;
    width: 45em;
}

.fa-caret-down {
    font-size: 1.1rem;
}

.classname {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 8.5em;
    height: 2.7em;
    padding: 1em;
    transition: 0.5s;
}

.classname:hover,
.section:hover,
.subject:hover,
.room:hover {
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px #DFDCDC;
    cursor: pointer;
}

.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 7.2em;
    height: 2.7em;
    padding: 1em;
    transition: 0.5s;
}

.subject {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 7.2em;
    height: 2.7em;
    padding: 1em;
    transition: 0.5s;
}

.room {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 6.4em;
    height: 2.7em;
    padding: 1em;
    transition: 0.5s;
}


.live-img-container {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}

.live-img-section {
    background-image: url("./img/pexels-tima-miroshnichenko-5198239.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30em;
    width: 45em;
    border-radius: 10px;
}

.live {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 5.2em;
    height: 1.6em;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    top: 1.6em;
    left: 1.6em;
    padding-left: 0.6em;
}

.live-red-circle {
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background-color: #ff0000;
}

.live-textt {
    font-size: 0.6rem;
    font-weight: 600;
    margin-left: 0.6em;
}

.live-time {
    font-size: 0.4rem;
    font-weight: 700;
    margin-left: 1em;
}

.students-joined {
    position: relative;
    top: 28em;
    left: 1.6em;
    font-size: 0.8rem;
    color: #ffffff;
}

.students-joined-section {
    position: relative;
    top: 23em;
    left: 1.6em;
    width: 41em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile-picture-section {
    margin-left: 0.5em;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    height: 2em;
}

.profile-picture {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 1.8px solid #ffffff;
    margin-left: -0.5em;
}

.pfp1 {
    background-image: url(./img/rediet-abebe.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pfp2 {
    background-image: url(./img/anatoly-yakovenko.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pfp3 {
    background-image: url(./img/hanu-fejiro.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pfp4 {
    background-image: url(./img/elon-musk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pfp5 {
    background-image: url(./img/iyin-aboyeji.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pfp6 {
    background-image: url(./img/vitalik-buterin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pfp7 {
    background-image: url(./img/winner-umeh.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pfp8 {
    background-color: #fd6816;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.plus-in-pfp8 {
    font-size: 1.2rem;
    color: #ffffff;
}

.students-joined-first-controls {
    width: 9em;
    height: 2em;
    margin-left: 6em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.fa-microphone {
    color: #ffffff;
    font-size: 1.5rem;
    text-shadow: 0px 0px 50px #000;
    cursor: pointer;
}

.phone-container {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fa-phone {
    color: #ff0000;
    font-size: 1em;
}

.fa-share-nodes {
    color: #ffffff;
    font-size: 1.5rem;
    text-shadow: 0px 0px 50px #000;
    cursor: pointer;
}

.students-joined-second-controls {
    width: 9em;
    height: 2em;
    margin-left: 6em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.fa-gear {
    color: #ffffff;
    font-size: 1.5rem;
    text-shadow: 0px 0px 50px #000;
    cursor: pointer;
}

.fa-volume-low {
    color: #ffffff;
    font-size: 1.5rem;
    text-shadow: 0px 0px 50px #000;
    cursor: pointer;
}

.fa-expand {
    color: #ffffff;
    font-size: 1.5rem;
    text-shadow: 0px 0px 50px #000;
    cursor: pointer;
}

.get-instant-alert-container {
    position: relative;
    width: 90%;
    margin: 0 6rem;
}

.get-instant-alert-img-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 4em;
    width: 100%;
    height: 36em;
}

.get-instant-img-text-container{
    display: flex;
}

.get-instant-alert-img {
    background-image: url(./img/girl-alert.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 25em;
    height: 30em;
    top: 1em;
    left: 3em;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3vw), 0 100%);
}

.new-message-alert {
    padding-left: 1em;
    padding-top: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 23em;
    left: 17em;
    width: 13em;
    height: 10em;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #DFDCDC;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.5vw), 0 100%);
}

.get-instant-alert-circles-group1 {
    width: 12em;
    height: 3em;
    top: 5em;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 3fr);
    grid-auto-rows: minmax(0.1em, auto);
    grid-gap: 0.1em;
}

.get-instant-alert-circles {
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background-color: #000;
}

.get-instant-alert-circles-group2 {
    width: 3em;
    height: 12em;
    top: 8em;
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 11fr);
    grid-auto-rows: minmax(0.1em, auto);
    grid-gap: 0.1em;
}

.new-message-alert-text {
    font-size: 1rem;
    font-weight: 700;
}

.new-message-alert-15mins {
    margin: 0.6em 0;
    font-size: 0.8em;
    color: #808080;
    font-weight: 300;
}

.new-message-alert-approved-container {
    height: 4em;
    width: 11em;
    border-top: 2px dashed #808080;
    border-left: transparent;
    border-bottom: transparent;
    border-right: transparent;
    margin-top: 0.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.approved {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #04933B;
    display: grid;
    place-items: center;
}

.fa-thumbs-up {
    color: #ffffff;
    font-size: 1.1rem;
}

.approved-cv {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 0.7em;
}

.approved-cv-text {
    font-size: 0.8rem;
    color: #808080;
    margin-bottom: 0.1em;
}

.approved-uiux {
    font-size: 0.8rem;
    font-weight: 600;
}

.get-instant-alert-text {
    position: relative;
    width: 30.6em;
    height: 30em;
    top: 1em;
    left: 9em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.join-over-20k-students {
    margin-top: 2.5rem;
    color: #fd6816;
    font-size: 1.05rem;
    font-weight: 400;
}

.get-instant-alert-inbox {
    margin-top: 0.9rem;
    color: #000;
    font-size: 2.7rem;
    font-weight: 620;
}

.we-receive-text {
    margin-top: 0.9rem;
    color: #808080;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: justify;
}

.enter-email-container {
    margin-top: 1.5rem;
    width: 26em;
    height: 3.5em;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #DFDCDC;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.enter-email-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 20em;
    height: 5em;
    background-color: #ffffff;
}

.fa-envelope {
    color: #808080;
    font-size: 1.5rem;
    margin-left: 1.2rem;
}

.enter-your-email-text {
    outline: none;
    border: transparent;
    font-size: 1rem;
    font-weight: 300;
    margin-left: 1rem;
    color: #808080;
}

.join-now-box {
    width: 10em;
    height: 5em;
    background-color: #fd6816;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.join-now-box:hover {
    background-color: #fd8443;
}

.join-now-text {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
}

.footer-section {
    display: flex;
    margin: 2rem 16rem 1rem 16rem;
    height: 55rem;
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.newsletter-container {
    height: 17rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4% 0;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    background-color: #3F6745;
}

.newsletter-signup {
    font-size: 2.7rem;
    color: #ffffff;
    font-weight: 510;
}

.receive-updates {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.4rem;
}

.subscribe-container {
    width: 25rem;
    height: 3.5em;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.subscribe-email {
    outline: none;
    border: transparent;
    font-size: 0.9rem;
    font-weight: 300;
    margin-left: 1rem;
    color: #808080;
}

button.subscribe {
    margin-left: 2.8rem;
    width: 8rem;
    height: 2.85rem;
    background-color: #fd6816;
    outline: none;
    border: transparent;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 300;
    cursor: pointer;
}

.subscribe:hover {
    background-color: #fd8443;
}

.become-an-instructor-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 11rem;
    border-bottom: 1.8px solid #c5c4c4;
}

.become-instructor-text {
    font-size: 2.5rem;
    color: #000;
    font-weight: 600;
}

.instructor-apply-now {
    outline: none;
    border: transparent;
    border-radius: 6px;
    background-color: #000;
    color: #ffffff;
    width: 9rem;
    height: 3rem;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.5s;
}

.instructor-apply-now:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.footer-bottom {
    padding-top: 3rem;
    border-bottom: 1.8px solid #c5c4c4;
    width: 100%;
    height: 24rem;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr repeat (3, 1fr);
    column-gap: 1.5rem;
}

.footer-elearn {
    margin-bottom: 1rem;
}

.footer-bottom-left {
    width: 23rem;
}

.footer-elearn-sub {
    font-size: 0.9rem;
    text-align: justify;
    line-height: 1.3rem;
    color: #808080;
    margin-bottom: 2rem;
}

.footer-email {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}

.fa-square-envelope {
    font-size: 1.2rem;
    color: #808080;
}

.elearn-email {
    color: #808080;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    font-weight: 400;
}

.footer-address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}

.fa-location-dot {
    font-size: 1.2rem;
    color: #808080;
    align-self: flex-start;
}

.elearn-address {
    color: #808080;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    font-weight: 400;
    line-height: 1.2rem;
}

.footer-socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fa-facebook {
    color: #fd6816;
    font-size: 1.1rem;
    cursor: pointer;
}

.fa-twitter, .fa-instagram {
    margin-left: 1.5rem;
    font-size: 1.1rem;
    color: #fd6816;
    cursor: pointer;
}

h2 {
    font-size: 1.05rem;
    margin-bottom: 0.6rem;
    padding-left: 0.5em;
}

ul {
    list-style: none;
}

ul li {
    font-size: 0.9rem;
    color: #808080;
    line-height: 1.9rem;
    padding-left: 0.5rem;
}

li {
    display: list-item;
}

footer li:hover {
    background-color: #dadada;
    border-radius: 5px;
    cursor: pointer;
}

.footer-copyright {
    margin-top: 1.4rem;
    color: #808080;
    font-size: 0.9rem;
    font-weight: 300;
}

/* ========================================================================================================================================================
MEDIA QUERIES
======================================================================================================================================================== */

@media (max-width: 1000px) {

    .course-cards-section {
        display: grid;
        grid-template-columns: 2fr;
    }

    .curved-line1-section {
        display: none;
    }

    .curved-line2-section {
        display: none;
    }
}



@media (max-width: 768px) {

    body {
        height: 100vh;
    }

    .curved-line1-section {
        display: none;
    }

    .curved-line2-section {
        display: none;
    }

    .course-cards-section {
        display: grid;
        grid-template-columns: 1fr;
    }

    .logo {
        font-weight: 800;
        font-size: 1.3rem;
        cursor: pointer;
    }

    .menuList {
        display: none;
    }


    .logo {
        font-weight: 800;
        font-size: 1.1rem;
        cursor: pointer;
    }

    header {
        width: 100%;
        padding: 5% 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        position: fixed;
        z-index: 10;
        background: #E5E5E5;
    }

    .header-btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-self: flex-end;
        float: right;
    }

    .myacct {
        margin: 0 0 0 1rem;
        padding: 5%;
        min-width: 7rem;
        height: 2.8rem;
    }

    .createacct {
        margin: 0 0 0 1rem;
        padding: 5%;
        min-width: 7rem;
        height: 2.8rem;
        font-size: 0.75rem;
    }

    div.content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        background: #3f6745;
        padding: 2% 2% 0 2%;
        margin: 7rem auto 0;
        border-radius: 15px;
    }
    
    div.text-area {
        display: grid;
        place-items: center;
        margin: 0;
        text-align: center;
    }

    h1.grow-career-text {
        color: #ffffff;
        font-size: 2.6rem;
        text-align: center;
        line-height: 3.5rem;
        font-weight: 1;
    }

    div.new {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-height: 2.1rem;
        max-width: 21.25rem;
        background: #315237;
        border-radius: 25px;
        margin: 2rem auto 2rem;
        outline: none;
    }

    p.get-offer {
        font-size: 0.6rem;
        font-weight: 280;
        margin: 0.625rem;
    }

    div.new-color {
        display: flex;
        background: #ffc152;
        margin-left: 0.313rem;
        font-size: 0.8rem;
        padding: 0;
        width: 4.063rem;
        height: 1.55rem;
    }

    p.learn {
        color: #ffffff;
        margin-top: 2rem;
        font-size: 1rem;
        font-weight: 300;
    }

    div.search-container {
        height: 3.2rem;
        width: 18rem;
        background: #ffffff;
        border-radius: 7px;
        margin-top: 2rem;
        justify-content: space-between;
        padding: 0 2% 0 0;
    }

    input#input {
        border-radius: 7px;
        height: 2.525rem;
        margin: 0 0 0 0.4rem;
        width: 14rem;
        font-size: 0.8rem;
    }

    div.search-icon {
        padding: 10px;
        height: 2.638rem;
        width: 3rem;
        background-color: #fd6816;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }

    .fa-search {
        font-size: 1rem;
    }

    img.girl {
        height: 28rem;
        margin-top: 2rem;
        margin-left: 2rem;
        overflow: hidden !important;
    }

    .ten-container {
        padding: 1rem;
        margin: 0 auto;
    }

    .tenleft-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 auto;
        width: 100%;
        padding: 0 2em;
        margin-bottom: 1em;
    }

    .ten-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px;
        margin: 0 auto;
    }

    .ten-left-10k {
        font-size: 3rem;
    }

    .fa-heart {
        font-size: 0.8rem;
        color: #fd6816;
        margin: 2px 0 5px 0;
    }

    .active-students {
        font-weight: 450;
        margin-bottom: 2px;
        font-size: 1rem;
    }

    .on-website {
        color: #fd6816;
        font-size: 0.95rem;
    }

    .ten-center-47 {
        font-size: 3rem;
    }

    .fa-star {
        font-size: 0.8rem;
        color: #ffc152;
        margin: 2px 0 5px 0;
    }

    .rating {
        font-weight: 450;
        margin-bottom: 2px;
        font-size: 1rem;
    }

    .user-community {
        color: #fd6816;
        font-size: 0.95rem;
    }

    .trusted {
        font-size: 1.4rem;
        text-align: center;
        font-weight: 700;
        line-height: 2.2rem;
    }

    .ten-right {
        margin: 0 auto;
    }

    .ten-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 2.9rem;
        margin: 1.5em auto 0;
        background-color: #ffffff;
        border-radius: 30px;
        box-shadow: 0px 0px 15px #DFDCDC;
        min-height: 25rem;
        max-width: 85%;
    }

    .ten-logo {
        width: 8rem;
    }

    .working-container {
        padding: 0;
        margin: 80px 0 30px 0;
    }

    .working-process {
        font-size: 2.2rem;
        text-align: center;
        font-weight: 700;
        padding: 1.2rem;
    }

    .working-container-bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 2em;
    }

    .find-course {
        display: grid;
        margin: 0 auto;
        place-items: center;
        margin-bottom: 2em;
    }

    .find-course-icon {
        width: 6em;
        height: 6em;
        background-color: #3f6745;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .find-course-text {
        margin-top: 0.5em;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
    }

    .fa-search-plus {
        font-size: 2.4rem;
    }

    .we-have-helped {
        color: #808080;
        font-size: 1rem;
        margin-top: 0.4em;
        font-weight: 300;
        line-height: 1.6rem;
        text-align: center;
    }

    .book-seat {
        display: grid;
        margin: 0 auto;
        place-items: center;
        margin-bottom: 2em;
    }

    .book-seat-icon {
        width: 6em;
        height: 6em;
        background-color: #3f6745;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .book-seat-text {
        margin-top: 0.5em;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
    }

    .fa-calendar-check {
        color: #ffffff;
        font-size: 2.4rem;
    }

    .get-certificate {
        display: grid;
        margin: 0 auto;
        place-items: center;
        margin-bottom: 2em;
        background-color: #ffffff;
        padding: 2em;
        border-radius: 15px;
        box-shadow: 0px 0px 15px #DFDCDC;
    }

    .get-certificate-icon {
        width: 6em;
        height: 6em;
        background-color: #fd6816;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .get-certificate-text {
        margin-top: 0.5em;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
    }

    .fa-graduation-cap {
        color: #ffffff;
        font-size: 2.4rem;
    }

    .our-popular-courses-section {
        padding: 1em;
        margin: 0 1em 0 1em;
    }

    .our-popular-courses {
        padding: 2em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .our-popular-courses-text {
        margin: 0 auto;
        font-size: 2.2rem;
        font-weight: 650;
        text-align: center;
    }

    .online-education-text {
        margin: 0.5em auto;
        text-align: center;
        color: #808080;
        font-size: 0.9rem;
        font-weight: 300;
        line-height: 1.6rem;
    }

    .sort {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em;
        width: 10em;
        background-color: #ffffff;
        margin: 0 auto;
        border-radius: 15px;
        cursor: pointer;;
    }

    .sort-text {
        font-size: 0.8rem;
        font-weight: 400;
    }

    .course-cards-section {
        margin: 4em auto;
        padding: 1em auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: minmax(29rem, auto);
        grid-gap: 1.5rem;
    }

    .course-card {
        padding: 0 1em;
    }

    .card1,
    .card2,
    .card3,
    .card4,
    .card5,
    .card6 {
        display: flex;
        flex-direction: column;
        padding: 1em;
        align-items: center;
        justify-content: start;
    }


        /* JOIN CLASS
    ==========================================================
    */


    .join-live-class-section {
        padding: 2rem;
        margin: 0 auto;
    }

    .join-live-class {
        font-size: 2.2rem;
        text-align: center;
    }

    .join-class-section {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .join-class {
        display: flex;
        margin-top: 2em;
        padding: 0.8em;
        width: 7.6em;
        height: 2em;
        border: 1px solid #fd6816;
        border-radius: 7px;
        align-items: center;
        justify-content: space-between;
    }

    .joinclass-text {
        font-size: 0.9rem;
    }

    .joinclass-icon {
        width: 1.2em;
        height: 1.2em;
        border-radius: 7px;
        background-color: #ffffff;
        box-shadow: 0px 0px 3px #DFDCDC;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .redcircle {
        width: 0.35em;
        height: 0.35em;
        background-color: #ff0000;
        border-radius: 50%;
    }

    .class-name-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 2rem;
    }

    .class-name-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 25em;
        margin: 0 auto;
    }

    .fa-caret-down {
        font-size: 0.9rem;
    }

    .classname {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 7.2em;
        height: 2.5em;
        padding: 0.9em;
        transition: 0.5s;
    }

    .section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 6.1em;
        height: 2.5em;
        padding: 0.9em;
        transition: 0.5s;
    }

    .subject {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 6.2em;
        height: 2.5em;
        padding: 0.9em;
        transition: 0.5s;
    }

    .room {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 5.8em;
        height: 2.7em;
        padding: 1em;
        transition: 0.5s;
    }

    .section-text,
    .subject-text,
    .room-text {
        font-size: 0.9rem;
    }


    .live-img-container {
        align-items: center;
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }

    .live-img-section {
        background-image: url("./img/pexels-tima-miroshnichenko-5198239.jpg");
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 30em;
        min-width: 22em;
        border-radius: 10px;
        margin: 0 auto;
    }

    .live {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-width: 5.2em;
        min-height: 1.3em;
        border-radius: 5px;
        background-color: #ffffff;
        position: relative;
        top: 1.6em;
        margin-left: 0.5rem;
        padding-left: 0.6em;
    }

    .live-red-circle {
        width: 0.35rem;
        height: 0.35rem;
        margin: 0;
        position: relative;
    }

    .live-time {
        margin-left: 0.6em;
        position: relative;
    }

    .live-textt {
        font-size: 0.6rem;
        position: relative;
    }

    .students-joined {
        position: relative;
        top: 24em;
        margin-left: 0.5rem;
        font-size: 0.7rem;
        color: #ffffff;
    }

    .students-joined-section {
        position: relative;
        top: 18em;
        margin-left: -4.7em;
        width: 20em;
        height: 9em;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .profile-picture-section {
        margin-left: 0.5em;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        height: 2em;
    }

    .profile-picture {
        width: 1.8em;
        height: 1.8em;
        border-radius: 50%;
        border: 1.6px solid #ffffff;
        margin-left: -0.5em;
    }

    .pfp8 {
        background-color: #fd6816;
        display: grid;
        place-items: center;
        cursor: pointer;
    }

    .plus-in-pfp8 {
        font-size: 1.1rem;
        color: #ffffff;
    }

    .students-joined-first-controls {
        margin-top: 1.4em;
        margin-left: -2.8em;
    }

    .fa-microphone {
        font-size: 1.3rem;
    }

    .phone-container {
        border-radius: 50%;
        width: 1.8em;
        height: 1.8em;
    }

    .fa-phone {
        color: #ff0000;
        font-size: 0.8em;
    }

    .fa-share-nodes {
        font-size: 1.3rem;
    }

    .students-joined-second-controls {
        margin-top: 1.4em;
        margin-left: -2.8em;
    }

    .fa-gear {
        font-size: 1.3rem;
    }

    .fa-volume-low {
        font-size: 1.3rem;
    }

    .fa-expand {
        font-size: 1.3rem;
    }

    /* GET INSTANT ALERT
    ==========================================================
    */


    .get-instant-alert-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .get-instant-alert-img-text {
        margin: 3em 0;
        height: auto;
    }

    .get-instant-img-text-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .get-instant-alert-img {
        min-width: 15em;
        min-height: 27em;
        margin-left: -6em;
    }

    .new-message-alert {
        padding-left: 1em;
        padding-top: 1em;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        top: 18em;
        left: 12em;
        min-width: 9em;
        min-height: 10em;
    }

    .get-instant-alert-circles-group1,
    .get-instant-alert-circles-group2 {
        display: none;
    }

    .new-message-alert-text {
        font-size: 0.95rem;
        font-weight: 700;
    }

    .new-message-alert-15mins {
        margin: 0.6em 0;
        font-size: 0.8em;
        color: #808080;
        font-weight: 300;
    }

    .new-message-alert-approved-container {
        height: 4em;
        width: 11em;
        border-top: 2px dashed #808080;
        border-left: transparent;
        border-bottom: transparent;
        border-right: transparent;
        margin-top: 0.5em;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
    }

    .approved {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        background-color: #04933B;
        display: grid;
        place-items: center;
    }

    .fa-thumbs-up {
        color: #ffffff;
        font-size: 1.1rem;
    }

    .approved-cv {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        margin-left: 0.7em;
    }

    .approved-cv-text {
        font-size: 0.8rem;
        color: #808080;
        margin-bottom: 0.1em;
    }

    .approved-uiux {
        font-size: 0.8rem;
        font-weight: 600;
    }

    .get-instant-alert-text {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-left: -18em;
        position: relative;
    }

    .join-over-20k-students {
        margin-top: 2.5rem;
        color: #fd6816;
        font-size: 1.05rem;
        font-weight: 400;
    }

    .get-instant-alert-inbox {
        margin-top: 0.9rem;
        color: #000;
        font-size: 2.4rem;
        text-align: center;
        font-weight: 620;
    }

    .we-receive-text {
        margin-top: 0.9rem;
        color: #808080;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.8rem;
        text-align: center;
    }

    .enter-email-container {
        margin-top: 1.5rem;
        width: 22em;
        height: 3em;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .enter-email-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 17em;
        height: 3em;
        background-color: #ffffff;
    }

    .fa-envelope {
        color: #808080;
        font-size: 1.5rem;
        margin-left: 1.2rem;
    }

    .enter-your-email-text {
        outline: none;
        border: transparent;
        font-size: 0.9rem;
        font-weight: 300;
        margin-left: 1rem;
        color: #808080;
    }

    .join-now-box {
        width: 6em;
        height: 3em;
        background-color: #fd6816;
        display: grid;
        place-items: center;
        cursor: pointer;
        position: relative;
    }

    .join-now-text {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 400;
    }


        /* FOOTER SECTION
    ==========================================================
    */


    .footer-section {
        display: flex;
        margin: 2rem 1rem;
        height: auto;
        display: flex;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .newsletter-container {
        height: auto;
        width: 100%;
        display: flex;
        padding: 4% 4%;
        align-items: center;
        justify-content: space-between;
        border-radius: 15px;
    }

    .newsletter-signup {
        font-size: 2.3rem;
        font-weight: 600;
        line-height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .receive-updates {
        color: #ffffff;
        font-size: 0.9rem;
        font-weight: 400;
        text-align: center;
        line-height: 1.2rem;
        margin-bottom: 1rem;
    }

    .subscribe-container {
        width: 19rem;
        height: 3em;
        border-radius: 10px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-right: 1.3%;
    }

    .subscribe-email {
        outline: none;
        border: transparent;
        font-size: 0.9rem;
        font-weight: 300;
        margin-left: 1rem;
        color: #808080;
    }

    .subscribe {
        margin-left: 0;
        width: 6.5rem;
        height: 2.45rem;
        font-size: 0.75rem;
        position: relative;
    }

    .become-an-instructor-section {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 11rem;
        border-bottom: 1.5px solid #c5c4c4;
    }

    .become-instructor-text {
        font-size: 1.8rem;
        color: #000;
        font-weight: 800;
    }

    .instructor-apply-now {
        width: 8rem;
        height: 3rem;
        font-size: 0.8rem;
    }

    .footer-bottom {
        padding-top: 3rem;
        border-bottom: 1.5px solid #c5c4c4;
        width: 100%;
        height: auto;
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat (4, 1fr);
        row-gap: 2rem;
    }

    .footer-elearn {
        margin-bottom: 1rem;
    }

    .footer-bottom-left {
        padding-left: 0.5em;
        order: 1;
        margin-bottom: 2em;
    }

    .footer-copyright {
        margin-top: 1.4rem;
        font-size: 0.85rem;
    }

}
