html {
    overflow-x: hidden;
}

.off-screen-menu {
    background-color: #1d2448;
    color: white;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    transition: .3s ease;
    z-index: 99;
}

.off-screen-menu ul li {
    list-style-type: none;
    margin: 10px 0px;
}

.link {
    text-decoration: none;
    color: #bf8034;
}

.off-screen-menu.active{
    right: 0;
}

nav {
    padding: 1rem;
    display: flex;
    align-items: center;
    background-color: #1d2448;
}

.ham-menu {
    height: 50px;
    width: 50px;
    margin-left: auto;
    position: relative;
    margin-right: 20px;
    z-index: 100;
}

.ham-menu span{
    height: 5px;
    width: 100%;
    background-color: #bf8034;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

.ham-menu span:nth-child(1) {
    top: 25%;
}

.ham-menu span:nth-child(3) {
    top: 75%;
}

.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2) {
    opacity: 0;
}

.ham-menu.active span:nth-child(3) {
    top: 43%;
    transform: translate(-50%, 50%) rotate(-45deg);
}
.ham-menu.active span {
    background-color: #bf8034;
}

nav img {
    height: 100px;
    margin-left: 15px;
}

.intro {
    height: 90vh;
    background-image: url("img/breadnew.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
}

.banner {
    display: flex;
    flex-direction: column;
    width: 27%;
    background-color: #bf8034;
    height: 100%;
    margin-left: 65%;
    align-items: center;
    justify-content: center;
}


.banner h1 {
    color: white;
    text-align: center;
    font-family: "Birthstone";
    font-size: 70px;
}

.banner p {
    color: white;
    text-align: center;
    font-family: "Playfair Display";
    font-weight: bold;
    font-size: 25px;
}

.nosotros {
    margin-top: 500px;
    width: 100%;
    height: 40vh;
    background-color: #1d2448;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.description {
    width: 50%;
}

.description h2{
    font-size: 3rem;
    font-family: "Playfair Display";
    color: #bf8034;
}

.description p{
    font-size: 25px;
    color: #bf8034;
}


.nosotros img {
    height: 90%;
}

.fw-light {
    font-family: "Birthstone";
    color: #bf8034;
    font-size: 6rem;
}

#menu-description {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1d2448 !important;
}

.btn-group small {
    color: #bf8034;
}

.card {
    --bs-card-height: 100%;
}

.card small {
    color: #bf8034 !important;
    font-weight: bolder;
}

.card-text {
    height: 80px;
}

.pedidos {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pedidos img{
    height: inherit;
}

.pedidos-description{
    width: 475px;
}

.pedidos-description h2{
    font-family: "Birthstone";
    font-size: 5rem;
    color: #bf8034;
}

.pedidos-description p{
    font-family: "Playfair Display";
    color: #1d2448;
    font-size: 30px;
}

.contacto {
    display: inline-flex;
    align-items: center;
}

.contacto .fa-whatsapp{
    font-size: 40px;
    color: #1d2448;
}

.contacto a{
    text-decoration: none;
    color: #1d2448;
    font-size: 35px;
    margin-bottom:5px;
    margin-left: 10px;
}

@media(max-width:1200px){

    nav img {
        height: 70px;
    }

    .ham-menu {
        width: 40px;
    }

    .intro {
        height: 75vh;
    }

    .card-text {
        height: 100px;
    }

    .banner h1{
        font-size: 60px;
    }

    .banner p {
        font-size: 18px;
    }
}

@media (max-width: 860px) {
    .intro {
        height: 100vh;
    }

    .banner h1{
        font-size: 45px;
    }

    .banner p {
        font-size: 13px;
    }

    .nosotros {
        height: 50vh;
    }

    .description {
        width: 60%;
        padding-left: 15px;
    }

    .description h2 {
        font-size: 2rem;
    }

    .description p{
        font-size: 17px;
    }

    .card-text {
        height: 90px;
        font-size: 13px;
    }

    .pedidos-description {
        width: 400px;
        padding-left: 45px;
    }

    .pedidos-description h2 {
        font-size: 3rem;
    }

    .pedidos-description p{
        font-size: 25px;
    }

    .contacto .fa-whatsapp {
        font-size: 30px;
    }

    .contacto a {
        font-size: 25px;
    }

}

@media (max-width: 730px) {

    .intro {
        height: 40vh;
    }

    .banner {
        width: 35%;
        margin-left: 55%;
    }

    .banner h1{
        font-size: 45px;
    }

    .banner p {
        font-size: 15px;
    }

    .nosotros {
        height: 35vh;
        display: block;
        text-align: center;
        padding-top: 20px;
        margin-top: 0px;
    }

    .nosotros img {
        height: 60%;
    }

    .description {
        text-align: center;
        width: 100%;
        padding-left: 0px;
    }

    .card-text {
        height: 90px;
        font-size: 14px;
    }

    .album .container {
        max-width: 700px;
    }

    .pedidos {
        height: 20vh;
    }

    .pedidos-description .fa-whatsapp {
        margin-bottom: 2px;
    }

}

@media (max-width: 450px) {
    .intro {
        height: 38vh;
    }
    
    .banner {
        width: 35%;
        margin-left: 55%;
    }

    .banner h1{
        font-size: 25px;
    }

    .banner p {
        font-size: 8px;
    }

    .nosotros {
        height: 37vh;
    }

    .nosotros img {
        height: 60%;
    }

    .description {
        padding-left: 0px;
    }

    .description h2 {
        font-size: 1.5rem;
    }

    .description p{
        font-size: 13px;
    }

    #menu-description {
        font-size: 1rem;
    }

    .pedidos {
        display: block;
        text-align: center;
        height: 47vh;
        width: 393px;
    }

    .pedidos img {
        height: 143px;
    }

    .pedidos-description{
        padding-left: 0px;
        margin-bottom: 30px;
        width: 393px;
    }
}
