* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
*::-webkit-scrollbar {
  display: none;
}
body {
  font-family: "Montserrat", sans-serif;
}
#top-logoC {
  padding: 0px 10% 0 0;
  margin: 10px;
  overflow: hidden;
}
ul {
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
}
li {
  list-style-type: none;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-family: "Montserrat", sans-serif;
}
h5 {
  font-family: "Montserrat", sans-serif;
}
h3 {
  font-family: "Montserrat", sans-serif;
}
a {
  text-decoration: none;
}
p {
  font-family: "Montserrat", sans-serif;
}
.top {
  height: 585px;
  text-align: center;
  /* background-image: url(./image/r.png); */
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-flex;
}
a {
  text-decoration: none;
}

/* HEADER MENU  */
.topnav {
  position: relative;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 5px 0 rgba(171, 169, 169, 0.272),
    0 6px 20px 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.topnav a {
  float: left;
  height: 70px;
  color: #000000;
  text-align: center;
  padding: 25px 30px 0 30px;
  text-decoration: none;
  font-size: 18px;
}

#top-logo {
  padding: 0;
  margin: 0 150px 0 50px;
  overflow: hidden;
}
#hover {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
/* #hover:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #a50000;
} */

#hover:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: red;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  top: 55px;
  text-align: center;
}
#hover:hover:after {
  width: 5%;
  text-align: center;
}
#webI {
  border-radius: 15px;
  height: 220px;
  object-fit: cover;
}
/* FONTAWESOME ICONS */
#icon {
  color: #a50000;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#icon:hover {
  color: #000000;
}
#icon-right {
  float: right;
  padding: 0 25px 0 0;
}

/* OVERLAY FROM DOWN NAVBAR */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 32;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
  color: white;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  padding: 0 50px 0 50px;
  text-align: center;
  height: 645px;
}

.overlay .overlay-item {
  margin: 25px;
  font-size: 30px;
  color: #ffffff;
  transition: 0.3s;
}

.overlay .overlay-item:hover,
.overlay .overlay-item:focus {
  color: #a50000;
}

.overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 65px;
  font-size: 60px;
  cursor: pointer;
  z-index: 200;
}

@media screen and (max-width: 500px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay .overlay-item {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 50px;
    top: 15px;
    right: 30px;
  }
}

#myNav .overlay-item {
  font-size: 25px;
  padding: 0;
  height: 30px;
}
#fixed-nav {
  display: none;
}
.vid {
  position: absolute;
  right: 0;
  /* top: 0; */
  /* float: right; */
}
#myVideo {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  z-index: -1;
}

#iframe {
  width: 975px;
  height: 510px;
}
.pic {
  height: 550px;
  /* width: 35%; */
}
.pic img {
  height: inherit;
}
/* .top-h1 {
  font-size: 75px;
  font-weight: 900;
  transform: translate(0, 250px);
  color: white;
} */
/* .top-img{
  transform: translate(385px,300px);
  border-radius: 250px;
  width: 400px;
} */
/* .span-h1 {
  color: rgb(226, 3, 3);
} */

.mySlidesO {
  display: none;
}
.slideshow-containerO {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prevO,
.nextO {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextO {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevO:hover,
.nextO:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.textO {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertextO {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dotO {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fadeO {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prevO,
  .nextO,
  .textO {
    font-size: 11px;
  }
}

.bttn-top {
  transform: translate(290px, 270px);
  padding: 10px 20px;
  color: white;
  background-color: black;
  border-radius: 30px;
  border: solid black;
  transform: none;
  margin: 15px 0 5px 0;
  cursor: pointer;
  font-weight: 600;

  /* box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%), 0 0px 5px 0 rgb(0 0 0 / 25%); */
}
#fixed-nav {
  display: none;
}
#popup {
  height: auto;
  width: 183px;
  background-color: darkred;
  position: fixed;
  bottom: 0;
  margin: 10px;
  left: 0;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}

#popup:hover {
  background-color: black;
}
#popMod {
  height: auto;
  background-color: #ffcc29;
  /* position: relative; */
  /* bottom: 0; */
  margin: 40px;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  color: rgb(255 255 255);
}
#popMod:hover {
  background-color: #ffe227;
  color: white;
}
#popup h3 a {
  font-family: "Montserrat", sans-serif;
  color: white;
}
#ToBuffet {
  position: fixed;
  right: 0;
  bottom: 0;
}
#ToBuffet #popup {
  position: relative;
  width: 130px;
  text-align: center;
}
.middle {
  height: auto;
  text-align: center;
  color: #000000bd;
  margin: 50px 0;
}
.middle-h1 {
  font-size: 50px;

  /* transform: translate(0, 60px); */
  color: #000000bd;
}
table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

.md-div {
  width: 60%;
  text-align: left;
  margin: 102px auto auto;
  font-size: 22px;
  color: #000000bd;
}
.md-l {
  height: auto;
  width: 250px;
  float: left;
  /* margin-right: 20px; */
  border-radius: 20px;
  margin: 0;
  object-fit: contain;
}
.md-r {
  height: auto;
  width: 250px;
  float: right;
  /* margin-right: 20px; */
  border-radius: 20px;
  margin: 0;
  object-fit: contain;
}
#paddingtr {
  padding-bottom: 10px;
}
.pack {
  height: auto;
  text-align: center;
}
.pack-h1 {
  text-align: center;
  /* transform: translate(0, 100px); */
  font-size: 45px;
}
.middle .middle-h1 {
  color: black;
}
.middle .middle-h1 span {
  color: darkred;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
}
button {
  font-family: "Montserrat", sans-serif;
}
.a-b {
  display: table;
  /* margin: 150px 0 100px 0; */
}
.a-r {
  display: inline-flex;
  margin: 40px 0 100px 0;
}
.a {
  height: auto;
  width: 340px;
  padding: 12px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%), 0 0px 5px 0 rgb(0 0 0 / 25%);
  margin: 20px 50px;
  border-radius: 10px;
  display: inline-block;
}
.a img {
  border-radius: 10px;
  object-fit: cover;
}

.a .n-h {
  font-size: 20px;
  font-weight: bold;
}
.n-h span {
  font-size: 14px;
}
.o {
  font-weight: 600;
}
.u {
  font-weight: 700;
}
.n {
  font-weight: 700;
  font-size: 19px;
}

.revs {
  height: auto;
  text-align: center;
}
.revs .pack-h1 {
  transform: none;
}
.food .pack-h1 {
  transform: none;
}
.food {
  height: auto;
  text-align: center;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 50px 100px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 10px 15px;
}
#mbII {
  display: none;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 10px 0;
  border-radius: 10px;
}
#mob {
  display: none;
  visibility: hidden;
}
.pack .a {
  line-height: 1.5;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 190px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 60%;
  max-width: 100%;
  text-align: center;
  border-radius: 10px;
}
#cui {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  margin: 10px 15px 10px 15px;
}
/* The Close Button */
.close {
  color: white;
  float: none;
  font-size: 20px;
  font-weight: 600;
  height: auto;
  background-color: rgb(0 0 0);
  width: fit-content;
  margin: 5px auto;
  text-align: center;
  padding: 12px 40px;
  color: rgb(255 255 255);
  border-radius: 39px;
}
.close span {
  background-color: rgb(139 0 0);
  padding: 10px 35px;
  border-radius: 35px;
}
.close span:hover {
  background-color: black;
  color: white;
}
.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#lplpl {
  font-size: 30px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
#lplp {
  font-size: 20px;
}
#diffTab {
  width: 50vw;
  margin: 0 auto;
}
#icont {
  float: right;
  padding: 0 25px 0 0;
}
#price,
.area .card-four {
  margin: 10px 90px;
}
#wr .toggle-button-cover {
  width: 24vw;
}
.toggle-button-cover .button-cover {
  height: auto;
}
.button-cover .buttonb {
  left: 15px;
}
#load-data .card-four {
  width: 340px;
  height: 345px;
  color: rgb(0 0 0);
  margin: 10px 50px;
  padding: 10px;
}
#load-data .card-four .imgp {
  height: 200px;
  width: -webkit-fill-available;
}
#load-data {
  text-align: center;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  #desk {
    visibility: hidden;
    display: none;
  }
  #mob {
    visibility: visible;
    display: block;
  }
  .a {
    padding: 5px;
  }
  #diffTab {
    width: auto;
    margin: 0 15px;
  }
  #lplpl {
    font-size: 22px;
  }
  #lplp {
    font-size: 18px;
  }
  #price,
  .area .card-four {
    margin: 10px;
  }
  #load-data .card-four {
    width: 220px;
    height: auto;
    color: black;
    margin: 5px;
  }
  #load-data .card-four .imgp {
    height: 140px;
    width: -webkit-fill-available;
  }
  #load-data {
    text-align: center;
  }
  .pack-h1 {
    font-size: 36px;
  }
  #load-data .card-four .card_title_four {
    font-size: 9px;
  }
  #load-data .card-four h4 {
    font-size: 11px;
  }
  #ro #head-line-text {
    padding-bottom: 85px;
  }
  .n p {
    font-size: 10px;
  }
  .area-listing #list-filter .radio-group {
    top: auto;
    left: 0;
    width: 215px;
    overflow: hidden;
    margin: -45px 0 0 10px;
  }
  .area-listing #list-filter #bmmb {
    margin: -80px 0 0 10px;
    position: absolute;
    right: auto;
    top: auto;
  }
  .area-listing #list-filter #bmmh {
    width: fit-content;
    top: auto;
    visibility: hidden;
    left: auto;
    right: 10px;
    margin: -80px 0 0 0;
  }
  .area-listing #list-filter .radio-group .btn-ovl {
    width: 40px;
    overflow: hidden;
    margin: 5px;
  }
  .area-listing #list-filter .radio-group label {
    padding: 5px;
  }
  #app-cover .toggle-button-cover {
    position: absolute;
    right: 10px;
    margin: -95px 0 0 0;
    width: -webkit-fill-available;
    overflow: hidden;
  }
  .toggle-button-cover .button-cover {
    height: inherit;
  }
  .toggle-button-cover .button-cover .buttonb {
    left: 120;
    width: 130px;
  }
  .radio-group .btn-ovl label {
    font-size: 15px;
  }
  .toggle-button-cover .button-cover #button-13 .knobs span {
    width: 60px;
  }
  .toggle-button-cover
    .button-cover
    #button-13
    .checkboxb:checked
    + .knobs
    span {
    left: 65px;
  }
  .toggle-button-cover .button-cover #button-13 .knobs:before {
    left: 10px;
    padding: 14px 10px;
    font-size: 12px;
  }
  .toggle-button-cover .button-cover #button-13 .knobs:after {
    right: -20px;
    padding: 14px 5px;
    font-size: 12px;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
center {
  padding: 20px;
}
@media only screen and (max-width: 1500px) {
  #iframe {
    width: 58vw;
    height: 39vw;
  }
  #resImp {
    width: 41vw;
    height: 41vw;
  }
  .top {
    height: 42vw;
  }
}
@media only screen and (max-width: 1510px) {
  .a {
    width: 315px;
    margin: 20px;
  }
  #webI {
    width: -webkit-fill-available;
  }
  #load-data .card-four {
    width: 315px;
    margin: 20px;
  }
  .card_content_four .n-h {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1252px) {
  .a {
    width: 300px;
    margin: 20px;
  }
  #webI {
    width: -webkit-fill-available;
    object-fit: contain;
  }
  #diffTab {
    width: auto;
    margin: 0 auto;
  }
  #load-data .card-four {
    width: 300px;
    margin: 20px;
  }
  .card_content_four .n-h {
    font-size: 19px;
  }

}
@media only screen and (max-width: 1208px) {
  .a {
    width: 295px;
    margin: 20px;
  }
  #webI {
    width: -webkit-fill-available;
  }
  #load-data .card-four {
    width: 295px;
    margin: 20px;
  }
  .card_content_four .n-h {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1193px) {
  .a {
    width: 275px;
    margin: 10px;
  }
  #webI {
    width: -webkit-fill-available;
    height: 160px;
  }
  #load-data .card-four {
    width: 275px;
    margin: 10px;
  }
  .card_content_four .n-h {
    font-size: 19px;
  }
  #load-data .card-four .imgp {
    height: 160px;
  }
  #wr .toggle-button-cover {
    width: 35vw;
  }
  #list-filter #bmmb {
    display: none;
  }
  .toggle-button-cover .button-cover .buttonb {
    left: 0;
  }
}
@media only screen and (max-width: 500px) {
  * {
    overflow-x: hidden;
  }
  .top {
    height: 60vw;
  }
  #topnavK {
    height: 65px;
  }
  #icont {
    padding: 0;
  }
  #ovlk {
    margin: 0;
    align-self: baseline;
  }
  #ovlkk {
    height: 70%;
  }
  #diffTab {
    width: auto;
    margin: 0 5px;
}
  #popup {
    width: 125px;
    height: auto;
    bottom: 0;
    padding: 10px;
    text-align: center;
  }
  #popup h3 a {
    font-size: 12px;
  }
  #price #load-data .card-four {
    border-radius: 10px;
    margin: 5px;
    width: 163px;
  }
  .pic {
    display: none;
    visibility: hidden;
  }
  #ttx {
    padding: 0 20px 0 0;
  }
  #tty {
    padding: 0 0 0 20px;
  }
  #myVideo {
    width: 100%;
  }
  #iframe {
    width: 100vw;
    height: 55vw;
  }
  .pic {
    display: none;
  }
  .n p {
    font-size: 10px;
  }
  .middle {
    height: auto;
  }
  #mbII {
    display: block;
    height: 140px;
    object-fit: cover;
    width: -webkit-fill-available;
  }
  #emme {
    font-size: 9px;
  }
  .md-div {
    width: auto;
    margin: 10px;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .close span {
    font-size: 15px;
  }
  .md-l {
    height: auto;
    width: 170px;
    font-size: 12px;
    border-radius: 12px;
    margin: 0 20px 0 0;
  }
  .md-r {
    height: auto;
    width: 170px;
    font-size: 12px;
    border-radius: 12px;
    margin: 0 20px 0 0;
  }
  #webI {
    display: none;
  }
  #mbII {
    display: block;
  }
  .middle-h1 {
    font-size: 30px;
    transform: none;
    font-weight: 700;
  }
  .pack-h1 {
    font-size: 30px;
    transform: none;
  }
  .a-b {
    margin: 0 0 30px 0;
  }
  .a {
    margin: 5px;
    height: 275px;
    width: 164px;
  }
  .middle .middle-h1 span {
    font-size: 33px;
  }
  .a p {
    font-size: 9px;
  }
  .a img {
    height: 105px;
    width: 148px;
  }
  .a .n-h {
    font-size: 17px;
  }
  .o {
    font-size: 12px;
  }
  .n {
    font-size: 12px;
  }
  .u {
    font-weight: 700;
    font-size: 13px;
  }
  .n-h span {
    font-size: 15px;
  }
  .card_content_four .n-h {
    font-size: 17px;
  }
  .modal-content {
    width: 90%;
    padding: 30px 15px;
  }
  .modal-content h1 {
    font-size: 20px;
  }
  #cui {
    width: 60px;
    height: 60px;
    margin: 5px;
  }
  .close {
    height: auto;
    background-color: rgb(0 0 0);
    width: fit-content;
    margin: 5px auto;
    text-align: center;
    padding: 12px 40px;
    color: rgb(255 255 255);
    border-radius: 39px;
  }
  .close span {
    padding: 0 30px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
  }

  .pack .a {
    line-height: normal;
  }
  .a-r {
    display: inline-grid;
  }
  .a-r .a {
    height: auto;
    width: auto;
  }
  #row {
    padding: 20px 10px;
  }
  #column {
    flex: 100%;
    max-width: 50%;
  }
  #ToBuffet #popup {
    width: 91px;
  }
  #lplpl {
    font-size: 13px;
  }
  #lplp {
    font-size: 10px;
  }
}

/* @media screen and (max-width: 375px) {

} */
