@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap";
.font-1 {
  font-family: Jost, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.font-1-semi-bold {
  font-family: Jost, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.font-1-bold {
  font-family: Jost, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.font-2 {
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.font-3 {
  font-family: Comfortaa, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.font-3-bold {
  font-family: Comfortaa, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
:root {
  font-family: Jost, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 20px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --white: #fff;
  --black: rgba(30, 30, 30, 1);
  --border-1: rgba(30, 30, 30, 0.13);
  --new-border: #1e1e1e0d;
  --bg-1: rgba(30, 30, 30, 0.03);
  --select-bg: rgb(255, 255, 255);
  --text-1: rgba(30, 30, 30, 0.5);
  --text-2: rgba(52, 64, 84, 1);
  --highlight-1: rgba(111, 44, 145, 0.05);
  --primary-background: linear-gradient(
    65.39deg,
    #ed1d75 1.79%,
    #ee276b 22.45%,
    #ef3851 66.84%,
    #ef4136 98.57%
  );
  --header-width: 1200px;
  --main-width: 1200px;
  --purple: rgba(111, 44, 145, 1);
  --red: #ee276b;
  --blue: rgba(0, 102, 255, 1);
  --green: rgba(0, 201, 117, 1);
  --step-bg: rgba(249, 249, 249, 1);
  --processing-bg: rgba(253, 71, 4, 0.05);
  --processing: rgba(255, 176, 22, 1);
  --delivered-bg: rgba(0, 201, 117, 1);
  --cancelled-bg: rgba(255, 234, 225, 1);
  --cancelled: rgba(239, 65, 54, 1);
  --primary-color: linear-gradient(
    65.39deg,
    #ed1d75 1.79%,
    #ee276b 22.45%,
    #ef3851 66.84%,
    #ef4136 98.57%
  );
  --modal-backdrop: rgba(0, 0, 0, 0.5);
  --yellow: rgba(255, 176, 22, 1);
  --font-2: "Comfortaa", sans-serif;
  --banner-bg: #f2f6e5;
  --banner-bg-2: #eef3ef80;
  --green-text-2: #034e4e;
  --green-text: #034e4e;
}
* {
  box-sizing: border-box;
  font-family: Jost, sans-serif;
  padding: 0;
  margin: 0;
  color: var(--black);
  overscroll-behavior: contain !important;
}
button,
a {
  cursor: pointer;
}
a {
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: transparent;
}
body {
  overflow: hidden auto;
  overflow-anchor: none;
  background-color: var(--white);
}
body.show {
  opacity: 1 !important;
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  background: var(--primary-background);
}
.gradient-text {
  background-clip: text;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media screen and (width <= 1250px) {
  :root {
    --main-width: 950px;
    --header-width: 1050px;
  }
}
@media screen and (width <= 1000px) {
  :root {
    --main-width: 750px;
  }
}
@media screen and (width <= 767px) {
  :root {
    --main-width: 90%;
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
