@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Global Styles */
body, input, select, textarea {
    color: #444444;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: 300;
    line-height: 1.65;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* Headings */
h1, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

h1 {
    font-size: 2em;
    line-height: 1.3;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.7em;
}

p {
    font-weight: 300;
}

blockquote {
    font-style: italic;
    margin: 0 0 2em 0;
}

img {
    display: block;
    height: auto;
    margin: 0 auto;
}

/* Wrapper */
.wrapper {
    margin: 36px;
}

/* Header */
#header {
    background: #F0EBFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
}

#header .logo img {
    width: 200px;
    margin: 0 auto;
    max-width: 200px;
    height: auto;
}

#header .logo {
    margin-left: 20px;
    pointer-events: none;
    cursor: default;
}

#header .contact-button {
    position: absolute;
    display: inline-flex;
    right: 100px;
    background-color: transparent;
    color: #5854e2;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: initial;
    border: 2px solid #5854e2;
    padding: 7px 14px;
}

/*#header .contact-button:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}*/

#header .download-app-button {
    position: absolute;
    display: inline-flex;
    right: 20px;
    border: 2px solid #5854e2;
    background-color: #F0EBFF;
    color: #5854e2;
    border-radius: 20px;
    padding: 7px 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: initial;
}

#menu-icon {
    color: #5854e2;
    display: none;
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    left: 20px;
}

/* Mobile Menu default hidden */
.mobile-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    font-weight: 500;
    position: fixed;
    top: 0;
    height: 100%;
    width: 40%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.mobile-menu a {
    color: #444444;
    font-weight: 500;
    text-decoration: none;
    margin-top: 60px;
    font-size: 18px;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 10px 0;
}

.mobile-menu a img {
    margin-right: 10px;
    vertical-align: middle;
}

.mobile-menu .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}

.close-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.close-icon img {
    margin-left: 10px;
}

.close-symbol {
    margin: auto;
}

/* Banner */
#banner {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

#banner .content {
    position: relative;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #F0EBFF;
    padding-top: 110px;
    overflow: hidden;
}

#banner h1 {
    padding: 100px 0 20px 0;
    text-align: center;
    font-size: 2.5em;
    color: #5854e2;
    line-height: 1em;
}

/* Inner */
.inner {
    margin: 0 auto;
    max-width: 65em;
}

/* Section Two */
#two {
    color: #5854e2;
    text-align: center;
}

#two .download-buttons a {
    display: inline-block;
    margin: 0 10px;
}

/* Image Container */
.images-container {
    position: relative;
    width: 400px;
    height: 450px;
    margin: 0 auto;
}

.circle-image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    position: absolute;
}

#image1 {
    z-index: 1;
    top: 0;
    left: -80px;
}

#image2 {
    z-index: 2;
    top: 200px;
    left: 120px;
}

/* Flex Container */
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-item {
    flex: 1 1 calc(33.333% - 20px);
    margin: 10px;
    box-sizing: border-box;
}

.flex-item.left {
    text-align: center;
}

/* Dotted Lines */
#line1, #line2, #line3, #line4, #line5, #line6 {
    border-radius: 40%;
    position: absolute;
    width: 20px;
    height: 90px;
    background-color: #5854e2;
    z-index: 3;
}

#line1 {
    top: -100px;
    left: 120px;
    transform: rotate(-10deg);
}

#line2 {
    top: -70px;
    left: 200px;
    transform: rotate(35deg);
}

#line3 {
    top: -10px;
    left: 250px;
    transform: rotate(80deg);
}

#line4 {
    top: 110px;
    left: 310px;
    transform: rotate(-10deg);
}

#line5 {
    top: 130px;
    left: 380px;
    transform: rotate(25deg);
}

#line6 {
    top: 190px;
    left: 440px;
    transform: rotate(75deg);
}

/* Footer */
.copyright {
    background: white;
    font-family: Quicksand, sans-serif;
    color: #5854e2;
    font-size: .75em;
    text-align: center;
    padding: 2em 0;
    width: 100%;
    font-weight: bolder;
}

.social-media {
    margin-bottom: 20px;
}

.footer-links {
    text-align: center;
}

.footer-links a {
    font-size: smaller;
    color: #5854e2;
    text-decoration: none;
    margin: 0 .5em;
    font-weight: 500;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links .social-icon {
    margin: 0 0 0 0.5em;
    display: inline-block;
    vertical-align: sub;
}

.footer-links select {
    color: #5854e2;
    font-weight: 700;
    margin-left: 1em;
    padding: 0.2em;
    background: none;
    border: 2px solid #5854e2;
}

/* Language Switcher */
#language-switcher {
    border: 1px solid #5854e2;
    background: white;
    color: #5854e2;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

#language-switcher:focus {
    outline: none;
    background-color: white;
}

#language-switcher::after {
    content: '▼';
    font-size: 0.6em;
    color: #5854e2;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Media Queries for responsive layout */
@media (max-width: 768px) {
    #header .download-app-button,
    #header .contact-button {
        display: none;
    }

    #menu-icon {
        display: block;
    }
}
