
html, body {
  overflow-x: hidden;
}
  /* [data-aos], .animated {
  animation: none !important;
  transform: none !important;
} */
body{

  --bs-body-color: #0E5060;
}
:root, [data-bs-theme=light] {
  --bs-primary: #F49842;
  --bs-primary-rgb: 244,152,66;
  --bs-primary-text-emphasis: #623D1A;
  --bs-primary-bg-subtle: #FDEAD9;
  --bs-primary-border-subtle: #FBD6B3;
  --bs-secondary: #f4e9d0;
  --bs-secondary-rgb: 252,236,202;
  --bs-secondary-text-emphasis: #655E51;
  --bs-secondary-bg-subtle: #FEFBF4;
  --bs-secondary-border-subtle: #FEF7EA;
  --bs-secondary-bg: #0E5060;
  --bs-secondary-bg-rgb: 14,80,96;
 
}


.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #F49842;
  --bs-btn-border-color: #F49842;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F6A75E;
  --bs-btn-hover-border-color: #F5A255;
  --bs-btn-focus-shadow-rgb: 37,23,10;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F6AD68;
  --bs-btn-active-border-color: #F5A255;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #F49842;
  --bs-btn-disabled-border-color: #F49842;
}

.btn-outline-primary {
  --bs-btn-color: #F49842;
  --bs-btn-border-color: #F49842;
  --bs-btn-focus-shadow-rgb: 244,152,66;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F49842;
  --bs-btn-hover-border-color: #F49842;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F49842;
  --bs-btn-active-border-color: #F49842;
  --bs-btn-disabled-color: #F49842;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F49842;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f4e9d0;
  --bs-btn-border-color: #f4e9d0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FCEFD2;
  --bs-btn-hover-border-color: #FCEECF;
  --bs-btn-focus-shadow-rgb: 38,35,30;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FDF0D5;
  --bs-btn-active-border-color: #FCEECF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FCECCA;
  --bs-btn-disabled-border-color: #FCECCA;
}

.btn-outline-secondary {
  --bs-btn-color: #FCECCA;
  --bs-btn-border-color: #FCECCA;
  --bs-btn-focus-shadow-rgb: 252,236,202;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FCECCA;
  --bs-btn-hover-border-color: #FCECCA;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FCECCA;
  --bs-btn-active-border-color: #FCECCA;
  --bs-btn-disabled-color: #FCECCA;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FCECCA;
}

.zoom-rotate {
  transition: transform 1s ease-in-out;transform-style:preserve-3d;

}

.zoom-rotate:hover {
  transform: scale(1.2) rotate(10deg);z-index: 1000;
}
.shap-container {
  width: 7.5rem;
  height: 5rem;
}

.shape  {
  width: 2rem;
  height: 2rem;
  margin: 0.625rem;
  background: #f29837;
  margin: 1.25rem;
  text-align: center;
  line-height: 2.5rem;
  clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%, 30% 50%);
  animation: move 5000ms infinite alternate ease-in-out;

}
@keyframes direct {
  0%, 20% { transform: translate(0, 0); }
  80%, 100% { transform: translate(100px, 100px); }
}
@keyframes fire {
  0% {  transform: translateX(0) rotate(0deg);}
  25% { transform: translateX(100px) rotate(45deg);}
  50% { transform: translateX(200%) rotate(90deg);}
  75% { transform: translateX(300px) rotate(135deg);}
  100% { transform: translateX(400px) rotate(180deg);}
}
@keyframes fall {
  0% {  transform: translateX(0) rotate(0deg);}
  100% { transform: translateX(100px) rotate(360deg);}
}

.shap-container {
  transform-style: preserve-3d;
  width: 9.375rem;
  height: 6.25rem;
}

.shap {
  width: 2.5rem;
  height: 2.5rem;
  offset-position: auto;
  offset-path: ray(120deg farthest-corner);
  width: 2.5rem;
  height: 2.5rem;
  background: #f29837;
  margin: 1.25rem;
  text-align: center;
  line-height: 2.5rem;
  clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%, 30% 50%);
}

.direct-mv{
  animation: direct 5000ms infinite alternate ease-in-out;

}
.fire-mv{
  animation: fire 5000ms infinite alternate ease-in-out;

}
.fall-mv{
  animation: fall 5000ms infinite alternate ease-in-out;

}

/**/

/* Tab Container */
.tab-container {
  text-align: center;
  margin: 2rem auto;
  width: 80%;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 0.9375rem;
}

.tab-button {
  width: 9.375rem;
  padding: 0.3125rem 0.625rem;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0 2rem 0 2rem;
  cursor: pointer;
  margin: 0 0.3125rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.tab-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
}

.tab-button.active {
  background-color: #f29837;
  color: #fff;
  border-color: #f29837;
} 

.tab-content {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: none;
  animation-duration: 0.8s;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  color: #004f59;
  margin-bottom: 0.625rem;
}

.tab-content .items {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.tab-content .item {
  flex: 1;
  height: auto;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  animation-duration: 0.8s;
  padding: 0.625rem;
  flex-direction: column;
}

.tab-content .item ul {
  list-style-type: none;
  padding: 0;
}

.tab-content .item ul li {
  display: block;
  margin-bottom: 0.3125rem;
}
.item-title {
  color: #0E5060;
  border-left:0.5rem solid #ffd200;
  border-top: 0.5rem solid #ffd200;
  border-top-left-radius: 35%;
  opacity:0.9;
  border-bottom: 1rem solid #F4E9D0;
  border-bottom-left-radius: 10%;
}
/* Review Container */
.review-container {
  text-align: center;
  margin: 2rem auto;
  width: 80%;
}

.reviews {
  display: flex;
  justify-content: center;
  margin-bottom: 0.9375rem;
}

.review-button {
  width: 6.25rem;
  height: 6.25rem;
  background-size: cover;
  background-position: center;
  border: none;
  cursor: pointer;
  margin: 0 0.3125rem;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-button:hover {
  transform: scale(1.1);
  box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.3);
}

.review-button.active {
  outline: 0.1875rem solid #f29837;
}

.review-content {
  background: #fff;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: none;
  animation-duration: 0.8s;
}

.review-content h3 {
  color: #004f59;
}

.review-content p {
  color: #555;
  line-height: 1.5;
}
/**/

/* Responsive Design */
@media (max-width: 768px) {
  .tab-content .items {
    display: block;
  }

  .tab-content .item {
    margin-bottom: 0.625rem;
  }

  .hero-section {
    padding: 4rem 0;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section p {
    font-size: 1rem;
  }

  .review-button {
    width: 5rem;
    height: 5rem;
  }

  .tab-button {
    width: 7.5rem;
  }

  .shap-container {
    width: 7.5rem;
    height: 5rem;
  }

}


/**/