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

a {
    text-decoration: none;
}

body {
    background: #454397;
    /* background-image: url("./assets/desktop/bolt.png"); */
    font-family: "Galada", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    background-position: top right;
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    overflow-x: hidden;
    /* display: grid;
    place-items: center; */
    display: block;
}

/* #preLaunch {
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
}

#preLaunch .logo {
    width: 30%;
    max-width: 250px;
    margin-bottom: 20px;
}

#preLaunch .middleImg {
    width: 100%;
    max-width: 1000px;
}

#preLaunch>.timeleft {
    margin: 15px 0;
    font-size: clamp(30px, 6vw, 55px);
    line-height: clamp(40px, 6vw, 60px);
}

#preLaunch>.timeleft>.store-icons {
    height: 50px;
    display: flex;
    gap: 15px;
    margin: 20px 0px;
}

form {
    width: 80%;
    max-width: 750px;
    position: relative;
}

form>input {
    width: 100%;
    padding: 18px 10px;
    border-radius: 8px;
    border: 1px solid white;
    outline: none;
    font-size: 18px;
}

form>.floating-label {
    display: none;
    text-align: left;
    font-family: "Poppins", serif;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.3s ease;
}

form>input::placeholder {
    font-family: "Poppins", serif;
    font-size: clamp(10px, 3vw, 18px);
}

form>.errorMsg {
    display: none;
    background-color: #FFD9D9;
    color: #000;
    position: absolute;
    transform: translate(0, -9px);
    width: 100%;
    font-family: "Poppins", serif;
    padding: 10px;
    border-radius: 5px;
    z-index: -1;
    text-align: left;
}

form>.errorMsg>span {
    position: relative;
    top: 5px;
    font-family: "Poppins", serif;
    font-weight: 400;
}

form>button {
    position: absolute;
    top: 51%;
    right: 6px;
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}

form>button>img {
    height: 45px;
    max-height: 45px;
}

.store-icons>img:first-child,
.store-icons>img:last-child {
    cursor: pointer;
}

.store-icons>a {
    display: grid;
}

.success {
    background-color: white;
    border-radius: 9px;
    padding: 10px;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: none;
    align-items: center;
    gap: 10px;
    width: 70%;
    text-align: left;
} */

.home {
    /* display: none; */
    display: block;
    padding-bottom: 40px;
}

.wrapper {
    max-width: 1440px;
    width: 95vw;
    position: relative;
    margin: 10px auto;
}



#logo15minutes {
    display: block;
    margin: 15px auto;
}


.banner {
    width: 100vw;
    height: 55vh;
    position: relative;
}

.video-controls {
    position: absolute;
    bottom: 22%;
    right: 20px;
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    flex-direction: column;
}

.banner:hover .video-controls {
    opacity: 1;
}

.video-controls button {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    backdrop-filter: blur(10px);
    color: white;
    padding: clamp(8px, 1.5vw, 12px) clamp(11px, 2vw, 16px);
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: grid;
    place-items: center;
}



.video-controls button img {
    width: clamp(10px, 4vw, 20px);
    height: clamp(10px, 4vw, 20px);
}

.video-controls button:hover {
    background: rgba(255, 255, 255, 0.4);
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    height: 83% !important;
}

.swiper-slide {
    border-radius: 20px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.swiper-slide .content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content img,
.content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev {
    background: url('./assets/sliderBtn.png') no-repeat center center;
    background-size: contain;
    width: 40px !important;
    height: 40px !important;
    left: -4px !important;
    transform: translateY(-70%);
}

.swiper-button-next {
    background: url('./assets/sliderBtn.png') no-repeat center center;
    transform: rotate(180deg) translateY(70%);
    background-size: contain;
    width: 40px !important;
    height: 40px !important;
    right: -4px !important;
}


.swiper-pagination {
    bottom: 2.5% !important;
}

#foodgasms {
    position: absolute;
    left: 50%;
    bottom: 4vh;
    z-index: 1;
    transform: translateX(-50%);
    width: clamp(170px, 22vw, 270px);
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: white !important;
    opacity: 0.5 !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 8px !important;
    background: white !important;
    opacity: 1 !important;
    border-radius: 10px !important;
}

#hamburger {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    cursor: pointer;
}

#menuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

#menuCanvas {
    position: fixed;
    top: 0;
    right: -320px;
    border-radius: 15px 0 0 15px;
    width: 500px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease-in-out;
    padding: 20px;
    z-index: 1001;
}

.menuItems>li>a {
    font-family: "Poppins", sans-serif;
    color: #666666 !important;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.menuItems>li.active a {
    color: black !important;
    font-weight: 600;
}

.menuItems>li {
    position: relative;
}

.menuItems>li.active::before {
    content: "";
    position: absolute;
    left: -21px;
    top: 45%;
    transform: translateY(-50%);
    width: 5px;
    height: 35px;
    background-color: #454397;
    border-radius: 3px;
}

#menuLogo {
    width: 170px;
}

#closeMenu {
    position: absolute;
    top: 34px;
    right: 15px;
    cursor: pointer;
}

#menuCanvas ul {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

#menuCanvas ul li {
    margin: 20px 0;
}

#menuCanvas ul li a {
    text-decoration: none;
    font-size: 18px;
    color: black;
}

.menu-overlay-active {
    display: block !important;
}

.menu-canvas-open {
    right: 0 !important;
}

.brandCarousel {
    width: 90vw;
    max-width: 1500px;
    position: relative;
    margin: 10px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.brandCarousel .track {
    display: flex;
    min-width: 200%;
    animation: scroll 40s linear infinite;
}

.brandCarousel::before,
.brandCarousel::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.brandCarousel::before {
    left: 0;
    background: linear-gradient(to right, #454397, rgba(69, 67, 151, 0.6), rgba(69, 67, 151, 0.3), rgba(69, 67, 151, 0));
}

.brandCarousel::after {
    right: 0;
    background: linear-gradient(to left, #454397, rgba(69, 67, 151, 0.6), rgba(69, 67, 151, 0.3), rgba(69, 67, 151, 0));
}

.brandCarousel img {
    height: 200px;
    width: 160px;
    flex-shrink: 0;
}

.brand-heading {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

footer {
    width: 95%;
    margin: auto;
    background-color: #8AC755;
    border: 2px solid #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    height: 300px;
    position: relative;
    margin-top: 120px;
}

footer>div {
    flex: 1;
    display: grid;
    place-items: center;
}

.orderFoodNow {
    font-size: clamp(2rem, 3.3vw, 3rem);
    line-height: 48px;
    color: black;
    font-weight: 900;
}

.orderFoodNow p:last-child {
    display: none;
}


.quickiesPreview {
    height: 100%;
    position: relative;
}

.quickiesPreview img {
    width: 400px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.download {
    font-size: 1rem;
    font-weight: 900;
}

.download>.desktopView {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.download>.desktopView>img {
    width: 180px;
}

.download>.mobileView {
    display: none;
}


.middlePara {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Inter", sans-serif;
    border-radius: 15px;
    padding: 5px;
    padding-bottom: 20px;
}

.middlePara header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #8AC755;
    border-radius: 15px;
    padding: 10px 20px;
}

.middlePara header p {
    font-family: "Poppins", sans-serif;
    font-size: clamp(24px, 5vw, 42px);
    font-weight: 800;
    line-height: 32px;
}

.middlePara header img {
    width: clamp(100px, 20vw, 200px);
}

.middlePara main {
    padding: 0 20px;
    margin: 30px 0 100px 0;
}

.middlePara footer {
    margin: 0 auto;
}

.about,
.contact,
.faq {
    padding-bottom: 5px;
}

/* About us  */
.about main {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about main article {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
}

.about main article:nth-child(even) {
    flex-direction: row-reverse;
}

.about main article section:first-child {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about main article section:first-child h3 {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 600;
    line-height: 24px;
}

.about main article section:first-child p {
    font-size: clamp(13px, 1.8vw, 18px);
    font-weight: 400;
    line-height: 24px;
}

.about main article section:last-child {
    flex: 1;
    border-radius: 10px;
}

.about main article section:last-child>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* About us  */

/* FAQ's */
.accordion {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.accordion-item {
    border-bottom: 1px solid #CCCCCC;
}

.accordion-item input {
    display: none;
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 17px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.accordion-title .icon img {
    width: clamp(12px, 2vw, 16px);
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 15px;
    font-size: 14px;
    color: #555;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out, visibility 0s linear 0.4s;
    visibility: hidden;
}

.accordion-item input:checked+.accordion-title+.accordion-content {
    max-height: 1000px;
    opacity: 1;
    transform: scaleY(1);
    padding: 15px;
    padding-top: 0px;
    visibility: visible;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out, visibility 0s;
}

.accordion-item input:checked+.accordion-title .icon img {
    transform: rotate(45deg);
}

/* FAQ's */

/* Contact Us  */
.contact main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 40px !important;
}

.contact .contactInfo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.contact .contactInfo article {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.contact .contactInfo article .social{
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
.contact .contactInfo article .social img {
    width: 3rem;
}

.contact .contactInfo article section:not(.social) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact .contactInfo article a {
    color: #000000;
    text-decoration: underline;
}

/* Contact Us  */


@media (max-width: 1280px) {
    .video-controls {
        bottom: 20%;
    }
}



@media (max-width: 1024px) {
    body {
        background-position: top center;
        background-size: cover;
    }

    /* #preLaunch {
        width: 95%;
        padding: 20px;
    }

    #preLaunch .middleImg {
        width: 100%;
    }

    #preLaunch>.timeleft {
        font-size: clamp(24px, 5vw, 50px);
    }

    form {
        width: 100%;
    }

    form>button {
        top: 52%;
        right: 3px;
        transform: translateY(-50%);
    }

    form>button>img {
        height: 45px;
    }

    .success {
        width: 85%;
    } */

    .banner {
        height: 45vh;
    }

    .video-controls {
        bottom: 20%;
    }

    .swiper-wrapper {
        height: 83% !important;
    }

    .swiper-pagination {
        bottom: 1.5% !important;
    }

    #foodgasms {
        bottom: 3vh;
    }

    footer {
        height: 250px;
        margin-top: 100px;
    }

    .quickiesPreview img {
        width: 340px;
    }

    .orderFoodNow {
        font-size: 25px;
        line-height: 27px;
    }

    .download {
        font-size: 13px;
        font-weight: 700;
    }

    .download>img {
        width: 150px;
    }
}

@media (max-width: 992px) {
    /* #preLaunch .logo {
        width: 50%;
    } */

    .video-controls {
        /* bottom: 20%; */
        right: 53px;
        opacity: 1 !important;
    }

    .brand-heading {
        font-size: 28px;
    }

    footer {
        flex-direction: column;
        height: fit-content;
        gap: 20px;
        padding-top: 20px;
    }

    .orderFoodNow {
        order: 1;
        font-size: 2rem;
    }

    .orderFoodNow p:first-child {
        display: none;
    }

    .orderFoodNow p:last-child {
        display: block;
    }

    .download {
        order: 2;
    }

    .quickiesPreview {
        order: 3;
    }

    .quickiesPreview img {
        position: relative;
        width: 300px;
    }

    .download>.desktopView {
        display: none;
    }

    .download>.mobileView {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .download>.mobileView img {
        width: 230px
    }

    .middlePara main {
        margin: 30px 0 50px 0;
    }
}

@media (max-width: 767px) {
    .about main article {
        flex-direction: column-reverse !important;
    }

    .about main article section:first-child p {
        text-align: justify;
    }

    .video-controls {
        opacity: 1;
    }

    .video-controls {
        bottom: 20%;
        right: 40px;
    }

    .contact main {
        padding: 0 15px !important;
    }

    .contact .contactInfo {
        grid-template-columns: 1fr;
        gap: 10px;
    }

}

@media (max-width: 480px) {
    body {
        background-image: url("./assets/mobile/boltMobile.png") !important;
        background-attachment: fixed !important;
    }

    .home {
        padding-bottom: 10px;
    }

    /* form>input::placeholder {
        color: #ffffff;
    }

    .floating-label {
        display: flex;
    }

    form>input:placeholder-shown~.floating-label {
        display: flex;
    }

    form>input:not(:placeholder-shown)~.floating-label {
        display: none;
    }

    #preLaunch .logo {
        width: 70%;
    }

    #preLaunch>.timeleft {
        font-size: clamp(40px, 4vw, 40px);
    }

    form {
        width: 100%;
    }

    form>button>img {
        height: 45px;
    }

    .success {
        width: 100%;
    } */


    #logo15minutes {
        margin: 15px;
        width: 150px;
    }

    #hamburger {
        top: 10px;
        width: 35px;
    }

    .banner {
        height: 35vh;
    }

    .video-controls {
        bottom: 21%;
        right: 28px;
    }


    #menuCanvas {
        width: 85%;
    }

    #foodgasms {
        bottom: 2.2vh;
    }

    .swiper-pagination {
        bottom: -1.5% !important;
    }


    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .brandCarousel {
        width: 100vw;
    }

    .brandCarousel::before,
    .brandCarousel::after {
        display: none;
    }

    .brandCarousel img {
        height: 130px;
        width: 100px;
        flex-shrink: 0;
    }

    .brand-heading {
        font-size: 23px;
        margin-top: 5px;
    }

    footer {
        width: 91%;
        margin-top: 40px;
    }

    .orderFoodNow {
        font-size: 1.5rem;
    }

    .download {
        width: 100%;
    }

    .download>.mobileView {
        width: 100%;
    }

    .download>.mobileView img {
        width: 70%;
        display: block;
        margin: auto;
    }

    .quickiesPreview img {
        left: unset;
        transform: unset;
        width: 85%;
    }
}

/* animations */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* animations */