
.spice{
	padding: 0;
}

.spice {
    padding: 75px 0 0;
}

.finest-cuisine {
    padding: 0px 0 29px;
}

.finest-cuisine .left-content h4{
  font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    margin: 0;
}

.finest-cuisine .left-content p {
    padding-top: 16px;
}

.restaurant-foodies{
	padding-bottom: 90px
}

.restaurant-foodies .foodies-row{
	align-items: center;
}

.meeting-points .expolre-img a{
	font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #073937;
    display: flex;
    padding-top: 10px;
    align-items: center;
    width: 100%;
    text-align: center!important;
    display: flex;
    justify-content: center;
    padding: 0px 0 22px;

}

.meeting-points .expolre-img a {
  transition: all 0.5s ease;
}

.meeting-points .expolre-img a .arrow-1 {
  width: 5%;
  margin-left: 9px;
  transition: all 0.5s ease;
}

.meeting-points .expolre-img a .arrow-2 {
  width: 8%;
  margin-left: -11px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.meeting-points .expolre-img a:hover .arrow-1 {
  opacity: 0;
  visibility: hidden;
}

.meeting-points .expolre-img a:hover .arrow-2 {
  opacity: 1;
  visibility: visible;
}

.book-your-table .meetings-events {
    background: #E9EDE1;
    padding: 72px 0 69px;
    position: relative
}

.book-your-table .commitment-sec a {
    margin-top: -2px;
}

.exclusive-items {
    padding: 62px 0 96px;
}

.exclusive-items .section-title h4{
  margin: 0;
}

.exclusive-items .points-box h3 {
    text-align: center;
    padding: 0 10px;
    padding-top: 24px;
    margin: 0;
    padding-bottom: 15px;
}

.exclusive-items .expolre-img a{
  padding-bottom: 26px;
}

.book-your-table .meetings-events .stroke{
 position: absolute;
    left: 0;
    top: 0;
    width: 25%;
}

.book-your-table .meetings-events .stroke-1{
  position: absolute;
  right: 0;
  bottom: 0;
   width: 25%;
}


.restaurant-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -8%;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.restaurant-slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.restaurant-slider .slick-dots li button {
  border: 1px solid #073937;
  background: transparent;
  width: 10px;
  height: 10px;
  font-size: 1px;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
}

.restaurant-slider .slick-dots li.slick-active button {
  background: #073937;
}

/* =======media-query=========== */

@media(max-width: 2560px){
  .book-your-table .meetings-events .stroke-1, .book-your-table .meetings-events .stroke {
    width: 15%;
}

}

@media(max-width: 1920px){
  .book-your-table .meetings-events .stroke-1, .book-your-table .meetings-events .stroke {
    width: 21%;
}
}

@media(max-width: 1599px){

}

@media(max-width: 1399px){
  .book-your-table .meetings-events .stroke-1, .book-your-table .meetings-events .stroke  {
    width: 25%;
}

}

@media(max-width: 1199px){

}

@media(max-width: 991px){
  .comfort-sec.finest-cuisine .comfort-row .left-content{
    padding-top: 32px;
  }
}

@media(max-width: 767px){
  .comfort-sec.finest-cuisine .comfort-row .left-content {
    padding-top: 3px;
}
}

@media(max-width: 575px){
  .meeting-points .points-box-1, .meeting-points .points-box-3 {
    border-radius: 0px 164px 0px 0px;
}

.meeting-points .points-box-2 {
    border-radius: 164px 0px 0px 0px;
}

.comfort-sec.finest-cuisine .left-img img {
    width: 100%;
    padding-bottom: 21px;
    padding-top: 0px;
    margin-top: -42px;
}
}

@media(max-width: 480px){
  .finest-cuisine .left-content h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;}

    .local-foodies-section {
    padding: 0px 0 45px;
}

.spice {
    padding: 53px 0 0;
}

.exclusive-items .section-title h4 {
    margin: 0;
    line-height: 28px;
}

.exclusive-items .points-box h3{
  padding-bottom: 0;
}

.coracao .section-title p{
      text-align: justify;
}

.meeting-points .points-box p {
    font-size: 16px;
    text-align: justify;}
}

@media(max-width: 380px){
  .finest-cuisine .left-content h4 {
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
}

.local-foodies h2{
  font-size: 21px;
    line-height: 30px !important;
}

}