@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
}

.bg-dark,
body {
  background-color: #1d1638 !important;
  color: #fff !important;
}

.text-muted {
  color: #B6B6B6 !important;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 0.3rem;
}

img.no-radius {
  border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

a {
  transition: all 0.3s ease 0s;
  display: inline-block;
  color: #c6e1ff;
  text-decoration: none;
  font-size: 1rem;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #0d9b51;
  outline: 0px;
}

ul {
  padding-left: 0px;
  list-style: none;
}

p {
  margin-bottom: 0.3em;
  font-size: 1rem;
}

.font-small {
  font-size: 0.9rem;
}

section {
  padding: 3em 0;
}

.text-white {
  color: #fff !important;
}

.btn-outline-primary {
  border-color: #fff;
}

.btn-cta {
  background-color: #0d9b51;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #0d9b51;
  transition: all 0.7ms;
}
.btn-cta:hover {
  color: #0d9b51;
  background-color: transparent;
}

.btn-important {
  background-color: #0d9b51;
  padding: 0.6em 2em;
  color: #fff;
  transition: all 0.7s;
}
.btn-important:hover {
  color: #0d9b51 !important;
  background-color: #fff !important;
}

.section-heading {
  text-align: center;
  margin-bottom: 1em;
}
.section-heading h1 {
  position: relative;
  margin-bottom: 1em;
}
.section-heading h1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #c6e1ff;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.section-heading h2 {
  font-size: calc(1.375rem + 1vw);
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
  color: #c6e1ff;
}
.section-heading h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #c6e1ff;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.section-heading p {
  font-size: 1.2rem;
}

.navbar {
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 41px 0px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #c6e1ff;
  font-size: 1.2rem;
}

.navbar-collapse {
  justify-content: end;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  position: fixed;
  border-top: 2px solid #0d9b51;
}
.navbar-nav li:hover > ul.dropdown-menu li {
  padding: 0.5em 0.6em;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: fontawesome;
  border: none;
  margin-left: 0.05em;
  vertical-align: 0;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-item.dropdown ul li a {
  color: #2e2e2e;
  font-weight: 500;
  padding: 0 0.3em;
}

.navbar-light .navbar-nav li {
  padding-right: 0.3em;
  text-transform: capitalize;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #c6e1ff;
}

.nav-link.active {
  color: #c6e1ff !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0d9b51;
}

.dropdown-menu {
  border: 1px solid #ebebeb;
  padding: 0.6rem 1rem;
  background: #f7f7f7;
  transition: all 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fff;
  color: #0d9b51 !important;
}

.form-inline {
  border: 1px solid #0d9b51;
  background: #0d9b51;
  padding: 0.3em 1em;
  border-radius: 5px;
  margin-left: 1.5em;
}
.form-inline a {
  font-weight: 500;
  color: #fff;
}

.form-inline:hover {
  border: 1px solid #0d9b51;
  background: transparent;
  transition: all 0.8s;
}
.form-inline:hover a {
  color: #0d9b51;
}

section.slider-section {
  padding-top: 4.5em;
  padding-bottom: 0;
}
section.slider-section a {
  width: 100%;
}
section.slider-section a video {
  width: 100%;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

section.reels-sec .video-container video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.product-cart-wrap {
  position: relative;
  background-color: #332b4c;
  border: 1px solid #1d1638;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.2s;
}
.product-cart-wrap .product-img-action-wrap {
  position: relative;
  background-color: #332b4c;
  overflow: hidden;
  max-height: 320px;
  padding: 15px 15px 0 15px;
}
.product-cart-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-cart-wrap .product-img-action-wrap .product-img :hover {
  transform: scale(1.1);
}
.product-cart-wrap .product-badges {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9;
}
.product-cart-wrap .product-badges span {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 0.7;
  border-radius: 15px 0 20px 0;
  color: #000;
  padding: 9px 30px 7px 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-cart-wrap .product-badges span.hot {
  background-color: #bbffd9;
}
.product-cart-wrap .product-badges span:last-child {
  margin-right: 0px;
}
.product-cart-wrap .product-content-wrap {
  padding: 0 20px 20px 20px;
}
.product-cart-wrap .product-content-wrap h2 {
  font-size: calc(0.8rem + 0.4vw);
  font-weight: 600;
  margin: 0.5em 0;
}
.product-cart-wrap .product-content-wrap h2 a {
  color: #fff;
}
.product-cart-wrap .product-content-wrap h2 a:hover {
  color: #0d9b51;
}
.product-cart-wrap .product-content-wrap .product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3em;
}
.product-cart-wrap .product-content-wrap .product-meta span i {
  color: #3BB77E;
}
.product-cart-wrap .product-content-wrap .product-meta .product-price span {
  font-size: 18px;
  font-weight: 600;
  color: #3BB77E;
}
.product-cart-wrap .product-content-wrap .product-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3em;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart {
  cursor: pointer;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart .add {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #0d9b51;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.6s;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart .add i {
  margin-right: 0.5em;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart .add:hover {
  background-color: #bbffd9;
  color: #332b4c;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart .phone {
  background-color: red !important;
}

.owl-dots {
  position: absolute;
  top: calc(90% - 20px);
  width: 107%;
  left: -21px;
}

.owl-nav button {
  position: absolute;
  top: calc(50% - 21px);
  border: 1px solid #512da8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.product-list-vertical .product-cart-wrap {
  display: flex;
  margin-bottom: 0.8em;
}

.product-list-vertical .product-rate-cover span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.owl-prev {
  left: 0;
  display: flex;
  background: #fff;
}
.owl-prev i {
  margin: auto;
  font-size: calc(1.375rem + 1vw);
  background: #fff;
  color: #1d1638;
  padding: 0.2em 0.4em;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 8px -6px;
}

.owl-next {
  right: 0;
  display: flex;
  background: #fff;
}
.owl-next i {
  margin: auto;
  font-size: calc(1.375rem + 1vw);
  background: #fff;
  color: #1d1638;
  padding: 0.2em 0.4em;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 8px -6px;
}

.owl-theme .owl-nav :hover {
  background: none !important;
  color: #0d9b51 !important;
}

/* Home Banner Section */
.home-banner-sec .banner-image img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: all 0.8s;
}
.home-banner-sec img:hover {
  transform: scale(1.02);
  border-radius: 10px;
}

.faqs-sec {
  text-align: left;
}
.faqs-sec .accordion-item {
  background-color: #382e58;
  color: #fff;
  padding: 0.5rem 1rem;
  text-align: left;
}
.faqs-sec .accordion-body {
  text-align: left;
  font-size: 0.9rem;
  padding: 1.5rem 1rem;
}
.faqs-sec .accordion-body ul {
  padding-left: 2.2em;
}
.faqs-sec .accordion-body ul li {
  font-size: 0.9rem;
  line-height: 1.8rem;
  list-style-type: disc;
}
.faqs-sec .accordion-button {
  background-color: #483b68;
  color: #fff;
}
.faqs-sec .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.quick-links-sec {
  background: #1d1638;
}
.quick-links-sec h4 {
  margin: 1em 0;
}
.quick-links-sec ul {
  padding-left: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
}
.quick-links-sec ul li {
  padding: 5px 0;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #2e254f;
}
.quick-links-sec ul li:before {
  content: "\f054";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  font-size: 10px;
  top: 8px;
}
.quick-links-sec .quick-links-inner {
  margin: 2em 0;
}

section.home-content-images h3 {
  margin-bottom: 0.8em;
}
section.home-content-images h3 span {
  color: #0d9b51;
}
section.home-content-images img {
  margin-bottom: 0.8em;
}
section.home-content-images .video-container {
  margin-bottom: 0.8em;
}
section.home-content-images .video-container video {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

section.home-main-content {
  padding: 5rem 0;
}
section.home-main-content .wp-block-heading {
  margin: 1.2rem 0 2rem;
}
section.home-main-content p {
  margin: 0.8rem 0;
}
section.home-main-content .wp-block-list li {
  font-size: 1.1rem;
}

section.about-us-section .wp-block-heading {
  margin: 1.2rem 0 2rem;
}

section.main-cta {
  text-align: center;
}
section.main-cta h3 {
  margin-bottom: 1em;
  font-size: 2.2rem;
}
section.main-cta .btn-cta {
  font-size: 2.3rem;
}

section.page-head-section {
  padding-top: 10em;
}
section.page-head-section h1 {
  margin-bottom: 0.8em;
}

section.page-title-bar-sec .page-title-bar {
  text-align: center;
}
section.page-title-bar-sec .breadcrumb {
  align-items: center;
  justify-content: center;
}

section.faqs-sec .accrodion-grp .accordion {
  margin-bottom: 3rem;
}

footer {
  padding: 3em 1em 0;
  background-color: #231e39;
  color: #fff;
}
footer h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}
footer .footer-logo {
  margin: 0 0 2.3em 0;
}
footer ul li {
  line-height: 2.4;
  font-size: 1.2rem;
}
footer ul lia:hover {
  color: #0d9b51;
}
footer .social-media-icons {
  margin-top: 2em;
}
footer .social-media-icons ul {
  display: flex;
  gap: 10px;
}
footer .social-media-icons li i {
  font-size: 2rem;
}
footer .footer-bottom {
  border-top: 1px solid #c2c2c2;
  padding: 1.5em 0;
}
footer .footer-bottom ul.footer-menu {
  display: flex;
  gap: 20px;
  float: right;
}

.get-started {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: -webkit-fill-available;
  padding: 0 2em;
}
.get-started .main-btn-static {
  width: 100%;
}
.get-started .main-btn-static .btn-important {
  width: 100%;
}

.get-started.hide {
  display: none;
}

.small-width {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.small-width-2 {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}

.contact-mail .conatct-info {
  display: inline-grid;
  gap: 10px;
  align-items: center;
  background: #bbffd9;
  border-radius: 1.3em;
  color: #1d1638;
  padding: 0.8em 0;
}
.contact-mail .conatct-info a {
  color: #0d9b51;
}
.contact-mail p {
  margin: 0;
}/*# sourceMappingURL=style.css.map */