body{
  background: url(../img/bg.jpg) no-repeat center/cover;
  font-family: cursive;
}

p{
  font-size: 18px;
}

img{
  display: block;
  max-width: 100%;
}

.slick-dotted.slick-slider{
  margin-bottom: 0;
}

.header-area{
  height: auto;
}

.header-area .logo{
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}

.header-area .main-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-area .main-nav .nav{
  margin-top: 0;
}

.header-area .main-nav .menu-trigger{
  top: 20px;
}

#top{
  padding-top: 0;
  margin-top: 80px;
  position: relative;
  height: 100vh;

}

#top img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0%;
}

.section-heading h1 {
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 25px; 
  font-size: 34px;
  font-weight: 900;
  color: #2a2a2a;
}

h2.subtitle{
  font-size: 20px;
  color: cadetblue;
  margin-bottom: 20px;
}


.process-list{
  list-style: none;
  max-width: 600px;
  margin: auto;
} 

.process-list li{
  margin-bottom: 80px;
}

.process-list .process-item{
  border: 10px solid rgba(155, 133, 72, 0.5);
  border-radius: 0px 0px 50px 20px ;
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
}

.process-list .process-item .step{
  position: relative;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  background: rgb(79, 155, 72);
  color: #eee;
  top: -50px;
  filter: drop-shadow(0px 3px 5px #aaa);
}

.process-list .process-item .step small{
  display: block; 
  font-size: 1rem;
  line-height: 1;
}

.process-list .process-item .step b{
  font-size: 2.5rem;
  line-height: 1;
}

.process-list .process-item p{
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 1.25rem;
}


@media (max-width: 767px){
  #top{
    height: 500px;
  }

  #top img{
    object-position:  right 0%;
  }
}

.header-area .main-nav .nav li a{
  font-size: 18px;
}

.section-heading h6{
  font-size: 18px;
}

#menu .price h6{
  font-size: 18px;
}

.jcsb{
  justify-content: space-between;
}

#reservation p{
  margin-bottom: 0;
}

#reservation address{
  margin-top: 20px;
  margin-bottom: 65px;
  font-weight: bold;
  font-size: 1.2em;
}

footer .left-text-content p{
  color: #111;
}