@font-face {
    font-family: Montserrat;
    src: url(Montserrat-VariableFont_wght.ttf);
}


* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: white;
}

html {
    width: 100%;
    margin: 0 auto;
    background: white;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #707070;
    background: white;
    font-family: Montserrat, Arial, sans-serif;
    font-family: 'Montserrat';
}

main {
    position: relative;
    text-align: center;
}

footer {
    background: #4392C9;
    height: 140px;
    line-height: 140px;
    text-align: center;
    color: white;
    font-size: 1.2rem;

}

.container {
    max-width: 1880px;
    margin: 0 auto;
    overflow: hidden;
}

#info .container {
    max-width: 1880px;
}

#start {
    color: white;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: white;
    top: 0;
    height: 100vh;
}

#start-bg,
#start-logo {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    max-height: 100%;
}

#start-bg {
    animation: start 2s linear;
    animation-delay: 1s;
    animation-fill-mode: both;
}

@keyframes start {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(359deg) scale(10);
    }
}

#start-logo {
    width: 100%;
    max-width: 175px;
    animation: start-logo 2s linear;
    animation-delay: 1s;
    animation-fill-mode: both;
    top: -20%;
    padding-top: 2%;


}

@keyframes start-logo {
    from {
        max-width: 175px;
        top: 0;
        padding-top: 2%;

    }

    to {
        max-width: 300px;
        top: -20%;
        padding-top: 0%;

    }
}

#start-info {
    z-index: 2;
    position: absolute;
    /* bottom: 40px;*/
    top: 50%;
    margin: 0 auto;
    width: 100%;
    animation: start-info 2s linear;
    animation-delay: 1s;
    animation-fill-mode: both;
    opacity: 0;
}


@keyframes start-info {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#start p {
    max-width: 500px;
    margin: 24px auto;
    font-size: xx-large;
    font-weight: 600;
}

#start p:nth-child(2) {
    max-width: 500px;
    margin: 24px auto;
    font-size: large;
}

#start p {
    /* font-size: 1.8rem;*/
    font-size: 2.4rem;
    padding: 0 40px;
    margin: 0 auto;
    margin-top: -20px;
}

#start p:nth-child(2) {
    font-size: 1.6rem;
    font-weight: 400;
}

#start a {
    background: transparent linear-gradient(180deg, #4196C6 0%, #2BB6AA 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    height: 75px;
    line-height: 73px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0 60px;
    font-weight: 600;
    font-size: 1.4rem;
    font-size: 18pt;
}

#info {
    background: transparent linear-gradient(180deg, #4392C9 0%, #28BCA5 100%) 0% 0% no-repeat padding-box;
    color: white;
    padding: 5% 5%;
    font-size: 0;
}

.info-intro {
    display: inline-block;
    width: 50%;
    padding: 5%;
    vertical-align: top;
    /*margin-bottom: 10%;*/
}

.info-intro-img1 {
    padding: 12%;
    position: relative;
    left: -60px;
    width: 45%;
}

.info-intro-img2 {
    padding: 0%;
    scale: 1.1;
    margin-top: 20px;
}

.info-point-first {
    width: 100%;
    margin: 0 5px;
    font-size: 1.7rem;
    /*font-weight: 500;*/
    padding-bottom: 50px;
    text-align: center;
    word-break: break-word;
}

.info-point {
    width: 25%;
    display: inline-block;
    font-size: initial;
    vertical-align: top;
    margin: 0 3%;
}

.info-point p {
    font-size: 1.4rem;
    word-break: break-word;
    margin-bottom: 70px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 480px) {
    .info-point {
        width: 100%;
    }
}

.icon-wrapper {
    border-radius: 50%;
    background: black 0% 0% no-repeat padding-box;
    padding: 10%;
    aspect-ratio: 1;
    width: 40%;
    margin: 0 auto;
}

.icon-wrapper img {
    aspect-ratio: 1;
    width: 100%;
}

#info div:nth-of-type(1) .icon-wrapper {
    background: #FA7D5F;
}


#info div:nth-of-type(2) .icon-wrapper {
    background: #FCB435;
}

#info div:nth-of-type(3) .icon-wrapper {
    background: #26C8AA;
}

#info div:nth-of-type(4) .icon-wrapper {
    background: #2096F8;
}

#info div:nth-of-type(5) .icon-wrapper {
    background: #8282F7;
}

#info div:nth-of-type(6) .icon-wrapper {
    background: #D750BE;
}

#info-point-1 {
    padding-left: 5px;
}

#info-point-2 {
    padding-right: 9px;
}

#info-point-3 {
    padding-right: 4px;
}

#info-point-6 {
    padding-top: 4px;
}


#showcase {
    font-size: 0;
}

#showcase div {
    position: relative;
}

@media (max-width: 768px) {
    .info {
        font-size: x-large;
    }

    .info-point-first {
        width: 100%;
        margin: 0 5px;
        font-size: 1.4rem;
        /*font-weight: 500;*/
        padding-bottom: 50px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .info {
        font-size: large;
    }
}

@media (max-width: 480px) {
    #showcase div:nth-of-type(1) div {
        height: auto;
    }
}

.bg-pink {
    background: transparent linear-gradient(180deg, #CC80B4 0%, #C25AA2 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.bg-gray {
    background: #E2E2E281 0% 0% no-repeat padding-box;
    color: #707070;
}

.bg-blue {
    background: transparent linear-gradient(180deg, #4392C9 0%, #28BCA5 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.bg-gray-light {
    background: #E4E4E4 0% 0% no-repeat padding-box;
    color: #707070;
}

.bg-white {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #707070;
}

#promo-leaflet {
    position: relative;
    z-index: 2;
}

#leaflet {
    position: relative;
    z-index: 1;
    transform: rotate(20deg);
    width: 15% !important;
    top: -40px;
    left: -15%;
}

#download {
    background: rgba(226, 226, 226, 0.46);
    color: rgba(112, 112, 112, 1);
    text-align: center;
    font-size: x-large;
    padding: 2%;
}

#download p {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 49%;
}

@media (max-width: 960px) {
    #download p {
        width: 60%;
    }

    .info-point p {
        width: 100%;
        font-size: 1.2rem;
    }

    .info-intro-img1 {
        padding: 12%;
        position: relative;
    }

    .bg-blue-second .info {
        padding-right: 6%;
    }

    .bg-white-second .info {
        padding-left: 0% !important;
    }
}

#download-logo {
    max-width: 270px;
    margin: 8% 0px;
}

#download img:nth-of-type(2) {
    max-width: 500px;
    margin: 24px;
}

#contact {
    max-width: 550px;
    margin: 24px auto;
}

#contact a {
    text-decoration: underline;
    color: #707070;
}

.bold {
    font-weight: bold;
}

#spinner {
    animation: rotation 0.2s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-fill-mode: both;
    transform: rotate(0);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#contact-form {
    max-width: 600px;
    margin: 10px auto;
    font-size: 0;
}

#contact-form input,
#contact-form textarea {
    color: #707070;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    margin: 12px;
    padding: 12px;
    border: none;
    font-size: initial;
    width: calc(100% - 24px);
}

#contact-form input:nth-child(1),
#contact-form input:nth-child(2) {
    width: calc(100% - 24px);
}

#contact-form textarea {
    height: 10em;
    width: calc(100% - 24px);
    font-size: 16px;
}

#contact-form input:nth-child(5) {
    display: block;
    width: calc(100% - 140px);
    height: 66px;
    color: white;
    font-weight: bold;
    border-radius: 14px;
    background: transparent linear-gradient(180deg, #4196C6 0%, #2BB6AA 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18pt;
}

#contact-form input:nth-child(5):hover {
    cursor: pointer;
}


#catalogs {

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

nav {
    position: fixed;
    aspect-ratio: 1;
    padding-right: 12px;
    overflow: hidden;
    transition: all 1s;
    width: 0;
    z-index: 3;
    padding-top: 0;
    right: 0;
    opacity: 0;

}

nav div {
    position: absolute;
    background: transparent linear-gradient(180deg, #4196C7 0%, #2DB4AC 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    width: 122%;
    height: 122%;
    top: -110px;
    left: -13%;
}

#nav-logo {
    position: absolute;
    width: 30%;
    left: 12px;
    top: 12px;
}

#nav-menu-img-gb {
    display: none;
    position: fixed;
    z-index: 4;
    width: 80px;
    height: 75px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    border-top-right-radius: 0;
}

#nav-menu {
    display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 4;
}

#nav-menu:hover {
    cursor: pointer;
}

nav a {
    display: block;
    width: 100%;
    text-align: right;
    z-index: 3;
    position: relative;
    opacity: 0;
    font-size: 1.4rem;
    margin: 17px 0;
    padding-right: 40px;
}

@media (min-width: 1024px) {
    #info {
        padding-bottom: 8%;
    }

    .container-first div {
        overflow: unset !important;
    }

    #showcase img {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    nav {
        display: block;
    }

    #nav-menu {
        display: block;
    }

    #nav-menu-img-gb {
        display: block;
    }
}

.icon-wrapper-new {
    margin: 0 auto;
}

.icon-wrapper-new img {
    width: 30%;
}


.left {
    text-align: left;
}

.right {
    text-align: right;
}

.contact {
    padding: 10px 55px;
    font-size: 1.1rem;
    font-weight: 500;
}

#message {
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
    #spinner {
        width: 40%;
    }

    .info-intro {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .info-intro-img1 {
        left: 0;
        padding: 9%;

    }

    .info-intro-img2 {
        padding: 0;
        margin-bottom: 40px;
        width: 100%;
    }

    .icon-wrapper-new img {
        width: 50%;
    }

    .info-point {
        width: 45%;
        margin: 0 5px;
    }

    .info-point p {
        font-size: 1.4em;
        word-wrap: break-word;
    }

    .bg-white .info {
        font-size: 1.8rem;
    }

    .bg-pink .info {
        margin-top: 10% !important;
        font-size: 1.8rem;
        padding-left: 20px;
    }

    .bg-gray {
        background-color: rgb(240, 240, 240);
        z-index: 2;
    }

    .bg-gray .info {
        font-size: 1.8rem;
        margin-top: 15% !important;
    }

    .bg-blue .info {
        font-size: 1.8rem;
    }

    .bg-gray-light .info {
        font-size: 1.8rem;
        margin-top: 15% !important;
    }

    .bg-pink-second .info {
        font-size: 1.8rem;
    }

    #download-logo {
        max-width: 220px;
    }

    #download-info {
        padding: 0 25%;
    }

    #download p {
        width: unset;
    }
}

@media (max-width: 624px) {

    .info {
        font-size: 1.6rem !important;
    }

    .bg-pink .info {
        font-size: 1.5rem !important;
    }

    .bg-blue .info {
        font-size: 1.6rem;
    }

    #download-logo {
        max-width: 190px;
    }

    #download-info {
        padding: 0 20%;
        font-size: 1.3rem !important;
    }

    .bg-white-second .info {
        margin-top: 10% !important;
        font-size: 1.4rem !important;
    }

}

@media (max-width: 480px) {

    .info-point p {
        font-size: 1em;
        margin-bottom: 40px;
    }

    .info {
        font-size: 1.2rem !important;
    }

    .info-intro-img1 {
        padding: 3% 0%;
    }

    .bg-pink .info {
        margin-top: 8% !important;
        font-size: 1.2rem !important;
        font-weight: 400;
        padding: 0;
    }

    .bg-gray-light .info {
        margin-top: 10% !important;
    }

    .bg-pink-second .info {
        font-size: 1.2rem !important;
    }

    #download-logo {
        max-width: 170px;
    }

    #download-info {
        padding: 0 20%;
        font-size: 1.2rem !important;
    }

    .bg-white-second .info {
        font-size: 1.2rem !important;
    }

    #start-logo {
        max-width: 120px;
        padding-top: 5%;
    }

    @keyframes start-logo {
        from {
            max-width: 120px;
            top: 0;
        }

        to {
            max-width: 300px;
            top: -20%;
        }
    }


}



#second-info p {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 25pt;

}

#counters {
    transition: all 1s ease-in-out;
    display: flex;
    justify-content: center;
    margin: 60px 20px;
}

.counter {
    text-align: center;
    width: 20%;
    height: 200px;
    margin: 5px;
}

.counter .count {
    font-size: 3.5rem;
    font-weight: bold;
}

.counter p {
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    text-wrap: balance;
    margin: 0px 0 !important;
}

#start-logo-small {
    margin: 0;
    position: absolute;
    left: 10%;
    top: 40px;
    width: 12%;
}


#start-logo,
#first-info {
    opacity: 1;
    transition: opacity 0.5s;
}

#start-logo-small {
    opacity: 0;
    transform: scale(0.8);
    display: block;
    transition: opacity 0.5s, transform 0.5s;
}

#guide-logo-holder {
    display: block;
    background-color: lightgray;
    padding: 4% 0;
}

#guide-logo-holder a {
    background: none;
    border-radius: 0px;
    line-height: 73px;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-weight: 600;
    font-size: 1.4rem;
    width: 270px;
    height: 225px;
}

#guide-logo-holder img {
    margin: 0;
}

#second-info {
    opacity: 0;
    display: none;
    transition: opacity 0.5s;
    position: relative;
    top: -520px;
}

.count {
    transition: all 1s ease-in-out;
}

@media (max-width: 960px) {

    .icon-wrapper-new img {
        width: 50%;
    }

    .counter p {
        font-size: 1.2rem !important;
    }

    .counter .count {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    #start-logo-small {
        left: 35px;
        top: 30px;
        width: 27%;
    }

    #counters {
        flex-wrap: wrap;
        margin: 30px 20px;

    }

    .counter {
        width: 40%;
        margin: 8px 20px;
        height: unset;
    }

    #start p {
        /* font-size: 1.8rem;*/
        font-size: 2.4rem;
        padding: 0 40px;
        margin: 0 auto;
    }

    #start p:nth-child(2) {
        font-size: 1.6rem;
        font-weight: 400;
        padding: 0 20px;
    }

    .counter .count {
        font-size: 2.5rem;
    }

    .counter p {
        font-size: 1.2rem !important;
        margin: 0px 0 !important;
    }

    #second-info p {
        padding: 0 0px;
    }

    .bg-blue-second .info {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {

    #second-info {
        top: -550px;
    }

    .counter {
        margin: 8px 10px;
        height: unset;
        scale: 0.9;
    }
}

@media (max-width: 400px) {

    #start-p1 {
        padding-top: 20px;
    }

    #start p {
        /* font-size: 1.8rem;*/
        font-size: 1.6rem;
        padding: 3% 0%;
    }

    #start p:nth-child(2) {
        font-size: 1.1rem;
    }

    #start a {
        font-size: 1.2rem;
    }

    #start-logo {
        max-width: 110px;
        padding-top: 5%;
    }

    @keyframes start-logo {
        from {
            max-width: 110px;
            top: 0;
        }

        to {
            max-width: 270px;
            top: -20%;
        }
    }
}

@media (max-width: 360px) {
    .bg-pink .info {
        margin-top: 5% !important;
        font-size: 0.9rem !important;
        padding-left: 0%;
    }

    .bg-pink-second .info {
        margin-top: 15% !important;
        font-size: 1.1rem !important;
        padding-left: 20px;
    }

    .bg-blue-second .info {
        margin-top: 5% !important;
        font-size: 1.1rem !important;
    }

    .bg-white-second .info {
        font-size: 1rem !important;
    }
}

@media (max-width: 320px) {
    nav div {
        top: -60px;
    }

    #start-logo {
        max-width: 100px;
        padding-top: 5%;
    }

    @keyframes start-logo {
        from {
            max-width: 100px;
            top: 0;
        }

        to {
            max-width: 250px;
            top: -20%;
        }
    }

    #counters {
        margin-top: 0px;
    }

    #second-info {
        top: -505px;
    }

    #download-info {
        padding: 0px 10%;
    }
}

#more {
    display: none;
}

#text-desktop {
    display: block;
}

#text-mobile {
    display: none;
}

#btnMore {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2.2rem;
    color: white;
    border-radius: 50%;
}

#btnMore i::before {
    content: '\f078';
}

#btnMore.active i::before {
    content: '\f077';
}

@media (max-width: 480px) {
    #text-desktop {
        display: none;
    }

    #text-mobile {
        display: block;
    }
}

#showcase .container div {
    display: inline-block;
    width: 48%;
    margin: 0 1%;
    vertical-align: top;
}

.info {
    font-size: xx-large;
    vertical-align: top;
    font-weight: 500;
    max-width: 700px;
}

.img-first .container img,
.p-first .container p {
    float: right;
}

.p-first .container img,
.img-first .container p {
    float: left;
}

#showcase .img-first .container div:nth-child(1),
#showcase .p-first .container div:nth-of-type(2) {
    margin-top: -70px;
}

#showcase .p-first .container div:nth-of-type(2) {
    vertical-align: bottom;
}

#showcase img {
    vertical-align: bottom;
    max-width: 100%;
    max-height: 500px;
    position: relative;
    transform: translate(0, 100px);
}

.download-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    margin-bottom: 50px;
}

    .download-container a {
        flex: 1;
        max-width: 200px; /* Bigger images on desktop */
    }

    .download-container img {
        width: 100%;
        height: auto;
        display: block;
    }

@media (max-width: 768px) {
    .download-container {
        flex-wrap: wrap;
        justify-content: center;
    }

        .download-container a {
            max-width: 150px; /* Smaller images on mobile */
        }
}
