@charset "UTF-8";
.close-btn {
  opacity: 1;
  position: relative;
}
.close-btn:before, .close-btn:after {
  position: absolute;
  top: 0;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: white;
}
.close-btn:before {
  transform: rotate(45deg);
}
.close-btn:after {
  transform: rotate(-45deg);
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/GothamBlack.woff") format("woff");
  src: url("../fonts/GothamBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eotGotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Gotham-Book.woff") format("woff");
  src: url("../fonts/Gotham-Book.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Gotham-Medium.woff") format("woff");
  src: url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
section.landing .holder {
  max-width: 800px;
}
section.voucher-select {
  position: relative;
}
section.voucher-select h1 {
  margin: 30px;
}
section.voucher-select .selection .center .item p:before {
  color: #fb6787;
  content: "You have selected";
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 545px) {
  section.voucher-select .selection .center .item p:before {
    font-size: 10px;
  }
}
section.voucher-select .selection .item .thumb {
  position: relative;
  padding-bottom: 62.5%;
}
section.voucher-select .selection .item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
}
@media screen and (max-width: 545px) {
  section.voucher-select .selection .item .thumb img {
    border-radius: 15px;
  }
}
section.voucher-select .selection .item .thumb p {
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 37px;
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.7));
  line-height: 1.3;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  section.voucher-select .selection .item .thumb p {
    font-size: 25px;
  }
}
@media screen and (max-width: 545px) {
  section.voucher-select .selection .item .thumb p {
    font-size: 20px;
  }
}
section.enter-details .holder {
  max-width: 800px;
}
section.enter-details .holder .form {
  width: 100%;
}
section.enter-details .holder .form .row {
  margin: 20px 0;
}
section.enter-details .holder .form input {
  margin-bottom: 15px;
}
section.enter-details .holder .message-card {
  border: 3px solid #fb6787;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 30px 15px;
  margin: 15px 0px 60px;
  width: 96%;
}
section.enter-details .holder .message-card .brand {
  width: 130px;
  max-width: 100%;
  margin: 20px 0;
}
section.enter-details .holder .message-card .message {
  width: 100%;
}
section.enter-details .holder .message-card .message p {
  color: #ba9765;
}
section.enter-details .holder .message-card .message p span {
  color: #fb6787;
  padding: 0;
  height: 23px;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #ba9765;
  text-decoration-color: #ba9765;
  position: relative;
  margin-bottom: -3px;
  min-width: 130px;
}
section.enter-details .holder .message-card .message p span:after {
  content: "";
  height: 1px;
  background-color: #ba9765;
  display: block;
  position: absolute;
  bottom: 3px;
  width: 100%;
}
section.enter-details .holder .message-card .message p span:hover {
  text-decoration: underline !important;
}
section.enter-details .holder .message-card img.confetti {
  position: absolute;
  top: -70px;
  right: -80px;
  width: 330px;
}
@media screen and (max-width: 545px) {
  section.enter-details .holder .message-card img.confetti {
    right: -150px;
    width: 310px;
  }
}
section.enter-details hr {
  width: 33%;
  background-color: #ba9765;
  height: 2px;
  margin: 40px auto;
}
section.done .holder {
  width: 580px;
  max-width: 100%;
}
section.done .holder input {
  width: 360px !important;
  max-width: 100%;
  margin: 15px 0px 40px;
  font-size: 16px;
  color: #a3a3a3;
}
section.valentines-campaign {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
section.valentines-campaign .jcf-select {
  width: 300px;
  max-width: 100%;
  border: 1px solid #b2b2b2;
  margin-top: 15px;
}
section.valentines-campaign .holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
section.valentines-campaign .holder > .brand {
  display: flex;
  flex-basis: 160px;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder > .brand {
    flex-basis: 130px;
  }
}
section.valentines-campaign .holder > .brand img {
  min-width: 500px;
}
section.valentines-campaign .holder img.gift {
  margin-bottom: 50px;
  width: 90%;
}
section.valentines-campaign .holder img.gift-box {
  position: absolute;
  top: -25px;
  left: -50px;
  width: 250px;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder img.gift-box {
    position: absolute;
    top: -65px;
    left: -90px;
    width: 210px;
  }
}
section.valentines-campaign .holder h1, section.valentines-campaign .holder .valentines {
  font-size: 45px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #ba9765;
  text-transform: uppercase;
  margin: 40px 0 30px;
}
section.valentines-campaign .holder h1.underline:after, section.valentines-campaign .holder .valentines.underline:after {
  content: "";
  display: block;
  background-color: #ba9765;
  height: 5px;
  width: 170px;
  margin: 25px auto 0;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder h1.underline:after, section.valentines-campaign .holder .valentines.underline:after {
    height: 3px;
  }
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder h1, section.valentines-campaign .holder .valentines {
    font-size: 30px;
  }
}
section.valentines-campaign .holder p {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #7d7d7d;
}
section.valentines-campaign .holder > p {
  max-width: 580px;
}
section.valentines-campaign .holder strong {
  font-weight: 500;
}
section.valentines-campaign .holder button.default {
  background: #fe727b;
  background-image: -webkit-linear-gradient(41deg, #fe727b 0%, #f6549b 100%);
  background-image: -o-linear-gradient(41deg, #fe727b 0%, #f6549b 100%);
  background-image: linear-gradient(131deg, #fe727b 0%, #f6549b 100%);
  border-radius: 5px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  min-width: 120px;
  padding: 10px 31px 10px 20px;
  position: relative;
  font-size: 20px;
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
section.valentines-campaign .holder button.default:hover {
  transform: scale(1.1);
}
section.valentines-campaign .holder button.default:after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
}
section.valentines-campaign .holder input {
  width: 100%;
  padding: 15px 15px;
  border-radius: 3px;
  border: 2px solid #dfdfdf;
  -webkit-appearance: none;
}
section.valentines-campaign .holder .pagination-dots {
  display: flex;
}
section.valentines-campaign .holder .pagination-dots span {
  height: 12px;
  width: 12px;
  background-color: #d8d8d9;
  border-radius: 50px;
  margin: 0 10px;
}
section.valentines-campaign .holder .pagination-dots span.active {
  background-color: #ba9765;
}
section.valentines-campaign .holder .selection {
  margin-top: 40px;
  margin-bottom: 30px;
}
section.valentines-campaign .holder .selection .item {
  width: 100%;
}
section.valentines-campaign .holder .selection .item:after {
  content: "";
  background-image: url("../images/valentines/shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95%;
  padding-bottom: 15%;
  display: block;
  position: relative;
}
section.valentines-campaign .holder .selection .item .brand {
  display: flex;
  justify-content: center;
}
section.valentines-campaign .holder .selection .item .brand img {
  height: 86px;
  margin-bottom: 30px;
  width: auto;
  max-width: 260px;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder .selection.video-selection {
    width: 600px;
  }
}
section.valentines-campaign .holder .selection.video-selection .item {
  padding-bottom: 62px;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder .selection.video-selection .item {
    padding-bottom: 75px;
  }
}
section.valentines-campaign .holder .selection.video-selection .item p {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 500;
}
section.valentines-campaign .holder .selection.video-selection .item > img {
  border-radius: 23px;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder .selection.video-selection .item > img {
    border-radius: 13px;
  }
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder .selection.voucher-selection {
    width: 650px;
  }
}
section.valentines-campaign .holder .owl-carousel {
  position: relative;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder .owl-carousel {
    width: 650px;
  }
}
section.valentines-campaign .holder .owl-carousel .owl-item {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
section.valentines-campaign .holder .owl-carousel .owl-item:not(.center) {
  filter: blur(3px);
  transform: scale(0.8);
}
section.valentines-campaign .holder .owl-carousel .owl-nav {
  display: block;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign .holder .owl-carousel .owl-nav {
    display: none;
  }
}
section.valentines-campaign .holder .owl-carousel .owl-nav .owl-next, section.valentines-campaign .holder .owl-carousel .owl-nav .owl-prev {
  color: #fb6787;
  border: 2px solid;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  section.valentines-campaign .holder .owl-carousel .owl-nav .owl-next, section.valentines-campaign .holder .owl-carousel .owl-nav .owl-prev {
    height: 25px;
    width: 25px;
    font-size: 15px;
  }
}
section.valentines-campaign .holder .owl-carousel .owl-nav .owl-next:hover, section.valentines-campaign .holder .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.7;
}
section.valentines-campaign .holder .owl-carousel .owl-nav .owl-prev {
  left: 30.5%;
}
section.valentines-campaign .holder .owl-carousel .owl-nav .owl-next {
  right: 30.5%;
}
section.valentines-campaign > img {
  position: absolute;
}
@media screen and (max-width: 545px) {
  section.valentines-campaign > img {
    display: none;
  }
}
section.valentines-campaign > img.confetti {
  top: -70px;
  right: -80px;
  width: 420px;
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.2));
}
section.valentines-campaign > img.gift-box {
  bottom: -100px;
  left: -160px;
  width: 400px;
}
section.how-it-works {
  position: relative;
}
section.how-it-works button.default {
  background: #fe727b;
  background-image: -webkit-linear-gradient(41deg, #fe727b 0%, #f6549b 100%);
  background-image: -o-linear-gradient(41deg, #fe727b 0%, #f6549b 100%);
  background-image: linear-gradient(131deg, #fe727b 0%, #f6549b 100%);
  border-radius: 5px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  min-width: 120px;
  padding: 10px 31px 10px 20px;
  position: relative;
  font-size: 20px;
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
section.how-it-works button.default:hover {
  transform: scale(1.1);
}
section.how-it-works button.default:after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
}
section.how-it-works a {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
section.how-it-works h2 {
  color: #ba9765;
  text-transform: uppercase;
  font-family: "Gotham";
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 28px;
}
@media screen and (max-width: 545px) {
  section.how-it-works h2 {
    font-size: 20px;
  }
}
section.how-it-works p {
  color: #7d7d7d;
  font-family: "Gotham";
  font-size: 16px;
}
@media screen and (max-width: 545px) {
  section.how-it-works p {
    font-size: 16px;
  }
}
section.how-it-works .top h1 {
  text-align: center;
  font-size: 45px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #ba9765;
  text-transform: uppercase;
  margin: 40px 0 30px;
}
@media screen and (max-width: 545px) {
  section.how-it-works .top h1 {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
section.how-it-works .top h1.underline:after {
  content: "";
  display: block;
  background-color: #ba9765;
  height: 5px;
  width: 170px;
  margin: 25px auto 0;
}
@media screen and (max-width: 545px) {
  section.how-it-works .top h1.underline:after {
    height: 3px;
    margin-top: 20px;
  }
}
section.how-it-works .content {
  display: grid;
}
section.how-it-works .content .item {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 30% 50%;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
@media screen and (max-width: 991px) {
  section.how-it-works .content .item {
    grid-template-columns: 100%;
    text-align: center;
  }
}
section.how-it-works .content .item .image {
  position: relative;
}
section.how-it-works .content .item .image p {
  transform: translateY(-50%);
  top: 42%;
  width: 100%;
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.7));
  line-height: 1.3;
  padding: 0 15px;
  text-align: center;
}
section.how-it-works .content .item .image:after {
  content: "";
  background-image: url("../images/valentines/shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95%;
  padding-bottom: 15%;
  display: block;
  position: relative;
}
section.how-it-works .content .item.last {
  grid-template-columns: 40% 40%;
}
@media screen and (max-width: 991px) {
  section.how-it-works .content .item.last {
    grid-template-columns: 100%;
    text-align: center;
  }
}
section.how-it-works .content .item.right {
  grid-template-columns: 50% 30%;
}
@media screen and (max-width: 991px) {
  section.how-it-works .content .item.right {
    grid-template-columns: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  section.how-it-works .content .item.right .description {
    margin-right: 0px;
    order: 1;
  }
}
section.how-it-works .content .item.right .description span {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  section.how-it-works .content .item.right .image {
    order: 0;
  }
}
section.how-it-works .content .item img {
  max-height: 250px;
}
@media screen and (max-width: 545px) {
  section.how-it-works .content .item img {
    max-height: 200px;
  }
}
section.how-it-works .content .item img.rounded {
  border-radius: 10px;
  max-height: 200px;
}
@media screen and (max-width: 545px) {
  section.how-it-works .content .item img.rounded {
    max-height: 180px;
  }
}
section.how-it-works img.confetti {
  position: absolute;
  top: -70px;
  right: -80px;
  width: 420px;
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 545px) {
  section.how-it-works img.confetti {
    display: none;
  }
}

.valentines-copy-link {
  background: #fe727b;
  background-image: -webkit-linear-gradient(41deg, #fe727b 0%, #f6549b 100%);
  background-image: -o-linear-gradient(41deg, #fe727b 0%, #f6549b 100%);
  background-image: linear-gradient(131deg, #fe727b 0%, #f6549b 100%);
  border-radius: 5px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  min-width: 120px;
  padding: 10px 31px 10px 20px;
  position: relative;
  font-size: 20px;
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  padding-right: 10px;
  text-align: center;
  padding-left: 10px;
}
.valentines-copy-link:hover {
  transform: scale(1.1);
}
.valentines-copy-link:after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
}
.valentines-copy-link:after {
  content: "";
}

.swal-wide {
  padding: 25px 10px 40px !important;
}
.swal-wide h2 {
  font-size: 45px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #ba9765;
  text-transform: uppercase;
  margin: 40px 0 30px;
  font-weight: 500;
  font-size: 38px;
  margin: 10px 0 16px;
}
.swal-wide .swal2-content {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #7d7d7d;
  padding-bottom: 12px;
  font-size: 17px;
}
.swal-wide .swal2-success {
  transform: scale(1.2);
}

/*# sourceMappingURL=valentines-promo.css.map */
