/*
Version: 3.0.46
Theme Name: Super Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* declare primary color */
:root {
    --cus-primary-color: #0056b3;
    --cus-secondary-color: #002956;
    --cus-black-color: #000;
    --cus-white-color: #fff;
}

body, a, h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'Inter', sans-serif;
}

/* Mobile Menu */
.off-canvas-left .mfp-content {
    background: #fff;
}

/* Header nav */
#header .nav > li.menu-item {
    margin: 0 20px;
}

#header .nav > li > a {
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    color: var(--cus-white-color);
}

#header .nav > li > a:hover {
    color: var(--cus-white-color);
}

/* SPT Button */
.spt-button {
    transition: all 0.3s ease;
    display: inline-block;
}

.spt-button-inner {
    display: flex;
    align-items: center;
}

.spt-button svg {
    margin-right: 10px;
}

.spt-button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

/*  SPT Icon Box  */
.spt-icon-box-content p {
    margin-bottom: 0;
}

/* CF7 */
span.wpcf7-spinner {
    display: none;
}

/* Accordion */
.accordion {
}

div#accordion-2860439605 {}

.accordion-title {
    border: 0;
    padding: 20px 0 20px 40px;
    outline: none;
}

.accordion-title span {
    font-size: 20px;
    color: #fff;
    font-weight: 600 !important;
}

.accordion-title button {}

.accordion-title button i {
    width: 14px;
    height: 14px;
    position: relative;
    display: block;
    top: 0;
}

.accordion-title button i::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
    transition: 0.4s;
}

.accordion-title button i::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.accordion-inner {
    padding-bottom: 0;
    padding-top: 0;
}

.accordion-inner p {}

.accordion-inner ul li {}

.accordion-inner p:last-child {
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion .toggle {
    width: 14px;
    height: 14px;
    min-height: unset;
    margin: 0;
    border-radius: 0;
    transform: unset;
    border: 0;
    opacity: 1;
    top: 27px;
}


/* Custom */

#header .header-inner {
    border-radius: 16px;
    background: rgba(8, 4, 29, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    margin-top: 30px;
}

#header .stuck .header-inner {
    margin-top: 0;
    border: 0;
    background: none;
}

.header-wrapper.stuck {
    background: rgba(38, 37, 40, 1);
}

.animated-border-box {
    position: relative;
    overflow: hidden;
    z-index: 0;
    line-height: 0;
    border-radius: 14px;
    display: inline-block;
    transition: 0.4s;
}

.animated-border-box:hover {
    transform: scale(1.1);
}

.animated-border-box:before {
    content: "";
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    position: absolute;
    width: 99999px;
    height: 99999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(rgba(0, 0, 0, 0), #FFF, rgba(0, 0, 0, 0) 25%);
    animation: rotate 4s linear infinite;
}

.tp-btn-gradient {
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    z-index: 1;
    margin: 1px;
    transition: 0.4s;
    border-radius: 14px;
    padding: 22px 30px;
    padding-top: 25px;
    letter-spacing: -0.01em;
    color: #fff !important;
    background: linear-gradient(230deg, #FF994B 6.7%, #D34BE9 48.83%, #3188FF 90.96%);
}

.tp-btn-gradient span {
    margin-right: 10px;
    display: inline-block;
}

.tp-btn-gradient span svg {
    transform: translateY(-2px);
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

.gap-35 {
    gap: 35px;
}

.gap-40 {
    gap: 40px;
}

a.button {
    margin: 0;
    border: 0;
    padding: 0 30px;
    color: #000 !important;
    box-shadow: none !important;
}

.spt-flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.h72 {
    line-height: 72px;
}

.spt-flexbox.spacebetween {
    justify-content: space-between;
}

.p16 {
    padding: 16px;
}

.p20 {
    padding: 20px;
}

.p24 {
    padding: 24px;
}

.p30 {
    padding: 30px;
}

.cus-box {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .08);
}

.cus-box.border-box {
    border: 1px solid rgb(255 255 255 / 0.1);
}

.txt-no-mar p, .txt-no-mar h1, .txt-no-mar h2, .txt-no-mar h3, .txt-no-mar h4, .txt-no-mar h5 {
    margin-bottom: 0;
}

.spt-flexbox.equal-items {
    align-items: stretch;
    flex-wrap: nowrap;
}

.spt-flexbox.equal-items > * {
    width: 100%;
}

.sec1-col2-badge {
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 11px;
    padding: 4px 7px;
    border-radius: 5px;
    position: absolute;
    bottom: -18px;
    right: -25px;
}

.featured-item {
    padding: 10px;
    border-radius: 260px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    align-items: center;
}

.featured-item h3 {
    margin-bottom: 0;
}

.featured-item img {
    mix-blend-mode: luminosity;
    padding: 0;
    width: 64px;
}

.featured-item .icon-inner {
    width: 100px;
    height: 100px;
    display: grid;
    place-content: center;
    border-radius: 60px;
    backdrop-filter: blur(8px);
    background: #121b34;
}

.ai-choose-shape {
    position: absolute;
    top: -14%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

.subtitle-gradient p {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(139deg, #9968ff 0%, #ff6cb2 49%, #ffaf56 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hp-sec3 .icon-box {}

.hp-sec3 .icon-box .icon-inner {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 246, 191, 0.08);
    border-radius: 100%;
}

.hp-sec3 .icon-box .icon-inner img {
    width: 22px;
}

.hp-sec3 .icon-box ul li {
    margin-bottom: 0;
}

.ai-service-shape {
    position: absolute;
    top: -26%;
    right: -2%;
    z-index: -1;
}

.ai-service-item {
    position: relative;
    padding: 50px 70px;
    border-radius: 20px;
    background-color: #08041D;
}

.ai-service-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    margin: -2px;
    border-radius: 20px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
    background: -moz-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
    background: -webkit-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
    background: -ms-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
}


.ai-service-item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    margin: -2px;
    height: 100%;
    border-radius: 20px;
    width: calc(100% + 4px);
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -moz-linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -ms-linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.2) 100%);
}

.ai-service-item:hover::before {
    opacity: 1;
    visibility: visible;
}

.ai-service-item:hover::after {
    opacity: 0;
    visibility: hidden;
}

.sec5-share-links {}

.sec5-share-links p {
    margin: 0;
}

.sec5-share-links a {
    text-decoration: underline;
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-price-shape-1 {
    position: absolute;
    top: 0;
    right: -3%;
    z-index: -1;
}

.ai-price-item {
    padding: 50px;
    border-radius: 60px;
    background-color: rgb(23, 19, 42);
}

.ai-price-head span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    letter-spacing: -0.02em;
    color: var(--cus-white-color);
}

.ai-price-head h4 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: -0.04em;
    color: var(--cus-white-color);
}

.ai-price-head h4 i {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
}

.ai-price-btn {
    margin-bottom: 40px;
}

.tp-btn-black-border {
    margin: 1px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    border-radius: 14px;
    padding: 12px 24px;
    display: inline-block;
    letter-spacing: -0.01em;
    backdrop-filter: blur(10px);
    color: var(--cus-white-color);
    background: rgb(41, 38, 54);
    border: 1px solid rgba(255, 246, 191, 0.1);
}

.w-100 {
    width: 100%!important;
}

.tp-btn-black-border span {
    margin-right: 10px;
    display: inline-block;
}

.tp-btn-black-border span svg {
    transform: translateY(-2px);
}

.ai-price-list ul {
    list-style: none;
    margin: 0;
}

.ai-price-list ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.32px;
    color: var(--cus-white-color);
    margin: 0 0 20px 0;
    padding-left: 38px;
    position: relative;
}

.ai-price-list ul li:last-child {
    margin: 0;
}

.ai-price-list ul li::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="9" viewBox="0 0 10 9" fill="none"><path d="M1 5.75061C1 5.75061 2.6 6.66314 3.4 8.00061C3.4 8.00061 5.8 2.75061 9 1.00061" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>') no-repeat;
    background-position: center center;
    background-size: 10px 9px;
    border-radius: 100%;
    top: -2px;
}

.ai-price-wrap.active {
    position: relative;
}

.ai-price-badge {
    padding: 12px;
}

.ai-price-badge span {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--cus-black-color);
}

.ai-price-badge span svg {
    margin-right: 12px;
    transform: translateY(1px);
}

.ai-price-wrap.active::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    margin: -2px;
    border-radius: 60px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
    background: -moz-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
    background: -webkit-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
    background: -ms-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
}

.ai-price-wrap a.tp-btn-gradient {
    justify-content: center;
    padding: 13px 30px;
}

.ai-price-wrap a.tp-btn-gradient {
    justify-content: center;
    padding: 13px 30px;
}

.tabbed-content .nav {
    display: inline-flex;
    width: auto;
    margin: 0 auto;
    padding: 4px;
    border-radius: 12px;
    border: 1px solid rgba(255, 246, 191, 0.1);
}

.tabbed-content .nav a {
    color: #fff !important;
    font-size: 15px;
    padding: 7px 20px;
}

.tabbed-content .nav .active a {
    color: #000 !important;
}

.tabbed-content .nav li {
    margin: 0;
}

.tabbed-content .nav::after {
    content: '';
    top: 5px;
    height: 36px;
    z-index: -1;
    transition: 0.4s;
    border-radius: 6px;
    display: inline-block;
    background: #fff;
    position: absolute;
    width: 120px;
    left: 4px;
}

.tabbed-content .nav[item="1"]::after {
    left: 123px;
    width: 166px;
}

.tabbed-content .tab-panels {
    margin-top: 50px;
}

.accordion-title.active button i::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

#footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer a {
    color: rgba(255, 255, 255, 0.6);
    transition: all .3s;
}

#footer a:hover {
    color: #fff;
}

blockquote {
    color: #fff;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .sec1-actions-box > * {
        width: 100%;
    }

    .sec1-col2-badge {
        left: 0;
        right: 0;
        width: 60%;
        text-align: center;
        margin: auto;
    }

    .ai-service-item {
        padding: 30px;
    }

    .sec5-share-links > * {
        width: 100%;
    }

    .ai-price-item {
        padding: 20px;
        border-radius: 20px;
    }

    .ai-price-wrap.active::after {
        border-radius: 20px;
    }

    .ai-price-head h4 {
        font-size: 30px;
    }

    .accordion-title span {
        font-size: 18px;
    }

    .hp-sec1 .form-control {
        width: calc(100% - 190px) !important;
    }

}

#footer .absolute-footer {
    display: none;
}

@keyframes rotate {
    100% {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}