@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&family=Smooch&display=swap');


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

body {
    background: url("background.png");
    background-position: center;
    /* background-size: cover; */

}


.panel {
    height: 35px;
    width: 100%;
    background: #cc3e27 !important;
    padding: 3px 15px;
}

.panel marquee span {
    color: white;
    font-size: 13px;
    font-weight: 700;
    font-family: inter;
    text-align: center;

}

/* navbar */
.navbar {
    /* margin: 0px 250px !important; */
    background: #ffffff;
}

.navbar-brand img {
    height: 50px !important;
}

form {
    gap: 0px 10px;
}

form .btn {
    transform: scale();
    transition: all 2s;
    text-align: center;
    background: #cc3e27 !important;
    border: none;
    outline: none;
    padding: 10px;
}

form .btn:hover {
    transform: scale(1.050);
    transition: all 2s;
}

.btn span {
    font-weight: 600;
    font-family: roboto;
    margin-left: 2px !important;
}

.Sign-in-btn-div .Sign-in-btn {

    background: white;
    border-color: #cc3e27;
    border-radius: 8px;
    padding: 9px;
    outline: none;
}

.Sign-in-btn-div span {
    color: #cc3e27;
    font-family: roboto;
    font-size: 18px;
}

.cart-shopping-cart {
    height: 40px;
    width: 50px;
    padding: 5px;
    margin-top: 6px;
}

.cart-shopping-cart .cart-shopping {
    font-size: 30px;
    color: #cc3e27;
}

/* nav-end */


/* nav-crosal */
.navbar-crousal {
    display: flex;
    flex-wrap: nowrap !important;
    margin: 0px 30px;

}

.item {
    flex: 0 0 auto;
    white-space: nowrap;

}



/* nav-crosal  */
.wrap {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #ffffff;
    padding: 10px;
}

.viewport {
    overflow: hidden;
    flex: 1;
}

.navbar-crousal {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: .4s;
}

.item {
    flex: 0 0 auto;
    white-space: nowrap;
    color: #cc3e27;

    margin-right: 8px;
    padding: 5px 8px;
    transition: all 1s;
}

.item:hover {
    cursor: pointer;
    background: #c6e3cd;

}

.item img {
    height: 50px;
    width: 50px;
    margin: 0px 20px 0px 20px;
}

.item p {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 0;
    font-family: roboto;

}

.item p a {
    text-decoration: none;
    color: #cc3e27;
}

.arror-div .arror-btn {
    background: transparent;


    color: #fff;
    border: 1px solid #cc3e27;
    padding: 15px 3.5px;
    cursor: pointer;
    border-radius: 8px;
}

.arror-div .arror-btn i {
    font-size: 22px;
    color: #cc3e27;
}

/* nav-crousal-end */

/* top-content-3 */
.top-content-3 {
    height: auto;
    width: 100%;
    /* background: #000; */
    padding: 30px 300px;


}


.search-box {

    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #ff3c2f;
    border-radius: 40px;
    overflow: hidden;
}

.search-box i {
    font-size: 18px;
}

.search-box input {
    height: 55px;
    flex: 1;
    border: none;
    outline: none;
    padding: 7px 15px 7px 19px;
    font-size: 18px;
    color: #cc3e27;
}

.search-box button {
    background: #cc3e27;
    color: #fff;
    border: none;
    padding: 16px 22px;
    cursor: pointer;
}

.top-content-3-text {
    padding: 38px 0px;
}

.top-content-3-text .fireicon {
    display: flex;
}

.top-content-3-text .fireicon i {
    color: rgb(245, 162, 11);
    font-size: 22px;
    margin-right: 6px;
}

.top-content-3-text .fireicon h4 {
    margin: 0;
    font-family: Playfair;
    font-weight: 600;
    font-size: 22px;
}

.top-content-3-text p {
    margin: 0;
    font-family: Playfair;
    font-size: 18px;
    margin-left: 15px;
}

/* top pizza parent */
.topcards {
    display: flex;
    flex-wrap: wrap;
}


/* top pizza card */
.pizza-card {
    max-width: 320px;
    height: fit-content;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 1s;
    transform: scale(1);
}

.pizza-card:hover {
    transition: all 1s;
    transform: scale(1.05);
    cursor: pointer;
    opacity: 0.82;
}


.card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.card-body {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
}


.pizza-main-img {
    width: 300px !important;
    height: 320px;
    object-fit: contain;
    position: relative;
    bottom: 20px;
    margin: 0 !important;

}

.offer-tag {
    background: #cc3e27;
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    left: 87px;
}

h5 {
    color: #2d3436;
    margin-bottom: 15px !important;
    font-size: 15px;
    font-family: poppins, sans-serif;
    font-weight: 800 !important;
}

p {
    color: #636e72;
    font-size: 13px;
    margin-bottom: 20px;
    font-family: Poppins;
}


.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.order-btn:hover {
    background: #d35400;
}

/* top pizza card ends */


/* perfect-pairing-pizza-card section */
.perfect-pairing-img {

    height: 230px;
    margin-top: 28px;

}

.perfect-pairing-img img {
    width: 100%;
    border-radius: 30px;

}


/* perfect-pairing-pizza-cards */
.perfect-pairing-pizza-card {
    max-width: 320px;
    height: fit-content;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 0.5s;
    transform: scale(1);
    margin-top: 50px;

}

.perfect-pairing-pizza-card:hover {
    transition: all 0.5s;
    transform: scale(1.050);
    border-color: #cc3e27;
    border: 3.5px solid #cc3e27;
    cursor: pointer;
    opacity: 0.82;
}


.perfect-pairing-pizza-card .card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.perfect-pairing-pizza-card .card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.perfect-pairing-pizza-card .card-body {
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
}


.perfect-pairing-pizza-card img {
    /* width: 318px !important; */
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;

    /* margin-top: 20px; */
}

.perfect-pairing-pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 700;
}

.perfect-pairing-pizza-card p {
    color: #636e72;
    font-size: 13px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 10px 0px;
    padding: 5px 70px;
}


.perfect-pairing-pizza-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.perfect-pairing-pizza-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.perfect-pairing-pizza-card .order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.perfect-pairing-pizza-card .order-btn:hover {
    background: #d35400;
}

/* perfect-pairing-pizza-card end */

/* birthday-pizza-card */
.birthday-pizza-card {
    max-width: 320px;
    height: fit-content;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 0.5s;
    transform: scale(1);
    margin-top: 50px;


}

.birthday-pizza-card:hover {
    transition: all 0.5s !important;
    transform: scale(1.050) !important;
    border-color: #cc3e27 !important;
    border: 3.5px solid #cc3e27 !important;
    cursor: pointer;
    opacity: 0.82;
}


.birthday-pizza-card .card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.birthday-pizza-card .card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.birthday-pizza-card .card-body {
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
}


.birthday-pizza-card img {
    width: 318px !important;
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;

    margin-top: 20px;
}

.birthday-pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 900;
    padding: 0px 80px;
}

.birthday-pizza-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 10px 0px;

}


.birthday-pizza-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.birthday-pizza-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.birthday-pizza-card .order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.birthday-pizza-card .order-btn:hover {
    background: #d35400;
}

/* cricket-parent */
.cricket-parent {

    display: flex;
    flex-wrap: wrap;
}

/* cricket cards */


.cricket-pizza-card {
    max-width: 320px;
    height: fit-content;

    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 0.5s;
    transform: scale(1);
    margin-top: 50px;


}

.cricket-pizza-card:hover {
    transition: all 0.5s !important;
    transform: scale(1.050) !important;
    border-color: #cc3e27 !important;
    border: 3.5px solid #cc3e27 !important;
    cursor: pointer;
    opacity: 0.82;
}


.cricket-pizza-card .card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.cricket-pizza-card .card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.cricket-pizza-card .card-body {
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
}


.cricket-pizza-card img {
    width: 300px !important;
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;

    margin-top: 20px;
}

.cricket-pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 900;
    /* padding:0px 80px; */
}

.cricket-pizza-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 10px 0px;
    padding: 0px 50px;
}


.cricket-pizza-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.cricket-pizza-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.cricket-pizza-card .order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.cricket-pizza-card .order-btn:hover {
    background: #d35400;
}

/* cricket-cards end */

/* pocket-parent */
.pocket-parent {
    display: flex;
    flex-wrap: wrap;
}

/* pocket cards */
.pocket-pizza-card {
    max-width: 320px;
    height: fit-content;

    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 0.3s;
    transform: scale(1);
    margin-top: 50px;


}

.pocket-pizza-card:hover {
    transition: all 0.3s !important;
    transform: scale(1.050) !important;
    border-color: #cc3e27 !important;
    border: 3.5px solid #cc3e27 !important;
    cursor: pointer;
    opacity: 0.82;
}


.pocket-pizza-card .card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.pocket-pizza-card .card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.pocket-pizza-card .card-body {
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
}


.pocket-pizza-card img {
    width: 300px !important;
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;

    margin-top: 20px;
}

.pocket-pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 900;
    padding: 0px 80px;
}

.pocket-pizza-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 10px 0px;
    /* padding: 0px 50px; */
}


.pocket-pizza-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.pocket-pizza-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.pocket-pizza-card .order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.pocket-pizza-card .order-btn:hover {
    background: #d35400;
}

/* .pocket-pizza-card end */

/* new-arrivals card parent */
.new-arrivals-parent {
    display: flex;
    flex-wrap: wrap;
}

/* new=arrivels cards */
.new-arrivals-pizza-card {
    max-width: 320px;
    height: fit-content;

    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 0.3s;
    transform: scale(1);
    margin-top: 50px;


}

.new-arrivals-pizza-card:hover {
    transition: all 0.3s !important;
    transform: scale(1.050) !important;
    border-color: #cc3e27 !important;
    border: 3.5px solid #cc3e27 !important;
    cursor: pointer;
    opacity: 0.82;
}


.new-arrivals-pizza-card .card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.new-arrivals-pizza-card .card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.new-arrivals-pizza-card .card-body {
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
}


.new-arrivals-pizza-card img {
    width: 300px !important;
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;

    margin-top: 20px;
}

.new-arrivals-pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 900;

}

.new-arrivals-pizza-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 15px 0px;
    padding: 0px 50px;
}


.new-arrivals-pizza-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.new-arrivals-pizza-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.new-arrivals-pizza-card .order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.new-arrivals-pizza-card .order-btn:hover {
    background: #d35400;
}

/* .new-arrivals-pizza-card end */

/* crispy-crust card parent */
.crispy-crust-parent {
    display: flex;
    flex-wrap: wrap;
}

/* crispy-crust cards */
.crispy-crust-pizza-card {
    max-width: 320px;
    height: fit-content;

    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 0.3s;
    transform: scale(1);
    margin-top: 50px;


}

.crispy-crust-pizza-card:hover {
    transition: all 0.3s !important;
    transform: scale(1.050) !important;
    border-color: #cc3e27 !important;
    border: 3.5px solid #cc3e27 !important;
    cursor: pointer;
    opacity: 0.82;
}


.crispy-crust-pizza-card .card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.crispy-crust-pizza-card .card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.crispy-crust-pizza-card .card-body {
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
}


.crispy-crust-pizza-card img {
    width: 300px !important;
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;

    margin-top: 20px;
}

.crispy-crust-pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 900;
    padding: 0px 50px;
}

.crispy-crust-pizza-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 15px 0px;
    padding: 0px 50px;
}


.crispy-crust-pizza-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.crispy-crust-pizza-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.crispy-crust-pizza-card .order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.crispy-crust-pizza-card .order-btn:hover {
    background: #d35400;
}

/* crispy-crust-pizza-card end */

/* PGPbox card parent */
.PGPbox-parent {
    display: flex;
    flex-wrap: wrap;
}

/* PGPbox cards */
.PGPbox-pizza-card {
    max-width: 320px;
    height: fit-content;

    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 0.3s;
    transform: scale(1);
    margin-top: 50px;


}

.PGPbox-pizza-card:hover {
    transition: all 0.3s !important;
    transform: scale(1.050) !important;
    border-color: #cc3e27 !important;
    border: 3.5px solid #cc3e27 !important;
    cursor: pointer;
    opacity: 0.82;
}


.PGPbox-pizza-card .card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.PGPbox-pizza-card .card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.PGPbox-pizza-card .card-body {
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
}


.PGPbox-pizza-card img {
    width: 300px !important;
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;

    margin-top: 20px;
}

.PGPbox-pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 900;
    padding: 0px 50px;
}

.PGPbox-pizza-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 15px 0px;
    padding: 0px 50px;
}


.PGPbox-pizza-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.PGPbox-pizza-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.PGPbox-pizza-card .order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.PGPbox-pizza-card .order-btn:hover {
    background: #d35400;
}

/*PGPbox-pizza-card end */

/* partybundals card  and PairofPies card parent and Combos-pizza-card*/
.partybundals-parent {
    display: flex;
    flex-wrap: wrap;
}

/* partybundals cards and PairofPies-pizza-card and Combos-pizza-card*/
.partybundals-pizza-card {
    max-width: 320px;
    height: fit-content;

    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 0.3s;
    transform: scale(1);
    margin-top: 50px;


}

.partybundals-pizza-card:hover {
    transition: all 0.3s !important;
    transform: scale(1.050) !important;
    border-color: #cc3e27 !important;
    border: 3.5px solid #cc3e27 !important;
    cursor: pointer;
    opacity: 0.82;
}


.partybundals-pizza-card .card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.partybundals-pizza-card .card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.partybundals-pizza-card .card-body {
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
}


.partybundals-pizza-card img {
    width: 300px !important;
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;

    margin-top: 20px;
}

.partybundals-pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 900;
    padding: 0px 50px;
}

.partybundals-pizza-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 15px 0px;
    padding: 0px 50px;
}


.partybundals-pizza-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.partybundals-pizza-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.partybundals-pizza-card .order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.partybundals-pizza-card .order-btn:hover {
    background: #d35400;
}

/*partybundals-pizza-card and PairofPies-pizza-card and Combos-pizza-card end */

/* PanPizza-parent */
.PanPizza-parent {
    display: flex;
    flex-wrap: wrap;
}

/* PanPizza-cards */
.PanPizza--pizza-card {
    max-width: 320px;
    height: fit-content;

    background: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 20px;
    transition: all 0.3s;
    transform: scale(1);
    margin-top: 50px;


}

.PanPizza--pizza-card:hover {
    transition: all 0.3s !important;
    transform: scale(1.050) !important;
    border-color: #cc3e27 !important;
    border: 3.5px solid #cc3e27 !important;
    cursor: pointer;
    opacity: 0.82;
}


.PanPizza--pizza-card .card-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.12;

    background-image:

        linear-gradient(45deg, #ccc 1px, transparent 1px),
        linear-gradient(-45deg, #ccc 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}


.PanPizza--pizza-card .card-texture::after {
    content: "🍕";
    position: absolute;
    font-size: 80px;
    right: -10px;
    bottom: 20px;
    transform: rotate(-20deg);
    filter: grayscale(100%);
    opacity: 0.2;
}

.PanPizza--pizza-card .card-body {
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
}


.PanPizza--pizza-card img {
    width: 300px !important;
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;

    margin-top: 20px;
}

.PanPizza--pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 900;
    /* padding: 0px 50px; */
}

.PanPizza--pizza-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 15px 0px;
    padding: 0px !important;
}


.PanPizza--pizza-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
}

.PanPizza--pizza-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #d63031;
}

.PanPizza--pizza-card .order-btn {
    background: #e67e22;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.PanPizza--pizza-card .order-btn:hover {
    background: #d35400;
}




/* search-btn */
.search-btn {
    height: 50px;
    width: 50px;
    background: #cc3e27;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    outline: none;
    border-color: #cc3e27;
    margin-left: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

.search-btn i {
    font-size: 20px;
    color: white;
}

.btt-btn {
    height: 50px;
    width: 50px;
    background: #cc3e27;
    border-radius: 50%;
    border-color: #cc3e27;
    outline: none;
    position: relative;
    top: 0;
    right: 0;
    left: 92%;
    text-decoration: none;
    color: white;
    padding: 10px;
}

.btt-btn i {
    font-size: 20px;
    text-decoration: none;
    color: white;
}


    footer {
      width: 100%;
      background: #1a1a1a;
      padding: 28px 20px 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
      font-family: 'Segoe UI', sans-serif;
    }

    /* App Store Badges */
    .badges {
      display: flex;
      gap: 12px;
      align-items: center;
    }

    .badge {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #000;
      border: 1px solid #444;
      border-radius: 8px;
      padding: 7px 14px;
      text-decoration: none;
      color: #fff;
      transition: border-color 0.2s;
    }

    .badge:hover { border-color: #aaa; }

    .badge-icon {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
    }

    .badge-text {
      display: flex;
      flex-direction: column;
      line-height: 1.2;
    }

    .badge-text span:first-child {
      font-size: 9px;
      color: #ccc;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .badge-text span:last-child {
      font-size: 14px;
      font-weight: 600;
      white-space: nowrap;
    }

    /* Social Icons */
    .socials {
      display: flex;
      gap: 16px;
      align-items: center;
    }

    .socials a {
      color: #fff;
      text-decoration: none;
      display: flex;
      align-items: center;
      transition: opacity 0.2s;
    }

    .socials a:hover { opacity: 0.7; }

    .socials svg {
      width: 22px;
      height: 22px;
      fill: #fff;
    }

    /* Bottom links */
    .footer-links {
      display: flex;
      align-items: center;
      gap: 0;
      font-size: 13px;
      color: #ccc;
      flex-wrap: wrap;
      justify-content: center;
    }

    .footer-links span { margin: 0 8px; color: #666; }

    .footer-links a {
      color: #ccc;
      text-decoration: none;
      transition: color 0.2s;
    }

    .footer-links a:hover { color: #fff; }

    .footer-links strong {
      color: #fff;
      text-decoration: underline;
    }

    .powered {
      color: #ccc;
      font-size: 13px;
      font-weight: 600;
    }

  


/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0f0f0f;
}

::-webkit-scrollbar-thumb {
    background: #cc3e27;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

/* scrollbar end */
@media only screen and (max-width:1599px) {
    .top-content-3 {
        height: auto;
        width: 100%;
        /* background: #000; */
        padding: 30px 100px;
    }
    .PanPizza--pizza-card h5 {
    color: #2d3436;
    margin: 15px 0px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 900;
    
}

.PanPizza--pizza-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Poppins;
    margin: 15px 0px;
    
}
}

@media only screen and (max-width:1024px) {
    .top-content-3 {
        height: auto;
        width: 100%;
        /* background: #000; */
        padding: 30px 30px;
    }

    .perfect-pairing-img {

        height: 190px;
        margin-top: 20px;

    }

    .perfect-pairing-pizza-card {
        max-width: 320px;
        height: fit-content;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px;
        transition: all 0.5s;
        transform: scale(1);
        margin-top: 20px;

    }

    .birthday-pizza-card {
        max-width: 320px;
        height: fit-content;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px;
        transition: all 0.5s;
        transform: scale(1);
        margin-top: 20px;


    }

    .cricket-pizza-card {
        max-width: 320px;
        height: fit-content;

        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px;
        transition: all 0.5s;
        transform: scale(1);
        margin-top: 20px;


    }

    .pocket-pizza-card {
        max-width: 320px;
        height: fit-content;

        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px;
        transition: all 0.3s;
        transform: scale(1);
        margin-top: 20px;


    }

    .new-arrivals-pizza-card {
        max-width: 320px;
        height: fit-content;

        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px;
        transition: all 0.3s;
        transform: scale(1);
        margin-top: 20px;


    }

    .crispy-crust-pizza-card {
        max-width: 320px;
        height: fit-content;

        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px;
        transition: all 0.3s;
        transform: scale(1);
        margin-top: 20px;


    }

    .PGPbox-pizza-card {
        max-width: 320px;
        height: fit-content;

        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px;
        transition: all 0.3s;
        transform: scale(1);
        margin-top: 20px;


    }

    .partybundals-pizza-card {
        max-width: 320px;
        height: fit-content;

        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px;
        transition: all 0.3s;
        transform: scale(1);
        margin-top: 20px;


    }
}

@media only screen and (max-width:768px) {
    .top-content-3 {
        height: auto;
        width: 100%;
        /* background: #000; */
        padding: 0px !important;
    }

    .perfect-pairing-img {

        height: 150px;
        margin-top: 20px;

    }

    .perfect-pairing-img img {
        border-radius: 0px;
        height: 160px;
    }

    .topcards {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 30px 0px 45px;

    }

    .btt-btn {
        margin-right: 20px;
    }
}

@media only screen and (max-width:425px) {
    .perfect-pairing-img {

        height: 125px;
        margin-top: 20px;

    }

    .perfect-pairing-img img {
        border-radius: 0px;
        height: 120px;
    }

    .perfect-pairing-pizza-card {
        max-width: 320px;
        height: fit-content;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px 52px;
        transition: all 0.5s;
        transform: scale(1);


    }

    .birthday-pizza-card {
        max-width: 320px;
        height: fit-content;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 20px 52px;
        transition: all 0.5s;
        transform: scale(1);



    }

    .cricket-parent,
    .pocket-parent,
    .new-arrivals-parent,
    .crispy-crust-parent,
    .PGPbox-parent {

        display: flex;
        flex-wrap: wrap;
        padding: 0px 30px;
    }

    .partybundals-parent {
        padding: 0px 30px;
        margin-left: 15px;
    }
}