h1 {
    letter-spacing: 8px;
    color: orange;
    font-weight: bolder;
    font-family: 'Wallpoet', cursive;
    font-size: 60px;
    text-shadow: 2px 2px 5px rgb(8, 156, 5);
}
h5 {
    letter-spacing: 3px;
    color: orange;
}

.landing {
    background-image: url("../images/slider2.jpg");
    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;
}

.col-md-4 {
    border-radius: 10%;
    padding: 10px;
}

#about-us {
    min-height: 70vh;
    align-items: center;

}

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

#about-us .content {
    padding: 65px 50px 85px;
    width: 100%;
    background-color: #ffa500;
    float: right;
    text-align: justify;
    overflow-x: hidden;
}

.d-flex {
    display: flex !important;
}

.arrow {
    position: relative;
    left: 50%;
    top: 90%;
    margin-left: -20px;

}

.bounce {
    animation: bounce 2s infinite;
}

@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("../images/slider2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(8, 7, 7);
    font-size: 22px;
    padding-top: 4%;
    padding-bottom: 4%;
}

.order-overlay {
    background-color: rgba(245, 235, 235, 0.8);
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 20px;
    padding-left: 6%;
}

.choise {
    display: none;
    padding-left: 2%;
    padding-right: 2%;
    color: black;

}

.deliver {
    display: none;
}

.delivery {
    display: none;
    padding-left: 10%;
    padding-right: 10%;
}

td,
th {
    font-size: 20px;
    color: rgb(12, 11, 11);
}

.choise h2 {
    color: rgb(7, 7, 6);
    text-align: left;
}

#your-orders {
    color: rgb(14, 10, 10);
    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: rgb(10, 11, 12);
}

#information {
    padding-top: 5%;
    font-size: 22px;
    padding-right: 8%;
    padding-left: 5%;
    color: #080807;
    font-size: 24px;
}

@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(6, 83, 38, 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%;
    }

}

.btn-orange {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 6px 2px;
    cursor: pointer;
    font-weight: bolder;
}