/*Styling For The Small Range Devices Begins Here*/

@media only screen and (max-width: 750px){
  .mobile-view-container{
    display: block;
    text-align: center;
    margin: 30px 0px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .logo-for-mobile h1{
    color: #DA8F70;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0.8rem;
  }
  .logo-for-mobile h2{
    font-family: 'Inspiration', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    mix-blend-mode: luminosity;
    margin-top: 5px;
  }
  .logo-for-mobile #line-with-txt{
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    letter-spacing: 3px;
    font-weight: 500;
    margin-top: 1rem;
  }
  #line-with-txt::before, #line-with-txt::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1.5px;
    width: 20%; 
    margin: 0px 10px;
    background-color: #FFFFFF; 
  }

  

  /*Styling for the Choice Button Below the Navbar*/
  .choice-btn{
    display: flex;
    flex-direction: row;
    gap: 0.3rem;
    margin-top: 2rem;
    justify-content: center;
  }
  .choice-btn a:nth-child(1){
    background-color: #FCC8C8;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 15px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
  }
  .choice-btn a:nth-child(1):hover{
    background-color: #eb9b9b;
  }
  .choice-btn a:nth-child(2){
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    text-align: center;
    font-size: 16px;
    padding: 8px 15px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
  }
  .choice-btn a:nth-child(2):hover{
    background-color: #9c9999;
  }
  .choice-btn a:nth-child(2) img{
    width: 20px;
    height: auto;
    object-fit: contain;
  }




  /*Styling For The Menu Section Begins Here*/
  .menu-container, .card-container{
    display: flex;
    flex-direction: column;
  }
  .menu-container{
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
  .menu-header{
    width: 100%;
    height: 25vh;
    margin-bottom: 1.4rem;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .menu-header h2{
    text-align: left;
    padding: 6vh 0vh 0vh 4vh;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 400;
  }
  .menu-card{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
  }
  .card-border{
    border-bottom: 1px solid #FFFFFF;
    width: 85%;
    margin: 1.5rem auto;
  }
  .menu-card ul li{
    list-style-type: none;
  }
  .card-txt{
    color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
  }
  .card-txt h4{
    margin-bottom: 8px;
  }
  .card-txt p{
    font-size: 10px;
    width: 85%;
    padding: 3% 0%;
    word-wrap: break-word;
    margin: 0 auto;
    font-weight: 400;
    color: #FFFFFF;
  }
  #Americanoa{
    margin-left: 8%;
  }
  .card-img{
    width: 100px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: none;
    border-radius: 20px;
    align-items: end;
  }
  .card-img li:nth-child(1){
    position: absolute;
  }
  .card-img li:nth-child(2){
    position: absolute;
    top: 85%;
    left: 20%;
    margin: 0 auto;
    text-align: center;
  }
  .card-img li img{
    width: 18px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .card-btn{
    background-color: #D9D9D9;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    width: 60px;
    height: 23px;
  }
  .card-btn button{
    background-color: #cdcbcb;
    border: none;
    font-weight: 700;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .card-btn button:hover{
    background-color: #a29e9e;
  }




  /*Styling for the Other Categories Begins Here*/
  .categories-heading{
    position: relative;
    margin: 0% 2%;
  }
  .categories-heading h1 {
    width: 250px;
    height: 50px;
    padding: 10px 0px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    background-color: #D16E43;
    color: #FFFFFF;
    position: relative;
    z-index: 1; 
  }
  .categories-heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50% - 120px);
    height: 1.5px; 
    background-color: #FFFFFF; 
    z-index: 0;
  }
  .categories-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(50% - 120px);
    height: 1.5px; 
    background-color: #FFFFFF; 
    z-index: 0;
  }
   .categories-card-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 5% 1%;
    user-select: none;
  }
  .batch-one{
    width: 24%;
    height: 165px;
  }
  .batch-two{
    width: 24%;
    height: 165px;
  }
  .batch-two h4, .batch-one h4{
    text-align: center;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
  }
  .batch-one img{
    width: 100%;
    height: 100px;
    border: none;
    border-radius: 25%;
    object-fit: cover;
  }
  .batch-two img{
    width: 100%;
    height: 120px;
    border: none;
    border-radius: 25%;
    object-fit: cover;
  }
  .explore-btn{
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 4rem;
  }
  .explore-btn a{
    text-decoration: none;
    font-family: "Aleo", serif;
    color: #FFFFFF;
    background-color: #CB5F5F;
    font-size: 20px;
    padding: 10px 30px;
    border: none;
    border-radius: 20px;
    margin: 0 auto;
  }


  /*Styling for the Best Offers begins here*/
  #carousel-container{
    width: 100%;
    padding: 0rem 0rem 2rem 0rem;
  }
  #image-carousel img{
    width: 25%;
    height: 160px;
    object-fit: fill;
    object-position: center;
    flex: 0 0 auto;
    z-index: 0;
    margin: 0rem 1rem;
  }
  .carousel-btn{
    top: 35%;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 0px;
  }
  #prev-btn {
    left: 15px;
  }
  #next-btn {
    right: 10px;
  }



  .sunset-cafe-logo{
    display: none;
  }
  .section-container{
    display: none;
  }
  .menu-seciton img{
    display: none;
  }
  .section-border1{
    display: none;
  }
  .section-border2{
    display: none;
  }
}