@font-face {
  font-family: "My-font";
  src: url(../assets/fonts/GreatVibes-Regular.ttf) format("truetype") ;
         font-weight: normal;
         font-style: normal;
}
body{
  padding: 0;
  margin: 0 ;
}
.test{
    font-family: "My-font" , sans-serif;
     
}
/* this for test */
.first-section{
    background-image: url("../assets/images/hero-bg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 100vh;
      margin-right: 0;
      margin-left: 0;
      width: 100%;

}
  .link-hover:hover {
    text-decoration: none !important ;
    color:#ffc107 !important ;
  }
  .feane {
     font-family: "My-font" , sans-serif;
     transform: scale(1.5);
  }
  .text-title-h1{
    font-family: "My-font" , sans-serif;
    transform: scale(1);
  }
   .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  body, html {
    margin: 0;
    padding: 0;
}
.small{
  height: 10rem;
  width:  10rem;
  margin: 1rem ;
}
  .border-thick {
    border-width: 4px !important;
  }
  .text-discount{
    font-family: "My-font" , sans-serif;
    transform: scale(1.5);
    color: aliceblue;
  }
  .first-discount{
    background-color: #21212c;
  }.Menu-Title{
    font-family:"My-font" , sans-serif ;
    transform: scale(1.5);
    color: black;
  }.a-hover:hover{
    background-color: #21212c;
    color: white !important;
    border-radius: 15px ;
    padding: 0.25rem;
  }.pizza-picture img{
    width: 200px ;
    height: 150px;
    object-fit: cover;
  }.pizza-picture{
    background-color: #eae9e9cc;
  }
  .friut-title{
    font-size: 1.4rem;
  } div.description{
    background-color: #21212c;
  }.pizza-text{
    color: white;
  }.radius-description{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }.border-picture{
    border-top-left-radius: 30px ;
    border-top-right-radius : 30px; 
  }.btn-rounded{
    border-radius: 50px;
     padding-left: 2rem;
     padding-right: 2rem;
  }.img-hamburger{
    width: 50%;
  }.fourth-section{
    background-color: #21212c;
  }.fourth-title{
    color: aliceblue;
    font-family: "My-font" , sans-serif;
    font-weight: bold;
  }
  