@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');

:root {
    --primary: #e999b5;
}

body {
    background: var(--primary);
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

.custom-popup {
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Shadow effect */
    margin-top: 20px; /* Add space from the top */
}


h4,
p {
    overflow-wrap: anywhere;
}

a {
    text-decoration: none;
}

.textToCopy {
    cursor: pointer;
}

header {
    font-family: "Gloria Hallelujah", cursive;
    background: var(--primary);
    /* position: sticky; */
    top: 0;
    z-index: 99;
}

header .navbar-nav {
    justify-content: space-between;
    width: 100%;
}

header li a.nav-link {
    color: #0E0070;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

header li a.nav-link:hover,
header li a.nav-link:focus {
    color: #0E0070;
}

header li a.nav-link:focus-visible {
    outline: 0;
}

header .card1 {
    color: #fff;
    border: transparent;
    background: transparent;
    padding: 10px 30px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

header .card1:before {
    content: '';
    --scale: 1.0;
    --skew: -16;
    border: 1px solid rgb(255, 255, 255);
    border-radius: .3em;
    box-shadow: 0px 2px 5px #5d21ca;
    background-color: #5d21ca;
    transition: transform 100ms ease-out;
    transform: skewX(calc(var(--skew) * 1deg)) scale(var(--scale)) translate3d(0, 0, 0);
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

header .card1 span {
    position: relative;
    z-index: 3;
}

.section1 {
    background: var(--primary);
    padding-top: 60px;
}

.section1 .bg_img {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.section1 .card_box {
    position: relative;
}

.section1 img.moon,
.section1 img.cat1 {
    position: absolute;
    z-index: 1;
}

.section1 img.moon {
    left: -40px;
    top: 0;
    width: 150px;
}

.section1 img.cat1 {
    right: 150px;
    top: -20px;
    width: 100px;
}

.section1 .cloud-lg {
    width: 400px;
    position: absolute;
    bottom: -90px;
    right: 0;
    z-index: 3;
}

.section1 .cloud-lg p {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
    font-size: 20px;
    font-weight: 700;
    color: #8A2051;
}

.section1 .cloud-lg .cat2 {
    position: absolute;
    bottom: -87px;
    left: 150px;
    width: 100px;
}

.section1 .cloud-sm {
    width: 250px;
    position: absolute;
    bottom: -48px;
    left: 101px;
    z-index: 1;
}

.section1 .cloud-sm a {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
}

.section1 .cloud-sm a img {
    object-fit: contain;
}

.section1 .box1 {
    position: relative;
    z-index: 2;
    padding: 200px 170px;
}

img.diamond {
    position: absolute;
}

img.diamond.d1 {
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    rotate: -60deg;
    width: 100px;
}

img.diamond.d2 {
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    rotate: 0deg;
    width: 60px;
}

img.diamond.d3 {
    left: 30%;
    top: 150px;
    transform: translateX(-50%);
    rotate: 0deg;
    width: 60px;
}

img.diamond.d4 {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    rotate: 0deg;
    width: 40px;
}

img.diamond.d5 {
    right: 30px;
    bottom: 30%;
    transform: translateY(-50%);
    rotate: -60deg;
    width: 60px;
}

img.diamond.d6 {
    right: 180px;
    top: 100px;
    rotate: -60deg;
    width: 60px;
}



.cube-parent-container {
    position: relative;
}

.cubeSwiper {
    width: 100%;
    height: 350px;
}

.cubeSwiper {
    background-position: center;
    background-size: cover;
}

.cubeSwiper .swiper-slide {
    background: #000;
    padding: 100px 10px 50px;
}


.cubeSwiper .swiper-slide img.emoji {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: 150px;
    object-fit: contain;
}

.cubeSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cubeSwiper .swiper-pagination-bullet-active {
    background: hotpink;
}

.cubeSwiper .swiper-pagination {
    bottom: -40px !important;
}

.cubeSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}



.section2 {
    margin-top: 250px;
    margin-bottom: 100px;
}

.section2 .box2 {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.section2 .box2 h3 {
    color: #fff;
}

.section2 .box2 p {
    color: #fff;
}

.section2 .box2 svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.2;
}

.section2 .card {
    border-radius: 20px;
    border: 0;
    box-shadow: none;
    padding-bottom: 10px;
}

.section2 .row-1 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.section2 .row-1 .box {
    background: #FFA704;
    width: calc(100% - 250px);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 30px 10px;
    margin: 0 10px;
}

.section2 .row-1 img {
    min-width: 130px;
    width: 130px;
}

.section2 .row-1 .box span {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.section2 .row-2 {
    padding: 10px 10px;
}

.section2 .row-2 .card_box {
    background: #ffd785;
    font-size: 20px;
    color: #ff5163;
    font-weight: 600;
    text-align: center;
    padding: 20px 14px;
    border-radius: 10px;
}

.section2 .row-2 .card_circle {
    background: #ffa704;
    border-radius: 100%;
    height: 220px;
    width: 220px;
    margin: auto;
    margin-bottom: -140px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: "Gloria Hallelujah", cursive;
}

.section2 .row-2 .card_circle span {
    font-size: 20px;
}

.section2 .row-2 .card_circle span span {
    font-size: 30px;
    font-family: var(--bs-body-font-family);
}

.section2 h4 {
    color: #E5080E;
}

.section2 p {
    color: #166E42;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

footer {
    text-align: center;
    font-family: "Gloria Hallelujah", cursive;
    padding-bottom: 50px;
}


footer img {
    width: 40px;
}

footer a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

footer img.cat {
    width: 300px;
}

footer h1 {
    font-weight: 600;
    color: #0E0070;
}

footer h1 span {
    color: #036a5a;
}


.toast {
  position: fixed;
  top: 25px;
  right: 30px;
  border-radius: 12px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  z-index: 999;
}

.toast.active {
  transform: translateX(0%);
}

.toast .toast-content {
  display: flex;
  align-items: center;
}

.toast-content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #47cf73;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.toast-content .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.message .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.message .text.text-1 {
  font-weight: 600;
  color: #333;
}

.toast .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.toast .close:hover {
  opacity: 1;
}

.toast .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;

}

.toast .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #47cf73;
}

.progress.active:before {
  animation: progress 3s linear forwards;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}


.toast.active ~ button {
  pointer-events: none;
}

#e0DQ82qcIov1 {
    height: 150vh;
    min-width: 100vw;
    min-height: 100vh;
    position: fixed;
    z-index: 9999;
    display: none;
}

#e0DQ82qcIov1.active{
    display: block;
}