@charset "UTF-8";

/* #800080 */
:root {
    --deep-blue: #720e9e;
    --blue-100: #720e9e;
    --lightest-blue: #eaf4fc;
    --gray-800: #0e1623;
    --gray-100: #4a5565;
    --gray-700: #364153;
    --white-100: #f9fafc;
    --milk-white: #e6e6e6;
    ;
    --gray: #99a1af;
}

@font-face {
    font-family: AncizarSans;
    font-style: normal;
    font-weight: 100;
    src: url("/public/fonts/Ancizar_Sans/static/AncizarSans-Light.ttf") format("woff2");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-language-override: normal;
    font-size-adjust: none;
    font-variant-ligatures: discretionary-ligatures;
    font-palette: light dark;
    font-display: swap;
    color-scheme: light dark;
    descent-override: normal;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scroll-snap-type: x y mandatory;
    scroll-padding: 0.4rem;
    scrollbar-gutter: stable;
    scrollbar-color: var(--gray-100);
    scroll-snap-stop: normal;
    scrollbar-arrow-color: #800080;
}

*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
}

body {
    display: block;
    background-color: #f6f9fa;
    font-family: AncizarSans;
    font-size: normal;
}

header {
    background-color: var(--white-100);
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    margin: 0;
    height: fit-content;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 0.4rem;
    display: block;
    text-align: center;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    z-index: 5;

    div.ps4 {
        display: block;
        position: fixed;
    }

    div.flex {
        display: flex;
        align-items: center;
        justify-items: stretch;
        justify-content: space-between;
    }

    a {
        display: block;
        color: var(--gray-800);
        initial-letter: normal;
        initial-letter-align: auto;
        transition: 1s ease-in-out all;
        text-transform: capitalize;
        transition: 1s ease-in-out all;
    }

    a:hover {
        color: var(--blue-100);
        transition: 1s ease-in-out all;
    }
}

a {
    text-decoration: none;
    text-transform: lowercase;
    text-align: justify;
    font-size: normal;
}

section {
    color: var(--gray-800);
}

footer {
    position: relative;
    background-color: var(--gray-800);
    background-color: #720e9e;
    color: var(--milk-white);
    padding: 0.6rem 0;
    width: 100%;
    height: fit-content;
    display: block;
    margin: auto;
    text-align: justify;

    span,
    p {
        display: block;
        margin: 0.3rem auto;
        padding: 0;
        text-transform: capitalize;
        font-size: normal;
    }

    a {
        text-decoration: none;
        color: #f6f9fa;
        text-transform: capitalize;
        margin: 0.3rem auto;
        padding: 0;
        text-align: center;
    }

    a::before {
        font-size: 0.7rem;
        display: inline;
        margin: auto;
    }

    p {
        display: block !important;
    }
}

.block {
    display: block;
}

button {
    display: block;
    padding: 0.5rem;
    margin: auto;
    font-size: normal;
    border-radius: 0.2rem;
    cursor: pointer;
    border: none;
    opacity: 1;
    transition: 1s ease-in-out all;
}

button:hover {
    background-color: #800080;
    font-weight: bolder;
    opacity: .5;
    transition: 1s ease-in-out all;
}

a:target {
    color: var();
}

section:not(section#intro) {
    display: block;
    position: relative;
    padding: 2rem 1rem;
    margin: auto;
    opacity: 0;
    color: var(--gray-100);
    transition: opacity 0.5s cubic-bezier(.215, .61, .355, 1);
}

section:not(section#intro).fadeInElement {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(.215, .61, .355, 1);
    /* transition-property: all; */
    transform-origin: bottom top;
    transition-delay: 0.1s;
    transition-behavior: smooth;
}

section#intro img {
    display: block;
    filter: brightness(.5);
    height: 100%;
    width: 100%;
}

h1 {
    position: relative;
    color: var(--gray-800);
    font-size: 3.5rem;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: .19rem;
    line-height: 1;

    span {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
    }
}

section#intro {
    background-color: #e5eefb;
    background: linear-gradient(109.6deg, #800080 11.2%, #720e9e 100.2%);
    padding: 8rem;
    margin: 0;
    display: block;
    position: reative;
    width: 100%;
}

section#clients {
    li {
        display: block;
        margin: 0.4rem 0;
        padding: 0.5rem;
        background-color: #e5eefb;
    }

    li::before {
        color: var(--blue-100);
        background-color: #e5eefb;
        padding: 0.7rem;
        border-radius: 0;
        margin: 0.5rem;
    }
}

p.description {
    color: var(--gray-800);
    font-size: large;
    font-weight: 100;
    color: #4a5565;
    margin: 0.8rem auto;
}

section#intro {
    div.intro-flex {
        display: flex;
        margin: 1rem auto;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        justify-content: stretch;
        width: fit-content;
        place-content: center;
    }

    button.explore {
        margin: auto;
        text-transform: capitalize;
        /* background-color: #800080; */
        background-color: #390854;
        ;
    }

    button.started {
        background-color: white;
        margin: auto;
        text-transform: capitalize;
        color: var(--gray-800);
        /* offset-block-start: ; */
    }
}

div.banner-name {
    h2 {
        display: block;
        letter-spacing: 0.5rem;
        font-feature-settings: "aalt";
        padding: 0;
        margin: 0;
        line-height: 0.99;
        font-size: 10rem;
        margin: auto;
    }

    h2::first-letter {
        /* color: #800080; */
        color: #720e9e;
    }

    span {
        display: block;
        text-transform: capitalize;
        text-indent: 0.5rem;
        margin: auto;
    }
}

section#contact {
    display: block;
    position: relative;
    margin: auto;
    color: var(--gray-700);
    padding: 1rem 0.5rem;

    span,
    a,
    p {
        display: block;
        margin: 0.5rem auto;
        color: #4a5565;
    }

    span::before,
    a::before,
    address::before {
        color: var(--blue-100);
    }
}

form {
    display: block;
    margin: auto;
    position: relative;
}

label {
    display: block;
    text-transform: capitalize;
    margin: 0.2rem auto;
    font-size: normal;
}

input,
select,
textarea {
    display: block;
    width: 100%;
    height: fit-content;
    border: 0.01rem solid #720e9e;
    background-color: rgb(245, 248, 252);
    color: var(--gray-700);
    padding: 0.4rem;
    font-size: normal;
    cursor: pointer;
    border-radius: 0.2rem;
    text-transform: lowercase;
    resize: none;
}

select {
    text-transform: capitalize;
}

input:focus {
    outline-color: var(--blue-100);
    border-color: var(--blue-100);
}

section#partners {
    position: relative;
    display: block;
    margin: auto;
    padding: 1rem;
}

section#partners img {
    display: block;
    padding: 0;
    margin: auto;
    border: 0.1rem solid inherit;
    border-radius: 0.5rem;
    width: 100%;
    height: 150px;
    position: relative;
    object-position: center;
}

section#services {
    li {
        display: block !important;
        padding: 0.4rem 0;
    }

    div.card {
        background-color: white;
        height: fit-content;
        width: auto;
        box-sizing: border-box;
        border-radius: 0.4rem;
        box-shadow: 0px 0px 1px 0 rgb(71, 71, 71);
        position: relative;
        display: block;
        margin: 0.6rem auto;
        text-align: left;
        text-justify: distribute-all-lines;
        padding: 0.5rem !important;

        ul {
            position: relative;
            display: block;
            text-align: left;
            margin: auto;
            height: auto;
            width: auto;
        }

        li {
            position: relative;
            display: block;
            margin: 0.3rem 0.9rem;
            color: var(--gray-100);
        }
    }

    li::before {
        color: var(--deep-blue);
    }

}

div.grid-view {
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    place-content: center;
    text-align: center;
    gap: 1rem;
    width: auto;
    height: auto;
    margin: auto;
}

div.grid-view div {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: 0.5rem;
    width: 100%;
    height: auto;
    padding: 0;
}

section#about {
    text-align: center;
    margin: 3rem auto;
    color: #4a5565;

    li {
        display: block !important;
        margin: auto;
        padding: 0.5rem 0.5rem;
        text-decoration: none;
        list-style-type: none;
        list-style-position: inside;
        font-size: small;
    }

    li::before {
        color: var(--blue-100);
        background-color: #e5eefb;
        padding: 0.4rem;
        border-radius: 100%;
        margin: 0.5rem;
    }

    h4::before {
        color: var(--blue-100);
        background-color: #e5eefb;
        padding: 0.5rem;
        border-radius: .1rem;
        margin: 0.5rem;
        font-size: xx-large;
    }

    h4 {
        text-transform: capitalize;
        display: block;
        font-weight: bolder !important;
        margin: 0.4rem;
    }

    span,
    small {
        display: block;
        text-align: center;
        margin: 0.5rem auto;
        text-align: center;
    }
}

div.flex-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    place-content: center;
    padding: 0.5rem;
    align-content: center;
    flex-wrap: nowrap;
    text-wrap: wrap;
}

section#services {
    text-align: center;
    padding: 0.5rem;
    margin: 3rem auto;
    background-color: var(--lightest-blue);
}

section#projects {
    li {
        display: block;
        margin: 0.4rem 0;
        padding: 0.5rem;
    }

    li::before {
        color: var(--blue-100);
        background-color: #e5eefb;
        padding: 0.7rem;
        border-radius: 0;
        margin: 0.5rem;
    }
}

.blue-600 {
    color: #720e9e;
}

.m-05 {
    margin: 0.5rem;
}

.gray-600 {
    color: #4a5565;
}

.gray-900 {
    color: #101828;
}

.brightness {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.bg-blue-600 {
    background-color: #720e9e;
}

.bg-gray-600 {
    background-color: #4a5565;
}

.bg-gray-900 {
    background-color: #101828;
}

.mobile-div {
    display: none !important;

    button {
        background-color: var(--deep-blue);
    }
}

div.mobile-nav.view {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

dialog {
    box-shadow: none;
    outline: none;
    border: none;
    margin: auto;
    background-color: transparent;
    overflow: hidden;
    height: auto;
    width: auto;
    text-align: center;
    left: 0;
    right: 0;
    padding: 15% 0;
}

dialog::backdrop {
    backdrop-filter: brightness(0.1);
}

*.fades {
    display: inline;
    animation: fades 3s steps(30, end) infinite;
}

@keyframes fades {

    from,
    to {
        opacity: 0;
        color: transparent;
    }

    50% {
        opacity: 1;
        color: white;
    }
}


p#site-name {

    display: block;
    font-feature-settings: "aalt";
    font-size: 40px;
    display: inline;
}

p#site-name::first-line {
    display: block;
    color: #720e9e !important;
}

/* Responsive css design--------------------- */
/* screen size for css media */
/* 768px mobile screen */
@media (width <=48rem) {
    *.fades {
        display: block !important;
    }

    dialog {
        padding: 50% 0;
    }

    div.banner-name {
        h2 {
            display: block;
            letter-spacing: 0.5rem;
            font-feature-settings: 'aalt';
            padding: 0;
            margin: 0;
            line-height: 0.99;
            font-size: 7rem !important;
            margin: auto;
        }

        h2::first-letter {
            color: #800080;
        }

        span {
            display: block;
            text-transform: capitalize;
            text-indent: 0.5rem;
            margin: auto;
        }
    }

    button[title="contact"] {
        width: 100%;
    }

    section#intro {
        background-color: #e5eefb;
        background-color: linear-gradient(109.6deg, #800080 11.2%, rgb(173, 64, 254) 100.2%);
        padding: 9rem 0.4rem !important;
        margin: auto;
        display: block;
        position: reative;
        width: 100%;
        height: 100%;
    }

    h1 {
        position: relative;
        color: var(--gray-800);
        font-size: 3rem !important;
        margin: 0;
        text-transform: capitalize;
        letter-spacing: .19rem;
        line-height: 1;

        span {
            position: relative;
            display: block;
            margin: 0;
            padding: 0;
        }
    }

    div.mobile-div {
        display: block !important;
    }

    div.mobile-nav {
        /* display: none; */
        visibility: hidden;
        display: none;
        background-color: white;
        padding: 0.5rem;
        margin: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: fit-content;
        width: 100%;
        z-index: 2;

        nav menu {
            display: block !important;
            flex-direction: row;
            flex-flow: row;

            a {
                margin: 0.5rem auto;
                font-size: large;
            }
        }
    }

    div.flex-view {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        gap: 2rem;
        place-content: center;
        padding: 0.5rem;
        align-content: center;
        flex-wrap: wrap !important;
        flex-direction: row;
        flex-flow: wrap;
        white-space: wrap;
        text-wrap: wrap;
    }
}

/* 1024px large desktop screen */
@media (width >=64rem) {
    /* 2.25rem = 36px */
    /* calc(2.5 / 2.25) ≈ 1.1111 */
}

/* 640px */
@media (width >=40rem) {
    /* 1.875rem = 30px */
    /* calc(2.25 / 1.875) ≈ 1.2 */
}

/* Large desktop screen*/
@media (min-width: 1200px) {}

/* Portrait tablet to landscape and desktop screen*/
@media (min-width: 768px) and (max-width: 979px) {

    *.fades {
        display: block !important;
    }

    dialog {
        padding: 50% 0;
    }

    div.banner-name {
        h2 {
            display: block;
            letter-spacing: 0.5rem;
            font-feature-settings: 'aalt';
            padding: 0;
            margin: 0;
            line-height: 0.99;
            font-size: 7rem !important;
            margin: auto;
        }

        h2::first-letter {
            color: #800080;
        }

        span {
            display: block;
            text-transform: capitalize;
            text-indent: 0.5rem;
            margin: auto;
        }
    }

    button[title="contact"] {
        width: 100%;
    }

    section#intro {
        background-color: #e5eefb;
        background-color: linear-gradient(109.6deg, #800080 11.2%, rgb(173, 64, 254) 100.2%);
        padding: 9rem 0.4rem !important;
        margin: auto;
        display: block;
        position: reative;
        width: 100%;
        height: 100%;
    }

    h1 {
        position: relative;
        color: var(--gray-800);
        font-size: 3rem !important;
        margin: 0;
        text-transform: capitalize;
        letter-spacing: .19rem;
        line-height: 1;

        span {
            position: relative;
            display: block;
            margin: 0;
            padding: 0;
        }
    }

    div.mobile-div {
        display: block !important;
    }

    div.mobile-nav {
        /* display: none; */
        visibility: hidden;
        display: none;
        background-color: white;
        padding: 0.5rem;
        margin: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: fit-content;
        width: 100%;
        z-index: 2;

        nav menu {
            display: block !important;
            flex-direction: row;
            flex-flow: row;

            a {
                margin: 0.5rem auto;
                font-size: large;
            }
        }
    }

    div.flex-view {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        gap: 2rem;
        place-content: center;
        padding: 0.5rem;
        align-content: center;
        flex-wrap: wrap !important;
        flex-direction: row;
        flex-flow: wrap;
        white-space: wrap;
        text-wrap: wrap;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {}

/* Landscape phones and down */
@media (max-width: 480px) {}