@font-face {
    font-family: 'Inter Italic';
    src: url('../font/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}


body {
    margin: 0;
    font-family: "Inter";
    background: white;
    color: black;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
    z-index: 1000;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    padding: 20px 30px;
}

.logo img {
    height: 30px;
}


.outline-button {
    padding: 10px 20px;
    margin-left: -20px;
    font-size: 0.8rem;
    color: #000;
    letter-spacing: 0.5px;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin-right: 30px;
    text-decoration: none;
}

.outline-button:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #000;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}


.section-create .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px;
    gap: 40px;
    min-height: 100vh;
}

.section-create {
    background: linear-gradient(135deg, #f5626c, #fcb969);
    color: white;
}

.section-create .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 60%;
}

.section-create h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-create h1 span {
    opacity: 0.6;
    font-weight: 500;
}

.section-create .features {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.section-create .feature {
    width: 30%;
}

.section-create .feature h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;

}

.section-create .feature strong {
    font-family: Inter;
    font-weight: 800;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;

}

.section-create .label {
    font-weight: 700;
    margin-bottom: 10px;
}

.section-create .image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 40%;
}

.section-create .image img {
    width: 100%;
    border-radius: 30px;
}


.section-create-expertise {

    position: relative;
    padding: 80px 40px;
    overflow: hidden;
}


.section-create-expertise .expertise-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    z-index: 1;
    position: relative;
}

.section-create-expertise .images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-create-expertise .images img {
    width: 500px;
    max-width: 90vw;
}

.section-create-expertise .text {
    max-width: 500px;
}

.section-create-expertise .text h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.section-create-expertise .text p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;

}

.section-create-expertise .btn {
    padding: 15px 20px;
    font-size: 0.875rem;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 30px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.section-create-expertise .btn:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #000;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}


.section-create-todo {

    color: #000;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.ellipse {
    position: absolute;
    width: 1589px;
    height: 1433px;
    left: -270px;
    top: 21px;
    border-radius: 100% 100% 0 0;
    background: linear-gradient(124.3deg, #FF6C78 0.17%, #FBE292 67.61%);
    z-index: -1;

}

.section-create-todo .container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 60px;
}

.section-create-todo .section h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;

}

.section-create-todo .section ul {
    padding-left: 0;
}

.section-create-todo .section ul li {
    margin-bottom: 12px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;

}

.section-create-todo button {
    /* Button */

    box-sizing: border-box;
    margin-top: 3rem;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    position: absolute;
    width: 231px;
    height: 46px;
    left: 1023px;
    top: 489px;

    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FFFFFF;
    border-radius: 100px;

}

.section-create-todo button:hover {
    background-color: #f0f0f0;
}


.section-create-quote .quote-container {
    position: relative;
    max-width: 1000px;
    margin: 100px auto;
    padding: 60px 40px;
    background: white;
    border-radius: 12px;
    background-image: url('Zwischenteil (1).png'); /* optional if you want background structure */
    background-size: cover;
    background-position: center;
}

.section-create-quote .quote-symbol {
    font-size: 80px;
    font-weight: bold;
    position: absolute;
    color: transparent;
    background: linear-gradient(45deg, #f04d3f, #f9ae14);
    -webkit-background-clip: text;
    background-clip: text;
}

.section-create-quote .quote-symbol.left {
    top: 20px;
    left: -60px;
}

.section-create-quote .quote-symbol.right {
    bottom: -20px;
    right: -40px;
}

.section-create-quote .quote-text {
    font-size: 24px;
    color: #000;
    line-height: 1.6;
    font-weight: 500;
}


.section-base .background {
    background: linear-gradient(119.08deg, #75E1C1 14.91%, #FF6C78 129.88%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.section-base .content-wrapper {
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.section-base .text-section {
    flex: 1 1 600px;
    color: white;
}

.section-base .text-section h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 40px;
    leading-trim: Cap height;
    line-height: 50px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 3rem;

}

.section-base .text-section h2 span {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    leading-trim: Cap height;
    line-height: 50px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;

}

.section-base .text-section h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.section-base .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px 40px;
}

.section-base .feature span {
    font-family: Inter;
    font-weight: 800;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 0px;

}

.section-base .feature p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;

}

.section-base .image-section {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-base .image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 32px;
}




.section-base-info {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 5%;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.section-base-info .image-container img {
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.section-base-info .text-content {
    flex: 1 1 600px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.section-base-info .info-block h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.4;
}

.section-base-info .info-block h3 span {
    font-size: 20px;
    font-weight: 600;
}

.section-base-info .info-block ul,
.info-block ol {
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .section-base-info  .app-info-section {
        flex-direction: column;
        padding: 40px 20px;
    }

    .section-base-info  .image-container img {
        max-width: 200px;
    }
}

footer {
    text-align: center;
    padding: 5rem;
    color: black;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    border-top: 1px solid #E1E0E0;
}

footer a {
    text-decoration: none;
    color: black;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
}

footer img {
    height: 30px;
    margin-right: 3rem;
}

.footer-links {
    display: flex;
    text-align: center;
    gap: 2rem;
}


@media (max-width: 1000px) {
    .image{
        display: none !important;
    }

    .section-create .content{
        max-width: 100%;
    }

    .section-create .container{
        padding: 20px;
    }

    .section-create .feature {
        width: 45%
    }

    .section-create-todo .section ul{
        padding-left: 20px;
    }
    .images{
        display: none !important;
    }

    .section-create-quote .quote-symbol.left{
        left: 10px;
        top: 10px
    }

    .section-create-quote .quote-symbol.right {
        bottom: -10px;
        right: 10px;
}
}