@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Poppins: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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --Pink: hsl(322, 100%, 66%);
    --Light_Pink: hsl(321, 100%, 78%);
    --Light_Red: hsl(0, 100%, 63%);
    --Very_Dark_Cyan: hsl(192, 100%, 9%);
    --Very_Pale_Blue: hsl(207, 100%, 98%);
}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--Very_Dark_Cyan);
    font-size: 16px;
}

nav {
    padding: 50px 100px;
    display: flex;
    align-self: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10vh;
    flex-wrap: wrap;
}

.nlogo {
    width: 100%;
    width: 200px;
    height: 100%;
}

.nbtn {
    padding: 15px 40px;
    border-radius: 40px;
    border: 1px solid var(--Pink);
    background-color: white;
    color: var(--Pink);
    box-shadow: 0px 0px 5px 0px var(--Light_Pink);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.nbtn:hover {
    color: var(--Light_Pink);
    border-color: var(--Light_Pink);
}

.c1i1 {
    width: 100%;
    height: 100%;
    max-width: 700px;
    margin-bottom: 5vh;
}

.cont1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    padding: 10px 30px;
    margin-bottom: 15vh;
}

.c1th {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    text-align: center;
}

.c1st {
    max-width: 500px;
    text-align: center;
    text-wrap: wrap;
}

.cbtn {
    padding: 20px 75px;
    border-radius: 50px;
    border: 0;
    background-color: var(--Pink);
    color: var(--Very_Pale_Blue);
    cursor: pointer;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    margin-bottom: 10vh;
}

.cbtn:hover {
    background-color: var(--Light_Pink);
}

.c1b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 200px;
}

.c1bic {
    width: 100%;
    height: auto;
    max-width: 30px;
}

.c1bht {
    font-size: 60px;
}

.c1bst {
    text-align: center;
    color: var(--Very_Dark_Cyan);
    font-weight: 100;
}

.c2i {
    width: 40%;
}

.mcont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 600px;
    padding: 50px 100px;
}

.cont2 {
    background: url(./images/bg-section-top-desktop-1.svg), url(./images/bg-section-bottom-desktop-1.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: contain, contain;
    min-height: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont3 {
    flex-direction: row-reverse;
}

.cont4 {
    background: url(./images/bg-section-top-desktop-2.svg), url(./images/bg-section-bottom-desktop-2.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: contain, contain;
    min-width: none;
    height: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont5 {
    margin-top: 15vh;
    margin-bottom: 20px;
}

.cont5>h1 {
    font-size: 2rem;
}

.contbg {
    background-color: var(--Very_Pale_Blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 50px 200px;
    height: 31vw;
    width: 100%;
    margin: 0;

}

.c2ht {
    font-family: "Poppins", sans-serif;
    font-size: 2.7rem;
}

.c2st {
    max-width: 500px;
    font-weight: 500;
}

.c2txt {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer {
    background: url(./images/bg-footer-top-desktop.svg) no-repeat center top;
    background-size: contain;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ft {
    background-color: var(--Very_Dark_Cyan);
    height: auto;
    width: 100%;
    padding: 80px 100px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10.5vw;
    gap: 20px;
}

.ftl {
    width: 100%;
}

.ftlt {
    width: 60%;
    line-height: 1.5;
}

.social {
    display: flex;
    gap: 25px;
}

.fts {
    font-size: 30px;
    color: white;
    transition: all 0.3s ease-in-out;
    margin-top: 30px;
}

.fts:hover {
    color: aqua;
}

.ftl,
.ftr {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ftrht {
    text-transform: uppercase;
    font-size: 1.7rem;
}

.ftrst {
    width: 70%;
}

.frm {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#email {
    width: 100%;
    max-width: 350px;
    padding: 15px 25px;
    border: 0;
    border-radius: 5px;
}

.btn {
    background-color: var(--Pink);
    border: 0;
    border-radius: 5px;
    width: 100px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    padding: 15px;
}

.btn:hover {
    background-color: var(--Light_Pink);
    cursor: pointer;
}

@media (max-width: 1024px) {
    .ft {
        gap: 200px;
    }
}

@media (max-width: 768px) {
    .ft {
        gap: 100px;
    }

    .c1i1 {
        width: 65%;
    }

    .c1b {
        flex-direction: column;
        gap: 50px;
        justify-content: space-evenly;
    }

    .cont2 {
        background: url(./images/bg-section-top-mobile-1.svg)no-repeat center top, url(./images/bg-section-bottom-mobile-1.svg)no-repeat center bottom;
        background-size: contain;
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-top: 28vw;
        padding-bottom: 13vw;
    }

    .contbg {
        flex-direction: column-reverse;
        justify-content: space-evenly;
        height: 100%;
        padding: 50px 100px;
    }

    .cont1 {
        margin-bottom: 5vw;
    }

    .cont3 {
        flex-direction: column-reverse;
        gap: 20px;
        justify-content: space-evenly;
        padding-bottom: 0;
    }

    .c2i {
        width: 300px;
    }

    .c2ht {
        font-size: 1.5rem;
        text-align: center;
        text-wrap: nowrap;
    }

    .c2st {
        width: 55vw;
        text-align: center;
    }

    .c1th {
        font-size: 2rem;
        text-wrap: wrap;
    }

    footer {
        background: url(./images/bg-footer-top-mobile.svg) no-repeat center top;
        background-size: contain;
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .ft {
        flex-direction: column-reverse;
        padding: 70px 40px;
        justify-content: center;
        align-items: center;
    }

    .frm {
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 425px) {
    nav {
        padding: 20px;
        display: flex;
        align-self: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 5vw;
    }

    .nlogo {
        width: 50%;
    }

    .nbtn {
        padding: 5px 15px;
        border-radius: 40px;
        border: 1px solid var(--Pink);
        background-color: white;
        color: var(--Pink);
        box-shadow: 0px 0px 5px 0px var(--Light_Pink);
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

}