*{
    margin: 0;
    padding: 0;
}
#hlogob{
    margin-top: 10px;
    margin-left: 20px;
    position: relative;
    font-family:cursive;
    font-size: 100px;
    font-weight: bolder;
    color: darksalmon;
}
#hlogos{
    position: absolute;
    left: 60px;
    top: 80px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 60px;
    font-weight: normal;
    color:lightsalmon;
}
#hd1{
    font-family: "Sofia", sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}
@media (max-width: 768px) {
    #hd1{
    font-size: 25px;
    }
}
@media (max-width: 480px) {
    #hd1{
        font-size: 20px;
    }
}
#hd3{
     font-family: cursive;
     text-align: center;
     font-size: 30px;
     color: darksalmon;
     font-variant: small-caps;
     margin-bottom: 30px;
}
@media (max-width: 768px) {
    #hd3{
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    #hd3{
        font-size: 15px;
    }
}
.lnks1{
    text-decoration: none;
    color: white;
}
@media (max-width: 768px) {
    .lnks1{
        padding: 10px 20px;
    }
}
@media (max-width: 480px) {
    .lnks1{
        padding: 10px 20px;
    }
}
#toget{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color:rgba(49, 81, 122, 0.822);
    height: 100px;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#togetgroup{
    position: sticky;
    top: 0;
    z-index: 1000;
}
@media (max-width: 768px) {
    #togetgroup{
        margin: 0 20px;
    }
}
@media (max-width: 480px) {
    #togetgroup{
        margin: 0 20px;
    }
}
#insta{
    background-color: lightsalmon;
    padding: 10px;
    border-radius: 10px;
}
#insta:hover{
    color: black;
}
#togetgroup{
    margin-bottom: 50px;
}
#ordercontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
#order{
    border: 1px solid black;
    width: 400px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    letter-spacing: 7px;
}
#ordertab{
    text-decoration: none;
    color: black;
}
#image1{
    display: grid;
    place-items: center;
    margin: 50px;
    position: relative;
}
.textoverlay{
    position: absolute;
    top: 20%;
    left: 70%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: lightsalmon;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 3px;
}
.flier{
     width: 70%;
     height: 500px;
     opacity: 0.7;
}
@media (max-width: 768px) {
    .flier{
        width: 90%;
    }
}
@media (max-width: 480px) {
    .flier{
        width: 100%;
    }
}
#image2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.im1{
    width: 500px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .im1{
        width: 90%;
    }
}
@media (max-width: 480px) {
    .im1{
        width: 100%;
    }
}
.im2{
    width: 500px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .im2{
        width: 90%;
    }
}
@media (max-width: 480px) {
    .im2{
        width: 100%;
    }
}
.oi{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
#methodoforder{
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    #methodoforder{
        width: 90%;
    }
}
@media (max-width: 480px) {
    #methodoforder{
        width: 100%;
    }
}
.mailus{
    font-weight: bold;
    font-size: 15px;
    font-family: cursive;
    text-decoration: underline gray;
    color: black;
    margin-left: 10px;
    letter-spacing: 4px;
}
.pages{
    margin-bottom: 15px;
}
.sm{
    text-decoration: underline gray;
    color: gray;
    margin-left: 5px;
}
.pvo{
    margin-bottom: 15px;
}
.mu{
    margin-bottom: 15px;
}
#methodofpayment{
    text-align: center;
    margin-bottom: 50px;
}
.pay{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
.apo{
    margin-bottom: 15px;
}
.pm{
    margin-bottom: 15px;
    font-variant: small-caps;
    font-size: 20px;
}
#methodofdelivery{
    text-align: center;
    margin-bottom: 70px;
}
.deliver{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
.df{
    font-size: 20px;
    margin-bottom: 15px;
}
.waysofdelivery{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.store{
    margin-bottom: 15px;
}
.pickup{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}
.addy{
    font-size: 15px;
    font-weight: 500;
}
.or{
    font-size: 30px;
    font-style: italic;
    margin-bottom: 18px;
}
.dispatch{
    font-weight: bold;
    font-size: 20px;
}
#picnote{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 60px;
}
.waw{
    text-align: center;
    margin-bottom: 15px;
}
.abt1{
    margin-bottom: 10px;
    font-size: 20px;
}
.abt2{
    margin-bottom: 10px;
    font-size: 20px;
}
.slang{
    text-align: center;
    font-family: cursive;
}
#images123{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 50px;
}
#addytime{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 50px;
}
.addy2{
    font-size: 20px;
}
.time{
    font-size: 20px;
}
@media (max-width: 768px) {
    textarea{
       height: 250px;
       width: 500px;
    }
}
@media (max-width: 460px) {
    textarea{
        width: 350px;
       height: 200px;
    }
}
#facebook{
     color: black;
     margin: 0 10px;
     text-decoration: none;
}
#instagram{
     color: black;
     text-decoration: none;
     margin: 0 10px;
}
#whatsapp{
     color: black;
     margin: 0 10px;
     text-decoration: none;
}
.below{
    background-color: rgb(92, 84, 84);
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: center;
    font-size: 25px;
}
#instagram2{
    color: rgb(207, 200, 200);
    margin-right: 10px;
    text-decoration: none;
    
}
.geb{
    color: rgb(207, 200, 200);
}
.belowabout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.lastpage{
    background-color: black;
    color: white;
    height: 700px;
}
.bran{
    text-align: center;
    margin-bottom: 30px;
}
.mbt{
    margin-top: 50px;
    margin-bottom: 50px;
}
#facebook1{
    margin: 0 15px;
    text-decoration: none;
    color: white;
}
#whatsapp1{
    margin: 0 15px;
    text-decoration: none;
    color: white;
}
#instagram1{
    margin: 0 15px;
    text-decoration: none;
    color: white;
}
.typeoflist{
    list-style-type: none;
    margin-bottom: 30px;
}
.ste{
    color: white;
    text-decoration: none;
    margin-bottom: 50px;
}
.ste1{
    margin-bottom: 20px;
}
@media (max-height: 768px) {
    .lastpage{
        height: 100%;
    }
}
@media (max-height: 460px) {
    .lastpage{
        height: 100%;
    }
}
#builder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site{
    font-size: 20px;
}
.Gil{
    margin-left: 10px;
    line-height: 25px;
}
#productreview1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
#productreview2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 50px;
}
.review{
    font-family: cursive; 
    text-align: end;
    margin-bottom: 30px;
    width: 300px;
}
