.element-layout-banner {
  position: relative;
  overflow: hidden;
}
.element-layout-banner .item {
  position: relative;
  width: 100%;
}
.element-layout-banner .item .item-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 880px;
  width: 100%;
}
@media (min-width: 2500px) {
  .element-layout-banner .item .item-content {
    height: 1000px;
  }
}
@media (max-width: 991px) {
  .element-layout-banner .item .item-content {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .element-layout-banner .item .item-content {
    height: 450px;
  }
}
.element-layout-banner .item .info-inner {
  max-width: 500px;
}
.element-layout-banner .item .info-inner .description {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation-delay: 0.3s;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}
.element-layout-banner .item .info-inner .sub-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4;
  animation-delay: 0.5s;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}
@media (max-width: 767px) {
  .element-layout-banner .item .info-inner .sub-title {
    font-size: 1.5rem;
  }
}
.element-layout-banner .item .info-inner .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
  animation-delay: 0.7s;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}
@media (max-width: 991px) {
  .element-layout-banner .item .info-inner .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .element-layout-banner .item .info-inner .title {
    font-size: 1.5rem;
  }
}
.element-layout-banner .item .info-inner .button-group {
  animation-delay: 0.9s;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button {
  background-color: #fff;
  color: #000;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  max-width: 170px;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button:hover {
  background-color: #000;
  color: #fff;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button:hover .button-icon svg {
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button:hover path {
  stroke: #fff;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button .button-text {
  margin-right: 8px;
  white-space: nowrap;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button .button-icon {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button .button-icon svg {
  transition: inherit;
}
.element-layout-banner .owl-nav button.owl-prev,
.element-layout-banner .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 50%;
}
.element-layout-banner .owl-nav button.owl-prev:hover,
.element-layout-banner .owl-nav button.owl-next:hover {
  background: #fff !important;
}
.element-layout-banner .owl-nav button.owl-prev span,
.element-layout-banner .owl-nav button.owl-next span {
  font-size: 24px;
  line-height: 24px;
}
.element-layout-banner .owl-nav button.owl-prev {
  left: 20px;
}
.element-layout-banner .owl-nav button.owl-next {
  right: 20px;
}
.element-layout-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.element-layout-banner .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.5);
}
.element-layout-banner .owl-dots .owl-dot.active span, .element-layout-banner .owl-dots .owl-dot:hover span {
  background: #fff;
}
@media (max-width: 768px) {
  .element-layout-banner {
    padding-top: 85px;
  }
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-slider {
  width: 100%;
  margin: 0 auto;
  height: 80px;
  overflow: hidden;
}
.text-slider .mx-auto {
  margin: 0 auto;
  height: 100%;
}
.text-slider .slider-container {
  display: flex;
  width: 200%;
  animation: slider 50s infinite linear;
  padding: 30px 0;
}
.text-slider .slider-container .scroll-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.text-slider .slider-container .scroll-track .scroll-item {
  flex-shrink: 0;
}
.text-slider .slider-container .scroll-track .scroll-item h4 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: relative;
  margin-bottom: 0;
}
.text-slider .slider-container .scroll-track .scroll-item h4:after {
  background: #181818;
  border-radius: 100%;
  content: "";
  height: 6px;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.text-slider .slider-container .scroll-track .scroll-item h4 p {
  margin-bottom: 0;
}
.text-slider .slider-container .scroll-track .scroll-item h4 svg {
  margin-right: 15px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .text-slider {
    height: 50px;
  }
  .text-slider .mx-auto {
    padding: 0 10px;
  }
  .text-slider .slider-container {
    padding: 16px 0;
  }
}

@keyframes slider {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.wrapper-text-scrolling {
  width: 100%;
  margin: 0 auto;
}
.wrapper-text-scrolling .text-scrolling {
  overflow: hidden;
  height: 80px;
  position: relative;
}
.wrapper-text-scrolling .text-scrolling .text {
  animation: scrolling-type-1 10s infinite linear;
  position: absolute;
  min-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.banner-center .link_banner a.inline-block.btn.button {
  background-color: #ffffff;
  margin: 0px 20px 0px 20px;
  padding: 7px 25px 7px 25px;
  border-radius: 52px 52px 52px 52px;
  box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.0588235294);
  transition: all 0.3s ease;
}
.banner-center .link_banner a.inline-block.btn.button:hover {
  background-color: #000000;
  color: #ffffff;
}
.banner-center .banner-img.group {
  width: 50%; /* two columns */
  overflow: hidden;
  position: relative;
  display: block;
}
.banner-center .banner-img.group img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px; /* ensures consistent height */
  -o-object-fit: cover;
     object-fit: cover; /* crop to fill */
  transition: transform 0.35s ease, opacity 0.25s ease;
  transform-origin: center center;
}
.banner-center .banner-img.group:hover img {
  transform: scale(1.05);
}

.product-list .product-categories .left-product_category {
  grid-gap: 1rem;
}
.product-list .product-categories .left-product_category .category-item {
  font-size: 12px;
  text-transform: uppercase;
}
.product-list .product-categories .left-product_category .category-item.product-category {
  color: #757575;
}
.product-list .product-categories .left-product_category .category-item.product-category:hover {
  color: #f15928;
}
.product-list .product-categories .center h3 {
  font-size: 2rem;
}
.product-list .product-categories .right a:hover {
  transition: all 0.3s ease;
  color: #f15928;
}
@media (max-width: 768px) {
  .product-list .product-categories {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
  }
  .product-list .product-categories .left-product_category {
    display: none !important;
  }
  .product-list .product-categories .center h3 {
    font-size: 1.5rem;
  }
  .product-list .product-categories .right a:hover {
    transition: all 0.3s ease;
    color: #f15928;
  }
}

.feature {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 90px 30px 90px 30px;
  background: #f5f5f5;
}
.feature .features-flex {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.feature .features-flex .feature-card {
  padding: 10px;
}
.feature .features-flex .feature-card .content {
  padding: 0px 50px 0px 0px;
}
.feature .features-flex .feature-card .icon-wrapper {
  margin-bottom: 1rem;
}
.feature .features-flex .feature-card .icon-wrapper .icon {
  width: 50px;
}
.feature .features-flex .feature-card .icon-wrapper .icon .img {
  transition-duration: 0.3s;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
.feature .features-flex .feature-card:hover .icon-wrapper .icon {
  animation: hexagon_icon 1s linear infinite;
}

.collection-instagram .collection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}
.collection-instagram .collection .item {
  width: 20%;
  max-width: 20%;
  position: relative;
  overflow: hidden;
}
.collection-instagram .collection .item .box_img {
  margin: 5px 5px 5px 5px;
  display: block;
  position: relative;
  overflow: hidden;
}
.collection-instagram .collection .item .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.collection-instagram .collection .item:hover img {
  transform: scale(1.05);
}
.collection-instagram .collection .item:first-child {
  width: 40%;
  max-width: 40%;
  margin: 5px 0;
}
.collection-instagram .collection .item:first-child.background-content {
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}
.collection-instagram .collection .item:first-child.background-content .content {
  position: absolute;
  bottom: 0;
  left: 120px;
  right: 0;
  top: 100px;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.collection-instagram .collection .item:first-child.background-content .content .text-left {
  margin-bottom: 1rem;
}
.collection-instagram .collection .item:first-child.background-content .content .text-left .title_block .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .collection-instagram .collection .item:first-child.background-content .content .text-left .title_block .title {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .collection-instagram .collection .item:first-child.background-content .content .text-left .title_block .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .collection-instagram .collection .item:first-child.background-content .content .text-left .title_block .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .collection-instagram .collection .item:first-child.background-content .content .text-left .title_block .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.collection-instagram .collection .item:first-child.background-content .content .text-left .desc p {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.5;
}
.collection-instagram .collection .item:first-child.background-content .content .text-left .desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .collection-instagram .collection .item:first-child.background-content .content .text-left .desc p {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .collection-instagram .collection .item:first-child.background-content .content .text-left .desc p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .collection-instagram .collection .item:first-child.background-content .content .text-left .desc p {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
.collection-instagram .collection .item:first-child.background-content .content .botton-right .btn.button {
  color: #000;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  min-width: 140px;
}
.collection-instagram .collection .item:first-child.background-content .content .botton-right .btn.button:hover {
  color: #f15928;
  transform: translateY(-2px);
}
.collection-instagram .collection .item:first-child.background-content .content .botton-right .btn.button .button-text {
  margin-right: 8px;
}
@media (max-width: 1200px) {
  .collection-instagram .collection .item:first-child.background-content .content .botton-right .btn.button {
    padding: 10px 20px;
    font-size: 13px;
    max-width: 160px;
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .collection-instagram .collection .item:first-child.background-content .content .botton-right .btn.button {
    padding: 8px 16px;
    font-size: 12px;
    max-width: 140px;
    min-width: 100px;
  }
}
@media (max-width: 480px) {
  .collection-instagram .collection .item:first-child.background-content .content .botton-right .btn.button {
    padding: 6px 12px;
    font-size: 11px;
    max-width: 120px;
    min-width: 90px;
  }
  .collection-instagram .collection .item:first-child.background-content .content .botton-right .btn.button .button-text {
    margin-right: 4px;
  }
}
@media (max-width: 1400px) {
  .collection-instagram .collection .item:first-child.background-content .content {
    left: 80px;
    top: 0px;
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .collection-instagram .collection .item:first-child.background-content .content {
    left: 60px;
    top: 0px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .collection-instagram .collection .item:first-child.background-content .content {
    left: 40px;
    right: 40px;
    top: 0px;
    bottom: 40px;
    padding: 15px;
  }
  .collection-instagram .collection .item:first-child.background-content .content .text-left {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 480px) {
  .collection-instagram .collection .item:first-child.background-content .content {
    left: 20px;
    right: 20px;
    top: 0px;
    bottom: 20px;
    padding: 10px;
  }
  .collection-instagram .collection .item:first-child.background-content .content .text-left {
    margin-bottom: 0.5rem;
  }
}
.collection-instagram .collection .item:last-child {
  width: 40%;
  max-width: 40%;
}
@media (max-width: 1200px) {
  .collection-instagram .collection .item:first-child .content {
    padding: 30px 20px;
  }
  .collection-instagram .collection .item:first-child .content .text-left .title_block .title {
    font-size: 24px;
  }
  .collection-instagram .collection .item:first-child .content .text-left .desc p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .collection-instagram .collection {
    flex-direction: column;
    height: auto;
  }
  .collection-instagram .collection .item {
    width: 100% !important;
    max-width: 100% !important;
    height: 250px;
  }
  .collection-instagram .collection .item:first-child {
    height: 300px;
  }
  .collection-instagram .collection .item:first-child .content {
    padding: 20px 15px;
  }
  .collection-instagram .collection .item:first-child .content .text-left {
    margin-bottom: 1rem;
  }
  .collection-instagram .collection .item:first-child .content .text-left .title_block .title {
    font-size: 20px;
  }
  .collection-instagram .collection .item:first-child .content .text-left .desc {
    margin-top: 15px;
  }
  .collection-instagram .collection .item:first-child .content .text-left .desc p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .collection-instagram .collection .item {
    height: 200px;
  }
  .collection-instagram .collection .item:first-child {
    height: 250px;
  }
  .collection-instagram .collection .item:first-child .content {
    padding: 15px 10px;
  }
  .collection-instagram .collection .item:first-child .content .text-left .title_block .title {
    font-size: 18px;
  }
  .collection-instagram .collection .item:first-child .content .botton-right .btn.button {
    padding: 10px 20px;
    font-size: 12px;
  }
}

@keyframes fadeInActions {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scrolling-type-1 {
  0% {
    transform: translate(0, 0%);
    opacity: 0%;
  }
  10% {
    opacity: 100%;
  }
  90% {
    opacity: 100%;
  }
  100% {
    transform: translate(-100%, 0%);
    opacity: 0%;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.visible {
  opacity: 1;
}

@keyframes hexagon_icon {
  16.65% {
    transform: translate(5px);
  }
  33.3% {
    transform: translate(-4px);
  }
  49.95% {
    transform: translate(3px);
  }
  66.6% {
    transform: translate(-2px);
  }
  83.25% {
    transform: translate(1px);
  }
  to {
    transform: translate(0);
  }
}
