@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Black.woff2") format("woff2"), url("../fonts/Exo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Bold.woff2") format("woff2"), url("../fonts/Exo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-ExtraBold.woff2") format("woff2"), url("../fonts/Exo-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-ExtraLight.woff2") format("woff2"), url("../fonts/Exo-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Light.woff2") format("woff2"), url("../fonts/Exo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Medium.woff2") format("woff2"), url("../fonts/Exo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Regular.woff2") format("woff2"), url("../fonts/Exo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-SemiBold.woff2") format("woff2"), url("../fonts/Exo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Thin.woff2") format("woff2"), url("../fonts/Exo-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Exo";
  overflow-x: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  color: #0d0101;
  background-color: #ffffff;
}

.max-width {
  width: 100%;
  max-width: 1364px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 46px;
  font-weight: bold;
}

h2 {
  font-size: 28px;
  font-weight: bold;
}

h2 b {
  font-weight: 900;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: normal;
}

button {
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 240px;
}

.paragrafi {
  padding-top: 10px;
  padding-bottom: 40px;
}

.paragrafi p {
  font-size: 16px;
  padding-top: 20px;
}

@media screen and (max-width: 1600px) {
  .max-width {
    max-width: 1120px;
  }
}

header {
  position: relative;
}

@media screen and (max-width: 1199px) {
  header {
    display: none;
  }
}

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

header .header img {
  padding-top: 8px;
}

header .header .head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 17px;
}

header .header .head .head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
}

header .header .head .head-top a {
  margin-left: 40px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
}

header .header .head .head-top a svg {
  margin-bottom: -4px;
}

header .header .head .head-bottom {
  text-align: right;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

header .header .head .head-bottom a {
  margin-left: 35px;
  text-decoration: none;
  color: #0d0101;
  font-weight: 500;
}

header .header .head .head-bottom .lang {
  font-weight: bold;
}

header .header .head .head-bottom .lang svg {
  margin-bottom: 2px;
}

header .header .head .head-bottom .active {
  color: #cc0505;
}

header::before {
  background-image: url(../images/Path50-min.jpg);
  content: "";
  background-size: cover;
  width: 70%;
  height: 42px;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.nav-menu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.nav-menu .menu-top {
  display: none;
}

.nav-menu .menu-top a {
  width: 100%;
  text-decoration: none;
  color: white;
}

.nav-menu ul.nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  border-top: 1px solid #ffffff73;
}

.nav-menu ul.nav-list {
  display: none;
}

@media screen and (max-width: 1199px) {
  .nav-menu ul.nav-list {
    display: block;
  }
}

.nav-menu ul.nav-list li {
  margin-bottom: 0;
}

.nav-menu ul.nav-list li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-menu ul.nav-list li a:hover {
  color: #cc0505;
}

.nav-menu ul.nav-list li a.active {
  color: white;
}

.mobile .logo {
  display: none;
}

html.no-scroll {
  overflow-y: hidden;
}

.mobile .logoo {
  display: none;
}

.mobile .logoo img {
  width: 90px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 5px;
}

@media only screen and (max-width: 1200px) {
  .mobile .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .mobile .logoo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .mobile {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 6;
  }
  .nav-menu {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0vw;
    background: #0d0101;
    opacity: 0;
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
    z-index: 98;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .nav-menu .wrapper {
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-menu ul.nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    height: calc(100vh - 126px);
    overflow-y: auto;
  }
  .nav-menu ul.nav-list li {
    width: 100%;
  }
  .nav-menu ul.nav-list li a {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    width: 100%;
    display: block;
    padding: 18px;
    text-align: center;
    border-bottom: 1px solid #ffffff73;
  }
  .nav-menu .menu-top {
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-menu.open {
    opacity: 1;
    width: 100vw;
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }
  .no-scroll .logoo {
    opacity: 0;
  }
}

.hamburger {
  position: relative;
  z-index: 99;
  float: right;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

button.hamburger:hover {
  background: transparent;
}

@media only screen and (min-width: 1201px) {
  .hamburger {
    display: none;
  }
}

footer {
  background-color: #0d0101;
}

footer .footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr 1fr;
      grid-template-columns: 1.2fr 1fr 1fr;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  color: white;
  padding-top: 70px;
  margin-bottom: -20px;
}

@media screen and (max-width: 991px) {
  footer .footer {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

footer .footer h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid #800f0f;
}

footer .footer .footer-left {
  display: block;
}

footer .footer .footer-left p {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  footer .footer .footer-left p {
    text-align: justify;
  }
}

@media screen and (max-width: 991px) {
  footer .footer .footer-left {
    grid-column: span 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  footer .footer .footer-left {
    grid-column: span 1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .footer .footer-center {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  footer .footer .footer-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}

footer .footer .footer-center .footer-center-top .link {
  padding-top: 15px;
  display: -ms-grid;
  display: grid;
  row-gap: 15px;
}

footer .footer .footer-center .footer-center-top a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
}

footer .footer .footer-center .footer-center-top a svg {
  margin-bottom: -4px;
}

footer .footer .footer-center .footer-center-bottom {
  margin-top: 40px;
}

footer .footer .footer-center .footer-center-bottom .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

footer .footer .footer-center .footer-center-bottom a {
  border: 1px solid #800f0f;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  padding: 7px;
  margin-right: 15px;
}

footer .footer .footer-right {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (max-width: 991px) {
  footer .footer .footer-right {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  footer .footer .footer-right {
    width: 90%;
    max-width: none;
  }
}

footer .footer .footer-right form {
  display: -ms-grid;
  display: grid;
  row-gap: 15px;
  padding-top: 15px;
}

footer .footer .footer-right form input {
  border: 1px solid #800f0f81;
  background-color: #0d0101;
  border-radius: 10px;
  padding: 10px;
}

footer .footer .footer-right form textarea {
  border: 1px solid #800f0f81;
  background-color: #0d0101;
  border-radius: 10px;
  padding: 10px;
  resize: none;
  height: 100px;
}

footer .footer .footer-right form input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

footer .footer .footer-right form input:-ms-input-placeholder {
  color: white;
  opacity: 1;
}

footer .footer .footer-right form input::-ms-input-placeholder {
  color: white;
  opacity: 1;
}

footer .footer .footer-right form input::placeholder {
  color: white;
  opacity: 1;
}

footer .footer .footer-right form textarea::-webkit-input-placeholder {
  font-family: Arial;
  color: white;
  opacity: 1;
}

footer .footer .footer-right form textarea:-ms-input-placeholder {
  font-family: Arial;
  color: white;
  opacity: 1;
}

footer .footer .footer-right form textarea::-ms-input-placeholder {
  font-family: Arial;
  color: white;
  opacity: 1;
}

footer .footer .footer-right form textarea::placeholder {
  font-family: Arial;
  color: white;
  opacity: 1;
}

footer .footer .footer-right form button {
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  width: 300px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

footer .copyright {
  padding-bottom: 25px;
}

footer .copyright p {
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

footer .copyright a {
  text-decoration: none;
  color: #cc0505;
}

.indexTop {
  position: relative;
}

.indexTop .background-image {
  background-image: url(../images/joshua-sortino-XMcoTHgNcQA-unsplash.jpg);
  height: 100%;
  padding-bottom: 40px;
  margin-bottom: 70px;
}

.indexTop .background-image .max-width {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 45%;
      grid-template-columns: 55% 45%;
}

@media screen and (max-width: 991px) {
  .indexTop .background-image .max-width {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 30px;
  }
}

.indexTop .background-image .indexTop-left {
  position: relative;
  z-index: 3;
  color: white;
}

.indexTop .background-image .indexTop-left h1 {
  margin-top: 70px;
}

.indexTop .background-image .indexTop-left .book-slid {
  position: relative;
}

.indexTop .background-image .indexTop-left .book-slid a {
  text-decoration: none;
}

.indexTop .background-image .indexTop-left .book-slid h2 {
  font-weight: 600;
  margin-top: -35px;
  color: white;
}

.indexTop .background-image .indexTop-left .book-slid h4 {
  font-weight: 600;
  color: #cc0505;
  font-size: 14px;
  margin-bottom: 15px;
}

.indexTop .background-image .indexTop-left .book-slid img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 574px;
  width: 100%;
  max-height: 376px;
  height: 100%;
}

.indexTop .background-image .indexTop-left .arr {
  /* position: absolute;
  z-index: 2;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  position: relative;
  width: 100%;
  display: flex;
}
.indexTop .background-image .indexTop-left .arr .left-arr {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.indexTop .background-image .indexTop-left .arr .right-arr {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.indexTop .background-image .indexTop-left .book-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexTop .background-image .indexTop-left .book-slider .book-slide {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
  gap: 12px;
  margin-left: 50px;
}

@media screen and (max-width: 575px) {
  .indexTop .background-image .indexTop-left .book-slider .book-slide {
    width: 70%;
  }
}

.indexTop .background-image .indexTop-left .book-slider .book-slide button {
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  width: 100%;
  color: white;
  font-weight: 600;
}

.indexTop .background-image .indexTop-left .book-slider .book-slide .blank {
  background: transparent;
  border: 1px solid white;
  width: 100%;
}

.indexTop .background-image .indexTop-left svg {
  border: 1px solid #80808070;
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 10px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  cursor: pointer;
}

.indexTop .background-image .indexTop-right {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .indexTop .background-image .indexTop-right {
    width: 100%;
    padding-bottom: 20px;
  }
}

.indexTop .background-image .indexTop-right .carReservation {
  max-width: 420px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px 20px;
  background-color: white;
  border-radius: 25px;
}

@media screen and (max-width: 991px) {
  .indexTop .background-image .indexTop-right .carReservation {
    max-width: 100%;
    width: 100%;
  }
}

.indexTop .background-image .indexTop-right h2 {
  margin-bottom: 20px;
}

.indexTop .background-image .indexTop-right form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
}

.indexTop .background-image .indexTop-right form input {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  font-family: "Exo";
  font-weight: 500;
}

.indexTop .background-image .indexTop-right form input ::-webkit-input-placeholder {
  color: red;
}

.indexTop .background-image .indexTop-right form input :-ms-input-placeholder {
  color: red;
}

.indexTop .background-image .indexTop-right form input ::-ms-input-placeholder {
  color: red;
}

.indexTop .background-image .indexTop-right form input ::placeholder {
  color: red;
}

.indexTop .background-image .indexTop-right form input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
}

.indexTop .background-image .indexTop-right form input[type="time"]::before {
  content: attr(data-placeholder);
  width: 100%;
}

.indexTop .background-image .indexTop-right form select {
  padding: 10px;
  border-radius: 10px;
  grid-column: span 2;
  border: 1px solid #e6e6e6;
  background-color: transparent;
}

.indexTop .background-image .indexTop-right form .buttons {
  grid-column: span 2;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexTop .background-image .indexTop-right form button {
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  width: 100%;
  color: white;
  font-weight: 600;
}

.indexTop .background-image .indexTop-right form .blank {
  background: transparent;
  color: #0d0101;
  border: 1px solid #e6e6e6;
  max-width: 129px;
  margin-left: 12px;
  font-size: 22px;
}

.indexTop .background-image::before {
  content: "";
  background-size: cover;
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  opacity: 0.7;
}

.indexMiddle {
  position: relative;
}

.indexMiddle h2 {
  border-bottom: 1px solid red;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.indexMiddle .index-car-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 610px;
  position: relative;
}

.indexMiddle .item {
  height: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  margin-right: 5px;
}

.indexMiddle div .slick-current {
  position: relative;
}

.indexMiddle div .slick-current .item {
  height: 600px;
}

.indexMiddle div .slick-current .rent-a-car-o-autu {
  height: 510px;
  -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  .indexMiddle div .slick-current .rent-a-car-o-autu {
    max-width: 380px;
    width: 100%;
  }
}

.indexMiddle div .slick-current .rent-a-car-o-autu .rent-a-car-o-autu-top {
  height: 30px;
}

.indexMiddle div .slick-current .rent-a-car-o-autu .rent-a-car-o-autu-top p {
  font-size: 12px;
}

.indexMiddle div .slick-current .rent-a-car-o-autu .rent-a-car-o-autu-img {
  max-width: 350px;
}

.indexMiddle div .slick-current .rent-a-car-o-autu .rent-a-car-o-autu-img img {
  height: 222px;
}

.indexMiddle div .slick-current .rent-a-car-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexMiddle .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .indexMiddle .arrow {
    max-width: 300px;
    width: 100%;
  }
}

.indexMiddle .prev-arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -64px;
  width: 64px;
  height: 64px;
  border-radius: 10px 10px 0px 0px;
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.indexMiddle .next-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: -64px;
  width: 64px;
  height: 64px;
  border-radius: 10px 10px 0px 0px;
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.indexMiddle .rent-a-car-o-autu {
  display: block;
  width: 100%;
  height: 420px;
  background: white;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e6e6e6;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-o-autu-margine {
  padding-left: 20px;
  padding-right: 20px;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-o-autu-top {
  width: 40%;
  background: #cc0505;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 20px;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-o-autu-top p {
  color: white;
  font-size: 10px;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-o-autu-img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  width: 100%;
  max-width: 300px;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-o-autu-img img {
  height: 200px;
  width: 100%;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: auto;
  margin-right: auto;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-naziv-auta {
  font-size: 18px;
  color: #0d0101;
  padding-top: 15px;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-vrsta-auta {
  font-size: 10px;
  color: #cc0505;
  padding-bottom: 10px;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-dani-iznajmljivanja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  padding-top: 8px;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-hr {
  background-color: #e6e6e6;
  height: 1px;
  width: 100%;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  gap: 10px;
  display: none;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-buttons a {
  width: 100%;
  /* max-width: 145px; */
  text-decoration: none;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-buttons .book-button {
  width: 100%;
  /* max-width: 145px; */
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  color: white;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.indexMiddle .rent-a-car-o-autu .rent-a-car-buttons .view-button {
  width: 100%;
  /* max-width: 145px; */
  background-color: white;
  color: #cc0505;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #cc0505;
}

.indexBottom {
  position: relative;
}

.indexBottom .background-image {
  background-image: url(../images/annie-spratt-AFB6S2kibuk-unsplash.jpg);
  height: 100%;
}

.indexBottom .max-width {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 55%;
      grid-template-columns: 45% 55%;
}

@media screen and (max-width: 991px) {
  .indexBottom .max-width {
    -ms-grid-columns: 53% 47%;
        grid-template-columns: 53% 47%;
  }
}

@media screen and (max-width: 767px) {
  .indexBottom .max-width {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    text-align: center;
  }
}

.indexBottom .max-width h1 {
  margin-top: 80px;
  margin-bottom: 28px;
}
.indexBottom .max-width h2 {
  margin-top: 80px;
  margin-bottom: 28px;
  font-size: 46px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .indexBottom .max-width p {
    text-align: justify;
  }
}

.indexBottom .max-width button {
  margin-top: 28px;
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  max-width: 141px;
  width: 100%;
  color: white;
  font-weight: 600;
  margin-bottom: 60px;
}
.indexBottom .max-width a {
  margin-top: 28px;
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  max-width: 141px;
  width: 100%;
  color: white;
  font-weight: 600;
  margin-bottom: 60px;

  height: 40px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexBottom::before {
  background-color: #e6e6e6;
  content: "";
  background-size: cover;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.indexBottom::after {
  background-image: url(../images/GreyAstonMartinV12VantageLuxuryCar-1840x712.png);
  content: "";
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 1199px) {
  .indexBottom::after {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .indexBottom::after {
    display: none;
  }
}

.background-image {
  background-image: url(../images/header-photo.jpg);
}

.naslov-strane {
  padding-bottom: 10px;
}

.naslov-strane h2 {
  margin-top: 70px;
  border-bottom: 1px solid red;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.paragrafi {
  padding-top: 10px;
  padding-bottom: 40px;
}

.paragrafi p {
  font-size: 16px;
  padding-top: 20px;
}

.rent-a-car-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.rent-a-car-grid .rent-a-car-o-autu {
  display: block;
  width: 100%;
  height: 481px;
  background: white;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-o-autu-margine {
  padding-left: 20px;
  padding-right: 20px;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-o-autu-top {
  width: 40%;
  background: #cc0505;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 20px;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-o-autu-top p {
  color: white;
  font-size: 10px;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-o-autu-img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  width: 100%;
  max-width: 300px;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-o-autu-img img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-naziv-auta {
  font-size: 18px;
  color: #0d0101;
  padding-top: 15px;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-vrsta-auta {
  font-size: 10px;
  color: #cc0505;
  padding-bottom: 10px;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-dani-iznajmljivanja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  padding-top: 8px;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-hr {
  background-color: #e6e6e6;
  height: 1px;
  width: 100%;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  gap: 10px;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-buttons a {
  width: 100%;
  max-width: 145px;
  text-decoration: none;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-buttons .book-button {
  width: 100%;
  max-width: 145px;
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  color: white;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.rent-a-car-grid .rent-a-car-o-autu .rent-a-car-buttons .view-button {
  width: 100%;
  max-width: 145px;
  background-color: white;
  color: #cc0505;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #cc0505;
}

.rent-a-car-button-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-bottom: 55px;
}

.rent-a-car-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  color: white;
  width: 100%;
  max-width: 140px;
}

.rent-a-car-grid .rent-a-car-o-autu:hover {
  border: 1px solid #cc0505;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 980px) {
  .rent-a-car-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 675px) {
  .rent-a-car-grid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .rent-a-car-grid .rent-a-car-o-autu {
    max-width: 95%;
  }
}

.car-details-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
}

.car-details-grid .car-details-slajder {
  display: block;
}

.car-details-grid .car-details-slajder .velika-slika-slajder {
  width: 100%;
  max-width: 640px;
  height: 393px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-details-grid .car-details-slajder .velika-slika-slajder .velika-slika img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: 640px;
  height: 393px;
  border-radius: 10px;
}

.car-details-grid .car-details-slajder .male-slike-slajder {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 640px;
}

.car-details-grid .car-details-slajder .male-slike-slajder .mala-slika {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-details-grid .car-details-slajder .male-slike-slajder .mala-slika img {
  width: 100%;
  max-width: 206px;
  height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.car-details-grid .car-details-opis-automobila {
  padding-left: 100px;
}

.car-details-grid .car-details-opis-automobila .car-details-opis-1 {
  padding-bottom: 5px;
}

.car-details-grid .car-details-opis-automobila .car-details-opis-hr {
  width: 100%;
  height: 1px;
  background: #f2e6e6;
}

.car-details-grid .car-details-opis-automobila .car-details-karakteristike {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
}

.car-details-grid .car-details-opis-automobila .car-details-karakteristike .car-details-karakteristike-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
}

.car-details-grid .car-details-opis-automobila .car-details-karakteristike .car-details-karakteristike-flex .car-details-opis-ikonice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 16px;
}

.car-details-grid .car-details-opis-automobila .car-details-opis-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.car-details-grid .car-details-opis-automobila .car-details-opis-3 {
  padding-top: 20px;
  font-size: 20px;
}

.car-details-grid .car-details-opis-automobila .car-details-opis-3-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 15px;
}

.car-details-grid .car-details-opis-automobila .car-details-opis-3-flex .car-details-oprema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 16px;
}

.car-details-grid .car-details-opis-automobila .car-details-opis-3-flex .car-details-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-reservation-uputstvo {
  padding-top: 50px;
  padding-bottom: 15px;
}

.car-reservation-upustvo-text {
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 16px;
  width: 100%;
}

.car-details-dio-za-formu {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
}

.car-details-dio-za-formu form {
  padding-bottom: 30px;
  margin-bottom: 55px;
}

.car-details-dio-za-formu form .car-details-select {
  padding-bottom: 10px;
  width: 100%;
}

.car-details-dio-za-formu form .car-details-select select {
  width: 100%;
  height: 51px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #0d0101;
}

.car-details-dio-za-formu form .car-details-grid-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1.2fr 0.8fr;
      grid-template-columns: 1.2fr 1.2fr 0.8fr;
  gap: 10px;
}

.car-details-dio-za-formu form input {
  padding-left: 15px;
  padding-right: 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  font-family: "Exo";
  font-weight: 500;
  height: 51px;
  font-size: 16px;
}

.car-details-dio-za-formu form input ::-webkit-input-placeholder {
  color: red;
}

.car-details-dio-za-formu form input :-ms-input-placeholder {
  color: red;
}

.car-details-dio-za-formu form input ::-ms-input-placeholder {
  color: red;
}

.car-details-dio-za-formu form input ::placeholder {
  color: red;
}

.car-details-dio-za-formu form input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
}

.car-details-dio-za-formu form input[type="time"]::before {
  content: attr(data-placeholder);
  width: 100%;
}

.car-details-dio-za-formu form .car-details-cijene {
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 10px;
  border: none;

  height: 51px;
  background-color: #0d0101;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-details-dio-za-formu form .car-details-cijene-1 {
  height: 51px;
  width: 100%;
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.car-details-h2 {
  padding-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .car-details-grid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .car-details-grid .car-details-slajder {
    margin-left: auto;
    margin-right: auto;
  }
  .car-details-grid .car-details-opis-automobila {
    padding-left: 0px;
    padding-top: 40px;
  }
  .car-details-opis-3-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 670px) {
  .car-details-grid .car-details-slajder .velika-slika-slajder .velika-slika img {
    max-width: 530px;
    height: 330px;
  }
  .car-details-grid .car-details-slajder .velika-slika-slajder {
    max-width: 530px;
    height: 330px;
  }
  .car-details-grid .car-details-slajder .male-slike-slajder {
    max-width: 530px;
    width: 100%;
    gap: 10px;
  }
  .car-details-grid .car-details-slajder .male-slike-slajder .mala-slika img {
    max-width: 170px;
    height: 150px;
  }
  .paragrafi p {
    font-size: 14px;
  }
  .car-details-grid
.car-details-opis-automobila
.car-details-karakteristike
.car-details-karakteristike-flex
.car-details-opis-ikonice {
    font-size: 14px;
  }
  .car-details-grid .car-details-opis-automobila .car-details-opis-2 {
    font-size: 14px;
  }
  .car-details-grid .car-details-opis-automobila .car-details-opis-3 {
    font-size: 16px;
  }
  .car-details-grid .car-details-opis-automobila .car-details-opis-3-flex .car-details-oprema {
    font-size: 14px;
  }
  .car-reservation-upustvo-text {
    font-size: 14px;
  }
  form .car-details-select select {
    font-size: 16px;
  }
  form input {
    font-size: 14px;
  }
  form .car-details-cijene {
    font-size: 14px;
  }
  form .car-details-cijene-1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  form .car-details-grid-form {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

@media screen and (max-width: 553px) {
  .car-details-grid .car-details-slajder .velika-slika-slajder .velika-slika img {
    max-width: 415px;
    height: 250px;
  }
  .car-details-grid .car-details-slajder .velika-slika-slajder {
    max-width: 415px;
    height: 250px;
  }
  .car-details-grid .car-details-slajder .male-slike-slajder {
    max-width: 415px;
    width: 100%;
    gap: 10px;
  }
  .car-details-grid .car-details-slajder .male-slike-slajder .mala-slika img {
    max-width: 137px;
    height: 115px;
  }
}

@media screen and (max-width: 440px) {
  .car-details-grid .car-details-slajder .velika-slika-slajder .velika-slika img {
    max-width: 330px;
    height: 200px;
  }
  .car-details-grid .car-details-slajder .velika-slika-slajder {
    max-width: 330px;
    height: 200px;
  }
  .car-details-grid .car-details-slajder .male-slike-slajder {
    max-width: 330px;
    width: 100%;
    gap: 10px;
  }
  .car-details-grid .car-details-slajder .male-slike-slajder .mala-slika img {
    max-width: 107px;
    height: 95px;
  }
}

.car-details-slejder {
  position: relative;
}

.arrow-position {
  position: relative;
}

.car-details-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.car-details-arrows .left-arrow {
  background-color: #0d0101;
  width: 43px;
  height: 43px;
  border-radius: 0px 0px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}

.car-details-arrows .right-arrow {
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  width: 43px;
  height: 43px;
  border-radius: 0px 0px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  cursor: pointer;
}

.car-details-podaci {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.car-details-podaci input {
  color: #0d0101;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  height: 51px;
}

.car-details-podaci input::-webkit-input-placeholder {
  color: #0d0101;
}

.car-details-podaci input:-ms-input-placeholder {
  color: #0d0101;
}

.car-details-podaci input::-ms-input-placeholder {
  color: #0d0101;
}

.car-details-podaci input::placeholder {
  color: #0d0101;
}

.car-details-podaci textarea {
  grid-column: span 2;
  resize: none;
  height: 150px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  font-size: 16px;
}

.car-details-podaci textarea::-webkit-input-placeholder {
  color: #0d0101;
  padding-left: 15px;
  padding-top: 10px;
}

.car-details-podaci textarea:-ms-input-placeholder {
  color: #0d0101;
  padding-left: 15px;
  padding-top: 10px;
}

.car-details-podaci textarea::-ms-input-placeholder {
  color: #0d0101;
  padding-left: 15px;
  padding-top: 10px;
}

.car-details-podaci textarea::placeholder {
  color: #0d0101;
  padding-left: 15px;
  padding-top: 10px;
}

.car-details-podaci .buyer-details-next {
  width: 70%;
  height: 51px;
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  color: white;
  margin-left: auto;
  margin-top: auto;
}

.pop_up_forma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999;
  position: absolute;
  border: 1px solid grey;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 100vh;
  width: 100%;
}

.pop_up_forma .buyer-details-pop-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  height: 362px;
  max-width: 450px;
  width: 100%;
  cursor: pointer;
}

.pop_up_forma .buyer-details-pop-up .border-za-pop-up {
  border: 1px solid #cc0505;
  width: 100%;
  max-width: 550px;
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.pop_up_forma .buyer-details-pop-up .pop-up {
  width: 100%;
  max-width: 405px;
  height: 285px;
  background: white;
  padding-top: 40px;
  z-index: 999;
  position: relative;
}

.pop_up_forma .buyer-details-pop-up .pop-up .kruzic-pop-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.pop_up_forma .buyer-details-pop-up .pop-up .kruzic-pop-up img {
  background-color: #ff00007a;
  padding: 18px;
  border-radius: 50%;
}

.pop_up_forma .buyer-details-pop-up .pop-up .congratulations {
  font-size: 20px;
  padding-top: 20px;
  color: #cc0505;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop_up_forma .buyer-details-pop-up .pop-up .text-pop-up {
  font-size: 14px;
  color: #0d0101;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.show {
  opacity: 1;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  display: block;
}

.noScroll {
  height: 100%;
}

@media screen and (max-width: 980px) {
  .car-details-podaci {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .car-details-podaci .buyer-details-next {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .car-details-podaci textarea {
    grid-column: span 1;
  }
}

.terms-par1 {
  padding-top: 15px;
  padding-bottom: 5px;
}

.terms-par1 h3 {
  color: #cc0505;
}

.terms-par2 {
  padding-top: 15px;
}

.terms-par3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.conditions {
  position: relative;
  margin-top: 40px;
}

.max-width {
  position: relative;
}

.max-width .terms-grid {
  padding-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
      grid-template-columns: 1fr 1.2fr;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .max-width .terms-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.max-width .terms-grid .lijevo-grid .benefiti-opis {
  padding-top: 15px;
  padding-bottom: 20px;
}

.max-width .terms-grid .lijevo-grid .terms-mogucnosti {
  padding-bottom: 10px;
}

.max-width .terms-grid .lijevo-grid .terms-mogucnosti h3 {
  color: #cc0505;
}

.max-width .terms-grid .lijevo-grid .car-details-opis-3-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 18px;
}

.max-width .terms-grid .lijevo-grid .car-details-opis-3-flex .car-details-oprema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 16px;
}

.max-width .terms-grid .lijevo-grid .car-details-opis-3-flex .car-details-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.max-width .terms-grid .desno-grid img {
  height: 600px;
  width: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.conditions::before {
  background-image: url(../images/4444c.jpg);
  content: "";
  background-size: cover;
  width: 50%;
  position: absolute;
  z-index: 2;
  height: -webkit-fill-available;
  background-position: bottom;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .conditions::before {
    display: none;
  }
}

@media screen and (max-width: 918px) {
  .terms-mogucnosti-lista {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .max-width .terms-grid .desno-grid img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 591px) {
  .terms-mogucnosti-lista {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

#other h2 {
  width: 300px;
}

.other-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding-bottom: 60px;
}

.other-grid div img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.other-grid .other-opis {
  padding-top: 7px;
  padding-right: 5px;
}

.other-grid .other-cell {
  margin-left: auto;
  margin-right: auto;
}

.other-grid .cell-naslov {
  padding-top: 7px;
}

.indexBottomm {
  position: relative;
}

.indexBottomm .background-image {
  background-image: url(../images/annie-spratt-AFB6S2kibuk-unsplash.jpg);
  height: 100%;
}

.indexBottomm .max-width {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 55%;
      grid-template-columns: 45% 55%;
}

@media screen and (max-width: 991px) {
  .indexBottomm .max-width {
    -ms-grid-columns: 53% 47%;
        grid-template-columns: 53% 47%;
  }
}

@media screen and (max-width: 767px) {
  .indexBottomm .max-width {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    text-align: center;
  }
}

.indexBottomm .max-width h1 {
  margin-top: 80px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .indexBottomm .max-width p {
    text-align: justify;
  }
}

.indexBottomm .max-width button {
  margin-top: 28px;
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  max-width: 141px;
  width: 100%;
  color: white;
  font-weight: 600;
  margin-bottom: 60px;
}

.indexBottomm::before {
  background-color: #e6e6e6;
  content: "";
  background-size: cover;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.indexBottomm::after {
  background-image: url(../images/bg-img.png);
  content: "";
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  top: 0;
  left: 60%;
}

@media screen and (max-width: 767px) {
  .indexBottomm::after {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .other-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .other-grid div img {
    height: 230px;
    width: 100%;
    max-width: 340px;
  }
  .other-grid .other-opis {
    width: 100%;
    max-width: 340px;
  }
}

@media screen and (max-width: 530px) {
  .other-grid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .other-grid .other-cell {
    padding-bottom: 15px;
  }
}

.faq-1 {
  padding-top: 15px;
}

.faq-1 h3 {
  color: #cc0505;
}

.faq-2 {
  padding-top: 10px;
}

.faq-2 p {
  font-size: 14px;
}

.padding {
  padding-top: 40px;
}

.par-1-2 {
  padding-bottom: 40px;
}

iframe {
  width: 100%;
  height: 557px;
}

.obicna-img {
  padding-top: 20px;
  padding-bottom: 40px;
}

.obicna-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.obicna-slajder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.obicna-slajder .slajd-img {
  width: 100%;
  max-width: 318px;
  height: 400px;
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.obicna-slajder .slajd-img img {
  width: 100%;
  height: 318px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.obicna-slajder div .slick-current {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.obicna-slajder div .slick-current .slajd-img {
  height: 400px;
  max-width: 450px;
  width: 100%;
}

.obicna-slajder div .slick-current .slajd-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.laight-box {
  margin-bottom: 50px;
}

@media screen and (max-width: 590px) {
  .obicna-slajder div .slick-current {
    width: 310px;
  }
  .slajd-img {
    max-width: 310px;
  }
  .obicna-slajder .slajd-img {
    margin-left: auto;
    margin-right: auto;
  }
}

footer {
  background-color: #0d0101;
}

footer .footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr 1fr;
      grid-template-columns: 1.2fr 1fr 1fr;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  color: white;
  padding-top: 70px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  footer .footer {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

footer .footer h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid #800f0f;
}

footer .footer .footer-left {
  display: block;
}

footer .footer .footer-left p {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  footer .footer .footer-left p {
    text-align: justify;
  }
}

@media screen and (max-width: 991px) {
  footer .footer .footer-left {
    grid-column: span 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  footer .footer .footer-left {
    grid-column: span 1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .footer .footer-center {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  footer .footer .footer-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}

footer .footer .footer-center .footer-center-top .link {
  padding-top: 15px;
  display: -ms-grid;
  display: grid;
  row-gap: 15px;
}

footer .footer .footer-center .footer-center-top a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
}

footer .footer .footer-center .footer-center-top a svg {
  margin-bottom: -4px;
}

footer .footer .footer-center .footer-center-bottom {
  margin-top: 40px;
}

footer .footer .footer-center .footer-center-bottom .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

footer .footer .footer-center .footer-center-bottom a {
  border: 1px solid #800f0f;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  padding: 7px;
  margin-right: 15px;
}

footer .footer .footer-right {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (max-width: 991px) {
  footer .footer .footer-right {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  footer .footer .footer-right {
    width: 90%;
    max-width: none;
  }
}

footer .footer .footer-right form {
  display: -ms-grid;
  display: grid;
  row-gap: 15px;
  padding-top: 15px;
}

footer .footer .footer-right form input {
  border: 1px solid #800f0f81;
  background-color: #0d0101;
  border-radius: 10px;
  padding: 10px;
}

footer .footer .footer-right form textarea {
  border: 1px solid #800f0f81;
  background-color: #0d0101;
  border-radius: 10px;
  padding: 10px;
  resize: none;
  height: 100px;
}

footer .footer .footer-right form input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

footer .footer .footer-right form input:-ms-input-placeholder {
  color: white;
  opacity: 1;
}

footer .footer .footer-right form input::-ms-input-placeholder {
  color: white;
  opacity: 1;
}

footer .footer .footer-right form input::placeholder {
  color: white;
  opacity: 1;
}

footer .footer .footer-right form textarea::-webkit-input-placeholder {
  font-family: Arial;
  color: white;
  opacity: 1;
}

footer .footer .footer-right form textarea:-ms-input-placeholder {
  font-family: Arial;
  color: white;
  opacity: 1;
}

footer .footer .footer-right form textarea::-ms-input-placeholder {
  font-family: Arial;
  color: white;
  opacity: 1;
}

footer .footer .footer-right form textarea::placeholder {
  font-family: Arial;
  color: white;
  opacity: 1;
}

footer .footer .footer-right form button {
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  width: 300px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

footer .copyright {
  padding-bottom: 25px;
}

footer .copyright p {
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

footer .copyright a {
  text-decoration: none;
  color: #cc0505;
}

header {
  position: relative;
}

@media screen and (max-width: 1199px) {
  header {
    display: none;
  }
}

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

header .header img {
  padding-top: 8px;
}

header .header .head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 17px;
}

header .header .head .head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
}

header .header .head .head-top a {
  margin-left: 40px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
}

header .header .head .head-top a svg {
  margin-bottom: -4px;
}

header .header .head .head-bottom {
  text-align: right;
  margin-top: 10px;
}

header .header .head .head-bottom a {
  margin-left: 35px;
  text-decoration: none;
  color: #0d0101;
  font-weight: 500;
}

header .header .head .head-bottom .lang {
  font-weight: bold;
}

header .header .head .head-bottom .lang svg {
  margin-bottom: 2px;
}

header .header .head .head-bottom .active {
  color: #cc0505;
}

header::before {
  background-image: url(../images/Path50-min.jpg);
  content: "";
  background-size: cover;
  width: 70%;
  height: 42px;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.nav-menu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.nav-menu .menu-top {
  display: none;
}

.nav-menu .menu-top a {
  width: 100%;
  text-decoration: none;
  color: white;
}

.nav-menu ul.nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  border-top: 1px solid #ffffff73;
}

.nav-menu ul.nav-list {
  display: none;
}

@media screen and (max-width: 1199px) {
  .nav-menu ul.nav-list {
    display: block;
  }
}

.nav-menu ul.nav-list li {
  margin-bottom: 0;
}

.nav-menu ul.nav-list li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-menu ul.nav-list li a:hover {
  color: #cc0505;
}

.nav-menu ul.nav-list li a.active {
  color: white;
}

.mobile .logo {
  display: none;
}

html.no-scroll {
  overflow-y: hidden;
}

.mobile .logoo {
  display: none;
}

.mobile .logoo img {
  width: 90px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 5px;
}

@media only screen and (max-width: 1200px) {
  .mobile .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .mobile .logoo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .mobile {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 6;
  }
  .nav-menu {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0vw;
    background: #0d0101;
    opacity: 0;
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
    z-index: 98;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .nav-menu .wrapper {
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-menu ul.nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    height: calc(100vh - 126px);
    overflow-y: auto;
  }
  .nav-menu ul.nav-list li {
    width: 100%;
  }
  .nav-menu ul.nav-list li a {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    width: 100%;
    display: block;
    padding: 18px;
    text-align: center;
    border-bottom: 1px solid #ffffff73;
  }
  .nav-menu .menu-top {
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-menu.open {
    opacity: 1;
    width: 100vw;
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }
  .no-scroll .logoo {
    opacity: 0;
  }
}

.hamburger {
  position: relative;
  z-index: 99;
  float: right;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

button.hamburger:hover {
  background: transparent;
}

@media only screen and (min-width: 1201px) {
  .hamburger {
    display: none;
  }
}

#aboutus {
  margin-bottom: 70px;
}

.about-center {
  background-image: url(../images/444a.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 638px;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  height: 100%;
}

.about-center .max-width {
  position: relative;
  z-index: 2;
}

.about-center .about-uslovi {
  padding-top: 45px;
}

.about-center .about-uslovi h2 {
  color: white;
}

.about-center .about-uslovi-1 {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

.about-center .about-uslovi-1 p {
  color: white;
}

.about-center .about-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
  gap: 20px;
}

.about-center .about-grid .flex-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 28px;
}

.about-center .about-grid .flex-about div p {
  color: white;
}

.about-center::before {
  background-color: #0d0101;
  content: "";
  background-size: cover;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.about-padding {
  height: 40px;
}

@media screen and (max-width: 779px) {
  .about-center .about-grid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .about-center .about-grid .flex-about {
    padding-top: 17px;
  }
}
/*# sourceMappingURL=main.css.map */


.faq-page h3 {
  color: #cc0505 !important;
  font-size: 24px;
  font-weight: 600;
  padding-top: 15px;
}
.faq-page p {
  padding-top: 10px;
}

/* .car-details-slajder .slick-list,
.car-details-slajder .slick-track,
.car-details-slajder .slick-slide {
  width: 100% !important;
}  */
.car-details-slajder .slick-list {
  width: 100% !important;
} 

.input-holder input {
  width: 100% !important;
}
.pick-input-time,
.pick-input-date {
  background-position: 96% !important;
}

body .notransform {
  transform: none !important;
}


.header-lan {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  margin-left: 35px;
  text-transform: uppercase;
}
.header-lan p {
  font-weight: 500;
  font-size: 13px;
  color: #0d0101;
  transition: 0.3s ease-in-out;
  margin-left: 0 !important;
  text-decoration: none;
  color: #0d0101;
  font-weight: 500;
  font-size: 16px;
}
.lan-div-hidden {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  position: absolute;
  top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  color: #0d0101;
  z-index: 8;
  background-color: white;
}
.lan-div-hidden a {
  margin-left: 0 !important;
  font-weight: 500;
  font-size: 13px;
  color: #0d0101;
  font-size: 16px;
}
.lan-div-hidden a:first-child {
  margin-bottom: 20px;
}
.lan-div-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1199px) {
  .header-lan {
    display: none;
  }
}

.mob-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ffffff73;
}
.mob-lang a {
  margin: 0;
  width: auto !important;
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.mob-lang span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin: 0 10px;
  color: white;
}



.whatsapp-icon {
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 9;
}

.whatsapp-icon img {
  cursor: pointer;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}

.whatsapp-box {
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 9;
  background-color: white;
  border-radius: 10px;
  width: 100%;
  max-width: 320px;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-shadow: 0px 10px 20px 1px rgb(0 0 0 / 20%);
  box-shadow: 0px 10px 20px 1px rgb(0 0 0 / 20%);
  display: none;
}

.whatsapp-box.open {
  display: block;
}

.whatsapp-box .input {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
}

.whatsapp-box .input svg {
  cursor: pointer;
}

.whatsapp-box .input input {
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  padding-right: 15px;
}

.whatsapp-box button {
  outline: none;
  background: none;
  border: none;
}

.whatsapp-box .txt {
  background: #c80b0b;
  background: linear-gradient(317deg, #c80b0b 40%, #840f0f 100%);
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.whatsapp-box .txt p {
  color: white;
}







.modal-message .modal-body-message .poslato {
  color: #4F8A10;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.modal-message .modal-body-message .nije-poslato {
  color: #FF0000;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
 margin-bottom: 0;
}

.modal-message .modal-body-message .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.modal-message {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
}

.modal-body-message {
  background: white;
  position: relative;
  padding: 2rem;
  margin: 0 15px;
}
