@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:400,400i,500,500i,700,700i,900,900i&display=swap");

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Global highlight color */
::selection {
  background: #7d4196; /* Custom highlight color */
  color: #fff;          /* Text color when highlighted */
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #687068;
    font-style: normal;
    overflow-x: hidden;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #190a32;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    margin-bottom: 15px;
}

.btn {
    background: transparent linear-gradient(90deg, #7d4196 0%, #ff3494 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 3px 4px 25px #c63a9580;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 35px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.btn:hover {
    color: #fff;
}

.btn:hover::before {
    opacity: 0;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.main-menu ul li.active a {
    color: #ff3494;
}

.main-menu ul li a {
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 34px 0;
    position: relative;
}

.main-menu ul li:hover > a {
    color: #ff3494;
}

.main-menu ul li:hover > a::before {
    width: 100%;
}

.sticky-menu,
.sticky-menu-permanent {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    background: #190a32;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.responsive {
    display: none;
}

#mobile-menu {
    display: block;

    @media screen and (max-width: 991px) {
        .li-menu-button {
            margin: 10px 10px !important;

            .btn {
                width: 100%;
                border: 2px solid #333;
                color: #333;
                font-size: 14px;
                text-transform: uppercase;
                padding: 10px 25px !important;
                box-shadow: none;

                &:hover {
                    color: #fff;
                    background: #ff3494;
                    border-color: #ff3494;
                }
            }
        }
    }
}

.second-header {
    border: none;
    padding-bottom: 50px;
    background: #f4f4fe;
    padding-top: 10px;
}

.second-menu {
    position: relative;
    z-index: 9;
}

.sticky-menu,
.sticky-menu-permanent .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0;

    .logo {
        filter: brightness(0) invert(1);
    }
}

.second-menu .main-menu ul li {
    margin-left: 30px;
}

.second-menu .main-menu ul li:first-child {
    margin-left: 0;
}

.second-header-btn .btn {
    background: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    color: #190a32;
    padding: 10px 25px !important;
    box-shadow: none;

    &.transparent {
        background: transparent;
        color: #fff;
    }
}

.second-header-btn .btn:hover {
    color: #fff;
    background: #ff3494;
    border-color: #ff3494;
}

.slider-bg2 {
    min-height: 900px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -118px;
    z-index: 1;
}

.slider-bg2 .slider-content h2 {
    color: #190a32;
}

.header-img {
    @media screen and (max-width: 768px) {
        min-width: 500px;
        right: 35px;
    }
}

.s-img {
    margin-top: 220px;
    margin-left: 50px;
    padding-left: 0px;
    max-width: 1100px;
    position: absolute;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.small-title {
    background: #f7f4fe;
    display: inline-block;
    border-radius: 20px;
}

.small-title li {
    display: inline-block;
    padding: 5px 15px;
    color: #190a32;
    font-size: 14px;
    @media (max-width: 768px) {
        font-size: 13px !important;
    }
}

.small-title li:first-child {
    background: #7d4196;
    border-radius: 20px;
    color: #fff;
    padding: 5px 25px;
}

.slider-content h1 {
    font-size: 54px;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 25px;

    @media (max-width: 1200px) {
        font-size: 40px !important;
    }

    @media (max-width: 768px) {
        font-size: 35px !important;
    }
}

.slider-content h1 span {
    color: #ff3494;
}

.p-relative {
    position: relative;
}

.second-slider-content h2 {
    font-size: 57px;
    margin-bottom: 20px;

    @media (max-width: 1200px) {
        font-size: 40px !important;
    }

    @media (max-width: 768px) {
        font-size: 35px !important;
    }
}

.second-slider-content p {
    font-size: 16px;
    text-align: left;
}

.second-slider-bg::before {
    opacity: 0.5;
}

.second-slider-content {
    padding-top: 300px;
    padding-bottom: 5px;
    z-index: 999;
    position: relative;
}

.btn.ss-btn {
    background: transparent linear-gradient(90deg, #7d4196 0%, #ff3494 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 3px 4px 25px #c63a9580;
    color: #fff;
}

.btn.ss-btn:hover {
    background: transparent linear-gradient(90deg, #ff3494 0%, #7d4196 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    box-shadow: 3px 4px 25px #c63a9580;
}

.slider-shape {
    position: absolute !important;
    z-index: 9;
}

.business-area {
    margin: 25px 0px 50px 0px;

    @media (max-width: 1200px) {
        margin: 70px 0px 0px 0px;
    }

    .business-type {
        img {
            width: 120px;
        }
    }

    .business-content {
        h5 {
            margin-top: 30px;
            margin-bottom: 10px;
        }

        a {
            font-size: 22px;
            font-weight: 500;
            color: #fff;
            position: relative;
            transition: 0.5s;
            width: 56px;
            height: 56px;
            display: inline-block;
            line-height: 56px;
            border-radius: 50%;
            background-clip: border-box;
            position: relative;
            background: transparent
                linear-gradient(90deg, #7d4196 0%, #ff3494 100%) 0% 0% no-repeat
                padding-box;
            padding: 1px;

            @media (max-width: 992px) {
                display: none;
            }
        }
    }
}

.choose-wrap {
    padding: 0px 30px;

    @media (max-width: 1200px) {
        padding: 0;
    }
}

.rotated-images {
    height: 400px;

    @media (max-width: 992px) {
        margin-bottom: 250px;
    }

    img {
        --scaler: 1;
        width: auto;
        height: 340px;
        position: absolute;
        transform: scale(var(--scaler)) rotate3d(1, 1, 1, -60deg);
        box-shadow: -10px 10px 10px #aaa;
        transition: 0.5s ease all;

        &:nth-child(1) {
            top: 200px;
            left: -160px;
        }

        &:nth-child(2) {
            top: 100px;
            left: -320px;
        }

        &:hover {
            --scaler: 1.1;
            box-shadow: -10px 20px 10px #999;
        }
    }
}

.support-content {
    padding-right: 50px;
}

.overlapped-images {
    height: 400px;
    margin-bottom: 100px;

    @media screen and (max-width: 768px) {
        right: 50px;
    }

    img {
        width: auto;
        height: 340px;
        position: absolute;
        box-shadow: -10px 10px 10px #aaa;
        transition: 0.5s ease all;

        &:nth-child(1) {
            top: 0px;
        }

        &:nth-child(2) {
            top: 100px;
            left: 200px;
        }

        &:hover {
            transform: scale(1.1);
            box-shadow: -10px 20px 10px #999;
        }
    }
}

.choose-btn a {
    background: transparent linear-gradient(90deg, #7d4196 0%, #ff3494 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 3px 4px 25px #c63a9580;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    display: flex;
    padding: 10px 30px;
    float: left;
    margin-right: 25px;
    position: relative;
}

/* faq */
.faq-btn {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
    padding-right: 55px;
    background: transparent linear-gradient(90deg, #7d4196 0%, #ff3494 100%) 0%
        0% no-repeat padding-box;
    border-radius: 10px;
    outline: none !important;
}

.faq-btn.collapsed {
    background: no-repeat;
    color: #190a32;
}

.faq-wrap .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}

.faq-wrap .card {
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 1px 3px 11px #00000026;
}

.faq-wrap .card-header h2 button::after {
    position: absolute;
    content: "\f077";
    top: 19px;
    right: 30px;
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #fff;
}

.faq-wrap .card-header h2 button.collapsed::after {
    content: "\f078";
    color: #000;
}

.pricing-amount {
    position: relative;
    color: #ff3494;
}

.pricing-amount .monthly_price {
    display: block;
    float: left;
    width: 100%;
}

.pricing-amount .currency {
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    top: -16px;
    left: -22px;
}

.pricing-amount .price {
    font-size: 60px;
    font-weight: 600;
}

.poppuler {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
}

.poppuler .btn {
    background: transparent linear-gradient(90deg, #7d4196 0%, #ff3494 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    border-color: #fff;
    padding: 10px 28px;
    font-size: 15px;
}

.pricing-box {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 5px 25px #00000033;
    border: 3px solid #fff;
    background: #fff;
}

.pricing-btn {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
}

.pricing-head {
    padding: 30px 0 0;
    float: left;
    width: 100%;
}

.pricing-head h4 {
    font-size: 30px;
    font-weight: 600;
    color: #7d4196;
    margin-bottom: 10px;
}

.pricing-head h5 {
    color: #7d4196;
    font-size: 25px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.pricing-body {
    padding: 0px 40px 35px;
}

.pricing-body li {
    margin-top: 15px;
}

.pricing-body li::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #ff3494;
    margin-right: 10px;
}

.pricing-btn .btn {
    color: #fff;
    background: transparent linear-gradient(90deg, #7d4196 0%, #ff3494 100%) 0%
        0% no-repeat padding-box;
    text-transform: uppercase;
    box-shadow: 3px 4px 25px #c63a9580;
    padding: 15px 35px;
}

.pricing-body {
    float: left;
    width: 100%;
}

.pricing-box.active .price-count h2 {
    color: #fff;
}

.pricing-box.active .pricing-btn .btn {
    background: transparent linear-gradient(90deg, #7d4196 0%, #ff3494 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    border-color: #fff;
}

.contact-area {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    .contact-wrapper textarea::placeholder {
        color: #8990b0;
        font-size: 14px;
    }

    .contact-field input {
        width: 100%;
        border: none;
        background: #fff;
        padding: 10px 20px;
        transition: 0.3s;
        background: #ffffff 0% 0% no-repeat padding-box;
        box-shadow: 3px 4px 15px #0000001a;
        border-radius: 10px;
    }

    .contact-field input::placeholder {
        color: #9e9e9e;
    }
}

footer {
    .logo img {
        filter: brightness(0) invert(1);
        max-width: 150px;
    }

    .footer-text p {
        color: #fff !important;
        font-size: 11px;
        font-style: italic;
    }

    #btnLoginFooter {
        cursor: pointer;
    }
}

.footer-social a {
    font-size: 15px;
    color: #ff3494;
    margin-right: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 50%;
}

.f-widget-title h5 {
    color: #fff;
    font-size: 19px;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
}

.footer-link ul li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.footer-link ul li a:hover {
    padding-left: 5px;
    color: #ff3494;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.copyright-text {
    border-top: 2px solid #ffffff3b;
    padding: 10px 0 20px;
}

.copyright-text p {
    margin-bottom: 0;
    color: #ddd;
}

.f-contact li {
    float: left;
    margin-bottom: 20px !important;
    width: 100%;
    display: flex;
    align-items: center;
}

.f-contact i {
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    color: #ff3494 !important;
    text-align: center;
    border-radius: 50%;
    float: left;
    padding-top: 2px;
}

.f-contact span {
    float: left;
    color: #fff;
    margin-left: 8px;
    width: 77%;
}

.app-work-img {
    width: 100%;
    max-width: 500px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.app-work {
    .icon {
        font-size: 30px;
        border-radius: 100px;
        width: 60px;
        height: 60px;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .devices-list {
        li {
            display: flex;
            justify-content: start;
            align-items: center;
        }

        li:nth-child(1) .icon {
            background: #f9d048;
            box-shadow: 0px 4px 20px rgba(125, 65, 150, 0.15);
        }

        li:nth-child(2) .icon {
            background: #ff3494;
            box-shadow: 0px 4px 20px rgba(255, 52, 148, 0.15);
        }

        li:nth-child(3) .icon {
            background: #7d4196;
            box-shadow: 0px 4px 20px rgba(125, 65, 150, 0.15);
        }
    }
}

.app-work-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.app-work-content li {
    display: flex;
    margin-bottom: 40px;
}

.app-work-content li .text {
    padding: 10px 30px 0;
}

.app-work-content li .text p {
    margin-bottom: 0;
}

.app-work-content li:first-child,
.app-work-content li:last-child {
    padding-left: 0;
}

/* 8. video-area */
.features-area {
    background: #f9f7ff;
    margin-top: 100px;
    position: relative;
    z-index: 10;
    padding: 70px 0px;
    text-align: center;

    .feature-box {
        float: left;
        width: 100%;
        position: relative;
        border-radius: 5px;
        box-shadow: 0px 5px 25px #00000033;
        border: 1px solid #fff;
        background: #fff;
        margin: 20px 0px;

        .feature-title {
            background-image: linear-gradient(90deg, #7d4196 0%, #ff3494 100%);
            color: transparent;
            background-clip: text;
            border-bottom: 2px dotted #c63a9580;
            font-size: 16px;
            font-weight: bold;
            padding: 15px 0px 12px 0px;
            width: 100%;
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 10px;

            i {
                font-size: 30px;
            }
        }

        .feature-body {
            padding: 0px 30px;
            text-align: left;
            height: 215px;

            li {
                margin-top: 12px;

                &::before {
                    content: "";
                    font-family: "Font Awesome 5 Pro";
                    color: #ff3494;
                    margin-right: 10px;
                }
            }
        }
    }
}

.subdomain-area h2,
.subdomain-area p {
    color: #fff;
}

.subdomain-alert {
    background: #ff3494;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;

    &.success {
        background: #16a085;
    }
}

.subdomain {
    .subdomain-availability-form {
        @media screen and (max-width: 768px) {
            input,
            button {
                width: 100%;
                display: block;
                margin-bottom: 10px;
                position: relative;
            }
        }
    }

    input {
        background: none !important;
        border-radius: 30px;
        border: 1px solid #fff !important;
        box-shadow: none !important;
        padding: 9px 30px;
        color: #fff !important;
        height: calc(1.5em + 0.75rem + 10px);
    }

    button {
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        color: #000;

        &:hover {
            background: #ff3494;
            color: #fff;
        }
    }

    *::placeholder {
        color: #fff;
        opacity: 0.8;
        font-size: 14px;
        opacity: 1;
    }

    &.white-bg {
        input {
            width: 100%;
            border: none;
            padding: 10px 20px;
            transition: 0.3s;
            background: #ffffff 0% 0% no-repeat padding-box !important;
            box-shadow: 3px 4px 15px #0000001a !important;
            border-radius: 10px !important;
            color: #333 !important;
        }

        button {
            background: #fff;
            color: #000;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
        }

        *::placeholder {
            color: #777;
        }
    }
}

.login {
    h1,
    p {
        color: #fff;
    }

    h1 {
        font-size: 24px;
    }

    img {
        filter: brightness(0) invert(1);
        margin-bottom: 40px;
    }

    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.4s ease all;
    background: transparent linear-gradient(90deg, #7d4196 0%, #ff3494 100%) 0%
        0% no-repeat padding-box;
    top: 0;
    left: 0;

    &.open {
        z-index: 9999;
        opacity: 0.99;
    }

    .close-button {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        color: #ff3494;
        padding: 10px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-weight: bold;
        background: #fff;
        cursor: pointer;
        transition: 0.1s ease all;

        &:hover {
            background: #7d4196;
            color: #fff;
        }
    }
}

.disableOverflow {
    overflow: hidden !important;
    .main {
        z-index: -1;
    }
}

.fadeIn {
    opacity: 1 !important;
    height: auto !important;
    transition: 0.4s ease all;
}

.fadeOut {
    opacity: 0;
    transition: 0.4s ease all;
}

.cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease 0s;

    .cookie-consent-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: #fff;
        padding: 35px;
        gap: 15px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
        background-image: url("../img/shape/header-sape2.png");
        background-repeat: repeat;
        background-size: 800px;
        background-position: 200px 70px;

        b {
            color: #ff3494;
            font-weight: 600;
        }

        p {
            font-size: 16px;
            font-weight: normal;
            letter-spacing: -0.5px;
        }
    }
}
