body{
    margin: 0;
    font-family: system-ui;
    overflow-x: hidden;
}

.parallax, .parallax1{
    background-image: url('HALL_FOOD_IMAGES/ita_food.webp');
    height: max-content;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title{
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5vw;
    font-variant: small-caps;
    font-size: 6vw;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.5vw;
}

.toggle-btn{
    margin-left: 74vw;
}

.fa-bars{
    color: white;
    border: 1px solid transparent;
    margin: 10px;
    padding: 10px;
    border-radius: 20px;
}

.fa-bars:hover{
    transition: 0.4s;
    box-shadow: 0 0 10px 5px #5b8c5a inset
}

.word1{
    color: rgb(20, 185, 20);
}

.word2{
    color: white;
}

.word3{
    color: red;
}

.grid{
    display: grid;
    grid-template-areas: 
    "item1 item2"
    "item3 item4"
    "item5 item6";
    align-items: center;
    overflow: visible;
    padding: 50px;
}

.box{
    padding: 14px;
}

.textl, .textr{
    color: rgb(107, 114, 128);
    font-size: 22px;
    text-align: justify;
    font-family: 'Golos Text', sans-serif;
}

.item1{
    grid-area: item1;
}

.item2{
    grid-area: item2;
}

.item3{
    grid-area: item3;
}

.item4{
    grid-area: item4;
}

.item5{
    grid-area: item5;
}

.item6{
    grid-area: item6;
}

.imp-text{
    color: red;
    font-weight: bold;
    font-size: 26px;
}

.box-image{
    height: 400px;
    width: 400px;
    border-radius: 400px 400px 400px 400px;
    box-shadow: 0px 0px 25px 25px rgba(30, 74, 53, 0.5);
}

.hiddent{
    opacity: 0;
    transition: all 3s;
}

.showt{
    opacity: 1;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}
.nav{
    display: flex;
    justify-content: center;
}

.menu{
    background: #184d47;
    text-align: center;
    z-index: 1000;
}

.menu-parent{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.a-menu, .a-links{
    text-decoration: none;
    color: white;
    padding: 10px 10px 5px 5px;
}

.logo-image{
    position: relative;
    top: 15px;
    right: 100px;
}

.menu-parent a{
    position: relative;
    font-size: 17px;
    list-style: none;
    display: inline-block;
    padding: 22px 3vw 22px 3vw;
    transition: color 0.5s ease;
    overflow: hidden;
}

.menu-parent a::before, .menu-parent a::after{
    content: '';
    position: absolute;
    bottom: 10px;
    width: 0;
    height: 2px;
    background-color: #37eb85;
    transition: width 0.5s ease;
}

.menu-parent a::before{
    left: 50%;
    transform: translateX(-50%);
}

.menu-parent a::after{
    right: 50%;
    transform: translateX(50%);
}

.menu-parent a:hover::before,
.menu-parent a:hover::after{
    width: 50%;
}



.menu-parent a:hover{
    color: #64a863;
}

i{
    font-size: 20px;
}

button{
    background: transparent;
    border: none;
    outline: none;
}

.container, .deals-container{
    margin: 50px 50px 50px 5%;
    width: 90%;
    text-align: center;
}

.categories, .items{
    width: max-content;
    margin: 2.5vw;
    border: 1px solid #184d47;
    border-radius: 0 0 50px 50px;
    display: inline-block;
}

.categories:hover, .items:hover{
    box-shadow: 0 0 10px 3px #184d47;
}

.item-image{
    height: 200px;
    width: 200px;
    border-radius: 0 0 50px 50px;
    padding: 10px;
}

.image-title{
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #184d47;
}

a{
    text-decoration: none;
}

.title{
    padding: 3.5vw;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.5vw;
    color: white;
    background: rgba(0, 0, 0, 0.5);
}

.deal{
    height: 300px;
    width: 300px;
    padding: 30px;
    font-size: 20px;
    margin: 10px;
    font-weight: bold;
    color: black;
    display: inline-block;
    background-color: #309486;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #184d47;
}

.deal-image{
    height: 250px;
    width: 250px;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #184d47;
}

.deal-text{
    color: white;
    font-size: 14px;
    margin-top: 10px;
}

.price{
    margin-top: 15px;
    font-size: 22px;
    color: rgb(208, 0, 0);
}

.htva{
    margin-top: 20px;
    font-weight: bold;
    color: red;
    font-size: 18px;
}

.images{
    display: inline-block;
}

.item-image-size{
    height: 150px;
    width: 225px;
    padding: 5px;
}

.description{
    margin: 15px;
    min-height: 100px;
    font-size: 13px;
    color: #184d47;
}

.item-select{
    margin: 10px 0 0 0;
}

.info-btn{
    border: 1px solid #184d47;
    background: #184d47;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: white;
    font-size: 13px;
}

.info-btn:hover{
    border: 1px solid #5b8c5a;
    box-shadow: 0 0 10px 5px #5b8c5a inset
}

.dialog-modal{
    height: 33vw;
    width: 55vw;
    min-height: 260px;
    min-width: 260px;
    border: 1px solid #184d47;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(100%);
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: transform 0.7s ease, opacity 0.7s ease;
    -webkit-transition: -webkit-transform 0.7s ease, opacity 0.7s ease;
}

.dialog-modal.show{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
}

.modal-text{
    text-align: justify;
    color: rgb(204, 204, 204);
    font-weight: bold;
    font-family: 'Golos Text', sans-serif;
    font-size: 24px;
}

.color-after-colon{
    color: #43df77;
}

.close-button{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #184d47;
    background: #184d47b4;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.7s ease;
    -webkit-transition: opacity 0.7s ease;
}

.close-button:hover{
    border: 1px solid #5b8c5a;
    box-shadow: 0 0 10px 5px #5b8c5a inset;
}

.dialog-modal.show .close-button{
    opacity: 1;
}

.modal-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.modal-overlay.active{
    display: block;
}



.partner-container{
    border: 1px solid #eeada8;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.partner-container::-webkit-scrollbar{
    border-radius: 20px;
    height: 5px;
}

.partner-container::-webkit-scrollbar-track{
    background: #eeada8;
    border-radius: 20px;
}

.partner-container::-webkit-scrollbar-thumb{
    background: #fd5e53;
    border-radius: 20px;
}

.partner-container, .partner-img, .partner-img2{
    min-width: 150px;
    height: 150px;
    line-height: 150px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 4px;
}

.partner-img2{
    min-width: 90px;
    height: 90px;
    margin-top: 30px;
}

.parallax1{
    background-image: url(HALL_FOOD_IMAGES/ita_food.webp);
}

.footer{
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px;
    display: flex;
}

.quick-links{
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    min-width: 33%;
    flex-direction: column;
}


.quick-links ul{
    padding: 0;
}

.quick-links li{
    list-style: none;
    padding: 10px;
    font-weight: 300;
    
}

.fa-phone, .fa-envelope, .fa-at{
    font-size: 18px;
}

.a-links:hover{
    color: #fd5e53;
}

.copyrights{
    font-size: 16px;
    font-family: 'Golos Text', sans-serif;
    text-align: center;
    margin: 0.5vw;
    color: rgb(86, 90, 97);
}

.cr{
   text-align: center; 
   font-size: 16px;
   font-family: 'Golos Text', sans-serif;
   font-weight: bold;
}

html{
    scroll-behavior: smooth;
}

@media only screen and (max-width: 1280px){
    .deal{
        height: 220px;
        width: 220px;
        padding: 30px;
        font-size: 20px;
        margin: 10px;
    }
    
    .deal-image{
        height: 180px;
        width: 180px;
    }
    
    .deal-text{
        font-size: 12px;
        margin-top: 10px;
    }
    
    .price{
        margin-top: 15px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px){
    .deal{
        height: 140px;
        width: 140px;
        padding: 30px;
        font-size: 20px;
        margin: 10px;
    }
    
    .deal-image{
        height: 110px;
        width: 110px;
    }
    
    .deal-text{
        font-size: 8px;
        margin-top: 10px;
    }
    
    .price{
        margin-top: 15px;
        font-size: 12px;
    }

    .modal-text{
        font-size: 18px;
    }

    .textl, .textr{
        font-size: 18px;
    }
    
    .imp-text{
        font-size: 22px;
    }
    
    .box-image{
        height: 275px;
        width: 275px;
        box-shadow: 0px 0px 25px 25px rgba(30, 74, 53, 0.5);
    }
}

@media only screen and (max-width: 768px){
    .quick-links{
        font-size: 10px;
    }

    .fa-phone, .fa-envelope, .fa-camera-retro{
        font-size: 10px;
    }

    .menu-parent{
        flex-direction: column;
        
    }

    .copyrights, .cr{
        font-size: 12px;
    }

    .grid{
        grid-template-areas: 
        "item1"
        "item2"
        "item4"
        "item3"
        "item5"
        "item6";
    }

    .hidden{
        display: none;
    }

    .modal-text{
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px){
    .quick-links{
        font-size: 7.5px;
    }

    .fa-phone, .fa-envelope, .fa-camera-retro{
        font-size: 5.5px;
    }

    .item-image-size{
        height: 120px;
        width: 180px;
        padding: 5px;
    }
    
    .description{
        margin: 15px;
        font-size: 9px;
    }
    
    .buynow-btn{
        font-size: 9px;
    }

    .box{
        padding: 14px;
    }
    
    .box-image{
        height: 265px;
        width: 265px;
        box-shadow: 0px 0px 25px 25px rgba(30, 74, 53, 0.5);
    }

    .info-btn{
        font-size: 11px;
    }
}

@media only screen and (max-width: 560px){
    .image-title{
        font-size: 8px;
    }

    .item-image{
        height: 120px;
        width: 120px;
        padding: 10px;
    }

    .item-image-size{
        height: 100px;
        width: 150px;
        padding: 5px;
    }

    .copyrights, .cr{
        font-size: 10px;
    }
    
    .description{
        margin: 15px;
        font-size: 7px;
    }
    
    .buynow-btn{
        font-size: 7px;
    }

    .modal-text{
        font-size: 14px;
    }

    .info-btn{
        font-size: 9px;
    }
}

@media only screen and (max-width: 425px){

    .htva{
        font-size: 12px
    }

    .grid{
        padding: 35px;
    }

    .box{
        padding: 14px;
    }
    
    .textl, .textr{
        font-size: 14px;
    }
    
    .imp-text{
        font-size: 18px;
    }
    
    .box-image{
        height: 200px;
        width: 200px;
        box-shadow: 0px 0px 25px 20px rgba(30, 74, 53, 0.5);
    }

    .quick-links{
        font-size: 5.5px;
    }

    .copyrights, .cr{
        font-size: 9px;
    }

    .info-btn{
        font-size: 7px;
    }
}

@media only screen and (max-width: 360px){
    .image-title{
        font-size: 7px;
    }

    .item-image{
        height: 100px;
        width: 100px;
        padding: 10px;
    }

    .grid{
        padding: 20px;
    }

    .box{
        padding: 14px;
    }
    
    .textl, .textr{
        font-size: 14px;
    }
    
    .imp-text{
        font-size: 18px;
    }
    
    .box-image{
        height: 150px;
        width: 150px;
        box-shadow: 0px 0px 25px 15px rgba(30, 74, 53, 0.5);
    }

    .copyrights, .cr{
        font-size: 7px;
    }
}

@media only screen and (max-width: 320px){
    .image-title{
        font-size: 5px;
    }

    .item-image{
        height: 80px;
        width: 80px;
        padding: 10px;
    }

    .quick-links{
        font-size: 4px;
    }

    .fa-phone, .fa-envelope, .fa-camera-retro{
        font-size: 4px;
    }
}

@media only screen and (min-width: 769px){
    .toggle-btn{
        display: none;
    }
}
