@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 html{
    font-size: 32px;
    scroll-behavior: smooth;
 }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

body {
    background-color: #F1FAEE;
}
    
.navbar {
    top: 0;
    background-color: #F1FAEE;
    position: fixed;
    width: 100%;
    padding: 10px 3vw;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1s;
    z-index: 100;
    max-width: 100%;
}

.logo{
    font-size: 1rem;
    font-weight: 700;
    transition: opacity 2s;
}

#hidden-logo {
    display: none;
    transition: opacity 2s; /* Smooth transition on opacity */
  }

.logo span:first-child {
    color: #457B9D;
}

.logo span:last-child {
    color: #1D3557; }



.download-box {
    background-color: #1D3557; 
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    transition: 0.5s
}

.download-box:hover {
    background-color: #457B9D; 
    transition: 0.5s
}

.download-button{
    font-size: 0.65rem;
    text-decoration: none;
    font-weight: 700;
    font-family: "Montserrat";
    color: #F1FAEE;
}

.title{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 10vw;
    font-weight: 900;
}

.title span:first-child {
    color: #457B9D;
}

.title span:last-child {
    color: #1D3557; }

#bigtitle{
    display: block;
}


.background-box {
    position: absolute;
    top: 120%;
    width: 100%;
    height: 110vh;
    background-color: #1D3557;
    border-radius: 30px;
}

.mockup1 {
    position: absolute;
    transition: 2s;
  }

#image1 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
}

.mockup1 img {
    max-width: 100%;
}


.des1 {
    position: absolute;
    color: #457B9D;
    font-size: 4vw;
    font-weight: 700;
    top: 20%;
    transform: translate(80%, 100%);
    
}

#text1 {
    opacity: 0;
    transition: opacity 2s;
}

.des1 span:first-child {
    color:#F1FAEE;
}

.des1 span:last-child {
    color:#457B9D;}

.second-part{
    position: absolute;
    width: 100%;
    height: 150vh;
    top: 220%;
}

.mockup2 {
    position: relative;
    width: 17%;
    top: 50%;
    left: 39%;
    box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
}

.mockup2 img {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mockup3 {
    position: relative;
    width: 18%;
    left: 60%;
    box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
}

#image3{
    top: 25%;
    transition: 2s;
}

#image2 {
    transition: 2s;
}

.mockup3 img{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
}

.des2 {
    position: absolute;
    color: #457B9D;
    font-size: 7vw;
    font-weight: 800;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.des21 {
    transform: translate(3%, 0%);
}

.des21 span:first-child {
    color:#1D3557;
}

.des21 span:last-child {
    color:#457B9D;}


.des22 span:first-child {
    color:#1D3557;
}
    
.des22 span:last-child {
    color:#457B9D;}

.themes {
    position: absolute;
    top: 440%;
    width: 100%;
    height: 170vh;
    background-color: #1D3557;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: -1;
}

.mockup4 {
    position: relative;
    width: 23%;
    left: 67%;
    box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
    z-index: 2;
    transition: 3s;
}

#image4{
    top: -5%;
}

.mockup4 img{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mockup5 {
    position: relative;
    width: 20%;
    top: 30%;
    left: 31%;
    box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
}

.mockup5 img{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mockup6 {
    position: relative;
    width: 21%;
    top: 31%;
    left: 43%;
    box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
}

.mockup6 img{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mockup7 {
    position: relative;
    width: 22%;
    top: 32%;
    left: 55%;
    box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
}

.mockup7 img{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
}


.des3 {
    position: absolute;
    color: #F1FAEE;
    font-size: 3vw;
    font-weight: 600;
    top: 73%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.des3 span:nth-child(2) {
    color: #457B9D;
    font-weight: 800; /* Change the color of the middle child */
}


.des3 span:last-child{
    color: #F1FAEE;
    font-weight: 600;
}

.download-box2 {
    position: absolute;
    background-color: #457B9D; 
    border-radius: 60px;
    padding: 10px 20px;
    top: 83%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
    transition: 0.5s
}

.download-box2:hover {
    background-color: #F1FAEE; 
    transition: 0.5s
}

.download-button2{
    font-size: 3vw;
    text-decoration: none;
    font-weight: 700;
    font-family: "Montserrat";
    color: #F1FAEE;
    transition: 0.5s;
}

.download-button2:hover{
    color: #457B9D;
    transition: 0.5s;
}

.footer{
    position: absolute;
    top: 600%;
    width: 100%;
    height: 80vh;
}

.logo2{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    font-size: 5vw;
    font-weight: 800;
}

.logo2 span:first-child {
    color: #457B9D;
}

.logo2 span:last-child {
    color: #1D3557; }

.footer-links{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10vw;
    top: 50%;
    
}

.footer-links a{
    text-decoration: none;
    font-family: "Montserrat";
    color: #1D3557;
    font-weight: 600;
    transition: 0.5s;
}

.footer-button{
    border: none;
    background: none;
    text-decoration: none;
    font-family: "Montserrat";
    color: #1D3557;
    font-weight: 600;
    font-size: inherit;
    cursor: pointer;
    transition: 0.5s;
}

.footer-links a:hover{
    color:#457B9D;
}

.footer-button:hover{
    color:#457B9D;
}

.right{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 100%;
    left: 50%;
    font-weight: 600;
    color: #1D3557;
    font-size: 1.5vw;
}

.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    width: min(760px, calc(100% - 32px));
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    border-radius: 28px;
    background: rgba(29, 53, 87, 0.96);
    box-shadow: 0 20px 48px rgba(17, 30, 49, 0.28);
    z-index: 250;
}

.cookie-close-button {
    position: absolute;
    top: 18px;
    right: 18px;
    border: none;
    background: transparent;
    color: rgba(241, 250, 238, 0.72);
    font-family: "Montserrat";
    font-size: clamp(0.42rem, 0.39rem + 0.1vw, 0.5rem);
    font-weight: 700;
    cursor: pointer;
    transition: color 0.2s;
}

.cookie-close-button:hover {
    color: #F1FAEE;
}

.cookie-close-button[hidden] {
    display: none;
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 470px;
}

.cookie-banner__title {
    color: #F1FAEE;
    font-size: clamp(0.72rem, 0.65rem + 0.35vw, 0.9rem);
    font-weight: 700;
}

.cookie-banner__text {
    color: rgba(241, 250, 238, 0.9);
    font-size: clamp(0.52rem, 0.48rem + 0.22vw, 0.66rem);
    line-height: 1.5;
}

.cookie-banner__text a {
    color: #A8DADC;
    font-weight: 600;
}

.cookie-banner__actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-button {
    border: none;
    border-radius: 999px;
    padding: 14px 22px;
    font-family: "Montserrat";
    font-size: clamp(0.48rem, 0.45rem + 0.15vw, 0.58rem);
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s, color 0.2s;
}

.cookie-button:hover {
    transform: translateY(-1px);
}

.cookie-button--primary {
    background-color: #457B9D;
    color: #F1FAEE;
}

.cookie-button--primary:hover {
    background-color: #A8DADC;
    color: #1D3557;
}

.cookie-button--secondary {
    background-color: rgba(241, 250, 238, 0.1);
    color: #F1FAEE;
    box-shadow: inset 0 0 0 1px rgba(241, 250, 238, 0.18);
}

.cookie-button--secondary:hover {
    background-color: rgba(241, 250, 238, 0.18);
}

.cookie-preferences-button {
    position: fixed;
    left: 24px;
    bottom: 24px;
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    background-color: rgba(69, 123, 157, 0.95);
    color: #F1FAEE;
    font-family: "Montserrat";
    font-size: clamp(0.45rem, 0.42rem + 0.12vw, 0.54rem);
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(29, 53, 87, 0.22);
    z-index: 240;
    transition: background-color 0.2s, transform 0.2s;
}

.cookie-preferences-button:hover {
    background-color: #1D3557;
    transform: translateY(-1px);
}

.cookie-preferences-button[hidden] {
    display: none;
}


@media only screen and (max-width: 1100px) {
    .background-box {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 110vh;
        background-color: #1D3557;
        border-radius: 30px;
    }
    
    .mockup1 {
        position: absolute;
        transition: 2s;
      }
    
    #image1 {
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
    }
    
    .mockup1 img {
        max-width: 100%;
    }

    .des1 {
        position: inherit;
        color: #457B9D;
        font-size: 9vw;
        font-weight: 800;
        text-align: center;
        width: 75%;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    #text1 {
        opacity: 0;
        transition: opacity 2s;
    }
    
    .des1 span:first-child {
        color:#F1FAEE;
    }
    
    .des1 span:last-child {
        color:#457B9D;}

    .logo {
        font-size: 5vw;
        font-weight: 700;

        transition: opacity 2s;
    }
        

    .logo2{
        position: absolute;
        transform: translate(-50%, -50%);
        top: 40%;
        left: 50%;
        font-size: 5vw;
        font-weight: 800;
    }
    
    .download-box {
        background-color: #1D3557; 
        border-radius: 30px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        transition: 0.5s;
    }
    
    .download-box:hover {
        background-color: #457B9D; 
        transition: 0.5s
    }
    
    .download-button{
        font-size: 0.5rem;
        text-decoration: none;
        font-weight: 700;
        font-family: "Montserrat";
        color: #F1FAEE;
    }
    
    .second-part{
        position: absolute;
        width: 100%;
        height: 150vh;
        top: 220%;
    }
    /*second part*/

    .mockup2 {
        position: relative;
        width: 50%;
        top: 40%;
        left: 45%;
        box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
    }
    
    .mockup2 img {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    
    .mockup3 {
        position: relative;
        width: 40%;
        left: 60%;
        box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
        
    }
    
    #image3{
        top: 35%;
        transition: 2s;
        
    }
    
    .mockup3 img{
        position: absolute;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    

    .des2 {
        position: absolute;
        color: #457B9D;
        text-align: center;
        font-size: 9vw;
        font-weight: 800;
        width: 80%;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
    }
    
    .des21 {
        transform: translate(3%, 0%);
    }
    
    .des21 span:first-child {
        color:#1D3557;
    }
    
    .des21 span:last-child {
        color:#457B9D;}
    
    
    .des22 span:first-child {
        color:#1D3557;
    }
        
    .des22 span:last-child {
        color:#457B9D;}
    
    
    .themes {
    position: absolute;
    top: 360%;
    width: 100%;
    height: 115vh;
    background-color: #1D3557;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: -1;
    }

    .mockup4 {
        position: relative;
        width: 23%;
        left: 67%;
        box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
        z-index: 2;
        transition: 3s;
    }

    #image4{
        top: 4%;
    }

    .mockup4 img{
        position: absolute;
        transform: translate(-50%, -50%);
        width: 230%;
    }

    .mockup5 {
        position: relative;
        width: 21%;
        top: 26%;
        left: 31%;
        box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
    }

    .mockup5 img{
        position: absolute;
        transform: translate(-50%, -50%);
        width: 230%;
    }

    .mockup6 {
        position: relative;
        width: 21%;
        top: 30%;
        left: 41%;
        box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
    }

    .mockup6 img{
        position: absolute;
        transform: translate(-50%, -50%);
        width: 230%;
    }

    .mockup7 {
        position: relative;
        width: 21%;
        top: 34%;
        left: 53%;
        box-shadow: -26px 14px 24px 0px rgba(0, 0, 0, 0.25);
    }

    .mockup7 img{
        position: absolute;
        transform: translate(-50%, -50%);
        width: 230%;
    }

    .des3 {
        position: absolute;
        color: #F1FAEE;
        font-size: 7vw;
        font-weight: 600;
        top: 73%;
        left: 50%;
        width: 70%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    
    .des3 span:nth-child(2) {
        color: #457B9D;
        font-weight: 800; /* Change the color of the middle child */
    }
    

    .des3 span:last-child{
        color: #F1FAEE;
        font-weight: 600;
    }

    .download-box2 {
        position: absolute;
        background-color: #457B9D; 
        border-radius: 60px;
        padding: 10px 20px;
        top: 83%;
        left: 50%;
        display: flex;
        align-items: center;
        transform: translate(-50%, -50%);
        transition: 0.5s
    }
    
    .download-box2:hover {
        background-color: #F1FAEE; 
        transition: 0.5s
    }
    
    .download-button2{
        font-size: 6vw;
        text-decoration: none;
        font-weight: 700;
        font-family: "Montserrat";
        color: #F1FAEE;
        transition: 0.5s;
    }
    
    .download-button2:hover{
        color: #457B9D;
        transition: 0.5s;
    }
    
    .footer{
        position: absolute;
        top: 450%;
        width: 100%;
        height: 80vh;
    }
    
    .logo2{
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-size: 5vw;
        font-weight: 800;
    }
    
    .logo2 span:first-child {
        color: #457B9D;
    }
    
    .logo2 span:last-child {
        color: #1D3557; }
    
    .footer-links{
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        top: 50%;
        
    }
    
    .footer-links a{
        text-decoration: none;
        font-family: "Montserrat";
        color: #1D3557;
        font-size: 5vw;
        font-weight: 600;
        transition: 0.5s;
    }
    
    .footer-links a:hover{
        color:#457B9D;
    }

    .footer-button{
        font-size: 5vw;
    }
    
    .right{
        position: absolute;
        transform: translate(-50%, -50%);
        top: 80%;
        text-align: center;
        width: 100%;
        font-weight: 600;
        color: #1D3557;
        font-size: 4vw;
    }

    .cookie-banner {
        width: calc(100% - 24px);
        bottom: 12px;
        padding: 18px;
        border-radius: 24px;
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .cookie-close-button {
        top: 14px;
        right: 14px;
        font-size: 0.42rem;
    }

    .cookie-banner__content {
        max-width: none;
        gap: 8px;
    }

    .cookie-banner__title {
        font-size: 0.78rem;
    }

    .cookie-banner__text {
        font-size: 0.5rem;
    }

    .cookie-banner__actions {
        flex-direction: column-reverse;
    }

    .cookie-button {
        width: 100%;
        font-size: 0.5rem;
    }

    .cookie-preferences-button {
        left: 12px;
        bottom: 12px;
        padding: 10px 16px;
        font-size: 0.44rem;
    }

    .navbar-right {
        gap: 8px;
    }

    .lang-switcher {
        gap: 2px;
    }

    .lang-button {
        font-size: 0.4rem;
        padding: 3px 5px;
    }


  }

.navbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-button {
    border: none;
    background: none;
    padding: 4px 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.55rem;
    font-weight: 600;
    color: #1D3557;
    cursor: pointer;
    border-radius: 999px;
    transition: background-color 0.2s, color 0.2s;
}

.lang-button:hover {
    background-color: rgba(29, 53, 87, 0.08);
}

.lang-button--active {
    background-color: #1D3557;
    color: #F1FAEE;
}
