@media screen and (max-width: 992px) {
  .small {
    display: block;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small img {
    width: 90px;
    position: relative;
    margin-bottom: -50px;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small .menu-to-open {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .menu-2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    left: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 60px !important;
    height: 70vh;
    overflow-y: scroll;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;
    border-bottom: 2px solid var(--theme-color-second);

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #fff;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {

    font-size: 14px;
  }

  .small {
    display: block;
  }



  h1 {
    font-size: 50px;

  }

  h2 {
    font-size: 40px;

  }


  .banner_sec h1 span {
    color: var(--theme-color-second);
    font-size: 50px;
  }

  .banner_sec .rating-box {
    color: #fff;
    margin-top: 55px;
    text-align: center;
    display: none;
  }

  p br {
    display: none;
  }

  header#main_header {
    display: none;
  }

  section {
    padding: 50px 0;
  }

  .banner_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home_sec_1 {
    background-position-x: 70% !important;
  }

.home_sec_5 img {
    height: 450px !important;
}

  .home_sec_5 {
    text-align: center;
  }

  .home_sec_5 .img-box .over-lay-1 {

    width: 100%;

  }

  .home_sec_5 .img-box .over-lay-2 {
    position: absolute;
    width: 100%;

  }

  .home_sec_6 {
    background-position-x: 100% !important;
  }

  .home_sec_6 .heading {
    padding: 4%;
    background-color: #0000004f;
  }

  .home_sec_6 h2, .home_sec_6 p {
    text-shadow: 1px 1px 1px #555;
  }

  .margin-top-img {
    margin-top: 0 !important;
  }

  footer .ft_logo img {
    width: 110px;
    margin-bottom: 23px;
  }

  footer .ft_contact_info2 ul li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    gap: 5px;
    margin-bottom: 7px;
  }

  footer .ft_contact_info2 {
    margin-bottom: -30px;
  }

  footer .ft_menu_content ul {
    display: flex;
    gap: 14px 22px;
    text-transform: uppercase;
    font-size: 14px;
    justify-content: start;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  footer .copy_content {
    margin-top: 28px;
  }
  .inner-banner {
    padding: 85px 0;
    text-align: center;
}
.inner-banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    justify-content: center;
}
.inner-banner .heading {
    background-color: #0e1f0b88;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid var(--theme-color-second);
    text-align: center;
}
.inner-banner .heading .breadcrumb{
  justify-content: center;
}
section.arclic-3 {
    text-align: center;
}
.fixed_info .book-main {
    background-color: var(--theme-color-third);
    display: inline-flex;
    width: 100%;
    text-align: center;
    padding: 14px 5px;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    gap: 15px;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
}
.banner_sec {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position-x: 100%!important;
}

.banner_sec  .heading {
    background: #00000061;
    padding: 24px;
    border-radius: 60px;
    border: 2px solid #ffffff;
}

section.home_sec_7.bg-cover {
    background-position-x: 0!important;
}
.home_sec_7 .heading {
  background: #00000061;
    padding: 24px;
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.home_sec_8{
   background-position-x: 100%!important;
   text-align: center;
}
.home_sec_8 .heading {
  background: #00000061;
    padding: 24px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    color: #fff;
}
section.arclic-2.text-lg-start.text-center.bg-cover {
    background-position-x: 100%!important;
}
section.arclic-2.text-lg-start.text-center.bg-cover .heading {
    background: #00000061;
    padding: 24px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    color: #fff!important;
}
section.arclic-2.text-lg-end.text-center.bg-cover {
  background-position-x: 0%!important;
}
section.arclic-2.text-lg-end.text-center.bg-cover .heading {
  background: #00000061;
    padding: 24px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    color: #fff;
}
/* drink */

.drink-1 .wine-box  img {
    width: 100%!important;
    margin-left: auto;
    display: block;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-align: center;
    margin: 0 auto;
}
.drink-1 .info p {
    font-size: 14pt;
    font-family: "Montserrat", sans-serif;
}
.drink-1 .row.g-3.wine-box.justify-content-between.align-items-center {
  
    margin: 3px;
    border: 2px solid #0e1f0b;
}
.drink-1 .wine-box .img-largr {
    width: 34%!important;
    font-family: "Montserrat", sans-serif;
}
.drink-1 .info p.text-center {
    font-size: 14px;
    margin: 0;
}
.drink-1     .wine-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #7b5c2e;
    /* font-size: 1.2rem; */
    border-bottom: 2px solid #000;
    padding-bottom: 12px;
    margin-bottom: 19px;
    font-family: (--heading-font);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}
.inner-banner.drink-banner {
    padding: 175px 0 50px;
}
	.signature-service .sign-box {
    color: #000000;
    padding: 15px;
    border: 2px solid var(--theme-color-third);
    border-radius: 5px;
    background: #0e1f0b24;
}
}
/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


@media screen and (max-width: 890px) {}


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



@media screen and (max-width: 845px) {}

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




@media screen and (max-width: 770px) {}

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

@media screen and (max-width: 567px) {}

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

@media screen and (max-width: 430px) {}

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

@media screen and (max-width: 420px) {}

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 320px) {}



















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

@media screen and (max-width: 380px) {}




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 320px) {}