/*============================================ 
# Template Name: SportOdds
# Version: 1.0
# Date: 
# Author: 
# Description: SportOdds - Multipurpose GYM & Fitness HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap");
:root {
  /* Font Family */
  --body-font: "Outfit", sans-serif;
  --sub-font: "Oswald", sans-serif;
  --nunito-font: "Nunito", sans-serif;
  /* Transition */
  --transition: all 0.5s ease-in-out;
  /* Color styles */
  --n0: #fff;
  --n00: #000;
  --p1: #f06c45;
  --p2: #35c31e;
  --p100: #d3e7dd;
  --p200: #e9f5da;
  --p300: #f06c45;
  --n900: #000000;
  --nw1: #d1c8c5;
  --nw2: #f4f1ea;
  --bg1: #f4f1ea;
  --bg2: #f4d771;
  --bg3: #fffadc;
  --bg4: #dfa8a0;
  --bg5: #fdf0eb;
  --bg6: #faf1ee;
  --bg7: #f06c45;
  --bg8: #d1c8c5;
  --bg9: #f4f1ea;
  --bg10: #fffadc;
  --bg11: #232125;
  --bg12: #414141;
  --bg13: #595959;
  --bg14: #000000;
  --ratting: #febd15;
  --section-bg: #080f25;
  --danger: #f00;
  --pp-clr: #414141;
  --cmn-border: rgba(0, 0, 0, 0.2);
}

.body-font {
  font-family: var(--body-font) !important;
}

.sub-font {
  font-family: var(--sub-font);
}

.other-bg {
  background: rgba(244, 241, 234, 0.6);
}

.cmn-borders {
  border: 1px solid var(--nw1);
}

.banner-textanimation2 {
  position: relative;
}
.banner-textanimation2 .textcircle2 {
  position: relative;
  background: var(--p2);
  border: 6px solid var(--n0);
  border-radius: 50%;
}
.banner-textanimation2 .textcircle2 .text2 {
  width: 194px;
  height: 194px;
  color: var(--n0);
  animation: textRotation 18s linear infinite;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.banner-textanimation2 .textcircle2 .text2 span {
  position: absolute;
  left: 50%;
  top: 19px;
  font-size: 18px;
  transform-origin: 0 80px;
  color: var(--n900);
  font-weight: 400 !important;
  font-family: initial;
  text-transform: uppercase;
}
.banner-textanimation2 .icon-explore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--n900);
  border-radius: 50%;
  width: 85px;
  height: 85px;
}
.banner-textanimation2 .icon-explore .icon {
  width: 44px;
  height: 44px;
  background: var(--n900);
  border-radius: 50%;
}
.banner-textanimation2 .icon-explore .icon i {
  color: var(--n0);
}

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

.display-two {
  font-size: 96px;
  line-height: 120%;
}

.display-three {
  font-size: 88px;
  line-height: 120%;
}

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

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

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

.pragraph {
  font-size: 18px;
}
@media (max-width: 575px) {
  .pragraph {
    font-size: 16px;
  }
}

.fs-one,
h1,
h1 > a {
  font-size: 56px;
  line-height: 120%;
  font-weight: 800;
  font-family: var(--sub-font);
}

.fs-two,
h2,
h2 > a {
  font-size: 48px;
  line-height: 124%;
  font-weight: 700;
  font-family: var(--sub-font);
}

.fs-three,
h3,
h3 > a {
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--sub-font);
}

.fs-four,
h4,
h4 > a {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--sub-font);
}

.fs-five,
h5,
h5 > a {
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  font-family: var(--sub-font);
}

.fs-six,
h6,
h6 > a {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  font-family: var(--sub-font);
}

.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: 1399px) {
  .fs18 {
    font-size: 16px;
  }
}

.cmn-sub {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--sub-font);
}

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

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

@media (max-width: 1399px) {
  .fs-one,
  h1,
  h1 > a {
    font-size: 48px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 40px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 32px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 17px;
    line-height: 150%;
    font-weight: 600;
  }
}
@media (max-width: 1199px) {
  .fs-one,
  h1,
  h1 > a {
    font-size: 40px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 34px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 29px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 26px;
    line-height: 120%;
    font-weight: 700;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .fs-one,
  h1,
  h1 > a {
    font-size: 38px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 28px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 19px;
    line-height: 150%;
    font-weight: 600;
  }
}
@media (max-width: 400px) {
  .fs-one,
  h1,
  h1 > a {
    font-size: 34px !important;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 26px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px;
  }
}
.pagination-more-item {
  width: 50px;
  min-width: 50px;
  height: 50px;
  transition: all 0.4s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 600;
}
.pagination-more-item:hover {
  background: var(--n900);
  color: var(--n0);
  border-color: var(--n900) !important;
}
.pagination-more-item:hover i {
  color: var(--n0);
}

.paginations-item {
  width: 40px;
  min-width: 40px;
  height: 40px;
  transition: all 0.4s;
  font-size: 16px;
  font-weight: 600;
}
.paginations-item:hover {
  background: var(--bg2);
}

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

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

@media (max-width: 1199px) {
  .display-one {
    font-size: 72px;
    line-height: 86.4px;
  }
  .display-two {
    font-size: 64px;
    line-height: 76.8px;
  }
  .display-three {
    font-size: 56px;
    line-height: 67.2px;
  }
  .display-four {
    font-size: 48px;
    line-height: 46.4px;
  }
  .display-five {
    font-size: 42px;
    line-height: 54.6px;
  }
  .display-six {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px;
    line-height: 31.2px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 26px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 18px;
    line-height: 20.8px;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 18.8px;
  }
  .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;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
}
@media (max-width: 575px) {
  .display-one {
    font-size: 56px;
    line-height: 67.2px;
  }
  .display-two {
    font-size: 48px;
    line-height: 46.4px;
  }
  .display-three {
    font-size: 42px;
    line-height: 54.6px;
  }
  .display-four {
    font-size: 32px;
    line-height: 38.4px;
  }
  .display-five {
    font-size: 24px;
    line-height: 31.2px;
  }
  .display-six {
    font-size: 32px;
    line-height: 38.4px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
}
.section-title h1,
.section-title a {
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .section-title h1,
  .section-title a {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .section-title h1,
  .section-title a {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .section-title h1,
  .section-title a {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .section-title h1,
  .section-title a {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .section-title h1,
  .section-title a {
    font-size: 24px !important;
  }
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  width: 36px;
  height: 36px;
  right: 30px;
  background-color: var(--p1);
  padding: 0 12px;
  color: var(--n0);
  line-height: 100%;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
  z-index: 99999;
}
.scrollToTop:hover i {
  margin: 0;
}
.scrollToTop i {
  transition: all 0.4s;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

html {
  scroll-behavior: initial !important;
}

body {
  font-family: var(--body-font);
  background: var(--s4);
  color: var(--n0);
  font-size: 18px;
  line-height: 150%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

section,
footer {
  overflow: hidden;
}

a,
p,
button,
span,
label,
li {
  margin: 0;
  font-weight: 400;
}
a i,
p i,
button i,
span i,
label i,
li i {
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
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(--sub-font);
  padding: 0;
  margin: 0;
  color: var(--n900);
  line-height: 128%;
  display: block;
  transition: var(--transition);
}
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;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
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;
}

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

.max-un {
  max-width: unset;
}

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: 10px 20px;
  width: 100%;
  font-family: var(--body-font);
  outline-color: transparent;
  font-size: 14px;
  border-radius: 6px;
  background-color: transparent;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  font-size: 16px;
}
input:focus,
textarea:focus {
  box-shadow: none;
  border: 1px solid transparent;
}

::-moz-placeholder {
  font-size: 14px;
}

::placeholder {
  font-size: 14px;
}

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;
}

@media (min-width: 575px) {
  .container {
    max-width: 1326px;
    margin: 0 auto;
  }
}

.social-wrap li .soc-item {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border: 1px solid var(--n900);
  transition: all 0.4s;
}
.social-wrap li .soc-item svg {
  transition: all 0.4s;
}
.social-wrap li .soc-item svg path {
  stroke: var(--n900);
  transition: all 0.4s;
}
.social-wrap li .soc-item:hover {
  border-color: var(--n900);
  background: var(--n900);
}
.social-wrap li .soc-item:hover svg path {
  stroke: var(--n0);
}
@media (max-width: 1399px) {
  .social-wrap li .soc-item {
    width: 49px;
    min-width: 49px;
    height: 49px;
  }
}
@media (max-width: 991px) {
  .social-wrap li .soc-item {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  .social-wrap li .soc-item svg {
    width: 14px;
  }
}
.social-wrap.alt li .soc-item {
  background: var(--bg11);
}
.social-wrap.alt li .soc-item svg path {
  stroke: var(--n0);
}
.social-wrap.alt li .soc-item:hover {
  border-color: var(--bg11);
  background: var(--bg2);
}
.social-wrap.alt li .soc-item:hover svg path {
  stroke: var(--n900);
}

.common-form-version2 input {
  outline: none;
  border: 1px solid var(--bg13);
  border-radius: 100px;
  color: var(--nw1);
  font-size: 16px;
  padding: 12px 20px;
}
.common-form-version2 ::-moz-placeholder {
  color: var(--nw1);
  font-size: 16px;
}
.common-form-version2 ::placeholder {
  color: var(--nw1);
  font-size: 16px;
}
.common-form-version2 .footer-kewta {
  width: 54px;
  min-width: 54px;
  height: 54px;
  transition: all 0.4s;
}
.common-form-version2 .footer-kewta i {
  font-size: 20px;
}
.common-form-version2 .footer-kewta:hover {
  transform: rotate(50deg);
}

.common-form-version-black input {
  color: var(--n900) !important;
}
.common-form-version-black ::-moz-placeholder {
  color: var(--n900) !important;
}
.common-form-version-black ::placeholder {
  color: var(--n900) !important;
}

.product-kewta .kewta-text {
  height: 54px;
}
.product-kewta:hover .footer-kewta {
  transform: rotate(50deg);
}

.footer-kewta {
  width: 54px;
  min-width: 54px;
  height: 54px;
  transition: all 0.4s;
}
.footer-kewta i {
  font-size: 20px;
}

.alt-color a,
.alt-color p,
.alt-color span,
.alt-color h1,
.alt-color h2,
.alt-color h3,
.alt-color h4,
.alt-color h5,
.alt-color h6,
.alt-color i,
.alt-color select,
.alt-color button {
  transition: all 0.4s;
}

span,
p {
  color: var(--pp-clr);
  line-height: 150%;
  font-size: 16px;
  transition: all 0.4s;
}

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

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

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

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

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

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

.pp-clr2 {
  color: rgba(65, 65, 65, 0.7);
}

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

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

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

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

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

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

.n900-border {
  border: 1px solid var(--n900) !important;
}

.n900-clr {
  transition: all 0.4s;
}
.n900-clr:hover {
  color: var(--n900);
}

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

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

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

.cate-bb {
  border-bottom: 1px solid rgba(209, 200, 197, 0.2);
}

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

.cc-border {
  border: 1px solid rgba(209, 200, 197, 0.5);
}

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

.theme-clr {
  color: var(--bg2);
}

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

.cmn-hover {
  transition: all 0.4s;
}
.cmn-hover:hover {
  color: var(--bg2);
}

.rot10s {
  animation: rots10 2s linear infinite;
}

@keyframes rots10 {
  50% {
    transform: rotate(10deg);
  }
}
.bg1 {
  background: var(--bg1);
}

.bg2 {
  background: var(--bg2);
}

.bg3 {
  background: var(--bg3);
}

.bg4 {
  background: var(--bg4);
}

.bg5 {
  background: var(--bg5);
}

.bg6 {
  background: var(--bg6);
}

.bg7 {
  background: var(--bg7);
}

.bg8 {
  background: var(--bg8);
}

.bg9 {
  background: var(--bg9);
}

.bg10 {
  background: var(--bg10);
}

.bg11 {
  background: var(--bg11);
}

.bg12 {
  background: var(--bg12);
}

.bg13 {
  background: var(--bg13);
}

.bg14 {
  background: var(--bg14);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

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

.ls {
  letter-spacing: 4px;
}

.section-bg {
  background: #f4fffa;
}

.section-bg2 {
  background: rgba(244, 241, 234, 0.6);
}

.dots-cmn {
  width: 4px;
  height: 4px;
  background: var(--n900);
  border-radius: 50%;
  display: block;
}

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

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

span {
  display: inline-block;
}

.transition {
  transition: 0.5s;
}

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

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

*::-webkit-scrollbar {
  width: 0px;
}

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

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

.cmn-btn {
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  outline: none;
  border-radius: 50px;
  border: 0px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.cmn-btn::before,
.cmn-btn::after {
  position: absolute;
  content: "";
  background-color: #020202;
  width: 100%;
  opacity: 0;
  opacity: 1;
  height: 100%;
  left: 0;
  border-radius: 100px;
  bottom: 0;
  z-index: -2;
  z-index: -2;
  transition: all 0.3s linear;
}
.cmn-btn span {
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.cmn-btn.active span,
.cmn-btn:hover span {
  animation: storm 0.4s linear both;
}
.cmn-btn.active::after,
.cmn-btn:hover::after {
  transform: translate(6px, 6px);
  opacity: 0.5;
}
.cmn-btn.active::before,
.cmn-btn:hover::before {
  transform: translate(12px, 12px);
  opacity: 0.3;
}
.cmn-btn:hover:after {
  transform: translate(6px, 6px);
  opacity: 0.5;
}
.cmn-btn.alt::before,
.cmn-btn.alt::after {
  background-color: #f4d771;
}
.cmn-btn.alt2::before,
.cmn-btn.alt2::after {
  background-color: #f06c45;
}
.cmn-btn.alt3::before,
.cmn-btn.alt3::after {
  background-color: #71cc9a;
}
.cmn-btn.cmn-hovers:hover {
  background: var(--bg2);
}
.cmn-btn.cmn-hovers:hover::before,
.cmn-btn.cmn-hovers:hover::after {
  background-color: #f4d771;
}
.cmn-btn.cmn-hovers:hover span {
  color: #000;
}

.product-btn {
  width: 148px;
  min-width: 148px;
  height: 148px;
}
@media (max-width: 1399px) {
  .product-btn {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
}
@media (max-width: 1199px) {
  .product-btn {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}

.box-style {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
.box-style:hover::before {
  width: 400%;
  height: 400%;
}
.box-style::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: green;
  transition: all 0.7s ease;
  z-index: -1;
}
.box-style.first-box::before {
  background-color: var(--n900);
}
.box-style.first-box:hover i,
.box-style.first-box:hover span {
  color: var(--n0);
}

@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.transition {
  transition: all 0.4s;
}

.cmn-width-swiper {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 1px solid var(--cmborder);
  transition: all 0.4s;
}
@media (max-width: 1399px) {
  .cmn-width-swiper {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .cmn-width-swiper {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.cmn-width-swiper.active,
.cmn-width-swiper:hover {
  background: var(--p1);
}
.cmn-width-swiper.active i,
.cmn-width-swiper:hover i {
  color: var(--n50);
}

.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;
  }
}

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

.singleTab .nav-links {
  cursor: pointer;
  transition: all 0.4s;
}
.singleTab .nav-links button {
  transition: all 0.4s;
  border: 1px solid #35c31e !important;
}
.singleTab .nav-links.active button {
  background: #35c31e;
  border: 1px solid #35c31e !important;
  color: #fff;
}
.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);
}

.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: var(--n900);
}
.nice-select .list {
  width: initial;
  background-color: var(--s7);
  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;
  padding: 8px 16px;
}
.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 .list li {
  color: var(--n900) !important;
}
.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: 4px;
  border: 1px solid var(--n100);
}
.checkbox-single .checkmark::after {
  content: "";
}
.checkbox-single input:checked ~ .checkmark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: var(--n900);
}
.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);
}

.slide-button {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 5;
}
.slide-button.ara-prev {
  transform: rotate(180deg);
}

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

.radius100 {
  border-radius: 100px;
}

.radius32 {
  border-radius: 32px;
}

.radius16 {
  border-radius: 16px;
}

.radius12 {
  border-radius: 12px;
}

.customer-revicew img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid var(--n0);
}
.customer-revicew img:not(:first-child) {
  margin-left: -14px;
}

.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: rgba(var(--n3), 1);
}
.input-area .nice-select::placeholder {
  color: rgba(var(--n3), 1);
}
.input-area .nice-select:focus,
.input-area .nice-select:hover {
  border: none;
  outline: none;
  color: rgba(var(--n3), 1);
}
.input-area .nice-select .current {
  color: rgba(var(--n3), 1);
  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: rgb(var(--bg1));
  color: rgba(var(--n3), 1);
}
.input-area .nice-select::after {
  display: block;
  right: 24px;
}
.input-area.second {
  border-radius: 48px;
  border: 1px solid rgba(var(--n5), 1);
}
.input-area.second input {
  font-size: 16px;
}

@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 rotates {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zin {
  50% {
    transform: scale(1.1);
  }
}
@keyframes updown {
  50% {
    transform: translateY(-10px);
  }
}
.cmn-overlay {
  transition: all 0.8s;
  background: rgba(2, 1, 1, 0.78);
  z-index: 999;
  position: fixed;
  top: 0;
  height: 0%;
  width: 100%;
  right: 0;
}
.cmn-overlay.active {
  height: 100%;
}

.sidebar-wrapper {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -320px;
  transition: all 0.9s;
  overflow-y: scroll;
  height: 100vh;
  height: 100%;
  background: var(--n0);
  width: 320px;
  padding: 10px;
}
.sidebar-wrapper.active {
  right: 0px;
}
.sidebar-wrapper .ramove-area {
  border-bottom: 1px solid var(--n40);
  padding: 5px 10px 15px;
}
.sidebar-wrapper .ramove-area .side-logo {
  width: 45px;
  height: 45px;
}
.sidebar-wrapper .ramove-area .side-logo img {
  width: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sidebar-wrapper .side-remove {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 0;
  background: var(--p1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-wrapper .side-remove:hover {
  cursor: pointer;
}
.sidebar-wrapper .box {
  padding: 18px 10px;
}
.sidebar-wrapper .box .sideba-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.sidebar-wrapper .box .sideba-gallery .small-gl {
  width: 32%;
}
.sidebar-wrapper .box .side-infocontact li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-wrapper .box .side-infocontact li .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
}
.sidebar-wrapper .box .side-infocontact li .icon i {
  color: var(--n50);
  font-size: 18px;
}
.sidebar-wrapper .box .side-infocontact li a {
  color: #000;
  font-weight: 500;
}
.sidebar-wrapper .box .header-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-wrapper .box .header-social li a {
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.sidebar-wrapper .box .header-social li a svg {
  transition: all 0.4s;
  width: 18px;
  height: 18px;
}
.sidebar-wrapper .box .header-social li a:hover {
  background: #71cc9a;
  border-color: #71cc9a;
}

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

.border {
  border: 1px solid var(--nw1) !important;
}
.border.border-bottom {
  border-bottom: 1px solid var(--nw1);
}

.search-popup-custom .btn-close {
  outline: none;
}
.search-popup-custom form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 10px;
}
.search-popup-custom form input {
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  border: unset;
  padding: 16px 15px;
  color: #000;
}
.search-popup-custom form .search-btn i {
  padding-right: 16px;
  font-size: 16px;
  color: var(--n100);
}
.search-popup-custom form ::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.search-popup-custom form ::placeholder {
  color: #000;
  font-size: 16px;
}

.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 180ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid #75f;
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: #75f;
}
.mouse-follower.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
.mouse-follower.highlight-cursor-head {
  cursor: none;
}
.mouse-follower.highlight-cursor-head .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-head .cursor-dot {
  height: 150px;
  width: 150px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-head .cursor-dot {
    height: 80px;
    width: 80px;
  }
}
.mouse-follower.highlight-cursor-para {
  cursor: none;
}
.mouse-follower.highlight-cursor-para .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-para .cursor-dot {
  height: 100px;
  width: 100px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-para .cursor-dot {
    height: 60px;
    width: 60px;
  }
}

.title5 {
  pointer-events: none !important;
}

.event-0 {
  pointer-events: none !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.962);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes pres1 {
  100% {
    left: 50%;
  }
}
@keyframes pres2 {
  100% {
    right: 50%;
  }
}
.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 0px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 0px;
  cursor: pointer;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.tilt {
  border-radius: 5px;
  transform-style: preserve-3d;
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
}

.tilt:hover {
  box-shadow: 0 40px 70px -15px rgba(0, 0, 0, 0.192);
  box-shadow: none;
}

.custom-css-animation1 span {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  z-index: -1;
}
@media (max-width: 767px) {
  .custom-css-animation1 span {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .custom-css-animation1 span {
    width: 60px;
    height: 60px;
  }
}

.custom-css-animation1 span:nth-child(1)::before {
  animation-delay: 5s;
}

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

.custom-css-animation1 span:nth-child(1)::after {
  animation-delay: 1s;
}

.custom-css-animation1 span:nth-child(2)::before {
  animation-delay: 6s;
}

.custom-css-animation1 span:nth-child(2)::after {
  animation-delay: 2s;
}

.custom-css-animation1 span:nth-child(3)::before {
  animation-delay: 7s;
}

.custom-css-animation1 span:nth-child(3)::after {
  animation-delay: 3s;
}

.custom-css-animation1 span:nth-child(4)::after {
  animation-delay: 4s;
}

.custom-css-animation1 span::after,
.custom-css-animation1 span::before {
  border: 1px solid var(--p1);
}

@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;
  }
}
.singleFilter .filter-list li {
  cursor: pointer;
}
.singleFilter .filterItems {
  position: relative;
}
.singleFilter .filterItems > div {
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0;
  transition: 0.8s all;
  transform: scale(0.001);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-delay: 0ms;
}
.singleFilter .filterItems > div.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.singleFilter .filterItems > div.fade-out {
  opacity: 0;
  transform: scale(0.001);
  transition: opacity 0.6s, transform 0.6s;
}

.image-box-effect:hover img:nth-child(1) {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.image-box-effect:hover img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.image-box-effect img:nth-child(1) {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.image-box-effect .img {
  position: absolute;
  transition: 0.9s;
}

.reveal-slide-top {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  width: 100%;
}

.reveal-slide-top.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.range-form {
  /* range slider */
}
.range-form form {
  max-width: 600px;
}
.range-form .range-track {
  height: 5px;
  position: relative;
  background: #fff;
  border-radius: 2px;
}
.range-form .slider-range {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #f4d771;
  transition: initial;
}
.range-form .range-input {
  position: relative;
}
.range-form .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  padding: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-form .range-input input::-webkit-slider-thumb {
  height: 16px;
  width: 10px;
  border-radius: 1px;
  background-color: var(--bg2);
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-form .range-input input::-moz-range-thumb {
  height: 16px;
  width: 10px;
  border-radius: 1px;
  background-color: var(--bg2);
  pointer-events: auto;
  -moz-appearance: none;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
}
.header-section .container {
  max-width: 1550px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 10px 24px 40px;
    background: url(../../assets/images/template/bg-2-1.png);
    background-color: var(--n0);
  }
  .header-section .main-navbar .navbar-toggle-item .mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(217, 215, 215, 0.5);
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .header-section .main-navbar .navbar-toggle-item .mobile-logo i {
    font-size: 28px;
  }
  .header-section .main-navbar .navbar-toggle-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(60deg, rgba(244, 215, 113, 0) 0%, #35c31e 100%);
    filter: blur(15px);
    -webkit-filter: blur(15px);
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: initial !important;
  }
}
.header-section .main-navbar .custom-nav .menu-item .active-button::after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 18px;
  right: 0px;
  z-index: -1;
  transition: all 1s ease;
  color: var(--n0);
  opacity: 0.7;
}
.header-section .main-navbar .custom-nav .menu-item .sub-menu {
  width: 220px;
  margin: 10px auto 0;
}
.header-section .main-navbar .custom-nav .menu-item .sub-menu .menu-link a {
  color: var(--n900);
}
.header-section
  .main-navbar
  .custom-nav
  .menu-item
  .sub-menu
  .menu-link
  a:hover {
  color: var(--p1);
}
.header-section .main-navbar .custom-nav .menu-item,
.header-section .main-navbar .custom-nav .menu-link {
  color: var(--n0);
}
.header-section .main-navbar .custom-nav .menu-item .active-button,
.header-section .main-navbar .custom-nav .menu-item a,
.header-section .main-navbar .custom-nav .menu-link .active-button,
.header-section .main-navbar .custom-nav .menu-link a {
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.header-section .main-navbar .custom-nav .menu-item .active-button:hover,
.header-section .main-navbar .custom-nav .menu-item .active-button.active,
.header-section .main-navbar .custom-nav .menu-item a:hover,
.header-section .main-navbar .custom-nav .menu-item a.active,
.header-section .main-navbar .custom-nav .menu-link .active-button:hover,
.header-section .main-navbar .custom-nav .menu-link .active-button.active,
.header-section .main-navbar .custom-nav .menu-link a:hover,
.header-section .main-navbar .custom-nav .menu-link a.active {
  color: var(--p1);
}
.header-section .main-navbar .custom-nav .menu-item .active-button:hover::after,
.header-section
  .main-navbar
  .custom-nav
  .menu-item
  .active-button.active::after,
.header-section .main-navbar .custom-nav .menu-item a:hover::after,
.header-section .main-navbar .custom-nav .menu-item a.active::after,
.header-section .main-navbar .custom-nav .menu-link .active-button:hover::after,
.header-section
  .main-navbar
  .custom-nav
  .menu-link
  .active-button.active::after,
.header-section .main-navbar .custom-nav .menu-link a:hover::after,
.header-section .main-navbar .custom-nav .menu-link a.active::after {
  color: var(--p1);
}
@media (max-width: 991px) {
  .header-section .main-navbar .custom-nav {
    width: 100%;
    padding: 26px 0;
    text-align: center;
    overflow-y: auto;
    height: 54vh;
  }
  .header-section .main-navbar .custom-nav .menu-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .header-section .main-navbar .custom-nav .menu-item .active-button,
  .header-section .main-navbar .custom-nav .menu-item a {
    color: var(--n0);
    font-size: 20px;
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    display: none;
    padding: 10px 14px 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: var(--bg2) !important;
  }
  .header-section .main-navbar .custom-nav .sub-menu li a {
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    color: var(--n900);
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .custom-nav .menu-item {
    padding: 34px 0;
  }
  .header-section .main-navbar .custom-nav .menu-item a {
    color: var(--n0);
  }
  .header-section .main-navbar .custom-nav .menu-item.custom-menu-item {
    position: initial;
  }
  .header-section
    .main-navbar
    .custom-nav
    .menu-item.custom-menu-item
    .dropdown-inner {
    background: var(--nw2);
    width: calc(100% - 400px);
    left: 0;
    height: 85vh;
    overflow-y: scroll;
    margin: 0 200px;
    border-radius: 16px;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .header-section
    .main-navbar
    .custom-nav
    .menu-item.custom-menu-item
    .dropdown-inner
    .dropdown-inner-compo
    ul {
    width: 25%;
  }
  .header-section
    .main-navbar
    .custom-nav
    .menu-item.custom-menu-item
    .dropdown-inner
    .dropdown-inner-compo
    ul
    li
    a {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    border: 4px solid rgba(93, 88, 88, 0.21);
  }
  .header-section
    .main-navbar
    .custom-nav
    .menu-item.custom-menu-item
    .dropdown-inner
    .dropdown-inner-compo
    ul
    li
    a
    img {
    width: 100%;
  }
  .header-section
    .main-navbar
    .custom-nav
    .menu-item.custom-menu-item
    .dropdown-inner
    .dropdown-inner-compo
    ul
    li
    a
    .home-item {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.493);
    padding: 10px 10px;
    width: 100%;
    color: var(--n0);
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    position: absolute;
    top: 20px;
    left: -30px;
    min-width: 240px;
    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(--n0);
    z-index: 10;
    pointer-events: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-left: 2px solid vr(--p1);
  }
  .header-section .main-navbar .custom-nav .sub-menu .sub-menu {
    left: 99%;
    top: -55px;
    z-index: 9;
  }
  .header-section .main-navbar .custom-nav .menu-item {
    position: relative;
  }
  .header-section .main-navbar .custom-nav .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(60px);
    pointer-events: auto;
  }
}
@media (min-width: 992px) and (max-width: 1800px) {
  .header-section .main-navbar .custom-nav .menu-item.custom-menu-item {
    position: initial;
  }
  .header-section
    .main-navbar
    .custom-nav
    .menu-item.custom-menu-item
    .dropdown-inner {
    width: calc(100% - 80px);
    height: 85vh;
    margin: 0 40px;
    padding: 18px;
  }
}
.header-section .main-navbar .custom-nav::-webkit-scrollbar {
  width: 2px;
}
.header-section .main-navbar .navbar-toggle-btn {
  width: 30px;
  height: 24px;
  position: relative;
  right: 0;
  transition: var(--transition);
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--n900);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: var(--transition);
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(1) {
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(2),
.header-section .main-navbar .navbar-toggle-btn span:nth-child(3) {
  top: 9px;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(4) {
  top: 18px;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .search-cart .search-icon {
  width: 57px;
  min-width: 57px;
  height: 57px;
  transition: all 0.4s;
}
.header-section .search-cart .search-icon:hover {
  background: var(--bg2);
}
.header-section .search-cart .search-icon:hover i {
  color: var(--n900);
}
.header-section .search-line {
  width: 1px;
  height: 55px;
  background: var(--nw1);
}
@media (max-width: 1399px) {
  .header-section .search-cart .search-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .header-section .search-line {
    height: 32px;
  }
}
@media (max-width: 991px) {
  .header-section {
    padding: 10px 0;
  }
  .header-section .cmn-btn {
    margin: 0 auto;
  }
}
.header-section.header-version2.header-fixed {
  background: var(--n900) !important;
}
@media (min-width: 991px) {
  .header-section.header-version2 .custom-nav li,
  .header-section.header-version2 .custom-nav a {
    color: var(--n0) !important;
  }
  .header-section.header-version2 .custom-nav li .active-button::after {
    color: var(--n0) !important;
  }
  .header-section.header-version2 .custom-nav li .sub-menu li,
  .header-section.header-version2 .custom-nav li .sub-menu a {
    color: var(--n900) !important;
  }
}
.header-section.header-version4.header-fixed {
  background: var(--bg2);
  border-bottom: 1px solid var(--bg12);
}
.header-section.header-version4 .search-line {
  background: var(--n900);
}
.header-section.header-version4 .search-lines {
  background: var(--n0);
  width: 1px;
  height: 50px;
}
.header-section.header-version4 .sidebar-btn img {
  width: 24px;
}
@media (max-width: 1399px) {
  .header-section.header-version4 .sidebar-btn img {
    width: 18px;
  }
}
.header-section.header-version4 .shop-icon img {
  transition: all 0.5s;
}
.header-section.header-version4 .shop-icon:hover {
  background: var(--p1) !important;
}
.header-section.header-version4 .shop-icon:hover img {
  filter: brightness(25);
}
.header-section.header-version4 .sidebar-btn,
.header-section.header-version4 .search-icon,
.header-section.header-version4 .call-icon {
  width: 57px;
  min-width: 57px;
  height: 57px;
}
.header-section.header-version4 .sidebar-btn i,
.header-section.header-version4 .search-icon i,
.header-section.header-version4 .call-icon i {
  transition: all 0.4s;
}
.header-section.header-version4 .sidebar-btn:hover,
.header-section.header-version4 .search-icon:hover,
.header-section.header-version4 .call-icon:hover {
  background: var(--p1) !important;
}
.header-section.header-version4 .sidebar-btn:hover i,
.header-section.header-version4 .search-icon:hover i,
.header-section.header-version4 .call-icon:hover i {
  color: var(--n0);
}
@media (max-width: 1399px) {
  .header-section.header-version4 .sidebar-btn,
  .header-section.header-version4 .search-icon,
  .header-section.header-version4 .call-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  .header-section.header-version4 .search-lines {
    height: 38px;
  }
}
.header-section.header-version12 {
  border-bottom: 1px solid var(--n900);
}
.header-section.header-version12 .search-lines {
  width: 1px;
  height: 48px;
  background: var(--n0);
}
@media (max-width: 1399px) {
  .header-section.header-version12 .search-lines {
    height: 38px;
  }
}

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

.footer-section {
  background: url(../../assets/images/footer-bg.png) no-repeat center center;
  background-size: cover;
}
.footer-section .privacy-bottom {
  border-top: 1px solid var(--n900);
}

.footer-top-content {
  max-width: 740px;
  margin: 0 auto;
}
.footer-top-content .checkbox-single .checkbox-area .checkmark {
  border: 1px solid var(--n900) !important;
  font-size: 12px;
}

.perfomance-section {
  background: #d9ebea;
  padding-left: 10px;
  padding-right: 10px;
}
.perfomance-section .container {
  max-width: 1630px;
  margin: 0 auto;
  background: #061817;
  border-radius: 24px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1399px) {
  .perfomance-section .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1199px) {
  .perfomance-section .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .perfomance-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .perfomance-section .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.perfomance-item {
  border-radius: 12px;
  background: #20302f;
}
.perfomance-item h2 span {
  color: #35c31e;
}

.satisfaction-support-wrap {
  background: url(../../assets/images/banner/happy-customer.png) no-repeat
    center center;
  background-size: cover;
  padding: 80px 80px 180px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 2;
}
.satisfaction-support-wrap .section-title {
  max-width: 596px;
  margin: 0 auto;
}
.satisfaction-support-wrap .customer-card img {
  width: 40px;
  height: 40px;
}
.satisfaction-support-wrap .customer-card .customer-bxo {
  border-radius: 12px;
  background: #fff;
}
.satisfaction-support-wrap .happy-review .johdue {
  display: flex;
}
.satisfaction-support-wrap .happy-review .johdue li:not(:first-child) {
  margin-left: -30px;
}
.satisfaction-support-wrap .updowns {
  animation: ups 2s linear infinite;
}
.satisfaction-support-wrap .lright {
  animation: lright 2s linear infinite;
}
.satisfaction-support-wrap .happy-text {
  font-size: 120px;
  font-weight: 700;
  color: #e3e1ee;
  line-height: 120%;
  text-wrap: nowrap;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .satisfaction-support-wrap {
    padding: 60px 20px 160px;
  }
}
@media (max-width: 767px) {
  .satisfaction-support-wrap {
    padding: 50px 20px 100px;
  }
  .satisfaction-support-wrap .happy-text {
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    top: 110%;
  }
}

@keyframes ups {
  50% {
    transform: translateX(-14px);
  }
}
@keyframes lright {
  50% {
    transform: translateY(-14px);
  }
}
.feature-section {
  background: #f4fffa;
}

.feature-review-item {
  background: #d3e7dd;
  text-wrap: nowrap;
}

.feature-element {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  animation: updown 2s linear infinite;
}

.extra-adding .common-card::before {
  display: none;
}

.card-effect-none .common-card::before {
  display: none;
}

.hero-section {
  background: url(../../assets/images/footer-bg.png) no-repeat center center;
  background-size: cover;
  padding: 200px 0 0;
  z-index: 1;
}
.hero-section .hero-content .border-less {
  border: 1px solid var(--n900);
  background: transparent;
}
.hero-section .hero-content .border-less::before,
.hero-section .hero-content .border-less::after {
  display: none;
}
.hero-section .hero-content .border-less:hover {
  background: var(--n900);
}
.hero-section .hero-content .border-less:hover span {
  color: var(--n0);
}
.hero-section .element-wrap {
  position: absolute;
  left: 0;
  top: 180px;
  z-index: -1;
}
.hero-section .element-tea {
  position: absolute;
  right: 0;
  top: 220px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-section {
    padding: 150px 0 0;
  }
  .hero-section .element-tea {
    right: 0;
    top: 160px;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding: 120px 0 0;
  }
  .hero-section .element-wrap {
    left: -20px;
    top: 180px;
    width: 150px;
  }
  .hero-section .element-tea {
    right: -20px;
    top: 150px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .hero-section .element-wrap {
    left: -20px;
    top: 250px;
    width: 150px;
  }
  .hero-section .element-tea {
    right: -20px;
    top: 270px;
    width: 130px;
  }
}
@media (max-width: 500px) {
  .hero-section .element-tea {
    display: none;
  }
}

.common-card .cards {
  border-radius: 12px;
  border: 1px dashed rgba(113, 204, 154, 0.4);
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.common-card .cards .demo-btn {
  transform: rotateX(90deg);
  transition: all 0.6s;
}
.common-card .cards::before {
  position: absolute;
  bottom: -30px;
  left: -30px;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all 0.9s;
  opacity: 0;
}
.common-card:hover .cards {
  border-color: #71cc9a;
}
.common-card:hover .cards::before {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  bottom: 0;
}
.common-card:hover .cards .demo-btn {
  transform: rotateX(0deg);
  transition: all 0.6s;
}
.common-card:hover .demo-text {
  color: #71cc9a;
}

.demo-btn .icon {
  width: 28px;
  height: 28px;
  background: var(--n0);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.demo-btn .icon i {
  color: var(--n900);
  font-size: 16px;
}
.demo-btn:hover .icon {
  transform: rotate(90deg);
}

.fremework-btn {
  transition: all 0.4s ease-in;
}
.fremework-btn:hover {
  background: var(--p2) !important;
  color: var(--n0);
}

.plugin-suport-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
@media (max-width: 1199px) {
  .plugin-suport-wrap .plugin-items img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .plugin-suport-wrap {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .plugin-suport-wrap {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .plugin-suport-wrap {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
}

.responsive-section {
  background: #f3f3f3;
}

.satisfaction-customer {
  padding-left: 14px;
  padding-right: 14px;
}
.satisfaction-customer .container {
  max-width: 1630px;
  margin: 0 auto;
}

.doc-items {
  background: #edeef3;
}

.pagination-custom1 .swiper-pagination-bullet {
  border-radius: 10px;
  background: var(--nw2);
  height: 8px;
  width: 80px;
  opacity: 1;
  z-index: 1;
}
.pagination-custom1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bg2);
}
@media (max-width: 1399px) {
  .pagination-custom1 .swiper-pagination-bullet {
    height: 5px;
    width: 40px;
  }
}

.pagination-custom-white .swiper-pagination-bullet {
  background: var(--n0);
}

.compo-pragraph {
  max-width: 526px;
}

.compo-btn .cmn-width-swiper:hover {
  background: var(--n900);
  border-color: var(--n900);
}
.compo-btn .cmn-width-swiper:hover i {
  color: var(--n0);
}

.testimonial-section1 .horizontal-item {
  padding: 150px 0;
}
.testimonial-section1 .testimonial-head1 {
  margin-bottom: -100px;
}
@media (max-width: 991px) {
  .testimonial-section1 .horizontal-item {
    padding: 0px 0;
  }
  .testimonial-section1 .testimonial-head1 {
    margin-bottom: 40px;
  }
}

.testimonial-items1 {
  transition: all 0.4s;
}
.testimonial-items1 .monthly-increase {
  border-left: 1px solid var(--nw1);
}
.testimonial-items1 .testi-info img {
  border: 1px solid var(--n0);
}
.testimonial-items1:hover {
  background: var(--n0);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonial-section2 {
  z-index: 1;
}
.testimonial-section2::before {
  position: absolute;
  right: 0;
  height: 100vh;
  width: 290px;
  content: "";
  background: var(--bg2);
  z-index: -1;
}
.testimonial-section2 .testimonial-wrapper2 {
  margin-left: 310px;
}
@media (max-width: 1900px) {
  .testimonial-section2 .testimonial-wrapper2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1800px) {
  .testimonial-section2::before {
    display: none;
  }
}

.testimonial-wrapper2 .testimonial-items {
  border: 1px solid var(--nw2);
}
.testimonial-wrapper2 .testimonial-items .testi-quote {
  position: absolute;
  top: 0;
  left: -7px;
}

.section-pricing-title .test-point {
  font-size: 180px;
  font-weight: 800;
  line-height: 120%;
}
.section-pricing-title .google-review {
  border-radius: 0 24px 24px 24px;
  margin-left: -150px;
}
@media (max-width: 991px) {
  .section-pricing-title .test-point {
    font-size: 100px;
    font-weight: 800;
    line-height: 120%;
  }
  .section-pricing-title .google-review {
    border-radius: 0 24px 24px 24px;
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .section-pricing-title .test-point {
    font-size: 40px;
    font-weight: 800;
    line-height: 120%;
  }
}

.testimonial-items5 .thumb {
  min-width: 196px;
}

.authentication-testimonial-item {
  position: relative;
  max-width: 318px;
}
.authentication-testimonial-item .icon {
  transform: rotate(-180deg);
  display: block;
  position: absolute;
  top: -25px;
}
.authentication-testimonial-item .icon i {
  color: var(--p1);
  font-size: 40px;
}
.authentication-testimonial-item .reveter {
  width: 46px;
  min-width: 46px;
  height: 46px;
}
.authentication-testimonial-item .reveter-toast {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.authentication-testimonial-item p {
  color: #605f7c;
}

.authentication-testimonial-wrap2,
.authentication-testimonial-wrap {
  height: 100vh;
  height: 1024px;
}
@media (max-width: 1399px) {
  .authentication-testimonial-wrap2,
  .authentication-testimonial-wrap {
    height: 824px;
  }
}
@media (max-width: 991px) {
  .authentication-testimonial-wrap2,
  .authentication-testimonial-wrap {
    height: 630px;
  }
}
@media (max-width: 767px) {
  .authentication-testimonial-wrap2,
  .authentication-testimonial-wrap {
    height: 710px;
  }
}
@media (max-width: 575px) {
  .authentication-testimonial-wrap2,
  .authentication-testimonial-wrap {
    height: 650px;
  }
}

.progress_bar_item .item_bar {
  background: var(--bg1);
  border-radius: 100px;
  height: 11px;
}
.progress_bar_item .item_bar .progress {
  border-radius: 100px;
  background: var(--p3);
  height: 11px;
}

.faq-section {
  background: #f4fffa;
}

.faq .header-area {
  cursor: pointer;
}
.faq .header-area button {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--body-font);
  transition: all 0.4s;
  color: var(--n50);
}
@media (max-width: 1199px) {
  .faq .header-area button {
    padding-right: 16%;
  }
}
.faq .header-area button::before,
.faq .header-area button::after {
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 5px;
}
.faq .header-area button::before {
  content: "";
  transition: var(--transition);
}
.faq .header-area button::after {
  font-family: "Font Awesome 5 Free";
  content: "+";
  transition: var(--transition);
  font-weight: 600;
  color: var(--n900);
  font-size: 26px;
}
.faq .content-area {
  display: none;
}
.faq .content-area .content-body {
  padding-top: 16px;
}
.faq .content-area .content-body p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .faq .content-area p {
    font-size: 16px;
  }
}
.faq .active button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  color: var(--p1);
  font-size: 18px;
}
.faq .active button::before {
  background-color: var(--n0);
  color: var(--p1) !important;
}
.faq .accordion-single {
  transition: all 0.5s;
  border-radius: 16px;
  background: var(--n0);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  padding: 20px 20px;
}
.faq .accordion-single.active {
  background: #fff;
}
.faq .accordion-single.active button {
  color: var(--900);
}
@media (max-width: 1199px) {
  .faq .header-area button {
    font-size: 18px;
  }
}

.question-wrapper2 .faq {
  background: transparent;
}
.question-wrapper2 .faq .accordion-single {
  background: transparent;
}
.question-wrapper2 .faq .accordion-single.active {
  background: var(--n0);
}

.faq-wrap-transparent .faq .accordion-single.active {
  background: var(--bg3) !important;
}
.faq-wrap-transparent .faq .accordion-single.active button::after {
  color: var(--n900);
} /*# sourceMappingURL=main.css.map */
