*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: white;
}
.loader{
    height: 100vh;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loaderDiv{
    position: relative;
}
.load-animation{
    width: 100%;
    height: 50vw;
    opacity: 1;
}
#one1,#two2{
    opacity: 0;
    height: 10vmin;
    width:10vmin;
    scale: .8;
    z-index: 1;
    position: absolute;
    transform:  rotate(-45deg);
}
#one1{
    top:-4vmin;
    left:32.8vmin;
}
#two2{
    top:1.6vmin;
    left:27.2vmin;
}
.cover1{
    width: 150vmin;
    height: 150%;
    position: absolute;
    top: -2vmax;
    left:-140vmin;
    z-index: 0.5;
    background-color: black;
}
.brand-name1{
    opacity: 0;
    padding-left: 12vmin;
    margin: 0;
    color: white;
    font-size: 10vmin;
    padding-bottom: 1vmin;
    background-color: transparent;
    font-weight: bold;
    overflow: hidden;
}
.main{
    position: absolute;
    top: 0;
    opacity: 0;
}
.navbar{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 10vmin;
    z-index: 5;
    background-color: transparent;
    overflow: hidden;
    backdrop-filter: blur(5px);
}
.logo{
    position: absolute;
    height: 10vmin;
    left: 10vmin;
    width: 20vmax;
    line-height: 30px;
    font-family: Helvetica;
    font-size: max(2.5vmax,30px);
    display: flex;
    align-items: last baseline;
}
#one,#two{
    height: 5vmin;
    width:5vmin;
    scale: .8;
    z-index: 1;
    position: absolute;
    transform: rotate(-45deg);
}
#one{
    top:-6vmin;
}
#two{
    top:-4.5vmin;
    left:-6vmin;
}
.cover{
    width: 10vmax;
    height: 150%;
    position: absolute;
    top: -2vmax;
    left:-10vmax;
    z-index: 0.5;
    background-color: transparent;
}
.brand-name{
    margin: 0;
    padding-bottom: 1vmin;
    background-color: transparent;
    font-weight: bold;
    overflow: hidden;
}
.slider{
    height: max(3vmax,4vmin);
    width: 50vmax;
    position: absolute;
    left: 50%;
    transform: translate(-45%);
    display: flex;
    justify-content: center;
    border-radius: 2vmax;
    background-color: #006491;
    border: 0.2vmax solid #006491;
    box-shadow: #1b2a3198 0px 0.3vmax inset,#1b2a3198 0px 0.3vmax;
    overflow: hidden;
}

.ele{
    position: relative;
    width: 10vmax;
    font-size: 1.5vmax;
    color: white;
    text-decoration: none;
    z-index: 1;
    background-color: transparent;
    text-align: center;
    align-self: center;
}
.animation{
    width: 10vmax;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: 0;
    background-color: #168ABE;
    box-shadow: #1b2a3198 3px 0px;
    border-radius: 50px;
}
.nav{
    cursor: pointer;
    display: none;
    position: absolute;
    right: 21vmax;
    font-size: 4vmin;
    color: #006491;
}
.cart{
    position: absolute;
    right: 13vmax;
    font-size: 5vmin;
    color: #E31837;
}
.profile{
    position: absolute;
    right: 5vmax;
    width: 6vmin;
    text-align: center;
    font-size: 4vmin;
    border-radius: 50%;
    color: white;
    background-color: #006491;
}
.navDiv{
    padding-top: 10vmin;
    z-index: 3;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
}
.slider-2{
    height: max(3vmax,4vmin);
    width: 50vmax;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 2vmax;
    background-color: #006491;
    border: 0.2vmax solid #006491;
    box-shadow: #1b2a3198 0px 0.3vmax inset,#1b2a3198 0px 0.3vmax;
    overflow: hidden;
}
#profile-page{
    padding-top: 10vmin;
    z-index: 3;
    position: fixed;
    right: 0;
}
.profileText{
    font-size: 1.5vmax;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    left:1vmax;
    padding-top: 0.8vmax;
}
#profileDiv{
    padding-top: 5vmin;
    padding-bottom: 15vmin;
    width: 20vmax;
    height: 88vh;
    background-color: #E31837;
    position: sticky;
    top: 10vmin;
    right: 0vmax;
    border-top-left-radius: 2vmax;
    border-bottom-left-radius: 2vmax;
    box-shadow: 0.4vmax 0.4vmax 1vmax 0.1vmax #000000;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.profileText:hover{
    cursor: pointer;
    color: #000000;
    transition: 0.5s;
}
#cross{
    text-align: end;
    padding-right: 6vmin;
}
.fa-user{
    background-color: #006491;
}
#home-page{
    width: 100%;
    padding: 10vmin;
}
.landing{
    position: relative;
    margin-top: 5vh;
    min-height: 80vmin;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, #F9FDFF 0%, #3AB2E7 100%);
}
.text{
    min-width: 10vmin;
    padding: 10vmin;
    color: white;
    font-size: 10vmin;
    font-weight: bold;
    flex-grow: 1;
    background-color: transparent;
}
.image{
    min-width: 50vmin;
    min-height: 50vmin;
    z-index: 1;
    background-color: transparent;
    background-image: url("Images/P1.png");
    background-size: cover;
}
.order-now{
    width: 25vmin;
    height: 7vmin;
    padding: 2px;
    z-index: 2;
    border-radius: 30px;
    background-color: hsl(351, 81%, 49%);
    position: absolute;
    left: 10vmax;
    bottom: 5vmax;
    text-align: center;
    font-size: 3vmin;
    color: #FFFFFF;
}
#deal-page{
    position: relative;
    padding: 5vmax;
    padding-top: 10vmin;
}
.deal-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.box{
    width: 40vmax;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vmax;
}
.deal-links{
    position: relative;
    display: flex;
    align-items: center;
}
.deals{
    width: 100%;
    position: absolute;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}
#upto{
    width: 25vmax;
}
#upto-line1{    
    top: 0;
    color: #E31837;
    font-size: 3vmax;
}
#upto-line2{
    top: 5vmax;
    color: #006491;
    font-size: 2vmax;
}
#meal-combo{
    width: 25vmax;
}
#meal-combo-line1{    
    top: 0;
    color: #E31837;
    font-size: 2vmax;
    text-align: right;
    padding-right: 10px;
}
#meal-combo-line2{
    top: 2vmax;
    color: #E31837;
    font-size: 2vmax;
    text-align: right;    
    padding-right: 10px;
}
#family-treat{
    width: 25vmax;
}
#family-treat-line1{  
    top: 1vmax;
    left: 1vmax;
    width: 13vmax;
    color: #E31837;
    border-radius: 7px;
    background-color: white;
    font-size: 2vmax;
    text-align: center;
}
#great-value{
    width: 35vmax;
}
#great-value-line1{
    right: 1vmax;
    bottom: 3vmax;
    width: 15vmax;
    color: white;
    border-radius: 7px;   
    background-color: #1689beaa;
    font-size: 2vmax;
    text-align: center;
}
#great-value-line2{  
    right: 1vmax;
    bottom: 0;
    width: 20vmax;
    color: white;
    border-radius: 7px;   
    background-color: #e31836a3;
    font-size: 2vmax;
    text-align: center;
}
#explore-all{
    width: 15vmax;
    height: 5vmax;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    font-size: 2vmax;
    background-color: #006491;
}
#menu-page{
    position: relative;
    width: 100%;
    padding-top: 10vmin;
    padding-bottom: 10vmin;
    display: flex;
    flex-wrap: wrap;
}
#bgImage{
    position: absolute;
    object-fit: cover;
    top: 15vmax;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

#sideDiv{
    width: 15vmax;
    background-color: #E31837;
    position: sticky;
    top: 7vmax;
    left: 0vmax;
    border-top-right-radius: 2vmax;
    border-bottom-right-radius: 2vmax;
    box-shadow: 0.4vmax 0.4vmax 1vmax 0.1vmax #000000;
    display: flex;
    flex-direction: column;
}

.sideText{
    font-size: 1.5vmax;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    left:1vmax;
    padding-top: 0.7vmax;
}

.sideText:hover{
    cursor: pointer;
    color: #000000;
    transition: 0.5s;
}


.Heading{
    width: 100%;
    height: 8vmax;
    font-size: 4vmax;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    font-weight: bold;
}
#menuDiv{
    margin-left:2vmax;
    width: 20vmax;
    flex-grow: 1;
}
#menuItems{
    left: 17vmax;
    display: flex;
    flex-wrap: wrap;
    gap: 2vmax;
}

.items{
    height: 25vmax;
    width: 17vmax;
    border-radius: 1.2vmax;
    background-color: white;
    box-shadow: 4px 4px 10px 1px #000000;
    position: relative;
    top: 0;
}

.filterDiv {
    display: none; /* Hidden by default */
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }

.items:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.itemNames{
    font-size: 1.8vmax;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    font-weight: bold;
    position: absolute;
    top: 8vmax;
    left: 1vmax;
}

.itemDesc{
    font-size: 1vmax;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    position: absolute;
    top: 14vmax;
    left: 1vmax;
    opacity: 0.7;
}

.pizzaImages{
    border-top-left-radius: 1.2vmax;
    border-top-right-radius: 1.2vmax;
    width:17vmax;
    height: auto;
}

.priceBoxes{
    position: absolute;
    right: 1vmax;
    top: 0.4vmax;
    height: 2.2vmax;
    width: 3.3vmax;
    background-color: #E31837;
    border-radius: 1vmax;
}
.prices{
    font-size: 1.2vmax;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    top: 0.2vmax;
    left:0.4vmax;
}

.customise{
    font-size: 1vmax;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    left: 0.3vmax;

}
.customiseBoxes{
    background-color: #006491;
    height: 1.5vmax;
    width: 6.4vmax;    
    border-radius: 0.4vmax;
    position: absolute;
    left: 1vmax;
    top: 22vmax;
}

.customiseBoxes:hover{
    cursor: pointer;
    background-color: #E31837;
    transition: 0.3s;
}

#addToCart{
    position: absolute;
    left: 9.5vmax;
    top:21.8vmax;
    height: 2vmax;
    width: 6vmax; 
}

#addToCart:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.3s;
}

.markVeg {
    width: 1vmax;
    height: 1vmax;
    border: 0.15vmax solid green;
    position: absolute;
    left:0.4vmax;
    top:0.3vmax;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .markCircleVeg {
    width: 0.8vmax;
    height: 0.8vmax;
    background-color: green;
    border-radius: 50%;
  }

  .markNonVeg {
    width: 1vmax;
    height: 1vmax;
    border: 0.15vmax solid red;
    position: absolute;
    left:0.4vmax;
    top:0.3vmax;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .markCircleNonVeg {
    width: 0.8vmax;
    height: 0.8vmax;
    background-color: red;
    border-radius: 50%;
  }

/* Track-order  */
#track-page{
    padding: 10vmin;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#mapTrack{
    width: 45vmax;
    flex-grow: 1;
}
.trackLeftDiv{
    width: 40vmax;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2vmin;
}
#trackInput{
    width: 70%;
    height: 3vmax;
    border-radius: 2vmax;
    color:black;
    background-color: #FFFFFF;
    border: 1px solid black;
    font-size: 1vmax;
    font-weight: bold;
    z-index: 0;
}

#trackInputButton{
    color: white;
    position: relative;
    background-color: #E31837;
    border-radius: 2vmax;
    width: 20%;
    height: 3vmax;
    font-size: 1.2vmax;
    font-weight: bold;
    opacity: 1;
    margin-top: 0;
}
#trackInputButton:hover{
    cursor: pointer;
    transition: 0.5s;
}

.track{
    position: relative;
    width: 100%;
    display: flex;
}
#trackBG{
    width: 25vmax;
    position: absolute;
    right: 0;
    top: -5vmin;
}
#trackBar{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flags{
    width: 10vmax;
    position: relative;
}
#redFlag{
    position: absolute;
    right: 0;
    height: 3vmax;
    width: auto;
}

#greenFlag{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3vmax;
    transition: 1s;
    opacity: 0;
}

.trackCircle{
    width: 2vmax;
    height: 2vmax;
    background-color: rgba(128, 128, 128, 0.664);
    border-radius: 50%;
    transition: 0.7s;
    font-size: 1vmax;
    font-weight:bold ;
}

.trackLine{
    width: 0.2vmax;
    height: 2vmax;
    background-color: rgba(128, 128, 128, 0.664);
    transition: 0.7s;
}

#trackList {
    position: relative;
    top: -16vmax;
    left: -35vmax;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.trackText{
    position: relative;
    left:3vmax;
    width: 10vmax;
}

.bulk-order{
    padding: 5vmin;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
h1{
    width: 100%;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}
.blur{
    width:50vmin;
    background-image: url("Images/up\ to.png");
    background-size: cover;
    border-radius: 30px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    flex-grow: .2;
}
#box1{
    font-size: 30px;
    width: 100%;
    height: 100%;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    border-radius: 30px;
    background-color: transparent;
    backdrop-filter: blur(2px);
    border-radius: 20px;
}
#details{
    margin-top: 2vmin;
    background-color: transparent;
}
input{
    width: 40vmin;
    border-radius: 6px;
    background-color: #168ABE;
    color: #000000;
    padding-left: 8px;
    font-size: 2vmin;
    font-weight: bold;
    margin-top: 1vmin;
    height:35px;
    margin-bottom: 2vmin;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 2px solid #006491;
    box-shadow: 2px 4px 3px 0px rgba(0, 0, 0, 1), 2px 3px 3px 0px rgba(0, 0, 0, 0.50) inset;
}
#input::placeholder{
    color: white;
    opacity: 0.7;
}
button{
    margin-top: 15px;
    border-radius: 10px;
    border-color: #E31837;
    width: 120px;
    text-align: center;
    height:30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}
button:hover{
    margin-top: 10px;
    margin-bottom: 6px;
    box-shadow: 2px 4px 3px 0px rgba(0, 0, 0, 1);

}
.left-box{
    padding: 2vmin;
    max-width:100vmin;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2vmin;
}
#box2{
    width:100%;
    height: 25vmin;
    background-image: url("Images/virtual_pizza_party@3x\ 1\ \(1\).jpg");
    background-size: cover;
}
#content{
    width:100%;
    font-size: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#line3{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
#box3{
    width: 70vmin;
    height: 35vmin;
    background-image:url("Images/image\ 3\ \(1\).jpg") ;
    background-size: cover;
    flex-grow: 1;
}
#content2{
    width: 20%;
    background-color: #FFFFFF;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    flex-grow: 1;
}
#line4{
    margin-top: 10px;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 17px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
#box4{
    top: 100vmax;
    height: 40vmin;
    background-image: url(Images/footer-background.jpg);
    background-size: cover;
}
#box5{
    padding: 2vmax;
    color: white;
    background-color: #2596c9;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vmax;
}
.lower-box{
    width:30vmin;
    flex-grow: 1;
}
.footerTitle{
    margin-bottom: 1vmax;
}
.listItems{
    font-size: 1.5vmax;
    line-height: 1vmax;
}
.socialBox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hidden{
    display: none;
}
@media screen and (max-width:1350px) {
    .text{
        width: 100%;
    }
    .order-now{
        left: 50%;
        transform: translate(-50%);
        bottom: 3%;
    }
    .brand-name{
        width: 15vmax;
    }
}
@media screen and (max-width:1300px) {
    .slider{
        display: none;
    }
    .nav{
        display: block;
    }
    .navbar{
        width: 100vw;
    }
    .logo{
        width:40vmax;
    }
    .brand-name{
        width: 100%;
        padding-bottom: 2vmin;
        font-size: 6vmin;
        line-height: 4.5vmin;
    }
    #home-page{
        padding-top: 15vmin;
    }
    #deal-page{
        padding-top: 15vmin;
    }
    #menu-page{
        padding-top: 15vmin;
    }
    #track-page{
        padding-top: 15vmin;
    }
    #bulk-page{
        padding-top: 15vmin;
    }
    .nav{
        right: 30vmin;
    }
    .cart{
        right: 20vmin;
    }
    .profile{
        right: 10vmin;
    }
    #profileDiv{
        padding: 15vmin;
        text-align: center;
        width: 100vw;
        height: 95vh;
        background-color: #E31837;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
    }
    .profileText{
        font-size: 3vmin;
    }
}
@media screen and (min-width:920px){
    .slider-2{
        display: none;
    }
}
@media screen and (max-width:500px){
    .brand-name{
        padding-bottom: .5vmin;
        font-size: 7vmin;
        line-height: 6vmin;
    }
}
