* {
  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.7), rgba(4, 9, 30, 0.9)),
    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;
}
.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: 150px;
}
.header__content .container{
  display: flex;
  justify-content: space-between;
}
.header__content_left{
  width: 65%;
   color: #fff;
}
.header__content_left p span{
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
  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: 10px 0 40px;
}
.cta_section{
  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: #fff;
  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;
}
/* 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%;
}

.about__left_container h2 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 600;
}

/* 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;
}

/* 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;
  flex-wrap: wrap;
  justify-content: 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 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;
  }
  .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;
  }
  /* 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%;
  }
}
@media (max-width: 568px) {
  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: 10px;
  }
  /* 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;
}
}