
.sm-text {
  font-size: 6px !important;
}

.md-text {
  font-size: 12px !important;
}

.lg-text {
  font-size: 14px !important;
}

.xl-text {
  font-size: 16px !important;
}

.xxl-text {
  font-size: 20px !important;
}

.border-grey {
  color: #d3d3d3;
}

.fixed-width {
  width: 100px !important;
}

::selection {
  color: #fff;
  background-color: var(--bs-primary);
}

.navbar-scroll-effect {
  background-color: rgba(26, 26, 26, 0.8);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 200ms ease-in-out;
}

.details-1-bg-1 {
  top: 200px;
  right: 0;
}

.details-1-bg-2 {
  bottom: 100px;
  left: 0;
}

.statistic-img-1 {
  left: 20px;
  bottom: 0;
}

.statistic-img-2 {
  right: 50px;
  top: 0;
}

.process-img-1 {
  top: 50px;
  left: 100px;
}

.process-img-2 {
  bottom: 0;
  right: 0;
}

.philosiphy-img-1 {
  top: 50px;
  right: 250px;
}

.philosiphy-img-2 {
  right: 0;
  width: 150px;
}

.arrow-decor {
  bottom: 20px;
  right: -250px;
}

.quote-img {
  left: 50%;
  transform: translateX(-50%);
  width: 46%;
}

.subscribe-img {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

.header img {
  width: 100%;
  background-size: cover;
}

.carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.details-1 {

    background: url(),
    linear-gradient(var(--clr-background), var(--clr-background));
  background-size: cover;
}

.details-2 {

  background: url(),
    linear-gradient(var(--clr-background), var(--clr-background));
  background-size: cover;
}

.statistics {
  --clr-background: #157f64;
  background: url(),
    linear-gradient(var(--clr-background), var(--clr-background));
  background-size: cover;
}

.process {
  --clr-background: #ededed;
  background: url(),
    linear-gradient(var(--clr-background), var(--clr-background));
  background-size: cover;
}

.philosophy {
  --clr-background: #ededed;
  background: url(),
    linear-gradient(var(--clr-background), var(--clr-background));
  background-size: cover;
}

.ytb-video-body {
  background: url("/images/picture6.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.6);
  z-index: 1;
}

.play-button-container {
  z-index: 2;
  position: relative;
}

.video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.video-play-button {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}


.experts {
  --clr-background: #e6e6e0;
  background: url(),
    linear-gradient(var(--clr-background), var(--clr-background));
  background-size: cover;
}

.subscribe-body {
  --clr-background: #969d99;
  background: url(""),
    linear-gradient(var(--clr-background), var(--clr-background));
  background-size: cover;
  padding-bottom: 20px;
}

.footer {
  --clr-background: #8b8b8b;
  background: url("/images/header-bg-curly.png"),
    linear-gradient(var(--clr-background), var(--clr-background));
  background-size: cover;
}

/* Define keyframes for the animation */
@keyframes border-grow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.nav-link {
  margin-inline: 1rem;
  padding: 0.5rem 0;
  color: black;
  font-size: 22px;
}

.nav-link .nav-link-hover {
  position: relative;
  border-bottom: 1px solid transparent;
}

.nav-link .nav-link-hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bs-primary);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-link .nav-link-hover:hover::after {
  animation: border-grow 0.3s forwards;
}

/* Custom CSS to adjust the positioning of the dropdown menu */
.dropdown.dropstart {
  position: relative !important;
}

.dropdown.dropstart .dropdown-menu {
  position: absolute !important;
  top: 200% !important;
  right: 0;
}

.dropdown-toggle::before {
  display: none !important;
}

.offcanvas {
  max-width: 80%;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.btn:hover .fa-stack {
  transform: scale(1.5);
  /* Adjust the scale factor as needed */
  transition: transform 0.2s ease;
  /* Add transition for smooth animation */
}

.navbar-nav-1 .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav-1 .dropdown-menu {
  top: 100% !important;
  left: 1rem !important;
  padding: 1.5rem 2rem;
}

.navbar-nav-1 .dropdown-item {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.navbar-nav-1 .dropdown-item:hover {
  background-color: white !important;
  font-weight: bold;
}

.navbar-nav-1 .dropdown-item:hover::before {
  content: "\f111";
  color: var(--bs-primary);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.5rem;
}


.navbar-nav-1 .dropdown-toggle::after {
  border: none !important;
}

.navbar-nav-1 .dropdown-item {
  font-size: 14px !important;
  font-weight: 500;
}





.product-detail-button .fa-link,
.wish-list-button .fa-heart,
.wish-list-button .fa-refresh {
  font-size: 15px;
}

.product-detail-button:hover .fa-circle,
.wish-list-button:hover .fa-circle {
  color: var(--bs-primary) !important;
}

/* animation */
.product-image-container {
  position: relative;
}

.group-action {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.6s;
}

.group-action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-block {
  position: relative;
}


.product-block:hover .add-to-cart,
.product-block:hover .group-action {
  opacity: 1;
}

@media (max-width: 992px) {
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-heading {
    font-size: 2.3rem;
    text-align: center;
  }

  .statistic-img-1 {
    max-width: 200px;
    left: 10px;
  }

  .statistic-img-2 {
    max-width: 200px;
    right: 10px;
  }

  .ytb-video .modal-body {
    height: 200px !important;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0 !important;
  }

  100% {
    opacity: 1 !important;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1 !important;
  }

  100% {
    opacity: 0 !important;
  }
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 44px;
  border-radius: 50%;
  display: block;
  box-sizing: content-box;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  cursor: pointer;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: block;
  background: var(--bs-primary);
  cursor: pointer;
  animation: pulse-border 1500ms ease-in-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  background: var(--bs-primary);
  cursor: pointer;
  transition: all 200ms;
}

.video-play-button span {
  position: relative;
  display: block;
  z-index: 3;
  top: 6px;
  left: 4px;
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.back-to-top {
  position: fixed !important;
  bottom: 3%;
  right: 3% !important;
  z-index: 999;
  opacity: 0;
  transition: opacity 1s ease;
}


.direction-link a:hover {
  color: rgb(255, 174, 0) !important;
}

.header .carousel-inner img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.header .carousel-indicators {
  display: none;
}

.text-center .img-fluid {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials .position-relative img {
  width: 30% !important;
  height: 130px !important;
}

.subscribe img {
  width: 1200px !important;
  height: 95%;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 10px;
}

