:root {
  --primary-black: #000000;
  --secondary-black: #1b1b1b;
  --primary-gold: #ce9c6b;
  --seondary-gold: #ffd700;
  --primary-white: #ffffff;
  --seconday-white: #808080;
}
* {
  scroll-behavior: smooth !important;
  box-sizing: border-box !important;
}
body {
  font-family: "Lato", sans-serif;
  padding: 0px;
  height: 100%;
  width: 100vw;
  margin: 0px;
  overflow-x: hidden !important;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background-color: var(--primary-black);
  overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0.4rem;
}
a {
  text-decoration: none;
}
/* utlities */
.mb-5 {
  margin-bottom: 2rem !important;
}
.m-0 {
  margin: 0px !important;
}
.mt-100 {
  margin-top: 100px;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mx-auto{
  margin: auto;
}
.p-2{
  padding: 2rem;
}
.left-align {
  text-align: start !important;
}
.right-align {
  text-align: right;
}
section {
  width: 100%;
}
.primary-button {
  background-color: var(--primary-gold) !important;
  color: var(--primary-white) !important;
  padding: 12px 30px;
  border-radius: 25px;
  transition: 0.5s linear;
  cursor: pointer;
  font-size: 1.2rem;
}
.primary-button:hover {
  background-color: var(--primary-white) !important;
  color: var(--primary-gold) !important;
}
.heading {
  font-size: 3.5rem;
  line-height: 3rem;
  word-spacing: 0.75rem;
}
.subheading {
  font-size: 1.5rem;
  font-weight: 500;
}
.section-heading {
  font-size: 2rem;
  font-weight: 400;
}
.text-primary {
  color: var(--primary-gold);
}
.bg-primary {
  background-color: var(--primary-gold);
}
.bg-secondary {
  background-color: var(--secondary-black) !important;
}
.row {
  width: 100%;
}
.col-33 {
  width: 33%;
  padding: 0px;
}

.col-33 > ul {
  padding: 10px;
  text-decoration: none;
  list-style: none;
  margin: 0px;
}
/* navigation bar */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  background-color: var(--primary-black);
  opacity: 0.95;
  overflow-x: hidden;
  transition: 0.5s;
}
.button-holder {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: var(--primary-gold);
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

nav {
  position: fixed;
  z-index: 20;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  height: 15vh;
  border: 1px black;
  z-index: 10;
  align-items: center;
}
.nav-button {
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-right: 25px;
  background: none;
  color: #f1f1f1;
  cursor: pointer;
}
.nav-button > :hover {
  color: var(--primary-gold);
}
.nav-button > i {
  font-size: 20px;
}
.logo {
  height: 100%;
}
.logo > img {
  height: 100%;
}
.justify-center{
  justify-content: center;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

p {
  font-size: 1rem !important;
}
h5 {
  font-size: 1rem !important;
}
/* home */
.home {
  position: relative;
  background-image: url("./assets/saloon1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background-attachment: fixed;
}
.content {
  z-index: 2;
  width: 75%;
  margin-top: 100px;
}
.content > h3 {
  margin-top: 40px;
}
.cover {
  background: linear-gradient(#000000, #1b1b1b);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

/* description section and about*/
.row {
  display: flex;
}
.col-25 {
  min-width: 25%;
  color: var(--primary-white);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.col-25 > p,
.col-25 > h3 {
  margin: 20px 10px;
}
.social-block {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.col-25 > a {
  color: var(--primary-white);
  font-size: 1.6rem;
}
.underline {
  height: 5px;
  width: 50%;
  background-color: var(--primary-gold);
  margin: 10px auto;
  margin-bottom: 30px;
}
.container {
  color: var(--primary-white);
  width: 80%;
  margin: 0px auto;
  padding: 100px 0px;
  text-align: center;
}
.happyhours {
  margin: 10px auto;
}
.parallax-1 {
  background: url("assets/DSC06865-min.JPG");
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.products-image {
  background-image: url("./assets/products2.jpg");
  background-position: center;
  width: 100%;
  margin: 0px auto;
  border-radius: 10px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

.parallax-content {
  z-index: 10;
}
/* services section */
.services-row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  /* padding-bottom: 100px; */
}
/* .col-25 {
  text-align: center;
} */
.card {
  text-align: center;
  width: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: var(--primary-white);
}
/* parallax */
.upper {
  height: 100%;
  width: 100%;
  background: linear-gradient(#000000, #1b1b1b);
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* youtube video section */

.col-50 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-50 > div {
  padding-left: 20px;
  text-align: left;
}
.video {
  margin: 0px auto;
}

.youtube-button {
  border: none;
  color: white;
  background-color: #ff0000;
  padding: 10px 15px;
  font-size: 20px;
  width: 30%;
  margin: 0px auto;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youtube-button:hover {
  color: #ff0000;
  background-color: #fff;
  transition: all 0.5s ease;
}
.fa-youtube-play {
  margin-left: 10px;
}

/* Create four equal columns that sits next to each other */
.gallary {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding-bottom: 100px;
  /* background-color: var(--seconday-white); */
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0px 2px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  border-radius: 2px;
}

/* 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%;
    padding: 0px;
  }
}

/* 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%;
  }
}
/* footer */
.footer-image {
  background: url("assets/DSC06864-min.JPG");
  height: 400px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
footer {
  color: var(--primary-white);
  background-color: var(--secondary-black);
  display: flex;
  justify-content: space-between;
}
footer > div {
  padding: 20px;
  width: 33%;
}
.footer-social {
  display: flex;
  justify-content: center;
}
.footer-social > a {
  color: var(--primary-gold);
  font-size: 1.5rem;
  margin: 0px 5px;
}
.developer {
  text-align: right;
}

/* pricing */
.col {
  width: 50%;
  padding: 10px 35px;
  display: flex;
  flex-direction: column;
}
.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
}
.item > h5 {
  font-size: 1rem !important;
  font-weight: 400;
  margin-left: 50px;
}
.item > p {
  color: #f1f1f1;
  font-size: 1.2rem;
  font-weight: 300;
}
.item > h2 {
  font-weight: 400 !important;
}
.item > h5 {
  text-align: right !important;
}
.scroller-container{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-padding: 10px 10px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.scroll-item{
  width: auto;
  padding: .5rem;
  scroll-snap-align: start;  
}
.scroll-item iframe{
  width: 400px;
  height: 800px;
}

.scroller-container::-webkit-scrollbar {
  background-color: var(--secondary-black);
}
.scroller-container::-webkit-scrollbar-thumb {
  background-color: var(--primary-gold);
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  body,
  nav,
  .overlay-content,
  .overlay {
    max-width: 100vw !important;
  }
  .logo > img {
    height: 50%;
    margin-left: 10px;
  }
  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .row,
  .services-row,
  footer {
    display: flex;
    flex-direction: column !important;
  }
  footer > div,
  .developer {
    text-align: center;
    width: 100%;
  }
  .button-holder {
    display: flex;
    flex-direction: column;
  }
  .col-25,
  .card,
  .col,
  .col-50,
  .col-33 {
    width: 100%;
  }
  .col {
    padding: 0px;
  }
  .item {
    text-align: start;
  }
  .card {
    margin: 25px 0px;
  }
  .heading {
    font-size: 2rem;
  }
  .subheading {
    font-size: 1rem;
  }
  .youtube-button {
    width: 100%;
  }
    .scroll-item {
      width: auto;
      padding: 1rem;
      scroll-snap-align: start;
    }
  
    .scroll-item iframe {
      width: 200px;
      height: 300px;
    }
}
.p-1 {
  padding: 1rem;
}
.review{
  font-style: italic !important;
  font-weight: lighter;
}