body{
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-color: rgb(46, 45, 45);
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    color: white;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(35, 35, 35);
    height: 8.5vh;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.logo{
    color: white;
    font-size: 50px;
    font-family: "Tangerine", roboto;
  font-weight: 700;
  font-style: normal;
}
.threebars{
    color: rgb(255, 136, 0);
}
:active .threebars{
        color: rgba(210, 199, 187, 0.772);
}
h6{
    color: white;
    font-size: 15px;
    font-weight: 100;
}
.slide{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    height: 3vh;
    background-color: rgba(63, 63, 63, 0.075);
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    animation: 20s slides infinite linear;
}
.moving{
        white-space: nowrap;
display: flex;
gap: 25px;
overflow: hidden;
}
@keyframes slides{
    from{transform: translatex(0);}
    to{transform: translatex(-100%);}
}
.image1{
    width: 100vw;
}
h2, h3{
    position: absolute;
    color: white;
    font-size: 2.1em;
    text-align: center;
    width: 100%;
    top: 14.5vh;
    font-weight: 600;
}
h2{
    color: rgb(255, 136, 0);
    top: 16vh;
    font-weight: 600;
        font-size: 4.1em;

}
.arrow{
    position: absolute;
    color: white;
    left: 46vw;
    font-size: 2.1em;
    top: 32vh;
    background-color: rgba(0, 0, 0, 0.363);
    padding: 2px 10px;
    border-radius: 100px;
}
.bestdeal{
    color: rgb(255, 136, 0);
}
.menubtn{
    position: absolute;
    height: 7vh;
    width: 30vw;
    border-radius: 5px;
    border: 0;
    background-color: rgb(255, 136, 0);
    font-weight: 600;
    font-size: 15px;
    text-wrap: nowrap;
    left: 35vw;
    top: 48vh;
}
h4{
    color: white;
    font-size: 1.7em;
    text-align: center;
    position: relative ;
    bottom: 3vh;
}
.findus, .callus{
    position: absolute;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
    top: 59vh;
left: 5vw;
right: 5vw;
}
a .menubtn2{
    color: white;
}

a .menubtn{
    color: white;
}
.callus{
    top: 62vh;
}
::selection{
    background-color: rgb(255, 136, 0);
}
:active .findus{
        background-color: rgb(45, 45,45);
}
.dropdown{
    z-index: 1;
    display: inline-block;
}
.dropdown a{
display: block;
color: white;
text-decoration: none;
padding: 15px 15px;

}
.dropdown .content{
    display: none;
    position: relative;
    background-color: rgb(45, 45, 45);
    min-width: 100px;
    box-shadow: -3px 5px 5px black;
    right: -3.5vw;
    top: 10vh;
    font-size: 20px;
}
.dropdownhome{
        border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.dropdownmenu{
        border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.dropdownabout{
        border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}

.threebars:active .content{
    background-color: rgb(45, 45, 45);   
    display: block;
    z-index: 1;
}
#menu-toggle:checked + .threebars + .dropdown{
    display: block;
}
.review1{
        width: 75vw;
        mix-blend-mode: lighten;
    transform: scalex(-1);
position: relative;
left: 28vw;
top: -6vh;
overflow: hidden;
z-index: 2;
z-index: 10;

}
.wrap1{
    overflow: hidden;
    position: relative;
    height: 20vh;
    top: 1000vh;
    width: 100vw;
}
.name1{
    position: absolute;
    font-size: 2.5em;
font-weight: 600;
margin-left: 3vw;
bottom: 4vh;
}
.Usman{
        position: absolute;
    font-size: 1.5em;
font-weight: 100;
margin: 0 2vw;
bottom: -2vh;
text-align: end;
}
.review2{
    background-color: rgba(0, 0, 0, 0.137);
    border-radius: 30px;
            position:absolute;
z-index: -1;
bottom: -4vh;
height: 20vh;
width: 98vw;
margin-left: 1vw;
border: 1px solid rgba(255, 255, 255, 0.4);
}
.reviews{
    text-align: center;
    left: 30vw;
    font-size: 2.3em;
    font-weight: 900;
    position: absolute;
    bottom: 12.5vh;
    text-decoration: underline;
}
.stars2{
        width: 75vw;
        mix-blend-mode: lighten;
position: absolute;
left: -5vw;
top: -7vh;
overflow: hidden;
z-index: 2;
}
.wrap2{
    overflow: hidden;
    position: absolute;
    height: 50vh;
    width: 100vw;
    height: 20vh;
    top: 0vh;
    border: none;
}
.name2{
    position: absolute;
    font-size: 2.5em;
font-weight: 600;
margin-right: 3vw;
top: 96vh;
right: 10vw;
}
.Khuram{
        position: absolute;
    font-size: 1.5em;
font-weight: 100;
margin: 0 2vw;
top: 107vh;
}
.reviewbox2{
    background-color: rgba(0, 0, 0, 0.137);
    border-radius: 30px;
            position:absolute;
z-index: -1;
top: 100vh;
height: 23vh;
width: 98vw;
margin-left: 1vw;
border: 1px solid rgba(255, 255, 255, 0.4);
}


.stars3{
        width: 75vw;
        mix-blend-mode: lighten;
position: absolute;
right: -5vw;
top: -7vh;
transform: scaleX(-1);
overflow: hidden;
z-index: 2;
}
.wrap3{
    overflow: hidden;
    position: absolute;
    height: 20vh;
    width: 100vw;
    top: 127vh;

}
.name3{
    position: absolute;
    font-size: 2.5em;
font-weight: 600;
top: 123vh;
left: 10vw;
}
.SA{
        position: absolute;
    font-size: 1.5em;
font-weight: 100;
margin: 0 2vw;
text-align: end;
top: 134vh;
}
.reviewbox3{
    background-color: rgba(0, 0, 0, 0.137);
    border-radius: 30px;
            position:absolute;
z-index: -1;
top: 127vh;
height: 23vh;
width: 98vw;
margin-left: 1vw;
border: 1px solid rgba(255, 255, 255, 0.4);
}
.menubtn2{
    position: absolute;
    height: 7vh;
    width: 30vw;
    border-radius: 5px;
    border: 0;
    background-color: rgb(255, 136, 0);
    font-weight: 600;
    font-size: 15px;
    text-wrap: nowrap;
    left: 35vw;
    top: 154vh;
}
footer{
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.635);
    height: 20vh;
    width: 100vw;
    position: absolute;
    bottom: -93vh;
    gap: 1vh;
    justify-content: space-evenly;
}
a .footerhome, .footermenu, .footerabout, .footercontact{
    font-size: 22px;
    margin-left: 3vw;
    text-decoration: underline;
    color: rgb(255, 136, 0);
}
.footerlogo{
        color: white;
    font-size: 50px;
    font-family: "Tangerine", roboto;
  font-weight: 700;
  font-style: normal;
    position: absolute;
    bottom: -96vh;
    right: 3vh;
}
.footerfindus, .footercallus{
    position: absolute;
    color: white;
    font-weight: 600;
    font-size: 18px;
    bottom:-82vh;
        text-align: end;

right: 5vw;
}
.footerfindus{
        position: absolute;
    bottom: -82vh;
    margin-left: 40vw;
}
.footercallus{
            position: absolute;
    bottom: -89vh;
    margin-left: 40vw;
}
.menuorder{
    color: white;
    position: absolute;
    top: 8vh;
    font-size: 2.5em;
}
.menubtn2{
    color: white;
}
.krisposspec{
    padding-top: 2vh;
}
.krisposspecdesc, .magheritadesc, .meatdesc, .pepperonidesc, .bbqdesc, .chickendesc, .peridesc{
    margin-left: 2vw;
    padding-bottom: 0vh;
    margin-right: 2vw;
        z-index: -1;

}
.basketicon{
    color: white;
    margin-left: 30vw;
    transition: transform .5s;

}
iframe{
    height: 80vh;
    width: 100vw;
    position: absolute;
    top: 70vh;
}
:active .basketicon{
    color: rgba(210, 199, 187, 0.772);
}
.itemsincart{
    display: flex;
    width: 20px;
    height: 20px;
    background-color: red;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 5vh;
    right: 18vw;
}
.listproduct .allpizzas button {
    background-color: rgb(255, 136, 0);
    border: none;
    border-radius: 20px;
    padding: 10px;
    width: 30vw;
    display: block;
    margin-left: auto;
    position: relative;
    top: -5vh;
    margin-right: 2vw;
    margin-top: 5px;
    font-weight: bold;
}
:active .listproduct .allpizzas button{
    background-color: rgba(255, 136, 0, 0.829);

}
.listproduct .allpizzas .price{
    right: 10vw;
    font-weight: 700;
    font-size: 2em;
    top: 0vh;
    z-index: 2;
    width: 20vw;
    position: relative;
    left: 3vw;
}
.carttab{
    width: 80vw;
    background-color: rgb(32, 32, 32);
    color: white;
    position: fixed;
    inset: 0 -400px 0 auto;
    grid-template-rows: 70px 1fr 70px;
    z-index: 3;
    transition: .5s;
}
body.showcart .carttab{
        inset: 0 0 0 auto;
    transition: .5s;

}
body.showcart .carttab{
    transform: translateX(0px);
}
.carttab h2 {
    font-size: 1.5em;
    font-weight: 600;
    padding: 20px;
    margin: 0;
    position: absolute;
    top: -1vh;
    left: -21vw;
}
.carttab .btn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);    
}
.carttab .btn button{
    background-color: rgb(255, 136, 0);
    border: none;
    top: 53vh;
    position: absolute;
    right: 0vw;
    padding: 30px 10vw;
    z-index: 10;
}

.carttab .btn .close{
    background-color: white;
        border: none;
    top: 53vh;
    position: absolute;
    right: 40vw;
    padding: 30px 14vw;
z-index: 10;
}
.carttab .listcart .item{
    display: grid;
    grid-template-columns: 70px 150px 50px 1fr;
    gap: 0px;
    text-align: center;
    align-items: center;
    position: relative;
    top: 4vh;
    z-index: 5;
    height: 13vh;
}
.quantity{
    display: flex;
    gap: 10px;
    width: 50vw;
    position: relative;
    right: 30px;
}
.listcart .quantity span{
    display: flex;
    width: 25px;
    height: 25px;
    background-color: white;
    color: black;
    border-radius: 50%;
        align-items: center;
    justify-content: center;

}
.listcart .quantity span:nth-child(2){
    background-color: transparent;
    color: white;
}
.listcart .item:nth-child(even){
    background-color: rgb(42, 42, 42);
}
.listcart{
    overflow-y: auto;
    overflow-x: hidden;
    height: 200vh;
}
.carttotal{
    color: red;
    z-index: 101;
    border: 1px solid red;
    position: absolute;
    top: -10vh;
    right: 20vw;
}
/* Style the form wrapper */
form#order-form {
  max-width: 90vw;
  margin: 40px auto;
  padding: 20px;
  background-color: #2e2e2e;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 200;
}

/* Style input fields and textarea */
form#order-form input,
form#order-form textarea {
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  background-color: #444;
  color: white;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

/* Placeholder text color */
form#order-form input::placeholder,
form#order-form textarea::placeholder {
  color: #bbb;
}

/* Style submit button */
form#order-form button {
  background-color: rgb(255, 136, 0);
  color: white;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Button hover effect */
form#order-form button:hover {
  background-color: rgb(220, 110, 0);
}




.pizza{
        color: white;
    position: absolute;
    top: 16vh;
    font-size: 2em;
    text-align: start;
    left: 3vw;
    z-index: 2;
    width: 97vw;
    text-decoration: underline;
}
.item{
    height: 22vh;
}
.allpizzas{
    display: flex;
    flex-direction: column;
    background-color: rgb(59, 59, 59);
    gap: 0vh;
    top: 25vh;
    position: absolute;
    width: 100vw;
    height: 1248vh;
    margin-right: 20vw;
}
.krisposspec, .magherita, .meat, .pepperoni, .bbq, .chicken, .peri{
font-size: 1.5em;
position: relative;
left: 0vw;
width: 97vw;
padding: 0vh 0vw;
padding-left: 3vw;
padding-right: 0vw;
margin: 0;
margin-right: 20vw;
    border-top: 3px solid rgb(45, 45, 45);
    

}
.wraps{
            color: rgb(255, 0, 0);
    position: absolute;
    top: 330vh;
    font-size: 2em;
    text-align: center;
    justify-content: center;
    padding-top: 7vh;
    padding-bottom:0 ;
    z-index: 2;
    width: 100vw;
    height: 9vh;
    text-decoration: underline;
    background-color: rgb(45, 45, 45);
}

.wrap1, .wrap2, .wrap3, .wrap4{
font-size: 1.5em;
position: relative;
left: 0vw;
width: 97vw;
padding: 0vh 0vw;
padding-left: 3vw;
padding-right: 0vw;
margin: 0;
top: 500vh;
margin-right: 20vw;
    border-top: 3px solid rgb(45, 45, 45);
}

.after-pizzas{
    position: relative;
    top: 16vh;
}
.sidestitle{
                color: blue;
    position: absolute;
    top: 782vh;
    font-size: 2em;
    text-align: center;
    justify-content: center;
    padding-top: 7vh;
    padding-bottom:0 ;
    z-index: 2;
    width: 100vw;
    height: 9vh;
    text-decoration: underline;
    background-color: rgb(45, 45, 45);

}

.sides{
    position: relative;
    top: 28vh;
    
}
.drinkstitle{
        color: green;
    position: absolute;
    top: 972vh;
    font-size: 2em;
    text-align: center;
    justify-content: center;
    padding-top: 7vh;
    padding-bottom:0 ;
    z-index: 2;
    width: 100vw;
    height: 9vh;
    text-decoration: underline;
    background-color: rgb(45, 45, 45);

}
.drinks{
    position: relative;
    top: 42vh;
}