body, html {
  height: 100%;
}


body {
  text-align: center;
}

h1 {
  font-size: 60px;
  font-weight: 900;
}
a {
  font-family: "Roboto";
  color: azure;
}

p {
  font-family: "Nunito Sans";
}
/* navbar */

.logo {
  margin-left: 3rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

/* top */
#title {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("images/266d51_bee448c5ce1c44baadcb2926a19e2eef~mv2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  height: 100vh;
  position: relative;
}


#branch {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("/images/counter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80%;
  height: 80vh;
  position: relative;
}

.name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-family: "Montserrat";
  color: azure;

  text-align: center;
}

.menu{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  

  text-align: center;
  
}

.menu h1{
  /* font-size: 450%; */
  font-family: "Montserrat";
  font-weight: 900;
  color: azure;
}

.info {
  font-size: 1.5rem;
  font-weight: 700;
}

.details {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);

  color: azure;
  font-family: "Roboto";
}

.order {
  border-radius: 0;
  border: 5px solid;
}

/* mid */
#mid {
  margin-top: 7%;
}

.love {
  width: 400px;
}

.story {
  padding: 9% 2% 0% 10%;
  text-align: left;
}

/* menu */
#menu {
  margin: 10rem;
}

/* best seller */
.best {
  margin-top: 7%;
  padding: 1% 10% 0px 10%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://static.wixstatic.com/media/266d51_bee448c5ce1c44baadcb2926a19e2eef~mv2.jpg/v1/fill/w_1899,h_1204,al_c,q_90,usm_0.66_1.00_0.01/266d51_bee448c5ce1c44baadcb2926a19e2eef~mv2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.best h2 {
  color: white;
  font-size: 3rem;
}

.product {
  width: 40%;
  margin: auto;
}

.card-column {
  margin: 2% 0%;
}

/* store */
#bottom {
/* background-repeat: no-repeat;
background-size: cover;
background-position: center; */
/* height: 80%;
height: 80vh; */
}

.branch {
  padding: 7% 12% 0% 9%;
  text-align: left;
}
.branch-pic {
background: url('/images/chair.jpg') no-repeat; 
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 70%;
height: 70vh;
position: relative;
}


.parallax {
  /* The image used */
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)),url("images/bakground.jpg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#bottom h2 {
  font-weight: 900;
}

/* Footer */
#footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .6)),url("images/bakground.jpg");
  color: white;
  background-color: black;
  padding-bottom: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .row {
  padding-top: 2%;
}

@media screen and (max-width: 790px) {
  .love {
    width: 300px;
  }

  .story {
    padding: 2% 8% 0% 10%;
  }

  .branch {
    padding: 2% 12% 0% 9%;
  }
  .info {
    font-size: 15px;
  }
}

/* location */
#location {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://static.wixstatic.com/media/266d51_88346da74db046d49d28517bbc36d3a2~mv2.jpg/v1/fill/w_1899,h_1643,al_c,q_90,usm_0.66_1.00_0.01/266d51_88346da74db046d49d28517bbc36d3a2~mv2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50%;
  height: 50vh;
  position: relative;
}
#mid {
  padding: 2% 10%;
}
.location-card {
  margin: 10px;
  border-radius: 0px;
}

.parallax img {
  display: block;
  max-width: 40%;
  height: auto;
}

.g-6,.gx-6{--bs-gutter-x: 4.5rem}.g-6,.gy-6{--bs-gutter-y: 4.5rem}@media(min-width: 576px){.g-sm-6,.gx-sm-6{--bs-gutter-x: 4.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 4.5rem}}@media(min-width: 768px){.g-md-6,.gx-md-6{--bs-gutter-x: 4.5rem}.g-md-6,.gy-md-6{--bs-gutter-y: 4.5rem}}@media(min-width: 992px){.g-lg-6,.gx-lg-6{--bs-gutter-x: 4.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 4.5rem}}@media(min-width: 1200px){.g-xl-6,.gx-xl-6{--bs-gutter-x: 4.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 4.5rem}}@media(min-width: 1400px){.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 4.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 4.5rem}}.py-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important}@media(min-width: 576px){.py-sm-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important}}@media(min-width: 768px){.py-md-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important}}@media(min-width: 992px){.py-lg-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important}}@media(min-width: 1200px){.py-xl-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important}}@media(min-width: 1400px){.py-xxl-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important}}.hcf-masonry-card{display:block;position:relative;overflow:hidden}.hcf-masonry-card .card-img{object-fit:cover;transform:scale(1);transition:transform 150ms linear}.hcf-masonry-card .card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.hcf-masonry-card .card-overlay .card-title{display:inline-block;transform:translateY(10px);opacity:0}.hcf-masonry-card .card-overlay .card-category{transform:translateY(10px);opacity:0}.hcf-masonry-card:hover .card-img{transform:scale(1.05);transition:transform 150ms linear}.hcf-masonry-card:hover .card-overlay{opacity:1;transition:opacity 150ms linear}.hcf-masonry-card:hover .card-overlay .card-title{opacity:1;transform:translateY(0);transition:transform 150ms linear .1s,opacity 150ms linear .1s}.hcf-masonry-card:hover .card-overlay .card-category{opacity:1;transform:translateY(0);transition:transform 150ms linear .2s,opacity 150ms linear .2s}
