* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

p {
    /* font-family: "sans-serif"; */
}

header {
    min-height: 100vh;
    width: 100%;
    /*    background-image: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.4)),
    url("../images/hero_background.webp");*/
    background-position: center;
    background-size: cover;
    position: relative;
}

.menu_section {
    background: #000;
}

.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

nav {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.callback_btn {
    color: #000;
    background-color: #97d624;
    padding: 8px 30px;
    outline: none;
    cursor: pointer;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
}

.header__content {
    /*    margin-top: 250px;*/
    /*    position: relative;*/
}

.header__content .container {
    display: flex;
    justify-content: space-between;
}

.header__content_left {
    width: 800px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    background-image: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.5));
    padding: 50px;
    border-radius: 50px;
}

.header_content_div {
    margin-bottom: 30px;
}

.hero-span {
    text-align: center;
}

span.hero_hurry {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 8px 16px;
    background-color: #97d624;
    font-size: 22px;
}

.header__content_left h1 {
    font-size: 58px;
}

.header__content_left p {
    font-size: 18px;
    margin: 8px 0 18px;
}

.about__card_section div {
    width: 30%;

}

.cta_section {
    margin-top: 15px;
    text-align: center;
}

.cta_section a {
    display: inline-block;
    font-size: 18px;
}

.header__content_right {
    width: 30%;
}

.header__content_right img {
    border-radius: 20px;
}

/*.text-box {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-box h1 {
  font-size: 62px;
}
.text-box p {
  font-size: 20px;
  margin: 10px 0 40px;
}*/
.highlight_text {
    color: #97d624;
}

.hero-btn {
    color: #fff;
    background-color: #97d624;
    border-radius: 25px;
    padding: 8px 36px;
    outline: none;
    margin-right: 50px;
    border: 1px solid #97d624;
}

.hero-btn:hover {
    color: #fff;
    background: none;
    border: 1px solid #97d624;
    color: #97d624;
}

.hero-btn2 {
    color: #000;
    border: 1px solid #97d624;
    border-radius: 25px;
    padding: 8px 36px;
    outline: none;
}

.hero-btn2 i {
    margin-left: 5px;
    color: #97d624;
}

.hero-btn2:hover {
    color: #97d624;
}

.hero-btn3 {
    color: #fff;
    border: 1px solid #97d624;
    border-radius: 25px;
    padding: 8px 36px;
    outline: none;
    margin-top: 26px;
}

.hero-btn3 i {
    margin-left: 5px;
    color: #97d624;
}

.hero-btn3:hover {
    color: #97d624;
}

/* Icon Section */
#iconContent {
    background: #f4f4f4;
    padding: 50px 0px 100px 0px;
}

#iconContent h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 800;
}

#iconContent .container>p {
    text-align: center;
}

.icon-container {
    display: flex;
    gap: 30px;
    margin: 30px 0px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.icon-container .card {
    border-radius: 16px;
    padding: 16px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: 0.3s ease-in;
    width: 200px;
}

.icon-container .card .card-icon {
    font-size: 32px;
}

.icon-container .card:hover {
    transform: translateY(-10px);
    background: #97d624;
    color: white;
}

/*Second Section*/
#secondSection {
    background-color: #fff;
    padding: 50px 0px 100px 0px;
}

#secondSection h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 800;
    color: #97d624;
}

#secondSection p {
    text-align: center;
    margin-bottom: 20px;
}

#secondSection .module_footer {
    margin-top: 30px;
}

/* Third Section */
#thirdSection {
    background: #f4f4f4;
    padding: 50px 0px 100px 0px;
}

#thirdSection h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 800;
}

#thirdSection p {
    margin-bottom: 15px;
}

#thirdSection ul {
    margin: 20px 0px;
    list-style: disc;

}

#thirdSection ul li {
    list-style: disc;
    margin-left: 30px;
}

/* About Section */
section#about {
    padding-top: 100px;
    padding-bottom: 100px;
}

#about .container {
    display: flex;
    justify-content: space-between;
}

.about__right_container {
    width: 40%;
}

.about__left_container {
    width: 55%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about__left_container h1 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

/* forwhom */
section#forwhom {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #000;
    color: white;
}

.forwhom__content {
    border: 1px solid #97d624;
    padding: 50px;
    border-radius: 25px;
    margin: 0 100px;
}

section#forwhom h3,
section#forwhom h5 {
    text-align: center;
}

#forwhom h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

#forwhom h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

.forwhom__ul-container {
    display: flex;
    justify-content: space-between;
}

.forwhom__ul-container ul {
    width: 47%;
}

.forwhom__ul-container ul i {
    color: #97d624;
    margin-right: 5px;
}

.forwhom__ul-container ul li {
    margin-bottom: 8px;
}

.forwhom__content a {
    display: block;
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    width: 450px;
    background-color: #97d624;
    margin: 50px auto 10px;
}

.forwhom__content a span {
    font-size: 20px;
    font-weight: bold;
}

/*Private Forum Section*/

section#privateForum {
    background-color: #121c20;
    padding-top: 50px;
    padding-bottom: 100px;
    color: white;
}

.privateForum__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
}

#privateForum h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.privateForum__content>p {
    text-align: center;
}

.privateForum__content h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 25px;
}

.privateForum__content ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.privateForum__content ul li {
    width: 400px;
    text-align: center;
    color: black;
    /*    width: 46%;*/
    background-color: #fff;
    /* margin-bottom: 40px; */
    border: solid 1px #ddd;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.privateForum__content ul li h6 {
    font-size: 20px;
    margin-bottom: 16px;
}

/* Know Your Host */
section#hostInfo {
    background-color: #121c20;
    padding-top: 50px;
    padding-bottom: 100px;
    color: white;
}

.hostInfo__content {
    display: flex;
    justify-content: space-between;
}

#hostInfo h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}

.hostInfo__content__left {
    width: 45%;
    text-align: center;
}

.hostInfo__content__left h6 {
    font-size: 20px;
    margin: 15px 0px 5px;
}

.hostInfo__content__left span {
    color: #97d624;
    font-size: 14px;
}

.hostInfo__content__right {
    width: 50%;
}

.hostInfo__content__right ul li {
    list-style: disc;
    margin-bottom: 8px;
}

/* Course Points */
section#course_points {
    padding-top: 50px;
    padding-bottom: 100px;
    color: #fff;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.9)),
        url("../images/course_content_bg.webp");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

#course_points h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

#course_points .container>p {
    text-align: center;
    font-size: 14px;
}

.course_points__container {
    margin-top: 50px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.course_info_card {
    color: black;
    width: 46%;
    background-color: #fff;
    /*margin-bottom: 40px;*/
    border: solid 1px #ddd;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.hide {
    display: none;
}

.course_info_card h4 {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
}

.course_info_card p {
    font-size: 16px;
    text-align: center;
}

.course_points_cards {
    width: 30%;
    margin-bottom: 50px;
    text-align: center;
    background: #0389FB;
    border-radius: 15px;
    color: #000;
    padding: 20px 10px;
    margin-right: 20px;
    align-self: center;
    transition: 2ms all;
}

.course_points_cards:hover {
    /* transform: translate(0, 10px); */
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.price_info {
    text-align: center;
}

.price_info span {
    font-size: 26px;
    font-weight: bold;
    text-decoration: line-through solid red;
}

.main_course span {
    text-decoration: none;
}

/*  Course Offerings */
section#course_offering {
    padding-top: 100px;
    padding-bottom: 150px;
    color: #fff;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.9)),
        url("../images/course_offering_bg.webp");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.course_offering__content {
    display: flex;
    justify-content: space-between;
}

#course_offering h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 100px;
}

.course_offering__left_container {
    width: 55%;
}

.course_offering__left_container a {
    display: block;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 16px;
    width: 450px;
    background-color: rgb(151, 214, 36);
    margin: 50px auto 10px;
}

.course_offering__left_container ul li {
    list-style: disc;
    margin-bottom: 8px;
}

.course_offering__right_container {
    width: 40%;
}

.course_offering__right_container img {
    border-radius: 20px;
}

/* Course Content */
#course_content {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #fdfdfd;
}

#course_content h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}

#course_content h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

#course_content p {
    margin-bottom: 20px;
}

.course_content__container {
    display: flex;
    justify-content: space-between;
}

.course_content__container h6 {
    background-color: #97d624;
    padding: 14px 10px;
    font-size: 16px;
}

.course_content__container__left,
.course_content__container__right {
    width: 49%;
    border: solid 1px #ddd;
}

.course_content__container ul {
    padding: 0px 20px;
    margin-top: 16px;
}

.course_content__container ul li {
    list-style: disc;
    margin-bottom: 8px;
    margin-left: 25px;
    font-size: 15px;
}

/* Whats Included */
section#whats_included {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f9fa;
}

#whats_included h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

#whats_included .container>p {
    text-align: center;
    margin-bottom: 40px;
}

.modules {
    background-color: #fff;
    margin-bottom: 40px;
    border: solid 1px #ddd;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.modules_container {
    max-width: 1000px;
    margin: 0 auto;
}

.modules_container>p {
    font-size: 14px;
    margin-bottom: 20px;
}

.module_header {
    border-bottom: 1px solid #ddd;
    padding: 16px;
}

.module_header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module_header>span {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 14px;
}

.module_header_content {
    /* margin-top: 14px; */
}

.module_header_content h5 {
    font-size: 16px;
}

.module_header_content p {
    font-weight: bold;
    width: 250px;
}

.module_content {
    padding: 16px;
}

.module_content h6 {
    font-size: 16px;
    margin-bottom: 15px;
}

.module_content ul {
    margin-bottom: 20px;
}

.module_content p {
    font-size: 14px;
    margin-bottom: 16px;
}

.module_content ul li {
    list-style: disc;
    margin-bottom: 8px;
    font-size: 14px;
    margin-left: 16px;
}

.module_footer {
    margin-top: 50px;
    text-align: center;
}

.module_content_link {
    /* display: block; */
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding: 14px 30px;
    /* width: 450px; */
    background-color: rgb(151, 214, 36);
    margin: 50px auto 10px;
}

/* Reviews */
section#reviews {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
}

#reviews h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.review_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.review {
    width: 23%;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 50px;
}

.review h4 {
    margin-bottom: 25px;
}

.review p {
    font-size: 14px;
    color: #121c20;
}

.review h4 span {
    background-color: #000;
    color: #fff;
    padding: 16px;
    border-radius: 50%;
    margin-right: 10px;
}

/* Footer */
footer {
    background: #000;
    color: white;
    text-align: center;
}

footer p {
    font-size: 14px;
    padding: 8px;
}

@media (max-width: 768px) {
    .header__content_right {
        display: none;
    }

    .header__content_left {
        width: 100%;
        /*        margin-bottom: 100px;*/
        padding: 30px;
        bottom: 20px;
    }

    .header__content_left h1 {
        font-size: 28px;
    }

    .header__content_left p {
        font-size: 18px;
    }

    .header__content_left a {
        display: block;
        margin: 0 auto;
    }

    .header__content_left a {
        margin-bottom: 15px !important;
    }

    .cta_section br {
        display: none;
    }

    .hero-btn3 {
        margin-top: -16px;
    }

    .container {
        width: 95%;
    }

    .text-box h1 {
        font-size: 28px;
    }

    .text-box a {
        display: block;
        margin: 0 auto;
    }

    .hero-btn {
        margin-bottom: 15px !important;
    }

    .privateForum__content ul {
        flex-direction: column;
    }
   
    .hero-btn2 {
        margin-bottom:25px;
    }
    .cta_section a{
        display:block;
    }
    .privateForum__content ul li {
        width: 100%;
    }

    /* About Section */

    #about .container {
        flex-direction: column;
    }

    .about__right_container,
    .about__left_container {
        width: 100%;
    }

    .about__right_container {
        text-align: center;
    }

    .about__right_container img {
        width: 60%;
        margin: 0 auto;
    }

    .forwhom__content {
        margin: 0 50px;
    }

    .forwhom__ul-container {
        flex-direction: column;
    }

    .forwhom__ul-container ul {
        width: 100%;
    }

    .forwhom__content a {
        width: 300px;
    }

    .review {
        width: 48%;
    }

    .about__card_section {
        display: flex;
        gap: 25px;
        flex-direction: column;
        justify-content: center;
    }

    .about__card_section div {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .course_content__container__left {
        width: 100% !important;
    }

    .course_info_card {
        width: 100% !important;
    }

    nav ul {
        flex-direction: column;
    }

    .callback_btn {
        font-size: 12px;
        padding: 8px 20px;
    }

    section#about {
        padding: 20px 0px;
    }

    .about__left_container h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    section#forwhom {
        padding: 20px 0px;
    }

    #forwhom h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .forwhom__content {
        padding: 20px;
        margin: 20px;
    }

    .forwhom__content a {
        margin-top: 20px;
        width: 90%;
    }

    /* Cards */
    #course_points h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    section#course_points {
        padding: 30px 0px;
    }

    .course_points__container {
        margin-top: 30px;
    }

    .course_points_cards {
        width: 90%;
        margin-bottom: 16px;
    }

    .course_points__footer p {
        font-size: 14px;
    }

    .module_footer {
        margin-top: 30px;
    }

    .module_content_link {
        width: 100%;
        font-size: 12px;
    }

    /* Host Info */
    section#hostInfo {
        padding: 20px 0px;
    }

    #hostInfo h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .hostInfo__content {
        flex-direction: column;
    }

    .hostInfo__content__left,
    .hostInfo__content__right {
        width: 100%;
    }

    .hostInfo__content__right ul li {
        font-size: 14px;
    }

    /* Course Offering */
    section#course_offering {
        padding: 20px 0px 30px;
    }

    #course_offering h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .course_offering__content {
        flex-direction: column;
    }

    .course_offering__left_container ul li {
        font-size: 14px;
    }

    .course_offering__left_container,
    .course_offering__right_container {
        width: 100%;
    }

    .course_offering__left_container a {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* Course Content */
    #course_content {
        padding: 20px 0px 30px;
    }

    #course_content h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #course_content h4 {
        font-size: 20px;
    }

    .course_content__container {
        flex-direction: column;
    }

    .course_content__container__left,
    .course_content__container__right {
        width: 100%;
        margin-bottom: 26px;
    }

    .course_content__container ul li {
        margin-left: 15px;
    }

    section#whats_included {
        padding: 30px 0px;
    }

    #whats_included h3 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    #whats_included .container>p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .module_header_content {
        flex-direction: column;
        align-items: flex-start;
    }

    section#reviews {
        padding: 20px 0px 30px;
    }

    #reviews h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .review {
        width: 100%;
        margin-bottom: 26px;
    }
}

@media (min-width: 797px) and (max-width: 1280px) {
    .review {
        width: 32%;
    }
}

/*Pop UP Menu*/

.logFOrmSee {
    width: 100%;
    padding: 0 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.logFOrmSee h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #95d522;
    margin: 10px auto 0;
}

.logFOrmSee .tiCOnSet {
    padding-top: 10px;
}

.logFormField {
    width: 100%;
    padding: 35px 0;
}

.logFormField li {
    padding-top: 15px;
    position: relative;
}

.logFormField li label {
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    border: solid 1px #f1f1f1;
    position: relative;
}

.logFormField li:first-child {
    padding-top: 0;
}

.logFormField li label figure {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-right: solid 1px #dfdfdf;
    font-size: 15px;
    color: #555;
}

.logFormField li input,
.logFormField li label input {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    width: calc(100% - 45px);
    float: left;
    line-height: 45px;
    padding: 0 30px 0 15px;
    outline: 0;
}

.error,
.logFormField li .error {
    text-align: right;
    font-size: 13px;
    color: red;
    padding-top: 8px;
    letter-spacing: 0.1px;
}

.logFormField li label .viewPass {
    width: 15px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #555;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    z-index: 99;
}

.logFormField li.submitSet {
    padding-top: 35px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fixed {
    position: fixed;
}

.popupInner {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.popupSet {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    overflow-y: auto;
}

.popupSet.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.popupInner {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.popupInner .popupClose {
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    background-color: #2cbe53;
    border-radius: 50%;
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 999;
    text-align: center;
    border: solid 2px #fff;
    cursor: pointer;
}

.callFormTi {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    background-color: #2cbe53;
}

.callFormTi h6 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

.callFormTi p {
    font-size: 15px;
    color: #ddd;
    padding-top: 8px;
}

.popupField {
    width: 100%;
    padding: 40px 30px;
    text-align: center;
}

.fixed {
    position: fixed;
}

.btn {
    cursor: pointer;
    display: inline-block;
    padding: 15px 45px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-color: #95d522;
    letter-spacing: 0.5px;
    border-radius: 999px;
    background-image: -webkit-gradient(linear, 90deg, #95d522, #caf359);
    background-image: -webkit-linear-gradient(90deg, #95d522, #caf359);
    background-image: -moz-linear-gradient(90deg, #95d522, #caf359);
    background-image: -o-linear-gradient(90deg, #95d522, #caf359);
    background-image: linear-gradient(90deg, #95d522, #caf359);
}

.btn:hover {
    background-color: #2cbe53;
    background-image: none;
    color: #fff;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

button {
    outline: 0;
    border: none;
}

input,
select,
textarea {
    outline: 0;
    display: block;
    font-family: 'Poppins';
    font-weight: 600;
}

@media screen and (min-width: 1050px) {
    .logINSeT:hover .innerLogINMenu {
        opacity: 1;
        margin-top: 0;
        height: auto;
    }

    .logINSeT:hover .logINBtn {
        background-color: #2cbe53;
        color: #fff;
    }

    .logINSeT:hover .logINBtn .loginIcon {
        background-position: bottom right;
    }

    .logINSeT.afterLogM:hover .logINBtn .loginIcon {
        background-position: bottom left;
    }

    .popupInner {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) and (min-width: 300px) {
    .popupInner {
        width: 90%;
        max-width: 500px;
        margin: 50px auto;
    }
}


/* Modified About Section */
.about__bottom_section h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 20px;
}

.about__card_section {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}



.about__card_section .cards {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    text-align: center;
    padding: 25px 16px;
    border-radius: 10px;
    transition: 0.3s ease-in;
}

.about__card_section .cards:hover {
    transform: translateY(-10px);
}

.about__card_section .cards h5 {
    font-size: 18px;
    margin-bottom: 15px;
}