

html, body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

a{
    pointer-events: auto;
}

.header{
    position: fixed;
    width: 100%;
    background-color: unset;
    /* display: flex;
    align-items: center;     */
    z-index: 1;
    height: 10vh;
    transition: 0.3s ease-out;
}
.header.pc{
    display: flex;
    flex-direction: row;
}
footer{
    background-color: #605e5e;
    display: flex;
    flex-direction: column;
    border-top: 2px solid #fff;
}

.burger{
    height: 50%;
    padding-right: 5%;
    user-select: none;
    z-index: 5;
}
.burger-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.toplogo{
    height: 100%;
    padding-left: 10%;
}
.toplogo-desktop{
    height: 100%;
    padding-left: 50px;
    cursor: pointer;
}
.toplogo-container{
    position: absolute;
    height: 100%;
}
.toplogo-container-desktop{
    flex: 1;
}
.topTitle{
    font-size: 1rem;
}
.main-front-image{
    width: 100%;
    height: 85vh;
    background-image: url('placeholder.png');
    background-size:cover;
}
.logoBottom{
    height: 100px;
}




.sidebar{
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    left: 100%;
    transition: 0.2s ease;
    will-change: transition;
    box-sizing: border-box;
    z-index: 2;
}
.sidebar_open{
    left: 30%;
}

.footer-top{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.logobottomcontainer{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom-text-container{
    color:white;
    padding: 16px;
}

.footer-bottom-type1{
    margin-bottom: 24px;
}
.footer-bottom-whitespace{
    height: 80px;
}

.seeMenuButton{
    height: 48px;
    width: 150px;
    /* padding: 10px 20px; */
    /* border-radius: 6px; */
    border: 4px solid #191cd7;
    /* background-color: orange; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    cursor:pointer;
    text-transform: uppercase;
    color: #fff;
    transition: 0.2s ease;
    position: relative;
    font-weight: bold;
    backdrop-filter: blur(3px);
}
/* .seeMenuButton:hover{
    background-color: #d71919;
} */
.main-info-container{
    /* background-color: rgb(81, 81, 81); */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* color: #c6c6c6; */
    color:#fff;

}
.main-directions-button{
    text-decoration: none;
    color: #fff;
    height: 48px;
    width: 124px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: darkgreen;
    padding: 0px 20px;
    border-radius: 6px;
    margin: 24px 0px 72px 0px;
}
.main-info-addr{
    margin-top: 72px;
    text-align: center;
}
.main-info-contact{
    padding: 72px 0px;
    
}
.menuButton-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    margin-top: -80px;
}
.sidebar-option{
    background-color: #fff;
    height: 8%;
    padding: 0px 40px;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    user-select: none;
}
.sidebar-option:active{
    background-color: #cacaca;
}
.sidebar-blankspace{
    background-color: #fff;
    height: 20%;
    padding: 0px 40px;
}
.timetable-openingHours{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 128px;
}
.timetable-pickup{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
    /* margin-bottom: 128px; */
}
.timetable-days{
    font-size: 1.5rem;
}
.timetable-hours{
    font-size: 1rem;
}
.timetable-title{
    font-size: 1.5rem;
}
.main-timetable{
    /* background-color: purple; */
    margin: 128px 0px;
}
.map-container{
    background-color: blue;
    width: 100%;
    height: 100%;
}
.main-address-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.about-top-whitespace{
    height: 10vh;
    width: 100%;
    background-color: white;
}

.about-about{
    text-align: center;
    font-size: 1.5rem;
    margin-top: 32px;
}

.about-footer{
    width: 100%;
}
.about-text-container{
    padding: 32px;
    margin-bottom: 32px;
}
.about-image{
    background-image: url('placeholder.png');
    background-size: cover;
    height: 200px;
    margin-bottom: 32px;
}
.header-options{
    flex:0.5;
    display: flex;
    flex-direction: row;
}

.header-desktop{
    position: fixed;
    width: 100%;
    /* display: flex;
    align-items: center;     */
    background-color: unset;
    z-index: 1;
    height: 10%;
    display: flex;
    flex-direction: row;
    transition: 0.3s ease-out;
}
.header-desktop-colored{
    background-color: #25bcc0;
}

.header-option{
    display: flex;
    align-items: center;
}
.header-socials-container{
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 0px 100px;
    align-items: center;
    gap: 3rem;

}
.header-main-option-container{
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.header-option-text{
    /* background-color: white; */
    padding: 10px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}
.header-option-text:hover{
    cursor:pointer;
}
.header-option-text-top{
    border: 2px solid green;
}
.header-socials-links{
    cursor: pointer;
}
.main-front-image-desktop{
    width: 100%;
    height: 100vh;
    background-image: url('placeholder.png');
    background-size:cover;
    position: absolute;
}

.menuButton-container-desktop{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('images/hero.jpg');
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.menuButton-container-desktop.mobile{
    background-position: 50%;
}
.main-front-image-container{
    height: 100vh;
}

.menuText{
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-size: 3rem;
    text-transform: uppercase;
}
.orderbutton-container{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    margin-top: 200px;
    transition: 1s ease-in-out;
}
.orderbutton-container.visible{
    opacity: 1;
    margin: 0;
}
.main-image-section-1-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 200px 0px;
}
.image-type-1-SELECT.pc{
    /* width: 400px; */
    height: 100%;
    opacity: 0;
    transition: 1s ease-in-out;
    /* padding: 0px 200px; */
    margin-top: 200px;
}
.image-type-1-SELECT.mobile{
    width: 100%;
    opacity: 0;
    transition: 1s ease-in-out;
    margin-top: 200px;
}
.image-type-1-SELECT.visible{
    opacity: 1;
    margin: 0;
}
.main-image-section-part-SELECT.pc{
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 450px;
}
.main-image-section-part-SELECT.mobile{
    /* width: 100%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 20px 0px 20px 0px;
    /* height: 450px; */
}
.MIS-text-container{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7B4B3A;
}
.image-type-1-container{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;

}
.background-image{
    height: 100vh;
    width: 100vw;
    background-image: url('white-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: -999;
}
.main-timetable-desktop{
    width: 100%;
    background-color: rgb(95, 95, 95);
    /* padding: 128px 0px 128px 0px; */
    display: flex;
    flex-direction: column;
}
.main-info-contact-desktop{
    width: 100%;
}
.main-image-section-2-container{
    background-color: rgb(95, 95, 95);
    width: 100%;
    margin-top: 200px;
    opacity: 0;
    transition: 1s ease-in-out;
}
.main-image-section-2-container.mobile{
    display: flex;
}
.image-type-2-container-container-SELECT{
    flex-direction: row;
    flex: 1;
    height: 1%;
    height: 100%;
    overflow: hidden;
}
.image-type-2-container-container-SELECT.pc{
    display: flex;
}
.main-image-section-2-container.visible{
    margin: 0;
    opacity: 1;
}
.image-type-2-container{ 
    aspect-ratio: 1; 
    overflow: hidden; 
}
.image-type-2-container.pc{
    width: 20%;
}
.image-type-2-container.mobile{
    width: 100%;
}
.image-type-2{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    scale: 100%;
    transition: 0.2s ease-in-out;

}
.image-type-2:hover{
    scale: 110%;
}
.main-time-address-info-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-color: #605e5e
    
}
.main-TAI-title{
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 20px;
    color: #fff;
}
.main-TAI-content.pc{
    width: 100%;
    
}
.main-TAI-content.mobile{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-link{
    color: inherit;
    text-decoration: none;
}
.main-TAI-innerContainer.pc{
    display: flex;
    gap: 150px;
    height: 200px;
}
.main-TAI-innerContainer.mobile{
    display: flex;
    flex-direction: column;
    gap: 80px;
    /* height: 200px; */
    text-align: center;
    color:white;
}
.main-TAI-directions-btn{
    height: 32px;
    width: 150px;
    /* padding: 10px 20px; */
    /* border-radius: 6px; */
    border: 4px solid #4CAF50;
    /* background-color: orange; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    text-transform: uppercase;
    color: white;
    transition: 0.2s ease;
    text-decoration: none;
    margin-top: 30px;
}

.main-TAI-directions-btn:hover{
    background-color: #4CAF50;
}
.main-timetable-hours-container{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.main-TAI-social-media-icon{
    height: 2rem;
}
.bottom-copyright{
    color: #fff;
    text-align: center;
}
.seeMenuButton-filler{
    background-color: #191cd7;
    height: 100%;
    width: 100%;
    bottom:0;
    position:absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;

}
.seeMenuButton-filler-hovering{
    height: 100%;
}
.seeMenuButton-cover{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.MIS-textcontent-SELECT.pc{
    margin-top: 200px;
    opacity: 0;
    transition: 1s ease-in-out;
    font-size: 1.3rem;
    width: 50%;
    text-align: center;
    line-height: 35px;
}
.MIS-textcontent-SELECT.mobile{
    margin-top: 200px;
    opacity: 0;
    transition: 1s ease-in-out;
    font-size: 1rem;
    width: 80%;
    text-align: center;
    line-height: 35px;
}
.MIS-textcontent-SELECT.visible{
    margin: 0;
    opacity: 1;
}
.header-option-underline{
    background-color: green;
    width: 4rem;
    transform: scaleX(0);
    height: 2px;
    position: absolute;
    margin-top: 40px;
    opacity: 0;
    transition: 0.2s ease-in-out;
    transform-origin: center;
}
.header-option-underline.hovering{
    opacity: 1;
    transform: scaleX(1);
}
.main-address-sect-container{
    width: 100%;
    background-color: #e4e4e2;
    height: 100px;
    font-weight: bold;
    color: #72635d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-icon{
    height: 1rem;
    padding-right: 10px;
}
.MISTC-1{
    justify-content: end;
}
.MISTC-2{
    justify-content: start;
}
#main-image-section-part-1{
    padding-top:0;
}