@font-face {
    font-family: yese;
    src: url(../../fonts/YesevaOne-Regular.ttf);
  }
  @font-face {
    font-family: Raleway;
    src: url(../../fonts/static/Raleway-Medium.ttf);
  }

.spec{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../../images/bg2.jpg) no-repeat;
    background-size: 100% 100%;
    height: 60vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.sec-txt{
    color: #ffffff;
    text-align: center;
}
.sec-h1{
    font-size: 70px;
    font-family: 'yese';
    margin-bottom: 2vh;
}
.sec-p{
    font-size: 20px;
    margin-bottom: 6vh;
}
.btn-sec{
    padding-left: 30px;
    padding-right: 30px;
    background-color: #de7b6d;
    color: #ffffff;
    border-radius: 20px;
}
.btn-sec:hover{
    color: #f1f1f1;
    background-color: #cf594a;
}



/* special menu code  */
.sep-men{
  margin-top: 2vh;
  margin-bottom: 10vh;
}
.sep-men-txt{
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 4vh;
}
.sep-men-h1{
    font-family: 'yese';
    font-size: 70px;
}
.sep-img{
    height: 300px;
    width: 380px;
}


