/*!
Theme Name: NimiWellness
Theme URI: http://underscores.me/
Author: Aviva
Author URI: http://avivanepal.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nimiwellness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NimiWellness is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #5b9112;
  --secondary-color: #4f772d;
  --transition-1: all 500ms ease;
  --font-1: "Lato", sans-serif;
  --font-2: "Abril Fatface", sans-serif;
  --bs-accordion-active-bg: #283c902e;
  --wpforms-button-background-color-alt: var(--primary-color);
}

body,
html {
  position: relative;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-1);
  color: #1e1e1e;
}

button {
  border: 0;
  outline: 0;
  background: transparent;
  transition: var(--transition-1);
}

a:hover,
a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-1);
}

.pointer-none {
  pointer-events: none;
}

.lh-28 {
  line-height: 28px;
}

.custom-gy-1 {
  --bs-gutter-y: 2.2rem;
}

.font-2 {
  font-family: var(--font-2);
}

input,
textarea {
  border: 0;
  width: 100%;
  transition: all 500ms ease;
}

input:focus {
  border: 0;
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  max-width: -moz-max-content;
  max-width: max-content;
}

select {
  width: 100%;
}

input {
  border-radius: 3px;
}

select {
  border: 0;
}

.max-w {
  max-width: -moz-max-content;
  max-width: max-content;
}

.container-inner {
  max-width: 1200px;
}

.container-padding {
  padding: 0 40px;
}

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

.container-medium {
  max-width: 1250px;
}

.container-high {
  max-width: 1500px;
}

.container-smaller {
  max-width: 900px;
}

.container-max {
  max-width: 1920px;
  padding: 0;
  overflow: hidden;
}

.container-header {
  max-width: 1600px;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.bkg-white {
  background: #fff;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.text-333 {
  color: #333333 !important;
}

.text-777 {
  color: #777777;
}

.text-222 {
  color: #222 !important;
}

.text-first {
  color: var(--primary-color) !important;
}

.text-second {
  color: var(--secondary-color) !important;
}

.text-third {
  color: var(--third-color);
}

.text-4141 {
  color: #414141;
}

.text-999 {
  color: #999999;
}

.text-555 {
  color: #555555;
}

.text-666 {
  color: #666666;
}

.button-style-1 {
  background: var(--primary-color);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
}
.button-style-1 img {
  transition: var(--transition-1);
}
.button-style-1:hover {
  color: #fff;
  background: #315701;
}
.button-style-1:hover img {
  transform: rotate(-90deg);
}
.button-style-1.color-2 {
  background: #fff;
  color: var(--primary-color);
}
.button-style-1.color-2 img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(19%) saturate(4851%)
    hue-rotate(55deg) brightness(91%) contrast(86%);
}
.button-style-1.color-2:hover {
  background: #222;
  color: #fff;
}
.button-style-1.color-2:hover img {
  filter: brightness(0) invert(1);
}

.top-showcase {
  position: relative;
}
.top-showcase .bg-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.top-showcase .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.12) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.top-showcase .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

header {
  padding-top: 15px;
}
header nav {
  color: #fff;
  font-weight: 500;
}

.hero.main-hero .hero-text {
  padding: 150px 0 265px;
}
.hero.main-hero .hero-text h1 {
  font-size: 64px;
  color: #bfff67;
}

.section-title .title {
  font-size: 40px;
}

.info-brand {
  padding: 60px 0 70px;
  position: relative;
}
.info-brand::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fafff4;
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
}
.info-brand .info-number-brand .num {
  font-size: 64px;
  font-weight: 900;
  color: var(--primary-color);
  display: block;
  line-height: 64px;
  margin: 0;
}
.info-brand .info-number-brand span {
  color: #1e1e1e;
}
.info-brand .right-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.info-brand .left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.padding-top {
  padding-top: 70px;
}

.card-info-1 {
  position: relative;
}
.card-info-1 .image {
  position: relative;
  overflow: hidden;
  display: block;
}
.card-info-1 .image img {
  transition: all 800ms ease;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-info-1 .text-card {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background: rgba(232, 255, 201, 0.8196078431);
  max-width: 92%;
  padding: 25px 25px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.card-info-1 .text-card .title {
  font-family: var(--font-2);
  font-size: 24px;
  margin-bottom: 4px;
}
.card-info-1 .text-card p {
  margin-bottom: 5px;
}
.card-info-1 .text-card .link {
  text-transform: uppercase;
  color: var(--primary-color);
  position: relative;
  font-weight: 600;
}
.card-info-1 .text-card .link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  bottom: -3px;
  left: 0;
  position: absolute;
  transition: var(--transition-1);
}
.card-info-1 .text-card .link:hover {
  color: #000;
}
.card-info-1 .text-card .link:hover::after {
  background: #000;
}
.card-info-1:hover .image img {
  transform: scale(1.1);
}
.card-info-1:hover .text-card .title {
  color: var(--secondary-color);
}
.card-info-1.card-info-2 .image img {
  height: 338px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: bottom;
}

.why-we {
  background: #1e1e1e;
}
.why-we .right-item {
  padding: 40px;
  color: #fff;
  padding-right: 370px;
}
.why-we .right-item .section-title h2.title {
  color: #8dc63f !important;
}
.why-we .left-img {
  height: 100%;
  left: 0;
  top: 0;
}
.why-we .left-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.why-we .learn h3 {
  font-family: var(--font-2);
  color: #8dc63f;
  font-size: 20px;
}
.why-we .learn .lists {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.why-we .learn .lists ul {
  max-width: 220px;
}
.why-we .learn .lists ul li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}
.why-we .learn .lists ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./assets/images/checkmark.webp") no-repeat;
  position: absolute;
  left: 0;
  margin-top: 5px;
}

.max-w {
  max-width: -moz-max-content;
  max-width: max-content;
}

.card-pricing {
  box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(213, 246, 173, 0.5019607843);
}
.card-pricing .top-head {
  padding: 25px 20px;
  font-size: 32px;
  position: relative;
  background: url("./assets/images/shape-bg.webp") no-repeat;
  background-size: cover;
  padding-top: 30px;
}
.card-pricing .top-head .category {
  display: inline-block;
  font-size: 15px;
  background: #234208;
  color: #fff;
  position: absolute;
  top: -15px;
  padding: 4px 25px;
  border-radius: 100px 50px 0 100px;
  left: auto;
  right: 0;
  max-width: max-content;
  margin: auto;
  font-weight: 500;
}
.card-pricing .top-head::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  background: #4f772d;
}
.card-pricing .top-head.head-second::before {
  background: #543b1d;
}

.card-pricing .top-head h3 {
  color: #fff;
  font-size: 32px;
}
.card-pricing h3,
.card-pricing h4 {
  color: var(--secondary-color);
  font-family: var(--font-2);
  font-size: 22px;
}
.card-pricing span {
  display: block;
}
.card-pricing ul {
  list-style: none;
  padding-left: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.card-pricing ul li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 5px;
  text-align: start;
}
.card-pricing ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./assets/images/checkmark.webp") no-repeat;
  position: absolute;
  left: 0;
  margin-top: 5px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(66%) saturate(5366%)
    hue-rotate(58deg) brightness(96%) contrast(86%);
}
.card-pricing .margin-top {
  margin-top: 40px;
}
.card-pricing .text-content {
  padding: 50px;
  background: #fff;
  padding-top: 40px;
}
.card-pricing .text-content .duration {
  margin-top: 45px;
}
.card-pricing .text-content .duration .time {
  font-size: 24px;
  font-weight: 900;
}
.card-pricing .text-content .text-light1 {
  color: #737373;
  font-size: 14px;
}
.card-pricing .text-content .pricing {
  margin-top: 45px;
}
.card-pricing .text-content .pricing .main-price {
  font-size: 40px;
  font-weight: 900;
}
.card-pricing .text-content .text-small {
  font-size: 12px;
}
.card-pricing .text-content .font-italic {
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
}

.pricing-course {
  position: relative;
  padding-bottom: 70px;
}
.pricing-course .bg {
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  z-index: -1;
  position: absolute;
  max-height: 38%;
  bottom: 0;
}
.pricing-course .bg img {
  display: block;
  position: relative;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(28%) sepia(50%) saturate(1860%)
    hue-rotate(56deg) brightness(92%) contrast(104%);
}

.team {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}
.team::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #4f772d;
  position: absolute;
  z-index: -10;
  top: 0;
}
.team .left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  filter: brightness(0) saturate(100%) invert(28%) sepia(50%) saturate(1860%)
    hue-rotate(56deg) brightness(92%) contrast(104%);
  z-index: -1;
}

.card-team .text {
  color: #fff;
}
.card-team .text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 25px;
  transition: var(--transition-1);
}
.card-team .text h3:hover {
  color: #7eff6d;
}
.card-team .text .position {
  margin-bottom: 22px;
}
.card-team .text .content-inside {
  font-size: 15px;
  color: #e6e6e6;
}

.syllabus {
  background: #fafff4;
  padding-bottom: 70px;
}
.syllabus ul {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}
.syllabus ul li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 6px;
  color: #444444;
}
.syllabus ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./assets/images/user-check.webp") no-repeat;
  position: absolute;
  left: 0;
  margin-top: 2px;
}
.syllabus .right-item .syll-item {
  border-bottom: 1px dashed #5b9112;
  padding-bottom: 29px;
  margin-bottom: 29px;
}
.syllabus .right-item .syll-item:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
.syllabus .right-item .syll-item h3 {
  font-family: var(--font-2);
  font-size: 24px;
}
.syllabus .right-item .syll-item p {
  color: #444444;
  margin-bottom: 0;
}

.universal-star {
  color: #eebe00;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
  column-gap: 3px;
  font-size: 12px;
}

.card-testimonial {
  box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.0392156863);
  padding: 25px;
  border: 1px solid rgba(213, 246, 173, 0.5019607843);
}
.card-testimonial .title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}
.card-testimonial .profile-card {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.card-testimonial .profile-card p {
  margin: 0;
  font-weight: 700;
}

.gallery .section-title {
  background: var(--secondary-color);
  padding: 50px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery .link {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-weight: 600;
}
.gallery .link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -3px;
  left: 0;
  position: absolute;
  transition: var(--transition-1);
}
.gallery .link:hover {
  color: #000;
}
.gallery .link:hover::after {
  background: #000;
}

.card-gallery a {
  position: relative;
  display: block;
}
.card-gallery a img {
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.card-gallery a .plus {
  background: rgba(255, 255, 255, 0.8431372549);
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--secondary-color);
  border-radius: 100px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-1);
  z-index: 2;
}
.card-gallery a::after {
  content: "";
  width: 0;
  height: 0;
  background: rgba(79, 119, 45, 0.49);
  position: absolute;
  left: 0;
  transition: var(--transition-1);
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.card-gallery a:hover .plus {
  visibility: visible;
  opacity: 1;
  width: 60px;
  height: 60px;
}
.card-gallery a:hover::after {
  width: 100%;
  height: 100%;
}

.connect {
  background: #fafff4;
  padding-bottom: 60px;
}
.connect .sub-form {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.connect .sub-form input {
  border: 1px solid #d5f6ad;
  border-radius: 100px;
  padding: 10px 25px;
}

footer .main-footer {
  background: #1e1e1e;
  padding: 40px 0;
}
footer .footer-menus {
  color: #fff;
}
footer .footer-menus .title {
  font-size: 22px;
  display: block;
}
footer .footer-menus ul li {
  margin-bottom: 8px;
}
footer .footer-menus ul li a:hover {
  color: var(--primary-color);
}
footer .socials li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.hero.inner-hero .hero-text {
  padding: 140px 0 35px !important;
}
.hero.inner-hero .hero-text h1 {
  font-size: 40px !important;
}
.hero.inner-hero .hero-text p {
  color: #fff;
}

.inner-page .bg-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}

.content-starts {
  padding-top: 60px;
  padding-bottom: 70px;
}

.photo-showcase .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.photo-showcase .left-img img,
.photo-showcase .right-img img {
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.content-inside {
  line-height: 26px;
}
.content-inside p:last-child {
  margin-bottom: 0;
}
.content-inside ul:last-child {
  margin: 0;
}
.content-inside a {
  font-weight: 700;
  color: var(--secondary-color);
}
.content-inside h2,
.content-inside h3,
.content-inside h4,
.content-inside h5,
.content-inside h6 {
  font-weight: 800;
  color: #222;
}
.content-inside h2 {
  font-size: 25px;
}
.content-inside h3 {
  font-size: 23px;
}
.content-inside h4 {
  font-size: 21px;
}
.content-inside h5 {
  font-size: 19px;
}
.content-inside h6 {
  font-size: 18px;
}
.content-inside img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}
.content-inside figure {
  max-width: 100%;
  height: auto;
}
.content-inside figure figcaption {
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 500;
}
.content-inside table {
  border: 1px solid #999;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.content-inside ul {
  padding-left: 0;
  list-style: none;
  margin-top: 10px !important;
}
.content-inside ul li {
  padding-left: 30px;
  margin-bottom: 6px;
  position: relative;
}

.content-inside ul li::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url("./assets/images/leaf-icon.webp") no-repeat;
  position: absolute;
  left: 0;
  margin-top: 5px;
  filter: brightness(0) saturate(100%) invert(41%) sepia(15%) saturate(1622%)
    hue-rotate(50deg) brightness(95%) contrast(88%);
}

.content-inside ul li.depth-1::before {
  margin-bottom: 0;
  display: none;
}

.content-inside table tr:first-child td,
.content-inside table th {
  background: #26336d;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 30px;
}
.content-inside table tr {
  background: #fff;
}
.content-inside table tr td {
  border: 1px solid #e6e6e6;
  padding: 10px 30px;
  font-weight: 600;
}

.brand-about .info-number-brand {
  border: 1px solid #eee;
  padding: 50px 30px;
  text-align: center;
  background: var(--secondary-color);
  border-radius: 7px;
  transition: var(--transition-1);
  cursor: pointer;
}
.brand-about .info-number-brand p {
  font-size: 55px !important;
  color: #fff !important;
}
.brand-about .info-number-brand span {
  font-size: 14px;
  color: #dfdddd !important;
  font-weight: 400;
  text-transform: uppercase;
}
.brand-about .info-number-brand.light {
  background: #fff !important;
}
.brand-about .info-number-brand.light p {
  color: var(--secondary-color) !important;
}
.brand-about .info-number-brand.light span {
  color: #222 !important;
}
.brand-about .info-number-brand:hover {
  transform: translateY(-10px);
  box-shadow: 1px 1px 30px -3px rgba(0, 0, 0, 0.1215686275);
}

.contact-details .section-title::after {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--secondary-color);
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
}
.contact-details .title {
  font-size: 20px;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}
.contact-details ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #444;
}
.contact-details ul li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.contact-details ul li i,
.contact-details ul li svg {
  color: var(--secondary-color);
}

.contact-details ul li a:hover span {
  color: var(--secondary-color);
  text-decoration: underline;
}

.contact-details ul li a:hover svg {
  text-decoration: none;
}

.contact-form {
  position: relative;
  height: 100%;
}
.contact-form::before {
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  background: rgba(172, 172, 172, 0.4509803922);
  position: absolute;
  margin-left: -70px;
}

.right-links {
  background: rgba(238, 238, 238, 0.5098039216);
  border-radius: 6px;
  padding: 25px;
  border: 1px solid #999;
  position: sticky;
  height: auto;
  top: 20px;
}
.right-links li::before {
  content: "";
  min-width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--secondary-color);
  transition: var(--transition-1);
}
.right-links li a {
  font-weight: 500;
  font-size: 17px;
}
.right-links li a:hover {
  color: #000;
}
.right-links li:hover::before {
  background: #222;
}

.card-info-1.card-blog-1 .image img {
  height: 350px;
}

.card-info-1.card-blog-1 .text-card {
  position: static;
  max-width: 100%;
}

.post-info {
  display: flex;
  color: #fff;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 18px;
  margin-top: 10px;
}
.post-info .detail {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
  font-weight: 500;
}

.card-blog-1 .post-info {
  background: var(--secondary-color);
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 22px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 10px;
}
.card-blog-1 .post-info .detail {
  all: unset;
  font-weight: 700;
}

.content-starts .about-img {
  height: 100%;
}
.content-starts .about-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} /*# sourceMappingURL=style.css.map */

/* Pagination*/

.pagination {
  padding: 20px 0;
}

.pagination ul {
  margin-left: 0;
  padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #000;
  text-decoration: none;
}

.navigation li {
  display: inline;
  display: inline-grid;
  margin-bottom: 10px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 18px;
  font-weight: 400;
  font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: var(--primary-color);
  color: #fff;
}
.navigation li a {
  border: 1px solid #a2a2a2;
}

.search-form {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.search-form input {
  border: 1px solid #bfbfbf;
  border-radius: 100px;
  padding: 10px 25px;
}

.team-page .card-team .text {
  color: #313131;
}

.team-page .card-team .text h3 {
  margin-top: 15px;
}

.team-page .card-team .image {
  position: relative;
  overflow: hidden;
  display: block;
}

.team-page .card-team .image img {
  transition: var(--transition-1);
}

.team-page .card-team:hover .image img {
  transform: scale(1.1);
}

.team-page .card-team:hover .text a {
  color: var(--secondary-color);
}

.padding-team {
  padding-top: 50px;
}

.line {
  opacity: 0.1;
}

.content-info .accordion-item {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5098039216);
  padding-bottom: 0;
}
.content-info .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.content-info .accordion-item h3 {
  color: #333 !important;
  font-size: 19px !important;
}
.content-info .accordion-item h3 span:first-child {
  font-size: 16px;
}
.content-info .accordion-item h3 span:last-child {
  font-size: 20px;
}
.content-info .accordion-item .top-content-info {
  display: flex;
  align-items: center;
}
.content-info .accordion-item .accordion-button {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 45px;
  line-height: 26px;
  background: transparent !important;
  padding: 25px 0;
  padding-right: 30px;
}
.content-info .accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/plus-icon.webp") no-repeat !important;
  background-size: contain !important;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.content-info .accordion-item[aria-expanded~="true"] .accordion-button::after {
  content: "";
  background: url("./assets/images/minus-icon.webp") no-repeat !important;
  background-size: contain !important;
}
.content-info .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 3px;
  margin-top: 14px;
}
.content-info .accordion-item .accordion-body .content-info-cards {
  display: flex;
  gap: 10px;
  align-items: center;
}
.content-info .accordion-item .accordion-body .content-info-cards .icon {
  filter: brightness(0) saturate(100%) invert(27%) sepia(94%) saturate(697%)
    hue-rotate(169deg) brightness(92%) contrast(94%);
}
.content-info .accordion-item .accordion-body .content-info-cards .text-card {
  line-height: 23px;
}
.content-info
  .accordion-item
  .accordion-body
  .content-info-cards
  .text-card
  h4 {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 15px;
}
.content-info
  .accordion-item
  .accordion-body
  .content-info-cards
  .text-card
  span {
  font-size: 17px;
  color: #333;
  font-weight: 700;
}

.accordion-button:focus {
  box-shadow: none;
}
.content-info .accordion-button {
  font-size: 20px;
  font-weight: 400;
}
.content-info .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
  box-shadow: none;
  border-bottom: 1px solid #eee;
}

.content-info {
  padding: 70px;
  border: 1px solid #eeeeeea9;
  background: #fafff452;
}
.accordion {
  --bs-accordion-bg: transparent;
}

.gallery-page .card-gallery a img {
  height: 250px;
}

.hero.inner-hero.large-hero .hero-text {
  padding: 480px 0 50px !important;
}

.right-infos {
  border-radius: 10px;
  padding: 25px;
  right: 0;
  z-index: 99;
  background: #4f772d;
}

.right-infos .price {
  font-size: 33px;
  color: #fff;
  font-weight: 800;
}

.right-infos .price-parent {
  padding-bottom: 10px;
  line-height: 32px;
}

.btns-right button,
.btns-right a {
  width: 100%;
  background: var(--primary-color);
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  transition: var(--transition-1);
  font-size: 16px;
  display: block;
}
.btns-right .inquiry svg,
.btns-right .inquiry i {
  font-size: 20px;
}
.btns-right button.inquiry,
.btns-right a.inquiry {
  background: #fff;
  color: #305104;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.btns-right button:hover,
.btns-right a:hover {
  background: #222;
  color: #fff;
}

.right-infos .price-parent ul {
  color: #fff;
  list-style: none;
  padding-left: 0;
}

.right-infos .price-parent ul li {
  position: relative;
  padding-left: 30px;
  line-height: 27px;
}

.right-infos .price-parent ul li::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url("./assets/images/leaf-icon.webp") no-repeat;
  position: absolute;
  left: 0;
  margin-top: 6px;
  filter: brightness(0) invert(1);
}

.nav-link{
  color: #fff;
	font-weight: 600;
letter-spacing: 0.2px;
}


.card-info {
  display: flex;
  gap: 15px;
  align-items: center;
}
.card-info .text {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}
.card-info .text a {
  font-size: 16px;
}
.card-info .text a:hover {
  color: var(--third-color);
}
.card-info .img{
	font-size: 40px;
}

.scroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  transform: translateY(50%);
  transition: var(--transition-1);
}
.scroll-top   button {
    color: #fff;
    background: var(--primary-color);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
  }

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: var(--transition-1);
  }
.img-left-course{
  position: relative;
}
.img-left-course img{
	border-radius: 6px;
}


  .video-play {
    position: absolute;
    z-index: auto;
left: auto;
margin: auto;
max-width: max-content;
height: 100%;
height: max-content;
right: -20px;
bottom: auto;
top: -25px;
  }
  .video-play a {
    font-weight: 900;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transform: translateX(0%);
    color: var(--secondary-color);
    background: #fff;
    box-shadow: 0px 0px 50px rgba(3, 4, 28, 0.1);
    z-index: 2;
    transition: all 600ms ease;
line-height: 84px;
height: 60px;
width: 60px;
font-size: 17px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #cae1aa;
  }
  .video-play a::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    animation: pulse 2s infinite;
    z-index: -1;
    height: 80px;
width: 80px;
top: -10px;
left: -10px;
  }
  .video-play a:hover {
    background: #0f8e3c;
    color: #fff;
  }

      @-webkit-keyframes pulse {
        0% {
          -webkit-box-shadow: 0 0 0 0 rgba(91, 145, 18, 0.2);
        }
        70% {
          -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        }
        100% {
          -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
      }
      @keyframes pulse {
        0% {
          -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 0 rgba(91, 145, 18, 0.2);
        }
        70% {
          -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        }
        100% {
          -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
      }

.map-locate iframe {
width: 100%;
max-width: 100%;
}
.team-page .card-team {
position: sticky;
height: auto;
top: 20px;
}
.team-page .card-gallery a img {
height: auto;
}