﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --site-color: #212529;
  --logo-color: #e30613;
}

:root {
  --ct-leftbar-width: 310px;
  --ct-leftbar-width-detail: 480px;
  --ct-leftbar-width-sm: 70px;
  --ct-menu-bg: #ffffff;
  --ct-menu-item-icon-size: 1.1rem;
  --ct-menu-item-icon-width: 30px;
  --ct-menu-item-font-size: 0.875rem;
  --ct-theme-card-border-width: 0px;
  --ct-menu-font-weight: 700;
  --ct-box-shadow: 2px 2px 3px rgba(27, 23, 30, 0.1);
}

.wrapper {
  justify-content: space-between;
  display: flex;
  min-height: 100%;
}
.wrapper .aside {
  z-index: 9;
  bottom: 0;
  top: 0;
  position: relative;
  width: var(--ct-leftbar-width);
  min-width: var(--ct-leftbar-width);
  background: var(--ct-menu-bg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-shadow: var(--ct-box-shadow);
  min-height: 100%;
  padding: 30px 15px 0 0;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-btop {
  border-top: 1px solid #dee2e6 !important;
}

.bg-site-color {
  background: #399883;
}

.container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}

.container-xs {
  max-width: 960px;
}

.swiper-container {
  overflow: hidden;
}

.dark {
  background: #212529;
  color: #fff;
}

.dark .nav-wrapper .nav-content .nav a.nav-link {
  color: #fff;
}

.btn-site {
  background: #399883 !important;
  color: #fff !important;
  font-size: 13px !important;
  padding: 5px 15px !important;
  border-radius: 3px !important;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 6px !important;
  border-radius: 3px !important;
  transition: all 0.5s;
}

.swiper-pagination-bullet-active {
  background: #399883 !important;
  width: 40px !important;
}

.swiper-buttons-standart .swiper-button-next {
  right: -60px;
  margin-top: -60px;
}

.swiper-buttons-standart .swiper-button-prev {
  left: -60px;
  margin-top: -60px;
}

.swiper-buttons-standart .swiper-button-next::after, .swiper-buttons-standart .swiper-button-prev::after {
  font-size: 40px;
  color: #212529;
}

.content-page {
  position: relative;
  margin-left: 45px;
  padding: 30px 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: calc(100% - var(--ct-leftbar-width));
}

html,
body {
  width: 100%;
}

body {
  color: #212529;
  overflow-x: hidden;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Inter", serif;
  background: #fff;
}

body.master {
  padding-top: 66px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  color: var(--dark-color);
  outline: none !important;
  box-shadow: none;
}

ol li, ul li {
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  color: #212529;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #212529;
  font-family: "Merriweather", serif;
}

p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 400;
  color: #212529;
}

p a {
  color: #212529;
}

li {
  font-weight: 400;
}

input[type=submit].full, .button.full, .btn.full {
  width: 100%;
  text-align: center;
}

input[type=submit].white, .button.white, .btn.white {
  border: 1px solid var(--border);
}

input[type=submit], .button, .btn {
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  color: #000;
  padding: 0 20px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  outline: 0;
  position: relative;
  cursor: pointer;
  border-radius: var(--border-radius);
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
  transition: all 0.5s;
  background-color: transparent;
}
header .container-fluid {
  max-width: none;
  position: relative;
}
header .header-container {
  overflow: visible;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo img {
  max-height: 20px;
  filter: brightness(100);
}
header .header-top {
  background: #000;
  display: none;
}
header .nav {
  width: 100%;
}
header nav.menu {
  margin: auto;
}
header nav.menu a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
header nav.menu a:hover {
  color: #fff;
}
header nav.menu a:focus {
  color: #fff;
}
header nav.menu .dropdown-menu {
  width: 100%;
  padding: 30px 0;
  border-radius: 0;
  margin-top: 6px !important;
}
header nav.menu .dropdown-menu a {
  font-size: 22px;
}
header nav.menu .dropdown-menu .short p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
header nav.menu .dropdown-menu .image-link {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
header .menu-mobile .dropdown-menu {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
}
header .menu-mobile .swiper-services .swiper-slide {
  width: 85%;
}
header .nav-elements a {
  display: flex;
  padding: 0;
  color: #212529;
}
header .nav-elements a.dropdown-toggle {
  display: flex;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 11px 15px;
  border: 2px solid #212529;
  border-radius: 15px;
  position: relative;
  width: 185px;
}
header .nav-elements a.dropdown-toggle:hover, header .nav-elements a.dropdown-toggle:focus {
  color: #212529;
  background: #fff !important;
}
header .nav-elements a.dropdown-toggle h6 {
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
header .nav-elements a.dropdown-toggle h6:first-child {
  font-size: 11px;
  margin-bottom: 0;
}
header .nav-elements a.dropdown-toggle.show {
  border-radius: 15px 15px 0 0;
}
header .nav-elements a.dropdown-toggle.show:after {
  transform: rotate(180deg);
}
header .nav-elements .dropdown-item {
  align-items: center;
  padding-left: 17px;
  line-height: 1.8;
  font-size: 15px;
}
header .nav-elements .logout-item {
  padding-top: 17px;
}
header .nav-elements .business-item {
  margin-top: 17px;
  border-top: 1px solid #ddd;
  padding-top: 17px;
}
header .nav-elements i {
  font-size: 22px;
  margin-right: 15px;
}
header .nav-elements .notification .badge {
  margin-left: -10px;
}
header .nav-elements .dropdown-toggle-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: none;
  transition: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 9px 15px !important;
}
header .nav-elements .dropdown-toggle-login:after {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
}
header .nav-elements .account-user-avatar {
  background: #399883;
  padding: 6px 8px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-transform: uppercase;
  margin-right: 10px;
}
header .nav-elements .navbar-custom .topbar-menu .nav-link h6 {
  max-width: 35ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .nav-elements .dropdown-menu {
  /* box-shadow: 0 5px 15px rgba(7, 16, 52, 0.36);*/
  min-width: 360px;
  position: relative;
  padding: 15px 0;
  border: 2px solid #212529;
  border-radius: 15px;
  margin-top: -3px !important;
}
header .nav-elements .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  height: 3px;
  background: #fff;
  width: 181px;
}
header .nav-elements .dropdown-menu li:last-child {
  border-top: 2px solid #ddd;
  margin-top: 15px;
}
header .nav-elements .dropdown-menu li:last-child a {
  margin-top: 15px;
}
header .nav-elements .dropdown-menu a:hover {
  background-color: transparent;
  color: #212529;
}
header .nav-elements .dropdown-menu a span {
  display: flex;
  align-items: center;
}
header .nav-elements .dropdown-menu a span img {
  max-width: 16px;
  margin-right: 5px;
}
header .nav-elements .dropdown-menu.show {
  border-top-right-radius: 0;
}
header .dropdown.lang-link .btn {
  padding: 19px;
  border: 2px solid transparent;
  border-radius: 0;
  transition: none;
  background-color: transparent;
}
header .dropdown.lang-link .btn:after {
  margin-bottom: 2px;
  border-bottom-color: #fff;
  border-top-color: #fff;
}
header .dropdown.lang-link .btn span {
  color: #fff;
}
header .dropdown.lang-link .btn.show {
  border-color: #212529;
  background: #fff;
}
header .dropdown.lang-link .btn.show span {
  color: #212529;
}
header .dropdown.lang-link .btn.show:after {
  border-bottom-color: #212529;
  border-top-color: #212529;
}
header .dropdown.lang-link span {
  display: inline-flex;
  align-items: center;
}
header .dropdown.lang-link span img {
  max-width: 16px;
  margin-right: 5px;
}
header .dropdown.lang-link .dropdown-menu {
  width: 97px !important;
  min-width: 0 !important;
  text-align: center;
  border-width: 2px;
  border-top: none;
  border-radius: 0;
  border-color: #212529;
  margin-top: -5px !important;
  background: #fff;
}
header .dropdown.lang-link .dropdown-menu a {
  font-weight: 700;
  color: #212529;
  padding: 5px 10px 5px 0;
  display: block;
}
header .search-header {
  position: relative;
  width: 65%;
}
header .search-header input {
  border-color: #212529;
  border-width: 2px;
}
header .search-header .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 4px);
  width: 50px;
  color: #212529;
  margin: 2px;
  border-radius: 0.25rem;
  font-size: 24px;
}
header .search-header .btn:hover, header .search-header .btn:focus {
  border-radius: 0.25rem;
  background-color: #f2f3f4;
}
header .search-header:after {
  content: "\f52a";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-size: 22px;
  position: absolute;
  top: 2px;
  right: 20px;
  z-index: 9;
  font-weight: 400;
  pointer-events: none;
}

.scroll header, .open header, .master header {
  box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.122);
  background: #fff;
}
.scroll header nav.menu a, .open header nav.menu a, .master header nav.menu a {
  color: #212529;
}
.scroll header nav.menu a:hover, .open header nav.menu a:hover, .master header nav.menu a:hover {
  color: #212529;
}
.scroll header .logo img, .open header .logo img, .master header .logo img {
  filter: none;
}
.scroll header .dropdown.lang-link .btn, .open header .dropdown.lang-link .btn, .master header .dropdown.lang-link .btn {
  background-color: transparent;
}
.scroll header .dropdown.lang-link .btn:after, .open header .dropdown.lang-link .btn:after, .master header .dropdown.lang-link .btn:after {
  margin-bottom: 2px;
  border-bottom-color: #212529;
  border-top-color: #212529;
}
.scroll header .dropdown.lang-link .btn span, .open header .dropdown.lang-link .btn span, .master header .dropdown.lang-link .btn span {
  color: #212529;
}

.master header {
  box-shadow: none;
}

.master.scroll header {
  box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.122);
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: static;
}

.menu-tab-wrapper {
  display: flex;
  height: 100%;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border: none;
  width: 33%;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs a {
  color: #212529;
  border: none;
  border-radius: 0;
  padding: 10px !important;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs a:hover {
  color: #212529;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs a::before {
  content: none;
}
.menu-tab-wrapper .nav-tabs-menu.nav-tabs a.active {
  background: #f2f3f4;
  color: #212529;
}
.menu-tab-wrapper .tab-content {
  padding: 0;
  position: relative;
  width: 100%;
  background: #f2f3f4;
}
.menu-tab-wrapper .menu-content {
  display: flex;
}
.menu-tab-wrapper .menu-content .menu-left {
  width: 60%;
}
.menu-tab-wrapper .menu-content .menu-left ul {
  padding: 15px 30px 30px;
  margin: 0;
  list-style: none;
}
.menu-tab-wrapper .menu-content .menu-left ul li a {
  color: #212529;
  padding: 12px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.menu-tab-wrapper .menu-content .menu-left ul li:last-child a {
  border-bottom: none;
}
.menu-tab-wrapper .menu-content .menu-right {
  width: 40%;
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
}
.menu-tab-wrapper .menu-content .menu-right img {
  height: 100%;
  object-fit: cover;
}
.menu-tab-wrapper .menu-content .menu-right a {
  display: block;
}
.menu-tab-wrapper .menu-content .menu-right h2 {
  position: absolute;
  background: #fff;
  top: 56%;
  padding: 5px 15px;
  font-size: 18px;
}

.menu-single {
  list-style: none;
  padding: 10px 0 0 30px !important;
}
.menu-single .nav-item {
  position: relative;
}
.menu-single .nav-item:last-child .nav-link {
  border-bottom: none;
}
.menu-single .nav-item .nav-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px 0 !important;
}
.menu-single .nav-item .nav-link::before {
  left: 0 !important;
  height: 2px !important;
}
.menu-single .nav-item .nav-link:hover::before {
  left: 0 !important;
  width: 100% !important;
}

.menu-left .nav-link::before {
  left: 0 !important;
  height: 2px !important;
}
.menu-left .nav-link:hover::before {
  left: 0 !important;
  width: 100% !important;
}

.open .menu-tint, .menu-tint-cart.open {
  opacity: 1;
  visibility: visible;
}

.menu-tint, .menu-tint-cart {
  position: fixed;
  width: 100%;
  height: calc(100% + 200px);
  bottom: -100px;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  visibility: hidden;
}

.menu-basket-trigger {
  position: relative;
  display: flex;
}

.menu-tint {
  z-index: 97;
}

.menu-tint-cart {
  z-index: 99;
}

.navbar-collapse-cart {
  z-index: 99999 !important;
  min-height: 0;
  float: none;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  left: 0;
  top: 0 !important;
  bottom: 0;
  width: 85vw;
  max-width: 480px;
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
  min-height: 100vh !important;
  -webkit-box-shadow: -1px 4px 6px 0 rgba(138, 138, 138, 0.5);
  box-shadow: -1px 4px 6px 0 rgba(138, 138, 138, 0.5);
  background: #fff;
  position: fixed;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  z-index: 99;
}
.navbar-collapse-cart.show {
  transform: translate3d(0, 0, 0) !important;
}

.cart-summary {
  height: 100%;
}
.cart-summary h3 {
  background: #244e4d;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  margin: 0;
}
.cart-summary .cart-content {
  height: calc(100% - 52px);
  overflow: auto;
}
.cart-summary .cart-content .cart-item {
  padding: 15px;
  border: 1px solid #ddd;
  margin: 15px;
}
.cart-summary .cart-total-summary {
  margin: 0 15px;
}
.cart-summary .dec-inc {
  margin: 10px 0;
}
.cart-summary .dec-inc span {
  margin: 0 5px;
}
.cart-summary .dec-inc .btn {
  border: 1px solid #ddd;
}
.cart-summary .btn-delete {
  background: #f2f3f4;
  font-size: 13px;
  margin-top: 5px;
}
.cart-summary .btn-delete:hover {
  background: #212529;
  color: #fff;
}

.no-basket {
  height: 100vh;
}
.no-basket div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.no-basket div h2 {
  text-align: center;
  font-size: 20px;
  width: 100%;
  max-width: 220px;
  margin: auto;
}

.slider {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #244e4d;
  overflow: hidden;
  /* &:after {
      content: "";
      background: url(/assets/img/slider/1.webp) no-repeat;
      background-size: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 600px;
      height: 100%;
  }*/
  /*  &:before {
      content: "";
      background: url(/assets/img/bg-texture.webp) #fbf9f8;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: .1;
  }*/
  /*  &:before {
      content: "";
      width: 700px;
      height: 700px;
      position: absolute;
      right: 0;
      top: 0;
      background: radial-gradient(50% 50% at 50% 50%,#e1d7d1 0,#ede7e300 100%);
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%;
  }*/
}
.slider h2 {
  font-size: 48px;
  margin: 50px 0;
}
.slider .swiper {
  height: 100%;
}
.slider .slider-content {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slider .container-fluid {
  position: relative;
  height: 100%;
}
.slider .slider-text {
  position: absolute;
  z-index: 9;
  bottom: 50%;
  width: 100%;
  margin: 0 45px;
  transform: translateY(50%);
}
.slider .slider-text .slider-text-content {
  max-width: 600px;
}
.slider .slider-text .slider-text-content p {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.slider .slider-text .slider-text-content h2 {
  color: #fff;
}
.slider .slider-text .slider-text-content .slide-logo {
  max-width: 120px;
  margin-top: 20px;
}
.slider .slider-tint {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  z-index: 3;
  opacity: 0.25;
  background: #265050;
  background: linear-gradient(180deg, rgb(38, 80, 80) 0%, rgb(47, 115, 105) 50%, rgba(56, 150, 131, 0) 100%);
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.slider .slide-img {
  object-fit: cover;
  object-position: center;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.slider .swiper-pagination {
  position: absolute;
  bottom: 45px !important;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 45px !important;
  height: 6px !important;
  border-radius: 2px !important;
  margin: 0 2px 5px !important;
  border: none;
  opacity: 1;
  transition: all 0.5s;
  text-align: center;
  color: #fff;
  background: #fff;
  font-weight: 700;
  text-indent: -9999px;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #399883 !important;
  width: 60px !important;
}
.slider .thumb-container-fluid {
  position: relative;
}
.slider .thumb {
  position: absolute;
  z-index: 8;
  text-align: end;
  width: 100%;
  height: 280px;
  bottom: 80px;
  left: 0;
  padding: 0 12px;
}
.slider .thumb .swiper-slider-thumb .swiper-thumb-box {
  background: conic-gradient(from 270deg at 100% 67.11%, #ddd 0deg, #e3e3e3 1turn), #e3e3e3;
  padding: 15px;
  border-radius: 10px;
  border: 3px solid #e3e3e3;
}
.slider .thumb .swiper-slider-thumb .swiper-thumb-box p {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
}
.slider .thumb .swiper-slider-thumb .swiper-thumb-box p span {
  background: #212529;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.slider .thumb .swiper-slider-thumb .swiper-thumb-box h5 {
  font-size: 16px;
  text-align: left;
}
.slider .thumb .swiper-slider-thumb .slide-img-xs {
  max-width: 100%;
  max-height: 120px;
}
.slider .thumb .swiper-slide-thumb-active .swiper-thumb-box {
  border-color: #399883;
}
.slider .banner-video-wrap {
  height: 100%;
}
.slider .banner-video-wrap .banner-video {
  height: 100%;
}
.slider .banner-video-wrap .banner-video .custom-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.slider .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 9;
}
.slider .swiper-button i {
  color: #fff;
  font-size: 20px;
}
.slider .slider-button-prev {
  right: 90px;
}
.slider .slider-button-next {
  right: 45px;
}

/*SLIDER ANIMATION*/
.swiper-slide .fadeUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.swiper-slide.swiper-slide-active .fadeUp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide .fadeUpXs {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.swiper-slide.swiper-slide-active .fadeUpXs {
  opacity: 1;
}

.swiper-slide .fadeUpSm {
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.swiper-slide.swiper-slide-active .fadeUpSm {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide .fadeUpXy {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.7s ease, opacity 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.swiper-slide.swiper-slide-active .fadeUpXy {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide .fadeUpXyy {
  -webkit-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.swiper-slide .fadeUpSlide {
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.swiper-slide.swiper-slide-active .fadeUpSlide {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.btn-slider {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px 45px;
  border-radius: 30px;
  color: #212529;
  transition: all 0.5s;
}
.btn-slider:hover {
  background: #399883;
  color: #fff;
}

.social-slider {
  margin: 0;
  padding: 30px 0;
  list-style: none;
  text-align: end;
  position: absolute;
  bottom: 0;
  left: 45px;
  z-index: 99;
}
.social-slider li {
  display: inline-block;
}
.social-slider li a {
  display: block;
  padding: 5px 15px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.5);
}
.social-slider li a i {
  font-size: 20px;
}
.social-slider li a:hover {
  background: #fff;
  color: #212529;
}

/* Footer */
footer {
  background: #265050;
  background: linear-gradient(180deg, rgb(38, 80, 80) 0%, rgb(47, 115, 105) 50%, rgb(56, 150, 131) 100%);
}
footer h2, footer p {
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .footer-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer h5 {
  font-size: 14px;
  padding: 5px 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Inter", serif;
  font-weight: 700;
}
footer .footer-top {
  padding: 60px 0 45px;
}
footer .footer-top .footer-logo {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
footer .footer-top .footer-logo img {
  max-width: 130px;
  filter: brightness(100);
}
footer .footer-middle .footer-menu {
  display: flex;
  padding: 60px 0;
}
footer .footer-middle .footer-menu .footer-list {
  width: 25%;
}
footer .footer-middle .footer-menu .footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-middle .footer-menu .footer-list ul li {
  position: relative;
}
footer .footer-middle .footer-menu .footer-list ul li a {
  text-decoration: none;
  padding: 5px 0;
}
footer .footer-middle .footer-menu .footer-list h5 {
  color: #fff;
}
footer .footer-middle .accordion-footer {
  width: 100%;
  display: flex;
}
footer .footer-middle .accordion-footer .collapse:not(.show) {
  display: block;
}
footer .footer-middle .call-center {
  text-align: end;
}
footer .footer-middle .call-center div {
  display: inline-block;
}
footer .footer-middle .call-center img {
  width: 42px;
}
footer .footer-middle .call-center h2 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}
footer .footer-middle .call-center h2 a {
  display: block;
}
footer .footer-middle .call-center h2 span {
  color: #399883;
}
footer .footer-middle .footer-flex-menu {
  display: flex;
  margin: 0;
  padding: 60px 0;
  list-style: none;
}
footer .footer-middle .footer-flex-menu li {
  margin-right: 15px;
}
footer .footer-middle .address {
  position: relative;
  margin-left: auto;
  text-align: end;
}
footer .footer-middle .address h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
footer .footer-middle .address p {
  line-height: 1;
  margin-bottom: 10px;
}
footer .footer-middle .social-footer {
  margin: 0;
  padding: 45px 0;
  list-style: none;
  text-align: end;
}
footer .footer-middle .social-footer li {
  display: inline-block;
}
footer .footer-middle .social-footer li a {
  display: block;
  padding: 5px 15px;
  border-radius: 3px;
}
footer .footer-middle .social-footer li a i {
  font-size: 20px;
}
footer .footer-middle .social-footer li a:hover {
  background: #fff;
  color: #212529;
}
footer .footer-bottom {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-bottom .newclick p {
  margin: 0;
  color: #fff;
}
footer .footer-bottom .newclick a {
  color: #fff;
}
footer .copyright {
  height: 100%;
  display: flex;
  align-items: center;
}
footer .copyright p {
  margin: 0;
}

/*Whatsapp*/
.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 5px;
  display: inline-block;
  cursor: pointer;
  background: #25d366;
  text-align: center;
  padding: 2px 12px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: rgb(0, 0, 0) 0px 0px 25px -6px;
}
.whatsapp span {
  display: flex;
}
.whatsapp i {
  color: #fff;
  font-size: 28px;
}

.footer-products-menu {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-products-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-box {
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.blog-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-box .blog-box-img {
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
}
.blog-box .blog-box-img img {
  border-radius: 15px;
}
.blog-box .blog-box-content .blog-box-category {
  display: flex;
  gap: 5px;
  margin: 10px 0;
}
.blog-box .blog-box-content .blog-box-category img {
  max-height: 24px;
}
.blog-box .blog-box-content h4 {
  margin-top: 10px;
  font-size: 24px;
}
.blog-box .blog-box-content h4, .blog-box .blog-box-content a {
  color: #212529;
}
.blog-box .blog-box-content .box-tag {
  display: flex;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  gap: 5px;
}
.blog-box .blog-box-content .box-tag li {
  padding: 0 7px;
  background: #399883;
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.blog-box .blog-box-content .box-tag li span {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 5px;
  filter: contrast(2);
}

h1.title {
  margin: 15px 0;
  font-size: 32px;
}

.aside-sticky-blog .aside-sticky-wrapper {
  height: auto !important;
  align-items: start !important;
}

.popular .blog-list {
  margin-bottom: 30px;
  display: flex;
}
.popular .blog-list-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-right: 15px;
  width: 220px;
}
.popular .blog-list-img img {
  border-radius: 5px;
}
.popular .blog-list-content {
  width: 100%;
}
.popular .blog-list-content h3 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popular .blog-list-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dp-pager {
  margin: 0;
  display: block;
}
.dp-pager .btn {
  line-height: 2;
  border-radius: 3px;
}
.dp-pager .btn.btn-sm.btn-active {
  background: #399883;
  color: #fff;
}

.blog-detail .blog-detail-caption img {
  max-height: 480px;
  width: 100%;
  object-fit: cover;
  margin-top: 20px;
}
.blog-detail .blog-detail-short {
  font-size: 18px;
  margin-bottom: 30px;
  border-left: 5px solid #ddd;
  padding-left: 30px;
  line-height: 1.3;
  color: #666;
}
.blog-detail .blog-detail-date {
  margin: 15px 0;
  color: #666;
}
.blog-detail .blog-detail-page-content {
  margin-top: 15px;
}
.blog-detail .blog-detail-page-content h1 {
  font-size: 36px;
}
.blog-detail .blog-detail-page-content h2 {
  font-size: 22px;
}
.blog-detail .blog-detail-page-content h3 {
  font-size: 20px;
}

.tags-blog {
  margin: 30px 0;
}
.tags-blog ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.tags-blog ul li {
  padding: 0 7px;
  background: #399883;
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.tags-blog ul li a {
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
}

.share {
  margin: 0;
  padding: 15px 0 45px;
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.share li {
  display: inline-block;
  margin-right: 7px;
}
.share li a {
  padding: 0 10px;
  vertical-align: middle;
  display: inline-block;
  border: 2px solid #212529;
  border-radius: 3px;
}
.share li a i {
  font-size: 18px;
}
.share li a.facebook {
  color: #3b5998;
}
.share li a.twitter {
  color: #111;
}
.share li a.linkedin {
  color: #007bb6;
}

.page {
  padding: 45px 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.page-banner {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;
}
.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.page-short h1 {
  margin: 0;
}
.page-short p {
  font-size: 20px;
}

.masterlist {
  padding: 45px 0;
}
.masterlist .masterlistsub:nth-child(2n) {
  background: #fff;
}
.masterlist .masterlistsub:nth-child(2n+1) {
  background: #e3e3e3;
}
.masterlist .masterlistsub:nth-of-type(3) {
  background: #78c96a;
}

.contact-box,
.contact-right {
  background: #fff;
  margin: 30px 0;
}

.call {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.call div h3 {
  font-size: 20px;
}
.call div a {
  display: block;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 800;
  color: var(--site-color);
}

.hr-box {
  padding: 30px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
}
.hr-box:first-child {
  margin-bottom: 30px;
  border-top: none;
}
.hr-box:last-child {
  border-bottom: none;
}

.contact-maps {
  margin: 30px 0;
}

.contact-address .box {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.contact-address .box i {
  float: left;
  margin-right: 15px;
  font-size: 24px;
}
.contact-address .box h1 {
  font-size: 28px;
}
.contact-address .box .box-right {
  position: absolute;
  left: 44px;
  width: 100%;
}
.contact-address .box .box-right p {
  margin: 0;
}
.contact-address .list-contact li {
  display: inline-block;
  width: 32.5%;
  margin-right: 1%;
  box-shadow: none;
  font-weight: 400;
}
.contact-address .list-contact li:nth-child(3n+3) {
  margin-right: 0;
}
.contact-address .list-contact li span {
  font-weight: 700;
}

.form-contact .form-floating {
  margin-bottom: 10px;
}

.bread {
  margin: 15px 0;
}
.bread .breadcrumb {
  margin-bottom: 0;
}

.who-nav-tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.who-nav-tab-wrapper .who-tabs {
  display: inline-flex;
  border: 1px solid #212529;
  border-radius: 15px;
}
.who-nav-tab-wrapper .who-tabs li {
  background: #fff;
  padding: 10px;
}
.who-nav-tab-wrapper .who-tabs li .nav-link {
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  color: #212529;
}
.who-nav-tab-wrapper .who-tabs li .nav-link.active {
  background: #f2f3f4;
}

.assistance-faq {
  padding-bottom: 15px !important;
}
.assistance-faq .faq-title h3 {
  font-size: 16px;
  margin: 0;
}
.assistance-faq .list-group-item {
  padding: 20px !important;
}

#whoTabContent .tab-pane ul {
  list-style: none;
  padding: 0;
  margin: 45px 0 0;
}
#whoTabContent .tab-pane ul li {
  position: relative;
  padding: 20px 0 20px 45px;
  font-size: 14px;
  border-top: 1px solid #ddd;
}
#whoTabContent .tab-pane ul li:after {
  content: "\f272";
  font-family: "bootstrap-icons";
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.banner {
  margin-bottom: 20px;
}

.aside-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  transition: all 0.5s;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  color: #212529;
}

.subs {
  margin-top: 45px;
}
.subs .sub .sub-image {
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}
.subs .sub .sub-image img {
  height: 100%;
  object-fit: cover;
}

.btn-send {
  background: #000;
  color: #fff;
  padding: 10px 45px;
  border-radius: 30px;
  transition: all 0.5s;
}
.btn-send:hover {
  background: #399883;
  color: #fff;
}

@media (max-width: 576px) {
  .home-cars .swiper-slide,
  .campaigns .swiper-slide {
    width: 80vw !important;
  }
}
@media (max-width: 992px) {
  .container-fluid,
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .swiper-container {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .swiper-slide {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .navbar-toggler {
    transform: none;
    visibility: visible !important;
    margin-left: auto;
  }
  .navbar-toggler:hover, .navbar-toggler:focus {
    cursor: pointer;
    color: #fff;
    border: none !important;
    box-shadow: none !important;
  }
  #menu-trigger {
    padding: 10px 7px;
    margin: 0 0 0 5px;
    height: 42px;
    width: 50px;
    border: none;
  }
  #menu-trigger div {
    position: relative;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    background: #fff;
    transition: all 0.5s ease;
    text-align: right;
  }
  #menu-trigger div:first-child:hover {
    width: 30px;
  }
  #menu-trigger div:nth-child(2) {
    width: 23px;
    margin-left: auto;
  }
  #menu-trigger div:nth-child(3) {
    width: 15px;
    margin-left: auto;
    margin-bottom: 0;
  }
  #menu-trigger.clicked div {
    width: 32px !important;
    height: 2px;
    transform: scale(0.8);
  }
  #menu-trigger.clicked div:nth-child(even) {
    opacity: 0;
  }
  #menu-trigger.clicked div:nth-child(1) {
    transform: rotate(45deg) scale(0.8);
    top: 8px;
    left: 3px;
  }
  #menu-trigger.clicked div:nth-child(3) {
    transform: rotate(-45deg) scale(0.8);
    top: -6px;
  }
  #menu-trigger.clicked:hover {
    transform: scale(1);
  }
  #menu-trigger.clicked:hover div {
    width: 32px !important;
  }
  .scroll header #menu-trigger div, .open header #menu-trigger div, .master header #menu-trigger div {
    background: #212529;
  }
  header {
    padding: 10px 0;
  }
  header .bg-white {
    border-bottom: none !important;
  }
  header .nav-elements a.dropdown-toggle {
    width: 62px;
    padding: 2px 15px !important;
    margin-top: 1px !important;
    margin-bottom: 0;
  }
  header .nav-elements a.dropdown-toggle i {
    margin-right: 7px;
  }
  header .nav-elements .account-user-avatar {
    padding: 6px 10px;
    margin: 0 0 0 -5px;
    background: none;
    color: #212529;
  }
  header .nav-elements .dropdown-toggle-login::after {
    right: 4px;
    top: 7px;
  }
  header .nav-elements .dropdown-item {
    line-height: 1.5;
    font-size: 14px;
  }
  header .nav-elements .dropdown-item i {
    font-size: 20px;
    margin-right: 15px;
  }
  header .dropdown-menu {
    min-width: 184px;
  }
  header .dropdown-menu::after {
    width: 58px;
  }
  header .search-header {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
  }
  header .search-header .form-control {
    border-radius: 0;
    border-width: 2px 0;
    padding-left: 20px;
  }
  .scroll header {
    box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.122);
  }
  .scroll header .search-header {
    transform: translateY(-200px);
  }
  .scroll header nav.menu a, .open header nav.menu a, .master header nav.menu a, header nav.menu a {
    color: #212529;
  }
  .scroll header nav.menu a:hover, .scroll header nav.menu a:focus, .open header nav.menu a:hover, .open header nav.menu a:focus, .master header nav.menu a:hover, .master header nav.menu a:focus, header nav.menu a:hover, header nav.menu a:focus {
    color: #212529;
    border: none;
    box-shadow: none;
  }
  .scroll header .dropdown.lang-link .btn, .open header .dropdown.lang-link .btn, .master header .dropdown.lang-link .btn, header .dropdown.lang-link .btn {
    background-color: transparent;
  }
  .scroll header .dropdown.lang-link .btn:after, .open header .dropdown.lang-link .btn:after, .master header .dropdown.lang-link .btn:after, header .dropdown.lang-link .btn:after {
    margin-bottom: 2px;
    border-bottom-color: #212529;
    border-top-color: #212529;
  }
  .scroll header .dropdown.lang-link .btn span, .open header .dropdown.lang-link .btn span, .master header .dropdown.lang-link .btn span, header .dropdown.lang-link .btn span {
    color: #212529;
  }
  .lang-wrapper {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .search .nav-tab-search .nav-link {
    padding: 10px 15px;
  }
  .search .search-wrapper {
    padding: 15px;
    margin-bottom: 5px;
  }
  .search .search-wrapper .btn {
    font-size: 13px;
    padding: 19px 5px;
  }
  .search .dropdown-range {
    position: static;
  }
  .search .dropdown-range .dropdown-menu {
    min-width: 0;
    width: calc(100% - 30px);
  }
  .slider {
    height: 90vh;
    min-height: 0;
  }
  .slider .slide-img {
    opacity: 0.9;
  }
  .slider .swiper-buttons, .slider .swiper-pagination {
    display: none;
  }
  .slider h2 {
    font-size: 48px;
    margin: 20px 0 50px;
  }
  .slider .slider-text {
    margin: 0;
    padding: 30px 20px;
  }
  .slider .slider-text .slider-text-content {
    padding-left: 0;
  }
  .slider .slider-text .slider-text-content p {
    text-shadow: none;
    color: #fff;
  }
  .slider .swiper-button {
    top: 52%;
  }
  .slider .social-slider {
    padding: 15px 0;
    left: 20px;
  }
  .home-brands {
    padding: 30px 0;
  }
  .home-brands .home-brands-list li {
    width: calc(33% - 8px) !important;
  }
  .home-brands .home-brands-list li a .home-brands-list-img {
    margin: auto !important;
  }
  .home-brands .home-brands-list li a .home-brands-list-img img {
    margin: 0;
  }
  .home-brands .home-brands-list li a div {
    margin: auto;
  }
  .home-brands .home-brands-list li .home-brands-list-caption {
    display: none;
  }
  .home-boxes .home-boxes-wrapper .black {
    margin-top: 15px;
  }
  .home-cars .home-cars-tabs-wrapper .home-cars-tabs {
    margin: 0 auto 30px !important;
    width: 400px !important;
  }
  .home-cars .home-cars-tabs-wrapper .home-cars-tabs .nav-link {
    padding: 10px !important;
    font-size: 13px !important;
  }
  .home-cars .home-cars-tabs-wrapper .home-cars-tabs li {
    width: 33.3%;
    line-height: 1.2;
  }
  .home-cars .tab-content {
    padding-bottom: 15px !important;
  }
  .home-cars .swiper-car-box:hover {
    box-shadow: none !important;
  }
  .home-faq {
    padding: 60px 0 30px !important;
  }
  footer .footer-middle .footer-menu {
    display: block;
    padding: 30px 0;
  }
  footer .footer-middle .footer-menu .footer-list {
    width: 100% !important;
  }
  footer .footer-middle .footer-menu .footer-list ul {
    padding-bottom: 30px;
  }
  footer .footer-middle .footer-menu .footer-list ul li a {
    text-decoration: none;
    font-weight: 300;
  }
  footer .footer-middle .address {
    text-align: left;
    margin: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
  }
  footer .footer-middle .accordion-footer {
    display: block;
  }
  footer .footer-middle .accordion-footer .collapse:not(.show) {
    display: none;
  }
  footer .footer-middle .social-footer {
    padding: 20px 0;
    text-align: left;
  }
  footer .copyright {
    padding: 35px 0 15px;
  }
  footer .accordion-item a.btn-title {
    display: block;
    text-align: left;
    padding: 10px 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    position: relative;
  }
  footer .accordion-item a.btn-title:hover, footer .accordion-item a.btn-title:focus {
    color: #fff;
  }
  footer .accordion-item a.btn-title:after {
    transition: transform 0.2s;
    border: none;
    display: inline-block;
    content: "\f2ea";
    vertical-align: middle;
    font-family: "bootstrap-icons";
    font-size: 20px;
    position: absolute;
    right: 0px;
  }
  footer .accordion-item a.btn-title.collapsed:after {
    content: "\f4fe";
  }
  footer .newclick {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  footer .newclick p {
    margin: 0 !important;
  }
  .nav-wrapper .nav-content .nav a.nav-link {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-left: none;
    box-shadow: none !important;
  }
  .nav-wrapper .nav-content .nav a.nav-link.show::before {
    width: 100%;
    left: 0;
  }
  .nav-wrapper .nav-content .nav .dropdown-menu {
    position: relative !important;
    height: auto !important;
    transform: none !important;
    box-shadow: none !important;
    z-index: 99;
    background: var(--site-color-three);
    border-radius: 0;
    margin-top: 0 !important;
    margin-left: 0 !important;
    border-left: none;
  }
  .nav-wrapper .nav-content .nav .dropdown-menu::after {
    border-bottom-color: var(--site-color-three);
    margin-bottom: 5px;
  }
  .nav-wrapper #navbarMenu,
  .nav-wrapper .nav-item {
    height: auto !important;
  }
  .nav-wrapper .dropdown-toggle::after {
    right: 30px;
  }
  .navbar-collapse {
    z-index: 99999 !important;
    min-height: 0;
    float: none;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    left: 0;
    top: 0 !important;
    bottom: 0;
    width: 82vw;
    max-width: 480px;
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
    min-height: 100vh !important;
    -webkit-box-shadow: -1px 4px 6px 0 rgba(138, 138, 138, 0.5);
    box-shadow: -1px 4px 6px 0 rgba(138, 138, 138, 0.5);
    background: #fff;
    position: fixed;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    z-index: 99;
  }
  .navbar-collapse.show {
    transform: translate3d(0, 0, 0) !important;
  }
  #asideFilter {
    transition: none;
  }
  .aside-result {
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .aside-result span.total-filtered {
    border: 2px solid #399883;
    padding: 2px 5px;
    border-radius: 3px;
  }
  .aside-result #show-result-btn {
    cursor: pointer;
  }
  .menu-tint, .menu-tint-aside {
    position: fixed;
    width: 100%;
    height: calc(100% + 200px);
    bottom: -100px;
    top: 0;
    opacity: 0;
    z-index: 97;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    visibility: hidden;
  }
  .menu-tint.open, .menu-tint-aside.open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-logo {
    display: block;
    padding: 23px 20px;
    border-bottom: 3px solid #212529;
  }
  .mobile-logo img {
    max-height: 20px;
  }
  .mobile-menu {
    background: #f2f3f4;
    padding: 20px;
  }
  .mobile-menu a {
    display: block;
    padding: 7px 0;
    font-weight: 700;
    font-size: 14px;
  }
  .menu-boxes .menu-box {
    padding: 0;
    margin: 20px;
    border-radius: 15px;
    position: relative;
  }
  .menu-boxes .menu-box a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    padding: 15px 20px;
  }
  .menu-boxes .menu-box a i {
    margin-left: auto;
  }
  .menu-boxes .menu-box.red {
    background: #399883;
    margin-top: 0;
  }
  .menu-boxes .menu-box.black {
    background: #212529;
  }
  .call-center-menu {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 30px 0;
  }
  .call-center-menu img {
    width: 42px;
  }
  .call-center-menu h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .call-center-menu h2 a {
    display: block;
    color: #e30613;
  }
  .form-select-order {
    margin-right: 7px;
    width: 160px !important;
  }
  .title {
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .title .selected-filters {
    display: block;
    margin-left: 0 !important;
  }
  /*GENEL AYARLAR*/
  .content-page {
    margin-left: 0;
    width: 100%;
    padding-top: 0;
  }
  .page-left {
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .nav-aside .aside {
    box-shadow: none;
    width: 100%;
    padding: 30px;
    transition: none;
    -webkit-transition: none;
  }
  /*Giriş/Kayıt*/
  .login-page {
    background: #fff !important;
  }
  .card-form-login-business, .card-form-register-business {
    padding: 0;
    box-shadow: none;
    max-width: 480px;
    margin: 0 auto 30px auto !important;
    box-shadow: none;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    border-radius: 0;
  }
  .card-form-login,
  .card-form-register {
    box-shadow: none;
    border-radius: 0;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
    margin-top: 3px !important;
  }
  .page-left .aside-sticky .aside-sticky-wrapper {
    height: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 30px 0;
  }
  .page-left .aside-sticky .aside-sticky-wrapper p {
    margin-bottom: 0;
  }
  .page-left .aside-sticky .aside-sticky-wrapper .aside-sticky-content {
    transform: none;
  }
  .assistance-faq {
    padding-top: 0 !important;
  }
  .who-nav-tab-wrapper .who-tabs .nav-link {
    padding: 5px 15px;
  }
  #map {
    width: 100% !important;
    margin-bottom: 0 !important;
    overflow: hidden;
  }
  .page-right-member-business {
    border-top: 1px solid #ddd;
    overflow: hidden;
  }
  .page-right-member-business h1 {
    font-size: 32px;
  }
  .select-location {
    padding: 15px 15px 0;
  }
  #MainContent_ddl_city {
    margin-bottom: 10px;
  }
  .popular .blog-list {
    margin-bottom: 30px;
  }
  .popular .blog-list-content h3 {
    font-size: 16px;
  }
  .favoriteandshare {
    padding: 15px 5px;
    gap: 5px;
  }
  .favoriteandshare .favorite {
    width: 60%;
  }
  .favoriteandshare .sharecopy {
    width: 40%;
  }
  .home-services {
    margin-top: 0;
    padding: 30px 0 !important;
  }
  .home-about .home-about-boxes {
    padding: 60px 30px 0 !important;
  }
  .home-about .item {
    padding-bottom: 0 !important;
  }
  .home-marketplace {
    padding: 0 0 30px !important;
    min-height: 0 !important;
  }
  .home-marketplace .swiper-slide {
    width: 80%;
  }
  .home-marketplace .swiper-slide .item-image {
    height: 300px;
  }
  .home-marketplace .swiper-slide-active {
    width: 80%;
  }
  .home-marketplace .swiper-slide-active .item-image {
    height: 300px !important;
  }
  .home-blog .swiper-slide {
    width: 80%;
  }
  .home-blog .swiper-slide-active {
    width: 80%;
  }
  .home-blog .item .item-image {
    height: 360px !important;
  }
  .ttl h2 {
    font-size: 36px !important;
  }
  .ttl .btn {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
  .ttl .btn i {
    font-size: 10px !important;
    margin-left: 3px !important;
  }
}
@media (max-width: 1680px) {
  .content-page .content .title .selected-filters {
    display: block;
    margin-left: 0;
  }
  .form-control.form-select-order, .grid-list-buttons {
    height: 45px;
  }
}
.brands {
  padding: 30px 0;
  background: #fff;
  margin-bottom: 45px;
  border-bottom: 1px solid #dee2e6;
}
.brands .swiper-slide {
  height: auto;
}
.brands .swiper-slide .swiper-inner {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
.brands .swiper-slide .swiper-inner .swiper-img {
  overflow: hidden;
  box-shadow: none;
  padding: 0 30px;
  margin: auto;
}
.brands .swiper-slide .swiper-inner .swiper-img img {
  max-height: 130px !important;
  filter: grayscale(100);
}

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

.home-services {
  padding: 90px 0;
}
.home-services .home-services-left {
  height: 100%;
}
.home-services .home-services-left h2 {
  font-size: 48px;
}
.home-services .home-services-left p {
  font-size: 16px;
}
.home-services .home-services-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
}
.home-services .home-services-card:hover {
  /* z-index: 10;
  transform: scale(1.05) translateZ(0);*/
  border-color: #399883;
}
.home-services .home-services-card .home-services-card-image {
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
}
.home-services .home-services-card .home-services-card-image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-services .home-services-card .home-services-card-caption {
  width: 100%;
  padding: 45px 0;
  z-index: 9;
}
.home-services .home-services-card .home-services-card-caption h2 {
  margin-bottom: 0;
  font-size: 28px;
}
.home-services .home-services-card .home-services-card-caption a {
  color: #212529;
  text-decoration: underline;
}
.home-services .home-services-card .home-services-card-caption p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-about {
  background: #244e4d;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.home-about .home-about-boxes {
  height: 100%;
  padding: 90px 45px;
}
.home-about .home-about-boxes .item {
  display: flex;
  height: 100%;
  align-items: center;
}
.home-about .home-about-boxes .item .item-txt h2 {
  font-size: 48px;
  color: #fff;
}
.home-about .home-about-boxes .item .item-txt h4 {
  margin-bottom: 45px;
  color: #fff;
}
.home-about .home-about-boxes .item .item-txt p {
  color: #fff;
}
.home-about .home-about-boxes .item .item-txt .btn-more {
  color: #fff;
  text-decoration: underline;
}
.home-about .home-about-boxes .item .item-image {
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
}
.home-about .home-about-boxes .item .item-image a, .home-about .home-about-boxes .item .item-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-about .home-about-boxes .item .item-image img {
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.home-about .home-about-bg {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.team-content {
  padding: 0;
  background: #fff;
}
.team-content .team-box {
  padding: 30px 0;
  transition: 0.5s all;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #212529;
}
.team-content .team-box:hover {
  border-color: #399883;
}
.team-content .team-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-content .team-box ul li {
  text-align: center;
}
.team-content .team-box ul li:hover .figure img {
  filter: grayscale(0);
}
.team-content .team-box ul li .caption {
  text-align: center;
  padding: 0 15px;
}
.team-content .team-box ul li .caption p {
  margin: 0;
  font-size: 14px;
  min-height: 42px;
}
.team-content .team-box ul li .caption p:last-child {
  margin-top: 10px;
}
.team-content .team-box ul li .caption p:last-child a {
  font-size: 24px;
}
.team-content .team-box ul li .figure {
  text-align: center;
  margin: 0 0 30px;
  border-radius: 50%;
  border: 3px solid #399883;
  position: relative;
}
.team-content .team-box ul li .figure a {
  border-radius: 50%;
  border: 10px solid #fff;
  overflow: hidden;
  display: block;
}
.team-content .team-box ul li .figure img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  filter: grayscale(1);
}
.team-content .team-box .user-mail {
  margin-left: 10px;
}
.team-content .team-box .user-mail i {
  font-size: 26px;
}

.ttl {
  display: flex;
  margin-bottom: 15px;
}
.ttl h2 {
  font-size: 48px;
}
.ttl .swiper-buttons {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ttl .swiper-buttons .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
}
.ttl .swiper-buttons i {
  font-size: 24px;
}
.ttl .swiper-buttons .btn {
  border: 1px solid #121212;
  border-radius: 30px;
  padding: 5px 30px;
  display: flex;
  align-items: center;
}
.ttl .swiper-buttons .btn:hover {
  background: #399883;
  color: #fff;
  border-color: #399883;
}
.ttl .swiper-buttons .btn:hover i {
  color: #fff;
}
.ttl .swiper-buttons .btn i {
  font-size: 18px;
  margin-left: 10px;
}

.home-marketplace {
  position: relative;
  overflow: hidden;
  padding: 0 0 90px;
  min-height: 867px;
  margin-top: 45px;
}
.home-marketplace .item {
  background: #fff;
}
.home-marketplace .item:hover {
  border-color: #399883;
}
.home-marketplace .item .item-image {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
  background: #000;
}
.home-marketplace .item .item-image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-marketplace .item .item-txt h2 {
  font-size: 20px;
}
.home-marketplace .item .item-txt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-marketplace .item .btn-standart {
  text-decoration: underline;
}
.home-marketplace .swiper-slide-next .item-image {
  transition: width 0.9s ease-in, height 0.9s ease-in;
}
.home-marketplace .item-image:not(.swiper-slide-active) {
  pointer-events: none;
}
.home-marketplace .swiper-pagination {
  position: relative;
  width: 84px;
  font-size: 24px;
  text-align: left;
}

@media (min-width: 993px) {
  .home-marketplace .swiper-slide .item-image {
    height: 360px;
    transition: width 0.9s ease-in, height 0.9s ease-in;
  }
  .home-marketplace .swiper-slide-active {
    transition: width 0.9s ease-in, height 0.9s ease-in;
    width: 40% !important;
  }
  .home-marketplace .swiper-slide-active .item-image {
    height: 480px !important;
    transition: width 0.9s ease-in, height 0.9s ease-in;
  }
}
.home-blog {
  padding: 90px 0 15px;
  position: relative;
  overflow: hidden;
  /*  &:after {
      max-width: 600px;
      width: 100%;
      height: 700px;
      position: absolute;
      content: "";
      background: radial-gradient(50% 50% at 50% 50%,#e3e3e3 0,#e3e3e300 100%);
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%;
      top: 42%;
      left: 33%;
      transform: scale(2);
  }*/
  /*.home-blog-container {
      position: relative;
      width: 100vw;
      max-width: 100%;
      margin-right: calc((100vw - 1320px) / -2);
      margin-left: auto;
      overflow-x: visible;

      .swiper-home-blog {
          overflow: hidden;
          position: relative;
      }
  }*/
}
.home-blog .item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1, 1);
  transition: transform 250ms, box-shadow 250ms;
}
.home-blog .item .item-caption {
  padding: 20px 0;
  z-index: 9;
}
.home-blog .item .item-caption a {
  text-decoration: underline;
  color: #212529;
}
.home-blog .item .item-caption h2 {
  margin-bottom: 0;
  font-size: 24px;
}
.home-blog .item .item-caption p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-blog .item .item-image {
  height: 480px;
  background: #000;
  overflow: hidden;
  border-radius: 15px;
}
.home-blog .item .item-image img {
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}
.home-blog .swiper-pagination {
  position: relative;
  width: 84px;
  font-size: 24px;
  text-align: left;
}

@media (min-width: 993px) {
  .home-blog .swiper-slide-active .item-image {
    border: 3px solid #c7a669;
  }
}
/*Newsletter*/
.newsletter {
  margin: 30px 0;
}
.newsletter .newsletter-wrapper {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.newsletter h2 {
  font-size: 18px;
  margin: 0;
}
.newsletter p {
  margin: 0;
}
.newsletter .input-box {
  position: relative;
  margin-top: 7px;
}
.newsletter .newsletter-form {
  margin-bottom: 30px;
}
.newsletter .newsletter-form input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-width: 0 0 1px;
  background-color: #fff;
  height: 58px;
  width: 100%;
  font-size: 14px;
  color: #212529;
  padding-left: 0;
}
.newsletter .newsletter-form input:focus-visible, .newsletter .newsletter-form input:focus {
  box-shadow: none;
  outline: none;
  border-width: 0 0 1px;
}
.newsletter .submit {
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.87px;
  padding: 0;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  cursor: pointer;
}
.newsletter .submithover {
  text-decoration: none;
  background: #399883;
  color: #fff !important;
}
.newsletter button span {
  margin: auto;
}

.newsletter-form input::-webkit-input-placeholder, .newsletter-form input::-moz-placeholder, .newsletter-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.scale {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1, 1);
  transition: transform 350ms, box-shadow 350ms;
}
.scale:hover {
  z-index: 10;
  transform: scale(1.05) translateZ(0);
}

.swiper-button-disabled {
  opacity: 0.3;
}
