@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
h2 {
  color: rgb(68, 69, 70);
  font-family: "questrial", sans-serif;
  font-weight: 400;
}

body,
html {
  overflow-x: hidden;
}

.btn-primary {
  background-color: rgb(1, 87, 121);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14.41px;
  line-height: 22.44px;
  text-align: center;
  width: 128px;
  height: 41px;
  border-radius: 50px;
}

.btn-block {
  width: 100%;
  height: 45px;
  border-radius: 24px;
  border: 1px solid;
  padding: 12px 120px;
  gap: 10px;
  background: rgb(1, 87, 121);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24.51px;
  color: #fff;
}

.btn-block:hover {
  background: rgb(1, 87, 121);
  color: #fff;
}

.btn-primary:hover {
  background-color: rgba(1, 87, 121, 0.8);
  color: #fff;
  border: 0;
  text-decoration: none !important;
}

.img1 {
  width: 1300px;
  height: 668px;
}

.cta h2 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 400;
  color: rgb(68, 69, 70);
}

.question {
  margin: 20px 0;
}

.paragraph {
  padding: 40px;
  font-family: "questrial", sans-serif;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(68, 69, 70);
}

.title-part {
  display: flex;
  justify-content: space-between;
}

.title-part h2 {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
}

.cta p {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
}

.title-part .btn {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  width: 275px;
  height: 56px;
  background: rgb(215, 149, 138);
  border-radius: 50px;
}

@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&family=Questrial:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.card {
  flex: 0 0 auto;
  /* Ensures cards do not grow or shrink */
  width: 342px;
  margin-right: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  height: 460px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  background: rgba(217, 217, 217, 0.2);
  border: none;
  border-radius: 10px;
}

.card-dettails h3 {
  font-size: 36px !important;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
}

.card-dettails p {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.cards img {
  width: 280px;
  height: 232px;
}

.card-slider-container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.card-slider {
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
}

.card-container {
  display: flex;
  transition: transform 0.5s ease;
  /* Smooth slide transition */
}

.card img {
  width: 100%;
  height: 60%;
  display: block;
  padding: 15px 20px 0 20px;
  text-decoration: none; /* Remove underline from the entire link */
  border-radius: 20px;
  border-radius: 30px;
  object-fit: cover;
}

.card-content {
  padding: 16px;
  margin-top: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.slider-button.left {
  left: 0;
}

.slider-button.right {
  right: 0;
}

.slider-container-buttons {
  position: relative;
  padding: 10px 100px;
}

.card-dettails h3 {
  font-size: 36px !important;
  font-weight: 400;
  text-align: left;
  font-family: "Regular", sans-serif;
}

.card-dettails p {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(148, 195, 218);
  color: white;
  border: none;
  padding: 5px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 15px;
  width: 80px;
  height: 78px;
}

.slider-button.left {
  left: 0;
}

.slider-button.right {
  right: 0;
}

.slider-container-buttons {
  position: relative;
  padding: 10px 100px;
}

.card-content h3 {
  font-family: "Questrial", sans-serif;
  text-decoration: none;
  font-size: 25px;
  line-height: 22px;
}
.card-content p {
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
a.card h3,
a.card p {
  text-decoration: none; /* Explicitly remove underline from h3 and p */
}
a.card {
  text-decoration: none; /* Remove underline from the entire link */
  color: inherit; /* Ensure text color remains consistent */
}
.card > div {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .img1 {
    width: initial;
    height: initial;
  }

  .paragraph {
    padding-left: 0px;
    padding-right: 0px;
  }
  .card-container a {
    width: 100%;
    /* Displays 1 card per row on smaller screens */
    margin-right: 0;
  }
  .contact h2 {
    font-size: 17px;
  }

  .card-slider-container {
    width: 245px;
    margin-left: -20px;
  }
}
.contact h2 {
  color: #fff;
}

.contact {
  background-color: #94c3da;
  color: #fff;
  height: auto;
  height: 82px;
  display: flex;
}

.contact .container {
  align-content: center;
}

.kontakt-form {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
  padding: 37px;
}

.email-form {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgb(189, 189, 189);
  padding: 30px !important;
}
footer {
  background-color: #94c3da;
  color: #fff;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
}

footer img {
  max-width: initial !important;
}

footer .navbar-brand {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

footer .navbar-brand img {
  margin-right: 10px;
}

footer .nav {
  width: fit-content;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

footer .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
}

.upper-section {
  border-bottom: 1px solid #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

footer .nav-link {
  color: white;
  font-family: "Questrial", sans-serif;
  font-weight: 500;
  font-size: 14.4px;
  line-height: 21.6px;
}

footer .nav-link:hover {
  color: white;
}

.social {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .kontakt-form {
    flex-direction: column-reverse;
  }
  footer .container {
    flex-direction: column;
  }
  .social {
    margin-left: -15px !important;
  }
  footer .container .align-items-center {
    justify-content: center;
    flex-direction: column;
  }
  .map iframe {
    width: 291px !important;
  }

  .slider-button {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }

  .card-slider-container {
    margin-left: 45px;
  }
}
@media (max-width: 767.98px) {
  .social {
    display: flex;
  }
  .kontakt-form {
    flex-direction: column-reverse;
  }
  .info-form {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .email-form {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    padding: 15px !important;
    margin-bottom: 50px !important;
  }
  .data {
    margin: 0;
    gap: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .data-wrapper {
    width: 500px;
  }
  .upper-footer-section {
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card-slider-container {
    margin-left: -15px;
  }
}
@media (max-width: 991.98px) {
  .kontakt-form {
    flex-direction: column-reverse;
  }
  .info-form {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .email-form {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
  }
  .data {
    display: flex;
    justify-content: space-around;
    margin: 0;
  }
  .data-wrapper {
    width: 400px;
  }
}
@media (max-width: 1199.98px) {
  .card-dettails1 {
    width: 350px;
    height: 350px;
  }
  .card-dettails2 {
    width: 350px;
    height: 350px;
  }
  .sherbimet-container {
    flex-direction: column;
  }
  .card {
    margin: 10px 0;
    padding: 0;
  }

  .card {
    height: 350px !important;
  }
}

@media (max-width: 400px) {
  .kontakt-form {
    padding: 10px;
  }

  .card-slider-container {
    margin-left: -39px;
  }
}

@media (min-width: 432px) and (max-width: 769px) {
  .card-slider-container {
    margin-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .card {
    margin-left: 25px;
  }
}
