*{
    margin: 0;
    padding: 0;
}
html body{
    max-width: 100%;
    overflow-x: hidden;
}
.header{
    background-image: url("images/main.png");
    background-size: cover;
    background-position: center;
}
.navbar{
    margin-top: -40px;
}
.navbar-nav{
    margin-left: auto;
}
.logo{
    width: 200px;
    height: 200px;
}
.nav-link{
    background: linear-gradient(93.79deg, #EF4536 0.56%, #F7D936 103.38%);
    color: white;
    width: 150px;
    text-align: center;
}
.nav-link:hover{
    color: white;
}
.main-content{
    text-align: center;
    padding-block: 40px;
    max-width: 75%;
    margin: 0 auto;
}
.main-content h4{
    color: #AD262C;
    font-weight: 700;
}
.main-content h1{
    color: #442A19;
    font-weight: 700;
    text-transform: uppercase;
}
.main-content p{
    color: #552F16;
    font-weight: 700;
}
.product-list-1{
    max-width: 50%;
    margin: 0 auto;
}
.store{
    background-color: white;
}
.border-div{
    margin-left: 30px;
}
.details{
   text-align: center;
    margin-top: -330px;
}
.details h1{
    color: #152433;
    font-size: 50px;
}
.phone{
    color: #AD262C;
    font-size: 60px;
    font-weight: bold;
}
.address{
    color: black;
    font-weight: 500;
    position: relative;
    top: 15px;
}
.marinated{
    background-image: url("images/green-bg.png");
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    margin-top: 160px;
    text-align: center;
}
.marinated h1{
    color: white;
}
.about-section{
    background-image: url("images/about.png");
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 50px;
    margin-top: -100px;
}
.a-images{
    width: 60%;
}
.a-image-2{
    margin-left: 200px;
    margin-top: -130px;
}
.a-image-3{
    margin-top: -120px;
    margin-left: -50px;
}
.footer{
    background-color: white;

}
.footer ul{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 40%;
    margin: 0 auto;
    padding: 0;
}
.footer ul li img{
    width: 100%;
}
.about-p-dic{
    display: table;
    width: 100%;
    height: 100%;
}
.about-c-div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.about-p-dic h1{
     color: #AD262C;
    font-weight: bold;
}
.about-p-dic p{
    color: #552F16;
    font-weight: bold;
}
/* Responsiveness */
@media screen and (max-width: 767px) {
    html{
        max-width: 100%;
        overflow-x: hidden;
    }
    .navbar{
        margin-top: -25px;
    }
    .logo{
        width: 100px;
        height: 100px;
    }
    .nav-link{
        width: 150px;
    }
    .main-content{
        max-width: 100%;
    }
    .border-div{
        margin-left: 0;
        margin-top: 30px;
    }
    .details{
        margin-top: -140px;
        padding-inline: 20px;
    }
    .details h1{
        font-size: 25px;
    }
    .phone{
        font-size: 20px;
    }
    .address{
        position: relative;
        top: 10px;
    }
    .marinated{
        background-size: cover;
        margin-top: 30px;
    }
    .about-section{
        margin-top: -150px;
        padding-bottom: 100px;
    }
    .a-images{
        width: 60%;
    }
    .a-image-2{
        margin-left: 150px;
        margin-top: -100px;
    }
    .a-image-3{
        margin-top: -50px;
        margin-left: -20px;
        padding-bottom: 100px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    html{
        max-width: 100%;
        overflow-x: hidden;
    }
    .main-content{
        max-width: 100%;
    }
    .details{
        margin-top: -250px;
    }
    .border-div{
        margin-top: 30px;
    }
    .marinated{
        margin-top: 70px;
    }
    .a-image-2{
        margin-left: 180px;
        margin-top: -60px;
    }
    .a-image-3{
        margin-top: -50px;
        margin-left: -20px;
    }
    .about-section{
        padding-bottom: 150px;
    }
    .footer ul{
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        margin-top: -100px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    html{
        max-width: 100%;
        overflow-x: hidden;
    }
    .main-content{
        max-width: 100%;
    }
    .border-div{
        margin-top: 30px;
    }
    .details{
        margin-top: -300px;
    }
    .a-image-2{
        margin-left: 180px;
        margin-top: -60px;
    }
    .a-image-3{
        margin-top: -80px;
        margin-left: -20px;
    }
    .about-section{
        padding-bottom: 200px;
    }
    .footer ul{
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        margin-top: -100px;
    }
}
@media (min-width: 1400px) {
    .logo{
        width: 250px;
        height: 250px;
    }
    .border-div{
        margin-left: 120px;
        margin-top: 30px;
    }
    .details{
        margin-right: 100px;
        margin-top: -350px;
    }
    .marinated{
        margin-top: 200px;
    }
   .mr-heading{
       padding-top: 100px !important;
   }
   .about-section{
       margin-top: -150px;
   }
    .a-image-2{
        margin-left: 300px;
    }
}
