body {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

.icon-placing {
    top: -6px;
    left: -67px;
}

.icon-right-placing {
    top: -8px;
    right: -83px;
}

/* ================ common-classes ==================== */

.outline-none {
    outline: none;
}

.top-170 {
    top: -170px;
}


.top-100 {
    top: -120px;
}

.left-130 {
    left: -130px;
}

.right-160 {
    right: -160px;
}

.fit-content {
    width: fit-content;
}

.right-0 {
    right: 0;
}

.border-purple {
    border: 2px solid #9900FF;
}

.w-32 {
    width: 32%;
}

.h-full {
    height: 100%;
}

.h-100vh {
    height: 100vh;
}

.best-sale {
    top: -30px;
    transform: translateX(60%);
}

.bg-blur {
    background: #EEF1F4;
    position: relative;
    overflow: hidden;

}

.display-none {
    display: none;
}

.backdrop {
    backdrop-filter: blur(75px);
}

.pricing-card:hover {
    transition: 500ms;
    cursor: pointer;
    fill: white !important;
    transform: scale(1.05);
}

button:hover {
    opacity: 0.8;
    transition: 500ms;
}

/* background-colors */
.bg-gradient-c {
    background-image: linear-gradient(to right, #007BFF, #7e2cb0);
}

.bg-light-gray {
    background: #F3F3F3;
}

.bg-light-gradient {
    background: rgb(229, 241, 255)!important;
}

.bg-blue {
    background: #139FFF;
}

.bg-purple {
    background: #9900FF;
}

.rounded-bg {
    background-image: url("../landing-images/rounded-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70vh;
}

.mobMockup {
    /* background-image: url("../landing-images/mobile-mockup.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

.mobile-screens {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

.screen-1 {
    background-image: url("../landing-images/screen1.png");
}

.screen-2 {
    background-image: url("../landing-images/screen2.png");
}

.screen-3 {
    background-image: url("../landing-images/screen3.png");
}

.screen-4 {
    background-image: url("../landing-images/screen4.png");
}

.screen-5 {
    background-image: url("../landing-images/screen5.png");
}

.curved-background {
    width: 100%;
    background-image: url("../images/gradient.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    /* Adjust height as needed */
    /* background: linear-gradient(to bottom, transparent 20%, #00DAFF, #B134FF); */
    /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0,141,255,1) 51%,rgba(0,0,0,0) 0%,rgba(205,0,255,1) 102%,rgba(0,0,0,0) 0%); */
    /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,151,255,1) 108%,rgba(0,0,0,0) 0%,rgba(205,0,255,1) 0%,rgba(0,0,0,0) 0%); */
    position: relative;
}

.curved-background::before {
    content: "";
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
}

.bg-blur::before {
    content: "";
    position: absolute;
    top: -61px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 35%;
    z-index: 2;
}

.bg-blur::after {
    content: "";
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 35%;
}

.purple-patch {
    height: 54%;
    position: absolute;
    width: 33%;
    opacity: 0.5;
    top: 50px;
    right: -50px;
    background-color: #fff;
    border-radius: 34%;
    background-image: -webkit-linear-gradient(280deg, rgba(2, 0, 36, 1) 0%, rgba(205, 0, 255, 1) 53%, rgba(0, 212, 255, 1) 100%);
    opacity: 0.5;
}

.blue-patch {
    height: 54%;
    position: absolute;
    width: 33%;
    opacity: 0.5;
    bottom: 0;
    left: -82px;
    background-color: #fff;
    border-radius: 34%;
    background-image: -webkit-linear-gradient(60deg, rgba(2, 0, 36, 1) 0%, rgba(0, 212, 255, 1) 100%, rgba(205, 0, 255, 1) 53%);
    opacity: 0.5;
}

/* text-color */
.gradient-text {
    background: linear-gradient(90deg, rgb(19, 190, 255) 0%, rgba(205, 0, 255, 1) 15%, rgba(0, 212, 255, 1) 30%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gray {
    color: #A5ABB6;
}

.text-purple {
    color: #9900FF;
}

/* carousel */
.flickity-viewport {
    overflow: hidden;
}

.flickity-page-dots {
    display: none;
}

.flickity-prev-next-button {
    display: none;
}

.carousel-nav:focus-visible {
    outline: none;
}

.carousel-cell.is-selected:focus-visible {
    outline: none;
}

.flickity-viewport:focus-visible {
    outline: none;
}

.carousel-main:focus-visible {
    outline: none;
}

.carousel-cell {
    width: 100%;
    height: 80vh;
    margin-right: 10px;
    object-fit: contain;
    border-radius: 5px;
}

/* cell number */


.carousel-nav .carousel-cell {
    height: unset !important;
    width: 100px;
    margin: 0px 15px;
    cursor: pointer;
}

.carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected svg {
    fill: #8b77ff !important;
    fill-opacity: unset !important;
}

.carousel-nav .carousel-cell svg {
    fill: #8F54A3;
    fill-opacity: 0.5;
}

.carousel-nav .carousel-cell svg .internal {
    fill: #8F54A3;
}

.carousel-nav .carousel-cell.is-nav-selected svg .internal {
    fill: #fff !important;
}

/* mobile-responsive-css */
.overlay {
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    z-index: 1;
    background: #9900FF;
    overflow-x: hidden;
    transition: 0.5s;
}

.disply-none {
    display: none;
}

.background-image-col {
    background-image: url('../landing-images/bid.png');
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

/* media-queries */

/* Small screens, laptops */
@media (min-width: 320px) and (max-width: 480px) {
    .background-image-col {
        background-size: contain !important;
    }

    .top-170 {
        top: -65px !important;
    }

    .pb-sm-6 {
        padding-bottom: 5rem !important;
        ;
    }

    .carousel-cell {
        height: unset !important;
    }

    .h-100vh {
        height: unset !important;
    }

    .w-32 {
        width: 90% !important;
    }

    .rounded-bg {
        width: 50% !important;
        height: 40vh !important;
    }

    .fs-10 {
        font-size: 10px !important;
    }

    .icon-placing {
        top: -20px !important;
        left: -35px !important;
    }

    .icon-right-placing {
        top: -18px !important;
        right: -40px !important;
    }

    .left-130 {
        left: -104px !important;
    }

    .right-160 {
        right: -119px !important;
    }
}

/* iPads, Tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .background-image-col {
        background-size: contain !important;
    }

    .top-170 {
        top: -75px !important;
    }

    .carousel-cell {
        height: unset !important;
    }

    .h-100vh {
        height: unset !important;
    }

    .w-32 {
        width: 90% !important;
    }

    .rounded-bg {
        width: 50% !important;
        height: 50vh !important;
    }
}

/* Small screens, laptops */
@media (min-width: 769px) and (max-width: 1024px) {
    .background-image-col {
        background-size: contain !important;
    }

    .top-170 {
        top: -75px !important;
    }

    .carousel-cell {
        height: unset !important;
    }

    .h-100vh {
        height: unset !important;
    }

    .w-32 {
        width: 90% !important;
    }

    .rounded-bg {
        width: 50% !important;
        height: 50vh !important;
    }
}

/* Desktops, large screens */
@media (min-width: 1025px) and (max-width: 1200px) {
    .rounded-bg {
        width: 50% !important;
        height: 50vh !important;
    }
}

/* signup ui */
.signup-body{
    background: #FFFFFF;
    /* font-family: "Urbanist", serif !important; */
    background-image: url("../../assets/images/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .w-40 {
    width: 40%;
  }
  
  .border-blue {
    border-color: #6164FF !important;
  }
  
  .border-linear-gradient {
    border: 1px solid transparent !important;
    background:
      linear-gradient(to right, #F7F8F9, #F7F8F9),
      linear-gradient(to right, #B927FF, #6164FF, #06CCFF) !important;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
  }
  
  /* font-colors */
  .text-blue {
    color: #6164FF !important;
  }
  
  /* background-colors */
  .bg-light-blue-2 {
    background: rgba(97, 100, 255, 0.1);
  }
  
  .bg-dark-gray {
    background: #F7F8F9;
  }
  
  .bg-linear-gradient {
    background:
      linear-gradient(to right, #B927FF, #6164FF, #06CCFF) !important;
    border-radius: 4px;
  }
  
  .bg-linear-gradient-top {
    background:
      linear-gradient(to top, #B927FF, #6164FF, #06CCFF) !important;
    border-radius: 4px;
  }
  
  .bg-linear-gradient-secondary {
    background:
      linear-gradient(to right, #6164FF, #06CCFF) !important;
    border-radius: 4px;
  }
  
  .bg-gray {
    background: #ADADAD !important;
  }
  
  /* form-validation */
  .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("../images/valid-icon.svg") !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  }
  
  .svg-hidden:valid {
    background-image: url("") !important;
    padding: 10px 0px !important;
  }
  
  /* phone-input */
  .iti {
    width: 100%;
  }