:root {
    --dark: #180a32;
    --darkLight: #ffc8e2;
    --primary: #fe8cc7;
    --primaryLight: rgba(255, 220, 240, 0.4);
    --secondary: #FFF;
    --thirdColor: #b2ff63;
    --light: #f2fafb;
    --lightSecondary: #f7eef0;
    --gray: #7e7986;
}
body {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
#navigation {
    position: sticky;
    top: 0;
    height: 80px;
    width: 100%;
    z-index: 999;
    background-color: #FFF;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: end;
}
.nav-items {

}
.cartTopIcon {
    position: relative;
    bottom: 0px;
    right: 0px;
    background-color: var(--thirdColor);
    width: 15px;
    height: 15px;
    margin-top: -15px;
}
.text-gray {
    color: var(--gray);
}

.text-dark {
    color: var(--dark) !important;
}
.nav-icons {
    display: flex;
    padding: 0 10px 0 0;
}
.icon-lang {
    height: 25px;
    padding: 0 5px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.icon-lang:hover {
    scale: 1.2;
}
.nav-icons-langs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-cart {
    /*background-color: var(--primary);*/
    background-color: transparent;
    padding: 5px 8px;
    border-radius: 12px;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-cart:hover {
    scale: 1.1;
}
section {
    padding: 35px 0;
}
#header {
    background: rgb(242,250,251);
    background: linear-gradient(180deg, rgba(242,250,251,1) 0%, rgba(247,238,240,1) 100%);
}
.logo-container {
    border-radius: 60px;
    background-color: #FFF;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-top: 20px;
}
.logo {
    max-height: 120px;
    padding: 25px 0;
}
#about {
    margin-bottom: 55px;
    /*background-color: var(--lightSecondary);*/
}
#form {
    padding: 0 15px;

}
.form-container {
    position: relative;
    background-color: var(--primary);
    top: -50px;
    margin-top: 150px;
    margin-bottom: -50px;
    border-radius: 25px;
    padding: 25px;
}

#footer-container {
    background-color: var(--dark);
    margin-bottom: -150px;
}
#footer {
    color: var(--darkLight);
}
.footer-copyright {
    border-top: 1px solid var(--primaryLight);
    font-size: 12px;
    text-align: center;
    padding: 16px 0;
    color: var(--darkLight)
}
.footer-links:link {
    font-size: 12px;
    text-align: center;
    padding: 16px 0;
    color: var(--darkLight);
    text-decoration: none;
}
.footer-links:hover {
    text-decoration: underline;
}
.footer-links:visited,
.footer-links:active {
    text-decoration: none;
    color: var(--darkLight);

}

h1 {
    font-size: 31px;
    font-weight: 600;
}
h2 {
    color: var(--dark);
    font-size: 28px;
    font-weight: 500;
}
h3 {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
}
h4 {
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
}
.text {
    font-size: 14px;
}
.text-sm {
    font-size: 12px;
}
.text-footer {
    font-size: 14px;
}

.btn-primary {
    background-color: var(--primary);
    padding: 15px 25px;
    border: none;
    border-radius: 25px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-primary:hover {
    background-color: var(--primary);
    scale: 1.05;
}

.btn-outline {
    background-color: var(--dark);
}
.btn-secondary {
    background-color: var(--secondary);
    padding: 15px 25px;
    border: none;
    border-radius: 25px;
    color: var(--dark);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-secondary:hover {
    scale: 1.1;
    background-color: var(--secondary);
    color: var(--dark);
}
.header-img {
    width: 100%;
    position: relative;
    bottom: -35px;
}
.about-circle {
    border-radius: 100%;
    border: none;
    background-color: var(--thirdColor);
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-icon {
    width: 125px;
}
.services-img {
    max-height: 700px;
    border-radius: 45px;
    max-width: 100%;
}
.form-control {
    padding: 12px 24px;
    border-radius: 50px!important;
    border: none!important;
}
.textarea-control {
    padding: 24px;
    border-radius: 25px!important;
}
.nav-item-footer {
    font-size: 14px;
    text-decoration: none;
    color: var(--darkLight);
}
.nav-item-footer:visited,
.nav-item-footer:active
{
    font-size: 14px;
    text-decoration: none;
    color: var(--darkLight);
}
.nav-item-footer:hover {
    color: #FFF;
}
.footer-img {
    position: relative;
    top: 25px;
    width: 100%;
}
.store-container {
    border-radius: 60px;
    background-color: #fdfdfd;
    border: 1px solid #f3f3f3;
    padding: 25px;
}
.store-item {
    background-color: #FFF;
    border: 1px solid #f3f3f3;
    padding: 12px;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
}

.store-price {
    font-size: 24px;
    font-weight: 600;
}
.store-description {
    color: var(--gray);
    line-height: 24px;
}
.store-img {
    border-radius: 16px;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}
.store-img-one {
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}
.store-cart-icon {
    background-color: var(--dark);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.store-cart-icon:hover {
    scale: 1.1;
}
.store-title {
    font-size: 24px;
}
#top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    width: 45px;
    height: 45px;
    background-color: var(--thirdColor);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#top:hover {
    scale: 1.2;
}
@media screen and (min-width: 992px) {
    section {
        padding: 55px 0;
    }
    h1 {
        font-size: 70px;
    }
    h2 {
        font-size: 41px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    #navigation {
        height: 100px;
    }
    .nav-icons {
        padding: 0;
    }
    .nav-icons-langs {
        padding: 0 20px;
    }
    .nav-item {
        color: var(--dark);
        line-height: 32px;
        font-weight: 400;
        font-size: 18px;
        margin-right: 30px;
        text-align: center!important;
        text-decoration: none;
        display: inline-block;
        position: relative;

    }
    .nav-item::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--primary);
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
    .nav-item:active,
    .nav-item:visited
    {
        color: var(--dark);
        line-height: 65px;
        font-weight: 400;
        font-size: 18px;
        padding-right: 30px;
        text-decoration: none;
    }

    .nav-item:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;

    }
    .nav-item:hover {
        color: var(--primary);
    }

    .nav-item:last-child {
        margin-right: 0;
    }
    .nav-item-footer {
        font-size: 16px;
        padding-right: 30px;
        text-decoration: none;
    }

    .text {
        font-size: 20px;
    }

    .text-sm {
        font-size: 16px;
    }
    .text-footer {
        font-size: 16px;
    }
    .header-img {
        bottom: -55px;
    }
    .logo-container {
        border-radius: 60px;
        padding: 15px;
        background-color: #FFF;
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items:center;
        margin-top: 20px;
    }
    .logo {
        max-height: 150px;
        padding: 25px 0;
    }
    .footer-img {
        position: relative;
        width: 70%;
        top: -125px;
        margin-bottom: -145px;
    }
    .store-img-one {
        border-radius: 16px;
        max-width: 100%;
        height: 100%;
        max-height: 200px;
        object-fit: cover;
    }
    .store-img-container-one {
        width: 50%;
    }
    .store-img-container2-one {
        width: 50%;
    }
}
