@font-face {
  font-family: "EB";
  src: url("/wp-content/themes/holthausen/assets/fonts/eb.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-eb {
  font-family: "EB", sans-serif;
}

.color-primary {
  color: #000C55;
}

.color-accent {
  color: #FEDD00;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: #000C55;
}

.content,
.barlow {
  font-family: "Barlow", sans-serif;
}

.subtitle,
.title,
.barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}

h2,
h2.title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}

.content h2 {
  margin-top: 30px;
}
.content p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.swirl-left {
  background-image: url("/wp-content/themes/holthausen/assets/images/swirl-reflex-l.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-size: 1000px auto;
}

.swirl-right {
  background-image: url("/wp-content/themes/holthausen/assets/images/swirl-reflex-r.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1000px auto;
}

.subtitle {
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}
.subtitle span {
  left: 17px;
  position: relative;
  z-index: 10;
  font-weight: 500;
}
.subtitle:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FEDD00;
  margin-right: 10px;
  vertical-align: middle;
  z-index: 0;
}
.subtitle.blue-dot:before {
  background-color: #001489;
}

.btn {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn.btn-primary {
  background-color: #FEDD00;
  color: #000C55;
  border: 4px solid #FEDD00;
}
.btn.btn-primary span {
  color: #000C55;
  display: block;
  padding: 12px;
  border-radius: 6px;
  border: 2px solid #000C55;
  height: 100%;
  width: 100%;
}
.btn.btn-primary span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  background-color: #000C55;
  mask-image: url("/wp-content/themes/holthausen/assets/images/arrow-right.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/holthausen/assets/images/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
}
.btn.btn-primary:hover {
  background-color: #000C55;
  color: #FEDD00;
  border-color: #000C55;
}
.btn.btn-primary:hover span {
  color: #FEDD00;
  border-color: #FEDD00;
}
.btn.btn-primary:hover span::after {
  background-color: #FEDD00;
}

ul {
  margin-bottom: 20px;
}

ul.custom-list {
  list-style: none;
}
ul.custom-list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
ul.custom-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  background-image: url("/wp-content/themes/holthausen/assets/images/bullet.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  background-color: #FEDD00;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: #FEDD00 !important;
}

.partners-swiper {
  margin-top: 10px;
}
.partners-swiper .partners-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #fff;
  border-radius: 15px;
  height: auto;
}
.partners-swiper .partners-swiper .swiper-slide img.partner-logo {
  max-height: 28px;
  opacity: 0.95;
  transition: opacity 0.15s ease;
}
.partners-swiper .partners-swiper .swiper-slide:hover img.partner-logo {
  opacity: 1;
}
@media (min-width: 640px) {
  .partners-swiper .swiper-slide img.partner-logo {
    max-height: 90px;
  }
}
@media (min-width: 1024px) {
  .partners-swiper .swiper-slide img.partner-logo {
    max-height: 120px;
  }
}

/* styling for big image slider block */
.big-img-swiper {
  position: relative;
}
.big-img-swiper .swiper-slide {
  position: relative;
}
.big-img-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.big-img-swiper .swiper-slide .slide-description {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #001489;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.big-img-swiper .swiper-slide .slide-year {
  color: #ffd700;
  padding: 0.125rem;
  border-radius: 0.125rem;
  font-weight: bold;
}
.big-img-swiper .swiper-button-prev,
.big-img-swiper .swiper-button-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #ffd700;
  border-radius: 50%;
  color: #001489;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-img-swiper .swiper-button-prev::after,
.big-img-swiper .swiper-button-next::after {
  font-size: 18px;
}

.header-main {
  position: relative;
  background: linear-gradient(to right, #FEDD00 33%, #000C55 33%);
}

.main-menu {
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu li {
  list-style: none;
}
.main-menu li a {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}
.main-menu li a:hover {
  color: #FEDD00;
}

.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 100px solid #FEDD00;
  border-right: 100px solid transparent;
}

ul:not(.main-menu):not(.custom-list) {
  list-style: none;
  padding-left: 0;
}

ul:not(.main-menu):not(.custom-list) li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

ul:not(.main-menu):not(.custom-list) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  background-color: #FEDD00;
  border-radius: 50%;
}

.site-footer {
  /* social icons in footer */
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .footer-logo svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-footer .btn-primary {
  background: #ffd300;
  color: #001378;
}
.site-footer input[type=email] {
  background: #fff;
}
@media (max-width: 767px) {
  .site-footer .grid {
    grid-template-columns: 1fr !important;
  }
}
.site-footer .footer-logos .social-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

/* Footer logos under main logo */
.footer-logos {
  margin-top: 80px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.footer-logos svg {
  height: 18px;
  width: auto;
}
@media (max-width: 640px) {
  .footer-logos svg {
    height: 14px;
  }
}

section a:hover {
  text-decoration: underline;
}