/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXp-p7K4KLg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aXp-p7K4KLg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    font-size: 20px;
    color: #1f2833;
    text-align: center;
    background-color: #F5F5F2;
    margin: 0;
}

ul {
    list-style: circle;
    text-align: start;
}

a {
    text-decoration: none;
    color: unset;
}

.logo-container {
    display: flex;
}

.logo-container div {
    margin-left: 50px;
    position: relative;
    width: 75px;
    height: 75px;
}

.circle-left, .circle-right {
    max-width: unset !important;
    width: 75px;
    height: 75px;
    border-right: 0;
    position: absolute;
}

.circle-right {
    clip-path: polygon(0% 0, 0% 100%, 100% 100%);
    right: 0;
    z-index: 1;
    background-color: #ee534fff;
}

.circle-left {
    left: 0;
    background-color: #32c9dcff;
}

header a {
    color: black;
    padding: 10px;
    text-decoration: none;
}

header span {
    line-height: 75px;
    padding-left: 10px;
}

.half-section {
    width: 50%;
    float: left;
    display: block;
    max-height: 100%
}

#intro-image {
    max-width: 75%;
    max-height: min(calc(50vw - 100px), 100vh);
    border-radius: 24px;
}

hr {
    width: 40px;
    border-radius: 10px;
}

#start {
    min-height: 100%;
    display: inline-block;
}

#download-start h1, #start h1 {
    font-size: 36px;
    margin-top: 10%;
}

#download-start p, #start p, #download-start h1, #start h1 {
    max-width: 500px;
    text-align: justify;
    margin: auto;
}

.round {
    border-radius: 24px;
    background-color: #006cff;
    opacity: 0.7;
    border: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    display: inline-block;
}

.selected {
    opacity: 1;
}

#start .image-button {
    color: black;
}

.elevated-button {
    background-color: #006cff;
    color: white;
    border-radius: 24px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

.outlined-button {
    background-color: white;
    color: #006cff;
    border-radius: 24px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #006cff;
    font-weight: bold;
}

footer {
    display: flex;
    color: white;
    padding: 50px 100px;
    background: rgb(176, 244, 255);
    background: linear-gradient(180deg, rgba(176, 244, 255, 1) 20%, rgba(64, 137, 237, 1) 80%);
}

footer p {
    font-size: 14px;
}

footer div {
    text-align: left;
    margin: 0 5%;
    width: 23.3%;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

#video {
    display: inline-block;
}

.about-us-section {
    display: flex;
}

.about-us-first-half {
    width: 60%;
}

.about-us-second-half {
    width: 40%;
}

.big-slider-wrapper {
    overflow: hidden;
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.slider-wrapper img {
    width: 200px;
}

.slider-wrapper {
    display: inline-flex;
    position: relative;
    transition: transform 0.5s ease-in-out;
}

.text {
    padding: 0 50px;
    text-align: justify;
}

.rotating-outline {
    width: 40%;
    padding: 100px 200px;
    border-radius: 24px;
    margin: auto;
    background: rgb(176, 244, 255);
    background: linear-gradient(180deg, rgba(176, 244, 255, 1) 20%, rgba(64, 137, 237, 1) 80%);
}

.rotating-outline h2 {
    color: white;
}

#left, #right {
    background: none;
    border: none;
    cursor: pointer;
}

#message {
    color: white;
}

.image-button {
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    color: #006cff;
}

#basic {
    background-color: #b3cbdf;
}

#premium {
    background-color: #fcd57e;
}

#premium_plus {
    background-color: #ffc0b6;
}

.flex_three div:not(.price-widget) {
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
    border-radius: 24px;
    padding: 10px;
    margin: 10px;
    text-align: start;
}

.flex_three h3 {
    text-align: center;
}

.flex_three p {
    text-align: left;
}

#functionalities_section {
    background-color: #e8d9f0;
}

#functionalities div {
    background-color: white;
}

#functionalities h3 {
    padding: 24px;
    margin: 0;
    border-radius: 24px;
    color: #73270b;
}

.one-third {
    max-width: calc(33.3% - 20px);
    width: 400px;
    margin: 10px;
    padding: 25px 0;
    border-radius: 24px;
    background-color: white;
    text-align: center;
}

.one-third span {
    font-size: 75px;
    max-width: 100%;
}

.one-third p {
    padding: 10px 0;
    width: 300px;
    margin: auto;
    text-align: left;
}

#download-start .half-section .half-section p {
    text-align: center !important;
}

#h2-big {
    font-size: 48px;
}

#video-half-section div:first-child {
    width: 100%;
    margin: auto;
    max-width: 800px;
}

#video-half-section div div {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

figure {
    text-align: center;
}

article {
    text-align: justify;
}

article a {
    text-decoration: underline;
}

.links a {
    text-decoration: none;
    flex-grow: 1;
    flex-basis: 0;
    text-align: start;
}

.search-form {
    margin-bottom: 20px;
}
.search-form input[type="text"] {
    max-width: 500px;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-form button {
    border: none;
    cursor: pointer;
}

.price-widget {
    text-align: start;
}

select {
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@media (min-width: 701px) {
    header {
        display: flex;
        padding: 10px 0;
    }

    header div {
        width: calc(100% - 400px);
        text-align: right;
        line-height: 100px;
    }

    .links {
        display: flex;
        gap: 40px;
    }

    .flex {
        display: inline-flex;
    }

    .spacer {
        height: 50px;
    }

    .big-spacer {
        height: 100px;
        display: inline-block;
        width: 100%;
    }

    article {
        max-width: 60%;
        margin: auto;
    }

    .image-container {
        display: flex;
        gap: 10px; /* Adjust the gap between images */
    }

    .image-container figure {
        margin: 0;
    }

    .image-container img {
        max-width: 100%;
        height: auto;
    }

    .image-container figcaption {
        text-align: center;
        font-size: 0.9em;
        color: #555;
    }
}

@media (min-width: 500px) and (max-width: 1000px) {
    .half-section img {
        max-height: 50vw !important
    }
}

@media (max-width: 700px) {
    article p {
        text-align: justify !important;
    }

    article p, article h2, article h3 {
        text-align: start !important;
    }

    #start p, #start h1, #download-start p, #download-start h1 {
        margin: revert;
    }

    #h2-big {
        font-size: 26px;
    }

    .desktop-only {
        display: none;
    }

    .about-us-first-half {
        display: contents;
    }

    #intro-image {
        max-height: unset;
    }

    .half-section {
        float: unset;
        width: calc(100% - 20px) !important;
        padding: 0 10px;
    }

    #video-half-section {
        padding: 0;
    }

    .half-section img {
        max-height: 100%;
        max-width: 100%;
        margin-top: 0
    }

    .one-third {
        width: calc(100% - 20px);
        text-align: center;
        max-width: unset;
    }

    .one-third p {
        text-align: center;
    }

    .flex {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .rotating-outline {
        padding: 25px;
        width: calc(100% - 70px);
    }

    .about-us-section {
        display: unset;
    }

    footer {
        display: block;
    }

    footer div {
        margin: 0;
        width: 100%;
    }

    article {
        max-width: calc(100% - 20px);
        margin: auto;
    }
}

@media (max-width: 500px) {
    .text {
        padding: 0 20px;
    }

    header div:first-of-type {
        font-size: 16px;
    }

    h1 {
        margin: 20px 0;
        font-size: 24px !important;
        text-align: center !important;
    }
}

@media (max-width: 300px) {
    *:not(article) {
        max-width: 100%;
    }

    .logo-container div {
        margin-left: 0;
    }

    .logo-container .circle-left, .logo-container .circle-right {
        left: 0;
    }

    .logo-container strong {
        font-size: 16px;
    }
}