body{
    font-family: "poppins", sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    width: 100%;
}

.section{
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.section.visible{
    opacity: 1;
    transform: translateX(0px);
}

#couplesComboAlert{
    opacity: 0;
    transform: translateY(-150px);
    transition: opacity 1s ease-out, transform 1.5s ease-out;
}
#couplesComboAlert.visible{
    opacity: 1;
    transform: translateY(0px);
}
.alert{
    position: fixed;
    top: 40%;
    left: 25%;
    margin: 0px 40px;
    background-color: #ffd79ce0;
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 50px 17px;
    font-size: 17px;
    z-index: 1000;
    align-items: center;
    box-shadow: 3px 3px 10px grey ;

}
.no-scroll{
    overflow: hidden;
    height: 100vh;
}
.blur-background{
    filter: blur(5px);
    pointer-events: none;
    transition: filter .3s ease-in-out;
}
.alert h2{
    font-size: 28px;
}
.alert h2 span{
    color: rgb(255, 115, 0);
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
    font-size: 30px;
}

.alert p{
    padding: 10px;
}
.alert a{
    padding: 10px 15px;
    text-decoration: none;
    background-color: rgb(255, 115, 0);
    border-radius: 10px;
    color: white;
    font-size: 15px;
    margin-right: 20px;
    transition: .3s ease;
}
.alert a:hover{
    box-shadow: 2px 2px 5px black;
    font-size: 16px;
}
.alert button{
    color: rgba(255, 115, 0, 0.808);
    border: 3px solid rgba(209, 94, 0, 0.808);
    padding: 10px 15px;
    text-decoration: none;
    background:none;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: .3s ease;
}
.alert button:hover{
    box-shadow: 2px 2px 5px black;
    font-size: 16px;
}

.header{
    margin-top: 0;
}
.headerLogoNav{
    width: 93%;
    background-color: rgb(255, 115, 0);
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 10px;
    border-radius: 15px;
    position: absolute;
    text-align: center;
    position: fixed;
    top: 10px;
    z-index: 1000;
}
.headerLogoNav .icon{
    display: none;
}
#logo{
    height: 50px;
    margin-right: 700px;
    
}
.nav{
    padding-right: 30px;
    text-decoration: none;
    color: white;
    transition: 0.5s;
}
.nav:hover{
    text-decoration: underline;
}
.checkout{
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 70px;
}
.checkout-img{
    margin-left: 30px;
    margin-top: 100px;
    width: 40%;
}
.checkout-img img{
    width: 470px;
    height: 460px;
    box-shadow: 2px 1px 5px;
    border-radius: 30px;
}
.checkout-text{
    margin-top: 100px;
    margin-left: 40px;
}
.checkout-text h1{
    color: black;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 45px;
    font-family: "poppins", sans-serif;
}
.checkout-text h2{
    margin-top: 0;
    color: rgb(255, 115, 0);
    font-size: 30px;
}
.checkout-text h2 span:nth-child(1){
    text-decoration: line-through;
}
.checkout-text ul{
    list-style: none;
}
.checkout-text ul li{
    padding-bottom: 10px;
    font-size: 15px;
}
.checkout-text ul li .fa-check{
    color: rgb(255, 115, 0);
    margin-right: 7px;
}
.quantity{
    margin-bottom: 10px;
}
.quantity p{
    font-weight: bold;
    color: rgb(255, 115, 0);
}
.quantity input{
    border: none;
    padding: 5px;
    background-color: rgb(165, 165, 165);
}
#naira{
    text-decoration: line-through;
}
.payment{
    padding: 9px 15px;
    border: none;
    background-color: rgb(255, 115, 0);
    color: white;
    border-radius: 30px;
    font-size: 17px;
    box-shadow: 2px 1px 5px black;
    margin-right: 30px;
    cursor: pointer;
    transition: .3s ease;
}
.payment:hover{
    font-size: 19px;
    background-color: rgb(189, 85, 0);
}
#payForMeBtn{
    animation: bounce 1.5s ease-in-out infinite;
}
@keyframes bounce {
    0%, 100%{
        transform: translateY(20px);
        animation-timing-function: ease-in;
    }
    50%{
        transform: translateY(-10px) scaleY(1.1);
        animation-timing-function: ease-out;
    }
    
}
.pay{
    display: flex;
    justify-content: space-between;
}
.paynow-info label{
    font-size: 15px;
}
.paynow-info input{
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 7px 10px;
    border-radius: 5px;
}
.paynow-info details{
    margin-bottom: 20px;
}
.paynow-info summary{
    font-size: 14px;
    color: rgb(255, 115, 0);
    font-weight: bold;
    cursor: pointer;
}
.paynow-info details p{
    font-size: 13px;
    max-width: 300px ;
}
#request-text{
    font-size: 13px;
    font-weight: bold;
    color: rgb(255, 115, 0);
}
.line2{
    display: inline-block;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.line2 span{
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(2, 2, 2);
}
.suggestions{
    margin: 20px;
}
.suggestions h2{
    font-size: 20px;
    margin-bottom: 20px;
}

.suggestions a{
    text-decoration: none;
}
.item-img{
    text-align: left;
    
}
.items-card{
    width: 260px;
    height: 300px;
    background-color: rgba(255, 115, 0, 0.329);
    padding: 20px;
    border-radius: 10px;
}
.items-card img{
    height: 160px;
    border-radius: 10px;
}
.items-card h3{
    margin-top: 20px;
    color: black;
    
}
.items-card h3:hover{
    text-decoration: underline;
}
.items-card p{
    margin-top: 30px;
    font-size: 13px;
    padding: 8px 10px;
    background-color: rgb(255, 115, 0);
    border-radius: 30px;
    color: white;
    margin-right: 40%;
}


.footer{
    background-color: rgb(253, 241, 223);
    padding-bottom: 40px;
}
.GetInTouch{
    text-align: center;
    padding-top: 50px;
}
.GetInTouch p{
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 114, 0);
}
.GetInTouch h2{
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
}
.footerDiv{
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerDiv p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 25px;
}
.footerOpenHours,.footerContact{
    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 20px;
}
.footerContact{
    text-align: right;
}
.copy{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
}
.footerLink{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.footerLink img{
    height: 30px;
    padding-right: 10px;
}







@media screen and (max-width: 850px) {
    #couplesComboAlert{
        opacity: 0;
        transform: translateY(-150px);
        transition: opacity 1s ease-out, transform 1.5s ease-out;
    }
    #couplesComboAlert.visible{
        opacity: 1;
        transform: translateY(0px);
    }
    .alert{
        position: fixed;
        top: 40%;
        left: 0;
        margin: 0px 40px;
        background-color: #ffd79ce0;
        backdrop-filter: blur(10px);
        text-align: center;
        padding: 50px 17px;
        font-size: 17px;
        z-index: 1000;
        align-items: center;
    }

.headerLogoNav{
    width: 85% ;
    background-color: rgb(255, 115, 0);
    padding-bottom: 10px;
    border-radius: 15px;
    text-align: center;
}
.headerLogoNav .icon{
    display: inline;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    transition: .3s;
}
.icon:active{
    height: 45px;
}
.icon:hover{
    height: 45px;
}

#logo{
    height: 30px;  
    margin-left: 45%;
    display: block;
    align-items: center;
}
.nav{
    text-align: center;
    padding-right: 25px;
    text-decoration: none;
    color: white;
    transition: 0.5s;
    font-size: 11px;
    display: none;
}

.checkout{
    display: block;
    flex-wrap: wrap;
    
}
.checkout-img{
    margin-left: 0px;
    margin-top: 120px;
    width: 100%;
    text-align: center;
}
.checkout-img img{
    width: 360px;
    height: 350px;
    box-shadow: 2px 1px 5px;
    border-radius: 30px;
}
.checkout-text{
    margin-top: 30px;
    margin-left: 0px;
}
.checkout-text h1{
    color: black;
    margin-top: 0;
    font-size: 35px;
}
.checkout-text h2{
    margin-top: 0;
    color: rgb(255, 115, 0);
    font-size: 25px;
}
.checkout-text h2 span:nth-child(1){
    text-decoration: line-through;
}
.checkout-text ul{
    list-style: none;
}
.checkout-text ul li{
    padding-bottom: 10px;
    font-size: 15px;
}
.checkout-text ul li .fa-check{
    color: rgb(255, 115, 0);
    margin-right: 7px;
}
.quantity{
    margin-bottom: 20px;
}
.quantity p{
    font-weight: bold;
    color: rgb(255, 115, 0);
}
.quantity input{
    border: none;
    padding: 5px;
    background-color: rgb(165, 165, 165);
}
.payment{
    padding: 9px 15px;
    border: none;
    background-color: rgb(255, 115, 0);
    color: white;
    border-radius: 30px;
    font-size: 15px;
    box-shadow: 2px 1px 5px black;
    margin-right: 30px;
    cursor: pointer;
    transition: .3s ease;
}
.payment:hover{
    font-size: 17px;
    background-color: rgb(216, 97, 0);
}
.footerOpenHours,.footerContact{
    flex-basis: 100%;
    font-size: 14px;
}

}

@media screen and (max-width: 470px) {
    .checkout-img{
        margin-left: 0px;
        margin-top: 120px;
        width: 100%;
        text-align: center;
    }
    .checkout-img img{
        width: 310px;
        height: 300px;
        box-shadow: 2px 1px 5px;
        border-radius: 30px;
    }
    .checkout-text{
        margin-top: 30px;
    
    }
    .checkout-text h1{
        color: black;
        margin-top: 0;
        font-size: 27px;
    }
    .checkout-text h2{
        margin-top: 0;
        color: rgb(255, 115, 0);
        font-size: 22px;
    }
    .checkout-text ul{
        list-style: none;
    }
    .checkout-text ul li{
        padding-bottom: 10px;
        font-size: 14px;
    }
    .checkout-text ul li .fa-check{
        color: rgb(255, 115, 0);
        margin-right: 7px;
    }
    .quantity{
        margin-bottom: 20px;
    }
    .quantity p{
        font-weight: bold;
        color: rgb(255, 115, 0);
    }
    .quantity input{
        border: none;
        padding: 5px;
        background-color: rgb(165, 165, 165);
    }
    .payment{
        padding: 9px 15px;
        border: none;
        background-color: rgb(255, 115, 0);
        color: white;
        border-radius: 30px;
        font-size: 15px;
        box-shadow: 2px 1px 5px black;
        margin-right: 10px;
        cursor: pointer;
        transition: .3s ease;
    }
    .payment:hover{
        font-size: 17px;
        background-color: rgb(216, 97, 0);
    }
    .paynow-info details{
        margin-bottom: 20px;
    }
    .paynow-info summary{
        font-size: 14px;
        color: rgb(255, 115, 0);
        font-weight: bold;
        cursor: pointer;
    }
    .paynow-info details p{
        font-size: 13px;
        max-width: 250px;
    }
}