html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
}

body {
    position: relative;
}

header {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.8)),url("./images/bg2.jpeg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.fixedNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.9));
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: .5rem;
}

.fixedNav .transparentLogo {
    margin-top: unset;
}

.navCenter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80vw;
    margin: .2rem auto;
}

.navHeader {
    display: flex;
    justify-content: space-between;
}

.icon {
    width:70px;
    height: 70px;
}

.transparentLogo {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-top: 1rem;
}

.bars {
    border: transparent;
    background: transparent;
    outline: none;
}

.bars i {
    font-size: 1.5rem;
    color: white;
}

.linkContainer {
    height: 0;
    overflow: hidden;
    transition:  all .2s linear ;
}

.links a {
    color: white;
    padding: .5rem 0;
    display: block;
    font-size: 1.2rem;
}

.links a:hover {
    background-color: rgba(0,0,0,0.1);
    color: #ff1234;
}

@media screen and (min-width:1280px) {
    .bars {
        display: none;
    }

    .navCenter {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .linkContainer {
        height: auto;
        margin-top: 1rem;
    }

    .links {
        display: flex;
        justify-content: space-around;
    }

    .links a {
        font-size: 1.2rem;
        cursor: pointer;
        padding:.8rem;
        margin: 0 1rem;
    }

    .links a:hover {
        background-color: #fff;
        color: #ff1234;
    }

}

.aboutCenter {
    width: 80vw;
    margin: .3rem auto;
    margin-top: 2.8rem;
}

.aboutContent h3 {
    font-size: 1.4rem;
    line-height: 3.3rem;
    letter-spacing: .2rem;
}

.color {
    display: flex;
    width: 80%;
}

.color1 {
    background-color: #ffffff;
    width: 50%;
    height: .2rem;
}


.color2 {
    background-color: black;
    width: 15%;
    height: .2rem;
}


.color3 {
    background-color: #ff1234;
    width: 15%;
    height: .2rem;
}

.aboutContent p {
    margin-top: 1rem;
    margin-bottom:.5rem ;
    line-height: 1.4rem;
}

.scrollDownBtn {
    margin-top: 3rem;
}

.scrollDownBtn a {
    padding: .5rem;
    background: #ff1234;
    backdrop-filter: blur(50px);
    color: white;
    border-radius: 5px;
}

.scrollDownBtn a:hover {
    opacity: .8;
}

@media screen and (min-width:1280px) {
    .aboutCenter {
        margin-top: 5rem;
    }
    
    .aboutContent h3 {
        font-size: 3rem;
        line-height: 7rem;
        letter-spacing: .4rem;
    }
    
    .color {
        width: 50%;
    }
    
    .color1 {
        height: .4rem;
    }
    
    
    .color2 {
        height: .4rem;
    }
    
    
    .color3 {
        height: .4rem;
    }
    
    .aboutContent p {
        margin-top: 2rem;
        line-height: 2rem;
        font-size: 1.35rem;
        letter-spacing: .1rem;
    }
    
    .scrollDownBtn {
        margin-top: 5rem;
    }
    
    .scrollDownBtn a {
        padding: .8rem;
    }
    
}

/*main container*/

.mainContainer {
    overflow: hidden;
}

.mainContainer .h3 {
    text-align: center;
    font-size: 1rem;
    margin-top: 2rem;
    letter-spacing: .2rem;
    color: #ff1234;
}

@media screen and (min-width:1280px) {
    .mainContainer .h3 {
        font-size:  2rem;
    }
}

.foodContainer {
    width: 1000;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 20px ;
    padding: 20px 0;
}

.foodContainer .foodItems {
    position: relative;
    width: 35%;
    height: 250px;
    margin: 30px 0;
    /*background: linear-gradient(0deg, rgba(137, 78, 185, 0.794), rgba(39, 18, 230, 0.589)) center center no-repeat;*/
    background: #fff;
    display: flex;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ff1234;
}

.foodContainer .foodItems .imgBox {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255,255, 255, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease-in;
}

/*
.foodContainer .foodItems .imgBox.nut {
    background-image: url("./images/nut.jpeg");
    background-size: contain;
}

.foodContainer .foodItems .imgBox.nuts {
    background-image: url("./images/nuts.jpeg");
    background-size: contain;
}

.foodContainer .foodItems .imgBox.fish {
    background-image: url("./images/fish.jpeg");
    background-size: contain;
}

.foodContainer .foodItems .imgBox.fish2 {
    background-image: url("./images/fish2.jpeg");
    background-size: contain;
}

.foodContainer .foodItems .imgBox.grilled {
    background-image: url("./images/grilled.jpeg");
    background-size: contain;
}

.foodContainer .foodItems .imgBox.peppersoup {
    background-image: url("./images/pepper.jpeg");
    background-size: contain;
}
*/

.foodContainer .foodItems:hover .imgBox {
    height: 150px;
    width: 150px;
    left: -75px;
    top: calc(50% - 75px);
    background-size: cover;
}

.foodContainer .foodItems:hover .imgBox img {
    max-width: 100px;
    object-fit: contain;
    filter: invert(.1);
}

.foodContainer .foodItems .foodContent {
    position: absolute;
    right: 0;
    width: calc(100% - 75px);
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foodContainer .foodItems .foodContent h3 {
    font-size: 1.2rem;
}

.foodContainer .foodItems .foodContent h3.type {
    color: #ff1234;
    margin: .8rem 0;
}

.foodContainer .foodItems .foodContent .padc {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.foodContainer .foodItems .foodContent .padc p {
    font-size: 1.5rem;
    font-weight: 600;
}

.foodContainer .foodItems .foodContent .padc .addToCart {
    margin-right: 3rem;
    color: white;
    background-color: #ff1234;
    border-radius: 6px;
    padding: .6rem; 
    cursor: pointer;   
}

.foodContainer .foodItems .foodContent .padc .addToCart:hover {
    opacity: .8;
}

@media screen and (max-width: 992px) {

    .foodContainer {
        position: relative;
        width: 87vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .foodContainer .foodItems {
        width: 300px;
        height: auto;
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        margin: -20px 0;
        border: none;
    }

    .foodContainer .foodItems .imgBox {
        position: relative;
        background-size: cover;
    }

    .foodContainer .foodItems .imgBox, .foodContainer .foodItems:hover .imgBox {
        width: 80%;
        height: 200px;
        top: 100px;
        left: 10%;
        object-fit: cover;
    }

/*
    .foodContainer .foodItems .imgBox.nut {
        background-size: cover;
    }

    .foodContainer .foodItems .imgBox.nuts {
        background-size: cover;
    }
    
    .foodContainer .foodItems .imgBox.fish {
        background-size: cover;
    }
    
    .foodContainer .foodItems .imgBox.fish2 {
        background-size: cover;
    }
    
    .foodContainer .foodItems .imgBox.grilled {
        background-size: cover;
    }
    
    .foodContainer .foodItems .imgBox.peppersoup {
        background-size: cover;
    }
*/    


    .foodContainer .foodItems:hover .imgBox  {
        top: 80px;
    }

    .foodContainer .foodItems .foodContent {
        position: relative;
        width: 100%;
        background: #fff;
        border-radius: 20px;
        border-top: 100px solid #fff;
        box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
    }

    .foodContainer .foodItems .foodContent .padc .addToCart {
        margin-right: .5rem;
    }

}



/*ADD  TO CART SECTION*/
.shoppingCart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
.shoppingCart h2 {
    text-align: center;
    font-size: 2rem;
    letter-spacing: .1rem;
    margin-bottom: 2rem;
}

.cartContent {
    width: 80vw;
    margin: .3rem auto;
    display: grid;
    justify-content: center;
    align-items: center;
   grid-template-rows: .5fr 1fr;
   grid-template-areas: "cartRowHeader cartRoweader"
                        "cartItems cartItems"
                        ;
}

.cartRowHeader {
    grid-area: cartRowHeader;
    display: grid;
    grid-template-columns: 380px 380px 380px;
    column-gap: 2rem;
    margin-bottom: 4rem;
}

.cartItems {
    grid-area: cartItems;
    display: grid;
    grid-template-rows: .5fr .5fr;
    row-gap: 2rem;
}

.cartRowBody {
    display: grid;
    grid-template-columns: 380px 380px 380px;
    column-gap: 2rem;
    place-items: center;
    border-radius: 20px; 
    box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
    padding: 2rem;
}


 .cartItemBody {
    display: flex;
    align-items: center;
}

.cartItemBody img {
    border-radius: 20px;
}

.cartItemBody .cartItemTitle {
    margin-left: 2rem;
    font-style: oblique;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform:lowercase;
}

.cartItem .cartItemPrice {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: oblique;
}

.cartQuantity .cartQuantityInput {
    width: 50px;
    padding: .3rem;
    border-radius: 5px;
    border: 1px solid #ff1234;
    outline: none;
}

.cartQuantity .removeBtn {
    padding: .5rem;
    color: white;
    background: #ff1234;
    border: transparent;
    border-radius: 5px;
    margin-left: 2rem;
    cursor: pointer;
}

.cartQuantity .removeBtn:hover {
    opacity: .8;
}

.cItem {
    border-bottom: 5px solid #ff1234;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding-bottom: .5rem;
}

.cartPrice {
    border-bottom: 5px solid #ff1234;  
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
    text-align: center;
    padding-bottom: .5rem;
}

.cQuantity {
    border-bottom: 5px solid #ff1234;   
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding-bottom: .5rem;
}



.cartTotal {
    margin-top: 5rem;
    margin-bottom: 3rem;
    font-size: 1.2rem;
}

.cartTotal .cartTotalPrice {
    font-size: 1.4rem;
    font-weight: 700;
}

.purchaseBtn {
    margin-bottom: 3rem;
}

.purchaseBtn .purchaseItems {
    padding: .5rem;
    background: #ff1234;
    color: #fff;
    font-size: 1.2rem;
    border: transparent;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.purchaseBtn .purchaseItems:hover {
    opacity: 0.9;
}

@media screen and (max-width:992px) {
    .cartContent {
        width: 100%;
    }

    .cartRowHeader {
        grid-area: cartRowHeader;
        display: grid;
        grid-template-columns: 95px 95px 95px;
        column-gap: 2rem;       
    }

    .cartItems {
        margin-top: -2.5rem;
    }

    .cartRowBody {
        display: grid;
        grid-template-columns: 75px 75px 75px;
        column-gap: 2rem;
        place-items: center;
        border-radius: 20px; 
        box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
        padding: 2rem;
    }

    .cartItemBody img {
        width: 50px;
        height: 50px;
    }

    .cartItemBody .cartItemTitle {
        margin-left: .3rem;
        font-size: .99rem;
    }

    .cartItemPrice {
        font-size: 1rem;
    }

    .cartQuantity {
        display: flex;
    }

    .cartQuantity .cartQuantityInput {
        width: 30px;
    }

    .cartQuantity .removeBtn {
        padding: .2rem;
        margin-left: .3rem;
    }
   
}


/*mainAbout*/
.mainAbout {
    width: 100vw;
    min-height: 70vh;
    margin-top:2rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.9));
    color: white;
    overflow: hidden;
}

.mainAboutHeader {
    display: grid;
    place-items: center;
}

.mainAboutHeader h3 {
    margin-top: 1rem;
    font-size: 2.5rem;
    color: #ff1234;
}

.mainAboutHeader .underline {
    background: #ff1234;
    width: 4rem;
    height: .4rem;
    margin-bottom: 1rem;
}

.mainAboutHeader p {
    width: 75%;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.4rem;
}

.aboutMain {
    display: grid;
    grid-template-rows: .5fr 1fr;
    row-gap: 1rem;
    width: 90%;
    margin: .2rem auto;
}

.aboutMain .aboutImg {
    width: 100%;
    height: 100%;
}

.aboutMain .aboutImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.aboutBody {
    margin-top: 1rem;
    display: grid;
    grid-template-rows: auto 1fr;
    row-gap: 1.5rem;
    margin-bottom: 2rem;
}

.aboutBody .btnContainer {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    box-shadow: 0px 0px 8px rgb(37, 37, 37), 0px 0px 16px rgb(37, 37, 37);
    border-radius: 5px;
}

.aboutBtn {
    border: transparent;
    background: transparent;
    color: #ff1234;
    font-size: 1rem;
    padding: .5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    outline: none;
}

.content h4 {
    font-size: 1.4rem;
    color: #ff1234;
    padding-bottom: .5rem;
}

.content p {
    text-align: justify;
    line-height: 1.5rem;
}

#history .statistics {
    display: grid;
    justify-content: center;
    grid-template-columns: .2fr .4fr .4fr;
    column-gap: 1rem;
    margin: .1rem auto;
    margin-top: 1rem;
}

.statistics h4 {
    font-size: .9rem;
}

.exp {
    box-shadow: 0px 0px 8px rgb(37, 37, 37);
    padding: .4rem;
    text-align: center;
    border: 2px solid white;
}

.exp .experience {
    font-size: .9rem;
}

.branch {
    box-shadow: 0px 0px 8px rgb(37, 37, 37);
    padding: .4rem;
    text-align: center;
    border: 2px solid white;
}

.branch li {
    font-size: .9rem;
}

.client {
    box-shadow: 0px 0px 8px rgb(37, 37, 37);
    padding: .4rem;
    text-align: center;
    border: 2px solid white;
}

.client .clients {
    font-size: .9rem;
}

.content {
    display: none;
}

.active.aboutBtn {
    background-color: white;
}

.active.content {
    display: block;
}


@media screen and (min-width:1280px) {

    .mainAbout {
        height: 110vh;
    }

    .mainAboutHeader h3 {
        font-size: 3rem;
    }

    .mainAboutHeader p {
        font-size: 1.3rem;
    }

    .aboutMain {
        margin-top: 3rem;
        grid-template-columns: .5fr .5fr;
        grid-template-rows:auto ;
        column-gap: 2rem;
    } 
    
    .aboutMain .aboutImg {
        width: 100%;
        height: 70%;
    }
    .aboutMain .aboutImg img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .content h4 {
        font-size: 1.6rem;
    }
    
    .content p {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .exp .Experience {
        font-size: 1.4rem;
    }

    .branch .branchs {
        font-size: 1.4rem;
    }

    .client .clients {
        font-size: 1.4rem;
    }

}

.footer {
    position: relative;
    height: 105vh;
    width: 100vw;
    background-color: #fff;
}

.footerCenter {
    width: 90%;
    margin: .5rem auto;
}

.footerBody {
    display: grid;
    grid-template-rows: .5fr .5fr .5fr;
    row-gap: 2rem;
}

.address {
    line-height: 1.7rem;
    font-size: 1.25rem;
    color:#333;
    margin-top: 2rem;
}

 .city {
    font-weight: bolder;
    font-size: 1.4rem;
    color:#ff1234;
}

.companyDesc {
    line-height: 1.7rem;
    font-size: 1.25rem;
    color:#333;
    margin: 0;
}

.companyDesc .company {
    font-weight: bolder;
    font-size: 1.4rem;
    color:#ff1234;
    font-style: oblique;
}

.socialLinks {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    margin-top: 2rem;
}

.logoName h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .3rem;
}

.brief {
    color: #333;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.medialinks {
    display: flex;
    justify-items: center;
}

.medialinks a {
    border: 2px solid #333;
    padding: .8rem;
    border-radius: 50%;
    margin: 1rem auto;
    margin-left:.5rem ;
}

.medialinks i {
    color: #333;
    font-size: 1.6rem;
}

.medialinks a:nth-child(1):hover {
    background-color: rgb(26, 168, 168);
}
.medialinks a:nth-child(2):hover {
    background-color: blue;
}
.medialinks a:nth-child(3):hover {
    background-color: rgb(85, 7, 24);
}
.medialinks a:nth-child(4):hover {
    background-color: rgb(9, 77, 122);
}

.medialinks a:hover i {
    color: white;
}

.footerLogo {
    display: grid;
    place-items: center;
    margin-top:1rem ;
    margin-bottom: 2rem;
}


.footerCopyright {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.footerCopyright p {
    font-size: 1rem;
    color: #ff1234;
}

@media screen and (min-width:1280px) {

    .footer {
        height: 55vh;
    }
    .footerBody {
        grid-template-columns: .5fr .5fr .5fr;
        grid-template-rows: auto;
    }
    
    .address {
        line-height: 1.9rem;
        margin-top: 2rem;
    }
    
     .city {
        font-size: 1.6rem;
    }
    
    .companyDesc {
        line-height: 1.9rem;
        margin-top: 2rem;
    }
    
    .companyDesc .company {
        font-size: 1.6rem;
    }
    
    .socialLinks {
        margin:2rem;
    }
    
    .logoName h3 {
        color: #333;
        font-size: 1.3rem;
        margin-bottom: .3rem;
    }
    
    .brief {
        color: #ff1234;
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .footerCopyright p {
        font-size: 1.3rem;
    }
}

/* End of footer*/

/*Arrow Top*/
.top{
    position: fixed;
    right: .3rem;
    bottom: 2.2rem;
    background-color: #ff1234;
    padding: .5rem;
    border-radius: 1rem;
    visibility: hidden;
    animation: bounce 2s ease-in-out .2s infinite alternate;
}

.top i {
    font-size: 1.5rem;
    color: white;
}

@keyframes bounce {
    25% {
        transform: scale(.8);
    }
    75% {
        transform: scale(1);
    }
}

.showTop {
    visibility: visible;
}

/*End of Arrow*/

/*contact*/
.contact1{
    position: fixed;
    top:0;                 
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8));
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    transition: all .11s .2s linear ;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}

.showContact {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 10;
}


.times{
    background: none;
    border: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    outline: none;
}

.times i {
    font-size: 1.5rem;
    color: white;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contInfo{
    background-color: white;
    width: 90vw;
    height: 90vh;
    border-radius: 10px;
    color: #000;
}

.contactLogo {
    color: black;
}

.form {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.logo1{
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.contactText1 {
    letter-spacing: .2rem;
    font-size: 1.4rem;
    margin-bottom: .4rem;
}

.contactText3 {
    text-align: center;
    margin-top: .4rem;
    margin-bottom: 2rem;
}

.contForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: .2rem auto;
}

.input1 {
    width: 90%;
    margin: .2rem auto;
    background: rgb(228, 226, 226);
    border: transparent;
    padding: .8rem;
    margin-bottom:.5rem;
    border-radius: 10px;
}

.input1::placeholder{
    font-size: 1.1rem;
}

.input1:last-child{
    background: linear-gradient(90deg, skyblue, 25%, rgb(80, 80, 187));
    color: white;
    font-size: 1.3rem;
    font-weight: bolder;
}

.input1:last-child:hover {
    background: rgb(10, 32, 228);
}

.num {
    display: flex;
    flex-direction: column;
}

.phone {
    display: flex;
    align-items: center;
    border: 2px solid #333;
    border-radius:15px ;
    padding: .4rem;
    margin-top: .2rem;
    margin-bottom: .5rem;
    text-align: center;
}

.phone:hover {
    background-color: rgb(14, 90, 100);
    color: white;
    text-align: center;
}

.phone i {
    margin-left: .3rem;
    margin-right: .5rem;
}

.phone i:hover {
    color: white;
}

.mail{
    display: flex;
    align-items: center;
    padding: .4rem;
}

.mail i {
    margin-left: .3rem;
    margin-right: .5rem;
}

@media screen and (min-width:990px) {
    
    .contInfo{
        background-color: white;
        width: 30vw;
        height: 80vh;
        border-radius: 10px;
        color: #000;
    }

    .num {
        margin-top: 2rem;
    }

    .mail{
        font-size: 1.2rem;
    }
}
/*end of contact*/