﻿.inline-list {
  list-style: none;
  padding-left: 0;
}
.inline-list li {
  display: inline-block;
}

.horizontal-line-full {
  width: 100%;
  background-color: #cccccc;
  height: 1px;
}

.realtive {
  position: relative;
}

.chess-page {
  padding: 80px 0 114px;
  background-color: #000;
}
.chess-page .page-top .flex-box {
  padding: 48px 120px 0;
  margin-top: 0px;
}
.chess-page .page-top .page-top-description {
  padding: 6% 19% 0px;
}
.chess-page .page-top h5 {
  margin-top: 48px;
}
.chess-page .flex-box {
  margin-top: 110px;
}
.chess-page ul li {
  color: #fff;
  font-family: Lato, Helvetica, sans-serif;
  opacity: 0.8;
  font-weight: 300;
}
.chess-page ul li:first-child a {
  color: #fff;
  font-family: Lato, Helvetica, sans-serif;
  opacity: 0.4;
  font-weight: 300;
}
.chess-page .page-top h2:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 46%;
  height: 2px;
  background-color: #fff;
}
.chess-page h2, .chess-page p, .chess-page h5, .chess-page h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.chess-page h2, .chess-page h4 {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.chess-page h5, .chess-page p {
  font-weight: 300;
}
.chess-page p {
  margin-bottom: 32px;
}
.chess-page .page-bottom h2 {
  margin: 243px 0px 32px 0px;
}
.chess-page .page-bottom h5 {
  margin-bottom: 48px;
}
.chess-page h4 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.chess-page h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background: #fff;
  transition: width 0.3s;
}
.chess-page h4:hover::after {
  width: 45%;
}
.chess-page .similar-models {
  display: flex;
}
.chess-page .similar-models h5 {
  margin-top: 275px;
}
.chess-page .similar-models .similar-models-links {
  width: 14%;
  position: relative;
  color: #B3B3B3;
}
.chess-page .similar-models .similar-models-links .link-wrapper {
  position: absolute;
  left: 0;
  top: 327px;
}
.chess-page .similar-models .similar-models-links .link-wrapper a {
  display: block;
  width: 104px;
  text-align: right;
  border-bottom: 2px solid #B3B3B3;
  color: #B3B3B3;
  padding-bottom: 12px;
  margin-top: 24px;
  transition: width 0.5s, color 0.5s, border-bottom-color 0.5s;
}
.chess-page .similar-models .similar-models-links .link-wrapper a:hover {
  cursor: pointer;
  width: 124px;
  color: #fff;
  border-bottom-color: #fff;
}
.chess-page .similar-models .similar-models-content {
  width: 86%;
  color: #fff;
}
.chess-page .similar-models .similar-models-carousel {
  margin: 64px 0 70px 0;
}
.chess-page .similar-models .similar-models-carousel .slick-list {
  margin: 0 40px;
}
.chess-page .similar-models .similar-models-carousel .slick-list div .item img {
  width: 1434px;
  height: 656px;
}
.chess-page .similar-models .similar-models-carousel .slick-list .similar-models-content h6 {
  margin: 24px 0 0 0;
  text-transform: uppercase;
}
.chess-page .similar-models .similar-models-carousel .slick-list .similar-models-carousel-item {
  width: 582px !important;
}
.chess-page .similar-models .similar-models-carousel .slick-list .similar-models-carousel-item img {
  width: 100% !important;
  margin-bottom: 24px;
}
.chess-page .similar-models .similar-models-carousel .slick-list .similar-models-carousel-item span {
  color: #fff;
}
.chess-page .similar-models .similar-models-carousel .slick-list .similar-models-carousel-item:focus {
  outline: none;
}
.chess-page .view-more {
  text-align: center;
  margin: 70px 0 0;
}
.chess-page .view-more a {
  color: #fff;
}

.row-page .flex-box {
  flex-wrap: wrap;
  padding: 0 12%;
}
.row-page .flex-box .box-3 p {
  margin: 20px 0 133px 0px;
}
.row-page .page-bottom h2 {
  margin-top: 143px;
}

.btn-black {
  border: 1px solid #000;
  color: #fff;
  background: #000;
}

.btn-white {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}

.btn-white-transp:hover {
  border: 1px solid #fff;
  color: #000;
  background: #fff;
}

.btn-black-transp, .btn-white-transp, .btn-black, .btn-white {
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  margin: 2px;
  z-index: 0;
}
.btn-black-transp:before, .btn-white-transp:before, .btn-black:before, .btn-white:before {
  font-size: 36px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.1s ease-in;
}
.btn-black-transp:hover:before, .btn-white-transp:hover:before, .btn-black:hover:before, .btn-white:hover:before {
  top: 0;
}

.btn-white {
  background: #fff;
}
.btn-white:before {
  background: #fff;
}
.btn-white:hover {
  /*@extend %_black_bg_border;*/
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}
.btn-white:before {
  color: #fff;
  background: #000;
}

.btn-black:hover {
  color: black;
  background: white;
}
.btn-black:before {
  color: black;
  background: white;
}

.btn-white-transp {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.btn-white-transp:before {
  color: #000;
  background: #fff;
}

.btn-black-transp {
  border: 1px solid black;
  color: black;
  background: transparent;
}
.btn-black-transp:hover {
  color: black;
  background: transparent;
}
.btn-black-transp:before {
  color: black;
  background: transparent;
}

/*
white button width transparent background - --> .btn-white-transp
white button width white background - --> .btn-white
black button width black background -- --> .btn-black
black button width transparent background ----> .btn-black-transp
*/
.cross-section {
  margin-left: 210px;
  height: 142px;
  padding: 60px 32px 15px;
  margin-bottom: 55px;
  border-left: 2px solid #000;
}

.cross-section-white {
  margin-left: 11%;
  height: 142px;
  padding: 60px 19px 15px;
  margin-bottom: 55px;
  border-left: 2px solid white;
}

.cross-section h2, .cross-section-white h2 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  font-family: "Josefin Sans", Helvetica, sans-serif;
}

.center {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center p {
  margin-bottom: 32px;
  opacity: 0.8;
}

.border-line-hover-anim {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.border-line-hover-anim::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 20px 0;
  background: black;
  transition: width 0.3s;
}

.border-line-hover-anim:hover::after {
  width: 45%;
}

.kitchen-row, .flex-row-rverce {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6%;
  position: relative;
}

.kitchen-row div, .flex-row-rverce div {
  width: 50%;
}

.kitchen-row img, .flex-row-rverce img {
  width: 100%;
}

.kitchen-row h4, .flex-row-rverce h4 {
  color: black;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 2%;
}

.kitchen-row h4:after, .flex-row-rverce h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 2% 0;
  background: black;
  transition: width 0.3s;
}

.center-title-section {
  display: flex;
}

.center-title-section h2 {
  color: black;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 3% auto;
}

.center-title-section h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 2% 0;
  background: black;
  transition: width 0.3s;
}

.h-outdoor-txt p {
  opacity: 0.8;
}

/*.kitchen-row-text{
    padding:8%;
}*/
.kitchen-row-text p {
  margin-bottom: 32px;
}

/*modal*/
/* Page wrapper */
/* Icons */
.modal-img {
  position: relative;
  width: 488px;
}

.modal-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type=button], .waves-effect input[type=reset], .waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.hintexoverlay {
  z-index: 1111111111 !important;
}

.chess-page .page-bottom h2 {
  margin: 243px 0px 32px 0px;
  font-weight: 300;
  text-transform: uppercase;
}

.lamborghini-page {
  background-color: #000;
}
.lamborghini-page .lambo-about {
  padding: 112px 12.77% 110px;
}
.lamborghini-page .lambo-about .flex-box .box-12 {
  margin: 0 0 110px;
}
.lamborghini-page .lambo-about .flex-box .box-6 {
  padding-right: 7.98%;
  color: #fff;
}
.lamborghini-page .lambo-about .flex-box .box-6 h4 {
  margin: 0 0 30px;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 100;
}
.lamborghini-page .lambo-about .flex-box .box-6 p {
  opacity: 0.8;
  font-weight: 100;
}
.lamborghini-page .italian-living {
  color: #fff;
}
.lamborghini-page .italian-living .box-12 {
  padding: 0 11% 110px;
}
.lamborghini-page .italian-living .box-12 h2 {
  border-left: 1px solid;
  padding-left: 33px;
  line-height: 4.5;
  height: 142px;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  margin: 0;
  font-weight: 100;
}
.lamborghini-page .italian-living .item {
  transition: 0.4s ease all;
  transform: scale(0.8);
}
.lamborghini-page .italian-living .active .item {
  opacity: 1;
  transform: scale(1);
}
.lamborghini-page .italian-living .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.lamborghini-page .italian-living .inner {
  text-align: center;
}
.lamborghini-page .italian-living .inner a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s ease border-color;
}
.lamborghini-page .italian-living .owl-controls {
  position: absolute;
  margin-top: 300px;
}
@media (max-width: 1000px) {
  .lamborghini-page .italian-living .item {
    margin: 0;
    transform: scale(0.9);
  }
}
.lamborghini-page .italian-living .owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.lamborghini-page .italian-living .owl-dots .owl-dot button:focus {
  outline: none;
}
.lamborghini-page .italian-living .owl-dots .owl-dot + .active button {
  font-weight: bold;
}

.lambo-down-btn {
  position: absolute;
  left: 45px;
  bottom: 34px;
}
.lambo-down-btn a:first-child {
  margin-right: 35px;
}

.carousel-description .flex-box {
  padding-bottom: 200px;
}
.carousel-description .flex-box .box-12 {
  padding: 0 12.77%;
}
.carousel-description .flex-box:last-child {
  padding-bottom: 290px;
}
.carousel-description .description-right {
  padding: 40px 48px;
  width: 582px;
  background-color: #fff;
  position: absolute;
  right: 12.77%;
  z-index: 12;
  margin-top: -258px;
  height: 412px;
}
.carousel-description .description-right h4 {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 100;
}
.carousel-description .description-right h4, .carousel-description .description-right p {
  color: #000;
}
.carousel-description .description-right p {
  margin: 0 0 30px;
  opacity: 0.8;
  line-height: 1.6;
}
.carousel-description .description-left {
  padding: 40px 48px;
  width: 582px;
  background-color: #fff;
  position: absolute;
  z-index: 12;
  margin-top: -258px;
  height: 412px;
}
.carousel-description .description-left h4 {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 100;
}
.carousel-description .description-left h4, .carousel-description .description-left p {
  color: #000;
}
.carousel-description .description-left p {
  margin: 0 0 30px;
  opacity: 0.8;
  line-height: 1.6;
}
.carousel-description .carousel-description-header {
  max-width: 710px;
  margin: 0px auto 200px auto;
  text-align: center;
}
.carousel-description .carousel-description-header p {
  font-size: 20px;
  line-height: 32px;
  font-family: "Lato";
  font-weight: 400;
  opacity: 0.8;
}
.carousel-description .carousel-description-header a {
  margin-top: 20px;
}

.luxury-surface {
  padding: 0 12.77% 110px;
  background-color: #000;
}
.luxury-surface .owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 52px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}
.luxury-surface .owl-carousel button.owl-dot {
  width: 24px;
  height: 4px;
  margin: 0 6px;
  margin-top: 23px;
  background-color: rgba(255, 255, 255, 0.5);
}
.luxury-surface .owl-carousel button.active {
  background-color: #fff;
}
.luxury-surface .chess-page {
  padding: 0px 0 200px;
}
.luxury-surface .chess-page .center {
  width: 64%;
}
.luxury-surface .chess-page .flex-box:first-child {
  margin-top: 0;
}
.luxury-surface .chess-page .page-bottom h2 {
  margin: 200px 0px 32px 0px;
}
.luxury-surface .chess-page .page-bottom h5 {
  opacity: 0.8;
  width: 67%;
}
.luxury-surface .know-more {
  padding: 0;
}
.luxury-surface .center-title-section h2 {
  color: #fff;
}
.luxury-surface .center-title-section h2:after {
  background: #fff;
  width: 31%;
}
.luxury-surface .down-banner-text {
  margin: 110px 0 70px;
}
.luxury-surface .down-banner-text p {
  color: #fff;
  opacity: 0.7;
  margin: 0;
}

.popup-off p {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.popup-off p span {
  font-weight: 400;
  font-size: 22px;
}
.popup-off form div {
  margin-bottom: 48px;
}
.popup-off .dark-button {
  margin-top: 30px;
}

.dark-button {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
}

.nurburgring-page {
  padding-bottom: 110px;
  background-color: #000;
}
.nurburgring-page .cross-section {
  color: #fff;
  margin-bottom: 94px;
  font-weight: 300;
  font-family: "Josefin Sans", Helvetica, sans-serif;
}
.nurburgring-page .similar-models-carousel .slick-list {
  margin: 0 70px 0 0 !important;
}
.nurburgring-page .similar-models-carousel-item img {
  width: 423px;
}
.nurburgring-page .similar-models-content {
  width: 100%;
  padding-left: 12.77%;
}
.nurburgring-page .similar-models-content h4 {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 300;
  margin: 201px 0 64px;
  text-transform: uppercase;
}
.nurburgring-page .similar-models-carousel {
  margin: 0;
}

.nurburgring-body {
  padding: 0px 12.77%;
}
.nurburgring-body .model-btn {
  border: 1px solid #fff;
  margin-top: 29px;
}
.nurburgring-body .hoverable-carousel .move-next, .nurburgring-body .hoverable-carousel .new-move-next {
  right: -42px;
  background-color: transparent;
}
.nurburgring-body .hoverable-carousel .move-prev,
.nurburgring-body .hoverable-carousel .new-move-prev {
  left: -42px;
  background-color: transparent;
}
.nurburgring-body .section {
  margin-bottom: 145px;
}
.nurburgring-body .model-center {
  top: 25%;
  position: relative;
  width: 580px;
}
.nurburgring-body .model-center p {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0;
}
.nurburgring-body .feature-selected div {
  width: 458px;
  margin-left: 0px;
}
.nurburgring-body .fetures-div {
  padding: 0 6% 0 9%;
  /*.inner-slide-img, .carousel-inner-img {
      width: 214px;
  }*/
}
.nurburgring-body .fetures-div h1 {
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin: 0;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 100;
}
.nurburgring-body .fetures-div h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 20px 0;
  background: #fff;
  transition: width 0.3s;
}
.nurburgring-body .fetures-div p {
  color: #fff;
  font-size: 20px;
  opacity: 0.8;
}
.nurburgring-body .fetures-div .slider-nav-img {
  width: 92px;
}
.nurburgring-body .fetures-div .slider-nav {
  margin: 45px 0 50px;
  padding-bottom: 0;
}
.nurburgring-body .fetures-div .slider-nav .slick-current img {
  border: 2px solid #fff;
}
.nurburgring-body .fetures-div .slider-nav .slick-list {
  padding: 0px 0px !important;
}
.nurburgring-body .fetures-div .slider-nav .slick-list {
  width: 124px !important;
}
.nurburgring-body .fetures-div .slider-for-second p {
  margin: 0 0 24px;
}
.nurburgring-body .fetures-div .inner-slide {
  display: inline-flex;
}
.nurburgring-body .fetures-div .inner-slide div {
  margin-right: 34px;
}

.lambo-down-carusel {
  padding: 0px 12.77% 200px;
  background-color: #000;
}
.lambo-down-carusel .know-more {
  padding: 0;
  margin-bottom: 0;
}
.lambo-down-carusel .know-more .know-more-item img {
  width: 100%;
}
.lambo-down-carusel .lambo-down-title {
  margin-bottom: 110px;
}
.lambo-down-carusel .lambo-down-title h1 {
  font-size: 40px;
  margin: 0;
  padding: 0px 0 56px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.6;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  color: #fff;
  font-weight: 100;
}
.lambo-down-carusel .lambo-down-title h4 {
  color: #fff;
  text-align: center;
  padding: 0 16% 200px;
  font-family: Lato, Helvetica, sans-serif;
  margin: 0;
  font-weight: 100;
  opacity: 0.8;
}
.lambo-down-carusel .lambo-down-title h2 {
  border-left: 1px solid;
  padding-left: 33px;
  line-height: 4.5;
  height: 142px;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  color: #fff;
  margin: 0;
  font-weight: 100;
}
.lambo-down-carusel .lambo-new-collection {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 200px 0 48px;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 100;
}
.lambo-down-carusel .lambo-new-collection:after {
  content: "";
  display: block;
  height: 2px;
  margin: 2% 0;
  width: 12%;
  background: #fff;
  transition: width 0.3s;
  margin: 33px auto 0;
}
.lambo-down-carusel .new-collectioncaption {
  position: absolute;
  padding: 44px 24px 48px;
  border: -58px;
  bottom: 5px;
  width: 19.3%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(133, 133, 133, 0.06) 36%, rgba(53, 53, 53, 0.34) 85%, #000000);
}
.lambo-down-carusel .new-collectioncaption p {
  position: absolute;
  bottom: 32px;
  color: #fff;
}

.new-collection .slick-list {
  padding: 0 15px;
}

.lambo-know-more .know-more-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.48) 37%, rgba(0, 0, 0, 0));
  opacity: 0.7;
  height: 243px;
}
.lambo-know-more .know-more-item:hover:before {
  top: auto;
}

.collection-carsouel-title-wrapper {
  position: relative;
  height: 45px;
  max-width: 520px;
  margin: 71px auto 47px auto;
  box-shadow: inset 50px 0px 25px -25px rgb(0, 0, 0), inset -50px 0px 25px -25px rgb(0, 0, 0);
}
.collection-carsouel-title-wrapper .title-carousel-shadow-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 26%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.collection-carsouel-title-wrapper .title-carousel-shadow-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 26%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.collection-carsouel-title-wrapper .title-carousel-shadow-prev:hover, .collection-carsouel-title-wrapper .title-carousel-shadow-next:hover {
  cursor: pointer;
}
.collection-carsouel-title-wrapper .title-carousel-nav {
  position: absolute;
  width: 15px;
  height: 48px;
  top: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 15;
}
.collection-carsouel-title-wrapper .title-carousel-nav.prev {
  left: -35px;
  background-image: url("/images/lambo/left.png");
  transition: top 1s, left 1s;
}
.collection-carsouel-title-wrapper .title-carousel-nav.next {
  right: -35px;
  background-image: url("/images/lambo/right.png");
  transition: top 1s, right 1s;
}

.collection-carsouel-title .slick-list:focus {
  outline: none;
}
.collection-carsouel-title span {
  color: #B3B3B3;
  font-size: 32px;
  font-family: Lato, Helvetica, sans-serif;
  transition: border-bottom-color 0.5s;
  padding-bottom: 16px;
  display: block;
}
.collection-carsouel-title .item {
  text-align: center;
}
.collection-carsouel-title .slick-current span {
  color: #fff;
  font-size: 32px;
  border-bottom: 2px solid #fff;
}

.collection-carsouel .slick-list {
  transition: all 0.5s;
}
.collection-carsouel .slick-list:focus {
  outline: none;
}
.collection-carsouel .slick-current {
  transform: scale(1.2);
}

.fetures-768 {
  display: none;
}
.fetures-768 h1 {
  color: #fff;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 18px;
}
.fetures-768 p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 40px;
}
.fetures-768 h1:after {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  margin: 12px 0;
  background: #fff;
  transition: width 0.3s;
}

.move-prev-inner-carusel,
.move-next-inner-carusel {
  z-index: 1001;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.move-next-inner-carusel {
  position: absolute;
  right: 0;
  top: 20px;
}

.move-prev-inner-carusel {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1001;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.model-mini-img {
  display: inline-block;
}

.lambo-quote-success {
  padding: 10px;
}
.lambo-quote-success h4 {
  font-size: 14px;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  text-align: center;
  margin: 0;
}
