html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #388359;
    padding: 10px 20px;
    color: white;
    background-color: #388359;
    outline: none;
    position: sticky;
    top: 0%;
}

.logo h1 {
    margin: 0;
    font-size: 24px;
    font-family: cursive;
    color: black;
}

.navbar a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.navbar a:hover {
    padding-top: 5px;
    border-top: 5px;
    border-bottom: 5px;
    border-bottom-style: solid;
    padding-bottom: 5px;
    border-top-style: solid;

}

.start_button button {
    background-color: #00ff40;
    color: rgb(0, 0, 0);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
}

.start_button button:hover {
    background-color: crimson;
}

.para {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #388359;
    color: azure;
}

.text_cap {
    max-width: 50%;
}

.text_cap p {
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}

.text_cap h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #00ff40;
}

.text_cap ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.text_cap li {
    margin-bottom: 10px;
}

.text_cap button {
    background-color: #00ff40;
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
}

.text_cap span button {
    background-color: aliceblue;
    color: black;
}

.text_cap button:hover {
    background-color: crimson;
}

.image {
    display: flex;
    justify-content: flex-end;
    max-width: 30%;
}

.image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.course {
    padding: 20px;
    background-color: #cfcfcf;
}

.course .top,
.course .down {
    display: flex;
    justify-content: space-between;
}

.course .left_box1,
.course .right_box1,
.course .left_box2,
.course .right_box2 {
    padding: 20px;
}

.course .left_box1 p {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.course .right_box1 ul {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    list-style: none;
    padding-left: 0;
}

.course .right_box1 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.course .right_box1 ul li i {
    margin-right: 10px;
}

.course .left_box2_content {
    display: flex;
    align-items: center;
    width: 90%;
    background-color: rgb(231, 238, 238);
    padding: 30px;
    border-radius: 5px;

}

.course .right_box2_content {
    display: flex;
    align-items: center;
    width: 90%;
    background-color: rgb(231, 238, 238);
    padding: 30px;
    border-radius: 5px;

}

.course .left_box2_content i {
    margin-right: 10px;
}

.course .right_box2_content i {
    margin-right: 10px;
}

.course .left_box1 p {
    font-weight: bold;
}

.course .left_box2,
.course .right_box2 {
    display: flex;
    align-items: center;
}

.course .right_box2_content i {
    border-width: 30px;
    background-color: #eeeeee;
    border-radius: 50px;
}

.course .right_box1 ul li i {
    padding: 10px;
    background-color: #388359;
    border-radius: 50px;
    font-size: small;
}

.course_2 {
    padding: 20px;
    background-color: #ffffff;
    text-align: center;
}

.course_2 .text {
    padding: 20px;
    margin-bottom: 20px;
}

.course_2 .text p {
    font-size: 28px;
    font-weight: bold;
    color: black;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.course_2 .text span p {
    font-size: 16px;
    color: black;
    padding: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter
}

.course_2 .images {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
}

.course_2 .images .image1,
.course_2 .images .image2,
.course_2 .images .image3,
.course_2 .images .image4 {
    flex: 1 1 calc(25% - 10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    margin: 0;
}

.course_2 .images img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.course_2 .images p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.course_2 .images button {
    background-color: #00ff40;
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.course_2 .images button:hover {
    background-color: crimson;
}

.course_2 .image2 img {
    height: 60%;
}

.course_2 .image1 img {
    height: 60%;
}

.course_2 .image3 img {
    height: 60%;
}

.course_2 .image4 img {
    height: 60%;
}

.course_2 .images h1 {
    font-size: small;
}

.About_us {
    display: flex;
    align-items: center;
    padding: 40px;
    background-color: #f5f5f5;
    gap: 20px;
}

.About_us .image {
    flex: 1;
    text-align: center;
}

.About_us .image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.About_us .text {
    flex: 2;
    text-align: left;
}

.About_us .text h1 {
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.About_us .text p {
    font-size: 16px;
    color: black;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.About_us .text ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.About_us .text li {
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
}

.About_us .text button {
    background-color: #ffffff;
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
}

.About_us .text button:hover {
    background-color: crimson;
}

.About_us .text {
    margin-left: 30%;
}

.About_us .text span button {
    background-color: #302e2e;
    color: chocolate;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.app {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #eeeeee;
    text-align: center;
}

.app .text {
    max-width: 50%;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.app .text h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.app .text p {
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.app .image {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 30%;
}

.app .image img {
    max-width: 40%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;

}

.app .rating img {
    max-width: 40%;
    ;
}

.app .rating {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
}

.app .rating p span {
    color: #388359;
    font-family: Arial, Helvetica, sans-serif;

}

.app .rating i {
    margin-top: 15px;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px 20px;
    background-color: #000000;
    color: white;
    text-align: center;
    /* Add this */
}

.contact .box1,
.contact .box2,
.contact .box3,
.contact .box4 {
    padding: 20px;
    text-align: center;
}

.contact h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: cursive;
    text-align: left;
}

.contact ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.contact ul li {
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.contact p {
    margin: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.contact i {
    font-size: 20px;
    margin: 0 10px;
    cursor: pointer;
    transition: color 0.3s;
    display: inline-block;
}


.copy {
    padding: 10px 20px;
    background-color: #000000;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.copy p {
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.copy p span {
    margin: 0;
    text-align: center;
    color: #388359;
}

.contact .box1 h1 {
    text-align: center;
}

.contact .box1 i {
    padding: 10px;
    background-color: #00ff40;
    color: black;
    border-radius: 50px;
}

.contact .box4 h3 {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.contact .box4 a {
    text-decoration: none;
    color: #eeeeee;
}