body{
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #eae9e9;
    font-family: 'Inter', sans-serif;
    height: 99vh;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    margin: 0px;

}

.textArea{
    width: 95vw;
    max-width: 800px;
    border-radius: 10px;
    border: 1px solid grey;
    padding: 10px;
}

.background{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;

}

.text{
    color: #2e3440;
    font-size: 21px;
    padding: 10px;
    font-weight: 410;
    text-align: center;

}

.text_big{
    color: #2e3440;
    font-size: 25px;
    padding: 10px;
    font-weight: 410;
    text-align: center;

}



.text:hover {
    background-color: #e6e8ec;

    border-radius: 25px;
}
.header {
    justify-content: space-between;
    margin-top: 10px;
    font-size: 24px;
    background-color: #ffffff;
    border-radius: 25px;
    width: 80%;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    position: relative;
}





.text_position{
    position: absolute;
    font-size: 13px;
    background-color: #2e3440;
    color: white;
    padding: 3px;
    border-radius: 10px;
    right: -50px;
    bottom: -12px;
    padding-left: 8px;
    padding-right: 8px;

}

.text_position2{
    display: flex;
    position: absolute;
    font-size: 13px;
    background-color: #269be3;
    color: #ffffff;
    padding: 3px;
    border-radius: 50%;
    right: -40px;
    bottom: -62px;
    width: 60px;
    height: 60px;
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: center;

}

.longtext{
    margin: 5px;
    font-size: 18px;
    color: #4e515b;
    font-weight: 420;
}

.card{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 300px;
    height: 450px;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #8da3a9;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 4px 10px;
}

.main{
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    width: 90vw;
}

.buttonHover{
    color: #989898;
    background-color: #e2e2e5;
    padding: 10px;
    border-radius: 10px;
    font-weight: 520;
    font-size: 30px;
    text-decoration: none;
}


.buttonHover:hover {
    color: #e8027b;
    background-color: #cfcfd3;
    padding: 10px;
    border-radius: 10px;
}


.buttonHoverLibrary{
    color: #2e3440;
    padding: 10px;
    border-radius: 10px;
   // font-weight: 520;
   // font-size: 30px;
    text-decoration: none;
}


.buttonHoverLibrary:hover {
    background-color: #cfcfd3;
    padding: 10px;
    border-radius: 10px;
}

.largeImage{
    width: 60vw;

}

.mediumImage{
    width: auto;
    max-width: 500px;


}


.code_frame{
    background-color: white;
    border-radius: 20px;
    padding: 20px;
}

img{
    box-shadow: rgba(149, 157, 165, 0.4) 0px 4px 10px;
}


h1{
    color: #2e3440;
}


h2{
    color: #4e515b;
}

p{
    color: #2e3440;
    font-size: 19px;
}


@media (max-width: 960px) {

    .cardsrow{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        flex-wrap: nowrap;
        margin: 0 auto;
    }

    .text{
        color: #2e3440;
        font-size: 13px;
        padding: 10px;
    }
    .main{
        width: 95vw;

    }
    .background{

    }

    .header{
        width: 90%;
        font-size: 13px;
        padding: 5px;
        height: 40px;
        border-radius: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .text_position2{
        scale: 50%;
        right: -20px;
        bottom: -46px;
    }
    h1{

        font-size: 15px;
    }
    h2{

        font-size: 14px;
    }
    p{
        font-size: 13px;
    }

}

.card_use_case{
    font-size: 20px;
    color: #2e3440;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 280px;
    height: 270px;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #8da3a9;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 4px 10px;

}



.card_use_case:hover{
    background-color: #e6e8ec;
}

    .cardtitle{
        font-size: 23px;
        color: #2e3440;
        font-weight: 420;
        height: 80px;

    }

    .cardimage{
        width: 100%;
        height: auto;
        margin-top: 10px;
        box-shadow: none;
        border-radius: 8px;
        border: 1px solid grey;
    }

.card_description{
    height: 110px;
    margin-top: -10px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);

}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.feature-list {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
}

.hero {
    margin-top: 20px;
    text-align: center;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.hero h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.hero .highlight {
    color: #e8027b;
    font-weight: bold;
}

.features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.feature-card:hover {
    transform: translateY(-4px);
}

.feature-card h2 {
    color: #2d3748;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #4a5568;
    margin: 0;
}

.cta-section {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
}

.cta-button {
    display: inline-block;
    background: #2b6cb0;
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: background-color 0.2s;
}

.cta-button:hover {
    background: #2c5282;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}




.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 420px;
    position: relative;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 1.5rem;
    color: #a0aec0;
    cursor: pointer;
    transition: color 0.2s;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.close:hover {
    color: #2d3748;
    background: #f7fafc;
}



.form-group {
    margin-bottom: 1.25rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    color: #4a5568;
    font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
    outline: none;
    box-sizing: border-box;
}

input:focus {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.checkbox-group label {
    margin: 0;
    font-size: 0.9rem;
    color: #4a5568;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #2b6cb0;
}

button[type="submit"] {
    width: 100%;
    padding: 0.875rem;
    background: #2b6cb0;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

button[type="submit"]:hover {
    background: #2c5282;
}

.error-message {
    color: #e53e3e;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}

input:invalid:not(:placeholder-shown) + .error-message {
    display: block;
}





.tutorial-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 30px;
}

.titleTutorial {
    font-size: 28px;
    color: #868a93;
    margin-bottom: 30px;
    font-weight: 600;
}

.steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.step-number {
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    background: #b2bacc;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.step-description {
    color: #666;
    font-size: 16px;
    margin-top: 5px;
}

.footer-note {
    margin-top: 30px;
    padding: 15px;
    background: #f0f7ff;
    border-radius: 8px;
    color: #1e40af;
    font-size: 15px;
}

.cardsrow{
    display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px
}