#homepage-banner {
  position: relative;
  z-index: 10;
}

#homepage-banner > video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* #homepage-banner::after {
  content: "";
  position: absolute;
  top: -142px;
  left: -5%;
  background-image: url("/dovido-template/public/assets/images/banner-decoration-1.png");
  background-size: 284px 263px;
  width: 284px;
  height: 263px;
  z-index: 10;
}

#homepage-banner::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -5%;
  background-image: url("/dovido-template/public/assets/images/banner-decoration-2.png");
  background-size: 284px 273px;
  width: 284px;
  height: 273px;
  z-index: 10;
} */

#homepage-banner > .description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
}

#homepage-banner > .description > h1 {
  color: var(--do-red-2);
  font-size: var(--font-60);
  font-family: "DIN Condensed Regular";
  font-weight: 400;
  text-transform: uppercase;
}

#homepage-banner > .description > p {
  color: var(--do-black);
  font-size: var(--font-20);
  line-height: var(--line-26);
}

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

#homepage-banner .swiper-slide > .eg-container {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0;
}

#homepage-banner .swiper-slide > .eg-container > .description {
  padding: 1rem;
  position: absolute;
  top: 50%;
  transform: translate3d(200%, -50%, 0);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  width: 50%;
  transition: 0.6s;
  opacity: 0;
}

#homepage-banner .swiper-slide-active > .eg-container > .description {
  transform: translate3d(0%, -50%, 0);
  opacity: 1;
}

@keyframes slideLeft {
  from {
    transform: translate3d(-100%, 0, -50%);
  }
  to {
    transform: translate3d(0, 0, -50%);
  }
}

#homepage-banner .swiper-slide > .eg-container > .description > b {
  color: var(--do-black);
  font-size: var(--font-30);
  font-weight: 400;
}

#homepage-banner .swiper-slide > .eg-container > .description > p {
  color: var(--do-black);
  font-size: var(--font-18);
  font-weight: 300;
  line-height: var(--line-26);
  width: 65%;
}

#homepage-sustainability {
  padding: 8rem 0;
}

#homepage-sustainability > .eg-container > .eg-wrapper {
  display: grid;
  grid-template-columns: var(--col-4);
}

#homepage-sustainability > .eg-container > .eg-wrapper > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  padding: 0 1rem;
}

#homepage-sustainability .box:not(:last-child) {
  border-right: 1px dashed var(--do-black);
}

#homepage-sustainability .box > figure {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#homepage-sustainability .box > figure > img {
  object-fit: contain;
  object-position: center;
}

#homepage-sustainability .box > p {
  color: var(--do-black);
  font-size: var(--font-16);
  line-height: var(--line-26);
}

#homepage-products {
  position: relative;
  z-index: 1;
}

#homepage-products::after {
  content: "";
  position: absolute;
  top: -90px;
  background-image: url("/dovido-template/public/assets/images/top-line.png");
  width: 100%;
  height: 143px;
  z-index: 1;
}

#homepage-products::before {
  content: "";
  position: absolute;
  bottom: -70px;
  background-image: url("/public/assets/images/bottom-line.png");
  width: 100%;
  height: 81px;
  z-index: 2;
}

#homepage-products > .eg-wrapper {
  display: grid;
  grid-template-columns: var(--col-4);
  grid-auto-rows: 1fr;
}

#homepage-products > .eg-wrapper > a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}

#homepage-products > .eg-wrapper > a::after {
  content: "";
  clip-path: circle(0% at 50% 50%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 0;
  scale: 0;
}

#homepage-products > .eg-wrapper > a:nth-of-type(1)::after {
  background: rgba(87, 174, 91, 0.6);
  top: 0;
}

#homepage-products > .eg-wrapper > a:nth-of-type(2)::after {
  background: rgba(95, 74, 148, 0.6);
  bottom: 0;
}

#homepage-products > .eg-wrapper > a:nth-of-type(3)::after {
  background: rgba(223, 207, 165, 0.6);
  top: 0;
}

#homepage-products > .eg-wrapper > a:hover::after {
  scale: 1;
  clip-path: circle(200% at 50% 50%);
}

#homepage-products > .eg-wrapper > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

#homepage-products > .eg-wrapper > a:hover > img {
  scale: 1.2;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

#homepage-products > .eg-wrapper > a > .description {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: max-content;
  z-index: 1;
  transition: 0.3s;
}

#homepage-products > .eg-wrapper > a:hover > .description {
  transform: translate(-50%, -50%) rotate(360deg);
  bottom: calc(50% - 70px);
}

#homepage-products > .eg-wrapper > a > .description > p {
  color: var(--do-white);
  font-size: var(--font-24);
  font-weight: 400;
  transition: 0.3s;
}

#homepage-products > .eg-wrapper > a:hover > .description > p {
  letter-spacing: 1px;
}

#homepage-products > .eg-wrapper > a[data-product="health"]:hover > .description > p {
  text-shadow: 2px 2px 0px var(--do-green);
}

#homepage-products > .eg-wrapper > a[data-product="children"]:hover > .description > p {
  text-shadow: 2px 2px 0px var(--do-purple);
}

#homepage-products > .eg-wrapper > a[data-product="exotic"]:hover > .description > p {
  text-shadow: 2px 2px 0px var(--do-yellow-2);
}

#homepage-products > .eg-wrapper > a > .description > svg {
  overflow: visible;
  width: 80px;
  height: 24px;
}

#homepage-products > .eg-wrapper > a:hover > .description > svg {
  display: none;
}

#homepage-products > .eg-wrapper > a[data-product="health"] > .description > svg > path {
  fill: var(--do-green);
}

#homepage-products > .eg-wrapper > a[data-product="children"] > .description > svg > path {
  fill: var(--do-purple);
}

#homepage-products > .eg-wrapper > a[data-product="exotic"] > .description > svg > path {
  fill: var(--do-yellow);
}

#homepage-dovido-world {
  padding-top: 6rem;
  background-image: url("/public/assets/images/dovido-world-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

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

#homepage-dovido-world > .eg-wrapper > .eg-container > .heading > h2 {
  font-family: "DIN Condensed Regular";
  color: var(--do-red-2);
  font-size: var(--font-60);
  font-weight: 400;
}

#homepage-dovido-world > .eg-wrapper > .eg-container > .heading > p {
  color: var(--do-black);
  font-size: var(--font-18);
}

#homepage-dovido-world > .eg-wrapper > .content {
  position: relative;
  z-index: 1;
}

#homepage-dovido-world > .eg-wrapper > .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--do-white);
  border-radius: 50% 50% 0% 0% / 100% 100% 0% 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#homepage-dovido-world > .eg-wrapper > .content > svg {
  padding: 4rem;
}

#homepage-dovido-world > .eg-wrapper > .content > svg > g {
  fill: var(--do-grey-3);
  transition: 0.3s;
  cursor: pointer;
}

#homepage-dovido-world > .eg-wrapper > .content > svg > g[id="europa-map"]:hover {
  fill: var(--do-white-2);
}

#homepage-dovido-world > .eg-wrapper > .content > svg > g[id="asia-map"]:hover {
  fill: var(--do-purple);
}

#homepage-dovido-world > .eg-wrapper > .content > svg > g[id="africa-map"]:hover {
  fill: var(--do-orange);
}

#homepage-dovido-world > .eg-wrapper > .content > svg > g[id="south-america-map"]:hover {
  fill: var(--do-green);
}

#homepage-dovido-world > .eg-wrapper > .content > svg > g[id="north-america-map"]:hover {
  fill: var(--do-yellow);
}

#homepage-dovido-world > .eg-wrapper > .content > svg > g[id="oceania-map"]:hover {
  fill: var(--do-red);
}

@media (max-width: 1400px) {
  #homepage-products::after {
    height: 100px;
    background-position: bottom;
    top: -80px;
  }
  #homepage-products::before {
    background-position: top;
    height: 60px;
    bottom: -45px;
  }
  #homepage-dovido-world > .eg-wrapper > .content > svg {
    height: 650px;
  }
}

@media (max-width: 1200px) {
  #homepage-products > .eg-wrapper > a > .description > svg {
    width: 60px;
  }
  #homepage-dovido-world > .eg-wrapper > .content::after {
    border-radius: 50% 50% 0% 0% / 80% 80% 0% 0%;
  }
  #homepage-dovido-world > .eg-wrapper > .content > svg {
    height: 600px;
  }
}

@media (max-width: 992px) {
  #homepage-banner .swiper-slide > .eg-container > .description {
    width: 75%;
  }
  #homepage-banner .swiper-slide > .eg-container > .description > p {
    width: 85%;
  }
  #homepage-products > .eg-wrapper > a > .description {
    flex-direction: column;
  }
  #homepage-products::after {
    height: 60px;
    background-position: bottom;
    top: -40px;
  }
  #homepage-products::before {
    background-position: top;
    height: 50px;
    bottom: -35px;
  }
  #homepage-dovido-world > .eg-wrapper > .content > svg {
    height: 500px;
  }
}

@media (max-width: 768px) {
  #homepage-banner > .description {
    display: none;
  }
  #homepage-banner .swiper-slide > figure > img {
    height: 500px;
    object-fit: cover;
    object-position: center;
  }
  #homepage-banner .swiper-slide > .eg-container > .description,
  #homepage-banner .swiper-slide > .eg-container > .description > p {
    width: 100%;
  }
  #homepage-banner .swiper-slide > .eg-container > .description > b,
  #homepage-banner .swiper-slide > .eg-container > .description > p {
    color: var(--do-white);
  }
  #homepage-sustainability {
    padding: var(--content-spacing);
  }
  #homepage-sustainability > .eg-container > .eg-wrapper {
    grid-template-columns: var(--col-12);
  }
  #homepage-sustainability > .eg-container > .eg-wrapper > .box {
    padding: 1rem 0;
  }
  #homepage-sustainability .box:not(:last-child) {
    border-right: unset;
    border-bottom: 1px dashed var(--do-black);
  }
  #homepage-products > .eg-wrapper {
    grid-template-columns: var(--col-12);
  }
  #homepage-products > .eg-wrapper > a > .description {
    flex-direction: row;
  }
}

@media (max-width: 576px) {
  #homepage-dovido-world {
    padding-top: 2rem;
  }
  #homepage-dovido-world > .eg-wrapper > .content > svg {
    padding: 1rem;
    height: 400px;
  }
}

@media (max-width: 450px) {
  #homepage-dovido-world > .eg-wrapper > .content::after {
    border-radius: 50% 50% 0% 0% / 60% 60% 0% 0%;
  }
  #homepage-dovido-world > .eg-wrapper > .content > svg {
    padding: 0;
    height: 300px;
  }
}
