@font-face {
  font-family: "rubik";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/Rubik-Light.ttf?b269c92bc326f0d43f542b946c3f0203) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Rubik-Regular.ttf?705a89f52bdf93b960ed7777e4b152af) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/Rubik-Medium.ttf?e41132b912f5c264d4f0596e939fb78a) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/Rubik-SemiBold.ttf?4bc5c511d3be812971dc09c7b01a9d56) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "rubik";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/Rubik-Bold.ttf?b24c64f715ba25a6e7f5c3df2188a90c) format("truetype");
  font-display: swap;
}
body {
  font-family: "rubik";
  font-weight: 400;
  background: radial-gradient(circle at 0% 0%, rgba(255, 123, 137, 0.15), transparent 50%), radial-gradient(circle at 100% 0%, rgba(110, 195, 244, 0.15), transparent 50%), radial-gradient(circle at 100% 100%, rgba(255, 123, 137, 0.15), transparent 50%), radial-gradient(circle at 0% 100%, rgba(110, 195, 244, 0.15), transparent 50%), linear-gradient(to bottom right, #fff5f6, #f0f7fe);
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

* {
  box-shadow: none !important;
  border: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
}

.btn {
  padding: 10px 30px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .btn {
    padding: 10px 20px;
  }
}

/* Register and Login buttons */
.register-btn {
  background: linear-gradient(135deg, #ff7b89, #ff4d6a) !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  padding: 0.563rem 1.563rem !important;
  font-size: 0.875rem !important;
  border-radius: 10px !important;
  color: white !important;
}
.register-btn:hover, .register-btn:focus, .register-btn:active, .register-btn.active {
  background: linear-gradient(135deg, #ff4d6a, #ff7b89) !important;
  transform: scale(1.05) !important;
}

.login-btn {
  background: linear-gradient(135deg, #6ec3f4, #3a9ddc) !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  padding: 0.563rem 1.563rem !important;
  font-size: 0.875rem !important;
  border-radius: 10px !important;
  color: white !important;
}
.login-btn:hover, .login-btn:focus, .login-btn:active, .login-btn.active {
  background: linear-gradient(135deg, #3a9ddc, #6ec3f4) !important;
  transform: scale(1.05) !important;
}

.btn-gradient {
  background: transparent;
  position: relative;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
}
.btn-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.btn-gradient:hover {
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
  -webkit-background-clip: initial;
  background-clip: initial;
  color: white;
}

.login-btn {
  background: transparent;
  position: relative;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
  padding: 10px 30px;
  border-radius: 10px;
}
.login-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.login-btn:hover {
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
  -webkit-background-clip: initial;
  background-clip: initial;
  color: white;
}

.btn-white {
  background: transparent;
  position: relative;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
}
.btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
  -webkit-background-clip: initial;
  background-clip: initial;
  color: white;
}

.btn-primary {
  background: transparent;
  position: relative;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
}

.btn-primary:hover {
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
  -webkit-background-clip: initial;
  background-clip: initial;
  color: white;
}

.btn-primary-light {
  background: transparent;
  position: relative;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
}

.btn-primary-light::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.btn-primary-light:hover {
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
  -webkit-background-clip: initial;
  background-clip: initial;
  color: white;
}

.btn-gray {
  background-color: #ffffff;
  color: #1b1920;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

h1,
.fs-60 {
  font-weight: 600;
  font-size: 80px;
  line-height: 60px;
}
@media (max-width: 991px) {
  h1,
  .fs-60 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  h1,
  .fs-60 {
    font-size: 35px;
    line-height: 42px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-40 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .fs-40 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .fs-40 {
    font-size: 32px;
  }
}

h2 {
  font-size: 30px;
}
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

.section-heading h2 {
  position: relative;
}

.section-heading h2::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 6%;
  width: 33%;
  height: 2px;
  border-radius: 3px;
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .fs-30 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .fs-30 {
    font-size: 24px;
  }
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.bg-light {
  background-color: #f3f3ff !important;
}

.text-black {
  color: #1b1920;
}

.text-gray-100 {
  color: #99999a;
}

.text-primary {
  background: transparent;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%) !important;
}

.bg-primary {
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%) !important;
}

.bg-primary {
  background-color: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%) !important;
}

.form-control {
  height: 60px;
  background-color: #f7f7f7;
  color: #1b1920;
  padding: 10px 20px;
}
.form-control::-moz-placeholder {
  color: #99999a;
}
.form-control::placeholder {
  color: #99999a;
}

mark {
  background: transparent;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
}

@media (max-width: 767px) {
  mark {
    color: #1b1920;
  }
}
.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  position: absolute;
}

.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.slick-arrow:active, .slick-arrow:focus, .slick-arrow.active, .slick-arrow:hover {
  -webkit-background-clip: initial;
  background-clip: initial;
  color: white;
}

.nav-link-white {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .nav-link-white {
    color: #1b1920 !important;
  }
}

.top-margin {
  position: relative;
  top: 178px;
  margin-bottom: 190px;
}

@media (max-width: 768px) {
  .hero-content {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1399px) {
  .top-margin {
    position: relative;
    top: 163px;
    margin-bottom: 190px;
  }
}
@media (max-width: 1199px) {
  .top-margin {
    position: relative;
    top: 130px;
    margin-bottom: 190px;
  }
}
@media (max-width: 991px) {
  .top-margin {
    position: relative;
    top: 110px;
    margin-bottom: 190px;
  }
}
@media (max-width: 575px) {
  .top-margin {
    position: relative;
    top: 85px;
    margin-bottom: 190px;
  }
}
.top-margin-privacy {
  position: relative;
  top: 178px;
  margin-bottom: 190px;
}

.js-cookie-consent {
  background: #f3f3ff;
  z-index: 5;
}
.js-cookie-consent .cookie-consent__message {
  color: black !important;
}

@media (max-width: 375px) {
  input.contact-section-submit-btn {
    font-size: 12px !important;
    padding: 6px !important;
  }
}
.header[dir=rtl] .dropdown .dropdown-toggle:after {
  margin-right: 10px;
  margin-left: auto;
}
.header[dir=rtl] .me-1 {
  margin-left: 0.25rem !important;
  margin-right: auto;
}

@media (max-width: 768px) {
  .new-footer-term {
    margin-top: 90px !important;
  }
}
@media (max-width: 425px) {
  .new-footer-term {
    text-align: center !important;
  }
}

.vcard-alias-search #search-alias-input {
  padding: 20px 153px 20px 20px;
}
.vcard-alias-search #search-alias-btn {
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 440px) {
  .vcard-alias-search #search-alias-input {
    padding: 20px 20px 20px 20px;
  }
  .vcard-alias-search #search-alias-btn {
    position: relative;
    margin-top: 10px;
    transform: translateY(0);
  }
}

.minimal-placeholder {
  display: none;
}

.flip-box-h {
  background-color: transparent;
  width: 500px;
  height: 300px;
  transform: perspective(4000px) rotateX(20deg) rotateZ(20deg);
  transition: opacity 0.2s ease-in-out;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1000px) {
  .flip-box-h {
    width: 600px;
    height: 480px;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .flip-box-h {
    width: 350px;
    height: 250px;
  }
}
.flip-box-h img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flip-box-h img:hover {
  cursor: pointer;
}
.flip-box-h:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.ecard-image {
  max-width: 100%;
  height: auto;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  animation: autoFlip 7s infinite linear;
  transition: transform 0.8s;
}

.flip-box-inner:hover {
  transform: rotateY(180deg);
}

@keyframes autoFlip {
  0%, 45% {
    transform: rotateY(0deg);
  }
  50%, 95% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: transparent;
  color: black;
}

.flip-box-back {
  background-color: transparent;
  transform: rotateY(180deg);
}

.vcard-template-section {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .vcard-template-section {
    margin-top: 4rem;
  }
}

.hero-content {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .hero-content {
    margin-bottom: 3rem;
  }
}
.hero-content .btn-primary {
  margin-bottom: 2rem;
}

.hero-content .btn-primary {
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  min-width: 200px;
  height: 3em;
  line-height: 3em;
  padding: 0 30px;
  margin: 5px 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF7B89 0%, #6EC3F4 100%);
  color: hsl(0, 0%, 97%);
  border: 2px solid hsl(0, 0%, 97%) !important;
  border: 2px solid var(--color) !important;
  transition: color 0.3s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}

.hero-content .btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: hsl(0, 0%, 97%);
  height: 200px;
  width: 300px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.hero-content .btn-primary:hover {
  color: #FF7B89;
  box-shadow: 0 10px 25px rgba(255, 123, 137, 0.2) !important;
  border: 3px solid transparent !important;
  -o-border-image: linear-gradient(90deg, #6EC3F4 0%, #FF7B89 100%);
     border-image: linear-gradient(90deg, #6EC3F4 0%, #FF7B89 100%);
}

.hero-content .btn-primary:hover:before {
  top: -30px;
  left: -30px;
}

.hero-content .btn-primary:active {
  transform: translateY(1px);
}
