/*============================================ 
# Template Name: Lottovibe
# Version: 1.0
# Date: 
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis
# Description: Lottovibe - Multipurpose HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import "../css/bootstrap.min.css";
@import "../css/plugins/aos.css";
@import "../css/plugins/magnific-popup.css";
@import "../css/plugins/swiper.min.css";
@import "../css/plugins/odometer-min.css";
@import "../css/plugins/fontawesome.min.css";
@import "../css/plugins/nice-select.css";

:root {
  --body-font: "Nunito Sans", sans-serif;
  --transition: all 0.5s ease-in-out;
  /* Color styles */
  --p1: rgba(174, 254, 58, 1);
  --p1-border: rgba(223, 255, 94, 0.3);
  --s1: rgba(85, 74, 255, 1);
  --act1: rgba(254, 68, 69, 1);
  --act2: rgba(19, 19, 19, 1);
  --act3: rgba(254, 201, 47, 1);
  --act4: rgba(255, 101, 14, 1);
  --act5: rgba(14, 14, 14, 1);
  --nw1: rgba(255, 255, 255, 1);
  --nw2: rgba(244, 244, 244, 1);
  --nw3: rgba(239, 239, 239, 1);
  --nw4: rgba(218, 218, 218, 1);
  --n0: #FFFFFF;
  --n1: rgba(29, 29, 29, 1);
  --n2: rgba(26, 26, 26, 1);
  --n3: rgba(78, 78, 78, 1);
  --n4: rgba(0, 0, 0, 1);
  --n5: #0E0E0E;
  --bg1: #1C1D20;
  --bg2: #262629;
  --borderd: #DADADA;
  --box-shadow: 0px 5.12694px 25.6347px 0px rgba(0, 0, 0, 0.08);
}

.display-one {
  font-size: 100px;
}

.display-two {
  font-size: 72px;
}
img.luxury-shape {
    width: 100%;
}
@media (max-width: 1399px) {
  .display-two {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  .display-two {
    font-size: 36px !important;
  }
}
@media (max-width: 550px) {
  .display-two {
    font-size: 30px !important;
  }
}

.display-three {
  font-size: 64px;
}

.display-four {
  font-size: 56px;
  line-height: 120%;
}

.display-five {
  font-size: 56px;
}

.display-six {
  font-size: 48px;
}

.fs-one,
h1,
h1 > a {
  font-size: 48px;
  font-weight: 700;
}

.fs-two,
h2,
h2 > a {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.fs-three,
h3,
h3 > a {
  font-size: 32px;
  font-weight: 700;
}

.fs-four,
h4,
h4 > a {
  font-size: 24px;
  font-weight: 700;
}

.fs-five,
h5,
h5 > a {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.fs-six,
h6,
h6 > a {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 150%;
}

.fs-seven {
  font-size: 16px;
  line-height: 150%;
}

.fs-eight {
  font-size: 14px;
  line-height: 150%;
}

.fs-nine {
  font-size: 12px !important;
  line-height: 150%;
}

.fs20 {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .fs20 {
    font-size: 16px !important;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .fs20 {
    font-size: 16px !important;
    line-height: 1.4;
  }
}

.fs18 {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .fs18 {
    font-size: 16px;
  }
}

.fs-22 {
  font-size: 22px;
}

.act4-texthover {
  transition: all 0.4s;
}
.act4-texthover:hover {
  color: var(--act4);
}

.act3-texthover {
  transition: all 0.4s;
}
.act3-texthover:hover {
  color: var(--act3);
}

.s1-texthover {
  transition: all 0.4s;
}
.s1-texthover:hover {
  color: var(--s1);
}

table thead tr th {
  font-size: 18px;
  line-height: 150%;
}

a,
p,
button,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
}

.vline-remaing {
  height: 24px;
  border-right: 0.1px solid var(--n3);
}

.lh {
  line-height: 2 !important;
}

.ts {
  transition: all 0.4s;
}

.cmn-bb {
  border-bottom: 1px solid rgba(78, 78, 78, 0.5450980392);
}

.pt-70-fixed {
  padding-top: 70px;
}

.pt-120 {
  padding-top: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.news-form {
  border: 1px solid var(--n3);
  border-radius: 100px;
  padding: 2px 2px;
}
.news-form input {
  border: unset;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--n1);
}
.news-form ::-moz-placeholder {
  color: var(--n1);
}
.news-form ::placeholder {
  color: var(--n1);
}

.footer-web {
  font-size: 340px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  color: black;
  -webkit-text-fill-color: var(--n5);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--nw1);
  opacity: 0.1;
}

.custom-pagination li a:hover, .custom-pagination li a.active {
  background: var(--s1) !important;
  color: var(--nw1) !important;
}
.custom-pagination li a:hover i, .custom-pagination li a.active i {
  color: var(--nw1) !important;
}

@media (max-width: 1399px) {
  .pt-120 {
    padding-top: 100px;
  }
  .pt-120 {
    padding-top: 100px;
  }
  .pb-120 {
    padding-bottom: 100px;
  }
  .pb-120 {
    padding-bottom: 100px;
  }
  .mt-120 {
    margin-top: 100px;
  }
  .mb-120 {
    margin-bottom: 100px;
  }
  .pt-100 {
    padding-top: 90px;
  }
  .pt-100 {
    padding-top: 90px;
  }
  .pb-100 {
    padding-bottom: 90px;
  }
  .pb-100 {
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pt-120 {
    padding-top: 70px;
  }
  .mt-120 {
    margin-top: 70px;
  }
  .mb-120 {
    margin-bottom: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .display-one {
    font-size: 72px;
    line-height: 86.4px;
    font-weight: 800;
  }
  .display-two {
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 800;
  }
  .display-three {
    font-size: 56px;
    line-height: 67.2px;
    font-weight: 800;
  }
  .display-four {
    font-size: 48px;
    line-height: 46.4px;
    font-weight: 800;
  }
  .display-five {
    font-size: 42px;
    line-height: 54.6px;
    font-weight: 800;
  }
  .display-six {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 800;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 800;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 800;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 17px;
    line-height: 20.8px;
    font-weight: 800;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 18.8px;
    font-weight: 800;
  }
  .fs-seven {
    font-size: 14px;
    line-height: 18.8px;
  }
  .fs-eight {
    font-size: 12px;
    line-height: 18px;
  }
  table thead tr th {
    font-size: 15px;
    line-height: 20.8px;
  }
  a,
  p,
  span,
  button,
  label,
  li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .display-one {
    font-size: 44px;
    line-height: 67.2px;
  }
  .display-two {
    font-size: 40px;
    line-height: 46.4px;
  }
  .display-three {
    font-size: 36px;
    line-height: 54.6px;
  }
  .display-four {
    font-size: 28px;
    line-height: 38.4px;
  }
  .display-five {
    font-size: 24px;
    line-height: 31.2px;
  }
  .display-six {
    font-size: 20px;
    line-height: 38.4px;
  }
}
.slider-btn i {
  line-height: 2;
}

.entry-win li i {
  line-height: 2;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--nw1);
  color: var(--n2);
  font-size: 18px;
  line-height: 150%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

section,
footer {
  overflow: hidden;
}

a,
p,
button,
span,
label,
li {
  margin: 0;
  font-family: var(--body-font);
  color: var(--n2);
  font-weight: 400;
}
a i,
p i,
button i,
span i,
label i,
li i {
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
  transition: var(--transition);
  font-family: var(--body-font);
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
  color: var(--p1);
}
a i {
  font-weight: 400;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-one, .display-two, .display-three, .display-four, .display-five, .display-six, .heading {
  font-family: var(--body-font);
  color: var(--n2);
  font-weight: 800;
  padding: 0;
  margin: 0;
  line-height: 128%;
  display: block;
  transition: all 0.4s;
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-one span, .display-two span, .display-three span, .display-four span, .display-five span, .display-six span, .heading span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: all 0.4s;
}
h1 i,
h1 > a i,
h2 i,
h2 > a i,
h3 i,
h3 > a i,
h4 i,
h4 > a i,
h5 i,
h5 > a i,
h6 i,
h6 > a i,
.display-one i, .display-two i, .display-three i, .display-four i, .display-five i, .display-six i, .heading i {
  font-weight: 400;
  transition: 0.4s;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 150%;
  padding: 0;
  background-color: transparent;
}

input,
textarea {
  padding: 12px 20px;
  color: var(--n2);
  width: 100%;
  font-family: var(--body-font);
  outline-color: transparent;
  font-size: 14px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--n3);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  font-size: 16px;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.customer-revew-item {
  border-radius: 50%;
  display: inline-block;
  width: 49px;
  min-width: 49px;
  height: 49px;
}
.customer-revew-item img {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
}

.customer-ratting {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
}

.cmn-style-flex {
  display: flex;
  align-items: center;
}
.cmn-style-flex li:not(:first-child) {
  margin-left: -17px;
}

@media (min-width: 575px) {
  .container-header {
    max-width: 1621px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 575px) {
  .container-header {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.cmn-dot {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
}
.cmn-dot::before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--s1);
  border-radius: 50%;
}
.cmn-dot.alt {
  align-items: flex-start;
}
.cmn-dot.alt::before {
  top: 10px;
}

.cmn-dot2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 19px;
}
.cmn-dot2::before {
  position: absolute;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--p1);
  border-radius: 50%;
}
.cmn-dot2.alt {
  align-items: flex-start;
}
.cmn-dot2.alt::before {
  top: 10px;
}
@media (max-width: 1199px) {
  .cmn-dot2 {
    padding-left: 10px;
  }
}

.cmn-60 {
  width: 60px;
  min-width: 60px;
  height: 60px !important;
}
@media (max-width: 1399px) {
  .cmn-60 {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

.custom-bigarrow {
  border: 1px solid var(--nw4);
  border-radius: 100px;
  padding: 8px 20px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.custom-bigarrow .icon {
  position: relative;
}
.custom-bigarrow .icon svg {
  z-index: 1;
  position: relative;
  transition: all 0.4s;
}
.custom-bigarrow .icon::before {
  position: absolute;
  right: -18px;
  top: -5px;
  content: "";
  width: 38px;
  height: 38px;
  background: var(--act4);
  border-radius: 50%;
  z-index: 0;
  transition: all 0.4s;
}
.custom-bigarrow:hover .icon {
  width: 100%;
}
.custom-bigarrow:hover .icon::before {
  width: 100%;
  height: 38px;
  border-radius: 100px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=checkbox] {
  width: initial;
  height: initial;
}

.d-rtl {
  direction: rtl;
}

.collapsing {
  transition: var(--transition);
}

.tl__posi {
  position: absolute !important;
  top: 0;
  left: 0;
}

.tr__posi {
  position: absolute !important;
  top: 0;
  right: 0;
}

.bl__posi {
  position: absolute !important;
  bottom: 0;
  left: 0;
}

.br__posi {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

.posi-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p1-clr {
  color: var(--p1);
}

.p1-border {
  border: 1px solid var(--p1);
}

.p1-bg {
  background: var(--p1);
}

.p1-border {
  border: 1px solid var(--p1);
}

.s1-clr {
  color: var(--s1);
}

.s1-border {
  border: 1px solid var(--s1);
}

.s1-bg {
  background: var(--s1);
}

.act1-clr {
  color: var(--act1);
}

.act1-border {
  border: 1px solid var(--act1);
}

.act1-bg {
  background: var(--act1);
}

.act2-clr {
  color: var(--act2);
}

.act2-border {
  border: 1px solid var(--act2);
}

.act2-bg {
  background: var(--act2);
}

.act3-clr {
  color: var(--act3) !important;
}

.act3-hover {
  transition: all 0.4s !important;
}
.act3-hover:hover {
  color: var(--act3);
}

.act3-border {
  border: 1px solid var(--act3);
}

.act3-bg {
  background: var(--act3);
}

.act4-clr {
  color: var(--act4) !important;
}

.act4-hover {
  transition: all 0.4s !important;
}
.act4-hover:hover {
  color: var(--act4);
}

.act4-border {
  border: 1px solid var(--act4);
}

.act4-bg {
  background: var(--act4);
}

.act5-clr {
  color: var(--act5);
}

.act5-border {
  border: 1px solid var(--act5);
}

.act5-bg {
  background: var(--act5);
}

.nw1-clr {
  color: var(--nw1);
}

.nw1-bg {
  background: var(--nw1);
}

.nw2-clr {
  color: var(--nw2);
}

.nw2-bg {
  background: var(--nw2);
}

.nw3-clr {
  color: var(--nw3);
}

.nw3-bg {
  background: var(--nw3);
}

.nw3-border {
  border: 1px solid var(--nw3);
}

.nw4-clr {
  color: var(--nw4);
}

.nw4-bg {
  background: var(--nw4);
}

.nw4-border {
  border: 1px solid var(--nw4);
}

.nw4-bb {
  border-bottom: 1px solid var(--nw4);
}

.n0-clr {
  color: var(--n0);
}

.n0-hover {
  transition: all 0.4s !important;
}
.n0-hover:hover {
  color: var(--n0);
}

.n0-border {
  border: 2px solid var(--n0);
}

.n0-border2 {
  border: 1px solid var(--n0);
}

.n0-bg {
  background: var(--n0);
}

.n1-clr {
  color: var(--n1);
}

.n1-bg {
  background: var(--n1);
}

.n2-clr {
  color: var(--n2);
}

.n2-bg {
  background: var(--n2);
}

.n3-clr {
  color: var(--n3);
}

.n3-bg {
  background: var(--n3);
}

.n4-clr {
  color: var(--n4);
}

.n4-bt {
  border-top: 1px solid var(--n4);
}

.n4-border {
  border: 1px solid var(--n4);
}

.n4-bg {
  background: var(--n4);
}

.n5-clr {
  color: var(--n5);
}

.n5-bg {
  background: var(--n5);
}

.current-bg {
  background: #E9F2FF;
}

.bbd {
  border-bottom: 1px solid var(--borderd);
}

.winbg {
  background: rgba(244, 244, 244, 0.6);
}

.s1-hover {
  transition: all 0.4s;
}
.s1-hover:hover {
  background: var(--act4) !important;
}

.n0-hover {
  transition: all 0.4s;
}
.n0-hover:hover {
  background: var(--act3) !important;
}

.n0-fillhover {
  transition: all 0.4s;
}
.n0-fillhover:hover {
  background: var(--n0) !important;
  border-color: var(--n0) !important;
}

.bg1-color {
  background: var(--bg1) !important;
}

.bg2-color {
  background: var(--bg2) !important;
}

.box-shadow {
  box-shadow: 0px 5.12694px 25.6347px 0px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
}
.box-shadow:hover {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.box-shadow2 {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
}

.box-shadow3 {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600 !important;
}

.fw_700 {
  font-weight: 700;
}

.fw_800 {
  font-weight: 800 !important;
}

.fw_900 {
  font-weight: 900 !important;
}

.cus__scroll {
  max-height: 65vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.cmn__dropdown .dropdown-menu {
  inset: unset !important;
  right: 0 !important;
  top: 0 !important;
  padding: 10px 16px;
}

i {
  transition: all 0.4 !important;
}

.kewta-btn {
  transition: all 0.4s;
}
.kewta-btn .kew-text {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  display: block;
  border-radius: 100px;
  text-align: center;
  transition: all 0.4s;
}
.kewta-btn .kew-arrow {
  position: relative;
  overflow: hidden;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-radius: 50%;
  transition: all 0.4s;
}
.kewta-btn .kew-arrow .kt-one {
  position: absolute;
  top: 12px !important;
  left: -30px !important;
  transition: all 0.8s;
}
.kewta-btn .kew-arrow .kt-one i,
.kewta-btn .kew-arrow .kt-one svg {
  transition: all 0.8s;
  font-size: 24px;
}
.kewta-btn .kew-arrow .kt-two {
  transition: all 0.8s;
  position: absolute;
  top: 12px;
  left: 11px;
}
.kewta-btn .kew-arrow .kt-two i,
.kewta-btn .kew-arrow .kt-two svg {
  transition: all 0.8s;
  font-size: 24px;
}
.kewta-btn:hover .kew-arrow .kt-one {
  left: 11px !important;
}
.kewta-btn:hover .kew-arrow .kt-two {
  left: 100px !important;
}
.kewta-btn.kewta-alt .kew-arrow {
  transform: rotate(-40deg);
}

.cmn-40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmn-48 {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kewta-44 .kew-arrow {
  min-width: 44px;
  min-height: 44px;
}
.kewta-44 .kew-arrow .kt-one {
  top: 10px !important;
}
.kewta-44 .kew-arrow .kt-two {
  top: 10px !important;
}

.draw-badge {
  position: relative;
  padding: 10px 29px 10px 16px;
}
.draw-badge span {
  text-transform: uppercase;
}
.draw-badge::before {
  background: var(--act3);
  -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 45%, 0% 0%);
          clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 45%, 0% 0%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200px;
  height: 41px;
}
.draw-badge.badge-blac::before {
  background: var(--n4);
}

.n4-badge {
  -webkit-clip-path: polygon(100% 0, 93% 51%, 100% 100%, 0% 100%, 0 100%, 0% 0%);
          clip-path: polygon(100% 0, 93% 51%, 100% 100%, 0% 100%, 0 100%, 0% 0%);
  padding: 10px 38px 10px 16px;
  background: var(--n4);
}
.n4-badge.act4 {
  background: var(--act4);
}

.file-upload {
  border-radius: 48px;
  border: 1px solid var(--p1);
}
.file-upload input {
  display: none;
}
.file-upload .file {
  cursor: pointer;
  position: relative;
}
.file-upload .file .file-custom {
  border-radius: 20px;
}
.file-upload .add-file {
  color: var(--p1);
}

.btn-popup-animation {
  width: 80px;
  min-width: 80px;
  height: 80px;
  z-index: 0;
  transition: var(--transition);
}
.btn-popup-animation i {
  color: var(--p1);
}
.btn-popup-animation:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: var(--p1);
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
  animation: pulse 2s ease-out infinite;
}
.btn-popup-animation:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: var(--p1);
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
  animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes updown {
  50% {
    transform: translateY(-10px);
  }
}
.v-border {
  background: var(--n40);
  width: 1px;
  height: 25px;
}

.v-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 96px;
  background-color: var(--n40);
}
.v-line.lg::before {
  height: 111px;
}
.v-line.sm::before {
  height: 30px;
}
.v-line.dashed::before {
  border-right: 1px dashed var(--n700);
  background: transparent;
}

.cmn__quantity input {
  width: 70px;
  margin: 0 auto;
  text-align: center;
  outline: none;
  padding: 0 0;
}
.cmn__quantity input:hover {
  cursor: pointer;
}
.cmn__quantity .up,
.cmn__quantity .down {
  font-size: 22px;
  transition: all 0.4s;
}
.cmn__quantity .up:hover,
.cmn__quantity .down:hover {
  cursor: pointer;
  background: var(--bg1);
  color: var(--p1);
}

.cmn__quantity2 .down,
.cmn__quantity2 .up {
  height: auto;
  font-size: 13px;
}
.cmn__quantity2 .down:hover,
.cmn__quantity2 .up:hover {
  background: transparent;
  color: var(--n700);
}
.cmn__quantity2 .down {
  margin-bottom: -10px;
}

.cus-border {
  border-color: var(--n40) !important;
  transition: all 0.4s;
}
.cus-border.second {
  border-color: var(--n700) !important;
  transition: all 0.4s;
}
.cus-border.third {
  border-color: var(--n500) !important;
  transition: all 0.4s;
}
.cus-border:hover {
  border-color: var(--s2) !important;
}

.w40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.w60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: var(--bg1);
}
.w60::before {
  border: unset !important;
}
@media (max-width: 991px) {
  .w60 {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

.ul-dots li {
  list-style: disc;
}

.ul-decimal li {
  list-style: decimal;
}

.soc-item {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.soc-item svg, .soc-item i, .soc-item span {
  transition: var(--transition);
}
.soc-item svg path {
  transition: all 0.4s;
}

.soc-item-hover-black:hover {
  background: var(--n4);
}
.soc-item-hover-black:hover i {
  color: var(--p1);
}
.soc-item-hover-black:hover svg path {
  stroke: var(--p1);
}

.hover-black:hover {
  color: var(--n4);
}

.global-line-animation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 0 150px;
}
.global-line-animation span {
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(179, 182, 185, 0.2);
  display: block;
  position: relative;
}
.global-line-animation span::after, .global-line-animation span::before {
  position: absolute;
  content: "";
}
.global-line-animation span:nth-child(1)::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  animation: lineani1 3s linear infinite;
}
.global-line-animation span:nth-child(2)::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  animation: lineani2 4s linear infinite;
}
.global-line-animation span:nth-child(3)::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  animation: lineani3 5s linear infinite;
}
.global-line-animation span:nth-child(4)::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  animation: lineani4 5s linear infinite;
}
.global-line-animation span:nth-child(5)::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  animation: lineani5 4s linear infinite;
}
.global-line-animation span:nth-child(6)::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  animation: lineani6 3s linear infinite;
}
@media (max-width: 1199px) {
  .global-line-animation span:nth-child(2), .global-line-animation span:nth-child(5) {
    display: none;
  }
}
@media (max-width: 991px) {
  .global-line-animation span:nth-child(3) {
    display: none;
  }
}
@media (max-width: 575px) {
  .global-line-animation span {
    display: none;
  }
}

@keyframes lineani1 {
  10% {
    background: rgba(176, 254, 58, 0.211);
  }
}
@keyframes lineani2 {
  10% {
    background: rgba(86, 74, 255, 0.293);
  }
}
@keyframes lineani3 {
  10% {
    background: rgba(255, 102, 14, 0.265);
  }
}
@keyframes lineani4 {
  10% {
    background: rgba(255, 102, 14, 0.27);
  }
}
@keyframes lineani5 {
  10% {
    background: rgba(86, 74, 255, 0.293);
  }
}
@keyframes lineani6 {
  10% {
    background: rgba(176, 254, 58, 0.211);
  }
}
.mouse-follower {
  z-index: 99;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 100ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid var(--p1);
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: var(--p1);
}
.mouse-follower.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
@media (max-width: 991px) {
  .mouse-follower {
    display: none;
  }
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

.cmn-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

*::-webkit-scrollbar {
  width: 2px;
  background: var(--n2);
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background: var(--p1);
}

@media (min-width: 1199px) {
  .mega-menu-style::-webkit-scrollbar {
    width: 2px;
  }
}
@media (max-width: 1199px) {
  .mega-menu-style::-webkit-scrollbar {
    width: 0px;
  }
}

.mega-menu-style::-webkit-scrollbar-button,
.mega-menu-style::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2470588235);
}

.cus-scro80 {
  height: 180px;
  overflow-y: scroll;
}
.cus-scro80 .list {
  height: 150px;
  overflow-y: scroll;
}

.cus-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  position: sticky;
  max-height: 90vh;
  top: 100px;
}
.cus-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.cus-scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.cus-scrollbar::-webkit-scrollbar-button, .cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.cus-scrollbar:hover::-webkit-scrollbar {
  width: 3px;
}
.cus-scrollbar:hover::-webkit-scrollbar-track {
  background: rgba(255, 211, 198, 0.5);
}
.cus-scrollbar:hover::-webkit-scrollbar-button, .cus-scrollbar:hover::-webkit-scrollbar-thumb {
  background: var(--p1);
}

.d-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.cus-nz1 {
  z-index: -1;
}

.cus-z0 {
  z-index: 0;
}

.cus-z1 {
  z-index: 1;
}

.cus-z2 {
  z-index: 2;
}

.singleTab .nav-links {
  cursor: pointer;
}
.singleTab .tabContents {
  position: relative;
}
.singleTab .tabContents .tabItem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s all;
}
.singleTab .tabContents .tabItem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}
.singleTab.pros-cros .nav-item {
  border-radius: unset;
  background: rgba(12, 169, 64, 0.7);
  font-weight: 700;
  color: rgba(var(--p2));
}
.singleTab.pros-cros .nav-item .active {
  background: var(--p1);
}
.singleTab.pros-cros .nav-item button {
  transition: var(--transition);
}

.cmnshadow {
  transition: all 0.4s;
  border-radius: 32px;
}
.cmnshadow:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  border-color: var(--n20) !important;
}

.search-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: var(--bg1);
  z-index: -1;
}
.search-area .search-box {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  .search-area .search-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .search-area .search-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .search-area .search-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section__title .act4-underline {
  position: relative;
}
.section__title .act4-underline::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--act4);
}
@media (max-width: 1399px) {
  .section__title .display-four {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .section__title .display-four {
    font-size: 29px;
  }
}

.act4-underline {
  position: relative;
}
.act4-underline::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--act4);
}
@media (max-width: 1399px) {
  .act4-underline::before {
    bottom: 0px;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .act4-underline::before {
    bottom: 0px;
  }
}

.sec__titletwo .two__title {
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .sec__titletwo .two__title {
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .sec__titletwo .two__title {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .sec__titletwo .two__title {
    font-size: 28px;
  }
  .sec__titletwo p {
    font-size: 16px;
  }
}

.act3-underline {
  position: relative;
}
.act3-underline::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--act3);
}
@media (max-width: 1399px) {
  .act3-underline::before {
    bottom: 0;
  }
}

.example-common-button .tablinks .nav-links {
  width: 100%;
  transition: all 0.5s;
}
.example-common-button .tablinks .nav-links .tablink {
  transition: all 0.5s;
}
.example-common-button .tablinks .nav-links.active .tablink {
  background: var(--act4);
  color: var(--n0);
}

.pagination li {
  transition: all 0.4s;
}
.pagination li a {
  transition: all 0.4s;
  color: var(--n700);
}
.pagination li a i {
  color: var(--n700);
}
.pagination li:hover a {
  transition: all 0.4s;
  background: var(--p1) !important;
  border-color: var(--p1) !important;
}
.pagination .page-item .page-link {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 999;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active, .pagination .page-item .page-link:focus {
  background-color: var(--p1);
  border-color: transparent;
  box-shadow: none;
}

.video__cmn64 {
  width: 64px;
  min-width: 64px;
  height: 64px;
}

.video__56 {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
@media (max-width: 1399px) {
  .video__56 {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 10px;
  width: 10px;
  right: 15px;
  top: initial;
  border-color: rgba(26, 26, 26, 0.6);
}
.nice-select .list {
  width: initial;
  background-color: rgba(var(--n8), 1);
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--s2);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
}

.checkbox-single {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-single .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--n0);
}
.checkbox-single .checkmark::after {
  content: "";
}
.checkbox-single input:checked ~ .checkmark::after {
  content: "done";
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  content: "\f00c";
}
.checkbox-single input:checked ~ .checkmark:after {
  display: block;
}

.single-radio {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.single-radio:hover input ~ .checkmark {
  background-color: transparent;
}
.single-radio .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--p1);
  border-radius: 50%;
}
.single-radio .checkmark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}
.single-radio input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid;
}
.single-radio input:checked ~ .checkmark::after {
  display: block;
  background: var(--p1);
}

.scroll-bn1 {
  width: 112px;
  height: 212px;
  position: absolute;
  bottom: 40px;
  left: 60px;
}
.scroll-bn1 .scroll-iconrarea {
  animation: updown10 2s linear infinite;
}
@media (max-width: 1700px) {
  .scroll-bn1 {
    bottom: 10px;
    left: 10px;
    width: 70px;
    height: 160px;
  }
}
@media (max-width: 1600px) {
  .scroll-bn1 {
    width: 60px;
    height: 110px;
  }
  .scroll-bn1 span {
    margin-bottom: 1px;
  }
  .scroll-bn1 svg {
    width: 20px;
    height: 40px;
  }
}
@media (max-width: 1399px) {
  .scroll-bn1 {
    bottom: 5px;
    left: 5px;
    width: 30px;
    height: 50px;
  }
  .scroll-bn1 .fs18 {
    display: none !important;
  }
  .scroll-bn1 svg {
    width: 8px;
    height: 26px;
  }
}
@media (max-width: 575px) {
  .scroll-bn1 {
    bottom: 15px;
    right: 15px !important;
    left: initial;
    width: 30px;
    height: 50px;
  }
  .scroll-bn1 .fs18 {
    display: none !important;
  }
  .scroll-bn1 svg {
    width: 8px;
    height: 26px;
  }
}

.m-howarrow {
  animation: rot10 2s linear infinite;
}

.n4fixed {
  color: var(--n4) !important;
}

.pagi-bg {
  background: #E9F2FF !important;
}

@keyframes updown10 {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes ske {
  50% {
    transform: skewX(10deg);
  }
}
@keyframes alf {
  50% {
    transform: translateX(-10px);
  }
}
@keyframes rot10 {
  50% {
    transform: rotate(10deg);
  }
}
@keyframes infinite-circle {
  100% {
    transform: rotate(3602deg);
  }
}
.swiper-button-prevteam,
.swiper-button-nextteam {
  outline: none;
  bottom: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 5;
  transition: all 0.4s;
}
.swiper-button-prevteam i,
.swiper-button-nextteam i {
  transition: all 0.4s;
  font-size: 26px;
}
.swiper-button-prevteam:hover,
.swiper-button-nextteam:hover {
  background: var(--p1);
}
.swiper-button-prevteam:hover i,
.swiper-button-nextteam:hover i {
  color: var(--n1);
}
@media (max-width: 1399px) {
  .swiper-button-prevteam i,
  .swiper-button-nextteam i {
    font-size: 18px;
  }
}

.cmn-s1-slide {
  outline: none;
  bottom: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 5;
  transition: all 0.4s;
}
.cmn-s1-slide i {
  transition: all 0.4s;
  font-size: 26px;
  line-height: 2;
}
.cmn-s1-slide:hover {
  background: var(--act4);
}
.cmn-s1-slide:hover i {
  color: var(--n0) !important;
}
@media (max-width: 1399px) {
  .cmn-s1-slide i {
    font-size: 18px;
  }
}

.cmn__collection {
  width: 160px !important;
  min-width: 160px !important;
  height: 160px !important;
  display: block;
  z-index: 1;
}
.cmn__collection::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(255, 148, 88, 0.35);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.cmn__collection::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--act4);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.cmn__collection:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cmn__collection:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cmn__collection:hover .cmn-cont-box {
  color: var(--n0);
}
.cmn__collection:hover .cmn-cont-box span {
  color: var(--n0);
}
.cmn__collection:hover .cmn-cont-box .icon {
  transform: rotate(-60deg);
}
.cmn__collection .cmn-cont-box {
  z-index: 3;
  transition: all 0.4s;
}
.cmn__collection .cmn-cont-box span,
.cmn__collection .cmn-cont-box i {
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .cmn__collection {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
  .cmn__collection span {
    font-size: 12px;
    max-width: 50px;
    line-height: 1.1;
  }
}

.slider-pagination {
  width: initial;
}
.slider-pagination span {
  letter-spacing: 10px;
  color: rgba(var(--s2), 1);
}

.radius-circle {
  border-radius: 50% !important;
}

.radius100 {
  border-radius: 100px !important;
}

.radius32 {
  border-radius: 32px !important;
}

.radius24 {
  border-radius: 24px !important;
}

.radius20 {
  border-radius: 10px !important;
}

.radius18 {
  border-radius: 18px !important;
}

.radius16 {
  border-radius: 16px !important;
}

.radius14 {
  border-radius: 14px !important;
}

.radius13 {
  border-radius: 13px !important;
}

.radius12 {
  border-radius: 12px !important;
}

.radius11 {
  border-radius: 11px !important;
}

.radius10 {
  border-radius: 10px !important;
}

.radius9 {
  border-radius: 9px !important;
}

.radius8 {
  border-radius: 8px !important;
}

.radius7 {
  border-radius: 7px !important;
}

.radius6 {
  border-radius: 6px !important;
}

.radius5 {
  border-radius: 5px !important;
}

.radius4 {
  border-radius: 4px !important;
}

.radius3 {
  border-radius: 3px !important;
}

.radius2 {
  border-radius: 2px !important;
}

.radius1 {
  border-radius: 1px !important;
}

.input-area {
  background-color: transparent;
  border: 1px solid var(--n40);
}
.input-area:focus-within {
  border: 1px solid solid;
  outline: 1px solid var(--s2);
  border-color: transparent;
}
.input-area input,
.input-area textarea {
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
}
.input-area input::-moz-placeholder, .input-area textarea::-moz-placeholder {
  color: var(--n300);
  font-weight: 500;
}
.input-area input::placeholder,
.input-area textarea::placeholder {
  color: var(--n300);
  font-weight: 500;
}
.input-area .nice-select {
  padding-right: 40px !important;
}
.input-area .nice-select::-moz-placeholder {
  color: var(--n3);
}
.input-area .nice-select::placeholder {
  color: var(--n3);
}
.input-area .nice-select:focus, .input-area .nice-select:hover {
  border: none;
  outline: none;
  color: var(--n3);
}
.input-area .nice-select .current {
  color: var(--n3);
  font-size: 16px;
  border: none;
  outline: none;
}
.input-area .nice-select .list {
  border: 1px solid rgba(var(--n6), 0.2);
  bottom: initial;
  padding: 8px 16px;
  background: var(--bg1);
  color: var(--n3);
}
.input-area .nice-select::after {
  display: block;
  right: 24px;
}
.input-area.second {
  border-radius: 48px;
  border: 1px solid var(--n5);
}
.input-area.second input {
  font-size: 16px;
}

.textcircle .text {
  width: 200px;
  height: 200px;
  color: var(--n0);
  font-size: 14px;
  animation: textRotation 18s linear infinite;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.textcircle .text span {
  position: absolute;
  left: 50%;
  font-size: 14px;
  transform-origin: 0 80px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400 !important;
  font-family: initial;
  text-transform: uppercase;
}

.textcircle2 {
  position: relative;
}
.textcircle2 .text2 {
  width: 200px;
  height: 200px;
  color: var(--n0);
  font-size: 14px;
  animation: textRotation 18s linear infinite;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.textcircle2 .text2 span {
  position: absolute;
  left: 50%;
  top: 19px;
  font-size: 14px;
  transform-origin: 0 80px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400 !important;
  font-family: initial;
  text-transform: uppercase;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn1st {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.banner-bredcrumbs {
  z-index: 1;
}
.banner-bredcrumbs .ball-shape-breadcrumb {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  width: 400px;
}
.banner-bredcrumbs .ball-circle-breadcrumb {
  position: absolute;
  right: 60px;
  bottom: 60px;
  animation: balls 30s linear infinite;
}
.banner-bredcrumbs .shape-breadcrumbright {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .banner-bredcrumbs .ball-shape-breadcrumb {
    top: 80px;
    left: 0;
    width: 250px;
  }
  .banner-bredcrumbs .ball-circle-breadcrumb {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .banner-bredcrumbs .ball-shape-breadcrumb {
    top: 60px;
    width: 160px;
  }
  .banner-bredcrumbs .ball-circle-breadcrumb {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 550px) {
  .banner-bredcrumbs .ball-shape-breadcrumb {
    display: none;
  }
  .banner-bredcrumbs .ball-circle-breadcrumb {
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
  }
}

.banner-section-v1 {
  z-index: 1;
}
.banner-section-v1::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1060px;
  height: 250px;
  content: "";
  background: var(--n1);
  z-index: -1;
}
.banner-section-v1 .slider-btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.banner-section-v1 .slider-btn i {
  line-height: 2;
}
@media (max-width: 1500px) {
  .banner-section-v1::before {
    width: 900px;
  }
  .banner-section-v1 .slider-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .banner-section-v1::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-section-v1 .slider-btn {
    display: none !important;
  }
}

.banner-content-v1 {
  padding: 120px 0 95px;
  position: relative;
  z-index: 1;
}
.banner-content-v1 .bn-pra {
  font-size: 18px;
  line-height: 1.5;
  max-width: 696px;
}
.banner-content-v1 .how-cont {
  border-bottom: 1px solid;
}

.banner-content-v1customer {
  padding-top: 90px;
  position: relative;
  z-index: 2;
}

.how-cont {
  border-bottom: 1px solid;
}

.custom-display {
  font-size: 98px;
  font-weight: 800;
  line-height: 120%;
  font-family: var(--body-font);
}
.custom-display span {
  display: block;
}

.winner-span {
  font-size: 100px;
  font-weight: 800;
  line-height: 120%;
  font-family: var(--body-font);
}
.winner-span .wins {
  font-size: 100px;
  font-weight: 800;
  line-height: 120%;
  font-family: var(--body-font);
  position: relative;
}
.winner-span .wins svg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 353px;
}
.winner-span .thumb {
  position: relative;
  display: block;
  width: 196px;
  overflow: hidden;
}
.winner-span .thumb img {
  border: 1px solid var(--act3);
  border-radius: 100px;
  width: 100%;
  height: 84px;
  padding: 1px;
  animation: zum 2s linear infinite;
}
.winner-span .bn-vid {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bn-vid {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.shape-win {
  position: absolute;
  right: 70px;
  top: 350px;
}

.banner-section-v2 {
  background: url(../../assets/images/banner/banner-v2-bg.png) no-repeat center center;
  background-size: cover;
}
.banner-section-v2 .shape-win {
  top: 240px;
  animation: updown 2s linear infinite;
}
.banner-section-v2 .slider-btn {
  position: absolute;
  right: 290px;
  bottom: 260px;
}
@media (min-width: 1900px) {
  .banner-section-v2 {
    overflow: visible;
  }
}
@media (max-width: 1899px) {
  .banner-section-v2 .slider-btn {
    bottom: 60px;
    left: 46%;
  }
}
@media (max-width: 1500px) {
  .banner-section-v2 .bn-carslide-item {
    margin: 0 auto;
  }
  .banner-section-v2 .shape-win {
    top: 180px;
  }
}
@media (max-width: 520px) {
  .banner-section-v2 .slider-btn {
    bottom: 35px;
    left: 38%;
  }
  .banner-section-v2 .kewta-btn .kew-text {
    padding: 8px 16px;
    font-size: 13px;
  }
  .banner-section-v2 .kewta-btn .kew-arrow {
    min-width: 36px;
    min-height: 36px;
  }
  .banner-section-v2 .kewta-btn .kew-arrow .kt-two {
    top: 9px;
    left: 8px;
  }
  .banner-section-v2 .kewta-btn .kew-arrow .kt-two i {
    font-size: 18px;
  }
  .banner-section-v2 .kewta-btn .kew-arrow .kt-one {
    top: 9px !important;
    left: 8px !important;
  }
  .banner-section-v2 .kewta-btn .kew-arrow .kt-one i {
    font-size: 18px;
  }
}

.banner-content-v2 {
  position: relative;
}
.banner-content-v2 .bn-v2textcar1 {
  margin-top: -44px;
}
@media (max-width: 767px) {
  .banner-content-v2 .bn-v2textcar1 {
    display: none;
  }
}
.banner-content-v2 .bn-v2textcar2 {
  margin-top: -44px;
}
.banner-content-v2 .banner-oneslider {
  position: initial;
  text-align: center;
  margin: 0 auto;
}
.banner-content-v2 .banner-oneslider .banner-carslide-wrap {
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 1399px) and (min-width: 1199px) {
  .banner-content-v2 .banner-oneslider .banner-carslide-wrap {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .banner-content-v2 .banner-oneslider .banner-carslide-wrap {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .banner-content-v2 .banner-oneslider .banner-carslide-wrap {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .banner-content-v2 .banner-oneslider {
    display: block;
  }
}
.banner-content-v2 .bn-v2cutomer {
  position: absolute;
  left: -143px;
  bottom: 35%;
  z-index: 3;
}
.banner-content-v2 .employed-count {
  position: absolute;
  right: -140px;
  top: 38%;
}
.banner-content-v2 .employed-count p {
  font-size: 24px;
  font-weight: 600;
  color: var(--nw2);
  max-width: 169px;
}
@media (max-width: 1399px) {
  .banner-content-v2 .display-two {
    font-size: 38px;
    line-height: 38px;
  }
  .banner-content-v2 .display-two .bn-v2textcar2,
  .banner-content-v2 .display-two .bn-v2textcar1 {
    width: 120px;
    margin-bottom: -20px;
  }
  .banner-content-v2 .employed-count {
    right: -100px;
    top: 51%;
  }
  .banner-content-v2 .bn-v2cutomer {
    position: absolute;
    left: -100px;
    bottom: 15%;
    z-index: 3;
  }
}
@media (max-width: 1299px) {
  .banner-content-v2 .bn-v2cutomer {
    position: absolute;
    left: -100px;
    bottom: 20%;
    z-index: 3;
  }
  .banner-content-v2 .employed-count {
    right: -100px;
  }
  .banner-content-v2 .employed-count p {
    font-size: 18px;
    line-height: 1.2;
  }
  .banner-content-v2 .employed-count .display-three {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .banner-content-v2 .employed-count {
    right: -16px;
    top: initial;
    bottom: 24px;
    text-align: start !important;
    margin-top: 24px;
  }
  .banner-content-v2 .employed-count img {
    width: 50px;
    height: 50px;
  }
  .banner-content-v2 .employed-count p {
    font-size: 14px;
  }
  .banner-content-v2 .bn-v2cutomer {
    position: initial !important;
    transform: translateY(56px);
  }
}
@media (max-width: 767px) {
  .banner-content-v2 .display-two {
    font-size: 38px;
    font-weight: 700;
  }
  .banner-content-v2 .display-two span {
    font-weight: 700 !important;
  }
  .banner-content-v2 .bn-v2textcar2 {
    display: none;
  }
}
@media (max-width: 520px) {
  .banner-content-v2 .employed-count {
    display: none;
  }
  .banner-content-v2 .bn-v2cutomer {
    display: none;
  }
}
@media (max-width: 500px) {
  .banner-content-v2 .display-two {
    font-size: 28px;
    font-weight: 700;
  }
  .banner-content-v2 .display-two span {
    font-weight: 700 !important;
  }
}

.bn-v2-carshape {
  position: absolute;
  top: 220px;
  left: 0;
  animation: alf 2s linear infinite;
}
@media (max-width: 1899px) {
  .bn-v2-carshape {
    width: 180px;
  }
  .bn-v2-carshape img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bn-v2-carshape {
    width: 90px;
    top: 400px;
  }
  .bn-v2-carshape img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bn-v2-carshape {
    display: none;
  }
}

.bn-v2-rounging {
  position: absolute;
  top: 36%;
  left: 368px;
  animation: ske 2s linear infinite;
}
@media (max-width: 1899px) {
  .bn-v2-rounging {
    width: 80px;
  }
  .bn-v2-rounging img {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .bn-v2-rounging {
    left: 268px;
  }
}
@media (max-width: 991px) {
  .bn-v2-rounging {
    display: none;
  }
}

.banner-content-v3 .bn-v2textcar1 {
  margin-top: -24px;
}
@media (max-width: 1399px) {
  .banner-content-v3 .bn-v2textcar1 {
    margin-top: -40px;
  }
}

.mouse-animation {
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 120px;
  bottom: 120px;
  gap: 32px;
}
.mouse-animation .m-aniline {
  width: 4px;
  margin: 0 auto;
}
.mouse-animation .m-aniline svg {
  width: 4px;
}
.mouse-animation .m-ani {
  width: 34px;
  transition: all 0.4s;
  animation: updown 2s linear infinite;
}
@media (max-width: 1700px) {
  .mouse-animation {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1500px) {
  .mouse-animation {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mouse-animation {
    right: 50%;
    bottom: 5px;
    transform: translateX(50%);
    z-index: 99;
  }
  .mouse-animation .m-aniline {
    display: none;
  }
  .mouse-animation .m-ani svg path {
    stroke: var(--n0);
    fill: var(--n0);
  }
}
@media (max-width: 767px) {
  .mouse-animation .m-ani svg {
    width: 26px;
  }
}

.max-520 {
  max-width: 520px;
}

.banner-bike-animation .video-bg2 {
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 0;
  opacity: 0.8;
}

.banner-bike-onewrap {
  border-top-left-radius: 856px;
  border-top-right-radius: 856px;
  max-width: 856px;
  margin: 0 auto;
  height: 400px;
  padding: 50px 5px 5px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.banner-bike-onewrap .bn-carslide-item {
  max-width: 580px;
  margin: 0 auto;
}
.banner-bike-onewrap .bn-carslide-item img {
  width: 100%;
}
@media (max-width: 991px) {
  .banner-bike-onewrap {
    height: 320px;
  }
  .banner-bike-onewrap .bn-carslide-item {
    max-width: 400px;
  }
}
@media (max-width: 550px) {
  .banner-bike-onewrap {
    height: initial;
    padding: 40px 30px 20px;
  }
}

.bnv3-countedwrap {
  position: absolute;
  bottom: 200px;
  width: 100%;
}
.bnv3-countedwrap .win-bn3-thumb {
  position: absolute;
  left: 10px;
  top: -250px;
}
@media (max-width: 1199px) {
  .bnv3-countedwrap {
    flex-wrap: wrap;
    position: initial;
  }
  .bnv3-countedwrap .win-bn3-thumb {
    position: initial;
  }
  .bnv3-countedwrap .employed-itemv3 .display-five {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .bnv3-countedwrap .win-bn3-thumb {
    width: 100px;
  }
  .bnv3-countedwrap .banner-content-v1customer {
    padding-bottom: 35px;
  }
}
@media (max-width: 500px) {
  .bnv3-countedwrap .win-bn3-thumb {
    display: none;
  }
  .bnv3-countedwrap .employed-countv3 {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .bnv3-countedwrap .banner-content-v1customer {
    padding-top: 8px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .bnv3-countedwrap .banner-content-v1customer {
    padding-top: 8px;
  }
}

.banner-textanimation {
  position: absolute;
  right: 250px;
  top: 300px;
  background: var(--act3);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.banner-textanimation::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 500px;
  content: "";
  border-radius: var(--number-token-0, 0px) var(--number-token-0, 0px) var(--number-token-25, 100px) var(--number-token-25, 100px);
  background: linear-gradient(180deg, rgba(254, 201, 47, 0) 0%, #FEC92F 100%);
  z-index: -1;
}
.banner-textanimation .textcircle .text {
  width: 160px;
  height: 160px;
}
.banner-textanimation .textcircle .text span {
  color: var(--n4);
}
.banner-textanimation .icon-explore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1700px) {
  .banner-textanimation {
    right: 40px;
  }
}
@media (max-width: 1399px) {
  .banner-textanimation {
    right: 10px;
    top: 140px;
  }
}
@media (max-width: 991px) {
  .banner-textanimation {
    display: none;
  }
}

.icon-explore {
  width: 85px;
  min-width: 85px;
  height: 85px;
  border: 1px solid var(--n4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-explore .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--n4);
  transition: all 0.4s;
}
.icon-explore .icon i {
  color: var(--n0);
}
.icon-explore:hover .icon {
  transform: rotate(20deg);
}

.cate-gorgiousbox {
  background: var(--n4);
  -webkit-clip-path: polygon(0 0, 88% 0, 100% 10%, 100% 100%, 100% 100%, 14% 100%, 0 90%, 0 0);
          clip-path: polygon(0 0, 88% 0, 100% 10%, 100% 100%, 100% 100%, 14% 100%, 0 90%, 0 0);
  padding: 40px 24px;
  position: relative;
  height: 640px;
}
.cate-gorgiousbox .gorgiour-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 4s;
  animation: booling 4s linear infinite;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cate-gorgiousbox {
    padding: 24px 10px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cate-gorgiousbox {
    height: initial;
    padding: 30px 20px 40px;
  }
}

@media (max-width: 1399px) {
  .smart-content img {
    width: 60px;
  }
}

@keyframes booling {
  0% {
    width: 0px;
    height: 0px;
  }
  60% {
    width: 300px;
    height: 300px;
  }
  100% {
    opacity: 0;
  }
}
.categori-bikev3-item .thumb {
  width: 306px;
  height: 306px;
  border-radius: 50%;
  border: 1px solid rgba(255, 101, 14, 0.2);
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 24px;
}
.categori-bikev3-item .thumb img {
  margin-bottom: 24px;
}
.categori-bikev3-item .content-wrap {
  transform: translateY(-72px);
  margin-bottom: -62px;
}
@media (max-width: 1399px) {
  .categori-bikev3-item .content-wrap a span {
    font-size: 18px !important;
  }
  .categori-bikev3-item .content-wrap .cmn-arrows {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  .categori-bikev3-item .content-wrap .cmn-arrows i {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .categori-bikev3-item .thumb {
    width: 221px;
    height: 221px;
  }
  .categori-bikev3-item .thumb img {
    margin-bottom: 5px;
  }
  .categori-bikev3-item .content-wrap {
    transform: translateY(0px);
    margin-bottom: 5px;
    padding: 7px 10px;
    height: 58px;
  }
}
@media (max-width: 991px) {
  .categori-bikev3-item .thumb {
    width: 325px;
    height: 325px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .categori-bikev3-item .thumb {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
  .categori-bikev3-item .content-wrap {
    width: 260px;
    margin: 0 auto;
  }
}
.categori-bikev3-item:hover .thumb {
  background: rgba(255, 101, 14, 0.1);
  border-color: var(--act4);
}
.categori-bikev3-item:hover .content-wrap {
  background: var(--act4);
}
.categori-bikev3-item:hover .content-wrap .doble-cont {
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 100%;
}
.categori-bikev3-item:hover .content-wrap .cont {
  color: var(--n0);
}
.categori-bikev3-item:hover .content-wrap .single-cont {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.content-wrap {
  background: #FFF0E7;
  border-radius: 100px;
  justify-content: center;
  padding: 16px 16px;
  position: relative;
  transition: all 0.5s;
  width: 100%;
  overflow: hidden;
  height: 72px;
}
.content-wrap .single-cont {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.content-wrap .single-cont .cont {
  color: var(--n4);
  font-size: 24px;
  font-weight: 700;
  display: block;
  transition: all 0.4s;
  padding-left: 10px;
  text-align: center;
  transition: all 0.5s;
}
.content-wrap .doble-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -100% !important;
  left: 0;
  width: 100%;
  padding: 0px 14px 0 7px;
  transition: all 0.4s;
}
.content-wrap .cont {
  color: var(--n4);
  font-size: 24px;
  font-weight: 700;
  display: block;
  transition: all 0.4s;
  padding-left: 10px;
}
.content-wrap:hover {
  background: var(--act4);
}
.content-wrap:hover .doble-cont {
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 100%;
}
.content-wrap:hover .cont {
  color: var(--n0);
}
.content-wrap:hover .single-cont {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.cmn-arrows {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.cmn-arrows i {
  font-size: 19px;
}
.cmn-arrows:hover {
  transform: rotate(50deg);
}

.category-v8-banner .categori-bikev3-item .thumb .thumb-in {
  width: 160px;
  height: 190px;
}
.category-v8-banner .categori-bikev3-item .thumb .thumb-in img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1199px) {
  .category-v8-banner .categori-bikev3-item .thumb .thumb-in {
    margin-bottom: 40px;
  }
}

.bn1-odometer {
  padding-top: 148px;
}

.arrow-rotate {
  animation: rots 2s linear infinite;
}

@keyframes rots {
  50% {
    transform: rotate(7deg);
  }
}
.odometer__items p {
  font-size: 18px;
  font-weight: 600;
  color: var(--nw2);
  margin-top: 6px;
}

.banner-oneslider {
  position: absolute;
  bottom: -12px;
  right: 0;
}
.banner-oneslider .banner-carslide-wrap {
  max-width: 960px;
}
.banner-oneslider .banner-carslide-wrap .bn-carslide-item {
  max-width: 850px;
  padding: 0 10px 0 50px;
}
@media (max-width: 1500px) {
  .banner-oneslider {
    right: -120px;
  }
  .banner-oneslider .banner-carslide-wrap {
    max-width: 860px;
  }
  .banner-oneslider .banner-carslide-wrap .bn-carslide-item {
    max-width: 700px;
  }
}
@media (max-width: 1199px) {
  .banner-oneslider {
    right: -150px;
    bottom: -18px;
  }
  .banner-oneslider .banner-carslide-wrap {
    max-width: 700px;
  }
  .banner-oneslider .banner-carslide-wrap .bn-carslide-item {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .banner-oneslider {
    right: -200px;
    bottom: -18px;
  }
  .banner-oneslider .banner-carslide-wrap {
    max-width: 700px;
  }
  .banner-oneslider .banner-carslide-wrap .bn-carslide-item {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .banner-oneslider {
    right: -220px;
    bottom: -10px;
  }
  .banner-oneslider .banner-carslide-wrap {
    max-width: 580px;
  }
  .banner-oneslider .banner-carslide-wrap .bn-carslide-item {
    max-width: 360px;
    padding: 0 0px 0 40px;
  }
}
@media (max-width: 575px) {
  .banner-oneslider {
    display: none;
  }
}

.lotto-services-container {
  margin-left: 310px;
  position: relative;
}
@media (max-width: 1800px) {
  .lotto-services-container {
    margin-left: 0;
  }
  .lotto-services-container .swiper-pagination {
    width: 100%;
  }
}
@media (max-width: 1800px) and (max-width: 767px) {
  .lotto-services-container .swiper-pagination {
    display: none !important;
  }
}

.swiper-pagination {
  background: rgba(255, 101, 14, 0.5);
  width: 70%;
  height: 2px;
  position: initial;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 200px;
  border-radius: 0;
  opacity: 0;
  transition: all 0.5s;
  height: 6px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--act4);
  opacity: 1;
  height: 6px;
}

.lotter-service-item img {
  width: 100%;
}
@media (max-width: 991px) {
  .lotter-service-item .lotto-img {
    opacity: 0.6;
  }
}
.lotter-service-item .lottory-sercar {
  top: 32px;
  left: 32px;
}
.lotter-service-item .lbadge {
  transition: all 0.5s;
  border: 1px solid var(--p1);
}
.lotter-service-item .serial-badge {
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 2;
}
.lotter-service-item .serial-badge::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90px;
  bottom: 22%;
  z-index: -1;
  border-radius: var(--number-token-0, 0px) var(--number-token-0, 0px) var(--number-token-25, 100px) var(--number-token-25, 100px);
  background: linear-gradient(180deg, rgba(254, 201, 47, 0) 0%, rgba(254, 201, 47, 0.7) 100%);
  transition: all 0.4s;
}
.lotter-service-item:hover .serial-badge::before {
  bottom: -22%;
}
.lotter-service-item:hover .lbadge {
  border: 1px solid var(--p1);
  background: transparent !important;
}

.serial-badge {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
@media (max-width: 1199px) {
  .serial-badge {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}

.lbadge {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .lbadge {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .lbadge {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}

.banner-section-v4 {
  background: rgba(255, 101, 14, 0.12);
}
.banner-section-v4 .banner-4v-shape {
  position: absolute;
  top: 307px;
  right: 60px;
  animation: updown 2s linear infinite;
}
.banner-section-v4 .win-bn4-thumb {
  position: absolute;
  right: 290px;
  top: 180px;
}
.banner-section-v4 .bnv4-countedwrap {
  position: absolute;
  right: 91px;
  bottom: 170px;
}
.banner-section-v4 .banner-v4wraper {
  padding: 100px 0 270px;
}
@media (max-width: 1600px) {
  .banner-section-v4 .banner-4v-shape {
    top: 307px;
    right: 10px;
    width: 120px;
  }
}
@media (max-width: 1399px) {
  .banner-section-v4 .banner-4v-shape {
    display: none;
  }
  .banner-section-v4 .win-bn4-thumb {
    top: 100px;
    right: 10px;
    width: 140px;
  }
}
@media (max-width: 1199px) {
  .banner-section-v4 .banner-v4wraper {
    padding: 100px 0 170px;
  }
  .banner-section-v4 .bnv4-countedwrap {
    position: initial;
    justify-content: flex-start !important;
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .banner-section-v4 .banner-v4wraper {
    padding: 0px 0 70px;
  }
  .banner-section-v4 .banner-4v-shape {
    display: block;
  }
  .banner-section-v4 .win-bn4-thumb {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .banner-section-v4 .win-bn4-thumb {
    display: none;
  }
  .banner-section-v4 .banner-4v-shape {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .banner-section-v4 .bnv4-countedwrap {
    position: initial;
    justify-content: flex-start !important;
    margin-top: -80px;
    margin-bottom: 40px;
  }
}

.banner-content-v4 .custom-bigarrow {
  border-color: var(--act4);
}
.banner-content-v4 .custom-bigarrow svg {
  height: 12px;
  width: 112px;
}
.banner-content-v4 .custom-bigarrow svg path {
  stroke: var(--n4);
  fill: var(--n4);
  transition: all 0.4s;
}
.banner-content-v4 .custom-bigarrow:hover svg path {
  stroke: var(--n0);
  fill: var(--n0);
}
@media (max-width: 1199px) {
  .banner-content-v4 .custom-bigarrow .icon::before {
    height: 34px;
  }
  .banner-content-v4 .custom-bigarrow svg {
    width: 70px;
    height: 10px;
  }
}
@media (max-width: 1399px) {
  .banner-content-v4 .display-two {
    line-height: 0.7;
  }
}
@media (max-width: 991px) {
  .banner-content-v4 .display-two {
    line-height: 1.2;
  }
  .banner-content-v4 .display-two img {
    display: none;
  }
}
.banner-content-v4 .how-cont {
  transition: all 0.4s;
}
.banner-content-v4 .how-cont:hover {
  color: var(--act4);
}

.entry-winv4 li i,
.entry-winv4 li a {
  color: var(--n4);
}

.banner-v4-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 0 320px 320px 0;
  padding-bottom: 75px;
  height: 637px;
  width: 737px;
}
.banner-v4-thumb::before {
  position: absolute;
  top: 0;
  right: 0px;
  width: 635px;
  height: 635px;
  border-radius: 50%;
  content: "";
  background: var(--act4);
  z-index: -1;
}
.banner-v4-thumb::after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 635px;
  height: 635px;
  border-radius: 900px;
  content: "";
  background: var(--act4);
  z-index: -1;
}
.banner-v4-thumb .banner-v4-thumbbox {
  padding-top: 130px;
  padding-right: 10px;
  margin-right: -80px;
  overflow: hidden;
}
.banner-v4-thumb .banner-v4-thumbbox .thumb {
  width: 100%;
}
.banner-v4-thumb .banner-v4-thumbbox .thumb img {
  width: 100%;
}
@media (max-width: 1399px) {
  .banner-v4-thumb {
    height: 537px;
    width: 637px;
  }
  .banner-v4-thumb::before {
    width: 535px;
    height: 535px;
  }
  .banner-v4-thumb::after {
    width: 535px;
    height: 535px;
  }
}
@media (max-width: 1199px) {
  .banner-v4-thumb {
    height: 500px;
    width: 580px;
    border-radius: 0 320px 360px 0;
  }
  .banner-v4-thumb .banner-v4-thumbbox {
    padding-top: 50px;
  }
  .banner-v4-thumb::before {
    width: 480px;
    height: 480px;
  }
  .banner-v4-thumb::after {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .banner-v4-thumb {
    width: 100%;
    height: initial;
    border-radius: 0 0px 0px 0;
  }
  .banner-v4-thumb .banner-v4-thumbbox {
    padding-top: 0px;
    margin-right: 0;
  }
  .banner-v4-thumb .banner-v4-thumbbox .thumb {
    width: 100%;
  }
  .banner-v4-thumb .banner-v4-thumbbox .thumb img {
    width: 100%;
  }
  .banner-v4-thumb::before {
    width: 280px;
    height: 280px;
  }
  .banner-v4-thumb::after {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 480px) {
  .banner-v4-thumb::before {
    width: 180px;
    height: 180px;
  }
  .banner-v4-thumb::after {
    width: 180px;
    height: 180px;
  }
}

.banner-section-v5 {
  padding-bottom: 310px;
  padding-top: 110px;
}
.banner-section-v5 .banner-textanimation {
  right: 340px;
  top: 140px;
}
.banner-section-v5 .banner-textanimation::before {
  height: 420px;
}
.banner-section-v5 .mouse-animation {
  bottom: 80px;
  right: initial;
  left: 120px;
}
.banner-section-v5 .arrow-v5 {
  animation: ske 2s linear infinite;
}
@media (max-width: 1700px) {
  .banner-section-v5 .mouse-animation {
    left: 10px;
    bottom: 10px;
  }
}
@media (max-width: 1399px) {
  .banner-section-v5 .banner-textanimation {
    right: 20px;
    top: 100px;
  }
  .banner-section-v5 .banner-textanimation::before {
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .banner-section-v5 {
    padding-bottom: 260px;
    padding-top: 100px;
  }
  .banner-section-v5 .arrow-v5 {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .banner-section-v5 {
    padding-bottom: 260px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .banner-section-v5 {
    padding-bottom: 220px;
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .banner-section-v5 {
    padding-bottom: 220px;
    padding-top: 100px;
    bottom: 70px;
  }
}

.banner-v5bicycle-thumb {
  width: 1000px;
  height: 650px;
  position: absolute;
  right: 0px;
  bottom: -50px;
}
.banner-v5bicycle-thumb img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  .banner-v5bicycle-thumb {
    width: 700px;
    height: 500px;
    bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-v5bicycle-thumb {
    width: 600px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .banner-v5bicycle-thumb {
    width: 500px;
    height: 300px;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .banner-v5bicycle-thumb {
    width: 350px;
    height: 200px;
    right: -20px;
  }
}

.next-draw-sectionv5 {
  margin-top: -200px;
  z-index: 1;
  position: relative;
}

.draw-nextwrap-v5wrap {
  /* background: url(../../assets/images/banner/next-drawv5.png) no-repeat center center !important; */
  padding: 27px 70px 19px 27px !important;
  margin-top: 0 !important;
}
.draw-nextwrap-v5wrap .draw-netwrap-inner::before {
  display: none;
}
.draw-nextwrap-v5wrap .draw-netwrap-inner .thumb {
  margin-top: -40px !important;
}
.draw-nextwrap-v5wrap .right-side-nextdraw {
  gap: 55px !important;
  padding-top: 80px;
}
.draw-nextwrap-v5wrap .right-side-nextdraw .lborder-dot {
  font-size: 36px !important;
}
.draw-nextwrap-v5wrap .right-side-nextdraw .text-hed {
  font-size: 36px !important;
}
.draw-nextwrap-v5wrap .next-arrow {
  position: absolute;
  right: -120px;
  top: -20px;
  width: 120px;
}
@media (max-width: 1199px) {
  .draw-nextwrap-v5wrap {
    padding: 27px 18px 19px 12px !important;
  }
  .draw-nextwrap-v5wrap .right-side-nextdraw {
    gap: 35px !important;
  }
  .draw-nextwrap-v5wrap .right-side-nextdraw .lborder-dot {
    font-size: 26px !important;
  }
  .draw-nextwrap-v5wrap .right-side-nextdraw .text-hed {
    font-size: 26px !important;
  }
  .draw-nextwrap-v5wrap .next-arrow {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .draw-nextwrap-v5wrap {
    background-size: cover !important;
    height: 410px !important;
    padding: 58px 10px 19px 12px !important;
  }
  .draw-nextwrap-v5wrap .right-side-nextdraw {
    gap: 20px !important;
  }
  .draw-nextwrap-v5wrap .next-arrow {
    display: none;
  }
}

@media (max-width: 1199px) {
  .draw-nextwrapv13 {
    justify-content: center !important;
  }
}

.how-v13-arrow {
  position: absolute;
  right: -70px;
  top: 0;
  width: 110px;
  animation: dimod 2s linear infinite;
}
@media (max-width: 767px) {
  .how-v13-arrow {
    display: none;
  }
}

.banner-section-v6 {
  z-index: 1;
}
.banner-section-v6 .call-sun {
  position: absolute;
  right: 150px;
  top: 250px;
  width: 120px;
}
.banner-section-v6 .customer-wining {
  display: grid;
  gap: 180px;
  align-items: center;
  position: absolute;
  right: -90px;
  bottom: 164px;
}
.banner-section-v6 .banner-v6shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-48%);
  z-index: -1;
}
@media (max-width: 1650px) {
  .banner-section-v6 .call-sun {
    position: absolute;
    right: 50px;
    top: 140px;
    width: 120px;
  }
}
@media (max-width: 1420px) {
  .banner-section-v6 .customer-wining {
    display: grid;
    gap: 50px;
    right: -40px;
    bottom: 304px;
  }
}
@media (max-width: 1199px) {
  .banner-section-v6 .customer-wining {
    display: grid;
    gap: 20px;
    right: -20px;
    bottom: 284px;
  }
  .banner-section-v6 .customer-wining .wing-img {
    width: 120px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .banner-section-v6 .m-ani svg {
    background: var(--n4);
  }
  .banner-section-v6 .m-ani svg path {
    fill: var(--act4);
    stroke: var(--act4) !important;
  }
  .banner-section-v6 .customer-wining {
    display: none;
  }
  .banner-section-v6 .banner-v6shape {
    display: none;
  }
  .banner-section-v6 .call-sun {
    display: none;
  }
}

.banner-v6-containerwrap .counter-textanimation-wrap {
  display: grid;
  align-items: center;
  position: absolute;
  left: -160px;
  bottom: 120px;
  gap: 230px;
}
@media (max-width: 1650px) {
  .banner-v6-containerwrap .counter-textanimation-wrap {
    display: grid;
    align-items: center;
    position: absolute;
    left: -40px;
    bottom: 120px;
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .banner-v6-containerwrap .counter-textanimation-wrap {
    display: grid;
    left: -20px;
    bottom: 180px;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .banner-v6-containerwrap .counter-textanimation-wrap {
    display: grid;
    left: -20px;
    bottom: 180px;
    gap: 40px;
    position: initial;
  }
  .banner-v6-containerwrap .counter-textanimation-wrap .employed-countv3 {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
    text-align: center;
  }
}

.banner-v6wrap {
  height: 500px;
  width: 100%;
}
.banner-v6wrap .banner-v6wrap-inner {
  position: absolute;
  bottom: 0;
  margin: 0 20px;
  width: 100%;
}
.banner-v6wrap .banner-v6wrap-inner .thumb {
  width: 100%;
}
.banner-v6wrap .banner-v6wrap-inner .thumb img {
  width: 100%;
}
@media (max-width: 1399px) {
  .banner-v6wrap {
    height: 440px;
  }
}
@media (max-width: 1199px) {
  .banner-v6wrap {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .banner-v6wrap {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .banner-v6wrap {
    height: initial;
    margin-top: 0px;
  }
  .banner-v6wrap .banner-v6wrap-inner {
    margin: 0 2px;
    position: initial;
  }
}

.banner-textanimation-white {
  background: transparent;
  width: 200px;
  height: 200px;
  position: relative !important;
  right: initial;
  top: initial;
  border: 1px solid var(--nw4);
}
.banner-textanimation-white::before {
  display: none;
}
.banner-textanimation-white .textcircle .text span {
  color: var(--n0);
}
.banner-textanimation-white .icon-explore {
  border-color: var(--nw4);
}
.banner-textanimation-white .icon-explore .icon {
  background: var(--act3);
}
.banner-textanimation-white .icon-explore .icon i {
  color: var(--n0);
}

.banner-section-v7 {
  background: rgba(254, 201, 47, 0.1);
}

.banner-v7wraper {
  padding-bottom: 102px;
}
.banner-v7wraper .banner-v7-thumb {
  width: 100%;
  border-radius: 685px;
}
.banner-v7wraper .banner-v7-thumb img {
  border-radius: 685px;
  width: 100%;
}
.banner-v7wraper .banner-v7-thumb .banner-v7-startnow {
  position: absolute;
  right: -65px;
  bottom: 120px;
}
.banner-v7wraper .banner-v7-thumb .banner-v7-startnow .box {
  max-width: 62px;
}
.banner-v7wraper .banner-v7-thumb .banner-v7-startnow .box span {
  font-size: 18px;
  color: var(--nw1);
}
.banner-v7wraper .banner-v7-thumb .banner-v7-startnow .box .icon {
  background: rgba(255, 255, 255, 0.4);
}
.banner-v7wraper .banner-v7-thumb::after {
  position: absolute;
  bottom: -5px;
  right: -10px;
  width: 100%;
  height: 100%;
  content: "";
  background: #FFEDB3;
  border-radius: 685px;
  z-index: -1;
  transform: rotate(-6deg);
}
.banner-v7wraper .banner-v7-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -10px;
  top: -20px;
  transform: rotate(-9deg);
  border: 1px solid var(--act3);
  border-radius: 685px;
  z-index: -1;
}
.banner-v7wraper .banner-content-v7 p {
  max-width: 416px;
}
@media (max-width: 1399px) {
  .banner-v7wraper {
    padding-bottom: 180px;
  }
}
@media (max-width: 1199px) {
  .banner-v7wraper .banner-v7-thumb::after {
    bottom: -5px;
    right: -5px;
    transform: rotate(-4deg);
  }
  .banner-v7wraper .banner-v7-thumb::before {
    left: -4px;
    top: -10px;
    transform: rotate(-6deg);
  }
}
@media (max-width: 991px) {
  .banner-v7wraper .banner-v7-thumb .banner-v7-startnow {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -120px;
  }
}
@media (max-width: 767px) {
  .banner-v7wraper .banner-v7-thumb {
    max-width: 300px;
    margin-left: auto;
  }
  .banner-v7wraper .banner-v7-thumb .banner-v7-startnow {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner-v7wraper .banner-v7-thumb {
    margin-top: -120px;
  }
}

.thumb-textvid {
  position: relative;
  border-radius: 100px;
  height: 100px;
}
.thumb-textvid img {
  border: 2px solid var(--act3);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.thumb-textvid .bn-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media (max-width: 1399px) {
  .thumb-textvid {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .thumb-textvid {
    display: none;
  }
}

.banner-v7-thumb-small {
  max-width: 306px;
  max-height: 480px;
  position: relative;
  z-index: 1;
}
.banner-v7-thumb-small img {
  width: 100%;
  border-radius: 810px;
  height: 100%;
}
.banner-v7-thumb-small::before {
  position: absolute;
  top: -8px;
  right: -30px;
  width: 100%;
  height: 100%;
  content: "";
  background: #FFEDB3;
  border-radius: 810px;
  z-index: -1;
  transform: rotate(8deg);
}
@media (max-width: 1199px) {
  .banner-v7-thumb-small::before {
    top: 4px;
    right: -6px;
    transform: rotate(4deg);
  }
}

.banner-section-v8 .scroll-bn1 {
  left: 42.5%;
  z-index: 2;
}
.banner-section-v8 .scroll-bn1 .scroll-iconrarea svg path {
  stroke: var(--n0);
  fill: var(--n0);
}

.rotate-arrow {
  position: absolute;
  bottom: -30px;
  left: 20px;
}
@media (max-width: 1399px) {
  .rotate-arrow {
    bottom: -20px;
  }
  .rotate-arrow svg {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .rotate-arrow {
    display: none;
  }
}

.review-v8 .review-star {
  border-left: 1px solid rgba(239, 239, 239, 0.8);
  padding-left: 20px;
  margin-left: 20px;
}
@media (max-width: 1500px) {
  .review-v8 .review-star {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.banner-v8slidewrap {
  width: 1030px;
  display: flex;
  gap: 60px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.banner-v8slidewrap .banner-rightslider-v8small {
  height: 100%;
  width: 336px;
}
.banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide {
  width: 302px;
  height: 396px;
}
.banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner {
  height: 396px;
  width: 302px;
}
.banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner img {
  width: 100%;
  height: 100%;
}
.banner-v8slidewrap .banner-rightslider-v8small .slider-btn button {
  transition: all 0.4s;
}
.banner-v8slidewrap .banner-rightslider-v8small .slider-btn button:hover {
  background: var(--p1);
}
.banner-v8slidewrap .banner-rightslider-v8small .slider-btn button:hover i {
  color: var(--n4);
}
.banner-v8slidewrap .mySwiper .swiper-slide {
  width: 636px;
  height: 880px;
}
.banner-v8slidewrap .mySwiper .swiper-slide .bn8-thumb-big {
  height: 912px;
  width: 636px;
}
.banner-v8slidewrap .mySwiper .swiper-slide .bn8-thumb-big img {
  width: 100%;
  height: 100%;
}
.banner-v8slidewrap .mySwiper:hover {
  pointer-events: unset;
}
@media (max-width: 1900px) {
  .banner-v8slidewrap {
    gap: 30px;
    width: 900px;
    right: 4px;
  }
  .banner-v8slidewrap .banner-content-v7customer {
    justify-content: center;
  }
  .banner-v8slidewrap .slider-btn button i {
    font-size: 20px;
  }
}
@media (max-width: 1599px) {
  .banner-v8slidewrap {
    width: 700px;
    gap: 10px;
    bottom: 60px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small {
    width: 280px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide {
    height: 300px;
    width: 270px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner {
    height: 300px;
    width: 270px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner-v8slidewrap .mySwiper .swiper-slide {
    width: 536px;
    height: 780px;
  }
  .banner-v8slidewrap .mySwiper .swiper-slide .bn8-thumb-big {
    height: 712px;
    width: 536px;
  }
}
@media (max-width: 1399px) {
  .banner-v8slidewrap {
    width: 680px;
    gap: 10px;
    bottom: 0px;
    align-items: center;
  }
  .banner-v8slidewrap .banner-rightslider-v8small {
    width: 280px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide {
    height: 300px;
    width: 270px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner {
    height: 300px;
    width: 270px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner-v8slidewrap .mySwiper .swiper-slide {
    width: 536px;
    height: 700px;
  }
  .banner-v8slidewrap .mySwiper .swiper-slide .bn8-thumb-big {
    height: 712px;
    width: 536px;
  }
}
@media (max-width: 1199px) {
  .banner-v8slidewrap {
    width: 600px;
    gap: 10px;
    bottom: 0px;
    align-items: center;
  }
  .banner-v8slidewrap .banner-rightslider-v8small {
    width: 250px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide {
    height: 300px;
    width: 270px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner {
    height: 300px;
    width: 240px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner-v8slidewrap .mySwiper .swiper-slide {
    width: 536px;
    height: 700px;
  }
  .banner-v8slidewrap .mySwiper .swiper-slide .bn8-thumb-big {
    height: 680px;
    width: 536px;
  }
}
@media (max-width: 991px) {
  .banner-v8slidewrap {
    position: initial;
    width: 100%;
    padding-right: 0px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .banner-v8slidewrap {
    display: grid;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .banner-v8slidewrap .mySwiper {
    display: none;
  }
  .banner-v8slidewrap .banner-rightslider-v8small {
    width: 310px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide {
    height: 300px;
    width: 310px;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner {
    height: 300px;
    width: 280px;
    margin: 0 auto;
  }
  .banner-v8slidewrap .banner-rightslider-v8small .mySwiper2 .swiper-slide .bn8-thumb-inner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.banner-rightslider-v8small .jk-cont a {
  text-decoration: underline;
}

.banner-content-v9 .start-icontext {
  margin-top: -10px;
}
.banner-content-v9 .arrow-exv9 {
  position: absolute;
  bottom: -50px;
  right: 0;
  animation: rot10 2s linear infinite;
}
@media (max-width: 1399px) {
  .banner-content-v9 .start-icontext svg {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .banner-content-v9 .start-icontext {
    margin-top: -7px;
  }
  .banner-content-v9 .start-icontext svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 575px) {
  .banner-content-v9 .start-icontext {
    margin-top: -4px;
  }
  .banner-content-v9 .start-icontext svg {
    width: 19px;
    height: 19px;
  }
}

.banner-thumbv9 {
  width: 100%;
  height: 692px;
  margin-top: -80px;
}
.banner-thumbv9 img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 300px 300px;
}
@media (max-width: 1399px) {
  .banner-thumbv9 {
    height: initial;
  }
}
@media (max-width: 767px) {
  .banner-thumbv9 {
    margin-top: 24px;
    display: none;
  }
}

.banner-v9-countreview .review-v8 {
  width: 376px;
}
.banner-v9-countreview .bn1-odometer {
  width: 420px;
  margin-top: 80px;
  gap: 36px;
}
.banner-v9-countreview .bn1-odometer p {
  color: var(--n1);
}
@media (max-width: 1750px) {
  .banner-v9-countreview .review-v8 {
    display: grid !important;
    gap: 8px;
  }
  .banner-v9-countreview .review-v8 .review-star {
    padding-left: 0;
    margin-left: 0;
    border-left: unset;
  }
  .banner-v9-countreview .bn1-odometer {
    display: grid !important;
    margin-top: 0px;
    padding-top: 60px;
    gap: 18px;
  }
}
@media (max-width: 1399px) {
  .banner-v9-countreview .review-v8 {
    display: grid !important;
  }
  .banner-v9-countreview .review-v8 .display-three {
    font-size: 36px;
  }
  .banner-v9-countreview .bn1-odometer {
    display: grid !important;
    margin-top: 0px;
    padding-top: 60px;
    gap: 18px;
  }
  .banner-v9-countreview .bn1-odometer .display-four {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .banner-v9-countreview {
    display: flex;
  }
}
@media (max-width: 350px) {
  .banner-v9-countreview {
    flex-wrap: wrap;
    display: grid !important;
  }
  .banner-v9-countreview .bn1-odometer {
    padding-top: 30px;
  }
}


.nexdraw-wrapperv9 .nextdraw-innerwrapv9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nexdraw-wrapperv9 .scroll-bn1 {
  bottom: 40px;
  right: 40px;
  left: initial;
}
.nexdraw-wrapperv9 .howit-video {
  max-width: 306px;
  height: 185px;
  border-radius: 100px;
}
.nexdraw-wrapperv9 .howit-video img {
  width: 100%;
  height: 100%;
}
.nexdraw-wrapperv9 .howit-video .popup-video {
  background: var(--n0);
}
.nexdraw-wrapperv9 .next-arrowv9 {
  position: absolute;
  left: -162px;
  top: -38px;
}
@media (max-width: 1399px) {
  .nexdraw-wrapperv9 .howit-video {
    max-width: 180px;
    height: 94px;
    border-radius: 100px;
  }
  .nexdraw-wrapperv9 .scroll-bn1 {
    right: 50%;
    bottom: -22px;
  }
}
@media (max-width: 991px) {
  .nexdraw-wrapperv9 .next-arrowv9 {
    display: none;
  }
  .nexdraw-wrapperv9 .nextdraw-innerwrapv9 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ex-text {
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.electronic-shape {
  position: relative;
}
.electronic-shape::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: var(--act3);
  opacity: 50%;
  width: 400px;
  height: 360px;
  right: -90px;
  bottom: 0%;
}
@media (max-width: 1800px) {
  .electronic-shape::before {
    display: none;
  }
}

.banner-content-v10 .rotate-arrow-v10 {
  position: absolute;
  bottom: -40px;
  left: 20px;
}
@media (max-width: 1800px) {
  .banner-content-v10 .display-one {
    font-size: 58px;
  }
  .banner-content-v10 .rotate-arrow-v10 {
    bottom: -25px;
    left: 20px;
  }
  .banner-content-v10 .rotate-arrow-v10 svg {
    width: 160px;
    height: 10px;
  }
}
@media (max-width: 1199px) {
  .banner-content-v10 .display-one {
    font-size: 48px;
  }
  .banner-content-v10 .rotate-arrow-v10 {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner-content-v10 .display-one {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner-content-v10 .display-one {
    font-size: 38px;
  }
}

.banner-v10-thumbsamll {
  display: flex;
  height: 570px;
}
.banner-v10-thumbsamll .thumb {
  animation: updown 2s linear infinite;
}
.banner-v10-thumbsamll .thumb img {
  border-radius: 200px;
}
.banner-v10-thumbsamll .thumb-v2-v10 {
  animation: updown 5s linear infinite;
}
.banner-v10-thumbsamll .star-copy {
  position: absolute;
  right: -100px;
  top: 0;
  width: 116px;
  height: 130px;
  animation: zoms 3s linear infinite;
}
@media (max-width: 1199px) {
  .banner-v10-thumbsamll {
    height: 490px;
  }
  .banner-v10-thumbsamll .star-copy {
    position: absolute;
    right: -20px;
    top: 0;
    width: 70px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .banner-v10-thumbsamll {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .banner-v10-thumbsamll {
    margin-top: 30px;
    gap: 16px;
    height: 320px;
  }
}
@media (max-width: 480px) {
  .banner-v10-thumbsamll .star-copy {
    position: absolute;
    right: -10px;
    top: -40px;
  }
}
@media (max-width: 410px) {
  .banner-v10-thumbsamll {
    height: 250px;
  }
}

.thumb-v10 {
  position: absolute;
  bottom: 0;
  right: 400px;
}
@media (max-width: 1820px) {
  .thumb-v10 {
    max-width: 650px;
  }
  .thumb-v10 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1699px) {
  .thumb-v10 {
    max-width: 550px;
  }
}
@media (max-width: 1499px) {
  .thumb-v10 {
    max-width: 450px;
    right: 200px;
  }
}
@media (max-width: 1199px) {
  .thumb-v10 {
    max-width: 450px;
    right: 100px;
  }
}
@media (max-width: 991px) {
  .thumb-v10 {
    max-width: 350px;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .thumb-v10 {
    display: none;
  }
}

.banner-v11-thumb {
  max-width: 1100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-v11-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1700px) {
  .banner-v11-thumb {
    max-width: 800px;
  }
}
@media (max-width: 1199px) {
  .banner-v11-thumb {
    opacity: 0.5;
  }
}
@media (max-width: 991px) {
  .banner-v11-thumb {
    opacity: 0.1;
  }
}

.banner-v11wraper {
  padding: 60px 0 240px;
}
@media (max-width: 1700px) {
  .banner-v11wraper {
    padding: 0px 0 190px;
  }
}
@media (max-width: 1199px) {
  .banner-v11wraper {
    padding: 0px 0 210px;
  }
}

.banner-content-v11 .display-two .rotate-arrow-v11 {
  position: absolute;
  bottom: -38px;
  left: 0;
}
.banner-content-v11 .max-600 {
  max-width: 600px;
}
.banner-content-v11 .arrow-v11 {
  position: absolute;
  right: -120px;
  top: 0;
}
@media (max-width: 1399px) {
  .banner-content-v11 .display-two .rotate-arrow-v11 {
    bottom: -25px;
    left: 0;
  }
  .banner-content-v11 .display-two .rotate-arrow-v11 svg {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .banner-content-v11 .arrow-v11 {
    display: none;
  }
}

.max-600 {
  max-width: 600px;
}

.cmn-formwrap form {
  background: rgba(254, 201, 47, 0.2);
  border: 1px solid var(--act3);
  max-width: 630px;
}
.cmn-formwrap form input {
  border: unset;
  padding: 14px 10px;
}
@media (max-width: 1399px) {
  .cmn-formwrap form input {
    padding: 0px 10px;
  }
}

.banner-v11-illastration {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.banner-section-v12::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 572px;
  content: "";
  background: #F1F4EC;
}
.banner-section-v12 .scroll-bn1 {
  left: 516px;
  bottom: 32px;
}
@media (max-width: 1199px) {
  .banner-section-v12 .scroll-bn1 {
    bottom: -20px;
    left: 516px;
  }
}

.banner-v12wraper .banner-content-v12 .banner-review12 p {
  max-width: 207px;
}
.banner-v12wraper .banner-content-v12 .review-border12 {
  width: 110px;
}
.banner-v12wraper .banner-content-v12 .review-border12 img {
  width: 100%;
  height: 100%;
}

.banner-v12-thumbright .watch-live-wrap {
  margin-left: 40px;
}
.banner-v12-thumbright .watch-live-wrap .cmn-width {
  width: 200px;
  height: 200px;
}
.banner-v12-thumbright .right-thumb {
  max-width: 550px;
  margin-left: 128px;
}
.banner-v12-thumbright .right-thumb img {
  max-width: unset;
}
@media (max-width: 1600px) {
  .banner-v12-thumbright .right-thumb {
    margin-left: 68px;
  }
}
@media (max-width: 1399px) {
  .banner-v12-thumbright .watch-live-wrap .cmn-width {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1600px) {
  .banner-v12-thumbright .right-thumb {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .banner-v12-thumbright {
    padding-top: 40px !important;
  }
  .banner-v12-thumbright .right-thumb {
    display: none;
  }
  .banner-v12-thumbright .watch-live-wrap {
    margin-left: 0;
  }
}

.banner-v12thumb-left {
  margin-top: -14px;
}
.banner-v12thumb-left .thumb {
  margin-left: -210px;
  height: 564px;
  width: 373px;
}
.banner-v12thumb-left .thumb img {
  width: 100%;
  height: 100%;
}
.banner-v12thumb-left .bn1-odometer {
  margin-left: -210px;
  width: 310px;
}
.banner-v12thumb-left .bn1-odometer p {
  color: var(--n3);
}
@media (max-width: 1800px) {
  .banner-v12thumb-left .thumb {
    margin-left: -150px;
  }
  .banner-v12thumb-left .bn1-odometer {
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .banner-v12thumb-left {
    display: none;
  }
}

.banner-section-v13 .arrow-exv9 {
  position: absolute;
  top: 60px;
  right: -70px;
}
.banner-section-v13 .nft-border {
  position: absolute;
  bottom: -27px;
  left: 0;
}
.banner-section-v13 .flash-focus {
  position: absolute;
  top: -50px;
  right: -80px;
}
.banner-section-v13 .banner-textanimation {
  top: 180px;
  right: 301px;
}
.banner-section-v13 .banner-textanimation::before {
  height: 391px;
}
.banner-section-v13 .banner-textanimation .textcircle2 .text2 span {
  color: var(--n4);
}
.banner-section-v13 .scroll-bn1 {
  left: initial;
  right: 40px;
}
@media (max-width: 1650px) {
  .banner-section-v13 .banner-textanimation {
    right: 40px;
    top: 140px;
  }
}
@media (max-width: 1399px) {
  .banner-section-v13 .banner-textanimation {
    right: 20px;
    top: 90px;
  }
  .banner-section-v13 .scroll-bn1 {
    right: 50% !important;
    bottom: 5px;
    transform: translateX(50%);
  }
  .banner-section-v13 .nft-border {
    bottom: -22px;
    left: 0;
  }
  .banner-section-v13 .nft-border svg {
    width: 80px;
  }
  .banner-section-v13 .flash-focus {
    top: -40px;
    right: -70px;
  }
  .banner-section-v13 .flash-focus svg {
    width: 80px;
  }
}
@media (max-width: 1199px) {
  .banner-section-v13 .banner-textanimation {
    display: none;
  }
  .banner-section-v13 .arrow-exv9 {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-section-v13 .flash-focus {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-section-v13 .nft-border {
    display: none;
  }
}

.banner-v13wraper .banner-content-v13 .bn1-odometer .odometer__items p {
  color: var(--n3);
}
@media (min-width: 1899px) {
  .banner-v13wraper {
    margin-bottom: 76px;
  }
}

.banner-v13-thumbwrap {
  display: flex;
  gap: 55px;
  height: 629px;
  align-items: flex-end;
}
.banner-v13-thumbwrap .banner-innerv13-two p {
  max-width: 196px;
}
@media (max-width: 1199px) {
  .banner-v13-thumbwrap {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .banner-v13-thumbwrap {
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .banner-v13-thumbwrap .banner-innerv13-one {
    height: 407px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .banner-v13-thumbwrap .banner-innerv13-two .thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-v13-thumbwrap {
    flex-wrap: nowrap;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .banner-v13-thumbwrap {
    margin-top: 15px;
    height: initial;
  }
  .banner-v13-thumbwrap .banner-innerv13-one {
    height: initial;
  }
  .banner-v13-thumbwrap .banner-innerv13-two {
    display: none;
  }
  .banner-v13-thumbwrap .banner-content-v1customer {
    padding-bottom: 0;
  }
}

.banner-section-v14 {
  background: url(../../assets/images/banner/banner-v14-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.banner-section-v14 .scroll-bn1 {
  left: initial;
  right: 40px;
}
.banner-section-v14 .nft-border {
  position: absolute;
  bottom: -27px;
  left: 0;
}
.banner-section-v14 .flash {
  position: absolute;
  top: -70px;
  right: -80px;
}
.banner-section-v14 .ladnig-vnft {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1800px) {
  .banner-section-v14 .ladnig-vnft {
    max-width: 180px;
  }
  .banner-section-v14 .ladnig-vnft img {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .banner-section-v14 .ladnig-vnft {
    max-width: 100px;
    opacity: 0.5;
  }
}
@media (max-width: 1399px) {
  .banner-section-v14 .scroll-bn1 {
    left: initial;
    right: 50% !important;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .banner-section-v14 .ladnig-vnft {
    display: none;
  }
}
@media (max-width: 500px) {
  .banner-section-v14 .flash {
    display: none;
  }
  .banner-section-v14 .nft-border {
    display: none;
  }
}

.banner-content-v14 .custom-bigarrow .icon svg {
  width: 100px;
}
.banner-content-v14 .custom-bigarrow .icon::before {
  background: var(--act3);
}
@media (max-width: 1399px) {
  .banner-content-v14 .display-one {
    font-size: 70px;
  }
  .banner-content-v14 .nft-border svg {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .banner-content-v14 .display-one {
    font-size: 48px;
  }
  .banner-content-v14 .nft-border svg {
    width: 90px;
  }
}
@media (max-width: 575px) {
  .banner-content-v14 .display-one {
    font-size: 39px;
  }
  .banner-content-v14 .nft-border svg {
    width: 90px;
  }
}

.banner-v14-thumb {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-v14-thumb img {
  border-radius: 32px;
  width: 100%;
  height: 100%;
}
.banner-v14-thumb .place-customer {
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.3) -65.62%, rgba(255, 255, 255, 0.1) 83.28%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 24px 24px;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: -120px;
}
.banner-v14-thumb .place-bidwrap {
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.3) -65.62%, rgba(255, 255, 255, 0.1) 83.28%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 19px 19px;
  overflow: hidden;
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 82%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .banner-v14-thumb .place-customer {
    border-radius: 24px;
    padding: 13px 13px;
    top: -130px;
    left: 0px;
  }
  .banner-v14-thumb .place-bidwrap {
    border-radius: 24px;
    padding: 14px 14px;
    bottom: -50%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-v14-thumb {
    margin-top: 35px;
    width: 100%;
    height: initial;
  }
  .banner-v14-thumb .place-bidwrap {
    width: 100%;
    position: initial;
    margin: 0 auto;
    left: 0;
    transform: translateX(0);
  }
  .banner-v14-thumb .place-customer {
    position: initial;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .banner-v14-thumb {
    margin-top: 30px;
  }
}

.banner-content-v15 .custom-bigarrow {
  border: 1px solid var(--nw4);
}
.banner-content-v15 .custom-bigarrow .icon svg {
  width: 110px;
}
.banner-content-v15 .custom-bigarrow .icon svg path {
  stroke: var(--nw4);
}
.banner-content-v15 .max-520 {
  max-width: 620px;
}

.banner-v15-wrap-right {
  margin-left: 60px;
}
.banner-v15-wrap-right .thumb {
  width: 428px;
}
.banner-v15-wrap-right .thumb img {
  width: 100%;
}
.banner-v15-wrap-right .bn1-odometer {
  width: 428px;
}
@media (max-width: 1599px) {
  .banner-v15-wrap-right .bn1-odometer {
    width: 290px;
    text-align: start;
  }
  .banner-v15-wrap-right p {
    text-align: start;
  }
}
@media (max-width: 1399px) {
  .banner-v15-wrap-right {
    margin-left: 0;
  }
  .banner-v15-wrap-right .display-four {
    font-size: 28px;
  }
  .banner-v15-wrap-right p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-v15-wrap-right {
    margin-top: 30px;
  }
  .banner-v15-wrap-right .thumb {
    width: 100%;
  }
  .banner-v15-wrap-right .thumb img {
    width: 100%;
  }
}

.banner-v15-wrap-left {
  margin-left: -145px;
  margin-bottom: -100px;
  margin-top: 40px;
  gap: 30px;
}
.banner-v15-wrap-left .thumb {
  direction: ltr;
  width: 428px;
}
.banner-v15-wrap-left .thumb img {
  width: 100%;
}
.banner-v15-wrap-left .banner-textanimation {
  position: relative;
  top: initial;
  right: initial;
  background: transparent;
  border: 1px solid var(--nw4);
  margin: 0 auto;
}
.banner-v15-wrap-left .banner-textanimation::before {
  display: none;
}
.banner-v15-wrap-left .banner-textanimation .textcircle2 .text2 {
  color: var(--n4) !important;
}
.banner-v15-wrap-left .banner-textanimation .textcircle2 .text2 span {
  color: var(--n4) !important;
}
.banner-v15-wrap-left .banner-textanimation .icon-explore {
  border-color: var(--nw4);
}
.banner-v15-wrap-left .banner-textanimation .icon-explore .icon {
  background: var(--act3);
}
.banner-v15-wrap-left .banner-textanimation .icon-explore .icon i {
  color: var(--n4);
}
@media (max-width: 1399px) {
  .banner-v15-wrap-left {
    margin-left: -200px;
  }
  .banner-v15-wrap-left .banner-textanimation {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 991px) {
  .banner-v15-wrap-left {
    display: none !important;
  }
}

.real-underline {
  text-decoration: underline;
}

.scroll-circle {
  width: 140px;
  min-width: 140px;
  height: 140px;
}
.scroll-circle .scroll-iconrarea {
  animation: updown 2s linear infinite;
}
@media (max-width: 1399px) {
  .scroll-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .scroll-circle .scroll-text {
    line-height: 18px;
    font-size: 11px;
  }
  .scroll-circle .scroll-iconrarea svg {
    width: 40px;
    height: 20px;
  }
}

.n3-fixed {
  color: var(--n3) !important;
}

.max-630 {
  max-width: 630px;
}

.banner-section-v16 {
  z-index: 1;
}
@media (min-width: 575px) {
  .banner-section-v16 .container {
    max-width: 1600px;
  }
}
.banner-section-v16 .mouse-animation {
  right: initial;
  left: 120px;
  bottom: 80px;
}
@media (max-width: 991px) {
  .banner-section-v16 .mouse-animation .m-aniline {
    display: none;
  }
}
.banner-section-v16 .bannerv16-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 900px;
  height: 615px;
  z-index: -1;
}
.banner-section-v16 .bannerv16-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1800px) {
  .banner-section-v16 .bannerv16-thumb {
    max-width: 600px;
    height: 415px;
  }
  .banner-section-v16 .bannerv16-thumb img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1399px) {
  .banner-section-v16 .mouse-animation {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .banner-section-v16 .bannerv16-thumb {
    max-width: 450px;
    height: 250px;
  }
  .banner-section-v16 .bannerv16-thumb img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .banner-section-v16 .mouse-animation {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .banner-section-v16 .bannerv16-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-section-v16 .mouse-animation {
    bottom: 10px;
  }
}

.banner-content-v16 .bannerv16-arrow {
  position: absolute;
  top: 20px;
  right: 180px;
  transform: rotate(-90deg);
}
.banner-content-v16 .review-v8 svg path {
  stroke: var(--nw1);
  fill: var(--nw1);
}
@media (max-width: 1500px) {
  .banner-content-v16 .bannerv16-arrow {
    display: none;
  }
}

.custom-bigarrow-act3 .icon svg {
  width: 100px;
}
.custom-bigarrow-act3 .icon::before {
  background: var(--act3);
}

.banner-v16-wrap-customright {
  position: absolute;
  top: 180px;
  right: 200px;
}
.banner-v16-wrap-customright .banner-textanimation {
  border-color: #4E4E4E;
}
.banner-v16-wrap-customright .banner-textanimation .textcircle2 .text2 {
  color: var(--nw1) !important;
}
.banner-v16-wrap-customright .banner-textanimation .textcircle2 .text2 span {
  color: var(--nw1) !important;
}
.banner-v16-wrap-customright .banner-textanimation .icon-explore {
  border-color: #4E4E4E;
}
.banner-v16-wrap-customright .banner-textanimation .icon-explore .icon {
  background: var(--act3);
}
.banner-v16-wrap-customright .banner-textanimation .icon-explore .icon i {
  color: var(--n4);
}
@media (max-width: 1500px) {
  .banner-v16-wrap-customright {
    top: 100px;
    right: 60px;
  }
}

.banner-section-v17 .bannerv17-shape {
  position: absolute;
  left: 0;
  bottom: 200px;
}
.banner-section-v17 .call-sunv17 {
  position: absolute;
  left: 186px;
  top: 205px;
  animation: zin 2s linear infinite;
}
.banner-section-v17 .banner-arrowv17 {
  position: absolute;
  bottom: 0;
  left: 120px;
}
@media (max-width: 1600px) {
  .banner-section-v17 .call-sunv17 {
    left: 80px;
    top: 120px;
    width: 120px;
  }
}
@media (max-width: 1199px) {
  .banner-section-v17 .call-sunv17 {
    left: 60px;
    top: 80px;
    width: 90px;
  }
}
@media (max-width: 991px) {
  .banner-section-v17 .banner-arrowv17 {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-section-v17 .call-sunv17 {
    display: none;
  }
}

.banner-v17wraper .banner-content-v17 .game-line {
  position: absolute;
  bottom: -31px;
  left: 0;
}
.banner-v17wraper .banner-content-v17 .game-line svg {
  width: 100%;
}
@media (max-width: 575px) {
  .banner-v17wraper .banner-content-v17 .game-line {
    display: none;
  }
}

.bannerv17-trophy-wrap {
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bannerv17-trophy-wrap .trophyv17-thumb {
  max-width: 620px;
  margin: 0 auto;
}
.bannerv17-trophy-wrap .trophyv17-thumb img {
  width: 100%;
}
.bannerv17-trophy-wrap .customer-reviewv17 {
  width: 81px;
  margin: 0 auto;
}
.bannerv17-trophy-wrap .customer-reviewv17 li:not(:first-child) {
  margin-top: -15px;
}
.bannerv17-trophy-wrap .customer-reviewv17 li a {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.bannerv17-trophy-wrap .customer-reviewv17 li a img {
  width: 57px;
  min-width: 57px;
  height: 57px;
}
.bannerv17-trophy-wrap .customer-reviewv17 li .customer-revew-item {
  z-index: 1;
  position: relative;
}
.bannerv17-trophy-wrap .customer-reviewv17 li .customer-revew-item .customer-ratting {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.bannerv17-trophy-wrap .active-userv17 {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  padding-left: 14px;
}
.bannerv17-trophy-wrap .active-userv17::before {
  position: absolute;
  left: 0;
  content: "";
  background: var(--p1);
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
}
.bannerv17-trophy-wrap .bn1-odometer {
  position: absolute;
  right: 0;
  bottom: 107px;
}
@media (max-width: 991px) {
  .bannerv17-trophy-wrap .trophyv17-thumb {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .bannerv17-trophy-wrap .trophyv17-thumb {
    max-width: 280px;
    margin: 0 auto;
    padding-right: 40px;
  }
  .bannerv17-trophy-wrap .bn1-odometer {
    bottom: 70px;
  }
}
@media (max-width: 450px) {
  .bannerv17-trophy-wrap .trophyv17-thumb {
    display: none;
  }
}

.active-userv17 {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  padding-left: 14px;
}
.active-userv17::before {
  position: absolute;
  left: 0;
  content: "";
  background: var(--p1);
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
}

@keyframes zin {
  50% {
    transform: scale(1.1);
  }
}
.customer-reviewv17 {
  width: 81px;
  margin: 0 auto;
}
.customer-reviewv17 li:not(:first-child) {
  margin-top: -15px;
}
.customer-reviewv17 li a {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.customer-reviewv17 li a img {
  width: 57px;
  min-width: 57px;
  height: 57px;
}
.customer-reviewv17 li .customer-revew-item {
  z-index: 1;
  position: relative;
}
.customer-reviewv17 li .customer-revew-item .customer-ratting {
  width: 56px;
  min-width: 56px;
  height: 56px;
}

.customer-review17-alt {
  width: initial !important;
  margin: initial;
  display: inline-flex;
}
.customer-review17-alt li:not(:first-child) {
  margin-top: 0px !important;
  margin-left: -15px;
}

.active-userv17-alt {
  width: 165px;
}
.active-userv17-alt::before {
  background: var(--act3) !important;
}

.banner-section-v18 {
  background: url(../../assets/images/banner/bannerv18-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 575px) {
  .banner-section-v18 .container {
    max-width: 1340px;
  }
}
.banner-section-v18 .bannerv18-mainthumb {
  position: absolute;
  bottom: 0;
  right: 91px;
  max-width: 850px;
}
.banner-section-v18 .bannerv18-mainthumb img {
  width: 100%;
}
.banner-section-v18 .mouse-animation {
  right: 40px;
  bottom: 40px;
}
.banner-section-v18 .v18-shapee {
  position: absolute;
  top: 222px;
  left: 97px;
  animation: infinite-circle 30s linear infinite;
}
.banner-section-v18 .v18-shaper {
  position: absolute;
  bottom: 300px;
  left: 40%;
  animation: infinite-circle 50s linear infinite;
}
.banner-section-v18 .banner-arrowv18 {
  position: absolute;
  top: 140px;
  right: 30%;
}
.banner-section-v18 .bannerv18-shape {
  position: absolute;
  left: 0;
  bottom: 310px;
  z-index: -1;
}
.banner-section-v18 .call-sunv18 {
  position: absolute;
  right: 80px;
  top: 180px;
  animation: zin 2s linear infinite;
  width: 100px;
  height: 100px;
}
.banner-section-v18 .banner-reviewer18 {
  width: 220px;
  position: absolute;
  top: 280px;
  right: 194px;
}
@media (max-width: 1800px) {
  .banner-section-v18 .bannerv18-mainthumb {
    right: 91px;
    max-width: 550px;
  }
}
@media (max-width: 1399px) {
  .banner-section-v18 .v18-shapee {
    display: none;
  }
  .banner-section-v18 .v18-shaper {
    bottom: 220px;
    width: 60px;
  }
  .banner-section-v18 .banner-arrowv18 {
    position: absolute;
    top: 80px;
    right: 30%;
  }
  .banner-section-v18 .bannerv18-mainthumb {
    right: 60px;
    max-width: 480px;
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .banner-section-v18 .banner-arrowv18 {
    position: absolute;
    top: 0px;
    right: 30%;
  }
  .banner-section-v18 .call-sunv18 {
    top: 100px;
    right: 40px;
    width: 60px;
    height: 60px;
  }
  .banner-section-v18 .banner-reviewer18 {
    right: 120px;
    top: 200px;
  }
}
@media (max-width: 991px) {
  .banner-section-v18 .v18-shaper {
    bottom: 160px;
    width: 50px;
  }
  .banner-section-v18 .banner-arrowv18 {
    position: absolute;
    top: 50px;
    right: 20%;
    width: 120px;
  }
  .banner-section-v18 .call-sunv18 {
    top: 150px;
    right: 40px;
    width: 60px;
    height: 60px;
  }
  .banner-section-v18 .banner-reviewer18 {
    position: initial;
    margin-left: 14px;
    margin-top: 28px;
  }
  .banner-section-v18 .bannerv18-mainthumb {
    right: 60px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .banner-section-v18 .banner-arrowv18 {
    top: 50px;
    right: 10%;
  }
  .banner-section-v18 .bannerv18-mainthumb {
    right: 40px;
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .banner-section-v18 .v18-shaper {
    display: none;
  }
  .banner-section-v18 .banner-arrowv18 {
    display: none;
  }
  .banner-section-v18 .call-sunv18 {
    display: none;
  }
  .banner-section-v18 .game-line {
    display: none;
  }
  .banner-section-v18 .bannerv18-mainthumb {
    right: 0px;
    max-width: 300px;
    position: initial;
    width: 100%;
    margin-left: 14px;
    margin: 24px auto -80px auto;
  }
}

.banner-v18wraper .banner-content-v18 .game-line {
  position: absolute;
  bottom: -30px;
  left: 0;
}
.banner-v18wraper .banner-content-v18 .game-line svg {
  width: 100%;
}

.banner-section-v19 {
  background: url(../../assets/images/banner/banner19-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.banner-section-v19 .scroll-bn1 {
  bottom: 49px;
  left: 50%;
}
.banner-section-v19 .banner-v19wraper .banner-content-v19 .game-line {
  position: absolute;
  bottom: -54px;
  left: 0;
}
.banner-section-v19 .banner-v19wraper .banner-content-v19 .game-line svg {
  width: 100%;
}
.banner-section-v19 .bannerv19-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-section-v19 .call-sunv19 {
  position: absolute;
  top: 215px;
  left: 290px;
  width: 90px;
  height: 90px;
  animation: zin 2s linear infinite;
}
.banner-section-v19 .call-sunv19-small {
  position: absolute;
  top: 290px;
  left: 400px;
  width: 27px;
  height: 27px;
  animation: zin 2s linear infinite;
}
.banner-section-v19 .banner-arrowv19 {
  position: absolute;
  top: 37%;
  right: 20%;
}
.banner-section-v19 .ball19-shape {
  position: absolute;
  left: 0;
  top: 290px;
  z-index: -1;
}
.banner-section-v19 .ball19-shape2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1800px) {
  .banner-section-v19 .banner-arrowv19 {
    position: absolute;
    top: 30%;
    right: 10%;
  }
}
@media (max-width: 1750px) {
  .banner-section-v19 .ball19-shape {
    top: 290px;
    width: 240px;
  }
  .banner-section-v19 .ball19-shape2 {
    width: 240px;
    top: 50px;
  }
}
@media (max-width: 1399px) {
  .banner-section-v19 .call-sunv19 {
    top: 120px;
    left: 90px;
  }
  .banner-section-v19 .call-sunv19-small {
    top: 180px;
    left: 200px;
  }
}
@media (max-width: 1199px) {
  .banner-section-v19 .scroll-bn1 {
    bottom: 8px;
    left: 50%;
  }
  .banner-section-v19 .ball19-shape {
    top: 290px;
    width: 200px;
  }
  .banner-section-v19 .ball19-shape2 {
    width: 200px;
    top: 50px;
  }
}
@media (max-width: 991px) {
  .banner-section-v19 .ball19-shape {
    display: none;
  }
  .banner-section-v19 .banner-arrowv19 {
    top: 30%;
    right: 4%;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .banner-section-v19 .ball19-shape2 {
    width: 120px;
    top: 50px;
  }
  .banner-section-v19 .call-sunv19 {
    top: 80px;
    left: 40px;
  }
  .banner-section-v19 .call-sunv19-small {
    top: 140px;
    left: 160px;
  }
  .banner-section-v19 .banner-arrowv19 {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-section-v19 .call-sunv19 {
    display: none;
  }
  .banner-section-v19 .call-sunv19-small {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner-section-v19 .ball19-shape2 {
    display: none;
  }
}

@media (max-width: 1399px) {
  .banner-content-v19 .display-one {
    font-size: 70px;
  }
  .banner-content-v19 .game-line {
    bottom: -38px !important;
  }
}
@media (max-width: 767px) {
  .banner-content-v19 .display-one {
    font-size: 48px;
  }
  .banner-content-v19 .game-line {
    bottom: -30px !important;
  }
}
@media (max-width: 500px) {
  .banner-content-v19 .display-one {
    font-size: 36px;
  }
  .banner-content-v19 .game-line {
    display: none;
  }
}

.banner19-thumb {
  position: absolute;
  bottom: -10px;
  right: 17px;
  max-width: 650px;
  z-index: -1;
}
.banner19-thumb img {
  width: 100%;
}
@media (max-width: 1700px) {
  .banner19-thumb {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .banner19-thumb {
    max-width: 390px;
  }
}
@media (max-width: 1199px) {
  .banner19-thumb {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .banner19-thumb {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .banner19-thumb {
    display: none;
  }
}

.banner-section-v20 {
  z-index: 1;
}
.banner-section-v20 .bannerv20-shape {
  position: absolute;
  top: -100px;
  left: 0;
}
.banner-section-v20 .game-line {
  position: absolute;
  bottom: -40px;
  left: 15px;
}
.banner-section-v20 .game-line svg {
  width: 100%;
}
.banner-section-v20 .mouse-animation {
  right: initial;
  left: 70px;
  bottom: 80px;
}
@media (max-width: 1600px) {
  .banner-section-v20 .mouse-animation {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .banner-section-v20 .mouse-animation .m-aniline {
    display: none;
  }
}

.bannerv20-thumb {
  position: absolute;
  right: 107px;
  top: 52%;
  transform: translateY(-50%);
  z-index: -1;
}
.bannerv20-thumb .thumb {
  max-width: 700px;
}
.bannerv20-thumb .thumb img {
  width: 100%;
}
.bannerv20-thumb .video-bg2 {
  position: absolute;
  top: 50%;
  left: 50%;
}
.bannerv20-thumb .video-bg2 span::after, .bannerv20-thumb .video-bg2 span::before {
  animation: videoTwo4 8s linear infinite;
  border-color: var(--p1);
}
@media (max-width: 1600px) {
  .bannerv20-thumb {
    right: 20px;
    top: 52%;
  }
  .bannerv20-thumb .thumb {
    max-width: 450px;
  }
  .bannerv20-thumb .thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bannerv20-thumb {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
  }
  .bannerv20-thumb .thumb {
    margin: 30px auto 0;
    padding: 0 24px;
    z-index: 3;
  }
}

.next-draw-sectionv20 {
  z-index: 1;
  position: relative;
}

.win40 {
  background: rgba(244, 244, 244, 0.4);
}

.win40-ragba {
  background: rgb(244, 244, 244);
}

.ticket-border {
  border-bottom: 1px solid var(--nw4);
}

.user-panel-sidebarwrap .user-panel-sideinner .user-profile-thumb .pencil {
  position: absolute;
  top: -20px;
  right: -10px;
  border: 1px solid var(--nw4);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .user-panel-sidebarwrap .user-panel-sideinner .user-profile-thumb .pencil {
    top: 0;
    right: 0;
  }
}

.my-ticket-boxwrap::before {
  position: absolute;
  left: -20px;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
  border: 1px solid var(--nw4);
  background: rgb(244, 244, 244);
  z-index: 9;
}
.my-ticket-boxwrap::after {
  position: absolute;
  right: -20px;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
  border: 1px solid var(--nw4);
  background: rgb(244, 244, 244);
  z-index: 9;
}

.user-text-inner .icon-rotate {
  transform: rotate(90deg);
}
.user-text-inner.active, .user-text-inner:hover {
  background: rgba(255, 101, 14, 0.2);
  color: var(--n4);
}

.cmn-box-addingbg .ch-form-one .ch-form-items input {
  border: 1px solid var(--nw4);
  outline: none;
  padding: 12px 16px;
  border-radius: 12px;
}
.cmn-box-addingbg .checkmark {
  border: 1px solid var(--act4) !important;
  color: var(--act4) !important;
  font-size: 12px !important;
}
.cmn-box-addingbg .trans-pribox {
  height: 191px;
  width: 328px;
}
.cmn-box-addingbg .deposit-box {
  width: 200px;
  height: 191px;
}
.cmn-box-addingbg .deposit-box .icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.cmn-box-addingbg .table-responsive table thead tr th {
  padding: 10px 24px;
}
.cmn-box-addingbg .table-responsive table tbody tr {
  border-bottom: 1px solid var(--nw4);
}
.cmn-box-addingbg .table-responsive table tbody tr td {
  padding: 14px 24px 18px;
}
.cmn-box-addingbg .table-responsive table tbody tr td .table-check .checkmark {
  top: -15px;
  border-color: var(--s1) !important;
  color: var(--n0) !important;
  background-color: var(--s1) !important;
  font-size: 10px !important;
}
@media (max-width: 1399px) {
  .cmn-box-addingbg .deposit-box .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .cmn-box-addingbg .table-responsive {
    overflow-y: scroll;
  }
  .cmn-box-addingbg .table-responsive table {
    width: 800px;
  }
  .cmn-box-addingbg .deposit-box {
    width: 120px;
    height: 150px;
  }
  .cmn-box-addingbg .deposit-box .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .cmn-box-addingbg .trans-pribox {
    height: 150px;
    width: initial;
  }
}

.copy-codearea form .icon-text {
  width: 250px;
}
.copy-codearea form .minput {
  width: 100%;
}
.copy-codearea form .minput .in-input {
  font-size: 16px;
  color: var(--n3);
  border: unset;
  outline: none;
}
.copy-codearea form .btn-copy {
  width: 110px;
  padding: 10px 24px;
  border-radius: 100px;
  border: unset;
  background: var(--s1);
  font-weight: 600;
  font-size: 14px;
  color: var(--nw1);
}
@media (max-width: 575px) {
  .copy-codearea form .icon-text {
    width: initial;
  }
  .copy-codearea form .minput {
    width: 100%;
  }
  .copy-codearea form .minput .in-input {
    text-align: center;
  }
}

.min-maxdate input {
  border: unset;
  padding: 0 0;
}

.header-fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: var(--bg1);
}

.header-section-v4.header-fixed {
  background: var(--n0);
  z-index: 999;
}

@media (max-width: 1199px) {
  .header-section-v4 {
    background: var(--n0);
  }
}
.header-section-v4 .head-card li .cmn-circle {
  border: 1px solid rgba(0, 0, 0, 0.52);
}
.header-section-v4 .head-card li .cmn-circle i {
  color: var(--n4);
}
.header-section-v4 .head-card li .cmn-circle:hover {
  border-color: var(--act4);
}
.header-section-v4 .head-card li .cmn-circle:hover i {
  color: var(--act4);
}
.header-section-v4 .head-language .nice-select .current {
  color: var(--n4);
}
.header-section-v4 .head-language .nice-select::after {
  border-color: var(--n4);
}

.navbar-toggle-black span {
  background: var(--n4) !important;
}

.header-position {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 999;
}

.header-section-v1 {
  width: 100%;
  z-index: 100;
}
@media (max-width: 1199px) {
  .header-section-v1 {
    background: var(--n4);
  }
}

.mega-menu-style {
  width: calc(100% - 200px) !important;
  margin: 0 100px;
  height: 80vh;
  padding: 8px 4px 10px;
  overflow-y: scroll;
  background: var(--n2) !important;
}
.mega-menu-style .menu-link {
  display: flex;
}
.mega-menu-style .menu-link ul {
  width: 20%;
  padding: 7px;
}
.mega-menu-style .menu-link ul li:not(:last-child) {
  margin-bottom: 14px;
}
.mega-menu-style .menu-link ul li .mega-menu-link {
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
  display: block;
  border-radius: 8px;
  padding: 16px 16px 14px;
  text-align: center;
}
.mega-menu-style .menu-link ul li .mega-menu-link .mega-menu-thumb {
  max-width: 250px;
  margin: 0 auto 10px;
  display: block;
}
.mega-menu-style .menu-link ul li .mega-menu-link .mega-menu-thumb img {
  width: 100%;
  border-radius: 8px;
}
.mega-menu-style .menu-link ul li .mega-menu-link .mega-span {
  color: rgba(255, 255, 255, 0.6196078431);
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.5s;
  font-size: 14px;
}
@media (max-width: 1399px) {
  .mega-menu-style .menu-link ul li .mega-menu-link {
    padding: 10px 12px 10px;
  }
  .mega-menu-style .menu-link ul li .mega-menu-link .mega-menu-thumb {
    margin: 0 auto 6px;
  }
  .mega-menu-style .menu-link ul li .mega-menu-link .mega-span {
    font-size: 11px;
    font-weight: 500;
  }
}
.mega-menu-style .menu-link ul li:hover .mega-menu-link .mega-span {
  color: var(--p1);
  letter-spacing: 4px;
}
@media (max-width: 1599px) {
  .mega-menu-style {
    width: 100% !important;
    margin: 0 0px;
    padding: 8px 10px 10px;
  }
}
@media (max-width: 1199px) {
  .mega-menu-style {
    width: 100% !important;
    margin: 0 0px;
    padding: 8px 10px 10px;
    height: 37vh;
  }
  .mega-menu-style .menu-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mega-menu-style .menu-link ul {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .mega-menu-style .menu-link ul {
    width: 100%;
  }
}

.nav-brand {
  max-width: 250px;
  display: block;
  height: 60px;
}
.nav-brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  .nav-brand {
    max-width: 174px;
  }
}
@media (max-width: 1199px) {
  .nav-brand {
    max-width: 150px;
  }
}

.head-card li {
  position: relative;
}
.head-card li .cmn-circle {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nw1);
  border-radius: 50%;
  transition: all 0.4s;
}
.head-card li .cmn-circle i {
  transition: all 0.4s;
}
.head-card li .cmn-circle:hover {
  border-color: var(--p1);
}
.head-card li .cmn-circle:hover i {
  color: var(--p1);
}
.head-card li .badge-seri {
  background: var(--act3);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: absolute;
  top: -10px;
  right: -5px;
}
@media (max-width: 1399px) {
  .head-card li .cmn-circle {
    width: 36px;
    height: 36px;
  }
}

.head-language .nice-select {
  display: flex;
  align-items: center;
  padding-right: 20px;
  font-size: 16px;
  color: var(--n0);
}
.head-language .nice-select option {
  padding: 2px 6px;
}
.head-language .nice-select::after {
  right: 0;
}
.head-language .nice-select .current {
  color: var(--n0);
}
.head-language .nice-select .list li {
  color: var(--n0);
  font-size: 14px;
}

.nice-select .list {
  overflow-y: scroll;
  height: 20vh;
  background: var(--n1);
}

@media (max-width: 1399px) {
  .main-navbar .kewta-btn .kew-text {
    padding: 10px 16px !important;
  }
}
@media (max-width: 1199px) {
  .main-navbar .navbar-toggle-item {
    display: none;
    overflow-y: scroll;
    max-height: 55vh;
  }
}
@media (min-width: 1199px) {
  .main-navbar .navbar-toggle-item {
    display: initial !important;
  }
}
@media (max-width: 1199px) {
  .main-navbar {
    padding-bottom: 8px;
  }
}
.main-navbar .custom-nav .menu-item button {
  display: flex;
  align-items: center;
  padding-right: 18px;
  transition: all 0.4s;
  font-size: 16px;
  font-weight: 600;
}
.main-navbar .custom-nav .menu-item button::after {
  position: absolute;
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 500;
  font-size: 14px;
  right: 0px;
  z-index: -1;
}
.main-navbar .custom-nav .menu-item .home-scroolls {
  height: 30vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.main-navbar .custom-nav .menu-item button, .main-navbar .custom-nav .menu-item a,
.main-navbar .custom-nav .menu-link button,
.main-navbar .custom-nav .menu-link a {
  font-weight: 600;
  font-size: 16px !important;
}
@media (max-width: 991px) {
  .main-navbar .custom-nav .menu-item button, .main-navbar .custom-nav .menu-item a,
  .main-navbar .custom-nav .menu-link button,
  .main-navbar .custom-nav .menu-link a {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
}
@media (max-width: 575px) {
  .main-navbar .custom-nav .menu-item button, .main-navbar .custom-nav .menu-item a,
  .main-navbar .custom-nav .menu-link button,
  .main-navbar .custom-nav .menu-link a {
    font-size: 16px;
  }
}
.main-navbar .custom-nav .menu-item button:hover, .main-navbar .custom-nav .menu-item button.active, .main-navbar .custom-nav .menu-item a:hover, .main-navbar .custom-nav .menu-item a.active,
.main-navbar .custom-nav .menu-link button:hover,
.main-navbar .custom-nav .menu-link button.active,
.main-navbar .custom-nav .menu-link a:hover,
.main-navbar .custom-nav .menu-link a.active {
  color: var(--p1);
}
@media (max-width: 1199px) {
  .main-navbar .custom-nav {
    width: 100%;
  }
  .main-navbar .custom-nav .sub-menu {
    display: none;
    padding: 5px 5px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main-navbar .custom-nav .sub-menu li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
  }
}
@media (min-width: 1199px) {
  .main-navbar .custom-nav .menu-item {
    padding: 34px 0;
  }
  .main-navbar .custom-nav .menu-item button:hover button::after {
    transform: rotate(-180deg);
  }
  .main-navbar .custom-nav .sub-menu {
    position: absolute;
    top: 20px;
    left: 0px;
    min-width: 210px;
    opacity: 0;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    transform: translateY(50px);
    text-wrap: nowrap;
    transition: var(--transition);
    display: initial !important;
    background: var(--n2) !important;
    z-index: 10;
    pointer-events: none;
    padding: 8px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2470588235);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
  }
  .main-navbar .custom-nav .sub-menu .sub-menu {
    border-left: 2px solid var(--p1);
    left: 99%;
    top: -55px;
    z-index: 9;
  }
  .main-navbar .custom-nav .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(60px);
    pointer-events: auto;
  }
}
.main-navbar .navbar-toggle-btn {
  width: 36px;
  height: 24px;
  position: relative;
  right: 0;
  transition: var(--transition);
  top: 0;
}
.main-navbar .navbar-toggle-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--p1);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: var(--transition);
}
.main-navbar .navbar-toggle-btn span:nth-child(1) {
  top: 0;
}
.main-navbar .navbar-toggle-btn span:nth-child(2), .main-navbar .navbar-toggle-btn span:nth-child(3) {
  top: 12px;
}
.main-navbar .navbar-toggle-btn span:nth-child(4) {
  top: 24px;
}
.main-navbar .navbar-toggle-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.main-navbar .navbar-toggle-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.main-navbar .navbar-toggle-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.main-navbar .navbar-toggle-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.main-navbar-white .custom-nav .menu-item a,
.main-navbar-white .custom-nav .menu-item button {
  color: var(--n0);
}
.main-navbar-white .custom-nav .menu-item .sub-menu {
  background: var(--n700);
  box-shadow: rgba(149, 157, 165, 0.389) 0px 8px 24px;
}

.main-navbar-black .custom-nav .menu-item a,
.main-navbar-black .custom-nav .menu-item button {
  color: var(--n1);
}
.main-navbar-black .custom-nav .menu-item a:hover, .main-navbar-black .custom-nav .menu-item a.active,
.main-navbar-black .custom-nav .menu-item button:hover,
.main-navbar-black .custom-nav .menu-item button.active {
  color: var(--act4);
}
.main-navbar-black .custom-nav .menu-item .sub-menu {
  background: var(--n0) !important;
  box-shadow: rgba(149, 157, 165, 0.389) 0px 8px 24px;
}
.main-navbar-black .custom-nav .menu-item .sub-menu.mega-menu-style {
  background: var(--n2) !important;
}

.invisible-menuthumb {
  gap: 14px;
}
.invisible-menuthumb a {
  display: block;
  max-width: 600px;
  height: 200px;
}
.invisible-menuthumb a img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1199px) {
  .invisible-menuthumb {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .invisible-menuthumb {
    display: none !important;
  }
}

.designers {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--n0);
  color: transparent;
  transition: all 0.5s;
  position: relative;
}

.designers::before {
  content: attr(data-text);
  position: absolute;
  color: var(--s2);
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--s2);
}

@keyframes pulse-width {
  50% {
    width: 100%;
  }
}
.say-helow {
  border-bottom: 1px solid rgba(78, 78, 78, 0.5450980392);
}

.max-300 {
  max-width: 305px;
}

.footer-thumbv1-wrap {
  position: relative;
}
.footer-thumbv1-wrap .animation-boxfooter {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 365px;
  height: 365px;
  border-radius: 50%;
  background: var(--p1);
  transform: translateY(-30%);
}
@media (max-width: 767px) {
  .footer-thumbv1-wrap .animation-boxfooter {
    width: 250px;
    height: 250px;
  }
  .footer-thumbv1-wrap .animation-boxfooter::after, .footer-thumbv1-wrap .animation-boxfooter::before {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 480px) {
  .footer-thumbv1-wrap .animation-boxfooter {
    width: 160px;
    height: 160px;
  }
  .footer-thumbv1-wrap .animation-boxfooter::after, .footer-thumbv1-wrap .animation-boxfooter::before {
    width: 160px;
    height: 160px;
  }
}
.footer-thumbv1-wrap .animation-boxfooter .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
}
.footer-thumbv1-wrap .animation-boxfooter::after {
  animation: sfoot1 4s linear infinite;
}
.footer-thumbv1-wrap .footer-browse-btn {
  display: flex;
  justify-content: center;
  margin-bottom: -55px;
  z-index: 3;
  position: relative;
}
.footer-thumbv1-wrap .footer-thumb1 {
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .footer-thumbv1-wrap .footer-thumb1 img {
    max-width: 500px;
  }
}
@media (min-width: 1199px) {
  .footer-thumbv1-wrap .footer-thumb1 img {
    max-width: 600px;
  }
}
@media (max-width: 1399px) {
  .footer-thumbv1-wrap .footer-browse-btn {
    margin-bottom: -55px;
    margin-right: -100px;
  }
}
@media (max-width: 991px) {
  .footer-thumbv1-wrap .footer-browse-btn {
    margin-bottom: -55px;
    margin-right: -1px;
  }
}
@media (max-width: 767px) {
  .footer-thumbv1-wrap .footer-browse-btn {
    margin-bottom: -55px;
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .footer-thumbv1-wrap .footer-browse-btn {
    margin-bottom: 0px;
    margin-right: 40px;
  }
}

@keyframes sfoot1 {
  10% {
    top: 0;
    left: 0;
    transform: scale(1.2);
    width: 100%;
    height: 100%;
  }
  20% {
    transform: scale(1.4);
    top: 0;
    left: 0;
    opacity: 0.8;
  }
  50% {
    transform: scale(1.5);
    top: 0;
    left: 0;
    opacity: 0.7;
  }
  80% {
    transform: scale(1.6);
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
    top: 0;
    left: 0;
  }
}
@keyframes sfoot2 {
  10% {
    top: 0;
    left: 0;
    transform: scale(0.5);
    width: 100%;
    height: 100%;
  }
  20% {
    transform: scale(0.9);
    top: 0;
    left: 0;
    opacity: 0.8;
  }
  50% {
    transform: scale(0.5);
    top: 0;
    left: 0;
    opacity: 0.7;
  }
  80% {
    transform: scale(0.2);
    top: 0;
    left: 0;
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(3.6);
    top: 0;
    left: 0;
  }
}
.video-bg span {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  z-index: -1;
}
@media (max-width: 767px) {
  .video-bg span {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .video-bg span {
    width: 60px;
    height: 60px;
  }
}

.video-bg span:nth-child(1)::before {
  animation-delay: 5s;
}

.video-bg span::after, .video-bg span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.2px solid rgba(176, 254, 58, 0.5960784314);
  animation: videoTwo 8s linear infinite;
}

.video-bg span:nth-child(1)::after {
  animation-delay: 1s;
}

.video-bg span:nth-child(2)::before {
  animation-delay: 6s;
}

.video-bg span:nth-child(2)::after {
  animation-delay: 2s;
}

.video-bg span:nth-child(3)::before {
  animation-delay: 7s;
}

.video-bg span:nth-child(3)::after {
  animation-delay: 3s;
}

.video-bg span:nth-child(4)::after {
  animation-delay: 4s;
}

.video-bg span::after, .video-bg span::before {
  border: 0.2px solid rgba(176, 254, 58, 0.4862745098);
}

@keyframes videoTwo {
  0% {
    transform: translate(-50%, -50%) scale(2.3);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}
@keyframes videoTwo4 {
  0% {
    transform: translate(-50%, -50%) scale(2.3);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1600px) {
  @keyframes videoTwo4 {
    0% {
      transform: translate(-50%, -50%) scale(2.3);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%) scale(3);
      opacity: 0;
      width: 300px;
      height: 300px;
    }
  }
}
.video-bg2 span {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  z-index: -1;
}
@media (max-width: 767px) {
  .video-bg2 span {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .video-bg2 span {
    width: 60px;
    height: 60px;
  }
}

.video-bg2 span:nth-child(1)::before {
  animation-delay: 5s;
}

.video-bg2 span::after, .video-bg2 span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--act3);
  animation: videoTwo2 8s linear infinite;
}

.video-bg2 span:nth-child(1)::after {
  animation-delay: 1s;
}

.video-bg2 span:nth-child(2)::before {
  animation-delay: 6s;
}

.video-bg2 span:nth-child(2)::after {
  animation-delay: 2s;
}

.video-bg2 span:nth-child(3)::before {
  animation-delay: 7s;
}

.video-bg2 span:nth-child(3)::after {
  animation-delay: 3s;
}

.video-bg2 span:nth-child(4)::after {
  animation-delay: 4s;
}

.video-bg2 span::after, .video-bg2 span::before {
  border: 1px solid var(--act3);
}

@keyframes videoTwo2 {
  0% {
    transform: translate(-50%, -50%) scale(2.3);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}
.linkfooter {
  display: flex;
  align-items: center;
  gap: 32px;
}
.linkfooter li a {
  font-size: 20px;
  font-weight: 600;
  color: var(--nw1);
  transition: all 0.4s;
}
.linkfooter li a:hover {
  color: var(--p1);
  text-decoration: underline;
}
@media (max-width: 1399px) {
  .linkfooter {
    gap: 24px;
  }
  .linkfooter li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .linkfooter {
    gap: 8px 16px;
  }
  .linkfooter li a {
    font-size: 16px;
  }
}

.social li a {
  border: 1px solid var(--nw1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}
.social li a svg {
  transition: all 0.4s;
}
.social li a svg path {
  transition: all 0.4s;
  stroke: var(--nw1);
}
.social li a:hover {
  background: var(--p1);
  border-color: var(--p1);
}
.social li a:hover svg path {
  stroke: var(--n4);
}

.footer-copyright {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 12px;
}
.footer-copyright .copy a {
  transition: all 0.4s;
}
.footer-copyright .copy a:hover {
  color: var(--act4);
}
.footer-copyright .midbor {
  border: 1px solid #797979;
  border-width: 1px;
  display: block;
  height: 16px;
}
.footer-copyright .designed a {
  transition: all 0.4s;
  text-decoration: underline;
}
@media (max-width: 380px) {
  .footer-copyright {
    gap: 5px 12px;
  }
  .footer-copyright .midbor {
    display: none;
  }
}

.f2-color {
  color: var(--n4);
  font-weight: 500;
  text-decoration: underline;
}
.f2-color:hover {
  color: var(--act4);
}

.footer-section2 .call-sun {
  position: absolute;
  top: 60px;
  left: 53px;
}
.footer-section2 .call-sun img {
  animation: zoms 3s linear infinite;
  filter: brightness(0);
}
.footer-section2 .d-star {
  position: absolute;
  top: 300px;
  right: 80px;
  animation: zoms 2s linear infinite;
}
@media (max-width: 1800px) {
  .footer-section2 .call-sun {
    width: 80px;
    top: 20px;
    left: 20px;
  }
  .footer-section2 .d-star {
    width: 60px;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .footer-section2 .call-sun {
    display: none;
  }
  .footer-section2 .d-star {
    display: none;
  }
}

@keyframes zoms {
  50% {
    transform: scale(1.1);
  }
}
@media (max-width: 1399px) {
  .footer-v2-logo {
    max-width: 180px;
  }
  .footer-v2-logo img {
    width: 100%;
  }
}

.footer-item-link li .hover-act4 {
  font-weight: 400 !important;
}
.footer-item-link li .hover-act4:hover {
  font-weight: 600 !important;
  text-decoration: underline;
}
.footer-item-link li a {
  transition: all 0.4s;
}

.hover-act4:hover {
  color: var(--act4);
}

.footer-section3 .call-sun {
  top: 420px;
}
.footer-section3 .banner-textanimation2 {
  position: absolute;
  right: 100px;
  top: 60px;
  background: var(--n5);
  border: 1px solid var(--n3);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.footer-section3 .banner-textanimation2::before {
  display: none;
}
.footer-section3 .banner-textanimation2 .textcircle .text {
  width: 160px;
  height: 160px;
}
.footer-section3 .banner-textanimation2 .textcircle .text span {
  color: var(--n0);
}
.footer-section3 .banner-textanimation2 .icon-explore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: var(--n3);
}
.footer-section3 .banner-textanimation2 .icon-explore .icon {
  background: var(--act3) !important;
}
.footer-section3 .banner-textanimation2 .icon-explore .icon i {
  color: var(--n5);
}
@media (max-width: 1850px) {
  .footer-section3 .banner-textanimation2 {
    right: 20px;
    top: 15px;
    z-index: -1;
  }
}
@media (max-width: 1399px) {
  .footer-section3 .banner-textanimation2 {
    right: 10px;
    top: 15px;
  }
}
@media (max-width: 991px) {
  .footer-section3 .banner-textanimation2 {
    display: none;
  }
}
@media (max-width: 1600px) {
  .footer-section3 .call-sun {
    right: 10px;
    width: 70px;
  }
  .footer-section3 .v3-star {
    width: 80px;
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 991px) {
  .footer-section3 .v3-star {
    display: none;
  }
}

.footer-web {
  position: absolute;
  bottom: 180px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1900px) {
  .footer-web {
    font-size: 200px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 100px;
  }
}

.footer-items3 .social-wrap li a {
  background: var(--n1) !important;
  border-color: var(--n1) !important;
}
.footer-items3 .social-wrap li a svg path {
  stroke: var(--n0);
}
.footer-items3 .social-wrap li a:hover {
  background: var(--p1) !important;
  border-color: var(--p1) !important;
}
.footer-items3 .social-wrap li a:hover svg path {
  stroke: var(--n2) !important;
}

.v3-star {
  position: absolute;
  top: 60px;
  left: 60px;
  animation: zominout 2s linear infinite;
}

@media (max-width: 991px) {
  .footer-v3-explore .display-one {
    font-size: 38px;
  }
  .footer-v3-explore a img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .footer-v3-explore .display-one {
    font-size: 28px;
  }
  .footer-v3-explore a img {
    width: 120px;
  }
}
@media (max-width: 400px) {
  .footer-v3-explore .display-one {
    font-size: 24px;
  }
  .footer-v3-explore a img {
    width: 80px;
    height: 40px;
  }
}

.banner-textanimation2 {
  position: absolute;
  right: 250px;
  top: 300px;
  background: var(--n5);
  border: 1px solid var(--n3);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.banner-textanimation2::before {
  display: none;
}
.banner-textanimation2 .textcircle .text {
  width: 160px;
  height: 160px;
}
.banner-textanimation2 .textcircle .text span {
  color: var(--n0);
}
.banner-textanimation2 .icon-explore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: var(--n3);
}
.banner-textanimation2 .icon-explore .icon {
  background: var(--act3) !important;
}
.banner-textanimation2 .icon-explore .icon i {
  color: var(--n5);
}
@media (max-width: 1700px) {
  .banner-textanimation2 {
    right: 40px;
  }
}
@media (max-width: 1399px) {
  .banner-textanimation2 {
    right: 10px;
    top: 140px;
  }
}
@media (max-width: 991px) {
  .banner-textanimation2 {
    display: none;
  }
}

.box-address {
  width: 400px;
}
.box-address input {
  font-size: 18px;
  font-weight: 600;
  color: var(--n0);
  border-radius: 0;
  border: unset;
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid rgba(78, 78, 78, 0.6);
  width: 100%;
  outline: none;
}
.box-address ::-moz-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: var(--n0);
}
.box-address ::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: var(--n0);
}
.box-address .worries {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .box-address {
    width: initial;
  }
}

.footer-v4cont-info {
  border-radius: 32px;
  padding: 50px 50px;
  border: 1px solid var(--n3);
  gap: 24px;
  display: grid;
}
@media (max-width: 1399px) {
  .footer-v4cont-info {
    padding: 20px 20px;
  }
}
.footer-v4cont-info .fline {
  border-bottom: 1px solid rgba(78, 78, 78, 0.5);
}

.fv4-cont-item .icon {
  border: 1px solid rgba(244, 244, 244, 0.6);
}

.footer-bottomv4 {
  border-top: 1px solid var(--n3);
}
.footer-bottomv4 .social-wrap60 li .soc-item {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 1px solid var(--nw2);
  transition: all 0.4s;
}
.footer-bottomv4 .social-wrap60 li .soc-item svg path {
  stroke: var(--nw2);
  transition: all 0.4s;
}
.footer-bottomv4 .social-wrap60 li .soc-item:hover {
  border-color: var(--p1);
}
.footer-bottomv4 .social-wrap60 li .soc-item:hover svg path {
  stroke: var(--p1);
}

.b-one {
  border-color: var(--n2) !important;
}

.jewellery-custom-tablet .tags-container2 > canvas {
  position: relative;
  border: unset !important;
  border: 0 !important;
}
.jewellery-custom-tablet .tags-container2 {
  width: 100%;
  height: 400px;
  margin-top: 0vw;
  overflow: hidden;
  background: var(--n4);
  transform: scale(1.001);
}
.jewellery-custom-tablet .tags-container2 .categories1 {
  display: none;
}

.footer-v5-item .social-wrap li a {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: var(--n1);
  border-color: var(--n1);
}
.footer-v5-item .social-wrap li a svg path {
  stroke: var(--n0);
}
.footer-v5-item .social-wrap li a:hover {
  background: var(--p1);
}
.footer-v5-item .social-wrap li a:hover svg path {
  stroke: var(--n4);
}
@media (max-width: 1199px) {
  .footer-v5-item .fs18 {
    font-size: 16px;
  }
  .footer-v5-item .social-wrap li a {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}

.form-footerv5 input {
  width: 100%;
  outline: none;
  border: 1px solid var(--n3);
  border-radius: 100px;
  height: 56px;
  padding: 14px 16px;
  color: var(--nw4);
  font-size: 16px;
  font-weight: 700;
}
.form-footerv5 ::-moz-placeholder {
  color: var(--nw4);
  font-size: 16px;
  font-weight: 700;
}
.form-footerv5 ::placeholder {
  color: var(--nw4);
  font-size: 16px;
  font-weight: 700;
}
.form-footerv5 .cmn-footer-btv5 {
  width: 56px;
  min-width: 56px;
  height: 56px !important;
}
@media (max-width: 1199px) {
  .form-footerv5 input {
    height: 48px;
  }
  .form-footerv5 .cmn-footer-btv5 {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}

.fv5border {
  border-width: 1px;
  margin-top: 40px;
  height: 150px;
  border-left: 1px solid var(--n3);
}
@media (max-width: 991px) {
  .fv5border {
    display: none;
  }
}

.box-fv5 {
  max-width: 395px;
  margin: 0 auto;
}

.footer-v5box3 {
  max-width: 310px;
  margin: 0 auto;
}

.footer-v5box1 {
  width: 306px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .footer-v5box1 {
    width: 260px;
  }
}

.p1under {
  transition: all 0.4s;
}
.p1under:hover {
  color: var(--p1);
}

.footer-lottovibe-newsv7 {
  max-width: 416px;
  margin: 0 auto;
  padding: 38px 38px;
  border-radius: 24px;
  border: 1px solid var(--n3);
}

.box-addressv7 {
  width: initial;
}
.box-addressv7 input {
  font-size: 14px;
  font-weight: 600;
  color: rgba(218, 218, 218, 0.6);
  padding-bottom: 10px;
}
.box-addressv7 ::-moz-placeholder {
  font-size: 14px;
  color: rgba(218, 218, 218, 0.6);
}
.box-addressv7 ::placeholder {
  font-size: 14px;
  color: rgba(218, 218, 218, 0.6);
}

.footer-explore-v7 .kewta-btn {
  transform: rotate(-40deg);
}

.about-wrapper-core {
  padding: 0 20px;
}

.about-winner-countitem .icon {
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .about-winner-countitem .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .about-winner-countitem .icon img {
    width: 50px;
  }
}

.luxury-selection-v1 .click-slideluxry-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
}
.luxury-selection-v1 .luxury-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.luxury-selection-v1 .cmn__collection {
  margin-bottom: -40px;
}
@media (max-width: 991px) {
  .luxury-selection-v1 .click-slideluxry-button {
    position: absolute;
    top: initial;
    bottom: 10px;
  }
}

.click-slideluxry-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .click-slideluxry-button {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1499px) {
  .luxury-car-item1 .display-three {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .luxury-car-item1 .display-three {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .luxury-car-item1 .display-three {
    font-size: 20px;
  }
}

.luxury-cusbtn {
  position: relative;
  z-index: 3;
}

@media (min-width: 1900px) {
  .next-draw-section {
    overflow: visible;
  }
}

.draw-k{
  height: 344px;
}

.draw-nextwrap {
  background: #FFEAE4;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 80%, 96% 100%, 0 100%, 0 16%);
          clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 80%, 96% 100%, 0 100%, 0 16%);
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.draw-nextwrap .thumb {
  max-width: 390px;
  padding-right: 40px;
  border-right: 2px solid rgba(255, 101, 14, 0.2);
}
.draw-nextwrap .right-side-nextdraw {
  width: calc(100% - 390px);
  padding-left: 88px;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (min-width: 1900px) {
  .draw-nextwrap {
    transform: translateY(-90px);
    margin-bottom: -90px;
  }
}
@media (max-width: 1899px) {
  .draw-nextwrap {
    margin-top: 60px;
  }
}
@media (max-width: 1399px) {
  .draw-nextwrap .right-side-nextdraw {
    width: unset;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .draw-nextwrap .thumb {
    min-width: 200px;
    height: 180px;
    max-width: 400px;
  }
  .draw-nextwrap .thumb img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .draw-nextwrap {
    padding: 30px 20px;
  }
  .draw-nextwrap .thumb {
    display: none;
  }
  .draw-nextwrap .right-side-nextdraw {
    width: unset;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .draw-nextwrap .right-side-nextdraw {
    display: grid;
    gap: 30px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .draw-nextwrap .watch-live-wrap {
    justify-content: center;
  }
}

.watch-live-wrap {
  display: flex;
  align-items: center;
}

.draw-watch {
  display: block;
  background: var(--act4);
  border-radius: 50%;
  margin-left: -20px;
}
.draw-watch .icon-lonk {
  margin-right: -10px;
}
.draw-watch .watch-text {
  margin-right: -20px;
}
@media (max-width: 1399px) {
  .draw-watch .icon-lonk {
    margin-right: -10px;
  }
  .draw-watch .icon-lonk svg {
    width: 40px;
  }
  .draw-watch .watch-text {
    margin-right: -8px;
  }
  .draw-watch .watch-text svg {
    width: 40px;
  }
}

.cmn-width {
  width: 160px;
  min-width: 160px;
  height: 160px;
}
@media (max-width: 1399px) {
  .cmn-width {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}

.draw-timerwrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.draw-timerwrap .draw-timer-item {
  text-align: center;
}
.draw-timerwrap .draw-timer-item .text-hed {
  color: var(--n4);
  font-size: 32px;
  font-weight: 700;
}
.draw-timerwrap .draw-timer-item .smalltext {
  font-size: 18px;
  font-weight: 400;
  color: var(--n4);
}
.draw-timerwrap .lborder {
  border-width: 2px;
  border: 1px solid rgba(255, 101, 14, 0.2);
  height: 78px;
}
@media (max-width: 500px) {
  .draw-timerwrap {
    gap: 10px;
  }
  .draw-timerwrap .draw-timer-item .text-hed {
    font-size: 24px;
    font-weight: 700;
  }
  .draw-timerwrap .draw-timer-item .smalltext {
    font-size: 16px;
  }
  .draw-timerwrap .lborder {
    border-width: 1px;
    border: 1px solid var(--act4);
    height: 55px;
  }
}

.ml-auto {
  margin-left: auto !important;
}

.next-draw-positonv4 {
  transform: translateY(-240px);
  margin-bottom: -240px;
}

.draw-nextwrap-v4wrap {
  /* background: url(../../assets/images/global/draw-bg.png) no-repeat center center; */
  background-size: contain;
  height: 344px;
  padding: 27px 70px 34px 27px;
  margin-top: 75px;
}
.draw-nextwrap-v4wrap .draw-netwrap-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.draw-nextwrap-v4wrap .draw-netwrap-inner::before {
  position: absolute;
  top: -160px;
  left: 20px;
  content: "";
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: var(--act4);
  border: 2px solid var(--n0);
  z-index: -1;
}
.draw-nextwrap-v4wrap .thumb {
  max-width: 400px;
}
.draw-nextwrap-v4wrap .thumb img {
  width: 100%;
}
.draw-nextwrap-v4wrap .right-side-nextdraw {
  display: flex;
  align-items: center;
  gap: 80px;
}
.draw-nextwrap-v4wrap .draw-countdraw .draw-timerwrap .draw-timer-item .text-hed {
  font-size: 40px;
  font-weight: 800;
}
.draw-nextwrap-v4wrap .draw-countdraw .draw-timerwrap .lborder-dot {
  font-size: 40px;
  font-weight: 900;
}
.draw-nextwrap-v4wrap .draw-countdraw .next-arrow {
  position: absolute;
  top: -20px;
  right: -70px;
  width: 120px;
  animation: ske 2s linear infinite;
}
@media (max-width: 1199px) {
  .draw-nextwrap-v4wrap {
    padding: 45px 40px 20px 27px;
  }
  .draw-nextwrap-v4wrap .draw-netwrap-inner {
    gap: 20px;
  }
  .draw-nextwrap-v4wrap .draw-netwrap-inner::before {
    top: 0px;
    left: 20px;
    width: 120px;
    height: 120px;
  }
  .draw-nextwrap-v4wrap .right-side-nextdraw {
    gap: 30px;
  }
  .draw-nextwrap-v4wrap .draw-countdraw .draw-timerwrap .draw-timer-item .text-hed {
    font-size: 24px;
    font-weight: 800;
  }
  .draw-nextwrap-v4wrap .draw-countdraw .draw-timerwrap .lborder-dot {
    font-size: 26px;
    font-weight: 900;
  }
  .draw-nextwrap-v4wrap .draw-countdraw .next-arrow {
    top: -20px;
    right: -20px;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .draw-nextwrap-v4wrap .draw-netwrap-inner {
    gap: 20px;
  }
  .draw-nextwrap-v4wrap .draw-netwrap-inner::before {
    display: none;
  }
  .draw-nextwrap-v4wrap .thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .draw-nextwrap-v4wrap .right-side-nextdraw {
    flex-wrap: wrap;
    gap: 16px 20px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .draw-nextwrap-v4wrap {
    background-size: cover;
  }
  .draw-nextwrap-v4wrap .right-side-nextdraw {
    flex-wrap: wrap;
    gap: 16px 20px;
    justify-content: center;
  }
  .draw-nextwrap-v4wrap .next-arrow {
    display: none;
  }
}
@media (max-width: 380px) {
  .draw-nextwrap-v4wrap .draw-countdraw .draw-timerwrap {
    gap: 20px;
  }
  .draw-nextwrap-v4wrap .draw-countdraw .draw-timerwrap .draw-timer-item .text-hed {
    font-size: 20px;
    font-weight: 600;
  }
  .draw-nextwrap-v4wrap .draw-countdraw .draw-timerwrap .draw-timer-item .smalltext {
    font-size: 12px;
  }
  .draw-nextwrap-v4wrap .draw-countdraw .draw-timerwrap .lborder-dot {
    display: none;
  }
}

.draw-nextwrapinnerv7::before {
  top: -100px !important;
}

.limit-time {
  display: flex;
  align-items: center;
  gap: 49px;
  justify-content: center;
}
.limit-time .draw-timer-item {
  text-align: center;
}
.limit-time .draw-timer-item .text-hed {
  font-size: 100px;
  font-weight: 800;
  color: var(--n4);
  line-height: 120%;
}
.limit-time .draw-timer-item .smalltext {
  font-size: 20px;
  font-weight: 600;
  color: var(--n4);
}
.limit-time .ldots {
  font-size: 100px;
  font-weight: 800;
  color: var(--n4);
  line-height: 120%;
}
@media (max-width: 1399px) {
  .limit-time {
    gap: 36px;
  }
  .limit-time .draw-timer-item {
    text-align: center;
  }
  .limit-time .draw-timer-item .text-hed {
    font-size: 48px;
  }
  .limit-time .draw-timer-item .smalltext {
    font-size: 18px;
  }
  .limit-time .ldots {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .limit-time {
    gap: 24px;
  }
  .limit-time .draw-timer-item .text-hed {
    font-size: 36px;
  }
  .limit-time .draw-timer-item .smalltext {
    font-size: 16px;
  }
  .limit-time .ldots {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .limit-time {
    gap: 10px;
  }
  .limit-time .draw-timer-item .text-hed {
    font-size: 26px;
  }
  .limit-time .draw-timer-item .smalltext {
    font-size: 14px;
  }
  .limit-time .ldots {
    font-size: 26px;
  }
}

.limited-lotteryv9 .draw-timer-item .smalltext,
.limited-lotteryv9 .draw-timer-item .text-hed {
  color: var(--n0);
}
.limited-lotteryv9 .ldots {
  color: var(--n0);
}

.limited-lotteryv16 .current-lottery-itemv13 .n4-bg {
  transition: all 0.4s;
}
.limited-lotteryv16 .current-lottery-itemv13:hover .n4-bg {
  background: var(--act4);
}

.current-lottery-itemv17 .current-l-badgev11 {
  bottom: -20px !important;
}
.current-lottery-itemv17 .current-l-badge .cmn-draw-badge {
  transition: all 0.5s;
}
.current-lottery-itemv17:hover .current-l-badge .cmn-draw-badge {
  background: var(--act4);
}
.current-lottery-itemv17:hover .kewta-btn .kew-arrow,
.current-lottery-itemv17:hover .kewta-btn .kew-text {
  background: var(--act4);
}

@media (max-width: 575px) {
  .howit-work-section .howit-video {
    max-width: 240px;
  }
}

.howit-video {
  width: 100%;
}
.howit-video img {
  width: 100%;
  border-radius: 100px;
}
.howit-video .bn-vid {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: var(--n4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work-item1 .number-shadow {
  font-size: 240px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  color: var(--nw4);
  position: absolute;
  right: 0;
  top: -60px;
  display: block;
  opacity: 0.1;
}
@media (max-width: 1199px) {
  .work-item1 .number-shadow {
    font-size: 140px;
    top: -20px;
  }
}
@media (max-width: 575px) {
  .work-item1 h2 {
    font-size: 28px;
  }
  .work-item1 .number-shadow {
    font-size: 80px;
    line-height: 120%;
    top: 0px;
  }
}

.howit-work-sectionv9 .work-item1 {
  padding-left: 10px;
}
.howit-work-sectionv9 .border-endcustom {
  position: relative;
}
.howit-work-sectionv9 .border-endcustom::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, #FF650E 0%, rgba(255, 101, 14, 0) 100%);
}
@media (max-width: 575px) {
  .howit-work-sectionv9 .work-item1 {
    padding-left: 0px;
  }
}

.howit-work-sectionv10 .work-item1 {
  transition: all 0.4s;
  border: 1px solid var(--n0);
}
.howit-work-sectionv10 .work-item1 p {
  max-width: 352px;
}
.howit-work-sectionv10 .work-item1:hover {
  border: 1px solid var(--nw2);
}
@media (max-width: 1399px) {
  .howit-work-sectionv10 .work-item1 .icons-step svg {
    width: 20px;
  }
}

.step-donglobal {
  position: absolute;
  left: 290px;
  top: 40px;
  width: 230px;
}
@media (max-width: 1399px) {
  .step-donglobal {
    left: 280px;
    width: 160px;
  }
}
@media (max-width: 1199px) {
  .step-donglobal {
    left: 210px;
  }
}
@media (max-width: 991px) {
  .step-donglobal {
    display: none;
  }
}

.browse-more .cmn__collection {
  width: 140px !important;
  min-width: 140px !important;
  height: 140px !important;
}
@media (max-width: 1199px) {
  .browse-more .cmn__collection {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
.browse-more .cmn__collection:hover i {
  color: var(--nw1);
}

.current-lottery-item .cmn-prrice-range .soldout {
  width: calc(100% - 190px);
}
@media (max-width: 991px) {
  .current-lottery-item .cmn-prrice-range {
    flex-wrap: wrap;
  }
}
.current-lottery-item::after {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 100%;
  background: #554AFF;
  opacity: 0.5;
  height: 323px;
  z-index: 0;
  border-radius: 26px 26px 0 0;
  -webkit-clip-path: polygon(0 0, 100% 1%, 100% 44%, 0 100%);
          clip-path: polygon(0 0, 100% 1%, 100% 44%, 0 100%);
  transition: all 0.4s;
}
.current-lottery-item::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(85, 74, 255, 0.1);
  border-radius: 24px;
  z-index: -1;
  background: var(--n0);
  transition: all 0.4s;
}
.current-lottery-item:hover .thumb {
  transform: rotateX(10deg);
}
.current-lottery-item:hover:hover::before {
  top: 12px;
  left: -12px;
  opacity: 1;
}
.current-lottery-item:hover::after {
  opacity: 1;
}
.current-lottery-item:hover h4 a {
  color: var(--s1);
}
.current-lottery-item:hover .pr {
  color: var(--s1);
}
@media (max-width: 1399px) {
  .current-lottery-item::after {
    height: 200px !important;
  }
}

.range-custom {
  background: rgba(85, 74, 255, 0.4);
  height: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
}
.range-custom::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: var(--s1);
  width: 70%;
  height: 100%;
  border-radius: 4px;
}
.range-custom .curs-range {
  position: absolute;
  left: 40%;
  top: 0px;
  content: "";
  background: #9792e6;
  width: 20px;
  height: 4px;
  z-index: 3;
}
.range-custom .curs-range::before {
  position: absolute;
  top: -4px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--s1);
  content: "";
}

.cmn-cartborder {
  border: 1px solid rgba(85, 74, 255, 0.1);
}

.range-custom-act4 {
  background: rgba(255, 101, 14, 0.4);
  height: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
}
.range-custom-act4::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: var(--act4);
  width: 70%;
  height: 100%;
  border-radius: 4px;
}
.range-custom-act4 .curs-range {
  position: absolute;
  left: 40%;
  top: 0px;
  content: "";
  background: rgba(254, 201, 47, 0.8);
  width: 20px;
  height: 4px;
  z-index: 3;
}
.range-custom-act4 .curs-range::before {
  position: absolute;
  top: -4px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--act4);
  content: "";
}

.current-lottery-itemjewelry .thumb {
  background: rgba(255, 101, 14, 0.1);
  width: 100%;
  border-radius: 1000px;
  overflow: hidden;
}
.current-lottery-itemjewelry .thumb .thumb-inner {
  max-width: 256px;
  height: 251px;
  margin: 0 auto;
  padding: 14px 5px 30px;
  transition: all 0.4s;
}
.current-lottery-itemjewelry .thumb .thumb-inner img {
  width: 100%;
  height: 100%;
}
.current-lottery-itemjewelry .thumb .draw-badgev7 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.current-lottery-itemjewelry .thumb .cmn-cart-wrapcircle {
  position: absolute;
  bottom: 20px;
}
.current-lottery-itemjewelry:hover .thumb .thumb-inner {
  transform: rotate(10deg);
}
.current-lottery-itemjewelry:hover .kewta-btn .kew-arrow,
.current-lottery-itemjewelry:hover .kewta-btn .kew-text {
  background: var(--s1);
}
.current-lottery-itemjewelry:hover h3 .pr {
  color: var(--s1);
}

.draw-badgev7 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 14px;
  font-weight: 700;
}

.cmn-cart-wrapcircle .bokmart {
  border: 1px solid var(--n4);
  border-radius: 50%;
  transition: all 0.4s;
}
.cmn-cart-wrapcircle .bokmart:hover {
  background: var(--act3);
  border-color: var(--act3);
}

.border-jealt {
  border-right: 1px solid #4E4E4E !important;
}

.form-selectv7 .current-lottery-itemjewelry .remaining-info {
  border-top: 1px solid var(--n4);
  border-bottom: 1px solid var(--n4);
}

.current-lottery-itemjewelry8 {
  border-radius: 24px;
  overflow: hidden;
}
.current-lottery-itemjewelry8 .thumb {
  border-radius: 0px;
  background: var(--nw3);
}
.current-lottery-itemjewelry8 .thumb .thumb-inner {
  background: rgba(255, 101, 14, 0.1);
  border-radius: 0 0 200px 200px;
  width: 196px;
  height: 247px;
}
.current-lottery-itemjewelry8 .thumb .thumb-inner img {
  width: 165px;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.current-lottery-itemjewelry8 .range-custom {
  max-width: 100%;
}
.current-lottery-itemjewelry8 .content-middle {
  background: #F4F4F4;
}
.current-lottery-itemjewelry8 .iconbox {
  position: relative;
  bottom: 24px;
  right: 24px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-left: auto;
  margin-top: 20px;
}
.current-lottery-itemjewelry8 .iconbox .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  z-index: 1;
  position: relative;
  background: var(--n4);
  transition: all 0.4s;
}
.current-lottery-itemjewelry8 .iconbox .icon i {
  color: var(--n0);
}
.current-lottery-itemjewelry8 .iconbox .team-social {
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}
.current-lottery-itemjewelry8 .iconbox .team-social .social-area li a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--n4);
  border-radius: 50%;
}
.current-lottery-itemjewelry8 .iconbox .team-social .social-area li a i {
  transition: all 0.4s;
}
.current-lottery-itemjewelry8 .iconbox .team-social .social-area li:hover a {
  border-color: var(--act4);
}
.current-lottery-itemjewelry8 .iconbox .team-social .social-area li:hover a i {
  color: var(--act4);
}
.current-lottery-itemjewelry8 .iconbox:hover .team-social {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.current-lottery-itemjewelry8 .iconbox:hover .icon {
  background: var(--act4);
  cursor: pointer;
}
.current-lottery-itemjewelry8 .n4-badge {
  transform: rotate(90deg);
  position: absolute;
  top: 80px;
  left: -55px;
  transition: all 0.4s;
}
.current-lottery-itemjewelry8:hover .thumb-inner {
  transform: rotate(0deg) !important;
}
.current-lottery-itemjewelry8:hover .content-middle h3 .pr {
  color: var(--act4) !important;
}
.current-lottery-itemjewelry8:hover .content-middle .kewta-btn .kew-arrow,
.current-lottery-itemjewelry8:hover .content-middle .kewta-btn .kew-text {
  background: var(--act4);
}

.current-lottery-itemv9 {
  overflow: hidden;
}
.current-lottery-itemv9 .cmn-prrice-range .range-custom {
  max-width: 100%;
}
.current-lottery-itemv9 .draw-badge::before {
  background: var(--n4);
}
.current-lottery-itemv9 .thumb {
  background: #F4F4F4 !important;
}
.current-lottery-itemv9 .current-hoberv9 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.current-lottery-itemv9 .current-l-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.current-lottery-itemv9 .current-l-badge a {
  transition: all 0.4s;
}
.current-lottery-itemv9:hover .n0-fillhover {
  border: 1px solid var(--act4) !important;
}
.current-lottery-itemv9:hover .n0-fillhover i {
  color: var(--act4);
}
.current-lottery-itemv9:hover .pr {
  color: var(--act4);
}
.current-lottery-itemv9:hover .current-hoberv9 {
  opacity: 1;
  visibility: visible;
}

.winfixed {
  background: #F4F4F4 !important;
}

.current-lotteryv13 {
  background: rgba(244, 244, 244, 0.5);
}

.current-lottery-itemv13 .cart-added {
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.4s;
}
.current-lottery-itemv13 .current-l-badge {
  position: absolute;
  left: 0px;
  top: 20px;
}
.current-lottery-itemv13:hover .cart-added {
  visibility: visible;
  transform: scale(1);
}
.current-lottery-itemv13:hover .pr {
  color: var(--act4);
}
.current-lottery-itemv13:hover .kewta-btn .kew-arrow {
  background: var(--act4);
}

.current-lottery-v13before {
  transition: all 0.4s;
}
.current-lottery-v13before::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--nw3);
  border-radius: 24px;
  z-index: -1;
  transition: all 0.4s;
}
.current-lottery-v13before:hover::before {
  top: 12px;
  left: -12px;
  opacity: 1;
}

.check-lotterywrap {
  transform: translateY(140px);
  margin-top: -140px;
}
.check-lotterywrap p {
  max-width: 340px;
}
.check-lotterywrap .check-lottery-inner {
  display: flex;
  align-items: center;
  gap: 37px;
}
.check-lotterywrap .check-lottery-inner .contest-numberwrap {
  display: flex;
  align-items: center;
  gap: 37px;
}
.check-lotterywrap .check-lottery-inner .contest-numberwrap .conts-number {
  max-width: 260px;
}
.check-lotterywrap .check-lottery-inner .contest-numberwrap .conts-number input {
  border-radius: 12px;
  border: 1px solid var(--n2);
  color: rgba(0, 0, 0, 0.6);
  height: 58px;
}
.check-lotterywrap .check-lottery-inner .contest-numberwrap .conts-number::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.check-lotterywrap .check-lottery-inner .contest-numberwrap .conts-number::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.check-lotterywrap .check-lottery-inner .contest-numberwrap .m-number input {
  width: 58px;
  height: 58px;
  text-align: center;
  border: 1px solid var(--n4);
  border-radius: 12px;
  color: var(--n4);
  font-size: 18px;
  font-weight: 700;
  padding: 1px 4px;
}
.check-lotterywrap .check-lottery-inner .contest-numberwrap .m-number::-moz-placeholder {
  color: var(--n4);
}
.check-lotterywrap .check-lottery-inner .contest-numberwrap .m-number::placeholder {
  color: var(--n4);
}
.check-lotterywrap .check-lottery-inner .daysper .nice-select {
  width: 270px;
  border: 1px solid var(--n4);
  height: 58px;
  padding: 8px 14px;
  border-radius: 12px;
}
.check-lotterywrap .check-lottery-inner .daysper .nice-select .list {
  background: var(--n0);
  padding: 8px 10px;
}
.check-lotterywrap .check-lottery-inner .daysper .nice-select .list li {
  color: var(--n4);
}
@media (max-width: 1399px) {
  .check-lotterywrap .check-lottery-inner {
    gap: 18px;
  }
  .check-lotterywrap .check-lottery-inner .contest-numberwrap {
    gap: 18px;
  }
  .check-lotterywrap .check-lottery-inner .daysper .nice-select {
    width: 200px;
  }
  .check-lotterywrap .check-lottery-inner .daysper .nice-select .list {
    padding: 8px 10px;
  }
}
@media (max-width: 1199px) {
  .check-lotterywrap {
    transform: translateY(0px);
    margin-top: 0px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .check-lotterywrap .check-lottery-inner {
    gap: 14px;
  }
  .check-lotterywrap .check-lottery-inner .contest-numberwrap {
    gap: 14px;
  }
  .check-lotterywrap .check-lottery-inner .contest-numberwrap .m-number input {
    width: 44px;
    height: 44px;
  }
  .check-lotterywrap .check-lottery-inner .daysper .nice-select {
    width: 170px;
  }
  .check-lotterywrap .check-lottery-inner .daysper .nice-select .list {
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .check-lotterywrap .check-lottery-inner {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .check-lotterywrap .check-lottery-inner .contest-numberwrap {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .check-lotterywrap .check-lottery-inner .contest-numberwrap .m-number input {
    width: 44px;
    height: 44px;
  }
  .check-lotterywrap .check-lottery-inner .daysper .nice-select {
    width: 170px;
  }
  .check-lotterywrap .check-lottery-inner .daysper .nice-select .list {
    padding: 8px 10px;
  }
}
@media (max-width: 400px) {
  .check-lotterywrap .check-lottery-inner .contest-numberwrap .m-number input {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1199px) {
  .winner-custom-space {
    margin-top: 120px;
  }
}

.winner-main-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.winner-main-items .thumb-basket {
  width: 295px;
  height: 273px;
}
.winner-main-items .thumb-basket img {
  width: 260px;
  height: 158px;
}
.winner-main-items .content {
  width: 305px;
}
.winner-main-items .win-man {
  width: 170px;
}
@media (max-width: 1199px) {
  .winner-main-items {
    justify-content: center;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .winner-main-items {
    gap: 14px;
  }
  .winner-main-items .thumb-basket {
    width: 155px;
  }
  .winner-main-items .thumb-basket img {
    width: 260px;
    height: 158px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .winner-main-items {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .winner-main-items .thumb-basket {
    width: 280px;
    height: 203px;
    margin: 0 auto;
  }
  .winner-main-items .thumb-basket img {
    width: 260px;
    height: 158px;
  }
  .winner-main-items .content {
    width: 290px;
  }
}

.biggest-winnerwrap-box {
  background: rgba(255, 101, 14, 0.1);
}

.biggest-winner-slide-items .thumb {
  padding-top: 20px;
  width: 200px;
}
.biggest-winner-slide-items .thumb .head-badge {
  position: absolute;
  top: 0px;
  left: 58px;
  z-index: 2;
}
.biggest-winner-slide-items .designation {
  margin-top: -50px;
  z-index: 2;
  position: relative;
}
.biggest-winner-slide-items .designation .car {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.biggest-winner-slide-items .designation .car img {
  width: 60px;
}

.biggest-winner-sldewrap .click-slideluxry-button {
  position: absolute;
  z-index: 2;
  top: 190px;
}
@media (max-width: 1199px) {
  .biggest-winner-sldewrap .click-slideluxry-button {
    position: absolute;
    z-index: 2;
    top: 220px;
  }
}

.multiple-bitems {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
}
.multiple-bitems .icons {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.multiple-bitems .icons .badges {
  top: -10px;
  left: -10px;
}
.multiple-bitems h4 {
  max-width: 270px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .multiple-bitems .icons {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.total-termswrap .total-terms .term-list li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--n4);
}

.error-section {
  height: 100vh;
  width: 100%;
}

.error-wrapper .thumb {
  width: 100%;
}
.error-wrapper .thumb img {
  width: 100%;
}

.login-section {
  height: 100vh;
}
.login-section .left-logwrap {
  height: 100vh;
}
.login-section .log-thumbwrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 1080px;
}
.login-section .log-thumbwrap .thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1800px) {
  .login-section .log-thumbwrap {
    width: 800px;
  }
}
@media (max-width: 1299px) {
  .login-section .log-thumbwrap {
    position: initial;
  }
}
@media (max-width: 991px) {
  .login-section {
    height: initial;
  }
  .login-section .log-thumbwrap {
    display: none;
  }
  .login-section .left-logwrap {
    height: initial;
    padding: 60px 0;
  }
}

.form-cmn-action .form-cmn input,
.form-cmn-action .form-cmn textarea {
  padding: 14px 38px 14px 18px;
  border-radius: 12px;
  border: 1px solid var(--nw4);
  outline: none;
}

.eye-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.cmn-scroll-wrapper {
  width: 100%;
  height: 100%;
}

.cmn-scroll {
  max-width: 500px;
}
.cmn-scroll .left-logwrap {
  background: var(--n0);
}

.ps-disitwrap input {
  width: 55px;
  min-width: 55px;
  height: 55px;
  border: 1px solid var(--nw4);
  border-radius: 12px;
  text-align: center;
  outline: none;
  padding: 3px 3px;
}
@media (max-width: 1399px) {
  .ps-disitwrap input {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
}

.tablet-custom-v1 .tags-container > canvas {
  position: relative;
}
.tablet-custom-v1 .tags-container {
  width: 100%;
  height: 400px;
  margin-top: 0vw;
  overflow: hidden;
  background: var(--n4);
  transform: scale(1.001);
}

.tablet-section-title {
  margin-bottom: -30px;
}

.current-lottery-itemv14 .current-l-badge {
  transform: rotate(90.2deg);
  z-index: 2;
  left: -44px;
  top: 89px;
  bottom: initial;
}

.feature-items-v9 .icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  font-size: 40px;
}
.feature-items-v9 .icon-big {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
@media (max-width: 1399px) {
  .feature-items-v9 .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 36px;
  }
  .feature-items-v9 .icon-big {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.feature-items-v9 p {
  max-width: 238px;
}
.feature-items-v9 .cont-big {
  max-width: 301px;
}

.s1-texthover {
  transition: all 0.4s;
}
.s1-texthover:hover {
  color: var(--s1);
}

.real-estate-video.freature-videobg {
  /* background: url(../../assets/images/howit/m-feature-bg.png) no-repeat center center !important; */
  background-size: cover !important;
  background-attachment: fixed !important;
}

.m-feature-items {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
}

.cate-body-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cate-body-wrap .cate-body-item:not(:first-child) {
  margin-left: -20px;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .cate-body-wrap {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .cate-body-wrap .cate-body-item {
    margin-bottom: -20px;
  }
  .cate-body-wrap .cate-body-item .thumb {
    width: 286px;
    height: 132px;
  }
  .cate-body-wrap .cate-body-item .thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cate-body-wrap {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .cate-body-wrap .cate-body-item {
    height: 350px;
    margin-bottom: -20px;
    width: 50%;
  }
  .cate-body-wrap .cate-body-item .thumb {
    width: 226px;
    height: 100px;
  }
  .cate-body-wrap .cate-body-item .thumb img {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .cate-body-wrap {
    flex-wrap: wrap;
  }
  .cate-body-wrap .cate-body-item {
    height: 350px;
    width: 100%;
  }
  .cate-body-wrap .cate-body-item .thumb {
    width: 226px;
    height: 100px;
  }
  .cate-body-wrap .cate-body-item .thumb img {
    width: 100%;
  }
  .cate-body-wrap .cate-body-item:not(:first-child) {
    margin-left: 0px;
  }
}

.cate-body-item {
  max-width: 350px;
  width: 100%;
  height: 435px;
  border-radius: 306px;
}
.cate-body-item .thumb {
  width: 286px;
  height: 132px;
}
.cate-body-item .thumb img {
  width: 100%;
}
.cate-body-item .car-tybtn {
  transition: all 0.5s;
  margin-top: -80px;
  opacity: 0;
  visibility: hidden;
}
.cate-body-item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--s1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  border-radius: 306px;
  opacity: 0;
}
@media (max-width: 1399px) {
  .cate-body-item .thumb {
    width: 256px;
    height: 120px;
  }
  .cate-body-item .thumb img {
    width: 100%;
  }
}
.cate-body-item:hover {
  z-index: 1;
}
.cate-body-item:hover .car-tybtn {
  transition: all 0.5s;
  margin-top: 30px;
  opacity: 1;
  visibility: visible;
}
.cate-body-item:hover h4 a {
  color: var(--n0);
}
.cate-body-item:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.cate-body-wrapv7 .cate-body-item .thumb {
  max-width: 286px;
  height: 180px;
  transition: all 0.6s;
  margin: -20px auto 0;
}
.cate-body-wrapv7 .cate-body-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cate-body-wrapv7 .cate-body-item:hover .thumb {
  height: 160px;
  max-width: 220px;
}
@media (max-width: 1899px) {
  .cate-body-wrapv7 .cate-body-item .thumb {
    height: 160px;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .cate-body-wrapv7 .cate-body-item .thumb {
    height: 100px;
    max-width: 180px;
  }
  .cate-body-wrapv7 .cate-body-item:hover .thumb {
    height: 90px;
    max-width: 180px;
  }
}

.testimonial-v1-before {
  position: relative;
  overflow: hidden;
}
.testimonial-v1-before::before {
  position: absolute;
  content: "";
  width: 422px;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--act3);
}
@media (max-width: 991px) {
  .testimonial-v1-before::before {
    display: none;
  }
}
.testimonial-v1-before.alt1::before {
  background: var(--s1);
}
@media (max-width: 991px) {
  .testimonial-v1-before.alt1::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .testimonial-wrap1 {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.testi-people-title li a span {
  color: var(--n4);
}
.testi-people-title li a span:hover {
  color: var(--n4);
}

.testimonial-heading .ar-talking {
  padding-left: 12px;
}

.testimonial-item1 {
  border-radius: 100px;
  background: var(--nw1);
}
.testimonial-item1 .adrew {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
  border: 2px solid var(--act4);
}
.testimonial-item1 .adrew img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.testimonial-item1 .testi-winthumb {
  margin-bottom: -1px;
  background: var(--nw3);
  transition: all 0.4s;
}
.testimonial-item1 .testi-winthumb:hover {
  background: var(--act3);
}
@media (max-width: 1700px) {
  .testimonial-item1 .testi-winthumb img {
    max-width: 249px;
  }
}

.swiper-pagination-testi {
  text-align: center;
}
.swiper-pagination-testi .swiper-pagination-bullet {
  width: 80px;
  margin: 0 auto;
  border-radius: 0;
  opacity: 1;
  transition: all 0.5s;
  height: 8px;
  background: var(--nw3);
  border-radius: 10px;
}
.swiper-pagination-testi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--act4);
  opacity: 1;
  height: 6px;
}

.tablet-arrow {
  position: absolute;
  right: 0;
  top: 187px;
}
@media (max-width: 1399px) {
  .tablet-arrow {
    display: none;
  }
}

.badge-before {
  position: relative;
}
.badge-before::before {
  position: absolute;
  top: -15%;
  right: 0;
  content: "";
  width: 345px;
  height: 115%;
  background: var(--s1);
}
@media (max-width: 991px) {
  .badge-before {
    display: none;
  }
}

.testimonial-wrap1v5 .testimonial-item1 .testi-winthumb {
  height: 176px;
}
.testimonial-wrap1v5 .testimonial-item1 .testi-winthumb img {
  height: 100%;
}

.testimonial-v5-thumb {
  height: 439px;
  width: 100%;
}
.testimonial-v5-thumb .thumb1 .quotes {
  width: 100px;
  min-width: 100px;
  height: 100px;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: -30px;
}
.testimonial-v5-thumb .thumb1 .quotes i {
  font-size: 40px;
  color: var(--s1);
}
.testimonial-v5-thumb .thumb2 {
  margin-bottom: -40px;
}
.testimonial-v5-thumb .happy-cbox {
  width: 200px;
  min-width: 200px;
  height: 200px;
}
.testimonial-v5-thumb .happy-thumb3 {
  margin-top: -120px;
  margin-left: -70px;
  z-index: 1;
  position: relative;
}
.testimonial-v5-thumb .thumb3 {
  margin: -40px auto 0;
}
@media (max-width: 1199px) {
  .testimonial-v5-thumb .happy-cbox {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
  .testimonial-v5-thumb .happy-thumb3 {
    margin-top: -60px;
    margin-left: -40px;
  }
  .testimonial-v5-thumb .thumb3 {
    margin: -20px auto 0;
  }
}
@media (max-width: 400px) {
  .testimonial-v5-thumb .happy-cbox {
    width: 140px;
    min-width: 140px;
    height: 140px;
  }
  .testimonial-v5-thumb .happy-thumb3 {
    margin-top: -8px;
    margin-left: -1px;
  }
}

.swiper-paginations {
  font-size: 36px;
  font-weight: 800;
}
.swiper-paginations span {
  font-size: 40px;
  font-weight: 800;
}

.testimonial-itemv7 {
  border-radius: 24px;
}
.testimonial-itemv7 .adrew {
  position: relative;
  border-color: var(--n0);
}
.testimonial-itemv7 .adrew .icon {
  transform: rotate(180deg);
  position: absolute;
  top: -6px;
  left: -30px;
}
.testimonial-itemv7 .adrew .icon i {
  color: var(--act4);
  font-size: 42px;
}

.badge-before-thumb {
  position: relative;
}
.badge-before-thumb::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 410px;
  height: 100%;
  background: url(../../assets/images/global/testimonial-before.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1850px) {
  .badge-before-thumb::before {
    max-width: 250px;
  }
}
@media (max-width: 1399px) {
  .badge-before-thumb::before {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .badge-before-thumb::before {
    display: none;
  }
}

.testimonial-sectionv8.badge-before-thumb::before {
  background: url(../../assets/images/global/testi-before-v8.png) no-repeat center center;
  background-size: cover;
  height: 100%;
}

.testimonial-itemv8 {
  display: flex;
  align-items: center;
  border-radius: 24px;
  gap: 32px;
}
.testimonial-itemv8 .adrew {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: initial;
}
.testimonial-itemv8 .adrew img {
  width: 100%;
  height: 100%;
}
.testimonial-itemv8 .total-content {
  max-width: 412px;
}
.testimonial-itemv8 .testi-ring {
  height: 320px;
  width: calc(100% - 412px);
}
.testimonial-itemv8 .testi-ring .ring {
  max-width: 194px;
  height: 200px;
}
.testimonial-itemv8 .testi-ring .ring img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  .testimonial-itemv8 {
    gap: 14px;
  }
  .testimonial-itemv8 .total-content {
    max-width: 350px;
  }
  .testimonial-itemv8 .testi-ring {
    height: 320px;
    width: calc(100% - 350px);
  }
  .testimonial-itemv8 .testi-ring .ring {
    max-width: 194px;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .testimonial-itemv8 {
    gap: 14px;
  }
  .testimonial-itemv8 .total-content {
    max-width: 290px;
  }
  .testimonial-itemv8 .testi-ring {
    height: 300px;
    width: calc(100% - 290px);
  }
  .testimonial-itemv8 .testi-ring .ring {
    max-width: 194px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .testimonial-itemv8 {
    gap: 14px;
  }
  .testimonial-itemv8 .total-content {
    max-width: 270px;
  }
  .testimonial-itemv8 .testi-ring {
    height: 300px;
    width: calc(100% - 270px);
  }
  .testimonial-itemv8 .testi-ring .ring {
    max-width: 194px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .testimonial-itemv8 {
    gap: 14px;
    flex-wrap: wrap;
  }
  .testimonial-itemv8 .total-content {
    max-width: 100%;
  }
  .testimonial-itemv8 .testi-ring {
    height: 160px;
    width: 100%;
  }
  .testimonial-itemv8 .testi-ring .ring {
    max-width: 120px;
    height: 200px;
  }
}

.testimonial-item11 {
  margin-top: 30px;
  margin-left: 30px;
  background: var(--n0);
}
.testimonial-item11 .conts .adrew {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--act4);
}
.testimonial-item11 .thumb {
  width: 100%;
}
.testimonial-item11 .thumb .quote-cmn {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border: 10px solid var(--n0);
  position: absolute;
  top: -30px;
  left: -30px;
}
.testimonial-item11 .thumb .quote-cmn i {
  font-size: 48px;
}
.testimonial-item11 .thumb .rat-star {
  position: absolute;
  right: 20px;
  top: 20px;
}
.testimonial-item11 .thumb img {
  width: 100%;
}
@media (max-width: 1199px) {
  .testimonial-item11 {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
  .testimonial-item11 .thumb .quote-cmn {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border: 2px solid var(--n0);
    top: 10px;
    left: 10px;
  }
  .testimonial-item11 .thumb .quote-cmn i {
    font-size: 34px;
  }
}

.rot160 {
  transform: rotate(180deg);
}

.testimonial-sectionv16.testimonial-v1-before::before {
  background: var(--s1);
}

.win-bikeslide-itemv1 {
  background: var(--n0);
}
.win-bikeslide-itemv1 .win-thumbv1 {
  max-width: 446px;
  margin: 0 auto 10px;
}
.win-bikeslide-itemv1 .win-thumbv1 img {
  width: 100%;
}
.win-bikeslide-itemv1 .n4-badge {
  transform: rotate(90deg);
  position: absolute;
  top: 80px;
  right: -50px;
  transition: all 0.4s;
}
.win-bikeslide-itemv1 .win-bikefooter {
  border-top: 1px solid var(--nw4);
}
.win-bikeslide-itemv1 .win-bikefooter .box-ticketcmn {
  padding: 5px 16px;
}
.win-bikeslide-itemv1 .win-bikefooter .box-ticket {
  padding: 0px 28px;
  width: 290px;
}
.win-bikeslide-itemv1 .win-bikefooter .box-price {
  padding-left: 20px;
}
.win-bikeslide-itemv1 .win-bikefooter .line {
  height: 50px;
  border-left: 1px solid var(--nw4);
}
.win-bikeslide-itemv1 i {
  line-height: 2;
}
@media (max-width: 1800px) {
  .win-bikeslide-itemv1 .win-thumbv1 {
    padding: 0 24px;
  }
  .win-bikeslide-itemv1 .n4-badge {
    top: 80px;
    right: -70px;
    padding: 6px 38px 6px 16px;
  }
}
@media (max-width: 1399px) {
  .win-bikeslide-itemv1 .win-thumbv1 {
    margin: 0 auto 1px;
  }
  .win-bikeslide-itemv1 .win-bikefooter .box-ticketcmn {
    padding: 5px 8px;
  }
  .win-bikeslide-itemv1 .win-bikefooter .box-ticket {
    padding: 0px 8px;
    width: 290px;
  }
  .win-bikeslide-itemv1 .win-bikefooter .box-price {
    padding-left: 5px;
  }
  .win-bikeslide-itemv1 .win-bikefooter .line {
    height: 50px;
    border-left: 1px solid var(--nw4);
  }
}
.win-bikeslide-itemv1:hover .n4-badge {
  background: var(--act4);
}

.meet-previous-item .thumb-man {
  max-width: 306px;
  border-radius: 50%;
  margin: 0 auto;
}
.meet-previous-item .thumb-man .mimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}
.meet-previous-item .thumb-man .man-bike {
  max-width: 306px;
  background: var(--nw3);
  border-radius: 100px;
  padding: 4px 10px;
  margin: -30px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(218, 218, 218, 0.5);
  transition: all 0.4s;
  z-index: 2;
  position: relative;
}
.meet-previous-item .thumb-man .man-bike img {
  max-width: 210px;
  width: 100%;
  text-align: center;
}
.meet-previous-item:hover .man-bike {
  background: var(--act4);
}
.meet-previous-item:hover .mimg {
  transform: rotate(5deg);
}

.previous-winnerv5 .meet-previous-item .man-bike {
  padding: 16px 5px;
}
.previous-winnerv5 .meet-previous-item .man-bike img {
  max-width: 207px;
  height: 122px;
  width: 100%;
  height: 100%;
}

.winning-bigv12 .ball-v12 {
  position: absolute;
  top: 120px;
  left: 160px;
  animation: balls 5s linear infinite;
}
.winning-bigv12 .dimond-v12 {
  position: absolute;
  top: 160px;
  right: 110px;
  animation: dimod 2s linear infinite;
}
@media (max-width: 1399px) {
  .winning-bigv12 .ball-v12 {
    top: 40px;
    left: 40px;
  }
  .winning-bigv12 .dimond-v12 {
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 991px) {
  .winning-bigv12 .ball-v12 {
    top: 40px;
    left: 40px;
    width: 80px;
  }
  .winning-bigv12 .dimond-v12 {
    top: 40px;
    right: 40px;
    width: 70px;
  }
}
@media (max-width: 575px) {
  .winning-bigv12 .ball-v12 {
    top: 10px;
    left: 10px;
    width: 40px;
  }
  .winning-bigv12 .dimond-v12 {
    top: 10px;
    right: 10px;
    width: 50px;
  }
}

.kew-rotate {
  transform: rotate(-40deg);
}

@keyframes dimod {
  50% {
    transform: rotate(10deg);
  }
}
@keyframes balls {
  100% {
    transform: rotate(360deg);
  }
}
.winning-bigv12-item {
  max-width: 306px;
}
.winning-bigv12-item .content-wing {
  margin-top: -60px;
  z-index: 1;
  position: relative;
}

.cmn-draw-badge {
  -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 45%, 0% 0%);
          clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 45%, 0% 0%);
}

.previous-winner-v8 .meet-previous-item .thumb-man .man-bike {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 2px;
}
.previous-winner-v8 .meet-previous-item .thumb-man .man-bike img {
  max-width: 152px;
  height: 131px;
}

.previous-winner-v9 .meet-previous-item .man-bike {
  padding: 10px 4px;
}
.previous-winner-v9 .meet-previous-item .man-bike img {
  max-width: 190px;
  height: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .previous-winner-v9 .meet-previous-item .man-bike img {
    max-width: 140px;
    height: 100px;
  }
}

.call-custom-space {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .call-custom-space {
    margin-bottom: 0;
  }
}
.call-custom-space::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  max-width: 720px;
  width: 100%;
  height: 310px;
  background: var(--act3);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
}

.call-to-wrapper1 {
  border-top: 1px solid rgba(78, 78, 78, 0.537254902);
}

.time-callwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-anytime {
  display: flex;
  align-items: center;
}
.call-anytime .cal-box {
  transition: all 0.4s;
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #4e4d4d;
}
.call-anytime .cal-box:not(:first-child) {
  margin-left: -14px;
}
.call-anytime .cal-box i,
.call-anytime .cal-box span {
  color: var(--n0);
  transition: all 0.4s;
}
.call-anytime .cal-box:hover {
  background: var(--p1);
  z-index: 1;
}
.call-anytime .cal-box:hover i,
.call-anytime .cal-box:hover span {
  color: var(--n1);
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .call-anytime .cal-box {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .call-anytime .cal-box .ph-text {
    max-width: 100px;
    text-align: center;
  }
}

.call-sun {
  position: absolute;
  right: 90px;
  top: 140px;
}
@media (max-width: 767px) {
  .call-sun {
    display: none;
  }
}

.action-form {
  background: var(--s1);
  padding: 120px 55px;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0 0);
          clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0 0);
  transform: translateY(150px);
}
.action-form form input {
  border-radius: 100px;
  background: transparent;
  border: 1px solid var(--nw1);
  outline: none;
  color: var(--n0);
}
.action-form form ::-moz-placeholder {
  color: var(--n0);
}
.action-form form ::placeholder {
  color: var(--n0);
}
@media (max-width: 1199px) {
  .action-form .display-two {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .action-form {
    transform: translateY(0px);
    margin: 10px 0 60px;
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .action-form {
    margin: 10px 0 60px;
    padding: 40px 20px;
  }
  .action-form .display-two {
    font-size: 28px;
  }
}

.call-posi-car {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .call-posi-car {
    display: none;
  }
}

.call-posi-bikev4 {
  max-width: 400px;
}
.call-posi-bikev4 img {
  width: 100%;
}
@media (max-width: 1700px) {
  .call-posi-bikev4 {
    max-width: 300px;
  }
}

.call-posi-bikev5 {
  max-width: 440px;
}
@media (max-width: 1700px) {
  .call-posi-bikev5 {
    max-width: 300px;
  }
}

.callto-action-v4 .listing-checkwrap {
  display: flex;
  gap: 60px;
  align-items: center;
}
.callto-action-v4 .listing-checkwrap .listing-box {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border: double 6px transparent;
  border-radius: 50%;
  display: inline-block;
  background-image: linear-gradient(#000000, #000000), radial-gradient(circle at top left, #AEFE3A, #554AFF);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
}
.callto-action-v4 .listing-checkwrap .listing-box .listing-arrow {
  position: absolute;
  top: -10px;
  right: -10px;
}
.callto-action-v4 .listing-checkwrap .listing-box:hover {
  background-image: linear-gradient(#000000, #000000), radial-gradient(circle at top left, #554AFF, #AEFE3A);
}
.callto-action-v4 .listing-checkwrap .listing-right .cruz-expm {
  background: var(--nw1);
  padding: 12px 16px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--n5);
  font-weight: 600;
}
.callto-action-v4 .listing-checkwrap .listing-right .listing-submit {
  border-top: 1px solid var(--n3);
}
.callto-action-v4 .listing-checkwrap .listing-right .checkbox-single {
  display: flex;
  align-items: center;
  gap: 32px;
}
.callto-action-v4 .listing-checkwrap .listing-right .checkbox-single .checkbox-area .checkmark {
  background: var(--p1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: unset;
}
.callto-action-v4 .listing-checkwrap .listing-right .checkbox-single .checkbox-area .checkmark::after {
  color: var(--n4);
}
.callto-action-v4 .listing-checkwrap .listing-right .checkbox-single .text-check {
  max-width: 254px;
}
@media (max-width: 767px) {
  .callto-action-v4 .listing-checkwrap {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .callto-action-v4 .listing-checkwrap .listing-box {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .callto-action-v4 .listing-checkwrap {
    flex-wrap: wrap;
    gap: 20px 20px;
  }
}

.call-custom-spacev4 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .call-custom-spacev4::before {
    display: none;
  }
}

.call-tosectionv7 {
  z-index: 1;
}
.call-tosectionv7::before {
  display: none;
}
.call-tosectionv7 .jewelary-callto {
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: -1;
}
.call-tosectionv7 .jewelary-callto img {
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
}
@media (max-width: 991px) {
  .call-tosectionv7 .jewelary-callto {
    display: none;
  }
}

.callto-actionv9 .wind {
  position: absolute;
  right: 40px;
  bottom: 40px;
  animation: updown 2s linear infinite;
}
.callto-actionv9 .wind-ball {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.callto-actionv9 .wind-cap {
  position: absolute;
  top: 40px;
  left: 40px;
  transform: rotate(-60deg);
}
@media (max-width: 1199px) {
  .callto-actionv9 .wind {
    right: 10px;
    bottom: 10px;
    width: 120px;
  }
  .callto-actionv9 .wind-ball {
    bottom: 10px;
    width: 120px;
  }
  .callto-actionv9 .wind-cap {
    top: 10px;
    left: 10px;
    width: 100px;
  }
}
@media (max-width: 575px) {
  .callto-actionv9 .wind {
    width: 90px;
  }
  .callto-actionv9 .wind-ball {
    bottom: 10px;
    width: 100px;
  }
  .callto-actionv9 .wind-cap {
    top: 0px;
    left: 0px;
    width: 80px;
  }
}

.call-superv15 {
  bottom: 30px !important;
  max-width: 278px;
}

.calto-thumb20 {
  max-width: 400px;
  height: 370px;
}
.calto-thumb20 img {
  width: 100%;
  height: 100%;
}

.real-estate-video.colthing-bg {
  background: url(../../assets/images/howit/vidoe-bgv15.png) !important;
  background-size: contain;
}

.competition-bg {
  background: url(../../assets/images/howit/vidoe-bgv15.png) no-repeat center center !important;
  background-size: contain;
  background-attachment: fixed !important;
}

.real-estate-video {
  /* background: url(../../assets/images/howit/how-competition-bg.png) no-repeat center center !important; */
  background-size: cover !important;
  background-attachment: fixed !important;
  height: 670px;
}
.real-estate-video::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(32, 32, 35, 0.461);
}
.real-estate-video .real-vid {
  width: 200px;
  margin: 0 auto !important;
  text-align: center;
  z-index: 1;
}
.real-estate-video .real-vid .real-play {
  width: 100px;
  min-width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  margin: 0 auto;
}
.real-estate-video .real-vid .real-play-circle {
  position: absolute;
  top: -18px;
  left: 32px;
  animation: cir360 5s linear infinite;
  z-index: -1;
}
@media (max-width: 1399px) {
  .real-estate-video {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .real-estate-video {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .real-estate-video {
    height: 300px;
  }
}

@keyframes cir360 {
  100% {
    transform: rotate(360deg);
  }
}
.current-lottery-itemv11 .range-custom {
  max-width: 100%;
}
.current-lottery-itemv11 .current-l-badgev11 {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
}
.current-lottery-itemv11 .draw-badge::before {
  background: var(--n4);
  transition: all 0.4s;
}
.current-lottery-itemv11 .iconbox-global .team-social .social-area li a {
  border-color: var(--n0);
  background: var(--n0);
}
.current-lottery-itemv11 .iconbox-global .team-social .social-area li a i {
  color: var(--act4);
}
.current-lottery-itemv11:hover h3 .act4-texthover {
  color: var(--act4);
  text-decoration: underline;
}
.current-lottery-itemv11:hover .draw-badge::before {
  background: var(--act4);
}
.current-lottery-itemv11:hover .draw-badge a {
  color: var(--n0);
}
.current-lottery-itemv11:hover .pr {
  color: var(--act4);
}
@media (max-width: 1199px) {
  .current-lottery-itemv11 .current-l-badgev11 {
    bottom: 15px;
  }
}

.real-bg {
  background: url(../../assets/images/howit/real-bg.png) no-repeat center center !important;
  background-size: cover;
}

.current-lottery-itemv12 {
  position: relative;
}
.current-lottery-itemv12 .cmn-prrice-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: 16px;
}
@media (min-width: 1399px) {
  .current-lottery-itemv12 .kewta-btn .kt-one {
    top: 18px !important;
  }
  .current-lottery-itemv12 .kewta-btn .kt-two {
    top: 18px;
    left: 16px;
  }
  .current-lottery-itemv12 .kewta-btn .kew-text {
    height: 60px;
    width: 300px;
  }
  .current-lottery-itemv12 .kewta-btn:hover .kt-one {
    left: 16px !important;
  }
}
@media (max-width: 1199px) {
  .current-lottery-itemv12 .kewta-btn .kew-text {
    height: 46px;
  }
}
.current-lottery-itemv12 .offering-content12 {
  position: absolute;
  bottom: -134px;
  display: grid;
  justify-content: center;
  width: 100%;
  transition: all 0.5s;
}
.current-lottery-itemv12 .vline-remaing {
  border-right: 1px solid var(--nw1);
}
.current-lottery-itemv12:hover .offering-content12 {
  bottom: 24px;
}
.current-lottery-itemv12:hover .kewta-btn .kew-arrow,
.current-lottery-itemv12:hover .kewta-btn .kew-text {
  background: var(--s1);
}
@media (max-width: 1399px) {
  .current-lottery-itemv12 .offering-content12 {
    bottom: -110px;
  }
}

.range-custom-act12 .curs-range {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  top: -7px;
  background: rgba(250, 231, 219, 0.8);
}
.range-custom-act12 .curs-range::before {
  top: 4px;
}

.current-lottery-itemv19:hover .content-middle .kewta-btn .kew-text,
.current-lottery-itemv19:hover .content-middle .kewta-btn .kew-arrow {
  background: var(--act4);
}
.current-lottery-itemv19:hover h3 a {
  color: var(--act4);
}

.journey-exciting {
  background: rgba(244, 244, 244, 0.5);
}
.journey-exciting .journey-exthumb {
  direction: rtl;
}
.journey-exciting .journey-exthumb img {
  max-width: unset;
}

.bedroom-cate {
  margin-top: -200px;
  z-index: 2;
  position: relative;
}

.bedroom-item {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.bedroom-item .thumb {
  margin-top: 20px;
}
.bedroom-item:hover {
  background: var(--act3);
}
@media (max-width: 991px) {
  .bedroom-item {
    margin-bottom: 0;
  }
}

.blog-items1 .thumb {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  width: 100%;
  border-radius: 12px;
}
.blog-items1 .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 12px;
}
.blog-items1 .thumb .dats {
  background: var(--n4);
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  right: 34px;
  bottom: -14px;
}

.blog-v1-hover {
  transition: all 0.8s;
  border: 1px solid var(--n0);
}
.blog-v1-hover .boxs {
  transition: all 0.4s;
}
.blog-v1-hover.active, .blog-v1-hover:hover {
  border: 1px solid var(--borderd);
  border-radius: 24px;
}
.blog-v1-hover.active .boxs, .blog-v1-hover:hover .boxs {
  transform: scale(0.91);
}
.blog-v1-hover.active .kewta-btn .kew-text, .blog-v1-hover:hover .kewta-btn .kew-text {
  background: var(--s1);
  color: var(--n0);
}
.blog-v1-hover.active .kewta-btn .kew-arrow, .blog-v1-hover:hover .kewta-btn .kew-arrow {
  background: var(--s1);
}
.blog-v1-hover.active .kewta-btn .kew-arrow .kt-one i, .blog-v1-hover:hover .kewta-btn .kew-arrow .kt-one i {
  color: var(--n0);
}
.blog-v1-hover.active h3 a, .blog-v1-hover:hover h3 a {
  color: var(--s1);
}

.blog-v5-inner:hover .boxs {
  transform: scale(0.91);
}
.blog-v5-inner:hover .kewta-btn .kew-text {
  background: var(--s1);
  color: var(--n0);
}
.blog-v5-inner:hover .kewta-btn .kew-arrow {
  background: var(--s1);
}
.blog-v5-inner:hover .kewta-btn .kew-arrow .kt-one i {
  color: var(--n0);
}
.blog-v5-inner:hover .fs-four {
  color: var(--s1) !important;
}
.blog-v5-inner:hover h3 a {
  color: var(--s1);
}

.blog-items-v5 {
  border: 1px solid var(--borderd);
  border-radius: 24px;
}
.blog-items-v5 .boxs {
  transform: scale(0.91) !important;
}

.blog-v5-rightwrap {
  border: 1px solid var(--nw4);
  border-radius: 24px;
  padding: 24px;
}
.blog-v5-rightwrap .blog-v5-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.blog-v5-rightwrap .blog-v5-inner .thumb {
  max-width: 196px;
  border-radius: 12px;
  height: 100%;
}
.blog-v5-rightwrap .blog-v5-inner .thumb img {
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
}
.blog-v5-rightwrap .blog-v5-inner .content {
  width: calc(100% - 196px);
}
.blog-v5-rightwrap .blog-v5-inner .content .btn-area {
  border-top: 1px solid var(--nw4);
}
.blog-v5-rightwrap .line {
  border-bottom: 1px solid var(--nw4);
}
@media (max-width: 1800px) {
  .blog-v5-rightwrap {
    padding: 18px;
  }
  .blog-v5-rightwrap .blog-v5-inner {
    gap: 16px;
  }
  .blog-v5-rightwrap .blog-v5-inner .content {
    width: calc(100% - 196px);
  }
  .blog-v5-rightwrap .blog-v5-inner .content .btn-area {
    border-top: 1px solid var(--nw4);
  }
}
@media (max-width: 1399px) {
  .blog-v5-rightwrap .blog-v5-inner {
    gap: 14px;
  }
  .blog-v5-rightwrap .blog-v5-inner .thumb {
    max-width: 140px;
  }
  .blog-v5-rightwrap .blog-v5-inner .content {
    width: calc(100% - 140px);
  }
  .blog-v5-rightwrap .blog-v5-inner .content .fs-four {
    font-size: 18px;
  }
  .blog-v5-rightwrap .blog-v5-inner .content p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .blog-v5-rightwrap .blog-v5-inner {
    gap: 12px;
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .blog-v5-rightwrap .blog-v5-inner .thumb {
    max-width: 190px;
    margin: 0 auto;
  }
  .blog-v5-rightwrap .blog-v5-inner .content {
    width: 100%;
  }
  .blog-v5-rightwrap .blog-v5-inner .content .fs-four {
    font-size: 18px;
  }
  .blog-v5-rightwrap .blog-v5-inner .content p {
    font-size: 14px;
  }
}

.blog-items15 .thumb {
  overflow: hidden;
  border-radius: 24px;
}
.blog-items15 .thumb img {
  overflow: hidden;
  transform: scale(1.1);
  transition: all 0.5s;
  border-radius: 24px;
}
.blog-items15 .read15 {
  border: 1px solid var(--nw4);
  border-radius: 12px;
  display: block;
  width: 48px;
  min-width: 48px;
  height: 48px;
  transition: all 0.4s;
}
.blog-items15 .read15 i {
  color: var(--n4);
  transition: all 0.4s;
}
.blog-items15 .read15:hover {
  background: var(--n4);
}
.blog-items15 .read15:hover i {
  color: var(--n0);
}
.blog-items15:hover .thumb {
  overflow: hidden;
}
.blog-items15:hover .thumb img {
  overflow: hidden;
  transform: scale(1);
}

.blog-details-wrapper .text-quote {
  background: rgba(244, 244, 244, 0.6);
}
.blog-details-wrapper .text-quote .icon {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.blog-details-wrapper .text-quote .icon i {
  font-size: 60px;
}

.tag-share-wrap li .dealer {
  background: var(--nw2);
}
.tag-share-wrap li .dealer:active, .tag-share-wrap li .dealer:hover {
  background: var(--p1);
  color: var(--n4);
}
.tag-share-wrap li .soc-icon svg {
  width: 20px;
}
.tag-share-wrap li .soc-icon svg path {
  stroke: var(--n0);
}
.tag-share-wrap li .soc-icon:hover {
  background: var(--p1);
}
.tag-share-wrap li .soc-icon:hover svg path {
  stroke: var(--n4);
}

.comments-area textarea,
.comments-area input {
  background: rgba(239, 239, 239, 0.7);
  outline: none;
  color: var(--n3);
  padding: 14px 20px;
  border-radius: 0;
  border: unset;
}
.comments-area ::-moz-placeholder {
  color: var(--n3);
}
.comments-area ::placeholder {
  color: var(--n3);
}
.comments-area .cmn__collection {
  width: 140px;
  min-width: 140px;
  height: 140px;
}
@media (max-width: 1199px) {
  .comments-area .cmn__collection {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.main-commentwrap .comments__box .author {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.main-commentwrap .comments__box .feedback__content:hover {
  cursor: pointer;
}
.main-commentwrap .comments__box .reply__content {
  padding-top: 16px;
}
.main-commentwrap .comments__box .reply__content form input {
  border: 1px solid var(--nw3);
  border-radius: 100px;
  background: transparent;
  padding: 8px 19px;
}

.reply__content {
  display: none;
}

.blog-dbg {
  background: rgba(244, 244, 244, 0.6);
}

.detaild-searchbox form {
  background: var(--n0);
}
.detaild-searchbox form input {
  border: unset;
  padding: 13px 8px;
}
.detaild-searchbox form button {
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.cate-listing li {
  transition: all 0.5s;
}
.cate-listing li:not(:last-child):hover {
  border-bottom: 1px solid var(--act4) !important;
}
.cate-listing li:not(:last-child):hover a {
  color: var(--act4);
}

.popupar-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.popupar-tag li a {
  display: inline-block;
}
.popupar-tag li a:hover {
  background: var(--p1);
  color: var(--n4);
}

.showing-sort .nice-select {
  border: 1px solid rgba(78, 78, 78, 0.5);
  padding: 10px 20px;
  max-width: 273px;
  border-radius: 12px;
}
.showing-sort .nice-select .list {
  background: var(--n0);
  padding: 8px 14px;
}

.border-con {
  border-right: 1px solid rgba(255, 101, 14, 0.5);
  border-width: 1;
  display: block;
  height: 13px;
}

.myrating input,
.myrating textarea {
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid var(--nw4);
  outline: none;
  margin-bottom: 24px;
}

.ans-qustion-wrap {
  border: 1px solid var(--nw4);
  background: rgba(244, 244, 244, 0.5);
  border-radius: 24px;
  overflow: hidden;
}
.ans-qustion-wrap .ans-title {
  background: #FFEAE4;
}
.ans-qustion-wrap .question-tag li {
  width: 50%;
  padding: 6px;
}
.ans-qustion-wrap .question-tag li a {
  width: 100%;
  border: 1px solid var(--n0);
  transition: all 0.4s;
}
.ans-qustion-wrap .question-tag li a:hover, .ans-qustion-wrap .question-tag li a.active {
  border-color: var(--act4);
  color: var(--n4);
}
@media (max-width: 440px) {
  .ans-qustion-wrap .question-tag li {
    width: 100%;
  }
}
.ans-qustion-wrap .quantity-basket .qty {
  border: unset;
}
.ans-qustion-wrap .quantity-basket input {
  padding: 1px 1px;
  width: initial !important;
}
.ans-qustion-wrap .quantity-basket .qtyminus,
.ans-qustion-wrap .quantity-basket .qtyplus {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: var(--nw1);
  border: unset !important;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .ans-qustion-wrap .quantity-basket .qtyminus,
  .ans-qustion-wrap .quantity-basket .qtyplus {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.ans-qustion-wrap .scroll-price-count {
  width: 58px;
  border-radius: 8px;
  position: absolute;
  top: -50px;
  left: 186px;
}
.ans-qustion-wrap .scroll-price-count::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 10px;
  width: 2px;
  height: 14px;
  background: var(--act4);
}
@media (max-width: 1399px) {
  .ans-qustion-wrap .scroll-price-count {
    display: none !important;
  }
}

.added-ticket-modal .modal-header .btn-close {
  width: 34px;
  min-width: 34px;
  height: 34px;
  opacity: 1;
  outline: none;
}
.added-ticket-modal .car-ticketwrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.added-ticket-modal .car-ticketwrap .thumb {
  min-width: 160px;
  height: 135px;
  border-radius: 6px;
  overflow: hidden;
  background: #E9F2FF;
  padding: 8px;
  z-index: 1;
}
.added-ticket-modal .car-ticketwrap .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--s1);
  -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
  z-index: -1;
}
@media (max-width: 450px) {
  .added-ticket-modal .car-ticketwrap {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    text-align: center;
  }
  .added-ticket-modal .car-ticketwrap .cont {
    max-width: 300px;
  }
}

.thumb-ticketbig {
  max-width: 396px;
  margin: 32px auto;
  border-radius: 6px;
  overflow: hidden;
  background: #E9F2FF;
  padding: 20px 20px;
  z-index: 1;
  height: 270px;
}
.thumb-ticketbig .thumb {
  max-width: 340px;
}
.thumb-ticketbig .thumb img {
  width: 100%;
  height: 100%;
}
.thumb-ticketbig::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--s1);
  -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .thumb-ticketbig {
    margin: 24px auto;
  }
}
.contest-carslide-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 300px;
  background: var(--n4);
}
@media (max-width: 991px) {
  .contest-carslide-section {
    padding-top: 70px;
  }
  .contest-carslide-section::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .contest-carslide-section {
    padding-top: 60px;
  }
}

.contest-details-carslidewrap {
  -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 90%, 95% 100%, 0 100%, 0% 14%);
          clip-path: polygon(5% 0%, 100% 0, 100% 90%, 95% 100%, 0 100%, 0% 14%);
}
.contest-details-carslidewrap .click-slideluxry-button {
  position: absolute;
  top: 48%;
}
@media (max-width: 1399px) {
  .contest-details-carslidewrap button {
    background: var(--act4);
  }
  .contest-details-carslidewrap button i {
    color: var(--n0) !important;
  }
}
@media (max-width: 767px) {
  .contest-details-carslidewrap button {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}

.cons-decar-items {
  max-width: 850px;
  margin: 0 auto;
}
.cons-decar-items img {
  width: 100%;
}

.thumb-basket {
  width: 170px;
  min-width: 170px;
  height: 135px;
  border-radius: 6px;
  overflow: hidden;
  background: #E9F2FF;
  padding: 8px;
  z-index: 1;
}
.thumb-basket::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--s1);
  -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
  z-index: -1;
}

.basket-wrapper .basket-items .basket-thumb {
  max-width: 620px;
}
.basket-wrapper .basket-items .basket-content-area {
  width: 597px;
}
.basket-wrapper .basket-items .basket-content-area .cmn-time {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.basket-wrapper .basket-items .border-clrn3 {
  border: 1px solid var(--n3) !important;
}
@media (max-width: 1199px) {
  .basket-wrapper .basket-items .basket-thumb {
    max-width: 620px;
  }
  .basket-wrapper .basket-items .basket-content-area {
    width: 358px;
  }
  .basket-wrapper .basket-items .basket-content-area .cmn-time {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .basket-wrapper .thumb-basket {
    width: 100px;
    min-width: 100px;
    height: 90px;
    padding: 6px;
  }
}
.quantity-basket form .qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--nw4);
  border-radius: 12px;
}
.quantity-basket form .qty button,
.quantity-basket form .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--n4);
  font-weight: 700;
  font-size: 20px;
}
.quantity-basket form .qty button {
  width: 60px;
  height: 60px;
}
.quantity-basket form .qty input {
  width: 78px;
  height: 60px;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.quantity-basket form .qty .qtyminus {
  border-right: 1px solid var(--nw4);
}
.quantity-basket form .qty .qtyplus {
  border-left: 1px solid var(--nw4);
}
@media (max-width: 1199px) {
  .quantity-basket form .qty button,
  .quantity-basket form .qty input {
    font-size: 16px;
  }
  .quantity-basket form .qty button {
    width: 40px;
    height: 40px;
  }
  .quantity-basket form .qty input {
    width: 58px;
    height: 40px;
  }
}

.coupon-code form {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.coupon-code form input {
  border: 1px solid var(--nw4);
  background: rgba(239, 239, 239, 0.2);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.coupon-code form button {
  height: 60px;
  min-width: 180px;
  padding: 2px;
}
@media (max-width: 1199px) {
  .coupon-code form input {
    height: 48px;
    width: 140px;
  }
  .coupon-code form button {
    height: 48px;
    min-width: 136px;
    padding: 2px;
    font-size: 14px;
  }
}

.total-pricewrap {
  width: 303px;
}

.checkout-carslide-wrap {
  background: var(--s1);
  border-radius: 12px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-carslide-wrap .ch-carslide-item {
  max-width: 320px;
  margin: 0 auto;
  padding: 20px 5px;
}
.checkout-carslide-wrap .ch-carslide-item img {
  width: 100%;
}
@media (max-width: 1199px) {
  .checkout-carslide-wrap {
    height: 220px;
  }
}

.ch-condition .checkbox-single .checkmark {
  border: 1px solid var(--nw4);
  border-radius: 4px;
}

.swiper-pagination-ch {
  z-index: 2;
  position: absolute;
  bottom: 20px !important;
  left: 40% !important;
}
.swiper-pagination-ch .swiper-pagination-bullet {
  width: 15px;
  border-radius: 0;
  opacity: 1;
  transition: all 0.5s;
  height: 8px;
  background: var(--nw1);
  border-radius: 10px;
  opacity: 50%;
}
.swiper-pagination-ch .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--nw1);
  opacity: 1;
  width: 26px;
}

.checkout-informationwrap .ch-form-one .ch-form-items input {
  border: 1px solid var(--nw4);
  outline: none;
  padding: 12px 16px;
  border-radius: 12px;
}
.checkout-informationwrap .delivery-method .icon {
  transition: all 0.4s;
}
.checkout-informationwrap .delivery-method:hover .icon {
  background: var(--p1);
}

.pays:hover {
  border: 1px solid var(--p1) !important;
}



.tabcontents {
  position: relative;
}

.tabitem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}

.tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.question-tab .tablinks {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.question-tab .tablinks .nav-links .tablink {
  color: var(--n4);
  font-size: 20px;
  font-weight: 700;
  padding: 14px 24px;
  background: var(--nw2);
  border-radius: 100px;
  transition: all 0.4s;
}
.question-tab .tablinks .nav-links.active .tablink {
  background: var(--s1);
  color: var(--n0);
}
@media (max-width: 1199px) {
  .question-tab .tablinks {
    gap: 10px;
  }
  .question-tab .tablinks .nav-links .tablink {
    font-size: 18px;
    font-weight: 500;
    padding: 8px 16px;
  }
  .question-tab .tablinks .nav-links.active .tablink {
    border-radius: 16px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .question-tab .tablinks .nav-links .tablink {
    font-size: 16px;
    padding: 10px 16px;
  }
  .question-tab .tablinks .nav-links.active .tablink {
    font-size: 16px;
  }
}

.question-sectionv15 {
  background: rgba(244, 244, 244, 0.5);
}

.accordion-single {
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s;
}
.accordion-single:not(:last-child) {
  margin-bottom: 24px;
}
.accordion-single .header-area .accordion-btn {
  background: var(--nw2);
  padding: 20px 24px;
  transition: all 0.4s;
}
.accordion-single .header-area .accordion-btn .faq-icon i {
  transition: all 0.4s;
}
.accordion-single .content-area {
  display: none;
  padding: 0 24px 20px;
}
.accordion-single .content-area p {
  color: var(--nw1);
  transition: all 0.5s;
  font-size: 18px;
}
.accordion-single.active {
  background: var(--s1);
}
.accordion-single.active .header-area .accordion-btn {
  background: var(--s1);
}
.accordion-single.active .header-area .accordion-btn span {
  color: var(--n0);
}
.accordion-single.active .header-area .accordion-btn .faq-icon {
  transform: rotate(180deg);
}
.accordion-single.active .header-area .accordion-btn .faq-icon i {
  color: var(--n0);
}
@media (max-width: 400px) {
  .accordion-single .header-area .accordion-btn {
    padding: 16px 18px;
  }
  .accordion-single .content-area {
    padding: 0 20px 14px;
  }
  .accordion-single .content-area p {
    font-size: 16px;
  }
}

.this-single.active .content-area {
  display: block;
}

.phone-thumb {
  width: 1000px;
}
.phone-thumb img {
  width: 100%;
  max-width: unset;
}
@media (max-width: 1800px) {
  .phone-thumb {
    width: unset;
  }
  .phone-thumb img {
    width: unset;
  }
}
@media (max-width: 1399px) {
  .phone-thumb {
    width: 100%;
  }
  .phone-thumb img {
    width: 100%;
    max-width: unset;
  }
}

.phone-thumb-v2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sponsor-borderwrap {
  text-align: center;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(56, 2, 155, 0), rgba(219, 219, 219, 0.572), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgba(56, 2, 155, 0), rgba(219, 219, 219, 0.572), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
  padding: 45px 0;
}
@media (max-width: 1399px) {
  .sponsor-borderwrap {
    padding: 30px 0;
  }
}
.sponsor-borderwrap .sponsor-items img {
  filter: brightness(2);
}

.bike-program-before {
  z-index: 1;
}
.bike-program-before::before {
  position: absolute;
  content: "";
  width: 618px;
  height: 100%;
  background: var(--n4);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 6%, 100% 92%, 91% 100%, 0 100%, 0 100%, 0 0);
          clip-path: polygon(0 0, 93% 0, 100% 6%, 100% 92%, 91% 100%, 0 100%, 0 100%, 0 0);
}
@media (max-width: 1399px) {
  .bike-program-before::before {
    width: 450px;
  }
}
@media (max-width: 1399px) {
  .bike-program-before::before {
    display: none;
  }
}

.program-content .car-tybtn {
  margin-top: 130px;
}
@media (max-width: 1600px) {
  .program-content .car-tybtn {
    margin-top: 50px;
  }
}
@media (max-width: 374px) {
  .program-content .car-tybtn {
    margin-top: 30px;
  }
}

.program-planwrap .program-plan-item .pro-check {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
}
.program-planwrap .program-plan-item .pro-check i {
  font-size: 20px;
  color: var(--n0);
}
.program-planwrap .program-plan-item .pro-check::before {
  position: absolute;
  top: 120%;
  left: 50%;
  width: 2px;
  height: 68px;
  content: "";
  border-radius: var(--number-token-0, 0px);
  background: linear-gradient(59deg, rgba(85, 74, 255, 0) 0%, #554AFF 100.14%);
}
.program-planwrap .program-plan-item .program-plan-inner .icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.program-planwrap .program-plan-item .program-plan-inner .icon i {
  font-size: 34px;
}
.program-planwrap .program-plan-item:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .program-planwrap .program-plan-item .pro-check {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .program-planwrap .program-plan-item .pro-check i {
    font-size: 16px;
  }
  .program-planwrap .program-plan-item .pro-check::before {
    top: 110%;
    height: 38px;
  }
  .program-planwrap .program-plan-item .program-plan-inner .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .program-planwrap .program-plan-item .program-plan-inner .icon i {
    font-size: 26px;
  }
  .program-planwrap .program-plan-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 374px) {
  .program-planwrap .program-plan-item .pro-check {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .program-planwrap .program-plan-item .pro-check i {
    font-size: 14px;
  }
  .program-planwrap .program-plan-item .pro-check::before {
    top: 100%;
    height: 30px;
  }
  .program-planwrap .program-plan-item .program-plan-inner .icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  .program-planwrap .program-plan-item .program-plan-inner .icon i {
    font-size: 21px;
  }
  .program-planwrap .program-plan-item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.program-thumb {
  direction: rtl;
  position: relative;
}
.program-thumb .thumb {
  max-width: 850px;
}
.program-thumb .thumb img {
  width: 820px;
}
.program-thumb img {
  max-width: unset;
}
.program-thumb::before {
  position: absolute;
  top: 42%;
  left: 45%;
  transform: translate(-50%, -50%);
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--act4);
  z-index: -1;
}
@media (max-width: 1600px) {
  .program-thumb .thumb img {
    width: 620px;
  }
  .program-thumb::before {
    top: 42%;
    left: 45%;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1399px) and (min-width: 991px) {
  .program-thumb .thumb img {
    width: 480px;
  }
  .program-thumb::before {
    top: 42%;
    left: 45%;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .program-thumb {
    direction: ltr;
  }
  .program-thumb .thumb {
    width: 100%;
  }
  .program-thumb .thumb img {
    width: 100%;
  }
  .program-thumb::before {
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 400px) {
  .program-thumb::before {
    width: 180px;
    height: 180px;
  }
}

.program-thumb-ring {
  background: var(--act3);
  display: flex;
  border-radius: 50%;
  max-width: 600px;
  height: 600px;
}
.program-thumb-ring .thumb-ring {
  max-width: 400px;
  height: 400px;
}
.program-thumb-ring .thumb-ring img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .program-thumb-ring {
    height: initial;
    max-width: initial;
    border-radius: 24px;
    padding: 24px 24px 10px;
  }
}
@media (max-width: 1199px) {
  .program-thumb-ring .thumb-ring {
    max-width: 350px;
    height: 320px;
  }
  .program-thumb-ring .thumb-ring img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .program-thumb-ring {
    height: initial;
    max-width: initial;
    border-radius: 24px;
    padding: 24px 24px 10px;
  }
  .program-thumb-ring .thumb-ring {
    max-width: 350px;
    height: initial;
  }
  .program-thumb-ring .thumb-ring img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.tooltip-plus {
  width: 44px;
  min-width: 44px;
  height: 44px;
  position: absolute;
}

.tooltip-v1 {
  left: -190px;
  bottom: 180px;
}

.tooltip-v2 {
  left: -210px;
  top: 40%;
}

.tooltip-v3 {
  left: -180px;
  top: 20%;
}

.tooltip-v4 {
  left: 140px;
  top: 28%;
}

.tooltip-v5 {
  left: 140px;
  top: 54%;
}

.tooltip-v6 {
  right: 10px;
  top: 40%;
}

.bike-text-smallthumb {
  padding: 16px 4px;
}
.bike-text-smallthumb img {
  max-width: 340px;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}

.program-thumbv5 {
  direction: initial;
}
.program-thumbv5::before {
  background: var(--act3);
  width: 600px;
  height: 600px;
  top: 50%;
}
.program-thumbv5 .thumb {
  max-width: 638px;
  margin-left: -100px;
}
.program-thumbv5 .thumb img {
  width: 100%;
  max-width: unset;
}
@media (max-width: 1199px) {
  .program-thumbv5 .thumb {
    max-width: 480px;
    margin-left: -50px;
  }
  .program-thumbv5 .thumb img {
    width: 100%;
    max-width: unset;
  }
  .program-thumbv5::before {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .program-thumbv5 {
    margin-top: 20px;
  }
  .program-thumbv5 .thumb {
    max-width: 780px;
    margin-left: -50px;
  }
  .program-thumbv5::before {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .program-thumbv5 {
    margin-top: 20px;
  }
  .program-thumbv5 .thumb {
    max-width: 780px;
    margin-left: 0px;
  }
  .program-thumbv5::before {
    width: 300px;
    height: 300px;
  }
}

.bikeworking-wrap {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 10%);
  background: var(--s1);
  height: 450px;
}
@media (max-width: 1199px) {
  .bikeworking-wrap {
    height: 370px;
  }
}
@media (max-width: 1199px) {
  .bikeworking-wrap {
    height: 390px;
  }
}

.work-sliderwing {
  overflow: hidden;
}

.work-thumb-widing {
  max-width: 500px;
  height: 450px;
}
.work-thumb-widing .work-thumbv3 {
  width: 572px;
  height: 447px;
  position: absolute;
  top: -50px;
  right: -50px;
}
.work-thumb-widing .work-thumbv3 img {
  width: 100%;
  max-width: unset;
}
@media (max-width: 1199px) {
  .work-thumb-widing {
    max-width: 400px;
    height: 390px;
  }
  .work-thumb-widing .work-thumbv3 {
    width: 472px;
    height: 447px;
    top: -40px;
    right: -50px;
  }
  .work-thumb-widing .work-thumbv3 img {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .work-thumb-widing {
    display: none;
  }
}

.work-wingi-contentv3 {
  padding: 80px 0 80px 60px;
}
.work-wingi-contentv3 p {
  max-width: 390px;
}
.work-wingi-contentv3 .step-gift {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
}
.work-wingi-contentv3 .step-gift i {
  font-size: 26px;
  color: var(--n0);
}
@media (max-width: 1199px) {
  .work-wingi-contentv3 {
    padding: 50px 0 70px 35px;
  }
  .work-wingi-contentv3 svg {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .work-wingi-contentv3 {
    padding: 50px 0 50px 35px;
  }
  .work-wingi-contentv3 svg {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .work-wingi-contentv3 {
    padding: 40px 10px 23px 15px;
  }
  .work-wingi-contentv3 svg {
    width: 150px;
  }
}

.bike-worksection .swiper-pagination-workguide {
  background: #fff;
  width: 8px;
  height: 287px;
  position: absolute;
  right: 50%;
  top: 50%;
}
.bike-worksection .swiper-pagination-workguide .swiper-pagination-bullet {
  width: 8px;
  height: 71.75px;
  border-radius: 0;
  opacity: 0;
  transition: all 0.5s;
  margin: 0;
}
.bike-worksection .swiper-pagination-workguide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--act4);
  opacity: 1;
  height: 71.75px;
}
@media (max-width: 991px) {
  .bike-worksection .swiper-pagination-workguide {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .bike-worksection .swiper-pagination-workguide {
    display: none;
  }
}

.re-working-position {
  top: 1px !important;
}

.work-itemv14 .number-shadow {
  color: #1D1D1D;
  opacity: 0.05;
}

.bliss-bodywrap {
  position: relative;
  z-index: 1;
}
.bliss-bodywrap::before {
  
  background-size: cover;
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 82%;
  height: 594px;
  z-index: -1;
  
}
@media (max-width: 1900px) {
  .bliss-bodywrap::before {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .bliss-bodywrap::before {
    height: 100%;
  }
}

.bliss-thumbmain .bliss-thumb {
  direction: ltr;
  margin-bottom: -100px;
}
.bliss-thumbmain .bliss-thumb img {
  padding-right: 100px;
  max-width: initial;
}
@media (max-width: 1199px) {
  .bliss-thumbmain .bliss-thumb {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .bliss-thumbmain .bliss-thumb {
    width: 100%;
  }
  .bliss-thumbmain .bliss-thumb img {
    padding-right: 0px;
    width: 100%;
    max-width: initial;
  }
}

.bliss-counterwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 90px 0 120px;
}
.bliss-counterwrap .bliss-item .odometer {
  color: var(--act4);
}
@media (max-width: 1399px) {
  .bliss-counterwrap {
    padding: 110px 0 90px;
  }
}
@media (max-width: 1199px) {
  .bliss-counterwrap {
    padding: 40px 0 60px;
  }
}
@media (max-width: 991px) {
  .bliss-counterwrap {
    padding: 40px 0 10px;
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .bliss-thumbv5 img {
    padding-right: 0 !important;
    max-width: 100% !important;
  }
}

.bicycle-brogram-before::before {
  top: 1px;
}

.whell-trophy {
  position: absolute;
  top: 250px;
  right: 60px;
}
@media (max-width: 1900px) {
  .whell-trophy {
    top: 2px;
    right: 20px;
    width: 70px;
  }
}

.win-trophy {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}
@media (max-width: 1650px) {
  .win-trophy {
    width: 100px;
  }
}
@media (max-width: 1399px) {
  .win-trophy {
    bottom: 10px;
    left: 10px;
  }
}
@media (max-width: 1199px) {
  .win-trophy {
    display: none;
  }
}

@media (min-width: 991px) {
  .winner-man .container {
    max-width: 1630px;
    margin: 0 auto;
  }
}

.winner-people-wrap {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.winner-people-wrap .winner-people-item .thumb {
  position: relative;
  max-width: 254px;
}
.winner-people-wrap .winner-people-item .thumb img {
  width: 100%;
}
.winner-people-wrap .winner-people-item .thumb .soc {
  width: 60px;
  min-width: 60px;
  height: 60px;
  position: absolute;
  opacity: 0;
  margin-bottom: -50px;
  transform: scale(0);
  transition: all 0.4s;
}
.winner-people-wrap .winner-people-item .thumb .soc i {
  font-size: 24px;
  color: var(--n4);
}
.winner-people-wrap .winner-people-item .thumb:hover .soc {
  margin-bottom: 0px;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1399px) {
  .winner-people-wrap {
    flex-wrap: wrap;
  }
  .winner-people-wrap .winner-people-item .thumb .soc {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .winner-people-wrap .winner-people-item .thumb .soc i {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .winner-people-wrap .winner-people-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .winner-people-wrap .winner-people-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 450px) {
  .winner-people-wrap {
    justify-content: center;
  }
  .winner-people-wrap .winner-people-item {
    width: initial;
    margin: 0 auto;
    text-align: center;
  }
}

.bicycle-cate-item {
  margin-bottom: 60px;
}
.bicycle-cate-item .bithumb {
  max-width: 330px;
  margin: 0 auto;
}
.bicycle-cate-item .bithumb img {
  width: 100%;
  height: 100%;
}
.bicycle-cate-item .content-wrap {
  -webkit-clip-path: polygon(0 0, 94% 0, 100% 48%, 100% 100%, 100% 100%, 6% 100%, 0 56%, 0 0);
          clip-path: polygon(0 0, 94% 0, 100% 48%, 100% 100%, 100% 100%, 6% 100%, 0 56%, 0 0);
  border-radius: 10px;
  margin-top: 0;
  transform: translateY(0);
}
.bicycle-cate-item .content-wrap .doble-cont {
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .bicycle-cate-item {
    margin-bottom: 0;
  }
  .bicycle-cate-item .bithumb {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .howit-work-sectionv5 .howit-video {
    max-width: 250px;
    margin: 0 auto;
  }
}

.work-stepv5 .tbox {
  position: relative;
}
.work-stepv5 .tbox .number-shadow {
  color: rgba(63, 62, 62, 0.594) !important;
  font-size: 240px;
  font-weight: 900;
  line-height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .work-stepv5 .tbox .number-shadow {
    font-size: 180px;
    line-height: 120%;
  }
}

.win-bicycleslide-itemv5 .box-ticket {
  padding: 0 12px !important;
  width: 200px !important;
}
.win-bicycleslide-itemv5 .win-thumbv1 {
  max-width: 428px;
  height: 270px;
}
.win-bicycleslide-itemv5 .win-thumbv1 img {
  height: 100%;
}
@media (max-width: 1700px) {
  .win-bicycleslide-itemv5 .win-thumbv1 {
    height: initial;
  }
}
.win-bicycleslide-itemv5 .iconbox {
  position: absolute;
  right: 20px;
  bottom: 90px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.win-bicycleslide-itemv5 .iconbox .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  z-index: 1;
  position: relative;
  background: var(--n4);
  transition: all 0.4s;
}
.win-bicycleslide-itemv5 .iconbox .icon i {
  color: var(--n0);
}
.win-bicycleslide-itemv5 .iconbox .team-social {
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}
.win-bicycleslide-itemv5 .iconbox .team-social .social-area li a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--n4);
  border-radius: 50%;
}
.win-bicycleslide-itemv5 .iconbox .team-social .social-area li a i {
  transition: all 0.4s;
}
.win-bicycleslide-itemv5 .iconbox .team-social .social-area li:hover a {
  border-color: var(--act4);
}
.win-bicycleslide-itemv5 .iconbox .team-social .social-area li:hover a i {
  color: var(--act4);
}
.win-bicycleslide-itemv5 .iconbox:hover .team-social {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.win-bicycleslide-itemv5 .iconbox:hover .icon {
  background: var(--act4);
  cursor: pointer;
}
.win-bicycleslide-itemv5 .n4-badge {
  right: initial;
  left: -75px;
}
.win-bicycleslide-itemv5 .box-ticketcmn {
  padding: 5px 12px;
}
.win-bicycleslide-itemv5 .box-price {
  padding-left: 12px !important;
}
.win-bicycleslide-itemv5 .line {
  height: 59px !important;
}
.win-bicycleslide-itemv5 .kewta-btn .kew-text {
  transition: all 0.4s;
}
.win-bicycleslide-itemv5 .kewta-btn:hover .kew-arrow .kt-one {
  top: 0 !important;
}
.win-bicycleslide-itemv5:hover .kewta-btn .kew-text {
  background: var(--act4);
}
.win-bicycleslide-itemv5:hover .kewta-btn .kew-arrow {
  background: var(--act4);
}
@media (max-width: 1900px) {
  .win-bicycleslide-itemv5 .win-bikefooter {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 10px;
    padding-top: 14px;
  }
  .win-bicycleslide-itemv5 .line {
    display: none;
  }
  .win-bicycleslide-itemv5 .iconbox {
    top: 30%;
  }
}

.iconbox-global {
  position: relative;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.iconbox-global .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  z-index: 1;
  position: relative;
  background: var(--n4);
  transition: all 0.4s;
}
.iconbox-global .icon i {
  color: var(--n0);
}
.iconbox-global .team-social {
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}
.iconbox-global .team-social .social-area li a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--n4);
  border-radius: 50%;
}
.iconbox-global .team-social .social-area li a i {
  transition: all 0.4s;
}
.iconbox-global .team-social .social-area li:hover a {
  border-color: var(--act4);
}
.iconbox-global .team-social .social-area li:hover a i {
  color: var(--act4);
}
.iconbox-global:hover .team-social {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.iconbox-global:hover .icon {
  background: var(--act4);
  cursor: pointer;
}

.max-340 {
  max-width: 340px;
}

.contact-cont-items .icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
@media (max-width: 1399px) {
  .contact-cont-items .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .contact-cont-items .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}

.contact-form input,
.contact-form textarea {
  padding: 11px 0;
  border: unset;
  border-radius: 0;
  color: var(--n3);
  border-bottom: 1px solid var(--nw4);
  outline: none;
}

@media (max-width: 1399px) {
  .custom-display {
    font-size: 68px;
    line-height: 110%;
  }
  .winner-span {
    font-size: 68px;
    line-height: 110%;
  }
  .winner-span .wins {
    font-size: 68px;
    line-height: 110%;
  }
  .shape-win {
    top: 335px;
  }
}
@media (max-width: 1199px) {
  .banner-content-v1 {
    padding: 70px 0 80px;
  }
  .banner-content-v1customer {
    padding-top: 50px;
  }
  .bn1-odometer {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .bn1-odometer {
    padding-top: 30px;
  }
  .bn1-odometer .cont span {
    font-size: 32px !important;
  }
  .bn1-odometer p {
    font-size: 14px;
  }
  .banner-content-v1customer {
    padding-top: 24px;
    padding-bottom: 70px;
  }
  .banner-content-v1 {
    padding: 50px 0 0px;
  }
  .arrow-rotate,
  .shape-win {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .banner-content-v1 {
    padding: 50px 0 0px;
  }
  .custom-display {
    font-size: 38px;
  }
  .winner-span {
    font-size: 38px;
  }
  .winner-span .wins {
    font-size: 38px;
  }
  .bn-pra {
    font-size: 17px !important;
  }
}
@media (max-width: 400px) {
  .banner-content-v1 {
    padding: 40px 0 0px;
  }
  .custom-display {
    font-size: 32px;
  }
  .winner-span {
    font-size: 32px;
  }
  .winner-span .wins {
    font-size: 32px;
  }
  .winner-span .thumb {
    width: 100%;
  }
  .winner-span .thumb img {
    height: 70px;
    padding: 1px;
  }
  .winner-span .thumb .bn-vid {
    top: 50%;
  }
  .bn-pra {
    font-size: 17px !important;
  }
}/*# sourceMappingURL=style.css.map */