@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

@font-face {
    font-family: "aeonik";
    src: url("../home/fonts/AeonikProTRIAL-Regular.otf") format("opentype");
    font-weight: 400;
    font-display: swap;
}

body {
    background-color: #0c0c16;
    color: #cfcfcf;
    font-family: aeonik, Arial, sans-serif;
}

.navbar {
    background-color: transparent !important;
    z-index: 99;
}

.navbar-brand {
    font-weight: bold;
    color: #fff;
}
.scrolling-banner {
    width: 100%;
    height: 350px;
    background-image: url("../home/imgs/Hero_strip.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: scrollRight 10s linear infinite alternate;
    border-radius: 21px;
}

@keyframes scrollRight {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

button {
    position: relative;
}
button::after {
    content: "";
}

button:hover {
    background-color: #252326 !important;
    color: white !important;
}
.button:hover {
    background-color: #252326 !important;
    color: white !important;
}
header h1 {
    color: #fca5a5;
    font-size: 2.5rem;
}

header p {
    color: #cfcfcf;
}

header .btn-light {
    color: #1a1a2e;
}

.anime-section h2 {
    color: #f59e0b;
}

.chatbots-section h2 {
    color: #ffffff;
}

.faq-section .accordion-button {
    color: white;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #444;
}

.faq-section .accordion-item {
    border: none;
}

footer {
    color: #6c757d;
}

.purple_btn {
    background-color: #7f64cd !important;
    color: white;
    font-family: aeonik;
}

.footer {
    background-color: transparent;
    color: white;
    padding: 40px 0;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer .column-header {
    color: rgba(255, 255, 255, 0.3);
    font-size: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .itext-box {
        padding: 0px !important;
        text-align: justify !important;
    }
}

.footer ul li {
    padding: 5px 0;
    font-size: 14px;
}

.footer ul li a {
    color: white;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer .first-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .first-column h3 {
    font-size: 24px;
}

.footer .first-column p,
.footer .first-column .email,
.footer .first-column .copyright {
    font-size: 14px;
}

.accordion {
    background-color: transparent !important;
}

.accordion-item {
    background-color: transparent !important;
    border: none;
}

.accordion-button {
    background-color: transparent !important;
    color: white;
    border: none;
    transition:
        color 0.3s,
        opacity 0.3s;
}

.accordion-button:not(.collapsed) {
    color: rgba(255, 255, 255, 1);
}

.accordion-button.collapsed {
    opacity: 1;
}

.accordion-body {
    color: white;
}

.accordion-button::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: white !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.isection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-position: center;
}

.ileft {
    position: relative;
    width: 40%;
    height: 100% !important;
    transform: translateX(-10%);
}

.iright {
    width: 50%;
    padding: 40px;
    display: flex;
    justify-content: left;
    align-items: left;
    transform: translateX(-30%);
}

.itext-box {
    color: white;
    padding: 30px;
    text-align: left;
}
.width-set {
    width: 60%;
}
.itext-box h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.itext-box p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.623);
    margin-bottom: 20px;
}

.itext-box .btn {
    background-color: #7f64cd;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Inter, Arial, aeonik;
}

.purple_btn {
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.purple_btn::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    width: 80%;
    height: 20px;
    background-color: inherit;
    filter: blur(10px);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
}

.itag {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.13);
    padding: 10px 20px;
    border-radius: 25px;
    color: rgba(255, 255, 255, 0.932);
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.animBg {
    position: relative;
    width: 100%;
}
.animBg {
    min-height: 400px;
}

.animBg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background-position: center;
    background-size: 100% 99%;
    background-repeat: no-repeat;
    background-image: url(../home/imgs/AnimBg.png);
    z-index: -1;
}

.pl-30 {
    padding-left: px;
}

.animBgInner {
    position: relative;
    width: 100%;
}

.navbar-nav li {
    margin: 4px;
    font-family: aeonik;
}

.m1row {
    display: grid;
    grid-template-columns: 10% 1% 50% 20%;
    width: 100%;
}

.minner {
    position: relative;
    padding: 20px;
    color: white;
}

.minner img {
    z-index: -122 !important;
}

.mouter {
    position: relative;
    width: 100%;
}
.meteor-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
}
.btn-close {
    color: white !important;
    background: none !important;
}
.meteor-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}
.offcanvas {
    z-index: 9999;
    background-color: #0c0c16d9;
}

.meteor {
    position: absolute;
    top: 0;
    width: 2px;
    height: 80px;
    background: linear-gradient(white, rgba(255, 255, 255, 0));
    opacity: 0;
    animation: meteor-fall linear infinite;
}

@keyframes meteor-fall {
    0% {
        transform: translate(0, -100vh) rotate(150deg) scale(1);
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        transform: translate(100vh, 100vh) rotate(150deg) scale(0.5);
        opacity: 0;
    }
}

.meteor:nth-child(1) {
    left: 5%;
    animation-duration: 3s;
    animation-delay: 0s;
    transform: rotate(150deg);
}
.meteor:nth-child(2) {
    left: 20%;
    animation-duration: 4.5s;
    animation-delay: 1s;
    transform: rotate(150deg);
}
.meteor:nth-child(3) {
    left: 40%;
    animation-duration: 3.8s;
    animation-delay: 2.5s;
    transform: rotate(140deg);
}
.meteor:nth-child(4) {
    left: 60%;
    animation-duration: 3.2s;
    animation-delay: 0.7s;
    transform: rotate(160deg);
}
.meteor:nth-child(5) {
    left: 80%;
    animation-duration: 4s;
    animation-delay: 1.2s;
    transform: rotate(135deg);
}

.mouter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../home/imgs/Background Gradients + Dots (1).png");
    background-size: 100% 99%;
    background-position: center;
    opacity: 0.8;
    background-repeat: no-repeat;
    z-index: 0;
    mask-image: radial-gradient(
        circle,
        rgba(0, 0, 0, 1) 100%,
        rgba(0, 0, 0, 0) 50%
    );
    -webkit-mask-image: radial-gradient(
        circle,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 0) 100%
    );
}

.gradient-text1 {
    background: linear-gradient(
        90deg,
        #7a71b8 0%,
        #cfb2c8 35%,
        #d394c5 65%,
        #ffffff 96%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}

.starBg {
    background-image: url(../home/imgs/stars.png);
    background-repeat: no-repeat;
    background-position: center;
}

.hero-img div {
    width: 200px;
}

.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-8 {
    gap: 2rem;
}

.text-white {
    color: #ffffff;
}

.max-w-4xl {
    max-width: 56rem;
}

.p-6 {
    padding: 1.5rem;
}

.bg-gray-800 {
    background-color: #2d3748;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.p-6 {
    padding: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.font-semibold {
    font-weight: 600;
}

.mb-4 {
    margin-bottom: 1rem;
}
.box-spicychat {
    height: 276px;
    width: 363px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-spicychat {
    max-width: 600px;
}
.favorite-box {
    display: flex;
    border-radius: 35px;
    padding: 60px 50px;
    max-width: 50%;
}
.mt-10 {
    margin-top: 200px;
    width: 80%;
}
.mt-20 {
    width: 100% !important;
}
.accordion-container {
    width: 55%;
}
.img-alpha {
    width: 80%;
}
.img-alpha-2 {
    width: 150%;
}
.accordion-button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.alexis-card {
    /* width: 327px !important; */
    position: relative;
}
.ipad-img {
    width: 100% !important;
}
.w-control {
    width: 70%;
}
.heighvh {
    height: 100vh;
    display: flex;
    align-items: center;
}
.fram {
    position: absolute;
    z-index: -1;
}
.fram img {
    width: 100%;
}
.fram1 {
    top: 50px;
    left: 50px;
}
.fram2 {
    top: 100px;
    right: 50px;
}
.fram3 {
    bottom: -100px;
    left: 200px;
}
@media screen and (max-width: 1352px) {
    .fram1 {
        top: 5px;
        left: 5px;
    }
    .fram2 {
        top: 100px;
        right: 5px;
    }
    .fram3 {
        bottom: -100px;
        left: 200px;
    }
    .fram img {
        width: 70%;
    }
}
.box-info {
    box-sizing: border-box;
    width: 50%;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 26px;
}
.boxes-info {
    background: rgba(255, 255, 255, 0.09);
    border-radius: 16px;
}
.info-img {
    transform: translateY(-50px);
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.6em !important;
    }
    .heighvh {
        height: fit-content !important;
    }
    .text-white-mobile {
        color: #ffffff !important;
    }
    .itext-box {
        padding: 0 !important;
        text-align: justify !important;
        max-width: 100% !important;
    }
    .width-set {
        width: 100% !important;
    }
    .accordion-container {
        width: 100%;
    }
    .ipad-img {
        width: 100% !important;
    }
    .minner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .minner p {
        width: 100% !important;
    }
    .hero-img-1 {
        overflow: hidden;
    }
    .hero-img-1 img {
        width: 900px !important;
        max-width: 800px !important;
    }
    .hero-logo {
        overflow: hidden;
    }
    .hero-logo img {
        width: 800px !important;
        max-width: 800px !important;
    }
    .gradient-text1 {
        font-size: 1em !important;
    }
    .w-control {
        width: 100%;
    }

    .scrolling-banner {
        animation: scrollRight 50s linear infinite alternate;
    }
    .boxes-info {
        min-width: 100px !important;
    }
    .text-con {
        width: 100% !important;
    }
    .text-live {
        text-align: center !important;
    }
}
.text-live {
    text-align: left;
}
.text-con {
    width: 50%;
}
@media (min-width: 576px) and (max-width: 982px) {
    .heighvh {
        height: fit-content !important;
    }
    .heighvh p {
        width: 85% !important;
    }
    .mt-10 {
        margin-top: 20px;
    }
    .text-con {
        width: 70%;
    }
    .box-info {
        width: 78%;
    }
}

@media (max-width: 982px) {
    .w-control {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .isection {
        flex-direction: column;
    }
    .ileft {
        width: 100%;
        height: auto !important;
        transform: translateX(0%);
    }
    .text-con {
        width: 100% !important;
    }
    .iright {
        width: 50%;
        padding: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(0%);
    }
    .ileft,
    .iright {
        width: 100%;
    }

    .itext-box {
        width: 100%;
    }
    .text-spicychat {
        max-width: 100% !important;
    }
    .box-spicychat {
        width: 100% !important;
    }
    .width-set {
        width: 100%;
    }
    .favorite-box {
        max-width: 100%;
    }
    .alexis-card {
        /* width: 100% !important; */
    }
    .heighvh {
        height: fit-content;
        display: flex;
        align-items: center;
        padding-bottom: 0 !important;
    }
    .w-control,
    .w-control p {
        width: 100% !important;
    }
    .mt-10 {
        margin-top: 2rem;
        width: 100%;
    }
    .box-info {
        width: 100% !important;
    }
    .info-img {
        display: flex;
        justify-content: center;
    }
    .info-container {
        text-align: center !important;
    }
    .img-alpha-2 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .text-spicychat {
        max-width: 45% !important;
    }
    .width-set {
        width: 80%;
    }
}

.overlay {
    position: absolute;
    width: 100%;
    background: linear-gradient(353deg, #00000063, transparent);
    height: 100%;
    z-index: 1;
    border-radius: 15px;
}
.overlay:hover {
    opacity: 0;
}
