*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
    overflow-x:hidden ;
}
.navbar{
    background-color: white;
}
.nav-item a {
    color: #4b4342;
}
.data h1{
    font-size: 70px;   

}
.data p{
    font-size:40px ;
}
.btn{
    background-color:#5fcac7 !important ;
    color: white !important;
    border-radius: 15px;
}
.btn:hover{
    transform: scale(1.05);
}
.head{
    font-size: 70px;
    color: #4b4342;
}
.back-img{
    background-image: url();
}
.back-color{
    background-color: rgb(95, 202, 199) ;
    opacity: 0.8;
    color: white;
}
.cake{
    font-size: 76px;
    color:#ff91a4 ;
}
.mbr{
color: #4b4342;
  font-size:65px; 
}
.box img {
    transition: 0.5s;
}
.card img {
 height: 200px;
 object-fit: cover;
 cursor: pointer;
    }
.ingred{
    background-color:lightcyan;

 }    
.tester{
    background-color: rgb(255, 145, 164);
}
.special{
    font-size: 75px;
    color: #4b4342;
}
.table{
    font-size: 30px;
}
.bat{
    color: #919dab;
}
.question li {
    background-color: #5fcac7;
    color: white;
}
/* End-Hero Section */
.sweet-hero {
  position: relative;
  min-height: 80vh;
  background: url("images/pngtree-chocolate-background-curve-block-picture-image_2398859.jpg") 
              center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}
.sweet-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.sweet-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-left: 250px;   /* right side */
  text-align: center;
  margin-bottom: 90px;
}
.sweet-content h1{
    font-size: 65px;
    margin-bottom: 60px;
}

/* Social Icons */
.follow-rail {
  position: absolute;
  left: 260px;
  top: 120%;
  transform: translateY(-50%);
  z-index: 2;
}
.follow-rail a {
  display: block;
  margin: 10px 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  color: #fff;
  text-align: center;
  line-height: 40px;
  transition: 0.3s;
  text-decoration: none;
}
.follow-rail a:hover {
  background: rgba(255,255,255,0.4);
}

/* Footer */
.footer {
  background-color: #222;
  color: #ddd;
  padding: 40px 0;
}
.footer h5 {
  color: #fff;
  margin-bottom: 15px;
}
.footer a {
  color: #5fcac7;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}









