body {
    font-family: SFRounded, ui-rounded, "SF Pro Rounded Heavy", system-ui, "Helvetica Neue", Arial, Helvetica, sans-serif;;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

header {
    padding: 40px 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1200px; */
}

.logo img {
    max-width: 180px;
}

nav ul {
    list-style: none;
    display: flex;
}

nav li {
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #2D3142;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #A288E3;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    /* min-height: 100vh;  */
}

.left-side {
    max-width: 100%; /* Adjusted width */
    margin-right: 40px;
}

h1 {
    font-size: 5.3em; /* Increased font size */
    color: #2D3142;
}

p {
    font-family: "SF Pro Rounded Medium", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.7em;
    color: #2D3142;
}

.download-button {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

.download-button img {
    width: 160px;
    height: auto;
}

.right-side img {
    max-width: 80%;
    padding: 0px 50px;
    max-height: 1600px;
    justify-content: center;
    height: auto;
}


.key-features {
    background-color: #A288E3;
    color: #fff;
    padding: 20px 0;
    text-align: center; 
}

.key-features h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
}

.features-container {
    display: flex;
    flex-wrap: wrap; /* Ensure flex items wrap to the next line if the container is not wide enough */
    justify-content: center;
    align-items: center;
}

.feature {
    width: 30%; /* Adjusted width */
    margin: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

.feature h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.feature p {
    font-size: 1.4em;
    color: #fff;
    text-align: center;
}

.why-choose {
    background-color: #f7f7f7;
    padding: 40px 0;
    text-align: center; /* Center align the text within the section */
}

.why-choose .container {
    display: flex;
    flex-wrap: wrap; /* Ensure flex items wrap to the next line if the container is not wide enough */
    justify-content: center;
    align-items: center;
}

.why-choose h2 {
    font-size: 2.5em;
    margin-bottom: 20px; /* Adjusted margin */
    color: #2D3142; /* Text color */
}

.reason {
    width: 30%; /* Adjusted width */
    margin: 0 10px; /* Add margin between reasons */
    text-align: center;
    margin-bottom: 20px;
}

.reason h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #2D3142; /* Text color */
}

.reason p {
    font-size: 1.4em;
    color: #2D3142; /* Text color */
}

.cta-section {
    background-color: #A288E3;
    padding-top: 40px;
}

.cta-content {
    max-width: 60%;
}

.cta-content h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #f7f7f7;
}

.cta-content p {
    font-size: 1.2em;
    max-width: 80%;
    color: #f7f7f7;
}

.cta-image {
    max-width: 40%;
}

.cta-image img {
    max-width: 80%;
    height: auto;
}

footer {
    background-color: #452379;
    padding: 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
}

footer p {
    color: #fff;
    font-size: 1em;
}

@media (max-width: 768px) {
    .cta-section {
        text-align: center;
    }

    .cta-content, .cta-image {
        max-width: 100%;
        padding-top: 20px;
    }

    .cta-content p {
        max-width: 100%;
    }

    .left-side {
        margin-bottom: 20px;
        margin-right: 0;
    }
    
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .download-button img {
        width: 150px;
        height: auto;
    }

    .container {
        flex-direction: column;
        text-align: center;
    }

    .left-side {
        margin-bottom: 20px;
        margin-right: 0;
    }

    h1 {
        font-size: 3em;
    }

    p {
        font-size: 1.4em;
        max-width: 100%;
    }

    .feature {
        width: 85%; /* Adjusted width */
        margin: 0 10px; /* Add margin between features */
        text-align: center;
        margin-bottom: 20px;
    }

    .reason {
        width: 85%; /* Adjusted width */
    }

    .why-choose h2 {
        font-size: 2em;
        margin-bottom: 20px; /* Adjusted margin */
        color: #2D3142; /* Text color */
    }

}
@media (max-width: 768px) {
    .download-button img {
        width: 150px;
        height: auto;
    }

    .container {
        flex-direction: column;
        text-align: center;
    }

    .left-side {
        margin-bottom: 20px;
        margin-right: 0;
    }

    h1 {
        font-size: 3em;
    }

    p {
        font-size: 1.4em;
        max-width: 100%;
    }

    .feature {
        width: 85%; /* Adjusted width */
        margin: 0 10px; /* Add margin between features */
        text-align: center;
        margin-bottom: 20px;
    }

    .reason {
        width: 85%; /* Adjusted width */
    }

    .why-choose h2 {
        font-size: 2em;
        margin-bottom: 20px; /* Adjusted margin */
        color: #2D3142; /* Text color */
    }
}

@media (max-width: 1000px) {
    .download-button img {
        width: 180px;
        height: auto;
    }

    .container {
        flex-direction: column;
        text-align: center;
    }

    .left-side {
        margin-bottom: 20px;
        margin-right: 0;
    }

    h1 {
        font-size: 4em;
    }

    p {
        font-size: 1.6em;
        max-width: 100%;
    }

    .feature {
        width: 85%; /* Adjusted width */
        margin: 0 10px; /* Add margin between features */
        text-align: center;
        margin-bottom: 20px;
    }

    .reason {
        width: 85%; /* Adjusted width */
    }

    .why-choose h2 {
        font-size: 2em;
        margin-bottom: 20px; /* Adjusted margin */
        color: #2D3142; /* Text color */
    }

    .left-side {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

/* Add the following CSS to hide the menu icon on larger screens */
@media (max-width: 769px) {
    nav li {
        display: none;
    }

    nav ul {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
}