/* philosopher-regular - latin */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/philosopher-v19-latin-regular.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/philosopher-v19-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Festivo";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/DigitUp/Villa/assets/fonts/festivolc-basic2.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/festivolc-basic2.woff") format("woff");
}
@font-face {
  font-family: "Festivo Fallback arial";
  src: local(Arial Narrow);
  size-adjust: 100%;
  ascent-override: 88%;
  descent-override: 28%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Festivo Fallback roboto";
  src: local(Roboto);
  size-adjust: 89%;
  ascent-override: 95%;
  descent-override: 40%;
  line-gap-override: normal;
}
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-regular.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-regular.woff") format("woff");
}
/* raleway-500 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500.woff") format("woff");
}
/* raleway-italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-italic.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-italic.woff") format("woff");
}
/* raleway-500italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500italic.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500italic.woff") format("woff");
}
/* Define the responsive grid mixin */
/* Center content with optional starting column */
/* ============================================
   Button Mixin
   Supports: variants, sizes, optional icon
=============================================== */
/* SIZE MIXIN (NO COLORS, NO VARIANT) */
/* VARIANT MIXIN (COLORS ONLY) */
/* OPTIONAL: BASE MIXIN */
.acticle-details-container {
  background-color: #ffffff;
  min-height: 600px;
  position: relative;
  margin-bottom: 13rem;
}
.acticle-details-container .bg-black-wrapper {
  width: 100%;
  max-width: 85%;
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 0) and (max-width: 1023.9px) {
  .acticle-details-container .bg-black-wrapper {
    height: auto;
    max-width: 100%;
  }
}
.acticle-details-container .breadcrumb-container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 1.25rem 0;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .acticle-details-container .breadcrumb-container {
    display: none;
  }
}
.acticle-details-container .breadcrumb {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}
.acticle-details-container .breadcrumb a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.acticle-details-container .breadcrumb a:hover {
  opacity: 1;
}
.acticle-details-container .breadcrumb span {
  color: #ffffff;
}
.acticle-details-container .breadcrumb .current {
  font-weight: 500;
  opacity: 1;
}
.acticle-details-container .hero-section {
  position: relative;
}
.acticle-details-container .hero-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
}
.acticle-details-container .hero-text-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2rem;
  margin-top: 7rem;
}
.acticle-details-container .hero-text {
  background: #FFF000;
  padding: 2.0625rem 2.5rem;
  width: 400px;
}
@media (min-width: 0) and (max-width: 1023.9px) {
  .acticle-details-container .hero-text {
    padding: 2.1875rem 2.5rem;
  }
}
.acticle-details-container .hero-text h1 {
  font-size: 2.1875rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .acticle-details-container .hero-text h1 {
    font-size: 1.5rem;
  }
}
.acticle-details-container .author a {
  font-size: clamp(13px, 1.2vw, 14px);
  font-size: 0.75rem;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}
.acticle-details-container .line {
  display: block;
  width: 30px;
  height: 3px;
  background: #ffffff;
  margin-top: 0.5rem;
}
.acticle-details-container .hero-image {
  width: 100%;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .acticle-details-container .hero-image {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}
.acticle-details-container .hero-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .acticle-details-container .hero-image img {
    height: 450px;
  }
}
.acticle-details-container .social-section {
  background: #ffffff;
  padding: 2.5rem 0;
}
.acticle-details-container .social-wrapper {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.acticle-details-container .social-icons {
  display: flex;
  gap: 1.125rem;
  margin-right: 1.5rem;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .acticle-details-container .social-icons {
    margin-right: 0;
    margin-left: 1.5rem;
  }
}
.acticle-details-container .social-icons a {
  width: 30px;
  height: 30px;
  background: #000000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  text-decoration: none;
  transition: 0.3s;
}
.acticle-details-container .social-icons a:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 320px) and (max-width: 839px) {
  .acticle-details-container .bg-black-wrapper {
    top: 0px;
  }
  .acticle-details-container .hero-wrapper {
    flex-direction: column-reverse;
  }
  .acticle-details-container .hero-text-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 0;
  }
  .acticle-details-container .hero-text {
    order: 2;
    width: 85%;
    max-width: 80vw;
    margin-top: -60px;
    padding: 2.1875rem;
  }
}
@media (max-width: 599px) {
  .acticle-details-container .hero-text {
    width: 100%;
    max-width: 100%;
    padding: 2rem;
  }
}
