* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f5f7fa;
    color: #4a4a4a;
    line-height: 1.6;
}

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

.header {
    text-align: center;
    padding: 80px 0;
    background-image: url(bg-header-desktop.png);
    background-repeat: no-repeat;
}

.header .logo {
    width: 125px;
    height: 125px;
    background-image: url(logo.svg);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
}

.header h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.header p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #9FA3A9;
}

.btn {
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}

.ios-btn {
    background-color: #4ac1bf;
    color: white;
}

.mac-btn {
    background-color: #9b59b6;
    color: white;
}

.ios-btn:hover{
    background-color: #89e6e4;
}

.mac-btn:hover{
    background-color: #d091e9;
}

.snippets-section {
    padding: 80px 0;
    text-align: center;
    background-color: #f5f5f5; 
}

.snippets-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.snippets-section h2 {
    font-size: 2.5rem;
    color: #4C545D; 
    margin-bottom: 20px;
    font-weight: 600;
}

.snippets-section p {
    font-size: 1.1rem;
    color: #9FA3A9; 
    margin-bottom: 60px;
    line-height: 1.6;
}

.line-break {
    display: block; 
}

.snippets-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap; 
}

.snippets-section .image-place {
    flex: 1;
    max-width: 50%;
    height: auto;
    background-color: transparent; 
}

.snippets-section .image-place img {
    width: fit-content;
    height: auto;
    display: block;
    margin-left: -140px;
}

.features {
    flex: 1;
    max-width: 40%;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    text-align: left;
}

.feature-item {
    margin: 0;
}

.feature-item h3 {
    font-size: 1.5rem;
    color: #4C545D;
    margin-bottom: 5px;
    font-weight: 600;
}

.feature-item p {
    font-size: 1rem;
    color: #9FA3A9;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .snippets-content {
        flex-direction: column;                                                                                                                                                                                                                                  
        align-items: center;
    }

    .snippets-section .image-place {
        max-width: 80%;
    }

    .features {
        max-width: 100%;
        text-align: center;
    }
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

.access {
    padding: 80px 0;
    text-align: center;
    background-color: #fff;
}

.access h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.access p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #9FA3A9;;
}

.access .image-place {
    width: 100%;
    height: fit-content;
    background-color: white;
    margin-bottom: 20px;
}

.access .image-place img{
    width: fit-content;
    height: fit-content;
}

.workflow {
    padding: 80px 0;
    text-align: center;
}

.workflow h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

.workflow p{
    color: #9FA3A9;
}

.workflow-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.workflow-card {
    max-width: 300px;
    margin: 20px;
}

.workflow-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.partners {
    padding: 40px 0;
    text-align: center;
}

.partners .logo-place {
    width: fit-content;
    height: 40px;
    display: inline-block;
    margin: 0 20px;
}

.download {
    padding: 80px 0;
    text-align: center;
    background-color: #e6f0fa;
}

.download h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.download p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #9FA3A9;
}

.footer {
    padding: 40px 0;
    background-color: #f5f7fa;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer .logo {
    width: 40px;
    height: 40px;
}

.footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.footer .footer-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .footer-content1,
.footer .footer-content2 {
    display: flex;
    gap: 2.94rem;
    flex-direction: column;
}

.footer .footer-content a {
    color: #9FA3A9;;
    text-decoration: none;
    font-size: 1rem;
}

.footer .footer-content a:hover{
    color: #4ac1bf;
}


.footer .social-links {
    display: flex;
    gap: 15px;
}

.footer .social-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

.footer .social-icon img {
    color: #4ac1bf;
    transition: filter 0.3s ease;
}

.social-icon:hover img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(26%) saturate(1217%) hue-rotate(134deg) brightness(96%) contrast(84%);
}

/* Tablet screens (max-width: 1024px) */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }

    .header {
        padding: 60px 0;
        background-size: cover;
        background-position: center;
    }

    .header .logo {
        width: 100px;
        height: 100px;
    }

    .header h1 {
        font-size: 2rem;
    }

    .header p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .btn {
        display: inline-block;
        margin: 5px 10px;
    }

    .snippets-section {
        padding: 60px 0;
    }

    .snippets-section h2 {
        font-size: 2rem;
    }

    .snippets-section p {
        font-size: 1rem;
    }

    .snippets-section .image-place {
        max-width: 70%;
        margin: 0 auto;
    }

    .snippets-section .image-place img {
        margin-left: 0;
        width: 100%;
    }

    .features {
        max-width: 90%;
        text-align: center;
    }

    .feature-item {
        margin: 20px 0;
    }

    .access {
        padding: 60px 0;
    }

    .access h2 {
        font-size: 1.8rem;
    }

    .access p {
        font-size: 1rem;
    }

    .workflow {
        padding: 60px 0;
    }

    .workflow h2 {
        font-size: 1.8rem;
    }

    .workflow-cards {
        flex-direction: column;
        align-items: center;
    }

    .workflow-card {
        max-width: 80%;
        margin: 15px 0;
    }

    .partners .logo-place {
        margin: 10px;
    }

    .download {
        padding: 60px 0;
    }

    .download h2 {
        font-size: 1.8rem;
    }

    .download p {
        font-size: 1rem;
    }

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

    .footer .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer .footer-content1,
    .footer .footer-content2 {
        gap: 1.5rem;
        align-items: center;
    }
}

/* Mobile screens (max-width: 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .header {
        padding: 40px 0;
        background-size: cover;
        background-position: center;
    }

    .header .logo {
        width: 80px;
        height: 80px;
    }

    .header h1 {
        font-size: 1.5rem;
    }

    .header p {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    .btn {
        display: block; /* Stack buttons vertically */
        width: 80%;
        margin: 10px auto;
        text-align: center;
        font-size: 0.9rem;
        padding: 12px 20px;
    }

    .snippets-section {
        padding: 40px 0;
    }

    .snippets-section h2 {
        font-size: 1.5rem;
    }

    .snippets-section p {
        font-size: 0.9rem;
        margin-bottom: 30px;
    }

    .snippets-section .image-place {
        max-width: 100%;
    }

    .snippets-section .image-place img {
        width: 100%;
        margin-left: 0;
    }

    .features {
        max-width: 100%;
    }

    .feature-item h3 {
        font-size: 1.2rem;
    }

    .feature-item p {
        font-size: 0.9rem;
    }

    .access {
        padding: 40px 0;
    }

    .access h2 {
        font-size: 1.5rem;
    }

    .access p {
        font-size: 0.9rem;
    }

    .access .image-place {
        margin-bottom: 15px;
    }

    .workflow {
        padding: 40px 0;
    }

    .workflow h2 {
        font-size: 1.5rem;
    }

    .workflow p {
        font-size: 0.9rem;
    }

    .workflow-card {
        max-width: 100%;
        margin: 10px 0;
    }

    .workflow-card h3 {
        font-size: 1rem;
    }

    .partners {
        padding: 20px 0;
    }

    .partners .logo-place {
        margin: 5px;
        height: 30px;
    }

    .download {
        padding: 40px 0;
    }

    .download h2 {
        font-size: 1.5rem;
    }

    .download p {
        font-size: 0.9rem;
    }

    .footer {
        padding: 20px 0;
    }

    .footer .logo {
        width: 30px;
        height: 30px;
    }

    .footer .footer-content a {
        font-size: 0.9rem;
    }

    .footer .social-links {
        gap: 10px;
    }

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