body {
    position: relative;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show>.nav-link {
    color: red;
}

@font-face {
    font-family: gelion-medium;
    src: url(../fonts/Gelion-Medium.ttf);
}

@font-face {
    font-family: gelion-regular;
    src: url(../fonts/Gelion-regular.ttf);
}

@font-face {
    font-family: gelion-semiBold;
    src: url(../fonts/Gelion-semiBold.ttf);
}

@font-face {
    font-family: larken-regular;
    src: url(../fonts/Larken-Regular.ttf);
}

@font-face {
    font-family: junge-regular;
    src: url(../fonts/Junge-Regular.ttf);
}


@font-face {
    font-family: inter;
    src: url(../fonts/inter.ttf);
}

a {
    text-decoration: none;
}

.navbar {
    padding-top: 18px;
    padding-bottom: 18px;
    background: #F8F8F8;
    box-shadow: 0px 1px 35px 2px rgba(0, 0, 0, 0.1);
}

.navbar-container {
    max-width: 1366px;
}

.navbar-brand {
    font-family: gelion-semiBold;
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    transition: all .3s ease-in-out;
}
.navbar-brand img{
    width: 160px;

}
.navbar-brand:hover {
    color: #c09507;
}

.navbar-list {
    gap: 32px;
}

.nav-link {
    font-family: inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #131F33;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.nav-link:hover {
    color: #F0C12D;
}

.nav-item .active {
    color: #F0C12D !important;
}

.nav-contact-btn {
    width: 156px;
    height: 44px;
    background: #F0C12D;
    border-radius: 8px;
    border: none;
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FAFAFA;
    transition: all .3s ease-in-out;
}

.nav-contact-btn:hover {
    border: 2px solid #F0C12D;
    color: #F0C12D;
    background-color: #f8f8f8;
}

/* hero section | start  */
.hero-section {
    background-color: #F9F9F9;
    height: 758px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.hero-icon-amazon {
    position: absolute;
    bottom: 67px;
    right: 93px;
}

.hero-icon-react {
    position: absolute;
    top: 10px;
    right: 0px
}

.hero-icon-microsoft {
    position: absolute;
    top: 79px;
    right: 393px
}

.hero-icon-creative-cloud {
    position: absolute;
    top: 205px;
    left: 193px;
}

.hero-icon-slack {
    position: absolute;
    bottom: 18px;
    left: 0px;
}

.hero-icon-php {
    position: absolute;
    bottom: 0px;
    left: 584px;
}

.hero-container {
    display: flex;
    justify-content: center;
}

.hero-content h1 {
    width: 760px;
    font-family: larken-regular;
    font-size: 64px;
    line-height: 80px;
}

.hero-content-para {
    display: flex;
    justify-content: center;
}

.hero-content p {
    width: 669px;
    font-family: junge-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.hero-btn {
    width: 244px;
    height: 44px;
    background: #F0C12D;
    border-radius: 8px;
    border: none;
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFA;
    transition: all .3s ease-in-out;
}

.hero-btn:hover {
    border: 2px solid #F0C12D;
    color: #F0C12D;
    background-color: #f9f9f9;
}

/* courses section | start  */
.courses-section {
    background-color: #F5F5F5;
    padding-top: 178px;
    padding-bottom: 128px;
}

.courses-container {
    max-width: 1366px;
}

.courses-container h2 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 48px;
}

.courses-card-row {
    display: flex;
    gap: 24px;
    margin-bottom: 80px;
}

.courses-card-row-last {
    display: flex;
    gap: 24px;
}

.course-card {
    width: 439px;
    height: 490px;
    border-radius: 16px;
    cursor: pointer;
}

.courses-card-top-image img {
    width: 439px;
    height: 226px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.course-card-body {
    width: 439px;
    height: 264px;
    padding: 24px 24px 28px 24px;
    background-color: #FAFAFA;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    transition: all .3s ease-in-out;
}

.course-card-body:hover {
    background-color: #e2e2e26b;
}

.course-card-body h3 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #383838;
    margin-bottom: 16px;
}

.course-card-cotent-list {
    list-style: none;
    margin-bottom: 28px;
}

.course-card-cotent-list li {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #383838;
}


.course-card-cotent-list li::before {
    content: "\2022";
    color: #383838;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0px;
}

.course-instructor-content {
    display: flex;
    gap: 12px;
    display: none;
}

.instructor-profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.instructor-content-details h5 {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #383838;
    margin-bottom: 4px;
}

.instructor-content-details h6 {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #383838;
}

/* benefit section | start  */
.benefit-section {
    height: 512px;
    background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 82.38%, #C8A024 103.1%);
    padding-top: 112px;
    padding-bottom: 112px;
}

.benefit-container {
    max-width: 1366px;
}

.benefit-heading-content h2 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    color: #FAFAFA;
    margin-bottom: 12px;
}

.benefit-heading-content p {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FAFAFA;
}

.benefit-details-content-group {
    display: flex;
    gap: 24px;
    margin-top: 56px;
}

.benefit-details-content {
    width: 439px;
}

.benefit-details-content h3 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 24px;
    color: #FAFAFA;
    margin-bottom: 24px;
}

.benefit-details-content p {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FAFAFA;
}


/* About us section | start */
.about-section {
    background: #F5F5F5;
    padding-top: 128px;
    padding-bottom: 128px;
}

.about-container {
    max-width: 1366px;
}

.about-us-content-box {
    display: flex;
    gap: 24px;
}

.about-us-image img {
    width: 638px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}
.about-us-image iframe {
    width: 638px;
    height: 400px;
}

.about-us-content h3 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #383838;
    margin-bottom: 24px;
}

.about-us-content-para-first {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #383838;
    margin-bottom: 24px;
}

.about-us-para-second {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #383838;
    margin-bottom: 40px;
}

.social-link-btn-group {
    display: flex;
    gap: 24px;
}

.facebook-link-btn {
    width: 197px;
    height: 72px;
    background: #4064AC;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all .3s ease-in-out;
}

.insta-link-btn {
    width: 197px;
    height: 72px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all .3s ease-in-out;
}

.twitter-link-btn {
    width: 197px;
    height: 72px;
    background: #1C9CEA;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all .3s ease-in-out;
}
.twitter-link-btn:hover {
    background-color: grey;
}

.facebook-link-btn:hover {
    background-color: #3b5998;
}

.social-link-icon-and-content {
    display: flex;
    gap: 7px;
    align-items: center;
}

.social-link-content h6 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 1px;
}

.social-link-content h5 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 1px;
}

/* Testimonial section | start */
.testimonial-section {
    background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 83.24%, #C8A024 103.1%);
    padding-top: 112px;
    padding-bottom: 112px;
}

.testimonial-container {
    max-width: 1366px;
}

.testimonial-section-heading h2 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    color: #FAFAFA;
    margin-bottom: 47px;
}

.testimonial-box-group {
    display: flex;
    gap: 24px;
}

.testimonial-box {
    width: 671px;
    height: 320px;
    padding: 40px 31px 32px 31px;
    background: #FFFFFF;
    border-radius: 16px;
}

.testimonial-review-content {
    padding-bottom: 24px;
    border-bottom: 0.5px solid #F0C12D;
}

.testimonial-review-content p {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #272727;
    margin-bottom: 0px;
}

.testimonial-profile-and-rating-star {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
}

.testimonial-profile {
    display: flex;
    gap: 16px;
}

.testimonial-profile img {
    width: 64px !important;
    height: 64px;
    border-radius: 50%;
}

.testimonial-profile-details h5 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #272727;
    margin-bottom: 2px;
}

.testimonial-profile-details h6 {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
    margin-bottom: 0px;
}

.testmonial-rating-star {
    display: flex;
}

.testmonial-rating-star img {
    width: 23.86px;
    height: 24px;
}

/* Enrollment-form section | start   */
.enroll-form-section {
    background: #F5F5F5;
    padding-top: 128px;
    padding-bottom: 108px;
}

.enroll-form-container {
    max-width: 858px;
}

.enrollment-form-heading {
    text-align: center;
    margin-bottom: 64px;
}

.enrollment-form-heading h2 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 56px;
    line-height: 68px;
    color: #000000;
    margin-bottom: 16px;
}

.enrollment-form-heading p {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #1B1B1B;
    margin-bottom: 0px;
}

.enrollment-form-input-group {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.enrollment-form-input {
    width: 417px;
    height: 48px;
    padding: 12px 9px;
    background-color: #F5F5F5;
    outline: none;
    border: 1.5px solid rgb(71, 71, 71, 0.5);
    border-radius: 8px;
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
}

.enrollment-form-input::placeholder {
    opacity: 0.5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
  margin: 0;
}

.enrollment-selecter{
    width: 417px;
    height: 48px;
    background-color: #F5F5F5;
    outline: none;
    border: 1.5px solid rgb(71, 71, 71, 0.5);
    border-radius: 8px;
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(27, 27, 27, 0.5);

}

.enrollment-form-textarea-box {
    display: flex;
    justify-content: center;
}

.enrollment-form-textarea {
    width: 858px;
    height: 200px;
    padding: 12px 9px;
    background-color: #F5F5F5;
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
    outline: none;
    resize: none;
    border: 1.5px solid rgb(71, 71, 71, 0.5);
    border-radius: 8px;
}

.enrollment-form-textarea::placeholder {
    opacity: 0.5;
}

.enroll-btn-inner {
    text-align: end;
}

.enroll-btn {
    width: 171px;
    height: 44px;
    background: #F0C12D;
    border-radius: 8px;
    border: none;
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FAFAFA;
    margin-top: 24px;
    transition: all .3s ease-in-out;
}

.enroll-btn:hover {
    border: 2px solid #F0C12D;
    color: #F0C12D;
    background-color: #f5f5f5;
}

/* footer section | start  */
.footer-section {
    background-color: #F5F5F5;
}

.footer-container {
    max-width: 1366px;
}

.footer-content-container {
    display: flex;
    gap: 130px;
    padding-bottom: 74px;
}

.footer-about-and-featured-courses-content {
    display: flex;
    gap: 60px;
}

.footer-contact-newsletter-content {
    display: flex;
    gap: 112px;
}

.footer-logo {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin-bottom: 24px;
}

.footer-about-box p {
    width: 371px;
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #F0C12D;
}

.footer-social-icons {
    display: flex;
    gap: 20px;
}

.footer-content-box h4 {
    font-family: gelion-semiBold;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #F0C12D;
    margin-bottom: 24px;
}

#footer-featured-content {
    width: 185px;
}

.footer-content-list {
    list-style: none;
}

.footer-content-list li {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2px;
    color: #F0C12D;
}

.footer-content-list li a {
    text-decoration: none;
    color: #F0C12D;
}

.footer-email-input {
    width: 331px;
    height: 48px;
    padding: 12px;
    background-color: #f5f5f5;
    border: 1.5px solid rgba(240, 193, 45, 0.5);
    border-radius: 8px;
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #F0C12D;
    outline: none;
    margin-bottom: 8px;
}


.footer-email-input::placeholder {
    color: #F0C12D;
}

.footer-subcribe-btn {
    width: 331px;
    height: 44px;
    background: #F0C12D;
    border-radius: 8px;
    border: none;
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FAFAFA;
    transition: all .3s ease-in-out;
}

.footer-subcribe-btn:hover {
    border: 2px solid #F0C12D;
    color: #F0C12D;
    background-color: #f5f5f5;
}

#footer-responsive-newsletter {
    display: none;

}

.footer-strip {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(240, 193, 45, 0.5);
    padding-top: 24px;
    padding-bottom: 16px;
}

.footer-strip h6 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #F0C12D;

    margin-bottom: 0px;
}

.footer-strip h6 a {
    text-decoration: none;
    color: #F0C12D;
}


/* COURSE PAGE CSS | START  */

.course-hero-section {
    height: 296px;
    background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 82.38%, #C8A024 103.1%);
    position: relative;
}

.course-hero-container {
    padding-top: 72px;
    max-width: 1366px;
}

.course-hero-image img {
    position: absolute;
    right: 70px;
    top: 104px;
    width: 528px;
    height: 232px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.course-hero-content h1 {
    font-family: larken-regular;
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 16px;
}

.course-hero-content p {
    width: 417px;
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #383838;
}

/* course overview and details section | start */
.course-overview-details-section {
    padding-top: 128px;
    padding-bottom: 123px;
    background: #F5F5F5;
}

.course-overview-details-container {
    max-width: 1366px;
}

.course-overview-and-details-content-box {
    display: flex;
    justify-content: space-between;
}

.course-overview-content {
    width: 748px;
}

.course-overview-content h2 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #383838;
    margin-bottom: 24px;
}

.course-overview-content h4 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 28px;
    line-height: 44px;
    color: #383838;
    margin-bottom: 8px;
}

.course-description-paragraphs {
    margin-bottom: 40px;
}

.course-description-paragraphs p {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

.course-outcomes h3 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 28px;
    line-height: 44px;
    color: #383838;
}

.course-outcomes-list {
    list-style: none;
}

.course-outcomes-list li {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #383838;
}

.course-outcomes-list li::before {
    content: "\2022";
    color: #383838;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0px;
}


.course-instructor-profile-content {
    margin-top: 64px;
    display: none;
}

.course-instructor-profile-content h3 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #383838;
    margin-bottom: 32px;
}

.course-instructor-profile {
    display: flex;
    gap: 24px;
    align-items: center;
}

.course-instructor-profile-image img {
    width: 197px;
    height: 197px;
    border-radius: 50%;
    object-fit: cover;
}

.course-instructor-profile-details h4 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 26px;
    color: #383838;
    margin-bottom: 12px;
}

.course-instructor-profile-details h5 {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #383838;
    margin-bottom: 8px;
}

.course-pinstructor-social-link {
    display: flex;
    gap: 22px;
    margin-top: 4px;
}

.course-details-content {
    width: 417px;
}

.course-details-content h2 {
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #383838;
    margin-bottom: 24px;
}

.course-details-list {
    width: 331px;
    list-style: none;
    margin-bottom: 48px;
}

.course-details-list li {
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #383838;
}

.course-details-list li::before {
    content: "\2022";
    color: #383838;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0px;
}


#course-page-footer-section {
    padding-top: 136px;
}

.course-enroll-form-input {
    width: 417px;
    height: 48px;
    padding: 12px 9px;
    background-color: #F5F5F5;
    outline: none;
    border: 1.5px solid rgb(71, 71, 71, 0.5);
    border-radius: 8px;
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.course-enroll-form-input::placeholder {
    opacity: 0.5;
}

.course-enroll-selecter {
    width: 416px;
    height: 48px;
    background-color: #F5F5F5;
    border: 1.5px solid rgb(71, 71, 71, 0.5);
    border-radius: 8px;
    font-family: gelion-medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(27, 27, 27, 0.5);
    margin-bottom: 16px;
}

.course-enroll-form-textarea {
    width: 417px;
    height: 200px;
    padding: 12px 9px;
    background-color: #F5F5F5;
    outline: none;
    resize: none;
    border: 1.5px solid rgb(71, 71, 71, 0.5);
    border-radius: 8px;
    font-family: gelion-regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;

}

.course-enroll-form-textarea:placeholder {
    opacity: 0.5;
}

.course-enroll-btn-inner {
    text-align: end;
}

.course-enroll-btn {
    width: 170px;
    height: 44px;
    background: #F0C12D;
    border-radius: 8px;
    border: none;
    font-family: gelion-medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FAFAFA;
    transition: all .3s ease-in-out;
}

.course-enroll-btn:hover {
    border: 2px solid #F0C12D;
    color: #F0C12D;
    background-color: #f5f5f5;
}

@media screen and (max-width:1440px) {

    /* Navbar | start  */
    .navbar-container {
        max-width: 1100px;
    }

    /* Hero-section | start  */
    .hero-section {
        background-color: #F9F9F9;
        height: 630px;
        display: flex;
        align-items: center;
        text-align: center;
        position: relative;
    }

    .hero-content h1 {
        width: 710px;
        font-family: larken-regular;
        font-size: 48px;
        line-height: 58px;
    }

    .hero-icon-php {
        position: absolute;
        bottom: 30px;
        left: 430px;
    }

    /* Courses-section | start  */
    .courses-section {
        background-color: #F5F5F5;
        padding-top: 124px;
        padding-bottom: 104px;
    }

    .courses-container {
        max-width: 1100px;
    }

    .courses-container h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 38px;
    }

    .courses-card-row {
        display: flex;
        gap: 16px;
        margin-bottom: 64px;
    }

    .course-card {
        width: 356px;
        height: 464px;
        border-radius: 16px;
        cursor: pointer;
    }

    .courses-card-top-image img {
        width: 356px;
        height: 210px;
        object-fit: cover;
    }

    .course-card-body {
        width: 356px;
        height: 254px;
        padding: 24px 24px 28px 24px;
        background-color: #FAFAFA;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .course-card-body h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 32px;
        line-height: 38px;
        color: #383838;
        margin-bottom: 14px;
    }

    .courses-card-row-last {
        display: flex;
        gap: 16px;
    }

    /* Benefit-section | start  */
    .benefit-section {
        height: 512px;
        background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 82.38%, #C8A024 103.1%);
        padding-top: 104px;
        padding-bottom: 106px;
    }

    .benefit-container {
        max-width: 1100px;
    }

    .benefit-heading-content h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        color: #FAFAFA;
        margin-bottom: 12px;
    }

    /* About-section | start  */
    .about-container {
        max-width: 1100px;
    }

    .about-us-content-box {
        display: flex;
        gap: 24px;
    }

    .about-us-image img {
        width: 538px;
        height: 397px;
        border-radius: 16px;
    }

    .about-us-content {
        width: 538px;
    }

    .about-us-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 36px;
        line-height: 44px;
        color: #383838;
        margin-bottom: 20px;
    }

    .about-us-content-para-first {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #383838;
        margin-bottom: 20px;
    }

    .about-us-para-second {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #383838;
        margin-bottom: 32px;
    }

    /* Testimonial-section | start  */
    .testimonial-section {
        background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 83.24%, #C8A024 103.1%);
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .testimonial-container {
        max-width: 1100px;
    }

    .testimonial-section-heading h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        color: #FAFAFA;
        margin-bottom: 47px;
    }

    .testimonial-box {
        width: 538px;
        height: 336px;
        padding: 32px 31px 32px 31px;
        background: #FFFFFF;
        border-radius: 16px;
    }

    /* Enrollment-section | start  */
    .enrollment-form-heading h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        color: #000000;
        margin-bottom: 16px;
    }

    .enrollment-form-heading p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #1B1B1B;
        margin-bottom: 0px;
    }

    /* Footer | start  */
    .footer-container {
        max-width: 1100px;
    }

    .footer-content-container {
        display: flex;
        gap: 48px;
        padding-bottom: 74px;
    }

    .footer-about-and-featured-courses-content {
        display: flex;
        gap: 33px;
    }

    .footer-contact-newsletter-content {
        display: flex;
        gap: 30px;
    }

    .footer-about-box p {
        width: 300px;
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #F0C12D;
    }
}


/* MEDIA QUERIES AT 1150PX HOME PAGE  */
@media screen and (max-width:1150px) {

    /* Navbar | start  */
    .navbar-container {
        max-width: 830px;
    }

    .hero-icon-creative-cloud {
        position: absolute;
        top: 104px;
        left: 77px;
    }

    /* Courses-section | start  */
    .courses-section {
        background-color: #F5F5F5;
        padding-top: 114px;
        padding-bottom: 104px;
    }

    .courses-container {
        max-width: 830px;
    }

    .courses-card-row {
        display: flex;
        gap: 10px;
        margin-bottom: 70px;
    }

    .courses-card-row-last {
        display: flex;
        gap: 10px;
    }

    .courses-card-top-image img {
        width: 270px;
        object-fit: cover;
    }

    .course-card-body {
        width: 270px;
        height: 220px;
        padding: 20px 24px 28px 24px;
        background-color: #FAFAFA;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .course-card-body h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        color: #383838;
        margin-bottom: 10px;
    }

    .course-card-cotent-list li {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .course-card {
        width: 270px;
        border-radius: 16px;
        height: 464px;
    }

    /* Benefit-section | start  */
    .benefit-container {
        max-width: 830px;
    }

    .benefit-details-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 26px;
        line-height: 24px;
        color: #FAFAFA;
        margin-bottom: 24px;
    }

    .benefit-details-content {
        width: 260px;
    }

    /* About-section | start  */
    .about-section {
        background: #F5F5F5;
        padding-top: 114px;
        padding-bottom: 116px;
    }

    .about-container {
        max-width: 830px;
    }

    .about-us-content-box {
        display: flex;
        gap: 24px;
    }

    .about-us-image img {
        object-fit: cover;
        width: 407px;
        height: 420px;
        border-radius: 16px;
    }

    .about-us-content {
        width: 407px;
    }

    .about-us-content-para-first {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #383838;
        margin-bottom: 18px;
    }

    .about-us-para-second {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #383838;
        margin-bottom: 40px;
    }

    .social-link-btn-group {
        display: flex;
        gap: 16px;
    }

    .facebook-link-btn {
        width: 125px;
        height: 64px;
    }

    .insta-link-btn {
        width: 125px;
        height: 64px;
    }

    .twitter-link-btn {
        width: 125px;
        height: 64px;
    }

    .social-link-icon img {
        width: 30px;
    }

    .social-link-content h5 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        color: #FFFFFF;
        margin-bottom: 1px;
    }

    /* Testimonial-section | start  */
    .testimonial-container {
        max-width: 830px;
    }

    .testimonial-box {
        width: 403px;
        height: 356px;
        padding: 32px 31px 32px 31px;
        background: #FFFFFF;
        border-radius: 16px;
    }

    .testimonial-review-content p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #272727;
        margin-bottom: 0px;
    }

    .testimonial-profile img {
        width: 48px !important;
        height: 48px;
        border-radius: 50%;
    }

    .testimonial-profile {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .testimonial-profile-details h5 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        color: #272727;
        margin-bottom: 2px;
    }

    .testimonial-profile-details h6 {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        color: #272727;
        margin-bottom: 0px;
    }

    /* enroolment section | start  */
    .enroll-form-section {
        background: #F5F5F5;
        padding-top: 114px;
        padding-bottom: 108px;
    }

    .enroll-form-container {
        max-width: 830px;
    }

    /* Footer | start  */
    .footer-container {
        max-width: 830px;
    }

    .footer-content-container {
        display: flex;
        gap: 88px;
        padding-bottom: 32px;
    }

    .footer-about-and-featured-courses-content {
        display: flex;
        gap: 80px;
    }

    #footer-newsletter {
        display: none;
    }

    #footer-responsive-newsletter {
        display: block;
        padding-bottom: 54px;
    }

    .newsletter-input-and-btn {
        display: flex;
        flex-direction: column;
    }

    .footer-about-box p {
        width: 300px;
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #F0C12D;
    }
}

/* MEDIA QUERIS AT 991PX  */
@media screen and (max-width:991px) {
    .navbar-list {
        gap: 12px;
    }
}

/* MEDIA QUERIES AT 865PX | HOME-PAGE */
@media screen and (max-width:865px) {

    /* Navbar | start  */
    .navbar-container {
        max-width: 600px;
    }

    /* Hero-section | start  */
    .hero-content h1 {
        width: 600px;
        font-family: larken-regular;
        font-size: 52px;
        line-height: 64px;
    }

    .hero-content p {
        width: 600px;
        font-family: junge-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

    .hero-icon-react {
        width: 140px;
        position: absolute;
        top: 10px;
        right: 0px;
    }

    .hero-icon-microsoft {
        position: absolute;
        top: 61px;
        right: 240px;
    }

    .hero-icon-php {
        position: absolute;
        bottom: 0px;
        left: 322px;
    }

    .hero-icon-amazon {
        width: 152px;
        position: absolute;
        bottom: 49px;
        right: 50px;
    }

    .hero-icon-creative-cloud {
        position: absolute;
        top: 90px;
        left: 60px;
        width: 60px;
    }

    /* Courses-section | start  */
    .courses-container {
        max-width: 600px;
    }

    .courses-card-row {
        display: flex;
        gap: 50px;
        margin-bottom: 70px;
        flex-direction: column;
    }

    .course-card {
        width: 600px;
        border-radius: 16px;
        height: 460px;
    }

    .courses-card-top-image img {
        width: 600px;
        height: 236px;
        object-fit: cover;
    }

    .course-card-body {
        width: 600px;
        height: 234px;
        padding: 24px 24px 28px 24px;
        background-color: #FAFAFA;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .courses-card-row-last {
        display: flex;
        gap: 50px;
        flex-direction: column;
    }

    .courses-card-row-last {
        display: flex;
        gap: 50px;
        flex-direction: column;
    }

    /* Benefit-section | start  */
    .benefit-section {
        height: 770px;
        background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 82.38%, #C8A024 103.1%);
        padding-top: 112px;
        padding-bottom: 112px;
    }

    .benefit-container {
        max-width: 600px;
    }

    .benefit-details-content-group {
        display: flex;
        gap: 24px;
        margin-top: 56px;
        flex-direction: column;
    }

    .benefit-details-content {
        width: 500px;
    }

    /* About_section | start  */
    .about-section {
        background: #F5F5F5;
        padding-top: 104px;
        padding-bottom: 108px;
    }

    .about-container {
        max-width: 600px;
    }

    .about-us-content-box {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    .about-us-image img {
        object-fit: cover;
        width: 600px;
        height: 420px;
        border-radius: 16px;
    }

    .about-us-content {
        width: 600px;
    }

    /* Testimonial-section | start  */
    .testimonial-section-heading h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 44px;
        line-height: 48px;
        color: #FAFAFA;
        margin-bottom: 40px;
        width: 378px;
    }

    .testimonial-container {
        max-width: 600px;
    }

    .testimonial-box {
        width: 600px;
        height: 299px;
        padding: 32px 31px 32px 31px;
        background: #FFFFFF;
        border-radius: 16px;
    }

    /* Enrollment-section | start  */
    .enroll-form-section {
        background: #F5F5F5;
        padding-top: 104px;
        padding-bottom: 108px;
    }

    .enroll-form-container {
        max-width: 600px;
    }

    /* Footer | start  */
    .footer-container {
        max-width: 600px;
    }

    #footer-newsletter {
        display: block;
    }

    #footer-responsive-newsletter {
        display: none;
    }

    .footer-content-container {
        display: flex;
        gap: 64px;
        padding-bottom: 32px;
        flex-direction: column;
    }

    .footer-about-and-featured-courses-content {
        display: flex;
        gap: 115px;
    }

    .footer-contact-newsletter-content {
        display: flex;
        gap: 97px;
    }
}

/* MEDIA QUERIES AT 720PX | HOME-PAGE */
@media screen and (max-width:720px) {

    /* Navbar | start  */
    .navbar-container {
        max-width: 500px;
    }

    /* Hero-section | start  */

    .hero-content h1 {
        width: 500px;
        font-family: larken-regular;
        font-size: 48px;
        line-height: 62px;
    }

    .hero-content p {
        width: 500px;
        font-family: junge-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

    .hero-icon-react {
        width: 124px;
        position: absolute;
        top: 10px;
        right: 0px;
    }

    .hero-icon-microsoft {
        width: 100px;
        position: absolute;
        top: 61px;
        right: 240px;
    }

    .hero-icon-amazon {
        width: 134px;
        position: absolute;
        bottom: 44px;
        right: 40px;
    }

    .hero-icon-php {
        width: 84px;
        position: absolute;
        bottom: 0px;
        left: 216px;
    }

    .hero-icon-slack {
        width: 106px;
        position: absolute;
        bottom: 18px;
        left: 0px;
    }

    /* Courses-section | start  */
    .courses-section {
        background-color: #F5F5F5;
        padding-top: 96px;
        padding-bottom: 98px;
    }

    .courses-container {
        max-width: 500px;
    }

    .courses-container h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 32px;
    }

    .course-card {
        width: 500px;
        border-radius: 16px;
        height: 456px;
    }

    .courses-card-top-image img {
        width: 500px;
        object-fit: cover;
    }

    .course-card-body {
        width: 500px;
        height: 220px;
        padding: 24px 24px 28px 24px;
        background-color: #FAFAFA;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    /* Benefit-section | start  */
    .benefit-section {
        height: 715px;
        background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 82.38%, #C8A024 103.1%);
        padding-top: 96px;
        padding-bottom: 98px;
    }

    .benefit-container {
        max-width: 500px;
    }

    .benefit-heading-content h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 40px;
        line-height: 48px;
        color: #FAFAFA;
        margin-bottom: 12px;
    }

    .benefit-heading-content p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 20px;
        line-height: 29px;
        color: #FAFAFA;
    }

    .benefit-details-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 24px;
        line-height: 27px;
        color: #FAFAFA;
        margin-bottom: 20px;
    }

    .benefit-details-content p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #FAFAFA;
    }


    /* About-section | start  */
    .about-container {
        max-width: 500px;
    }

    .about-us-image img {
        object-fit: cover;
        width: 500px;
        height: 380px;
        border-radius: 16px;
    }

    .about-us-content {
        width: 500px;
    }

    .testimonial-container {
        max-width: 500px;
    }

    /* Testimonial-section | start  */
    .testimonial-section-heading h2 {
        width: 280px;
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 40px;
        line-height: 48px;
        color: #FAFAFA;
        margin-bottom: 47px;
    }

    .testimonial-box {
        width: 500px;
        height: 330px;
        padding: 32px 31px 32px 31px;
        background: #FFFFFF;
        border-radius: 16px;
    }

    /* Enrollment-section | start  */
    .enroll-form-container {
        max-width: 500px;
    }

    .enrollment-form-input-group {
        display: flex;
        justify-content: center;
        gap: 24px;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .enrollment-form-input {
        width: 500px;
        height: 48px;
        padding: 12px 9px;
        background-color: #F5F5F5;
        outline: none;
        border: 1.5px solid rgb(71, 71, 71, 0.5);
        border-radius: 8px;
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #1B1B1B;
    }

    .enrollment-selecter {
        width: 500px;
    }

    /* Footer | start  */
    .footer-container {
        max-width: 500px;
    }

    .footer-about-and-featured-courses-content {
        display: flex;
        gap: 74px;
    }

    .footer-about-box p {
        width: 240px;
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #F0C12D;
    }

    .footer-content-box h4 {
        font-family: gelion-semiBold;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #F0C12D;
        margin-bottom: 20px;
    }

    .footer-contact-newsletter-content {
        display: flex;
        gap: 32px;
    }

    .footer-email-input {
        width: 298px
    }

    .footer-subcribe-btn {
        width: 298px;
    }

}

/* MEDIA QUERIES AT 550PX | HOME-PAGE  */
@media screen and (max-width:550px) {

    /* Navbar | start  */
    .navbar-container {
        max-width: 440px;
    }

    /* Hero-section | start  */
    .hero-content h1 {
        width: 440px;
        font-family: larken-regular;
        font-size: 44px;
        line-height: 52px;
    }

    .hero-content p {
        width: 440px;
        font-family: junge-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

    .hero-icon-php {
        position: absolute;
        bottom: 0px;
        left: 197px;
    }

    /* Courses-section | start   */
    .courses-section {
        background-color: #F5F5F5;
        padding-top: 84px;
        padding-bottom: 86px;
    }

    .courses-container {
        max-width: 440px;
    }

    .courses-container h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 28px;
    }

    .course-card {
        width: 440px;
        border-radius: 16px;
        height: 456px;
    }

    .courses-card-top-image img {
        width: 440px;
        object-fit: cover;
    }

    .course-card-body {
        width: 440px;
        height: 220px;
        padding: 24px 24px 28px 24px;
        background-color: #FAFAFA;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    /* Benefit-section | start  */
    .benefit-section {
        height: 666px;
        background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 82.38%, #C8A024 103.1%);
        padding-top: 84px;
        padding-bottom: 86px;
    }

    .benefit-container {
        max-width: 440px;
    }

    .benefit-heading-content h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 34px;
        line-height: 40px;
        color: #FAFAFA;
        margin-bottom: 12px;
    }

    .benefit-heading-content p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FAFAFA;
    }

    .benefit-details-content {
        width: 440px;
    }

    .benefit-details-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 22px;
        line-height: 25px;
        color: #FAFAFA;
        margin-bottom: 20px;
    }

    .benefit-details-content p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        color: #FAFAFA;
    }

    /* About-section | start  */
    .about-section {
        background: #F5F5F5;
        padding-top: 94px;
        padding-bottom: 98px;
    }

    .about-container {
        max-width: 440px;
    }

    .about-us-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        color: #383838;
        margin-bottom: 18px;
    }

    .about-us-image img {
        object-fit: cover;
        width: 440px;
        height: 380px;
        border-radius: 16px;
    }

    .about-us-content {
        width: 440px;
    }

    /* Testimonial-section | start  */
    .testimonial-container {
        max-width: 440px;
    }

    .testimonial-section-heading h2 {
        width: 280px;
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 34px;
        line-height: 40px;
        color: #FAFAFA;
        margin-bottom: 47px;
    }

    .testimonial-box {
        width: 440px;
        height: 320px;
        padding: 24px 26px 30px 26px;
        background: #FFFFFF;
        border-radius: 16px;
    }

    .testimonial-review-content {
        padding-bottom: 20px;
        border-bottom: 0.5px solid #F0C12D;
    }

    .testimonial-review-content p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        color: #272727;
        margin-bottom: 0px;
    }

    /* Enrollment-section | start  */
    .enroll-form-container {
        max-width: 440px;
    }

    .enrollment-form-heading h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 38px;
        line-height: 44px;
        color: #000000;
        margin-bottom: 14px;
    }

    .enrollment-form-heading p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #1B1B1B;
        margin-bottom: 0px;
    }

    .enrollment-form-input-group {
        display: flex;
        justify-content: center;
        gap: 24px;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .enrollment-form-input {
        width: 440px;
        height: 48px;
        padding: 12px 9px;
        background-color: #F5F5F5;
        outline: none;
        border: 1.5px solid rgb(71, 71, 71, 0.5);
        border-radius: 8px;
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #1B1B1B;
    }

    .enrollment-selecter {
        width: 440px;
    }

    /* Footer | start  */
    .footer-container {
        max-width: 440px;
    }

    .footer-about-and-featured-courses-content {
        display: flex;
        gap: 32px;
        flex-direction: column;
    }

    .footer-about-box p {
        width: 440px
    }

    .footer-contact-newsletter-content {
        display: flex;
        gap: 32px;
        flex-direction: column;
    }

    .footer-email-input {
        width: 440px;
    }

}

/* MEDIA QUERIES AT 480PX | start  */
@media screen and (max-width:480px) {

    /* Navbar | Start  */
    .navbar {
        position: relative;
    }

    .navbar-container {
        max-width: 340px;
    }

    /* Hero-section | start  */
    .hero-section {
        background-color: #F9F9F9;
        height: 468px;
        display: flex;
        align-items: center;
        text-align: center;
        position: relative;
    }

    .hero-content p {
        width: 340px;
        font-family: junge-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
    }

    .hero-content h1 {
        width: 340px;
        font-family: larken-regular;
        font-size: 32px;
        line-height: 40px;
    }

    .hero-content p {
        width: 340px;
        font-family: junge-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }

    .hero-icon-creative-cloud {
        position: absolute;
        top: 62px;
        left: 18px;
        width: 35px;
    }

    .hero-icon-react {
        width: 68px;
        position: absolute;
        top: 10px;
        right: 0px;
    }

    .hero-icon-slack {
        width: 52px;
        position: absolute;
        bottom: 18px;
        left: 0px;
    }

    .hero-icon-amazon {
        width: 80px;
        position: absolute;
        bottom: 18px;
        right: 20px;
    }

    .hero-icon-php {
        position: absolute;
        bottom: 0px;
        left: 126px;
        width: 42px;
    }

    .hero-icon-microsoft {
        position: absolute;
        top: 32px;
        right: 140px;
        width: 80px;
    }

    /* Courses-section | start  */
    .courses-section {
        background-color: #F5F5F5;
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .courses-container {
        max-width: 340px;
    }

    .courses-container h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
    }

    .course-card {
        width: 340px;
        border-radius: 16px;
        height: 363px;
    }
    .courses-card-top-image img {
        width: 340px;
        height: 178px;
        object-fit: cover;
    }

    .course-card-body {
        height: 185px;
        padding: 14px 18px 20px 16px;
        background-color: #FAFAFA;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        width: 340px;
    }

    .course-card-body h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 22px;
        line-height: 32px;
        color: #383838;
        margin-bottom: 6px;
    }

    .course-card-cotent-list {
        list-style: none;
        margin-bottom: 12px;
    }

    .course-card-cotent-list li {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .course-instructor-content {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .instructor-content-details h5 {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #383838;
        margin-bottom: 4px;
    }

    .instructor-content-details h6 {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #383838;
        margin-bottom: 0PX;
    }

    /* Benefit-section | start  */
    .benefit-section {
        height: 685px;
        background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 82.38%, #C8A024 103.1%);
        padding-top: 54px;
        padding-bottom: 56px;
    }

    .benefit-container {
        max-width: 340px;
    }

    .benefit-heading-content p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FAFAFA;
        width: 300px;
    }

    .benefit-heading-content h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        color: #FAFAFA;
        margin-bottom: 12px;
    }

    .benefit-details-content {
        width: 340px;
    }

    .benefit-details-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
        color: #FAFAFA;
        margin-bottom: 14px;
    }

    .benefit-details-content p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FAFAFA;
    }

    /* About-section | start  */
    .about-section {
        background: #F5F5F5;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .about-container {
        max-width: 340px;
    }

    .about-us-image img {
        object-fit: cover;
        width: 340px;
        height: 190px;
        border-radius: 16px;
    }

    .about-us-content {
        width: 340px;
    }

    .about-us-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        color: #383838;
        margin-bottom: 14px;
    }

    .social-link-btn-group {
        display: flex;
        gap: 10px;
    }

    .facebook-link-btn {
        width: 106px;
        height: 48px;
        background: #4064AC;
        border-radius: 12px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        padding-top: 14px;
        padding-bottom: 14px;
        transition: all .3s ease-in-out;
    }

    .insta-link-btn {
        width: 106px;
        height: 48px;
    }

    .twitter-link-btn {
        width: 106px;
        height: 48px;
    }

    .social-link-content h6 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        color: #FFFFFF;
        margin-bottom: 1px;
    }

    .social-link-content h5 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
        color: #FFFFFF;
        margin-bottom: 1px;
    }

    .social-link-icon-and-content {
        display: flex;
        gap: 7px;
        align-items: center;
    }

    .social-link-icon img {
        width: 24px;
    }

    /* Testimonial-section | start  */
    .testimonial-section {
        background: linear-gradient(258.76deg, #FFCD30 -5.91%, #DCB128 83.24%, #C8A024 103.1%);
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .testimonial-container {
        max-width: 340px;
    }

    .testimonial-section-heading h2 {
        width: 190px;
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        color: #FAFAFA;
        margin-bottom: 34px;
    }

    .testimonial-box {
        width: 340px;
        height: 340px;
        padding: 24px 20px 26px 18px;
        background: #FFFFFF;
        border-radius: 16px;
    }

    .testimonial-review-content p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        color: #272727;
        margin-bottom: 0px;
    }

    .testimonial-profile-details h5 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #272728;
        margin-bottom: 2px;
    }

    .testimonial-profile-details h6 {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 10px;
        line-height: 19px;
        color: #272727;
        margin-bottom: 0px;
    }

    /* Enroll-section | start  */
    .enroll-form-section {
        background: #F5F5F5;
        padding-top: 68px;
        padding-bottom: 64px;
    }

    .enroll-form-container {
        max-width: 340px;
    }

    .enrollment-form-heading h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        color: #000000;
        margin-bottom: 14px;
    }

    .enrollment-form-heading p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #1B1B1B;
        margin-bottom: 0px;
    }

    .enrollment-form-input-group {
        display: flex;
        justify-content: center;
        gap: 24px;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .enrollment-form-input {
        width: 340px;
        height: 48px;
        padding: 12px 9px;
        background-color: #F5F5F5;
        outline: none;
        border: 1.5px solid rgb(71, 71, 71, 0.5);
        border-radius: 8px;
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #1B1B1B;
    }

    .enrollment-selecter {
        width: 340px;
    }

    /* Footer | Start  */
    .footer-container {
        max-width: 340px;
    }

    .footer-about-box p {
        width: 340px;
    }

    .footer-strip h6 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0.02em;
        color: #F0C12D;
        margin-bottom: 0px;
    }

    .footer-email-input {
        width: 340px;
    }

    .footer-subcribe-btn {
        width: 340px;
    }
}


/* COURSE PAGE RESPONSIVENESS | START  */
/* MEDIA QUERIES AT 1440PX | COURSE-PAGE  */
@media screen and (max-width:1440px) {
    .course-hero-container {
        padding-top: 84px;
        max-width: 1100px;
    }

    .course-hero-content h1 {
        font-family: larken-regular;
        font-weight: 400;
        font-size: 48px;
        line-height: 52px;
        letter-spacing: 0.01em;
        color: #000000;
        margin-bottom: 16px;
    }

    .course-hero-image img {
        width: 400px;
        height: 196px;
        position: absolute;
        right: 70px;
        top: 145px;
    }

    .course-overview-details-container {
        max-width: 1100px;
    }

    .course-overview-details-section {
        padding-top: 114px;
        padding-bottom: 116px;
        background: #F5F5F5;
    }

    .course-overview-content h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 36px;
        line-height: 48px;
        color: #383838;
        margin-bottom: 22px;
    }

    .course-overview-content h4 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        color: #383838;
        margin-bottom: 8px;
    }

    .course-details-content h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 36px;
        line-height: 48px;
        color: #383838;
        margin-bottom: 22px;
    }

    .course-overview-content {
        width: 600px;
    }

    .course-description-paragraphs p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #000000;
    }

    .course-outcomes h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        color: #383838;
    }

    .course-outcomes-list li {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        color: #383838;
    }

    .course-instructor-profile-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 36px;
        line-height: 48px;
        color: #383838;
        margin-bottom: 16px;
    }

    .course-instructor-profile-image img {
        width: 184px;
        height: 184px;
        border-radius: 50%;
        object-fit: cover;
    }

    .course-instructor-profile-details h4 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 28px;
        line-height: 24px;
        color: #383838;
        margin-bottom: 12px;
    }

    .course-instructor-profile-details h5 {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        color: #383838;
        margin-bottom: 8px;
    }

    .course-details-list {
        width: 295px;
        list-style: none;
        margin-bottom: 36px;
    }

    .course-details-list li {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        color: #383838;
    }

    .course-details-content {
        width: 340px;
    }

    .course-enroll-form-input {
        width: 340px;
    }

    .course-enroll-form-input {
        width: 340px;
    }

    .course-enroll-selecter {
        width: 340px;
    }

    .course-enroll-form-textarea {
        width: 340px;
    }
}

/* MEDIA QUERIES AT 1150PX | COURSES-PAGE  */
@media screen and (max-width:1150px) {
    .course-hero-container {
        display: flex;
        align-items: center;
        max-width: 830px;
    }

    .course-hero-image img {
        width: 340px;
        height: 170px;
        position: absolute;
        right: 70px;
        top: 174px;
    }

    .course-overview-details-container {
        max-width: 830px;
    }

    .course-overview-and-details-content-box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 48px;
    }

    .course-overview-content {
        width: 720px;
    }

    .course-instructor-profile-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 40px;
        line-height: 56px;
        color: #383838;
        margin-bottom: 16px;
    }

    .course-instructor-profile-image img {
        width: 164px;
        height: 164px;
        border-radius: 50%;
        object-fit: cover;
    }

    .course-details-content {
        width: 480px;
    }

    .course-enroll-form-input {
        width: 480px;
    }

    .course-enroll-selecter {
        width: 480px;
    }

    .course-enroll-form-textarea {
        width: 480px;
    }

}


/* MEDIA QUERIES AT 865PX | COURSES-PAGE  */
@media screen and (max-width:865px) {
    .course-hero-container {
        max-width: 600px;
    }

    .course-hero-image img {
        width: 266px;
        position: absolute;
        right: 70px;
        height: 125px;
        top: 202px;
    }

    .course-overview-details-section {
        padding-top: 96px;
        padding-bottom: 98px;
        background: #F5F5F5;
    }

    .course-overview-details-container {
        max-width: 600px;
    }

    .course-overview-content {
        width: 600px;
    }
}

/* MEDIA QUERIES AT 720PX | COURSES-PAGE  */
@media screen and (max-width:720px) {
    .course-hero-container {
        max-width: 500px;
    }

    .course-hero-content h1 {
        font-family: larken-regular;
        font-weight: 400;
        font-size: 38px;
        line-height: 46px;
        letter-spacing: 0.01em;
        color: #000000;
        margin-bottom: 16px;
    }

    .course-hero-content p {
        width: 354px;
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #383838;
    }

    .course-hero-image img {
        width: 260px;
        position: absolute;
        right: 56px;
        top: 212px;
    }

    .course-hero-image img {
        width: 256px;
        position: absolute;
        right: 70px;
        top: 210px;
    }

    .course-overview-details-section {
        padding-top: 84px;
        padding-bottom: 84px;
        background: #F5F5F5;
    }

    .course-overview-details-container {
        max-width: 500px;
    }

    .course-overview-content {
        width: 500px;
    }

    .course-hero-image img {
        width: 290px;
        position: absolute;
        right: 70px;
        top: 210px;
    }

}

/* MEDIA QUERIES AT 550PX | COURSES-PAGE  */
@media screen and (max-width:550px) {
    .course-hero-container {
        max-width: 440px;
    }

    .course-hero-image img {
        width: 244px;
        position: absolute;
        right: 40px;
        top: 216px;
        height: 120px;
    }

    .course-overview-details-container {
        max-width: 440px;
    }

    .course-overview-content {
        width: 440px;
    }

    .course-details-content {
        width: 440px;
    }

    .course-enroll-form-input {
        width: 440px;
    }

    .course-enroll-selecter {
        width: 440px;
    }

    .course-enroll-form-textarea {
        width: 440px;
    }

}

/* MEDIA QUERIES AT 480PX | COURSES-PAGE  */
@media screen and (max-width:480px) {
    .course-hero-container {
        max-width: 340px;
    }

    .course-hero-content h1 {
        width: 340px;
        font-family: larken-regular;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.01em;
        color: #000000;
        margin-bottom: 16px;
    }

    .course-hero-content p {
        width: 340px;
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #383838;
    }

    .course-hero-image img {
        width: 210px;
        height: 104px;
        position: absolute;
        right: 30px;
        top: 212px;
    }

    .course-overview-details-section {
        padding-top: 64px;
        padding-bottom: 68px;
        background: #F5F5F5;
    }

    .course-overview-content h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
        color: #383838;
        margin-bottom: 22px;
    }

    .course-overview-content h4 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 22px;
        line-height: 34px;
        color: #383838;
        margin-bottom: 6px;
    }

    .course-description-paragraphs p {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #000000;
    }

    .course-outcomes h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 22px;
        line-height: 34px;
        color: #383838;
    }

    .course-outcomes-list li {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 32px;
        color: #383838;
    }

    .course-instructor-profile-content h3 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
        color: #383838;
        margin-bottom: 14px;
    }

    .course-instructor-profile {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .course-instructor-profile-image img {
        width: 84px;
        height: 84px;
        border-radius: 50%;
        object-fit: cover;
    }

    .course-overview-content h4 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #383838;
        margin-bottom: 2px;
    }

    .course-instructor-profile-details h5 {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #383838;
        margin-bottom: 4px;
    }

    .course-pinstructor-social-link {
        display: flex;
        gap: 12px;
        margin-top: 4px;
    }

    .course-pinstructor-social-link img {
        width: 14px;
    }

    .course-overview-details-container {
        max-width: 340px;
    }

    .course-overview-content {
        width: 340px;
    }

    .course-details-content {
        width: 340px;
    }

    .course-details-content h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 28px;
        line-height: 24px;
        color: #383838;
        margin-bottom: 20px;
    }

    .course-details-list li {
        font-family: gelion-regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        color: #383838;
    }

    .course-details-content h2 {
        font-family: gelion-medium;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #383838;
        margin-bottom: 18px;
    }

    .course-enroll-form-input {
        width: 340px;
    }

    .course-enroll-selecter {
        width: 340px;
    }

    .course-enroll-form-textarea {
        width: 340px;
    }
}