.header {
  height: 95vh;
  background-image: linear-gradient(to right bottom, rgba(0, 255, 255, 0.3), rgba(15, 142, 142, 0.3)), url(antique_mediterranian-map.jpg);
  background-size: cover;
  position: relative;
  border: 7px solid gold;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.header__text-box {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  text-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.6);
}

.hidden {
  visibility: hidden;
  transition: 0.2s ease;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.701);
  position: absolute;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.flip-card {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-1 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-1-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-1:hover .flip-card-1-inner {
  transform: rotateY(180deg) scale(3) translateX(-15%);
  z-index: 1000;
  width: 50rem;
  height: 30rem;
}
.flip-card-1:hover .flip-card-1-inner img {
  object-fit: fill;
}

.flip-card-1-front,
.flip-card-1-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-1-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-1-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-2 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-2-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-2:hover .flip-card-2-inner {
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-2-front,
.flip-card-2-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-2-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-2-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-3 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-3-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-3:hover .flip-card-3-inner {
  width: 40rem;
  transform: rotateY(180deg) scale(2) translateX(15rem);
  z-index: 1000;
}
.flip-card-3:hover .flip-card-3-inner video {
  transform: scale(2);
}

.flip-card-3-front,
.flip-card-3-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-3-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-3-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-4 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-4-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-4:hover .flip-card-4-inner {
  border: 3px solid gold;
  width: 44rem;
  height: 25rem;
  line-height: 1.2;
  transform: rotateY(180deg) scale(3) translateX(17rem);
  z-index: 1000;
}

.flip-card-4-front,
.flip-card-4-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-4-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-4-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-5 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-5-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-5:hover .flip-card-5-inner {
  width: 40rem;
  transform: rotateY(180deg) scale(3) translateX(-5rem);
  z-index: 1000;
}

.flip-card-5-front,
.flip-card-5-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-5-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-5-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-6 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-6-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-6:hover .flip-card-6-inner {
  height: 40rem;
  line-height: 1.4;
  border: 2px solid white;
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-6-front,
.flip-card-6-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-6-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-6-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-7 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-7-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-7:hover .flip-card-7-inner {
  transform: translateX(5rem);
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-7-front,
.flip-card-7-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-7-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-7-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-8 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-8-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-8:hover .flip-card-8-inner {
  height: 25rem;
  width: 50rem;
  transform: rotateY(180deg) scale(3) translateX(17rem);
  line-height: 1.4;
  border: 2px solid gold;
  z-index: 1000;
}

.flip-card-8-front,
.flip-card-8-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-8-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-8-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-9 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-9-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-9:hover .flip-card-9-inner {
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-9-front,
.flip-card-9-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-9-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-9-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-10 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-10-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-10:hover .flip-card-10-inner {
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-10-front,
.flip-card-10-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-10-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-10-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-11 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-11-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-11:hover .flip-card-11-inner {
  width: 50rem;
  height: 40rem;
  border: 2px solid gold;
  transform: rotateY(189deg) scale(3) translateX(10rem);
  z-index: 1000;
}

.flip-card-11-front,
.flip-card-11-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-11-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-11-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-12 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-12-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-12:hover .flip-card-12-inner {
  height: 40rem;
  width: 30rem;
  line-height: 1.4;
  border: 2px solid white;
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-12-front,
.flip-card-12-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-12-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-12-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-13 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-13-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-13:hover .flip-card-13-inner {
  height: 40rem;
  width: 30rem;
  line-height: 1.4;
  border: 2px solid white;
  transform: rotateY(180deg) scale(3) translateX(13rem);
  z-index: 1000;
}

.flip-card-13-front,
.flip-card-13-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-13-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-13-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-14 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-14-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-14:hover .flip-card-14-inner {
  height: 40rem;
  width: 30rem;
  line-height: 1.4;
  border: 2px solid white;
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-14-front,
.flip-card-14-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-14-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-14-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-15 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-15-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-15:hover .flip-card-15-inner {
  height: 40rem;
  width: 30rem;
  line-height: 1.4;
  border: 2px solid white;
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-15-front,
.flip-card-15-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-15-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-15-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-16 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-16-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-16:hover .flip-card-16-inner {
  width: 50rem;
  height: 40rem;
  border: 2px solid gold;
  transform: rotateY(189deg) scale(3) translateX(10rem);
  z-index: 1000;
}

.flip-card-16-front,
.flip-card-16-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-16-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-16-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-17 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-17-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-17:hover .flip-card-17-inner {
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-17-front,
.flip-card-17-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-17-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-17-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-18 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-18-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-18:hover .flip-card-18-inner {
  width: 50rem;
  height: 38rem;
  line-height: 1.5;
  border: 2px solid gold;
  transform: rotateY(180deg) scale(3) translateX(-10rem);
  z-index: 1000;
}
.flip-card-18:hover .flip-card-18-inner img {
  width: 30rem;
  height: 20rem;
  border: 2px solid gold;
}

.flip-card-18-front,
.flip-card-18-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-18-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-18-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-19 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-19-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-19:hover .flip-card-19-inner {
  width: 40rem;
  height: 30rem;
  border: 2px solid gold;
  transform: rotateY(180deg) scale(2) translateX(-8rem);
  z-index: 1000;
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}
.flip-card-19:hover .flip-card-19-inner img {
  width: 30rem;
  height: 20rem;
  object-fit: scale-down;
}

.flip-card-19-front,
.flip-card-19-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-19-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-19-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-20 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-20-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-20:hover .flip-card-20-inner {
  transform: rotateY(180deg) scale(2) translateX(13rem);
  width: 50rem;
  height: 70rem;
  font-size: 2rem;
  background-color: aqua;
  border: 2px solid gold;
  z-index: 1000;
}
.flip-card-20:hover .flip-card-20-inner img {
  width: 40rem;
  height: 30rem;
  border: 2px solid gold;
}

.flip-card-20-front,
.flip-card-20-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-20-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-20-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-21 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-21-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-21:hover .flip-card-21-inner {
  transform: rotateY(180deg) scale(3);
  z-index: 1000;
}

.flip-card-21-front,
.flip-card-21-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-21-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-21-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-22 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-22-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-22:hover .flip-card-22-inner {
  width: 70rem;
  height: 50rem;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid gold;
  transform: rotateY(180deg) scale(2) translateX(-8rem);
  z-index: 1000;
}
.flip-card-22:hover .flip-card-22-inner img {
  border: 2px solid white;
  background-color: aqua;
  object-fit: scale-down;
}

.flip-card-22-front,
.flip-card-22-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-22-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-22-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
  border: none;
  background-color: transparent;
}

.flip-card-23 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-23-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-23:hover .flip-card-23-inner {
  transform: rotateY(180deg) scale(3) translateX(10rem);
  background-color: none;
  border: none;
  z-index: 1000;
}

.flip-card-23-front,
.flip-card-23-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-23-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-23-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-24 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-24-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-24:hover .flip-card-24-inner {
  width: 50rem;
  height: 35rem;
  transform: rotateY(180deg) scale(2) translateX(22.5rem);
  z-index: 1000;
}
.flip-card-24:hover .flip-card-24-inner video {
  object-fit: scale-down;
}

.flip-card-24-front,
.flip-card-24-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-24-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-24-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

.flip-card-25 {
  background-color: transparent;
  width: 20rem;
  height: 20rem;
  margin: 3rem auto;
  border: none;
}

.flip-card-25-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  transition-delay: 0s;
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.627);
  cursor: pointer;
}

.flip-card-25:hover .flip-card-25-inner {
  width: 60rem;
  height: 75rem;
  transform: rotateY(180deg) scale(2) translateX(32.5rem);
  z-index: 1000;
}
.flip-card-25:hover .flip-card-25-inner img {
  object-fit: scale-down;
}

.flip-card-25-front,
.flip-card-25-back {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-25-front {
  background-color: #3633e8;
  border: none;
  color: black;
}

.flip-card-25-back {
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  padding: 1rem 2rem;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-greece {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  height: 170vh;
  width: 120rem;
  background-image: linear-gradient(to bottom, rgba(91, 248, 248, 0.8), rgba(19, 128, 128, 0.8));
  position: relative;
  border: 2px solid black;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.5);
  padding: 3rem;
  margin: 5rem auto;
}

.section-roma {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  height: 100vh;
  width: 120rem;
  background-image: linear-gradient(to bottom, rgba(248, 91, 240, 0.8), rgba(128, 19, 59, 0.8));
  position: relative;
  margin: 5rem auto;
  border: 3px solid gold;
  box-shadow: 0 2rem 4rem rgba(0, 0, 139, 0.6);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  background-color: white;
}

video {
  display: inline-block;
  width: 40rem;
  border: 2px solid black;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.6);
}

/*# sourceMappingURL=style.css.map */
