@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200;500&display=swap");
h1, h2, h3, h4, h5, p {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 200;
  margin: 0;
}

strong, .strong {
  font-weight: 500;
}

.light {
  font-weight: 200;
}

h1, h2.bigger {
  font-size: 64px;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  h1, h2.bigger {
    font-size: 36px;
    line-height: 48px;
  }
}

h2 {
  font-size: 48px;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

.bigText {
  font-size: 32px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .bigText {
    font-size: 20px;
    line-height: 28px;
  }
}

.primaryText {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .primaryText {
    font-size: 20px;
    line-height: 28px;
  }
}

* {
  box-sizing: border-box;
  font-family: "Outfit", Arial, sans-serif;
}

body:not(.show-focus-outlines) button:focus, a:focus,
body:not(.show-focus-outlines) [tabindex]:focus {
  outline: none;
}
body:not(.show-focus-outlines) button:focus:before, a:focus:before,
body:not(.show-focus-outlines) [tabindex]:focus:before {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
}

section {
  padding: 96px 0;
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section {
    padding: 48px 0;
  }
}

a, a:visited {
  text-decoration: none;
  color: #232ACB;
  padding: 2px;
}

a:hover {
  background-color: rgba(35, 42, 203, 0.15);
  border-radius: 6px;
}

button, .button {
  padding: 16px 32px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in;
  align-self: flex-start;
}
button:before, .button:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.2s ease-in;
}
button:hover, .button:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
button:hover:before, .button:hover:before {
  opacity: 1;
}
button.primary, .button.primary {
  background-color: #92DD86;
  color: #000;
}

.full-width {
  width: 100%;
}

a:focus, button:focus {
  outline-color: inherit;
  outline-offset: 4px;
  outline-width: 3px;
  outline-style: solid;
  border-radius: 4px;
}

body .shopify-buy-frame--toggle.is-sticky {
  top: 8px;
  right: 8px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header {
  width: 100%;
  padding: 16px 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
header.after-hero {
  background-color: #fff;
}

.logo {
  height: 32px;
}
@media screen and (max-width: 768px) {
  .logo {
    height: 32px;
  }
}

section.summary {
  position: relative;
  background-color: #fff;
  box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.2);
}

.summaryWrap,
.productWrap,
.accordion-menu,
.aboutWrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px;
}

.summaryWrap,
.productWrap {
  overflow: hidden;
}

.summaryWrap p {
  margin-top: 24px;
}

.productWrap p {
  padding-top: 16px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .productWrap p {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

section.purchase {
  background-color: #426998;
  color: #fff;
}
section.purchase *:focus {
  outline-color: #fff;
}

.productWrap {
  display: flex;
  gap: 48px;
  width: 100%;
}
.productWrap > div {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .productWrap > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .productWrap {
    flex-direction: column;
  }
  .productWrap .productPhotoWrap {
    max-width: none;
  }
  .productWrap .product-description {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .productWrap .product-description {
    gap: 24px;
  }
}
.productWrap .productPhotoWrap {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .productWrap .productPhotoWrap {
    max-width: none;
    width: 100%;
  }
}

.product-photo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #000;
  border-radius: 4%;
  overflow: hidden;
}
.product-photo img {
  width: 100%;
}

.product-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

.accordionItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.accordionItem:last-child .accordionTitle {
  border-bottom: 0;
}
.accordionItem.expanded .accordionDescription {
  max-height: 400px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.accordionItem.expanded .arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordionItem a {
  color: #fff;
  font-weight: 600;
}
.accordionItem a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.accordionTitle {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordionTitle {
    padding: 16px 0;
  }
}
.accordionTitle:before {
  content: "";
  left: -24px;
  right: -24px;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 768px) {
  .accordionTitle:before {
    border-radius: 0;
  }
}
.accordionTitle:hover:before {
  opacity: 1;
}
.accordionTitle:focus {
  outline: 0;
}
.accordionTitle:focus:before {
  opacity: 1;
  outline-color: #fff;
  outline-offset: 4px;
  outline-width: 3px;
  outline-style: solid;
  border-radius: 4px;
}

.accordionDescription {
  max-width: 80%;
  max-height: 0;
  padding: 0;
  transition: 0.4s ease-out;
  overflow: hidden;
}

.arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .arrow {
    width: 40px;
    height: 40px;
  }
}
.arrow img {
  width: 32px;
  height: 32px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .arrow img {
    width: 24px;
    height: 24px;
  }
}

.about {
  background: linear-gradient(180deg, #FFD7A7, #F7BECF);
  padding-bottom: 0;
}

.aboutWrap {
  display: flex;
  gap: 64px;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aboutWrap {
    flex-direction: column;
    gap: 32px;
  }
}
.aboutWrap .textWrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profilePic {
  width: 33.33%;
  max-width: 300px;
  flex-shrink: 0;
}
.profilePic img {
  width: 100%;
}

.socialLinks {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.socialLinks .divider {
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.cityBottom {
  margin-top: calc(600px - 64px);
  margin-bottom: 64px;
  height: 5px;
  position: relative;
  background-color: #000;
  box-shadow: 0 -6px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .cityBottom {
    margin-top: calc(300px - 64px);
  }
}
.cityBottom:before, .cityBottom:after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cityBottom:before {
  background: url("../img/city.svg") bottom center no-repeat;
  background-size: contain;
  height: 600px;
  width: 1600px;
  margin: 0 auto;
  bottom: -8px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cityBottom:before {
    width: 768px;
  }
}
.cityBottom:after {
  height: 64px;
  background-color: #87C8DD;
  z-index: 2;
  top: 100%;
  width: 100vw;
}

.hero {
  width: 100%;
  position: relative;
  height: 500vh;
  width: 100%;
  background-color: #FFCBEA;
  z-index: 0;
}
.hero:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 255, 0.1));
  position: absolute;
  z-index: 0;
}

.cardsWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.cardsWrap.fixed {
  position: fixed;
}

.cardWrap {
  position: absolute;
  width: 25%;
  padding: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cardWrap {
    width: 50%;
  }
  .cardWrap #card1, .cardWrap #card4 {
    visibility: hidden;
  }
}

.animatedCard {
  width: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  /* Perspective for 3D effect */
  position: relative;
  height: 0;
  padding-bottom: 140%;
  border-radius: 4%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.animatedCard .card.shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 10%;
  opacity: 0.3;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: 0;
  -webkit-transform: scaleX(1.05);
          transform: scaleX(1.05);
}
.animatedCard#card1 .card.front {
  background-image: url("../img/clubs12.png");
}
.animatedCard#card2 .card.front {
  background-image: url("../img/diamonds12.png");
}
.animatedCard#card3 .card.front {
  background-image: url("../img/hearts12.png");
}
.animatedCard#card4 .card.front {
  background-image: url("../img/spades12.png");
}

.card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 4%;
  z-index: 1;
  border: 1px solid #ccc;
}

.card.front {
  background-color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.card.front:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: radial-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.card.back {
  background: url("../img/back.png") center center no-repeat;
  background-size: contain;
}

.carousel {
  overflow-x: scroll;
  overflow-y: hidden;
}

#carouselWrap {
  display: inline-flex;
}
@media screen and (min-width: 1664px) {
  #carouselWrap {
    padding: 0 calc(50vw - 800px);
  }
}

.carouselOuterWrap {
  position: relative;
}

.preview-photo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 4%;
  overflow: hidden;
  position: relative;
  -webkit-perspective-origin: bottom left;
          perspective-origin: bottom left;
  z-index: 0;
}

.nycCard {
  width: 50%;
  height: 0;
  padding-bottom: 70%;
  position: absolute;
  z-index: 1;
}
.nycCard img {
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
.nycCard img:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: red;
  z-index: 20;
}

.nyc {
  width: 120%;
  padding-bottom: 120%;
  position: absolute;
  top: -10%;
  left: -10%;
  right: -10%;
  bottom: -10%;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.carouselItem {
  flex-shrink: 0;
  width: 40vw;
  max-width: 600px;
  padding: 48px 32px;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: center;
          perspective-origin: center;
}
.carouselItem:nth-child(1) .nycCard:nth-child(1) {
  top: 5%;
  left: 5%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotateX(-35deg) rotateY(30deg) rotateZ(-25deg) scale(0.8);
          transform: rotateX(-35deg) rotateY(30deg) rotateZ(-25deg) scale(0.8);
}
.carouselItem:nth-child(1) .nycCard:nth-child(2) {
  bottom: 8%;
  right: 8%;
  z-index: 2;
  -webkit-transform: rotateX(60deg) rotateY(-36deg) rotateZ(30deg) scale(1.1);
          transform: rotateX(60deg) rotateY(-36deg) rotateZ(30deg) scale(1.1);
}
.carouselItem:nth-child(1) .nyc {
  background: url("../img/nyc-01.jpg") center center no-repeat;
  background-size: cover;
}
.carouselItem:nth-child(2) .nycCard:nth-child(1) {
  top: 5%;
  left: 5%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotateX(-30deg) rotateY(50deg) rotateZ(-50deg) scale(0.9);
          transform: rotateX(-30deg) rotateY(50deg) rotateZ(-50deg) scale(0.9);
}
.carouselItem:nth-child(2) .nycCard:nth-child(2) {
  bottom: 12%;
  right: 12%;
  z-index: 2;
  -webkit-transform: rotateX(20deg) rotateY(-55deg) rotateZ(-29deg) scale(1.1);
          transform: rotateX(20deg) rotateY(-55deg) rotateZ(-29deg) scale(1.1);
}
.carouselItem:nth-child(2) .nyc {
  background: url("../img/nyc-02.jpg") center center no-repeat;
  background-size: cover;
}
.carouselItem:nth-child(3) .nycCard:nth-child(1) {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) rotateX(20deg) rotateY(-20deg) rotateZ(20deg) scale(0.85);
          transform: translateY(-50%) rotateX(20deg) rotateY(-20deg) rotateZ(20deg) scale(0.85);
}
.carouselItem:nth-child(3) .nyc {
  background: url("../img/nyc-03.jpg") center center no-repeat;
  background-size: cover;
}
.carouselItem:nth-child(4) .nycCard:nth-child(1) {
  top: 10%;
  right: 12%;
  z-index: 2;
  -webkit-transform: rotateX(-5deg) rotateY(-30deg) rotateZ(30deg) scale(0.78);
          transform: rotateX(-5deg) rotateY(-30deg) rotateZ(30deg) scale(0.78);
}
.carouselItem:nth-child(4) .nycCard:nth-child(2) {
  bottom: 10%;
  left: 10%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotateX(20deg) rotateY(32deg) rotateZ(-30deg) scale(0.77);
          transform: rotateX(20deg) rotateY(32deg) rotateZ(-30deg) scale(0.77);
}
.carouselItem:nth-child(4) .nyc {
  background: url("../img/nyc-04.jpg") center center no-repeat;
  background-size: cover;
}
.carouselItem:nth-child(5) .nycCard:nth-child(1) {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) rotateX(-10deg) rotateY(20deg) rotateZ(-25deg) scale(0.85);
          transform: translateY(-50%) rotateX(-10deg) rotateY(20deg) rotateZ(-25deg) scale(0.85);
}
.carouselItem:nth-child(5) .nyc {
  background: url("../img/nyc-05.jpg") center center no-repeat;
  background-size: cover;
}
.carouselItem:nth-child(6) .nycCard:nth-child(1) {
  top: 0;
  right: 10%;
  z-index: 2;
  -webkit-transform: rotateX(-35deg) rotateY(-20deg) rotateZ(-50deg) scale(0.85);
          transform: rotateX(-35deg) rotateY(-20deg) rotateZ(-50deg) scale(0.85);
}
.carouselItem:nth-child(6) .nycCard:nth-child(2) {
  bottom: 10%;
  left: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotateX(30deg) rotateY(25deg) rotateZ(15deg) scale(0.8);
          transform: rotateX(30deg) rotateY(25deg) rotateZ(15deg) scale(0.8);
}
.carouselItem:nth-child(6) .nyc {
  background: url("../img/nyc-06.jpg") center center no-repeat;
  background-size: cover;
}
.carouselItem:nth-child(7) .nycCard:nth-child(1) {
  top: 0;
  right: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: rotateX(-15deg) rotateY(-35deg) rotateZ(-25deg) scale(0.75);
          transform: rotateX(-15deg) rotateY(-35deg) rotateZ(-25deg) scale(0.75);
}
.carouselItem:nth-child(7) .nycCard:nth-child(2) {
  bottom: 0;
  left: 10%;
  z-index: 2;
  -webkit-transform: rotateX(25deg) rotateY(35deg) rotateZ(-35deg) scale(0.85);
          transform: rotateX(25deg) rotateY(35deg) rotateZ(-35deg) scale(0.85);
}
.carouselItem:nth-child(7) .nyc {
  background: url("../img/nyc-07.jpg") center center no-repeat;
  background-size: cover;
}
.carouselItem:nth-child(8) .nycCard:nth-child(1) {
  top: 5%;
  left: 5%;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotateX(40deg) rotateY(10deg) rotateZ(-20deg) scale(0.95);
          transform: rotateX(40deg) rotateY(10deg) rotateZ(-20deg) scale(0.95);
}
.carouselItem:nth-child(8) .nyc {
  background: url("../img/nyc-08.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .carouselItem {
    width: 80%;
    padding: 48px 24px;
  }
}
