/*============================================ 
# Template Name: Couponly
# Version: 1.0
# Date: 08-12-2024
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis/portfolio
# Description: Couponly - Affiliate & Submitting Discounts Coupons 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/magnific-popup.css";
@import "../css/plugins/swiper.min.css";
@import "../css/plugins/splitting.min.css";
@import "../css/plugins/jquery-ui-min.css";
@import "../css/plugins/odometer-min.css";
@import "../css/plugins/select2.min.css";
@import "../css/plugins/animate.css";

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --body-font: "IBM Plex Sans", sans-serif;
  --transition: all 0.5s ease-in-out;
  /* Color styles */
  --p1: 28, 162, 252;
  --p2: 20, 113, 176;
  --s1: 230, 126, 34;
  --s2: 46, 125, 50;
  --s3: 103, 58, 183;
  --n1: 255, 255, 255;
  --n2: 250, 250, 251;
  --n3: 245, 246, 247;
  --n4: 235, 236, 239;
  --n5: 223, 224, 228;
  --n6: 193, 196, 204;
  --n7: 178, 182, 191;
  --n8: 166, 170, 181;
  --n9: 151, 156, 168;
  --n10: 136, 142, 156;
  --n11: 121, 128, 144;
  --n12: 106, 114, 131;
  --n13: 91, 100, 119;
  --n14: 79, 88, 109;
  --n15: 64, 74, 96;
  --n16: 52, 62, 86;
  --n17: 34, 46, 72;
  --n18: 19, 32, 59;
  --n19: 7, 20, 49;
  --f1: 232, 246, 255;
  --f2: 162, 217, 254;
  --f3: 123, 201, 253;
  --f4: 67, 178, 253;
  --f5: 20, 113, 176;
  --f6: 17, 99, 154;
  --f7: 255, 244, 236;
  --f8: 255, 211, 175;
  --f9: 255, 193, 142;
  --f10: 255, 166, 94;
  --f11: 179, 104, 43;
  --f12: 156, 90, 37;
  --f13: 215, 5, 79;
  --box-shadow-p1: 0px 6px 30px 0px rgba(0, 0, 0, 0.16);
  --box-shadow-p2: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
  --p1-hex: #1CA2FC;
  --p2-hex: #1471B0;
  --s1-hex: #E67E22;
  --s2-hex: #2E7D32;
  --s3-hex: #673AB7;
  --n1-hex: #FFFFFF;
  --n2-hex: #FAFAFB;
  --n3-hex: #F5F6F7;
  --n4-hex: #EBECEF;
  --n5-hex: #DFE0E4;
  --n6-hex: #C1C4CC;
  --n7-hex: #B2B6BF;
  --n8-hex: #A6AAB5;
  --n9-hex: #979CA8;
  --n10-hex: #888E9C;
  --n11-hex: #798090;
  --n12-hex: #6A7283;
  --n13-hex: #5B6477;
  --n14-hex: #4F586D;
  --n15-hex: #404A60;
  --n16-hex: #343E56;
  --n17-hex: #222E48;
  --n18-hex: #13203B;
  --n19-hex: #071431;
  --f1-hex: #E8F6FF;
  --f2-hex: #A2D9FE;
  --f3-hex: #7BC9FD;
  --f4-hex: #43B2FD;
  --f5-hex: #1471B0;
  --f6-hex: #11639A;
  --f7-hex: #FFF4EC;
  --f8-hex: #FFD3AF;
  --f9-hex: #FFC18E;
  --f10-hex: #FFA65E;
  --f11-hex: #B3682B;
  --f12-hex: #9C5A25;
  --f13-hex: #D7054F;
}

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

.display-two {
  font-size: 80px;
}

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

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

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

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

.fs-one,
h1 {
  font-size: 48px;
}

.fs-two,
h2 {
  font-size: 40px;
}

.fs-three,
h3 {
  font-size: 32px;
}

.fs-four,
h4 {
  font-size: 24px;
}

.fs-five,
h5 {
  font-size: 20px;
  line-height: 130%;
}

.fs-six,
h6 {
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  color: #13203B;
}

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

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

.fs-nine {
  font-size: 12px;
  line-height: 130%;
}

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

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

@media (max-width: 1199px) {
  h1 {
    font-size: 57px;
    line-height: 74.1px;
  }
  h2 {
    font-size: 43px;
    line-height: 55.9px;
  }
  .preloader {
    background-size: 30%;
  }
  .display-ex-one {
    font-size: 140px;
  }
}
.pt-120 {
  padding-top: 120px;
}

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

@media (max-width: 991px) {
  .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;
  }
  .display-ex-one {
    font-size: 120px;
  }
  .fs-one,
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-two,
  h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-three,
  h3 {
    font-size: 24px;
    line-height: 31.2px;
  }
  .fs-four,
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .fs-five,
  h5 {
    font-size: 18px;
    line-height: 20.8px;
  }
  .fs-six,
  h6 {
    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;
  }
  .display-ex-one {
    font-size: 70px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
}
body {
  font-family: var(--body-font);
  background-color: rgba(var(--n1, 1));
  color: rgba(var(--n15, 1));
  padding: 0;
  padding-top: 120px;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

section,
footer {
  overflow: hidden;
}

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

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

a {
  text-decoration: none;
  outline: none;
  color: rgba(var(--n15), 1);
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
  color: rgba(var(--n15), 1);
}

h1, h2, h3, h4, h5, h6, .display-one, .display-two, .display-three, .display-four, .display-five, .display-six, .heading {
  font-family: var(--body-font);
  color: rgba(var(--n5), 1);
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 120%;
  display: block;
  transition: var(--transition);
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 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: rgba(var(--s1), 1);
  line-height: inherit;
  font-weight: inherit;
}

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

span i {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: inherit;
  transition: inherit;
}

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

button {
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}

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

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

.max-auto {
  max-width: 100%;
}

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

.d-rtl {
  direction: rtl;
}

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

.alt-color * {
  color: rgba(var(--n1), 1);
}

.p1-color {
  color: rgba(var(--p1), 1);
}

.p2-color {
  color: rgba(var(--p2), 1);
}

.p2-2nd-color {
  color: rgba(var(--p2), 0.2);
}

.s1-color {
  color: rgba(var(--s1), 1);
}

.s2-color {
  color: rgba(var(--s2), 1);
}

.s3-color {
  color: rgba(var(--s3), 1);
}

.n1-color {
  color: rgba(var(--n1), 1);
}

.n2-color {
  color: rgba(var(--n2), 1);
}

.n3-color {
  color: rgba(var(--n3), 1);
}

.n4-color {
  color: rgba(var(--n4), 1);
}

.n5-color {
  color: rgba(var(--n5), 1);
}

.n6-color {
  color: rgba(var(--n6), 1);
}

.n7-color {
  color: rgba(var(--n7), 1);
}

.n8-color {
  color: rgba(var(--n8), 1);
}

.n9-color {
  color: rgba(var(--n9), 1);
}

.n10-color {
  color: rgba(var(--n10), 1);
}

.n11-color {
  color: rgba(var(--n11), 1);
}

.n12-color {
  color: rgba(var(--n12), 1);
}

.n13-color {
  color: rgba(var(--n13), 1);
}

.n14-color {
  color: rgba(var(--n14), 1);
}

.n15-color {
  color: rgba(var(--n15), 1);
}

.n16-color {
  color: rgba(var(--n16), 1);
}

.n17-color {
  color: rgba(var(--n17), 1);
}

.n18-color {
  color: rgba(var(--n18), 1);
}

.f1-color {
  color: rgba(var(--f1), 1);
}

.f2-color {
  color: rgba(var(--f2), 1);
}

.f3-color {
  color: rgba(var(--f3), 1);
}

.f4-color {
  color: rgba(var(--f4), 1);
}

.f5-color {
  color: rgba(var(--f5), 1);
}

.f6-color {
  color: rgba(var(--f6), 1);
}

.f7-color {
  color: rgba(var(--f7), 1);
}

.f8-color {
  color: rgba(var(--f8), 1);
}

.f9-color {
  color: rgba(var(--f9), 1);
}

.f10-color {
  color: rgba(var(--f10), 1);
}

.f11-color {
  color: rgba(var(--f11), 1);
}

.f12-color {
  color: rgba(var(--f12), 1);
}

.f13-color {
  color: rgba(var(--f13), 1);
}

.p1-bg-color {
  background-color: rgba(var(--p1), 1);
}

.p1-2nd-bg-color {
  background-color: rgba(var(--p1), 0.05);
}

.p2-bg-color {
  background-color: rgba(var(--p2), 1);
}

.p2-2nd-bg-color {
  background-color: rgba(var(--p2), 0.05);
}

.s1-bg-color {
  background-color: rgba(var(--s1), 1);
}

.s2-bg-color {
  background-color: rgba(var(--s2), 1);
}

.s2-2nd-bg-color {
  background-color: rgba(var(--s2), 0.1);
}

.s2-3rd-bg-color {
  background-color: rgba(var(--s2), 0.3);
}

.s3-bg-color {
  background-color: rgba(var(--s3), 1);
}

.s1-2nd-bg-color {
  background-color: rgba(var(--s1), 0.15);
}

.s1-3rd-bg-color {
  background-color: rgba(var(--s1), 0.2);
}

.s1-4th-bg-color {
  background-color: rgba(var(--s1), 0.05);
}

.n1-bg-color {
  background-color: rgba(var(--n1), 1);
}

.n1-2nd-bg-color {
  background-color: rgba(var(--n1), 0.9);
}

.n2-bg-color {
  background-color: rgba(var(--n2), 1);
}

.n3-bg-color {
  background-color: rgba(var(--n3), 1);
}

.n4-bg-color {
  background-color: rgba(var(--n4), 1);
}

.n5-bg-color {
  background-color: rgba(var(--n5), 1);
}

.n6-bg-color {
  background-color: rgba(var(--n6), 1);
}

.n7-bg-color {
  background-color: rgba(var(--n7), 1);
}

.n8-bg-color {
  background-color: rgba(var(--n8), 1);
}

.n9-bg-color {
  background-color: rgba(var(--n9), 1);
}

.n10-bg-color {
  background-color: rgba(var(--n10), 1);
}

.n11-bg-color {
  background-color: rgba(var(--n11), 1);
}

.n12-bg-color {
  background-color: rgba(var(--n12), 1);
}

.n13-bg-color {
  background-color: rgba(var(--n13), 1);
}

.n14-bg-color {
  background-color: rgba(var(--n14), 1);
}

.n15-bg-color {
  background-color: rgba(var(--n15), 1);
}

.n16-bg-color {
  background-color: rgba(var(--n16), 1);
}

.n17-bg-color {
  background-color: rgba(var(--n17), 1);
}

.n18-bg-color {
  background-color: rgba(var(--n18), 1);
}

.n19-bg-color {
  background-color: rgba(var(--n19), 1);
}

.f1-bg-color {
  background-color: rgba(var(--f1), 1);
}

.f2-bg-color {
  background-color: rgba(var(--f2), 1);
}

.f3-bg-color {
  background-color: rgba(var(--f3), 1);
}

.f4-bg-color {
  background-color: rgba(var(--f4), 1);
}

.f5-bg-color {
  background-color: rgba(var(--f5), 1);
}

.f6-bg-color {
  background-color: rgba(var(--f6), 1);
}

.f7-bg-color {
  background-color: rgba(var(--f7), 1);
}

.f8-bg-color {
  background-color: rgba(var(--f8), 1);
}

.f9-bg-color {
  background-color: rgba(var(--f9), 1);
}

.f10-bg-color {
  background-color: rgba(var(--f10), 1);
}

.f11-bg-color {
  background-color: rgba(var(--f11), 1);
}

.f12-bg-color {
  background-color: rgba(var(--f12), 1);
}

.f13-bg-color {
  background-color: rgba(var(--f13), 1);
}

.f13-2nd-bg-color {
  background-color: rgba(var(--f13), 0.25);
}

.border-color {
  border: 1px solid rgb(var(--n5));
}

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

.max-ch {
  max-width: 60ch;
}

.file-upload {
  border-radius: 48px;
  border: 1px solid rgba(var(--p1), 1);
}
.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: rgba(var(--p1), 1);
}

.cmn-modal.first-modal {
  max-width: 636px;
}
.cmn-modal .btn-close {
  background: none;
}
.cmn-modal .btn-close:focus, .cmn-modal .btn-close:focus-visible {
  border: none !important;
  box-shadow: none !important;
}

.progress {
  height: 8px;
  overflow: initial;
}
.progress .progress-bar {
  height: 8px;
  width: 0%;
}
.progress.second {
  height: 5px;
}
.progress.second .progress-bar {
  height: 5px;
}

.btn-popup-animation {
  z-index: 1;
  transition: var(--transition);
}
.btn-popup-animation i {
  z-index: 1;
  color: rgba(var(--n1), 1);
}
.btn-popup-animation:before, .btn-popup-animation::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(var(--s1), 1);
  border-radius: 50%;
  width: 56px;
  min-width: 56px;
  height: 56px;
}
@media (max-width: 576px) {
  .btn-popup-animation:before, .btn-popup-animation::after {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}
.btn-popup-animation:before {
  z-index: 1;
}
.btn-popup-animation:after {
  background-color: transparent;
  border: 2px solid rgba(var(--s1), 1);
  z-index: -1;
  animation: waves 2s 1s ease-out infinite;
}
@media (max-width: 576px) {
  .btn-popup-animation {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  .btn-popup-animation i {
    color: rgba(var(--p1), 1);
  }
}

.slide-vertical .char,
.slide-horizontal .char {
  overflow: hidden;
  color: transparent;
}
.slide-vertical .char::after, .slide-vertical .char::before,
.slide-horizontal .char::after,
.slide-horizontal .char::before {
  visibility: visible;
  color: rgba(var(--n15), 1);
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc(0.2s + 0.02s * (var(--char-index)));
}
.slide-vertical .char::before,
.slide-horizontal .char::before {
  color: rgba(var(--p2), 1);
  transition-delay: calc(0.02s * (var(--char-index)));
}
.slide-vertical:hover .char:before,
.slide-horizontal:hover .char:before {
  transition-delay: calc(0.2s + 0.02s * (var(--char-index)));
}
.slide-vertical:hover .char:after,
.slide-horizontal:hover .char:after {
  transition-delay: calc(0.02s * (var(--char-index)));
}
.slide-vertical.slide-second .char::after, .slide-vertical.slide-second .char::before,
.slide-horizontal.slide-second .char::after,
.slide-horizontal.slide-second .char::before {
  color: rgba(var(--n1), 1);
}
.slide-vertical.slide-second .char::before,
.slide-horizontal.slide-second .char::before {
  color: rgba(var(--s1), 1);
}

.slide-vertical .char:before {
  transform: translateY(-100%);
}
.slide-vertical:hover .char:before {
  transform: translateY(0%);
}
.slide-vertical:hover .char::after {
  transform: translateY(100%);
}

.slide-horizontal .char:before {
  transform: translateX(110%);
}
.slide-horizontal:hover .char:before {
  transform: translateX(0%);
}
.slide-horizontal:hover .char::after {
  transform: translateX(-110%);
}

.cmn-btn .show {
  position: absolute;
  width: 85%;
  height: 105%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -1px;
  border-radius: inherit;
  background-color: rgba(var(--p1), 1);
  z-index: 1;
  opacity: 0;
}
.cmn-btn:hover .show {
  width: 80%;
}
.cmn-btn.btn-overlay .coupon-code {
  justify-content: flex-end;
}
.cmn-btn.btn-overlay .show {
  opacity: 1;
}

.box-style {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
.box-style:hover::before {
  width: 400%;
  height: 400%;
}
.box-style::before {
  content: none !important;
  display: none !important;
}
.box-style.first-box::before {
  content: none !important;
  display: none !important;
}
.box-style.box-second {
  background-color: rgba(var(--p1), 1);
  border: 1px solid rgba(var(--p1), 1);
  color: rgba(var(--n1), 1);
}
.box-style.box-second span, .box-style.box-second i {
  color: inherit;
  transition: var(--transition);
}
.box-style.box-second:hover {
  border-color: rgba(var(--s1), 1);
}
.box-style.box-second:hover i {
  transform: rotateY(180deg);
}
.box-style.box-second::before {
  content: none !important;
  display: none !important;
}
.box-style.box-second.first-alt span, .box-style.box-second.first-alt i {
  color: rgba(var(--p1), 1);
}
.box-style.box-second.first-alt:hover {
  border-color: rgba(var(--s1), 1);
}
.box-style.box-second.first-alt:hover span, .box-style.box-second.first-alt:hover i {
  color: rgba(var(--n1), 1);
}
.box-style.box-second.second-alt {
  background-color: rgba(var(--s1), 1);
  border: 1px solid rgba(var(--s1), 1);
}
.box-style.box-second.second-alt span, .box-style.box-second.second-alt i {
  color: rgba(var(--n1), 1);
}
.box-style.box-second.second-alt:hover {
  border-color: rgba(var(--p1), 1);
}
.box-style.box-second.second-alt:hover span, .box-style.box-second.second-alt:hover i {
  color: rgba(var(--n1), 1);
}
.box-style.box-second.second-alt::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-second.third-alt {
  background-color: rgba(var(--p1), 0.05);
  border-color: rgba(var(--n4), 1);
}
.box-style.box-second.third-alt span, .box-style.box-second.third-alt i {
  color: rgba(var(--n17), 1);
}
.box-style.box-second.third-alt:hover span, .box-style.box-second.third-alt:hover i {
  color: rgba(var(--n1), 1);
}
.box-style.box-second.third-alt::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-second.fourth-alt {
  background-color: rgba(var(--n1), 1);
  border-color: rgba(var(--n4), 1);
}
.box-style.box-second.fourth-alt span, .box-style.box-second.fourth-alt i {
  color: rgba(var(--n17), 1);
}
.box-style.box-second.fourth-alt:hover span, .box-style.box-second.fourth-alt:hover i {
  color: rgba(var(--n1), 1);
}
.box-style.box-second.fourth-alt::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-third {
  background-color: rgba(var(--s1), 1);
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 1px solid rgba(var(--s1), 1);
}
@media (max-width: 991px) {
  .box-style.box-third {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}
.box-style.box-third::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-third:hover {
  border-color: transparent;
}
.box-style.box-third:hover i {
  transform: rotateY(180deg);
}
.box-style.box-third span, .box-style.box-third i {
  color: rgba(var(--n1), 1);
  transition: var(--transition);
}
.box-style.box-third.first-alt {
  background-color: rgba(var(--n2), 1);
}
.box-style.box-third.second-alt {
  background-color: rgba(var(--n1), 1);
  border-color: transparent;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media (max-width: 991px) {
  .box-style.box-third.second-alt {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.box-style.box-third.second-alt span, .box-style.box-third.second-alt i {
  color: rgba(var(--p1), 1);
}
.box-style.box-third.second-alt:hover span, .box-style.box-third.second-alt:hover i {
  color: rgba(var(--n1), 1);
}
.box-style.box-third.second-alt::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-third.third-alt {
  background-color: rgba(var(--f1), 1);
  border-color: transparent;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media (max-width: 991px) {
  .box-style.box-third.third-alt {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.box-style.box-third.third-alt span, .box-style.box-third.third-alt i {
  color: rgba(var(--n15), 1);
}
.box-style.box-third.third-alt:hover span, .box-style.box-third.third-alt:hover i {
  color: rgba(var(--n1), 1);
}
.box-style.box-third.third-alt::before {
  background-color: rgba(var(--p1), 1);
}

.border-stb-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.v-border {
  background: rgba(var(--p1), 0.2);
  width: 1px;
  height: 25px;
}

.v-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 46px;
  background-color: rgba(var(--n4), 1);
}
.v-line.second::before {
  background-color: rgba(var(--n1), 0.3);
}
.v-line.f-height::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(var(--n5), 1);
}
.v-line.f-height.second::before {
  background-color: rgba(var(--f11), 1);
}
.v-line.f-height.third::before {
  background-color: rgba(var(--s1), 0.5);
}
.v-line.f-height.fourth::before {
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(var(--n1), 1) 60%, rgba(255, 255, 255, 0) 0%);
  background-size: 1px 15px;
}
.v-line.f-width::before {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(var(--n19), 0.3) 30%, rgba(255, 255, 255, 0) 0%);
  background-size: 12px 1px;
  height: 1px;
}

.cus-border {
  border-color: rgba(var(--n5), 1) !important;
}
.cus-border.b-second {
  border-color: rgba(var(--s1), 0.2) !important;
}
.cus-border.b-third {
  border-color: rgba(var(--n6), 1) !important;
}
.cus-border.b-fourth {
  border-color: rgba(var(--n3), 1) !important;
}
.cus-border.b-fifth {
  border-color: rgba(var(--f5), 0.05) !important;
}
.cus-border.b-sixth {
  border-color: rgba(var(--f8), 1) !important;
}
.cus-border.b-seventh {
  border-color: rgba(var(--n5), 1) !important;
}
.cus-border.b-eighth {
  border-color: rgba(var(--p1), 0.2) !important;
}
.cus-border.b-ninth {
  border-color: rgba(var(--n4), 1) !important;
}
.cus-border.b-tenth {
  border-color: rgba(var(--f2), 1) !important;
}
.cus-border.b-eleventh {
  border-color: rgba(var(--f5), 1) !important;
}
.cus-border.b-twelfth {
  border-color: rgba(var(--p1), 0.15) !important;
}
.cus-border.b-thirteenth {
  border-color: rgba(var(--s2), 0.5) !important;
}
.cus-border.b-fourteenth {
  border-color: rgba(var(--n1), 1) !important;
}
.cus-border.b-fifteen {
  border-color: rgba(var(--p1), 1) !important;
}
.cus-border.b-sixteen {
  border-color: rgba(var(--p2), 1) !important;
}
.cus-border.b-seventeen {
  border-color: rgba(var(--s1), 1) !important;
}
.cus-border.b-eighteen {
  border-color: rgba(var(--s1), 0.7) !important;
}
.cus-border.b-nineteen {
  border-color: rgba(var(--n1), 0.2) !important;
}

.border-dash {
  border: 1px dashed rgba(var(--p1), 1) !important;
}

.dashed-border {
  background-image: linear-gradient(to right, rgba(var(--p1), 1) 30%, rgba(255, 255, 255, 0) 0%);
  background-size: 12px 1px;
  height: 1px;
}
.dashed-border.second {
  background-image: linear-gradient(to top, rgba(var(--n1), 1) 60%, rgba(255, 255, 255, 0) 0%);
  background-size: 1px 20px;
  height: 200px;
  width: 1px;
}

.icon-area.box-one {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.icon-area.box-two {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.icon-area.box-three {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.icon-area.box-four {
  width: 64px;
  min-width: 64px;
  height: 64px;
}
.icon-area.box-five {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.icon-area.box-six {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.icon-area.box-seven {
  width: 36px;
  min-width: 36px;
  height: 36px;
}
.icon-area.box-eight {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  .icon-area.box-eight {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .icon-area.box-eight {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.icon-area.box-nine {
  width: 110px;
  min-width: 110px;
  height: 110px;
}
@media (max-width: 991px) {
  .icon-area.box-nine {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .icon-area.box-nine {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}

@media (max-width: 991px) {
  .faq-section .filter-list {
    border-radius: 20px !important;
  }
}
.faq-section .filterItems {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 991px) {
  .faq-section .filterItems {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.faq-section .header-area {
  cursor: pointer;
}
.faq-section .header-area button {
  font-size: inherit;
  color: rgba(var(--n17), 1);
}
.faq-section .header-area button::after {
  position: absolute;
  z-index: 1;
  left: 0;
  border-radius: 5px;
  content: "";
  font-family: inherit;
  font-size: 24px;
  color: rgba(var(--p1), 1);
  transform: rotate(0deg);
  transition: var(--transition);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .faq-section .header-area button::after {
    font-size: 16px;
  }
}
.faq-section .content-area {
  display: none;
}
.faq-section .accordion-single.active button::after {
  content: "";
  transform: rotate(180deg);
  color: rgba(var(--s1), 1);
}
.faq-section .accordion-single.active button::before {
  background-color: rgba(var(--s1), 1);
}
.faq-section.second .header-area button {
  padding-right: 15%;
  color: rgba(var(--n17), 1);
}
.faq-section.second .header-area button::after {
  left: initial;
  right: 0;
  border-radius: 50%;
  color: rgba(var(--n1), 1);
  font-size: 18px;
  background-color: rgba(var(--p2), 1);
  width: 36px;
  min-width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .faq-section.second .header-area button::after {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}
.faq-section.second .accordion-single.active .header-area {
  background-color: rgba(var(--p2), 1);
}
.faq-section.second .accordion-single.active .header-area button {
  color: rgba(var(--n1), 1);
}
.faq-section.second .accordion-single.active .header-area button::after {
  color: rgba(var(--p2), 1);
  background-color: rgba(var(--n1), 1);
}

.social-area a {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .social-area a {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}
.social-area a i {
  color: rgba(var(--p2), 1);
}
.social-area a:hover {
  background: rgba(var(--p2), 1);
}
.social-area a:hover i {
  color: rgba(var(--n1), 1);
}
.social-area.second a i {
  color: rgba(var(--n1), 1);
}

.box-shadow-p1 {
  box-shadow: var(--box-shadow-p1);
}

.box-shadow-p2 {
  box-shadow: var(--box-shadow-p2);
}

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

.ul-dots li {
  list-style: disc;
}
.ul-dots.f-none li:first-child {
  list-style: none;
}
@media (max-width: 575px) {
  .ul-dots.f-none li {
    list-style: none;
  }
}
.ul-dots.dots li {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 575px) {
  .ul-dots.dots li::after {
    content: "";
    position: absolute;
    background-color: rgba(var(--n15), 1);
    width: 5px;
    min-width: 5px;
    height: 5px;
    left: -15px;
    border-radius: 50%;
  }
}
.ul-dots.dots li:first-child::after {
  display: none;
}

.counter-area .odometer span {
  color: rgba(var(--n1), 1);
}

.bottom-top {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.singleFilter .filter-list li {
  cursor: pointer;
}
.singleFilter .filter-list li .active {
  background-color: rgba(var(--s1), 1);
}
.singleFilter .filter-list li .active * {
  color: rgba(var(--n1), 1);
}
.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.second .filter-list li .active {
  background-color: transparent;
}
.singleFilter.second .filter-list li .active * {
  color: rgba(var(--p2), 1);
  text-decoration: underline;
}
@media (min-width: 1199px) {
  .singleFilter.third .filter-list li {
    width: 100%;
  }
}
.singleFilter.third .filter-list li span:first-child {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}
.singleFilter.third .filter-list li .active, .singleFilter.third .filter-list li .filter-links:hover {
  background-color: rgba(var(--f5), 1);
}
@media (min-width: 1199px) {
  .singleFilter.third .filter-list li .active:before, .singleFilter.third .filter-list li .filter-links:hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid rgba(var(--f5), 1);
    transition: all 0.5s ease-in-out;
    right: -12px;
  }
}
.singleFilter.third .filter-list li .active *, .singleFilter.third .filter-list li .filter-links:hover * {
  color: rgba(var(--n1), 1);
}
@media (max-width: 575px) {
  .singleFilter.fourth .filter-list {
    border-radius: 20px !important;
  }
}
.singleFilter.fourth .filter-list li .active {
  background-color: rgba(var(--p1), 1);
}
.singleFilter.fourth .filter-list li .active * {
  color: rgba(var(--n1), 1);
}

.comment-form {
  display: none;
}

.cmn-before.bg-second::before {
  border: 1px solid rgba(var(--p1), 0.15);
  background-color: rgba(var(--p1), 0.05);
}
.cmn-before::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(var(--s1), 0.2);
  background-color: rgba(var(--s1), 0.1);
  z-index: -1;
}
@media (max-width: 1499px) {
  .cmn-before::before {
    width: 95%;
  }
}
.cmn-before.full-width::before {
  width: calc(100% - 24px);
}
@media (max-width: 1499px) {
  .cmn-before.full-width::before {
    width: calc(100% - 8px);
  }
}
.cmn-before.half-height::before {
  height: calc(100% - 165px);
  bottom: 0;
}
@media (max-width: 1499px) {
  .cmn-before.half-height::before {
    width: calc(100% - 8px);
  }
}

.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: 100ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(var(--n1), 1);
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: rgba(var(--n1), 1);
  transition: var(--transition);
}
.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: rgba(var(--n4), 1);
  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: rgba(var(--n6), 1);
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-para .cursor-dot {
    height: 60px;
    width: 60px;
  }
}

.highlight-cursor-head, .-para {
  cursor: none;
}

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

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

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

::-webkit-scrollbar-track {
  background: rgba(var(--n5), 1);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

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

.cus-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  position: sticky;
  max-height: 90vh;
  top: 100px;
}
.cus-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  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: rgba(var(--p1), 1);
}

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

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

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

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

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

.top-sticky {
  top: 100px;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  width: 45px;
  height: 45px;
  right: 30px;
  background-color: rgba(var(--s1), 1);
  padding: 0 12px;
  color: rgba(var(--n1), 1);
  line-height: 120%;
  font-size: 12px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
  z-index: 999;
}
.scrollToTop:hover i {
  margin: 0;
}
.scrollToTop i {
  transition: var(--transition);
  margin-bottom: -25px;
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

#preloader {
  background-color: rgba(var(--n1), 1);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}
#preloader #loader {
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(var(--s1), 1);
  animation: preload 2s linear infinite;
}
#preloader #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(var(--s1), 1);
  animation: preload 3s linear infinite;
}
#preloader #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(var(--s1), 1);
  animation: preload 1.5s linear infinite;
}

@keyframes preload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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);
}

.pagination li a {
  color: rgba(var(--n2), 1);
}
.pagination .page-item .page-link {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 999;
  color: rgba(var(--n17), 1);
}
.pagination .page-item:hover a, .pagination .page-item:hover span, .pagination .page-item.active a, .pagination .page-item.active span, .pagination .page-item:focus a, .pagination .page-item:focus span {
  background-color: rgba(var(--p1), 1);
  color: rgba(var(--n1), 1);
  border-color: transparent;
  box-shadow: none;
}

.breadcrumb-area .breadcrumb {
  row-gap: 8px;
}
.breadcrumb-area .breadcrumb .breadcrumb-item {
  position: relative;
}
.breadcrumb-area .breadcrumb .breadcrumb-item::before {
  content: "";
  z-index: 1;
  position: absolute;
  font-family: inherit;
  right: -18px;
  font-size: 18px;
  color: rgba(var(--n17), 1);
  padding: 0 !important;
}
.breadcrumb-area .breadcrumb .breadcrumb-item:last-child::before, .breadcrumb-area .breadcrumb .breadcrumb-item.active::before {
  display: none;
}

.select2 .select2-selection {
  padding: 0;
  height: initial;
  border: none;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.select2 .select2-selection:focus-visible {
  outline: none;
}
.select2 .select2-selection__rendered {
  line-height: 150% !important;
  font-weight: 500;
}
.select2 .select2-selection__clear {
  display: none;
}
.select2 .select2-selection__arrow {
  width: 0 !important;
  height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: initial !important;
}
.select2 .select2-selection__arrow b {
  display: none;
}
.select2 .select2-selection__arrow:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: rgba(var(--n17), 1);
  position: absolute;
  border: none;
  transition: var(--transition);
}
.select2.select2-container--open .select2-selection__arrow::after {
  transform: rotate(180deg);
}

.select2-results li {
  color: rgba(var(--n17), 1);
}
.select2-results li:hover, .select2-results li.select2-results__option--highlighted, .select2-results li.select2-results__option--selected {
  background-color: rgba(var(--p1), 1) !important;
  color: rgba(var(--n1), 1) !important;
}

.select2-dropdown {
  z-index: 1100;
}
.select2-dropdown input:focus-visible {
  outline: none;
}

.single-select.second .select2-selection {
  justify-content: end;
}
.single-select.third .select2 {
  width: 100% !important;
}
.single-select.third .select2-selection__rendered {
  padding: 0;
}
.single-select.third .label {
  top: -6px;
}
.single-select.w-auto .select2-container {
  width: auto !important;
}

.select2-container.w-auto .select2-dropdown {
  width: -moz-max-content !important;
  width: max-content !important;
  left: initial !important;
  overflow: hidden !important;
}

.ui-datepicker {
  background-color: rgba(var(--n1), 1);
  box-shadow: var(--box-shadow-p1);
  z-index: 1100 !important;
}
.ui-datepicker .ui-state-default {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-state-default.ui-state-highlight {
  background-color: rgba(var(--p1), 1);
  color: rgba(var(--n1), 1);
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background-color: rgba(var(--s1), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev::after, .ui-datepicker .ui-datepicker-next::after {
  content: "";
  position: absolute;
  font-family: inherit;
  font-size: 16px;
  color: rgba(var(--n1, 1));
}
.ui-datepicker .ui-datepicker-next {
  left: initial;
  right: 0;
}
.ui-datepicker .ui-datepicker-next::after {
  transform: rotate(180deg);
}

.single-radio {
  cursor: pointer;
}
.single-radio .checkmark {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid rgba(var(--n17), 1);
}
.single-radio .checkmark::after {
  content: "";
  position: absolute;
  width: 2px;
  min-width: 2px;
  height: 2px;
  background-color: rgba(var(--p1), 1);
  opacity: 0;
  transition: var(--transition);
  border-radius: inherit;
}
.single-radio input:checked ~ .checkmark {
  border: 1px solid rgba(var(--p1), 1);
}
.single-radio input:checked ~ .checkmark::after {
  width: 8px;
  min-width: 8px;
  height: 8px;
  opacity: 1;
}

.single-checkbox {
  cursor: pointer;
}
.single-checkbox .checkmark {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid rgba(var(--n4), 1);
  background-color: rgba(var(--p1), 0.05);
}
.single-checkbox .checkmark::after {
  content: "";
  position: absolute;
  width: 18px;
  min-width: 18px;
  height: 18px;
  font-size: inherit;
  opacity: 0;
  font-family: inherit;
  transition: var(--transition);
  color: rgba(var(--f5), 1);
  border-radius: inherit;
}
.single-checkbox input:checked ~ .checkmark::after {
  opacity: 1;
}

.single-checkbox-toggle {
  cursor: pointer;
  width: 60px;
  height: 32px;
}
.single-checkbox-toggle .checkmark {
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.single-checkbox-toggle input:checked ~ .checkmark {
  background-color: rgba(var(--p1), 1);
  transform: translateX(26px);
}

.slider-btn {
  top: calc(50% - 24px);
}
.slider-btn .ara-prev {
  left: -24px;
}
.slider-btn .ara-next {
  right: -24px;
}
.slider-btn.fixed-btn button {
  left: initial !important;
  right: initial !important;
}

.slider-pagination {
  width: initial;
}
.slider-pagination span {
  letter-spacing: 10px;
  color: rgba(var(--p1), 0.02);
  border-radius: 10px;
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.slider-pagination span.swiper-pagination-bullet-active {
  color: rgba(var(--p1), 1);
  width: 34px;
}
.slider-pagination.second span {
  background-color: rgba(var(--n1), 1);
  opacity: 0.5;
}
.slider-pagination.second span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: rgba(var(--n1), 1);
}

@media (max-width: 470px) {
  .cus-row > div {
    width: 100% !important;
  }
}

@media (min-width: 1399px) {
  .cus-grid.grid-five {
    grid-template-columns: repeat(5, 1fr);
  }
  .cus-grid.grid-five > div {
    width: 100% !important;
  }
}
.cus-grid.grid-four {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .cus-grid.grid-four {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 475px) {
  .cus-grid.grid-four {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.input-area:focus-within {
  border: 1px solid rgba(var(--s1), 1) !important;
}
.input-area input,
.input-area textarea {
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.input-area input::-moz-placeholder, .input-area textarea::-moz-placeholder {
  color: rgba(var(--n13), 0.4);
  font-weight: 500;
}
.input-area input::placeholder,
.input-area textarea::placeholder {
  color: rgba(var(--n13), 0.4);
  font-weight: 500;
}
.input-area.second *::-moz-placeholder {
  color: rgba(var(--n1), 0.5);
}
.input-area.second *::placeholder {
  color: rgba(var(--n1), 0.5);
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: 40px;
  }
  100% {
    left: 0;
  }
}
@keyframes run2 {
  0% {
    left: 0;
  }
  50% {
    left: -20px;
  }
  100% {
    left: 0;
  }
}
@keyframes rotate3D {
  0% {
    transform: rotateX(5deg) rotateY(0deg);
  }
  25% {
    transform: rotateX(15deg) rotateY(25deg);
  }
  50% {
    transform: rotateX(35deg) rotateY(75deg);
  }
  75% {
    transform: rotateX(15deg) rotateY(5deg);
  }
  100% {
    transform: rotateX(5deg) rotateY(0deg);
  }
}
@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@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);
  }
}
.header-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header-section .nav-brand {
  width: 265px;
  max-width: 265px;
}
@media (max-width: 991px) {
  .header-section .nav-brand {
    width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: initial !important;
  }
}
.header-section .main-navbar .logo {
  display: none;
}
.header-section .main-navbar .custom-nav .menu-item button::after {
  position: absolute;
  content: "";
  font-weight: 500;
  font-size: 12px;
  right: 0;
  z-index: -1;
  transition: all 1s ease;
  color: rgba(var(--n15), 1);
}
.header-section .main-navbar .custom-nav .menu-item button.arrow-none::after {
  display: none;
}
.header-section .main-navbar .custom-nav .menu-item button, .header-section .main-navbar .custom-nav .menu-item a,
.header-section .main-navbar .custom-nav .menu-link button,
.header-section .main-navbar .custom-nav .menu-link a {
  color: rgba(var(--n1), 1);
  border-bottom: 1px solid transparent;
  transition: var(--transition);
  font-weight: 500;
}
.header-section .main-navbar .custom-nav .menu-item button:hover, .header-section .main-navbar .custom-nav .menu-item 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 button:hover,
.header-section .main-navbar .custom-nav .menu-link button.active,
.header-section .main-navbar .custom-nav .menu-link a:hover,
.header-section .main-navbar .custom-nav .menu-link a.active {
  color: rgba(var(--p2), 1);
  font-weight: 500;
  border-color: rgba(var(--p2), 1);
  font-weight: 500;
}
.header-section .main-navbar .custom-nav .menu-item button:hover::after, .header-section .main-navbar .custom-nav .menu-item 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 button:hover::after,
.header-section .main-navbar .custom-nav .menu-link 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: rgba(var(--p2), 1);
  font-weight: 500;
}
.header-section .main-navbar .custom-nav .menu-item button:hover span::after, .header-section .main-navbar .custom-nav .menu-item button.active span::after, .header-section .main-navbar .custom-nav .menu-item a:hover span::after, .header-section .main-navbar .custom-nav .menu-item a.active span::after,
.header-section .main-navbar .custom-nav .menu-link button:hover span::after,
.header-section .main-navbar .custom-nav .menu-link button.active span::after,
.header-section .main-navbar .custom-nav .menu-link a:hover span::after,
.header-section .main-navbar .custom-nav .menu-link a.active span::after {
  color: rgba(var(--p2), 1);
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-section .main-navbar .custom-nav {
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    display: none;
    border-left: 1px solid rgba(var(--n1), 1);
    padding: 10px 20px;
  }
  .header-section .main-navbar .custom-nav .sub-menu a, .header-section .main-navbar .custom-nav .sub-menu button {
    position: relative;
  }
  .header-section .main-navbar .custom-nav .sub-menu a::before, .header-section .main-navbar .custom-nav .sub-menu button::before {
    content: "";
    position: absolute;
    background-color: rgb(var(--n1));
    width: 16px;
    height: 1px;
    left: -20px;
    top: 11px;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .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(0);
    pointer-events: auto;
  }
  .header-section .main-navbar .custom-nav .menu-item button:hover button::after {
    transform: rotate(-180deg);
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    position: absolute;
    top: 25px;
    left: 0;
    opacity: 0;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    transform: translateY(20px);
    text-wrap: nowrap;
    transition: var(--transition);
    display: initial !important;
    background: rgba(var(--f1), 1);
    z-index: 10;
    pointer-events: none;
    border-radius: 10px;
    border: 1px solid rgba(var(--p1), 1);
  }
  .header-section .main-navbar .custom-nav .sub-menu .sub-menu {
    left: 100%;
    top: -20px;
  }
}
.header-section .main-navbar .custom-nav.second .menu-item button, .header-section .main-navbar .custom-nav.second .menu-item a,
.header-section .main-navbar .custom-nav.second .menu-link button,
.header-section .main-navbar .custom-nav.second .menu-link a {
  color: rgba(var(--n15), 1);
}
.header-section .main-navbar .custom-nav.second .menu-item button:hover *, .header-section .main-navbar .custom-nav.second .menu-item a:hover *,
.header-section .main-navbar .custom-nav.second .menu-link button:hover *,
.header-section .main-navbar .custom-nav.second .menu-link a:hover * {
  color: rgba(var(--p1), 1);
}
.header-section .main-navbar .custom-nav.second .menu-item:hover > .sub-menu,
.header-section .main-navbar .custom-nav.second .menu-link:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header-section .main-navbar .custom-nav.second .sub-menu {
  display: block;
  border-left: 1px solid rgba(var(--n1), 1);
  padding: 10px 20px;
  position: absolute;
  top: 30px;
  left: 0;
  opacity: 0;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  transform: translateY(20px);
  text-wrap: nowrap;
  transition: var(--transition);
  display: grid !important;
  max-height: 60vh;
  overflow-x: auto;
  background: rgba(var(--n4), 1);
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .header-section .main-navbar .custom-nav.third .sub-menu {
    border-left: 1px solid rgba(var(--s1), 1);
  }
  .header-section .main-navbar .custom-nav.third .sub-menu a::before, .header-section .main-navbar .custom-nav.third .sub-menu button::before {
    background-color: rgb(var(--s1));
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .custom-nav.third .sub-menu {
    background: rgba(var(--n18), 1);
  }
  .header-section .main-navbar .custom-nav.third .sub-menu::after {
    background-color: rgba(var(--n18), 1);
  }
}
.header-section .main-navbar .custom-nav.third .menu-item button::after {
  color: rgba(var(--n1), 1);
}
.header-section .main-navbar .custom-nav.third .menu-item button, .header-section .main-navbar .custom-nav.third .menu-item a,
.header-section .main-navbar .custom-nav.third .menu-link button,
.header-section .main-navbar .custom-nav.third .menu-link a {
  color: rgba(var(--n1), 1);
}
.header-section .main-navbar .custom-nav.third .menu-item button:hover, .header-section .main-navbar .custom-nav.third .menu-item button.active, .header-section .main-navbar .custom-nav.third .menu-item a:hover, .header-section .main-navbar .custom-nav.third .menu-item a.active,
.header-section .main-navbar .custom-nav.third .menu-link button:hover,
.header-section .main-navbar .custom-nav.third .menu-link button.active,
.header-section .main-navbar .custom-nav.third .menu-link a:hover,
.header-section .main-navbar .custom-nav.third .menu-link a.active {
  color: rgba(var(--s1), 1);
  border-color: rgba(var(--s1), 1);
}
.header-section .main-navbar .custom-nav.third .menu-item button:hover::after, .header-section .main-navbar .custom-nav.third .menu-item button.active::after, .header-section .main-navbar .custom-nav.third .menu-item a:hover::after, .header-section .main-navbar .custom-nav.third .menu-item a.active::after,
.header-section .main-navbar .custom-nav.third .menu-link button:hover::after,
.header-section .main-navbar .custom-nav.third .menu-link button.active::after,
.header-section .main-navbar .custom-nav.third .menu-link a:hover::after,
.header-section .main-navbar .custom-nav.third .menu-link a.active::after {
  color: rgba(var(--s1), 1);
}
.header-section .main-navbar .custom-nav.third .menu-item button:hover span::after, .header-section .main-navbar .custom-nav.third .menu-item button.active span::after, .header-section .main-navbar .custom-nav.third .menu-item a:hover span::after, .header-section .main-navbar .custom-nav.third .menu-item a.active span::after,
.header-section .main-navbar .custom-nav.third .menu-link button:hover span::after,
.header-section .main-navbar .custom-nav.third .menu-link button.active span::after,
.header-section .main-navbar .custom-nav.third .menu-link a:hover span::after,
.header-section .main-navbar .custom-nav.third .menu-link a.active span::after {
  color: rgba(var(--s1), 1);
}
.header-section .main-navbar .custom-nav.fourth * {
  color: rgba(var(--n15), 1) !important;
}
.header-section .main-navbar .custom-nav.fourth > .menu-link > a i, .header-section .main-navbar .custom-nav.fourth > .menu-item > button i {
  color: rgba(var(--p1), 1) !important;
}
.header-section .main-navbar .custom-nav.fourth > .menu-link > a:hover, .header-section .main-navbar .custom-nav.fourth > .menu-link > a.active, .header-section .main-navbar .custom-nav.fourth > .menu-link > a.onHovered, .header-section .main-navbar .custom-nav.fourth > .menu-item > button:hover, .header-section .main-navbar .custom-nav.fourth > .menu-item > button.active, .header-section .main-navbar .custom-nav.fourth > .menu-item > button.onHovered {
  background-color: rgba(var(--p1), 1);
}
.header-section .main-navbar .custom-nav.fourth > .menu-link > a:hover::after, .header-section .main-navbar .custom-nav.fourth > .menu-link > a.active::after, .header-section .main-navbar .custom-nav.fourth > .menu-link > a.onHovered::after, .header-section .main-navbar .custom-nav.fourth > .menu-item > button:hover::after, .header-section .main-navbar .custom-nav.fourth > .menu-item > button.active::after, .header-section .main-navbar .custom-nav.fourth > .menu-item > button.onHovered::after {
  color: rgba(var(--n1), 1);
}
.header-section .main-navbar .custom-nav.fourth > .menu-link > a:hover *, .header-section .main-navbar .custom-nav.fourth > .menu-link > a.active *, .header-section .main-navbar .custom-nav.fourth > .menu-link > a.onHovered *, .header-section .main-navbar .custom-nav.fourth > .menu-item > button:hover *, .header-section .main-navbar .custom-nav.fourth > .menu-item > button.active *, .header-section .main-navbar .custom-nav.fourth > .menu-item > button.onHovered * {
  color: rgba(var(--n1), 1) !important;
}
.header-section .main-navbar .custom-nav.fourth > .menu-item > button::after {
  content: "";
  font-family: inherit;
  right: 24px;
  z-index: 0;
}
@media (max-width: 767px) {
  .header-section .main-navbar .custom-nav.fourth > .menu-item > button::after {
    right: 16px;
  }
}
.header-section .main-navbar .custom-nav.fourth > .menu-item > button.onHovered::after {
  content: "";
  transform: rotate(180deg);
}
.header-section .main-navbar .custom-nav.fourth .sub-menus {
  display: none;
}
.header-section .main-navbar .custom-nav.fourth .sub-menus a, .header-section .main-navbar .custom-nav.fourth .sub-menus button {
  border: none;
}
.header-section .main-navbar .custom-nav.fourth .sub-menus a:hover, .header-section .main-navbar .custom-nav.fourth .sub-menus button:hover {
  color: rgba(var(--p1), 1) !important;
}
.header-section .main-navbar .custom-nav.fourth .sub-menus .active {
  color: rgba(var(--p1), 1) !important;
}
.header-section .main-navbar .custom-nav.fourth .sub-menus .active * {
  color: rgba(var(--p1), 1) !important;
}
.header-section .main-navbar .custom-nav.fourth .sub-menus a::before {
  position: absolute;
  content: "";
  font-size: 16px;
  font-family: inherit;
  left: 2px;
  z-index: 1;
  transition: all 1s ease;
  color: rgba(var(--n15), 1);
}
@media (max-width: 767px) {
  .header-section .main-navbar .custom-nav.fourth .sub-menus a::before {
    left: 0;
  }
}
.header-section .main-navbar .custom-nav.fourth .sub-menus button::after {
  right: 28px;
}
@media (max-width: 767px) {
  .header-section .main-navbar .custom-nav.fourth .sub-menus button::after {
    right: 16px;
  }
}
.header-section .main-navbar .custom-nav.fourth .sub-menus button::before {
  position: absolute;
  content: "";
  font-size: 18px;
  font-family: inherit;
  left: 28px;
  z-index: 1;
  transition: all 1s ease;
  color: rgba(var(--n15), 1);
}
@media (max-width: 767px) {
  .header-section .main-navbar .custom-nav.fourth .sub-menus button::before {
    left: 18px;
  }
}
.header-section .main-navbar .custom-nav.fourth .sub-menus button.onHovered::before {
  content: "";
  transform: rotate(180deg);
}
.header-section .main-navbar .custom-nav.categories-nav .sub-menu {
  background-color: rgba(var(--f1), 1) !important;
}
.header-section .main-navbar .custom-nav.categories-nav .sub-menu a {
  position: relative;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.header-section .main-navbar .custom-nav.categories-nav .sub-menu a::before {
  content: "";
  z-index: 1;
  position: absolute;
  background-color: rgba(var(--p2), 1);
  width: 5px;
  min-width: 5px;
  height: 5px;
  left: -20px;
  opacity: 0;
  border-radius: 50%;
  transition: var(--transition);
}
.header-section .main-navbar .custom-nav.categories-nav .sub-menu a:hover {
  padding-left: 12px;
  color: rgba(var(--p2), 1);
}
.header-section .main-navbar .custom-nav.categories-nav .sub-menu a:hover::before {
  left: 0;
  opacity: 1;
}
.header-section .main-navbar .custom-nav.categories-nav .sub-menu::after {
  background-color: rgba(var(--f1), 1) !important;
}
.header-section .main-navbar .navbar-toggle-btn {
  width: 40px;
  height: 28px;
  position: relative;
  right: 0;
  transition: var(--transition);
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(var(--s1));
  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: 12px;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(4) {
  top: 24px;
}
.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 .top-header .icon-box {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: rgba(var(--p1), 0.1);
}
.header-section .sidebar-wrapper {
  width: 360px;
  transform: translateX(-360px);
  height: 100vh;
  overflow-y: scroll;
}
.header-section .sidebar-wrapper .custom-nav {
  height: 60vh;
  overflow-y: scroll;
}
.header-section .sidebar-wrapper::-webkit-scrollbar {
  width: 0;
}
.header-section.collapse-header.header-fixed {
  background-color: rgba(var(--n1), 1);
}
@media (min-width: 1200px) {
  .header-section.body-collapse {
    margin-left: 360px;
    width: calc(100% - 360px);
  }
}
@media (max-width: 1199px) {
  .header-section.body-collapse .sidebar-wrapper {
    transform: translateX(0px);
  }
}

.header-fixed {
  background: rgba(var(--n4), 1);
}
.header-fixed .top-header, .header-fixed .categories {
  display: none !important;
}
.header-fixed .main-navbar .logo {
  display: block;
}
@media (max-width: 991px) {
  .header-fixed .main-navbar .logo {
    display: none;
  }
}

.footer-section .footer-links ul {
  overflow: hidden;
}
.footer-section .footer-links a {
  position: relative;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.footer-section .footer-links a::before {
  content: "";
  z-index: 1;
  position: absolute;
  background-color: rgba(var(--p2), 1);
  width: 5px;
  min-width: 5px;
  height: 5px;
  left: -20px;
  opacity: 0;
  border-radius: 50%;
  transition: var(--transition);
}
.footer-section .footer-links a:hover {
  padding-left: 12px;
  color: rgba(var(--p2), 1);
}
.footer-section .footer-links a:hover::before {
  left: 0;
  opacity: 1;
}
@media (max-width: 1199px) {
  .footer-section .newsletter-area .single-img img {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
}
@media (max-width: 1799px) {
  .footer-section .footer-illus img {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
}
@media (max-width: 1699px) {
  .footer-section .footer-illus img {
    display: none;
  }
}
.footer-section.second .footer-links a::before {
  background-color: rgba(var(--s1), 1);
}
.footer-section.second .footer-links a:hover {
  color: rgba(var(--s1), 1);
}
.footer-section.second .copyright-area a:hover {
  color: rgba(var(--s1), 1);
}

.banner-section.index-one .abs-area .icon-area {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.banner-section.index-one .abs-area .end {
  right: 0;
}
@media (min-width: 1199px) {
  .banner-section.index-one .abs-area .end {
    right: -8%;
  }
}
.banner-section.index-one .hero-image .item-1 {
  border-radius: 40px 0 0 0 !important;
}
.banner-section.index-one .hero-image .item-2 {
  border-radius: 0 40px 0 0 !important;
}
.banner-section.index-two .mid-img img {
  aspect-ratio: 0.85;
}
.banner-section.index-three .single-box .abs-area {
  width: 40px;
  min-width: 40px;
  height: 40px;
  top: -20px;
}
.banner-section.index-four .abs-area img {
  width: 15%;
}
.banner-section.index-four .run-x-animation {
  animation: run 2s linear infinite;
}
.banner-section.index-four .run-x-animation:nth-child(odd) {
  animation: run2 3s linear infinite;
}
.banner-section.index-four .rotate-x-animation {
  animation: rotate3D 5s linear infinite;
}
.banner-section.index-four .first {
  margin: 0 40px -72px;
}
@media (max-width: 480px) {
  .banner-section.index-four .single-box:nth-child(2) {
    bottom: 0;
  }
}
.banner-section.index-five .single-item.item-one {
  background: #CFDFDF;
}
.banner-section.index-five .single-item.item-two {
  background: #E1E3EF;
}
.banner-section.index-five .single-item.item-three {
  background: #EAD8CE;
}
@media (max-width: 375px) {
  .banner-section.index-five .single-item .w-75 {
    width: 100% !important;
  }
}
.banner-section.index-five .single-item .abs-area {
  position: absolute;
  width: 200px;
}
@media (max-width: 767px) {
  .banner-section.index-five .single-item .abs-area {
    width: 100px;
  }
}
.banner-section.inner-banner {
  background-image: url(../images/banner-illus-bg.png);
  background-repeat: no-repeat;
  background-position: right 200px bottom;
}
@media (max-width: 1399px) {
  .banner-section.inner-banner {
    background-size: 30%;
    background-position: right 0px bottom;
  }
}

.section-sidebar {
  overflow: visible;
}
@media (min-width: 1199px) {
  .section-sidebar .sidebar-common {
    height: 100% !important;
  }
}
@media (max-width: 1199px) {
  .section-sidebar .sidebar-toggler .cus-scrollbar {
    top: 40px;
  }
  .section-sidebar .sidebar-toggler .sidebar-head {
    position: absolute;
    overflow: hidden;
    height: 24px;
    z-index: 2;
    right: 0;
    top: 0;
  }
  .section-sidebar .sidebar-toggler .sidebar-head.active .side-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
  }
  .section-sidebar .sidebar-toggler .sidebar-head .side-wrapper {
    transform: translateX(200px);
    opacity: 0;
    right: 0;
    background-color: rgba(var(--n8), 1);
    visibility: hidden;
    transition: 0.5s;
  }
  .section-sidebar .sidebar-toggler .sidebar-head .sidebar-area {
    width: 100%;
  }
  .section-sidebar .sidebar-toggler .sidebar-head .sidebar-wrapper {
    min-width: 350px;
    max-width: 350px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .section-sidebar .sidebar-toggler .sidebar-head .sidebar-wrapper {
    min-width: 310px;
    max-width: 310px;
  }
}
@media (max-width: 1199px) {
  .section-sidebar .sidebar-toggler .sidebar-head.primary-sidebar {
    left: 0;
    right: initial;
  }
  .section-sidebar .sidebar-toggler .sidebar-head.primary-sidebar.active .side-wrapper {
    transform: translateX(0px);
  }
  .section-sidebar .sidebar-toggler .sidebar-head.primary-sidebar .side-wrapper {
    transform: translateX(-200px);
  }
}
.section-sidebar .grid-list-btn button.active, .section-sidebar .grid-list-btn button:hover {
  background-color: rgba(var(--p1), 1);
}
.section-sidebar .grid-list-btn button.active span, .section-sidebar .grid-list-btn button:hover span {
  color: rgba(var(--n1), 1);
}
.section-sidebar.details-section {
  margin-top: -300px;
}
@media (max-width: 1199px) {
  .section-sidebar.details-section {
    overflow: hidden;
  }
}
.section-sidebar.details-section .text-limit .read-more-button {
  color: rgba(var(--f5), 1);
  cursor: pointer;
}
.section-sidebar.details-section .end-area {
  min-width: 250px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .section-sidebar.details-section .table {
    width: 140%;
  }
}
@media (max-width: 991px) {
  .section-sidebar.details-section .table {
    width: 120%;
  }
}
@media (max-width: 767px) {
  .section-sidebar.details-section .table {
    width: 145%;
  }
}
@media (max-width: 575px) {
  .section-sidebar.details-section .table {
    width: 155%;
  }
}
@media (max-width: 480px) {
  .section-sidebar.details-section .table {
    width: 230%;
  }
}

.right-sidebar .side-wrapper {
  transform: translateX(100%);
  max-width: 420px;
  z-index: 999;
  max-height: 100vh;
  pointer-events: none;
}
.right-sidebar.active .side-wrapper {
  pointer-events: auto;
  transform: translateX(0);
}

.about-us .shape-area {
  margin: -36px;
}

@media (min-width: 1399px) {
  .categories-style {
    grid-template-columns: repeat(5, 1fr);
  }
  .categories-style > div {
    width: 100% !important;
  }
}
.categories-style > div .icon-area {
  background-color: rgba(var(--p1), 0.2);
}
.categories-style > div:nth-child(odd) .icon-area {
  background-color: rgba(var(--s3), 0.2);
}
.categories-style > div:nth-child(3n+1) .icon-area {
  background-color: rgba(var(--s1), 0.2);
}
.categories-style .single-box.first .icon-area {
  background-color: rgba(var(--p1), 0.2);
}
.categories-style .single-box.second .icon-area {
  background-color: rgba(var(--s2), 0.2);
}

@media (min-width: 1200px) {
  .collapse-section {
    width: calc(100% - 0px);
    transition: all 0.8s;
  }
  .collapse-section.body-collapse {
    width: calc(100% - 360px);
    margin-left: 360px;
  }
}

.top-stores .fav-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.top-stores .fav-icon img {
  width: 15px;
}
.top-stores .fav-icon-2 {
  width: 38px;
  min-width: 38px;
  height: 38px;
}
.top-stores .fav-icon-2 img {
  width: 20px;
}
.top-stores .grid-template {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  .top-stores .grid-template {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .top-stores .grid-template {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .top-stores .grid-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-stores.high-cashback .thumb-area {
  width: 130px;
  min-width: 130px;
  height: 100px;
}
.top-stores.high-cashback .thumb-area img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .top-stores.high-cashback .thumb-area {
    width: 100px;
    min-width: 100px;
    height: 80px;
  }
}
.top-stores.popular-offers .thumb-area img {
  height: 150px;
  aspect-ratio: 16/9;
}
.top-stores.cashback-increased .thumb-area img {
  width: 195px;
  min-width: 195px;
  min-height: 140px;
}
@media (max-width: 1399px) {
  .top-stores.cashback-increased .thumb-area img {
    width: 100px;
    min-width: 100px;
    min-height: 90px;
  }
}
.top-stores.cashback-increased .single-box:hover {
  border: 1px solid rgba(var(--p1), 1) !important;
}
.top-stores.second .single-box:hover {
  border: 1px solid rgba(var(--p1), 1) !important;
}
.top-stores.second .thumb-area {
  height: 60px;
  min-height: 60px;
  width: 60px;
}
@media (min-width: 480px) {
  .top-stores.popular-coupons .thumb-area {
    min-width: 340px;
    width: 340px;
    height: 190px;
  }
}
.top-stores.popular-coupons .single-box:hover {
  border: 1px solid rgba(var(--p1), 1) !important;
}
.top-stores.popular-coupons .details-area {
  display: none;
}
.top-stores.popular-coupons .like-dislike button:hover span {
  color: rgba(var(--p1), 1);
}
@media (max-width: 1199px) {
  .top-stores .cus-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .top-stores .cus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .top-stores .cus-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-stores.trending-features .single-box:hover {
  border: 1px solid rgba(var(--p1), 1) !important;
}
.top-stores.trending-features .abs-area:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.top-stores.trending-features .abs-area:nth-child(2) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .top-stores.trending-features .thumb-area img {
    max-width: 60px;
  }
}
.top-stores.top-collection .cus-grid .thumb-area {
  height: 100px;
}
.top-stores.top-collection .single-box:hover .hovered-item {
  transform: rotate(0) scale(1);
  opacity: 1 !important;
}
.top-stores.top-collection .hovered-item {
  transform: rotate(15deg) scale(0.3) skew(0deg, -55deg);
}
.top-stores.coupon-style .single-box:hover {
  border: 1px solid rgba(var(--p1), 1) !important;
}
.top-stores.grid-list-template {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
  .top-stores.grid-list-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .top-stores.grid-list-template {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 991px) {
  .top-stores.grid-list-template.active {
    grid-template-columns: repeat(1, 1fr);
  }
  .top-stores.grid-list-template.active .single-box {
    display: flex !important;
    justify-content: space-between !important;
  }
  .top-stores.grid-list-template.active .thumb-area {
    width: 340px !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .top-stores.grid-list-template.active .thumb-area {
    width: 260px !important;
  }
}
@media (min-width: 991px) {
  .top-stores.grid-list-template.active .end-area {
    width: 100%;
    display: flex !important;
  }
  .top-stores.grid-list-template.active .exclusive {
    transform: translateY(100%);
    opacity: 0;
    position: absolute;
  }
  .top-stores.grid-list-template.active .exclusive-second {
    transform: translateY(0);
    opacity: 1;
    position: initial;
  }
  .top-stores.grid-list-template .exclusive-second {
    transform: translateY(100%);
    opacity: 0;
    position: absolute;
  }
}

.trending-categories .single-box .thumb-area img {
  width: 130px;
  height: 73px;
}
.trending-categories.second .single-box .thumb-area {
  height: 115px;
}
.trending-categories.third .single-box .thumb-area {
  width: 120px;
  height: 70px;
}
.trending-categories.third .single-box:hover {
  border: 1px solid rgba(var(--p1), 1) !important;
}

@media (min-width: 1599px) {
  .collapse-section.body-collapse .top-stores, .collapse-section.body-collapse .popular-coupons, .collapse-section.body-collapse .looking-more-offer, .collapse-section.body-collapse .customers-feedback {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1199px) {
  .collapse-section .top-stores.trending-features .row.cus-row, .collapse-section .top-stores.second .row.cus-row {
    display: grid !important;
  }
}
@media (min-width: 1199px) and (min-width: 1199px) {
  .collapse-section .top-stores.trending-features .row.cus-row, .collapse-section .top-stores.second .row.cus-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1350px) {
  .collapse-section .top-stores.trending-features .row.cus-row, .collapse-section .top-stores.second .row.cus-row {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1550px) {
  .collapse-section .top-stores.trending-features .row.cus-row, .collapse-section .top-stores.second .row.cus-row {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media (min-width: 1199px) {
  .collapse-section .top-stores.trending-features .row.cus-row > div, .collapse-section .top-stores.second .row.cus-row > div {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1199px) and (min-width: 1199px) {
  .collapse-section.body-collapse .top-stores.trending-features .row.cus-row, .collapse-section.body-collapse .top-stores.second .row.cus-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1350px) {
  .collapse-section.body-collapse .top-stores.trending-features .row.cus-row, .collapse-section.body-collapse .top-stores.second .row.cus-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1550px) {
  .collapse-section.body-collapse .top-stores.trending-features .row.cus-row, .collapse-section.body-collapse .top-stores.second .row.cus-row {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 1199px) {
  .collapse-section .top-stores.top-collection .cus-grid {
    display: grid !important;
    align-content: baseline;
  }
}
@media (min-width: 1199px) and (min-width: 1199px) {
  .collapse-section .top-stores.top-collection .cus-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1399px) {
  .collapse-section .top-stores.top-collection .cus-grid {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1650px) {
  .collapse-section .top-stores.top-collection .cus-grid {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1750px) {
  .collapse-section .top-stores.top-collection .cus-grid {
    grid-template-columns: repeat(7, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1199px) {
  .collapse-section.body-collapse .top-stores.top-collection .cus-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1550px) {
  .collapse-section.body-collapse .top-stores.top-collection .cus-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 1199px) {
  .collapse-section .looking-more-offer .item-wrapper .row {
    display: grid !important;
  }
  .collapse-section .looking-more-offer .item-wrapper .row > div {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1199px) and (min-width: 1199px) {
  .collapse-section .looking-more-offer .item-wrapper .row {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 1199px) and (min-width: 1199px) {
  .collapse-section.body-collapse .looking-more-offer .item-wrapper .row {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.contact-us .single-item.active, .contact-us .single-item:hover {
  background-color: rgba(var(--f5), 1);
}
.contact-us .single-item.active .icon-area, .contact-us .single-item:hover .icon-area {
  background-color: rgba(var(--n1), 1);
}
.contact-us .single-item.active .icon-area i, .contact-us .single-item:hover .icon-area i {
  color: rgba(var(--f5), 1);
}
.contact-us .single-item.active *, .contact-us .single-item:hover * {
  color: rgba(var(--n1), 1);
}

.blog-section .single-list .icon-area img {
  width: 25px;
}
.blog-section .single-list.active, .blog-section .single-list:hover {
  background-color: rgba(var(--f5), 1);
}
.blog-section .single-list.active *, .blog-section .single-list:hover * {
  color: rgba(var(--n1), 1);
}
.blog-section .more-post .thumb-area img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .reply-btn:hover * {
  color: rgba(var(--f5), 1);
}

.banner-area {
  background-color: #D9E4E5;
}
@media (max-width: 1399px) {
  .banner-area .img-area img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .banner-area .img-area img {
    width: 150px;
  }
}

.customers-feedback .single-item.active, .customers-feedback .single-item:hover {
  border: 1px solid rgba(var(--p1), 1) !important;
}
.customers-feedback .single-item .quote-area {
  transform: rotate(180deg);
}
.customers-feedback .single-item .quote-second {
  margin: -8px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
@media (max-width: 576px) {
  .customers-feedback .single-item .quote-second {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.customers-feedback.second .thumb-area {
  width: 88px;
  min-width: 88px;
  height: 88px;
}
.customers-feedback.third .quote-area {
  transform: rotate(180deg);
}
@media (min-width: 1199px) {
  .customers-feedback.third .img-area > img {
    max-width: unset;
  }
}

.best-partner .swiper-wrapper {
  transition-timing-function: linear;
}
.best-partner .swiper-slide {
  width: 180px;
}

.single-range .range-slider-bg {
  height: 5px;
}
.single-range .range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: inherit;
  background: linear-gradient(to right, rgba(var(--p2), 1), rgba(var(--p2), 1)) no-repeat;
  background-size: calc((var(--value) - var(--min)) * 100% / (var(--max) - var(--min))) 100%;
  outline: none;
}
.single-range .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: rgba(var(--p2), 1);
  border-radius: 20px;
  cursor: pointer;
}

.newsletter .abs-area > div:first-child {
  bottom: -70px;
}
.newsletter .abs-area > div:last-child {
  top: -70px;
}
@media (max-width: 1799px) {
  .newsletter .abs-area > div:last-child, .newsletter .abs-area > div:first-child {
    max-width: 180px;
  }
}

#draggableDiv {
  top: 50%;
  bottom: 0;
  z-index: 99999;
  cursor: move;
}
#draggableDiv .draggable {
  background-color: #1CA2FC;
}
#draggableDiv .draggable i {
  color: #F5FAFF;
}/*# sourceMappingURL=style.css.map */