@font-face {
  font-family: Apotek ExtraWide;
  src: url(../fonts/Apotek_ExtraWide.otf);
}
@font-face {
  font-family: Acumin Pro Wide;
  src: url(../fonts/Acumin_Pro_Wide.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Acumin Pro Wide;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h5,
p {
  margin: 0;
}

.header {
  padding: 12px 0;
  background: #ebebeb;
  position: sticky;
  top: 0;
  z-index: 999999;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo img {
  height: 44px;
  width: auto;
}
.header__logo-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}
.header__logo-text span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: -5px;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__nav a {
  color: #6c6c6c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  font-family: Apotek ExtraWide;
}
.header__nav a:hover {
  color: #009cd1;
}

.hero {
  padding: 140px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
/* .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 46, 0.6);
} */
.hero__content {
  position: relative;
  z-index: 2;
  background: rgb(255 255 255 / 80%);
  padding: 60px 55px;
  max-width: 560px;
  margin-left: 60px;
  backdrop-filter: blur(8px);
}
.hero__title {
  color: #009cd1;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: Apotek ExtraWide;
}
.hero__text {
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
}

.banner-strip {
  background: #49cefc;
  padding: 18px 0;
  text-align: center;
}
.banner-strip__text {
  font-family: Apotek ExtraWide;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.banner-strip__text span {
  margin: 0 20px;
}

.about {
  padding: 80px 0;
  background: #ffffff;
}
.about__label {
  color: #009cd1;
  font-size: 24px;
  font-family: Apotek ExtraWide;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.about__text {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  max-width: 576px;
}

.why-trust {
  padding: 120px 0;
  background: #fafafa;
}
.why-trust__header-label {
  color: #009cd1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.why-trust__header-title {
  color: #009cd1;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 24px;
  font-family: Apotek ExtraWide;
}
.why-trust__header-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
}
.why-trust__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 110px;
  padding: 0 45px;
}
.why-trust__feature {
  display: flex;
  gap: 24px;
}
.why-trust__feature:hover .why-trust__feature-icon {
  translate: 0 -8px;
}
.why-trust__feature-icon {
  width: 37px;
  height: 37px;
  min-width: 37px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
}
.why-trust__feature-content h4 {
  color: #009cd1;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-family: Apotek ExtraWide;
}
.why-trust__feature-content p {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
}

.gallery {
  background: #fafafa;
}
.gallery__grid {
  display: flex;
  justify-content: center;
  gap: 35px;
  /* flex-wrap: wrap; */
}
.gallery__item {
  position: relative;
}
.gallery__item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: -50%;
  transition: transform 0.3s ease;
}
/* .gallery__item:hover img {
  transform: scale(1.05);
} */
.gallery__item--bordered {
  border: 3px solid #009cd1;
}

.testimonials {
  padding: 360px 0 120px;
  background: #ffffff;
}
.testimonials__header {
  background-color: #fafafa;
  padding: 40px;
  height: 300px;
  position: relative;
}
.testimonials__header h3 {
  color: #009cd1;
  font-size: 30px;
  text-transform: uppercase;
  font-family: Apotek ExtraWide;
}
.testimonials__header h2 {
  color: #009cd1;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.testimonials__header-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
}
/* .testimonials__slider .slick-track{
  display: flex;
  gap: 30px;
} */

.testimonials__card {
  min-width: 280px;
  height: 300px;
  padding: 25px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  margin-right: 30px;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
.testimonials__card p {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
}
.testimonials__card > p {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-clamp: 6;
}
.testimonials__card-stars {
  color: #009cd1;
  font-size: 14px;
  margin-bottom: 8px;
}
.testimonials__card-author {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
}

.contact {
  position: relative;
  padding: 160px 0;
  background-size: cover;
  background-position: center;
}
/* .contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 46, 0.85);
} */
.contact__content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 0 80px;
}
.contact__content h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 34px;
  font-family: Apotek ExtraWide;
  color: #0bc0fd;
}
.contact__content p {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.7;
}
.contact-links-parent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.contact-links-parent .contact-link {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.contact-links-parent .contact-link a {
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
  text-decoration: none;
}
.contact__phone {
  display: inline-block;
  padding: 5px 40px;
  border: 5px solid #7edeff;
  color: #7edeff;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: Apotek ExtraWide;
}
.contact__phone:hover {
  background: #009cd1;
  color: #ffffff;
}

.footer {
  padding: 100px 0;
  background: #ebebeb;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__logo img {
  max-width: 250px;
}
.footer__logo-icon {
  width: 50px;
  height: 50px;
  background: #1a1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__logo-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}
.footer__logo-text h3 {
  color: #1a1a2e;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 3px;
}
.footer__logo-text span {
  font-size: 11px;
  color: #666666;
  letter-spacing: 1px;
}
.footer__info {
  text-align: left;
  width: fit-content;
  margin-left: auto;
}
.footer__info p,
.footer__info a {
  font-size: 16px;
  color: #595959;
  line-height: 1.8;
  text-decoration: none;
}

@media (max-width: 991px) {
  .hero {
    padding: 100px 0;
  }
  .hero__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding: 25px 30px;
  }
  .banner-strip__text {
    font-size: 16px;
  }
  .hero__title {
    font-size: 20px;
  }
  .about__images {
    margin-top: 40px;
    align-items: center;
  }
  .about__text {
    max-width: 100%;
    text-align: center;
  }
  .why-trust__features {
    gap: 50px;
  }
  .why-trust__features {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .testimonials {
    padding-top: 200px;
  }
  .testimonials__header {
    margin-bottom: 30px;
  }
  .contact {
    padding: 140px 0;
  }
  .why-trust__header-title {
    text-align: center;
  }
  .about__label {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact__content {
    padding: 0 20px;
  }
  .header__nav {
    gap: 20px;
  }
  .header__nav a {
    font-size: 11px;
  }
  .hero {
    padding: 70px 0;
  }
  .hero__content {
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }
  .hero__title {
    font-size: 18px;
  }
  .banner-strip__text {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .banner-strip__text span {
    display: block;
    margin: 8px 0;
  }
  .footer__logo img {
    max-width: 150px;
  }
  .footer__info p {
    font-size: 14px;
  }
  .about {
    padding: 50px 0;
  }
  .gallery__grid {
    gap: 15px;
  }
  .testimonials__slider {
    gap: 15px;
  }
  .testimonials__card {
    min-width: 250px;
    padding: 20px;
  }
  .contact {
    padding: 60px 0;
  }
  .contact__phone {
    font-size: 18px;
    padding: 12px 30px;
  }
  .footer {
    text-align: center;
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .testimonials {
    padding-top: 140px;
  }
}
