@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*
!Utilities Or Helper CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Shadows+Into+Light+Two&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

html,
body {
  overflow-x: hidden;
  background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
  color: #333;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  font-family: "Inter", sans-serif;
  color: #333;
}
@media (max-width: 700px) {
  p {
    font-size: 13px;
    line-height: 22px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 700px) {
  h6 {
    font-size: 14px;
    line-height: 19px;
  }
}

img,
svg {
  max-width: 100%;
}

a {
  color: unset;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
a:hover {
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  font-family: "Inter", sans-serif;
}

:focus {
  outline: none !important;
}

input,
select,
textarea {
  font-weight: 400;
  font-size: 16px;
  color: #101010;
  font-family: "Inter", sans-serif;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button {
  cursor: pointer;
  border: none !important;
  background-color: transparent;
  font-family: "Inter", sans-serif;
}

button:hover {
  border: none !important;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #75767C;
}

*::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #75767C;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #75767C;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #2280c8;
}

::selection {
  color: rgb(255, 255, 255);
  background: #2280c8;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #2280c8;
}

/*  Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.default_section_gap {
  margin-top: 50px;
}
@media (max-width: 700px) {
  .default_section_gap {
    margin-top: 30px;
  }
}

.home_videos_slider {
  position: relative;
}
.home_videos_slider .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev, .home_videos_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev i, .home_videos_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.home_videos_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.home_videos_slider .owl-theme .owl-nav :hover {
  background: none !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #1DAB7E !important;
}

.home_videos_slider {
  position: relative;
}
.home_videos_slider .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev, .home_videos_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev i, .home_videos_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.home_videos_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.home_videos_slider .owl-theme .owl-nav :hover {
  background: none !important;
}

.our_clint_slider1 {
  position: relative;
}
.our_clint_slider1 .owl-theme .custom-nav {
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
}
.our_clint_slider1 .owl-theme .custom-nav .owl-prev, .our_clint_slider1 .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.our_clint_slider1 .owl-theme .custom-nav .owl-prev i, .our_clint_slider1 .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.our_clint_slider1 .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.our_clint_slider1 .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.our_clint_slider1 .owl-theme .owl-nav :hover {
  background: none !important;
}
.our_clint_slider1 .additional_products_slider {
  position: relative;
}
.our_clint_slider1 .additional_products_slider .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.our_clint_slider1 .additional_products_slider .owl-theme .custom-nav .owl-prev, .our_clint_slider1 .additional_products_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.our_clint_slider1 .additional_products_slider .owl-theme .custom-nav .owl-prev i, .our_clint_slider1 .additional_products_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.our_clint_slider1 .additional_products_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.our_clint_slider1 .additional_products_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.our_clint_slider1 .additional_products_slider .owl-theme .owl-nav :hover {
  background: none !important;
}

.our_clint_slider1 .owl-theme .owl-dots .owl-dot {
  margin-top: 30px !important;
}

.our_clint_slider {
    position: relative;
  }
  .our_clint_slider .owl-theme .custom-nav {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
  }
  .our_clint_slider .owl-theme .custom-nav .owl-prev, .our_clint_slider .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
  .our_clint_slider .owl-theme .custom-nav .owl-prev i, .our_clint_slider .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
  }
  .our_clint_slider .owl-theme .custom-nav .owl-prev {
    left: -55px;
  }
  .our_clint_slider .owl-theme .custom-nav .owl-next {
    right: -55px;
  }
  .our_clint_slider .owl-theme .owl-nav :hover {
    background: none !important;
  }
  .our_clint_slider .additional_products_slider {
    position: relative;
  }
  .our_clint_slider .additional_products_slider .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  }
  .our_clint_slider .additional_products_slider .owl-theme .custom-nav .owl-prev, .our_clint_slider .additional_products_slider .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
  .our_clint_slider .additional_products_slider .owl-theme .custom-nav .owl-prev i, .our_clint_slider .additional_products_slider .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
  }
  .our_clint_slider .additional_products_slider .owl-theme .custom-nav .owl-prev {
    left: -55px;
  }
  .our_clint_slider .additional_products_slider .owl-theme .custom-nav .owl-next {
    right: -55px;
  }
  .our_clint_slider .additional_products_slider .owl-theme .owl-nav :hover {
    background: none !important;
  }

  .our_clint_slider .owl-theme .owl-dots .owl-dot {
    margin-top: 30px !important;
  }

  .our_clint_slider2 {
    position: relative;
  }
  .our_clint_slider2 .owl-theme .custom-nav {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
  }
  .our_clint_slider2 .owl-theme .custom-nav .owl-prev, .our_clint_slider2 .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
  .our_clint_slider2 .owl-theme .custom-nav .owl-prev i, .our_clint_slider2 .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
  }
  .our_clint_slider2 .owl-theme .custom-nav .owl-prev {
    left: -55px;
  }
  .our_clint_slider2 .owl-theme .custom-nav .owl-next {
    right: -55px;
  }
  .our_clint_slider2 .owl-theme .owl-nav :hover {
    background: none !important;
  }
  .our_clint_slider2 .additional_products_slider {
    position: relative;
  }
  .our_clint_slider2 .additional_products_slider .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  }
  .our_clint_slider2 .additional_products_slider .owl-theme .custom-nav .owl-prev, .our_clint_slider2 .additional_products_slider .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
  .our_clint_slider2 .additional_products_slider .owl-theme .custom-nav .owl-prev i, .our_clint_slider2 .additional_products_slider .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
  }
  .our_clint_slider2 .additional_products_slider .owl-theme .custom-nav .owl-prev {
    left: -55px;
  }
  .our_clint_slider 2.additional_products_slider .owl-theme .custom-nav .owl-next {
    right: -55px;
  }
  .our_clint_slider2 .additional_products_slider .owl-theme .owl-nav :hover {
    background: none !important;
  }

  .our_clint_slider2 .owl-theme .owl-dots .owl-dot {
    margin-top: 30px !important;
  }

.additional_products_slider {
  position: relative;
}
.additional_products_slider .owl-theme .custom-nav {
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
}
.additional_products_slider .owl-theme .custom-nav .owl-prev, .additional_products_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.additional_products_slider .owl-theme .custom-nav .owl-prev i, .additional_products_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.additional_products_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.additional_products_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.additional_products_slider .owl-theme .owl-nav :hover {
  background: none !important;
}
.additional_products_slider .additional_products_slider {
  position: relative;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-prev, .additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-prev i, .additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.additional_products_slider .additional_products_slider .owl-theme .owl-nav :hover {
  background: none !important;
}

.others_products {
  position: relative;
}
.others_products .owl-theme .custom-nav {
  position: absolute;
  top: -35%;
  left: 0;
  right: 0;
}
.others_products .owl-theme .custom-nav .owl-prev, .others_products .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.others_products .owl-theme .custom-nav .owl-prev i, .others_products .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.others_products .owl-theme .custom-nav .owl-prev {
  right: 18px;
}
.others_products .owl-theme .custom-nav .owl-next {
  right: -40px;
}
.others_products .owl-theme .owl-nav :hover {
  background: none !important;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* ============ ScrollToUP Section =========== */
#top_button {
  display: block; /* Ensure the button is always visible */
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 999;
  background-color: transparent;
  width: 255px;
  height: 69px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.hover-effect {
  background-color: #FFF;
  color: #333;
  font-weight: bold;
  font-size: 0.875rem; /* 14px */
  width: 160.568px;
  height: 34.544px;
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.3s, transform 0.3s;
}

.hover-effect:hover {
  background-color: #282925;
  color: #FFF;
  transform: scale(1.05);
}

.default_btn {
  position: relative;
  background-color: #1DAB7E;
  color: white;
  border: none;
  border-radius: 5px;
  height: 50px;
  width: 182px;
  margin-top: 20px; /* equivalent to mt-5 */
  font-size: 1rem; /* 16px, optional for better text visibility */
  overflow: hidden; /* Ensure pseudo-element is contained */
  transition: background-color 0.3s, color 0.3s; /* Transition background and text color */
}
@media (max-width: 700px) {
  .default_btn {
    width: 115px;
    height: 35px;
    font-size: small;
  }
}

.default_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* Start from the right */
  width: 300%; /* Increase width for sliding effect */
  height: 100%;
  background: linear-gradient(to left, transparent 33%, #1DAB7E 16%, #1DAB7E 66%, transparent 66%);
  transition: transform 0.8s ease; /* Smoother transition */
  transform: translateX(100%); /* Initial position off the right */
  border-radius: 5px; /* Maintain border radius */
}

.default_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent; /* Initial transparent border */
  border-radius: 5px;
  transition: border-color 0.6s ease; /* Smoother transition for border */
}

.default_btn:hover::before {
  transform: translateX(0); /* Slide in on hover */
}

.default_btn:hover::after {
  border-color: #1DAB7E; /* Change border color on hover */
}

.default_btn:hover {
  background-color: white;
  color: black;
}

.toggle-content {
  display: none; /* Hide by default */
  margin-left: 3px;
  position: relative;
}

#searchInput {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem;
  width: 400px; /* Adjust width as needed */
}
@media (max-width: 700px) {
  #searchInput {
    width: 140px;
  }
}

#close-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 5px;
  display: none; /* Hide close button by default */
}

.variant_button {
  background-color: transparent;
  color: black;
  border-radius: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #1DAB7E !important;
  font-size: 12px;
}

.variant_button:hover {
  border: 1px solid #1DAB7E !important;
}

.variant_button:focus {
  background-color: #1DAB7E;
  color: white;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -68%;
  transform: translate(-50%, -50%);
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -46px;
  bottom: -42px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  animation-delay: 0s;
}

.wave-2 {
  animation-delay: 1s;
}

.wave-3 {
  animation-delay: 2s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #1DAB7E !important;
}

.hover-animation-card {
  position: relative;
}

.hover-animation-card img {
  position: absolute;
  transition: opacity 1s ease-in-out;
}

.hover-animation-card img.image-back:hover {
  opacity: 0;
  cursor: pointer;
}

@keyframes fillFromBottom {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 0.7;
  }
}
@keyframes textMove {
  0% {
    bottom: 0;
    transform: translateY(0);
  }
  100% {
    bottom: 50%;
    transform: translateY(50%);
  }
}
/* Default State: Positioned at the bottom */
.bg-cover {
  height: 75px; /* Adjust the height to fit the text */
}

/* Hover State: Move background to fill and text to the center */
.group:hover .bg-cover {
  animation: fillFromBottom 1s ease-out forwards;
  height: 100%; /* Fill the entire height on hover */
}

.group:hover .bg-cover p {
  animation: textMove 1s ease-out forwards;
  position: absolute;
  left: 30%;
  transform: translateX(-50%);
}

.circle {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0EEEB;
}

.logo {
  position: absolute;
  width: 148px;
  height: 25px;
  background: url("/assets/images/icons/logo_footwear.svg");
  background-size: cover;
  border-radius: 100vmax;
  background-position: center;
}

.text {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.text span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 125px;
}/*# sourceMappingURL=style.css.map */
