@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
  --ff-body: 'Manrope', sans-serif;
  --ff-heading: 'Manrope', sans-serif;
  --ff-subtitle: 'Manrope';
  --ff-fontawesome: "Font Awesome 6 Free";
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-background: #0c1014;
  --color-placeholder: #4A5764;
  --color-body: #ffffff;
  --color-primary: #a11d28;
  --color-secondary: #831121;
  --color-border: #eaeaea;
  --color-heading: #1b1b1b;
  --text-body: #646464;
  --text-primary: #000;
  --shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
  --border-primary: 1px solid #a11d28;
  --fw-normal: normal;
  --fw-thin: 100;
  --fw-elight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-sbold: 600;
  --fw-bold: 700;
  --fw-ebold: 800;
  --fw-black: 900;
  --fs-body: 16px;
  --fs-body2: 18px;
  --fs-p: 16px;
  --fs-h1: 68px;
  --fs-h2: 48px;
  --fs-h3: 36px;
  --fs-h4: 24px;
  --fs-h5: 22px;
  --fs-h6: 18px;
  --lh-body: 28px;
  --lh-body2: 26px;
  --lh-p: 26px;
  --lh-h1: 70px;
  --lh-h2: 48px;
  --lh-h3: 42px;
  --lh-h4: 24px;
  --lh-h5: 30px;
  --lh-h6: 24px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--color-white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 20px;
  border: 2.5px solid var(--color-white);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

.banner-home-bg {
  /* background-image: linear-gradient(45deg, var(--color-background), #290d0d); */
  background-image: url("/assets/img/bg-bg.svg");
  background-color: var(--color-background);
}

.heading-color {
  color: #001D08 !important;
}

.white-color {
  color: #fff !important;
}

.gray-color {
  color: #d8d9da !important;
}

/*home-3-feature-card-bg-color*/
.frist-bg {
  background: #f5f0ea;
}

.second-bg {
  background: #e9eef4;
}

.thaird-bg {
  background: #f2f1ec;
}

.banner-bg-3 {
  background: #fcffea;
}

.body-color {
  color: var(--text-body) !important;
}

.happy-customer-bg {
  background: #ffefeb;
}

.footer-home-3-bg {
  background: #F5F5F5;
}

.bg-headr-3 {
  background: var(--color-white) !important;
}

.hover-theme:hover {
  color: red;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  color: var(--color-heading);
  font-family: var(--ff-heading);
  font-weight: var(--fw-bold);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-style: normal;
  margin-bottom: 0;
}

.section-title p {
  margin-top: 18px;
}

.bg-bg .section-title h2 {
  color: #fff;
}

.bg-bg .section-title p {
  color: #a7a7a7;
}

.brand__thumb img,
.mean-container .mean-nav ul li>a.mean-expand i,
.main-menu ul li.has-dropdown>a::after,
.main-menu ul li .submenu,
.main-menu ul li .submenu li a::before,
.main-menu ul li .mega-menu,
.main-menu ul li .mega-menu li ul li a::before,
.offcanvas__overlay,
.offcanvas__navigation button svg,
.rauto-btn svg path,
.rauto-btn.btn-transparent.btn-border-gray i,
.body__overlay,
a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.banner__navigation button,
.breadcrumb__menu ul li:not(:last-child)::before,
.nice-select::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------------------------------
    Typography css start 
---------------------------------*/
html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  font-weight: normal;
  color: var(--text-body);
  line-height: var(--lh-body);
  background: var(--color-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  opacity: 0.999;
  transition: opacity 0.3s ease-in;
}

body.fonts-loaded {
  opacity: 1;
}

h1,
.h1 h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--ff-heading);
  color: var(--color-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: var(--fw-bold);
  word-break: break-word;
}

h1,
.h1 {
  font-size: var(--fs-h1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  h1,
  .h1 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {

  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: var(--fs-h2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  h2,
  .h2 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

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

@media only screen and (min-width: 576px) and (max-width: 767px) {

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

@media (max-width: 575px) {

  h2,
  .h2 {
    font-size: 30px;
  }
}

@media (max-width:450px) {

  h2,
  .h2 {
    font-size: 27px;
  }
}

h3,
.h3 {
  font-size: var(--fs-h3);
}

@media (max-width: 575px) {

  h3,
  .h3 {
    font-size: 30px;
  }
}

@media (max-width:450px) {

  h3,
  .h3 {
    font-size: 27px;
  }
}

h4,
.h4 {
  font-size: var(--fs-h4);
}

h5,
.h5 {
  font-size: var(--fs-h5);
}

h6,
.h6 {
  font-size: var(--fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-position: inside
}

p {
  font-size: var(--fs-p);
  font-weight: var(--fw-normal);
  color: var(--text-body);
}

.body-2 {
  font-size: var(--fs-body2);
  line-height: var(--lh-body2);
  font-weight: var(--fw-light);
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a.active {
  color: var(--color-primary);
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  width: 100%;
  font-size: 16px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; // Yeah, yeah everybody write about it
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

input,
select {
  margin-left: 0;
  background: var(--color-white);
  padding: 13px 20px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(0, 29, 8, 0.1);
  outline: none;
}

.dark-form input,
.dark-form select {
  color: #fff;
  background: #2a2c2e;
  border-color: #343434;
}

textarea {
  min-height: 110px;
  margin-left: 0;
  background: var(--color-white);
  border: 1px solid rgba(0, 29, 8, 0.1);
  padding: 13px 20px;
  border-radius: 16px;
}

.dark-form textarea {
  color: #fff;
  background: #2a2c2e;
  border-color: #343434;
}

*::-moz-selection {
  background: var(--common-selection);
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--common-selection);
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: var(--common-selection);
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: var(--color-black);
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
}

*::-moz-placeholder::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-placeholder);
}

*::-moz-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-placeholder);
}

*::-moz-placeholder:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--color-placeholder);
}

*::-moz-placeholder::placeholder {
  /* MODERN BROWSER */
  color: var(--color-placeholder);
}

*::-webkit-input-placeholder {
  opacity: 1;
  font-size: 16px;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
}

*:-ms-input-placeholder {
  opacity: 1;
  font-size: 16px;
}

*::-ms-input-placeholder {
  opacity: 1;
  font-size: 16px;
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
}

*::-webkit-input-placeholder::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-placeholder);
}

*::placeholder::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-placeholder);
}

*::-moz-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-placeholder);
}

*::placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-placeholder);
}

*:-ms-input-placeholder:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--color-placeholder);
}

*::-ms-input-placeholder:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--color-placeholder);
}

*::placeholder:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--color-placeholder);
}

*::-webkit-input-placeholder::placeholder {
  /* MODERN BROWSER */
  color: var(--color-placeholder);
}

*::-moz-placeholder::placeholder {
  /* MODERN BROWSER */
  color: var(--color-placeholder);
}

*:-ms-input-placeholder::placeholder {
  /* MODERN BROWSER */
  color: var(--color-placeholder);
}

*::-ms-input-placeholder::placeholder {
  /* MODERN BROWSER */
  color: var(--color-placeholder);
}

*::placeholder::placeholder {
  /* MODERN BROWSER */
  color: var(--color-placeholder);
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container {
  --bs-gutter-x: 30px;
  max-width: 1200px;
}

.row {
  --bs-gutter-x: 30px;
}

.row-none {
  --bs-gutter-x: none !important;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

/*---------------------------------
    common
---------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

.p-0 {
  padding-left: 0 !important;
}

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.valign {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body__overlay {
  background-color: var(--common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

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

.margin-minus-400 {
  margin-right: -400px;
}

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

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

.border-gray {
  border: 1px solid rgba(0, 29, 8, 0.1);
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .border-gray {
    border: none;
    border-radius: none;
  }
}

.text-white {
  color: var(--color-white);
}

.opacity {
  opacity: 0.7 !important;
}

.float-right {
  float: right;
}

.box-shadow {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
  box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
  border-radius: 10px;
}

.box-shadow-3 {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 29, 8, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 29, 8, 0.1);
}

.bg-cover {
  background-size: cover;
}

.container-width {
  max-width: 1520px;
}

.home3-container-width {
  max-width: 1550px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-md-30 {
    margin-bottom: 30px;
  }
}

.mb-10 {
  margin-bottom: 15px !important;
}

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

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

.gap-6 {
  gap: 6px;
}

.gap-10 {
  gap: 10px;
}

.fw-sbold {
  font-weight: var(--fw-sbold) !important;
}

/*---------------------------------
	spacing
---------------------------------*/
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-top {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-top {
    padding-top: 70px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}

.section__title-space {
  margin-bottom: 50px;
}

.mb-minus-30 {
  margin-bottom: -30px;
}

.ml {
  margin-left: 140px;
}

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

.fs-16 {
  font-size: 16px !important;
}

/*----------------------------------------*/
/*  olor
/*----------------------------------------*/
.color-white {
  color: var(--color-white);
}

.color-heading-primary {
  color: var(--color-heading);
}

.rs-fw-sbold {
  font-weight: var(--fw-sbold);
}

/*----------------------------------------*/
/*  buttons
/*----------------------------------------*/
.rauto-btn {
  color: var(--color-white);
  font-family: var(--ff-heading);
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  font-weight: var(--fw-sbold);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding: 10px 28px;
  background-color: var(--color-primary);
  z-index: 5;
}

.rauto-btn:focus {
  color: var(--color-white);
}

.rauto-btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-165%, 0) rotate(0deg);
  transform: translate(-165%, 0) rotate(0deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: -1;
  content: "";
}

.rauto-btn:hover {
  color: var(--color-white);
  background: var(--color-secondary);
}

.rauto-btn:hover::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.rauto-btn:hover svg path[fill="#00160A"] {
  fill: var(--color-white);
}

.rauto-btn.btn-hover-white::before {
  background-color: var(--color-white);
}

.rauto-btn.btn-hover-white:hover {
  color: var(--color-heading);
}

.rauto-btn.btn-hover-white:hover svg path[fill=white] {
  fill: var(--color-heading);
}

.rauto-btn.btn-transparent {
  padding: 10px 28px;
  color: var(--color-heading);
  background-color: transparent;
  border: 1px solid rgba(0, 29, 8, 0.1);
}

.rauto-btn.btn-transparent::before {
  background-color: var(--color-primary);
}

.rauto-btn.btn-transparent.btn-border-2 {
  padding: 18px 30px;
  border: 2px solid var(--color-primary);
}

.rauto-btn.btn-transparent.btn-border-2::before {
  border-radius: 0;
}

.rauto-btn.btn-transparent.btn-border-gray {
  padding: 19px 22px;
  border-color: var(--color-heading);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .rauto-btn.btn-transparent.btn-border-gray {
    padding: 10px 15px;
  }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rauto-btn.btn-transparent.btn-border-gray {
    padding: 6px 10px;
  }
}

.rauto-btn.btn-transparent.btn-border-gray:hover i {
  background-color: var(--color-primary);
}

.rauto-btn.btn-transparent.btn-border-gray i {
  border-radius: 16px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: var(--color-heading);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rauto-btn.btn-transparent.btn-border-gray i {
    width: 30px;
    height: 30px;
  }
}

.rauto-btn.btn-transparent svg path[fill=white] {
  fill: var(--color-primary);
}

.rauto-btn.btn-transparent:hover {
  color: var(--color-white);
}

.rauto-btn.btn-transparent:hover svg path[fill=white] {
  fill: var(--color-white);
}

.rauto-btn.btn-white {
  color: var(--color-heading);
  background-color: var(--color-white);
}

.rauto-btn.btn-white::before {
  background-color: var(--color-primary);
}

.rauto-btn.btn-white:hover {
  color: var(--color-white);
}

.rauto-btn.btn-text-color-white {
  color: var(--color-white);
}

.small-btn {
  height: 50px;
  width: 50px;
  background: var(--color-white);
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.small-btn:hover {
  background: var(--color-primary);
}

.small-btn:hover i {
  color: var(--color-white);
}

.small-btn:hover svg path {
  stroke: var(--color-white);
}

.small-btn-transparent {
  background: transparent;
  border: 1px solid var(--color-border);
}

/*----------------------------------------*/
/*  offcanvas
/*----------------------------------------*/
.offcanvas__area {
  background: #FAFAFA none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-left: 1px solid var(--border-primary);
}

.offcanvas__area ::-webkit-scrollbar {
  display: none;
}

@media (max-width: 575px) {
  .offcanvas__area {
    width: 400px;
  }
}

@media (max-width:450px) {
  .offcanvas__area {
    width: 100%;
  }
}

.offcanvas__area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 85px;
}

.offcanvas__content {
  padding-bottom: 45px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 35px 40px;
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 25px 25px;
  }
}

.offcanvas__top {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.079);
}

@media (max-width: 575px) {
  .offcanvas__top {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}

.offcanvas__search {
  position: relative;
}

.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border-bottom: 1px solid var(--border-primary);
  font-size: 16px;
  color: var(--color-white);
  padding-bottom: 15px;
}

.offcanvas__search input::-webkit-input-placeholder {
  color: var(--color-white);
}

.offcanvas__search input::-moz-placeholder {
  color: var(--color-white);
}

.offcanvas__search input:-ms-input-placeholder {
  color: var(--color-white);
}

.offcanvas__search input::-ms-input-placeholder {
  color: var(--color-white);
}

.offcanvas__search input::placeholder {
  color: var(--color-white);
}

.offcanvas__search input:focus {
  border-color: var(--color-white);
}

.offcanvas__search button {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 20px;
  color: var(--color-white);
}

.offcanvas__search button:hover {
  color: var(--color-primary);
}

.offcanvas__title {
  color: var(--color-white);
}

@media (max-width:450px) {
  .offcanvas__title {
    font-size: 20px;
  }
}

.offcanvas__text p {
  margin-bottom: 25px;
}

.offcanvas__social {
  margin-bottom: 40px;
}

.offcanvas__social ul li {
  display: inline-block;
}

.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}

.offcanvas__social ul li a {
  color: var(--color-primary);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--color-white);
  font-size: 16px;
  border-radius: 50%;
}

.offcanvas__social ul li a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.offcanvas__notification-icon a {
  font-size: 14px;
  color: var(--color-white);
  position: relative;
}

.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 50%;
  color: var(--color-white);
  text-align: center;
}

.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--color-white);
  font-size: 14px;
}

.offcanvas__notification-text p .notification-number {
  color: var(--color-primary);
}

.offcanvas__notification-text p a {
  color: var(--color-primary);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--color-black);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.6;
  visibility: visible;
}

.sidebar__toggle {
  cursor: pointer;
}

.offcanvas__contact-icon {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.offcanvas__slider-content {
  border: 1px solid var(--border-primary);
  padding: 20px;
}

.offcanvas__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.offcanvas__navigation button svg * {
  fill: var(--color-white);
}

.offcanvas__navigation button:hover svg * {
  fill: var(--color-primary);
}

.offcanvas__post-title {
  font-size: 26px;
  color: var(--color-white);
}

.offcanvas__post-title a:hover {
  color: var(--color-primary);
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--color-white);
}

.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 30px;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
  -webkit-transition: top 0.15s ease, -webkit-transform 0.3s ease;
  transition: top 0.15s ease, -webkit-transform 0.3s ease;
  transition: top 0.15s ease, transform 0.3s ease;
  transition: top 0.15s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}

.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}

.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}

.offcanvas-close-icon:hover .offcanvas-m-line {
  -webkit-animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.6 sectiontitle
/*----------------------------------------*/
.section__title-wrapper {
  position: relative;
  z-index: 55;
}

.section__title-wrapper__white .section__title {
  color: var(--color-white);
}

.section__title-wrapper__white p {
  color: var(--color-white);
}

.section__title-wrapper__white ul li {
  color: var(--color-white);
}

.section__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: var(--color-primary);
  font-family: var(--ff-heading);
  font-size: var(--fs-body2);
  font-style: normal;
  font-weight: var(--fw-bold);
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section__subtitle-2 img {
  margin-left: 0;
  margin-right: 17px;
}

.section__subtitle img {
  margin-left: 23px;
  max-width: 33.17px;
}

.section__subtitle .xlab-img {
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 15px;
}

.section__title {
  text-transform: capitalize;
  color: var(--color-heading);
}

/*----------------------------------------*/
/*  2.10 backtotop
/*----------------------------------------*/
.backtotop-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 46px;
  overflow: hidden;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--color-primary);
}

@media (max-width:450px) {
  .backtotop-wrap {
    bottom: 20px;
    right: 20px;
  }
}

.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.backtotop-wrap::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid var(--color-primary);
  left: 0;
  border-radius: 500px;
  -webkit-transform: translate(-100%, 0) rotate(50deg);
  transform: translate(-100%, 0) rotate(50deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: var(--color-heading);
  z-index: -1;
  content: "";
}

/* .backtotop-wrap::after {
  position: absolute;
  font-family: var(--ff-fontawesome);
  content: "\f062";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: var(--color-white);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
} */

/* .backtotop-wrap svg path {
  fill: #fff;
}

.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
} */

.backtotop-wrap:hover::before {
  border-color: var(--color-heading);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*----------------------------------------*/
/*  2.11 animation
/*----------------------------------------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.animate-play {
  position: relative;
}

.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  -webkit-animation-name: popupBtn;
  animation-name: popupBtn;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  -webkit-animation-name: popupBtn;
  animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

@-webkit-keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes qode-draw {

  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }

  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}

@keyframes qode-draw {

  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }

  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}

@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes bounce {

  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40%,
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes bounce {

  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40%,
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #3b3b3b;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.upDown {
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.upDown-top {
  -webkit-animation: upDown 1S infinite alternate;
  animation: upDown 1S infinite alternate;
}

@-webkit-keyframes upDown-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes upDown-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.upDown-bottom {
  -webkit-animation: upDown 0.8S infinite alternate;
  animation: upDown 0.8S infinite alternate;
}

@-webkit-keyframes upDown-bottom {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes upDown-bottom {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.leftRight {
  -webkit-animation: leftRight 1.3S infinite alternate;
  animation: leftRight 1.3S infinite alternate;
}

@-webkit-keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.rightLeft {
  -webkit-animation: rightLeft 1.3S infinite alternate;
  animation: rightLeft 1.3S infinite alternate;
}

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.zooming {
  -webkit-animation: zooming 1.3S infinite alternate;
  animation: zooming 1.3S infinite alternate;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  50% {
    -webkit-transform: scale(1.1) translate(19px, 19px);
    transform: scale(1.1) translate(19px, 19px);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  50% {
    -webkit-transform: scale(1.1) translate(19px, 19px);
    transform: scale(1.1) translate(19px, 19px);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

.zoom {
  -webkit-animation: zooming 1.3S infinite alternate;
  animation: zooming 1.3S infinite alternate;
}

/*----------------------------------------*/
/*  		header-1
/*----------------------------------------*/
.header-1.rs-sticky .header__btn .text h5,
.header-1.rs-sticky .header__btn .text span {
  color: var(--color-white);
}

.header-1.rs-sticky .header__btn .text a:hover h5 {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li>a {
  color: var(--color-heading);
}

.header-1.rs-sticky .main-menu ul li>a::before {
  background: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li a:hover {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li a:hover::before {
  background: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li:hover>a {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li:hover>a::before {
  background-color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li.has-dropdown:hover>a::after {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a::before {
  background: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li:hover>.mega-menu-title {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li:hover>a {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li:hover>a::after {
  color: var(--color-primary);
}

.header-1.rs-sticky .header__btn .text h5,
.header-1.rs-sticky .header__btn .text span {
  color: var(--color-white);
}

.header-1.rs-sticky .header__btn .text a:hover h5 {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li>a {
  color: var(--color-heading);
}

.header-1.rs-sticky .main-menu ul li>a::before {
  background: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li a:hover {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li a:hover::before {
  background: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li:hover>a {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li:hover>a::before {
  background-color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li.has-dropdown:hover>a::after {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a::before {
  background: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li:hover>.mega-menu-title {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li:hover>a {
  color: var(--color-primary);
}

.header-1.rs-sticky .main-menu ul li:hover>a::after {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  header-common
/*----------------------------------------*/
.rs-sticky {
  position: fixed !important;
  top: 0;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--color-white) !important;
  border: 1px solid var(--color-border);
  border-top: 0;
}

.rs-sticky .header-top {
  position: fixed !important;
  top: -100%;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--gray-900);
  border-top: 0;
}

.rs-sticky.header-2 {
  background: var(--color-heading) !important;
}

.rs-sticky.header-2 .main-menu .mobile-menu ul li a {
  color: var(--color-white) !important;
}

.rs-sticky.header-2 .main-menu .mobile-menu ul li a:hover {
  color: var(--color-primary) !important;
}

.rs-sticky.header-2 .main-menu .mobile-menu ul li ul.submenu li a {
  color: var(--color-heading) !important;
}

.header__area {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.19%, rgba(255, 61, 0, 0.1)), color-stop(49.48%, rgba(255, 177, 152, 0.1)), color-stop(99.8%, rgba(255, 61, 0, 0.1)));
  background: linear-gradient(90deg, rgba(255, 61, 0, 0.1) 0.19%, rgba(255, 177, 152, 0.1) 49.48%, rgba(255, 61, 0, 0.1) 99.8%);
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.header__area .container {
  max-width: 1200px;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area .container {
    font-size: 13px;
  }
}

.header__area.header-inner {
  background: var(--color-white);
}

.header__logo {
  max-width: 188px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .header__logo {
    max-width: 150px;
  }
}

@media (max-width:450px) {
  .header__logo {
    max-width: 150px;
  }
}

.header__logo.header__logo-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header__logo.header__logo-3 .header__hamburger {
    margin-left: 55px;
  }
}

.header__logo.header__logo-3 .header__hamburger .sidebar__toggle {
  background: var(--color-heading);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.header__logo.header__logo-3 .header__hamburger .sidebar__toggle .bar-icon span {
  background: var(--color-white);
}

.header__logo.header__logo-3 .logo-3 {
  width: 164px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header__logo.header__logo-3 .logo-3 {
    width: 130px;
  }
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header__main {
    padding: 18px 0;
  }
}

@media (max-width:450px) {
  .header__main {
    padding: 16px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li a {
    font-size: 14px;
  }
}

.header__main .header__right .header__action {
  gap: 30px;
}

.header__main .header__right .header__action .search-icon {
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header__main .header__right .header__action .search-icon {
    display: none !important;
  }
}

.header__main .header__right .header__action .header__social {
  gap: 24px;
}

.header__main .header__right .header__action .header__social a {
  position: relative;
}

.header__main .header__right .header__action .header__social a .icon-wrapper {
  position: absolute;
  top: -13px;
  left: 13px;
  width: 15px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FF3D00;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__main .header__right .header__action .header__message {
  gap: 10px;
}

.header__main .header__right .header__action .header__message h6 {
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-30);
  font-size: 16px;
  font-style: normal;
}

@media (max-width: 575px) {
  .header__main .header__right .header__action .header__message h6 {
    display: none;
  }
}

.header__main .header__right .header__action .header__message h6:hover {
  color: var(--color-primary);
}

.header__main .header__right .header__action .header__message .circle-message {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color-primary);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.bar-icon {
  width: 26px;
  height: 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  display: inline-block;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.bar-icon span:nth-child(2) {
  margin-left: 0px;
}

.bar-icon:hover span {
  -webkit-animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.bar-icon:hover span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.bar-icon.is-black span {
  background: var(--color-black);
}

.bar-icon.is-white span {
  background: var(--color-white);
}

.header__btn {
  gap: 15px;
}

.logo {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: bold;
}

.rs-sticky .logo {
  color: #000;
}

.logo img {
  height: 64px;
}

.logo__black {
  display: none;
}

.rs-sticky .logo .logo__white,
.white-bg .logo .logo__white {
  display: none;
}

.rs-sticky .logo .logo__black,
.white-bg .logo .logo__black {
  display: block;
}

.header-top {
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.1);
}

.header-top-menu {
  gap: 30px;
  list-style: none;
}

.header-top-menu li {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-white);
  font-family: var(--ff-body);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-menu li {
    font-size: 12px;
  }
}

.header-top-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
}

.header-top-menu li a:hover {
  color: var(--color-primary);
}

.header-top-socail-menu {
  gap: 14px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-socail-menu .lan-select-2 {
  width: 85px;
}

.header-top-socail-menu .lan-select-2 .lan-home-2 {
  background: transparent;
  color: #fff;
  border: none;
}

.header-top-socail-menu .lan-select-2 .lan-home-2 option {
  background: #000;
  border: none;
}

.header-top-socail-menu span {
  font-size: 14px;
  font-family: var(--ff-body);
  font-style: normal;
  line-height: 17px;
}

.header-top-socail-menu span a {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-socail-menu span a {
    font-size: 12px;
  }
}

.header-top-socail-menu span a:hover {
  color: var(--color-primary);
}

.inner-page {
  padding: 8px 0;
  background: var(--color-heading);
}

.inner-page-menu {
  gap: 30px;
  list-style: none;
}

.inner-page-menu li {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-white);
  font-family: var(--ff-body);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.inner-page-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
}

.inner-page-menu li a:hover {
  color: var(--color-primary);
}

.inner-page-socail-menu {
  gap: 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page-socail-menu .lan-select .lan {
  background: transparent;
  color: #fff;
  border: none;
}

.inner-page-socail-menu .lan-select .lan option {
  background: #000;
  border: none;
}

.inner-page-socail-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: var(--color-white);
  font-family: var(--ff-body);
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}

.inner-page-socail-menu li a:hover {
  color: var(--color-primary);
}

.inner-page .header-top-menu li a {
  color: var(--color-primary);
}

.inner-page .header-top-social {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.7);
  gap: 15px;
}

.inner-page .header-top-social a:hover {
  color: var(--color-white);
}

/*----------------------------------------*/
/*  banner home
/*----------------------------------------*/
.banner-home {
  padding: 175px 0 100px;
}

.banner-home__content h6 {
  color: var(--color-primary);
  font-family: var(--ff-subtitle);
  font-size: var(--fs-h4);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
}

.banner-home__content h1 {
  color: var(--color-white);
  font-family: var(--ff-heading);
  font-size: var(--fs-h1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-h1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__content h1 {
    font-size: 58px;
    line-height: 78px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__content h1 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__content h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 575px) {
  .banner-home__content h1 {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width:450px) {
  .banner-home__content h1 {
    font-size: 27px;
    line-height: 37px;
  }
}

.banner-home__content .description p {
  max-width: 624px;
  color: var(--text-body);
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
  font-size: var(--fs-body2);
  margin-bottom: 0;
}

.banner-home__btn__wrapper {
  gap: 30px;
}

@media (max-width:376px) {
  .banner-home__btn__wrapper {
    gap: 25px;
  }
}

.banner-home__media {
  position: relative;
}

/*----------------------------------------*/
/*  Menu
/*----------------------------------------*/
.main-menu ul {
  margin-bottom: 0;
}

.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }
}

.main-menu ul li:last-child {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.main-menu ul li.active>a {
  color: var(--color-primary) !important;
}

.main-menu ul li>a {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--ff-body);
  font-weight: var(--fw-medium);
  padding: 30px 0;
  text-transform: none;
  line-height: normal;
}

.white-bg .main-menu ul li>a {
  color: var(--color-black);
}

.rs-sticky .main-menu ul li>a {
  color: var(--color-heading);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li>a {
    padding: 32.8px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li>a {
    padding: 30px 0;
  }
}

.main-menu ul li.has-dropdown>a {
  position: relative;
}

.main-menu ul li.has-dropdown>a::after {
  content: "+";
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  display: inline-block;
}

.main-menu ul li.has-mega-menu {
  position: static;
}

.main-menu ul li.megamenu-wrapper {
  position: static;
}

.main-menu ul li .submenu {
  position: absolute;
  top: 110%;
  inset-inline-start: 0;
  min-width: 280px;
  background: var(--color-white);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  padding: 35px 0 6px;
  color: var(--color-white);
  border: 1px solid var(--border-primary);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: var(--text-1);
}

.main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--color-heading);
  font-size: 16px;
  padding: 0 25px;
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  padding-bottom: 9px;
  width: 100%;
}

.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 1px;
  background-color: var(--color-primary);
}

.main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.main-menu ul li .submenu li:hover>a {
  color: var(--color-primary);
  -webkit-padding-start: 43px;
  padding-inline-start: 43px;
}

.main-menu ul li .submenu li:hover>a::before {
  width: 12px;
}

.main-menu ul li .submenu li:hover>a::after {
  color: var(--color-primary);
}

.main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 30px 35px 30px;
  background: var(--color-heading);
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  width: 100%;
  -webkit-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  clip: rect(0px, 200vw, 0, 0px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li .mega-menu {
    padding: 25px 25px;
  }
}

.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
  padding: 30px 35px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
  padding: 30px 35px 30px;
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  width: 950px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 500;
  color: var(--text-body);
  cursor: text;
  padding: 0;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-primary);
  padding-bottom: 5px;
}

.main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none;
}

.main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 9px;
}

.main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0;
}

.main-menu ul li .mega-menu li ul li a {
  font-size: 16px;
  color: var(--text-body);
  padding: 0;
  position: relative;
}

.main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 0;
  height: 1px;
  background-color: var(--color-primary);
}

.main-menu ul li .mega-menu li ul li:hover>a {
  color: var(--color-primary);
}

.main-menu ul li .mega-menu li ul li:hover>a::before {
  background-color: var(--color-primary);
}

.main-menu ul li .mega-menu li:hover>.mega-menu-title {
  color: var(--color-primary);
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.main-menu ul li .mega-menu li:hover>a {
  color: var(--color-primary);
}

.main-menu ul li .mega-menu li a:hover {
  -webkit-padding-start: 18px;
  padding-inline-start: 18px;
}

.main-menu ul li .mega-menu li a:hover::before {
  width: 12px;
}

.main-menu ul li:hover>a {
  color: var(--color-primary);
}

.main-menu ul li:hover>a::after {
  color: var(--color-primary);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  -webkit-transition: clip 0.6s linear, opacity 0.4s linear;
  transition: clip 0.6s linear, opacity 0.4s linear;
}

/*----------------------------------------*/
/* footer
/*----------------------------------------*/
.footer__area-common {
  background-color: #FAFAFA;
  border-top: 1px solid var(--color-border);
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__area-common {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer__area-common {
    padding-top: 50px;
  }
}

.footer-wrap {
  padding: 75px 0 70px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap {
    --bs-gutter-x: none;
  }
}

.footer__main {
  position: relative;
  padding-bottom: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__main {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .footer__main {
    padding-bottom: 40px;
  }
}

.footer__widget {
  margin-bottom: 0;
}

.footer__widget.footer__widget-item-1 {
  max-width: 323px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer__widget.footer__widget-item-1 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.footer__widget-item-2 {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer__widget.footer__widget-item-2 {
    padding-left: 0;
  }
}

.footer__widget.footer__widget-item-3 {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.footer__widget-item-3 {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer__widget.footer__widget-item-3 {
    padding-left: 0;
  }
}

.footer__widget-title h4 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: var(--lh-h4);
  position: relative;
  z-index: 10;
  text-transform: capitalize;
  color: var(--color-black);
  font-family: var(--ff-heading);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget-title h4 {
    font-size: 16px;
  }
}

.footer__widget-description p {
  font-size: var(--fs-body2);
  margin-bottom: 0;
  opacity: 0.9;
  color: var(--color-black);
}

.footer__logo img {
  max-width: 95px;
}

.footer__content p {
  color: var(--text-body);
  font-family: var(--ff-heading);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h5);
  font-size: 16px;
}

.footer__link ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 4px;
}

.footer__link ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__link ul li a {
  font-family: var(--ff-heading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: var(--text-body);
  font-size: 16px;
  position: relative;
  font-weight: var(--fw-regular);
  gap: 10px;
}

@media(max-width: 991px) {

  .footer__link ul li,
  .footer__subscribe ul li,
  .footer__subscribe {
    justify-content: center;
  }
}

.footer__link ul li a i {
  margin-top: 5px;
}

.footer__link ul li a:hover {
  color: var(--color-primary);
}

.footer__link ul li a:hover::before {
  width: 12px;
}

.footer__subscribe {
  max-width: 210px;
}

.footer__subscribe ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__subscribe ul li a {
  font-family: var(--ff-heading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: var(--text-body);
  font-size: 16px;
  position: relative;
  font-weight: var(--fw-regular);
  gap: 10px;
  margin-bottom: 16px;
}

.footer__subscribe ul li a:hover {
  color: var(--color-primary);
}

.footer__subscribe.subscribe-2 {
  max-width: inherit;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  gap: 10px 30px;
}

.footer__bottom-wrapper {
  border-top: 1px solid var(--border-secondary);
  background-color: var(--color-background);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-bottom-border {
  border: 1px solid var(--color-border);
}

.footer-bottom-border .footer__bottom .footer__copyright p {
  color: var(--text-body);
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
  font-size: 18px;
  font-style: normal;
  text-align: center;
}

.footer-bottom-border .footer__bottom .footer__copyright p a:hover {
  color: var(--color-primary);
}

.footer-bottom-border .footer__bottom .footer__copyright-menu ul li a {
  color: var(--text-body);
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
  font-size: 18px;
  font-style: normal;
}

.footer-bottom-border .footer__bottom .footer__copyright-menu ul li a:hover {
  color: var(--color-primary);
}

.footer__copyright p {
  color: var(--color-white);
  font-family: var(--ff-heading);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h5);
  font-size: 14px;
  margin-bottom: 0;
}

.footer__copyright p a:hover {
  color: var(--color-primary);
}

.footer__copyright-2 p {
  color: var(--color-white);
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24.5px 0;
  gap: 10px 30px;
  border-top: var(--border-white30);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__bottom-1 {
  padding-top: 80px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__bottom-1 {
    padding-top: 60px;
  }
}

.footer__copyright p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--color-white);
  opacity: 0.9;
}

.footer__copyright p a:hover {
  color: var(--color-primary);
}

.footer__copyright-menu ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 10px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__copyright-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__copyright-menu ul li {
  list-style: none;
  position: relative;
}

.footer__copyright-menu ul li.no_bullet:after {
  display: none;
}

.footer__copyright-menu ul li a {
  color: var(--color-white);
  font-size: 14px;
  position: relative;
  opacity: 0.9;
}

.footer__copyright-menu ul li a:hover {
  color: var(--color-primary);
}

.footer__bottom-2 {
  padding: 25px 0;
  border-top-color: rgba(0, 15, 32, 0.1);
}

.footer__copyright-2 p {
  text-align: center;
  color: var(--text-body);
}

.footer__copyright-2 a {
  font-weight: var(--fw-sbold);
  color: var(--color-primary);
}

.brand__active .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.cars__list .bottom-button h5 {
  color: var(--color-heading);
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h5);
  font-size: 18px;
  font-style: normal;
}

.cars__list .bottom-button .social {
  gap: 10px;
}

.cars__list .bottom-button .social img,
.cars__list .bottom-button .social svg {
  width: 24px;
  height: 24px;
}

.cars__list .bottom-button .social a {
  color: var(--color-heading);
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cars__list .bottom-button .social a.active {
  color: var(--color-white);
  background: var(--color-primary);
}

.cars__list .bottom-button .social a:hover {
  color: #000;
  background: #fcebeb;
}

.ra-car-item__thumb {
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}

.ra-car-item__thumb img {
  border-radius: 10px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ra-car-item__thumb-text {
  border-radius: 16px;
  background: var(--color-heading);
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ra-car-item__thumb-text span {
  color: var(--color-white);
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  line-height: 20px;
  font-size: 14px;
  padding: 3px 15px;
  font-style: normal;
  display: inline-block;
}

.ra-car-item__item {
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .ra-car-item__item {
    margin-bottom: 30px;
    background: var(--color-white) !important;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
    box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
  }
}

.ra-car-item__item:hover {
  background: var(--color-white) !important;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
  box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
}

.ra-car-item__item .rr-product-on-sale span {
  border-radius: 40px;
  background: #FF111F;
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 15px;
  display: inline-block;
}

.ra-car-item__item:hover {
  background-color: var(--color-white);
}

.ra-car-item__item:hover .ra-car-item__icon-box {
  opacity: 1;
  visibility: visible;
  top: 12%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .ra-car-item__item:hover .ra-car-item__icon-box {
    top: 20%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.ra-car-item__item:hover .icon-box-2 {
  top: 18%;
}

.ra-car-item__item:hover .icon-box-3 {
  top: 25%;
  right: 6px;
}

@media (max-width: 575px) {
  .ra-car-item__item:hover .icon-box-3 {
    top: 20%;
  }
}

@media (max-width:376px) {
  .ra-car-item__item:hover .icon-box-3 {
    top: 26%;
  }
}

@media (max-width:320px) {
  .ra-car-item__item:hover .icon-box-3 {
    top: 28%;
  }
}

.ra-car-item__item:hover .icon-box-4 {
  top: 40%;
  right: 2px;
}

.ra-car-item__item:hover .ra-car-item__link-box {
  opacity: 1;
  visibility: visible;
  position: relative;
}

@media (max-width: 575px) {
  .ra-car-item__item:hover .ra-car-item__link-box {
    margin-top: 0;
  }
}

.ra-car-item__item:hover .ra-car-item__price {
  opacity: 0;
  visibility: hidden;
}

.ra-car-item__item:hover .ra-car-item__thumb img {
  -webkit-transform: scale(1.2) rotate(-1deg);
  transform: scale(1.2) rotate(-1deg);
}

.ra-car-item__icon-box {
  position: absolute;
  top: 20%;
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 575px) {
  .ra-car-item__icon-box {
    top: 20%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width:376px) {
  .ra-car-item__icon-box {
    top: 24%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width:320px) {
  .ra-car-item__icon-box {
    top: 28%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.ra-car-item__icon-box a,
.ra-car-item__icon-box button {
  border-radius: 50%;
  border: 0px solid var(--color-primary);
  background: var(--color-white);
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 2px;
}

.ra-car-item__icon-box a:hover,
.ra-car-item__icon-box button:hover {
  background-color: var(--color-primary);
}

.ra-car-item__icon-box a:hover svg path,
.ra-car-item__icon-box button:hover svg path {
  stroke: var(--color-white);
}

.ra-car-item__link-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 575px) {
  .ra-car-item__link-box {
    opacity: 1;
    visibility: visible;
  }
}

.ra-car-item__link-box .cart-button,
.ra-car-item__link-box .added_to_cart {
  display: block;
  width: 100%;
  height: 40px;
  font-weight: var(--fw-sbold);
  font-size: 14px;
  color: var(--color-white);
  text-align: center;
  line-height: 40px;
  border-radius: 16px;
  background: var(--color-heading);
  font-family: var(--ff-heading);
  position: relative;
}

.ra-car-item__link-box .cart-button:hover,
.ra-car-item__link-box .added_to_cart:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.ra-car-item__link-box .cart-button span,
.ra-car-item__link-box .added_to_cart span {
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  margin-right: 4px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}

.ra-car-item__link-box a span {
  margin-right: 4px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.ra-car-item__price {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ra-car-item__price span {
  font-weight: 500;
  font-size: 15px;
  color: #ED1D24;
  font-family: var(--ff-heading);
  margin-right: 12px;
}

.ra-car-item__price del {
  font-size: 15px;
  color: #9695A0;
  font-family: var(--ff-body);
}

.ra-car-item__star {
  margin-bottom: 8px;
}

.ra-car-item__star i {
  color: #FEA700;
  padding-right: 2px;
}

.ra-car-item__star i.color {
  color: #D2D3DA;
}

.ra-car-item__star span i {
  color: #646464;
}

.ra-car-item__title-sm {
  color: var(--color-heading);
  font-family: var(--ff-heading);
  line-height: var(--lh-h5);
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-style: normal;
}

.ra-car-item__title-sm:hover {
  color: var(--color-primary);
}

.ra-car-item__shape-1 {
  position: absolute;
  top: 9%;
  left: 3%;
  -webkit-animation: moving 9s linear infinite;
  animation: moving 9s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-car-item__shape-1 {
    top: 3%;
    left: 3%;
  }
}

.ra-car-item__shape-2 {
  position: absolute;
  bottom: 0%;
  left: -2%;
  -webkit-animation: tptranslateX2 4s infinite alternate;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .ra-car-item__shape-2 {
    display: none;
  }
}

.ra-car-item__item-2:hover .ra-car-item__price {
  opacity: 1;
  visibility: visible;
}

/*cta-3-area*/
.cta-3__area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.cta-3__content {
  max-width: 557px;
}

.cta-3__content-subtitle {
  color: var(--color-primary);
  font-family: var(--ff-heading);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 12px;
}

.cta-3__content-title {
  color: var(--color-heading);
  font-family: var(--ff-heading);
  font-weight: var(--fw-bold);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-style: normal;
  margin-bottom: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-3__content-title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-3__content-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-3__content-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 575px) {
  .cta-3__content-title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width:450px) {
  .cta-3__content-title {
    font-size: 27px;
    line-height: 37px;
  }
}

.cta-3__content-dollar {
  color: var(--color-heading);
  font-family: var(--text-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
  font-size: 18px;
  font-style: normal;
}

.cta-3__content-video {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.cta-3__content-video-button {
  height: 50px;
  width: 50px;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  padding-top: 6px;
  padding-left: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-3__media {
    position: relative;
    top: 80px;
  }
}

.cta-3__media img {
  width: 100%;
  height: auto;
}

/*best deal area*/
.best-deal__title-wrapper-subtitle {
  color: var(--color-primary);
  font-family: var(--ff-subtitle);
  font-weight: var(--fw-regular);
  font-size: var(--fs-h4);
  line-height: var(--lh-h5);
  font-style: normal;
  margin-bottom: 12px;
}

.best-deal__title-wrapper-title {
  color: var(--color-heading);
  font-family: var(--ff-heading);
  font-weight: var(--fw-bold);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-style: normal;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .best-deal__title-wrapper-title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .best-deal__title-wrapper-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .best-deal__title-wrapper-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 575px) {
  .best-deal__title-wrapper-title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width:450px) {
  .best-deal__title-wrapper-title {
    font-size: 27px;
    line-height: 37px;
  }
}

.best-deal__button-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 6px;
}

.best-deal__button-right h6 {
  color: var(--text-body);
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
  font-size: 16px;
  font-style: normal;
}

.best-deal__button-right #getting-started {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.best-deal__button-right #getting-started div {
  background: var(--color-primary);
  margin-right: 4px;
  border-radius: 2px;
  padding: 0;
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.best-deal__button-right #getting-started div span {
  color: var(--color-white);
  font-family: var(--text-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
  font-size: 16px;
}

.best-deal__button-right-small-btn a {
  background: var(--color-primary);
  padding: 10px;
  border-radius: 2px;
}

.best-deal__button-right-small-btn a span {
  color: var(--color-white);
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
  font-size: 16px;
  font-style: normal;
}

.best-deal__active-content {
  background: var(--color-primary);
  border-radius: 10px;
  position: relative;
  height: 100%;
}

.best-deal__active-content-title {
  font-family: var(--ff-heading);
  color: var(--color-white);
  font-weight: var(--fw-sbold);
  font-size: var(--fs-h4);
  line-height: var(--lh-h5);
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 4px;
}

.best-deal__active-content-description {
  color: var(--color-white);
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-h6);
  font-size: 16px;
  opacity: 0.8;
  font-style: normal;
  max-width: 227px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .best-deal__active-content-description {
    max-width: 525px;
  }
}

.best-deal__active-content-btn {
  position: relative;
  z-index: 3;
  color: var(--color-primary);
  background: var(--color-white);
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.best-deal__active-content-btn:hover {
  color: var(--color-white);
  background: var(--color-black);
}

.best-deal__active-content-bottom-img {
  position: absolute;
  bottom: -55px;
  left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .best-deal__active-content-bottom-img {
    left: inherit;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .best-deal__active-content-bottom-img {
    position: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .best-deal__active-content-bottom-img {
    bottom: -165px;
    left: 44px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .best-deal__active-content-bottom-img {
    left: 80px;
  }
}

@media (max-width:450px) {
  .best-deal__active-content-bottom-img {
    left: 75px;
  }
}

@media (max-width:376px) {
  .best-deal__active-content-bottom-img {
    left: 35px;
  }
}

@media (max-width:320px) {
  .best-deal__active-content-bottom-img {
    left: -20px;
  }
}

.best-deal__active-content-bottom-img img {
  width: 415px;
  height: 270.17px;
}

/*Partners-area*/
.partners__area {
  background: #fdfff2;
}

.partners__title-wrapper {
  margin: auto;
  right: 0;
  left: 0;
}

.partners__title-wrapper-subtitle {
  color: var(--color-primary);
  font-family: var(--ff-subtitle);
  font-weight: var(--fw-regular);
  font-size: var(--fs-h4);
  line-height: var(--lh-h5);
  font-style: normal;
  margin-bottom: 12px;
}

.partners__title-wrapper-title {
  color: var(--color-heading);
  font-family: var(--ff-heading);
  font-weight: var(--fw-bold);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-style: normal;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .partners__title-wrapper-title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .partners__title-wrapper-title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partners__title-wrapper-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .partners__title-wrapper-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 575px) {
  .partners__title-wrapper-title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width:450px) {
  .partners__title-wrapper-title {
    font-size: 27px;
    line-height: 37px;
  }
}

.rr-brand-3-active .slick-slide {
  margin: 0 22px;
}

.rr-brand-3-active .slick-track {
  padding-bottom: 45px;
}

.rr-brand-3-active .rr-brand-3__item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  min-height: 110px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 29, 8, 0.1);
}

.rr-brand-3-active .rr-brand-3__item:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
  box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
}

.rr-brand-4-active .slick-slide {
  margin: 0 22px;
}

.rr-brand-4-active .slick-track {
  padding-bottom: 45px;
}

.rr-brand-4-active .rr-brand-4__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  min-height: 110px;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 29, 8, 0.1);
}

.rr-brand-4-active .rr-brand-4__item:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
  box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
}

/*----------------------------------------*/
/*  4.1 Meanmenu
/*----------------------------------------*/
.mean-container {
  margin-bottom: 35px;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
}

.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
  color: var(--color-primary);
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: transparent;
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i {
  color: var(--color-white);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  display: block;
  float: left;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  padding: 12px 0;
  color: var(--color-black);
  border-top: 1px solid rgb(0 0 0 / 5%);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
  color: var(--color-primary);
}

.mean-container .mean-nav ul li a:hover i,
.mean-container .mean-nav ul li span:hover i {
  color: var(--color-black);
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 2;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.079) !important;
  height: 30px;
  width: 30px;
  color: var(--text-body);
  line-height: 30px;
  font-weight: 400;
  border-radius: 3px;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

.mean-container .mean-nav ul li a.mean-expand:hover i,
.mean-container .mean-nav ul li span.mean-expand:hover i {
  color: var(--color-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked {
  color: var(--color-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

.mean-container .mean-nav ul li li a {
  width: 90%;
  padding: 10px 7%;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li li li a {
  width: 80%;
  padding: 10px 12%;
}

.mean-container .mean-nav ul li li li li a {
  width: 70%;
  padding: 10px 17%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 60%;
  padding: 10px 20%;
}

.mean-container .mean-bar {
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.partners__area .slick-slide .inner {
  margin-right: 30px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  min-height: 110px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 29, 8, 0.1);
}

/*demo*/
.rr-brand-3__item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  min-height: 110px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 29, 8, 0.1);
}

.rr-brand-3__item:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
  box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
}

/* custom */

.preloader {
  background: var(--color-background);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
  position: fixed;
  z-index: 9999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.3s;
}

.preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.05);
  border-top-color: var(--color-primary);
  height: 3em;
  margin: auto;
  width: 3em;
}

@media (max-width: 767px) {
  .preloader .spinner {
    width: 2em;
    height: 2em;
  }
}

.preloader.hiding {
  opacity: 0;
}

.preloader.hidden {
  opacity: 0;
  display: none;
  visibility: hidden;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

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

.color-primary {
  color: var(--color-primary);
}

.white-bg {
  background-color: var(--color-white);
}

.bg-bg {
  background-image: url("/assets/img/bg-bg.svg");
  background-color: var(--color-background);
}

.bg-russia {
  background-image: url('/assets/img/russia-bg.svg');
  background-position: center;
  background-size: cover;
  background-color: var(--color-background);
}

.secondary-bg {
  background: #FAFAFA;
}

.black-bg {
  background-color: var(--color-black);
}

.page-title-padding {
  padding: 150px 0 15px;
}

.pt-header {
  padding-top: 115px;
}

.car__content {
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.car__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: var(--ff-heading);
  text-align: center;
}

.car__title img {
  width: 30px;
  padding: 2px;
}

.car__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin: 10px auto;
  gap: 15px;
}

.car__description-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.car__description-icon {
  width: 27px;
  height: 27px;
  color: var(--color-primary);
  font-size: 18px;
}

.car__description-icon svg {
  height: 27px;
}

.car__description-icon img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.car__description-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.car__description-inner>span {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
}

.car__description-inner>p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-top: -6px;
}

.hr-line {
  display: block;
  margin: 5px auto;
  width: 100%;
  height: 1px;
  background: var(--color-border);
}

.car__price {
  margin: 5px 0;
}

.car__price h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-heading);
  text-align: center;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.finput {
  flex: 1;
  min-width: 30%;
}

.finput input,
.finput>div {
  width: 100%;
}

@media(max-width: 991px) {
  .finput {
    min-width: 40%;
  }
}

@media(max-width: 575px) {
  .finput {
    min-width: 100%;
  }

  .finput .rauto-btn {
    width: 100%;
  }
}

.finput__flex {
  display: flex;
  align-items: center;
}

@media(max-width: 575px) {
  .finput__flex {
    flex-wrap: wrap;
  }

  .finput__flex input,
  .finput__flex>div {
    width: 100%;
  }

  .finput__flex>p {
    display: none;
  }
}

.finput p {
  line-height: 125%;
}

.finput__wlabel {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.accordion-item {
  border-radius: 16px;
  border: none;
  background: #fafafa;
  margin-bottom: 16px;
  transition: 0.3s;
}

.accordion-button {
  border-radius: 16px;
  background: #fafafa;
  border: 1px solid var(--color-border);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  border-radius: 16px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 16px;
  transition: 0.3s;
}

.accordion-button:not(.collapsed) {
  color: var(--color-primary);
  background: #fafafa;
  border: 1px solid var(--color-border);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 16px 16px 0px 0px !important;
}

.accordion-button:not(.collapsed) span {
  color: var(--color-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-body {
  color: #000;
  border-radius: 0px 0px 16px 16px;
  border: 1px solid var(--color-border);
  border-top: 0;
  transition: 0.3s;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--color-border) !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.accordion-item:last-of-type {
  border-radius: 16px !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 16px !important;
}

.car-images a {
  height: 155px;
  border-radius: 1rem;
}

.car-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.car-images p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #d1c4c1;
  transition: 0.3s;
  gap: 5px;
  border: 1px solid #2b2625;
  border-radius: 1rem;
  margin: 0;
  padding: 0;
}

.car-images p:hover {
  color: #fff;
  transition: 0.3s;
}

.car__information {
  background: #fafafa;
  border: 1px solid var(--color-border);
  padding: 20px;
  border-radius: 16px;
}

.car__information .title {
  margin-bottom: 20px;
}

.ci_wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
}

.ci_wide p {
  color: #4e4e4e;
  font-weight: 400;
  margin: 0;
}

.car__view-image img {
  width: 100%;
  height: auto;
  max-height: 480px;
  border-radius: 16px;
}

.car__view-title {
  color: var(--color-heading);
  font-family: var(--ff-heading);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: 600;
  font-style: normal;
  margin-bottom: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .car__view-title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .car__view-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .car__view-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 575px) {
  .car__view-title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width:450px) {
  .car__view-title {
    font-size: 27px;
    line-height: 37px;
  }
}

.main-block {
  color: #000;
  background: #fafafa;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 20px;
}

.main-block h2 {
  font-size: 24px;
  color: #000;
}

.main-block h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #000;
}

.main-block p {
  color: #000;
}

.flex-group-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flex-group-column a,
.flex-group-column p {
  color: #cccccc;
  margin: 0;
}

.flex-group-column a:hover {
  color: #fff;
}

.modal-content {
  border-radius: 16px;
}

.modal-header {
  border: 0;
}

.modal-body {
  border: 0;
}

.modal-body p {
  font-weight: 500;
}

.bg-bg .modal-body p {
  color: #bababa;
}

.modal-footer {
  border: 0;
}

.car__filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
}

.car__filters a,
.car__filters p {
  color: #cccccc;
  margin: 0;
}

.car__filters a:hover {
  color: #fff;
}

.car__filters h6 {
  font-size: 18px;
  font-style: normal;
  line-height: var(--lh-h6);
  font-family: var(--ff-body);
  color: var(--color-heading);
  font-weight: var(--fw-regular);
}

.car__filters-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.bg-bg .modal-title {
  color: #fff;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  outline: none !important;
  box-shadow: none !important;
  transition: 0.3s;
}

.dark-form .ui.selection.fdropdown {
  color: #fff;
  background: #2a2c2e;
}

.dark-form .ui.selection.active.fdropdown:hover {
  border-color: #343434;
}

.dark-form .ui.selection.fdropdown .menu {
  background: #2a2c2e;
  border-color: #343434;
}

.dark-form .ui.selection.simple.fdropdown:hover .menu,
.ui.selection.active.fdropdown .menu {
  border-color: #343434;
}

.dark-form .ui.selection.active.fdropdown:hover .menu {
  border-color: #343434;
}

.dark-form .ui.selection.fdropdown:focus {
  border-color: #343434;
  box-shadow: none;
}

.dark-form .ui.selection.fdropdown .menu>.item {
  background: #2a2c2e;
  color: #fff;
}

.dark-form .ui.selection.fdropdown .menu>.item:hover {
  background: #46494b;
  color: rgba(255, 255, 255, 0.95);
}

.dark-form .ui.selection.fdropdown>.text {
  color: rgba(255, 255, 255, 0.8);
}

.dark-form .ui.selection.visible.fdropdown>.text:not(.default) {
  color: rgba(255, 255, 255, 0.8);
}

.dark-form .ui.selection.fdropdown .menu>.item {
  border-color: #343434;
}

.dark-form .car__label {
  filter: invert(1);
}

.ui.fluid.selection.fdropdown {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rating {
  display: flex;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
}

.rating input {
  display: none;
}

.rating label {
  display: inline-block;
  cursor: pointer;
  width: 27px;
  height: 27px;
  background-image: url('/assets/img/icons/stars.svg');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-size: 200%;
}

.rating input:checked~label~label {
  background-position-x: 0;
}

.rating label:hover {
  background-position-x: 100% !important;
}

.rating input:checked~label {
  background-position-x: 100%;
}

.r-stars {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  gap: 5px;
}

.r-star {
  width: 20px;
  height: 20px;
  background-image: url('/assets/img/icons/stars.svg');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-size: 200%;
}

.r-star-o {
  background-position-x: 0;
  background-size: 200%;
}

.delivery-info {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.delivery-info span {
  color: var(--color-primary);
  font-weight: 600;
}

.review {
  display: flex;
  flex-direction: column;
}

.review__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

.review:last-child {
  border: 0;
}

.review-info {
  flex: 1 1 auto;
}

.review-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--color-primary);
  flex-shrink: 0;
  border-radius: 50%;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
}

.review-info-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-info-header h3 {
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}

.review-info-header .time {
  color: rgba(23, 23, 23, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: auto;
}

.review-info-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-info-footer {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.review-info-footer .platform {
  width: auto;
  height: 25px;
  margin-left: auto;
}

@media(max-width: 991px) {
  .review-info-header {
    flex-wrap: wrap;
  }

  .review-info-footer {
    flex-wrap: wrap;
  }

  .review-info-footer p {
    width: 100%;
  }

  .review-info-header .time {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .review-info-footer .platform {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
}

.review__item {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.review__item.active {
  display: block;
}

.review-images {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  padding-left: 78px;
}

@media(max-width: 991px) {
  .review-images {
    padding-left: 0;
  }
}

.review-images img {
  width: 100%;
  height: auto;
  max-height: 120px;
  border-radius: 16px;
}

.swiperReviewAssets {
  width: 100%;
}

.work-scheme {
  margin: 0 auto;
  position: relative;
}

.step {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.step:last-child {
  margin-bottom: 0;
}

.step::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  /* совпадает с отступом круга */
  width: 2px;
  background-color: var(--color-primary);
  z-index: -1;
}

.step .circle {
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  color: var(--color-primary);
  text-align: center;
  font-weight: bold;
  line-height: 26px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.step h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.step p {
  margin: 0;
}

.step-content {
  margin-left: 5px;
}

@media (max-width: 480px) {
  .step {
    margin-bottom: 30px;
  }

  .step::before {
    left: 14px;
  }

  .step .circle {
    margin-right: 8px;
  }

  .step h3 {
    font-size: 16px;
  }
}

.header__socials svg,
.header__socials img {
  width: 24px;
  height: 24px;
}

.footer__social svg,
.footer__social img {
  width: 24px;
  height: 24px;
}

.tab-buttons {
  display: flex;
}

.tab-button {
  flex: 1;
  padding: 16px 18px;
  text-align: center;
  background: #fafafa;
  border: 1px solid var(--color-border);
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
}

@media(min-width: 992px) {
  .tab-button:first-child {
    border-right: 0;
    border-radius: 1rem 0 0 1rem;
  }

  .tab-button:last-child {
    border-left: 0;
    border-radius: 0 1rem 1rem 0;
  }
}

.tab-button:hover {
  background: #f0f0f0;
}

.tab-button.active {
  background: #fff;
  color: var(--color-black);
  font-weight: bold;
  border-bottom: 2px solid var(--color-primary);
}

@media(max-width: 991px) {
  .tab-buttons {
    flex-wrap: wrap;
    gap: 10px;
  }

  .tab-button {
    width: 100%;
    border-radius: 1rem;
  }

  .tab-button:first-child {
    border-radius: 1rem;
  }

  .tab-button:last-child {
    border-radius: 1rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reviews__filterby {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
}

.reviews__filterby a:last-child {
  border-right: 0;
}

@media(max-width: 991px) {
  .reviews__filterby {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.reviews__slides {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  gap: 1rem;
  overflow: hidden;
}

@media(max-width: 991px) {
  .reviews__slides {
    grid-template-columns: 1fr;
  }
}

.reviews__slide {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  min-height: 350px;
}

.review-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  color: #FFF;
  margin-bottom: 1rem;
}

.review-name small {
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.review-name img {
    width: auto;
    height: 29px;
    background: #FFF;
    padding: 4px;
    border-radius: 5px;
}

.review-text {
  color: #d1d1d1;
  margin: 1rem 0;
}

.reviews__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.reviews__controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fafafa;
  border: 1px solid var(--color-border);
  color: #000;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  width: 40px;
  transition: 0.3s;
}

.reviews__controls button:hover {
  cursor: pointer;
  background-color: var(--color-border);
}

.reviews__controls button:disabled {
  opacity: 0.4;
}

.reviews__controls button svg {
  width: 24px;
  height: 24px;
}

.review-assets {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.review-assets img {
    max-height: 77px;
    border-radius: 8px;
}