#navbar {
    display: flex;
    /* justify-content: space-between; */
    padding-left: 4%;
    padding-right: 4%;
    background-color: white;
    /* border: solid 1px black; */
    width: 100vw;

    height: 100px;
    z-index: 9999;
    top: 0;
    /* bottom: 20; */
    position: fixed;
}

.navItemLeft {
    display: flex;
    padding-top: 6px;
    font-family: 'Fira Sans Condensed', sans-serif;
    position: relative;
}

.navItemLeft > a {
    text-decoration: none;
    all: unset;
    cursor: pointer;
    position: relative;
    padding-top: 20%;
    margin-right: 50px;
    text-decoration: none;
    font-weight: 550;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 15px;
    color: #202124;
}

.navItemRight {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-left: 40%;
    position: relative;
}

a img {
    width: 76px;
    height: 23px;
    margin-top: 38px;
    margin-right: 44.26px;
    margin-bottom: 39.48px;
    margin-left: 50px;
    cursor: pointer;
}

.accountIcon {
    display: flex;
    border-right: 1px solid #cecece;
    cursor: pointer;
    width: 30%;
    height: 30px;
    justify-content: center;
    align-items: center;
    /* padding-left: 10px; */
    font-size: 13px
}

.accountIcon a {
    margin-left: 20px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
}

.accountIcon img {
    width: 20px;
    height: 20px;
}

.bucketIconDiv {
    display: flex;
    cursor: pointer;
    padding-left: 20px;
}

.bucketIconDiv span {
    padding-top: 20px;
    padding-left: 5px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-size: 13px;
}

.bucketIcon img {
    width: 51px;
    height: 51px;
    margin-top: 8%;
}

#cartIconCount {
    position: absolute;
    top: 0;
    right: 31%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
}

/* Bottom of navbar starts */

.navNext {
    margin-top: 100px;
    width: 100%;
    height: 70px;
    background-color: #202124;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navNext .text {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 5px;
}

.navNext button {
    width: 180px;
    height: 45px;
    border-radius: 30px;
    background-color: #E4002B;
    border: 1px solid #E4002B;
    color: white;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 5px;
    cursor: pointer;
}
/* Navbar and below navbar css ends */

/* Footer */
.footer {
    width: 100%;
    background-color: rgb(32,33,36);
    margin-top: 5%;
}

.kfcLogo {
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 8%;
}

.kfcLogo img {
    width: 60px;
    height: 60px;
}

.footerFoot {
    display: flex;
    margin-bottom: 5%;
    
}

.footerFoot ul {
    margin-right: 50px;
    margin-top: 8%;
}

.footerFoot ul li {
    list-style: none;
    color: #fff;
    font-family: 'Fira Sans Condensed', sans-serif;
    cursor: pointer;
    font-weight: 200;
}

.footerFoot ul li a {
    list-style: none;
    color: #fff;
    font-family: 'Fira Sans Condensed', sans-serif;
    cursor: pointer;
    font-weight: 200;
    text-decoration: none;
}

.location {
    display: flex;
    margin-top: 8%;
}

.location div a {
    color: #fff;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 15px;
}

.locationLogo {
    margin-right: 10px;
}

.locationLogo img {
    width: 11px;
    height: 15px;
}

.buttonLogos {
    display: flex;
    margin-left: 100px;
    margin-top: 8%;
}

.buttonLogo1 {
    margin-right: 30px;
}

.buttonLogo1 img, .buttonLogo2 img {
    width: 119.7px;
    height: 40.5px;
    cursor: pointer;
}

/* Bottom-most Section */
.bottomMost {
    display: flex;
    justify-content: center;
    margin-left: 40%;
}

.copyright {
    margin-right: 40%;
    padding-top: 15px;
}

.copyright p {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 12px;
    text-align: center;
    opacity: .9;
    line-height: 12px;
    color: #dbdbdb;
}

.socialMedia ul {
    display: flex;
    padding-bottom: 10px;
}

.socialMedia ul li {
    margin-right: 10px;
}

/* Loader css */
.hole {
    display: none;
    width: 100vw;
}

#loader img {
    width: 40vw;
    height: 60vh;
    margin-left: 30vmax;
    margin-top: 10vmax;
}

#loader {
    background-color: whitesmoke;
    width: 100vw;
    height: 100vh;
}

/* Popup Css */

#overlay    {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    background-color: rgba(32,33,36,.6509803921568628);
    width: 100%;
    height: 100%;
}
#popup {
    position: absolute;
    margin: auto;
    width: 40%;
    height: 64%;
    left: 30%;
    top: 18%;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    align-items: center;
}

.popHeader {
    display: flex;
    font-family: 'Fira Sans Condensed', sans-serif;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(206, 196, 196);
    width: 100%;
    height: 60px;
    margin-bottom: 8%;
}

.popHeader h2 {
    margin-left: 5%;
    margin-right: 60%;
    padding-top: 10px;
}

.popHeader a {
    padding-top: 15px;
    text-decoration: none;
    color: black;
    font-weight: 900;
}

.popupTextH4 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: black;
}

.popupContent {
    width: 90%;
}

.popBtnDiv {
    margin-top: 22%;
    margin-left: 15%;
}

.popBtnDiv a {
    text-decoration: none;
}

.popBtn {
    padding: 11px;
    width: 80%;
    border-radius: 200px;
    height: 44px;
    text-align: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    /* margin: auto; */
    font-style: normal;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* background-color: transparent; */
    border: 1.5px solid #202124;
    /* color: #202124; */

    background-image: linear-gradient(to right, #2BC0E4 0%, #EAECC6  51%, #2BC0E4  100%);
    margin: 10px;
    /* padding: 15px 45px;
    text-align: center;
    text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 25px;
    display: block;
}

.popBtn:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.cross:hover {
    color:#E4002B;
    font-size: 25px;
}

.popupTexth5 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -.1px;
    color: #494949;
    margin-bottom: 5%;
}

.popupTextP {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -.1px;
    color: #494949;
}