
    html, body, header,
    .landing {
    overflow-x: hidden;
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'Eczar', serif;
    }

    .container{
      display: flex;
      width: 70vw;
    }

    .panel{
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
        height: 80vh;
        border-radius: 50px;
        color: white;
        cursor: pointer;
        flex: 0.5;
        margin: 10px;
        position: relative;
        transition: flex s ease-in;
         
    }

    .panel h3{
        font-size: 24px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        margin: 0;
        opacity: 3;
    }

    .panel.active {
        flex: 5;
    }

    .panel.active h3{
        opacity: 1;
        
    }

    @media(max-width: 480px) {
        container {
            width: 100vw; 
        }
        .panel:nth-of-type(4),
        .panel:nth-of-type(5) {
            display: none;
        }
    }
    h1{
        font-size: large;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 4px;
        
    }
    #overlay{
        background-color: rgba(0, 0, 0, 0.1);
        height: 100%;
        width: 100%;
        position: absolute;
    }

    *{
        box-sizing: border-box;
    }

  
    #head{
    padding-top: 10%;
    }
    nav .navbar{
    width: 99%;
    padding-right: 0px;
    }
    .navbar-brand{
    margin-right: 30%;
    font-weight:800;
    }
    .nav-item a{
    /* padding-right: 50px; */
    font-size: 20px;
    font-weight: 700;
    }

    .landing{
    background-image:linear-gradient(to right bottom, rgba(0, 0, 0, 0.623),rgba(0, 0, 0, 0.700)), url("https://images.unsplash.com/photo-1615719413546-198b25453f85?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1576&q=80");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    padding-bottom: 20px;
    position: relative;
    overflow-x: hidden;
    }
    .text a{
        font-size: 20px;
        font-weight: 700;
    }
    .text h5{
        font-size: 25px;
        padding: 30px;
    }
    .button{
        border-radius: 10px;
    }
    .card-title{
        text-align: center;
        color: green;
        font-weight: 800;
    }
    .controls-top h2{
        color: rgb(5, 172, 5);
        padding-top: 40px;
        padding-bottom: 20px;
        font-weight: bolder;
    }
    .col-md-4{
        border-radius: 10%;
        padding: 10px;
    }

    .about-pic {
        background-color: #ffa500;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }
 
    .d-flex{
        display: flex !important;
    }

    
    
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        }
        40% {
        transform: translateY(-35px);
        }
        60% {
        transform: translateY(-20px);
        }
    }
    .order h2{
        text-align: center;
    }
    #variety{
        padding-top: 30px;
    }
    .order{
        background-attachment: fixed;
        background-image: url('https://images.unsplash.com/photo-1615719413546-198b25453f85?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1576&q=80');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .order-overlay{
        background-color: rgba(0, 0, 0, 0.8);
        margin-left: 2%;
        margin-right: 2%;
        padding-bottom: 20px;
        padding-left: 6%;
    }
    .choise{
        display: none;
        padding-left: 2%;
        padding-right: 2%;
    }
    .deliver{
        display: none;
    }
    .delivery{
        display: none;
        padding-left: 10%;
        padding-right: 10%;
    }
    td,th{
        font-size: 20px;
        color: white;
    }
    .choise h2{
        color:orange;
        text-align: left;
    }
    #your-orders{
        color: white;
        font-size: 30px;
    }
    
    #contact h2{
        text-align: center;
    }
    #contact{
        color: black;
    }
    #contactdetails h2{
        text-align: left;
    }
    .footer{
        padding-top: 5%;
    }
    #addedprice{
        display: none;
    }
    #finallmessage{
        display: none;
        padding-top: 10%;
        padding-right: 10%;
        padding-left: 10%;
        font-size: 28px;
    }
    #regards{
        text-align: center;
        color: aliceblue;
    }
    #information{
        padding-top: 5%;
        font-size: 22px;
        padding-right: 8%;
        padding-left: 5%;
        color: #ffa500;
    }
    @media only screen and (max-width: 485px){
        .flex-xs-column {
        flex-direction: column;
        }
    }
    @media only screen and (max-width: 767px){
        .section {
        padding-top: 30px;
    }
    .flex-xs-column {
        flex-direction: column;
    }
    #about-us .content {
        padding: 20px 30px 40px;
    }
    .about-pic img{
        width: 94%;
    }
    .order-overlay{
        background-color: rgba(0, 0, 0,0.5);
        margin-left: 2%;
        margin-right: 2%;
        padding-right: 16px;
        padding-left: 16px;
    }
    .order h2{
        text-align: center;
        font-size: 20px;
    }
    body,
    header,
    .landing {
        height: 100vh;
    }
    h1 {
        font-weight: bold;
        font-size: 40px;
    }
    .text h5{
        font-size: 20px;
        padding: 20px;
    }
    #head{
        padding-top: 30%;
    }
    .col-md-3{
        padding-left: 20%;
    }
    .iframe{
        width: 300px;
        margin-right: 5%;
        margin-left: 10%;
    }
    
    }
    