@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
}

 nav li{
 list-style: none !important;
 }
.nav-link{
    color: rgb(41, 41, 41);
    margin-right: 20px;
    font-size: 18px;
    position: relative;
}
.nav-link:hover{
    color: #debf7f;
}
.nav-link::after{
    position: absolute;
    bottom: 0;
    left: 13px;
    content: '';
    height: 2px ;
    width: 0%;
    background-color: #debf7f;
    transition: .2s linear;
}
.nav-link:hover::after{
    width: 70%;
  
}
nav > img{
    height: 120px;
    margin: 10px 60px;
}
.first__navItem{
    margin-right: 20px;
    color: black;
    font-size: 18px;
    text-decoration: none;
}

.fa-shopping-basket{
    margin-left: 30px;

}
nav i{
    font-size: 20px;
    color: rgb(138, 138, 138);
    margin-left: 40px;
    cursor: pointer;
    transition: all .2s ;
}
nav i:hover{
    color: #b69a62;
}
.carousel-item > img{
    display: block;
    margin: auto;
   height: 60vh;
}
.carousel-control-next{
    color: black !important;
}
.carousel{
    position: relative;
}
#discount{
    position: absolute;
    height: 100px;
    left: 20%;
    top: 4%;
}
#discount___value{
    position: absolute;
    left: 22%;
    top: 11%;
    z-index: 100;
    font-size: 22px;
    color: white;
}
.carousel__button > button{
    display: block;
    margin: auto;
    width: 13vw;
    border: 1px solid #b38323 ;
}
.carousel__button > button:hover{
    background-color: #b38323;
    border: none;
}
.two__top > img{
    height: 30px;
}
.two__top > h1{
    font-family: 'Dancing Script', cursive;
}
.two__botton {
    max-width: 600px;
    text-align: center;
    margin-right: 10px;
}
.two__botton > h3{
    font-size: 18px;
}
.two__botton > h4{
    font-size: 17px;
}
.two__botton > p{
    max-width: 340px;
    font-size: small;
    color: rgb(92, 92, 92);
    margin-top: 20px;
}
.two__bottomParent{
    margin-top: 10vh;
}
.three__right > p{
    max-width: 600px;
    text-align: center;
}
.three__right > img{
    height: 80px;
    display: block;
    margin: auto;
}
.three{
    margin-top: 10vh;
}
.bgimage{
    background-image: url("./images/home-product.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    background-attachment: fixed;
}

.bg__imageTop > h2{
    font-family: 'Dancing Script', cursive;
    font-size: 45px;
    margin-top: 6vh;
    font-weight: 800;
}
.bg__imageTop >  h4{
    font-size: 17px;
} 
.bg__imageTop{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bg__imageTop > img{
    height: 40px;
}
.bg__imageBottomLeft > img{
    height: 150px;
}
.bg__imageBottom{
    display: flex;
}
.bg__imageBottomParent{
    margin-left: -100px;
}
.bg__imageBottom{
    margin-top: 10vh;
  
}
.bg__imageBottomRight > p{
    font-size: small;
    color: gray;
}
#star{
    margin-top: -10px;
}
.bg__imageBottomRight > h6{
    margin-top: -10px;
    color: gray;
}
#center__star{
    margin-left: 60px;
    margin-right: 40px;
}
.history{
    margin-top: 10vh;
}
.history__top > h2{
    font-family: 'Dancing Script', cursive;
    font-size: 45px;
    font-weight: 800;
}
.history__bottom{
    margin: 50px 15px;
}
.history__top > img{
    height: 20px;
}
.history__para{
    max-width: 400px;
    /* text-align: center; */
    color: gray;
    font-size: 15px;
    font-size: small;
}
.history__bottom > h6 > span{
    color: #df9c18;
}
.history__date{
    color: gray;
    font-size: 14px;
}
#history__para{
    text-align: center;
}

.history__bottom > img{
    height: 380px;
    cursor: pointer;
    transition: .3s;
    border-radius: 10px;


}
.history__bottom > img:hover{
    transform: scale(1.03);
}
.history__bottom > h6{
    font-size: small;
    margin-top: -5px;
}
.history__link{
    color: #b38323;
    cursor: pointer;
    font-size: 14px;
}
.contact {
    background-image: url("./images/delivery-form.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.map > iframe {
    padding: 30px;
}
.contact__overlay{
    background-color: rgba(0, 0, 0, 0.7);
    height: 80vh;
    width: 80vw;
}
.contact__left{
    padding: 60px 100px;
}
.contact__left > p{
    font-size: small;
    color: rgb(192, 192, 192);
}

#email, #phone {
    color: white;
    font-size: 15px;
}
#phone{
    margin-top: -10px;
}
.contact__rightTop > p{
    max-width: 600px;
    font-size: 14px;
}
.contact__input{
    display: block;
    width: 30vw;
    margin-bottom: 30px;
    height: 45px;
    outline: none;
    background: transparent ;
    border: none;
    border-bottom: 1px solid rgb(128, 128, 128);
    padding-left: 10px;
    color: white;
}
.contact__rightInputs > input::placeholder{
    color: white;
}
#form__button{
    width: 15vw;
    margin-left: -7vw;
    border: 1px solid #b38323;
    height: 40px;
    color: white;
}
#form__button:hover{
    background-color: #b69a62;
    border: none;
}

footer{
    background-color: rgb(41, 41, 41);
    padding: 6px;
    color: white;
    text-align: center;
    margin-top: 10vh;
}
footer > p{
    margin-top: 2vh;
}
.arrow{
    position: fixed;
    bottom: 10px;
    right: 50px;
}
.arrow > a{
    height: 30px;
    width: 30px;
    background-color: #b38323;
    color: white;
    margin-left: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;

}
@media screen and (max-width: 545px) {
    .navbar-nav, .nav-item{
        display: none;
    }
    nav{
        position: static;
    }
    .fa-shopping-basket::before, .fa-search:before{
        display: none;
    }
    nav img{
        height: 70px;
    }
    .carousel-item > img{
       height: 20vh;
    }
    #discount{
        position: absolute;
        height: 50px;
        left: 10%;
        top: 0%;
    }
    #discount___value{
        left: 13%;
        top: 12%;
        font-size: 15px;
        color: white;
    }
    .carousel__button > button{
        width: 150px;
        border: 1px solid #b38323 ;
    }
    .two__bottomParent{
        flex-direction: column;
    }
    .two__botton{
        margin-right: 0px;
        margin-left: 10px;
    }
    .three{
        flex-direction: column;
        align-items: center;
    }
    .three img{
        margin-left: 40px;
        height: 200px;
        margin-bottom: 20px;
    }
    .three__right > p{
        font-size: 13px;
        max-width: 320px;
        text-align: center;
    }
    .three__right > img{
        height: 60px;
        margin-left: 100px;
        object-fit: contain;
    }
    .bgimage{
        display: none;
    }
    .history__bottomParent{
        flex-direction: column;
    }
    .history__bottom > img{
        height: 280px;
    
    }
    .contact__overlay{
        flex-direction: column;
    }
    .contact__left{
        display: none;
    }
    .contact__rightTop{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 2px;
    }
    .contact__rightTop > p{
        font-size: 12px;
        text-align: center;
    }
    .contact__rightInputs{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -50px;
    }
    .contact__input{
        width: 70vw;
    }
    #form__button{
        width: 150px;
        margin-left: 3px;
        margin-bottom: 30px;
    }
    iframe{
        width: 100vw;
    }

    .arrow{
        bottom: 10px;
        right: 20px;
        opacity: 0.6;
    }
    .last, .first{
        margin-left: 40px;
    }
}