*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body{
    background-color: #0c1018;
    color:#f0f0f0
}

.cosmic-grid {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 50px 50px;
}


h1{
    /* font-size: 45px; */
    font-weight: 500;
}

h3{
    font-weight: 400;
    line-height: 30px;
}

button{
    display: inline-block;
    background-color: transparent;
    color:#ffffff;
    border : 1px solid #2b2929d8;
}

.HeroSection{
    height: 100vh;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    width: 100%;
}

.heroSubtitle{
    text-align: center;
    width: 800px;
    margin: 20px 0px;
    color:#666666
}

.HeroBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
}

.btn{
    padding: 20px 30px;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
}

.btn-sm{
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-link{
    border:0;
}

.btn:hover{
    opacity: .8;
}

.btn-black{
    background-color: #91909098;
    color:#000000;
    border: 0;
}

.navBar{
    position: absolute;
    width: 100%;
    top:60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    z-index: 10;
    padding: 0px 60px;
}

.nav-logo{
    width:40px;
    height:40px;
    background-color: #141414d7;
    border-radius: 5px;
    color: #ffffff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-center{
    display: flex;
    gap:20px;
    border : 1px solid #2b2929d8;
    border-radius: 10px;
    padding: 2px;
}

.nav-item{
    padding: 15px 20px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 10px;
    cursor: pointer;
}

.nav-item:hover{
    background-color: #40404054;
}

.nav-active, .nav-active:hover{
    background-color: #1b263b;
    color:#ffffff;
}

.nav-center-container{
    display: flex;
    justify-content: center;
}

.nav-right{
    display: flex;
    gap: 20px;
    justify-self: end;
}

.heroMain{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Trailer{
    align-self: end;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    border: 1px solid #3a3838a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #0c1018;
}

.Trailer p{
    padding: 30px 0px;
    padding-left: 30px;
    display: flex;
    font-size: 12px;
}

.border{
    border-left: 1px solid #3a3838a9;
}

.strong{
    font-weight: 500;
    margin-left: 10px;
}

.featuresSection{
    width:800px;
    margin: auto;
}
.features{
    height: 100%;
    width:100%;
    border-left: 1px solid #3a3838a9;
    border-right: 1px solid #3a3838a9;
    border-bottom: 1px solid #3a3838a9;
}

.extract-container{
    padding: 50px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.extract-info{
    padding: 0px 10px;
}

.Extract{
    position: relative;
    display: flex;
}

.demoBox{
    width:300px;
    height: 200px;
    border-radius: 10px;
}

.extractDemoCLI{
    box-shadow: 0px 1px 2px rgba(0,0,0,0.16);
    background-color: #000000;
}

.double-margin{
    margin-bottom: 150px;
}

.extractDemoCode{
    background-color: #0a0a0a;
    position: absolute;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.16);
    top:150px;
    left:150px;
    display: flex;
    flex-direction: column;
}

.deploy{
    width: 100%;
    border-top: 1px solid #3a3838a9;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.deploy-right{
    /* border-left: 1px solid #3a3838a9; */
    padding: 30px;
}

.deploy-left{
    padding: 30px;
}

.deploy-terminal{
    height:150px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0, 0, 0, 0) 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.terminal-top{
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
}

.termial-head{
    font-size: 13px;
    text-align: center;
    color:#a5a0a0b0
}

.prompt-container{
    margin-top: 30px;
}

.prompt-subtitle{
    font-size: 12px;
    margin: 10px 0px;
    color:#a5a0a0b0;
    font-weight: 600;
}

.prompt{
    color:#a5a0a0b0;
    font-size:12px;
    padding: 10px;
    margin: 20px 0px;
    border:1px solid #3a3838a9
}

.dot-container{
    display: flex;
    gap:5px;
}

.terminal-dot{
    width:8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff24;
}

.terminal-body{
    width: 100%;
    height: 100%;
    padding: 0px 10px 20px 10px;
}

.terminal-body-inner{
    width: 100%;
    height: 100%;
    border-top: 1px solid #3838383b;
    border-left: 1px solid #3838383b;
    border-right: 1px solid #3838383b;
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.terminal-left{
    padding: 5px;
}

.workflow{
    padding: 2px 0px;
    /* border: 1px solid #383838; */
    font-size: 8px;
}

/* .workflow-body{
    padding: 5px;
} */

.cli-body{
    padding: 0px 15px;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    gap:3px;
}

.from{
    color:#855A6D;
}

.class-style{
    color:#3B9796;
}

.editor-top{
    margin-top: 10px;
}

.editor-top-2{
    margin-top: 5px;
}

.def{
    color:#9D9A6C;
}

.def-type{
    color:#437587;
}

.str{
    color:#906353;
}

.bracket{
    color:#BCAE09;
}

.param{
    color:#5E9ABC;
}

.indent-1{
    padding-left: 10px;
}

.indent-2{
    padding-left: 20px;
}

.indent-3{
    padding-left: 30px;
}

.py-file{
    display: flex;
    align-items: center;
}

.py-logo img{
    width: 10px;
    height: 10px;
}

.terminal-left p{
    font-size: 8px;
    padding: 2px 5px;
    color:#666464
}

.active-file{
    background-color: #38383849;
}

.terminal-right{
    background-color: #0e0d0d;
    font-size: 8px;
    padding: 10px;
}

.red-dot{
    background-color: #e54a4dab;
}

.blue-dot{
    background-color: #0090ffab;
}

.green-dot{
    background-color: #0c9784ab;
}

.pad-center{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gap{
    padding: 20px;
}

.beta{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #3a3838a9;
}

.beta-inner{
    padding: 30px;
}

.beta-right{
    border-left: 1px solid #3a3838a9;
}

.getStartedContainer{
    padding: 30px;
    border-top: 1px solid #3a3838a9;
}

.GetStarted{
    margin-top: 20px;
}

.footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.socials{
    display: flex;
    gap:10px;
}

.social-container{
    width:40px;
    height: 40px;
    border-radius: 50%;
    background-color: #383838;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-right{
    font-size: 14px;
}

.mobile-menu{
    display: none;
    cursor: pointer;
}

.mobile-menu img{
    width:24px;
    height: 24px;
}

.social-container img{
    width:25px;
    height: 25px;
}

.oss-marker{
    display: flex;
    width: fit-content;
    align-items: center;
    gap:5px;
    font-size: 12px;
    background-color: #38383859;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.github-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.github-logo img{
    width: 20px;
    height: 20px;
}

/* Mobile menu */
.mobile-menu-body{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: 1s;
}

.mobile-menu-item{
    font-size: 20px;
}

#close-btn{
    display: none;
}


@media screen and (max-width: 900px) {
    .navBar{
        display: flex;
        justify-content: space-between;
        padding: 0px 30px;
        gap: 10px;
    }

    .featuresSection{
        width:100%;
        padding: 0px 30px;
    }

    .heroMain{
        width: 100%;
        padding:0px 30px
    }

    .heroSubtitle{
        width:100%;
    }

    h1{
        text-align: center;
        font-size: 30px;
    }

    h3{
        font-size: 20px;
    }

    .Trailer{
        margin: 0px 30px;
    }

    .extract-container{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 800px) {
    .nav-center-container{
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .deploy{
        grid-template-columns: 1fr;
    }

    .beta{
        display: block;
    }

    .beta-right{
        border-top: 1px solid #383838;
    }

    h1{
        font-size: 20px;
    }

    h3{
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .extractDemoCode{
        left: 50px;
    }
    
}

@media screen and (max-width: 500px) {
    .mobile-menu{
        display: block;
    }

    .nav-right{
        display: none;
    }

    .navBar{
        top:30px;
    }

    .extractDemoCode{
        left: 0px;
        top:250px
    }

    .double-margin{
        margin-bottom: 250px;
    }

    .extractDemoCLI,.extractDemoCode{
        width: 100%;
    }

    .Trailer{
        margin: 0px;
    }

    .Trailer p {
        font-size: 11px;
        padding: 20px 0px 20px 10px;
    }

    .extract-container{
        padding: 30px 20px;
    }

    .featuresSection, .HeroSection{
        padding: 0px 10px;
    }

    .btn{
        font-size: 12px;
    }

    .social-container{
        width: 30px;
        height: 30px;
    }

    .social-container img{
        height: 20px;
        width: 20px;
    }

    .footer{
        gap: 20px;
    }
    .heroMain{
        padding: 0px 10px;
    }
}