@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    box-sizing: border-box;
    font-variation-settings: "wdth" 100;
}
a{
    text-decoration: none;
}
.page-container{
    min-height: 100vh;
    width: auto;
    align-items: center;
    background-color: hsl(0, 0%, 0%);
    display: flex;
    flex-flow: column;
    gap: 0px;
    height: min-content;
    min-height: 100vh;
    position: relative;
}
.nav-container{
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 7;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 0 40px;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: hsl(0, 0%, 0%);
    place-content: center;
}
.nav-wrap{
    width: 100%;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    max-width: 1200px;
    display: flex;
    color: white;
    padding: 12px 40px;
    flex-flow: row;
    justify-content: space-between;
}
.nav-wrap > div{
    height: 48px;
    display: flex;
    align-items: center;
}
#nav-links{
    gap: 40px;
    && a{
        color: hsla(0, 0%, 100%, 0.7);
        text-decoration: none;
        font-size: 14px;
        transition: color .4s cubic-bezier(0, 0, 1, 1);
        font-weight: 500;
    }
    && a:hover{
        color: hsl(270, 100%, 50%);
    }
}
.nav-child:first-child{
    gap: 12px;
    display: flex;
    flex-flow: row;
    align-items: center;
}
.logo-txt{
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.05em;
}
a button{
    text-decoration: none;
    color: black;
}
.nav-container button, .secondary-btn{
    height: 40px;
    padding: 20px;
    display: flex;
    align-items: center;
    outline: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    font-weight: 500;   
    color: white;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .1s cubic-bezier(0, 0, 1, 1);
    cursor: pointer;
}
.nav-child button:hover{
    background-color: hsla(270, 100%, 50%, 0.123);
    color: hsl(270, 100%, 50%);
}


/* Mobile nav */
.mobile-nav-container{
    display: none;
}
.bottom-open-nav{
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 32px;
    align-items: center;
    padding: 40px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}
.bottom-open-nav a{
    color: hsla(0, 0%, 100%, 0.6);
    transition: all .1s cubic-bezier(0, 0, 1, 1);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.bottom-open-nav a:hover{
    color: hsl(270, 100%, 50%);
}
.bottom-open-nav {
    display: none;
}
.mobile-wrap-nav{
    padding: 12px 20px;
}

.bottom-open-nav.open {
    display: flex;
}



/* .line-service, .line-faq{
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
} */

/* header container */
.header-container{
    padding: 0px 40px;
    position: relative;
    width: 100%;
    display: flex;
    background: radial-gradient(56% 54%, #d400ff33 0%, #000 86.9369%);
    place-content: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.header-wrap{
    padding: 132px 40px 0px;
    width: 100%;
    display: flex;
    flex-flow: column;
    color: white;
    gap: 24px;
    max-width: 1200px;
    align-items: center;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}
.title-supporting-wrap{
    display: flex;
    flex-flow: column;
    max-width: 680px;
    text-align: center;
    text-wrap: balance;
    gap: 12px;
}
.title-supporting-wrap h1{
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.title-supporting-wrap p{
    line-height: 1.4em;
    font-size: 16px;
    color: hsla(0, 0%, 100%, 0.8);
}
.cta-container{
    display: flex;
    flex-flow: row;
    gap: 12px;
}
.cta-container button{
    height: 40px;
    padding: 0 20px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
}
.primary-btn{
    background-color: white;
    height: 40px;
    padding: 0 20px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
}
.dashboard-wrap{
    width: 100%;
    aspect-ratio: 1.41299;
    padding: 4px 4px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: hsla(0, 0%, 98%, 0.05);
    mask: linear-gradient(#000 57.6577%, #0000 100%);
    -webkit-mask: linear-gradient(#000 57.6577%, #0000 100%);
    overflow: hidden;
    display: flex;
}
.dashboard-wrap img{
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

section{
    display: flex;
    padding: 0px 40px;
    position: relative;
    width: 100%;
    scroll-margin-top: 72px;
    place-content: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.section-wrap{
    padding: 40px;
    width: 100%;
    max-width: 1200px;
    color: white;
        border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 24px;
}



.section-wrap-index1{
    width: 100%;
    max-width: 1200px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    color: white;
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.info-wrap{
    padding: 40px;
    display: flex;
    flex-flow: column;
    gap: 32px;
}
.info-wrap > div{
    gap: 12px;
    display: flex;
    flex-flow: column;
}
h2{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.5em;
    text-transform: capitalize;
}
.title-w-support{
    width: 70%;
    display: flex;
    flex-flow: column;
    gap: 4px;

}
.title-w-support p{
    font-size: 16px;
    color: hsla(0, 0%, 100%, 0.5);
    line-height: 1.5em;
}


/* video section */
.video-container{
    width: 100%;
    aspect-ratio: 16/9;
    background-color: hsla(0, 0%, 100%, 0.031);
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.video-container video{
    cursor: auto;
    width: 100%;
    height: 100%;
    scroll-margin-top: 72px;
    border-radius: 0px;
    display: block;
    object-fit: cover;
    background-color: rgb(5, 5, 5);
    object-position: 50% 50%;
}


/* services */
.services{
    display: grid;
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    gap: 20px;
    height: min-content;
    width: 100%;
    grid-auto-rows: min-content;
}
.services .child{
    height: 250px;
    display: flex;
    flex-flow: column;
    background: linear-gradient(225deg, #0505054d 0%, #050505 100%);
    justify-content: space-between;
    padding: 24px;
    border: 1px solid hsla(0, 0%, 8%);
    overflow: hidden;
    cursor: pointer;
    transition: all .15s cubic-bezier(0, 0, 1, 1);
}
.services .child1{
    height: 250px;
    border: 1px solid hsla(0, 0%, 8%);
    padding: 24px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    background-image: url("/images/imges123.png");
    background-size: cover;
}
.services .child:hover{
    background-color: rgb(170, 51, 255,.3);
}
.services .child .icon{
    display: flex;
    place-content: center;
    height: 40px;
    background-color: hsla(270, 100%, 60%, 0.149);
    width: 40px;
}
.services .child .icon img{
    width: 20px;
}
.service-info{
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.service-info p:first-child{
    /* color: red; */
    font-weight: 500;
    text-transform: capitalize;
}
.service-info p:last-child{
    /* color: red; */
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);    
    line-height: 1.4em;
}

/* features */
.features{
    display: flex;
    flex-flow: row;
    gap: 20px;
}
.features .child{
    display: flex;
    flex-flow: column;
    gap: 20px;
    border: 1px solid hsla(0, 0%, 8%);
    background: linear-gradient(225deg, #0505054d 0%, #050505 100%);
    transition: all .15s cubic-bezier(0, 0, 1, 1);
    
}
.features .image-container{
    aspect-ratio: 1.28571;
    overflow: hidden;
    mask: linear-gradient(#000 60%, #0000 100%);
}
.features img{
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
}
.feature-info{
    display: flex;
    gap: 8px;
    flex-flow: column;
    padding: 20px;
}
.feature-info p:first-child{
    font-weight: 500;
    text-transform: capitalize;
}
.feature-info p:last-child{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);    
    line-height: 1.4em;
}


/* testimonials */
.testimonials{
    grid-template-rows: repeat(1, min-content);
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-auto-rows: min-content;
    display: grid;
    gap: 16px;
    width: 100%;
}
.testimonials .child{
    height: 300px;
    padding: 20px;
    display: flex;
    border: 1px solid hsla(0, 0%, 8%);
    flex-flow: column;
    transition: all .1s cubic-bezier(0, 0, 1, 1);
    justify-content: space-between;
}
.testimonials .child:hover{
    background-color: hsl(0, 0%, 4%);
}
.name-w-date{
    display: flex;
    gap: 2px;
    flex-flow: column;
}
.name-w-date p:first-child{
    font-weight: 500;
    text-transform: capitalize;
}
.name-w-date p:last-child{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);    
    line-height: 1.4em;
}
.user-info{
    display: flex;
    flex-flow: row;
    align-items: end;
    gap: 16px;
}
.user-dp{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsla(0, 0%, 12%);
    background-color: hsl(0, 0%, 8%);
}
.check{
    display: flex;
    flex-flow: column;
    gap: 12px;
}
.check p{
    line-height: 1.4em;
}
.bottom-one{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: end;
}
.date{
    font-size: 14px;
    color: hsla(0, 0%, 100%, 0.7);
}

/* faq */
.faq{
    display: flex;
    flex-flow: column;
    gap: 28px;
}
.faq .child{
    border: 1px solid hsla(0, 0%, 8%);
    padding: 24px;
    background-color: hsl(0, 0%, 4%);
    display: flex;
    flex-flow: column;
    cursor: pointer;
    transition: all .1s cubic-bezier(0, 0, 1, 1);
    gap: 12px; 
}
.faq .child .question-wrap{
    font-weight: 500;
}
.faq .question-wrap{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
}

.hidden-answer {
    display: none;
    color: hsla(0, 0%, 100%, 0.7);
    line-height: 1.4em;
}

.faq-item.active .hidden-answer {
    display: flex;
}
.faq-item.active{
    background-color: hsl(0, 0%, 100%);
    color: #000;
    && .hidden-answer{
        color: hsla(0, 0%, 0%, 0.8);
    }
}


/* large-cta */
.large-cta{
    border: 1px solid hsla(0, 0%, 8%);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    gap: 16px;
}
.large-cta{
    background-size: cover;
    background-image: url("/images/imges123.png");
}
.large-cta .child{
    width: 100%;
    max-width: 600px;
    text-wrap: balance;
    display: flex;
    flex-flow: column;
    gap: 12px;
}
.large-cta .child h2{
    line-height: 1.2em;
}
.large-cta .child p{
    color: rgba(255, 255, 255, 0.5);    
    line-height: 1.4em;
}



/* footer */
footer{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 40px;
}
footer .up, footer .down{
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 36px 40px;
    font-size: 14px;
}
.sectioning-wrap{
    width: 100%;
    max-width: 1200px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    color: white;
    position: relative;
    display: flex;
    flex-flow: column;
}
.logo img{
    width: 20px;
}
footer .up{
    display: flex;
    flex-flow: row;
    align-items: end;
    justify-content: space-between;
}
.socials{
    display: flex;
    flex-flow: row;
    gap: 12px;
}
.socials img{
    width: 20px;
}
footer .down{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.logo-wrap-footer{
    display: flex;
    flex-flow: row;
    gap: 12px;
    align-items: center;
}
.logo-w-links{
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.links{
    display: flex;
    flex-flow: row;
    gap: 16px;
}
.links a{
    text-decoration: none;
    transition: color .4s cubic-bezier(0, 0, 1, 1);
    color: hsla(0, 0%, 100%, 0.7);
}
.links a:hover{
    text-decoration: none;
    color: hsl(270, 100%, 50%);
}
.documents{
    display: flex;
    flex-flow: row;
    gap: 16px;
}
.documents a{
    text-decoration: none;
    color: hsla(0, 0%, 100%, 0.7);
}

/* responsiveness ptoperties */

@media (min-width:810px) and (max-width:1199.98px) {
    .mobile-nav-container{
        display: flex;
    }
    .desktop-nav{
        display: none;
    }
    .nav-container,
    .header-container,
    section,
    footer{
        padding: 0 20px
    }
    .header-wrap{
        padding: 92px 20px 20px
    }
    .dashboard-wrap img{
        height: var(--framer-aspect-ratio-supported, 508px)
    }
    .title-w-support {
        width: 100%
    }
    .video-container video {
        height: var(--framer-aspect-ratio-supported, 564px);
        scroll-margin-top: 64px
    }
    section {
        padding: 0 20px;
        scroll-margin-top: 64px
    }
    .section-wrap, .info-wrap, footer .up, footer .down {
        padding: 20px
    }
    .section-wrap-index1{
        gap: 0;
    }
    .services {
        grid-template-columns: repeat(2, minmax(50px, 1fr))
    }
    .testimonials {
        grid-template-columns: repeat(1, minmax(50px, 1fr))
    }
    .framer-Jfxdr .framer-nlqsrt {
        flex: 1 0 0;
        width: 1px
    }
}
@media (max-width:809.98px) {
    .mobile-nav-container{
        display: flex;
    }
    .desktop-nav{
        display: none;
    }
    .nav-container,
    .header-container,
    section,
    footer {
        flex-direction: column;
        scroll-margin-top: 64px;
        padding: 0;
    }
    .header-wrap {
        flex: none;
        width: 100%;
        padding: 60px 20px 0
    }
    .framer-Jfxdr .framer-142q2wn {
        height: var(--framer-aspect-ratio-supported, 142px)
    }
    .info-wrap,
    .section-wrap {
        padding: 40px 20px
    }
    .section-wrap-index1{
        gap: 0;
    }
    .title-w-support {
        width: 100%
    }
    .video-container video {
        height: var(--framer-aspect-ratio-supported, 564px);
        scroll-margin-top: 64px
    }
    .services {
        grid-template-columns: repeat(1, minmax(50px, 1fr))
    }
    .features{
        flex-flow: column;
    }
    .testimonials {
        grid-template-columns: repeat(1, minmax(50px, 1fr))
    }

    .testimonials .child{
        flex: none;
        justify-content: flex-start;
        gap: 64px;
        height: min-content
    }
    footer .up{
        flex-flow: column;
        align-items: center;
        gap: 40px;
    }
    footer .down{
        flex-flow: column;
        align-items: center;
        gap: 24px;
    }
    h2{
        font-size: 24px;
    }
    .title-supporting-wrap h1{
        font-size: 24px;
    }

}
