* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background: #fbfefc;
}
:root {
  --first: #43b97e;
  --second: #43b97e40;
  --btn-text: #333;
  --text-p: #595959;
  --header-text: #515151;
  --text-header: #7a7a7a;
  --header-bg: #fbfbfb;
  --text-p-2: #f7f7f7;
  --black-heading: #666;
  --sub-heading: #4d4d4d;
  --primary-font: "Plus Jakarta Sans", sans-serif;
  --secondary-font: "Urbanist", sans-serif;
}
a {
  text-decoration: none;
}
p {
  color: var(--text-p);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

li {
  list-style: none;
}
.primary_btn {
  background-color: var(--second);
  color: var(--btn-text);
  padding: 15px 50px;
  border-radius: 3px;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.primary_btn:hover {
  background: var(--first);
  color: white;
}
.hero-btn {
  width: 132px;
  height: 50px;
  border-radius: 120px;
  background: var(--first);
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
}
.hero-btn:hover {
  background: var(--second);
  color: var(--btn-text);
}
.hero-btn i {
  padding-left: 5px;
  font-size: 12px;
}
.heading-text {
  color: var(--btn-text);
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 700;
}
.sub_heading-text {
  color: var(--btn-text);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
}
.desc-text {
  color: var(--sub-heading);
  text-align: justify;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.heading-p {
  padding: 100px 0px;
}
.heading-m {
  margin: 100px 0px;
}
/* Header Section Start  */
.header_part {
  width: 100%;
  height: 90px;
  background: var(--header-bg);
  box-shadow: 0px 4px 4px 0px rgba(221, 221, 221, 0.25);
}
.header_part .navbar-nav li {
  color: var(--btn-text);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.header_part .navbar-nav li a:hover,
.actived {
  border-bottom: 2px solid var(--first);
  color: var(--first) !important;
}
/* Header Section end  */

/* Hero Section start  */
.hero_bg {
  background: url(../images/Rectangle\ 4356.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 140px;
  padding-bottom: 180px;
}
.hero_bg .hero_content-left {
  padding-top: 120px;
}
.hero_bg .hero_content-left h2 {
  color: var(--text-header);
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.hero_bg .hero_content-left h1 {
  color: var(--header-text);
  font-family: var(--primary-font);
  font-size: 54px;
  font-weight: 800;
  line-height: 70px;
  margin-bottom: 40px;
}
.hero_bg .hero_content-left form {
  width: 540px;
  height: 80px;
  border-radius: 120px;
  border: 1px solid var(--first);
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(204, 204, 204, 0.25);
  align-items: center;
  padding: 15px 20px;
}
.hero_bg .hero_content-left .form-floating .form-select {
  color: var(--text-p);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 50%;
}
.form-floating > .form-select {
  padding-top: 0.625rem;
}
.hero_bg .hero_content-left .form-control {
  color: rgba(59, 56, 53, 0.6);
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 400;
  width: 225px;
  height: 17px;
  border: none !important;
}
.hero_bg .hero_content-left form input[type="search"]::placeholder {
  border: none;
  padding-left: 22px;
  border-left: 1px solid #d8d8d8 !important;
}
.hero_bg .hero_content-left form input[type="search"]:focus,
.hero_bg .hero_content-left form select:focus {
  box-shadow: none;
}
.hero_bg .hero_content-right {
  position: relative;
}
.hero_bg .hero_content-right .hero_img-side {
  width: 181px;
  height: 148px;
  position: absolute;
  top: 105px;
  right: 32px;
}
.hero_bg .hero_content-right .hero_player {
  position: absolute;
  bottom: 105px;
  right: -40px;
  width: 284px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 8.58px;
  background: #fff;
  box-shadow: 0px 12.01208px 29.17221px 0px rgba(123, 123, 123, 0.25);
}
.hero_bg .hero_content-right .hero_player i {
  font-size: 45px;
  color: var(--first);
}
.hero_bg .hero_content-right .hero_player-desc {
  color: #737373;
  font-family: var(--primary-font);
  font-size: 13.728px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
}
.hero_bg .hero_content-right .hero_player .player_img {
  width: 64.35px;
  height: 60.918px;
  border-radius: 8.58px;
  background: #eee;
  text-align: center;
}
.hero_bg .hero_content-right .hero_player img {
  width: 38px;
  height: 58px;
}
/* Hero Section end  */

/* Reviews section start */
section.reviews_bg {
  margin-top: -110px;
}
.reviews_bg .all_reviews {
  width: 214px;
  height: 181px;
  border-radius: 14px;
  border: 1px solid rgba(67, 185, 126, 0.4);
  background: #f3fff9;
  text-align: center;
  padding-top: 60px;
}
.reviews_bg .all_reviews h3 {
  color: #252525;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
}
.reviews_bg .all_reviews .review_stars i,
.review_content .review_stars i {
  color: #ffb800;
  font-size: 24px;
}
.reviews_bg .all_reviews p {
  color: #000;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 300;
  line-height: 19.817px;
}
.reviews_bg .all_reviews .uniqe {
  font-weight: 700;
  text-decoration-line: underline;
}
.review_content {
  width: 584px;
  height: 181px;
  border-radius: 14px;
  border: 1px solid rgba(34, 44, 58, 0.1);
  background: #fff;
  padding: 30px;
}
.review_content h3 {
  color: #585858;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding-top: 20px;
}
.review_content .review_text h3 {
  color: var(--sub-heading);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.review_content .review_text p {
  color: var(--black-heading);
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.carousel-control-prev,
.carousel-control-next {
  width: 35px;
  height: 35px;
  margin: auto 55px;
}
.carousel-control-prev i,
.carousel-control-next i {
  color: var(--first);
  display: flex;
  width: 35px;
  height: 35px;
  padding: 5px 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 84, 42, 0.15);
  transform: 0.3s ease-in;
}
.carousel-control-prev i:hover,
.carousel-control-next i:hover {
  background: var(--first);
  color: #fff;
}
/* Reviews section end */

/* Courses section start */
.courses_bg {
  margin-top: 100px;
  margin-bottom: 100px;
  background: url(../images/Memphis-S.png);
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: 0 40rem;
}
.courses_bg .card {
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.card-title {
  color: var(--btn-text);
  text-align: justify;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.card-ratings {
  position: absolute;
  top: 165px;
  left: 15px;
  display: flex;
  justify-content: space-between;
  gap: 85px;
}
.card-ratings p {
  color: var(--text-p-2);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 700;
}
.card-ratings p > i.rating {
  color: #ffb800;
  font-size: 14px;
}
.card-details h3 {
  color: var(--first);
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 800;
}
.card-details p {
  color: var(--black-heading);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
}
.card-details p > i {
  color: var(--first);
  font-size: 14px;
}
.card-details p > span,
.card-ratings p > span {
  font-size: 12px;
  font-weight: 500;
}
/* Courses section end */

/* Courses banner section start */
.banner-content {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 50px;
}
.banner-content_left {
  position: relative;
}
.circle,
.circle-1 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  opacity: 0.1;
  background: linear-gradient(
    90deg,
    #00aa5b -0.2%,
    rgba(0, 170, 91, 0) 210.47%
  );
}
.circle-2 {
  position: absolute;
  top: 38px;
  left: 36px;
  width: 207px;
  height: 207px;
}
.banner-content_left .banner-text {
  margin-top: -180px;
  margin-left: 70px;
}
.banner-content_left .banner-text h2 {
  color: #3f3f3f;
  font-family: var(--primary-font);
  font-size: 40px;
  font-weight: 800;
}
.banner-content_left .banner-text h4 {
  color: #5f5f5f;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
}
.banner-content_right {
  display: flex;
  gap: 50px;
}
.banner-content_right .banner-card {
  width: 250px;
  height: 285.907px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding: 50px 10px;
  box-shadow: 10px 10px 40px 0px rgba(67, 185, 126, 0.28);
  -webkit-box-shadow: 10px 10px 40px 0px rgba(67, 185, 126, 0.28);
  -moz-box-shadow: 10px 10px 40px 0px rgba(67, 185, 126, 0.28);
}
.banner-content_right .banner-card h3 {
  color: var(--btn-text);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 600;
  padding-top: 15px;
}
.banner-content_right .banner-card p {
  color: var(--black-heading);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
/* Courses banner section end */
/* Features section start */
.features-bg {
  margin: 100px 0;
}
.features-title p {
  color: #444;
  text-align: center;
  font-size: 18px;
  line-height: 28.8px;
  margin-bottom: 50px;
}
.features-content {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.features-content .features-card {
  display: flex;
  width: 250px;
  height: 245px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 5.22075px 31.3245px 0px rgba(38, 45, 118, 0.08);
  cursor: pointer;
  transition: 0.3s ease-in;
}
.features-content .actived-feature,
.features-card:hover {
  background: var(--first);
  color: #fff;
  box-shadow: 10px 10px 30px 0px rgba(136, 241, 188, 0.5);
}
.features-card h3 {
  color: #4d4d4d;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.features-card:hover h3,
.actived-feature h3 {
  color: #fff;
  font-family: var(--secondary-font);
}
.features-card:hover img {
  filter: grayscale(var(--value, 100%));
}
/* Features section end */
/* Resources section start */
.resources-bg {
  width: 100%;
  height: auto;
  position: relative;
}
.resources-bg h3 {
  color: var(--btn-text);
  font-size: 26px;
  font-weight: 500;
  line-height: 41px;
}
.resources-bg p {
  width: 685px;
}
.green {
  color: var(--first);
  font-weight: 600;
}
.circle-3 {
  position: absolute;
  top: 0;
  left: 8px;
  width: 398px;
  height: 398px;
  filter: blur(107px);
}
.circle-4 {
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 345px;
  height: 345px;
  filter: blur(107px);
}
/* Resources section end */
/* Best Course section start */
.best_course-bg {
  background: url(../images//Group.png);
  width: 100%;
  height: auto;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: 52rem 21rem;
}
.best_course-bg p {
  color: var(--black-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 25px 0 40px 0;
}
/* Best Course section end */
/* Discount section start  */
.discount-card {
  text-align: center;
  border-radius: 27.347px;
  border: 1px solid #58b180;
  background: #fff;
  box-shadow: 0px 12.76217px 58.34133px 0px #f4f4f4;
  padding: 50px 0px;
}
.discount-card img {
  height: 350px;
}
.discount-card h2 {
  color: var(--first);
  font-family: var(--secondary-font);
  font-size: 40px;
  font-weight: 800;
  line-height: 64px;
}
.discount-card h3 {
  color: var(--sub-heading);
  font-family: var(--secondary-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.discount-card p {
  color: var(--sub-heading);
  font-family: var(--secondary-font);
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 30px;
}
.discount-card p > .green {
  font-weight: 700;
}
/* Discount section end  */
/* Testimonial section start  */
.testimonial-bg {
  background: #f0fcf2;
}
.testimonial-card {
  padding: 40px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 10px 45px 0px rgba(38, 45, 118, 0.08);
  transition: 0.3s ease-in-out;
  border: none;
}
.testimonial-card p {
  color: var(--black-heading);
  text-align: justify;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
.testimonial-card .author-details h4 {
  color: var(--btn-text);
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.testimonial-card .author-details p {
  color: var(--black-black-50, #808080);
  font-family: var(--primary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.actived-card,
.testimonial-card:hover {
  background: var(--first);
  box-shadow: 10px 15px 45px 0px rgba(67, 185, 126, 0.5);
}
.actived-card p,
.actived-card .author-details h4,
.actived-card .author-details p,
.testimonial-card:hover p,
.testimonial-card:hover h4 {
  color: #fff;
}
.testimonial-bg .carousel-control-prev,
.testimonial-bg .carousel-control-next {
  width: 35px;
  height: 35px;
  margin: auto -100px;
}
.testimonial-bg .carousel-inner {
  overflow: visible;
}

/* Testimonial section end */
/* Blogs section start */
.blogs-part .card {
  border: none;
  border-radius: 24px;
  background: #fff;
  width: 100%;
  height: 448px;
}
.blogs-part .card h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.blogs-part .card:hover,
.show-card {
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.08);
}
/* Blogs section end */
/* Footer section start  */
.footer-part {
  padding: 50px 0px;
  background: url(../images/Footer-Background.png) no-repeat center center /
    cover;
  /* background: rgb(199, 244, 203);
  background: linear-gradient(
    90deg,
    rgba(199, 244, 203, 0.938813025210084) 0%,
    rgba(229, 249, 228, 1) 35%
  ); */
}
.footer-title p {
  color: #808080;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  padding-top: 15px;
}
.footer-content {
  padding-top: 28px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.copy-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-menu li {
  margin-bottom: 20px;
}
.footer-menu li a {
  color: var(--btn-text);
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  opacity: 0.75;
}
.footer-menu li a:hover,
.footer-menu li a.f-active {
  opacity: 1;
  margin-bottom: 25px;
}
/* Footer section end  */
