*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #faeee7;
}

.header-main{
    position: relative;
    height: 420px;
    width: 100%;
    background-color: #ff8ba7;
    border-bottom: 2px solid rgb(124, 3, 104);
    
}


.Varied-juice{

font-family: "Edu VIC WA NT Beginner", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.fresh-juice-img{
    height: 400px;
    width: 400px;
    border: 3px solid #000;
    border-radius: 50%;
    position: absolute;

    top: 8px;
    right: 150px;
    background-color: #fff;
}

.fresh-juice-img:hover{
      
    background-color: #faac37;
    transition: 1s;
}




.ingra-text-color{
    color: #000;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
}

.option-bar{
    position: absolute;
    top: 40%;
    left: 170px;
}


.menu-btn{
    cursor: pointer;
    width: 100px;
    margin-top: 20px;
    margin-right: 24px;
    margin-left: 20px;
    padding: 10px;
    font-size: 17px;
    border: 2px solid #000;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
    background: linear-gradient(90.4deg, rgb(244, 199, 62) -3.8%, rgb(244, 62, 62) 46.8%, rgb(245, 61, 195) 98.8%);

}

.contact-btn{
    cursor: pointer;
    width: 160px;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 50px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    background: linear-gradient(90.4deg, rgb(244, 199, 62) -3.8%, rgb(244, 62, 62) 46.8%, rgb(245, 61, 195) 98.8%);
}

.center{
    position: absolute;
    width: 100%;
 
}

.header-banner{
    width: 100%;
    height: 650px;
}

.top-left{
    position: absolute;
    top: 8px;
    left: 16px;
}

.sub-header{
    display: flex;
}

.sub-section{
    margin-top: 20px;
    text-align: center;
}

.para-varied-juice{
    margin-top: 15px;
}

.Why-Choose-Us-heading{
    margin: 30px;
    text-align: center;
 font-family: "Edu VIC WA NT Beginner", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}




.why-choose-use-container{
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    background-color: #ffc6c7;
    border: none;
    border-radius: 2%;
    margin-bottom: 20px;
}

.why-choose-use-img{
    height: 60px;
    display: block;
    margin: 10px auto;
}

.text-center{
    text-align: center;
}

.para-text{
    margin-top: 10px;
}


.why-choose-use-card{
   
    width: 180px;
    padding: 2px;
    height: 180px;
    border: 2px solid #8b0051;
    border-radius: 50%;
    background: #fff;
}
