@import url("./standard.css");

*{
    font-family: var(--primary-font);
}
.nav-item{
    font-size: 22px;
    font-weight: bold;
}

.beforeinspectsignin{
    display: flex;
    align-items: center;
    display: none;
}
.verticaline{
    border-right: 1px solid black;
    height: 50px;
}
.cartimg{
    height: 50px;
}
.rightside{
    display: flex;
    gap: 20px;
    padding: 10px;
    text-align: center;
    align-items: center;
}
.rightside>a{
    font-size: 22px;
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.startanorderbtn{
    width: 120px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    border: none;
    padding: 0 20px;
    background-color: #ffc600;
    min-height: 44px;
}
.largestartorderbtn{
    width: 100%;
    display: none;
}
/* carousel */
.carousel-container{
    margin-top: 3rem;
    display: inline-block;
    position: relative;
    width: 100%;
    display: flex;
    height: 200px;
    gap:20px;
    background-color: #E3E1DB;
}
.carousel-container>div>h2{
    font-weight: bolder;
    font-size: 30px;
    width: 30px;
    padding: 40px 0px 0px 55px;
    margin: 0px;
    color: var(--text-black);
}
.carousel-container>div>h1{
    font-weight: bolder;
    font-size: 45px;
    padding: 0px 0px 0px 55px;
    color: var(--text-black);
}
.carousel-container>div>img{
    position: absolute;
    top: 8rem;
}
.owl-carousel {
    display: flex;
    gap:20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 950px;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 20px;
    left: 20rem;
    text-align: center;
    background-color: var(--bg-light);
    border-radius: 10px;
    border:none;
  }
  
  .owl-carousel .item {
    flex: 0 0 auto;
    width: 220px;
    margin-right: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    background-color: #ffff;
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
  }
  .owl-carousel>.item>h5{
    font-size: 15px;
    font-weight: 600;
  }
  .owl-carousel>.item>a{
    color: var(--text-black);
    font-weight: 600;
  }
  
  .owl-carousel .item img {
    width: 100%;
    height: auto;
  }
  
  
  
@media only screen and (max-width:991px){
    .startanorderbtn{
        display: none;
    }
    .largestartorderbtn{
        display: block;
        background-color: #ffc600;
        border: none;
        font-size: 16px;
        padding: 0px 20px;
        min-height: 44px;
        font-weight: bolder;
    }
    .beforeinspectsignin{
        display: block;
        display: flex;
        gap: 10px;
        font-size: 22px;
    }
    .beforeinspectsignin>a{
        text-decoration: none;
        color: black;
        font-weight: 500;
    }
    .line{
        height: 45px;
        border-left: 1px solid black;
    }
    .rightside{
        display: none;
    }
    .nav-link{
        text-align: center;
    }
    .navbar-toggler{
        border: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    /* carousel */
    .carousel-container{
        margin-top: 3rem;
        display: inline-block;
        position: relative;
        width: 100%;
        display: flex;
        height: 180px;
        gap:20px;
        background-color: #E3E1DB;
    }
    .carousel-container>div>h2{
        font-weight: bolder;
        font-size: 30px;
        width: 30px;
        padding: 20px 0px 0px 25px;
        margin: 0px;
        color: var(--text-black);
    }
    .carousel-container>div>h1{
        font-weight: bolder;
        font-size: 45px;
        padding: 0px 0px 0px 25px;
        color: var(--text-black);
        margin: 0px;
    }
    .owl-carousel{
        display: flex;
        gap: 5px;
        width: 600px;
    }
    .owl-carousel .item{
        width: 150px;
    }
    .carousel-container>div>img{
        position: absolute;
        top: 8rem;
        height: 180px;
    }
}
@media only screen and (min-width:700px) and (max-width:820px){
    .carousel-container{
        margin-top: 3rem;
        display: inline-block;
        position: relative;
        width: 100%;
        display: flex;
        height: 150px;
        gap:10px;
        background-color: #E3E1DB;
    }
    .carousel-container>div>h2{
        font-weight: bolder;
        font-size: 20px;
        width: 30px;
        padding: 40px 0px 0px 25px;
        margin: 0px;
        color: var(--text-black);
    }
    .carousel-container>div>h1{
        font-weight: bolder;
        font-size: 25px;
        padding: 0px 0px 0px 25px;
        color: var(--text-black);
    }
    .carousel-container>div>img{
        position: absolute;
        top: 6rem;
        height: 150px;
    }
    .owl-carousel{
        display: flex;
        gap:10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 550px;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 20px;
        left: 12rem;
        text-align: center;
        background-color: var(--bg-light);
        border-radius: 10px;
        border:none;
      }
      .owl-carousel>.item {
        flex: 0 0 auto;
        width: 150px;
        margin-right: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        border-radius: 10px;
        background-color: #ffff;
      }
      .item>a{
        font-weight: 600;
      }
  }
@media only screen and (min-width:825px) and (max-width:1025px){
    .owl-carousel {
        display: flex;
        gap:20px;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 650px;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 20px;
        left: 20rem;
        text-align: center;
        background-color: var(--bg-light);
        border-radius: 10px;
        border:none;
      }
      .owl-carousel .item {
        flex: 0 0 auto;
        width: 150px;
        margin-right: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        border-radius: 10px;
        background-color: #ffff;
      }
}
@media only screen and (max-width:450px){
    .carousel-container{
        margin-top: 3rem;
        display: inline-block;
        position: relative;
        width: 100%;
        display: flex;
        height: 140px;
        gap:10px;
        background-color: #E3E1DB;
    }
    .carousel-container>div>h2{
        font-weight: bolder;
        font-size: 15px;
        width: 20px;
        padding: 30px 0px 0px 25px;
        margin: 0px;
        color: var(--text-black);
    }
    .carousel-container>div>h1{
        font-weight: bolder;
        font-size: 25px;
        padding: 0px 0px 0px 25px;
        color: var(--text-black);
    }
    .owl-carousel {
        display: flex;
        gap:10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 180px;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 20px;
        left: 13rem;
        text-align: center;
        background-color: var(--bg-light);
        border-radius: 10px;
        border:none;
      }
      .owl-carousel .item {
        flex: 0 0 auto;
        width: 150px;
        margin-right: 5px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        border-radius: 10px;
        background-color: #ffff;
      }
      .carousel-container>div>img{
        position: absolute;
        top: 6rem;
        height:120px;
    }
}
@media only screen and (min-width:451px) and (max-width:749px){
    .owl-carousel {
        display: flex;
        gap:10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 400px;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 20px;
        left: 13rem;
        text-align: center;
        background-color: var(--bg-light);
        border-radius: 10px;
        border:none;
      }
}
/* -------------Menu--------------- */
.menu{
    background: url(./images/menu-section-background.avif);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 100px;
    margin-top: 150px;
}
.menuBox_bullet{
    background-color: #ffc600;
    padding: 5px;
    width: 70px;
}
.menu_heading{
    color: white;
    font-weight: 900;
    font-size: 2.5rem;
}
.main_menu{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: center;
}
.menuItem{
    display: flex;
    align-items: center;
    background-color: white;
    /* width:425px; */
    width: 30%;
    /* height: 150%; */
    height:150px;
    font-size: 150%;
    font-weight: 900;
    color: #382e2c;
    border-radius: 10px;
    padding: 0px 10px;
}
.menuItem img{
    width: 40%;
    min-height: 70%;
}
.menuItem span{
    text-align: center;
    min-width: 50%;
}
.main_menu #greatMenu_Title{
    /* width:425px; */
    width: 30%;
    font-size: 150%;
    font-weight: 900;
    background: none;
    color: #382e2c;
    line-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main_menu #greatMenu_Title span{
    font-size: 19px;
}
#greatMenu_Title p{
    margin: 0px;
}
@media screen and (max-width:900px){
    .menuItem,#greatMenu_Title{
        font-size: 20px;
        height: 125px;
    }
    .menu{
        padding: 10px 30px;
    } 
}
@media screen and (max-width:760px){
    .menu_heading{
        font-size: 1.5rem;
    }
    .main_menu .menuItem,.main_menu #greatMenu_Title{
        width: 40%;
        height: 100px;
        font-size: 18px;
    }
    .main_menu #greatMenu_Title span{
        font-size: 13px;
    }
}
@media screen and (max-width:489px){
    .menu{
        padding: 10px;
    }
    .main_menu .menuItem,.main_menu #greatMenu_Title{
        font-size: 15px;
        width: 90%;
    }
    .main_menu #greatMenu_Title span{
        font-size: 10px;
    }
}
/* ----------Footer------------ */
.footer{
    background-color: var(--bg-black);
    color: var(--text-white);
}

.footer .info{
    position: relative;
   display: flex;
   justify-content: space-around;
    padding: 30px 0px;
}
.footer .info .footerImg{
    z-index: 0;
    opacity: 0.05;
    position: absolute;
    width: 192px;
    height: 259px;
    right: 0px;
    bottom: 0px;
}
.footer .info .footerImg img{
    width: 100%;
    height: 100%;
}
.footer .info .line{
   width: 1px;
   border: 1px dashed var(--text-white);
}
.footer .info .info_main{
    z-index: 2;
    font-size: 1.5rem;
    font-weight: var(--semibold-font-weight);
}
.footer .info .info_main ul{
    padding: 20px 10px;
    font-size: 1rem;
    font-weight: var(--semibold-font-weight);
    word-spacing: 1px;
}
.footer .info .info_main ul li a{
    color: var(--text-white);
}
.footer .info .info_main ul li::marker{
    color:var(--text-yellow);
}
.footer .connect ul{
    display: flex;
    gap: 20px;
    list-style-type: none;
}

.footer .copyright{
    background-color: var(--bg-yellow);
    color: var(--text-black);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0px;
}
.footer .copyright .right ul{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap:10px;
    font-size: 12px;
    font-weight: var(--semibold-font-weight);
}
.footer .copyright .right ul li a{
    color: var(--text-black);
}
@media screen and (max-width: 1040px){
    .footer .copyright{
        font-size: 10px;
    }
    .footer .copyright .right ul{
        font-size: 8px;
    }
}
@media screen and (max-width: 1000px){
    .footer .info{
        display: block;
         padding: 30px 30px;
     }
     .footer .info .line{
        display: none;
     }
}
@media screen and (max-width: 715px){
    .footer .copyright{
        display: block;
    }
}
