@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(34, 43, 69) #04091e;
}
nav a h1.logo_text {
    display: flex;
    align-items: center;
    gap: 10px;
}
h1.logo_text {
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    font-size: 46px;
    color: #efefef;
} 
span.devcode{
    font-size: 12px;
    text-align: center;
    color: #efefef;
}
span.devcode a{
    color: #ffffff86;
    text-decoration: none;
    font-size: 12px;
}
.terminal {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    height: 45vh;
    width: 42vw;
    scrollbar-width: 0;
}

.terminal_head {
    position: relative;

    background: rgba(255, 255, 255, 0.178);

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    border: 1px solid rgba(255, 255, 255, 0.322);
    border-radius: 5px 5px 0 0;
    min-height: 40px;
}

.terminal_head .dot {
    position: absolute;
    background: #f5bc40;
    top: 40%;
    left: 40px;
}

.terminal_head .dot:before {
    content: "";
    position: absolute;
    left: -20px;
    background: #ee5e5c;
}

.terminal_head .dot:after {
    content: "";
    position: absolute;
    left: 20px;
    background: #53c748;
}

.terminal_head .dot:after,
.terminal_head .dot:before,
.terminal_head .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: block;
}

.terminal_content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: "Source Code Pro", monospace;
    font-size: 0.8rem;
    overflow: auto;
}

.terminal_content img {
    margin: 0;
    height: auto;
    width: 42vw;
}

.terminal_content ::-moz-selection {
    background: #9e9e9e;
    color: white;
}

.terminal_content ::selection {
    background: #9e9e9e;
    color: white;
}

.terminal_content::-webkit-scrollbar-track {
    background-color: #ddd;
}

.terminal_content::-webkit-scrollbar-thumb {
    background-color: #888484;
    border-radius: 30px;
}

.terminal_content ::-webkit-scrollbar-track:horizontal {
    background-color: #ddd;
}

.terminal_content ::-webkit-scrollbar-thumb:horizontal {
    height: 5px;
    background-color: #888484;
    border-radius: 30px;
}

.tesy {
    position: relative;
    width: 50%;
}

.imagem-base {
    width: 100%;
    height: auto;
}

.imagem-sobreposta {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: auto;
}

#how {
    margin-top: 2rem;
}

#how .title,
#plans .title {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

#how .title span,
#plans .title span {
    border-bottom: 3px solid #efefef;
    color: #efefef;
}

#how .desc,
#plans .desc {
    padding: 10px 80px;
    color: #ffffffe0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

#how img.home-logo {
    width: 200px;
    height: auto;
}

#how .how-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    align-items: center;
}

#how .how-card:hover {
    transform: translateY(-10px);
}

#how .how-card i {
    color: #efefef;
    font-size: 45px;
    margin-right: 10px;
}

#how .how-card .name {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

#how .how-card .content {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.aai-hero-one-img{
    margin-top: 3rem !important;
}


@media (max-width: 576px) {
    .terminal {
        width: 98%;
    }

    .terminal_content img {
        margin: 0;
        height: auto;
        width: 100vw;
    }

    .header-primary {
        margin-top: 7rem !important;
    }
    .header-primary.sticky {
        top: -112px !important;

    }
    .terminal {
        margin-top: 5rem !important;
    }

    .aai-btns-group {
        margin-top: 5rem !important;
    }

    .header_cta {
        height: 100px !important;
    }
    .terminal_content {
        height: 60%!important;
    }

    #how {
        z-index: 1!important;
        margin-top: -10rem!important;
        position: relative!important;
    }
    #how img.home-logo {
        margin: 50px!important;
    }

    .pt-120 {
        padding-top: 0!important;
    }
    h1.logo_text {
        font-size: 39px!important;
    }
    .aai-newsletter .form-control {
        padding: 15px 15px!important;
    }
    .aai-newsletter-btn {
        padding: 5px 5px!important;
    }
    .aai-support-text {
        font-size: 16px!important;
    }

}