@font-face {
  font-family: OswaldRegular;
  src: url(fonts/oswold/Oswald-Regular.ttf);
}
@font-face {
  font-family: OswaldMedium;
  src: url(fonts/oswold/Oswald-Medium.ttf);
}
@font-face {
  font-family: OswaldSemibold;
  src: url(fonts/oswold/Oswald-SemiBold.ttf);
}
@font-face {
  font-family: OswaldBold;
  src: url(fonts/oswold/Oswald-Bold.ttf);
}
.list_reset {
  list-style-type: none;
  margin: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: OswaldRegular;
}

html {
  scroll-behavior: smooth;
}
html ::-webkit-scrollbar {
  width: 0.35vw !important;
}
html ::-webkit-scrollbar-track {
  background-color: #ececec;
}
html ::-webkit-scrollbar-thumb {
  background-color: #395141;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
html ::-webkit-scrollbar-thumb:hover {
  background-color: #395141;
  opacity: 0.5;
  margin: 1px 0;
}

#bineviNav {
  padding: 15px 0;
  background-color: white;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 99;
}
#bineviNav .bineviNav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bineviNav .bineviNav .bineviNavLogo {
  padding: 8px 0;
  height: 70px;
}
#bineviNav .bineviNav .bineviNavLogo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#bineviCover {
  position: relative;
}
#bineviCover .bineviCoverImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#bineviCover .bineviCoverImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bineviCover .bineviCoverContent {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 60px 0;
}
#bineviCover .bineviCoverContent .bineviCoverContent1 {
  text-align: center;
  font-family: OswaldMedium;
  color: #395141;
  font-size: 24px;
}
#bineviCover .bineviCoverContent .bineviCoverContent2 {
  text-align: center;
  margin-top: 25px;
  color: #395141;
  font-family: OswaldMedium;
  font-size: 24px;
}
#bineviCover .bineviCoverContent .bineviCoverContent2 a {
  text-decoration: none;
  color: #395141;
}
#bineviCover .bineviCoverContent .bineviCoverContent3 {
  display: flex;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
}
#bineviCover .bineviCoverContent .bineviCoverContent3 .bineviCoverContent3Desing {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  border-radius: 10px;
  margin: 0 8px;
  text-decoration: none;
  transition: all ease 0.4s;
}
#bineviCover .bineviCoverContent .bineviCoverContent3 .bineviCoverContent3Desing svg {
  height: 22px;
  fill: white;
}
#bineviCover .bineviCoverContent .bineviCoverContent3 .bineviCoverContent3Desing span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
  color: white;
}
#bineviCover .bineviCoverContent .bineviCoverContent3 .bineviCoverContent3Desing {
  background-color: #395141;
}
.wp {
  background-color: #25d366 !important;
}
#bineviCover .bineviCoverContent .bineviCoverContent3 .bineviCoverContent3Desing:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background-color: #395141;
}
#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemHead .bineviMenuItemHeadLeft {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  font-family: OswaldMedium;
}
#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemHead .bineviMenuItemHeadRight {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList {
  padding: 0 25px;
}
#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #395141;
  border-bottom: 1px dotted #395141;
  padding-bottom: 5px;
}
#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem .bineviMenuItemListItemLeft {
  max-width: 70%;
}
#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem .bineviMenuItemListItemLeft .bineviMenuItemListItemLeftName {
  font-size: 24px;
  font-family: OswaldSemibold;
  text-transform: uppercase;
}
#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem .bineviMenuItemListItemLeft .bineviMenuItemListItemLeftDescription {
  text-transform: uppercase;
  margin-top: 5px;
  font-family: OswaldMedium;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  overflow: hidden !important;
}
#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem .bineviMenuItemListItemLeft .bineviMenuItemListItemLeftInfo {
  font-size: 14px;
  margin-top: 5px;
}
#bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem .bineviMenuItemListItemRight .bineviMenuItemListItemRightPrice {
  font-size: 20px;
  font-weight: 500;
}
#bineviMenu .bineviMenu .bineviMenuItem:not(:first-child) {
  margin-top: 22px;
}

#bineviMenuFouter {
  background-color: black;
  padding: 25px 25px 15px 25px;
  margin-top: 60px;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterName {
  font-family: OswaldSemibold;
  font-size: 28px;
  color: white;
  text-transform: capitalize;
  text-align: center;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0 15px;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem .bineviMenufouterSocialItemLeft {
  width: 30px;
  height: 30px;
  background: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px 0 white;
  transition: all ease 0.4s;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem .bineviMenufouterSocialItemLeft svg {
  width: 60%;
  height: 60%;
  fill: white;
  transition: all ease 0.4s;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem .bineviMenufouterSocialItemRight {
  padding-left: 10px;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem .bineviMenufouterSocialItemRight a {
  display: flex;
  font-family: OswaldMedium;
  color: white;
  text-decoration: none;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem:hover .bineviMenufouterSocialItemLeft {
  background-color: #395141;
  box-shadow: 0 0 8px 1px white;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterLocation {
  margin-top: 15px;
  text-align: center;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterLocation .bineviMenufouterLocationName {
  font-family: OswaldSemibold;
  font-size: 20px;
  color: white;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterLocation .bineviMenufouterLocationContent {
  font-family: OswaldSemibold;
  color: white;
  margin-top: 10px;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterFoot {
  margin-top: 20px;
  border-top: 1px solid white;
  padding: 10px;
  text-align: center;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterFoot .bineviMenufouterFootHead {
  font-family: OswaldSemibold;
  font-size: 20px;
  color: white;
}
#bineviMenuFouter .bineviMenuFouter .bineviMenufouterFoot .bineviMenufouterFootContent {
  font-family: OswaldRegular;
  color: white;
  margin-top: 5px;
}

@font-face {
  font-family: OswaldRegular;
  src: url(fonts/oswold/Oswald-Regular.ttf);
}
@font-face {
  font-family: OswaldMedium;
  src: url(fonts/oswold/Oswald-Medium.ttf);
}
@font-face {
  font-family: OswaldSemibold;
  src: url(fonts/oswold/Oswald-SemiBold.ttf);
}
@font-face {
  font-family: OswaldBold;
  src: url(fonts/oswold/Oswald-Bold.ttf);
}
.list_reset {
  list-style-type: none;
  margin: 0;
}

@media screen and (max-width: 767.9px) {
  #bineviNav {
    padding: 10px 0;
  }
  #bineviNav .bineviNav .bineviNavLogo {
    padding: 5px 0;
    height: 55px;
  }
  #bineviCover .bineviCoverContent {
    padding: 40px 0;
  }
  #bineviCover .bineviCoverContent .bineviCoverContent1 {
    font-size: 20px;
  }
  #bineviCover .bineviCoverContent .bineviCoverContent2 {
    margin-top: 15px;
    font-size: 20px;
  }
  #bineviCover .bineviCoverContent .bineviCoverContent3 {
    margin-top: 20px;
  }
  #bineviCover .bineviCoverContent .bineviCoverContent3 .bineviCoverContent3Desing {
    padding: 7px 15px;
    border-radius: 8px;
    margin: 0 5px;
  }
  #bineviCover .bineviCoverContent .bineviCoverContent3 .bineviCoverContent3Desing svg {
    height: 18px;
  }
  #bineviCover .bineviCoverContent .bineviCoverContent3 .bineviCoverContent3Desing span {
    font-size: 16px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemHead {
    display: block;
    padding: 10px 15px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemHead .bineviMenuItemHeadLeft {
    font-size: 20px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemHead .bineviMenuItemHeadRight {
    margin-top: 4px;
    font-size: 14px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList {
    padding: 0 15px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem {
    margin-top: 20px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem .bineviMenuItemListItemLeft .bineviMenuItemListItemLeftName {
    font-size: 20px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem .bineviMenuItemListItemLeft .bineviMenuItemListItemLeftDescription {
    margin-top: 5px;
    font-size: 14px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem .bineviMenuItemListItemLeft .bineviMenuItemListItemLeftInfo {
    margin-top: 5px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem .bineviMenuItemList .bineviMenuItemListItem .bineviMenuItemListItemRight .bineviMenuItemListItemRightPrice {
    font-size: 18px;
  }
  #bineviMenu .bineviMenu .bineviMenuItem:not(:first-child) {
    margin-top: 15px;
  }
  #bineviMenuFouter {
    padding: 15px 10px 8px 10px;
    margin-top: 20px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterName {
    font-size: 24px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem {
    width: 50%;
    margin: 0;
    padding-left: 10px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem .bineviMenufouterSocialItemLeft {
    width: 27px;
    height: 27px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem .bineviMenufouterSocialItemLeft svg {
    width: 55%;
    height: 55%;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterSocial .bineviMenufouterSocialItem .bineviMenufouterSocialItemRight a {
    font-size: 14px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterLocation {
    margin-top: 12px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterLocation .bineviMenufouterLocationName {
    font-size: 18px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterLocation .bineviMenufouterLocationContent {
    margin-top: 5px;
    font-size: 14px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterFoot {
    margin-top: 15px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterFoot .monyoMenufouterLocationName {
    font-size: 18px;
  }
  #bineviMenuFouter .bineviMenuFouter .bineviMenufouterFoot .bineviMenufouterFootContent {
    margin-top: 2px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */