@import "./variables.css";
@import "./typography.css";

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #05060A;
  font-family: "Suisse Works", sans-serif;
}

a {
  text-decoration: none;
}

.form-control,
.form-select {
  border-radius: 15px;
}

input {
  font-size: 16px !important;
  padding: 16px 22px !important;
}

input::placeholder {
  color: rgba(153, 153, 153, 0.75) !important;
  font-family: "Suisse Works" !important;
}

a,
button,
.btn {
  font-family: "Suisse Works";
}

.list-decimal {
  list-style: decimal;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

form {
  font-family: "Suisse Works";
}

.btn-submit,
.btn-dark-zph,
.btn-white-zph {
  border-width: 1px;
  border-style: solid;
  transition: 0.3s ease-in-out;
}

.btn-submit {
  padding: 10px 10px 13px;
  background-color: #00ac5c;
  border-color: #00ac5c;
}

.btn-dark-zph {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-dark-zph:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.btn-white-zph {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.btn-white-zph:hover {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

.mobile-nav .mobile-drawer-btn {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

.mobile-nav .mobile-drawer-btn:hover,
.mobile-nav .mobile-drawer-btn:focus,
.mobile-nav .mobile-drawer-btn:active {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: flex;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  align-items: center;
  justify-content: center;
  color: #ddd;
}
.runing-posts img {
  transform: scale(1.05);
}
.menu {
  background-color: #05060A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu a,
.menu a.active {
  font-weight: 200;
  font-size: 16px;
}

.menu .nav-item .nav-link {
  color: #eee;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 8px;
}

.menu .nav-item .nav-link::after {
  transition: 0.3s ease-in-out;
}

.menu .nav-item:hover .nav-link::after {
  content: '';
  bottom: 0;
  left: 20px;
  z-index: 1;
  right: 20px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  animation: hoverMenu 0.3s ease-in-out;
}

@keyframes hoverMenu {
  0% {
    height: 0px;
  }

  100% {
    height: 2px;
  }
}

.nav-item-brand:hover .nav-link::after {
  content: none !important;
}

.menu .nav-item-divider {
  width: 1px;
  height: 18px;
  margin: 4px 0.25rem 0;
  align-self: center;
  background-color: #eee;
  pointer-events: none;
  border-radius: 10px;
}

.menu .nav-link-continuum {
  /* color: #D1A957 !important; */
  font-weight: bolder;
  font-family: "sp-pro-medium";
}

.menu .nav-item:hover .nav-link-continuum::after {
  background-color: #eee;
}

.menu .nav-item.active .nav-link {
  color: #fff;
}

.menu .nav-item.active .nav-link-continuum {
  color: #D1A957;
}

.zph-header h1,
.zph-header p {
  color: #fff;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
}

.zph-header h1 {
  filter: drop-shadow(0 5px 50px #F2B42E);
  font-family: "Canela";
}

.zph-header p {
  font-family: "Suisse Works";
}

.one-frame {
  /* height: 48rem; */
  overflow-y: hidden;
  display: flex;
  align-items: center;
}

.one-frame::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 48%);
}

.dots-moves a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(161deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%);
}

.dots-moves a p {
  font-size: 25px;
  font-family: "Canela";
  background-clip: text;
  background-image: linear-gradient(90deg, #fff, #FBF3A8);
  color: transparent;
  padding: 0 5px;
}

.dots-moves .mySwiper {
  position: relative;
}

.dots-moves .mySwiper::before,
.dots-moves .mySwiper::after {
  content: '';
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  position: absolute;
  background: #111;
}

.dots-moves .mySwiper::before {
  left: auto;
  right: 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 1)  100%);
}

.dots-moves .mySwiper::after {
  left: 0;
  right: auto;
  background: linear-gradient(90deg, rgba(17, 17, 17, 1)  0%, rgba(17, 17, 17, 0)  100%);
}

.dots-moves .swiper-button-prev,
.dots-moves .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.dots-moves:hover .swiper-button-prev,
.dots-moves:hover .swiper-button-next {
  opacity: 1;
}

.dots-moves .swiper-button-prev::after,
.dots-moves .swiper-button-next::after {
  font-size: 15px;
  color: #575757;
}

.dots-moves .swiper-button-prev {
  left: 50px;
}

.dots-moves .swiper-button-next {
  right: 50px;
}

.dots-moves .swiper-pagination {
  position: unset;
  padding: 16px 0 8px;
}

.dots-moves .swiper-pagination-bullet {
  transition: 0.3s ease-in-out;
  border-radius: 100px;
  background: #C8B47A;
}

.dots-moves .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C8B47A;
}

.runing-posts .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: transparent;
}

.runing-posts .bg-bost {
  background-color: #010101;
  border-radius: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  border: 1px solid #333;
}

.runing-posts .bg-bost:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.runing-posts .bg-bost .title {
  color: #ffffff;
  font-family: "Canela";
  font-size: 1.1rem;
}

.runing-posts .bg-bost .description {
  color: #b0b0b0;
  font-family: "Suisse Works";
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.runing-posts .bg-bost .link {
  color: #d4af37;
  font-family: "Suisse Works", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.runing-posts .bg-bost:hover .link {
  color: #f1c40f;
}
.runingSwiper ul {
  height: 7.5rem;
}

.runing-posts__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 8px;
}

.runing-posts__arrow {
  position: static;
  inset: auto;
  margin: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(200, 180, 122, 0.35);
  border-radius: 50%;
  background-color: transparent;
  color: #C8B47A;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.runing-posts__arrow::after {
  font-family: swiper-icons;
  font-size: 14px;
  font-weight: 700;
  text-transform: none !important;
  letter-spacing: 0;
}

.runing-posts__arrow--prev::after {
  content: "prev";
}

.runing-posts__arrow--next::after {
  content: "next";
}

.runing-posts__arrow:hover,
.runing-posts__arrow:focus-visible {
  background-color: #C8B47A;
  border-color: #C8B47A;
  color: #010101;
}

.runing-posts__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.zph-content h2 {
  font-family: "Canela";
  font-size: 25px;
  color: #fff;
}

.zph-content p {
  font-family: "Suisse Works";
  font-size: 16px;
}

.zph-description li,
.zph-description p {
  color: #eee;
  font-family: "Suisse Works";
}

.parallax {
  background-image: url("../img/zph-partners-me.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.parallax::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(329deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 40%);
}

.footer .title {
  color: #fff;
  font-size: 16px;
  font-family: "Suisse Works", sans-serif;
  font-weight: 500;
}

.footer li,
.footer p {
  color: #eee;
  font-size: 16px;
  font-weight: lighter;
  font-family: "Suisse Works";
}

.footer a {
  color: #eee;
  font-size: 16px;
  font-family: "Suisse Works", sans-serif !important;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.footer a:hover {
  color: #eee;
}

.breadcrumb .breadcrumb-item::before,
.breadcrumb .breadcrumb-item,
.breadcrumb a {
  color: #fff !important;
  font-family: "Suisse Works";
}

.breadcrumb .breadcrumb-item.active {
  opacity: 0.75;
}

.description h2 {
  font-size: 22px;
  font-family: "Canela";
}
.description,
.description p {
  font-size: 16px;
  font-family: "Suisse Works";
  margin: 0;
  color: #ddd;
}

.description strong {
  color: #fff;
  font-family: "Suisse Works", sans-serif;
  font-weight: 500;
}

.description ol,
.description ul {
  padding: 0 15px !important;
}

.description li {
  font-family: "Suisse Works";
}

.zph-feature .description,
.zph-feature .description * {
  background-color: transparent !important;
  background: transparent !important;
}

.zph-feature .description,
.zph-feature .description p,
.zph-feature .description span,
.zph-feature .description li {
  color: #ddd !important;
}

.zph-feature .description strong,
.zph-feature .description b {
  color: #fff !important;
}

.zph-feature-image {
  width: 100%;
  overflow: hidden;
  border: 1px solid #222;
  position: sticky;
  top: 24px;
}

@media (min-width: 768px) {
  .zph-feature-image {
    margin-top: -200px;
  }
}

.zph-feature-image img {
  object-fit: cover;
  transition: transform 0.5s ease;
  scale: 1.02;
}

.zph-feature-image:hover img {
  transform: scale(1.05);
}

.partnership-home img {
  width: 100% !important;
  height: auto !important;
}