:root {
  --swiper-navigation-size: 70px;
}
#main{
  margin-top: var(--header);
}
h3 {
  color: #FC3056;
  font-family: 'hypatia-sans-pro';
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
a:active, a:link, a:visited
#anoigma {
  color: #fff;
}	
.mob-only {
  background-image: url('/wp-content/uploads/2025/01/photo-anoigma-mobile1.webp');
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
  width: 100%;
  height: 309px;
}
.mob-text {
  position: absolute;
  top: 45%;
  left: 0;
}

.sub-banner {
  color: white;
  background-color: #FC3056;
  border-radius: 25px;
  width: fit-content;
  padding: 0 15px;
  font-family: 'hypatia-sans-pro';
  font-weight: 700;
  font-style: italic;	
}
.celebs-right {
  position: absolute;
  width: 100%;
  height: auto;
  top: -110px;
  left: 80px;
  z-index: 2;
}
.super {
  position: absolute;
  top: -280px;
  left: 0;
  transform: rotate(-3deg);
  font-size: 22px;
}

main .container {
  max-width: 1400px;
  height: calc(100svh - var(--header)); 
  position: relative;
  background-image: url('/wp-content/uploads/2025/01/photo-anoigma-mobile-kato.webp');
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
}
.kosioni {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 248px; /*remove whith correct img */
  height: 549px; /*remove whith correct img */
  z-index: 2;
}
.car {
  display: none;
}
.world-day {
  display: none;
}
.celebs-left {
  position: absolute;
  left: 0;
  bottom: 220px;
}

.text-top {
  left: 95px;
  bottom: 45vh;
  position: absolute;
  z-index: 1;
}
.text-bottom {
  position: absolute;
  bottom: 7svh;
  font-size: 39px;
  width: 1320px;
  z-index: 3;
}

.customer {
  position: relative;
  min-height: calc(100svh - var(--header)); 
  box-shadow: none; /* Initial box-shadow */
}

.info {
  width: 100%;
  padding: 0;
  position: absolute;
  inset: 67% 0 auto;
  font-family: "proxima-nova",sans-serif;
  font-size: 30px;

}

.info a:hover {

  color: #FFFFFF;
}

.title {

  font-weight: bold;
  font-family: 'proxima-nova';
  display: block;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.1;
  padding-right: 30px;
}
.t1 {
  font-size: 30px;
  font-weight: bold;
}
.t2 {
  font-size: 26px;
}
.bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height:100svh;
  object-fit: cover;
}
.bg-brown {
  background-color: rgba(212, 146, 93, 0.75);
}
.bg-blue {
  background-color: rgba(7, 62, 143, 0.75);
}
.bg-green {

  background-color: rgba(128, 143, 46, 0.75);
}
.bg-pink {
  background-color: rgba(252, 48, 86, 0.75);
}
.bg-light-pink {
  background-color: rgba(177, 98, 117, 0.75);
}
.bg-olive {
  background-color: rgba(165, 131, 75, 0.75);
}
.bg-beige {
  background-color: rgba(238, 175, 123, 0.75);
}
.bg-ligth-blue {
  background-color: rgba(58, 190, 238, 0.75);
}
.row {
  min-height: calc(100svh - var(--header));
  display: flex;
  flex-wrap: wrap;
}
.more {
  font-size:26px;
  margin-top: 40px;
  text-decoration: underline; 
}
.mob-arrow {
  position: absolute;
  bottom: 335px;
  left: 40vw;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 3px black;
  color: #fff;
  transform: rotate(90deg);
  animation: pulsemob 2s infinite;
}
.mob-arrow::after {
  content: "next";
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

/* desktop style */
@media only screen and (min-width: 992px) {
  .swiper-button-next, .swiper-button-prev {
    color: #fff;
    text-shadow: 1px 1px 3px black;
    animation: pulse 2s infinite;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    animation: unset;
  }
  .swiper-slide {
    height: calc(100svh - var(--header));
  }
  #anoigma {
    background-image: url('/wp-content/uploads/2025/01/photo-home.webp');
    background-repeat: no-repeat;
    background-position: top, center;
    background-size: cover;
    max-height: 100svh;
  }
  main .container {
    background-image: unset;
  }
  .super {
    position: absolute;
    top: 120px;
    left: 305px;
    transform: rotate(-3deg);
    font-size: 42px;
  }

  .celebs-right {
    position: absolute;
    width: fit-content;
    height: auto;
    top: 129px;
    left: 924px;
    z-index: 2;
  }
  .car {
    position: absolute;
    z-index: 3;
    left: 770px;
    width: 280px;
    height: 205px;
    display: block;
  }
  .world-day {
    position: absolute;
    z-index: 2;
    left: 340px;
    width: 945px;
    height: 250px;
    top: 50px;
    display: block;
  }
  .celebs-left {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    max-height: 90svh;
  }

  .text-top {
    bottom: 35px;
    left: 340px;
    width: 651px;
    height: 276px;
    position: absolute;
    text-align: center;
    border-radius: 30px;
    background-color: rgb(255, 248, 244, 0.7);
    font-size: 26px;
    padding: 0 10px;
    font-family: 'hypatia-sans-pro', sans-serif;
  }
  .text-bottom {
    position: absolute;
    bottom: 45px;
    left: 70px;
    transform: rotate(-3deg);
  }
  .customer {
    transition: all 1s ease;
    position: relative;
    flex-basis: 33.33333333%; /* Initial flex-basis */
    box-shadow: none; /* Initial box-shadow*/

  }
  .hover {
    width: 50%;
    flex-basis: 50%;
    z-index: 1;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
  }
  .right.hover {
    transform-origin: left;
  }

  .hidden {
    width: 25%;
    flex-basis: 25%;
  }

  .info {

    width: 100%;
    height: 250px;
    transition: all 1s ease;
    padding: 0;
    position: absolute;
    inset: 67% 0 auto;
    font-family: "proxima-nova",sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: right;
    text-shadow: 1px 1px 3px #000;

  }
  .title {
    max-width: 29vw;
  }

  .hover .title {
    max-width: 40vw;
  }
  .customer.hidden .info {
    opacity: 0;
  }

}

/* Mobile (below 992px) */
@media (max-width: 991px) {
  .swiper-wrapper {
    display: block; /* Make the slides stack vertically */
  }

  .swiper-slide {
    width: 100%;    /* Each slide takes full width */
    height: auto;   /* Adjust height as per content */
  }
}
@keyframes pulse {
  0% {

    transform: scale(1);
  }

  50% {

    transform: scale(1.2);
  }

  100% {

    transform: scale(1);
  }
}
@keyframes pulsemob {
  0% {

    transform: scale(1) rotate(90deg);
  }

  50% {

    transform: scale(1.2) rotate(90deg);
  }

  100% {

    transform: scale(1) rotate(90deg);
  }
}
@keyframes turnPage {
  0% {
    transform: rotateY(0);
    background-position: left bottom;
  }
  50% {
    background-position: right bottom;
  }
  100% {
    transform: rotateY(-180deg);
    background-position: right bottom;
  }
}