.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-md {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-lg {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}
.show-sm {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-sm {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .show-lg {
    display: none;
  }
}
.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.pagination-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #cbcbcb;
  font-size: 16px;
  color: var(--gray);
  font-weight: 600;
  font-weight: var(--font-urbanist);
  transition: var(--transition);
}
.pagination-link:hover {
  color: var(--white);
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.pagination-link:hover .pagination-icon {
  filter: brightness(0) invert(1);
}
.active {
  background-color: var(--primary);
  color: var(--white);
}
.chef-bg {
  background-color: #e8ddd3;
}
.tt-uppercase {
  text-transform: uppercase;
}
.border-radius-50 {
  border-radius: 50px;
}
.pt-50 {
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-50 {
    padding-top: 20px;
  }
}
.pt-60 {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-60 {
    padding-top: 20px;
  }
}
.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 20px;
  }
}
.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}
.pt-110 {
  padding-top: 110px;
}
@media only screen and (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 50px;
  }
}
.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}
.pt-125 {
  padding-top: 125px;
}
@media only screen and (max-width: 1199px) {
  .pt-125 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-125 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-125 {
    padding-top: 50px;
  }
}
.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 50px;
  }
}
.pt-140 {
  padding-top: 140px;
}
@media only screen and (max-width: 1199px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-140 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 50px;
  }
}
.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1199px) {
  .pt-150 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 50px;
  }
}
.pt-160 {
  padding-top: 160px;
}
@media only screen and (max-width: 1199px) {
  .pt-160 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-160 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-160 {
    padding-top: 50px;
  }
}
.pt-170 {
  padding-top: 170px;
}
@media only screen and (max-width: 1199px) {
  .pt-170 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-170 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-170 {
    padding-top: 50px;
  }
}
.pt-190 {
  padding-top: 190px;
}
@media only screen and (max-width: 1199px) {
  .pt-190 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-190 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-190 {
    padding-top: 50px;
  }
}
.pb-50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-50 {
    padding-bottom: 20px;
  }
}
.pb-60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-60 {
    padding-bottom: 20px;
  }
}
.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}
.pb-110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 50px;
  }
}
.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}
.pb-125 {
  padding-bottom: 125px;
}
@media only screen and (max-width: 1199px) {
  .pb-125 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-125 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-125 {
    padding-bottom: 50px;
  }
}
.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 50px;
  }
}
.pb-135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 1199px) {
  .pb-135 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-135 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-135 {
    padding-bottom: 50px;
  }
}
.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 50px;
  }
}
.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-150 {
    padding-bottom: 50px;
  }
}
.pb-160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1199px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-160 {
    padding-bottom: 50px;
  }
}
.pb-170 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 1199px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-170 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-170 {
    padding-bottom: 50px;
  }
}
.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 1199px) {
  .pb-180 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-180 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 50px;
  }
}
.pb-190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1199px) {
  .pb-190 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-190 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-190 {
    padding-bottom: 50px;
  }
}
.mt-130 {
  margin-top: 130px;
}
@media only screen and (max-width: 1199px) {
  .mt-130 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-130 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-130 {
    margin-top: 50px;
  }
}
.plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .plr-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  .plr-100 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .plr-100 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn-primary {
  font-size: 18px;
  color: var(--white);
  padding: 22px 33px 21px;
  font-weight: 600;
  background-color: var(--primary);
  display: inline-block;
  transition: var(--transition);
  border-radius: 100px;
}
.btn-primary .btn-arrow-icon {
  transform: translate(6px);
}
@media only screen and (max-width: 991px) {
  .btn-primary {
    font-size: 16px;
    padding: 16px 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
    padding: 16px 25px 15px;
  }
}
.btn-appStore {
  font-size: 16px;
  color: var(--gray);
  font-weight: 500;
  line-height: 26px;
  border-radius: 40px;
  padding: 12px 24px;
  display: inline-block;
  transition: var(--transition);
  background-color: var(--primary);
  color: var(--white);
}
.btn-appStore .btn-icon {
  padding-right: 6px;
  filter: invert(1);
  -webkit-filter: invert(1);
}
.btn-appStore:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.btn-signUp {
  font-size: 16px;
  color: var(--white);
  padding: 15px 30px 16px 31px;
  font-weight: 700;
  background-color: var(--primary);
  display: inline-block;
  transition: var(--transition);
  border-radius: 100px;
}
.btn-comment {
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid var(--primary);
}
.btn-comment:hover {
  color: var(--white);
  background-color: var(--primary);
}
.btn-comment:hover .comment-icon {
  filter: brightness(0) invert(1);
}
.btn-reply {
  display: inline-flex;
  padding: 6px 13px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  border-radius: 30px;
  background-color: var(--primary);
}
.btn-enroll {
  font-size: 18px;
  color: var(--primary);
  padding: 11px 29px 11px 26px;
  font-weight: 600;
  font-family: var(--font-urbanist);
  display: inline-block;
  border-radius: 100px;
  border: 1px solid var(--primary);
  transition: var(--transition);
}
.btn-enroll:hover {
  background-color: var(--primary);
}
.btn-enroll:hover .btn-enroll-icon {
  filter: brightness(0) invert(1);
}
.btn-enroll .btn-enroll-icon {
  transform: translate(4px, -1px);
}
.btn-readmore {
  color: var(--gray);
  font-family: var(--font-urbanist);
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  padding: 10px 21px 11px 20px;
  border: 1px solid var(--gray-4);
  transition: var(--transition);
  display: inline-block;
}
.btn-readmore:hover .btn-arrow-icon {
  filter: brightness(0) invert(1);
}
.btn-readmore .btn-arrow-icon {
  transform: translate(5px, -1px);
}
.btn-trending {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  background-color: var(--primary);
  display: inline-block;
  transition: var(--transition);
  border-radius: 100px;
  padding: 4px 9px;
  position: absolute;
  top: 17px;
  left: 15px;
  z-index: 9;
}
.btn-trending:hover {
  box-shadow: 0 5px 0 1px #ff6b2c4d;
  background-color: var(--primary);
  color: var(--white);
}
.btn-veiwMore {
  font-size: 18px;
  color: var(--white);
  padding: 18px 33px;
  font-weight: 600;
  background-color: var(--primary);
  display: inline-block;
  transition: var(--transition);
  border-radius: 100px;
}
.btn-veiwMore .btn-arrow-icon {
  transform: translate(6px);
}
@media only screen and (max-width: 767px) {
  .btn-veiwMore {
    font-size: 16px;
  }
}
.btn-getstarted {
  font-size: 18px;
  color: var(--white);
  padding: 22px 41px 21px;
  font-weight: 600;
  background-color: var(--primary);
  display: inline-block;
  transition: var(--transition);
  border-radius: 100px;
}
.btn-getstarted .btn-arrow-icon {
  transform: translate(6px);
}
@media only screen and (max-width: 767px) {
  .btn-getstarted {
    padding: 15px 41px;
  }
}
.btn-submit {
  width: 54px;
  height: 45px;
  color: var(--white);
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  border-radius: 10px;
}
.btn-submit:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.btn-playstor {
  font-size: 16px;
  color: var(--gray-2);
  font-weight: 400;
  border-radius: 40px;
  padding: 12px 28px;
  display: inline-block;
  transition: var(--transition);
  border: 1px solid var(--gray-2);
}
.btn-playstor .btn-icon {
  padding-right: 6px;
  filter: invert(64%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(94%)
    contrast(95%);
}
.btn-playstor:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid transparent;
}
.btn-playstor:hover .btn-icon {
  filter: brightness(0) invert(1);
}
.btn-signUp-2 {
  font-size: 16px;
  color: var(--black-6);
  padding: 14px 29px 14px 28px;
  font-weight: 700;
  border: 2px solid var(--black-6);
  background-color: #33a890;
  display: inline-block;
  transition: var(--transition);
  border-radius: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .btn-signUp-2 {
    font-size: 14px;
  }
}
.btn-signUp-4 {
  font-size: 16px;
  color: var(--white);
  font-family: var(--font-passion);
  padding: 13px 22px;
  font-weight: 700;
  background-color: var(--blue-3);
  display: inline-block;
  transition: var(--transition);
  border-radius: 15px;
}
@media only screen and (max-width: 1399px) {
  .btn-signUp-4 {
    font-size: 13px;
  }
}
.btn-login {
  color: var(--black-6);
  font-size: 16px;
  font-weight: 700;
  transition: var(--transition);
}
.btn-login:hover {
  color: var(--primary);
}
.btn-login-2 {
  color: var(--black-6);
  font-size: 16px;
  font-weight: 700;
  transition: var(--transition);
}
.btn-login-2:hover {
  color: var(--gray);
}
.btn-service-2 {
  color: var(--black-6);
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 13px 21px 13px 22px;
  display: inline-block;
  border: 2px solid var(--black-6);
  background-color: var(--green-3);
  transition: var(--transition);
  box-shadow: 4px 4px 0 0 transparent;
}
.btn-service-2 .btn-arrow-right {
  transform: translate(5px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn-service-2 {
    font-size: 11px;
  }
}
.btn-course-3 {
  color: var(--black-6);
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 15px 22px 15px 21px;
  display: inline-block;
  border: 2px solid var(--black-6);
  background-color: var(--green-3);
  transition: var(--transition);
  text-align: center;
}
.btn-course-3 .btn-arrow-right {
  transform: translate(5px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn-course-3 {
    font-size: 13px;
  }
}
.btn-cta-2 {
  color: var(--black-6);
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 15px 23px 15px 24px;
  display: inline-block;
  border: 2px solid var(--black-6);
  background-color: var(--green-3);
  transition: var(--transition);
}
.btn-cta-2 .btn-arrow-right {
  transform: translate(5px);
}
.btn-course-2 {
  color: var(--black-6);
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 12px 21px 12px 20px;
  display: inline-block;
  border: 2px solid var(--black-6);
  background-color: #33a890;
  transition: var(--transition);
}
.btn-course-2 .btn-arrow-right {
  display: inline-block;
  transform: translate(5px);
}
.btn-faq {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 16px 32px;
  display: inline-block;
  border: 2px solid var(--black-6);
  background-color: var(--red);
  transition: var(--transition);
}
.btn-faq .btn-arrow-right {
  filter: brightness(0) invert(1);
  display: inline-block;
  transform: translate(5px);
}
.btn-faq:hover {
  color: var(--white);
}
.btn-apply {
  color: var(--black-6);
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 15px 27px 15px 26px;
  display: inline-block;
  border: 2px solid var(--black-6);
  background-color: var(--green-3);
  transition: var(--transition);
  box-shadow: 4px 4px 0 0 transparent;
}
.btn-apply .btn-arrow-right {
  transform: translate(5px);
  display: inline-block;
}
.btn-apps-2 {
  color: var(--black-6);
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  padding: 13px 22px 14px 29px;
  display: inline-block;
  border: 2px solid var(--black-6);
  background-color: var(--purple);
  transition: var(--transition);
  margin-bottom: 12px;
}
.btn-apps-2 .btn-arrow-icon {
  transform: translate(-6px, -2px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn-apps-2 {
    font-size: 12px;
  }
}
.btn-playStor-2 {
  color: var(--black-6);
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  padding: 13px 29px 14px 32px;
  display: inline-block;
  border: 2px solid var(--black-6);
  background-color: #e8bca6;
  transition: var(--transition);
}
.btn-playStor-2 .btn-arrow-icon {
  transform: translate(-6px, -2px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn-playStor-2 {
    font-size: 12px;
  }
}
.btn-search {
  border-radius: 20px;
  border: 2px solid #1a002e;
  background-color: #33a890;
  padding: 26px 42px 26px 43px;
  color: var(--black-6);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}
@media only screen and (max-width: 991px) {
  .btn-search {
    padding: 20px 42px 20px 43px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-search {
    padding: 13px 30px;
    font-size: 14px;
  }
}
.btn-primary-2 {
  display: inline-flex;
  padding: 18px 29px 17px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: var(--green-4);
  gap: 10px;
  color: var(--black-9);
  font-size: 16px;
  font-weight: 700;
}
.btn-apply-2 {
  display: inline-block;
  padding: 16px 29px 14px 30px;
  border-radius: 15px;
  background-color: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  border: 0px;
}
.btn-apply-2 .btn-arrow-right {
  transform: translate(6px);
}
.btn-border {
  color: var(--black-5);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 29px 14px 30px;
  border-radius: 15px;
  border: 1px solid var(--black-5);
}
.btn-border:hover {
  border: 1px solid var(--white);
  color: var(--white);
}
.btn-primary-3 {
  color: var(--white);
  font-family: var(--font-passion);
  border-radius: 15px;
  padding: 15px 30px 15px 29px;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--red-2);
  display: inline-block;
}
.btn-course-4 {
  border-radius: 15px;
  background-color: var(--blue-3);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-family: var(--font-passion);
  font-size: 16px;
  font-weight: 700;
  padding: 13px 25px;
}
.btn-blog-3 {
  color: var(--black-2);
  font-family: var(--font-sora);
  font-size: 16px;
  font-weight: 500;
  transition: var(--transition);
}
.btn-blog-3 .arrow-right-thin {
  transform: translate(4px);
}
.btn-blog-3:hover {
  color: #df563a;
}
.btn-blog-3:hover .arrow-right-thin {
  filter: invert(40%) sepia(32%) saturate(3789%) hue-rotate(343deg)
    brightness(96%) contrast(82%);
}
.btn-playstor-2 {
  font-size: 18px;
  color: var(--gray-2);
  font-weight: 400;
  font-family: var(--font-passion);
  border-radius: 50px;
  padding: 12px 31px 12px 37px;
  display: inline-block;
  transition: var(--transition);
  border: 1px solid var(--gray-2);
}
.btn-playstor-2 .playstor-icon {
  transform: translate(-8px, -2px);
  display: inline-block;
  filter: invert(64%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(94%)
    contrast(95%);
}
.btn-playstor-2:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid transparent;
}
.btn-playstor-2:hover .playstor-icon {
  filter: brightness(0) invert(1);
}
.btn-playstor-2.btn-hover-bubble span {
  width: 30%;
  left: calc((var(--n) - 1.9) * 30%);
}
.btn-appStore-2 {
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  padding: 12px 29px 11px 37px;
  font-family: var(--font-passion);
  display: inline-block;
  transition: var(--transition);
  background-color: var(--primary);
  color: var(--white);
}
.btn-appStore-2 .apple-icon {
  filter: invert(1);
  display: inline-block;
  transform: translate(-8px, -2px);
}
.btn-appStore-2:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.btn-appStore-2.btn-hover-bubble span {
  width: 30%;
  left: calc((var(--n) - 1.9) * 30%);
}
.btn-buyNow {
  border-radius: 60px;
  background-color: var(--primary);
  box-shadow: 0 20px 60px #ff6b2c30;
  padding: 20px 60px;
  display: block;
  color: var(--white);
  text-align: center;
  font-family: var(--font-urbanist);
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .btn-buyNow {
    padding: 15px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-buyNow {
    font-size: 16px;
    padding: 15px 60px;
  }
}
.btn-error {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  border-radius: 60px;
  display: inline-block;
  background-color: var(--primary);
  padding: 16px 30px 15px;
}
.btn-follow {
  color: var(--white);
  font-family: var(--font-urbanist);
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  background-color: var(--primary);
  padding: 9px 42px 10px;
}
.btn-sendMessage {
  color: var(--white);
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--primary);
  padding: 22px 38px 21px 39px;
}
.btn-message {
  color: var(--primary);
  font-family: var(--font-urbanist);
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  border: 1px solid var(--primary);
  background-color: transparent;
  padding: 8px 31px 9px;
  transition: var(--transition);
}
.btn-message:hover {
  background-color: var(--primary);
  box-shadow: 0 5px 0 1px #ff6b2c4d;
  color: var(--white);
}
#top_btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background-color: var(--primary);
  cursor: pointer;
  padding: 20px;
  border-radius: 10px;
  transition: var(--transition);
}
#top_btn:hover {
  background-color: var(--secondary);
}
.top-icon {
  transform: rotate(-90deg);
}
.btn-hover-shadow {
  transition: var(--transition);
}
.btn-hover-shadow:hover {
  box-shadow: 0 5px 0 1px #ff6b2c4d;
  color: var(--white);
}
.btn-hover-shadow:hover svg {
  fill: var(--white);
}
.btn-hover-shadow:hover .btn-arrow-icon,
.btn-hover-shadow:hover .btn-arrow-right {
  filter: brightness(0) invert(1);
}
.btn-hover-border {
  transition: var(--transition);
}
.btn-hover-border:hover {
  box-shadow: 4px 4px #141414;
}
.btn-arrow-right {
  transform: translate(6px);
}
.btn-hover-secondary {
  transition: var(--transition);
}
.btn-hover-secondary:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.btn-hover-secondary:hover svg {
  fill: var(--white);
}
.btn-hover-secondary:hover .btn-arrow-icon,
.btn-hover-secondary:hover .btn-arrow-right {
  filter: brightness(0) invert(1);
}
.btn-hover-effect {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn-hover-effect:before {
  content: "";
  width: 50%;
  height: 0;
  background: #c0e235;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease;
}
.btn-hover-effect:after {
  content: "";
  width: 50.2%;
  height: 0;
  background: #c0e235;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.5s ease;
}
.btn-hover-effect:hover:before {
  height: 100%;
}
.btn-hover-effect:hover:after {
  height: 100%;
}
.btn-hover-bubble {
  --c: #f9b217;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-hover-bubble span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--red-4);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.btn-hover-bubble:hover span {
  transform: translateY(0) scale(2);
}
.btn-hover-bubble span:nth-child(1) {
  --n: 1;
}
.btn-hover-bubble span:nth-child(2) {
  --n: 2;
}
.btn-hover-bubble span:nth-child(3) {
  --n: 3;
}
.btn-hover-bubble span:nth-child(4) {
  --n: 4;
}

@media only screen and (max-width: 767px) {
  .about__title-4 {
    font-size: 30px;
  }
}
.about__content-4 {
  color: var(--gray);
  font-family: var(--font-urbanist);
  font-size: 16px;
  font-weight: 500;
  max-width: 536px;
  padding: 18px 0 30px;
}
.about__title-shape-4 {
  background-image: url(/assets/imgs/shape/course-title-shape.webp);
  background-repeat: no-repeat;
  font-family: var(--font-dm);
  color: var(--primary);
  background-position-x: 0px;
  background-position-y: 76px;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .about__title-shape-4 {
    background-position-y: 33px;
  }
}
.about__shapeFour-1 {
  position: absolute;
  top: 129px;
  left: 84px;
}
@media only screen and (max-width: 1199px) {
  .about__shapeFour-1 {
    top: -15px;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about__shapeFour-1 {
    display: none;
  }
}
.about__shapeFour-2 {
  position: absolute;
  right: -129px;
  bottom: 16px;
}
@media only screen and (max-width: 1599px) {
  .about__shapeFour-2 {
    right: 0;
    bottom: -86px;
  }
}
@media only screen and (max-width: 991px) {
  .about__shapeFour-2 {
    display: none;
  }
}
.price__area {
  padding: 80px 0 110px;
}
@media only screen and (max-width: 991px) {
  .price__area {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .price__area {
    padding: 50px 0;
  }
}
.price__btn {
  font-size: 14px;
  color: var(--black);
  border: 2px solid var(--gray-4);
  text-transform: uppercase;
  padding: 15px 40px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-family: Roboto Condensed;
  transition: all 0.5s;
  display: block;
}
.price__list {
  padding-top: 25px;
}
.price__list li {
  font-size: 14px;
  color: var(--gray);
  border-bottom: 1px solid var(--gray-4);
  position: relative;
  padding: 12px 0 12px 20px;
}
.price__list li:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  width: 100%;
  height: 100%;
  color: var(--primary);
}
.price__list li:last-child {
  border-bottom: transparent;
}
.price__title {
  padding-bottom: 65px;
}
.price__item {
  border-top: 20px solid var(--gray-3);
  border-right: 20px solid var(--gray-3);
  padding: 60px 40px 60px 20px;
  margin-left: 30px;
  transition: all 0.5s;
  position: relative;
}
.price__item:after {
  position: absolute;
  bottom: -20px;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
}
.price__item:hover {
  border-top: 20px solid var(--primary);
  border-right: 20px solid var(--primary);
}
.price__item:hover:after {
  opacity: 1;
}
.price__item:hover .price__btn {
  color: var(--white);
  background-color: var(--primary);
  border: 2px solid transparent;
}
.price__item h3 {
  font-size: 18px;
  font-family: Roboto Condensed;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--primary);
  color: transparent;
}
.price__item h4 {
  font-size: 72px;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 0;
}
.price__item h4 span {
  font-size: 14px;
  color: var(--gray);
  font-weight: 400;
  text-transform: capitalize;
}
.client__area {
  background-color: var(--white);
  padding-top: 60px;
}
.client__area .swiper-wrapper {
  transition-timing-function: linear;
}
.client__wrapper {
  max-width: 1450px;
  margin: 0 auto;
}
.client__title {
  color: var(--black-2);
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .client__title {
    font-size: 20px;
  }
}
.client-slider {
  margin: 0 65px;
}
@media only screen and (max-width: 1199px) {
  .client-slider {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .client-slider {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .client-slider {
    margin: 0;
  }
}
.client__inner {
  border-radius: 20px;
  border: 1px solid var(--white-5);
  background-color: var(--white);
  padding: 39px 0;
  position: relative;
  z-index: 99;
}
.features__area {
  background-image: url(/assets/imgs/bg/features-lineshape.webp);
  background-color: var(--white-3);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 160px;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .features__area {
    padding-top: 100px;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .features__area {
    padding-top: 100px;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .features__area .section-title {
    font-size: 28px;
    line-height: 32px;
  }
  .features__area .section-title div {
    display: inline !important;
  }
}
.features__wrapper {
  text-align: center;
  position: relative;
}
.features__content {
  font-size: 16px;
  font-weight: 500;
  max-width: 660px;
  margin: 0 auto;
  padding: 25px 0 50px;
}
@media only screen and (max-width: 991px) {
  .features__content {
    max-width: 595px;
  }
}
@media only screen and (max-width: 767px) {
  .features__content {
    padding: 12px 0 20px;
  }
}
.features__title-wrap em {
  font-family: var(--font-dm);
  font-weight: 400;
}
.features__img-wrap {
  position: relative;
}
.features__video-wrap {
  -webkit-mask-image: url(/assets/imgs/shape/features-shape.webp);
  mask-image: url(/assets/imgs/shape/features-shape.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.features__video {
  width: 100%;
}
.features__title-wrap {
  max-width: 645px;
  margin: 0 auto;
}
.features__shape1 {
  position: absolute;
  top: -62%;
  left: -99px;
}
@media only screen and (max-width: 1599px) {
  .features__shape1 {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .features__shape1 {
    top: -15%;
    left: 0;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .features__shape1 {
    display: none;
  }
}
.features__shape2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .features__shape2 {
    display: none;
  }
}
.features__shape2 {
  position: absolute;
  top: -40px;
  right: 74px;
  width: 280px;
}
@media only screen and (max-width: 991px) {
  .features__shape2 {
    top: -40px;
    right: 0;
    width: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .features__shape2 {
    display: none;
  }
}
.features__shape3 {
  position: absolute;
  left: -23px;
  bottom: 82px;
  width: 272px;
}
@media only screen and (max-width: 767px) {
  .features__shape3 {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .features__shape3 {
    left: 0;
    bottom: -36px;
  }
}
@media only screen and (max-width: 991px) {
  .features__shape3 {
    display: none;
  }
}
.features__shape4 {
  position: absolute;
  right: -61px;
  bottom: 83px;
}
@media only screen and (max-width: 1599px) {
  .features__shape4 {
    right: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .features__shape4 {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .features__shape4 {
    display: none;
  }
}
.team__area {
  background-color: var(--black-5);
  padding-bottom: 170px;
  background-image: url(/assets/imgs/bg/team-bg-shape.webp);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .team__area {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team__area {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.team__item {
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
  transition: all 0.8s;
}
@media only screen and (max-width: 767px) {
  .team__item {
    width: 308px;
    margin: 0 auto;
  }
}
.team__item .team__social {
  transition: all 0.6s;
}
.team__item:hover .team__social {
  opacity: 1;
  visibility: visible;
}
.team__name {
  color: var(--black-5);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 4px;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .team__name {
    padding-top: 15px;
  }
}
.team__designation {
  color: var(--gray-2);
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}
.team__share-icon {
  background-color: var(--white);
  width: 35px;
  height: 35px;
  filter: drop-shadow(0px 5px 15px rgba(31, 31, 31, 0.07));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: absolute;
  right: 40px;
  bottom: 55px;
  transition: all 0.8s;
}
@media only screen and (max-width: 991px) {
  .team__share-icon {
    bottom: 70px;
  }
}
.team__social {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 125px;
  background-color: var(--white);
  border-radius: 100px;
  filter: drop-shadow(0px 5px 15px rgba(31, 31, 31, 0.07));
  text-align: center;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team__social-icon {
  width: 14px;
  transition: var(--transition);
}
.team__social-icon:hover {
  filter: invert(59%) sepia(37%) saturate(5607%) hue-rotate(341deg)
    brightness(101%) contrast(102%);
}
.team__img {
  -webkit-mask-image: url(/assets/imgs/shape/team-sahpe.webp);
  mask-image: url(/assets/imgs/shape/team-sahpe.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: var(--linear-green);
  text-align: center;
  padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .team__img {
    -webkit-mask-size: auto;
    mask-size: auto;
  }
}
@media only screen and (max-width: 991px) {
  .team__img {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 0 0 40px 40px;
  }
}
.team__btm-btn {
  margin-top: 38px;
}
.team__top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .team__top-wrap {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding-bottom: 40px;
  }
}
.team__top-wrap .btn-veiwMore {
  margin-top: 10px;
}
.team__top-wrap .section-title {
  color: var(--white);
  max-width: 420px;
}
@media only screen and (max-width: 767px) {
  .team__top-wrap .section-title {
    margin: 0 auto;
    text-align: center;
  }
}
.team__top-wrap .section-title span {
  color: var(--yellow);
}
.team__item:hover .team__social {
  opacity: 1;
  visibility: visible;
  bottom: 54px;
}
.team__area-2 {
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .team__area-2 {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team__area-2 {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.team__area-2 .section-title {
  color: var(--black-2);
  max-width: 400px;
}
.team__area-2 .section-title span {
  color: var(--primary);
}
.team__item-2 {
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
  transition: all 0.8s;
  box-shadow: 20px 20px 70px #2a191112;
}
@media only screen and (max-width: 767px) {
  .team__item-2 {
    width: 308px;
    margin: 0 auto;
  }
}
.team__item-2:hover {
  box-shadow: 20px 20px 70px #2a191121;
}
.team__name-2 {
  color: var(--black-5);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 4px;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .team__name-2 {
    padding-top: 15px;
  }
}
.team__designation-2 {
  color: var(--gray-2);
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}
.team__share-icon-2 {
  background-color: var(--white);
  width: 35px;
  height: 35px;
  filter: drop-shadow(0px 5px 15px rgba(31, 31, 31, 0.07));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: absolute;
  right: 40px;
  bottom: 55px;
  transition: all 0.8s;
}
@media only screen and (max-width: 991px) {
  .team__share-icon-2 {
    bottom: 70px;
  }
}
.team__social-2 {
  position: absolute;
  bottom: 54px;
  right: 40px;
  width: 40px;
  height: 125px;
  background-color: var(--white);
  border-radius: 100px;
  filter: drop-shadow(0px 5px 15px rgba(31, 31, 31, 0.07));
  text-align: center;
  opacity: 0;
  visibility: hidden;
  display: flex;
  gap: 0px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.team__social-icon-2 {
  width: 14px;
  transition: var(--transition);
}
.team__social-icon-2:hover {
  filter: invert(59%) sepia(37%) saturate(5607%) hue-rotate(341deg)
    brightness(101%) contrast(102%);
}
.team__img-2 {
  -webkit-mask-image: url(/assets/imgs/shape/team-sahpe.webp);
  mask-image: url(/assets/imgs/shape/team-sahpe.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: var(--linear-green);
  text-align: center;
  padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .team__img-2 {
    -webkit-mask-size: auto;
    mask-size: auto;
  }
}
@media only screen and (max-width: 991px) {
  .team__img-2 {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 0 0 40px 40px;
  }
}
.team__btm-btn-2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .team__btm-btn-2 {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.team__top-wrap-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .team__top-wrap-2 {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding-bottom: 20px;
  }
}
.team__top-wrap-2 .btn-veiwMore {
  margin-top: 10px;
}
.team__item-2:hover .team__social-2 {
  opacity: 1;
  visibility: visible;
}
.testimonial__area {
  background-color: var(--green);
  border-radius: 20px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .testimonial__area {
    margin-left: 0;
    margin-right: 0;
  }
}
.testimonial__area .swiper-slide-prev {
  opacity: 0.6;
  position: relative;
}
.testimonial__area .swiper-slide-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9;
  opacity: 0.8;
  transition: var(--transition);
  background: linear-gradient(-90deg, #1a5300, #1a530000);
}
.testimonial__area .swiper-slide-next {
  position: relative;
  opacity: 0.6;
}
.testimonial__area .swiper-slide-next:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9;
  transition: var(--transition);
  opacity: 0.8;
  background: linear-gradient(90deg, #1a5300, #1a530000);
}
.testimonial__area .swiper-slide-active {
  box-shadow: #ff6b2c 0 5px;
  transition: 2s;
}
.testimonial__area .swiper-slide-active:before {
  opacity: 0;
}
.testimonial__wrapper {
  position: relative;
  z-index: 999;
}
.testimonial__title-wrap {
  padding-bottom: 40px;
}
.testimonial__title-wrap .section-title {
  max-width: 420px;
  margin: 0 auto;
  color: var(--white);
}
.testimonial__title-wrap .section-title span {
  color: #ffe144;
}
@media only screen and (max-width: 767px) {
  .testimonial__title-wrap .section-title {
    max-width: 360px;
  }
}
.testimonial__client-img img {
  border-radius: 50%;
  max-width: 65px;
}
.testimonial__client-info {
  display: flex;
  align-items: center;
  gap: 13px;
}
.testimonial__client-name {
  color: var(--black-2);
  font-size: 25px;
  font-weight: 700;
}
.testimonial__designation {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .testimonial__wrapper {
    padding: 0 15px;
  }
}
.testimonial__slide {
  border-radius: 30px;
  background-color: var(--white);
  padding: 50px;
  transition: 2s;
}
@media only screen and (max-width: 767px) {
  .testimonial__slide {
    width: 100% !important;
    padding: 20px;
  }
}
.testimonial__icon-btm {
  position: absolute;
  right: 50px;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .testimonial__icon-btm {
    width: 20%;
    right: 0;
  }
}
.testimonial__content {
  color: var(--black-2);
  font-family: var(--font-dm);
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .testimonial__content {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__content {
    font-size: 22px;
  }
}
.testimonial__btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 40px;
  position: relative;
  z-index: 99;
}
.testimonial__btn {
  width: 90px;
  height: 90px;
  border: 1px solid var(--gray-2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
@media only screen and (max-width: 991px) {
  .testimonial__btn {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__btn {
    width: 65px;
    height: 65px;
  }
}
.testimonial__btn:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.testimonial__btn:hover .testimonial__Navicon {
  filter: brightness(5);
}
@media only screen and (max-width: 991px) {
  .testimonial__Navicon {
    width: 30px;
  }
}
.testimonial__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
  z-index: 99;
  opacity: 0.8;
}
.testimonial__shape-2 {
  position: absolute;
  top: 47px;
  right: 0;
  z-index: 99;
  mix-blend-mode: luminosity;
}
.testimonial__shape-3 {
  position: absolute;
  bottom: 35px;
  right: 0;
  z-index: 99;
  mix-blend-mode: overlay;
  opacity: 0.7;
}
.testimonial__shape-4 {
  position: absolute;
  bottom: 16.7%;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .testimonial__shape-4 {
    display: none;
  }
}
.course__area {
  background-color: var(--white);
  overflow: hidden;
}
.course__area .active {
  background-color: var(--primary);
  color: var(--white);
}
.course__area .course-title-5 {
  color: var(--black-2);
  font-family: var(--font-urbanist);
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .course__area .course-title-5 {
    font-size: 32px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.course__area .course__sliderActive .course__item {
  box-shadow: 0 -19px 63px #35180c1a;
}
.course__wrapper {
  margin-bottom: 10px;
}
.course__thumb-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.course__thumb-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #1f1f1fcc, #1f1f1fcc);
  mix-blend-mode: overlay;
  z-index: 9;
}
.course__thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  transform: scale(1.01);
  transition: 0.7s;
}
.course__top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .course__top-wrap {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .course__top-wrap {
    flex-wrap: wrap;
    gap: 23px;
    justify-content: center;
  }
}
.course__top-wrap .section-title {
  max-width: 450px;
}
.course__top-wrap .section-title span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .course__top-wrap .section-title {
    font-size: 36px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .course__top-wrap .section-title {
    font-size: 32px;
    text-align: center;
  }
  .course__top-wrap .section-title span {
    display: inline-block;
  }
}
.course__tab-wrap {
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .course__tab-wrap {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .course__icon-btm {
    right: 0;
    bottom: 0;
    width: 10%;
  }
}
.course__btn {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 15px;
  background-color: var(--white-2);
  transition: var(--transition);
}
.course__btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .course__btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .course__btn {
    padding: 12px 10px;
  }
}
.course__wishlist {
  width: 34px;
  height: 34px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff3;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  z-index: 9;
  transition: var(--transition);
  cursor: pointer;
}
.course__wishlist:hover {
  background-color: var(--primary);
}
.course__item {
  background-color: var(--white);
  border-radius: 30px;
  padding-bottom: 30px;
  position: relative;
  box-shadow: 0 45px 60px #35180c1a;
  margin-bottom: 30px;
  display: inline-block;
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .course__item {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
  }
}
.course__item .btn-enroll {
  margin-left: 30px;
  display: inline-block;
  box-shadow: none;
}
.course__item .btn-enroll:hover .btn-enroll {
  background-color: var(--primary);
  color: var(--white);
}
.course__item .btn-enroll:hover .btn-enroll-icon {
  filter: brightness(0) invert(1);
}
.course__item:hover .course__wishlist {
  background-color: var(--primary);
}
.course__meta {
  padding: 11px 0 4px 30px;
}
.course__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gray);
  font-size: 14px;
  font-weight: 600;
}
.course__meta-item i {
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .course__meta-item {
    font-size: 13px;
  }
}
.course__instructor {
  border-bottom: 1px solid #efefef;
  margin-left: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.course__instructor img {
  border-radius: 50%;
  max-width: 22px;
}
.course__instructor-name {
  color: var(--gray);
  font-size: 14px;
  font-weight: 600;
}
.course__price-wrap {
  position: absolute;
  bottom: 252px;
  right: 41px;
  border-radius: 100px;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .course__price-wrap {
    bottom: 225px;
  }
}
@media only screen and (max-width: 991px) {
  .course__price-wrap {
    bottom: 211px;
  }
}
@media only screen and (max-width: 767px) {
  .course__price-wrap {
    bottom: 213px;
  }
}
.course__price-wrap:before {
  position: absolute;
  right: -19px;
  bottom: -8px;
  background-image: url(/assets/imgs/shape/course-price-shape.webp);
  background-repeat: no-repeat;
  width: 84px;
  height: 100%;
  content: "";
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .course__price-wrap:before {
    bottom: -13px;
  }
}
@media only screen and (max-width: 991px) {
  .course__price-wrap:before {
    bottom: 7px;
  }
}
.course__price {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  font-family: var(--font-epilogue);
  border-radius: 100px;
  transform: translate(5px, 15px);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .course__price {
    transform: translate(5px, 20px);
  }
}
@media only screen and (max-width: 991px) {
  .course__price {
    transform: translate(5px, 1px);
  }
}
.course__title {
  color: var(--black-2);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 45px 23px 30px;
}
.course__title a {
  color: var(--black-2);
}
.course__title a:hover {
  color: var(--primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .course__title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1199px) {
  .course__title {
    font-size: 17px;
  }
}
.course__btm {
  text-align: center;
}
.course__item:hover .course__thumb {
  transform: scale(1.15);
}
@media only screen and (max-width: 767px) {
  .coursegrid__area .pagination {
    justify-content: center;
  }
}
.coursegrid__area .checkbox-icon {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-image: url(/assets/imgs/icon/checkbox-round-icon.svg);
  background-repeat: no-repeat;
  transform: translate(0);
}
.coursegrid__area .checkbox-icon:checked {
  background-image: url(/assets/imgs/icon/checkbox-round-red.svg);
  background-repeat: no-repeat;
  transform: translate(0);
}
.coursegrid__area .checkbox-round {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 1px solid var(--gray);
  cursor: pointer;
  position: relative;
}
.coursegrid__area .checkbox-round:checked:before {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 8px;
  height: 8px;
  background-color: #002b4e;
  content: "";
  border-radius: 100px;
}
.coursegrid__wrapper {
  display: grid;
  grid-template-columns: 420px auto;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .coursegrid__wrapper {
    grid-template-columns: 320px auto;
  }
}
@media only screen and (max-width: 767px) {
  .coursegrid__wrapper {
    grid-template-columns: 1fr;
  }
}
.coursegrid__left {
  background-color: #f6f6f6;
  border-radius: 30px;
  padding: 20px;
  height: fit-content;
}
.coursegrid__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.coursegrid__right .course__item {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .coursegrid__right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.filter-item {
  background-color: var(--white);
  border-radius: 15px;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.filter-item:last-child {
  margin-bottom: 0;
}
.filter-title {
  font-size: 20px;
  color: var(--black-2);
  font-weight: 700;
  padding-bottom: 13px;
  display: inline-block;
}
.filter-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
  transform: translate(6px, -2px);
}
.filter-count {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
}
.filter-review {
  display: flex;
  align-items: center;
  gap: 10px;
}
.courseDetails__area {
  position: relative;
}
.courseDetails__area .accordion_title {
  border-radius: 10px;
  background-color: #f8f8f8;
  color: var(--gray);
  cursor: pointer;
  padding: 21px 25px 21px 50px;
  width: 100%;
  border: none;
  outline: none;
  font-family: var(--font-urbanist);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.courseDetails__area .active,
.courseDetails__area .accordion_title:hover {
  background-color: var(--white-5);
}
.courseDetails__area .accordion_durations {
  color: var(--black-2);
  font-family: var(--font-urbanist);
  font-size: 16px;
  font-weight: 500;
}
.courseDetails__area .course-lock {
  background-image: url(/assets/imgs/icon/lock.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 25px;
  background-position-y: 50%;
  pointer-events: none;
}
.courseDetails__area .course-open {
  background-image: url(/assets/imgs/icon/play.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 25px;
  background-position-y: 50%;
}
.courseDetails__area .course_video {
  width: 100%;
  border-radius: 15px;
  margin: 10px 0;
}
.courseDetails__area .btn-share {
  border-radius: 30px;
  background-color: var(--primary);
  display: inline-flex;
  padding: 7px 13px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 9;
}
.courseDetails__area .price-show-tab {
  display: none;
}
@media only screen and (max-width: 991px) {
  .courseDetails__area .price-show-tab {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .courseDetails__area .md-none {
    display: none;
  }
}
.courseDetails__inner {
  display: grid;
  grid-template-columns: auto 418px;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .courseDetails__inner {
    grid-template-columns: auto 345px;
  }
}
@media only screen and (max-width: 1199px) {
  .courseDetails__inner {
    grid-template-columns: 620px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .courseDetails__inner {
    grid-template-columns: 1fr;
  }
}
.courseDetails__final-title {
  color: var(--black-2);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 15px 0 10px;
}
.courseDetails__title {
  color: var(--black-2);
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .courseDetails__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .courseDetails__title {
    font-size: 28px;
  }
}
.courseDetails__meta-list {
  padding-bottom: 20px;
}
.courseDetails__video-thumb {
  width: 100%;
}
.courseDetails__video-wrap {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.courseDetails__video-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.4;
  background-color: var(--black-5);
  mix-blend-mode: hard-light;
}
.courseDetails__video-icon {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(133deg, #ffffff45 12.14%, #ffffff17 86.99%);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  position: absolute;
  top: 40%;
  left: 44%;
}
@media only screen and (max-width: 767px) {
  .courseDetails__video-icon {
    width: 70px;
    height: 70px;
    top: 32%;
    left: 41%;
  }
}
.courseDetails__tab-wrap {
  border-radius: 10px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin: 20px 0 22px;
}
@media only screen and (max-width: 767px) {
  .courseDetails__tab-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.courseDetails__tab-list {
  color: var(--gray);
  font-size: 18px;
  font-weight: 600;
  padding: 24px 0 23px;
  display: inline-block;
  position: relative;
}
.courseDetails__tab-list:hover {
  color: var(--primary);
}
.courseDetails__tab-list:before {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--primary);
  content: "";
  transition: var(--transition);
}
.courseDetails__tab-list:hover:before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .courseDetails__tab-list {
    font-size: 16px;
    padding: 2px 0 7px;
  }
}
.courseDetails__meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.courseDetails__overview-title {
  color: var(--black-2);
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .courseDetails__overview-title {
    font-size: 20px;
  }
}
.courseDetails__overview-content {
  color: var(--gray);
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .courseDetails__overview-content {
    font-size: 16px;
  }
}
.courseDetails__overview-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .courseDetails__overview-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.courseDetails__overview-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .courseDetails__overview-item {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .courseDetails__overview-item {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.courseDetails__curriculum-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 58px;
  padding: 5px 0 25px;
}
@media only screen and (max-width: 1199px) {
  .courseDetails__curriculum-list {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .courseDetails__curriculum-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.courseDetails__curriculum-listItem {
  display: grid;
  grid-template-columns: 91px auto;
  align-items: center;
  gap: 20px;
}
.courseDetails__curriculum-icon {
  width: 91px;
  height: 91px;
  background-color: #fff6f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.courseDetails__curriculum-text {
  color: var(--black-2);
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .courseDetails__curriculum-text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .courseDetails__curriculum-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .courseDetails__curriculum-text {
    font-size: 16px;
  }
}
.courseDetails__faq-title {
  color: var(--black-2);
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .courseDetails__instractor-meta {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.courseDetails__instractor-wrap {
  margin: 25px 0 30px;
  border-radius: 20px;
  padding: 30px 30px 25px;
  opacity: 0.9;
  background-color: #fbfbfb;
}
.courseDetails__instractor-left {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ffe144, #07b14b);
}
.courseDetails__instractor-inner {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .courseDetails__instractor-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.courseDetails__instractor-name {
  color: var(--black-2);
  font-size: 30px;
  font-weight: 700;
}
.courseDetails__instractor-designation {
  color: var(--gray-2);
  font-size: 16px;
  font-weight: 500;
  padding: 3px 0;
}
.courseDetails__instractor-content {
  color: var(--gray);
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px;
}
.courseDetails__instractor-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
}
.courseDetails__instractor-item span {
  color: var(--black-2);
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .courseDetails__instractor-item {
    font-size: 13px;
  }
}
.courseDetails__review-wrap {
  padding: 15px;
  border-radius: 20px;
  background-color: #fbfbfb;
}
.courseDetails__rating-inner {
  display: grid;
  grid-template-columns: 130px auto;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .courseDetails__rating-inner {
    grid-template-columns: 1fr;
  }
}
.courseDetails__rating-left {
  padding: 30px 28px;
  border-radius: 10px;
  background-color: var(--white);
}
.courseDetails__rating-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
}
.courseDetails__rating-item:nth-child(1) .courseDetails__rating-progress {
  background-color: #e49f19;
}
.courseDetails__rating-title {
  color: var(--black-2);
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: -3px;
  display: inline-block;
}
.courseDetails__rating-count {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
}
.courseDetails__rating-right {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--white);
}
.courseDetails__rating-purchent {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
}
.courseDetails__rating-progress {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 30px;
  background-color: #fce6bd;
}
.courseDetails__rating-progress:nth-child(1) {
  background-color: #e49f19;
}
.courseDetails__comment-title {
  color: var(--black-2);
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 12px;
}
.courseDetails__comment-item {
  display: grid;
  grid-template-columns: 72px auto;
  gap: 15px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.5647058824);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .courseDetails__comment-item {
    grid-template-columns: 1fr;
  }
}
.courseDetails__comment-date {
  color: var(--gray);
  font-size: 14px;
  font-weight: 600;
}
.courseDetails__comment-name {
  color: var(--black-2);
  font-size: 20px;
  font-weight: 700;
}
.courseDetails__comment-text {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  padding-top: 8px;
}
.courseDetails__form {
  border-radius: 20px;
  padding: 25px 30px 35px;
  background-color: #f9f9f9;
}
.courseDetails__addreview {
  color: var(--black-2);
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 4px;
}
.courseDetails__like-title {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  padding: 3px 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.courseDetails__price-wrap {
  border-radius: 30px;
  background-color: var(--white);
  padding: 40px;
  box-shadow: 5px 5px 40px #1f1f1f0d;
  position: sticky;
  top: 40px;
}
@media only screen and (max-width: 1199px) {
  .courseDetails__price-wrap {
    width: 345px;
  }
}
@media only screen and (max-width: 991px) {
  .courseDetails__price-wrap {
    width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .courseDetails__price-wrap {
    width: 330px;
  }
}
.courseDetails__price-list {
  padding-top: 21px;
}
@media only screen and (max-width: 991px) {
  .courseDetails__price-list {
    padding-top: 0;
    border-left: 1px solid rgba(226, 226, 226, 0.5019607843);
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .courseDetails__price-list {
    padding-top: 0;
    border-left: 1px solid transparent;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .courseDetails__price-inner {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.courseDetails__price {
  color: #1a5300;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 0;
  display: inline-block;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .courseDetails__price {
    font-size: 50px;
  }
}
.courseDetails__discount {
  color: var(--gray);
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}
.courseDetails__discount span {
  color: var(--primary);
  text-decoration-line: line-through;
}
.courseDetails__price-item {
  display: grid;
  grid-template-columns: 115px auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 13px;
}
.courseDetails__price-item:last-child {
  padding-bottom: 0;
}
.courseDetails__info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black-2);
  font-size: 18px;
  font-weight: 500;
}
.courseDetails__duration {
  color: var(--gray);
  font-size: 18px;
  font-weight: 400;
}
.counter__area {
  margin-top: -110px;
}
@media only screen and (max-width: 1199px) {
  .counter__area {
    padding: 80px 0 0;
    margin-top: -180px;
  }
}
@media only screen and (max-width: 991px) {
  .counter__area {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .counter__area {
    padding: 50px 0 0;
  }
}
.counter__wrapper {
  background-image: url(/assets/imgs/shape/counter-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--green-2);
  border-radius: 30px;
  padding: 48px 75px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .counter__wrapper {
    padding: 48px 20px;
    background-image: none;
  }
}
@media only screen and (max-width: 767px) {
  .counter__wrapper {
    flex-wrap: wrap;
    background-image: none;
    padding: 48px 20px;
    gap: 10px;
  }
}
.counter__item {
  text-align: center;
}
.counter__title {
  color: var(--white);
  font-family: var(--font-dm);
  font-size: 70px;
  font-weight: 400;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .counter__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__title {
    font-size: 36px;
  }
}
.counter__text {
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .counter__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__text {
    font-size: 14px;
  }
}
.counter__wrapper-3 {
  background-color: #1a5300;
  border-radius: 50px;
  padding: 80px 65px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .counter__wrapper-3 {
    padding: 50px 55px 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__wrapper-3 {
    padding: 60px 15px;
    border-radius: 10px;
  }
}
.counter__inner-3 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .counter__inner-3 {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.counter__item-3 {
  text-align: center;
}
.counter__title-3 {
  color: var(--white);
  font-family: var(--font-dm);
  font-size: 70px;
  font-weight: 400;
  padding-bottom: 0;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .counter__title-3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__title-3 {
    font-size: 35px;
  }
}
.counter__text-3 {
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 400;
  padding-left: 17px;
}
@media only screen and (max-width: 991px) {
  .counter__text-3 {
    font-size: 15px;
  }
}
.counter__shapeThree-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .counter__shapeThree-1 {
    display: none;
  }
}
.counter__shapeThree-2 {
  position: absolute;
  top: 0;
  left: 45%;
  mix-blend-mode: luminosity;
}
@media only screen and (max-width: 991px) {
  .counter__shapeThree-2 {
    display: none;
  }
}
.counter__shapeThree-3 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: soft-light;
  width: 9%;
}
@media only screen and (max-width: 991px) {
  .counter__shapeThree-3 {
    display: none;
  }
}
.counter__shapeThree-4 {
  position: absolute;
  bottom: 0;
  left: 41%;
}
@media only screen and (max-width: 991px) {
  .counter__shapeThree-4 {
    display: none;
  }
}
.counter__shapeThree-5 {
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .counter__shapeThree-5 {
    width: 10%;
  }
}
@media only screen and (max-width: 991px) {
  .counter__shapeThree-5 {
    display: none;
  }
}
.cta__area {
  margin-bottom: -237px;
}
.cta__wrapper {
  background-color: #136c56;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media only screen and (max-width: 1599px) {
  .cta__wrapper {
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta__wrapper {
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta__wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cta__wrapper {
    border-radius: 0;
  }
}
.cta__title {
  color: var(--white);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .cta__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__title {
    font-size: 36px;
  }
}
.cta__title span {
  color: var(--yellow);
  font-weight: 400;
  font-family: var(--font-dm);
  font-style: italic;
  display: inline-grid;
}
.cta__title span img {
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .cta__title span img {
    display: none;
  }
}
.cta__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
}
@media only screen and (max-width: 991px) {
  .cta__shape-1 {
    width: 10%;
  }
}
.cta__shape-2 {
  position: absolute;
  top: 120px;
  left: 15%;
}
@media only screen and (max-width: 991px) {
  .cta__shape-2 {
    top: 60px;
  }
}
.cta__shape-3 {
  position: absolute;
  bottom: 80px;
  left: 195px;
}
@media only screen and (max-width: 991px) {
  .cta__shape-3 {
    width: 12%;
    bottom: 68px;
    left: 100px;
  }
}
.cta__shape-4 {
  position: absolute;
  bottom: 107px;
  right: 18%;
}
@media only screen and (max-width: 991px) {
  .cta__shape-4 {
    display: none;
  }
}
.cta__shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: soft-light;
}
@media only screen and (max-width: 767px) {
  .cta__shape-5 {
    width: 20%;
  }
}
.cta__shape-6 {
  position: absolute;
  top: 0;
  right: 20px;
  mix-blend-mode: luminosity;
}
@media only screen and (max-width: 767px) {
  .cta__shape-6 {
    width: 25%;
  }
}
.contact__area label {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 2px;
}
.contact__area .checkbox {
  width: 16px;
  height: 16px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #999999;
  margin-right: 5px;
  transform: translateY(2px);
}
@media only screen and (max-width: 767px) {
  .contact__area .checkbox {
    transform: translateY(7px);
  }
}
.contact__area .checkbox:checked {
  background-color: #999;
}
.contact__form-wrap {
  border-radius: 40px;
  background: linear-gradient(180deg, #f3f3f3, #f3f3f347);
  padding: 70px 90px 80px;
}
@media only screen and (max-width: 991px) {
  .contact__form-wrap {
    padding: 20px;
  }
}
.contact__title {
  color: var(--black-2);
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .contact__title {
    font-size: 30px;
    padding-top: 20px;
  }
}
.contact__form-blockWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .contact__form-blockWrap {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact__form-blockWrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact__form-block:nth-child(1) input {
  background-image: url(/assets/imgs/icon/user-dark.svg);
  background-repeat: no-repeat;
  background-position-x: 18px;
  background-position-y: 50%;
}
.contact__form-block:nth-child(2) input {
  background-image: url(/assets/imgs/icon/mail-dark.svg);
  background-repeat: no-repeat;
  background-position-x: 18px;
  background-position-y: 50%;
}
.contact__form-block:nth-child(3) input {
  background-image: url(/assets/imgs/icon/phone-dark.svg);
  background-repeat: no-repeat;
  background-position-x: 18px;
  background-position-y: 50%;
}
.contact__checkbox-wrap {
  padding: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .contact__checkbox-wrap {
    padding: 10px 0 20px;
    display: grid;
    grid-template-columns: 16px auto;
    gap: 10px;
  }
}
.contact__input {
  border-radius: 12px;
  background-color: var(--white);
  padding: 15px 20px 15px 42px;
  width: 100%;
  border: 0;
  outline: 0;
  border: 1px solid #eeeeee;
}
.contact__input::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.contact__textarea {
  border-radius: 12px;
  width: 100%;
  background-color: var(--white);
  padding: 15px 20px 15px 24px;
  border: 0;
  outline: 0;
  border: 1px solid #eeeeee;
  min-height: 180px;
}
.contact__textarea::placeholder {
  color: var(--gray-2);
  font-size: 14px;
  font-weight: 400;
}
.contact__socail-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 130px;
  gap: 80px;
}
@media only screen and (max-width: 991px) {
  .contact__socail-wrap {
    gap: 10px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact__socail-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact__social-item {
  display: grid;
  align-items: center;
  grid-template-columns: 90px auto;
  gap: 20px;
}
.contact__social-item:nth-child(2) {
  position: relative;
}
.contact__social-item:nth-child(2):before {
  position: absolute;
  top: 13px;
  left: -100px;
  width: 1.5px;
  height: 60px;
  content: "";
  background-color: #eee;
}
@media only screen and (max-width: 1199px) {
  .contact__social-item:nth-child(2):before {
    width: 0px;
  }
}
.contact__social-item:nth-child(2):after {
  position: absolute;
  top: 13px;
  right: 0;
  width: 1.5px;
  height: 60px;
  content: "";
  background-color: #eee;
}
@media only screen and (max-width: 1199px) {
  .contact__social-item:nth-child(2):after {
    width: 0px;
  }
}
.contact__social-item .contact__socail-icon {
  transition: var(--transition);
}
.contact__social-item:hover .contact__socail-icon {
  transform: rotate(45deg);
}
.contact__social-iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background-color: #fff6f2;
}
.contact__social-title {
  color: var(--black-2);
  font-size: 16px;
  font-weight: 700;
}
.contact__social-subtitle {
  color: var(--black-2);
  font-family: var(--font-dm);
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  transition: var(--transition);
}
.contact__social-subtitle:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .contact__social-subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .contact__social-subtitle {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact__social-subtitle {
    font-size: 20px;
  }
}
.post__area .btn-readmore {
  margin-left: 30px;
  padding: 15px 30px 16px;
}
.post__area .btn-readmore:hover {
  color: var(--white);
  background-color: var(--primary);
}
.post__area .btn-readmore:hover .btn-arrow-icon {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767px) {
  .post__area .pagination {
    justify-content: center;
  }
}
.post__item {
  border-radius: 30px;
  background-color: var(--white);
  box-shadow: #35180c0f 0 40px 60px;
  padding-bottom: 30px;
  overflow: hidden;
  margin-bottom: 50px;
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .post__item {
    width: 340px;
    margin: 0 auto 20px;
  }
}
.post__item:hover {
  box-shadow: #35180c1a 0 40px 60px;
}
.post__thumb {
  -webkit-mask-image: url(/assets/imgs/shape/blog-details-mask.webp);
  mask-image: url(/assets/imgs/shape/blog-details-mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
@media only screen and (max-width: 767px) {
  .post__thumb {
    -webkit-mask-image: none;
    mask-image: none;
    width: 100%;
  }
}
.post__meta {
  margin-top: -26px;
  padding-left: 30px;
  position: relative;
  z-index: 9;
}
.post__meta-list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
.post__meta-list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
}
.post__meta-list a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .post__meta {
    margin-top: 20px;
  }
}
.post__title {
  color: var(--black-2);
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  padding: 25px 30px 20px;
}
@media only screen and (max-width: 1199px) {
  .post__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .post__title {
    font-size: 40px;
    padding: 10px 0 35px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .post__title {
    font-size: 30px;
    padding: 10px 0 35px 20px;
  }
}
.post__right {
  background-color: var(--white);
  border-radius: 30px;
  box-shadow: 20px 20px 60px #1f1f1f0d;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .post__right {
    width: 340px;
    margin: 0 auto;
  }
}
.post__blcok-item {
  margin-bottom: 22px;
}
.post__blcok-item:last-child {
  margin-bottom: 0;
}
.post__sidebar-title {
  color: var(--black-2);
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 18px;
}
.post__latstPost-item {
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.post__latstPost-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.post__latstPost-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0;
}
.post__latstPost-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  transition: var(--transition);
}
.post__latstPost-title:hover {
  color: var(--primary);
}
.post__categories-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 8px;
  margin-bottom: 10px;
  background-image: url(/assets/imgs/icon/angel-right.webp);
  background-repeat: no-repeat;
  background-position-y: 7px;
  padding-left: 12px;
}
.post__categories-item:last-child {
  border-bottom: 1px dashed transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post__categories-link {
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
  transition: var(--transition);
}
.post__categories-link:hover {
  color: var(--primary);
}
.post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.post__tag-link {
  display: inline-block;
  border-radius: 40px;
  padding: 7px 19px 8px;
  border: 1px solid #e6e6e6;
  color: var(--gray);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  transition: var(--transition);
}
.post__tag-link:hover {
  color: var(--white);
  background-color: var(--primary);
}
.postDetails__area .btn-readmore {
  margin-left: 20px;
  padding: 19px 30px 20px;
}
@media only screen and (max-width: 767px) {
  .postDetails__area .btn-readmore {
    padding: 15px 30px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .postDetails__area .pagination {
    justify-content: center;
  }
}
.postDetails__area .comment-reply {
  padding-left: 113px;
}
.postDetails__area .courseDetails__comment-item {
  margin-top: -6px;
}
.postDetails__area .form-title {
  color: var(--black-2);
  font-size: 30px;
  font-weight: 700;
}
.postDetails__area .courseDetails__comment-text {
  padding-bottom: 18px;
}
.postDetails__area .courseDetails__comment-title {
  padding-bottom: 20px;
  font-weight: 700;
}
.postDetails__thumb {
  -webkit-mask-image: url(/assets/imgs/shape/blog-details-mask.webp);
  mask-image: url(/assets/imgs/shape/blog-details-mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .postDetails__thumb {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .postDetails__thumb {
    -webkit-mask-image: none;
    mask-image: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .postDetails__thumb {
    -webkit-mask-image: none;
    mask-image: none;
    width: 100%;
  }
}
.postDetails__meta {
  margin-top: -26px;
  padding-left: 20px;
  position: relative;
  z-index: 9;
}
.postDetails__meta-list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
.postDetails__meta-list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
}
.postDetails__meta-list a:hover {
  color: var(--primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .postDetails__meta {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 1199px) {
  .postDetails__meta {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .postDetails__meta {
    margin-top: 20px;
  }
}
.postDetails__title {
  color: var(--black-2);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 0 18px;
}
@media only screen and (max-width: 1199px) {
  .postDetails__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .postDetails__title {
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .postDetails__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .postDetails__title {
    font-size: 30px;
  }
}
.postDetails__subtitle {
  color: var(--black-2);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .postDetails__subtitle {
    font-size: 24px;
  }
}
.postDetails__content {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .postDetails__gallery {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .postDetails__gallery {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .postDetails__gallery {
    flex-wrap: wrap;
  }
}
.postDetails__gallery img {
  width: 100%;
  border-radius: 20px;
}
.postDetails__left-inner {
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 20px 20px 60px #1f1f1f0d;
}
.postDetails__content-wrap {
  padding: 20px;
}
.postDetails__quote {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff8f5;
  margin: 2px 0 23px;
}
.postDetails__quote-content {
  color: var(--black-2);
  font-family: var(--font-dm);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  padding: 13px 0;
}
@media only screen and (max-width: 767px) {
  .postDetails__quote-content {
    font-size: 22px;
  }
}
.postDetails__quote-name {
  color: var(--gray);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 23px;
}
.postDetails__quote-name:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--gray);
  content: "";
}
.postDetails__tag-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .postDetails__tag-wrap {
    flex-wrap: wrap;
  }
}
.postDetails__tag-title {
  color: var(--black-2);
  font-size: 18px;
  font-weight: 700;
}
.postDetails__share-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.postDetails__share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 30px;
  border: 1px solid #ececec;
  transition: var(--transition);
}
.postDetails__share-link:hover {
  background-color: var(--primary);
}
.postDetails__share-link:hover .share-icon {
  filter: brightness(0) invert(1);
}
.postDetails__author {
  padding: 50px;
  margin: 30px 0;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 20px 20px 60px #1f1f1f0d;
  text-align: center;
}
.postDetails__author-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.postDetails__author-socail-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 1px solid #ececec;
  transition: var(--transition);
}
.postDetails__author-socail-link:hover {
  background-color: var(--primary);
}
.postDetails__author-socail-link:hover .social-icon {
  filter: brightness(0) invert(1);
}
.postDetails__author-name {
  color: var(--black-2);
  font-size: 25px;
  font-weight: 700;
  padding: 10px 0 0;
}
.postDetails__autor-designation {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
}
.postDetails__author-bio {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  padding: 7px 0 18px;
}
.postDetails__comment-wrap {
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 20px 20px 60px #1f1f1f0d;
  padding: 17px 20px 30px;
}
.postDetails__comment-title {
  color: var(--black-2);
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.postDetails__right {
  background-color: var(--white);
  border-radius: 30px;
  box-shadow: 20px 20px 60px #1f1f1f0d;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .postDetails__right {
    width: 340px;
    margin: 0 auto;
  }
}
.postDetails__blcok-item {
  margin-bottom: 22px;
}
.postDetails__blcok-item:last-child {
  margin-bottom: 0;
}
.postDetails__sidebar-title {
  color: var(--black-2);
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 18px;
}
.postDetails__latstPost-item {
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.postDetails__latstPost-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.postDetails__latstPost-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0;
}
.postDetails__latstPost-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  transition: var(--transition);
}
.postDetails__latstPost-title:hover {
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .postDetails__latstPost-title {
    font-size: 20px;
    max-width: 300px;
  }
}
.postDetails__categories-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 8px;
  margin-bottom: 10px;
  background-image: url(/assets/imgs/icon/angel-right.webp);
  background-repeat: no-repeat;
  background-position-y: 7px;
  padding-left: 12px;
}
.postDetails__categories-item:last-child {
  border-bottom: 1px dashed transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
.postDetails__categories-link {
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
  transition: var(--transition);
}
.postDetails__categories-link:hover {
  color: var(--primary);
}
.postDetails__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.postDetails__tag-link {
  display: inline-block;
  border-radius: 40px;
  padding: 7px 19px 8px;
  border: 1px solid #e6e6e6;
  color: var(--gray);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  transition: var(--transition);
}
.postDetails__tag-link:hover {
  color: var(--white);
  background-color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .postDetails__tag-link {
    padding: 7px 15px 8px;
  }
}
.blog__item {
  border-radius: 30px;
  background-color: var(--white);
  box-shadow: #35180c0f 0 40px 60px;
  padding-bottom: 25px;
  overflow: hidden;
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .blog__item {
    width: 350px;
    margin: 0 auto;
  }
}
.blog__item.style-2 .blog__thumb {
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 20px;
}
.blog__item.style-2 .blog__meta {
  margin-top: 20px;
}
.blog__item.style-2 .blog__title {
  padding: 10px 0 18px 20px;
}
.blog__item .btn-readmore {
  margin-left: 20px;
}
.blog__item .btn-readmore:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}
.blog__item .btn-readmore:hover .btn-arrow-icon {
  filter: brightness(0) invert(1);
}
.blog__item:hover {
  box-shadow: #35180c1a 0 40px 60px;
}
.blog__thumb {
  -webkit-mask-image: url(/assets/imgs/shape/blog-shape.webp);
  mask-image: url(/assets/imgs/shape/blog-shape.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.blog__title-wrap {
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .blog__title-wrap {
    padding-bottom: 20px;
  }
}
.blog__meta {
  margin-top: -26px;
  padding-left: 20px;
  position: relative;
  z-index: 9;
}
.blog__meta-list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
.blog__meta-list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
}
.blog__meta-list a:hover {
  color: var(--primary);
}
.blog__title {
  color: var(--black-2);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 0 18px 20px;
}
.blog__title a {
  color: var(--black-2);
}
.blog__title a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .blog__title {
    font-size: 20px;
  }
}
.header__area {
  position: relative;
  z-index: 99;
}
.header__area .has-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0 0 0 20px;
  width: 230px;
  height: auto;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 12px 12px;
  box-shadow: #64646f33 0 7px 29px;
  transition: var(--transition);
  transform: scaleY(0);
  transform-origin: top center;
}
.header__area .has-dropdown .menu-item {
  border-top: 1px solid #f3f3f3;
}
.header__area .has-dropdown .menu-item:first-child {
  border-top: 0;
}
.header__area .has-dropdown .menu-item a {
  padding: 16px 17px 16px 0;
  display: block;
}
.header__area .has-dropdown .has-dropdown {
  left: 100%;
  top: -3px;
  width: 180px;
  border-radius: 12px;
  margin-left: -14px;
}
.header__area .has-megamenu {
  position: inherit !important;
}
.header__area .has-megamenu .has-dropdown {
  left: 0;
  right: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: scaleY(0);
  margin: 0 auto;
}
.header__area .dropdown-icon {
  position: relative;
}
.header__area .dropdown-icon > a {
  margin-right: 12px;
  position: relative;
}
.header__area .dropdown-icon > a:after {
  position: absolute;
  right: -105%;
  width: 100%;
  height: auto;
  content: "";
  font-family: var(--font-phosphor) !important;
}
.header__area .dropdown-icon .dropdown-icon > a:after {
  left: auto;
  right: 10px;
  width: auto;
  content: "";
}
.header__area .menu-item {
  transition: var(--transition);
}
.header__area .menu-item:hover > a {
  color: var(--primary);
}
.header__area .menu-item a {
  color: var(--gray);
  font-weight: 500;
  font-size: 16px;
  transition: var(--transition);
  position: relative;
}
.header__area .menu-item a:hover {
  color: var(--primary);
}
.header__area .main-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__area .ab-wrapper {
  background-color: #f3f3f3;
}
.header__area .header__select-wrap {
  display: inline-flex;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .header__area .header__select-wrap {
    display: none;
  }
}
.header__area .header__select-wrap .header__circel-icon {
  position: relative;
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--gray-8) !important;
  padding: 15px;
  background-color: transparent;
  background-image: url(/assets/imgs/icon/arrow-down-gray.svg);
  background-repeat: no-repeat;
  background-position-x: 91%;
  background-position-y: 50%;
  width: 190px;
  border-radius: 10px;
  background-size: 12px;
  cursor: pointer;
}
.header__area .header__select-wrap .header__circel-icon i {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.header__area .header__select-wrap .header__select {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 240px;
  padding: 0 0 0 22px;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  border-radius: 0 0 15px 15px;
  background: #fff;
  box-shadow: 20px 20px 60px #122f044d;
  overflow: hidden;
  margin-top: 21px;
}
.header__area .header__select-wrap .header__select li {
  position: relative;
}
.header__area .header__select-wrap .header__select li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 105%;
  height: 100%;
  background-color: var(--primary);
  transition: 0.4s;
  border-radius: 10px 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
.header__area .header__select-wrap .header__select li + li {
  border-top: 1px solid #f3f3f3;
}
.header__area .header__select-wrap .header__select li a {
  color: #777675;
  padding: 12px 15px 12px 0;
  display: block;
  position: relative;
}
.header__area .header__select-wrap .header__select li a:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 16px;
  background-image: url(/assets/imgs/menu-icon/8.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.header__area .header__select-wrap .header__select li a img {
  margin-right: 5px;
  margin-top: -2px;
}
.header__area .header__select-wrap .header__select li:hover:before {
  visibility: visible;
  opacity: 1;
}
.header__area .header__select-wrap .header__select li:hover a {
  color: #fff;
}
.header__area .header__select-wrap .header__select li:hover a img {
  filter: brightness(80);
}
.header__area .header__select-wrap:hover .header__select {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border-radius: 0 0 20px 20px;
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto;
  background-color: var(--white);
  position: relative;
}
.header__wrapper:after {
  position: absolute;
  top: 10px;
  right: 230px;
  content: "";
  width: 54px;
  height: 82px;
  background-image: url(/assets/imgs/icon/line-vector.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1399px) {
  .header__wrapper:after {
    display: none;
  }
}
@media only screen and (max-width: 1599px) {
  .header__wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1399px) {
  .header__wrapper {
    max-width: 100%;
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__wrapper {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding: 15px;
  }
}
.header__logo {
  display: flex;
  gap: 30px;
}
.header__social {
  display: flex;
  gap: 20px;
  position: relative;
  margin-right: -107px;
}
@media only screen and (max-width: 1599px) {
  .header__social {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__social {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header__main {
    display: none;
  }
}
.header__btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .header__btn {
    display: none;
  }
}
.header__shopicon {
  position: relative;
}
.header__notification {
  width: 14px;
  height: 14px;
  background-color: var(--primary);
  border-radius: 100px;
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 6px;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -7px;
}
.header__area .sub-menu .sub-menu {
  left: 100%;
  top: -2px;
}
.header__area .main-menu > .menu-item > a {
  line-height: 95px;
}
.header__area .menu-item .menu-item a {
  line-height: 1;
}
.header__area .menu-item:hover > .has-dropdown {
  opacity: 1;
  top: 100%;
  transform: scaleY(1);
  visibility: visible;
}
.header__area .menu-item:hover .has-dropdown .has-dropdown {
  top: 0;
}
.has-megamenu {
  line-height: 1 !important;
}
.has-megamenu .has-dropdown {
  padding: 0;
  border-radius: 0 0 30px 30px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  margin: 0 auto;
}
.has-megamenu .menu-left-bar-inner {
  background-color: #f2f2f2;
  border-radius: 0 0 0 18px;
  overflow: hidden;
}
.has-megamenu .menu-left-bar-inner .nav {
  display: block;
  border-bottom: 0;
}
.has-megamenu .menu-left-bar-inner .nav .nav-link {
  display: flex;
  width: 100%;
  text-align: left;
  border: 0;
  padding: 18px 28px;
  color: #777675;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 5px 5px 0;
  margin-bottom: 1px;
  background-color: #fff;
  justify-content: space-between;
}
.has-megamenu .menu-left-bar-inner .nav .nav-link:first-child {
  border-radius: 0 0 5px;
}
.has-megamenu .menu-left-bar-inner .nav .nav-link.active {
  color: #2b1911;
}
.has-megamenu .menu-left-bar-inner .nav .nav-link.active span {
  color: var(--primary);
}
.has-megamenu .menu-left-bar-inner .copyright {
  padding: 30px 28px;
  line-height: 1;
  background-color: #fff;
  border-radius: 0 5px 0 0;
}
.has-megamenu .menu-right-side-inner {
  background-color: #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-radius: 0 0 30px;
  overflow: hidden;
}
.has-megamenu .menu-right-side-inner .active {
  background-color: transparent;
}
.has-megamenu .has-dropdown {
  max-width: 1290px;
}
.has-megamenu .demo-list-wrap .single-demo-list {
  background-color: #fff;
  padding: 15px;
  display: inline-block;
  float: inline-start;
  width: 19.89%;
  margin-right: 1px;
  margin-bottom: 1px;
  border-radius: 6px;
}
.has-megamenu .demo-list-wrap .single-demo-list .thumb {
  margin-bottom: 6px;
  position: relative;
}
.has-megamenu .demo-list-wrap .single-demo-list .thumb img {
  border-radius: 12px;
  width: 100%;
  max-height: 158px;
}
.has-megamenu .demo-list-wrap .single-demo-list .thumb .up-coming {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  opacity: 0.5;
  width: 100%;
}
.has-megamenu .demo-list-wrap .single-demo-list h4 a {
  font-size: 16px;
  font-weight: 600;
  color: var(--black-2);
}
.has-megamenu .demo-list-wrap .single-demo-list h4 a:hover {
  color: var(--primary);
}
.has-megamenu .demo-list-wrap .single-demo-list:nth-child(-n + 4) {
  border-radius: 0 0 6px 6px;
}
.has-megamenu .demo-list-wrap .single-demo-list:nth-child(1) {
  border-radius: 0 0 6px;
}
.has-megamenu .demo-list-wrap .single-demo-list:nth-child(5) {
  border-radius: 0 0 0 6px;
}
.has-megamenu .demo-list-wrap .single-demo-list:nth-last-child(-n + 4) {
  border-radius: 6px 6px 0 0;
}
.has-megamenu .demo-list-wrap .single-demo-list:nth-child(6) {
  border-radius: 0 6px 0 0;
}
.has-megamenu .demo-list-wrap .single-demo-list:last-child {
  border-radius: 6px 0 0;
}
.footer__area {
  background-color: var(--black-5);
  padding: 285px 0 30px;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .footer__area {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__area {
    border-radius: 0;
    margin: 0;
  }
}
.footer__socail-wrap {
  background-color: var(--black-4);
  padding: 30px 0;
}
.footer__social-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 400px 445px auto;
  gap: 60px;
  max-width: 1320px;
  margin: 0 auto;
}
@media only screen and (max-width: 1399px) {
  .footer__social-inner {
    grid-template-columns: 138px 1fr 1fr;
    gap: 50px;
    max-width: 100%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__social-inner {
    grid-template-columns: 138px 460px 1fr;
    gap: 10px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__social-inner {
    grid-template-columns: 160px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer__social-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer__socail {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .footer__socail {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: repeat(7, 1fr);
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__socail {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__btn {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__social-item {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-5);
  border-radius: 100px;
  transition: var(--transition);
  cursor: pointer;
}
.footer__social-item:hover {
  background-color: var(--primary);
}
.footer__social-item:hover .footer__social-link {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1199px) {
  .footer__social-item {
    width: 40px;
    height: 40px;
  }
}
.footer__app-title {
  color: var(--white);
  font-size: 25px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .footer__app-title {
    display: none;
  }
}
.footer__btm {
  display: grid;
  grid-template-columns: 375px 1fr 1fr 1fr 1fr;
  gap: 60px;
  max-width: 1320px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .footer__btm {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding: 70px 0 60px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__btm {
    grid-template-columns: 1fr 1fr;
    padding: 40px 15px;
  }
}
.footer__widget {
  padding: 70px 0 60px;
}
@media only screen and (max-width: 1399px) {
  .footer__widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__widget {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widget {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget {
    padding: 0;
  }
}
.footer__widget:nth-child(1) {
  border-right: 1px solid var(--black-3);
  margin-right: 7px;
}
@media only screen and (max-width: 1199px) {
  .footer__widget:nth-child(1) {
    border-right: 0px solid var(--black-3);
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget:nth-child(1) {
    grid-column: 1/-1;
    margin: 0 auto;
  }
  .footer__widget:nth-child(1) .footer__widget-title {
    text-align: center;
  }
}
.footer__widget:nth-child(2) {
  border-right: 1px solid var(--black-3);
  margin-right: 14px;
}
@media only screen and (max-width: 1199px) {
  .footer__widget:nth-child(2) {
    border-right: 0px solid var(--black-3);
    margin-right: 0;
  }
}
.footer__widget:nth-child(3) {
  border-right: 1px solid var(--black-3);
  margin-right: 14px;
}
@media only screen and (max-width: 1199px) {
  .footer__widget:nth-child(3) {
    border-right: 0px solid var(--black-3);
    margin-right: 0;
  }
}
.footer__widget:nth-child(4) {
  border-right: 1px solid var(--black-3);
  margin-right: -15px;
}
@media only screen and (max-width: 1199px) {
  .footer__widget:nth-child(4) {
    border-right: 0px solid var(--black-3);
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    text-align: center;
  }
}
.footer__menu-item a {
  color: var(--gray-2);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 5px;
  transition: var(--transition);
}
.footer__menu-item a:hover {
  color: var(--primary);
  padding-left: 3px;
}
.footer__widget-title {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 15px;
  max-width: 300px;
}
.footer__widget-title span {
  color: var(--yellow);
  font-family: var(--font-dm);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .footer__widget-title {
    padding-bottom: 10px;
  }
}
.footer__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 308px;
  border-radius: 12px;
  border: 1px solid #4b4b4b;
  background-color: var(--black-4);
  padding: 5px;
  margin-top: 10px;
}
.footer__input {
  background-color: transparent;
  background-image: url(/assets/imgs/icon/mail-icon.webp);
  background-repeat: no-repeat;
  background-position-x: 13px;
  background-position-y: 15px;
  padding: 8px 0 8px 43px;
  border: 0;
  outline: 0;
  width: 100%;
  color: var(--gray-2);
  position: relative;
}
.footer__input::placeholder {
  color: var(--gray-2);
  font-size: 14px;
  font-weight: 300;
}
.footer__info-item {
  display: flex;
  gap: 8px;
  color: var(--gray-2);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 8px;
}
.footer__info-item a {
  color: var(--gray-2);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: var(--transition);
}
.footer__info-item a:hover {
  color: var(--primary);
}
.footer__copyright {
  padding-top: 30px;
  border-top: 1px solid var(--black-3);
}
.footer__copyright-text {
  color: var(--gray-2);
  font-size: 14px;
}
.footer__copyright-text a {
  color: var(--gray-2);
  font-size: 14px;
  font-weight: 400;
  transition: var(--transition);
}
.footer__copyright-text a:hover {
  color: var(--primary);
}
