figure {
  margin: 0 0 0rem !important;
}

#Opening-d {
  min-height: 1080px;
  position: relative;
  background-image: url("/wp-content/uploads/2024/09/back-desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#Opening-d::after {
  content: '';
  position: absolute;
  left: 0;
  max-width: 100%;
  right: 0;
  height: 10px;
  bottom: 0px;  
  background-color: rgba(254, 201, 1, 1);/* bottom gap color */
}
#Opening-d .container-xxl {
  position: relative;
  min-height: 1080px;
  padding-top: 60px;
}

#Opening-d .kagia {
  position: absolute;
  left: 0;
}
#Opening-d .maleskou {
  position: absolute;
  left: 348px;
}
#Opening-d .kainourgiou {
  position: absolute;
  left: 940px;
}
#Opening-d .germanou {
  position: absolute;
  bottom: 0;
  left: 710px;
  z-index: 3;
}
#Opening-d .logo-d {
  position: absolute;
  left: 400px;
  top: 200px;
  z-index: 2;
}
#Opening-d .text-up {
  position: absolute;
  top: 745px;
  z-index: 2;
}
#Opening-d .text-down {
  position: relative;
  top: 800px;
}
#Opening-d .text-down .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
#Celebs-d {
  min-height: 1080px;
  position: relative;
  background-image: url("/wp-content/uploads/2024/09/back-desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#Celebs-d::after {
  content: '';
  position: absolute;
  left: 0;
  max-width: 100%;
  right: 0;
  height: 10px;
  bottom: 0px;  
  background-color: rgba(206, 17, 129, 1);/* bottom gap color */
  z-index: 10;
}
#Celebs-d .container-xxl {
  position: relative;
  min-height: 1080px;
  padding-top: 80px;
}
#Celebs-d .iliana {
  position: absolute;
  left: 0;
  transition: transform 1.5s ease;
  z-index: 2;
}
#Celebs-d .papoutsaki {
  position: absolute;
  left: 275px;
  transition: transform 1.5s ease;
  z-index: 1;
}
#Celebs-d .xatzidou {
  position: absolute;
  left: 610px;
  transition: transform 1.5s ease;
  z-index: 2;
}
#Celebs-d .mpompa {
  position: absolute;
  left: 670px;
  transition: transform 1.5s ease;
  z-index: 1;
}
#Celebs-d .iliana img {
  transition: transform 1.5s ease;
}
#Celebs-d .papoutsaki img {
  transition: transform 1.5s ease;
}
#Celebs-d .xatzidou img {
  transition: transform 1.5s ease;
}
#Celebs-d .mpompa img {
  transition: transform 1.5s ease;
}
#Celebs-d .tmo {
  position: absolute;
  right: 0;
  z-index: 3;
}
#Celebs-d .tmo .arrow-back {
  position: absolute;
  top: 106px;
  right: 0;
  left: 130px;
  bottom: 0;
  object-fit: contain;
}

#Celebs-d .info-container {
  position: relative;
  font-family: "hypatia-sans-pro", sans-serif;
  width: 1320px;
  height: 356px;
  border-radius: 76px;
  background: #FFF8F4 0% 0% no-repeat padding-box;
  z-index: 3;
  top: 630px;
}
#Celebs-d .info-container .title {
  color: #CE1181;
  text-decoration: underline;
  font-size: 49px;
  font-weight: 900;
}
#Celebs-d .info-container .content {
  font-size: 30px;
  padding: 0 10px 0 10px;
}
#Celebs-d .info-container .cta a {
  font-size: 34px;
  font-weight: bold;
  padding-top: 20px;
  text-decoration: underline;
  color: #212529;
}

#Article_list {
  min-height: 1080px;
  position: relative;
  background-image: url("/wp-content/uploads/2024/09/back-desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#Article_list::after {
  content: '';
  position: absolute;
  left: 0;
  max-width: 100%;
  right: 0;
  height: 10px;
  bottom: -10px;  
  background-color: rgba(254, 201, 1, 1);/* bottom gap color */
}
#Article_list .container-xxl {
  position: relative;
  padding-top: 80px;
}
#Article_list .articles .item {
  position: relative;
  padding: 0;
}

#Article_list .articles .description {
  position: absolute;
  height: 100%;
  bottom: 0;
  padding: 20px;
  background-color: rgba(87, 17, 15, .3);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  opacity: 0;
}

#Article_list .articles .arrow {
  text-align: right;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

#Article_list .articles .arrow img {
  width: 80px;
  color: #fff;
  animation-name: move_arrow_left;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

#Article_list .articles .description .category {
  font-weight: 800;
  margin-bottom: 10px;
}

#Article_list .articles .item figure {
  position: relative;
  z-index: 0;
}

#Article_list .articles .arrow {
  text-align: right;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

#Article_list .articles .arrow img {
  width: 80px;
  color: #fff;
  animation-name: move_arrow_left;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
#Article_list .description a:active, a:link, a:visited {
  color: #D6C37D;
  text-decoration: none;
  outline: 0;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

#Article_list .description a:hover {
  text-decoration: none;
  color: #fff;
}

#Article_list .tmo {
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: 3;
}
#Article_list .tmo .arrow-back {
  position: absolute;
  top: 106px;
  right: 0;
  left: 130px;
  bottom: 0;
  object-fit: contain;
}
#Article_list .before-buy {
  font-family: "hypatia-sans-pro", sans-serif;
  font-size: 45px;
  font-weight: 900;
  color: #CE1181;
  line-height: 1.3;
}
@keyframes move_arrow_left {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 20px;
  }
}

@keyframes move_arrow_right {
  0% {
    margin-right: 20px;
  }
  100% {
    margin-right: 0;
  }
}

/* Hover */
@media (hover:hover) {
  #Opening-d .text-down:hover .image-hover {
    opacity: 1;
  }
  #Celebs-d .info-container .cta:hover a {
    color: #CE1181;
  }
  #Celebs-d .iliana:hover img  {
    transform: scale(1.1);
    transition: transform 1.5s ease;
  }
  #Celebs-d .papoutsaki:hover img  {
    transition: transform 1.5s ease;
    transform: scale(1.1);
  }
  #Celebs-d .xatzidou:hover img {
    transform: scale(1.1);
    transition: transform 1.5s ease;
  }
  #Celebs-d .mpompa:hover img {
    transform: scale(1.1);
    transition: transform 1.5s ease;

  }
  #Celebs-d .tmo:hover .arrow {
    transform: rotate(180deg);
    transition: transform 1.5s ease;
  }
  #Celebs-d .tmo .arrow {
    transition: transform 1.5s ease;
  }
  #Article_list .articles .item:hover .arrow img {
    animation-name: move_arrow_right;
    animation-duration: .5s;
    animation-fill-mode: forwards;
  }


  #Article_list .articles .description:hover {
    opacity: 1;
  }
  #Article_list .tmo:hover .arrow {
    transform: rotate(180deg);
    transition: transform 1.5s ease;
  }
  #Article_list .tmo .arrow {
    transition: transform 1.5s ease;
  }
}

/* Mobile */
.swiper {
  width: 100%;
  height: 100%;
}

#Opening-m {
  min-height: 100vh;
}
#Opening-m .container {
  min-height: 100vh;
  position: relative;
}
#Opening-m .logo-m {
  position: absolute;
  left: 10vw;
  top: 40vh;
  z-index: 10;
}
#Opening-m .logo-m img {
  max-width: 300px;
}
#Opening-m .text-up-m {
  position: absolute;
  top: 80vh;
  z-index: 10;
}
#Opening-m .text-down-m {
  position: absolute;
  z-index: 10;
  top: calc(80vh + 100px);
}
#Opening-m .text-down-m img { 
  max-width: 350px;
}

@media only screen and (max-width: 992px) {
  #Celebs-m {
    height: 100%;
  }
  #Celebs-m .title {
    background-color: #CE1181;
    color: #fff;
    font-family: "hypatia-sans-pro", sans-serif;
    font-size: 40px;
    height: 318px;
    font-weight: 900;
    padding: 80px 60px 30px;
    line-height: 1.2;
  }
  #Celebs-m .content {
    font-family: "hypatia-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 32px;
    padding: 20px;
    background-image: url("/wp-content/uploads/2024/09/backround-1-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }

  #Celebs-m .see-more {
    background-color: #CE1181;
    font-family: "hypatia-sans-pro", sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    min-height: 195px;
    padding-top: 25px;
    min-width: 313px;
    border-radius: 36px;
  }
  #Celebs-m .see-more a {
    color: #FEE500;
    text-decoration: none;
  }
  #Article_list::after {
    opacity: 0;
  }

  #Article_list .container-xxl {
    height: 100%;
    max-width: 90%;
  }
  #Article_list .articles .description {
    height: 40%;
    padding-bottom: 30px; 
  }
  #Article_list {
    padding: 50px 0 20px;
    background-image: url("/wp-content/uploads/2024/09/backround-2-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }

  #Article_list .articles .item figure img {
    width: 100%;
  }

  #Article_list .ny_logo_footer {
    position: relative;
    top: 20px;
  }

  #Article_list .articles .description {
    opacity: 1;
  }
  #Article_list .articles .description a {
    color: #fff;
  }

}