#homepage-banner {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

#homepage-banner::after {
  content: "";
  background-image: url("/agora-template-2/public/assets/images/banner-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 640px;
  height: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

#homepage-banner .swiper-slide > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

#homepage-banner .swiper-slide > figure > img {
  width: 100%;
}

#homepage-banner > .eg-wrapper > .quick-buttons {
  position: absolute;
  display: flex;
  align-items: center;
  right: 1rem;
  bottom: 1rem;
  gap: 1.5rem;
  z-index: 3;
}

#homepage-banner > .eg-wrapper > .contact {
  padding: 0.75rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--agora-white);
  border-radius: 0px 25px 0px 0px;
  z-index: 3;
}

#homepage-banner > .eg-wrapper > .contact > .link {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
}

#homepage-banner > .eg-wrapper > .contact > .link:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background: var(--agora-red);
}

#homepage-banner > .eg-wrapper > .contact > .link > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

#homepage-banner > .eg-wrapper > .contact > .link > .group {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#homepage-banner > .eg-wrapper > .contact > .link > .group > small {
  color: var(--agora-black);
  font-size: var(--font-14);
  font-weight: 300;
}

#homepage-banner > .eg-wrapper > .contact > .link > .group > a,
#homepage-banner > .eg-wrapper > .contact > .link > .group > p {
  color: var(--agora-black);
  font-size: var(--font-20);
  font-weight: 600;
}

#homepage-brands {
  position: relative;
  padding: var(--content-spacing);
  z-index: 3;
}

#homepage-brands::after {
  content: "";
  position: absolute;
  left: -2.5%;
  bottom: -60px;
  background-image: url("/agora-template-2/public/assets/images/brands-section-attachment-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 450px;
  z-index: -1;
  animation: scaleX;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-iteration-count: infinite;
  -webkit-animation: scaleX;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation: scaleX;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-iteration-count: infinite;
}

#homepage-brands::before {
  content: "";
  position: absolute;
  right: -2.5%;
  top: 60px;
  background-image: url("/agora-template-2/public/assets/images/brands-section-attachment-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 143px;
  height: 300px;
  z-index: -1;
  animation: scaleY;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-iteration-count: infinite;
  -webkit-animation: scaleY;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation: scaleY;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-iteration-count: infinite;
}

@keyframes scaleY {
  0% {
    scale: 0.7;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.7;
  }
}

@keyframes scaleX {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.7;
  }
  100% {
    scale: 1;
  }
}

#homepage-brands > .eg-wrapper > .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#homepage-brands > .eg-wrapper > .eg-container > .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 2.5rem;
  gap: 1rem;
}

#homepage-brands .heading > h2 {
  color: var(--agora-blue);
  font-size: var(--font-36);
  font-weight: 700;
}

#homepage-brands .heading > a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--agora-red);
  font-size: var(--font-16);
  font-weight: 300;
  text-decoration: underline;
}

#homepage-brands .attachments > img {
  position: absolute;
}

#homepage-brands .attachments > img:nth-of-type(1) {
  top: 10%;
  left: 15%;
  z-index: 3;
}

#homepage-brands .attachments > img:nth-of-type(2) {
  bottom: -5%;
  right: 25%;
}

#homepage-brands .attachments > img:nth-of-type(3) {
  top: -2.25rem;
  left: 55%;
  z-index: 3;
}

#homepage-brands .attachments > img:nth-of-type(4) {
  top: 20%;
  right: 20%;
}

#homepage-events {
  padding: var(--content-spacing);
  background: var(--agora-white-4);
}

#homepage-events > .eg-container > .eg-wrapper {
  display: flex;
  gap: 2rem;
}

#homepage-events > .eg-container > .eg-wrapper > .left {
  width: 33.33%;
}

#homepage-events > .eg-container > .eg-wrapper > .right {
  width: 66.67%;
}

#homepage-events .left > .heading {
  padding-bottom: 2rem;
}

#homepage-events .left > .heading > small {
  color: var(--agora-red);
  font-size: var(--font-14);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

#homepage-events .left > .heading > h2 {
  color: var(--agora-blue);
  font-size: var(--font-36);
  font-weight: 700;
}

#homepage-events .swiper-event-months {
  height: 325px;
}

#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide {
  display: flex;
  justify-content: center;
}

#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide > .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.3s;
}

#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide > .box > p {
  color: var(--agora-black);
  transition: 0.3s;
}

#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev) > .box {
  opacity: 0.3;
}

#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev) > .box > p {
  font-size: var(--font-18);
  letter-spacing: -0.54px;
}

#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide-next > .box,
#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide-prev > .box {
  opacity: 0.5;
}

#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide-next > .box > p,
#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide-prev > .box > p {
  font-size: var(--font-20);
  letter-spacing: -0.6px;
}

#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide-active > .box {
  background: var(--agora-grey-4);
  border-radius: 5px;
}

#homepage-events .swiper-event-months > .swiper-wrapper > .swiper-slide-active > .box > p {
  color: var(--agora-red);
  font-size: var(--font-24);
  font-weight: 600;
  letter-spacing: 0.24px;
}

#homepage-events .swiper-event-months > .swiper-button-prev,
#homepage-events .swiper-event-months > .swiper-button-next {
  margin-top: unset;
  width: 20px;
  height: 20px;
}

#homepage-events .swiper-event-months > .swiper-button-prev {
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
}

#homepage-events .swiper-event-months > .swiper-button-next {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}

#homepage-events .swiper-event-months > .swiper-button-prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.34088 8.75287C3.01137 8.42337 3.01137 7.88913 3.34088 7.55963L8.12213 2.77841C8.45163 2.4489 8.98587 2.4489 9.31537 2.77841L14.0966 7.55963C14.4261 7.88913 14.4261 8.42337 14.0966 8.75287C13.7671 9.08237 13.2329 9.08237 12.9034 8.75287L9.5625 5.41204V13.7812C9.5625 14.2472 9.18473 14.625 8.71875 14.625C8.25276 14.625 7.875 14.2472 7.875 13.7812L7.875 5.41204L4.53412 8.75287C4.20462 9.08237 3.67038 9.08237 3.34088 8.75287Z' fill='black'/%3E%3C/svg%3E");
  font-size: unset;
}

#homepage-events .swiper-event-months > .swiper-button-next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6591 9.24713C14.9886 9.57663 14.9886 10.1109 14.6591 10.4404L9.87787 15.2216C9.54837 15.5511 9.01413 15.5511 8.68463 15.2216L3.90342 10.4404C3.5739 10.1109 3.5739 9.57663 3.90342 9.24713C4.23293 8.91763 4.76708 8.91763 5.09659 9.24713L8.4375 12.588V4.21875C8.4375 3.75276 8.81527 3.375 9.28125 3.375C9.74724 3.375 10.125 3.75276 10.125 4.21875V12.588L13.4659 9.24713C13.7954 8.91763 14.3296 8.91763 14.6591 9.24713Z' fill='black'/%3E%3C/svg%3E");
  font-size: unset;
}

#homepage-events .right > .slider-navigation {
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#homepage-events .right > .slider-navigation::before {
  content: "";
  display: block;
  background: var(--agora-red);
  width: 4px;
  height: 25px;
}

#homepage-events .right > .slider-navigation > .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: start;
  color: var(--agora-black);
  font-size: var(--font-20);
  font-weight: 600;
  letter-spacing: 0.2px;
}

#homepage-events .right > .slider-navigation > .swiper-pagination-lock {
  display: none;
}

#homepage-events .swiper-events {
  animation: opacity 0.4s;
}

#homepage-events .swiper-events > .swiper-wrapper > .swiper-slide {
  width: 50%;
}

#homepage-events .swiper-events > .swiper-wrapper > .swiper-slide > .box {
  height: 100%;
  position: relative;
}

#homepage-events .swiper-events > .swiper-wrapper > .swiper-slide > .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
}

#homepage-events .swiper-events > .swiper-wrapper > .swiper-slide > .box > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

#homepage-events .swiper-events > .swiper-wrapper > .swiper-slide > .box > .description {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 3;
}

#homepage-events .swiper-events > .swiper-wrapper > .swiper-slide > .box > .description > p {
  color: var(--agora-white);
  font-size: var(--font-20);
  font-weight: 600;
  letter-spacing: -0.48px;
}

#homepage-events .swiper-events > .swiper-scrollbar {
  position: unset;
  margin-top: 2rem;
  width: 100%;
  height: 3px;
  background: var(--agora-grey-5);
}

#homepage-events .swiper-events > .swiper-scrollbar > .swiper-scrollbar-drag {
  height: 3px;
  background: var(--agora-red);
}

#homepage-campaigns {
  padding: var(--content-spacing);
}

#homepage-campaigns > .eg-container > .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 2rem;
}

#homepage-campaigns > .eg-container > .heading > h2 {
  color: var(--agora-blue);
  font-size: var(--font-36);
  font-weight: 700;
}

#homepage-campaigns .swiper-horizontal > .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
}

#homepage-campaigns .swiper-horizontal > .swiper-pagination > .swiper-pagination-bullet {
  margin: 0;
  width: 13px;
  height: 13px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--agora-red);
  opacity: 1;
}

#homepage-campaigns .swiper-horizontal > .swiper-pagination > .swiper-pagination-bullet-active {
  background: var(--agora-red);
}

#homepage-stores {
  padding-bottom: 4rem;
}

#homepage-stores > .eg-container {
  max-width: 1120px;
}

#homepage-stores > .eg-container > .eg-wrapper > .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 2rem;
  gap: 1rem;
}

#homepage-stores .heading > small {
  color: var(--agora-red);
  font-size: var(--font-14);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

#homepage-stores .heading > h2 {
  color: var(--agora-blue);
  font-size: var(--font-36);
  font-weight: 700;
}

#homepage-stores .heading > p {
  color: var(--agora-blue);
  font-size: var(--font-16);
  line-height: var(--line-26);
}

#homepage-stores > .eg-container > .eg-wrapper > .content {
  display: grid;
  grid-template-columns: var(--col-2);
  grid-auto-rows: 1fr;
  gap: 0.5rem;
}

#homepage-stores .content > .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  padding: 2rem 0.5rem;
  border-radius: 15px;
  overflow: hidden;
  z-index: 3;
}

#homepage-stores .content > .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(233, 233, 233, 0.5) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

#homepage-stores .content > .box > .icon {
  border: 1px solid rgba(227, 6, 19, 0.3);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.3s;
}

#homepage-stores .content > .box > .icon > svg {
  fill: var(--agora-red);
}

#homepage-stores .content > .box > .icon > svg > path {
  transition: 0.3s;
}

#homepage-stores .content > .box:hover > .icon {
  border-color: var(--agora-white);
}

#homepage-stores .content > .box:hover > .icon > svg > path {
  fill: var(--agora-white);
}

#homepage-stores .content > .box > .background {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s opacity;
  z-index: -1;
}

#homepage-stores .content > .box > .background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  transition: 0.6s;
}

#homepage-stores .content > .box:hover > .background > img {
  scale: 1.05;
}

#homepage-stores .content > .box:hover > .background {
  opacity: 1;
  background-color: var(--agora-blue);
}

#homepage-stores .content > .box > b {
  color: var(--agora-blue);
  font-size: var(--font-16);
  font-weight: 700;
  transition: 0.3s;
}

#homepage-stores .content > .box > p {
  color: var(--agora-grey);
  font-size: var(--font-14);
  transition: 0.3s;
}

#homepage-stores .content > .box:hover > b,
#homepage-stores .content > .box:hover > p {
  color: var(--agora-white);
}

#homepage-stores > .eg-container > .eg-wrapper > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--agora-red);
  font-size: var(--font-16);
  font-weight: 300;
  text-decoration: underline;
  padding-top: 2rem;
}

#homepage-cinema {
  position: relative;
  padding: var(--content-spacing);
  background-color: rgba(9, 21, 61, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

#homepage-cinema::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(90deg, rgba(9, 21, 61, 0.25) 0%, #09153d 100%);
  z-index: -1;
}

#homepage-cinema::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(9, 21, 61, 0.25) 0%, #09153d 100%);
  z-index: -1;
}

#homepage-cinema > .eg-container > .eg-wrapper > .heading {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.25rem;
}

#homepage-cinema .heading > small {
  color: var(--agora-red);
  font-size: var(--font-14);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

#homepage-cinema .heading > h2 {
  color: var(--agora-white);
  font-size: var(--font-36);
  font-weight: 700;
}

#homepage-cinema > .eg-container > .eg-wrapper > .content {
  display: flex;
  gap: 2rem;
}

#homepage-cinema .content > .left,
#homepage-cinema .content > .right {
  width: 50%;
}

#homepage-cinema .film-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#homepage-cinema .film-content > .heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

#homepage-cinema .film-content > .heading > b {
  color: var(--agora-white);
  font-size: var(--font-26);
  font-weight: 700;
}

#homepage-cinema .film-content > .heading > .specs {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#homepage-cinema .film-content > .heading > .specs > .age-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#homepage-cinema .film-content > .heading > .specs > .age-group > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}

#homepage-cinema .film-content > .description > p {
  color: var(--agora-white);
  font-size: var(--font-16);
  line-height: var(--line-26);
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#homepage-cinema .film-content > .info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#homepage-cinema .film-content > .info > .infos {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#homepage-cinema .film-content > .info > .infos:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background: var(--agora-white);
}

#homepage-cinema .film-content > .info > .infos > .group {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 0.25rem;
}

#homepage-cinema .film-content > .info > .infos > .group > span {
  color: var(--agora-white);
  font-size: var(--font-14);
}

#homepage-cinema .film-content > .info > .infos > .group > p {
  color: var(--agora-white);
  font-size: var(--font-16);
}

#homepage-cinema .film-content > a {
  margin-top: 1rem;
}

#homepage-cinema .cinema-thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

#homepage-cinema .cinema-thumbs > figure {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  transition: 0.3s;
}

#homepage-cinema .cinema-thumbs > figure > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  aspect-ratio: 85/126;
}

#homepage-cinema .cinema-thumbs > figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(233, 233, 233, 0.5) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  transition: 0.3s;
  opacity: 1;
}

#homepage-cinema .swiper-slide-thumb-active > .cinema-thumbs > figure {
  background: linear-gradient(156deg, #e30613 0.55%, rgba(227, 6, 19, 0) 99.26%);
}

#homepage-cinema .swiper-slide-thumb-active > .cinema-thumbs > figure::after {
  opacity: 0;
}

#homepage-cinema .cinema-thumbs > p {
  color: var(--agora-white);
  font-size: var(--font-16);
  font-weight: 600;
  text-align: center;
  opacity: 0.5;
  transition: 0.3s;
}

#homepage-cinema .swiper-slide-thumb-active > .cinema-thumbs > p {
  opacity: 1;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#homepage-agorix {
  background: var(--agora-white-4);
  padding-top: 4rem;
  margin-bottom: 12rem;
}

#homepage-agorix > .eg-container > .eg-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

#homepage-agorix > .eg-container > .eg-wrapper > .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.5rem;
}

#homepage-agorix .heading > h2 {
  color: var(--agora-blue);
  font-size: var(--font-36);
  font-weight: 700;
}

#homepage-agorix .heading > i {
  color: var(--agora-blue);
  font-size: var(--font-20);
  font-weight: 400;
}

#homepage-agorix .heading > p {
  color: var(--agora-grey);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: var(--line-26);
  width: 75%;
}

#homepage-social-media {
  background: var(--agora-white-4);
  padding: 2rem 0;
}

#homepage-social-media > .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#homepage-subscribe {
  background: var(--agora-white);
  padding: var(--content-spacing);
}

#homepage-subscribe > .eg-container > .eg-wrapper {
  display: grid;
  grid-template-columns: var(--col-6);
  gap: 1rem;
}

#homepage-subscribe > .eg-container > .eg-wrapper > .left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}

#homepage-subscribe .left > b {
  color: var(--agora-red);
  font-size: var(--font-22);
  font-weight: 700;
}

#homepage-subscribe .left > p {
  color: var(--agora-blue);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: var(--line-26);
}

#homepage-subscribe > .eg-container > .eg-wrapper > .right > form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#homepage-subscribe .right > form > .eg-input-group > .input-wrapper > input {
  border-radius: 100px;
  border-color: var(--agora-red);
  backdrop-filter: blur(2px);
  color: var(--agora-red);
  font-size: var(--font-16);
}

#homepage-subscribe .right > form > .eg-input-group > button {
  width: 100%;
}

@media (max-width: 1600px) {
  #homepage-brands .attachments > img:nth-of-type(1) {
    width: 112px;
  }
  #homepage-brands .attachments > img:nth-of-type(2) {
    width: 160px;
    bottom: -7%;
    right: 30%;
  }
  #homepage-brands .attachments > img:nth-of-type(3) {
    width: 50px;
    top: -1.5rem;
  }
  #homepage-brands .attachments > img:nth-of-type(4) {
    width: 108px;
  }
  #homepage-events .swiper-event-months {
    height: 275px;
  }
}

@media (max-width: 1400px) {
  #homepage-banner::after {
    width: 500px;
    height: 300px;
  }
  #homepage-banner > .eg-wrapper > .quick-buttons {
    gap: 1rem;
  }
  #homepage-brands::after {
    width: 180px;
    height: 370px;
  }
  #homepage-brands::before {
    width: 120px;
    height: 255px;
  }
  #homepage-brands .attachments > img:nth-of-type(1) {
    width: 100px;
    top: 15%;
    left: 20%;
  }
  #homepage-brands .attachments > img:nth-of-type(2) {
    width: 140px;
  }
  #homepage-brands .attachments > img:nth-of-type(3) {
    width: 40px;
    top: -1rem;
  }
  #homepage-brands .attachments > img:nth-of-type(4) {
    width: 96px;
  }
  #homepage-events .swiper-event-months {
    height: 250px;
  }
  #homepage-agorix > .eg-container > .eg-wrapper {
    align-items: unset;
  }
}

@media (max-width: 1200px) {
  #homepage-banner::after {
    width: 400px;
    height: 220px;
  }
  #homepage-events .swiper-event-months {
    height: 225px;
  }
  #homepage-subscribe > .eg-container > .eg-wrapper {
    grid-template-columns: var(--col-12);
  }
}

@media (max-width: 992px) {
  #homepage-banner > .eg-wrapper > .quick-buttons {
    display: none;
  }
  #homepage-banner::after {
    width: 300px;
    height: 170px;
  }
  #homepage-banner > .eg-wrapper > .contact {
    padding: 0.5rem 0.75rem;
  }
  #homepage-banner .swiper-slide > figure > img {
    height: 100dvh;
    object-fit: cover;
    object-position: center;
  }
  #homepage-brands > .eg-wrapper > .eg-container > .heading > div:nth-of-type(1) {
    display: none;
  }
  #homepage-brands::after {
    width: 140px;
    height: 320px;
  }
  #homepage-brands::before {
    width: 100px;
    height: 205px;
  }
  #homepage-brands .attachments > img:nth-of-type(1) {
    width: 80px;
    z-index: -1;
    top: 20%;
  }
  #homepage-brands .attachments > img:nth-of-type(2) {
    width: 120px;
  }
  #homepage-brands .attachments > img:nth-of-type(4) {
    width: 76px;
  }
  #homepage-events .swiper-events > .swiper-wrapper > .swiper-slide {
    width: 100%;
  }
  #homepage-events > .eg-container > .eg-wrapper > .left {
    width: 40%;
  }
  #homepage-events > .eg-container > .eg-wrapper > .right {
    width: 60%;
  }
  #homepage-events .swiper-event-months {
    height: 325px;
  }
  #homepage-stores > .eg-container > .eg-wrapper > .content {
    grid-template-columns: var(--col-3);
  }
  #homepage-cinema > .eg-container > .eg-wrapper > .content {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  #homepage-cinema .content > .left,
  #homepage-cinema .content > .right {
    width: 100%;
  }
  #homepage-agorix {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  #homepage-brands::after {
    width: 120px;
    height: 260px;
  }
  #homepage-brands::before {
    width: 80px;
    height: 175px;
  }
  #homepage-brands > .eg-wrapper > .content {
    gap: 0.5rem;
  }
  #homepage-brands .attachments > img:nth-of-type(1) {
    width: 60px;
  }
  #homepage-brands .attachments > img:nth-of-type(2) {
    width: 100px;
  }
  #homepage-brands .attachments > img:nth-of-type(4) {
    width: 56px;
    top: 20%;
  }
  #homepage-events > .eg-container > .eg-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  #homepage-events .swiper-event-months {
    height: 275px;
  }
  #homepage-events > .eg-container > .eg-wrapper > .left,
  #homepage-events > .eg-container > .eg-wrapper > .right {
    width: 100%;
  }
  #homepage-events .swiper-events > .swiper-wrapper > .swiper-slide {
    width: 50%;
  }
  #homepage-events .swiper-events > .swiper-wrapper > .swiper-slide > .box > .description {
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
  }
  #homepage-stores > .eg-container > .eg-wrapper > .content {
    grid-template-columns: var(--col-4);
  }
  #homepage-social-media > .content {
    gap: 0.5rem;
  }
}

@media (max-width: 576px) {
  #homepage-banner > .eg-wrapper > .contact > .link:nth-of-type(1) {
    display: none;
  }
  #homepage-brands > .eg-wrapper > .eg-container > .heading {
    gap: 0.5rem;
  }
  #homepage-brands::after {
    left: -5%;
  }
  #homepage-brands::before {
    right: -5%;
  }
  #homepage-brands .attachments > img {
    display: none;
  }
  #homepage-events .swiper-event-months {
    height: 250px;
  }
  #homepage-events .swiper-events > .swiper-wrapper > .swiper-slide {
    width: 100%;
  }
  #homepage-stores > .eg-container > .eg-wrapper > .content {
    grid-template-columns: var(--col-6);
  }
  #homepage-cinema::after {
    display: none;
  }
  #homepage-cinema > .eg-container {
    padding: 0;
  }
  #homepage-cinema > .eg-container > .eg-wrapper > .heading {
    padding: 1rem 1rem 2rem 1rem;
  }
  #homepage-cinema .film-content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #homepage-cinema .film-content > .info {
    display: none;
  }
  #homepage-cinema .film-content > .heading {
    align-items: center;
    justify-content: center;
  }
  #homepage-cinema .film-content > .heading > .specs {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #homepage-cinema .content > .left {
    padding: 0 1rem;
  }
  #homepage-agorix .heading > p {
    width: 100%;
  }
}

@media (max-width: 450px) {
  #homepage-brands::after {
    left: -10%;
  }
  #homepage-brands::before {
    right: -10%;
  }
}

@media (max-width: 380px) {
  #homepage-brands::after {
    left: -15%;
  }
  #homepage-brands::before {
    right: -15%;
  }
}
