@media only screen and (max-width:800px){
    /* header starts */

    nav{
        display: none;
    }
    
    /* logo */
    .logo1{
        display: block;
        left: 300px;
        top: 10px;
        width: 60px;
        height: auto;
        /* border: 2px solid orangered; */
    }

    .sidebar {
        width: 250px; /* Adjust the width for smaller screens */
        display: flex;
    }

    .sidebtn {
        display: block; /* Ensure the button is visible on mobile */
        right: 0px; /* Adjust the button position */
        position: fixed;
        margin-top: 10px;
        color: orangered;
        width: 97%;
        z-index: 12;

    }
    .long{
        display: block;
        width: 100%;
        height: 80px;
        background-color: #ffd814;
        position: fixed;
        z-index: 1;
    }
    header{
        width: 100%;
        /* background-color: rgb(116, 116, 117); */
    }

    header .order{
        top: 142px;
        left: 50%;
        width: 150px;
        padding: 10px 10px;
    }
    header .order p a{
        font-size: 16px;
    }
    /* header ends */

/* body starts */

.main{
    width: 100%;
    /* background-color: rgb(231, 59, 6); */
    /* background-image: url(../../Resources/css/img/bg2.png); */
    background-color: #fff7d6;
}
  /* footer starts */
  .footer-cont{
    width: 100%;
    height: 720px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows:1fr 1fr;
    gap: 10px;
    margin-top: 0px;
    position: relative;
    

}

hr{
    margin: 0px auto 0;
    width: 60%;
 }
  
 footer{
     width: 100%;
 }
 footer .box .copy{
     margin-left: 30px;
     
 }

 footer .box .terms{
     width: 400px;
     margin-right: 0;
     margin-left: 20px;
     
 }

 .footer-cont .items:nth-child(4) .icon{
     width: 100%;
     font-size: 10px;
     padding: 3px;
     margin-left: -20px;
 }
 .footer-cont .items:nth-child(4) h3{
     margin-left: -5px;
     font-weight: 900;
     font-size: 13px;
 }

 .footer-cont .items:nth-child(3){
     margin-left: 10px;
 }
 .footer-cont .items:nth-child(3) h3{
     margin-left: 10px;
     font-weight: 900;
     font-size: 13px;
 }
 .footer-cont .items:nth-child(3) a{
     font-size: 13px;
 }
 .footer-cont .items:nth-child(1) h3{
     margin-left: 10px;
     font-weight: 900;
     font-size: 13px;
 }
 .footer-cont .items:nth-child(1) p{
     font-size: 13px;
 }
 .footer-cont .items:nth-child(1){
     margin-left: 10px;
 }

 .footer-cont .items:nth-child(2) h3{
     margin-left: 2px;
     font-weight: 900;
     font-size: 13px;
 }
 .footer-cont .items:nth-child(2) a{
     font-size: 13px;

 }
 .footer-cont .items:nth-child(2){
     margin-left: -10px;
 }
 /* footer ends */

 .overlay{
     width: 100%;
 }
 .overlay img{
    width: 100px;
 }

}