@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  padding: 0;
  background: #101010;
  font-family: "Open Sans", sans-serif !important;
}

.d-grid-center {
  display: grid;
  place-items: center;
}

header {
  margin: 0;
  padding: 18px 0px;
  background: #000;
}
header .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}
header .navbar .navbar-brand {
  width: 205px;
}
header .navbar .navbar-brand img {
  width: 100%;
}

.navbar-toggler {
  background: #ed68a3;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:focus {
  background: #5d0e03;
}
.navbar-toggler:focus i {
  color: #fff;
}

.main-nav nav ul > li > a {
  font-size: 18px !important;
  color: #fff;
  font-size: 14px;
}
.main-nav nav ul > li > a:hover {
  color: #ed68a3 !important;
}
.main-nav nav ul > li > a:focus {
  color: #ed68a3 !important;
}
.main-nav nav ul .active a {
  color: #ed68a3 !important;
}

.top-butn {
  gap: 0 10px;
}
.top-butn a {
  font-size: 14px;
  padding: 12px 23px;
  color: #fff;
  font-weight: 600;
  background: #ed68a3;
  border: 2px solid transparent;
  border-radius: 100px !important;
}
.top-butn a:hover {
  border: 2px solid #ed68a3;
  background: #000;
  color: #ed68a3;
}

.crione {
  background: url(../images/mask-2.png) no-repeat;
  background-size: contain;
  background-position: -350px center;
}
@media only screen and (max-width: 991.98px) {
  .crione {
    background-position: 0px center;
  }
}
.crione .kissing-img {
  padding: 220px 0;
  background: url(../images/about_01_bg.png) no-repeat center;
  background-size: contain;
}
.crione .kissing-img h2 {
  color: #ed68a3;
  font-size: 12px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.crione .kissing-img h3 {
  font-size: 40px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
}

.critwo {
  margin: 60px 0;
  background: url(../images/mask-1.png) no-repeat;
  background-size: contain;
  background-position: right center;
}
.critwo .hug-img {
  padding: 220px 0;
  background: url(../images/about_02_bg.png) no-repeat center;
  background-size: contain;
}
.critwo .hug-img h2 {
  color: #ed68a3;
  font-size: 12px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.critwo .hug-img h3 {
  font-size: 40px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
}

.read-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lilita One", cursive;
  font-size: 14px;
  border-radius: 100px !important;
  padding: 15px 40px;
  background: #fff;
}
.read-btn span {
  margin-right: 5px;
}
.read-btn span,
.read-btn i {
  z-index: 3;
  position: relative;
}
.read-btn:before {
  position: absolute;
  content: "";
  background: #ed68a3;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: 2;
  transition: all 0.5s ease;
}
.read-btn:after {
  position: absolute;
  content: "";
  background: #ed68a3;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 2;
  transition: all 0.5s ease;
}
.read-btn:hover {
  color: #000;
}
.read-btn:hover:before {
  position: absolute;
  content: "";
  background: #ed68a3;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 0%;
  z-index: 2;
  transition: all 0.5s ease;
}
.read-btn:hover:after {
  position: absolute;
  content: "";
  background: #ed68a3;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 0%;
  z-index: 2;
  transition: all 0.5s ease;
}

.v-love {
  background: url(../images/parallax_02.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  padding: 150px 0;
}

.vlove-sel h1 {
  font-size: 60px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
}
.vlove-sel h2 {
  font-size: 182px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .vlove-sel h2 {
    font-size: 40px;
  }
}
.vlove-sel p {
  color: #fff;
  font-size: 16px;
}

.payment-box-sign {
  padding: 80px 15px;
  height: 100vh;
  background: url(../images/offer_02.jpg) no-repeat center;
  background-size: cover;
  gap: 20px;
}
.payment-box-sign h2 {
  font-size: 30px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
}
.payment-box-sign h3 {
  font-size: 40px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
}
.payment-box-sign .price-list p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
}

.text-lines-jump {
  background: url(../images/text-line.png) repeat;
  background-size: cover;
  height: 100vh;
}

.jump-img {
  height: 430px;
  position: relative;
  animation: mymove 5s infinite ease-in-out;
}
.jump-img img {
  height: 100%;
}

@keyframes mymove {
  0% {
    top: 0px;
  }
  50% {
    top: 100px;
  }
  100% {
    top: 0px;
  }
}
.pink-text-box h2 {
  color: #ed68a3;
  font-size: 12px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pink-text-box h3 {
  font-size: 40px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pink-text-box p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.number-text {
  gap: 20px;
}
.number-text h5 {
  font-size: 90px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.number-text h4 {
  font-size: 24px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
}

.pink-one-sel {
  padding: 200px 0 100px 0;
}

.cri-pink-text {
  overflow: hidden;
}
.cri-pink-text .cri-one {
  position: relative;
  transform-origin: 50% 50% 0;
  animation: moveone 50s infinite;
  transform-style: preserve-3D;
}
.cri-pink-text .cri-two {
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 14%;
  z-index: 4;
  animation: movetwo 50s infinite;
  transform-style: preserve-3D;
}
.cri-pink-text .center-image {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes moveone {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes movetwo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.bunny-img {
  background: url(../images/offer_05_bg.png) no-repeat center;
  background-size: contain;
}

.bikini-box {
  background: url(../images/mask-3.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

.pink-icon-top {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.pink-icon-top .icon-img-book {
  width: 60px;
}
.pink-icon-top .icon-img-book img {
  width: 100%;
}
.pink-icon-top h6 {
  font-size: 18px;
  color: #fff;
}

.news-letter {
  background: url(../images/news.png) repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
.news-letter .gap-v {
  gap: 20px;
}
.news-letter h2 {
  color: #ed68a3;
  font-size: 12px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news-letter h3 {
  font-size: 54px;
  font-family: "Lilita One", cursive;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .news-letter h3 {
    font-size: 40px;
  }
}

.subc-box {
  background: #fff;
  border-radius: 100px !important;
}
@media only screen and (max-width: 991.98px) {
  .subc-box {
    background: none;
    border-radius: 0px !important;
    gap: 20px;
  }
}
.subc-box input[type=text],
.subc-box input[type=email] {
  font-size: 16px;
  background: #fff;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 100px 0 0 100px !important;
  width: 300px;
}
@media only screen and (max-width: 991.98px) {
  .subc-box input[type=text],
  .subc-box input[type=email] {
    width: 100%;
    border-radius: 100px !important;
  }
}
.subc-box button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lilita One", cursive;
  font-size: 16px;
  border-radius: 100px !important;
  border: none;
  padding: 10px 40px;
  background: #ed68a3;
}
@media only screen and (max-width: 991.98px) {
  .subc-box button {
    border-radius: 100px !important;
  }
}

.ft-box {
  padding: 60px 0;
}
.ft-box .logo-text {
  gap: 15px;
}
.ft-box .logo-text a {
  width: 230px;
}
.ft-box .logo-text a img {
  width: 100%;
}
.ft-box .logo-text p {
  color: #fff;
  font-size: 16px;
}

.contact-box-ft h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Lilita One", cursive;
  margin-bottom: 20px;
}

.contact-list {
  gap: 14px;
}
.contact-list > div {
  gap: 14px;
}
.contact-list > div i {
  color: #ed68a3;
}
.contact-list > div p {
  color: #fff;
  font-size: 16px;
}

.copyright-text p {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .gy-4 {
    gap: 30px;
  }
}
.hero-banner {
  position: relative;
  overflow: hidden;
}
.hero-banner .hero-group .hero-text-box {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  right: 10%;
  z-index: 4;
  color: #fff;
  font-family: "Lilita One", cursive;
}
.hero-banner .hero-group .hero-text-box .hero-text-block {
  display: flex;
  flex-direction: row;
  align-self: end;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .hero-banner .hero-group .hero-text-box .hero-text-block {
    flex-direction: column;
  }
}
.hero-banner .hero-group .hero-text-box .hero-text-block h2 {
  font-size: 56px;
  width: 40%;
  text-transform: uppercase;
  margin-top: -50px;
  opacity: 0;
  transition: all 2s ease;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .hero-group .hero-text-box .hero-text-block h2 {
    font-size: 30px;
    width: 100%;
  }
}
.hero-banner .hero-group .hero-text-box .hero-text-block p {
  margin-right: -50px;
  opacity: 0;
  transition: all 2s ease;
  margin-top: auto;
  font-size: 24px;
  text-align: right;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .hero-group .hero-text-box .hero-text-block p {
    text-align: left;
    font-size: 20px;
  }
}
.hero-banner .hero-group .img-box {
  height: calc(100vh - 100px);
}
.hero-banner .hero-group .img-box img {
  transform: scale(1);
  transition: all 1s ease;
}
.hero-banner .slick-arrow {
  position: absolute;
  z-index: 5;
  width: 100px;
  height: 100px;
  border: none;
  transform: translateY(-140%) translateX(-50%);
  cursor: none;
}
.hero-banner .slick-prev {
  left: 0;
  display: none !important;
}
.hero-banner .slick-next {
  right: 0;
}
.hero-banner .slick-prev {
  background: url(../images/next-arrow.png) no-repeat center;
  transform: rotate(180deg) !important;
}
.hero-banner .slick-next {
  background: url(../images/next-arrow.png) no-repeat center;
}
.hero-banner .slider-arrow:hover {
  opacity: 1;
}
.hero-banner .slick-slide.slick-current.slick-active .img-box img {
  transform: scale(1.2);
  transition-delay: 250ms;
  transition: all 3s ease;
}
.hero-banner .slick-slide.slick-current.slick-active .hero-text-block h2 {
  margin-top: 0px;
  opacity: 1;
  transition: all 2s ease;
}
.hero-banner .slick-slide.slick-current.slick-active .hero-text-block p {
  margin-right: 0px;
  opacity: 1;
  transition: all 2s ease;
}

.text-hover .images {
  position: relative;
}
.text-hover .images img {
  position: absolute;
  height: 40vh;
  opacity: 0;
  z-index: -1;
  transform: scale(0.8);
  border-radius: 100% !important;
}
.text-hover .categories-wrapper {
  height: 100vh;
  display: grid;
  place-content: center;
}
.text-hover .categories-wrapper .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px;
}
@media only screen and (max-width: 767.98px) {
  .text-hover .categories-wrapper .categories {
    flex-direction: column;
    justify-content: center;
    gap: 55px;
  }
}
.text-hover .categories-wrapper .categories p {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "Lilita One", cursive;
  font-size: 80px;
  line-height: 80px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .text-hover .categories-wrapper .categories p {
    font-size: 40px;
    line-height: 0px;
  }
}
.text-hover .categories-wrapper .categories p:hover {
  color: #fff;
  -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.text-hover .categories-wrapper .categories p:not(:last-child)::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -60px;
  color: transparent;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "Lilita One", cursive;
  margin-inline: auto;
  z-index: -1;
  transform: rotate(0deg);
}
@media only screen and (max-width: 991.98px) {
  .text-hover .categories-wrapper .categories p:not(:last-child)::before {
    display: none;
  }
}

.full-page {
  height: 100vh;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .full-page {
    flex-direction: column;
  }
}
.full-page > div {
  width: 50%;
}
.full-page .ful-image {
  background: url(../images/Image-3.png) no-repeat center;
  background-size: cover;
}
.full-page .ful-sign-box {
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 991.98px) {
  .full-page .ful-sign-box {
    width: 100%;
    padding-top: 40px;
  }
}
.full-page .ful-sign-box .innder-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.side-logo {
  width: 300px;
}

.sign-form-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sign-form-box h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.sign-form-box p {
  color: #fff;
  font-size: 16px;
}
.sign-form-box p a {
  color: #fff;
  text-decoration: underline;
}

.form-column-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-column-box .form-lis {
  background: #151719;
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
  align-items: center;
}
.form-column-box .form-lis input[type=text], .form-column-box .form-lis input[type=password] {
  color: #fff;
  background: #151719;
  border: none;
}
.form-column-box .form-lis i {
  color: #fff;
}
.form-column-box .form-lis #eye {
  cursor: pointer;
}
.form-column-box .submit-btn {
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  background: #DD168D;
  border-radius: 4px !important;
  border: none;
  padding: 8px 0;
  width: 100%;
}
.form-column-box .lost-password-text {
  color: #999;
  font-size: 14px;
  text-decoration: underline;
}
.form-column-box .remember-text {
  color: #999;
  font-size: 14px;
}
.form-column-box .remember-text input[type=checkbox]:checked {
  accent-color: #DD168D;
}

.out-profile-box {
  padding: 60px 0;
}
.out-profile-box .step-box .inbg-box {
  width: 340px;
}
.out-profile-box .step-box .inbg-box:after {
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(221, 22, 141, 0.8);
}

.heading-page-form {
  gap: 20px;
}
.heading-page-form .number-page {
  background: #000;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
  display: grid;
  place-items: center;
}
.heading-page-form h1 {
  color: #000;
  font-weight: 700;
  font-size: 28px;
}

.vti-gap {
  gap: 30px;
}

.label-box label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.label-box input[type=text], .label-box input[type=email], .label-box input[type=password], .label-box textarea {
  border: 1px solid #e6e6e6;
  padding: 10px;
  color: #000;
  font-size: 16px;
  border-radius: 4px !important;
}

.list-radio-btn {
  gap: 15px;
}
.list-radio-btn .sel-mark {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 13px;
  border-radius: 4px !important;
  padding-block: 4px;
  padding-right: 10px;
  border: 1px solid #e6e6e6;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.list-radio-btn .sel-mark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.list-radio-btn .checkmark {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.list-radio-btn .sel-mark:hover input ~ .checkmark {
  background-color: #ccc;
}
.list-radio-btn .sel-markr input:checked ~ .checkmark {
  background-color: #DD168D;
}
.list-radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.list-radio-btn .sel-mark input:checked ~ .checkmark:after {
  display: block;
}
.list-radio-btn .sel-mark .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DD168D;
}

.gy-4 {
  gap: 30px 0;
}

.location-btn {
  border: 1px solid #cccccc;
  border-radius: 6px !important;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 30px;
  color: #999999;
  aspect-ratio: 1;
}
.location-btn p {
  color: #000;
  font-weight: 600;
  font-size: 13px;
}
.location-btn:focus {
  border: 1px solid #cccccc;
}

.location-address .row [class*=col-]:last-child .location-btn {
  border: 2px dashed #cccccc;
}

.next-submit-btn button {
  border: none;
  border-radius: 6px !important;
  font-size: 14px;
  color: #fff;
  padding: 8px 30px;
  background: #DD168D;
}
.next-submit-btn button i {
  font-size: 12px;
}
.next-submit-btn button:hover {
  background: #f069ba;
}
.next-submit-btn button:focus {
  background: #f069ba;
}

.list-box-location {
  gap: 15px 0;
}
.list-box-location .popup-heading {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.list-box-location .popup-form-list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.list-box-location .popup-form-list label {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.list-box-location .popup-form-list input[type=text], .list-box-location .popup-form-list select {
  border: 1px solid #cccccc;
  padding: 6px;
  background: #fff;
  color: #000;
  border-radius: 4px !important;
  font-size: 14px;
  text-transform: capitalize;
}

.form-bottom-menu {
  overflow: hidden;
}
.form-bottom-menu > div {
  position: relative;
}
.form-bottom-menu > div:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  right: -200px;
  height: 1px;
  left: 0;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.form-bottom-menu .num-form-btn {
  background: #e6e6e6;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  padding: 4px 20px;
  border-radius: 4px !important;
  align-items: center;
}
.form-bottom-menu .num-form-btn h3 {
  background: #000;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px !important;
  display: grid;
  place-items: center;
}
.form-bottom-menu .num-form-btn p {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.form-bottom-menu .num-form-btn:hover {
  background: #DD168D;
  border-color: #DD168D;
}
.form-bottom-menu .num-form-btn:hover p {
  color: #fff;
}
.form-bottom-menu .active .num-form-btn {
  background: #DD168D;
  border-color: #DD168D;
}
.form-bottom-menu .active .num-form-btn p {
  color: #fff;
}/*# sourceMappingURL=main.css.map */