.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: @yield ("navbarColor");
    box-shadow: none;
}

.navbar a {
    color: white;
}

.hero-section {
    background-color: #020218;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 507px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.hero-section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.hero-section-content h1 {
    font-family: "Cairo-Bold", sans-serif;
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.hero-section-content p {
    font-family: "Cairo-Regular", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    width: 123%;
    margin-left: -50px;
}

.hero-section-content button {
    width: 382px;
    height: 60px;
    padding: 9px 24px 9px 24px;
    gap: 4px;
    border-radius: 15px;
    background-color: #3b3aef;
    font-family: "Cairo-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4000000059604645px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-top: 50px;
}

.products-card {
    width: 282px;
    height: 464px;
    gap: 0px;
    border-radius: 24px;
    background-color: #ffffff;
    max-width: 23%;
    box-sizing: border-box;
}

.products {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 400px;
}

.products-container {
    margin-bottom: -360px;
}

.products-image {
    width: 282px;
    height: 282px;
}

.products-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px 24px 0 0;
}

.products-content {
    width: 282px;
    height: 182px;
    padding: 32px 16px 24px 16px;
    gap: 16px;
}

.products-content span {
    font-family: "Cairo-Meduim", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0c1728;
}

.products-content p {
    font-family: "Cairo-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8e8e93;
    margin-top: 30px;
}

.product-price {
    margin-top: 25px;
}

.product-price .old-price {
    font-family: "Cairo-Bold", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 37.48px;
    letter-spacing: -0.4000000059604645px;
    text-align: center;
    text-decoration-line: line-through;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8e8e93;
    margin-right: 5px;
}

.product-price .new-price {
    font-family: "Cairo-Bold", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: -0.4000000059604645px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3396ae;
}

.waitingfor3-section {
    background-color: #ffffff;
    width: 80%;
    height: 348px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 64px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -230px;
}

.waitingfor3-content h1 {
    font-family: "Cairo-Bold", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3b3aef;
    padding-bottom: 40px;
}

.waitingfor3-content p {
    font-family: "Cairo-Regular", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4000000059604645px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}

.waitingfor3-content button {
    width: 253px;
    height: 60px;
    padding: 9px 24px 9px 24px;
    border-radius: 15px;
    font-family: "Cairo-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4000000059604645px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    background-color: #3b3aef;
    margin-right: 450px;
    margin-top: 15px;
}