@font-face {
  font-family: "Lato";
  src:
    url(../fonts/Lato-Light.woff2) format("woff2"),
    url(../fonts/Lato-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url(../fonts/Lato-Regular.woff2) format("woff2"),
    url(../fonts/Lato-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url(../fonts/Lato-Bold.woff2) format("woff2"),
    url(../fonts/Lato-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url(../fonts/Lato-Black.woff2) format("woff2"),
    url(../fonts/Lato-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src:
    url(../fonts/Merriweather-Light.woff2) format("woff2"),
    url(../fonts/Merriweather-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src:
    url(../fonts/Merriweather-Regular.woff2) format("woff2"),
    url(../fonts/Merriweather-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src:
    url(../fonts/Merriweather-Bold.woff2) format("woff2"),
    url(../fonts/Merriweather-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src:
    url(../fonts/Merriweather-Black.woff2) format("woff2"),
    url(../fonts/Merriweather-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  src:
    url(../fonts/WorkSans-Light.woff2) format("woff2"),
    url(../fonts/WorkSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  src:
    url(../fonts/WorkSans-Regular.woff2) format("woff2"),
    url(../fonts/WorkSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  overflow-x: hidden;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Merriweather";
  margin: 0;
  font-size: 16px;
  padding: 0;
  position: relative;
}
.page-width {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}
.page-padding {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}
.page-padding-2 {
  padding: 50px 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
}
h1,
h2 {
  font-size: 60px;
  color: #000;
  font-weight: 400;
  font-family: "Lato";
}

.red-head a[href^="tel:"] {
  background-image: url(../images/phone.svg) !important;
  background-size: 15px !important;
  padding-left: 20px;
  /* padding-bottom: 7px; */
  background-position: center left;
  transition: 0.5s;

}
.red-head a[href^="mailto:"] {
  background-image: url(../images/mail.svg) !important;
  background-size: 20px;
  background-size: 18px !important;
  transition: 0.5s;
}

@media only screen and (max-width: 1600px) {
  h1,
  h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1399px) {
  h1,
  h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  h2 {
    font-size: 36px;
  }
}
.title span,
p {
  color: #000;
  font-weight: 300;
}
p {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1399px) {
  p {
    font-size: 14px;
    line-height: 26px;
  }
}
.title span {
  font-size: 32px;
}
@media only screen and (max-width: 1600px) {
  .title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  .title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .title span {
    font-size: 14px;
  }
}
.green-short-title h1,
.green-short-title h2,
.green-title h1,
.green-title h2,
.red-short-title h1,
.red-short-title h2,
.red-title h1,
.red-title h2 {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
.red-title h1,
.red-title h2 {
  border-bottom: 6px solid #b92125;
}
.green-title h1,
.green-title h2 {
  border-bottom: 6px solid #1e6d3e;
}
.green-short-title h1,
.green-short-title h2,
.red-short-title h1,
.red-short-title h2 {
  position: relative;
}
.green-short-title h1::after,
.green-short-title h2::after,
.red-short-title h1::after,
.red-short-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 110px;
  bottom: 0;
  left: 0;
}
.red-short-title h1::after,
.red-short-title h2::after {
  background-color: #b92125;
}
.green-short-title h1::after,
.green-short-title h2::after {
  background-color: #1e6d3e;
}
.center,
header .page-width {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .page-width {
  justify-content: space-between;
  height: 100%;
}
.arrow-btn {
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  background-color: #1e6d3e;
  padding: 10px 50px 10px 30px;
  background-image: url(../images/arrow-right.svg);
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: all 0.6s;
}
@media screen and (max-width: 1399px) {
  .arrow-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .arrow-btn {
    font-size: 16px;
  }
}
.arrow-btn:hover {
  background-position: calc(100% - 10px);
}
.small-btn {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #1e6d3e;
  padding: 8px 18px;
}
.image img,
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.logo img {
  -o-object-position: left;
  object-position: left;
  -o-object-fit: contain;
  object-fit: contain;
}
.redBtn {
  background-color: #b92125;
  border: 2px solid #b92125;
}
.redBtn,
.whiteBtn {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  
}
@media screen and (max-width: 575px) {
  .redBtn,
  .whiteBtn {
    font-size: 14px;
  }
}
.whiteBtn {
  background-color: transparent;
  border: 2px solid #fff;
}
.no-scroll,
footer {
  overflow: hidden;
}
.logo,
header {
  transition: all 0.5s;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 120px;
  background-color: transparent;
}
.logo {
  width: 440px;
  height: 70px;
}
@media screen and (max-width: 1600px) {
  .logo {
    width: 340px;
    height: 60px;
  }
  .redBtn,
.whiteBtn {
  font-size: 22x;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  
}
}
@media screen and (max-width: 1399px) {
  .logo {
    width: 300px;
    height: 60px;
  }
  .redBtn,
.whiteBtn {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  
}
}
@media screen and (min-width: 1200px) {
  .red-head {
    background-color: #b92125;
    height: 100px;
  }
  .red-head .head .head-nav a, .red-head .head .head-nav summary {
    font-size: 18px;
  }
  .red-head .logo {
    width: 270px;
    height: 60px;
  }

  .red-head .head .head-contact a{
    font-size: 18px;
  }

}
.foot1 .foot-info ul,
.head ul {
  list-style: none;
}
.head .head-contact,
.head .head-nav {
  display: flex;
  align-items: center;
  justify-content: end;
}
.head .head-contact a,
.head .head-contact summary,
.head .head-nav a,
.head .head-nav summary {
  color: #fff;
}
.head .head-contact a {
  font-family: "WorkSans";
  font-size: 24px;
  font-weight: 300;
  padding-left: 25px;
  /* background-position: 0 4px; */
  background-position: left;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1600px) {
  .head .head-contact a {
    font-size: 18px;
  }

}
@media only screen and (max-width: 1400) {
  .head .head-contact a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199) {
  .head .head-contact a {
    font-size: 14px;
  }
}
.head .head-contact a[href^="tel:"] {
  background-image: url(../images/phone.svg) !important;
  background-size: 17px;
  padding-left: 25px;
  background-position: left;
}
@media screen and (max-width: 1600px) {
  .head .head-contact a[href^="tel:"] {
    background-image: url(../images/phone.svg) !important;
    background-size: 16px;
    /* padding-bottom: 5px; */
  }
  .head .head-contact a[href^="mailto:"] {
    background-image: url(../images/mail.svg) !important;
    background-size: 20px;
    background-position: center left;
    
  }
}
@media screen and (max-width: 1199px) {
  .head .head-contact a[href^="tel:"] {
    /* background-image: url('../images/phone-red.svg') !important; */
    background-image: url('../images/black-phone.png') !important;
  }
}
.head .head-contact a[href^="mailto:"] {
  background-image: url(../images/mail.svg) !important;
  background-size: 22px;
  background-position: left;
  background-position: left;
  padding-left: 32px;
}
.red-head .head .head-contact a[href^="mailto:"] {
  padding-left: 26px;
}
@media screen and (max-width: 1199px) {
  .head .head-contact a[href^="mailto:"] {
    /* background-image: url('../images/mail-red.svg') !important; */
    background-image: url('../images/black-envelope.png') !important;
  }


}

.head .head-contact a{
  color: #fff !important;
}
.redBtn,
.whiteBtn {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  
}
.head .head-contact a + a {
  margin-left: 20px;
}
.head .head-nav {
  margin-top: 15px;
}
.head .head-nav li summary,
.head .head-nav li > a {
  border: 2px solid transparent;
  transition: all 0.5s;
}
.head .head-nav li summary:hover,
.head .head-nav li > a:hover {
  border: 2px solid #b92125;
}
.head .head-nav a,
.head .head-nav summary {
  font-size: 24px;
  font-weight: 300;
  padding: 5px 8px;
}
@media only screen and (max-width: 1600px) {
  .head .head-nav a,
  .head .head-nav summary {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  .head .head-nav a,
  .head .head-nav summary {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199) {
  .head .head-nav a,
  .head .head-nav summary {
    font-size: 14px;
  }
}
.head .head-nav .contact,
.head .head-nav .contact:hover {
  background-color: #1e6d3e;
  border: 2px solid #1e6d3e;
}
.head .head-nav li + li,
.social a + a {
  margin-left: 10px;
}
.head .head-nav details {
  position: relative;
  cursor: pointer;
}
.head .head-nav details summary {
  list-style: none;
  padding: 5px 8px;
  color: #fff !important;
}

.head .head-nav details summary.dark-color{
  color: #000 !important;
}
.head .head-nav details ul {
  position: absolute;
  background-color: #fff;
  box-shadow:
    rgba(17, 17, 26, 0.05) 0 4px 16px,
    rgba(17, 17, 26, 0.05) 0 8px 32px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
}
.head .head-nav details ul li {
  margin: 0;
  text-align: center;
}
.head .head-nav details ul li a {
  color: #000;
  font-size: 16px;
  border: 0;
}
.head .head-nav details ul li a:hover {
  color: #b92125;
  border: 0;
}
.head .head-nav details ul li + li {
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.hamburger img {
  width: 40px;
  height: auto;

}
@media screen and (max-width: 575px) {
  .hamburger img {
    width: 30px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 60px;
    /* background-color: #b92125; */
    position: fixed;
  }
  .head-wrap {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    /* padding: 20px 0; */
    transition: all 0.5s ease-in-out;
    transform: scaleX(0);
  }
  .head-wrap .head {
    background-color: #fff;
    padding: 50px;
    /* border: 20px solid #b92125; */
    /* border-radius: 20px; */
    height: 100%;
    width: 100%;
    /* max-width: 80%; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    overflow-y: scroll;
  }
}
/* @media only screen and (max-width: 1199px) and (max-width: 900px) {
  .head-wrap .head {
    max-width: 90%;
  }
} */
/* @media screen and (max-width: 1199px) and (max-width: 330px) {
  .head-wrap .head {
    padding: 30px;
  }
} */
@media screen and (max-width: 1199px) {
  .head-wrap .head * {
    color: #000 !important;
  }
  .head-wrap .head .head-contact,
  .head-wrap .head .head-nav {
    flex-direction: column;
    align-items: start;
  }
  .head-wrap .head .head-contact {
    order: 2;
    margin-top: 50px;
  }
  .head-wrap .head .head-contact a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 330px) {
  .head-wrap .head .head-contact a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .head-wrap .head .head-nav {
    order: 1;
    list-style: none;
    position: relative;
    /* padding-bottom: 50px; */
  }
  .head-wrap .head .head-nav li {
    position: relative;
    padding-left: 25px;
  }
  .head-wrap .head .head-nav li a,
  .head-wrap .head .head-nav li summary {
    padding: 5px 0;
    font-size: 20px;
  }
  .head-wrap .head .head-nav .languages {
    display: none;
  }
}
@media screen and (max-width: 1199px) and (max-width: 330px) {
  .head-wrap .head .head-nav li a,
  .head-wrap .head .head-nav li summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .head-wrap .head .head-nav li summary {
    padding: 0;
  }
  .head-wrap .head .head-nav li a:hover,
  .head-wrap .head .head-nav li summary:hover {
    border: 2px solid transparent;
  }
  .head-wrap .head .head-nav li::before {
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    background-image: url(../images/right-arrows.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .head-wrap .head .head-nav li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .head-wrap .head .head-nav details ul {
    position: static;
    transform: none;
    box-shadow: none;
  }
  .head-wrap .head .head-nav details ul li {
    text-align: left;
  }
  .head-wrap .head .head-nav details ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 330px) {
  .head-wrap .head .head-nav details ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .head-wrap .head .head-nav details ul li::before {
    top: 2px;
  }
  .head-wrap .head .head-nav .contact,
  .head-wrap .head .head-nav .contact:hover {
    background-color: transparent;
    border: 2px solid transparent;
  }
  .head-wrap.open-menu {
    transform: scaleX(1);
    background-color: #fff;
  }
  .logo {
    width: 170px;
  }
}
/* @media screen and (max-width: 575px) {
  .head-wrap .head {
    border: 10px solid #b92125;
  }
} */
footer {
  background-color: #f1f0ee;
  padding: 100px 0 20px;
  position: relative;
}
footer::after,
footer::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
  filter: blur(70px);
  opacity: 0.5;
}
footer::before {
  width: 300px;
  height: 300px;
  background: linear-gradient(212deg, #b92125 0, #cd4040 100%);
  left: -150px;
  bottom: -100px;
}
footer::after {
  width: 200px;
  height: 200px;
  background: linear-gradient(212deg, #1e6d3e 0, #3ad378 100%);
  right: -50px;
  top: 70px;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 20px;
  }
}
.foot1,
.foot2 {
  position: relative;
  z-index: 1;
}
.foot2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.foot2 a,
.foot2 p {
  font-size: 16px;
  font-weight: 400;
  color: #063841;
}
@media screen and (max-width: 1600px) {
  .foot2 a,
  .foot2 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1399px) {
  .foot2 a,
  .foot2 p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .foot2 {
    flex-direction: column;
    align-items: start;
  }
  .foot2 p {
    order: 1;
  }
  .foot2 a,
  .foot2 p {
    line-height: 20px;
    margin-top: 5px;
  }
}
.foot1 {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.foot1 .footer-col {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
}
.foot1 .footer-col .foot-info + .foot-info {
  margin-top: 40px;
}
.foot1 .footer-col:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot1 .footer-col:nth-child(2) a,
.foot1 .footer-col:nth-child(2) p {
  text-align: center;
}
.foot1 a,
.foot1 p {
  font-weight: 400;
  color: #063841;
}
.foot1 a {
  font-size: 20px;
  line-height: 35px;
  display: block;
}
.foot1 p {
  font-size: 16px;
}
.foot1 .footer-logo {
  margin-top: 80px;
}
.foot1 .footer-logo img {
  width: 160px;
}
.foot1 .foot-info p:first-child {
  font-size: 26px;
  color: #063841;
  margin-bottom: 20px;
}
.foot1 .footer-links a:hover {
  color: #b92125;
  text-decoration: underline;
}
.foot1 .footer-contact a {
  font-family: "WorkSans";
  font-weight: 300;
  padding-left: 35px;
  background-position: 0;
  background-repeat: no-repeat;
}
.foot1 .footer-contact a[href^="tel:"] {
  background-image: url(../images/phone-dark.svg);
  background-size: 25px;
}
.foot1 .footer-contact a[href^="mailto:"] {
  background-image: url(../images/mail-dark.svg);
  background-size: 25px;
}
.foot1 form {
  display: flex;
  margin-top: 30px;
}
.foot1 form input::-moz-placeholder {
  font-size: 18px;
  font-family: "Merriweather";
  font-weight: 300;
}
.foot1 form button,
.foot1 form input,
.foot1 form input::placeholder {
  font-size: 18px;
  font-family: "Merriweather";
  font-weight: 300;
}
.foot1 form input::-moz-placeholder {
  color: #acacac;
}
.foot1 form input,
.foot1 form input::placeholder {
  color: #acacac;
}
.foot1 form input {
  background-color: #fff;
  height: 60px;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  outline: 0;
}
.foot1 form button {
  background-color: #063841;
  border: 3px solid #063841;
  padding: 0 10px;
  color: #fff;
  height: 60px;
  margin-left: 15px;
  transition: all 0.5s;
}
.foot1 form button:hover {
  background-color: #f2f2f2;
  color: #063841;
}
.foot1 .social {
  margin-bottom: 70px;
}
@media screen and (max-width: 1600px) {
  .foot1 .footer-col {
    max-width: 350px;
  }
  .foot1 a {
    font-size: 16px;
    line-height: 30px;
  }
  .foot1 p {
    font-size: 13px;
    line-height: 22px;
  }
  .foot1 .footer-logo {
    margin-top: 60px;
  }
  .foot1 .footer-logo img {
    width: 130px;
  }
  .foot1 .foot-info p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .foot1 .footer-contact a {
    padding-left: 25px;
  }
  .foot1 .footer-contact a[href^="tel:"] {
    background-size: 19px;
  }
  .foot1 .footer-contact a[href^="mailto:"] {
    background-size: 20px;
  }
  .foot1 form button,
  .foot1 form input {
    height: 50px;
  }
  .foot1 form input::-moz-placeholder {
    font-size: 16px;
  }
  .foot1 form button,
  .foot1 form input,
  .foot1 form input::placeholder {
    font-size: 16px;
  }
  .foot1 .social {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .foot1 .footer-col {
    max-width: 280px;
  }
  .foot1 a {
    font-size: 15px;
    line-height: 28px;
  }
  .foot1 p {
    font-size: 13px;
    line-height: 22px;
  }
  .foot1 .footer-logo img {
    width: 120px;
  }
  .foot1 form button,
  .foot1 form input {
    height: 40px;
  }
  .foot1 form input::-moz-placeholder {
    font-size: 13px;
  }
  .foot1 form button,
  .foot1 form input,
  .foot1 form input::placeholder {
    font-size: 13px;
  }
  .foot1 .social {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .foot1 {
    flex-direction: column;
  }
  .foot1 .footer-col:nth-child(2) {
    align-items: start;
  }
  .foot1 .footer-col:nth-child(2) a,
  .foot1 .footer-col:nth-child(2) p {
    text-align: left;
  }
  .foot1 .footer-col .foot-info,
  .foot1 .footer-logo {
    margin-top: 40px;
  }
  .foot1 .social {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .foot1 .footer-col {
    width: 100%;
    max-width: unset;
  }
}
.home-main,
.social,
.social a {
  display: flex;
  align-items: center;
}
.social a {
  width: 37px;
  justify-content: center;
}
.social a svg {
  width: 100%;
  height: 100%;
}
.social .instagram {
  height: 37px;
}
.social .facebook,
.social .youtube {
  height: 33px;
}
.social .tripadvisor {
  width: 50px;
  height: 37px;
}
.social .facebook svg,
.social .instagram svg path,
.social .tripadvisor svg g {
  fill: #063841;
  transition: all 0.5s;
}
.social .youtube svg {
  stroke: #063841;
  transition: all 0.5s;
}
.social .facebook:hover svg,
.social .instagram:hover svg path,
.social .tripadvisor:hover svg g {
  fill: #b92125;
}
.social .youtube:hover svg {
  stroke: #b92125;
}
.home-main {
  height: 100vh;
  padding: 200px 0;
}
.home-main .headslider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-main .mainSwiper {
  width: 100%;
  height: 100%;
}
.home-main .mainSwiper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 112px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .home-main .mainSwiper::after {
    bottom: 27px;
  }
  .home-main {
    height: fit-content;
    padding: 100px 0;
  }
}
.home-main,
.home-main .mainSwiper .swiper-slide {
  position: relative;
}
.home-main .mainSwiper .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-main .mainSwiper .swiper-slide .slide-img .overlay {
  opacity: 0.4;
}
.home-main .swiper-pagination {
  width: 100%;
  height: 24px;
  bottom: 100px;
  top: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 575px) {
  .home-main .swiper-pagination {
    height: 14px;
    bottom: 20px;
  }
}
.home-main .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 1;
  transition: all 1s;
  position: relative;
}
@media screen and (max-width: 575px) {
  .home-main .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.home-main .swiper-pagination .swiper-pagination-bullet::after,
.home-main .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  transition: all 1s;
}
.home-main .swiper-pagination .swiper-pagination-bullet::before {
  right: 100%;
}
.home-main .swiper-pagination .swiper-pagination-bullet::after {
  left: 100%;
}
.home-main .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.home-main .swiper-pagination .swiper-pagination-bullet-active::after,
.home-main .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 200px;
}
@media screen and (max-width: 1399px) {
  .home-main .swiper-pagination .swiper-pagination-bullet-active::after,
  .home-main .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .home-main .swiper-pagination .swiper-pagination-bullet-active::after,
  .home-main .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .home-main .swiper-pagination .swiper-pagination-bullet-active::after,
  .home-main .swiper-pagination .swiper-pagination-bullet-active::before {
    display: none;
  }
}
.home-main .page-width {
  position: relative;
  z-index: 3;
}
.home-main .page-width .headline * {
  color: #fff;
}
.home-main .page-width .headline h1 {
  margin: 10px 0;
  font-weight: 700;
}
.home-main .page-width .headline p,
.home-main .page-width .headline span {
  font-weight: 300;
  font-size: 32px;
}
@media only screen and (max-width: 1600px) {
  .home-main .page-width .headline p,
  .home-main .page-width .headline span {
    font-size: 18px;
    margin: 1vh 0;
  }
}
@media screen and (max-width: 1399px) {
  .home-main .page-width .headline p,
  .home-main .page-width .headline span {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .home-main .page-width .headline p,
  .home-main .page-width .headline span {
    font-size: 14px;
  }
}
.home-main .page-width .headline p {
  margin-bottom: 4vh;
}
.home-main .page-width .headline a {
  padding: 3px 20px;
}
.home-main .page-width .headline a + a {
  margin-left: 5px;
}
.tours-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 50px 0;
}
@media screen and (max-width: 1600px) {
  .tours-cards {
    gap: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .tours-cards {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .tours-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .tours-cards {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.tours-cards .tour {
  border-radius: 12px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
  max-height: 500px;
  box-shadow: 0 5px 10px rgba(0,0,0, 0.7);
}
@media screen and (max-width: 767px) {
  .tours-cards .tour {
    max-height: 400px;
  }
}
.tours-cards .tour .tour-info {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 10%,
    rgba(0, 0, 0, 0.04) 50%,
    rgba(0, 0, 0, 0.7) 62%,
    rgba(0, 0, 0, 0.8) 100%
  );
  padding: 30px 100px 30px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1399px) {
  .tours-cards .tour .tour-info {
    padding: 20px 80px 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .tours-cards .tour .tour-info {
    background: linear-gradient(
      180deg,
      transparent 10%,
      rgba(0, 0, 0, 0.04) 20%,
      rgba(0, 0, 0, 0.7) 72%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }
}
.tours-cards .tour .tour-info * {
  color: #fff;
}
.tours-cards .tour .tour-info .tour-title {
  margin-top: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.tours-cards .tour .tour-info .tour-title::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 3px;
  background-color: #b92125;
  bottom: 0;
  right: 200%;
  transition: all 0.7s ease-in-out;
}
.tours-cards .tour .tour-info .tour-title p {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .tours-cards .tour .tour-info .tour-title {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .tours-cards .tour .tour-info .tour-title::after {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .tours-cards .tour .tour-info .tour-title p {
    font-size: 18px;
  }
}
.tours-cards .tour .tour-info .tour-description {
  transform: scaleY(0);
  max-height: 0;
  transition: all 0.7s;
}
.tours-cards .tour .tour-info .tour-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1600px) {
  .tours-cards .tour .tour-info .tour-description p {
    font-size: 12px;
  }
}
.tours-cards .tour .tour-info .tour-description span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  background-color: #b92125;
  padding: 5px 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .tours-cards .tour .tour-info .tour-description {
    max-height: 400px;
    transform: scaleY(1);
  }
}
@media screen and (max-width: 575px) {
  .tours-cards .tour .tour-info .tour-description p {
    font-size: 11px;
    line-height: 18px;
  }
  .tours-cards .tour .tour-info .tour-description span {
    font-size: 12px;
    margin-top: 20px;
  }
}
.tours-cards .tour .tour-info .tour-price {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  .tours-cards .tour .tour-info .tour-price {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .tours-cards .tour .tour-info .tour-price {
    font-size: 18px;
  }
}
.tours-cards .tour:hover .tour-info .tour-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.tours-cards .tour:hover .tour-info .tour-title::after {
  right: 0;
}
.tours-cards .tour:hover .tour-info .tour-description {
  max-height: 400px;
  transform: scaleY(1);
}
.transfer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 300px;
  gap: 30px;
  margin-top: 80px;
}
.transfer-grid .transfer {
  border-radius: 12px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.transfer-grid .transfer * {
  color: #fff;
}
.transfer-grid .transfer .transfer-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.transfer-grid .transfer .transfer-info a,
.transfer-grid .transfer .transfer-info h3,
.transfer-grid .transfer .transfer-info p {
  font-weight: 300;
  text-align: center;
}
.transfer-grid .transfer .transfer-info h3 {
  font-size: 32px;
}
.transfer-grid .transfer .transfer-info p {
  font-size: 14px;
}
.transfer-grid .transfer:nth-child(3n) {
  grid-column: span 2;
}
@media only screen and (max-width: 1600px) {
  .transfer-grid .transfer .transfer-info h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1399px) {
  .transfer-grid {
    grid-auto-rows: 250px;
    gap: 15px;
  }
  .transfer-grid .transfer .transfer-info h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .transfer-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .transfer-grid .transfer:nth-child(3n) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 575px) {
  .transfer-grid {
    gap: 5px;
  }
  .transfer-grid .transfer .transfer-info h3 {
    font-size: 20px;
  }
}
.background-1 {
  background-image: url(../images/Vektori@2x.png);
  background-position: 100%0;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media screen and (max-width: 767px) {
  .background-1 {
    background-size: 90%;
  }
}
.support {
  display: flex;
  align-items: start;
  position: relative;
}
.support::before {
  position: absolute;
  content: "";
  height: 1px;
  border-top: 4px dotted #b92125;
  top: 55px;
  left: 150px;
  right: 150px;
  z-index: -1;
}
.support .img,
.support > div {
  display: flex;
  align-items: center;
}
.support > div {
  width: 300px;
  flex-direction: column;
}
.rent-cars .parent-slider > .swiper-wrapper .car-details div + div,
.support > div + div {
  margin-left: 30px;
}
.support .img {
  width: 120px;
  height: 120px;
  background-color: #b92125;
  border-radius: 50%;
  justify-content: center;
}
.support .img img {
  width: 65%;
}
.support > div:first-child .img img {
  width: 85%;
}
.support .mini-title,
.support p {
  text-align: center;
}
.support .mini-title {
  font-size: 28px;
  font-weight: 300;
  margin: 20px 0;
}
.support .mini-title span {
  color: #1e6d3e;
}
.support p {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 1600px) {
  .support::before {
    top: 45px;
  }
  .support .img {
    width: 100px;
    height: 100px;
  }
  .support .mini-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 1399px) {
  .support::before {
    top: 40px;
  }
  .support > div {
    width: 250px;
  }
  .support > div + div {
    margin-left: 15px;
  }
  .support .img {
    width: 90px;
    height: 90px;
  }
  .support .mini-title {
    font-size: 22px;
  }
  .support p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .support {
    flex-direction: column;
    align-items: center;
  }
  .support::before {
    display: none;
  }
  .support > div + div {
    margin-left: 0 !important;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .support .mini-title {
    font-size: 20px;
  }
  .support > div {
    width: 100%;
    max-width: 300px;
  }
}
.reviews-wrap {
  margin: 50px 0 100px;
  position: relative;
}
.reviews-wrap::before {
  position: absolute;
  content: "";
  width: calc(10% + 40px);
  height: 50%;
  left: 30%;
  top: -25px;
  background-color: #38b56b;
}
.reviews-wrap .overlay {
  width: 40%;
  opacity: 0.3;
}
.reviews-wrap .review-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
}
.reviews-wrap .avatar {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 1399px) {
  .reviews-wrap .avatar {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .reviews-wrap .avatar {
    width: 50px;
    height: 50px;
  }
}
.reviews-wrap .users {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  bottom: -45px;
}
.reviews-wrap .users .avatar + .avatar {
  margin-left: -25px;
}
@media screen and (max-width: 1399px) {
  .reviews-wrap .users {
    bottom: -35px;
  }
  .reviews-wrap .users .avatar + .avatar {
    margin-left: -15px;
  }
}
@media screen and (max-width: 575px) {
  .reviews-wrap .users {
    bottom: -25px;
  }
  .reviews-wrap .users .avatar + .avatar {
    margin-left: -10px;
  }
}
.reviews-wrap .reviews {
  padding: 80px 10% 80px 50%;
  padding-right: calc(50% - 750px);
}
@media only screen and (max-width: 1600px) {
  .reviews-wrap .reviews {
    padding-right: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .reviews-wrap .reviews {
    padding-right: 5%;
    padding-bottom: 0;
  }
}
.reviews-wrap .reviews .review-text {
  margin: 40px 0 20px;
}
.reviews-wrap .reviews .review-stars {
  margin: 20px 0;
  width: 100%;
  height: 30px;
  /* background-image: url(../images/Star\ 5.png);
  background-position: left;
  background-repeat: space; */
  /* background-size: auto 30px; */
}

.reviews-wrap .reviews .review-stars img{
  width: 30px !important;
  height: 30px !important;
}

.reviews-wrap .reviews .review-author {
  display: flex;
  align-items: end;
}
.reviews-wrap .reviews .review-author .avatar {
  margin-right: 20px;
}
.reviews-wrap .reviews .review-author .author-name p,
.reviews-wrap .reviews .review-author .author-name span {
  font-weight: 700;
}
.reviews-wrap .reviews .review-author .author-name span {
  font-family: "Lato";
}
@media screen and (max-width: 1399px) {
  .reviews-wrap .reviews .review-stars {
    height: 20px;
    background-size: auto 20px;
  }
}
@media screen and (max-width: 575px) {
  .reviews-wrap .reviews .review-stars img{
    width: 20px !important;
    height: 20px !important;
  }
  .reviews-wrap .reviews .review-text p {
    font-size: 14px !important;
    line-height: 130%;
  }
  .reviews-wrap .reviews .review-author .author-name p {
    font-size: 18px !important;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .reviews-wrap .overlay,
  .reviews-wrap .review-bg,
  .reviews-wrap::before {
    display: none;
  }
  .reviews-wrap .reviews {
    padding-left: 10%;
    padding-top: 0;
  }
  .reviews-wrap .users {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .reviews-wrap .reviews {
    padding-left: 5%;
  }
}
.background-2-wrap {
  background-color: #38b56b;
  position: relative;
  height: 600px;
}
.background-2-wrap::after {
  top: 60px;
  right: 9%;
}
.background-2-wrap .background-2 {
  position: relative;
  width: 80%;
  height: 100%;
}
.background-2-wrap .background-2 .overlay {
  opacity: 0;
}
.background-2-wrap .background-2::after,
.background-2-wrap .background-2::before,
.background-2-wrap::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 55px;
  border-radius: 25px;
}
.background-2-wrap .background-2::before,
.background-2-wrap::after {
  background-color: #1e6d3e;
}
.background-2-wrap .background-2::after {
  background-color: #38b56b;
  bottom: 50px;
  left: 50%;
}
.background-2-wrap .background-2::before {
  left: -25px;
  top: 50%;
}
.background-2-wrap .transfer2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  background-color: #1e6d3e;
  padding: 100px;
}
.background-2-wrap .transfer2 * {
  color: #fff;
}
.background-2-wrap .transfer2 p {
  font-size: 23px;
  line-height: 35px;
  margin: 20px 0 40px;
  max-width: 300px;
}
.background-2-wrap .transfer2 a {
  color: #000;
  font-size: 24px;
  background-color: #fff;
  padding: 5px 10px;
}
@media only screen and (max-width: 1600px) {
  .background-2-wrap {
    height: 500px;
  }
  .background-2-wrap .transfer2 {
    padding: 50px 50px 50px 100px;
  }
  .background-2-wrap .transfer2 p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .background-2-wrap {
    height: 400px;
  }
  .background-2-wrap .background-2::after,
  .background-2-wrap .background-2::before,
  .background-2-wrap::after {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .background-2-wrap .background-2::before {
    left: -20px;
  }
  .background-2-wrap .transfer2 {
    padding: 50px;
  }
  .background-2-wrap .transfer2 p {
    font-size: 15px;
    line-height: 25px;
  }
  .background-2-wrap .transfer2 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .background-2-wrap .transfer2 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .background-2-wrap {
    height: -moz-fit-content;
    height: fit-content;
  }
  .background-2-wrap .transfer2 {
    position: relative;
    z-index: 2;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 50px 5%;
  }
  .background-2-wrap .background-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .background-2-wrap .background-2 .overlay {
    opacity: 0.6;
  }
  .background-2-wrap .background-2::after,
  .background-2-wrap .background-2::before,
  .background-2-wrap::after {
    width: 30px;
    height: 30px;
  }
  .background-2-wrap .background-2::before {
    left: -15px;
  }
}
.background-3-wrap {
  position: relative;
  background-image: -webkit-linear-gradient(80deg, #b92125 50%, #fe645e 50%);
  padding-top: 200px;
}
.background-3-wrap .background-3-text::before,
.background-3-wrap::after,
.background-3-wrap::before {
  position: absolute;
  content: "";
  background-color: #b92125;
  z-index: 2;
}
.background-3-wrap::after {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  bottom: 50px;
  right: 30%;
}
.background-3-wrap::before {
  width: 30px;
  height: 35px;
  border-radius: 22px;
  top: 50px;
  left: calc(20% - 15px);
}
.background-3-wrap .background-3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
}
.background-3-wrap .overlay {
  width: 80%;
  left: unset;
  right: 0;
  opacity: 0;
}
.background-3-wrap .background-3-text {
  background-color: #b92125;
  border-top-right-radius: 50px;
  position: relative;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 50px 100px 0;
  padding-left: 5%;
}
.background-3-wrap .background-3-text * {
  color: #fff;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1600px) {
  .background-3-wrap .background-3-text {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .background-3-wrap .background-3-text {
    padding-left: 5%;
  }
}
.background-3-wrap .background-3-text p {
  font-size: 23px;
  line-height: 35px;
  margin: 20px 0 40px;
  max-width: 300px;
}
.background-3-wrap .background-3-text a {
  color: #000;
  background-color: #fff;
  padding: 5px 10px;
}
.background-3-wrap .background-3-text::before {
  width: 1000px;
  height: 100px;
  border-radius: 50vh;
  bottom: 99%;
  right: -100px;
  transform: rotate(15deg);
}
@media only screen and (max-width: 1600px) {
  .background-3-wrap .background-3-text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .background-3-wrap::after {
    width: 50px;
    height: 50px;
  }
  .background-3-wrap::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: calc(20% - 10px);
  }
  .background-3-wrap .background-3-text p {
    font-size: 15px;
    line-height: 25px;
  }
  .background-3-wrap .background-3-text a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .background-3-wrap {
    padding-top: 0;
    background-image: none;
    background-color: #b92125;
  }
  .background-3-wrap .background-3-text {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    border-top-right-radius: 0;
    background-color: unset;
    background-image: -webkit-linear-gradient(
      60deg,
      #b92125 60%,
      transparent 40%
    );
  }
  .background-3-wrap .background-3-text::before {
    display: none;
  }
  .background-3-wrap .background-3,
  .background-3-wrap .overlay {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .background-3-wrap .background-3-text {
    background-image: none;
    /* background-color: rgba(185, 33, 37, 0.5); */
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* .background-3-wrap .background-3-text .title,
  .background-3-wrap .background-3-text p {
    max-width: 50%;
  } */
}
.rent-cars {
  /* margin-bottom: 80px; */
  position: relative;
}
@media screen and (max-width: 991px) {
  .rent-cars {
    margin-top: 50px;
  }
}
.rent-cars .swiper-slide {
  text-align: center;
}
.rent-cars .parent-slider {
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .rent-cars .parent-slider {
    margin-bottom: 0;
  }
}
.rent-cars .parent-slider > .swiper-wrapper > .swiper-slide {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .rent-cars .parent-slider > .swiper-wrapper > .swiper-slide {
    flex-direction: column !important;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .rent-cars .parent-slider > .swiper-wrapper > .swiper-slide {
    padding-bottom: 0;
  }
}
.rent-cars
  .parent-slider .swiper-wrapper .swiper-slide
  .swiper-button-next::after,
.rent-cars
  .parent-slider  .swiper-wrapper .swiper-slide
  .swiper-button-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.rent-cars
  .parent-slider .swiper-wrapper .swiper-slide
  .swiper-button-prev::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 575px) {
  .rent-cars
    .parent-slider
    > .swiper-wrapper
    > .swiper-slide
    .swiper-button-prev {
    left: -5px;
  }
  .rent-cars
    .parent-slider
    > .swiper-wrapper
    > .swiper-slide
    .swiper-button-next {
    right: -5px;
  }
}
.home-blog .blog-text,
.rent-cars .parent-slider > .swiper-wrapper .car-specifics {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .rent-cars .parent-slider > .swiper-wrapper .car-specifics {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .rent-cars .parent-slider > .swiper-wrapper .car-specifics {
    width: 100%;
  }
}
.rent-cars .parent-slider > .swiper-wrapper h3 {
  font-size: 60px;
  color: #000;
  font-weight: 400;
  font-family: "Lato";
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1600px) {
  .rent-cars .parent-slider > .swiper-wrapper h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .rent-cars .parent-slider > .swiper-wrapper h3 {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .rent-cars .parent-slider > .swiper-wrapper h3 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.rent-cars .parent-slider > .swiper-wrapper .price-per-day {
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1399px) {
  .rent-cars .parent-slider > .swiper-wrapper .price-per-day {
    margin-bottom: 20px;
  }
}
.rent-cars .parent-slider > .swiper-wrapper .price-per-day li p {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1399px) {
  .rent-cars .parent-slider > .swiper-wrapper .price-per-day li p {
    font-size: 18px;
  }
}
.rent-cars .parent-slider > .swiper-wrapper .price-per-day li p + p {
  margin-top: 20px;
}
.rent-cars .parent-slider > .swiper-wrapper .price-per-day li + li {
  margin-left: 50px;
}

.rent-cars .parent-slider > .swiper-wrapper .book a {
  font-size: 24px;
  font-weight: 300;
  padding: 5px 10px;
  border: 2px solid #b92125;
}
.rent-cars .parent-slider > .swiper-wrapper .book a + a {
  margin-left: 10px;
}
.rent-cars .parent-slider > .swiper-wrapper .book .red-btn {
  color: #fff;
  background-color: #b92125;
}
.rent-cars .parent-slider > .swiper-wrapper .book .white-btn {
  color: #b92125;
  background-color: #fff;
}
.rent-cars .parent-slider > .swiper-wrapper .car-details {
  display: flex;
  align-items: start;
  position: absolute;
  bottom: 0;
  right: 25%;
  transform: translateX(50%);
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .rent-cars .parent-slider > .swiper-wrapper .price-per-day li p {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    margin: 0;
  }
  .rent-cars .parent-slider > .swiper-wrapper .price-per-day li p + p {
    margin-top: 10px;
  }
  .rent-cars .parent-slider > .swiper-wrapper .price-per-day li + li {
    margin-left: 20px;
  }
  .rent-cars .parent-slider > .swiper-wrapper .book a {
    font-size: 16px;
  }
}
.rent-cars .parent-slider > .swiper-wrapper .car-details div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rent-cars .parent-slider > .swiper-wrapper .car-details div p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1399px) {
  .rent-cars .parent-slider > .swiper-wrapper .car-details div p {
    font-size: 18px;
  }
}
.rent-cars .parent-slider > .swiper-wrapper .car-details div img {
  width: 50px;
  height: 50px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  border: 2px solid #000;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .rent-cars .parent-slider > .swiper-wrapper .car-details {
    right: 30%;
  }
  .rent-cars .parent-slider > .swiper-wrapper .car-details div img {
    width: 40px;
    height: 40px !important;
  }
}
@media screen and (max-width: 991px) {
  .rent-cars .parent-slider > .swiper-wrapper .car-details {
    right: 50%;
  }
}
@media screen and (max-width: 575px) {
  .rent-cars .parent-slider > .swiper-wrapper .car-details div p {
    font-size: 15px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100px;
  }
  .rent-cars .parent-slider > .swiper-wrapper .car-details div img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }
  .rent-cars .parent-slider > .swiper-wrapper .car-details div + div {
    margin-left: 20px;
  }
  .rent-cars .parent-slider > .swiper-wrapper .car-details {
    display: none !important;
  }
}
.rent-cars .parent-slider .child-slider {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 500px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1399px) {
  .rent-cars .parent-slider .child-slider {
    height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .rent-cars .parent-slider .child-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .rent-cars .parent-slider .child-slider {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .rent-cars .parent-slider .child-slider {
    height: 250px;
    margin: 0;
  }
}
.rent-cars .parent-slider .child-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
/* .rent-cars .parent-slider .swiper-pagination { */
  /* bottom: -50px; */
/* } */
.rent-cars .parent-slider .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid #1e6d3e;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1600px) {
  .rent-cars .parent-slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rent-cars .parent-slider .swiper-pagination {
    bottom: 70px;
  }
  .rent-cars .parent-slider .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 575px) {
  .rent-cars .parent-slider .swiper-pagination {
    bottom: 0;
  }
  .rent-cars .parent-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    padding: 0;
  }
}
.rent-cars
  .parent-slider
  .swiper-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: 30px;
}
.rent-cars .parent-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1e6d3e !important;
}
.home-blog {
  display: flex;
  align-items: center;
  padding: 50px 0 100px;
  padding-left: calc(50% - 750px);
}
@media only screen and (max-width: 1600px) {
  .home-blog {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .home-blog {
    flex-direction: column;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .home-blog {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 1199px) {
  .home-blog .blog-text {
    width: 100%;
    margin-bottom: 100px;
  }
}
.home-blog .title {
  margin-bottom: 40px;
}
.home-blog .redBtn {
  margin-top: 40px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.home-blog p {
  max-width: 420px;
}
.home-blog .blog-section {
  height: 500px;
  width: 50%;
  display: flex;
  position: relative;
}
.home-blog .blog-section::before {
  position: absolute;
  content: "";
  top: -70px;
  left: -60px;
  width: 25%;
  height: 60%;
  background-color: #b92125;
}
@media screen and (max-width: 575px) {
  .home-blog {
    padding-top: 0;
    padding-bottom: 50px;
    position: relative;
    padding-bottom: 120px;
  }
  .home-blog .redBtn {
    margin-top: 10px;
    /* position: absolute;
    bottom: 40px;
    left: 5%; */
  }
  .home-blog .title {
    margin-bottom: 20px;
  }
  .home-blog .blog-text {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1399px) {
  .home-blog .blog-section::before {
    top: -50px;
    left: -50px;
  }
}
.home-blog .blog-section .blog-item {
  position: relative;
  height: 100%;
  width: 15%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  cursor: grab;
  box-shadow: 10px 0 16px rgba(0, 0, 0, 0.25);
}
.home-blog .blog-section .blog-item .overlay {
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
}
.home-blog .blog-section .blog-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px;
  position: relative;
  transform: scaleX(0);
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .home-blog .blog-section .blog-item-info {
    padding: 20px;
  }
}
.home-blog .blog-section .blog-item-info h3 {
  margin-top: auto;
  font-size: 0;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid #b92125;
  padding-bottom: 5px;
  margin-bottom: 5px;
  max-width: 80%;
  transition: all 1.5s;
}
.home-blog .blog-section .blog-item-info p {
  max-width: 80%;
  transition: all 1.5s;
}
@media screen and (max-width: 575px) {
  .home-blog .blog-section .blog-item-info h3,
  .home-blog .blog-section .blog-item-info p {
    max-width: 100%;
  }
}
.home-blog .blog-section .blog-item-info p {
  font-size: 0;
  line-height: 0;
}
.home-blog .blog-section .blog-item-info * {
  color: #fff;
}
.home-blog .blog-section .blog-item.active {
  width: 100%;
}
.home-blog .blog-section .blog-item.active .blog-item-info {
  transform: scaleX(1);
  opacity: 1;
}
.home-blog .blog-section .blog-item.active .blog-item-info h3 {
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .home-blog .blog-section .blog-item.active .blog-item-info h3 {
    font-size: 18px;
  }
}
.home-blog .blog-section .blog-item.active .blog-item-info p {
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 575px) {
  .home-blog .blog-section .blog-item.active .blog-item-info p {
    font-size: 12px;
  }
}
.home-blog .blog-section .blog-item.active .overlay {
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.16) 44%,
    rgba(0, 0, 0, 0.84) 60%,
    #000 100%
  );
  opacity: 0.7;
}
.home-blog .blog-section .redBtn {
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .home-blog .blog-section .redBtn {
    font-size: 11px;
  }
}
@media screen and (max-width: 1199px) {
  .home-blog .blog-section {
    width: 60%;
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .home-blog .blog-section {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .home-blog .blog-section {
    width: 100%;
  }
  .home-blog .blog-section::before {
    width: 70%;
    height: 70%;
  }
}

.hero-kolacici {
  background: url(../images/cookies-bg.png);
  background-size: cover;
  height: 300px;
}
.main-kolacici {
  background-color: #faf4f0;
  padding: 10vh 0;
  margin: 0;
  position: relative;
}
.page-width {
  max-width: 90% !important;
}
.main-kolacici__content {
  width: 90%;
  margin: 2vh auto 10vh;
  box-shadow: -33px 4px 136px #00000052;
  padding: 2% 5%;
  z-index: 1;
  background-color: #fff;
}
.main-kolacici__content h1 {
  font-size: 60px;
}
.main-kolacici__content hr {
  width: 16%;
  height: 4px;
  background-color: #1e6d3e;
  border: 0;
}
.text-container {
  overflow: auto;
  margin-top: 10vh;
  z-index: 10;
}
.text-container h2 {
  width: 36%;
  float: left;
  clear: right;
  font-size: 32px;
  margin: 4vh 0;
}
.text-container p {
  width: 56%;
  float: right;
  margin: 4vh 0;
  font-size: 24px;
}
#red-circle1 {
  position: absolute;
  top: 1vh;
  left: 10%;
}
#red-circle2 {
  position: absolute;
  top: 40%;
  right: 4%;
  scale: 0.4;
}
#red-circle3,
#red-circle4 {
  position: absolute;
  top: 50%;
  left: 0.5%;
  scale: 0.7;
}
#red-circle4 {
  top: 85%;
  scale: 0.4;
}
#green-circle1 {
  position: absolute;
  right: 2%;
  top: 18%;
}
#green-circle2 {
  position: absolute;
  left: 2%;
  top: 35%;
  scale: 0.7;
}
#green-circle3 {
  position: absolute;
  right: -3vw;
  top: 60%;
  scale: 0.5;
}
@media (max-width: 1600px) {
  /* .main-kolacici__content h1 {
    font-size: calc(64px * 0.9);
  } */
  .main-kolacici__content hr {
    height: calc(4px * 0.9);
  }
  .text-container h2
  {
    font-size: calc(32px * 0.9);
  }
  .text-container p {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  /* .main-kolacici__content h1 {
    font-size: calc(64px * 0.75);
  } */
  .main-kolacici__content hr {
    height: calc(4px * 0.75);
  }
  .text-container h2
  {
    font-size: calc(32px * 0.75);
  }
  .text-container p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-kolacici {
    background-position: center;
    height: 280px;
  }
  .main-kolacici {
    padding: 7vh 0;
  }
  .main-kolacici__content {
    margin-bottom: 8vh;
    padding: 3% 4%;
  }
  .main-kolacici__content h1 {
    font-size: 48px;
  }
  .main-kolacici__content hr {
    height: 3px;
    width: 20%;
  }
.text-container {
  margin-top: 1vh;
}
  .text-container h2
 {
    width: 40%;
    font-size: 32px;
  }
  .text-container p {
    font-size: 26px;
  }
  #red-circle1,
  #red-circle2,
  #red-circle3,
  #red-circle4,
  #green-circle1,
  #green-circle2,
  #green-circle3 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero-kolacici {
    background-position: center;
    height: 250px;
  }
  .main-kolacici__content hr {
    width: 40%;
  }
  .text-container {
    flex-direction: column;
    margin-top: 4vh;
  }
  .text-container h2
 {
    width: 100%;
    font-size: 28px;
    margin: 0;
  }
  .text-container p {
    font-size: 14px;
    width: 100%;
  }
  #red-circle1,
  #red-circle2,
  #red-circle3,
  #red-circle4,
  #green-circle1,
  #green-circle2,
  #green-circle3 {
    display: none;
  }
}

.hero-kontakt {
  background: url(../images/kontakt.png);
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-kontakt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}
.hero-kontakt > * {
  position: relative;
  z-index: 2;
}
.hero-kontakt h1 {
  color: #fff;
  font-size: 65px;
  font-family: "Lato";
  margin-top: 5vh;
  font-weight: 400;
}
.page-width {
  max-width: 90% !important;
}
.main-kontakt {
  background-color: #faf4f0;
  padding: 15vh 0;
  position: relative;
}
.kontakt-wrap {
  display: flex;
  background-color: #fff;
  width: 90%;
  min-height: 90vh;
  height: auto;
  margin: auto;
  box-shadow: 0 32px 65px #00000052;
}
.kontakt-form {
  width: 80%;
  padding-top: 5%;
  height: auto;
  padding-left: 10%;
  padding-bottom: 5%;
}
.kontakt-form h2 {
  font-size: 54px;
}

.kontakt-form p {
  font-size: 24px;
  width: 55%;
  margin: 5vh 0;
}
.kontakt-form hr {
  width: 45%;
  border: 0;
  background-color: #1e6d3e;
  height: 4px;
}
.kontakt-social {
  width: 20%;
  background-color: #b92125;
  align-items: end;
  padding-bottom: 5vh;
  height: auto;
}
.kontakt-social,
.kontakt-social-icons {
  display: flex;
  justify-content: center;
}
.kontakt-social-icons img {
  /* max-height: 4vh;
  height: 4vh; */
  margin: 0 1.6vh;
  object-fit: contain;
}
form {
  margin-top: 30px;
  font-size: 24px;
}
form input {
  width: 60%;
  background-color: #ffffff00;
  color: #000;
  border: 0;
  padding: 1vh 0.5vh;
  font-size: 24px;
  border-bottom: 1px solid #000;
  font-weight: 300;
  font-family: "Merriweather";
}
::placeholder {
  color: #898a95;
  font-size: 24px;
  font-weight: 300;
}
textarea {
  padding: 0.5vh;
  background-color: #ffffff00;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  color: #000;
}
.kontakt-info-box,
form button {
  color: #fff;
  background-color: #232323;
}
form button,
textarea {
  width: 60%;
  font-size: 24px;
  font-weight: 300;
  font-family: "Merriweather";
}
form button {
  border: 0;
  padding: 1.6vh;
  cursor: pointer;
  transition: 0.5s;
}
form button:hover {
  opacity: 0.9;
  border-radius: 5px;
}
.kontakt-info-box {
  /* width: 66vh; */
  width: 35%;
  min-height: 50vh;
  position: absolute;
  top: 20.5%;
  right: 9.9vw;
  padding: 5vh 0 1vh 8vh;
}
.kontakt-info-box h3 {
  font-size: 44px;
  font-weight: 400;
  font-family: "Lato";
}
#red-square {
  width: 6.5vh;
  height: 6.5vh;
  position: absolute;
  top: -3vh;
  left: -3vh;
}
.kontakt-info__single {
  display: flex;
  font-family: "Lato";
  margin: 40px 0;
  font-weight: 300;
  align-items: center;
}
.kontakt-info__single a {
  text-decoration: none;
  color: #fff;
  padding-left: 0 !important;
}
.kontakt-info__single h4 {
  font-size: 28px;
  font-weight: 400;
  margin-left: 20px;
}
.kontakt-info__single img {
  width: 30px;
  height: auto;
  object-fit: contain;
}
#green-circle {
  position: absolute;
  top: 40%;
  left: 6%;
  width: 9.2vh;
  height: 9.2vh;
}
#red-circle2 {
    position: absolute;
    top: 40%;
    right: 4%;
    scale: 0.4;
}
#red-circle2 {
  width: 9.2vh;
  height: 9.2vh;
  top: 2%;
  left: 8%;
}
.map {
  width: 100%;
  height: 70vh;

}
@media (max-width: 1600px) {
  .hero-kontakt h1 {
    font-size: 58.5px; /* 65px * 0.9 */
  }
  .kontakt-form h2 {
    font-size: 44px; 
  }
  .kontakt-form p,
  ::placeholder,
  form,
  form button,
  form input,
  textarea {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .kontakt-info-box h3 {
    font-size: 38px;
  }
  .kontakt-info__single h4 {
    font-size: 22px; 
  }
  .kontakt-info__single img {
    width: 25px;
  }
}

@media (max-width: 1400px) {
  .hero-kontakt h1 {
    font-size: calc(65px * 0.75);
  }
  .kontakt-form h2 {
    font-size: 30px;
  }

  .kontakt-info-box {
    /* width: 66vh; */
    /* height: auto; */
    /* min-height: 65vh; */
    position: absolute;
    top: 20.5%;
    right: 9.9vw;
    padding: 5vh 0 5vh 8vh;
  }

  .kontakt-form hr,
  .kontakt-form p,
  .kontakt-info-box h3,
  .kontakt-info__single h4,
  .kontakt-info__single img,
  ::placeholder,
  form,
  form button,
  form input,
  textarea {
    font-size: calc(24px * 0.75);
  }
  .kontakt-info-box h3 {
    font-size: 28px;
  }
  .kontakt-info__single {
    margin: 30px 0;
  }
  .kontakt-info__single h4 {
    font-size: 18px;
    margin-left: 15px;
  }
  /* .kontakt-info-box {
    width: calc(66vh * 0.75);
    height: calc(64vh * 0.75);
  } */
  .kontakt-info__single img {
    width: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-kontakt {
    background-position: center;
    height: 250px;
  }
  .hero-kontakt h1 {
    font-size: 48px;
  }
  .main-kontakt {
    padding: 5vh 0;
  }
  .kontakt-wrap {
    flex-direction: column;
    width: 90%;
    height: 60vh;
    min-height: 55vh;
  }
  .kontakt-form {
    width: 100%;
  }
  .kontakt-form h2 {
    font-size: 28px;
  }
  .kontakt-form p {
    font-size: 18px;
    width: 90%;
    margin: 3vh 0;
  }
  .kontakt-form hr {
    width: 25%;
  }
  .kontakt-social {
    width: 100%;
    margin-top: 5vh;
    padding-top: 5vh;
  }
  .kontakt-social-icons img {
    max-height: 3vh;
    height: 3vh;
    width: auto;
  }
  form button,
  form input,
  textarea {
    width: 90%;
  }
  .kontakt-info__single h4,
  form button {
    font-size: 16px;
  }
  .kontakt-info-box {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 9vh;
    padding: 3vh 0 5vh 8vh;
    min-height: unset;
  }
  .kontakt-info-box h3 {
    font-size: 28px;
  }
  #green-circle,
  #red-circle1,
  #red-circle2,
  #red-square {
    display: none;
  }
  .kontakt-info__single {
    margin: 3.8vh 0;
  }
  .kontakt-info__single img {
    max-height: 3.5vh;
    max-width: 2.4vh;
  }
  .map {
    height: 26vh;
  }
}
@media only screen and (max-width: 768px) {
  .hero-kontakt {
    background-position: center;
    height: 250px;
  }
  .hero-kontakt h1 {
    font-size: 40px;
}
  .main-kontakt {
    padding: 5vh 0;
  }
  .kontakt-wrap {
    flex-direction: column;
    width: 90%;
    height: 74vh;
    min-height: 65vh;
  }
  .kontakt-form {
    width: 100%;
  }
  .kontakt-form h2 {
    font-size: 26px;
  }
  .kontakt-form p {
    font-size: 18px;
    width: 90%;
    margin: 3vh 0;
  }
  .kontakt-form hr {
    width: 80%;
  }
  .kontakt-social {
    width: 100%;
    margin-top: 5vh;
    padding-top: 5vh;
  }
  .kontakt-social-icons img {
    max-height: 3vh;
    height: 3vh;
    width: auto;
  }
  form button,
  form input,
  textarea {
    width: 90%;
  }
  .kontakt-info__single h4,
  form button {
    font-size: 16px;
  }
  .kontakt-info-box {
    width: 100%;
    height: 36vh;
    position: static;
    margin-top: 9vh;
    padding: 3vh 0 5vh 8vh;
    min-height: 25vh;
  }
  .kontakt-info-box h3 {
    font-size: 26px;
  }
  #green-circle,
  #red-circle1,
  #red-circle2,
  #red-square {
    display: none;
  }
  .kontakt-info__single {
    margin: 3.8vh 0;
  }
  .kontakt-info__single img {
    /* max-height: 3.5vh; */
    /* max-width: 2.4vh; */
    width: 16px;
  }
  .map {
    height: 26vh;
  }
}
@media only screen and (max-width: 400px) {
  .kontakt-wrap {
    flex-direction: column;
    width: 90%;
    height: 74vh;
    min-height: 65vh;
  }
  /* .kontakt-info__single img {
    height: 15px;
  } */
  .kontakt-social {
    width: 100%;
    margin-top: -1vh;
    padding-top: 5vh;
  }
  .kontakt-social-icons img {
    max-height: 3vh;
    height: 3vh;
  }
  .kontakt-info-box {
    width: 100%;
    height: 40vh;
    position: static;
    margin-top: 15vh;
    padding: 3vh 2vh 5vh 2vh;
    min-height: 3vh;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: 700;
  cursor: pointer;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
}
.mySlides {
  display: none;
}
.mySlides img {
  height: 800px;
  object-fit: cover;
}
.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cursor {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .modal-content {
    background-color: #fefefe;
    margin: 30% 10% 30%0;
    padding: 0;
    width: 100%;
    max-width: 1200px;
  }
  .mySlides img {
    height: 100%;
    object-fit: cover;
  }
}

.hero-o-nama {
  background: url(../images/o-nama.png);
  background-size: cover;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-o-nama h1 {
  color: #fff;
  font-size: 65px;
  font-family: "Lato";
  margin-top: 5vh;
  font-weight: 400;
}
.page-width {
  max-width: 90% !important;
}
.main-o-nama {
  position: relative;
  padding: 5%;
}
.main-o-nama__inner {
  display: flex;
  position: relative;
  z-index: 10;
}
.inner-left {
  width: 50%;
}
.inner-left img {
  max-height: 90vh;
  max-width: 75vh;
}
.inner-right {
  width: 50%;
  margin-left: 10vw;
}
.inner-right h2 {
  font-size: 45px;
  width: 90%;
  font-weight: medium;
}
.inner-right p {
  font-size: 24px;
  margin: 3vh 0;
  width: 90%;
}
.inner-right__single {
  display: flex;
  align-items: center;
  margin: 4vh 0;
}
.inner-right__single img {
  width: 68px;
  margin-right: 25px;
}
.inner-right__single h4 {
  font-size: 24px;
  font-weight: 700;
}
.inner-right__single p {
  font-size: 24px;
  font-weight: 300;
  margin: 5px 0;
}
.o-nama-button,
.o-nama-numbers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-nama-button {
  background-color: #1e6d3e;
  color: #fff;
  font-size: 2.5vh;
  min-width: 10vw;
  width: 35%;
  min-height: 5.5vh;
  height: auto;
  border-radius: 12px;
  padding: 10px 10px 10px 20px;
  margin-top: 10vh;
  transition: 0.5s;
  cursor: pointer;
}
.o-nama-button:hover {
  background-color: #1e6d3ed3;
  scale: 1.03;
  transition: 0.5s;
}
.o-nama-button h4 {
  font-weight: 400;
}
#bg-lines1 {
  position: absolute;
  top: -20%;
  left: 0;
}
#bg-lines2 {
  position: absolute;
  bottom: -30%;
  right: 0;
}
.o-nama-numbers {
  background: url(../images/bay-onama.png);
  background-size: cover;
  background-position: center;
  height: 390px;
  padding: 3vh 10%;
}
.o-nama-numbers__single h2 {
  font-size: 65px;
  font-family: "Lato";
}
.o-nama-numbers__single h2,
.o-nama-numbers__single h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.o-nama-recenzije {
  position: relative;
}
.o-nama-recenzije__text {
  display: flex;
  align-items: start;
  padding: 5% 10%;
}
.o-nama-recenzije__text-heading {
  width: 40%;
}
.o-nama-recenzije__text-heading hr,
.recenzije-single-card hr {
  border: 0;
  height: 3px;
  background-color: #b92125;
  width: 30%;
}
.o-nama-numbers__single h3,
.o-nama-recenzije__text-heading h2 {
  font-size: 45px;
  font-family: "Lato";
}
.o-nama-recenzije__text-desc {
  width: 60%;
}
.o-nama-recenzije__text-desc p {
  font-size: 24px;
}
.o-nama-recenzije__button,
.o-nama-recenzije__cards {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.o-nama-recenzije__button {
  background-color: #b92125;
  min-width: 10vw;
  width: 25%;
  color: #fff;
  padding: 10px 15px 10px 30px;
  min-height: 6vh;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 10px 4px 25px #00000052;
  transition: 0.5s;
  z-index: 10;
}
.o-nama-recenzije__button:hover {
  background-color: #b92126d0;
  scale: 1.03;
  transition: 0.5s;
  cursor: pointer;
  z-index: 999;
}
.o-nama-recenzije__button h4 {
  font-size: 2.5vh;
  font-weight: 400;
}
.o-nama-recenzije__cards {
  background: url(../images/bg-reccenzije.png);
  background-position: center;
  background-size: cover;
  width: 90%;
  min-height: 55vh;
  border-radius: 67px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 10%;
}
.recenzije-single-card {
  width: 30%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  backdrop-filter: blur(10px);
  padding: 0 3% 1%;
  position: relative;
}
.recenzije-single-card h3 {
  font-size: 24px;
  font-family: "Lato";
  text-align: center;
  font-weight: 400;
}
.recenzije-single-card h4,
.recenzije-single-card p {
  font-size: 14px;
  text-align: center;
}
.recenzije-single-card p {
  color: #fff;
  margin: 2vh 0;
  line-height: 22px;
}
.recenzije-single-card hr {
  height: 1px;
  margin: 3px auto;
}
.stars,
.user-img {
  display: flex;
  justify-content: center;
}
.user-img {
  margin-top: -4vh;
}
.stars {
  margin: 2vh 0;
}
.max-width-cards {
  display: flex;
  width: 100%;
  min-height: 115vh;
  height: auto;
  margin: 10vh 0;
  padding: 0;
  position: relative;
}
.max-width-cards h2 {
  font-size: 60px;
  color: #fff;
  font-family: "Lato";
  border-bottom: 4px solid #1e6d3e;
  letter-spacing: -2px;
}
.max-width-cards h4 {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.automobili:hover,
.izleti:hover,
.transferi:hover {
  /* background-size: 120% 120% !important; */
  transition: 0.8s;
  cursor: pointer;
}
.automobili,
.izleti,
.transferi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.izleti {
  background: url(../images/izleti.png);
  background-size: 100% 100%;
}
.automobili,
.izleti,
.transferi {
  width: 33.33%;
  background-position: center;
  transition: 0.8s;
}
.automobili {
  background: url(../images/automobili.png);
  background-size: 100% 100%;
}
.transferi {
  background: url(../images/transferi.png);
  padding: 5px;
  background-size: 100% 100%;
}
#recenzije-bg4,
#recenzije-bg5 {
  position: absolute;
  top: 0;
  z-index: 0;
}
#recenzije-bg4 {
  left: 0;
  z-index: -1;
}
#recenzije-bg5 {
  right: 0;
}
.o-nama-blog {
  padding: 2% 10% 5%;
}
.o-nama-blog h2 {
  font-size: 45px;
  font-family: "Lato";
}
.o-nama-blog hr {
  background-color: #1e6d3e;
  border: 0;
  width: 10%;
  height: 3px;
  margin: 1vh 0;
}
.o-nama-blog p {
  margin: 3vh 0;
}
.swiper,
.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-slide,
.swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: end;
}
.swiper-slide {
  font-size: 18px;
  background: #fff;
  width: 408px;
  height: 316px;
  border-radius: 12px;
  color: #fff;
  padding: 4vh 3vh;
}
.swiper-wrapper {
  padding-bottom: 15vh;
  padding-top: 5vh;
}
.swiper-slide img {
  display: block;
  object-fit: cover;
}
.o-nama-blog p,
.slide-content h3 {
  font-size: 24px;
  font-family: "Lato";
  font-weight: 400;
}
.swiper-slide .date-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.swiper-slide .date-container img {
  margin-right: 10px;
}
.date-container img {
  width: 15px;
}
.date-container p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.swiper-pagination {
  bottom: 5px;
}
.swiper-pagination-bullet {
  padding: 10px;
  margin: 0 10px !important;
  background-color: #b92125;
}
.swiper-slide a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .inner-right p,
  .inner-right__single h4,
  .inner-right__single p {
    font-size: calc(24px * 0.9);
  }
  
  .o-nama-recenzije__button,
  .o-nama-recenzije__button h4,
  .o-nama-button h4 {
    font-size: 18px;
  }
  .inner-right h2,
  .o-nama-numbers__single h3 {
    font-size: calc(45px * 0.9);
  }
  .hero-o-nama h1,
  .o-nama-numbers__single h2 {
    font-size: calc(65px * 0.9);
  }
  .o-nama-recenzije__text-heading h2 {
    font-size: calc(45px * 0.9);
  }
  .recenzije-single-card h3,
  .recenzije-single-card h4,
  .recenzije-single-card p {
    font-size: calc(14px * 0.9);
  }
  .recenzije-single-card h3 {
    font-size: 20px;
  }
  .recenzije-single-card hr {
    height: calc(1px * 0.9);
  }
  .max-width-cards h2 {
    font-size: calc(65px * 0.9);
  }
  .max-width-cards h4 {
    font-size: calc(32px * 0.9);
  }
  .o-nama-blog h2 {
    font-size: calc(45px * 0.9);
  }
  .o-nama-blog p,
  .slide-content h3 {
    font-size: calc(24px * 0.9);
  }
  .swiper-slide {
    font-size: calc(18px * 0.9);
  }
  .date-container p {
    font-size: calc(14px * 0.9);
  }
}

@media (max-width: 1400px) {
  .inner-right p,
  .inner-right__single h4,
  .inner-right__single p
 {
    font-size: calc(24px * 0.75);
  }
  
  
  .o-nama-recenzije__button,
  .o-nama-recenzije__button h4,
  .o-nama-button h4 {
    font-size: 15px;
  }
  .inner-right h2,
  .o-nama-numbers__single h3 {
    font-size: calc(45px * 0.75);
  }
  .hero-o-nama h1,
  .o-nama-numbers__single h2 {
    font-size: calc(65px * 0.75);
  }
  .o-nama-recenzije__text-heading h2 {
    font-size: calc(45px * 0.75);
  }
  .recenzije-single-card h3 {
    font-size: 18px;
  }
  .recenzije-single-card h4,
  .recenzije-single-card p {
    font-size: calc(14px * 0.75);
  }
  .recenzije-single-card hr {
    height: calc(1px * 0.75);
  }
  .max-width-cards h2 {
    font-size: calc(65px * 0.75);
  }
  .max-width-cards h4 {
    font-size: calc(32px * 0.75);
  }
  .o-nama-blog h2 {
    font-size: calc(45px * 0.75);
  }
  .o-nama-blog p,
  .slide-content h3 {
    font-size: calc(24px * 0.75);
  }
  .swiper-slide {
    font-size: calc(18px * 0.75);
  }
  .date-container p {
    font-size: calc(14px * 0.75);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-o-nama {
    background-position: center;
    height: 300px;
  }
  .hero-o-nama h1 {
    font-size: 48px;
  }
  .main-o-nama__inner {
    padding: 5%;
    flex-direction: column;
  }
  .inner-left,
  .inner-right {
    width: 100%;
    margin-left: 0;
  }
  .inner-left img {
    max-height: 50vh;
    max-width: 100%;
    margin-bottom: 5vh;
  }
  .inner-right h2 {
    font-size: 34px;
    width: 100%;
  }
  .user-img {
    margin-top: -2vh;
    margin-bottom: 2vh;
  }
  .inner-right p,
  .inner-right__single h4,
  .inner-right__single p {
    font-size: 18px;
    width: 100%;
  }
  .inner-right__single img {
    width: 45px;
  }
  .o-nama-button {
    font-size: 18px;
    width: 20vh;
    height: 4.5vh;
    margin-top: 7vh;
  }
  .o-nama-button h4,
  .o-nama-recenzije__button h4,
  .o-nama-recenzije__text-desc p {
    font-size: 18px;
  }
  #bg-lines1,
  #bg-lines2 {
    display: none;
  }
  .o-nama-numbers {
    padding: 3vh 5%;
  }
  .o-nama-numbers__single h2 {
    font-size: 48px;
  }
  .o-nama-numbers__single h3,
  .o-nama-recenzije__text-heading h2 {
    font-size: 34px;
  }
  .o-nama-recenzije__text {
    padding: 5%;
  }
  .o-nama-recenzije__text-heading hr {
    width: 60%;
  }
  .o-nama-recenzije__button {
    font-size: 18px;
    height: 4.5vh;
    width: 20vh;
  }
  .o-nama-recenzije__cards {
    flex-direction: column;
    padding: 5%;
  }
  .recenzije-single-card {
    width: 100%;
    padding: 0 5% 5%;
    margin: 5vh 0;
  }
  .recenzije-single-card h3,
  .recenzije-single-card h4,
  .recenzije-single-card p {
    font-size: 14px;
  }
  .recenzije-single-card hr {
    height: 2px;
    width: 15%;
  }
  .max-width-cards {
    flex-direction: column;
    padding: 5%;
    min-height: auto;
    margin: 0;
  }
  .max-width-cards h2 {
    font-size: 48px;
  }
  .max-width-cards h4 {
    font-size: 24px;
  }
  .automobili,
  .izleti,
  .transferi {
    width: 100%;
    min-height: 15vh;
    height: 30vh;
    background-size: cover;
  }
  .o-nama-blog {
    padding: 5%;
  }
  .o-nama-blog h2 {
    font-size: 34px;
  }
  .o-nama-blog hr {
    width: 20%;
  }
  .o-nama-blog p,
  .slide-content h3 {
    font-size: 18px;
  }
  .swiper {
    height: 30vh;
    margin-top: -5vh;
    padding-top: 0;
  }
  .swiper-slide {
    font-size: 14px;
    width: 350px;
    height: 250px;
  }
  .swiper-slide img {
    height: 100%;
  }
  .date-container p {
    font-size: 12px;
  }
  .swiper-pagination-bullet {
    padding: 8px;
    margin: 0 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .hero-o-nama {
    background: url(../images/o-nama.png);
    background-size: cover;
    background-position: center;
    height: 250px;
  }
  .main-o-nama__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .inner-left,
  .inner-right h2 {
    width: 100%;
    font-size: 36px;
  }
  .inner-left img {
    height: auto;
    max-width: 100%;
  }
  .inner-right {
    width: 100%;
    margin-left: 0;
  }
  .inner-right p {
    margin: 2vh 0;
    font-size: 16px;
    width: 100%;
  }
  .inner-right__single {
    display: flex;
    align-items: center;
    margin: 4vh 0;
  }
  .inner-right__single img {
    width: 7vh;
    height: auto;
  }
  .o-nama-button {
    margin: 5vh 0;
    width: 100%;
  }
  #bg-lines1,
  #bg-lines2,
  #recenzije-bg4,
  #recenzije-bg5 {
    display: none;
  }
  .o-nama-numbers {
    background-size: cover;
    min-height: 390px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vh 10%;
  }
  .o-nama-numbers__single {
    margin: 2vh 0;
  }
  .o-nama-numbers__single h2 {
    font-size: 36px;
  }
  .o-nama-numbers__single h3 {
    font-size: 32px;
  }
  .o-nama-recenzije {
    position: relative;
  }
  .o-nama-recenzije__text {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 5%;
  }
  .o-nama-recenzije__text-heading {
    width: 100%;
  }
  .o-nama-blog hr,
  .o-nama-recenzije__text-heading hr {
    border: 0;
    height: 3px;
    background-color: #b92125;
    width: 90%;
  }
  .o-nama-recenzije__text-heading h2 {
    font-size: 36px;
    font-family: "Lato";
    margin-bottom: 1vh;
  }
  .o-nama-recenzije__text-desc {
    width: 100%;
    margin-top: 3vh;
  }
  .o-nama-recenzije__cards {
    flex-direction: column;
    justify-content: space-between;
    padding: 5% 5%;
    margin-top: 5vh;
  }
  .recenzije-single-card {
    width: 100%;
    height: auto;
    margin: 5vh 0;
    backdrop-filter: blur(10px);
    padding: 0 5% 5%;
    position: relative;
  }
  .max-width-cards {
    display: flex;
    width: 100%;
    flex-direction: column;
    min-height: 115vh;
    height: auto;
    margin: 10vh 0;
    position: relative;
  }
  .max-width-cards h2 {
    color: #fff;
    border-bottom: 4px solid #1e6d3e;
  }
  .max-width-cards h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0;
  }
  .automobili,
  .izleti,
  .transferi {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 3vh;
    width: 100%;
    min-height: 50vh;
  }
  .o-nama-blog {
    padding: 0 5% 5%;
  }
  .max-width-cards h2,
  .o-nama-blog h2 {
    font-size: 38px;
    font-family: "Lato";
  }
  .o-nama-recenzije__button {
    width: 100%;
    max-width: 100%;
  }
  .o-nama-blog hr {
    background-color: #1e6d3e;
    width: 50%;
    margin: 1vh 0;
  }
  .o-nama-blog p {
    margin: 3vh 0;
  }
  .swiper {
    width: 100%;
  }
  .swiper-slide,
  .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .swiper-slide {
    font-size: 18px;
    background: #fff;
    width: 408px;
    height: 316px;
    border-radius: 12px;
    color: #fff;
    padding: 4vh 3vh;
  }
  .o-nama-recenzije__text-desc p {
    font-size: 16px;
  }
  .swiper-wrapper {
    padding-bottom: 10vh;
    padding-top: 5vh;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .o-nama-blog p,
  .slide-content h3 {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 400;
  }
  .swiper-slide .date-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .swiper-slide .date-container img {
    margin-right: 10px;
  }
  .date-container img {
    width: 15px;
  }
  .date-container p {
    font-size: 14px;
    color: #fff;
    margin: 0;
  }
  .swiper-pagination {
    bottom: 5px;
    margin-top: 0;
    padding-top: 0 !important;
  }
  .swiper-pagination-bullet {
    padding: 8px;
    margin: 0 5px !important;
    background-color: #b92125;
  }
  .swiper-slide a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
}

.hero-politika-privatnosti {
  background: url(../images/cookies-bg.png);
  background-size: cover;
  height: 300px;
}
.main-politika-privatnosti {
  background-color: #faf4f0;
  padding: 10vh 0 0 0;
  margin: 0;
  position: relative;

}
.page-width {
  max-width: 90% !important;
}
.main-politika-privatnosti__content {
  width: 90%;
  margin: 2vh auto 10vh;
  box-shadow: -33px 4px 136px #00000052;
  padding: 2% 5%;
  z-index: 1;
  background-color: #fff;
  
}

.main-politika-privatnosti__content h1 {
  font-size: 60px;
}
.main-politika-privatnosti__content hr {
  width: 16%;
  height: 4px;
  background-color: #b92125;
  border: 0;
}
.text-container {
  overflow: auto;
  margin-top: 10vh;
  z-index: 10;
  position: relative;
}
.text-container h2 {
  width: 35%;
  float: left;
  clear: right;
  margin: 4vh 0;
  font-size: 28px;
  font-weight: bold;
}
.text-container p {
  width: 60%;
  float: right;
  margin: 4vh 0;
  font-size: 18px;
}
#red-circle1,
#red-circle2,
#red-circle3,
#red-circle4,
#green-circle1,
#green-circle2,
#green-circle3 {
  position: absolute;
  z-index: 0;
}
#red-circle1 {
  top: 1vh;
  left: 10%;
}
#red-circle2 {
  top: 40%;
  right: 4%;
  scale: 0.4;
}
#red-circle3,
#red-circle4 {
  top: 50%;
  left: 0.5%;
  scale: 0.7;
}
#red-circle4 {
  top: 85%;
  scale: 0.4;
}
#green-circle1 {
  right: 2%;
  top: 18%;
}
#green-circle2 {
  left: 2%;
  top: 35%;
  scale: 0.7;
}
#green-circle3 {
  right: 1%;
  top: 60%;
  scale: 0.7;
}
@media (max-width: 1600px) {
  .hero-politika-privatnosti {
    height: calc(300px * 0.9);
  }
  
  

  .text-container h2
  {
    font-size: 24px;
  }
  .text-container p {
    font-size: 16px;
  }
  .main-politika-privatnosti__content {
    margin: calc(2vh * 0.9) auto calc(10vh * 0.9);
    box-shadow: calc(-33px * 0.9) calc(4px * 0.9) calc(136px * 0.9) #00000052;
    padding: calc(2% * 0.9) calc(5% * 0.9);
  }
  /* .main-politika-privatnosti__content h1 {
    font-size: calc(64px * 0.9);
  } */
  .main-politika-privatnosti__content hr {
    width: calc(16% * 0.9);
    height: calc(4px * 0.9);
  }
  .main-politika-privatnosti__content-single {
    margin-top: calc(10vh * 0.9);
  }
}

@media (max-width: 1400px) {
  /* .main-politika-privatnosti__content h1 {
    font-size: calc(64px * 0.75);
  } */
  .main-politika-privatnosti__content hr {
    height: calc(4px * 0.75);
  }

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-politika-privatnosti {
    background-position: center;
    height: 280px;
  }
  .main-politika-privatnosti {
    padding: 7vh 0;
  }
  .main-politika-privatnosti__content {
    margin-bottom: 8vh;
    padding: 3% 4%;
  }
  .main-politika-privatnosti__content h1 {
    font-size: 48px;
  }
  .main-politika-privatnosti__content hr {
    height: 3px;
    width: 20%;
  }

  .text-container {
    margin-top: 2vh;
  }
  #red-circle1,
  #red-circle2,
  #red-circle3,
  #red-circle4,
  #green-circle1,
  #green-circle2,
  #green-circle3 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero-politika-privatnosti {
    background-position: center;
    height: 250px;
  }
  .main-politika-privatnosti__content hr {
    width: 50%;
  }

  .text-container {
    overflow: auto;
    margin-top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
  }
  .text-container h2 {
    width: 100%;
    float: left;
    clear: right;
    margin:  3vh 0;
    font-size: 22px;
  }
  .text-container p {
    width: 100%;
    float: right;
    margin: 0;
    font-size: 14px;
  }
 
  .main-politika-privatnosti {
    padding: 5vh 0;
  }
  .main-politika-privatnosti__content {
    margin-bottom: 5vh;
    padding-bottom: 5vh;
  }
  /* .text-container h2 {
    margin-right: 5vw;
  } */
  #red-circle1 {
  display: none;
  }
  #red-circle2 {
    display: none;
  }

  #red-circle4 {
    display: none;

  }

  #red-circle3 {
    display: none;
  }
  #green-circle1 {
    display: none;

  }
  #green-circle2 {
    display: none;

  }
  #green-circle3  {
    display: none;
    }
}

.hero-recenzije {
  background: url(../images/recenzijebg.png);
  background-size: cover;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-recenzije h1 {
  color: #fff;
  font-size: 65px;
  font-family: "Lato";
  margin-top: 5vh;
  font-weight: 400;
}
.page-width {
  max-width: 90% !important;
}
.main-recenzije {
  display: flex;
  padding: 5% 20%;
  justify-content: space-between;
  align-items: center;
}
.heading-recenzije h2 {
  font-size: 32px;
}
.dropdown-year {
  display: flex;
  align-items: center;
  border: 1px solid #f2f7f6;
  width: 35vh;
  height: 8vh;
  padding: 1.6vh;
  border-radius: 17px;
}
.dropdown-year h4 {
  font-size: 24px;
  color: #848595;
  font-family: "Lato";
}
.dropdown-year img {
  margin-right: 10px;
  width: 7vh;
  height: auto;
}
.dropdown-year select {
  margin-left: -3px;
  padding: 0 17vh 0 0;
  font-size: 20px;
  font-family: "Lato";
  border: 0;
}
.iskustva-section h2,
.iskustva-section h4 {
  font-size: 45px;
  text-align: center;
  font-weight: 400;
}
.iskustva-section hr {
  border: 0;
  background-color: #b92125;
  height: 4px;
  margin: 5px auto;
  width: 22%;
}
.iskustva-section h4 {
  font-size: 32px;
  margin: 3vh 0;
}
.slider-recenzije,
.swiper {
  position: relative;
}
.swiper {
  padding: 0 5% 10%;
}
.stars,
.swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-slide {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: #fff;
  width: 50%;
  border-radius: 10px;
}
.swiper-slide img {
  border-radius: 50%;
  width: 253px;
  height: 253px;
}
.swiper-slide h3 {
  font-family: "Lato";
  font-size: 36px;
  margin: 1vh 0;
}
.swiper-slide p {
  font-size: 32px;
  margin: 1vh 0;
  line-height: 35px;
}
.stars {
  margin-top: 10px;
}
.stars img {
  /* width: 45px;
  height: 45px; */
  margin: 3vh 0.5vh;
}
.swiper-slide-next,
.swiper-slide-prev {
  scale: 0.5;
  opacity: 0.7;
}
.swiper-slide:not(.swiper-slide-active) :not(:first-child) {
  display: none;
}
.swiper-button-next-custom {
  position: absolute;
  right: 18vw;
  top: 45%;
  z-index: 11;
}
.swiper-button-prev-custom {
  position: absolute;
  left: 18vw;
  top: 45%;
  z-index: 11;
}
.rating label,
.swiper-button-next-custom:hover,
.swiper-button-prev-custom:hover {
  cursor: pointer;
}
#quote-close,
#quote-open {
  position: absolute;
  width: 17vh;
}
#quote-open {
  bottom: 47%;
  left: 25%;
  z-index: 10;
}
#quote-close {
  bottom: 20%;
  right: 18%;
  z-index: 10;
}
#elements {
  position: absolute;
  bottom: 35%;
  z-index: 5;
  width: 170vh;
  right: 10%;
}
.why-us {
  background-color: #faf4f0;
  width: 90%;
  min-height: 110vh;
  height: auto;
  padding: 3% 10%0;
  margin-bottom: 15vh;
}
.why-us-wrap {
  display: flex;
  align-items: center;
}
.why-us__text h2 {
  font-size: 65px;
}
.why-us__text hr {
  border: 0;
  background-color: #1e6d3e;
  height: 4px;
  width: 30%;
}
.why-us__text p,
.why-us__text-bot p {
  font-size: 24px;
  margin: 3vh 0;
}
.why-us__text-inner {
  display: flex;
}
.why-us__text-inner-single {
  margin-right: 6vw;
  margin-top: 5vh;
}
.why-us__text-inner-single h3 {
  font-family: "Lato";
  font-size: 24px;
  font-weight: 700;
}
.why-us__text-inner-single h4 {
  margin-top: 1vh;
}
.why-us-video {
  margin-right: -20vw;
  margin-left: 10vw;
}
.why-us-video iframe {
  width: 90vh;
  height: 40vh;
}
.why-us-video-bot iframe {
  width: 55vh;
  height: 70vh;
  margin-bottom: -5vh;
  margin-top: 5vh;
}
.why-us__text-bot {
  margin-left: 5vw;
  margin-bottom: 8vh;
}
.why-us__text-bot h2 {
  font-size: 65px;
  font-family: "Merriweather";
}
.form-recenzija hr,
.why-us__text-bot hr {
  border: 0;
  background-color: #b92125;
  height: 4px;
  width: 30%;
}
#video-bot {
  margin-bottom: -10vh;
}
.why-us__text-bot-inner {
  display: flex;
  align-items: center;
  margin-top: 5vh;
}
.why-us__text-bot-inner img {
  width: 7.5vh;
  height: 7.5vh;
  margin-right: 2vh;
}
.why-us__text-bot-inner-name h3,
.why-us__text-inner-single h4 {
  font-size: 24px;
  font-weight: 300;
}
.why-us__text-bot-inner-name h4 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0.5vh;
}
.form-recenzija,
.rating {
  position: relative;
  margin: 5vh 0;
}
.form-recenzija {
  padding: 3% 10%;
  text-align: center;
}
.form-recenzija h2 {
  font-size: 65px;
}
.form-recenzija hr {
  background-color: #1e6d3e;
  margin: 5px auto;
}
.rating {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 75px;
}
.rating-form .icon {
  margin: 0 10px;
  font-size: 75px;
}
.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.rating label:last-child {
  position: static;
}
.rating label:nth-child(1) {
  z-index: 5;
}
.rating label:nth-child(2) {
  z-index: 4;
}
.rating label:nth-child(3) {
  z-index: 3;
}
.rating label:nth-child(4) {
  z-index: 2;
}
.rating label:nth-child(5) {
  z-index: 1;
}
.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label .icon {
  float: left;
  color: transparent;
}
.rating label:last-child .icon {
  color: #ccc;
}
.rating:hover label:hover input ~ .icon,
.rating:not(:hover) label input:checked ~ .icon {
  color: #f5d501;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ccc;
  text-shadow: 0 0 5px #f5d501;
}
.form-fields {
  margin-top: 20px;
}
.form-fields input {
  background-color: #ececec;
}
.inline-fields {
  display: flex;
  gap: 80px;
  margin-bottom: 3vh;
}
.inline-fields input {
  flex: 1;
  padding: 10px;
  font-size: 24px;
}
.form-fields input[type="email"],
input[type="text"],
textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 24px;
  border: 0;
  border-radius: 12px;
  font-family: "Merriweather";
  font-weight: 300;
}
textarea {
  height: 35vh;
  background-color: #ececec;
  margin-top: 3vh;
}
.form-fields button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 24px;
  font-family: "Merriweather";
  color: #fff;
  background-color: #b92125;
  border: 0;
  margin: 3vh auto;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.5s;
}
.form-fields button:hover {
  background-color: #b92126cb;
}
.rating-form {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#arrowup {
  margin-left: 10px;
  margin-bottom: 5px;
  width: 2.5vh;
}
#elements-bot {
  position: absolute;
  top: 0;
  left: 8%;
}
@media (max-width: 1600px) {
  .hero-recenzije h1 {
    font-size: 58.5px; /* 65px * 0.9 */
  }
  .heading-recenzije h2 {
    font-size: 28.8px; /* 32px * 0.9 */
  }
  .dropdown-year h4 {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .dropdown-year select {
    font-size: 18px; /* 20px * 0.9 */
  }
  .iskustva-section h2 {
    font-size: 40.5px; /* 45px * 0.9 */
  }
  .iskustva-section h4 {
    font-size: 28.8px; /* 32px * 0.9 */
  }
  .swiper-slide h3 {
    font-size: 32.4px; /* 36px * 0.9 */
  }
  .swiper-slide p {
    font-size: 28.8px; /* 32px * 0.9 */
  }
  .why-us__text h2 {
    font-size: 58.5px; /* 65px * 0.9 */
  }
  .why-us__text p {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .why-us__text-inner-single h3 {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .why-us__text-inner-single h4 {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .why-us__text-bot h2 {
    font-size: 58.5px; /* 65px * 0.9 */
  }
  .why-us__text-bot p {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .why-us__text-bot-inner-name h3 {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .why-us__text-bot-inner-name h4 {
    font-size: 14.4px; /* 16px * 0.9 */
  }
  .form-recenzija h2 {
    font-size: 58.5px; /* 65px * 0.9 */
  }
  .rating {
    font-size: 67.5px; /* 75px * 0.9 */
  }
  .rating-form .icon {
    font-size: 67.5px; /* 75px * 0.9 */
  }
  .inline-fields input {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .form-fields input[type="email"],
  input[type="text"],
  textarea {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .form-fields button {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .form-fields input {
    font-size: 21.6px; /* 24px * 0.9 */
  }
}

@media (max-width: 1400px) {
  .dropdown-year h4,
  .dropdown-year select,
  .form-fields input,
  .heading-recenzije h2,
  .inline-fields input,
  .iskustva-section h4,
  .stars img,
  .swiper-slide h3,
  .swiper-slide p,
  .why-us__text p,
  .why-us__text-bot p,
  .why-us__text-bot-inner-name h3,
  .why-us__text-bot-inner-name h4,
  .why-us__text-inner-single h3,
  .why-us__text-inner-single h4,
  .form-fields button,
  .form-fields input[type="email"],
  input[type="text"],
  textarea {
    font-size: calc(24px * 0.75);
  }
  .form-recenzija hr,
  .iskustva-section hr,
  .why-us__text hr,
  .why-us__text-bot hr {
    height: calc(4px * 0.75);
  }

  .form-recenzija h2,
  .hero-recenzije h1,
  .why-us__text h2,
  .why-us__text-bot h2 {
    font-size: calc(65px * 0.75);
  }

  .rating,
  .rating-form .icon {
    font-size: calc(75px * 0.75);
  }

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-recenzije {
    height: 300px;
    background-position: center;
  }
  .hero-recenzije h1 {
    font-size: 48px;
  }
  .main-recenzije {
    padding: 5% 10%;
  }
  .heading-recenzije h2 {
    font-size: 28px;
  }
  .dropdown-year {
    width: 28vh;
    height: 7vh;
  }
  .dropdown-year h4 {
    font-size: 20px;
  }
  .dropdown-year img {
    width: 6vh;
  }
  .dropdown-year select {
    padding: 0 12vh 0 0;
    font-size: 18px;
  }
  .iskustva-section h2 {
    font-size: 40px;
  }
  .iskustva-section hr {
    height: 3px;
  }
  .iskustva-section h4,
  .swiper-slide h3 {
    font-size: 28px;
  }
  .swiper {
    padding: 0 5% 8%;
  }
  .swiper-slide {
    width: 55%;
  }
  .swiper-slide img {
    width: 180px;
    height: 180px;
  }
  .swiper-slide p {
    font-size: 28px;
    width: 100%;
  }
  .stars img {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next-custom {
    right: 8vw;
    top: 35%;
  }
  .swiper-button-prev-custom {
    left: 8vw;
    top: 35%;
  }
  #quote-open {
    bottom: 47%;
    left: 15%;
    scale: 0.7;
    opacity: 0.8;
  }
  #quote-close {
    bottom: 20%;
    right: 10%;
    scale: 0.7;
    opacity: 0.8;
  }
  .why-us {
    padding: 3% 5%;
    margin-top: 5vh;
  }
  .why-us-wrap {
    flex-direction: column;
  }
  .why-us__text h2,
  .why-us__text-bot h2 {
    font-size: 48px;
  }
  .inline-fields input,
  .why-us__text p,
  .why-us__text-bot p,
  .why-us__text-bot-inner-name h3,
  .why-us__text-inner-single h4,
  .form-fields button,
  .form-fields input[type="email"],
  input[type="text"],
  textarea {
    font-size: 20px;
  }
  .why-us-video,
  .wrap-bot {
    margin-top: 5vh;
  }
  .why-us-video img {
    width: 80vw;
  }
  .wrap-bot {
    flex-direction: column-reverse;
  }
  .why-us-video-bot img {
    width: 75vw;
    height: 50vh;
  }
  .why-us__text-bot {
    margin-left: 0;
    margin-bottom: 5vh;
  }
  .why-us__text-bot-inner img {
    width: 6vh;
    height: 6vh;
  }
  .why-us__text-bot-inner-name h4 {
    font-size: 16px;
  }
  .form-recenzija {
    padding: 3% 7%;
  }
  .form-recenzija h2 {
    font-size: 52px;
  }
  .form-recenzija hr {
    width: 40%;
  }
  .rating-form .icon {
    margin: 0 5px;
    font-size: 55px;
  }
  .inline-fields {
    gap: 20px;
    flex-direction: column;
  }
  textarea {
    height: 25vh;
  }
  .rating-form {
    max-width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-recenzije {
    background-position: center;
    height: 300px;
  }
  .hero-recenzije h2 {
    font-size: 50px;
  }
  .main-recenzije {
    padding: 5%;
  }
  .heading-recenzije h2 {
    font-size: 22px;
  }
  .dropdown-year {
    width: 20vh;
    height: 6vh;
  }
  .dropdown-year h4,
  .inline-fields input,
  .form-fields button,
  .form-fields input[type="email"],
  input[type="text"],
  textarea {
    font-size: 16px;
  }
  .dropdown-year img {
    width: 5vh;
  }
  .dropdown-year select {
    padding: 0 5vh 0 0;
    font-size: 14px;
    background: transparent;
  }
  .iskustva-section h2 {
    font-size: 35px;
    margin-top: 2vh;
  }
  .iskustva-section hr {
    height: 3px;
  }
  .iskustva-section h4,
  .swiper-slide h3 {
    font-size: 20px;
  }
  .swiper {
    padding: 0;
  }
  .swiper-slide {
    width: 60%;
  }
  .swiper-slide img {
    width: 153px;
    height: 153px;
  }
  .swiper-slide p {
    font-size: 16px;
    width: 120%;
  }
  .stars img {
    width: 35px;
    height: 35px;
  }
  .swiper-button-next-custom {
    right: 5vw;
    top: 30%;
  }
  .swiper-button-prev-custom {
    left: 5vw;
    top: 30%;
  }
  #quote-open {
    bottom: 47%;
    left: -7%;
    scale: 0.5;
    opacity: 0.6;
  }
  #quote-close {
    bottom: 0;
    right: -5%;
    scale: 0.5;
    opacity: 0.6;
  }
  .why-us {
    margin-top: 5vh;
  }
  .why-us-wrap {
    flex-direction: column;
  }
  .why-us__text h2,
  .why-us__text-bot h2 {
    font-size: 36px;
  }
  .why-us__text p,
  .why-us__text-bot p,
  .why-us__text-bot-inner-name h3,
  .why-us__text-inner-single h4 {
    font-size: 20px;
  }
  .why-us__text-inner-single {
    margin-top: 0;
  }
  .why-us-video,
  .wrap-bot {
    margin-top: 5vh;
  }
  .why-us-video img {
    width: 80vw;
  }
  .wrap-bot {
    flex-direction: column-reverse;
  }
  .why-us-video-bot img {
    width: 80vw;
    height: 40vh;
  }
  .why-us__text-bot {
    margin-left: 0;
    margin-bottom: 5vh;
  }
  .why-us__text-bot-inner img {
    width: 5.5vh;
    height: 5.5vh;
  }
  .why-us__text-bot-inner-name h4 {
    font-size: 14px;
  }
  .form-recenzija {
    padding: 3% 5%;
  }
  .form-recenzija h2 {
    font-size: 46px;
  }
  .form-recenzija hr {
    width: 50%;
  }
  .rating-form .icon {
    margin: 0 5px;
    font-size: 45px;
  }
  .inline-fields {
    gap: 20px;
    flex-direction: column;
  }
  textarea {
    height: 25vh;
  }
  .rating-form {
    max-width: 85%;
  }
}

.rent-a-car-main {
  padding: 5%;
  margin-top: 10vh;
}
.white-head {
  background-color: #fff;
  border-bottom: 2px solid #1e6d3e;
  height: 100px !important;
}


@media screen and (min-width: 1200px) {
  .white-head .head .head-nav a, .white-head .head .head-nav summary {
    font-size: 18px ;
  }
  .white-head .logo {
    width: 270px;
    height: 60px;
  }

  .white-head a[href^="tel:"] {
  background-image: url(../images/black-phone.png) !important;
  background-size: 15px !important;
  padding-left: 20px;
  /* padding-bottom: 7px; */
  background-position: center left;
  transition: 0.5s;

}
.white-head a[href^="mailto:"] {
  background-image: url(../images/black-envelope.png) !important;
  background-size: 20px;
  background-size: 18px !important;
  transition: 0.5s;
}


  .white-head .head .head-contact a{
    font-size: 18px;
  }

}


.smaller-logo {
  width: 270px;
  height: 60px;
}
.middle h3,
.rent-a-car-main h1 {
  font-size: 45px;
}
.rent-a-car-main hr {
  border: 0;
  height: 3px;
  width: 10%;
  background-color: #b92125;
  margin: 1vh;
}
.dark-color,
.head-contact a {
  color: #000 !important;
  font-weight: 500 !important;
}
.page-width {
  max-width: 90% !important;
}
.contact {
  color: #fff !important;
}
a[href^="tel:"] {
  background-image: url(../images/black-phone.png) !important;
  background-size: 13px;
  padding-left: 20px;
}
a[href^="mailto:"] {
  background-image: url(../images/black-envelope.png) !important;
  background-size: 20px;
}
.vozila-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.car {
  display: flex;
  flex-direction: row;
  padding: 10px;
  width: 100%;
}
.thumbnail img {
  height: 55vh;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 20px;
  margin-top: -5vh;
}
.middle h3 {
  font-family: "Lato";
  font-weight: 400;
}
.characteristics {
  margin-top: 3vh;
  display: flex;
  gap: 40px;
}
.characteristics-single {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 22.5px;
  color: #848595;
  margin: 1vh;
  width: 33%;
}
.characteristics-single span {
  font-family: "Merriweather";
  font-weight: 300;
}
.characteristics-single img {
  height: 26px;
  width: auto;
}
.price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -5vh;
}
.cijena-dan-container,
.rent-button {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.rent-button {
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #1e6d3e;
  color: #fff;
  padding: 10px 25px;
  border-radius: 16px;
  width: 275px;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 300;
}
.rent-button img {
  width: 28px;
  height: 35px;
}
.cijena-dan-container h3 {
  color: #b92125;
}
.cijena-dan-container h3,
.cijena-dan-container p {
  font-size: 45px;
  font-family: "Lato";
  font-weight: 400;
}
.price-container h4 {
  font-size: 24px;
  font-weight: 300;
  margin: 3vh 0;
}
.mobile-logo {
  display: none;
}
.desktop-logo {
  display: block;
}
@media (max-width: 1600px) {
  .rent-a-car-main {
    padding: calc(5% * 0.9);
    margin-top: calc(10vh * 0.9);
  }
  .white-head {
    height: calc(90px * 0.9);
  }
  .smaller-logo {
    width: calc(270px * 0.9);
    height: calc(60px * 0.9);
  }
  .middle h3,
  .rent-a-car-main h1 {
    font-size: calc(45px * 0.9);
  }
  .rent-a-car-main hr {
    height: calc(3px * 0.9);
    width: calc(10% * 0.9);
    margin: calc(1vh * 0.9);
  }
  .dark-color,
  .head-contact a {
    font-weight: 500 !important;
  }
  .page-width {
    max-width: 90% !important;
  }
  .contact {
    color: #fff !important;
  }
  a[href^="tel:"] {
    background-size: calc(13px * 0.9);
    padding-left: calc(20px * 0.9);
  }
  a[href^="mailto:"] {
    background-size: calc(20px * 0.9);
  }
  .vozila-container {
    gap: calc(20px * 0.9);
  }
  .car {
    padding: calc(10px * 0.9);
  }
  .thumbnail img {
    height: calc(55vh * 0.9);
  }
  .middle {
    padding: 0 calc(20px * 0.9);
    margin-top: calc(-5vh * 0.9);
  }
  .middle h3 {
    font-family: "Lato";
    font-weight: 400;
  }
  .characteristics {
    margin-top: calc(3vh * 0.9);
    gap: calc(40px * 0.9);
  }
  .characteristics-single {
    gap: calc(5px * 0.9);
    font-size: calc(22.5px * 0.9);
    margin: calc(1vh * 0.9);
    width: calc(33% * 0.9);
  }
  .characteristics-single span {
    font-family: "Merriweather";
    font-weight: 300;
  }
  .price-container {
    margin-top: calc(-5vh * 0.9);
  }
  .cijena-dan-container,
  .rent-button {
    gap: calc(5px * 0.9);
  }
  .rent-button {
    padding: calc(10px * 0.9) calc(25px * 0.9);
    border-radius: calc(16px * 0.9);
    width: calc(275px * 0.9);
    margin-top: calc(10px * 0.9);
    font-size: calc(32px * 0.9);
  }
  .rent-button img {
    width: calc(28px * 0.9);
    height: calc(35px * 0.9);
  }
  .cijena-dan-container h3 {
    color: #b92125;
  }
  .cijena-dan-container h3,
  .cijena-dan-container p {
    font-size: calc(45px * 0.9);
    font-family: "Lato";
    font-weight: 400;
  }
  .price-container h4 {
    font-size: calc(24px * 0.9);
    font-weight: 300;
    margin: calc(3vh * 0.9) 0;
  }
}

@media (max-width: 1400px) {
  .cijena-dan-container h3,
  .cijena-dan-container p,
  .middle h3,
  .rent-a-car-main h1 {
    font-size: calc(45px * 0.75);
  }
  .rent-a-car-main hr {
    height: calc(3px * 0.75);
  }
  .characteristics-single,
  .characteristics-single span,
  .price-container h4 {
    font-size: calc(24px * 0.75);
  }
  .rent-button {
    font-size: calc(32px * 0.75);
  }
  .rent-button img {
    width: calc(28px * 0.75);
    height: calc(35px * 0.75);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rent-a-car-main {
    padding: 4%;
    margin-top: 8vh;
  }
  .rent-a-car-main h1 {
    font-size: 38px;
  }
  .rent-a-car-main hr {
    height: 2px;
    width: 15%;
  }
  .cijena-dan-container h3,
  .middle h3 {
    font-size: 36px;
  }
  .characteristics-single,
  .characteristics-single span {
    font-size: 20px;
  }
  .rent-button img {
    width: 24px;
    height: 30px;
  }
  .thumbnail img {
    height: 55vh;
  }
  .car {
    flex-direction: column;
    padding: 10px 0;
  }
  .middle {
    padding: 0;
    margin-top: -4vh;
  }
  .price-container {
    margin-top: 4vh;
  }
  .cijena-dan-container {
    align-items: baseline;
    gap: 5px;
  }
  .rent-button {
    width: 100%;
    font-size: 24px;
  }
  .rent-button img {
    scale: 0.8;
  }
  .cijena-dan-container p {
    font-size: 36px;
    color: #000 !important;
  }
  .price-container h4 {
    font-size: 24px;
    margin: 2vh 0;
  }
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none;
  }
  a[href^="tel:"] {
    background-image: url(../images/phone-red.svg) !important;
    background-size: 13px;
    padding-left: 20px;
  }
  a[href^="mailto:"] {
    background-image: url(../images/mail-red.svg) !important;
    background-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .rent-a-car-main {
    padding: 5%;
    margin-top: 10vh;
  }
  .cijena-dan-container h3,
  .middle h3,
  .rent-a-car-main h2 {
    font-size: 36px;
  }
  .rent-a-car-main hr {
    width: 20%;
    margin: 1vh 0;
  }
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none;
  }
  a[href^="mailto:"],
  a[href^="tel:"] {
    padding-left: 20px;
  }
  a[href^="tel:"] {
    background-image: url(../images/phone-red.svg) !important;
    background-size: 13px;
  }
  a[href^="mailto:"] {
    background-image: url(../images/mail-red.svg) !important;
    background-size: 20px;
  }
  .vozila-container {
    flex-direction: column;
    gap: 0;
  }
  .car {
    flex-direction: column;
    padding: 10px 0;
    width: 100%;
  }
  .thumbnail img {
    height: 45vh;
    width: 100%;
  }
  .middle {
    padding: 0;
    margin-top: -5vh;
  }
  .characteristics {
    margin-top: 3vh;
    display: flex;
    gap: 40px;
  }
  .characteristics-single {
    flex-direction: column;
    font-size: 14px;
    margin: auto 1vh;
    width: 33%;
  }
  .characteristics-single  span {
    text-align: center ;
    font-size: 14px;
  }
  .price-container {
    margin-top: 5vh;
  }
  .cijena-dan-container {
    align-items: baseline;
    gap: 5px;
  }
  .rent-button {
    width: 100%;
    font-size: 24px;
  }
  .rent-button img {
    scale: 0.8;
  }
  .cijena-dan-container p {
    font-size: 36px;
    color: #000 !important;
  }
  .price-container h4 {
    font-size: 24px;
    margin: 2vh 0;
  }
}

.hero-template {
  background: url(../images/background-boka.png);
  background-size: cover;
  height: 380px;
}
.template-main {
  padding: 0 5%;
}
.template-main h1 {
  text-align: center;
  margin-top: 10vh;
  font-size: 45px;
}
.template-main hr {
  width: 6%;
  margin: 0 auto;
  height: 4px;
  border: 0;
  background-color: #b92125;
}
.page-width {
  max-width: 90% !important;
}
.template-main__content li,
.template-main__content p {
  font-size: 18px;
}
.template-main__content li {
  margin-left: 20px !important;
  font-weight: 300;
}
.template-main__content p {
  margin: 2vh 0;
}
.download-button,
.redirect-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  width: 150px;
  height: 45px;
  color: #fff;
}
.download-button {
  background-color: #b92125;
}
.redirect-button {
  background-color: #1e6d3e;
}
.download-button span,
.redirect-button span {
  font-size: 18px;
  font-weight: 700;
}
.download-button img,
.redirect-button img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.image-grid {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.image-grid img {
  height: 30vh;
  width: 20vw;
  margin: 60px 10px;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 1600px) {

  .template-main h1 {
    margin-top: calc(10vh * 0.9);
    font-size: calc(45px * 0.9);
  }
  .template-main__content li,
  .template-main__content p {
    font-size: calc(18px * 0.9);
  }

}


@media (max-width: 1400px) {
  .template-main h1 {
    font-size: calc(45px * 0.75);
  }
  .template-main hr {
    height: calc(4px * 0.75);
  }
  .download-button span,
  .redirect-button span,
  .template-main__content li,
  .template-main__content p {
    font-size: calc(18px * 0.75);
  }
  .download-button img,
  .redirect-button img {
    width: calc(20px * 0.75);
    height: calc(20px * 0.75);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-template {
    height: 300px;
    background-position: center;
  }
  .template-main {
    padding: 0 7%;
  }
  .template-main h1 {
    margin-top: 3vh;
    font-size: 36px;
  }
  .template-main hr {
    width: 10%;
    height: 3px;
  }
  .download-button span,
  .redirect-button span,
  .template-main__content li,
  .template-main__content p {
    font-size: 16px;
  }
  .download-button,
  .redirect-button {
    width: 130px;
    height: 40px;
  }
  .download-button img,
  .redirect-button img {
    width: 18px;
    height: 18px;
  }
  .image-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .image-grid img {
    margin: 2vh 0;
    width: 90vw ;
    object-fit: cover;
    height: 35vh;
  }
}
@media only screen and (max-width: 768px) {
  .hero-template {
    background-position: center;
    height: 250px;
  }
  .template-main {
    padding: 0 5%;
  }
  .template-main h1 {
    margin-top: 3vh;
  }
  .template-main hr {
    width: 30%;
  }
  .image-grid {
    flex-direction: column;
    justify-content: center;
  }
  .image-grid img {
    margin: 1.5vh 0;
    width: 90vw;
    height: 25vh;
  }
}

.hero-transferi {
  background: url(../images/transferi-hero.png);
  background-size: cover;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-width {
  max-width: 90% !important;
}
.hero-transferi h1 {
  color: #fff;
  font-size: 65px;
  font-family: "Lato";
  margin-top: 5vh;
  font-weight: 700;
}
.transferi-main {
  padding: 5%;
}
.transfer-single {
  display: flex;
  margin: 5vh 0;
}
.transfer-thumbnail {
  width: 40%;
  height: auto;
}
.transfer-thumbnail img {
  width: 100%;
  height: 53vh;
}
.transfer-middle {
  margin-left: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.transfer-middle h2 {
  font-size: 45px;
  font-weight: 400;
}
.transfer-middle p {
  font-size: 2.5vh;
  margin: 8vh 0;
  max-width: 80%;
}
.transfer-karakteristike {
  display: flex;
  justify-content: center;
  margin-left: -0.5vw;
  width: 90%;
}
.transfer-karakteristike-single {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
}
.transfer-karakteristike-single h4 {
  font-size: 20px;
  font-weight: 300;
  color: #848595;
  margin: 0 2vh;
}
#putnici-icon {
  width: 28px;
  height: 35px;
}
#prevoz-icon {
  width: 46px;
  height: 19px;
}
#klima-icon {
  width: 42px;
  height: 33px;
}
.transfer-cijena {
  display: flex;
}
.transfer-cijena h3,
.transfer-cijena h4 {
  font-size: 42px;
  font-family: "Lato";
  font-weight: 400;
}
.transfer-cijena h3 {
  color: #b92125;
  margin-left: 10px;
}
.transfer-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -3vw;
}
.transfer-price h5 {
  font-size: 24px;
  font-weight: 300;
  margin: 3vh 0;
}
.transfer-price-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27vh;
  padding: 15px;
  background-color: #1e6d3e;
  border-radius: 16px;
  transition: 0.3s;
  font-family: "Lato";
}
.transfer-price-button h3 {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
}
.transfer-price-button img {
  width: 27px;
  height: 34px;
  margin-right: 10px;
}
.transfer-price-button:hover {
  background-color: #1e6d3ee5;
}
.why-us-transferi h2 {
  font-size: 65px;
  font-family: "Lato";
  text-align: center;
  margin-top: 10vh;
}
.why-us-transferi hr {
  border: 0;
  background-color: #1e6d3e;
  height: 3px;
  width: 30%;
  margin: 1vh auto;
}
.transferi-statistic {
  max-width: 60%;
  display: flex;
  margin: 10vh auto;
  justify-content: space-between;
}
.single-statistic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.single-statistic-text {
  display: flex;
  margin: 3vh 0;
}
.single-statistic-text h3,
.single-statistic-text h4 {
  font-size: 32px;
  font-family: "Lato";
  font-weight: 400;
}
.single-statistic-text h3 {
  color: #1e6b3a;
  margin-right: 5px;
}
.transferi-statistic-outer {
  position: relative;
}
.red-line {
  position: absolute;
  top: 23%;
  width: 100%;
}
.red-line hr {
  width: 45%;
  background-color: #fff;
  border-top: 3px dotted #b92125;
}
.red-line,
.transferi-desc {
  display: flex;
  justify-content: center;
}
.transferi-desc p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  max-width: 70%;
  margin-top: -5vh;
}

@media (max-width: 1600px) {
  .hero-transferi h1,
  .why-us-transferi h2 {
    font-size: calc(65px * 0.9);
  }
  .transfer-middle h2 {
    font-size: calc(45px * 0.9);
  }
  .transfer-middle p {
    font-size: calc(24px * 0.9);
  }
  .transfer-karakteristike-single h4 {
    font-size: calc(24px * 0.9);
  }
  .transfer-cijena h3,
  .transfer-cijena h4 {
    font-size: calc(42px * 0.9);
  }
  .transfer-price h5,
  .transferi-desc p {
    font-size: calc(24px * 0.9);
  }
  .single-statistic-text h3,
  .single-statistic-text h4,
  .transfer-price-button h3 {
    font-size: calc(32px * 0.9);
  }
  .transferi-statistic {
    max-width: 65%;
  }
  .red-line {
    width: 90vw;
  }
}


@media (max-width: 1400px) {
  .hero-transferi h1,
  .why-us-transferi h2 {
    font-size: calc(65px * 0.75);
  }
  .transfer-middle h2 {
    font-size: calc(45px * 0.75);
  }
  .transfer-middle p {
    font-size: calc(24px * 0.75);
  }
  .transfer-karakteristike-single h4 {
    font-size: calc(2.2vh * 0.75);
  }

  .transfer-cijena h3,
  .transfer-cijena h4 {
    font-size: calc(42px * 0.75);
  }
  .transfer-price h5,
  .transferi-desc p {
    font-size: calc(24px * 0.75);
  }
  .single-statistic-text h3,
  .single-statistic-text h4,
  .transfer-price-button h3 {
    font-size: calc(30px * 0.75);
  }

  .transfer-price-button img {
    scale: 0.8;
  }
  .why-us-transferi hr {
    height: calc(3px * 0.75);
  }

  .transferi-statistic {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-transferi {
    height: 340px;
    background-position: center;
  }
  .hero-transferi h1 {
    font-size: 50px;
  }
  .transfer-single {
    flex-direction: column;
    margin: 5vh 0;
  }
  .transfer-thumbnail {
    width: 100%;
  }
  .transfer-thumbnail img {
    width: 100%;
    height: 40vh;
    margin-bottom: 1vh;
    object-fit: cover;
  }
  .transfer-karakteristike,
  .transfer-middle {
    margin-left: 0;
    width: 100%;
  }
  .transfer-middle h2 {
    font-size: 38px;
  }
  .transfer-middle p {
    font-size: 20px;
    margin: 3vh 0;
    max-width: 100%;
  }
  .transfer-karakteristike-single {
    flex-direction: column;
    width: 33%;
    margin-bottom: 2vh;
  }
  .transfer-karakteristike-single h4 {
    font-size: 18px;
    text-align: center;
    margin: 0;
  }
  .transfer-cijena h3,
  .transfer-cijena h4 {
    font-size: 36px;
  }
  .transfer-price {
    margin-left: 0;
    margin-top: 3vh;
    width: 100%;
  }
  .transfer-price h5 {
    font-size: 22px;
  }
  .transfer-price-button {
    width: 90vw;
  }
  .single-statistic-text h3,
  .single-statistic-text h4,
  .transfer-price-button h3 {
    font-size: 28px;
  }
  .transfer-price-button img {
    scale: 0.8;
  }
  .why-us-transferi h2 {
    font-size: 45px;
    margin-top: 10vh;
  }
  .why-us-transferi hr {
    width: 50%;
  }
  .transferi-statistic {
    max-width: 100%;
    flex-direction: column;
    margin: 5vh auto;
  }
  .red-line {
    display: none;
  }
  .transferi-desc p {
    max-width: 90%;
    margin-top: -2vh;
    margin-bottom: 10vh;
  }
}
@media only screen and (max-width: 768px) {
  .hero-transferi {
    height: 300px;
    background-position: center;
  }
  .hero-transferi h2 {
    font-size: 50px;
  }
  .transfer-single {
    flex-direction: column;
    margin: 5vh 0;
  }
  .transfer-thumbnail {
    width: 100%;
  }
  .transfer-thumbnail img {
    width: 100%;
    height: 30vh;
    margin-bottom: 1vh;
  }
  .transfer-karakteristike,
  .transfer-middle {
    margin-left: 0;
    width: 100%;
  }
  .transfer-middle h2 {
    font-size: 31px;
    margin-top: 2vh;
  }
  .transfer-middle p {
    margin: 3vh 0;
    max-width: 100%;
  }
  .transfer-karakteristike-single {
    flex-direction: column;
    width: 33%;
  }
  .transfer-karakteristike-single h4 {
    font-size: 18px;
    text-align: center;
    margin: 0;
  }
  .transfer-cijena h3,
  .transfer-cijena h4 {
    font-size: 32px;
  }
  .transfer-price {
    margin-left: 0;
    margin-top: 3vh;
    width: 100%;
  }
  .transfer-price-button {
    width: 90vw;
  }
  .transfer-price-button h3 {
    font-size: 20px;
  }
  .transfer-price-button img {
    scale: 0.8;
  }
  .why-us-transferi h2 {
    font-size: 45px;
    margin-top: 10vh;
  }
  .why-us-transferi hr {
    width: 50%;
  }
  .transferi-statistic {
    max-width: 100%;
    flex-direction: column;
    margin: 5vh auto;
  }
  .single-statistic-text h3,
  .single-statistic-text h4 {
    font-size: 28px;
  }
  .red-line {
    display: none;
  }
  .transferi-desc p {
    max-width: 90%;
    margin-top: -2vh;
    margin-bottom: 10vh;
  }
}

.hero-ture {
  background: url(../images/ture-bg.png) center/cover no-repeat;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-ture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}
.hero-ture > * {
  position: relative;
  z-index: 2;
}
.hero-ture h1 {
  color: #fff;
  font-size: 65px;
  font-family: "Lato";
  margin-top: 5vh;
  font-weight: 700;
}
.page-width {
  max-width: 90% !important;
}
.ture,
.ture-main {
  display: flex;
  flex-wrap: wrap;
}
.ture-main {
  padding: 5%;
  justify-content: space-between;
}
.ture-heading h2 {
  font-size: 45px;
  font-weight: 400;
  margin: 1vh 0;
  font-family: "Lato";
}
.ture-heading hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  width: 40%;
  margin: 1vh 0;
}
.ture {
  list-style: none;
  padding: 0 0 0 5%;
  margin-bottom: 2vh;
}
.tour {
  width: 23%;
  flex: 0 0 23%;
  margin: 2vh 2vh 2vh 0;
}
.tour h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.tour h3:hover {
  text-decoration: underline;
  text-decoration-color: #b92125;
}
.tour p {
  font-size: 18px;
  color: #717b8e;
  margin-top: 2vh;
}
.swiper-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  flex: 0 0 auto;
  width: calc(100% / 3);
}
.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.pagination {
  margin: 5vh 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.pagination a{
  background-color: transparent;
  border: 0;
  font-family: "Lato";
  font-size: 32px;
  margin: 1vh 0.5vh;
  padding: 8px 18px;
  color: #000;
}
.pagination a.active,
.pagination a:hover {
  background-color: #b92125;
  color: #fff;
  border-radius: 50px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.tour:hover .swiper-button-next,
.tour:hover .swiper-button-prev {
  display: block;
  opacity: 1;
}
:root {
  --swiper-navigation-size: 40px !important;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 0.7vh !important;
  background-color: transparent;
  border: 2px solid #fff;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.rating,
.ture-filter {
  display: flex;
}
#filter-jednodnevne,
#filter-visednevne {
  padding: 5px 10px;
}
#filter-all,
#filter-poludnevne,
#filter-jednodnevne,
#filter-visednevne {
  margin: 1vh;
  display: flex;
  align-items: center;
  border-radius: 77px;
  font-weight: 300;
  padding: 0 10px;
}
#filter-jednodnevne {
  color: #b92125;
  background: 0 0;
  border: 2px solid #b92125;
}
#filter-jednodnevne:hover {
  background-color: #b92125;
  color: #fff;
}
#filter-all h3,
#filter-poludnevne h3,
#filter-jednodnevne h3,
#filter-visednevne h3 {
  font-family: "Merriweather";
  font-weight: 300;
  margin-left: 5px;
  font-size: 24px;
}
#filter-all,
#filter-poludnevne,
#filter-visednevne {
  background-color: transparent;
  color: #1e6d3e;
  border: 2px solid #1e6d3e;
}
#filter-visednevne:hover {
  background-color: #1e6d3e;
  color: #fff;
}
#filter-all {
  color: #b92125;
  border: 2px solid #b92125;
  padding: 5px 15px;
}
#filter-all:hover {
  background-color: #b92125;
  color: #fff;
}
#filter-jednodnevne.active {
  background-color: #b92125;
  color: #fff;
  border-color: #b92125;
}
#filter-visednevne.active {
  background-color: #1e6d3e;
  color: #fff;
  border-color: #1e6d3e;
}
#filter-all.active {
  background-color: #b92125;
  color: #fff;
  border-color: #b92125;
}
.rating {
  align-items: center;
}
#tour-rating-value-1 {
  background-color: #1e6d3e;
  color: #fff;
  padding: 5px;
  font-size: 1.9vh;
  border-radius: 4px;
  margin: 1vh 1vh 1vh 0;
}
.tour-price-prefix-1,
.tour-price-value-1 {
  font-size: 32px;
  margin: 0;
}
.tour-price-value-1 {
  font-family: "Open Sans";
  color: #b92125;
  font-weight: 600;
}
.tour-price-suffix-1 {
  font-family: "Open Sans";
  font-size: 2.5vh;
  color: #000;
}

.tour-price-prefix-1{
  color: #000;
}

.tour-pagination a{
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  .hero-ture h1 {
    font-size: calc(65px * 0.9); /* Reduce by 10% */
  }
  .ture-heading h2 {
    font-size: calc(45px * 0.9); /* Reduce by 10% */
  }
  .ture-heading hr {
    height: calc(3px * 0.9); /* Reduce by 10% */
  }
  #filter-all h3,
  #filter-jednodnevne h3,
  #filter-visednevne h3,
  .tour h3 {
    font-size: calc(24px * 0.9); /* Reduce by 10% */
  }
  .tour p {
    font-size: calc(18px * 0.9); /* Reduce by 10% */
  }
  .pagination button,
  .tour-price-prefix-1,
  .tour-price-value-1 {
    font-size: calc(32px * 0.9); /* Reduce by 10% */
  }
  #tour-rating-value-1 {
    font-size: calc(1.9vh * 0.9); /* Reduce by 10% */
  }
  .tour-price-suffix-1 {
    font-size: calc(2.5vh * 0.9); /* Reduce by 10% */
  }
}

@media (max-width: 1400px) {
  .hero-ture h1 {
    font-size: calc(65px * 0.75);
  }
  .ture-heading h2 {
    font-size: calc(45px * 0.75);
  }
  .ture-heading hr {
    height: calc(3px * 0.75);
  }
  #filter-all h3,
  #filter-jednodnevne h3,
  #filter-visednevne h3,
  .tour h3 {
    font-size: calc(24px * 0.75);
  }
  .tour p {
    font-size: calc(18px * 0.75);
  }
  .pagination button,
  .tour-price-prefix-1,
  .tour-price-value-1 {
    font-size: calc(32px * 0.75);
  }
  #tour-rating-value-1 {
    font-size: calc(1.9vh * 0.75);
  }
  .tour-price-suffix-1 {
    font-size: calc(2.5vh * 0.75);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-ture {
    height: 340px;
  }
  .hero-ture h1 {
    font-size: 50px;
  }
  .ture-main {
    padding: 5%;
    flex-direction: column;
  }
  .ture-heading h2 {
    font-size: 40px;
  }
  .ture-heading hr {
    width: 15%;
  }
  .tour {
    width: 45%;
    margin: 2vh auto;
  }
  .pagination button,
  .tour h3 {
    font-size: 28px;
  }
  .tour p {
    font-size: 20px;
  }
  .ture {
    padding: 2.5%;
  }
  .ture-filter {
    margin-left: -2vw;
  }
  #filter-all h3,
  #filter-jednodnevne h3,
  #filter-visednevne h3 {
    font-size: 22px;
  }
  #tour-rating-value-1 {
    font-size: 1.6vh;
  }
  .tour-price-prefix-1,
  .tour-price-value-1 {
    font-size: 28px;
  }
  .tour-price-suffix-1 {
    font-size: 2.2vh;
  }
}
@media only screen and (max-width: 768px) {
  .hero-ture {
    height: 300px;
  }
  .hero-ture h2 {
    font-size: 5vh;
  }
  .ture-main {
    flex-direction: column;
    padding: 5%;
  }
  .swiper-slide img {
    height: 35vh !important;
  }
  .ture-heading h2 {
    font-size: 4vh;
  }
  .ture-heading hr {
    width: 30%;
  }
  #filter-all,
  #filter-jednodnevne,
  #filter-visednevne,
  .tour {
    width: 95%;
  }
  .tour h3 {
    font-size: 32px;
  }
  .pagination {
    justify-content: center;
  }
  .pagination button {
    margin: 2vh 0.5vh;
  }
  .ture-filter {
    flex-direction: column;
  }
}

.ture-details-single {
  padding: 5%;
  display: flex;
  margin-top: 10vh;
  position: relative;
}
.white-head {
  background-color: #fff;
  border-bottom: 2px solid #1e6d3e;
  height: 100px !important;
}


@media screen and (min-width: 1200px) {
  .white-head .head .head-nav a, .white-head .head .head-nav summary {
    font-size: 18px ;
  }
  .white-head .logo {
    width: 270px;
    height: 60px;
  }

  .white-head a[href^="tel:"] {
  background-image: url(../images/black-phone.png) !important;
  background-size: 15px !important;
  padding-left: 20px;
  /* padding-bottom: 7px; */
  background-position: center left;
  transition: 0.5s;

}
.white-head a[href^="mailto:"] {
  background-image: url(../images/black-envelope.png) !important;
  background-size: 20px;
  background-size: 18px !important;

  transition: 0.5s;

}


  .white-head .head .head-contact a{
    font-size: 18px;
  }

}
.smaller-logo {
  width: 270px;
  height: 60px;
}
.ture-details-content {
  width: 65%;
}
.ture-details-form {
  width: 35%;
  padding-left: 5vw;
}
.ture-details-content h2 {
  font-size: 45px;
}
.ture-details-content hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  width: 8%;
  margin: 1vh 0;
}
.head-nav li a {
  font-weight: 500 !important;
}
.head-contact a,
.head-nav summary {
  color: #000 !important;
  font-weight: 500 !important;
}
.dark-color {
  color: #000 !important;
}
.page-width {
  max-width: 90% !important;
}
.contact {
  color: #fff !important;
}
a[href^="tel:"] {
  background-image: url(../images/black-phone.png) !important;
  background-size: 13px;
  padding-left: 20px;
}
a[href^="mailto:"] {
  background-image: url(../images/black-envelope.png) !important;
  background-size: 20px;
}
.mobile-logo {
  display: none;
}
.desktop-logo {
  display: block;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper2 {
  margin-top: 5vh;
  height: 60vh;
  width: 100%;
}
.mySwiper3 {
  margin-top: 5vh;
  height: 60vh;
  width: 100%;
  padding-bottom: 0;
}
.mySwiper {
  height: 24vh;
  box-sizing: border-box;
  padding: 2vh 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper .swiper-slide img {
  border-radius: 12px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.button-next,
.button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.button-next {
  right: 1vw;
  transform: translateY(-50%);
}
.button-prev {
  left: 1vw;
  transform: translateY(-50%);
}
.karakteristike {
  display: flex;
  margin-top: 3vh;
  width: 110%;
}
.karakteristike-single {
  display: flex;
  align-items: center;
  width: 25%;
}
.karakteristike-single-text h3 {
  font-size: 20px;
  font-weight: 300;
}
.karakteristike-single-text h4 {
  font-size: 20px;
  color: #848595;
  font-weight: 300;
  margin-top: 5px;
}
.karakteristike-single__icon img {
  width: 6.8vh;
  margin-right: 1vh;
}
.ture-details-form {
  /* margin-top: 11vh; */
  position: sticky;
  top: 120px;
  height: fit-content;
}
@media screen and (max-width: 1600px) {
.ture-details-form {
  top: 20px;
}
}
@media only screen and (min-width: 1024px) {
  body:has(.ture-details-form){
    overflow: visible;
}
}
.ture-details-form h2 {
  font-size: 30px;
}
/* #form-line {
  max-width: 90%;
} */
.date-time-dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3vh auto;
}
.dropdown-date,
.dropdown-time {
  display: flex;
  align-items: center;
  border: 1px solid #f2f7f6;
  width: 35vh;
  height: 8vh;
  padding: 1.6vh;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-date h4,
.dropdown-time h4 {
  font-size: 24px;
  color: #848595;
  font-family: "Lato";
  font-weight: 400;
}
.dropdown-date img,
.dropdown-time img {
  margin-right: 10px;
  width: 7vh;
  height: 5.5vh;
}
.dropdown-date select {
  margin-left: -3px;
  padding: 0 16vh 0 0;
  margin-bottom: 1vh;
  font-size: 20px;
  font-family: "Lato";
  border: 0;
}
.dropdown-time {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}
.dropdown-time select {
  margin-left: -3px;
  margin-bottom: 1vh;
  padding: 0 16.6vh 0 0;
  border: 0;
}
#transfer-upit h4 {
  font-size: 24px;
  font-family: "Lato";
  margin: 0 0;
}
.dropdown-time select,
.passengers span {
  font-size: 20px;
  font-family: "Lato";
}
.passenger-count-text {
  display: flex;
  align-items: center;
}
.passenger-count {
  margin: 2vh 0 ;
}

.total-price {
  display: flex;
  /* max-width: 90%; */
  justify-content: space-between;
}
#popup-summary h2,
.submit-button,
.total-price span {
  font-size: 32px;
  font-family: "Lato";
}
.submit-button {
  background-color: #b92125;
  border-radius: 12px;
  font-size: 36px;
  border: 0;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  margin-top: 5vh;
  font-weight: 400;
}
.submit-button:hover {
  background-color: #b92126de;
}
#popup-summary,
.passenger-count {
  display: flex;
  justify-content: space-between;
}
/* .passenger-count {
  max-width: 90%;
} */
.passenger-count-button button {
  background-color: #00000000;
  border: 1px solid #dbdbdb;
  padding: 0.2vh 1vh;
  border-radius: 100px;
  color: #848595;
  margin: 0 1vh;

}
.passenger-count-button span {
  font-size: 2vh;
  font-family: "Lato";
  font-weight: 400;
}
.form-greyline {
  /* width: 90% !important; */
  border: 0;
  height: 2px !important;
  background-color: #f2f7f6 !important;
  margin: 2vh 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.form-info {
  display: flex;
}
.form-info p {
  font-size: 16px;
}
#popup-summary {
  align-items: center;
  padding-left: 5%;
  width: 90%;
}
#popup-summary p {
  color: #b92125;
}
#popup-summary h2 {
  color: #b92125;
  font-size: 45px;
  margin-top: -3vh;
}
.modal-image {
  width: 50%;
  background: url(../images/kotorbrodom.png);
  background-position: center;
  background-size: cover;
}
.modal-content {
  display: flex;
  background-color: #fefefe;
  margin: 5%auto;
  max-width: 1000px;
  height: 60vh;
}
.close-button {
  color: #aaa;
  float: right;
  padding-right: 10px;
  font-size: 28px;
  font-weight: 700;
}
.close-button:focus,
.close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content-text {
  width: 50%;
  padding: 0 0 3vh;
}
.modal-content-text h4 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 400;
  margin-top: 3vh;
  padding-left: 5%;
}
#user-details-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #b92125;
  border-right: 2px solid #b92125;
  border-bottom: 2px solid #b92125;
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px;
  width: 90%;
  padding: 3vh 0;
  height: 47vh;
}
.user-details-form-single {
  width: 100%;
}
#user-details-form input {
  width: 100%;
  font-size: 16px;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
  padding: 1.5vh;
  margin: 1vh 0;
  font-family: "Merriweather";
  border-radius: 10px;
}
#user-details-form input::placeholder,
#user-details-form textarea::placeholder {
  font-size: 16px;
  color: #b3b3b3;
  font-family: "Merriweather";
}
#user-details-form textarea {
  width: 100%;
  font-size: 16px;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
  padding: 1.5vh;
  margin: 1vh auto;
  background-color: #fff;
  font-family: "Merriweather";
  border-radius: 10px;
  height: 10vh;
}
.submit-button-popup {
  background-color: #1e6d3e;
  font-family: "Lato";
  font-size: 24px;
  border-radius: 15px;
  border: 0;
  width: 90%;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
}
.tabs,
.ukljuceno-list li {
  display: flex;
  font-weight: 300;
}
.tabs {
  justify-content: space-around;
  background-color: #ececec;
  margin-top: 4vh;
  font-size: 24px;
  padding: 0;
}
.tab {
  padding: 20px;
  text-align: center;
  width: 25%;
  cursor: pointer;
  border: 0;
  background-color: #ececec !important;
}
.tab.active,
.tab:hover {
  background-color: #b92125 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.tab-content {
  display: none;
  padding: 20px 0;
}
.tab-content h3 {
  font-size: 42px;
  font-family: "Lato";
  font-weight: 600;
  margin-top: 2vh;
}
.recenzije hr,
.tab-content hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  width: 10%;
  margin: 1vh 0;
}
.tab-content p {
  font-size: 20px;
  margin-top: 4vh;
  line-height: 35px;
}
.ukljuceno-lists {
  display: flex;
  padding-left: 4%;
}
.ukljuceno-list {
  margin-right: 8vw;
}
.ukljuceno-list ul {
  list-style: none;
  padding: 0;
}
.ukljuceno-list li {
  align-items: center;
  margin: 4vh 0;
  font-size: 32px;
  position: relative;
}
.ukljuceno-list li::before {
  content: url(../images/checkmark-circle.png);
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: -45px;
}
.raspored {
  margin: 3vh 0;
  position: relative;
}
.raspored-single {
  display: flex;
  align-items: center;
  margin: 8vh 0;
}
.raspored-single h5 {
  font-size: 24px;
  font-weight: 400;
}
.raspored-single__icon {
  width: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  z-index: 5;
  margin-right: 0.5vw;
}
.raspored::before {
  content: "";
  position: absolute;
  left: 4%;
  top: 0;
  bottom: 0;
  width: 2px;
  border-left: 2px dotted green;
  z-index: -1;
}
.google-map {
  margin: 3vh 0;
}
.recenzije {
  margin: 5vh 0;
}
.ostale-ture h3,
.recenzije h3,
.recenzije-single-item-rating h5 {
  font-size: 42px;
  font-family: "Lato";
  font-weight: 400;
}
.recenzije-single-item {
  border-bottom: 4px solid #f2f7f6;
  padding-bottom: 15px;
}
.recenzije-single-item h4 {
  font-size: 32px;
  font-weight: 300;
  margin-top: 5vh;
}
.recenzije-single-item-rating {
  display: flex;
  align-items: center;
  margin: 5vh 0;
}
.recenzije-single-item-rating span {
  font-size: 36px;
  color: #1e6d3e;
  font-family: "Lato";
  font-weight: 400;
}
.recenzije-single-item-rating h5 {
  font-size: 32px;
  margin-left: 5vw;
}
.recenzije-single-item p {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 500;
}
.form-recenzija h2 {
  font-size: 36px;
  font-family: "Merriweather";
}
.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 75px;
  margin: 5vh 0;
}
.rating-form .icon {
  margin: 0 10px 0 0;
  font-size: 85px;
}
.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.rating label:last-child {
  position: static;
}
.rating label:nth-child(1) {
  z-index: 5;
}
.rating label:nth-child(2) {
  z-index: 4;
}
.rating label:nth-child(3) {
  z-index: 3;
}
.rating label:nth-child(4) {
  z-index: 2;
}
.rating label:nth-child(5) {
  z-index: 1;
}
.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label .icon {
  float: left;
  color: transparent;
}
.rating label:last-child .icon {
  color: #ccc;
}
.rating:hover label:hover input ~ .icon,
.rating:not(:hover) label input:checked ~ .icon {
  color: #f5d501;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ccc;
  text-shadow: 0 0 5px #f5d501;
}
.form-fields {
  margin-top: 20px;
}
.form-fields input {
  background-color: #ececec;
}
.inline-fields {
  display: flex;
  gap: 80px;
  margin-bottom: 3vh;
}
.inline-fields input {
  flex: 1;
  padding: 10px;
  font-size: 24px;
}
.form-fields [type="email"],
.form-fields input[type="text"],
textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 24px;
  border: 0;
  border-radius: 12px;
  font-family: "Merriweather";
  font-weight: 300;
}
textarea {
  height: 35vh;
  background-color: #ececec;
  margin-top: 3vh;
}
.form-fields button {
  padding: 10px 20px;
  font-size: 24px;
  font-family: "Merriweather";
  color: #fff;
  background-color: #1e6d3e;
  border: 0;
  margin: 3vh auto;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.5s;
}
.rating-form {
  max-width: 100%;
  z-index: 10;
}
#arrowup {
  margin-left: 10px;
  margin-bottom: 0;
  width: 2.5vh;
}
.ostale-ture {
  width: 70%;
  padding: 0 5%;
  /* margin: 0 0 5vh; */
  /* margin-top: 50px; */
}
.ostale-ture h2 {
  font-size: 50px;
}
@media screen and (max-width: 1600px) {
  .ostale-ture h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .ostale-ture h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 576px) {
  .ostale-ture h2 {
    font-size: 28px;
  }
}
.ostale-ture hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  width: 15%;
  margin: 1vh 0;
}
.ostale-ture-item {
  width: 32%;
  border: 1px solid #bfbfbf;
  border-radius: 12px;
  margin: 3vh 2vh 0 0;
}
.ostale-ture-item-content {
  padding: 5%;
  margin-top: 2vh;
}
.ostale-ture-item img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.ostale-ture-item h4 {
  font-size: 22px;
  font-weight: 400;
}
.ostale-ture-ite__rating span {
  color: #b92125;
  font-size: 16px;
  margin-right: 10px;
}
.ostale-ture-ite__rating {
  margin: 1vh 0;
}
.ostale-ture-ite__rating p {
  font-size: 16px;
  color: #898a97;
}
.ostale-ture-ite__rating,
.ostale-ture-item__price {
  display: flex;
  align-items: center;
}
.ostale-ture-item__price h3 {
  font-size: 28px;
  font-family: "Open Sans";
  font-weight: 600;
}
.ostale-ture-item__price h4 {
  font-size: 16px;
  margin-left: 10px;
  margin-top: 5px;
}
.location-pin {
  display: flex;
  margin-top: -5vh;
  margin-left: 1vw;
}
.location-pin img {
  width: 14px;
  height: 17px;
}
.location-pin h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-left: 5px;
}
.ostale-ture-item-content a {
  text-decoration: none;
  color: #000;
}
.ostale-ture-wrap {
  display: flex;
}

@media (max-width: 1600px) {
  .hero-ture h1 {
    font-size: calc(65px * 0.9);
  }
  .ture-heading h1 {
    font-size: calc(45px * 0.9);
  }
  .ture-heading hr {
    height: calc(3px * 0.9);
  }
  #filter-all h3,
  #filter-jednodnevne h3,
  #filter-visednevne h3,
  .tour h3 {
    font-size: calc(24px * 0.9);
  }
  .tour p {
    font-size: calc(18px * 0.9);
  }
  .pagination button,
  .tour-price-prefix-1,
  .tour-price-value-1 {
    font-size: calc(32px * 0.9);
  }
  #tour-rating-value-1 {
    font-size: calc(1.9vh * 0.9);
  }
  .tour-price-suffix-1 {
    font-size: calc(2.5vh * 0.9);
  }
  #popup-summary h2,
  .ture-details-content h2 {
    font-size: calc(45px * 0.9);
  }
  .karakteristike-single-text h3,
  .karakteristike-single-text h4 {
    font-size: calc(20px * 0.9);
  }
  .submit-button,
  .ture-details-form h2 {
    font-size: calc(36px * 0.9);
  }
  #transfer-upit h4,
  #user-details-form input,
  #user-details-form input::placeholder,
  #user-details-form textarea,
  #user-details-form textarea::placeholder,
  .dropdown-date h4,
  .dropdown-date select,
  .dropdown-time h4,
  .dropdown-time select,
  .form-info p,
  .inline-fields input,
  .location-pin h5,
  .ostale-ture-ite__rating p,
  .ostale-ture-ite__rating span,
  .ostale-ture-item__price h4,
  .passenger-count-button span,
  .passengers span,
  .submit-button-popup,
  .tabs,
  .form-fields button,
  .form-fields input[type="email"],
  input[type="text"],
  textarea {
    font-size: calc(24px * 0.9);
  }
  .ukljuceno-list li {
    font-size: 26px;
  }
  .modal-content-text h4,
  .total-price span {
    font-size: calc(32px * 0.9);
  }
  .rating-form .icon {
    font-size: calc(85px * 0.9);
  }
  .ostale-ture h3,
  .recenzije h3,
  .tab-content h3 {
    font-size: calc(42px * 0.9);
  }
  .form-recenzija h2,
  .recenzije-single-item-rating span {
    font-size: calc(36px * 0.9);
  }
  .tabs {
    font-size: calc(24px * 0.9);
  }
  .recenzije-single-item h4,
  .recenzije-single-item-rating h5 {
    font-size: calc(32px * 0.9);
  }
  .rating {
    font-size: calc(75px * 0.9);
  }
  .ostale-ture-item h4 {
    font-size: calc(22px * 0.9);
  }
  .location-pin h5,
  .ostale-ture-ite__rating p,
  .ostale-ture-ite__rating span,
  .ostale-ture-item__price h4 {
    font-size: calc(16px * 0.9);
  }
  .ostale-ture-item__price h3 {
    font-size: calc(28px * 0.9);
  }


  #user-details-form {
    height: calc(47vh * 0.9);
  }
  #user-details-form textarea {
    height: calc(10vh * 0.9);
  }
  .form-info p {
    font-size: calc(16px * 0.9);
  }
  .ostale-ture h3,
  .recenzije h3,
  .recenzije-single-item-rating h5 {
    font-size: calc(42px * 0.9);
  }
  .recenzije-single-item h4,
  .recenzije-single-item p {
    font-size: calc(32px * 0.9);
  }
  .recenzije-single-item-rating span {
    font-size: calc(36px * 0.9);
  }
  .ostale-ture-ite__rating span,
  .ostale-ture-ite__rating p,
  .ostale-ture-item__price h4,
  .location-pin h5 {
    font-size: calc(16px * 0.9);
  }
  .ostale-ture-item__price h3 {
    font-size: calc(28px * 0.9);
  }
  .submit-button-popup,
  .submit-button,
  .form-fields button {
    font-size: calc(36px * 0.9);
  }
  .passenger-count-button button {
    background-color: #00000000;
    border: 1px solid #dbdbdb;
    padding: 0vh 1.3vh;
    border-radius: 100px;
    color: #848595;
    margin: 0 1vh;
  }
  .passenger-count-button span {
    font-size: 1.8vh;
    font-family: "Lato";
    font-weight: 400;
  }
}


@media (max-width: 1400px) {


  #popup-summary h2,
  .ture-details-content h2 {
    font-size: calc(45px * 0.75);
  }
  .karakteristike-single-text h3,
  .karakteristike-single-text h4 {
    font-size: calc(20px * 0.75);
  }
  .submit-button,
  .ture-details-form h2 {
    font-size: calc(36px * 0.75);
  }
  #transfer-upit h4,
  #user-details-form input,
  #user-details-form input::placeholder,
  #user-details-form textarea,
  #user-details-form textarea::placeholder,
  .dropdown-date h4,
  .dropdown-date select,
  .dropdown-time h4,
  .dropdown-time select,
  .form-info p,
  .inline-fields input,
  .location-pin h5,
  .ostale-ture-ite__rating p,
  .ostale-ture-ite__rating span,
  .ostale-ture-item__price h4,
  .passenger-count-button span,
  .passengers span,
  .submit-button-popup,
  .tabs,
  .form-fields button,
  .form-fields input[type="email"],
  input[type="text"],
  textarea {
    font-size: calc(24px * 0.75);
  }
  .ukljuceno-list li {
    font-size: 26px;
  }
  .modal-content-text h4,
  .total-price span {
    font-size: calc(32px * 0.75);
  }
  .rating-form .icon {
    font-size: calc(85px * 0.75);
  }
  .ostale-ture h3,
  .recenzije h3,
  .tab-content h3 {
    font-size: calc(42px * 0.75);
  }
  .form-recenzija h2,
  .recenzije-single-item-rating span {
    font-size: calc(36px * 0.75);
  }
  .tabs {
    font-size: calc(24px * 0.75);
  }
  .recenzije-single-item h4,
  .recenzije-single-item-rating h5 {
    font-size: calc(32px * 0.75);
  }
  .rating {
    font-size: calc(75px * 0.75);
  }
  .ostale-ture-item h4 {
    font-size: calc(22px * 0.75);
  }
  .location-pin h5,
  .ostale-ture-ite__rating p,
  .ostale-ture-ite__rating span,
  .ostale-ture-item__price h4 {
    font-size: calc(16px * 0.75);
  }
  .ostale-ture-item__price h3 {
    font-size: calc(28px * 0.75);
  }
  .ostale-ture hr,
  .recenzije hr,
  .tab-content hr {
    height: calc(3px * 0.75);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-ture {
    height: 340px;
  }
  .hero-ture h1 {
    font-size: 50px;
  }
  .ture-details-single {
    padding: 4%;
    flex-direction: column;
    margin-top: 8vh;
  }
  .white-head {
    height: 80px;
  }
  .smaller-logo {
    width: 220px;
    height: 50px;
  }
  .submit-button {
    width: 100%;
  }
  .ture-details-content {
    width: 100%;
    padding: 0;
  }
  .ture-details-form {
    width: 100%;
    padding-left: 0;
    padding-top: 3vh;
    margin-top: 0;
  }
  .ture-details-content h2 {
    font-size: 38px;
  }
  .ture-details-content hr {
    border: 0;
    background-color: #b92125;
    height: 3px;
    width: 20%;
    margin: 1vh 0;
  }
  .ture-details-form h2,
  .ukljuceno-list li {
    font-size: 30px;
  }
  .dropdown-date h4,
  .dropdown-time h4 {
    font-size: 20px;
  }
  .dropdown-date select,
  .dropdown-time select,
  .karakteristike-single-text h3,
  .karakteristike-single-text h4 {
    font-size: 18px;
  }
  
  .karakteristike {
    display: flex;
    flex-direction: row;
    width: 90%;
  }
  .karakteristike-single {
    width: 100%;
    margin-bottom: 2vh;
  }
  .karakteristike-single__icon img {
    width: 5.8vh;
  }
  .tabs {
    font-size: 20px;
  }
  .ostale-ture h3,
  .recenzije h3,
  .tab-content h3 {
    font-size: 38px;
  }
  .recenzije-single-item h4,
  .recenzije-single-item-rating h5,
  .recenzije-single-item-rating span {
    font-size: 28px;
  }
  .ukljuceno-lists {
    flex-direction: column;
  }
  .ukljuceno-list {
    margin-bottom: 2vh;
  }
  .recenzije hr {
    width: 20%;
  }
  .recenzije-single-item p {
    font-size: 18px;
  }
  .form-recenzija h2 {
    font-size: 32px;
  }
  .rating {
    font-size: 50px;
  }
  .rating-form .icon {
    font-size: 55px;
  }
  .ostale-ture {
    width: 100%;
  }
  .ostale-ture hr {
    width: 25%;
  }
  .ostale-ture-wrap {
    display: flex;
    flex-direction: row;
  }
  .ostale-ture-item h4 {
    font-size: 20px;
  }
  .location-pin {
    margin-top: -3vh;
  }
  #user-details-form input,
  #user-details-form textarea,
  .location-pin h5,
  .ostale-ture-ite__rating p,
  .ostale-ture-ite__rating span,
  .ostale-ture-item__price h4 {
    font-size: 14px;
  }
  .ostale-ture-item__price h3 {
    font-size: 24px;
  }
  .total-price span {
    font-size: 28px;
  }
  .modal-content {
    flex-direction: column;
    padding: 0;
  }
  .modal-image {
    width: 100%;
    height: 30vh;
  }
  .modal-content-text {
    z-index: 999;
  }
  .modal-content-text h4 {
    font-size: 26px;
  }
  #user-details-form input::placeholder,
  #user-details-form textarea::placeholder {
    font-size: 14px;
  }
  .submit-button-popup,
  .form-fields button {
    font-size: 20px;
  }
  .inline-fields {
    flex-direction: column;
    gap: 2vh;
  }
  .modal-content {
    min-height: auto;
    height: auto;
  }
  #user-details-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12px;
    width: 100%;
    padding: 3vh 0;
    max-height: 40vh;
    z-index: 999;
  }
  .user-details-form-single {
    width: 100%;
  }
  #user-details-form input {
    width: 100%;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    padding: 1vh;
    margin: 1vh 0;
    font-family: "Merriweather";
    border-radius: 10px;
  }
  .modal-image {
    display: none;
  }
  .modal-content-text {
    width: 100%;
  }
  .submit-button {
    font-size: 28px;
  }
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none;
  }
  a[href^="tel:"] {
    background-image: url(../images/phone-red.svg) !important;
    background-size: 13px;
    padding-left: 20px;
  }
  a[href^="mailto:"] {
    background-image: url(../images/mail-red.svg) !important;
    background-size: 20px;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .mySwiper2 {
    margin-top: 5vh;
    height: 35vh;
    width: 100%;
  }
    .mySwiper3 {
    margin-top: 5vh;
    height: 35vh;
    width: 100%;
  }
  .mySwiper {
    height: 12vh;
    box-sizing: border-box;
    padding: 2vh 0;
  }
  .button-next,
  .button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    scale: 0.7;
  }
  .raspored {
    margin: 3vh 0;
    position: relative;
  }
  .raspored-single {
    display: flex;
    align-items: center;
    margin: 5vh 0;
  }
  .raspored-single h5 {
    font-size: 22px;
  }
  .raspored-single__icon {
    width: 8%;
    margin-right: 0.5vw;
  }
  .raspored::before {
    content: "";
    position: absolute;
    left: 4%;
    top: 0;
    bottom: 0;
    width: 2px;
    border-left: 2px dotted green;
    z-index: -1;
  }
  .google-map {
    margin: 3vh 0;
  }
}
@media only screen and (max-width: 768px) {
  .ture-details-single {
    flex-direction: column;
  }
  .ture-details-content {
    width: 100%;
  }
  .ture-details-form {
    width: 100%;
    padding-left: 0;
  }
  .ture-details-content h2 {
    font-size: 36px;
  }
  .ostale-ture hr,
  .recenzije hr,
  .tab-content hr,
  .ture-details-content hr {
    border: 0;
    background-color: #b92125;
    height: 3px;
    width: 30%;
    margin: 1vh 0;
  }
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none;
  }
  a[href^="tel:"] {
    background-image: url(../images/phone-red.svg) !important;
    background-size: 13px;
    padding-left: 20px;
  }
  a[href^="mailto:"] {
    background-image: url(../images/mail-red.svg) !important;
    background-size: 20px;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .mySwiper2 {
    margin-top: 5vh;
    height: 35vh;
    width: 100%;
  }
    .mySwiper3 {
    margin-top: 5vh;
    height: 35vh;
    width: 100%;
  }
  .mySwiper {
    height: 12vh;
    box-sizing: border-box;
    padding: 2vh 0;
  }
  .button-next,
  .button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    scale: 0.7;
  }
  .karakteristike {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25;
  }
  .karakteristike-single {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    margin-bottom: 3vh;
  }
  .karakteristike-single-text h3,
  .tabs {
    font-size: 16px;
    font-weight: 300;
  }
  .karakteristike-single-text h4 {
    font-size: 16px;
    color: #848595;
    font-weight: 300;
    margin-top: 2px;
  }
  .karakteristike-single__icon img {
    width: 4.8vh;
    height: auto;
    margin-right: 1vh;
  }
  .tabs {
    /* display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #ececec;
    margin-top: 4vh;
    font-size: 18px;
    padding: 0;
    font-size: 16px;
  }
  .tab {
    padding: 12px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    background-color: #ececec !important;
  }
  .tab-content {
    display: none;
    padding: 20px 0;
  }
  .ostale-ture h3,
  .recenzije h3,
  .tab-content h3 {
    font-size: 28px;
    font-family: "Lato";
    font-weight: 400;
  }
  .tab-content p {
    font-size: 16px;
    margin-top: 4vh;
    line-height: 30px;
  }
  .ukljuceno-lists {
    display: flex;
    flex-direction: column;
    padding-left: 12%;
  }
  .ukljuceno-list {
    margin-right: 2vh;
    border-bottom: 4px solid #f2f7f6;
  }
  .ukljuceno-list li {
    font-size: 18px;
  }
  .raspored {
    margin: 3vh 0;
    position: relative;
  }
  .raspored-single {
    display: flex;
    align-items: center;
    margin: 8vh 0;
    padding-left: 2vw;
  }
  .inline-fields {
    flex-direction: column;
    gap: 20px;
  }
  .raspored-single h5 {
    font-size: 18px;
    font-weight: 400;
  }
  .raspored-single__icon {
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    z-index: 5;
    margin-right: 8vw;
  }
  .raspored::before {
    content: "";
    position: absolute;
    left: 4%;
    top: 0;
    bottom: 0;
    width: 2px;
    border-left: 2px dotted green;
    z-index: -1;
  }
  .google-map {
    margin: 3vh 0;
  }
  .recenzije {
    margin: 5vh 0;
  }
  .recenzije-single-item h4 {
    font-size: 28px;
    font-weight: 300;
    margin-top: 5vh;
  }
  .recenzije-single-item-rating {
    display: flex;
    align-items: center;
    margin: 5vh 0;
  }
  .recenzije-single-item-rating span {
    font-size: 3vh;
    color: #1e6d3e;
    font-family: "Lato";
    font-weight: 400;
  }
  .recenzije-single-item-rating h5 {
    font-size: 28px;
    font-family: "Lato";
    font-weight: 400;
    margin-left: 5vw;
  }
  .recenzije-single-item p {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 500;
  }
  .form-recenzija h2 {
    font-size: 36px;
    font-family: "Merriweather";
  }
  .rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 75px;
    margin: 2vh 0 1vh;
  }
  .rating-form .icon {
    margin: 0 10px 0 0;
    font-size: 50px;
  }
  .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
  }
  .ostale-ture {
    margin: 5vh 0;
    width: 100%;
  }
  .ostale-ture hr {
    width: 15%;
  }
  .ostale-ture-item {
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 12px;
    margin: 3vh 2vh 0 0;
  }
  .ostale-ture-item-content {
    padding: 5%;
  }
  .ostale-ture-item img {
    width: 100%;
    height: 242px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  .ostale-ture-item h4 {
    font-size: 20px;
  }
  .ostale-ture-ite__rating span {
    color: #b92125;
    font-size: 16px;
    margin-right: 10px;
  }
  .ostale-ture-ite__rating {
    margin: 1vh 0;
  }
  .ostale-ture-ite__rating p {
    font-size: 16px;
    color: #898a97;
  }
  .ostale-ture-ite__rating,
  .ostale-ture-item__price {
    display: flex;
    align-items: center;
  }
  .ostale-ture-item__price h3 {
    font-size: 28px;
    font-family: "Open Sans";
    font-weight: 600;
  }
  .ostale-ture-item__price h4 {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 5px;
  }
  .location-pin {
    display: flex;
    margin-top: -4vh;
    margin-left: 4vw;
  }
  .location-pin img {
    width: 14px;
    height: 17px;
  }
  .location-pin h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-left: 5px;
  }
  .ostale-ture-item-content a {
    text-decoration: none;
    color: #000;
  }
  .date-time-dropdown,
  .ostale-ture-wrap {
    display: flex;
    flex-direction: column;
  }
  #form-line {
    max-width: 100%;
  }
  .date-time-dropdown {
    align-items: center;
    margin: 3vh auto;
  }
  .passengers span {
    font-size: 20px;
    font-family: "Lato";
  }
  .total-price {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
  }
  #popup-summary h2,
  .total-price span {
    font-size: 32px;
    font-family: "Lato";
  }
  .submit-button {
    background-color: #b92125;
    border-radius: 12px;
    font-size: 25px;
    border: 0;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 5vh;
    font-weight: 400;
  }
  .submit-button:hover {
    background-color: #b92126de;
  }
  #popup-summary,
  .passenger-count {
    display: flex;
    justify-content: space-between;
  }
  .passenger-count {
    max-width: 100%;
  }
  .passenger-count-button button {
    background-color: #00000000;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    border-radius: 100px;
    color: #848595;
    margin: 0 1vh;
  }
  .passenger-count-button span {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 400;
  }
  .form-greyline {
    width: 100% !important;
    border: 0;
    height: 2px !important;
    background-color: #f2f7f6 !important;
    margin: 2vh 0;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
  }
  .form-info {
    display: flex;
  }
  .form-info p {
    font-size: 14px;
  }
  #popup-summary {
    align-items: center;
    width: 90%;
  }
  #popup-summary p {
    color: #b92125;
  }
  #popup-summary h2 {
    color: #b92125;
    font-size: 36px;
    margin-top: -3vh;
  }
  .modal-image {
    width: 100%;
    background: url(../images/modal-bg.png);
    background-position: center;
    background-size: cover;
    height: 20vh;
  }
  .modal-content {
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    margin: 5%auto;
    max-width: 90%;
    min-height: 80vh;
    height: auto;
  }
  .close-button {
    color: #aaa;
    float: right;
    padding-right: 10px;
    font-size: 28px;
    font-weight: 700;
  }
  .close-button:focus,
  .close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-content-text {
    width: 100%;
    padding-top: 2%;
  }
  .modal-content-text h4 {
    font-family: "Lato";
    font-size: 28px;
    font-weight: 400;
    margin-top: 3vh;
  }
  #user-details-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: none;
    border-bottom: none;
    width: 100%;
    padding: 3vh 0;
    height: 47vh;
  }
  .form-fields [type="email"],
.form-fields input[type="text"],
textarea {
  font-size: 16px;
}
  .user-details-form-single {
    width: 100%;
  }
  #user-details-form input {
    width: 100%;
    font-size: 14px;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    padding: 1.5vh;
    margin: 1vh 0;
    font-family: "Merriweather";
    border-radius: 10px;
  }
  #user-details-form input::placeholder,
  #user-details-form textarea::placeholder {
    font-size: 14px;
    color: #b3b3b3;
    font-family: "Merriweather";
  }
  #user-details-form textarea {
    width: 100%;
    font-size: 14px;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    padding: 15px;
    margin: 1vh auto;
    font-family: "Merriweather";
    border-radius: 10px;
    height: 10vh;
  }
  .submit-button-popup {
    background-color: #1e6d3e;
    font-family: "Lato";
    font-size: 20px;
    border-radius: 15px;
    border: 0;
    width: 90%;
    color: #fff;
    padding: 10px 15px;
  }
}

.hero-blog {
  background: url(../images/blog.png);
  background-size: cover;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}
.hero-blog > * {
  position: relative;
  z-index: 2;
}
.hero-blog h1 {
  color: #fff;
  font-size: 65px;
  font-family: "Lato";
  margin-top: 5vh;
  font-weight: 700;
}
.main-blog {
  padding: 5%;
}
.main-blog h2 {
  font-size: 45px;
  text-align: center;
}
.main-blog hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  margin: 5px auto;
  width: 12%;
}
.page-width {
  max-width: 90% !important;
}
.blog-post {
  width: calc(33% - 20px);
  margin: 3vh 1vh;
  padding: 0;
  box-sizing: border-box;
  /* float: left; */
}
.blog-post a {
  text-decoration: none;
}
.blog-post img {
  width: 100%;
  height: 42vh;
  object-fit: cover;
}
.blog-post h2,
.blog-post h5,
.blog-post p {
  text-align: left;
}
.post-date-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1vw;
}
.post-btn,
.post-date {
  width: 50%;
}
.post-date h5 {
  text-align: right;
  font-family: "Lato";
  font-weight: 300;
  font-size: 20px;
}
.post-btn button {
  color: #fff;
  background-color: #1e6d3e;
  border: 0;
  font-size: 24px;
  height: 4.5vh;
  border-radius: 12px;
  font-family: "Merriweather";
  width: 13vh;
}
.blog-post p {
  padding-bottom: 30px;
  margin: 1vh 0 0;
  color: #898a95;
  font-family: "Merriweather";
  font-size: 20px;
  padding-right: 1vw;
}
.blog-post h2 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
.blog-post h2:hover {
  text-decoration: underline;
  text-decoration-color: #000;
}
.pagination {
  clear: both;
  text-align: center;
  padding-top: 10vh;
  margin-top: 10vh;
}
.active {
  background-color: #b92125 !important;
  color: #fff !important;
  border-radius: 50px !important;
}
.pagination button {
  margin: 0 3px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #007bff00;
  color: #000;
  border: 0;
  font-size: 32px;
  cursor: pointer;
  font-family: "Lato";
}
.pagination button:hover {
  background-color: #b92125;
  color: #fff;
  border-radius: 50px !important;
}
@media (max-width: 1600px) {
  .hero-blog h1 {
    font-size: 58.5px; /* 65px * 0.9 */
  }
  .main-blog h2 {
    font-size: 40.5px; /* 45px * 0.9 */
  }
  .main-blog hr {
    height: 2.7px; /* 3px * 0.9 */
  }
  .blog-post h5,
  .post-btn button {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .blog-post h2,
  .pagination button {
    font-size: 28.8px; /* 32px * 0.9 */
  }
  .blog-post p,
  .post-date h5 {
    font-size: 18px; /* 20px * 0.9 */
  }
}

@media (max-width: 1400px) {
  .hero-blog h1 {
    font-size: calc(65px * 0.75);
  }
  .main-blog h2 {
    font-size: calc(45px * 0.75);
  }
  .main-blog hr {
    height: calc(3px * 0.75);
  }
  .blog-post h5,
  .post-btn button {
    font-size: calc(24px * 0.75);
  }
  .blog-post h2,
  .pagination button {
    font-size: calc(32px * 0.75);
  }
  .blog-post p,
  .post-date h5 {
    font-size: calc(20px * 0.75);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-blog {
    height: 340px;
    background-position: center;
  }
  .hero-blog h1 {
    font-size: calc(65px * 0.85);
  }
  .main-blog h2 {
    font-size: calc(45px * 0.85);
  }
  .main-blog hr {
    height: calc(3px * 0.85);
  }
  .blog-post {
    width: 45%;
    margin: 2vh 1.5vh;
  }
  .blog-post img {
    width: 40vw;
    height: 18vh;
  }
  .blog-post h2 {
    font-size: calc(32px * 0.85);
  }
  .blog-post p,
  .post-date h5 {
    font-size: calc(20px * 0.85);
  }
  .post-btn button {
    font-size: calc(24px * 0.85);
    height: 3vh;
    width: 8vh;
  }
  .pagination button {
    font-size: calc(32px * 0.85);
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-post {
    width: 100%;
    margin: 3vh 0;
    float: none;
  }
  .hero-blog {
    height: 300px;
    background-position: center;
  }
  .main-blog {
    padding: 5%;
  }
  .blog-post img {
    width: 90vw;
    height: 30vh;
  }
  .post-date h5 {
    font-weight: 400;
  }
  .post-btn button {
    font-size: 18px;
    height: 4vh;
    width: 11vh;
  }
  .blog-post p,
  .post-date h5 {
    font-size: 18px;
  }
  .blog-post h2 {
    font-size: 26px;
  }
  .pagination button {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.hero-blog-details {
  background: url(../images/blog-details.jpg);
  background-size: cover;
  height: 380px;
}
.blog-details {
  display: flex;
  padding: 2% 5% 5%;
}
.blog-content {
  width: 70%;
  margin-right: 2vw;
}
.page-width {
  max-width: 90% !important;
}
.blog-content h2,
.blog-content h3 {
  font-size: 32px;
  font-family: "Lato";
  margin: 3vh 0;
  font-weight: 900;
}
.blog-content h2 {
  margin-top: 0;
}
.blog-content h3 {
  font-weight: 700;
}
.blog-content p {
  font-family: "Merriweather";
  max-width: 90%;
  font-size: 18px;
}
.blog-sidebar {
  width: 30%;
}
.image-grid {
  display: flex;
  margin: 0;
}
.image-grid img {
  height: 45vh;
  width: 100%;
  margin: 6vh 2vh 6vh 0;
  object-fit: cover;
}
.blog-lists {
  display: flex;
  margin-left: 1vw;
  margin-top: 3vh;
}
.blog-lists li {
  font-size: 24px;
  font-weight: 400;
}
.blog-lists ul {
  margin-right: 5vh;
}
.share-container {
  /* padding: 5vh 7vh; */
  padding: 40px;
  /* display: flex; */
  /* justify-content: space-between; */
  border: 1px solid #dedede;
  border-radius: 12px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}
.share-container::after {
  background-color: #dedede;
  width: 1px;
  position: absolute;
  content: "";
  top: 40px;
  bottom: 40px;
  left: 50%;
}
.more-posts h3,
.share-container h3,
.share-container h4 {
  font-size: 32px;
  font-family: "Lato";
  font-weight: 400;
}
.share-container h4 {
  font-size: 24px;
  color: #1e6d3e;
}
.green-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.green-icons a + a {
  margin-left: 20px;
}
/* .green-icons img {
  margin: 5vh 1vh 0;
} */
.share-post, .post-dates {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.share-post h3, .post-dates h3 {
  margin-bottom: 20px;
}
/* #post-date,
.more-posts {
  margin-top: 5vh;
} */
#blog-background {
  width: 100%;
}
.more-posts {
  border: 1px solid #dedede;
  /* min-height: 80vh; */
  height: auto;
  padding: 3vh 4vh;
  border-radius: 12px;
}
.more-posts h3 {
  font-size: 36px;
}
.more-posts hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  width: 15%;
  margin: 5px 0;
}
.post {
  margin-bottom: 20px;
  margin-top: 5vh;
  display: flex;
  align-items: center;
}
.post h2 {
  font-size: 24px;
}
.post h2:hover {
  text-decoration: underline;
}
.thumbnail {
  margin-right: 20px;
  width: 150px;
  height: 150px;
  border-radius: 150px;
}
.content-div p {
  color: #848595;
  font-size: 20px;
  font-family: "Lato";
}
.date-div {
  display: flex;
  align-items: center;
  margin-top: 1.5vh;
}
.date-icon {
  width: 18px;
  height: 22.5px;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .blog-content h2,
  .blog-content h3,
  .more-posts h3,
  .share-container h3 {
    font-size: 28.8px; /* 32px * 0.9 */
  }
  .more-posts hr {
    height: 2.7px; /* 3px * 0.9 */
  }
  .blog-lists li,
  .post h2,
  .share-container h4 {
    font-size: 21.6px; /* 24px * 0.9 */
  }
  .content-div p {
    font-size: 18px; /* 20px * 0.9 */
  }
}
@media (max-width: 1400px) {
  .blog-content h2,
  .blog-content h3,
  .more-posts h3,
  .share-container h3 {
    font-size: calc(32px * 0.75);
  }
  .more-posts hr {
    height: calc(3px * 0.75);
  }
  .blog-lists li,
  .post h2,
  .post-btn button,
  .share-container h4 {
    font-size: calc(24px * 0.75);
  }
  .content-div p {
    font-size: calc(20px * 0.75);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-blog-details {
    height: 300px;
    background-position: center;
  }
  .blog-details {
    flex-direction: column;
    padding: 4%;
  }
  .blog-content {
    width: 100%;
    margin-right: 0;
  }
  .blog-sidebar {
    width: 100%;
    margin-top: 5vh;
  }
  .blog-lists {
    margin-left: 3vw;
  }
  .blog-content h2,
  .blog-content h3 {
    font-size: calc(32px * 0.85);
  }
  .blog-lists li,
  .post h2,
  .share-container h3,
  .share-container h4 {
    font-size: calc(24px * 0.85);
  }
  .image-grid {
    flex-direction: column;
  }
  .image-grid img {
    height: 40vh;
    margin: 4vh 0;
  }
  .share-container {
    padding: 4vh 5vh;
    margin-top: 4vh;
  }
  .share-post {
    padding-right: 1.5vw;
  }
  .more-posts {
    /* min-height: 40vh; */
    padding: 3vh;
  }
  .more-posts h3 {
    font-size: calc(36px * 0.85);
  }
  .more-posts hr {
    height: calc(3px * 0.85);
  }
  .thumbnail {
    width: 130px;
    height: 130px;
  }
  .content-div p {
    font-size: calc(20px * 0.85);
  }
}
@media only screen and (max-width: 768px) {
  #blog-background {
    height: 35vh;
  }
  .hero-blog-details {
    display: none;
  }
  .blog-details {
    margin-top: 8vh;
    flex-direction: column;
  }
  .blog-content,
  .blog-sidebar {
    width: 100%;
  }
  .blog-lists,
  .image-grid {
    flex-direction: column;
  }
  .image-grid img {
    height: 35vh;
    margin: 2vh 0;
  }
  .blog-lists {
    margin-left: 5vw;
    gap: 2vh;
  }
  .blog-lists li {
    font-size: 20px;
    margin-top: 5px;
  }
  .share-container {
    margin-top: 5vh;
    padding: 5vh;
  }
  .share-post {
    padding-right: 1vw;
  }
  /* .more-posts {
    min-height: 60vh;
  } */
  .post h2 {
    font-size: 20px;
  }
  .thumbnail {
    width: 100px;
    height: 100px;
  }
  .content-div p {
    font-size: 16px;
  }
}

.aerodrom-podgorica-main h1 {
  font-size: 45px;
}

.white-head {
  background-color: #fff;
  border-bottom: 2px solid #1e6d3e;
  height: 100px !important;
}


@media screen and (min-width: 1200px) {
  .white-head .head .head-nav a, .white-head .head .head-nav summary {
    font-size: 18px ;
  }
  .white-head .logo {
    width: 270px;
    height: 60px;
  }

  .white-head a[href^="tel:"] {
  background-image: url(../images/black-phone.png) !important;
  background-size: 15px !important;
  padding-left: 20px;
  /* padding-bottom: 7px; */
  background-position: center left;
  transition: 0.5s;

}
.white-head a[href^="mailto:"] {
  background-image: url(../images/black-envelope.png) !important;
  background-size: 20px;
  background-size: 18px !important;
  transition: 0.5s;


}


  .white-head .head .head-contact a{
    font-size: 18px;
  }

}
.smaller-logo {
  width: 270px;
  height: 60px;
}
.aerodrom-podgorica-main {
  padding: 5%;
  margin-top: 10vh;
}
.aerodrom-podgorica-main hr {
  border: 0;
  height: 3px;
  width: 10%;
  background-color: #b92125;
  margin: 1vh 0;
}
.head-nav li a {
  font-weight: 500 !important;
}
.head-contact a,
.head-nav summary {
  color: #000 !important;
  font-weight: 500 !important;
}
.dark-color {
  color: #000 !important;
}
.page-width {
  max-width: 90% !important;
}
.contact {
  color: #fff !important;
}
a[href^="tel:"] {
  background-image: url(../images/black-phone.png) !important;
  background-size: 13px;
  padding-left: 20px;
}
a[href^="mailto:"] {
  background-image: url(../images/black-envelope.png) !important;
  background-size: 20px;
}
.mobile-logo {
  display: none;
}
.desktop-logo {
  display: block;
}
.single-wrap {
  display: flex;
  position: relative;
}
.aerodrom-content {
  width: 70%;
  margin-top: 5vh;
}
.aerodrom-content img {
  width: 95%;
  height: auto;
}
.aerodrom-form {
  width: 30%;
  position: sticky;
  top: 20px;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  body:has(.aerodrom-form) {
    overflow: visible;
  }
}
.aerodrom-content .karakteristike {
  display: flex;
  margin-top: 3vh;
  width: 100%;
}

.karakteristike-single-text h3 {
  font-size: 20px;
  font-weight: 300;
}
.karakteristike-single-text h4 {
  font-size: 20px;
  color: #848595;
  font-weight: 300;
  margin-top: 5px;
}
.karakteristike-single__icon img {
  width: 6.8vh;
  height: auto;
  margin-right: 1vh;
}
.jos-transfera h2,
.lokacija-transfera h2,
.opis-transfera h2,
.sadrzaj-transfera h2 {
  font-size: 42px;
  margin-top: 5vh;
  font-family: "Lato";
}
.opis-transfera hr,
.sadrzaj-transfera hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  margin: 1px 0;
  width: 10%;
}
.opis-transfera p {
  font-size: 32px;
  margin: 5vh 0;
  font-family: "Inter";
  font-weight: 400;
  line-height: 51px;
}
.single-sadrzaj {
  display: flex;
  margin: 3vh 0;
}
.single-sadrzaj img {
  width: 37px;
  height: 37px;
  margin-right: 10px;
}
.single-sadrzaj h4 {
  font-size: 32px;
  font-family: "Merriweather";
  font-weight: 300;
}
.ukljuceno-lists {
  display: flex;
  padding-left: 4%;
}
.ukljuceno-list ul {
  list-style: none;
  padding: 0;
}
.ukljuceno-list li {
  display: flex;
  align-items: center;
  margin: 4vh 0;
  font-size: 32px;
  font-weight: 300;
  position: relative;
}
.ukljuceno-list li::before {
  content: url(../images/checkmark-circle.png);
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: -45px;
}
.jos-transfera hr,
.lokacija-transfera hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  margin: 1px 0 5vh;
  width: 10%;
}
.jos-transfera {
  padding: 0 5%;
  margin-bottom: 2vh;
}
.jos-transfera h2 {
  margin-top: 1vh;
}
.more-transfers-single {
  width: 33%;
  text-align: center;
}
.more-transfers-single img {
  width: 100%;
  object-fit: cover;
}
.more-transfers-single h3 {
  font-size: 32px;
  margin-top: 2vh;
  font-weight: 400;
}
.more-transfers-single p {
  font-size: 20px;
  margin: 2vh 0;
}
.more-transfers-single a {
  text-decoration: none;
  color: #fff;
}
.more-transfers-single__button h4 {
  font-size: 24px;
  font-weight: 400;
}
.more-transfers-single__button {
  background-color: #1e6d3e;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 2vh auto;
  border-radius: 40px;
  padding: 10px;
}
.more-transfers-single__button img {
  width: 30px;
  margin-left: 10px;
}
.aerodromi-numbers {
  background: url(../images/aerdromi-nums.png);
  background-size: cover;
  background-position: center;
  height: 390px;
  display: flex;
  justify-content: space-between;
  padding: 3vh 10%;
  align-items: center;
}
.aerodromi-numbers__single h2,
.aerodromi-numbers__single h3 {
  font-size: 65px;
  text-align: center;
  font-weight: 400;
  font-family: "Lato";
  color: #000;
}
.aerodromi-numbers__single h3 {
  font-size: 45px;
  margin: 2vh 0;
}
/* .aerodrom-form {
  margin-top: 5vh;
} */
.aerodrom-form h2 {
  font-size: 36px;
}
/* #form-line {
  max-width: 90%;
} */
.date-time-dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3vh auto;
}
.dropdown-date,
.dropdown-time {
  display: flex;
  align-items: center;
  border: 1px solid #f2f7f6;
  width: 35vh;
  height: 8vh;
  padding: 1.6vh;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-date h4,
.dropdown-time h4 {
  font-size: 24px;
  color: #848595;
  font-family: "Lato";
}
.dropdown-date img,
.dropdown-time img {
  margin-right: 10px;
  width: 7vh;
  height: auto;
}
.dropdown-date select {
  margin-left: -3px;
  padding: 0 17vh 0 0;
  margin-bottom: 1vh;
  font-size: 20px;
  font-family: "Lato";
  border: 0;
}
.dropdown-time {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}
.dropdown-time select {
  margin-left: -3px;
  margin-bottom: 1vh;
  padding: 0 17.6vh 0 0;
  border: 0;
}
#transfer-upit h4 {
  font-size: 24px;
  font-family: "Lato";
  font-weight: 700;
  margin: 0;
}
#destination-select,
.dropdown-time select,
.luggage span,
.passengers span {
  font-size: 20px;
  font-family: "Lato";
}

.passenger-count {
  margin: 2vh 0 ;
}
#destination-select {
  margin: 10px 0;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #f2f7f6;
  border-radius: 12px;
  background: 0 0;
  position: relative;
  z-index: 1;
  height: 50px;
}
.select-wrapper {
  width: 100%;
}
.select-wrapper,
.select-wrapper2 {
  position: relative;
  display: inline-block;
}
#date-select,
#destination-select,
#time-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper2::before,
.select-wrapper::after,
.select-wrapper::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-wrapper2::before {
  right: 0;
  top: 40%;
  width: 1.7vh;
  height: 1.7vh;
  background: url(../images/arrow-down2.png) no-repeat center center;
  background-size: contain;
}
.select-wrapper::after,
.select-wrapper::before {
  top: 70%;
}
.select-wrapper::before {
  right: 9vh;
  width: 1.7vh;
  height: 1.7vh;
  background: url(../images/arrow-down.png) no-repeat center center;
  background-size: contain;
}

.select-wrapper::after {
  right: 13vh;
  width: 3px;
  height: 40px;
  bottom: -5px;
  top: unset;
  background: #f2f7f6;
}
@media screen and (max-width: 575px) {
  .select-wrapper::before {
    right: 20px;
  }
  .select-wrapper::after {
    bottom: -9px;
    right: calc(40px + 1.7vh);
  }
}
.luggage-option {
  margin: 2vh 0;
}
#popup-summary,
.total-price {
  display: flex;
  justify-content: space-between;
}
/* .total-price {
  max-width: 90%;
} */
#popup-summary h2,
.submit-button,
.total-price span {
  font-size: 24px;
  font-family: "Lato";
}
.submit-button {
  background-color: #b92125;
  border-radius: 12px;
  font-size: 28px;
  border: 0;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  /* margin-top: 5vh; */
  margin-top: 15px;
  font-weight: 400;
}
.luggage-option,
.passenger-count {
  display: flex;
  justify-content: space-between;
  /* max-width: 90%; */
}
.luggage-option-buttons button,
.passenger-count-button button {
  background-color: #00000000;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
  border-radius: 100px;
  color: #848595;
  margin: 0 1vh;
  width: max-content;
}
.luggage-option-buttons span,
.passenger-count-button span {
  font-size: 20px;
  font-family: "Lato";
  font-weight: 400;
}
.form-greyline {
  /* width: 90% !important; */
  border: 0;
  height: 2px !important;
  background-color: #f2f7f6 !important;
  margin: 2vh 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.form-info {
  display: flex;
  padding-left: 5%;
}
.form-info p {
  font-size: 16px;
}
#popup-summary {
  align-items: center;
  width: 90%;
}
#popup-summary p {
  color: #b92125;
}
#popup-summary h2 {
  color: #b92125;
  font-size: 45px;
  margin-top: -3vh;
}
.modal-image {
  width: 50%;
  background: url(../images/modal-bg.png);
  background-position: center;
  background-size: cover;
}
.modal-content {
  display: flex;
  background-color: #fefefe;
  margin: 5%auto;
  max-width: 1000px;
  height: auto;
  min-height: 60vh;
}
.close-button {
  color: #aaa;
  float: right;
  padding-right: 10px;
  font-size: 28px;
  font-weight: 700;
}
.close-button:focus,
.close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content-text {
  width: 50%;
  padding: 0 0 3vh;
}
.modal-content-text h4 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 400;
  margin-top: 3vh;
  padding-left: 5%;
}
#user-details-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #b92125;
  border-right: 2px solid #b92125;
  border-bottom: 2px solid #b92125;
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px;
  width: 90%;
  padding: 5vh 0;
  height: 47vh;
}
.user-details-form-single {
  width: 100%;
}
#user-details-form input {
  width: 100%;
  font-size: 16px;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
  padding: 1.5vh;
  margin: 1vh 0;
  font-family: "Merriweather";
  border-radius: 10px;
}
#user-details-form input::placeholder,
#user-details-form textarea::placeholder {
  font-size: 16px;
  color: #b3b3b3;
  font-family: "Merriweather";
}
#user-details-form textarea {
  width: 100%;
  font-size: 16px;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
  padding: 1.5vh;
  margin: 1vh auto;
  font-family: "Merriweather";
  border-radius: 10px;
  height: 10vh;
}
.submit-button-popup {
  background-color: #1e6d3e;
  font-family: "Lato";
  font-size: 24px;
  border-radius: 15px;
  border: 0;
  width: 90%;
  color: #fff;
  padding: 10px 15px;
}

@media (max-width: 1600px) {
  .aerodrom-podgorica-main h1 {
    font-size: calc(45px * 0.9);
  }
  .karakteristike-single-text h3,
  .karakteristike-single-text h4 {
    font-size: calc(20px * 0.9);
  }
  .jos-transfera h2,
  .lokacija-transfera h2,
  .opis-transfera h2,
  .sadrzaj-transfera h2 {
    font-size: calc(42px * 0.9);
  }
  #destination-select,
  #transfer-upit h4,
  #user-details-form input,
  #user-details-form input::placeholder,
  #user-details-form textarea,
  #user-details-form textarea::placeholder,
  .dropdown-date h4,
  .dropdown-date select,
  .dropdown-time h4,
  .dropdown-time select,
  .form-info p,
  .luggage span,
  .luggage-option-buttons span,
  .more-transfers-single h3,
  .more-transfers-single p,
  .more-transfers-single__button h4,
  .opis-transfera p,
  .passenger-count-button span,
  .passengers span,
  .single-sadrzaj h4,
  .submit-button,
  .submit-button-popup,
  .total-price span {
    font-size: calc(24px * 0.9);
  }
  .aerodromi-numbers__single h2 {
    font-size: calc(65px * 0.9);
  }
  .ukljuceno-list li {
    font-size: 24px;
  }
  #popup-summary h2,
  .aerodromi-numbers__single h3 {
    font-size: calc(45px * 0.9);
  }
}


@media (max-width: 1400px) {
  .aerodrom-podgorica-main h1 {
    font-size: calc(45px * 0.75);
  }
  .karakteristike-single-text h3,
  .karakteristike-single-text h4 {
    font-size: calc(20px * 0.75);
  }
  .jos-transfera h2,
  .lokacija-transfera h2,
  .opis-transfera h2,
  .sadrzaj-transfera h2 {
    font-size: calc(42px * 0.75);
  }
  #destination-select,
  #transfer-upit h4,
  #user-details-form input,
  #user-details-form input::placeholder,
  #user-details-form textarea,
  #user-details-form textarea::placeholder,
  .dropdown-date h4,
  .dropdown-date select,
  .dropdown-time h4,
  .dropdown-time select,
  .form-info p,
  .luggage span,
  .luggage-option-buttons span,
  .more-transfers-single h3,
  .more-transfers-single p,
  .more-transfers-single__button h4,
  .opis-transfera p,
  .passenger-count-button span,
  .passengers span,
  .single-sadrzaj h4,
  .submit-button,
  .submit-button-popup,
  .total-price span {
    font-size: calc(24px * 0.75);
  }
  .aerodromi-numbers__single h2 {
    font-size: calc(65px * 0.75);
  }

  .ukljuceno-list li  {
    font-size: 22px;
    
  }
  .ukljuceno-lists {
    padding-left: 5%;
  }
  #popup-summary h2,
  .aerodromi-numbers__single h3 {
    font-size: calc(45px * 0.75);
  }
  .dropdown-date img,
  .dropdown-time img,
  .more-transfers-single__button img {
    width: calc(7vh * 0.75);
  }
  .more-transfers-single__button img {
    margin-left: calc(10px * 0.75);
  }
  .aerodrom-podgorica-main hr,
  .jos-transfera hr,
  .lokacija-transfera hr,
  .opis-transfera hr,
  .sadrzaj-transfera hr {
    height: calc(3px * 0.75);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aerodrom-podgorica-main h1 {
    font-size: 38px;
  }
  .aerodrom-content img {
    width: 100%;
  }
  .white-head {
    height: 80px;
  }
  .smaller-logo {
    width: 220px;
    height: 50px;
  }
  .aerodrom-podgorica-main {
    padding: 4%;
    margin-top: 8vh;
  }
  .aerodrom-podgorica-main hr {
    height: 2px;
    width: 15%;
  }
  .submit-button {
    width: 100%;
  }
  .single-wrap {
    margin-top: -3vh;
    flex-direction: column;
  }
  .aerodrom-content,
  .aerodrom-form {
    width: 100%;
    margin-top: 5vh;
  }
  .karakteristike {
    flex-direction: row;
    width: 100%;
  }
  .karakteristike-single {
    width: 100%;
    margin-bottom: 2vh;
  }
  .karakteristike-single-text h3,
  .karakteristike-single-text h4 {
    font-size: 18px;
  }
  .karakteristike-single__icon img {
    width: 5.5vh;
  }
  #popup-summary h2,
  .jos-transfera h2,
  .lokacija-transfera h2,
  .opis-transfera h2,
  .sadrzaj-transfera h2 {
    font-size: 36px;
  }
  #destination-select,
  #transfer-upit h4,
  #user-details-form input,
  #user-details-form input::placeholder,
  #user-details-form textarea,
  #user-details-form textarea::placeholder,
  .dropdown-date h4,
  .dropdown-date select,
  .dropdown-time h4,
  .dropdown-time select,
  .form-info p,
  .luggage span,
  .luggage-option-buttons span,
  .more-transfers-single h3,
  .more-transfers-single p,
  .more-transfers-single__button h4,
  .opis-transfera p,
  .passenger-count-button span,
  .passengers span,
  .single-sadrzaj h4,
  .submit-button,
  .submit-button-popup,
  .total-price span {
    font-size: 20px;
  }
  .jos-transfera hr,
  .lokacija-transfera hr,
  .opis-transfera hr,
  .sadrzaj-transfera hr {
    height: 2px;
    width: 20%;
  }
  .aerodromi-numbers__single h2 {
    font-size: 40px;
  }
  .aerodromi-numbers__single h3 {
    font-size: 28px;
  }
  .dropdown-date img,
  .dropdown-time img,
  .more-transfers-single__button img {
    width: 3vh;
  }
  .more-transfers-single__button img {
    margin-left: 8px;
  }
  .modal-content {
    flex-direction: column;
    padding: 0;
    width: 80%;
    z-index: 999;
    min-height: auto;
  }
  .dropdown-date select,.dropdown-time select {
    padding: 0 0 0 0;
    width: 80vw !important;
    height: 30px;
  }
  .select-wrapper::after {
    height: 40px;
    top: 60%;
  }
  #user-details-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12px;
    width: 100%;
    padding: 3vh 0;
    max-height: 40vh;
    z-index: 999;
  }
  .user-details-form-single {
    width: 100%;
  }
  #user-details-form input {
    width: 100%;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    padding: 1vh;
    margin: 1vh 0;
    font-family: "Merriweather";
    border-radius: 10px;
  }
  .modal-image {
    display: none;
  }
  .modal-content-text {
    width: 100%;
  }
  .date-time-dropdown {
    flex-direction: column;
    align-items: center;
    margin: 3vh auto;
  }
  .dropdown-date,
  .dropdown-date select,
  .dropdown-time,
  .dropdown-time select {
    width: 50%;
  }
  .luggage-option,
  .passenger-count,
  .total-price {
    max-width: 100%;
  }
  .form-info {
    padding-left: 4%;
  }
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none;
  }
  a[href^="tel:"] {
    background-image: url(../images/phone-red.svg) !important;
  }
  a[href^="mailto:"] {
    background-image: url(../images/mail-red.svg) !important;
  }
}
@media only screen and (max-width: 768px) {
  .aerodrom-podgorica-main h2 {
    font-size: 36px;
  }
  .aerodrom-podgorica-main hr {
    border: 0;
    height: 3px;
    width: 30%;
  }
  a[href^="tel:"] {
    background-image: url(../images/phone-red.svg) !important;
  }
  a[href^="mailto:"] {
    background-image: url(../images/mail-red.svg) !important;
  }
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none;
  }
  .single-wrap {
    display: flex;
    flex-direction: column;
  }
  .aerodrom-content {
    width: 100%;
    margin-top: 2vh;
  }
  .aerodrom-content img,
  .aerodrom-form {
    width: 100%;
  }
  .karakteristike {
    display: flex;
    flex-direction: column;
    margin-top: 1vh;
    width: 100%;
  }
  .karakteristike-single {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 2vh;
  }
  .karakteristike-single__icon {
    margin-right: 15px;
  }
  .ukljuceno-lists {
    display: flex;
    padding-left: 10%;
  }
  .ukljuceno-list ul li {
    font-size: 18px;
  }
  .jos-transfera h2,
  .lokacija-transfera h2,
  .opis-transfera h2,
  .sadrzaj-transfera h2 {
    font-size: 26px;
    margin-top: 5vh;
    font-family: "Lato";
  }
  .location-google iframe {
    height: 30vh;
  }
  .ukljuceno-list li::before{
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('../images/checkmark-circle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -30px;
  }
  .opis-transfera hr {
    border: 0;
    width: 30%;
    margin-top: 1vh;
  }
  .opis-transfera p {
    font-size: 18px;
    margin: 5vh 0;
    font-family: "Inter";
    font-weight: 400;
    line-height: 35px;
  }
  .sadrzaj-transfera hr {
    border: 0;
    background-color: #b92125;
    height: 3px;
    margin: 1px 0;
    width: 30%;
  }
  .single-sadrzaj {
    display: flex;
    margin: 3vh 0;
  }
  .single-sadrzaj img {
    width: 37px;
    height: 37px;
    margin-right: 10px;
  }
  .single-sadrzaj h4 {
    font-size: 22px;
    font-family: "Merriweather";
    font-weight: 300;
  }
  #form-line,
  .location-google iframe {
    max-width: 100%;
  }
  .jos-transfera hr,
  .lokacija-transfera hr {
    border: 0;
    background-color: #b92125;
    height: 3px;
    margin: 1px 0 5vh;
    width: 30%;
  }
  .jos-transfera {
    margin-bottom: 10vh;
  }
  .more-transfers-single {
    width: 100%;
    text-align: center;
  }
  .more-transfers-single h3 {
    font-size: 28px;
    margin-top: 2vh;
    font-weight: 400;
  }
  .more-transfers-single p {
    font-size: 20px;
    margin: 2vh 0;
  }
  .more-transfers-single a {
    text-decoration: none;
    color: #fff;
  }
  .more-transfers-single__button h4 {
    font-size: 22px;
    font-weight: 400;
  }
  .more-transfers-single__button {
    background-color: #1e6d3e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 2vh auto;
    border-radius: 40px;
    padding: 10px;
  }
  .aerodromi-numbers {
    background: url(../images/aerdromi-nums.png);
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3vh 10%;
    align-items: center;

    display: none;
  }
  .aerodromi-numbers__single {
    margin: 2vh 0;
  }
  .aerodromi-numbers__single h2,
  .aerodromi-numbers__single h3 {
    font-size: 45px;
    text-align: center;
    font-weight: 500;
    font-family: "Lato";
    color: #000;
  }
  .aerodromi-numbers__single h3 {
    font-size: 36px;
    font-weight: 400;
    margin: 1vh 0;
  }
  .aerodrom-form {
    margin-top: 5vh;
  }
  .aerodrom-form h2 {
    font-size: 32px;
  }
  .date-time-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3vh auto;
  }
  .dropdown-date,
  .dropdown-time {
    display: flex;
    align-items: center;
    border: 1px solid #f2f7f6;
    width: 35vh;
    height: 8vh;
    padding: 1.6vh;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .dropdown-date h4,
  .dropdown-time h4 {
    font-size: 24px;
    color: #848595;
    font-family: "Lato";
  }
  .dropdown-date img,
  .dropdown-time img {
    margin-right: 10px;
    width: 7vh;
  }
  .dropdown-date select {
    margin-left: -3px;
    padding: 0 16vh 0 0;
    margin-bottom: 1vh;
    font-size: 20px;
    font-family: "Lato";
    border: 0;
    background: transparent;
  }
  .dropdown-time {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
  .dropdown-time select {
    margin-left: -3px;
    margin-bottom: 1vh;
    padding: 0 16.6vh 0 0;
    border: 0;
    background: transparent;

  }
  #transfer-upit h4 {
    font-size: 24px;
    font-family: "Lato";
    font-weight: 700;
    margin: 1vh 0;
  }
  #destination-select,
  .dropdown-time select,
  .luggage span,
  .passengers span {
    font-size: 20px;
    font-family: "Lato";
  }
  #destination-select {
    margin: 1vh 0;
    /* padding: 15px; */
    width: 100%;
    border: 1px solid #f2f7f6;
    border-radius: 12px;
  }
  .luggage-option {
    margin: 1vh 0;
  }
  #popup-summary,
  .total-price {
    display: flex;
    justify-content: space-between;
  }
  .total-price {
    max-width: 100%;
  }
  #popup-summary h2,
  .total-price span {
    font-size: 20px;
    font-family: "Lato";
  }
  .submit-button {
    background-color: #b92125;
    border-radius: 12px;
    font-size: 20px;
    border: 0;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 15px;
    font-weight: 400;
  }
  .luggage-option,
  .passenger-count {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .luggage-option-buttons button,
  .passenger-count-button button {
    background-color: #00000000;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    border-radius: 100px;
    color: #848595;
    margin: 0 1vh;
  }
  .luggage-option-buttons span,
  .passenger-count-button span {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 400;
  }
  .form-greyline {
    width: 100% !important;
    border: 0;
    height: 2px !important;
    background-color: #f2f7f6 !important;
    margin: 2vh 0;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
  }
  .form-info {
    display: flex;
  }
  .form-info p {
    font-size: 14px;
  }
  #popup-summary {
    align-items: center;
    width: 90%;
  }
  #popup-summary p {
    color: #b92125;
  }
  #popup-summary h2 {
    color: #b92125;
    font-size: 36px;
    margin-top: -3vh;
  }
  .modal-image {
    width: 100%;
    background: url(../images/modal-bg.png);
    background-position: center;
    background-size: cover;
    height: 20vh;
  }
  .modal-content {
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    margin: 5%auto;
    max-width: 90%;
    min-height: 80vh;
    height: auto;
  }
  .close-button {
    color: #aaa;
    float: right;
    padding-right: 10px;
    font-size: 28px;
    font-weight: 700;
  }
  .close-button:focus,
  .close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-content-text {
    width: 100%;
  }
  .modal-content-text h4 {
    font-family: "Lato";
    font-size: 26px;
    font-weight: 400;
    margin-top: 3vh;
  }
  #user-details-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12px;
    width: 100%;
    padding: 3vh 0;
    height: 47vh;
  }
  .user-details-form-single {
    width: 100%;
  }
  #user-details-form input {
    width: 100%;
    font-size: 14px;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    padding: 15px;
    margin: 1vh 0;
    font-family: "Merriweather";
    border-radius: 10px;
  }
  #user-details-form input::placeholder,
  #user-details-form textarea::placeholder {
    font-size: 14px;
    color: #b3b3b3;
    font-family: "Merriweather";
  }
  #user-details-form textarea {
    width: 100%;
    font-size: 14px;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    padding: 15px;
    margin: 1vh auto;
    font-family: "Merriweather";
    border-radius: 10px;
    height: 10vh;
  }
  .submit-button-popup {
    background-color: #1e6d3e;
    font-family: "Lato";
    font-size: 20px;
    border-radius: 15px;
    border: 0;
    width: 90%;
    color: #fff;
    padding: 10px 15px;
  }

  .dropdown-date select {
    background: transparent;
  }
}



.hero-rent-a-car-details {
  background: url(../images/rent-a-car.png);
  background-size: cover;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-rent-a-car-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}
.hero-rent-a-car-details > * {
  position: relative;
  z-index: 2;
}
.rent-a-car-single {
  padding: 5%;
  display: flex;
  position: relative;
}
.page-width {
  max-width: 90% !important;
}
.rent-a-car-content {
  width: 65%;
}
.rent-a-car-form {
  width: 35%;
  padding-left: 5vw;
  height: fit-content;
  position: sticky;
  top: 20px;
}
/* @media screen and (max-width: 1600px) {
  .rent-a-car-form {
    top: -50px;
  }
} */
@media screen and (min-width: 1024px) {
  body:has(.rent-a-car-form) {
    overflow: visible;
  }
}
.rent-a-car-content h1 {
  font-size: 45px;
}
.rent-a-car-content hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  width: 8%;
  margin: 1vh 0;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper2 {
  margin-top: 5vh;
  height: 60vh;
  width: 100%;
}
.mySwiper3 {
  margin-top: 5vh;
  height: 60vh;
  width: 100%;
}
.mySwiper {
  height: 24vh;
  box-sizing: border-box;
  padding: 2vh 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper .swiper-slide img {
  border-radius: 12px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.button-next,
.button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.button-next {
  right: 1vw;
  transform: translateY(-50%);
}
.button-prev {
  left: 1vw;
  transform: translateY(-50%);
}
.karakteristike {
  display: flex;
  margin-top: 3vh;
  width: 110%;
}
.karakteristike-single {
  display: flex;
  align-items: center;
  width: 25%;
}
.karakteristike-single-text h3 {
  font-size: 20px;
  font-weight: 300;
}
.karakteristike-single-text h4 {
  font-size: 20px;
  color: #848595;
  font-weight: 300;
  margin-top: 5px;
}
.karakteristike-single__icon img {
  width: 65px;
  margin-right: 1vh;
}
.oprema-table {
  width: 90%;
  margin: 5vh 0;
  border-collapse: collapse;
}
.oprema-table th {
  background-color: #ececec;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  padding: 15px;
  text-align: left;
}
.oprema-table td {
  border: 2px solid #ececec;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.oprema-table td:first-child {
  text-align: left;
}
.oprema-table td img {
  display: block;
  margin-left: 0;
}
.rent-a-car-form h2 {
  font-size: 34px;
  /* margin-top: 11vh; */
}
.rent-a-car-form hr {
  width: 10%;
  border: 0;
  height: 3px;
  background-color: #b92125;
  margin: 1vh 0;
}
.form-container {
  margin-top: 3vh;
  width: 100%;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 24px;
  font-family: "Lato";
  margin-bottom: 1vh;
}
.form-group input[type="text"] {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fcfbfb;
  border-radius: 12px;
}
.form-group input::placeholder {
  color: #848595;
}
.datetime-group {
  display: flex;
  justify-content: space-between;
}
.datetime-group input {
  width: 38%;
  padding: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fcfbfb;
  border-radius: 12px;
}
.car h3,
.form-group p {
  font-family: "Lato";
  font-weight: 400;
}
.form-group p {
  margin: 40px 0;
  font-size: 40px;
  color: #b92125;
}
.form-group button[type="submit"] {
  width: 100%;
  padding: 10px;
  margin: 3vh 0;
  background-color: #b92125;
  color: #fff;
  border: 0;
  border-radius: 12px;
  font-size: 27px;
  cursor: pointer;
}
.form-group button[type="submit"]:hover {
  background-color: #b92126ce;
}
.other-cars {
  padding: 0 5%;
}
.other-cars h2 {
  font-size: 42px;
}
.other-cars hr {
  border: 0;
  background-color: #b92125;
  height: 3px;
  width: 8%;
}
.car {
  margin: 10px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.car img {
  max-width: 100%;
}
.car h3 {
  margin-top: -50px;
  font-size: 36px;
  text-align: left;
}
.car p {
  margin: 5px 0;
}
.car span {
  font-weight: 300;
}
.rent-button {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-family: "Lato";
}
.rent-button:hover {
  background-color: #1e6d3ed2;
  transition: 0.3s;
}
.characteristics {
  display: flex;
  padding: 0;
  align-items: center;
  width: 80%;
  margin: 3vh 0;
}
.characteristics img {
  margin-right: 1vh;
  align-items: center;
}
.characteristics-single {
  width: 33%;display: flex;
align-items: center;}
.price-container {
  justify-content: space-between;
  background-color: #f2f7f6;
  padding: 5px 50px 5px 10px;
  border-radius: 5px;
}
.price-container h3 {
  color: #b92125;
  font-size: 38px;
  margin-top: 0;
  font-family: "Merriweather";
}
.car span,
.price-container p {
  font-size: 16px;
  color: #848595;
}
.price-container h4 {
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px;
  margin-top: 1vh;
}
.cijena-dan-container,
.price-container {
  display: flex;
  align-items: center;
}
.rent-button {
  background-color: #1e6d3e;
  color: #fff;
  border-radius: 12px;
  font-size: 24px;
  padding: 10px 0;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  margin-top: 2vh;
  margin-bottom: 10vh;
}
.rent-button img {
  width: 20px;
  height: 25px;
  margin-right: 10px;
}

.mySwiper2{
  padding: 0;
  height: 540px;
}

.mySwiper2 .swiper-wrapper{
  padding: 0;
}

.mySwiper3 .swiper-wrapper{
  padding: 0;
}

.mySwiper2 .swiper-slide{
  width: 100% !important;
  height: 100%;
  padding: 0;
  display: block !important;
  border-radius: 0px;
}

.mySwiper3 .swiper-slide{
  width: 100% !important;
  height: 100%;
  padding: 0;
  display: block !important;
  border-radius: 0px;
}

.mySwiper2 .swiper-slide img{
  border-radius: 0;
  object-fit: contain;
}

.mySwiper3 .swiper-slide img{
  border-radius: 0;
  object-fit: contain;
}


.mySwiper .swiper-wrapper{
  padding: 0;
}

.mySwiper .swiper-slide{
  padding: 0;
  border-radius: 12px;
  height: 180px;
}

.mySwiper .swiper-slide-next, .swiper-slide-prev{
  scale: 1;
  opacity: 1;
}

.mySwiper .swiper-slide picture{
  height: 100%;
  width: 100%;
}

.rent-a-car-content .karakteristike{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 3vh;
}

.vozila-container .car{
    width: 100%;
    display: flex;
    vertical-align: center;
    margin: 0;

}

.car .price-container{
 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  
}

.car .price-container .cijena-dan-container{
  display: flex;
    align-items: baseline;
    gap: calc(5px* 0.9);
}

.car .price-container .cijena-dan-container h3, .car .price-container .cijena-dan-container p {
        font-size: calc(45px* 0.9);
        font-family: "Lato";
        font-weight: 400;
    }

    .car .price-container .cijena-dan-container p{
      color: #000;
    }

.car .price-container h4 {
        font-size: calc(24px* 0.9);
        font-weight: 300;
        margin: calc(3vh* 0.9) 0;
    }
.car .rent-button{
  padding: calc(10px* 0.9) calc(25px* 0.9);
        border-radius: calc(16px* 0.9);
        width: calc(275px* 0.9);
        margin-top: calc(10px* 0.9);
        font-size: calc(32px* 0.9);
        margin-bottom: 0;
        font-family: "Meriweather";
        font-weight: 300;
}

.car .rent-button img {
        width: calc(28px* 0.9);
        height: calc(35px* 0.9);
    }


    .car .characteristics{
      width: 100%;
      margin-bottom: 0;
    }


.other-cars .characteristics{
width: 100%;
margin: 2vh 0;
}

.other-cars .characteristics-single{
  margin-top: 0;
  margin-bottom: 0;
}

.other-cars h3{
  margin-top: 10px;
}

.other-cars .car .price-container{
  flex-direction: row;
  justify-content: space-between;
      background-color: #f2f7f6;
    padding: 5px 50px 5px 10px;
    border-radius: 5px;
    margin-top: 0;
}

.other-cars .car .price-container .cijena-dan-container h3{
  margin: 0;
}

.other-cars .car .price-container .cijena-dan-container h4{
  margin: 0;
  margin-top: 1vh;
}

.other-cars .car .rent-button{
  width: 100%;
      margin-top: 2vh;
    margin-bottom: 10vh;
}

@media (max-width: 1600px) {

  .rent-a-car-content h1 {
    font-size: calc(45px * 0.9);
  }


  .karakteristike-single-text h3,
  .karakteristike-single-text h4 {
    font-size: calc(20px * 0.9);
  }

  .oprema-table th,
  .oprema-table td {
    font-size: calc(24px * 0.9);
  }
  .rent-a-car-form h2 {
    font-size: calc(36px * 0.9);
  }

  .form-group label {
    font-size: calc(24px * 0.9);
  }
  .form-group input[type="text"],
  .datetime-group input {
    font-size: calc(16px * 0.9);
  }
  .form-group p {
    font-size: calc(45px * 0.9);
  }
  /* .form-group button[type="submit"] {
    font-size: 27px
  } */
  .other-cars h2,
  .car h3 {
    /* font-size: calc(42px * 0.9); */
    font-size: calc(36px * 0.9);
  }

  /* .car h3 {
    font-size: calc(36px * 0.9);
  } */
  .rent-button {
    font-size: calc(24px * 0.9);
  }
  .price-container h3 {
    font-size: calc(38px * 0.9);
  }
  .price-container p,
  .price-container h4 {
    font-size: calc(16px * 0.9);
    font-size: calc(18px * 0.9);
  }
}

@media (max-width: 1400px) {
  .other-cars hr,
  .rent-a-car-content hr,
  .rent-a-car-form hr {
    height: calc(3px * 0.75);
  }
  .datetime-group input,
  .form-group input[type="text"],
  .form-group label,
  .karakteristike-single-text h3,
  .karakteristike-single-text h4,
  .oprema-table td,
  .oprema-table th,
  .rent-button,
  .rent-button img {
    font-size: calc(24px * 0.75);
  }
  .car span {
    font-size: 12px;
  }
  .oprema-table td,
  .oprema-table th {
    padding: calc(15px * 0.75);
  }
  .form-group p,
  .rent-a-car-content h1 {
    font-size: calc(45px * 0.75);
  }
  .car h3,
  .form-group button[type="submit"] {
    /* font-size: calc(36px * 0.75); */
  }
  .price-container h3 {
    font-size: calc(38px * 0.75);
  }
  .price-container p {
    font-size: calc(16px * 0.75);
  }
  .price-container h4 {
    font-size: calc(18px * 0.75);
  }

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-rent-a-car-details {
    height: 320px;
    background-position: center;
  }
  .rent-a-car-single {
    flex-direction: column;
  }
  .rent-a-car-content {
    width: 100%;
  }
  .rent-a-car-form {
    width: 100%;
    padding-left: 0;
  }
  .rent-a-car-content h1 {
    font-size: 36px;
  }
  .rent-a-car-content hr {
    border: 0;
    background-color: #b92125;
    height: 3px;
    width: 20%;
    margin: 1vh 0;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .mySwiper2 {
    margin-top: 5vh;
    height: 50vh;
    width: 100%;
  }
    .mySwiper3 {
    margin-top: 5vh;
    height: 50vh;
    width: 100%;
  }
  .mySwiper {
    height: 18vh;
    box-sizing: border-box;
    padding: 2vh 0;
  }
  .button-next,
  .button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    scale: 0.8;
  }
  .karakteristike {
    display: flex;
    width: 100%;
  }
  .karakteristike-single {
    display: block;
    align-items: center;
    width: 33%;
    margin: auto;
  }
  .karakteristike-single-text h3 {
    font-size: 18px;
    font-weight: 300;
  }
  .karakteristike-single-text h4 {
    font-size: 18px;
    color: #848595;
    font-weight: 300;
    margin-top: 2px;
  }
  .karakteristike-single__icon img {
    width: 55px;
    margin-right: 1vh;
  }
  .oprema-table {
    width: 100%;
    margin: 5vh 0;
    border-collapse: collapse;
  }
  .oprema-table th {
    background-color: #ececec;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    padding: 12px;
    text-align: left;
  }
  .oprema-table td {
    border: 2px solid #ececec;
    padding: 12px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
  }
  .oprema-table td:first-child {
    text-align: left;
  }
  .oprema-table td img {
    display: block;
    margin-left: 0;
    scale: 0.9;
  }
  .rent-a-car-form h2 {
    font-size: 32px;
    margin-top: 5vh;
  }
  .rent-a-car-form hr {
    width: 20%;
    border: 0;
    height: 3px;
    background-color: #b92125;
    margin: 1vh 0;
  }
  .form-container {
    margin-top: 3vh;
    width: 100%;
  }
  .form-group {
    margin-bottom: 12px;
  }
  .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 22px;
    font-family: "Lato";
    margin-bottom: 1vh;
  }
  .form-group input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fcfbfb;
    border-radius: 12px;
  }
  .form-group input::placeholder {
    color: #848595;
  }
  .datetime-group {
    display: flex;
    justify-content: space-between;
  }
  .datetime-group input {
    width: 48%;
    padding: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fcfbfb;
    border-radius: 12px;
  }
  .car h3,
  .form-group p {
    font-family: "Lato";
    font-weight: 400;
  }
  .form-group p {
    margin: 3vh 0;
    font-size: 38px;
    color: #b92125;
  }
  .form-group button[type="submit"] {
    width: 100%;
    padding: 10px;
    margin: 3vh 0;
    background-color: #b92125;
    color: #fff;
    border: 0;
    border-radius: 12px;
    /* font-size: 30px; */
    cursor: pointer;
  }
  .form-group button[type="submit"]:hover {
    background-color: #b92126ce;
  }
  .other-cars {
    padding: 0 5%;
  }
  .other-cars h2 {
    font-size: 36px;
  }
  .other-cars hr {
    border: 0;
    background-color: #b92125;
    height: 3px;
    width: 20%;
  }
  .car {
    margin: 10px;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .car img {
    max-width: 100%;
  }
  .car h3 {
    margin-top: -40px;
    font-size: 32px;
    text-align: left;
  }
  .car p {
    margin: 5px 0;
  }
  .car span {
    font-size: 16px;
    color: #848595;
    font-weight: 300;
  }
  .rent-button {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    font-family: "Lato";
  }
  .rent-button:hover {
    background-color: #1e6d3ed2;
    transition: 0.3s;
  }
  .characteristics {
    display: flex;
    padding: 0;
    align-items: center;
    width: 100%;
    margin: 3vh 0;
  }
  .price-container {
    justify-content: space-between;
    background-color: #f2f7f6;
    padding: 5px 50px 5px 10px;
    border-radius: 5px;
  }
  .price-container h3 {
    color: #b92125;
    font-size: 32px;
    margin-top: 0;
    font-family: "Merriweather";
  }
  .price-container p {
    font-size: 1.7vh;
    color: #848595;
  }
  .price-container h4 {
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
    margin-top: 1vh;
  }
  .cijena-dan-container,
  .price-container {
    display: flex;
    align-items: center;
  }
  .rent-button {
    background-color: #1e6d3e;
    color: #fff;
    border-radius: 12px;
    font-size: 22px;
    padding: 10px 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    margin-top: 2vh;
    margin-bottom: 10vh;
  }
  .rent-button img {
    width: 18px;
    height: 22px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-rent-a-car-details {
    height: 250px;
    background-position: center;
  }
  .rent-a-car-single {
    flex-direction: column;
  }
  .rent-a-car-content {
    width: 100%;
  }
  .rent-a-car-form {
    width: 100%;
    padding-left: 0;
  }
  .rent-a-car-content h2 {
    font-size: 36px;
  }
  .rent-a-car-content hr {
    border: 0;
    background-color: #b92125;
    height: 3px;
    width: 30%;
    margin: 1vh 0;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;

  }
  .mySwiper2 {
    margin-top: 5vh;
    height: 40vh;
    width: 100%;
  }
   .mySwiper3 {
    margin-top: 5vh;
    height: 40vh;
    width: 100%;
  }
  .mySwiper {
    height: 14vh;
    box-sizing: border-box;
    padding: 2vh 0;
  }
  .button-next,
  .button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    scale: 0.7;
  }
  .karakteristike {
    display: flex;
    width: 100%;
  }
  .karakteristike-single {
    display: block;
    align-items: center;
    width: 25%;
    margin: auto;
  }
  .karakteristike-single-text h3 {
    font-size: 16px;
    font-weight: 300;
  }
  .karakteristike-single-text h4 {
    font-size: 16px;
    color: #848595;
    font-weight: 300;
    margin-top: 2px;
  }
  .karakteristike-single__icon img {
    width: 4.8vh;
    margin-right: 1vh;
  }
  .oprema-table {
    width: 100%;
    margin: 5vh 0;
    border-collapse: collapse;
  }
  .oprema-table th {
    background-color: #ececec;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    text-align: left;
  }
  .oprema-table td {
    border: 2px solid #ececec;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
  }
  .oprema-table td:first-child {
    text-align: left;
  }
  .oprema-table td img {
    display: block;
    margin-left: 0;
    scale: 0.8;
  }
  .rent-a-car-form h2 {
    font-size: 28px;
    margin-top: 2vh;
  }
  .rent-a-car-form hr {
    width: 20%;
    border: 0;
    height: 3px;
    background-color: #b92125;
    margin: 1vh 0;
  }
  .form-container {
    margin-top: 3vh;
    width: 100%;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    font-family: "Lato";
    margin-bottom: 1vh;
  }
  .form-group input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fcfbfb;
    border-radius: 12px;
  }
  .form-group input::placeholder {
    color: #848595;
  }
  .datetime-group {
    display: flex;
    justify-content: space-between;
  }
  .datetime-group input {
    width: 49%;
    padding: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fcfbfb;
    border-radius: 12px;
  }
  .car h3,
  .form-group p {
    font-family: "Lato";
    font-weight: 400;
  }
  .form-group p {
    margin: 3vh 0;
    font-size: 35px;
    color: #b92125;
  }
  .form-group button[type="submit"] {
    width: 100%;
    padding: 10px;
    margin: 3vh 0;
    background-color: #b92125;
    color: #fff;
    border: 0;
    border-radius: 12px;
    font-size: 20px;
    cursor: pointer;
  }
  .form-group button[type="submit"]:hover {
    background-color: #b92126ce;
  }
  .other-cars {
    padding: 0 5%;
  }
  .other-cars h2 {
    font-size: 30px;
  }
  .other-cars hr {
    border: 0;
    background-color: #b92125;
    height: 3px;
    width: 25%;
  }
  .car {
    margin: 0 0-10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    text-align: center;
  }
  .car img {
    max-width: 100%;
  }
  .car h3 {
    margin-top: -50px;
    font-size: 34px;
    text-align: left;
  }
  .car p {
    margin: 5px 0;
  }
  .car span {
    font-size: 16px;
    color: #848595;
    font-weight: 300;
  }
  .rent-button {
    display: block;
    margin-top: 10px;
    text-decoration: none;
  }
  .rent-button:hover {
    background-color: #1e6d3ed2;
    transition: 0.3s;
  }
  .characteristics {
    display: flex;
    padding: 0;
    align-items: center;
    width: 100%;
    margin: 3vh 0;
  }
  .price-container {
    justify-content: space-between;
    background-color: #f2f7f6;
    padding: 5px 50px 5px 10px;
    border-radius: 5px;
  }
  .price-container h3 {
    color: #b92125;
    font-size: 36px;
    margin-top: 0;
    font-family: "Merriweather";
  }
  .price-container p {
    font-size: 1.7vh;
    color: #848595;
  }
  .price-container h4 {
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
    margin-top: 1vh;
  }
  .cijena-dan-container,
  .price-container {
    display: flex;
    align-items: center;
  }
  .rent-button {
    background-color: #1e6d3e;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
    padding: 10px 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    margin-top: 2vh;
    margin-bottom: 10vh;
  }
  .rent-button img {
    width: 20px;
    height: 25px;
    margin-right: 10px;
  }
}

.car .middle{
  margin-top:0;
}

.rent-a-car-content .karakteristike-single{
  width: 100%;
}


.success-container span{
  color: #b92125;
  font-size: 27px;
}

.success-container a{
  color: #b92125;
    transition: all 0.5s ease-in-out;
}

.success-container a:hover{
  color: #1e6d3e;
  transition: all 0.5s ease-in-out;
}

.blog-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-grid .blog-post{
  width: 100%;
}

.blog-grid .blog-post a{
  display: block;
}

@media only screen and (max-width: 1200px){
  .blog-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}



.blog-gallery{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
}

.blog-gallery a{
  width: 100%;
  height: 420px;
}

.blog-gallery a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-top: 30px;
}

.other-blogs{
  display: block;
  width: 100%;


}

.other-blogs .blog-post{
width: 100%;
display: flex;
align-items: center;
  }

  .other-blogs .blog-post img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-right: 20px;
  }

  .other-blogs .blog-post .post-date-btn{
    display: block;
  }

  .other-blogs .blog-post .post-date-btn .post-date{
    width: 100%;
  }

    .other-blogs .blog-post h2{
      font-size: 20px;
    }

      .other-blogs .blog-post .post-date-btn .post-date h5{
        text-align: left;
        color: rgb(128, 120, 120);
        font-weight: 500;
        margin-top: 10px;
      }


      .kontakt-info-box a{
        background-image: none !important;
      }

.kontakt-form form{
  width: 100%;
}

.kontakt-form form input, .kontakt-form form textarea, .kontakt-form form input::placeholder, .kontakt-form form textarea::placeholder {
  font-weight: 300;
  font-family: "Merriweather";
  font-size: 18px;
  font-family: "Merriweather";
}
.kontakt-form form input, textarea{
  width: 60%;
    background-color: #ffffff;
    color: #000;
    border: 0;
    padding: 1vh 0.5vh;
    font-size: 18px;
    border-bottom: 1px solid #000;
    font-weight: 300;
    font-family: "Merriweather";
    border-radius: 0px;
    height: auto !important;
    margin-top: 0;
    outline: none;
}
@media screen and (max-width: 1400px) {
.kontakt-form form input, .kontakt-form form textarea, .kontakt-form form input::placeholder, .kontakt-form form textarea::placeholder {
  font-size: 16px;
}
}
.general-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 30px 0;
}

.general-grid a{
  width: 100%;
  height: 250px;
}

.general-grid a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.aboutSwiper{
  padding:  0;
}

.aboutSwiper .swiper-slide:not(.swiper-slide-active) :not(:first-child){
  display: block;
}

.aboutSwiper .swiper-slide .date-container img{
  width: 15px;
  height: 19px;
  border-radius: 0;
}

.aboutSwiper .swiper-slide{
  width: 100% !important;
  max-width: 300px;
  height: 316px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutSwiper .swiper-slide-next, .swiper-slide-prev{
  scale: 1;
  opacity: 1;
}

.aboutSwiper .swiper-slide a{
  justify-content: flex-start;
}

.aboutSwiper .swiper-slide a h3{
  text-align: left;
}

.aboutSwiper .swiper-slide a .slide-content h3{
  font-size: calc(24px* 0.9);
}

.aboutSwiper .swiper-pagination-bullet {
    padding: 10px;
    margin: 0 10px !important;
    background-color: #b92125;
}

.aboutSwiper .swiper-pagination-bullet-active{
  opacity: 1;
  background-color: #b92125 !important;
}

.home-main .mainSwiper{
  padding: 0;
}

.home-main .mainSwiper .swiper-wrapper{
  padding: 0;
}

.home-main .mainSwiper .swiper-wrapper .swiper-slide{
  padding: 0;
  height: 100%;
  width: 100%;
}

.home-blog .blog-section .blog-item.active{
  border-radius: 0 !important;
}

.main-kontakt #red-circle2{
  position: absolute;
    width: 6vh;
    height: 7.8vh;
    top: 14%;
    left: 7%;
    scale: 1;
}

.kontakt-form{
  padding-bottom: 15%;
}

.car .thumbnail{
  width: 100%;
  max-width: 526px;
  height: 526px;
}

.swiper-container .swiper-wrapper{
  padding: 0;
}

.swiper-container .swiper-wrapper .swiper-slide{
  padding: 0;
}

.ture .tour .rating{
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: #000;
}


.user-details-form-single input{
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  margin-bottom: 0px;
  margin-top: 15px;
    padding: 15px;
    color: #b3b3b3;
}

.user-details-form-single textarea{
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  margin-bottom: 0;
  margin-top: 15px;
  padding: 15px;
  color: #b3b3b3;
  resize: none;
}

.user-details-form-single input::placeholder,
.user-details-form-single textarea::placeholder {
  font-size: 16px !important;
  color: #b3b3b3 !important;
  font-family: "Merriweather" !important;
}

.user-details-form-single input:focus,
.user-details-form-single textarea:focus{
  outline: none;
}

.dropdown-date h4, .dropdown-time h4{
  font-weight: 400 !important;
}

.ture-details-content .karakteristike{
  width: 100% !important;
}

.tours-cards .tour{
  width: 100%;
}

.ture-details-content .mySwiper2 .swiper-slide img{
  object-fit: cover;
}

.rent-a-car-content .mySwiper3 .swiper-slide img{
  object-fit: contain;
}

.luggage span{
  font-size: 20px !important;
}

.slider-recenzije .mainSwiper .swiper-slide-next, .slider-recenzije .mainSwiper .swiper-slide-prev{
      scale: 0.5;
    opacity: 0.7;
}

.slider-recenzije .mainSwiper .swiper-wrapper {
  padding: 0 !important;
  align-items: flex-start;
}

.slider-recenzije .mainSwiper .swiper-slide{
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}


.slider-recenzije .mainSwiper .swiper-slide h3{
  color: #000;
}

.slider-recenzije .mainSwiper .swiper-slide img{
  border-radius: 50%;
    width: 253px !important;
    height: 253px !important;
}

.slider-recenzije .mainSwiper .swiper-slide .stars img{
  width: 45px !important;
    height: 45px !important;
    margin: 3vh 0.5vh;
}

  @media only screen and (max-width: 1200px){
    .general-grid{
      grid-template-columns: repeat(3, 1fr);
    }
  }

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

  .aerodrom-content .karakteristike{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }

  .aerodrom-content .karakteristike .karakteristike-single{
    width: 100% !important;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 5px;
  }
  .aerodrom-content .karakteristike-single__icon, .aerodrom-content .karakteristike-single__icon img {
    margin: 0;
  }
  .aerodrom-content .karakteristike-single__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .blog-grid{
    grid-template-columns: 1fr;
  }

  .kontakt-form form input, textarea{
    width: 90%;
  }

   .general-grid{
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    .kontakt-info-box a{
      padding-left: 0;
    }

    .other-cars .car h3{
      margin-top: 0;
    }

    .rent-a-car-content .karakteristike{
      grid-template-columns: repeat(3, 1fr);
    }

    .mySwiper{
      height: 80px;
      margin: 2vh 0;
      padding: 0;
    }

    .mySwiper .swiper-slide{
      height: 80px;
      padding: 0;
    }
     .mySwiper .swiper-slide img{
      height: 100% !important;
    }

    .mySwiper2 .swiper-slide img{
      height: 100% !important;
    }

        .mySwiper3 .swiper-slide img{
      height: 100% !important;
    }


    .car .thumbnail{
      height: 45vh !important;
    }

    .car h3{
      margin-top: 0;
    }

    .car .rent-button{
      width: 100%;
    }

    .car .price-container{
      padding-right: 0;
    }

    .ture-details-content .karakteristike{
 display: grid !important;
 grid-template-columns: repeat(2, 1fr);
 gap: 10px;
}

.ture-details-content .karakteristike .karakteristike-single{
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 5px;
}
.ture-details-content .karakteristike .karakteristike-single .karakteristike-single__icon,
.ture-details-content .karakteristike .karakteristike-single .karakteristike-single__icon img
{
  margin: 0;
}
.ture-details-content .karakteristike .karakteristike-single .karakteristike-single__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

}

@media only screen and (max-width: 576px){
  .karakteristike-single-text h3, .karakteristike-single-text h4 {
    font-size: 14px;
  }
  .karakteristike-single-text h4 {
    margin: 0;
  }
  .blog-gallery{
    grid-template-columns: 1fr;
  }

  .blog-gallery a{
    height: 250px;
  }

   .general-grid a{
    height: 180px;
    }

    .main-kolacici__content h1 {
  font-size: 35px;
}

.main-politika-privatnosti__content h1{
  font-size: 35px;
}
}

#header2 a[href^="mailto:"]{
  background-image: url(../images/black-envelope.png) !important;

}

#header2 a[href^="tel:"]{
  background-image: url(../images/black-phone.png) !important;

}

#header2 .head .head-contact a{
  color: #000 !important;
}


@media only screen and (max-width: 1199px){
  .head .head-contact a{
    color: #000 !important;
  }

  .head-wrap .head .head-nav li summary{
    color: #000 !important;
  }
}

.rent-cars .parent-slider .swiper-wrapper .swiper-slide{
flex-direction: row;
height: 100%;
}

.car-specifics .book{
  display: flex !important;
  justify-content: center;
}

.car-specifics .book a{
    width: max-content;
}

.rent-cars .parent-slider .swiper-button-next, .swiper-button-prev{
display: flex;
  opacity: 1;
}

.rent-cars .parent-slider .swiper-slide:not(.swiper-slide-active) :not(:first-child){
  display: block;
}

.child-slider .swiper-slide-next, .swiper-slide-prev{
  scale: 1;
  opacity: 1;
}

#transfer-upit .lagguage-option-buttons button:hover{
  opacity: 1;
  border-radius: 50%;
}

.languages {
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 1600px){
  .languages {
    width: 28px;
    height: 28px;
  }
}
.languages details summary {
  padding: 0 !important;
}
.languages details summary svg{
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: all 0.5s;
}
.languages details summary {
  transform: translateY(-4px);

}
#header2 .languages details summary svg{
  fill: #000;
}

.tour-price-1 {
  margin-top: 10px;
}

.date-time-dropdown {
  flex-direction: row;
  margin: 20px 0;
}
.date-time-dropdown .dropdown-date, .date-time-dropdown .dropdown-time {
  padding: 0;
}
.date-time-dropdown .dropdown-date img, .date-time-dropdown .dropdown-time img{
  width: 60px;
  height: auto;
}
@media screen and (max-width: 575px) {
  .date-time-dropdown .dropdown-date img, .date-time-dropdown .dropdown-time img{
    width: 50px;
  }
}
.date-time-dropdown .dropdown-date #date-select, .date-time-dropdown .dropdown-time #time-select{
  margin: 0;
  padding: 0;
}
#transfer-upit h4 {
  font-size: 20px;
}
.user-details-form-single input {
  height: 50px;
}
#form-line {
  width: 100%;
}
.ture-details-content h1, .ture-details-content h2{
font-size: 45px;
}
@media screen and (max-width: 1600px){
  .ture-details-content h1, .ture-details-content h2{
    font-size: 40px;
    }
}
@media screen and (max-width: 1400px){
  .ture-details-content h1, .ture-details-content h2{
    font-size: 35px;
    }
}
@media screen and (max-width: 576px){
  .ture-details-content h1, .ture-details-content h2{
    font-size: 28px;
    }
}

.homeReviewSwiper {
  padding: 0;
  padding-bottom: 50px;
  /* margin-top: 50px; */
}
.homeReviewSwiper .swiper-wrapper {
  padding: 0;
}
.homeReviewSwiper .swiper-slide {
  height: fit-content;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  color: #000;
} 
.homeReviewSwiper .swiper-pagination {
  bottom: 0;
}
.homeReviewSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #38b56b;
  transition: all 2.5s;
}
.homeReviewSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #38b56b !important;
}
.reviews-wrap .reviews .review-text p {
  font-size: 22px;
}
.reviews-wrap .reviews .review-stars {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.reviews-wrap .reviews .review-stars img + img {
  margin-left: 10px;
}
.reviews-wrap .reviews .review-author .author-name p {
  font-size: 28px;
} 
.reviews-wrap .reviews .review-author .author-name span {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .reviews-wrap .reviews .review-text p {
    font-size: 18px;
  }
  .reviews-wrap .reviews .review-author .author-name p {
    font-size: 22px;
  } 
  .reviews-wrap .reviews .review-author .author-name span {
    font-size: 16px;
  }
}
.other-blogs .blog-post .post-date-btn .post-date h5 {
  position: relative;
  padding-left: 25px;
}
.other-blogs .blog-post .post-date-btn .post-date h5::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 22px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../images/green-calendar.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .other-blogs .blog-post .post-date-btn .post-date h5 {
    padding-left: 20px;
  }
  .other-blogs .blog-post .post-date-btn .post-date h5::before {
    width: 16px;
    height: 16px;
  }
}
.time2, .time2 input, .date2, .date2 input {
  width: 100%;
}
.time2 input, .date2 input {
  padding: 0;
  border: none;
  outline: none;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
.dropdown-date, .dropdown-time {
  border-radius: 17px;
}
.white-head-2 {
  background-color: #fff;
  height: 100px;
  border-bottom: 2px solid #1e6d3e;
}
.white-head-2 .head .head-nav a, .white-head-2 .head .head-contact a {
  color: #000 !important;
}
.white-head-2 .head .head-nav .contact {
  color: #fff !important;
}
.white-head-2 .languages details summary svg {
  fill: #000;
}
.white-head-2 .head-nav details ul li .active, .white-head .head-nav details ul li .active {
  color: #fff !important;
}
.logo1 {
  position: relative;
}
.logo1 .whitelogo, .logo1 .colorlogo {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.logo1 .whitelogo {
  opacity: 1;
}
.logo1 .colorlogo {
  opacity: 0;
}
.white-head-2 .logo1 .whitelogo {
  opacity: 0;
}
.white-head-2 .logo1 .colorlogo {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .white-head-2, .white-head {
    height: 60px !important;
  }
  .white-head-2 .head .head-nav .contact {
    color: #000 !important;
  }
}


@media screen and (max-width: 1600px) {
  .smaller-logo {
    width: 340px;
  }
}
@media screen and (max-width: 1399px) {
  .smaller-logo {
    width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .smaller-logo {
    width: 170px;
  }
}
.white-head-2 .head-contact a[href^="mailto:"] {
  background-image: url('../images/black-envelope.png') !important;
  padding-left: 25px;
}
@media screen and (max-width: 1199px) {
  .white-head-2 .head-contact a[href^="mailto:"] {
    padding-left: 30px;
  }
}
.white-head-2 .head-contact a[href^="tel:"] {
  background-image: url('../images/black-phone.png') !important;
}
.aerodrom-form form {
  margin: 0;
}
.rent-a-car-form .form-group input, .rent-a-car-form .form-group input::placeholder {
  font-family: "Lato";
  font-size: 16px;
}
.rent-a-car-form .form-group button[type="submit"] {
  margin: 0;
}
.rent-a-car-form .form-group p {
  margin: 20px 0 10px;
}
.languages-mobile {
  display: none;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .languages-mobile {
    display: block;
  }
}
header.white {
  background-color: #fff;
}
header.white .logo1 .colorlogo {
  opacity: 1;
}
.languages-mobile li {
  margin-top: 5px;
}
.languages-mobile a {
  font-size: 16px !important;
  padding: 0 5px !important;
  margin-top: 10px;
}
.languages-mobile .active {
  background-color: transparent !important;
  border-bottom: 3px solid #b92125;
}
.ture .swiper-container .swiper-button-next, .ture .swiper-container .swiper-button-prev {
  display: flex;
  opacity: 1;
}
.ture .swiper-container .swiper-slide img {
  height: 100% !important;
}
.tour-price-1 .tour-price-prefix-1 {
  margin-right: 5px;
}
@media screen and (max-width: 575px) {
  .ture .swiper-container {
    margin-bottom: 10px;
  }
  .ture .swiper-container .swiper-slide {
    height: 250px;
  }
  .ture .swiper-container .swiper-pagination-bullet {
    padding: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #fff;
  }
  .tour .tour-place-1 {
    margin: 0;
    font-size: 16px;
  }
  .tour .tour-price-1 {
    margin: 0;
  }
  .tour {
    margin: 0;
  }
  .tour + .tour{
    margin-top: 40px;
  }
  .pagination {
    padding: 0;
    margin: 40px 0;
  }
  .pagination a {
    font-size: 20px;
  }
  .tour-pagination a {
    width: 35px;
    height: 35px;
  }
  .pagination a.active, .pagination a:hover {
    border-radius: 50% !important;
  }
}

@media only screen and (max-width: 575px) {
  #transfer-upit h4 {
      font-size: 16px;
      margin: 0;
  }
  .user-details-form-single input, .user-details-form-single input::placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vozila-container .car .thumbnail {
    height: 250px !important;
  }
  .vozila-container .car .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .vozila-container .car .middle h3 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
  }
  .vozila-container .car .middle .characteristics {
    display: none;
  }
  .vozila-container .car .price-container {
    margin-top: 0;
  }
  .car .price-container .cijena-dan-container h3, .car .price-container .cijena-dan-container p {
    font-size: 24px;
  }
  .car .price-container h4 {
    font-size: 16px;
    margin: 0;
  }
  .car .rent-button {
    font-size: 20px;
  }
  .car .rent-button img {
    width: 20px;
    height: 25px;
  }
  .mySwiper2 .button-next, .mySwiper2 .button-prev {
    width: 25px;
    height: 25px;
    scale: 1;
  }
    .mySwiper3 .button-next, .mySwiper3 .button-prev {
    width: 25px;
    height: 25px;
    scale: 1;
  }
  .mySwiper2 .button-next {
    right: 0;
  }
  .mySwiper2 .button-prev {
    left: 0;
  }
    .mySwiper3 .button-next {
    right: 0;
  }
  .mySwiper3 .button-prev {
    left: 0;
  }
  .mySwiper2 .button-next img, .mySwiper2 .button-prev img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
    .mySwiper3 .button-next img, .mySwiper3 .button-prev img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .other-cars .characteristics {
    display: none;
  }
  .other-cars .car h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .other-cars .car .price-container {
    padding: 5px 10px;
  }
  .other-cars .car > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 250px;
  }
  .other-cars .car .rent-button {
    margin-bottom: 50px;
  }
}

.recenzije-single-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recenzije-single-card .stars2 {
  margin-top: 20px;
}
.izleti, .automobili, .transferi {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ture .no-results{
  margin-bottom: 30px;
  color: #b92125;
}


/* SLIDER */

.rent-cars .bigCarSlider{
  overflow: hidden;
  padding-bottom: 90px;
}

.rent-cars .bigCarSlider > .swiper-wrapper > .swiper-slide{
  background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    height: 500px;
}

.rent-cars .bigCarSlider > .swiper-wrapper .car-specifics {
    width: 50%;
}

.rent-cars .bigCarSlider > .swiper-wrapper h3 {
    font-size: 64px;
    color: #000;
    font-weight: 400;
    font-family: "Lato";
    text-align: center;
    margin-bottom: 70px;
}

.rent-cars .bigCarSlider > .swiper-wrapper .price-per-day {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.rent-cars .bigCarSlider > .swiper-wrapper .price-per-day li p {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #000;
      margin: 0;
      display: block !important;
}

.rent-cars .bigCarSlider > .swiper-wrapper .price-per-day li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rent-cars .bigCarSlider > .swiper-wrapper .price-per-day li + li {
    margin-left: 50px;
}

.rent-cars .bigCarSlider > .swiper-wrapper .price-per-day li p + p {
    margin-top: 20px;
}

.rent-cars .bigCarSlider > .swiper-wrapper .book .red-btn {
    color: #fff;
    background-color: #b92125;
}

.rent-cars .bigCarSlider > .swiper-wrapper .book .white-btn {
    color: #b92125;
    background-color: #fff;
}

.rent-cars .bigCarSlider > .swiper-wrapper .book a {
    font-size: 24px;
    font-weight: 300;
    padding: 5px 10px;
    border: 2px solid #b92125;
}

.rent-cars .bigCarSlider > .swiper-wrapper .book a + a {
    margin-left: 10px;
}

.rent-cars .bigCarSlider .smallCarSlider {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 500px;
    padding-bottom: 50px;
}

.rent-cars .bigCarSlider .smallCarSlider .car-image{
  width: 100%;
  height: 100%;
}

.rent-cars .bigCarSlider .smallCarSlider img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.rent-cars .bigCarSlider .swiper-button-next::after, 
.rent-cars .bigCarSlider .swiper-button-prev::after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.rent-cars .bigCarSlider > .swiper-wrapper > .swiper-slide .swiper-button-prev::after {
    transform: rotate(180deg);
}

.rent-cars .bigCarSlider .swiper-button-next, .swiper-button-prev{
  display: flex;
  opacity: 1;
}

.rent-cars .bigCarSlider > .swiper-wrapper .car-details {
    display: flex;
    align-items: start;
    position: absolute;
    bottom: 0;
    right: 25%;
    transform: translateX(50%);
    z-index: 2;
}

.rent-cars .bigCarSlider > .swiper-wrapper .car-details div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rent-cars .bigCarSlider > .swiper-wrapper .car-details div img {
    width: 50px;
    height: 50px !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    border: 2px solid #000;
    margin-bottom: 25px;
}

.rent-cars .bigCarSlider > .swiper-wrapper .car-details div p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #000;
}
.rent-cars .bigCarSlider > .swiper-wrapper .car-details div + div, .support > div + div {
    margin-left: 30px;
}

.rent-cars .bigCarSlider .swiper-pagination {
    /* bottom: -50px; */
}


.rent-cars .bigCarSlider .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border: 1px solid #1e6d3e;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    margin: 0;
    transition: all 0.5s;
}

.rent-cars .bigCarSlider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1e6d3e !important;
}

.rent-cars .bigCarSlider .smallCarSlider .swiper-slide-next, .rent-cars .bigCarSlider .smallCarSlider .swiper-slide-prev{
  scale: 1;
  opacity: 1;
}

.rent-cars .bigCarSlider .swiper-slide-next, .rent-cars .bigCarSlider .smallCarSlider .swiper-slide-prev{
    scale: 1;
  opacity: 1;
}

.rent-cars .swiper-slide:not(.swiper-slide-active) :not(:first-child) {
display: flex !important;
}

@media screen and (max-width: 1399px) {
    .rent-cars .bigCarSlider > .swiper-wrapper h3 {
        font-size: 48px;
        margin-bottom: 40px;
    }

        .rent-cars .bigCarSlider > .swiper-wrapper .price-per-day {
        margin-bottom: 40px;
    }
    .rent-cars .bigCarSlider > .swiper-wrapper .price-per-day li p {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .rent-cars .bigCarSlider > .swiper-wrapper .car-specifics {
        width: 100%;
    }

        .rent-cars .bigCarSlider .child-slider {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 0;
    }
    .rent-cars .bigCarSlider > .swiper-wrapper > .swiper-slide {
        flex-direction: column;
        padding-bottom: 100px;
        height: auto;
    }

    .rent-cars .bigCarSlider > .swiper-wrapper .car-details {
        right: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .rent-cars .bigCarSlider .smallCarSlider {
        height: 250px;
        width: 100%;
        padding-bottom: 0;
    }
    .rent-cars .bigCarSlider > .swiper-wrapper h3 {
      font-size: 30px;
      margin-bottom: 20px;
  }
    .rent-cars .bigCarSlider > .swiper-wrapper .car-details div img {
        width: 30px;
        height: 30px !important;
        margin-bottom: 15px;
        border-radius: 0;
    }

    .rent-cars .bigCarSlider > .swiper-wrapper .car-details div p {
        font-size: 15px;
        width: -moz-max-content;
        width: max-content;
        max-width: 100px;
    }
    .rent-cars .bigCarSlider > .swiper-wrapper .book a {
      font-size: 16px;
    }
    .rent-cars .bigCarSlider > .swiper-wrapper .price-per-day li p {
      font-size: 14px;
    }
    .rent-cars .bigCarSlider > .swiper-wrapper .price-per-day li p + p {
      margin-top: 0;
    }
    .rent-cars .bigCarSlider > .swiper-wrapper .price-per-day li + li {
      margin-left: 20px;
    }
    .rent-cars .bigCarSlider > .swiper-wrapper .price-per-day {
      margin-bottom: 0;
    }
    .rent-cars .bigCarSlider > .swiper-wrapper .car-details {
      display: none !important;
  }
  .rent-cars .bigCarSlider > .swiper-wrapper > .swiper-slide {
    padding-bottom: 50px;
    position: relative;

  }
  .rent-cars .bigCarSlider > .swiper-wrapper .book {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .rent-cars .bigCarSlider .swiper-pagination .swiper-pagination-bullet {
    padding: 0;
    width: 12px;
    height: 12px;
  }

  .rent-a-car-content .mySwiper3 .swiper-slide img{
    object-fit: contain;
  }
}