.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed {
  position: fixed;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.h-100 {
  height: 100%;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-auto {
  margin-left: auto;
}

.w-100 {
  width: 100%;
}

@font-face {
  font-family: "CGRegular";
  src: url("./../assets/fonts/GCRegular.otf");
}

@font-face {
  font-family: "CGBold";
  src: url("./../assets/fonts/GCBold.otf");
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "CGRegular";
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

body,
html {
  height: 100%;
  width: 100%;
}

.arrow-down {
  position: fixed;
  bottom: 50px;
  left: 50%;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.svg-hero {
  width: 450px;
  min-height: 700px;
  position: absolute;
  top: calc(50% - 280px);
}

.svg-hero image {
  width: 450px;
}

.z-upper {
  z-index: 20;
}

.all-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.all-need {
  color: #FF585D;
  font-size: 90px;
  font-family: "CGBold";
  text-align: center;
  min-width: 755px;
}

.all-need-static {
  color: #FF585D;
  font-size: 90px;
  font-family: "CGBold";
  text-align: center;
}

.all-need-pin {
  position: fixed;
  top: 50%;
}

.big-text {
  font-size: 130px;
  color: #FF585D;
  text-align: center;
  font-family: "CGBold";
  position: absolute;
}

.big-text span {
  color: #ff9737;
  font-family: "CGBold";
}

.luv-msg-container {
  width: 430px;
  top: -215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.luv-msg-container .whats-luv-msg {
  position: absolute;
}

.card-bottom-left {
  position: absolute;
  width: 30%;
  left: 18%;
  bottom: 0;
}

.card-bottom-right {
  position: absolute;
  width: 30%;
  right: 10%;
  bottom: 0;
}

.card-center-right {
  position: absolute;
  width: 15%;
  right: 0%;
  top: 25%;
}

.card-center-left {
  position: absolute;
  width: 15%;
  left: -60px;
  top: 25%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.card-center-top {
  position: absolute;
  width: 65%;
  left: 20%;
  top: 25%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.card-text {
  position: absolute;
  top: 215px;
}

.contact-us {
  padding: 160px 0px;
}

.gradient-back {
  background-color: white;
  overflow-x: hidden;
}

.gradient-back-yellowish {
  background-color: #ffefef;
  overflow-x: hidden;
}

.topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 120px;
  position: relative;
}

.heart {
  position: fixed;
  top: calc(50% - 70px);
  left: calc(50% - 58px);
  z-index: -1;
}

.heart-big {
  top: calc(50% - 192px);
  left: calc(50% - 220px);
}

.list {
  list-style: none;
}

.list li {
  display: inline-block;
  margin-left: 40px;
}

.list li a {
  color: #9CA3AF;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}

.list li a:hover {
  color: #FF585D;
}

.menu {
  position: fixed;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 40;
}

.middle-text {
  color: #000;
  font-size: 42px;
  font-family: "CGBold";
}

.phone-app {
  max-width: 450px;
  position: absolute;
}

.phones {
  -webkit-mask-image: url(./../assets/images/union.svg);
          mask-image: url(./../assets/images/union.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 5;
  position: fixed;
  top: calc(50% + 38px);
  left: calc(50% - 220px);
  -webkit-mask-position-y: -500px;
}

.all-need-texts {
  top: 125%;
  left: calc(50% - 375px);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-separator {
  height: 120%;
}

.red {
  color: #FF585D !important;
}

.section {
  width: 100%;
  height: 100%;
}

.small-red {
  font-size: 15px;
  color: #FF585D;
  position: fixed;
  bottom: 50px;
  font-family: "CGBold";
}

.parallaxParent {
  height: 100vh;
  overflow: hidden;
}

.parallaxParent > * {
  height: 200%;
  position: relative;
  top: -100%;
}

.submit-form {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.submit-form .button {
  width: 350px;
  height: 45px;
  background: #ffeeee;
  border-radius: 8px;
  margin-top: 24px;
  border: none;
  color: #9F1239;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submit-form .button:hover {
  background: #fadfdf;
}

.submit-form .input {
  width: 350px;
  background: #ffffff;
  border: 1px solid #D1D5DB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  height: 45px;
  padding: 0px 12px;
}

.submit-form .input::-webkit-input-placeholder {
  color: #6B7280;
  font-size: 16px;
}

.submit-form .input:-ms-input-placeholder {
  color: #6B7280;
  font-size: 16px;
}

.submit-form .input::-ms-input-placeholder {
  color: #6B7280;
  font-size: 16px;
}

.submit-form .input::placeholder {
  color: #6B7280;
  font-size: 16px;
}

.visible {
  visibility: visible;
}

.whats-luv {
  font-size: 115px;
  color: #FF585D;
  font-family: "CGBold";
  text-align: center;
}

.whats-luv-msg {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  max-width: 555px;
  text-align: center;
}

.whats-luv-msg-large {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  text-align: center;
}

.whats-luv-centered {
  z-index: 1;
  top: calc(50% - 117px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .all-need {
    font-size: 60px;
  }
  .all-need-static {
    font-size: 60px;
  }
  .mobile-separator {
    height: 150%;
  }
  .big-text {
    font-size: 110px;
  }
  .menu {
    top: 15px;
  }
  .svg-hero {
    width: 350px;
    min-height: 600px;
    position: absolute;
    top: calc(50% - 200px);
  }
  .svg-hero image {
    width: 350px;
  }
  .whats-luv-msg {
    font-size: 21px;
  }
}

@media screen and (max-width: 969px) {
  .card-center-top {
    width: 100%;
    left: 0%;
  }
  .big-text {
    font-size: 90px;
  }
  .card-center-right {
    width: 20%;
  }
  .card-center-left {
    width: 25%;
  }
  .card-bottom-left {
    width: 45%;
    left: 10%;
  }
  .card-bottom-right {
    width: 50%;
    right: -5%;
  }
}

@media screen and (max-width: 769px) {
  .whats-luv-msg {
    padding: 0px 20px;
  }
}

@media screen and (min-width: 2400px) {
  .card-text {
    top: calc(15% + 130px);
    position: static;
  }
  .topper {
    padding-top: 12%;
  }
  .luv-msg-container {
    top: -125px;
  }
}

@media screen and (min-width: 2800px) {
  .card-center-top {
    width: 50%;
    left: 30%;
  }
  .mobile-separator {
    height: 10%;
  }
  .topper {
    padding-top: calc(14%);
  }
  .card-text {
    top: calc(15% + 230px);
  }
  .svg-hero {
    top: calc(50% - 230px);
  }
  .middle-text.make-luv {
    position: relative;
    top: 100px;
  }
}

@media screen and (max-width: 570px) {
  .menu {
    display: none;
  }
  .arrow-down {
    margin-left: -10px;
  }
  .heart-big {
    width: 250px !important;
    left: calc(50% - 125px);
    top: calc(50% - 129px);
  }
  .whats-luv {
    font-size: 60px;
    text-align: center;
  }
  .whats-luv-centered {
    top: calc(50% - 140px);
  }
  .whats-luv-msg {
    padding: 0px 20px;
    font-size: 18px;
    margin-top: 20px;
  }
  .whats-luv-msg-large {
    max-width: 430px;
    margin-top: 40px;
    padding: 0px 20px;
  }
  .all-need {
    width: 350px;
    min-width: 250px;
    line-height: 60px;
  }
  .all-need-msg {
    max-width: 350px;
  }
  .big-text {
    max-width: 250px;
    text-align: center;
  }
  .phones {
    width: 250px;
    top: calc(50% + 105px);
    left: calc(50% - 124px);
    -webkit-mask-size: 100% 100%;
  }
  .svg-hero {
    width: 400px;
    min-height: 500px;
    height: 600px;
    bottom: 5px;
    top: auto;
  }
  .svg-hero image {
    width: 400px;
  }
  .all-need-static {
    max-width: 270px;
    line-height: 60px;
  }
  .mobile-separator {
    height: 300vh;
  }
  .topper {
    padding-top: 110px;
    height: 100vh !important;
    overflow: hidden;
  }
  .card-text {
    top: 190px;
    left: 0;
    width: 100%;
  }
  .cards-holder {
    height: 100vh !important;
  }
  .all-need-texts {
    left: calc(50% - 175px);
  }
  .heart {
    left: calc(50% - 72px);
  }
}

@media screen and (max-width: 449px) {
  .svg-hero {
    width: 70vw;
    min-height: 380px;
    height: 480px;
    top: 180px;
  }
  .svg-hero image {
    width: 70vw;
  }
  .phones {
    top: calc(50% + 165px);
  }
  .all-need {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-height: 2000px) and (min-width: 1900px) {
  .card-center-top {
    width: 50%;
    left: 25%;
  }
}
/*# sourceMappingURL=main.css.map */