/* ------------------------------------------------------------------
[Master Stylesheet]
Project: Autorix
------------------------------------------------------------------- */

/* ------------------------------------------------------------------
[Table of contents]
1. Body
2. Header / #header
3. Banner Section / #banner
4. Whychose us-Section
5. About us Section
6. Services Section
7. Mission section
8. Offer Section
9. Our Teams Section
10.Our Work Section
11.Form Section
11. Footer Section */

body {
  /*font-family: 'Source Sans 3';*/
}

:root {
  --e-global-color-primary: #081928;
  --e-global-color-secondary: #ffffff;
  --e-global-color-accent: #e60012;
  --e-global-color-text: #081928;
  --e-global-color-light-blue: #163d7e;
  --e-global-color-dark-blue: #163d7e;
  --e-global-color-dark-blue2: #123466;
  --e-global-color-soft-blue: #b7dde1;
  --e-global-color-soft-blue-30: #b7dde14d;
  --e-global-color-very-dark-blue: #0a1e33;
  --e-global-color-red: #e60012;
  --e-global-color-dark-blue3: #0e2a4c;
  --e-global-color-light-bluish: #b7dde1;
  --e-global-color-yellow: #e60012;
  --e-global-color-blue-f: #0e2a4c;
  --e-global-color-blue-best: #081928;
  --e-global-color-blue-best-30: #0819284d;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 76px;
  line-height: 70px;
  font-weight: 900;
  word-spacing: 10px;
  letter-spacing: -1px;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 900;
}

h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

h6 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

p {
  /*font-family: 'Source Sans 3';*/
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

/* ***** headerm and banner section***** */

.navbar-nav li:first-child {
  margin-left: 0px;
}

.navbar-nav li {
  display: inline-block;
  margin: 0 26px;
}

.home-header-section {
}

.main-header .navbar-brand {
  margin-left: 0px;
  padding-bottom: 0px;
  margin-right: 153px;
}

.home-header-section .header .main-header .navbar-collapse .navbar-nav a {
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
  padding-left: 0px;
  padding-right: 0;
  position: relative;
}

.main-header {
  padding: 24px 320px 24px;
}

.home-banner-text {
  padding: 0px 0 193px 0;
}

.btn-talk a {
  background: var(--e-global-color-accent);
  line-height: 21px;
  font-size: 16px;
  color: var(--e-global-color-secondary) !important;
  padding: 18px 23px 18px 36px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-accent);
  transition: all ease-in-out 0.3s;
}

.btn-talk {
  margin-left: 52px !important;
}

.btn-talk a:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  transition: all ease-in-out 0.3s;
}

.btn-talk li i {
  margin-left: 20px;
  font-size: 20px;
  line-height: 16px;
}

.navbar-nav li.active > a:before {
  width: 40px;
  height: 3px;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background: url(../../assets/img/nav-before-img.png);
}

/* hover */

.navbar-nav li:hover > a:before {
  width: 40px;
  height: 3px;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background: url(../../assets/img/nav-before-img.png);
}

.navbar-nav .dropdown .autorix-drop-down li:hover > a:before {
  display: none;
}

.navbar-nav li:last-child {
  margin-left: 16px;
  margin-right: 0;
}

.home-banner-section .home-banner-text {
  padding: 0px 0 200px 0px;
}

.home-banner-section {
  padding-top: 190px;
  padding-bottom: 80px;
  padding-left: 344px;
  position: relative;
  /*background-color: var(--e-global-color-light-blue);*/
  background-image: url("../../assets/img/rogge-autohaus-außen.webp");
  background-position: 100% 40%;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  .home-banner-section {
    padding-top: 190px;
    padding-bottom: 80px;
    padding-left: 344px;
    position: relative;
    /*background-color: var(--e-global-color-light-blue);*/
    background-image: url("../../assets/img/rogge-autohaus-außen.webp");
    background-position: 90% 40%;
    background-size: cover;
  }
}

.banner-img {
  position: absolute;
  right: -45px;
  bottom: 0px;
  top: 102px;
}

.home-banner-text h1 {
  margin-bottom: 10px;
  padding-right: 67px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}

.banner-paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  word-spacing: 0px;
  margin-bottom: 40px;
  padding-right: 134px;
}

.home-banner-section .banner-container-box .social-icons ul {
  left: -250px;
  top: 39px;
}

.home-banner-section .banner-img-outer {
  padding-top: 100px;
}

.autorix-text {
  letter-spacing: 0px;
  margin-bottom: 24px;
}

.banner-container-box .social-icons ul li .social-networks {
  font-size: 14px;
  margin-top: 16px;
  color: var(--e-global-color-secondary);
  background: var(--e-global-color-very-dark-blue);
  border-radius: 100px;
  line-height: 48px !important;
  text-align: center;
  transition: all ease-in-out 0.3s;
  /*margin-right: -13px;*/
  width: 47px;
  height: 47px;
  line-height: 48px !important;
  transition: transform ease 300ms;
}

.banner-container-box .social-icons ul li .social-networks:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  transform: translate(0, -5px);
}

.home-banner-section .banner-btn a {
  background: var(--e-global-color-accent);
  line-height: 21px;
  font-size: 16px;
  color: var(--e-global-color-secondary);
  padding: 19px 24px 19px 40px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-accent);
  transition: all ease-in-out 0.3s;
}

.home-banner-section .banner-btn a i {
  margin-left: 24px;
  font-size: 20px;
  line-height: 22px;
}

.home-banner-section .banner-btn a:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  transition: all ease-in-out 0.3s;
}

.home-header-section .main-header .autorix-drop-down li {
  margin-left: 0px !important;
  margin-right: 0;
  width: 100%;
}

.home-header-section .main-header .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  background: var(--e-global-color-accent);
  border: none;
  border-radius: 0;
}

.home-header-section .main-header .navbar-nav .dropdown .autorix-drop-down li a {
  color: var(--e-global-color-secondary);
  font-size: 14px;
  line-height: 16px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease-out;
}

.home-header-section .main-header .navbar-nav .dropdown .dropdown-item.active, .dropdown-item:active {
  color: var(--e-global-color-accent) !important;
  background: var(--e-global-color-secondary);
}

.home-header-section .main-header .navbar-nav .dropdown .autorix-drop-down li a:hover {
  color: var(--e-global-color-accent);
  background: var(--e-global-color-secondary);
}

.home-header-section .home-banner-section .banner-container-box .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: -108px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: flex-start;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* whychoose-section */

.whychoose-section {
  padding: 120px 0 120px;
  background-color: var(--e-global-color-soft-blue);
  margin: 24px;
}

.whychoose-section h2 {
  padding: 0 232px;
  text-transform: uppercase;
  margin-bottom: 36px;
  color: var(--e-global-color-primary);
}

.whychoose-section .autorix-text {
  text-align: center;
  color: var(--e-global-color-light-blue);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.whychoose-section .blogs-section {
  background: var(--e-global-color-secondary);
  border-radius: 0px;
  padding: 24px;
  transition: 0s all ease-in-out;
  cursor: pointer;
  border: none;
  transition: transform ease 300ms;
  box-shadow: 0px 6px 38px 0 var(--e-global-color-blue-best-30);
  transition: all ease-in-out 0.3s;
  border-bottom: 2px solid var(--e-global-color-secondary);
  height: 100%;
}

/* .whychoose-section .blogs-section:hover{
  border-bottom: 2px solid var(--e-global-color-accent);
} */

.whychoose-section .blogs-section .blogs-h5 {
  letter-spacing: 0.1px !important;
  color: var(--e-global-color-primary);
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0px;
  padding: 36px 0px 0px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out 1s;
}

.whychoose-section .blogs-section .read-more a {
  text-transform: uppercase;
  color: var(--e-global-color-accent) !important;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 12px;
  transition: all ease-in-out 1s;
}

.whychoose-section .blogs-section .read-more a:after, nav ul li a:before {
  transition: all ease-in-out 1s;
}

.whychoose-section .blogs-section:after, nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: var(--e-global-color-secondary);
  background: #1c1060;
  height: 1px;
  transition: all ease-in-out 0.3s;
}

.whychoose-section .blogs-section:hover:after {
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.whychoose-section .blogs-section:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

.whychoose-section .blogs-section:hover:after {
  z-index: -10;
  animation: fill 0.6s forwards;
  -webkit-animation: fill 0.6s forwards;
  -moz-animation: fill 0.6s forwards;
  opacity: 1;
  transition: all ease-in-out 1s;
}

.whychoose-section .blogs-section:hover .blogs-p {
  color: #fff;
  z-index: 1;
  transition: all ease-in-out 1s;
}

.whychoose-section .blogs-section:hover:after .blogs-p {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
  transition: all ease-in-out 1s;
}

.whychoose-section .blogs-section:hover .blogs-h5 {
  color: var(--e-global-color-light-blue);
  z-index: 1;
}

.whychoose-section .blogs-section:hover:after .blogs-h5 {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
  transition: all ease-in-out 1s;
}

.whychoose-section .blogs-section:hover .read-more a {
  color: #fff !important;
  z-index: 1;
}

.whychoose-section .blogs-section:hover:after .read-more a {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

.whychoose-section .blogs-section:hover .read-more a i {
  color: #fff !important;
  z-index: 1;
}

.whychoose-section .blogs-section:hover:after .read-more a i {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
  transition: all ease-in-out 1s;
}

/* Keyframes */

.whychoose-section .blogs-section .read-more a i {
  color: var(--e-global-color-accent) !important;
  font-size: 16px;
  line-height: 30px;
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
}

.whychoose-section .blogs-section .blogs-p {
  color: var(--e-global-color-text);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 23px;
  padding: 0 43px;
  text-decoration: none;
  word-spacing: 1px;
  transition: all ease-in-out 0.3s;
}

.whychoose-section .whychoseus-left-img {
  margin-bottom: 0;
  bottom: -7px;
}

.left_icon img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  opacity: 0.08;
  width: 100%;
}

/* aboutus-section */

.about-us-section {
  background: var(--e-global-color-dark-blue2);
  padding: 126px 0 91px;
  position: relative;
  margin: 0 24px;
  overflow: hidden;
}

.about-us-section:before {
  background: url(../../assets/img/rogge-gruppenbild.webp);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 48%;
  bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.about-us-section figure .about-center-img {
  margin-left: 0px;
}

.about-us-section .about-text {
  color: var(--e-global-color-soft-blue);
  text-transform: uppercase;
  margin-bottom: 17px;
  margin-top: -8px;
}

.about-us-section .about-content {
  padding: 0px;
}

.about-us-section .about-content h2 {
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  letter-spacing: -1.5px;
  margin-bottom: 17px;
}

.about-us-section .about-content p {
  color: var(--e-global-color-secondary);
}

.about-us-section .about-content .about-content-box {
  background: var(--e-global-color-dark-blue);
  text-align: center;
  color: var(--e-global-color-secondary);
  padding: 18px 14px 21px;
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.about-us-section .about-content .about-content-box:hover {
  background: var(--e-global-color-accent);
  background-position: 100%;
  transform: translateY(-0.5rem);
  transition: all ease-in-out 0.3s;
}

.about-us-section .about-content .about-content-box .about-plus {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.about-us-section::after {
  /*background: url(../../assets/img/rogge-signet-schwarz.png);*/
  /*content: "";*/
  /*width: 24%;*/
  /*height: 24%;*/
  /*position: absolute;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  /*background-position: 100% 100%;*/
  /*mix-blend-mode: color-dodge;*/
}

.about-us-section .about-content .about-content-box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.about-us-section .about-content .box-margin-left {
  margin-left: -10px;
}

.about-us-section .about-content .about-content-box .about-span-box {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
}

/* our-services */

.our-services-section {
  /*background-image: url(../../assets/img/our-services-background-img.jpg);*/
  padding: 138px 0 140px;
}

.our-services-section .autorix-text {
  letter-spacing: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
}

.our-services-section .our-services-figure {
  text-align: center;
  border-radius: 180px;
  margin-bottom: 44px !important;
  width: 50%;
  box-shadow: 0px 6px 38px 0 rgb(238 238 252);
}

.our-services-section .our-services-content {
  text-align: center;
  margin-top: -20px;
}

.our-services-section .our-services-content p {
  color: var(--e-global-color-text);
  padding: 0 14px;
}

.our-services-section .our-services-content h5 {
  letter-spacing: 0;
  font-weight: 900;
}

.our-services-section .our-services-content a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.our-services-section h2 {
  padding: 0 207px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.our-services-section .our-services-content .paragraph2 {
  color: var(--e-global-color-text);
  padding: 0 16px;
}

.our-services-section .our-services-content .our-services-center-box {
  padding: 0 45px;
}

.our-services-section .our-services-outer1 {
  /*padding-top: 116px;*/
  padding-bottom: 32px;
}

.our-services-section .our-services-outer .our-services-figure img {
  padding: 20%;
}

.our-services-section .our-services-outer .our-services-car-img {
  position: absolute;
  top: -144px;
  text-align: center;
  left: -64px;
  right: -96px;
}

.our-services-section .our-services-left-img {
  padding-left: 80px;
}

.our-services-section .our-services-right-img {
  padding-right: 87px;
}

.our-services-section .banner-btn a {
  background: var(--e-global-color-accent);
  line-height: 22px;
  font-size: 16px;
  color: var(--e-global-color-secondary);
  padding: 19px 24px 19px 40px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-accent);
  transition: all ease-in-out 0.3s;
}

.our-services-section .banner-btn a:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  transition: all ease-in-out 0.3s;
}

.our-services-section .our-services-outer .steering-margin-bottom {
  margin-bottom: 60px;
}

.our-services-section .banner-btn a i {
  margin-left: 19px;
  font-size: 20px;
  line-height: 22px;
}

/* mission-section */

.mission-section .autorix-text {
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-left: 39px;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
}

.mission-section .autorix-text:before {
  background: url(../../assets/img/whychoose-bars.png);
  content: "";
  width: 28px;
  height: 20px;
  top: -2px;
}

.mission-section h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
}

.mission-section .about-us-content .list-margin-bottom {
  margin-bottom: 16px;
}

.mission-section .about-us-content ul i {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  padding: 8px;
  margin-right: 7px;
  font-size: 16px;
  line-height: 16px;
}

.mission-section .about-us-content .list-span {
  color: var(--e-global-color-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  word-spacing: 0px;
  letter-spacing: 0.3px;
}

.mission-section .our-mission-figure-box {
  position: absolute;
  left: -167px;
  TOP: 0px;
}

.mission-section .about-us-content p {
  color: var(--e-global-color-text);
}

.mission-section .about-us-content .our-mission-p1 {
  margin-bottom: 8px;
}

.mission-section .about-us-content .our-mission-p2 {
  margin-bottom: 26px;
}

.mission-section .mission-red-box {
  color: var(--e-global-color-secondary);
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  word-spacing: -2px;
  letter-spacing: -0.1px;
  background: var(--e-global-color-accent);
  text-align: center;
  padding: 46px 30px;
  /*width: 411px;*/
  margin-left: 34PX;
}

.mission-section .mission-red-box h5 {
  color: var(--e-global-color-secondary);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  word-spacing: -1px;
}

.mission-section .mission-red-box .banner-btn a {
  background: var(--e-global-color-dark-blue2);
  line-height: 20px;
  font-size: 16px;
  color: var(--e-global-color-secondary);
  padding: 22px 20px 22px 68px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-accent);
  transition: all ease-in-out 0.3s;
}

.mission-section .mission-red-box .banner-btn a:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-secondary);
  transition: all ease-in-out 0.3s;
}

.mission-section .mission-red-box .banner-btn a i {
  margin-left: 53px;
}

.mission-section .input-text {
  border: 1px solid var(--e-global-color-secondary);
  -webkit-transition: 1s;
  transition: 1s;
  padding: 26px 23px;
  /*margin: 0 -11%;*/
  width: 100%;
  border-radius: 65px;
  font-size: 16px;
  line-height: 24px;
  color: var(--e-global-color-form-text);
  background: var(--e-global-color-secondary);
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
}

.mission-section {
  padding: 141px 0 112px;
}

.mission-section .mission-red-box .contact-form-margin {
  margin-bottom: 23px;
}

.mission-section .mission-red-box .contact-form-margin-car {
  margin-bottom: 34px;
}

.mission-section .about-us-content .margin-left-checkk {
  margin-left: 18px;
  letter-spacing: 0px !important;
}

.mission-section .our-mission-right {
  position: absolute;
  right: 0;
  bottom: -27px;
}

/* offer-section */

.offer-section {
  padding: 140px 0;
  position: relative;
  margin: 0 24px;
  background-position: 0 76%;
  background-size: cover;
}

.offer-section:before {
}

.offer-section::before {
  background: url(../../assets/img/rogge-signet-rot.png);
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%;
  mix-blend-mode: soft-light;
  opacity: .67;
  pointer-events: none;
}

.offer-section .offer-content {
  text-align: center;
  color: var(--e-global-color-secondary);
}

.offer-section .offer-content .offer-text {
  text-transform: uppercase;
  margin-bottom: 45px;
}

.offer-section .offer-content h2 {
  text-transform: uppercase;
  font-weight: 700;
}

.offer-section .offer-content .offer-upto {
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 37px;
}

.offer-section .offer-content .offer-upto .percent-off {
  color: var(--e-global-color-accent);
}

/* teams-section */

.teams-section {
  padding: 138px 0 140px;
  position: relative;
}

.teams-section .teams-text {
  color: var(--e-global-color-accent);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.teams-section h2 {
  text-transform: uppercase;
  margin-bottom: 17px;
}

.teams-section p {
  color: var(--e-global-color-text);
}

.teams-section .teams-p1 {
  margin-bottom: 9px;
}

.teams-section .teams-p2 {
  margin-bottom: 27px;
}

.banner-btn a {
  background: var(--e-global-color-accent);
  line-height: 22px;
  font-size: 16px;
  color: var(--e-global-color-secondary);
  padding: 19px 60px 20px 36px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-accent);
  transition: all ease-in-out 0.3s;
}

.banner-btn a:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-very-dark-blue);
  transition: all ease-in-out 0.3s;
}

.banner-btn a i {
  position: absolute;
  margin-left: 19px;
  font-size: 20px;
  line-height: 22px;
}

.teams-section .teams-card {
  background: var(--e-global-color-secondary);
  box-shadow: 0px 6px 38px 0 var(--e-global-color-blue-best-30);
  padding: 37px 33px 28px;
  border-radius: 0px;
  text-align: center;
  border: 1px solid var(--e-global-color-secondary);
  transition: all 0.3s ease-out;
}

.teams-section .teams-card:hover {
  /*background: var(--e-global-color-dark-blue2);*/
}

.teams-section .teams-content {
  padding-top: 64px;
}

.teams-section .teams-icon:focus {
  box-shadow: 0px 7px 21px 0 #3d4144;
}

.teams-section .teams-card:hover .desc {
  /*color: var(--e-global-color-secondary);*/
}

.teams-section .teams-card:hover .title {
  /*color: var(--e-global-color-secondary);*/
}

.teams-section .teams-card:hover .teams-icon {
  box-shadow: none;
}

.teams-section .teams-card .teams-icon, .teams-section .teams-card .teams-cross-icon {
  position: absolute;
  top: 158px;
  right: 44px;
  background: var(--e-global-color-secondary);
  width: 46px;
  height: 46px;
  border-radius: 100px;
  z-index: 1;
  line-height: 50px;
  box-shadow: 0px 7px 21px 0 #dae0e5;
  color: var(--e-global-color-primary);
  cursor: pointer;
}

.teams-section .teams-card .teams-icon, .teams-section .teams-card .teams-cross-icon {
  position: absolute;
  top: 165px;
  right: 45px;
}

.teams-section .teams-card .teams-cross-icon {
  box-shadow: none;
}

.teams-section .teams-card .teams-icon:hover .teams-section .teams-card .teams-cross-icon {
  box-shadow: none;
}

.teams-section .teams-card .teams-plus-icon img {
  border-radius: 100px;
  box-shadow: 0px 7px 21px 0 #dae0e5;
}

.teams-section .teams-card .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--e-global-color-accent);
  text-transform: uppercase;
}

.teams-section .teams-card .desc {
  font-weight: 700;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  letter-spacing: 0;
}

.teams-section .teams-mb {
  /*margin-bottom: 30px;*/
}

.teams-section .teams-card ul {
  top: 115px;
  right: 25px;
  position: absolute;
}

.teams-section .teams-card .social-icons {
  background: var(--e-global-color-accent);
  width: 38px;
  height: 38px;
  border-radius: 100px;
  z-index: 1;
  font-size: 16px;
  line-height: 39px;
  position: relative;
}

.teams-section .teams-card .social-icons-outer1 {
  right: -1px;
}

.teams-section .teams-card .social-icons-outer2 {
  right: 9px;
  top: -83px;
}

.teams-section .teams-card .social-icons-outer3 {
  top: -158px;
  right: 38px;
}

.teams-section .teams-card .social-icons-outer4 {
  position: absolute;
  top: -107px;
  left: -180px;
}

.teams-section .teams-card .social-icons i {
  color: var(--e-global-color-secondary);
}

.teams-section .teams-icon:before, .teams-section .teams-cross-icon:before {
  content: "\2b";
  font-size: 20px;
  line-height: 20px;
  color: var(--e-global-color-primary);
  text-align: center;
  transition: ease-in-out 0.4s;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.teams-section .teams-cross-icon:before {
  content: "\f00d";
  color: var(--e-global-color-accent);
}

.teams-icon:before.teams-cross-icon {
  display: none;
}

.teams-section .teams-bottom-img {
  position: absolute;
  bottom: -14px;
  z-index: -1;
  width: 33%;
}

.teams-section .Hide, .teams-section .Hide2, .teams-section .Hide3, .teams-section .Hide4, .teams-section .Hide5, .teams-section .Hide6 {
  display: none;
}

/* our-work-section */

.auswahl-section.our-work-section {
  padding: 140px 0 105px;
  position: relative;
  background-size: cover;
  margin: 0 24px;
}

.our-work-section .case_studies-content {
  padding: 0 135px;
  text-align: center;
}

.our-work-section .case_studies-content h6 {
  letter-spacing: 2.8px;
  margin-bottom: 12px;
}

.our-work-section .case_studies-content h2 {
  margin-bottom: 18px;
}

.our-work-section .case_studies-content p {
  margin-bottom: 40px;
}

.our-work-section .case_studies_image {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.our-work-section.auswahl-section .case_studies_box {
  background: var(--e-global-color-secondary);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px 9px 30px;
  border-radius: 0;
  text-align: center;
  box-shadow: 0px 0px 75px 0px var(--e-global-color-blue-best-30);
  width: 85%;
  right: 0;
  left: 0;
  bottom: -96px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  min-height: 180px;
}

.our-work-section.auswahl-section .case_studies_box:hover {
  background: var(--e-global-color-blue-f);
  transition: all 0.3s ease-in-out;
}

.our-work-section .case_studies_box:hover .case-studies-descp {
  color: var(--e-global-color-secondary);
  transition: all 0.3s ease-in-out;
}

.our-work-section .case_studies_box h4 {
  padding: 0 30px;
  margin-bottom: 10px;
}

.our-work-section .case_studies_box p {
  font-size: 18px;
  line-height: 22px;
  color: var(--e-global-color-text);
  font-weight: 400;
  margin-bottom: 20px;
}

.our-work-section .box-arrow i {
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 100%;
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  font-size: 20px;
  line-height: 55px;
  height: 55px;
  width: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.our-work-section .case_studies_box .case-studies-title {
  font-size: 22px;
  line-height: 12px;
  color: var(--e-global-color-primary);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.our-work-section .case_studies_box .case-studies-descp {
  font-size: 16px;
  line-height: 4px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.our-work-section .btn_wrapper {
  text-align: center;
}

.our-work-section .btn_wrapper .viewall_btn {
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
  padding: 22px 74px;
  text-align: center;
  color: var(--e-global-color-white);
  display: inline-block;
  background-color: var(--e-global-color-accent);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.our-work-section .btn_wrapper .viewall_btn:hover {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-white);
}

.our-work-section .case_studies_shape {
  position: absolute;
  left: 490px;
  top: 296px;
  z-index: -1;
}

.our-work-section.auswahl-section .autorix-text {
  letter-spacing: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}

.our-work-section.auswahl-section.mobile-vielfalt-section h2 {
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: var(--e-global-color-secondary);
}

.our-work-section .owl-carousel .owl-nav button.owl-prev span {
  font-size: 40px;
  line-height: 43px;
  color: var(--secondary--color);
}

.our-work-section .owl-carousel .owl-nav button.owl-prev span {
  font-size: 108px;
  line-height: 108px;
  color: var(--e-global-color-secondary);
  position: absolute;
  left: -64px;
  bottom: 180px;
  font-weight: 200;
}
/*.our-work-section .owl-carousel {*/
/*  position:relative;*/
/*}*/

/*.owl-prev, .owl-next {*/
/*  position:absolute;*/
/*}*/

/*.owl-prev {*/
/*  left:-64px;*/
/*  color: var(--e-global-color-secondary);*/
/*  top: 200px;*/
/*}*/

/*.owl-next {*/
/*  right:0;*/
/*  color: var(--e-global-color-secondary);*/
/*  top:200px;*/
/*}*/
.leasing-section .owl-carousel .owl-nav button.owl-prev span {
  font-size: 108px;
  line-height: 108px;
  color: var(--e-global-color-soft-blue-30);
  position: absolute;
  left: -64px;
  top: 50%;
  font-weight: 200;
}

.our-work-section .owl-carousel .owl-nav button.owl-prev span:hover {
  color: var(--e-global-color-accent);
}

.our-work-section .owl-carousel .owl-nav button.owl-next span {
  font-size: 108px;
  line-height: 108px;
  color: var(--e-global-color-secondary);
  position: absolute;
  right: -64px;
  bottom: 180px;
  font-weight: 200;
}

.leasing-section .owl-carousel .owl-nav button.owl-next span {
  font-size: 108px;
  line-height: 108px;
  color: var(--e-global-color-soft-blue-30);
  position: absolute;
  right: -64px;
  top: 50%;
  font-weight: 200;
}

.our-work-section .owl-carousel .owl-nav button.owl-next span:hover,
.leasing-section .owl-carousel .owl-nav button.owl-next span:hover {
  color: var(--e-global-color-accent);
}

/*.our-work-section .owl-carousel .owl-nav.disabled {*/
/*  display: block;*/
/*}*/

.our-work-section .owl-theme .owl-dots .owl-dot,
.leasing-section .owl-theme .owl-dots .owl-dot {
  display: none;
}

.our-work-section .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(7, 39, 88, 0.822);
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}

.our-work-section .simple-overlay-3 {
  height: 0px;
  right: 0;
  left: initial;
  width: 0px;
  pointer-events: none;
}

.our-work-section .case_studies_box:hover .simple-overlay-3 {
  visibility: visible;
  opacity: 0.7;
  width: 100%;
  height: 640px;
  transition: 1s;
  pointer-events: none;
}

/* form-section */

.contact-us-form {
  padding: 80px;
  margin: 0 0 -160px;
  position: relative;
  z-index: 1;
  background-color: var(--e-global-color-red);
  width: fit-content;
  align-self: center;
  border: solid 24px var(--e-global-color-secondary);
}

.contact-us-form .autorix-text {
  letter-spacing: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}

.contact-us-form h2 {
  padding: 0 128px;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: var(--e-global-color-secondary);
}

.contact-us-form .form-control {
  display: block;
  width: 100%;
  height: 62px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-secondary);
  background-clip: padding-box;
  border: none;
  border-radius: 30px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 18px 31px;
  box-shadow: 0px 13px 41px 0 var(--e-global-color-blue-best-30);
}

.contact-us-form .contact-section-2 {
  margin-top: 29px;
}

.contact-us-form .contact-us-wrapper .form-btn button {
  background: var(--e-global-color-light-blue);
  line-height: 22px;
  font-size: 16px;
  color: var(--e-global-color-secondary);
  padding: 19px 80px 20px 56px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  border: 1px solid var(--e-global-color-accent);
}

.contact-us-form .contact-us-wrapper .form-btn button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(138, 34, 34, 0.2);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-very-dark-blue);
  transition: all ease-in-out 0.3s;
}

/* .contact-us-form .contact-us-wrapper .form-btn button:hover{
  transform: translateY(-5px);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-very-dark-blue);
  transition: all ease-in-out 0.3s;
} */

.contact-us-form .form-btn button i {
  position: absolute;
  margin-left: 24px;
  font-size: 20px;
  line-height: 22px;
}

.contact-us-form .contact-us-wrapper .form-btn {
  text-align: center;
}

.contact-us-form .col-inner {
  margin-bottom: 24px;
}

.contact-us-form .col-inner-msg {
  margin-bottom: 48px;
}

.contact-us-form .col-inner-msg .input-fill {
  border-radius: 15px;
  padding: 14px 30px 48px;
}

.contact-us-form textarea {
  border: 1px solid #d7e8ef;
  padding: 9px 17px;
  line-height: 40px;
}

.contact-us-form textarea.form-control {
  height: 129px;
}

/* carousel-section */

.carousel-section {
  padding: 140px 0;
  background: url(../../assets/img/carousel-section-img.jpg);
  position: relative;
}

.carousel-section:before {
  background: url(../../assets/img/offer-section-left-img.png);
  content: "";
  width: 169px;
  height: 152px;
  position: absolute;
  top: -25px;
  left: -46px;
  right: 0;
}

.carousel-section::after {
  background: url(../../assets/img/offer-section-right-img.png);
  content: "";
  width: 169px;
  height: 152px;
  position: absolute;
  right: -23px;
  bottom: -24px;
}

.carousel-section .carousel-content {
  background: var(--e-global-color-dark-blue3);
}

.carousel-section .carosel-text ul li i {
  color: var(--e-global-color-yellow);
  letter-spacing: 0px;
}

.carousel-section .carosel-text ul li {
  display: inline;
}

.carousel-section .carosel-text .carosel-p {
  font-size: 22px;
  color: var(--e-global-color-secondary);
  font-style: italic;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 0;
}

.carousel-section .carosel-text h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--e-global-color-secondary);
  display: inline;
}

.carousel-section .carosel-text .ceo {
  color: var(--e-global-color-light-bluish);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}

.carousel-section .carousel-content {
  padding: 50px 0 48px;
}

.carousel-section .carosel-text .carosel-img {
  margin-bottom: 18px;
}

.carousel-section .carosel-text .carosel-ul {
  margin-bottom: 5px;
}

.carousel-section .carousel-content .carousel-left-img-fig {
  margin-bottom: 0;
  float: right;
  margin-right: -8px;
  z-index: 4;
  position: relative;
}

.carousel-section .carosel-text {
  padding-left: 62px;
  padding-top: 17px;
  padding-right: 70px;
}

.carousel-section .carousel-content .red-box {
  background: var(--e-global-color-accent);
  position: absolute;
  width: 49%;
  height: 466px;
  top: -50px;
  left: 16px;
  z-index: 0;
}

.carousel-section .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.carousel-section .owl-theme, .owl-theme .owl-nav {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  margin-left: 0px;
}

.carousel-section .owl-theme .owl-nav {
  margin-top: 10px;
  color: var(--e-global-color-secondary);
  text-align: left;
  font-size: 27px;
  line-height: 20px;
  margin-left: 58px;
}

.carousel-section .owl-theme .owl-nav button:focus {
  outline: none;
}

.carousel-section .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: var(--e-global-color-accent);
  text-decoration: none;
}

/* Footer */

.footer-section {
  background: var(--e-global-color-dark-blue2);
  padding: 320px 0 80px;
  position: relative;
  margin: 0 24px;
}

.footer-outer-margin {
  position: relative;
}

.footer-outer-margin figure {
  position: absolute;
  bottom: -88px;
  margin: 0;
  z-index: 1;
}

.footer-bar .footer-bar-content .text-size-16 {
  color: var(--e-global-color-soft-blue);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.footer-bar {
  background: var(--e-global-color-blue-f);
  padding: 28px 0 30px;
  position: relative;
  margin: 0 24px 24px;
}

.footer-section .footer-right figure {
  position: absolute;
  right: 0;
  bottom: 0px;
  margin-bottom: 0;
}

.footer-section .foot-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--e-global-color-soft-blue);
  margin-bottom: 12px;
}

.footer-section .navbar-brand-footer {
  margin-bottom: 23px;
}

.footer-section .footer-a {
  cursor: pointer;
}

.footer-section .social-icons ul li .social-networks {
  font-size: 14px;
  margin-top: 16px;
  color: var(--e-global-color-secondary);
  background: var(--e-global-color-very-dark-blue);
  border-radius: 100px;
  line-height: 48px !important;
  text-align: center;
  transition: all ease-in-out 0.3s;
  /*margin-right: -13px;*/
  width: 47px;
  height: 47px;
  line-height: 48px !important;
  transition: transform ease 300ms;
}

.footer-section .social-icons ul li i:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  transform: translate(0, -5px);
}

.footer-section .social-icons ul li {
  display: inline-block;
  margin-right: 8px;
}

.footer-section .social-icons ul li:last-child {
  margin-right: 0px;
}

.footer-section .social-icons {
  z-index: 19;
}

.footer-section h5 {
  font-size: 22px;
  line-height: 28px;
  color: var(--e-global-color-secondary);
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-section .support-footer .footer-days {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
  margin-bottom: 7px;
}

.footer-section .support-footer .footer-days:hover {
  color: var(--e-global-color-accent);
}

.footer-section .support-footer .footer-time {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--e-global-color-soft-blue);
}

.footer-section .footer-list .icon-list-box1 .footer-link-auto {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--e-global-color-soft-blue);
  letter-spacing: 0.5px;
}

.footer-section .footer-list .icon-list-box1 .footer-link-auto:hover {
  color: var(--e-global-color-accent);
}

.footer-section .footer-list .icon-list-box1 .footer-location {
  color: var(--e-global-color-accent);
  position: absolute;
  line-height: 18px;
  font-size: 18px;
  left: 3px;
  margin-top: -19px;
}

.footer-section .footer-list .icon-list-box1 .footer-location2 {
  color: var(--e-global-color-accent);
  position: absolute;
  line-height: 18px;
  font-size: 18px;
  left: 3px;
  margin-top: 5px;
}

.footer-section .footer-list .icon-list-box1 .footer-location3 {
  color: var(--e-global-color-accent);
  position: absolute;
  line-height: 18px;
  font-size: 18px;
  left: 3px;
  margin-top: 3px;
}

.footer-section .footer-list .icon-list-box1 li {
  padding-left: 34px;
  margin-bottom: 14px;
}

.footer-section .footer-list span i {
  display: inline-block;
}

.footer-section .support-footer {
  padding-left: 40px;
}

.footer-section .f-bar-left {
  position: absolute;
  bottom: -16px;
  left: 0px;
  opacity: 20%;
}

/* about-us-page */

.sub-header-section {
  background: url(../../assets/img/sub-header-section.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sub-header-section .sub-banner-section h1 {
  margin-bottom: 28px;
  padding-right: 0px;
  text-align: center;
  text-transform: uppercase;
}

.sub-header-section .sub-banner-section .home-banner-text .banner-btn {
  text-align: center;
  position: relative;
}

.sub-header-section .sub-banner-section .banner-btn .btn-inner {
  background: var(--e-global-color-dark-blue3);
  line-height: 22px;
  font-size: 20px;
  color: var(--e-global-color-secondary);
  padding: 17px 39px 17px 38px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 6px 38px 0 #111f2c;
}

.sub-header-section .sub-banner-section .banner-btn span, .sub-header-section .sub-banner-section .banner-btn a {
  font-family: 'Mulish', sans-serif;
}

.sub-header-section .sub-banner-section .banner-btn .btn-inner .text-bars {
  display: inline-block;
  margin: 0 8px 0 8px;
}

.sub-header-section .sub-banner-section .banner-btn img {
  width: 21px;
  height: 15px;
}

.sub-header-section .sub-banner-section .banner-btn .about-margin {
  margin-left: 0px;
}

.sub-header-section .sub-banner-section .banner-btn .about-margin:before {
  width: 40px;
  height: 3px;
  position: absolute;
  top: 43px;
  left: 85px;
  right: 0;
  margin: 0 auto;
  content: "";
  background: url(../../assets/img/nav-before-img.png);
}

.sub-header-section:before {
  background: url(../../assets/img/about-before-img.png);
  content: "";
  width: 149px;
  height: 152px;
  position: absolute;
  top: 0px;
  left: 0%;
  right: 0;
}

.sub-header-section:after {
  background: url(../../assets/img/about-us-after-img.png);
  content: "";
  width: 727px;
  height: 313px;
  position: absolute;
  right: 0px;
  bottom: 0;
}

/* aboutpage-about-section */

.about-us-section-page .autorix-text:before {
  background: url(../../assets/img/whychoose-bars.png);
  content: "";
  width: 28px;
  height: 20px;
  top: 65px;
  left: 3%;
  right: 0;
}

.about-us-section-page .autorix-text {
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-left: 39px;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
}

.about-us-section-page {
  padding: 141px 0 145px;
}

.about-us-section-page h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
}

.about-us-section-page .about-us-content .our-mission-p1 {
  margin-bottom: 8px;
}

.about-us-section-page .about-us-content p {
  color: var(--e-global-color-text);
  padding-right: 77px;
}

.about-us-section-page .about-us-content ul i {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  padding: 8px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 16px;
}

.about-us-section-page .about-us-content .list-margin-bottom {
  margin-bottom: 16px;
}

.about-us-section-page .about-us-content .list-span {
  color: var(--e-global-color-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  word-spacing: 0px;
  letter-spacing: 0.3px;
}

.about-us-section-page .about-us-content .margin-left-checkk {
  margin-left: 18px;
  letter-spacing: 0px !important;
}

.about-us-section-page .about-us-box-page {
  background: var(--e-global-color-secondary);
  box-shadow: 0px 6px 38px 0 #d7dce0;
  transition: all ease-in-out 0.3s;
}

.about-us-box-page:hover {
  transform: rotate(0.5deg);
  transition: all ease-in-out 0.3s;
}

.about-us-section-page .about-us-box-page .about-us-content {
  padding-top: 67px;
  padding-left: 15px;
}

.about-us-section-page .about-us-box-page .about-red-box figure {
  position: absolute;
  bottom: 152px;
  right: -5px;
}

.about-red-box {
  position: relative;
}

.about-us-section-page .about-us-box-page .about-red-box .red-box-content {
  position: relative;
  bottom: 270px;
  z-index: 11;
  right: 66px;
  text-align: center;
}

.about-us-section-page .about-us-box-page .about-red-box .red-box-content .span28 {
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
  color: var(--e-global-color-secondary);
  position: absolute;
  top: -45px;
  right: 12px;
}

.about-us-section-page .about-us-box-page .about-red-box .red-box-content .about-plus {
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
  color: var(--e-global-color-secondary);
  position: absolute;
  right: -14px;
  top: -45px;
}

.about-us-section-page .about-us-box-page .about-red-box .red-box-content .exp {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
  position: absolute;
  top: 6px;
  left: 468px;
  /*right: 0;*/
  margin: 0 auto;
}

.best-choice-section {
  background: url(../../assets/img/best-choice-background.jpg);
  padding: 142px 0 55px;
  position: relative;
  overflow: hidden;
}

.best-choice-section:before {
  background: url(../../assets/img/best-choice-before.png);
  content: "";
  width: 1059px;
  height: 744px;
  top: 0px;
  left: -8px;
  right: 0;
  position: absolute;
}

.box-section {
  margin-top: -55px;
  overflow: hidden;
}

.box-section .mission-box {
  background: url(../../assets/img/red-box-img.png);
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 27px;
}

.box-section .mission-counter {
  font-size: 40px;
  line-height: 41px;
  color: var(--e-global-color-secondary);
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0px;
  letter-spacing: 2px;
}

.box-section .mission-box .plus-sign {
  font-size: 40px;
  line-height: 41px;
  left: -1px;
  top: 0px;
}

.box-section .mission-box .box-p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
  letter-spacing: 0;
  font-family: 'Mulish', sans-serif;
}

.best-choice-section .autorix-text:before {
  background: url(../../assets/img/best-choic-bars.png);
  content: "";
  width: 28px;
  height: 20px;
  top: -2px;
  left: -41px;
}

.best-choice-section h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--e-global-color-secondary);
}

.best-choice-section .banner-btn a {
  background: var(--e-global-color-accent);
  line-height: 22px;
  font-size: 16px;
  color: var(--e-global-color-secondary);
  padding: 19px 24px 19px 53px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-accent);
  transition: all ease-in-out 0.3s;
}

.best-choice-section .banner-btn a:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  transition: all ease-in-out 0.3s;
}

.best-choice-section .autorix-text {
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-left: 39px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}

.best-choice-section p {
  color: var(--e-global-color-secondary);
  margin-bottom: 36px;
}

.best-choice-section .banner-btn {
  margin-bottom: 143px;
}

.best-choice-section::after {
  background: url(../../assets/img/offer-section-right-img.png);
  content: "";
  width: 196px;
  height: 152px;
  position: absolute;
  right: -62px;
  bottom: 0px;
}

.best-choice-section .best-choice-left {
  width: 196px;
  height: 152px;
  position: absolute;
  top: 0px;
  left: -13px;
  right: 0;
}

.best-choice-section .play-video-icon {
  position: relative;
  bottom: -113px;
  margin-bottom: 0;
}

.best-choice-section .teams-p1 {
  margin-bottom: 10px;
}

.best-choice-section .banner-btn a i {
  margin-left: 30px;
  font-size: 20px;
  line-height: 22px;
}

/* service-page */

.whychoose-section .service-page {
  background: var(--e-global-color-white);
  border-radius: 0px;
  padding: 0px 0 24px;
  transition: 0s all ease-in-out;
  cursor: pointer;
  border: none;
  transition: transform ease 300ms;
  box-shadow: 0px 6px 38px 0 #dae0e5;
  transition: all ease-in-out 0.3s;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--e-global-color-secondary);
}

.whychoose-section .blogs-section .service-page-h5 {
  letter-spacing: 0.1px !important;
  color: var(--e-global-color-primary);
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0px;
  padding: 69px 80px 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.whychoose-section .service-page .circle-icon1 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  /*bottom: 0;*/
  top: 204px;
}

/* our-projects */

.our-projects {
  padding: 140px 0 100px;
  position: relative;
}

/* our-teams */

.our-teams-page .autorix-text {
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  color: var(--e-global-color-accent);
}

.our-teams-page .autorix-text:before {
  /*background: url(../../assets/img/rogge-streifen-blau-rot.png);*/
  content: "";
  width: 28px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: -184px;
  right: 0;
  margin: 0 auto;
}

.our-teams-page h2 {
  padding: 0 20px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.our-teams-page {
  background: transparent;
  padding: 138px 0 140px;
  position: relative;
}

.our-teams-page .teams-card .teams-card-fig {
  margin-bottom: 30px;
}

.our-teams-page .teams-card .teams-icon, .our-teams-page .teams-card .teams-cross-icon {
  position: absolute;
  top: 220px;
  right: 69px;
}

.our-teams-page .teams-card .social-icons-outer4 {
  position: absolute;
  top: -102px;
  left: -267px;
}

.our-teams-page .teams-card .social-icons-outer1 {
  right: 22px;
  top: 62px;
}

.our-teams-page .teams-card .social-icons-outer2 {
  right: 15px;
  top: -21px;
}

.our-teams-page .teams-card .social-icons-outer3 {
  top: -105px;
  right: 26px;
}

/* our shop */

.our-products .autorix-text {
  letter-spacing: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
}

.our-products h2 {
  padding: 0 20px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.our-products .teams-card .carosel-ul {
  margin-bottom: 9px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}

.our-products .teams-card ul li {
  display: inline;
}

.our-products .teams-card ul li i {
  color: var(--e-global-color-yellow);
  letter-spacing: -1px;
  font-size: 12px;
}

.our-products .heart-icon {
  position: absolute;
  top: 254px;
  right: 59px;
  background: var(--e-global-color-secondary);
  width: 46px;
  height: 46px;
  border-radius: 100px;
  z-index: 1;
  line-height: 50px;
  box-shadow: 0px 7px 21px 0 #dae0e5;
  transition: ease-in-out 0.4s;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.our-products .heart-icon i {
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  color: var(--e-global-color-dark-blue2);
  text-align: center;
}

.our-products .teams-card:hover .heart-icon {
  box-shadow: none;
}

.our-products .teams-card:hover .heart-icon {
  background: var(--e-global-color-accent);
}

.our-products .teams-card:hover .heart-icon i {
  color: var(--e-global-color-secondary);
}

.our-products .teams-card .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--e-global-color-accent);
  text-transform: uppercase;
  margin-bottom: 17px;
}

.our-products .teams-card .banner-btn a {
  background: var(--e-global-color-accent);
  line-height: 22px;
  font-size: 16px;
  color: var(--e-global-color-secondary);
  padding: 17px 18px 17px 34px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-accent);
  transition: all ease-in-out 0.3s;
}

.our-products .teams-card .banner-btn a i {
  margin-left: 24px;
  font-size: 20px;
  line-height: 22px;
}

.our-products .teams-card figure {
  margin-bottom: 24px;
}

.our-products .teams-card {
  background: var(--e-global-color-secondary);
  box-shadow: 0px 6px 41px 0 #dae0e5;
  padding: 37px 34px 38px;
  border-radius: 0px;
  text-align: center;
  border: 1px solid var(--e-global-color-secondary);
  transition: all 0.3s ease-out;
}

.our-products .teams-card:hover .title {
  color: var(--e-global-color-accent);
}

.our-products .teams-card:hover .teams-icon {
  box-shadow: none;
  background: var(--e-global-color-accent);
}

.our-products .teams-card:hover .teams-icon::before {
  color: var(--e-global-color-secondary);
}

.our-products .teams-card .our-product-fig {
  position: absolute;
  top: 18px;
  left: 17px;
  display: none;
}

.our-products {
  background: transparent;
}

.our-products .teams-card:hover .our-product-fig {
  display: block;
}

/* map-section */

.map-section {
  background-image: url(../../assets/img/our-services-background-img.jpg);
  padding: 142px 0 0px;
  position: relative;
}

/* contact-form */

.contact-form-section {
  /*background-image: url(../../assets/img/our-services-background-img.jpg);*/
  padding: 100px 0 140px;
  position: relative;
}

.contact-form-section .contact-us-title {
  margin-bottom: 33px;
  padding: 0 27px 0 0;
}

.contact-form-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--e-global-color-grey-icons);
  padding: 0 10px 0 0;
  margin-bottom: 35px;
}

.contact-form-section .icons-rounded-box-contact {
  background: var(--e-global-color-dark-icons-background);
  padding: 22px 22px;
  border-radius: 6px;
  margin-bottom: 40px;
  float: left;
  margin-right: 26px;
}

.contact-form-section .contact-li {
  float: left;
  width: 100%;
  margin-bottom: 28px;
}

.contact-form-section .contact-content .contact-title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  display: block;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-left: 96px;
}

.contact-form-section .contact-content .contact-parah {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--e-global-color-text);
  display: block;
  margin-left: 96px;
}

.contact-form-section .contact-form-margin {
  margin-bottom: 28px;
  width: 102%;
}

.contact-form-section .input-text {
  border: none;
  -webkit-transition: 1s;
  transition: 1s;
  padding: 12px 45px 12px 30px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  border-radius: 24px;
  font-weight: 400;
  color: var(--e-global-color-text);
  box-shadow: 0px 6px 38px 0 #dae0e5;
  height: 55px;
}

.contact-form-section .input-text1 {
  border: none;
  -webkit-transition: 1s;
  transition: 1s;
  padding: 16px 45px 32px 33px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  border-radius: 24px;
  font-weight: 400;
  color: var(--e-global-color-text);
  box-shadow: 0px 6px 38px 0 #dae0e5;
}

.contact-form-section .contact-section-btn a {
  color: var(--e-global-color-white-banner-text);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding: 25px 40px 25px;
  display: block;
  background: var(--e-global-color-btn-red);
  border-radius: 8px;
}

.contact-form-section .teams-text {
  color: var(--e-global-color-accent);
}

.contact-form-section .contact-fig {
  display: inline-block;
  float: left;
  margin-right: 16px;
}

.contact-form-section .contact-content .next-number {
  margin-right: 95px;
}

.contact-form-section .banner-btn button {
  background: var(--e-global-color-accent);
  line-height: 22px;
  font-size: 16px;
  color: var(--e-global-color-secondary);
  padding: 19px 24px 19px 71px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-accent);
  transition: all ease-in-out 0.3s;
}

.contact-form-section .banner-btn button:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-very-dark-blue);
  transition: all ease-in-out 0.3s;
}

.contact-form-section .banner-btn button i {
  margin-left: 35px;
  font-size: 20px;
  line-height: 22px;
}

.contact-form-section .contact-form-margin-text-area {
  margin-bottom: 33px;
}

.contact-form-section .contact-us-title2 {
  margin-bottom: 30px;
  padding: 0 10px 0 0;
}

/* cart-style */

/* Checkout & Cart NFT Section */

.nft-section {
  padding: 125px 0 130px 0;
}

.nft-section .circle {
  top: -61px;
  right: -106px;
}

.nft-section .preview-box {
  padding: 19px;
  background-color: var(--e-global-color-secondary);
  border-radius: 5px;
  box-shadow: 0px 13px 41px 0 #e5eaef;
}

.nft-section .preview-box .preview-img {
  margin-bottom: 18px;
}

.nft-section .preview-box-top {
  margin-bottom: 11px;
}

.nft-section .preview-box-top i {
  font-size: 22px;
  line-height: 30px;
  color: var(--e-global-color-accent);
}

.nft-section .preview-box-middle {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--e-global-color-desaturated-blue);
  margin-bottom: 24px;
}

.nft-section .preview-box-middle .left {
  float: left;
  width: 70%;
}

.nft-section .preview-box-middle .left figure {
  float: left;
  display: inline-block;
  margin-right: 16px;
}

.nft-section .preview-box-middle .left .name {
  font-size: 16px;
  line-height: 17px;
  display: block;
  font-weight: 400;
  padding-top: 7px;
}

.nft-section .preview-box-middle .left .mail {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.nft-section .preview-box-middle .right {
  float: right;
  width: 30%;
}

.nft-section .preview-box-middle .right .bid {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
  padding-top: 5px;
  color: var(--e-global-color-text);
}

.nft-section .preview-box-middle .right .price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.nft-section .preview-box a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 22px 23px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: var(--e-global-color-white);
  background-image: linear-gradient(90deg, var(--e-global-color-bright-blue) 0%, var(--e-global-color-accent) 100%);
}

.nft-section .preview-box a:hover {
  background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-bright-blue) 100%);
}

.nft-section .create-nft-box {
  padding: 30px 13px;
  line-height: 0;
  /*border: 1px solid var(--contactform-border-color);*/
  background-color: var(--e-global-color-secondary);
  border-radius: 5px;
  box-shadow: 0px 13px 41px 0 #e5eaef;
}

.checkout-section .billing-details-h3 {
  color: var(--e-global-color-primary);
}

.nft-section .create-nft-box .form-group label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 13px;
  color: var(--e-global-color-primary);
  margin-left: 10px;
}

.checkout-section .your-order {
  color: var(--e-global-color-primary);
}

.checkout-section .select-icon {
  position: relative;
}

.checkout-section .select-icon::after {
  content: "";
  font-size: 19px;
  color: var(--e-global-color-text);
  width: 12px;
  right: 23px;
  top: 35%;
  height: 15px;
  position: absolute;
  line-height: 16px !important;
  text-align: center;
  transition: ease-in-out 0.4s;
  background-image: url(../../assets/img/dropdown-arrow.png);
}

.nft-section .create-nft-box .form-group {
  float: left;
  width: 47.1%;
  margin: 0 10px 15px;
}

.nft-section .create-nft-box .special {
  width: 97% !important;
}

.nft-section .create-nft-box .form-group .form-control {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 61px;
  line-height: 20px;
  padding: 10px 21px;
  border-radius: 24px;
}

.nft-section .form-control::placeholder {
  color: var(--createform-border-color);
  opacity: 1;
}

.nft-section .create-nft-box .form-group .form-control:focus {
  box-shadow: none;
}

.nft-section .create-nft-box .form-group select {
  -webkit-appearance: none;
  background-repeat: no-repeat !important;
  background-position: 94.3% 26px !important;
  background-image: url('../../assets/img/dropdown-arrow.png') !important;
}

.nft-section input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background-image: url(../images/calendar.png);
}

.nft-section .create-nft-box .form-group textarea {
  height: 117px !important;
}

.nft-section .create-nft-box .form-check {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-top: 19px;
}

.nft-section .create-nft-box .form-check input {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-top: 0;
  border: 1px solid var(--e-global-color-accent);
  border-radius: 100px;
  -webkit-appearance: none;
}

.nft-section .create-nft-box .form-check input:checked {
  -webkit-appearance: auto;
}

.nft-section .create-nft-box .form-check label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-left: 15px;
  display: block;
}

.nft-section .create-nft-box .btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 22px 52px;
  margin-right: 12px;
  border: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: var(--e-global-color-white);
  background-image: linear-gradient(90deg, var(--e-global-color-bright-blue) 0%, var(--e-global-color-accent) 100%);
}

.nft-section .create-nft-box .btn:hover {
  background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-bright-blue) 100%);
}

.nft-section .create-nft-box .btn-outer {
  float: left;
  width: 100%;
  padding-top: 15px;
}

/* Checkout & Cart Product Section */

.product-section {
  background-image: url(../../assets/img/our-services-background-img.jpg);
  padding: 138px 0 140px;
  position: relative;
}

.product-section .heading {
  margin-bottom: 42px;
}

.product-section .heading h6 {
  color: var(--e-global-color-secondary);
}

.product-section .filter-list .circle {
  bottom: -59px;
  right: -92px;
}

.product-section .filter-list {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

.product-section .filter-list .btn {
  background: var(--e-global-color-dark-blue);
  border: 1px solid var(--e-global-color-desaturated-blue);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 18px 24px;
  display: inline-block;
  border-radius: 0;
  text-transform: capitalize;
  margin: 0 7px;
  color: var(--e-global-color-white);
}

.product-section .filter-list .btn:hover {
  background-image: linear-gradient(90deg, var(--e-global-color-bright-blue) 0%, var(--e-global-color-accent) 100%);
}

.product-section .filter-list .btn:focus {
  box-shadow: none;
}

.product-section .filter-list .btn.active {
  background-image: linear-gradient(90deg, var(--e-global-color-bright-blue) 0%, var(--e-global-color-accent) 100%);
}

.product-section .product-box {
  padding: 19px 16px;
  background: var(--e-global-color-dark-blue);
  float: left;
  width: 100%;
  border: 1px solid var(--e-global-color-desaturated-blue);
  margin-bottom: 30px;
}

.product-section .product-box figure {
  margin-bottom: 19px;
}

.product-section .product-box-top figure {
  margin-right: 8px;
}

.product-section .product-box-top .name {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
}

.product-section .product-box-top .rate {
  position: relative;
  top: 7px;
  padding: 1px 8px;
  background: #1a1a37;
}

.product-section .product-box-top .rate i {
  color: var(--e-global-color-accent);
  margin-right: 2px;
  font-size: 14px;
}

.product-section .product-box-top .rate span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.product-section .product-box-middle .bid {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.product-section .product-box-middle .price {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.product-section .product-box-bottom {
  padding-bottom: 29px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--e-global-color-desaturated-blue);
}

.product-section .product-box-bottom .name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}

.product-section .product-box-bottom ul li {
  display: inline-block;
}

.product-section .product-box-bottom ul li i {
  color: var(--e-global-color-yellow);
  font-size: 11px;
}

.product-section .product-box .btn-link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 23px;
  text-decoration: none;
  display: inline-block;
  color: var(--secondary--color);
  background-image: linear-gradient(90deg, var(--primary--color) 0%, var(--accent-color) 100%);
}

.product-section .product-box .btn-link:hover {
  background-image: linear-gradient(90deg, var(--accent-color) 0%, var(--primary--color) 100%);
}

/* Checkout & Cart Checkout Section */

.checkout-section .create-nft-box .form-group select {
  background-position: 96.3% 26px !important;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.checkout-section .preview-box {
  float: left;
  width: 100%;
}

.checkout-section .preview-box .product-outer {
  padding: 15px 0;
  border-bottom: 1px solid var(--borderline-color);
}

.checkout-section .preview-box .product-outer span {
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
  font-weight: 700;
  color: var(--secondary--color);
}

.checkout-section .preview-box .product-outer .total {
  padding-top: 3px;
  color: var(--secondary--color);
  font-weight: 400;
}

.checkout-section .preview-box .shipping-outer {
  padding: 15px 0;
}

.checkout-section .preview-box .shipping-outer .shipping {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  display: block;
  color: var(--secondary--color);
  margin-bottom: 15px;
}

.checkout-section .preview-box .shipping-outer .price {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  display: block;
  color: var(--secondary--color);
}

.checkout-section .preview-box .total-price-outer {
  padding: 15px 0;
}

.checkout-section .preview-box .total-price-outer span {
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
  font-weight: 700;
  color: var(--secondary--color);
}

.checkout-section .preview-box .total-price-outer .total {
  padding-top: 3px;
  color: var(--secondary--color);
  font-weight: 400;
}

.checkout-section .preview-box .form-check {
  margin-bottom: 25px;
  border-bottom: 1px solid var(--borderline-color);
}

.checkout-section .preview-box .form-check input {
  width: 20px;
  height: 20px;
  line-height: 24px;
  margin-top: 0;
  border: 1px solid var(--primary--color);
  border-radius: 100px;
  -webkit-appearance: none;
  top: 2px;
}

.checkout-section .preview-box .form-check input:checked {
  -webkit-appearance: auto;
}

.checkout-section .preview-box .form-check label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-left: 15px;
  margin-bottom: 10px;
  display: block;
  color: var(--secondary--color);
}

.checkout-section .preview-box .form-check p {
  font-size: 14px;
  line-height: 24px;
  margin-left: 15px;
  color: var(--secondary--color);
}

.checkout-section .preview-box .btn-outer .btn {
  background: var(--e-global-color-accent);
  line-height: 22px;
  font-size: 16px;
  color: var(--e-global-color-secondary);
  padding: 19px 33px 19px 42px !important;
  display: inline-block;
  border-radius: 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-accent);
  transition: all ease-in-out 0.3s;
}

.checkout-section .preview-box .btn-outer .btn:hover {
  background-image: linear-gradient(90deg, var(--accent-color) 0%, var(--primary--color) 100%);
}

/* Cart Section */

.cart-section .product-detail-box {
  padding: 50px;
  background: var(--e-global-color-secondary);
  box-shadow: 0px 13px 41px 0 #e5eaef;
}

.cart-section .product-image {
  float: left;
  width: 14%;
}

.cart-section .product-details {
  float: left;
  width: 34%;
}

.cart-section .product-price {
  float: left;
  width: 15%;
  color: var(--e-global-color-soft-blue);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.cart-section .product-quantity {
  float: left;
  width: 16%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.cart-section .product-removal {
  float: left;
  width: 9%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.cart-section .product-line-price {
  float: left;
  width: 12%;
  text-align: right;
  color: var(--e-global-color-soft-blue);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

/* This is used as the traditional .clearfix class */

.cart-section .group:before, .cart-section .shopping-cart:before, .cart-section .column-labels:before, .cart-section .product:before, .cart-section .totals-item:before, .cart-section .group:after, .cart-section .shopping-cart:after, .cart-section .column-labels:after, .cart-section .product:after, .cart-section .totals-item:after {
  content: '';
  display: table;
}

.cart-section .group:after, .cart-section .shopping-cart:after, .cart-section .column-labels:after, .cart-section .product:after, .cart-section .totals-item:after {
  clear: both;
}

.cart-section .group, .cart-section .shopping-cart, .cart-section .column-labels, .cart-section .product, .cart-section .totals-item {
  zoom: 1;
}

/* Body/Header stuff */

.cart-section label {
  color: var(--e-global-color-secondary);
}

/* Column headers */

.cart-section .column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--e-global-color-soft-blue);
  color: var(--e-global-color-primary);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.cart-section .column-labels .product-image {
  text-indent: -9999px;
}

/* Product entries */

.cart-section .product {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--e-global-color-soft-blue);
}

.cart-section .product .product-image {
  text-align: left;
}

.cart-section .product .product-image img {
  width: 100px;
}

.cart-section .product .product-details .product-title {
  margin-right: 20px;
  color: var(--e-global-color-primary);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.cart-section .product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}

.cart-section .product .product-quantity input {
  width: 40px;
  background: transparent;
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  text-align: center;
  font-size: 16px;
  height: 30px;
  border-radius: 3px;
}

.cart-section .product .product-quantity input:focus-visible {
  outline: none;
}

.cart-section .product .remove-product {
  border: 0;
  padding: 4px 8px;
  border: 1px solid var(--e-global-color-accent);
  background: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  font-size: 12px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.cart-section .product .remove-product:hover {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}

.cart-section .preview-box .btn-outer .btn {
  width: auto;
}

/* Checkout */

.checkout-section .create-nft-box .form-group select {
  background-position: 96.3% 26px !important;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.checkout-section .preview-box {
  float: left;
  width: 100%;
}

.checkout-section .preview-box .product-outer {
  padding: 15px 0;
  border-bottom: 1px solid var(--e-global-color-soft-blue);
}

.checkout-section .preview-box .product-outer span {
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
  font-weight: 700;
  color: var(--secondary--color);
}

.checkout-section .preview-box .product-outer .total {
  padding-top: 3px;
  color: var(--secondary--color);
  font-weight: 400;
}

.checkout-section .preview-box .shipping-outer {
  padding: 15px 0;
}

.checkout-section .preview-box .shipping-outer .shipping {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  display: block;
  color: var(--secondary--color);
  margin-bottom: 15px;
}

.checkout-section .preview-box .shipping-outer .price {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  display: block;
  color: var(--secondary--color);
}

.checkout-section .preview-box .total-price-outer {
  padding: 15px 0;
}

.checkout-section .preview-box .total-price-outer span {
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
  font-weight: 700;
  color: var(--secondary--color);
}

.checkout-section .preview-box .total-price-outer .total {
  padding-top: 3px;
  color: var(--secondary--color);
  font-weight: 400;
}

.checkout-section .preview-box .form-check {
  margin-bottom: 25px;
  border-bottom: 1px solid var(--borderline-color);
}

.checkout-section .preview-box .form-check input {
  width: 20px;
  height: 20px;
  line-height: 24px;
  margin-top: 0;
  border: 1px solid var(--e-global-color-accent);
  border-radius: 100px;
  -webkit-appearance: none;
  top: 2px;
}

.checkout-section .preview-box .form-check input:checked {
  -webkit-appearance: auto;
}

.checkout-section .preview-box .form-check label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-left: 15px;
  margin-bottom: 5px;
  display: block;
  color: var(--e-global-color-primary);
}

.checkout-section .preview-box .form-check p {
  font-size: 14px;
  line-height: 24px;
  margin-left: 15px;
  color: var(--e-global-color-text);
}

.checkout-section .preview-box .btn-outer .btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 22px 23px;
  text-decoration: none;
  display: inline-block;
  color: var(--e-global-color-secondary);
  background: var(--e-global-color-accent);
  border: none;
  border-radius: 57px;
  width: 100%;
}

.checkout-section .preview-box .btn-outer .btn:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-very-dark-blue);
  transition: all ease-in-out 0.3s;
}

.cart-section .preview-box .btn-outer .btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 22px 23px;
  text-decoration: none;
  display: inline-block;
  color: var(--e-global-color-secondary);
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  border-radius: 57px;
}

.cart-section .preview-box .btn-outer .btn:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-very-dark-blue);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-very-dark-blue);
  transition: all ease-in-out 0.3s;
}

.cart-section .preview-box .btn-outer {
  width: 29%;
  float: right;
}

.checkout-section .preview-box .btn-outer .btn:hover {
  background-image: linear-gradient(90deg, var(--accent-color) 0%, var(--primary--color) 100%);
}
/********************************/
.impressum .rounded-pill {
  float: left;
}
#map {
  height: 327px;
}
/********************************/
.leasing-section{
  padding-bottom: 0;
}
.leasing-section .owl-carousel {
  width: auto !important;
}
.leasing-section .case_studies_box {
  position: inherit;
  /*bottom: 24px;*/
  padding-bottom: 20px;
  min-height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .leasing-section .owl-carousel {
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .leasing-section .owl-theme .owl-dots .owl-dot {
    display: inline-block;
  }
  .leasing-section .owl-theme .owl-dots {
    display: block;
  }
}
.leasing-section .owl-carousel .owl-item {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .leasing-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .leasing-section .custom-nav button.prev, .aktion-section .custom-nav button.prev {
    display: none;
  }
  .leasing-section .custom-nav button.next, .aktion-section .custom-nav button.next {
    display: none;
  }
    /*.leasing-section .owl-theme .owl-dots .owl-dot span {*/
  /*  background: var(--e-global-color-soft-blue-30);*/
  /*  opacity: 0.3;*/
  /*}*/
  /*.leasing-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {*/
  /*  background: var(--e-global-color-soft-blue-30);*/
  /*}*/
  .banner-btn a i {
    position: inherit;
  }
}
.leasing-section .car-card {
  height: auto;
  padding-bottom: 34px;
}
.owl-carousel {
  overflow: visible;
}
.leasing-section .custom-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.leasing-section .custom-nav button {
  pointer-events: all;
  position: absolute;
  background: none;
  border: none;
  font-size: 3rem;
  color: #A8A8A8;
}
.leasing-section .custom-nav button:hover {
  color: var(--e-global-color-accent);
}
.leasing-section .custom-nav .prev { left: -50px; }
.leasing-section .custom-nav .next { right: -20px; }

.aktion-section .custom-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.aktion-section .custom-nav button {
  pointer-events: all;
  position: absolute;
  background: none;
  border: none;
  font-size: 3rem;
  color: #ffffff;
}
.aktion-section .custom-nav button:hover {
  color: var(--e-global-color-accent);
}
.aktion-section .custom-nav .prev { left: -50px; }
.aktion-section .custom-nav .next { right: -20px; }

.impressum .context-notice p {
	color: #000 !important;	
}