@import "reset.css";
html, body {
    background-color: #f9fafe;
    font-family: Epilogue, sans-serif;
    height: 100%;
}
header {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
    z-index: 9;
}
nav {
    width: 80%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: auto;
    text-decoration: none;
}
.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.logo span {
    margin: auto;
    width: 70px;
}
.logo img {
    max-width: 150px;
    height: 23px;
}
section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    width: 100%;
    padding: 70px;
}
section h4 {
    font-weight: 700;
    font-size: 42px;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    margin: auto;
    gap: 20px;
}
.container h1 {
    font-family: Inter, sans-serif;
    font-size: max(48px, min(5vw, 76px));
    font-weight: 700;
    line-height: 72px;
    margin-top: 10%;
    margin-bottom: 20px;
}
.container h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 70px;
}
.container h4 {
    margin-bottom: 20px;
}
.container p {
    margin-bottom: 30px;
}
.container ul{
    text-align: left;
}
.row-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.white-bg {
    background-color: white;
}
.card {
    border-radius: 15px;
    height: auto;
    box-shadow: 0px 0px 50px 00px rgba(93, 93, 93, 0.1);
    padding: 20px;
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    text-align: start;
    background-color: #ffffff;
    transition: 0.18s ease-in;
}
.card:hover {
    transform: translateY(-4px);
}
.card p {
    font-size: 16px;
    color: #444444;
}
.card h3 {
    font-size: 24px;
    margin-bottom: 17px;
}
.card h5 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0px;
}
.snip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.snip h4{
    font-size: 21px;
    font-weight: 400;
}
.section-wrap {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
}
.main {
    margin-top: 20px;
}
.main {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.main span {
    color: #007BFF;
}
img {
    height: auto;
    max-width: 100%;
}
button {
    border-radius: 4px;
    color: #ffffff;
    background-color: #ff0030;
    width: 286px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 0px 50px 0px rgba(93, 93, 93, 0.27);
    transition: transform 0.3s ease;
    transform: translateX(0px);
    cursor: pointer;
}
button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
button:hover span {
    padding-right: 25px;
}
button:hover span:after {
    opacity: 1;
    right: 0;
}
button:active {
    background-color: rgba(238, 19, 25, 0.42);
    transform: translateY(3px);
}
.card-head {
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: row;
    align-items: end;
}
.card-head span {
    color: #4D5B7C;
}
.in-con p {
    margin-bottom: 20px;
}
.s-5-card input {
    font-size: 16px;
    margin: auto 9px auto;
    background-color: #f9fafe;
    height: 28px;
    border: none;
}
.s-5-card input:focus {
    border: none;
}
.s-5-card input:after {
    border: none;
}
.s-5-card button {
    background-color: #81b2ff;
    width: 120px;
}
input {
    all: unset;
}
.lside {
    justify-self: end;
    position: sticky;
    top: 80px;
    height: 100vh;
}
.more {
    text-decoration: none;
    color: #007BFF;
    transition: 0.8s;
}
.more:hover {
    transform: translateX(3px);
}
.more-n {
    text-decoration: none;
    color: #000000;
}
.HoverArrow {
    --arrowSpacing: 5px;
    --arrowHoverTransition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    --arrowHoverOffset: translateX(3px);
    --arrowTipTransform: none;
    --arrowLineOpacity: 0;
    position: relative;
    top: 1px;
    margin-left: var(--arrowSpacing);
    stroke-width: 2px;
    fill: none;
    stroke: currentColor;
}
.card-3 {
    /*background-color: rgba(110, 110, 110, 0.53);*/
    width: 285px;
}
.s-5-card {
    padding: 30px;
    background-color: #ffffff;
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    border: 1px solid rgb(227, 232, 244);
}
.s-5-card h3 {
    font-weight: 700;
    color: #000C2A;
    font-size: 21px;
}
.s-5-card p {
    color: #4D5B7C;
    font-size: 16px;

}
.s-5-card form {
    display: flex;
    justify-content: space-around;
    background-color: #f9fafe;
    border: 1px solid rgb(227, 232, 244);
    padding: 5px;
    border-radius: 50px;
}
.par {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nav-links {
    display: flex;
    flex-direction: row;
    justify-content: right;
    width: 400px;
    margin-top: auto;
    gap: 20px;
    margin-bottom: auto;
}
.nav-links a {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}
.left-menu li {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 7px;
}
.left-menu li svg {
    margin-right: 5px;
}
.left-menu li:hover {
    background-color: rgba(177, 177, 177, 0.37);
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100%;
    margin: 0;
    gap: 20px;
}
.left-menu {
    width: 200px;
    overflow-y: scroll;
    position: sticky;
    top: 70px;
    height: 100vh;
}
.ad-card {
    padding: 10px;
    background-color: #ffffff;
    display: flex;
    width: 180px;
    height: auto;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid rgb(227, 232, 244);
    gap: 10px;
}
.ad-card img {
    border-radius: 7px;
}
.ad-card h3 {
    color: #000000;
    font-size: 22px;
}
.ad-card p {
    color: #3a3a3a;
    font-size: 16px;
}
.rside {
    display: flex;
    padding: 20px;
    justify-self: start;
    position: sticky;
    top: 70px;
    height: 100vh;
}
.projects {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.ada {
    display: flex;
    justify-content: center;
    align-items: center;
}
pre {
    overflow-x: scroll;
}
.ada {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 400px;
    object-fit: cover;
}
.snippet {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid rgb(227, 232, 244);
    background-color: #ffffff;
    display: flex;
    width: 96%;
    flex-direction: row;
    align-items: flex-start;
    box-shadow: 0 0 40px 0 rgba(200, 200, 200, 0.26);
    gap: 10px;
    margin-bottom: 20px;
}
.snippet img {
    border-radius: 7px;
    max-width: 150px;
}
.snip-cont {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}
.snip-cont h3 {
    color: #000C2A;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 5px;
}
.snip-cont p {
    color: #4D5B7C;
    font-size: 18px;
    margin-bottom: 10px;

}
.snip-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.snip-data span {
    color: #5a5a5a;
}
.lside {
    display: none;
}
.grid {
    display: flex;
}
.rside {
    display: none;
}
.tech {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 20px 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgb(227, 232, 244);
    width: 135px;
    height: 60px;
}
.contact-form {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid rgb(227, 232, 244);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#email {
    padding: 10px;
    width: 286px;
    background-color: #fff;
    border: 1px solid rgb(227, 232, 244);
    border-radius: 20px;
}
.row {
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
}
.grid {
    display: flex;
    flex-direction: column;
}
.step {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}
.step span {
    font-size: 18px;
    color: #007BFF;
    font-weight: 700;
    margin-right: 10px;
}
.step h4 {
    font-size: 18px;
    color: black;
    font-weight: 700;
    margin-right: 30px;
}
textarea {
    border-radius: 20px;
    padding: 10px;
    width: 286px;
    border: 1px solid rgb(227, 232, 244);
}
.faq {
    display: flex;
    flex-direction: column;
}
.faq h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about {
    justify-content: center;
    align-content: center;
    line-height: 1.6;
    width: 60%;
}
.about p {
    text-align: center;
}
.fo-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    padding: 50px 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.footer-logo img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-tagline {
    font-size: 14px;
    color: #6090f0;
    font-weight: 500;
}

.footer-description {
    color: #b0b0b0;
    line-height: 1.6;
    font-size: 15px;
    max-width: 400px;
    margin: 0;
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #6090f0;
    transform: translateY(-2px);
}

.social-link svg {
    width: 20px;
    height: 20px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-section h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.footer-section h6::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #6090f0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #6090f0;
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
}

.footer-copyright {
    color: #888888;
    font-size: 13px;
}
@media (max-width: 1024px) {

}
@media (max-width: 780px) {
    .nav-links {
        display: none;
    }

    .s-5-card {
        word-wrap: break-word;
        width: 90%;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 30px 0 20px 0;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .footer-description {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-main {
        padding: 25px 0 15px 0;
        gap: 30px;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section h6::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-social {
        justify-content: center;
    }
}
@media (max-width: 340px) {

    .card {
        width: 90%;
    }

    .s-5-card form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
    }

    .s-5-card form input {
        background-color: #f9fafe;
        border: 1px solid rgb(227, 232, 244);
        padding: 5px 5px 5px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
        width: 80%;
    }

    .s-5-card button {
        width: 95%;
    }
}