﻿:root {
    --f-blue-100: #12c2e9;
    --f-purple-100: #c471ed;
    --f-red-100: #f64f59;
    --f-green-100: #2ecc71;
    --f-blue-80: #99e1f3;
    --f-purple-80: #e3b5f6;
    --f-red-80: #f7a3aa;
    --f-green-80: #99e6c0;
    --f-blue-60: #4dd3ee;
    --f-purple-60: #d28cf1;
    --f-red-60: #f87781;
}


body {
    font-family: "UntitledSans";
    font-size: 1.15rem !important;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-x: clip !important;
    background-color: black;
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(90deg,#121a30,#070d11 60%);
    background-clip: border-box
}

@font-face {
    font-family: AeonikPro;
    src: url(/font/AeonikPro-Bold.woff2)format("woff2"),url(/font/AeonikPro-Bold.woff)format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: AeonikPro;
    src: url(/font/AeonikPro-Medium.woff2)format("woff2"),url(/font/AeonikPro-Medium.woff)format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: UntitledSans;
    src: url(/font/UntitledSans-Light.woff2)format("woff2"),url(/font/UntitledSans-Light.woff)format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: UntitledSans;
    src: url(/font/UntitledSans-Regular.woff2)format("woff2"),url(/font/UntitledSans-Regular.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

h1, h2, h3, h4, h5, h6 {
    font-family: AeonikPro;
    font-weight: 600 !important;
}


h1 {
    font-size: calc(4.25rem * .6) !important;
}

h2 {
    font-size: calc(3.75rem * .6) !important;
}

h3 {
    font-size: calc(3.25rem * .6) !important;
}

h4 {
    font-size: calc(2.75rem * .6) !important;
}

h5 {
    font-size: calc(2.25rem * .6) !important;
}


@media (min-width:768px) {
    h1 {
        font-size: 4.25rem !important;
    }

    h2 {
        font-size: 3.75rem !important;
    }

    h3 {
        font-size: 3.25rem !important;
    }

    h4 {
        font-size: 2.75rem !important;
    }

    h5 {
        font-size: 2.25rem !important;
    }
}

.navbar {
    background-color: rgba(0, 0, 0, 1);
    transition: all 0.5s;
    font-family: "AeonikPro";
    font-weight: 700;  
    min-height: 4.5rem;
}

.navbar-scrolled {
    background-color: black;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15)
}

.navbar-brand img {
    height: 30px;
}

.nav-item {
    display: flex;
    align-items: center;
}

.nav-link {
    color: white;
}

.button-formuly-gradient {
    text-align: center;
    background-color: #fff0;
    background-image: linear-gradient(270deg, var(--f-red-100), var(--f-purple-100));
    border-radius: 999px;
    width: auto;
    width: 130px;
    transition: all .3s;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .button-formuly-gradient:hover {
        box-shadow: inset 1px 1px .5px var(--f-red-100), 0 1px 10px #c471ed;
    }

.card-body .button-formuly-gradient {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.glow {
    text-shadow: 0 0 32px var(--f-purple-80);
}

.hero-container {
    padding-top: 8.1rem;
    padding-bottom: 8.1rem;    
    font-size: 1.125rem;
    line-height: 1.6;
}

    .hero-container h1 {
        font-size: calc(4.1rem * 0.65) !important;
        font-weight: 600 !important;
    }

@media (min-width: 768px) {
    .hero-container {        
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .hero-container h1 {
            font-size: 4.1rem !important;
        }
}

.video-container {
    padding-bottom: 8.1rem;
}

.bg-video {
    height: auto;
    width: 100%;
    opacity: 1;
    filter: brightness(85%);
}

.key-section {
    margin-top: 7.5rem;
}

.sub-section {
    border: 5px solid white;
    border-radius: 1.5rem;
    /*margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);*/
}
    .sub-section .body {
        
    }

.hero-image .sub-section {
    border-width: 3.5px;
    border-radius: 0.5rem;
}



.why {

}

    .why h2 {
        color: var(--f-blue-80);
    }

    .why .why-icon {
        height: 64px;        
        position:relative;
    }

    .why .why-icon-glow {
        z-index: 0;        
        border-radius: 20px;
        width: 10px;
        height: 0;
        position: relative;
        top: 41px;
        left: 1.3svw;
        right: 20vw;
        box-shadow: 0 2px 110px 60px #12c2e9
    }

    .why .blue-glow {
        box-shadow: 0 2px 110px 60px #12c2e9
    }

    .why .purple-glow {
        box-shadow: 0 2px 110px 60px #c471ed
    }

    .why .red-glow {
        box-shadow: 0 2px 110px 60px #f64f59
    }

    .why .green-glow {
        box-shadow: 0 2px 110px 60px #2ecc71
    }
    

.features {
}

    .features h2 {
        color: var(--f-purple-80);
    }

    .features .sub-section {
        border-color: #c471ed
    }

    .features .sub-section .body h3 {
        color: var(--f-purple-100)
    }

        .features .sub-section .body .h2 {
            color: var(--f-purple-80)
        }

    .features .layout-right-image {
        margin-top: 119px;
        margin-bottom: 36%;
    }

@media (min-width: 768px) {
    .features .layout-right-image {
        margin-top: 0px;
        margin-bottom: 10%;
    }
}

    .features .layout-right-image .layout-right-image-container {
        justify-content: center;
        align-items: center;
        margin-top: -119px;
        display: flex;
        position: static;
        left: auto
    }

    .features .layout-left-image .layout-left-image-container {
        justify-content: center;
        align-items: center;
        margin-top: -119px;
        display: flex;
        position: static;
        left: auto
    }

    @media (min-width: 768px) {
        .features .layout-right-image .layout-right-image-container {
            display: flex;
            margin-top: 0;
            position: relative;            
            box-sizing: border-box;
            left: 0;
            right: 0;
        }

        .features .layout-left-image .layout-left-image-container {
            margin-top: 0;
            position: relative;
            left: 0;
            right: 0;
        }
    }

    .product-image {
        box-shadow: -10px 10px 48px #c471ed66;
        border-radius:15px;
    }

    @media (min-width: 768px) {
        .product-image {
            position: absolute;                        
        }
    }

    .layout-right-image img {
        width: 90%;
        height: auto;
    }

    .layout-left-image img {
        width: 90%;
        height: auto;
    }

@keyframes slideFromRight {
    from {
        opacity: 0; 
        transform: translate3d(150px, 0px, 0px);
    }
    to {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes slideFromLeft {
    from {
        opacity: 0;
        transform: translate3d(-150px, 0px, 0px);
    }

    to {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

.animate-right {
    opacity: 0;
}
    .animate-right.in-view {
        animation: slideFromRight 1s ease-out forwards;
        animation-delay: 500ms;
    }

.animate-left {
    opacity:0;
}

    .animate-left.in-view {
        animation: slideFromLeft 1s ease-out forwards;
        animation-delay: 500ms;
    }

.product-icon {
    height: calc(3.75rem * .6) !important;
    width: auto !important;
    vertical-align: top;
}

@media (min-width: 768px) {
    .product-icon {
        height: 3.75rem !important;
        width: auto !important;
    }
}

    @media (min-width: 768px) {
        .layout-right-image img {
            width: auto;
            height: 110%;
            left: 5%;
        }


        .layout-left-image img {
            width: auto;
            height: 110%;
            left: -5%;
        }
    }


    .card {
    }

        .card .btn {
            background-image: linear-gradient(270deg, var(--f-red-100), var(--f-purple-100));
            border-radius: 999px;
            border: 0;
        }

        .card.card-focus {
            box-shadow: 0 0 30px #c471ed !important;
        }

            .card.card-focus .card-header:first-child {
                background-color: var(--f-purple-100) !important;
            }

.security {
}

    .security h2 {
        color: var(--f-purple-80);
    }

.pricing {
}

    .pricing h2 {
        color: var(--f-green-80);
    }

    .faq {
    }

        .faq h2 {
            color: #FCCACD
        }

    .modal {
    }

        .modal .modal-content {
            border: 5px solid white;
            border-radius: 1.5rem;
            border-color: var(--f-blue-100);
        }

    .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(18, 194, 233, 0.2);
        z-index: 100;
    }

    footer {
        font-family: AeonikPro
    }

        footer .border-top {
            border-width: 0.833px !important;
            border-color: #f64f59 !important;
        }

