/* CONTAINER */

.container {
    width: 100%;

    padding: 1rem;

    background: #FDD919;
}




/* GLOBAL */

.caption {
    padding: 5rem 0;
    text-align: center;

    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.caption h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    color: #000;
}

.caption p {
    padding: 0 3rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #2A2A2A;
}


.card-container {
    border-radius: 2.5rem;
    background: #fff;
    padding: 2.5rem;
}

.global-cta {
    height: auto;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 2rem;

    font-weight: 700;
}

.global-cta button {
    padding: .9rem 2rem;

    background: #fff;
    border: 1px solid #000;
    border-radius: 50rem;
    box-shadow: 0 .3rem .5rem #969696;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    font-size: 1.1rem;
}

.global-cta img {
    height: 2rem;
}



/* HEADER */


header {
    width: 100%;
    height: auto;

    padding: 1.3rem 1rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img {
    height: 1.3rem;
}

header .menu img {
    height: 1.5rem;
}


/* MENU */

.menu-wrapper {
    position: relative;
}

/* Hidden by default */
.hover-menu {
    position: absolute;
    top: 120%;
    right: 0;
    width: 15rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease;
    z-index: 1000;
}

/* Show on hover */
.menu-wrapper:hover .hover-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Menu items */
.hover-menu ul {
    list-style: none;
    padding: 1rem;
    margin: 0;
}

.hover-menu li {
    margin-bottom: 0.75rem;
}

.hover-menu li:last-child {
    margin-bottom: 0;
}

.hover-menu a {
    display: block;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
}

.hover-menu a:hover {
    background: #FDD919;
}





/* SHOWCASE */

.showcase {
    padding: 5rem 2.5rem 2.5rem 2.5rem;

    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.showcase-img {
    height: auto;
    width: 100%;
}

.showcase-caption {
    width: 100%;
    height: auto;

    text-align: center;
    padding-top: 2rem;

    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.showcase-caption h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    color: #000;
}

.showcase-caption p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #2A2A2A;
}





.showcase-footer {
    height: auto;
    width: 100%;

    text-align: center;
}

.showcase-footer .showcase-box {
    padding: 3rem 0;
    border-top: 2px solid #DADADA;
}

.showcase-footer .showcase-box:last-child {
    border-bottom: 2px solid #DADADA;
}

.showcase-footer .showcase-box h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    padding-bottom: .5rem;
}

.showcase-footer .showcase-box p {
    font-size: 1.2rem;
    color: #000;
}






/* ABOUT */

.about {
    padding: 2.5rem 2.5rem 5rem 2.5rem;
}

.about-video {
    height: auto;
    width: 100%;

    padding: .3rem;
    border-radius: 3rem;

    background: #000;

    display: flex;
    justify-content: center;
    align-items: center;
}

.about-video video {
    height: auto;
    width: 100%;
}

.about-footer {
    height: auto;
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.about-footer .about-box {
    padding: 2rem;
    border: 1px solid #dadada;
    border-radius: 1rem;

    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-footer .about-box img {
    height: 3rem;
}

.about-footer .about-box h3 {
    font-size: 1.55rem;
    font-weight: 700;
    color: #000;
    padding-bottom: .5rem;
}

.about-footer .about-box p {
    font-size: 1.1rem;
    color: #000;
}

.about-footer .about-box button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.about-footer .about-box button img {
    height: 2rem;
}




/* HOW IT WORKS */

.how-it-works {
    margin-top: 3rem;
}

.store-it-works {
    margin-top: 5rem;
}

.how-caption h2,
.store-caption h2 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 2rem;
}

.how-steps,
.store-steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-left: 2rem;
}

/* Grey base line */
.how-steps::before,
.store-steps::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #E5E5E5;
    border-radius: 10px;
}

/* Active moving line */
.how-line-active,
.store-line-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: #000;
    border-radius: 10px;
    transition: top 0.35s ease, height 0.35s ease;
}

.how-step,
.store-step {
    position: relative;
}

.how-step h3,
.store-step h3 {
    font-size: 1.55rem;
    font-weight: 700;
}

.how-step p,
.store-step p {
    font-size: 1.05rem;
    color: #333;
}




/* FOOTER */


.footer {
    background: #000;
    color: #fff;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
    padding: 30px 40px;
}

.logo {
    grid-column: 1;
}

.logo img {
    height: 3.5rem;
}

.social-links {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-links {
    grid-column: 2;

}

.social-links,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links li,
.footer-links li {
    margin-bottom: 1rem;
    padding: 0 1.5rem;
}

.social-links a,
.footer-links a {
    color: #bbb;
    text-decoration: none;
    font-size: 1.2rem;
}

.social-links a:hover,
.footer-links a:hover {
    color: #fff;
}

.footer-divider {
    height: 1px;
    background: #333;
    margin: 0 40px;
}

.footer-copy {
    text-align: center;
    font-size: 1.1rem;
    color: #888;
    padding: 2rem .5rem;
}



/* Loader */
.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    height: 100%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background: hsla(0, 0%, 0%, 0.2);
}

.loading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    height: auto;
    width: auto;

    background: #fff;
    border-radius: .5rem;
}

.donut {
    width: 4rem;
    height: 4rem;

    margin: 2rem;

    border-radius: 50%;
    border: .5rem solid rgba(81, 81, 81, 0.3);
    border-top-color: #000;

    animation: spin .7s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}







/* LOGO LOADER */

.logo-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    width: 100%;
    background: #fdd919;
    /* Initially yellow */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.logo-loader img:nth-child(1) {
    width: auto;
    height: 7rem;
    display: block;
    /* Initially visible */
}

.logo-loader img:nth-child(2) {
    width: auto;
    height: 2.5rem;
    display: none;
    /* Initially hidden */
}