:root {
  --theme-color: #C5D696;
  --new-blc: #001D3C;
  --blueviolet: #8000CB;
}

.theme-color2 {
  --theme-color: #094380;
}

.theme-color3 {
  --theme-color: #7520dd;
}

.theme-color4 {
  --theme-color: #e87316;
}

.theme-color5 {
  --theme-color: #df4246;
}

.theme-color6 {
  --theme-color: #51983c;
}

.text-color {
  color: #6d6d6d;
}

/**=====================
    common mixins css start
==========================**/
/*======= Font Awesome Font Family And Weight Start  ======= */
/*======= Font Awesome Font Family And Weight End  ======= */
/*======= position css starts  ======= */
/*======= position css ends  ======= */
/*======= display flex css starts  ======= */
/*======= display flex css ends  ======= */
/*======= Font-color css starts  ======= */
.font-default {
  color: #232323 !important;
}

.font-dark {
  color: rgba(35, 35, 35, 0.65) !important;
}

.font-light {
  color: #7e7e7e !important;
}

.font-dark-30 {
  color: #232323 !important;
}

/*======= Font-color css end  ======= */
/*======= buttons css starts  ======= */
.btn-solid-dark {
  color: #fff;
  background-color: unset;
  border: 1px solid #232323;
  overflow: hidden;
}
.btn-solid-dark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-dark:hover, .btn-solid-dark:focus {
  color: var(--theme-color);
}
.btn-solid-dark:hover::before, .btn-solid-dark:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-dark:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-dark:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-dark:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}

.btn-solid-light {
  color: #fff;
  background-color: unset;
  border: 1px solid #fefefe;
  overflow: hidden;
  color: #fff;
}
.btn-solid-light::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-light:hover, .btn-solid-light:focus {
  color: var(--theme-color);
}
.btn-solid-light:hover::before, .btn-solid-light:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-light:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-light:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-light:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}
.btn-solid-light:hover, .btn-solid-light:focus, .btn-solid-light:active, .btn-solid-light.active {
  color: #000;
}

.btn-solid-default {
  color: #fff;
  background-color: unset;
  border: 1px solid var(--theme-color);
  overflow: hidden;
}
.btn-solid-default::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-default:hover, .btn-solid-default:focus {
  color: var(--theme-color);
}
.btn-solid-default:hover::before, .btn-solid-default:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-default:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-default:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-default:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}

/*======= buttons css end  ======= */
/*======= align css starts  ======= */
/*======= align css ends  ======= */
/*======= breakpoint css ends  ======= */
/**=====================
    breakpoint mixins css start
==========================**/
@keyframes rounded {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run-shoes {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    transform: rotate(5deg);
    transform-origin: left;
  }
  75% {
    transform: rotate(-5deg);
    transform-origin: right;
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
  }
}
@keyframes ripple-1 {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 115, 22, 0.3), 0 0 0 1em rgba(232, 115, 22, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(232, 115, 22, 0.3), 0 0 0 1.5em rgba(232, 115, 22, 0);
  }
}
@keyframes ripple-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
  }
}
@keyframes rotate-flower {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes back {
  0% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-13px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes regMask {
  0% {
    transform: translate(0px, 0px) scale(0);
  }
  50% {
    transform: translate(100px, 100px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes regMaskR {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  50% {
    transform: translate(150px, -150px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(0);
  }
}
@keyframes regTag {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  50% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  100% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
}
@keyframes regTag2 {
  0% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
  100% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
}
@keyframes regTagR {
  0% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
  25% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  50% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes regTag2R {
  0% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
  100% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes buttons-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(15deg);
  }
  3% {
    transform: rotateZ(-14deg);
  }
  5% {
    transform: rotateZ(17deg);
  }
  7% {
    transform: rotateZ(-16deg);
  }
  9% {
    transform: rotateZ(15deg);
  }
  11% {
    transform: rotateZ(-14deg);
  }
  13% {
    transform: rotateZ(13deg);
  }
  15% {
    transform: rotateZ(-12deg);
  }
  17% {
    transform: rotateZ(12deg);
  }
  19% {
    transform: rotateZ(-10deg);
  }
  21% {
    transform: rotateZ(9deg);
  }
  23% {
    transform: rotateZ(-8deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  27% {
    transform: rotateZ(-5deg);
  }
  29% {
    transform: rotateZ(5deg);
  }
  31% {
    transform: rotateZ(-4deg);
  }
  33% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  37% {
    transform: rotateZ(1deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes floating {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-187%);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes moveDown {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes pendulum {
  20% {
    transform: rotate(60deg);
  }
  40% {
    transform: rotate(-40deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
@keyframes catHi {
  0%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  10%, 60% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes catShadow {
  0%, 100% {
    transform: translate(40px, -35px) scale(0.3);
  }
  10%, 60% {
    opacity: 1;
    transform: translate(-5px, 10px) scale(0.5);
  }
  60% {
    opacity: 0;
  }
}
@keyframes moveBox {
  0% {
    opacity: 0;
    transform: translate(0, -150px) rotate(20deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, 100px) rotate(-15deg);
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, 570px) rotate(0deg);
  }
  45%, 100% {
    opacity: 0;
    transform: translate(0, 570px);
  }
}
@keyframes parachute {
  0% {
    transform: translate(0, -150px) rotate(20deg) scale(0.8);
    opacity: 0;
  }
  15% {
    transform: translate(0, 100px) rotate(-15deg) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  33% {
    transform: translate(0, 460px) rotate(0deg) scale(0.9);
    opacity: 1;
  }
  45%, 100% {
    transform: translate(0, 480px);
    opacity: 0;
  }
}
@keyframes fadeInOut {
  5%, 12% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
@keyframes clouds {
  from {
    transform: translate(-150%, 0);
  }
  to {
    transform: translate(150%, 0);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**=====================
     header css start
==========================**/
header .top-header {
  padding: 16px 0;
  background-color: #f0f3f8;
}
header .top-header-black {
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
}
header .top-header-white {
  background-color: #fff;
}
@media (max-width: 575px) {
  header .top-header {
    padding: 10px 0;
  }
}
header .top-header .row {
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (max-width: 575px) {
  header .top-header .row {
    justify-content: flex-end;
  }
}
header .top-header .border-list {
  padding-right: 6px;
}
[dir=rtl] header .top-header .border-list {
  padding-right: unset;
  padding-left: 6px;
}
header .top-header .border-list > li {
  padding: 0 20px;
  margin-right: -5px;
}
[dir=rtl] header .top-header .border-list > li {
  margin-right: unset;
  margin-left: -5px;
}
@media (max-width: 1366px) {
  header .top-header .border-list > li {
    padding: 0 10px;
  }
}
header .top-header .border-list > li a {
  color: #232323;
}
header .top-header .border-list > li a:hover {
  background-color: transparent;
}
header .top-header .border-list > li a i {
  vertical-align: middle;
  font-size: 11px;
  padding-left: 5px;
}
[dir=rtl] header .top-header .border-list > li a i {
  padding-left: unset;
  padding-right: 5px;
}
@media (max-width: 575px) {
  header .top-header .border-list > li a i {
    font-size: 9px;
  }
}
header .top-header .border-list > li .dropdown-menu li a:active {
  background-color: var(--theme-color);
  color: #fff;
}
header .top-header .border-list > li:first-child {
  padding-left: 0;
}
[dir=rtl] header .top-header .border-list > li:first-child {
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 575px) {
  header .top-header .border-list > li:first-child {
    display: none;
  }
}
header .top-header .border-list > li:last-child {
  padding-right: 0;
}
[dir=rtl] header .top-header .border-list > li:last-child {
  padding-right: 10px;
  padding-left: 0;
}
header .top-header .border-list > li + li {
  border-left: 1px solid rgba(35, 35, 35, 0.15);
}
[dir=rtl] header .top-header .border-list > li + li {
  border-left: unset;
  border-right: 1px solid rgba(35, 35, 35, 0.15);
}
@media (max-width: 575px) {
  header .top-header .border-list > li:nth-child(2) {
    border: none !important;
  }
}
@media (max-width: 575px) {
  header .top-header .dropdown {
    font-size: 13px;
  }
}
header .top-header .dropdown .dropdown-toggle::after {
  display: none;
}
[dir=rtl] header .top-header .dropdown.top-header-dropdown .dropdown-menu {
  left: 0;
}
header .top-header .dropdown.top-header-dropdown .dropdown-menu li .dropdown-item:focus {
  background-color: var(--theme-color);
  color: #fff;
}
header .main-menu {
  justify-content: space-between;
}
header .main-menu .menu-left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .main-menu .menu-right {
    padding-right: 8px;
  }
  [dir=rtl] header .main-menu .menu-right {
    padding-right: unset;
    padding-left: 8px;
  }
}
header .main-menu .menu-right .cart-menu .nav-active a {
  color: var(--theme-color);
}
header .main-menu .menu-right .cart-menu .media-body a:hover {
  color: var(--theme-color);
}
header .main-menu .menu-right .search-box {
  padding: 10px 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
}
header .main-menu .menu-right .search-box.black-search-icon {
  color: #212529;
}
@media (max-width: 1366px) {
  header .main-menu .menu-right .search-box {
    padding: 6px 8px;
  }
}
@media (max-width: 575px) {
  header .main-menu .menu-right .search-box {
    padding: 4px 6px;
  }
}
@media (max-width: 575px) {
  header .main-menu .menu-right .search-box svg {
    width: 16px;
  }
}
header .main-menu .menu-right > ul {
  display: flex;
  align-items: center;
}
header .main-menu .menu-right > ul > li svg {
  width: 20px;
}
@media (max-width: 1366px) {
  header .main-menu .menu-right > ul > li svg {
    width: 18px;
  }
}
header .main-menu .menu-right > ul > li + li {
  margin-left: 20px;
}
[dir=rtl] header .main-menu .menu-right > ul > li + li {
  margin-left: unset !important;
  margin-right: 20px;
}
@media (max-width: 575px) {
  header .main-menu .menu-right > ul > li + li {
    margin-left: 10px;
  }
  [dir=rtl] header .main-menu .menu-right > ul > li + li {
    margin-right: 10px;
  }
}
header .main-menu .menu-right .cart-media {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .main-menu .menu-right .cart-media .cart-icon {
  position: relative;
}
header .main-menu .menu-right .cart-media .cart-icon .label {
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: -8px;
  padding: 0;
  line-height: 1;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-menu .menu-right .cart-media .cart-content {
  margin-left: 20px;
}
@media (max-width: 767px) {
  header .main-menu .menu-right .cart-media .cart-content {
    display: none;
  }
}
header .main-menu .menu-right .cart-media .cart-content h6 {
  line-height: 1;
}
header .main-menu .menu-right .cart-media .cart-content span {
  font-size: 13px;
}
[dir=rtl] header .main-menu .menu-right .cart-media .cart-content {
  margin-left: unset;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  header .main-menu nav {
    margin-left: auto;
    margin-right: 15px;
  }
  [dir=rtl] header .main-menu nav {
    margin-left: 15px;
    margin-right: auto !important;
  }
}
@media (max-width: 575px) {
  header .main-menu nav {
    margin-right: 15px;
  }
  [dir=rtl] header .main-menu nav {
    margin-left: 15px;
  }
}
header .category-menu {
  margin-left: 30px;
}
[dir=rtl] header .category-menu {
  margin-left: unset !important;
  margin-right: 30px;
}
@media (max-width: 1366px) {
  header .category-menu {
    margin-left: 20px;
  }
  [dir=rtl] header .category-menu {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  header .category-menu {
    margin-left: 10px;
  }
  [dir=rtl] header .category-menu {
    margin-right: 10px;
  }
}
header .category-menu .btn {
  padding: 9px 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  header .category-menu .btn {
    padding: 6px 12px;
  }
}
header .category-menu .btn i {
  font-size: 11px;
  vertical-align: middle;
  padding-left: 5px;
}
[dir=rtl] header .category-menu .btn i {
  padding-left: unset;
  padding-right: 5px;
}

/**=====================
     home section css start
==========================**/
.home-section {
  overflow: hidden;
}
.home-section .home-slider {
  width: 100%;
  height: 420px;
  position: relative;
}
[dir=rtl] .home-section .home-slider {
  direction: rtl;
}
@media (max-width: 1199px) {
  .home-section .home-slider {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .home-section .home-slider {
    background-position: left !important;
  }
  [dir=rtl] .home-section .home-slider {
    background-position: right !important;
  }
}
@media (max-width: 575px) {
  .home-section .home-slider {
    height: 127px;
  }
}
@media (max-width: 360px) {
  .home-section .home-slider {
    height: 91px;
  }
}
.home-section .home-wrap {
  height: 100%;
}
.home-section .home-wrap h4 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  margin-top: -4px;
}
@media (max-width: 1199px) {
  .home-section .home-wrap h4 {
    font-size: calc(16px + 2 * (100vw - 320px) / 879);
  }
}
.home-section .home-wrap h6 {
  color: #212529;
}
.home-section .home-wrap p {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #212529;
}
@media (max-width: 1660px) {
  .home-section .home-wrap p {
    max-width: 90%;
  }
}
@media (max-width: 1366px) {
  .home-section .home-wrap p {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .home-section .home-wrap p {
    max-width: 89%;
  }
}
.home-section .home-wrap .discover-block {
  margin-top: calc(20px + 20 * (100vw - 320px) / 1600);
}
[dir=rtl] .home-section .home-wrap .discover-block {
  text-align: right;
}
@media (max-width: 480px) {
  .home-section .home-wrap .discover-block {
    margin-top: 10px;
  }
}
.home-section .home-wrap .discover-block .d-flex {
  align-items: center;
}
.home-section .home-wrap .discover-block .play-icon {
  width: calc(30px + 20 * (100vw - 320px) / 1600);
  height: calc(30px + 20 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  position: relative;
  z-index: 1;
}
.home-section .home-wrap .discover-block .play-icon::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: var(--theme-color);
  border-radius: 100%;
  opacity: 0.1;
  left: -5px;
  top: -5px;
  z-index: -1;
}
.home-section .home-wrap .discover-block .play-icon i {
  margin-left: 3px;
}
[dir=rtl] .home-section .home-wrap .discover-block .play-icon i {
  margin-right: 0;
  margin-left: unset;
}
.home-section .home-wrap .discover-block .discover-content {
  margin-left: 20px;
}
@media (max-width: 360px) {
  .home-section .home-wrap .discover-block .discover-content {
    margin-left: 18px;
  }
}
[dir=rtl] .home-section .home-wrap .discover-block .discover-content {
  margin-right: 20px;
  margin-left: unset;
  text-align: right;
}
@media (max-width: 360px) {
  [dir=rtl] .home-section .home-wrap .discover-block .discover-content {
    margin-right: 18px;
  }
}
.home-section .home-social {
  position: absolute;
}
.home-section .home-social ul {
  display: flex;
  align-items: center;
}
.home-section .home-social ul li a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.home-section .home-social ul li img {
  margin-right: 5px;
}
.home-section .home-social ul li img [dir=rtl] {
  margin-right: unset;
  margin-left: 5px;
}
.home-section .home-social ul li span {
  vertical-align: -2px;
  font-weight: 600;
  color: #212529;
}

.home-section-3 .slider-arrow {
  position: absolute;
  right: 185px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section-3 .slider-arrow .left-arrow .btn,
.home-section-3 .slider-arrow .right-arrow .btn {
  padding: 0;
  background: unset;
  text-transform: uppercase;
}
.home-section-3 .slider-arrow .left-arrow {
  border-right: 2px solid rgba(33, 37, 41, 0.1);
  padding-right: 30px;
}
.home-section-3 .slider-arrow .left-arrow .btn {
  color: var(--theme-color);
}
.home-section-3 .slider-arrow .left-arrow .btn i {
  padding-right: 15px;
}
.home-section-3 .slider-arrow .right-arrow {
  padding-left: 30px;
}
.home-section-3 .slider-arrow .right-arrow .btn {
  color: #212529;
}
.home-section-3 .slider-arrow .right-arrow .btn i {
  padding-left: 15px;
}
.home-section-3 .slider-arrow-2 .left-arrow,
.home-section-3 .slider-arrow-2 .right-arrow {
  width: calc(22px + 28 * (100vw - 320px) / 1600);
  height: calc(100px + 60 * (100vw - 320px) / 1600);
  background-color: #fff;
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-section-3 .slider-arrow-2 .left-arrow .btn,
.home-section-3 .slider-arrow-2 .right-arrow .btn {
  background: none;
  color: #212529;
}
.home-section-3 .slider-arrow-2 .left-arrow .btn i,
.home-section-3 .slider-arrow-2 .right-arrow .btn i {
  font-size: 26px;
}
.home-section-3 .slider-arrow-2 .left-arrow {
  left: 0;
  top: 50%;
}
.home-section-3 .slider-arrow-2 .left-arrow .btn i {
  margin-right: -50px;
}
.home-section-3 .slider-arrow-2 .right-arrow {
  right: 0;
  top: 50%;
  justify-content: flex-start;
}
.home-section-3 .slider-arrow-2 .right-arrow .btn i {
  margin-left: -50px;
}
.home-section-3 .slider-arrow-3 {
  position: absolute;
  right: 100px;
  bottom: 60px;
  display: flex;
  align-items: center;
}
.home-section-3 .slider-arrow-3 .left-arrow .btn,
.home-section-3 .slider-arrow-3 .right-arrow .btn {
  display: flex;
  align-items: center;
  background: none;
  color: #212529;
  padding: 0;
}
.home-section-3 .slider-arrow-3 .left-arrow .btn {
  font-weight: 700;
  font-size: 36px;
  padding-right: 15px;
}
.home-section-3 .slider-arrow-3 .left-arrow .btn i {
  width: 28px;
  height: 28px;
  background-color: #731fda;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
}
.home-section-3 .slider-arrow-3 .right-arrow .btn {
  font-weight: 500;
  color: #7520dd;
  padding-left: 15px;
  border-left: 3px solid #7520dd;
}
.home-section-3 .slider-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 127;
}
.home-section-3 .slider-dot .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #212529;
  margin-bottom: 5px;
}
.home-section-3 .slider-dot .dot.active {
  background-color: var(--theme-color);
}
.home-section-3 .change-color {
  display: flex;
  align-items: center;
}
.home-section-3 .change-color h5 {
  font-weight: 700;
  padding: 0;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.home-section-3 .change-color .dot-1,
.home-section-3 .change-color .dot-2,
.home-section-3 .change-color .dot-3 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section-3 .change-color .dot-1 .in-dot-1,
.home-section-3 .change-color .dot-1 .in-dot-2,
.home-section-3 .change-color .dot-1 .in-dot-3,
.home-section-3 .change-color .dot-2 .in-dot-1,
.home-section-3 .change-color .dot-2 .in-dot-2,
.home-section-3 .change-color .dot-2 .in-dot-3,
.home-section-3 .change-color .dot-3 .in-dot-1,
.home-section-3 .change-color .dot-3 .in-dot-2,
.home-section-3 .change-color .dot-3 .in-dot-3 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.home-section-3 .change-color .dot-1 {
  margin-left: 20px;
  background: #ec7a1f;
}
.home-section-3 .change-color .dot-1 .in-dot-1 {
  background: #fff;
}
.home-section-3 .change-color .dot-2 {
  margin-left: 10px;
  background: rgba(33, 37, 41, 0.15);
}
.home-section-3 .change-color .dot-2 .in-dot-2 {
  background: #212529;
}
.home-section-3 .change-color .dot-3 {
  margin-left: 10px;
  background: rgba(1, 99, 210, 0.2);
}
.home-section-3 .change-color .dot-3 .in-dot-3 {
  background: #7520dd;
}
.home-section-3 .banner-poster {
  height: 850px;
  background-color: #eff2f7;
  display: flex !important;
  justify-content: center !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-section-3 .banner-poster {
    height: auto;
    display: block !important;
  }
}
@media (max-width: 360px) {
  .home-section-3 .banner-poster {
    width: 100%;
    height: auto;
    display: inline-block !important;
  }
}
.home-section-3 .banner-poster .slider-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-section-3 .banner-poster .slider-bg {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
}
.home-section-3 .banner-poster .slider-bg .bg-text span {
  font-size: calc(42px + 198 * (100vw - 320px) / 1600);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #212529;
}
.home-section-3 .banner-poster .slider-bg .bg-circle {
  width: calc(100px + 500 * (100vw - 320px) / 1600);
  height: calc(100px + 500 * (100vw - 320px) / 1600);
  border-radius: 50%;
  background: linear-gradient(160deg, #a11d19 0%, #9d1c1e 100%);
  position: absolute;
  animation: rounded 15s infinite linear;
}
.home-section-3 .banner-poster .slider-bg .bg-circle.gradient-purple {
  background: linear-gradient(-23deg, #490c92 0%, #7b23e9 100%);
}
.home-section-3 .banner-poster .slider-bg .bg-circle.gradient-blue {
  background: linear-gradient(119deg, #0079db 0%, #001265 100%);
}
.home-section-3 .banner-poster .slider-bg .bg-circle.red-gradient {
  background: linear-gradient(160deg, #a11d19 0%, #9d1c1e 100%);
}
.home-section-3 .banner-poster .slider-bg .shoes-1 {
  width: calc(150px + 650 * (100vw - 320px) / 1600);
  position: absolute;
  animation: run-shoes 15s infinite linear;
}
.home-section-3 .banner-poster .sugestion-product {
  position: absolute;
  width: 20%;
  top: 60px;
  left: 100px;
  padding: 15px 15px 0 15px;
}
[dir=rtl] .home-section-3 .banner-poster .sugestion-product {
  direction: rtl;
  left: unset;
  right: 100px;
}
.home-section-3 .banner-poster .sugestion-product h3 {
  font-weight: 900;
  font-size: 30px;
  color: var(--theme-color);
  margin-top: -6px;
}
.home-section-3 .banner-poster .sugestion-product h6 {
  font-size: 20px;
  color: #212529;
}
.home-section-3 .banner-poster .sugestion-product .slider-shoes-image {
  width: fit-content;
  margin-top: 25px;
  background-color: #fff;
  padding: 10px;
}
.home-section-3 .banner-poster .sugestion-product .slider-shoes-image .relative-shoes {
  display: flex;
  align-items: center;
}
.home-section-3 .banner-poster .sugestion-product .slider-shoes-image .relative-shoes img {
  width: 40%;
  margin-right: 10px;
  padding: 10px;
}
[dir=rtl] .home-section-3 .banner-poster .sugestion-product .slider-shoes-image .relative-shoes img {
  margin-right: 0;
  margin-left: 10px;
}
.home-section-3 .banner-poster .sugestion-product .slider-shoes-image .relative-shoes .shoes-price {
  color: var(--theme-color);
}
.home-section-3 .banner-poster .sugestion-product .slider-shoes-image .relative-shoes .shoes-price h5 {
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
}
.home-section-3 .banner-poster .sugestion-product .slider-shoes-image .relative-shoes .shoes-price h6 {
  color: #000;
}
.home-section-3 .banner-poster .price-number {
  position: absolute;
  bottom: 60px;
  left: 100px;
  width: 25%;
}
[dir=rtl] .home-section-3 .banner-poster .price-number {
  direction: rtl;
  left: unset;
  right: 100px;
}
@media (max-width: 1199px) {
  .home-section-3 .banner-poster .price-number {
    left: 50px;
    width: 50%;
  }
  [dir=rtl] .home-section-3 .banner-poster .price-number {
    left: unset;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .home-section-3 .banner-poster .price-number {
    bottom: 0;
    margin: 80px 0 30px;
  }
  [dir=rtl] .home-section-3 .banner-poster .price-number {
    position: relative;
    float: right;
  }
}
@media (max-width: 767px) {
  .home-section-3 .banner-poster .price-number {
    width: 100%;
    left: 0;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    margin-top: 65px;
  }
  [dir=rtl] .home-section-3 .banner-poster .price-number {
    left: unset;
    right: 0;
  }
}
.home-section-3 .banner-poster .price-number h2 {
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  color: #212529;
}
.home-section-3 .banner-poster .price-number h2 span {
  font-size: calc(22px + 8 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  margin-left: 10px;
  font-weight: 500;
}
[dir=rtl] .home-section-3 .banner-poster .price-number h2 span {
  margin-left: unset;
  margin-right: 10px;
}
.home-section-3 .banner-poster .price-number h6 {
  color: #7e7e7e;
}
.home-section-3 .banner-poster .price-number .color-change {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-section-3 .banner-poster .price-number .color-change {
    display: none;
  }
}
.home-section-3 .banner-poster .price-number .color-change h3 {
  font-size: calc(16px + 9 * (100vw - 320px) / 1600);
  margin-right: 10px;
  color: #212529;
}
[dir=rtl] .home-section-3 .banner-poster .price-number .color-change h3 {
  margin-right: 0;
  margin-left: 10px;
}
.home-section-3 .banner-poster .price-number .color-change ul {
  display: flex;
  align-items: center;
}
[dir=rtl] .home-section-3 .banner-poster .price-number .color-change ul {
  padding: 0;
}
.home-section-3 .banner-poster .price-number .color-change ul li {
  background-color: rgba(255, 0, 0, 0.4);
  width: calc(18px + 12 * (100vw - 320px) / 1600);
  height: calc(18px + 12 * (100vw - 320px) / 1600);
  border-radius: 50%;
  position: relative;
}
.home-section-3 .banner-poster .price-number .color-change ul li + li {
  margin-left: 10px;
}
[dir=rtl] .home-section-3 .banner-poster .price-number .color-change ul li + li {
  margin-left: 0;
  margin-right: 10px;
}
.home-section-3 .banner-poster .price-number .color-change ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(6px + 4 * (100vw - 320px) / 1600);
  height: calc(6px + 4 * (100vw - 320px) / 1600);
  background-color: #ff0000;
}
.home-section-3 .banner-poster .price-number .color-change ul li:nth-child(2) {
  background-color: var(--theme-color);
}
.home-section-3 .banner-poster .price-number .color-change ul li:nth-child(2)::after {
  background-color: #fff;
}
.home-section-3 .banner-poster .price-number h6 {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.5;
}
.home-section-3 .banner-poster .slider-right-detail {
  position: absolute;
  top: 60px;
  right: 100px;
  text-align: right;
}
[dir=rtl] .home-section-3 .banner-poster .slider-right-detail {
  text-align: left;
  right: unset;
  left: 100px;
}
@media (max-width: 767px) {
  .home-section-3 .banner-poster .slider-right-detail {
    text-align: left;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding: 25px 15px 50px;
    display: inline-block;
  }
  [dir=rtl] .home-section-3 .banner-poster .slider-right-detail {
    text-align: right;
    right: unset;
    left: 0;
  }
}
.home-section-3 .banner-poster .slider-right-detail .labels .label-15 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .home-section-3 .banner-poster .slider-right-detail .labels .label-15 {
    justify-content: start;
  }
  [dir=rtl] .home-section-3 .banner-poster .slider-right-detail .labels .label-15 {
    justify-content: flex-end;
  }
}
.home-section-3 .banner-poster .slider-right-detail .labels .label-15 li {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .home-section-3 .banner-poster .slider-right-detail .labels .label-15 li {
    margin-right: 5px;
  }
  [dir=rtl] .home-section-3 .banner-poster .slider-right-detail .labels .label-15 li {
    margin-right: 0;
    margin-left: 5px;
  }
}
.home-section-3 .banner-poster .slider-right-detail .labels .label-15 li:last-child {
  margin-right: 0;
}
[dir=rtl] .home-section-3 .banner-poster .slider-right-detail .labels .label-15 li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.home-section-3 .banner-poster .slider-right-detail .labels .label-15 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}
.home-section-3 .banner-poster .slider-right-detail .labels .label-15 li a img {
  margin-right: 10px;
}
.home-section-3 .banner-poster .slider-right-detail .labels .label-15 li a h5 {
  font-weight: 400;
}
.home-section-3 .banner-poster .slider-right-detail h4 {
  font-weight: 700;
  margin-top: 25px;
  font-size: 25px;
  color: #212529;
}
@media (max-width: 991px) {
  .home-section-3 .banner-poster .slider-right-detail h4 {
    margin-top: 10px;
    display: block;
  }
  [dir=rtl] .home-section-3 .banner-poster .slider-right-detail h4 {
    text-align: right;
  }
}
.home-section-3 .banner-poster .slider-right-detail .offer-box {
  text-transform: uppercase;
  width: 90px;
  height: 30px;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 5px;
  margin-left: auto;
  border-radius: 4px;
}
[dir=rtl] .home-section-3 .banner-poster .slider-right-detail .offer-box {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 991px) {
  .home-section-3 .banner-poster .slider-right-detail .offer-box {
    margin-right: auto;
    margin-left: 0;
  }
  [dir=rtl] .home-section-3 .banner-poster .slider-right-detail .offer-box {
    margin-right: 0;
    margin-left: auto;
  }
}
.home-section-3 .banner-poster .slider-right-detail .offer-box h6 {
  color: #fff;
  margin-bottom: -1px;
}

/* =====================
    Slick SLider CSS Start 
 ========================== */
/**=====================
    Poster Section SCSS Start
==========================**/
.poster-section .poster-image {
  height: 100%;
  background-color: #f0f3f8;
  position: relative;
}
.poster-section .poster-image .poster-image-details {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 35px;
  color: var(--theme-color);
}
@media (max-width: 480px) {
  .poster-section .poster-image .poster-image-details {
    margin-right: 6px;
  }
}
@media (max-width: 360px) {
  .poster-section .poster-image .poster-image-details {
    margin-right: 10px;
  }
}
.poster-section .poster-image .poster-image-details h2 {
  font-size: calc(16px + 19 * (100vw - 320px) / 1600);
  color: #212529;
  line-height: 1.2;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
}
.poster-section .poster-image .poster-image-details h5 {
  font-size: calc(12px + 3 * (100vw - 320px) / 1600);
  margin-top: -2px;
}
.poster-section .poster-image .poster-image-details p {
  color: rgba(56, 56, 56, 0.6);
  font-size: calc(10px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.1;
}
.poster-section .poster-image .poster-image-details h3 {
  font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  font-weight: bold;
  color: #212529;
  margin: calc(5px + 5 * (100vw - 320px) / 1600) 0;
}
.poster-section .poster-image .poster-image-details h3 span {
  color: var(--theme-color);
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
}

/**=====================
     Arrivals Scss Start
==========================**/
.arrivals-image {
  text-align: center;
}
.arrivals-image:hover .arrivals-image-header .wiselist-option {
  bottom: 20px;
  opacity: 1;
}
.arrivals-image:hover .arrivals-image-header .color-option {
  opacity: 0;
}
.arrivals-image .arrivals-image-header {
  width: 100% !important;
  height: 250px;
  position: relative;
  background-color: #eff3f7;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.arrivals-image .arrivals-image-header img {
  width: 70%;
}
.arrivals-image .arrivals-image-header p {
  background-color: #212529;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
}
.arrivals-image .arrivals-image-header h6 {
  background-color: #7520dd;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 15px;
  margin-bottom: 0;
  color: #fff;
}
.arrivals-image .arrivals-image-header .color-option {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  opacity: 1;
  transition: all 0.2s ease;
}
.arrivals-image .arrivals-image-header .color-option li {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
  margin: 0px 3px;
}
.arrivals-image .arrivals-image-header .color-option li:nth-child(2) {
  background-color: #7520dd;
}
.arrivals-image .arrivals-image-header .color-option li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #ff0000;
  border-radius: 50%;
}
.arrivals-image .arrivals-image-header .wiselist-option {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  opacity: 0;
  display: block;
  transition: all 0.3s ease-in-out;
}
.arrivals-image .arrivals-image-header .wiselist-option li {
  margin: 0 3px;
  background-color: #fff;
}
.arrivals-image .arrivals-image-header .wiselist-option li:hover {
  background-color: #7520dd;
}
.arrivals-image .arrivals-image-header .wiselist-option li:hover a .feather {
  color: #fff;
  stroke-width: 3px;
}
.arrivals-image .arrivals-image-header .wiselist-option li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.arrivals-image .arrivals-image-header .wiselist-option li a .feather {
  color: #000;
  width: 20px;
}
.arrivals-image .arrivals-image-footer {
  text-align: center;
  padding: 15px;
}
.arrivals-image .arrivals-image-footer h5 {
  color: #7520dd;
  font-weight: bold;
  font-size: 25px;
}
.arrivals-image .arrivals-image-footer h5 span {
  font-weight: 500;
  color: rgba(56, 56, 56, 0.6);
  font-size: 18px;
}
.arrivals-image .arrivals-image-footer h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  margin: 10px 0 5px 0;
  font-weight: 600;
}
.arrivals-image .arrivals-image-footer .product-rating-star li:nth-child(5) a .feather {
  fill: #212529;
}
.arrivals-image .arrivals-image-footer .product-rating-star li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.arrivals-image .arrivals-image-footer .product-rating-star li a .feather {
  width: 15px;
  fill: #7520dd;
}

/**=====================
    service section css start
==========================**/
@media (max-width: 1460px) {
  .service-section {
    margin-bottom: -3px;
  }
}
.service-section .service-wrap {
  display: flex;
  align-items: center;
}
.service-section .service-wrap .service-icon svg {
  width: 55px;
  height: 55px;
  fill: var(--theme-color);
  stroke: var(--theme-color);
  margin-right: 20px;
}
[dir=rtl] .service-section .service-wrap .service-icon svg {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 1460px) {
  .service-section .service-wrap .service-icon svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .service-section .service-wrap .service-icon svg {
    width: 35px;
    height: 35px;
  }
}
.service-section .service-wrap .service-content h3 {
  margin-top: -3px;
}
@media (max-width: 1199px) {
  .service-section .service-wrap .service-content h3 {
    margin-bottom: 2px !important;
  }
}
.service-section .service-wrap .service-content span {
  display: block;
  margin-bottom: -3px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.service-section.about-page .service-wrap .service-icon svg {
  width: 45px;
  height: 45px;
}

/**=====================
     product css start
==========================**/
.tab-section .product-style-1 .product-box .product-details h5 {
  margin-left: 0;
}
[dir=rtl] .tab-section .product-style-1 .product-box .product-details h5 {
  margin-left: unset;
  margin-right: 0;
}
.tab-section .product-style-1 .product-box .product-details h5.main-title {
  margin: 8px auto;
}

.vegetable-category-box .swiper {
  height: auto;
}

.product-box .product-details h5 {
  width: 100% !important;
}

.product-style-2 .product-box {
  background: #f2f6fb !important;
}
.product-style-2 .product-box:hover .cart-wrap ul li:first-child {
  animation: fadeInUp 500ms ease-in-out;
}
.product-style-2 .product-box:hover .cart-wrap ul li:nth-child(2) {
  animation: fadeInUp 700ms ease-in-out;
}
.product-style-2 .product-box:hover .cart-wrap ul li:nth-child(3) {
  animation: fadeInUp 900ms ease-in-out;
}
.product-style-2 .product-box:hover .cart-wrap ul li:last-child {
  animation: fadeInUp 1000ms ease-in-out;
}
.product-style-2 .product-box .img-wrapper .back {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.product-style-2 .product-box .product-details h5 {
  margin: 0;
}
.product-style-2 .product-box .product-details .rating-details,
.product-style-2 .product-box .product-details .main-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-style-2 .product-box .product-details .rating-details.main-shop,
.product-style-2 .product-box .product-details .main-price.main-shop {
  display: block !important;
  text-align: center;
}
[dir=rtl] .product-style-2 .product-box .product-details .rating-details.main-shop,
[dir=rtl] .product-style-2 .product-box .product-details .main-price.main-shop {
  text-align: right;
}
@media (max-width: 575px) {
  .product-style-2 .product-box .product-details .rating-details,
  .product-style-2 .product-box .product-details .main-price {
    display: block;
    text-align: left;
  }
  [dir=rtl] .product-style-2 .product-box .product-details .rating-details,
  [dir=rtl] .product-style-2 .product-box .product-details .main-price {
    text-align: right;
  }
}
.product-style-2 .product-box .product-details .rating-details span,
.product-style-2 .product-box .product-details .main-price span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.product-style-2 .product-box .product-details .main-price {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .product-style-2 .product-box .product-details .main-price {
    margin-top: 5px;
  }
  .product-style-2 .product-box .product-details .main-price h3 {
    margin-top: 5px;
  }
}
.product-style-2 .product-box .cart-wrap ul li + li {
  margin-left: 4px;
}
[dir=rtl] .product-style-2 .product-box .cart-wrap ul li + li {
  margin-left: unset;
  margin-right: 4px;
}
.product-style-2 .product-box .cart-wrap a svg,
.product-style-2 .product-box .cart-wrap button svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 575px) {
  .product-style-2 .product-box .cart-wrap a svg,
  .product-style-2 .product-box .cart-wrap button svg {
    width: 13px;
    height: 13px;
  }
}
.product-style-2 .product-box:hover .img-wrapper .back {
  opacity: 1;
  backface-visibility: visible;
  transition: all 0.3s ease;
}
@media (max-width: 1660px) {
  .product-style-2.slide-4 {
    padding: 0 30px;
  }
}

/**=====================
     category css start
==========================**/
.category-section.ratio_40 .bg-size::before {
  padding-top: 20%;
}

.category-wrap {
  padding: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
  height: 130px;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .category-wrap {
    height: unset;
  }
}
.category-wrap.category-color {
  background-color: #eff2f7;
}
@media (max-width: 1460px) {
  .category-wrap.category-padding {
    padding: 23px;
  }
}
@media (max-width: 1199px) {
  .category-wrap.category-padding {
    padding: 19px;
  }
}
.category-wrap.theme-bg-color {
  color: #fff;
  background-color: var(--theme-color);
}
.category-wrap.theme-bg-color .light-text {
  font-size: 72px;
  line-height: 96px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  opacity: 0.08;
  top: -10px;
  left: 0;
}
[dir=rtl] .category-wrap.theme-bg-color .light-text {
  left: unset;
  right: 0;
}
.category-wrap.theme-bg-color h2 {
  margin-bottom: 10px;
}
.category-wrap.theme-bg-color h2.top-spacing {
  margin-top: -3px;
}
.category-wrap.theme-bg-color span {
  letter-spacing: calc(2px + 6 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  display: block;
  margin-bottom: -5px;
}
.category-wrap .category-content {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.category-wrap .category-content span {
  color: #212529;
  display: block;
  text-align: right;
}
[dir=rtl] .category-wrap .category-content {
  text-align: right;
}
.category-wrap .category-content.category-text {
  text-align: right;
}
.category-wrap .category-content.category-text h3 {
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  margin-top: -1px;
}
.category-wrap .category-content.category-text span {
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  display: block;
  margin-bottom: -3px;
}
.category-wrap .category-content.category-text-1 h3 {
  margin-top: -4px;
}
.category-wrap .category-content.category-text-1 span {
  display: block;
  margin-bottom: -6px;
}
.category-wrap .category-content.category-text.category-spacing h3 {
  margin-top: -3px;
}
.category-wrap .category-content.category-text.category-spacing span {
  margin-bottom: -3px;
}
.category-wrap .category-content.category-text.t-text h3 {
  margin-top: -5px;
  color: #212529;
}
.category-wrap .category-content.category-text.t-text span {
  display: block;
  margin-bottom: -5px;
  color: #212529;
}
.category-wrap .category-content h3 {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
}

.category-style-1 {
  width: 100%;
  position: relative;
  background-color: #ff0000;
}
.category-style-1 img {
  width: 100px;
}
.category-style-1.theme-bg-color {
  color: #fff;
}
.category-style-1.theme-bg-color .light-text {
  font-size: 72px;
  line-height: 96px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  opacity: 0.08;
  top: -10px;
  left: 0;
}
.category-style-1.theme-bg-color h2 {
  margin-bottom: 10px;
}
.category-style-1.theme-bg-color span {
  letter-spacing: 8px;
  text-transform: uppercase;
}
.category-style-1 .category-content {
  color: #212529;
}
.category-style-1 .category-content h3 {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
}
.category-style-1 .category-content span {
  font-weight: 500;
}
.category-style-1 .category-content.category-spacing h3 {
  margin-top: -3px;
}
.category-style-1 .category-content.category-spacing span {
  margin-bottom: -3px;
}

/**=====================
    offer section css start
==========================**/
.discount-image-details {
  background-color: #eff3f7;
  padding: calc(22px + 28 * (100vw - 320px) / 1600) calc(30px + 70 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  position: relative;
}
.discount-image-details.discount-spacing {
  padding: calc(50px + 130 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .discount-image-details {
    display: block;
  }
}
.discount-image-details .discount-images {
  margin-right: 80px;
}
[dir=rtl] .discount-image-details .discount-images {
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 991px) {
  .discount-image-details .discount-images {
    margin-right: 0;
    position: relative;
  }
  [dir=rtl] .discount-image-details .discount-images {
    margin-right: 0;
    margin-left: 0px;
  }
}
.discount-image-details .discount-images .theme-circle {
  width: 450px;
  height: 450px;
  background: rgb(117, 42, 221);
  background: radial-gradient(circle, rgb(117, 42, 221) 0%, rgb(87, 46, 147) 100%);
  border-radius: 50%;
}
@media (max-width: 1366px) {
  .discount-image-details .discount-images .theme-circle {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .discount-image-details .discount-images .theme-circle {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 991px) {
  .discount-image-details .discount-images .theme-circle {
    display: none;
  }
}
.discount-image-details .discount-images .shoes-images-1 {
  position: absolute;
  top: 18%;
  left: 59px;
  transform: rotate(34deg);
  width: 40%;
}
[dir=rtl] .discount-image-details .discount-images .shoes-images-1 {
  left: unset;
  right: 130px;
}
@media (max-width: 1366px) {
  .discount-image-details .discount-images .shoes-images-1 {
    top: 24%;
    left: 50px;
    width: 43%;
  }
}
@media (max-width: 1199px) {
  .discount-image-details .discount-images .shoes-images-1 {
    top: 33%;
    left: 55px;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .discount-image-details .discount-images .shoes-images-1 {
    position: relative;
    transform: rotate(0);
    display: block;
    width: 100%;
    left: 0;
    animation: run-shoes 15s infinite linear;
  }
  [dir=rtl] .discount-image-details .discount-images .shoes-images-1 {
    left: unset;
    right: 0 !important;
  }
}
@media (max-width: 360px) {
  .discount-image-details .discount-images .shoes-images-1 {
    width: 100%;
  }
}
.discount-image-details .discount-images .shoes-images-2 {
  position: absolute;
  top: 50px;
  left: 430px;
  width: 20%;
  transform: rotateY(180deg) rotate(45deg);
}
[dir=rtl] .discount-image-details .discount-images .shoes-images-2 {
  left: unset;
  right: 30px;
}
@media (max-width: 1366px) {
  .discount-image-details .discount-images .shoes-images-2 {
    top: 90px;
    left: 375px;
    width: 18%;
  }
}
@media (max-width: 1199px) {
  .discount-image-details .discount-images .shoes-images-2 {
    top: 95px;
    left: 325px;
    width: 16%;
  }
}
@media (max-width: 991px) {
  .discount-image-details .discount-images .shoes-images-2 {
    display: none;
  }
}
.discount-image-details .discount-details {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .discount-image-details .discount-details {
    position: relative;
    width: 100%;
    display: block;
  }
}
.discount-image-details .discount-details .heart-button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.discount-image-details .discount-details .heart-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
  opacity: 0.1;
}
.discount-image-details .discount-details .heart-button .fa-heart {
  margin-top: 2px;
}
.discount-image-details .discount-details h5 {
  color: #212529;
}
.discount-image-details .discount-details .deal-text {
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  line-height: 1.1;
  font-weight: 900;
  color: #212529;
}

/**=====================
     banner css start
==========================**/
/**=====================
    Cookie section css start
==========================**/
.cookie-bar-section {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 365px;
  background: #eff2f7;
  padding: 30px;
  border-radius: 0;
  box-shadow: 1px 7px 14px -5px rgba(33, 37, 41, 0.15);
  text-align: center;
  z-index: 99;
  box-shadow: 0 4px 7px rgba(33, 37, 41, 0.15);
  opacity: 1;
  transition: 0.5s ease;
}
.cookie-bar-section.cookiebar-left-section {
  right: unset;
  left: 20px;
}
@media (max-width: 767px) {
  .cookie-bar-section.cookiebar-left-section {
    bottom: 10px;
    left: 10px;
  }
  [dir=rtl] .cookie-bar-section.cookiebar-left-section {
    left: unset;
    right: 10px;
  }
}
@media (max-width: 360px) {
  .cookie-bar-section.cookiebar-left-section {
    bottom: 0;
    left: 0;
    margin: 15px;
    padding: 20px 10px;
    border-radius: 7px;
  }
  [dir=rtl] .cookie-bar-section.cookiebar-left-section {
    left: unset;
    right: 0;
  }
}
[dir=rtl] .cookie-bar-section {
  right: unset;
  left: 20px;
}
.cookie-bar-section.chair-cookiebar {
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  .cookie-bar-section {
    bottom: 10px;
    right: 10px;
  }
  [dir=rtl] .cookie-bar-section {
    right: unset;
    left: 10px;
  }
}
@media (max-width: 360px) {
  .cookie-bar-section {
    bottom: 0;
    right: 0;
    margin: 10px;
    padding: 20px 10px;
    border-radius: 7px;
  }
  [dir=rtl] .cookie-bar-section {
    right: unset;
    left: 0;
  }
}
.cookie-bar-section img {
  max-width: calc(40px + 20 * (100vw - 320px) / 1600);
}
.cookie-bar-section::selection {
  color: #fff;
  background: #fcba7f;
}
.cookie-bar-section.hide {
  opacity: 0;
  bottom: -350px;
}

.content {
  margin-top: 10px;
}
.content h3 {
  color: #212529;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}
@media (max-width: 360px) {
  .content h3 {
    font-size: 19px;
  }
}
.content p {
  margin: calc(8px + 4 * (100vw - 320px) / 1600) 0;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.content .cookie-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section .service-details {
  display: flex !important;
  align-items: center;
}
.services-section .service-details img {
  width: calc(55px + 5 * (100vw - 320px) / 1600);
  margin-right: 18px;
}
.services-section .service-details .custome-details {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.services-section .service-details .custome-details h4 {
  font-size: calc(14px + 8 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 4px;
  color: #212529;
}
.services-section .service-details .custome-details p {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: rgba(56, 56, 56, 0.6);
  margin: 0;
}

@keyframes rounded {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run-shoes {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    transform: rotate(5deg);
    transform-origin: left;
  }
  75% {
    transform: rotate(-5deg);
    transform-origin: right;
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
  }
}
@keyframes ripple-1 {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 115, 22, 0.3), 0 0 0 1em rgba(232, 115, 22, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(232, 115, 22, 0.3), 0 0 0 1.5em rgba(232, 115, 22, 0);
  }
}
@keyframes ripple-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
  }
}
@keyframes rotate-flower {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes back {
  0% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-13px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes regMask {
  0% {
    transform: translate(0px, 0px) scale(0);
  }
  50% {
    transform: translate(100px, 100px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes regMaskR {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  50% {
    transform: translate(150px, -150px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(0);
  }
}
@keyframes regTag {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  50% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  100% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
}
@keyframes regTag2 {
  0% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
  100% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
}
@keyframes regTagR {
  0% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
  25% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  50% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes regTag2R {
  0% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
  100% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes buttons-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(15deg);
  }
  3% {
    transform: rotateZ(-14deg);
  }
  5% {
    transform: rotateZ(17deg);
  }
  7% {
    transform: rotateZ(-16deg);
  }
  9% {
    transform: rotateZ(15deg);
  }
  11% {
    transform: rotateZ(-14deg);
  }
  13% {
    transform: rotateZ(13deg);
  }
  15% {
    transform: rotateZ(-12deg);
  }
  17% {
    transform: rotateZ(12deg);
  }
  19% {
    transform: rotateZ(-10deg);
  }
  21% {
    transform: rotateZ(9deg);
  }
  23% {
    transform: rotateZ(-8deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  27% {
    transform: rotateZ(-5deg);
  }
  29% {
    transform: rotateZ(5deg);
  }
  31% {
    transform: rotateZ(-4deg);
  }
  33% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  37% {
    transform: rotateZ(1deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes floating {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-187%);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes moveDown {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes pendulum {
  20% {
    transform: rotate(60deg);
  }
  40% {
    transform: rotate(-40deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
@keyframes catHi {
  0%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  10%, 60% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes catShadow {
  0%, 100% {
    transform: translate(40px, -35px) scale(0.3);
  }
  10%, 60% {
    opacity: 1;
    transform: translate(-5px, 10px) scale(0.5);
  }
  60% {
    opacity: 0;
  }
}
@keyframes moveBox {
  0% {
    opacity: 0;
    transform: translate(0, -150px) rotate(20deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, 100px) rotate(-15deg);
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, 570px) rotate(0deg);
  }
  45%, 100% {
    opacity: 0;
    transform: translate(0, 570px);
  }
}
@keyframes parachute {
  0% {
    transform: translate(0, -150px) rotate(20deg) scale(0.8);
    opacity: 0;
  }
  15% {
    transform: translate(0, 100px) rotate(-15deg) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  33% {
    transform: translate(0, 460px) rotate(0deg) scale(0.9);
    opacity: 1;
  }
  45%, 100% {
    transform: translate(0, 480px);
    opacity: 0;
  }
}
@keyframes fadeInOut {
  5%, 12% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
@keyframes clouds {
  from {
    transform: translate(-150%, 0);
  }
  to {
    transform: translate(150%, 0);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}