:root {
  --primary-color: #ec2227;
  --secondary-color: #f5f5f5;
  --third-color: #333333;
  --background: rgba(53, 54, 58, 0.6705882353);
}



/* CSS Reset */
* {
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  width: 100%;
  font-family: sans-serif;
}
body {
  padding: 0px !important;
  margin: 0px !important;
  font-family: Inter;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

.swiper-pagination-bullet-active {
  background-color: #ec2227 !important;
}

.mobile-view{
  display: none;
}

header {
  background-color: rgba(53, 54, 58, 0.6705882353);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
}
header .language-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .language-buttons img {
  width: 50px;
  border-radius: 10px;
}
header .language-buttons button {
  margin-top: 0px;
  background-color: transparent;
}
header .logo_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 600px;
  font-size: 18px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  margin:20px 100px 20px;
}
.logo_header{
  margin:20px 0px 20px 100px;
}
header .logo_tabs #home {
  color: #ec2227;
}
/* dropdown  css*/
.w-100 {
  width: 100%;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-weight: 500;
  border: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--background);
  /* padding-top: 15px; */
  margin-top: 11rem;
  /* min-width: 160px; */
  width: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  /* align-items: center !important; */
}

.dropdown-content button {
  float: none;
  color: black;
  height: auto;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content button:hover {
  background-color: var(--background);
}

/* .dropdown:hover .dropdown-content {
  display: block;
} */
/* dropdown end  */

.swiper {
  width: 100vw;
  height: 700px;
}
.swiper .swiper-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: black;
  height: 100%;
  padding: 0px 100px 0px 100px;
}
.swiper .swiper-block .swiper-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.swiper .swiper-block .swiper-image {
  width: 800px;
  height: 700px;
}
.swiper .swiper-block .swiper-image img {
  width: 800px;
  height: 700px;
}

.swiper-title {
  font-size: 36px;
  color: #ec2227;
  font-weight: 700;
  margin-top: 5%;
}

.swiper-other-text {
  max-width: 480px;
  font-size: 18px;
  color: #333333;
  font-weight: 360;
  /* margin-top: 20px; */
}

[data-background="1"] {
  background-image: url("/img/backgroung_slide1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

[data-background="2"] {
  background-image: url("/img/backgroung_slide2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
[data-background="2"] .swiper-text {
  text-align: center;
  align-items: center !important;
}

[data-background="3"] {
  background-image: url("/img/backgroung_slide3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
[data-background="3"] .swiper-text {
  text-align: center;
  align-items: center !important;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #f5f5f5;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: black;
}

.lighten {
  color: white !important;
}

#services-car {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#services-car h4 {
  font-size: 36px;
  color: #ec2227;
  font-weight: 600;
}

.services {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}
.services .services-arrow {
  width: 26px;
  margin: 24px;
}
.services .service {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  color: #ec2227;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  width: 330px;
  height: 240px;
  padding: 20px 20px 10px 20px;
  border-radius: 8px;
  text-align: center;
}
.services .service img {
  width: 118px;
  height: 118px;
  margin-bottom: 30px;
}

#informative-block {
  height: 775px;
  width: 100vw;
  background-image: url("/img/block_bacl.png");
  background-repeat: no-repeat;
  margin-top: 70px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: auto;
}

#informative-block-two {
  width: 100vw;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

button {
  width: auto;
  color: white;
  border: none;
  background-color: #ec2227;
  border-radius: 7px;
  height: 45px;
  padding: 0px 16px 0px 16px;
  margin-top: 20px;
  font-size: 18px;
  cursor: pointer;
}

.splide {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 150px; */
  background-color: white;
  background-image: url("/img/curve.svg");
}
.splide .review-block {
  padding: 30px 35px 30px 35px;
}
.splide .review-block:after {
  content: url("/img/quote.svg");
  position: absolute;
  right: 50px;
  bottom: -23px;
}
.splide .review-name {
  color: #ec2227;
  margin-top: 29px;
  font-size: 22px;
  font-weight: 600;
}
.splide .review-stars {
  margin-bottom: 36px;
}
.splide .splide__slide {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  background-color: white;
  height: 322px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.splide .splide__slide.is-active {
  background-color: #35363a;
  color: white;
  height: 365px;
}

#contact-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact-block {
  flex: 1 1 100%;
  max-width: 500px;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2);
}

.contact-block h2 {
  margin-top: 0;
}

.contact-block form {
  display: flex;
  flex-wrap: wrap;
}

.contact-block input[type="text"],
.contact-block input[type="email"],
.contact-block input[type="tel"],
.contact-block textarea {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  font-size: 1rem;
  color: #444;
}

.contact-block textarea {
  height: 10rem;
}

.contact-block button[type="submit"] {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #007bff;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}

.contact-block button[type="submit"]:hover {
  background-color: #0069d9;
}

.map-block {
  flex: 1 1 100%;
  max-width: 500px;
  margin-bottom: 1rem;
  background-image: url("/img/map.svg");
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}



.map-under-cover {
  /* padding-top: 100%; */
  background-color: rgba(245, 245, 245, 0.6470588235);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
  height: 100%;
}

.map-under-cover a,
.map-under-cover p {
  position: static;
  width: 100%;
  margin-bottom: 1rem;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #444;
  padding: 1rem;
}

.map-under-cover a:hover {
  color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .map-block span {
    font-size: 14px; /* Change the font size to 12px on smaller screens */
  }
  .map-under-cover a{
    text-align: center;
  }
}

.map-under-cover p {
  margin-top: 0;
  font-size: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
.row .card p {
  /* margin: 0; */
  font-size: 1.25rem;
  color: #ec2227;
  font-weight: 600;
  text-align: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}

.card {
  flex: 1 1 100%;
  max-width: 100px; /* or any other value you prefer */
  margin: 20px;
}

@media (min-width: 650px) {
  .card {
    flex: 1 1 100%;
  max-width: 250px;
  margin: 10px 45px;
  }
}

/* @media (min-width: 768px) {
  .card {
    flex: 1 1 calc(50% - 20px);
  }
} */

@media (min-width: 992px) {
  .card {
    flex: 1 1 100%;
  }

  header img {
    width: 200px;
    margin: 10px;
  }
}

/* @media (min-width: 650px) and (max-width: 991px) {
  .card {
    flex: 1 1 100%;
    max-width: 290px;
    margin: 30px;
  }
} */

@media (max-width: 649.9px) {
  .card {
    flex: 1 1 100%;
    max-width: 255px;
    margin: 20px;
  }
}

#services-car .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


ul {
  list-style-type: none;
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

li {
  list-style-type: none;
}

footer {
  background-image: url("/img/footer-back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  color: #ec2227;
  font-size: 26px;
  font-weight: 600;
  margin-top: 130px;
  padding-top: 0.5rem;
}
footer .footer-tabs {
  margin-top: 30px;
  width: 500px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}

#telegram-ic::before {
  position: relative;
  top: 20px;
  margin-right: 20px;
  content: url("/img/telegram.svg");
}

#phone-ic::before {
  position: relative;
  top: 20px;
  margin-right: 20px;
  content: url("/img/phone.svg");
}

#email-ic::before {
  position: relative;
  top: 20px;
  margin-right: 20px;
  content: url("/img/email-ico.svg");
}

#adress-ic::before {
  position: relative;
  top: 20px;
  margin-right: 20px;
  content: url("/img/location-ico.svg");
}

@media (max-width: 900px) {
  .dropbtn{margin: 0;}

  .logo_header{
    margin:20px 0px 0px 0px;
  }
  .swiper-title {
    font-size: 28px;
    color: #ec2227;
    font-weight: 600;
  }
  .swiper-other-text {
    font-size: 15px;
    margin-top: 25px;
  }
  
  .mobile-view{
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .mobile-view a{
   margin-bottom: 10px;
  }
  .mobile-view img{
    width: 40px;
    height: 40px;
  }
  .mobile-menu{
    color: #fff;
    display: none;
  }
  .mobile-menu li, .mobile-menu a, .mobile-menu ul{
    text-decoration: none;
    padding: 0;
  }
  .logo_tabs{
    display: none !important;
  }
  .services {
    flex-direction: column;
  }
  .services-arrow {
    transform: rotate(90deg);
  }
  [data-background="1"] .swiper-block {
    justify-content: center;
  }
  [data-background="1"] .swiper-text {
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items: center !important;
  }
  [data-background="1"] .swiper-image {
    display: none;
  }
  .splide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    background-color: white;
    background-image: url("/img/curve.svg");
  }
  .splide .review-block {
    padding: 10px 15px 10px 15px;
  }
  .splide .review-block:after {
    content: none;
  }
  .splide .review-name {
    color: #ec2227;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
  }
  .splide .review-stars {
    margin-bottom: 10px;
  }
  .splide .review-stars img {
    width: 10px;
  }
  .splide .splide__slide {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    background-color: white;
    height: 240px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
  }
  .splide .splide__slide.is-active {
    background-color: #35363a;
    color: white;
    height: 265px;
    font-size: 10px;
  }
  /* .header-background {
    height: 170px;
    z-index: 15;
  } */
  header {
    padding: 0px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
  header img {
    width: 110px;
    margin: 6px;
  }
  header .logo_tabs {
    /* display: flex;
    flex-direction: row; */
    /* flex-wrap: wrap; */
    width: 100%;
    padding: 10px 20px;
  }
  header .logo_tabs .language-buttons img {
    width: 30px;
  }
  header .logo_tabs .tab {
    width: 100px;
    height: 25px;
  }
  #informative-block,
  #informative-block-two {
    height: 100%;
    flex-direction: column;
  }
  #informative-block img,
  #informative-block-two img {
    width: 350px !important;
    height: auto;
  }
  #informative-block .swiper-text,
  #informative-block-two .swiper-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 30px;
  }

  footer {
    margin-top: 10px;
    height: 140%;
  }
  footer .footer-tabs {
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 8px;
    width: 100%;
  }
} /*# sourceMappingURL=style.css.map */

.pop-up-under{
  background-color: #38383887;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top:0px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up{
  background-color: #f5f5f5;
  width:550px;
  height: 450px;
}
.hidden-pop{
  display:none;
}


.service-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
}

.service-content {
  max-width: 480px;
  font-size: 18px;
  color: #333333;
  font-weight: 300;
  margin-top: 5%;
  margin-bottom: 7%;
}

.service-btn {
  width: auto;
  color: white;
  border: none;
  background-color: #ec2227;
  border-radius: 7px;
  height: 45px;
  padding: 0px 16px 0px 16px;
  margin-top: 20px;
  font-size: 18px;
  cursor: pointer;
}

.service-btn:focus {
  outline: none;
}

.customer-reviews{
  display: flex;
  align-items: center;
  justify-content:flex;
  flex-direction: column;
  padding-top: 65px;

  font-size: 40px;
  color: #ec2227;
  font-weight: 800;
}

[data-background="4"] {
  background-image: url("/img/slide2bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#itsystem .swiper-text{
  text-align: center;
  align-items: center !important;
}

[data-background="3"] {
  background-image: url("/img/new\ banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  
}

#pojarka .swiper-text {
  text-align: center;
  align-items: center !important;
}

@media screen and (max-width: 400px){
  .map-block span {
    font-size: 11.5px; /* Change the font size to 12px on smaller screens */
  }
}
@media screen and (max-width: 900px){
[data-background="1"] {
  background-image: url("/img/Group\ 28.png");
  background-repeat: no-repeat;
  background-size: cover;
}

[data-background="3"] {
  background-image: url("/img/Group\ 29.png");
  background-repeat: no-repeat;
  background-size: cover;
}

[data-background="4"] {
  background-image: url("/img/Group\ 30.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#main-subtext{
   color:white
}

}

