.section-specific *,
.section-specific ::after,
.section-specific ::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
.infosection {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.cardy {
  font-size: 62.5%;
}
.cardinfo-front__heading {
  font-size: 1.5rem;
  margin-top: 0.25rem;
}
.inside-page__heading {
  padding-bottom: 1rem;
  width: 100%;
}
.cardinfo-front__text-view,
.inside-page__heading {
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 0.2rem;
}
.cardinfo-front__text-view--city,
.inside-page__heading--city {
  color: #ff62b2;
}
.cardinfo-front__text-view--ski,
.inside-page__heading--ski {
  color: #2aaac1;
}
.cardinfo-front__text-view--beach,
.inside-page__heading--beach {
  color: #ff6103;
}
.cardinfo-front__text-view--camping,
.inside-page__heading--camping {
  color: #8e502c;
}
.cardinfo-front__tp,
.inside-page__btn:hover {
  color: #fafbfa;
}
.cardinfo-front__text-price {
  font-size: 1.2rem;
  margin-top: -0.2rem;
}
.inside-page__text {
  color: #333;
}
.cardinfo-front__icon {
  fill: #fafbfa;
  font-size: 3vw;
  height: 3.25rem;
  margin-top: -0.5rem;
  width: 3.25rem;
}
.inside-page__btn {
  background-color: transparent;
  border: 3px solid;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  overflow: hidden;
  padding: 0.7rem 0.75rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 90%;
  z-index: 10;
}
.inside-page__btn::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: 0.3s;
  width: 100%;
  z-index: -1;
}
.inside-page__btn--city {
  border-color: #ff40a1;
  color: #ff40a1;
}
.inside-page__btn--city::before {
  background-color: #ff40a1;
}
.inside-page__btn--ski {
  border-color: #279eb2;
  color: #279eb2;
}
.inside-page__btn--ski::before {
  background-color: #279eb2;
}
.inside-page__btn--beach {
  border-color: #ff6103;
  color: #ff6103;
}
.inside-page__btn--beach::before {
  background-color: #ff6103;
}
.inside-page__btn--camping {
  border-color: #8e502c;
  color: #8e502c;
}
.inside-page__btn--camping::before {
  background-color: #8e502c;
}
.inside-page__btn:hover::before {
  transform: scaleY(1);
}
.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50vh;
  width: 100%;
}
.cardinfo-area,
.cardinfo-section {
  align-items: center;
  height: 100%;
  display: flex;
}
.cardinfo-area {
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding: 1rem;
}
.cardinfo-section {
  justify-content: center;
  width: 100%;
}
.cardinfo,
.flip-cardinfo {
  height: 15rem;
  width: 15rem;
  transition: 1s;
}
.cardinfo {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: -0.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.5);
  position: relative;
}
.flip-cardinfo {
  perspective: 100rem;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: 100;
}
.flip-cardinfo > * {
  visibility: visible;
}
.flip-cardinfo__container {
  height: 100%;
  position: absolute;
  right: 0;
  transform-origin: left;
  transform-style: preserve-3d;
  transition: 1s;
  width: 100%;
}
.cardinfo-back,
.cardinfo-front {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cardinfo-front {
  background-color: #fafbfa;
  height: 15rem;
  width: 15rem;
}
.cardinfo-front__tp {
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
  display: flex;
  flex-direction: column;
  height: 12rem;
  justify-content: center;
  padding: 0.75rem;
}
.cardinfo-front__tp--city {
  background: linear-gradient(to bottom, #ff73b9, #ff40a1);
}
.cardinfo-front__tp--ski {
  background: linear-gradient(to bottom, #47c2d7, #279eb2);
}
.cardinfo-front__tp--beach {
  background: linear-gradient(to bottom, #fcc483, #f8c047);
}
.cardinfo-front__tp--camping {
  background: linear-gradient(to bottom, #f49761, #b16e47);
}
.cardinfo-front__bt {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cardinfo-back {
  background-color: #fafbfa;
  transform: rotateY(180deg);
}
.video__container {
  clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  height: auto;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
.inside-page {
  background-color: #fafbfa;
  box-shadow: inset 20rem 0 5rem -2.5rem rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 1rem;
  position: absolute;
  right: 0;
  transition: 1s;
  width: 15rem;
  z-index: 1;
}
.inside-page__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  width: 100%;
}
.cardinfo:hover {
  box-shadow: -0.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.75);
  width: 30rem;
}
.cardinfo:hover .flip-cardinfo__container {
  transform: rotateY(-180deg);
}
.cardinfo:hover .inside-page {
  box-shadow: inset 1rem 0 5rem -2.5rem rgba(0, 0, 0, 0.1);
}
