.splide__pagination {
  bottom: 30px;
}

.splide__pagination__page {
  background: #fac630;
  opacity: 1;
  width: 25px;
  height: 25px;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #ffffff;
}

.splide__pagination li:first-child {
  margin-left: 0;
}
.splide__pagination li {
  margin-left: 10px;
}

.information-1 {
  background: #210a25;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.information-1-text {
  margin: 0 auto;
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  flex: 0.7;
}

.information-1-text strong {
  font-family: "Montserrat-bold";
}

.information-1-image {
  flex: 0.3;
}

.information-1-footer {
  padding-top: 2rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.information-1-button {
  margin-right: 1rem;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(195 33 60) 0%, rgb(91 15 129) 60%);
  padding: 1rem 3rem;
  border-radius: 30px;
  font-size: 3.25rem;
  font-family: "Montserrat-bold";
}

/* .information-1-button {
  padding-right: 1rem;
}
.information-1-button img {
  width: 100%;
} */

.information-1-yellow-text {
  color: #fac630;
  font-family: "Montserrat-semibold";
  font-size: 3.5rem;
  padding-left: 3rem;
}

.gallery {
  padding-left: 4rem;
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.gallery-1-cont {
  background: linear-gradient(
    180deg,
    rgba(48, 20, 56, 1) 0%,
    rgba(34, 15, 37, 1) 100%
  );
}

.gallery-item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  background-position: center !important;
  border-radius: 15px;
  overflow: hidden;
  min-height: 270px;
  padding: 1rem;
}

.gallery-item .country {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ba1d36;
  font-family: "Montserrat";
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.gallery-item .title {
  font-family: "Montserrat-semibold";
  color: #ffffff;
  position: absolute;
  bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.3rem;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.gallery-item .subtitle {
  font-family: "Montserrat-light";
  color: #ffffff;
  position: absolute;
  bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.15rem;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .country {
  opacity: 0;
}

.gallery-item:hover .title {
  opacity: 0;
}

.gallery-item:hover .subtitle {
  opacity: 0;
}

.gallery-item .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.gallery-item:hover .description {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: "Montserrat-light";
  font-size: 0.95rem;
  line-height: 2rem;
  padding: 1.5rem;
}

.gallery-title {
  font-family: "Montserrat-bold";
  font-size: 3.25rem;
  color: #ffffff;
  line-height: 3rem;
  padding-top: 0;
}

.gallery-subtitle {
  font-family: "Montserrat-bold";
  font-size: 2.25rem;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 1rem;
}

.gallery-2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  background: linear-gradient(
    180deg,
    rgba(49, 18, 56, 1) 0%,
    rgba(34, 0, 38, 1) 100%
  );
}

.gallery-2 .title2 {
  font-family: "helvetica";
  font-weight: 900;
  color: #ffffff;
  font-size: 3.25rem;
  margin-bottom: 2rem;
}

.gallery-2 .title2 span {
  font-size: 2.25rem;
  opacity: 0.5;
}

.gallery-item-2 img {
  width: 100%;
}
.gallery-item-2 .title {
  font-family: "AtkinsonHyperlegible-bold";
  color: #ffffff;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 1rem;
  line-height: 1.75rem;
}
.gallery-item-2 .subtitle {
  font-family: "AtkinsonHyperlegible";
  color: #ffffff;
  font-size: 1.75rem;
  letter-spacing: 1px;
  text-align: center;
  opacity: 0.5;
}

.organization {
  background: linear-gradient(
    180deg,
    rgba(49, 18, 56, 1) 0%,
    rgba(34, 0, 38, 1) 100%
  );
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.organization .title {
  font-family: "helvetica";
  color: #ffffff;
  font-weight: lighter;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 2rem;
}

.organization .images-cont {
  display: flex;
  gap: 1rem;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.organization .images-cont .image-flex-cont {
  min-width: 100px;
  min-height: 100px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  width: 15vw;
  height: 10vw;
  flex: 0 0 15vw;
}

.organization .images-cont img {
  width: 100%;
}

@media (max-width: 600px) {
  .information-1 {
    flex-wrap: wrap;
  }
  .information-1-image {
    flex: 0 0 100%;
    order: 1;
  }
  .information-1-text {
    font-size: 1rem;
    text-align: center;
    flex: 0 0 100%;
    order: 2;
  }
  .information-1-yellow-text {
    font-size: 1.25rem;
    padding-left: 0;
  }
  .information-1-button {
    margin: 0 auto;
    padding-right: 0;
    width: 80%;
  }
  .gallery-title {
    font-size: 1.5rem;
    padding-top: 1rem;
    line-height: 1.5rem;
  }
  .gallery-subtitle {
    font-size: 1.15rem;
  }
  .gallery {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
  }
  .gallery-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .gallery-2 .title2 {
    font-size: 1.5rem;
  }
  .gallery-2 .title2 span {
    font-size: 1.15rem;
  }
  .gallery-item-2 .title {
    font-size: 1.25rem;
  }
  .gallery-item-2 .subtitle {
    font-size: 1.25rem;
  }
  .organization {
    padding-top: 2rem;
  }
  .organization .title:first-child {
    padding-top: 0;
  }
  .organization .title {
    font-size: 1.5rem;
    padding-top: 4rem;
  }

  .organization .images-cont img:nth-child(3) {
    height: 40px;
  }
  .organization .images-cont img {
    height: 65px;
    display: inline-block;
    margin-right: 1.5rem;
  }

  .organization .images-cont img:last-child {
    height: 65px;
    display: inline-block;
    margin: 0 auto;
  }

  .organization .images-cont-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .organization .images-cont-2 img {
    height: 65px;
    display: inline-block;
    margin-right: 1.5rem;
  }
  .organization .images-cont-2 img:last-child {
    height: 65px;
    display: inline-block;
    margin: 0 auto;
  }
  .information-1-footer {
    flex-direction: column;
    padding-left: 0;
    align-items: center;
  }
  .splide__arrow svg {
    width: 16px !important;
    height: 30px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .information-1-text {
    font-size: 1.25rem;
  }

  .organization .title {
    font-size: 2rem;
  }
}

@media (min-width: 1290px) and (max-width: 1439px) {
  .information-1-text {
    font-size: 1.5rem;
  }

  .information-1-yellow-text {
    font-size: 2rem;
  }

  .information-1-button img {
    width: 90%;
  }
  .gallery-title {
    font-size: 2.5rem;
  }
  .gallery-subtitle {
    font-size: 2rem;
  }
  .gallery-item .country {
    font-size: 1rem;
  }
  .gallery-item .title {
    font-size: 1.1rem;
  }
  .gallery-item .subtitle {
    font-size: 1rem;
  }
  .gallery-item:hover .description {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
  .gallery-2 .title2 {
    font-size: 2.5rem;
  }
  .gallery-2 .title2 span {
    font-size: 1.75rem;
  }
  .gallery-item-2 .subtitle {
    font-size: 1.25rem;
  }
  .gallery-item-2 .title {
    font-size: 1.5rem;
  }
  .organization .title {
    font-size: 2rem;
  }
  .organization .images-cont img {
    height: 100px;
  }
  .organization .images-cont {
    margin-bottom: 4rem;
  }
}
