@import url(bootstrap.min.css);

@font-face {
  font-family: 'Flama Basic';
  src: url('../fonts/Flama-Basic.otf') format('opentype'), url('../fonts/Flama-Basic.woff') format('woff'), url('../fonts/Flama-Basic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Flama Bold';
  src: url('../fonts/Flama-Bold.otf') format('opentype'), url('../fonts/Flama-Bold.woff') format('woff'), url('../fonts/Flama-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Flama Medium';
  src: url('../fonts/Flama-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Anisette';
  src: url('../fonts/Anisette-Std.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.dh-section {
  background: #F0F0E8;
}

.js-ac {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.jb-ac {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jc-ac {
  display: flex;
  align-items: center;
  justify-content: center;
}

.je-ac {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ja-ac {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.fdc {
  flex-direction: column;
}

.ta-c {
  text-align: center!important
}

.w100 {
  width: 100%
}

.w50 {
  width: 50%
}

.w45 {
  width: 45%
}

.w40 {
  width: 40%
}

.h100 {
  height: 100%
}

.h600 {
  height: 600px;
}

.title {
  font-family: 'Flama Medium', sans-serif;
}

.sub-title {
  font-family: 'Anisette', sans-serif;
}

.text-bold {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.t1 {
  font-family: 'Flama Medium', sans-serif;
  font-size: 56px;
  line-height: 1.1
}

.t2 {
  font-family: 'Flama Medium', sans-serif;
  font-size: 44px;
  text-align: left
}

.t3 {
  font-family: 'Flama Medium', sans-serif;
  font-size: 28px;
  text-align: left
}

.t4 {
  font-family: 'Flama Medium', sans-serif;
  font-size: 26px;
  text-align: left
}

.t5 {
  font-family: 'Flama Medium', sans-serif;
  font-size: 22px;
  text-align: left
}

.t6 {
  font-family: 'Flama Medium', sans-serif;
  font-size: 36px;
  text-align: left
}

.st1 {
  font-size: 20px;
  line-height: 1.4;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.st2 {
  font-size: 18px;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.st3 {
  font-size: 16px;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.dh-btn {
  margin-top: 16px;
  width: 180px;
  height: 44px;
  background: #181810;
  border-radius: 3px;
  color: white!important;
  cursor: pointer;
  line-height: 1;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none!important
}

::placeholder {
  color: black;
  font-weight: 600
}

.hover-red:hover {
  color: #EB3300!important
}

.hover-red-bg:hover {
  background: #EB3300!important
}

.header {
  transition: all 200ms ease;
  position: sticky;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 64px;
  padding-top: 4px;
  padding-bottom: 2px;
}

.header-link {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 1;
  text-decoration: none!important
}

.header-link:first-child {
  margin-left: 0px!important
}

.header-btn {
  border-radius: 3px;
  color: white;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  height: 34px;
  text-decoration: none!important
}

.header-btn:hover {
  color:white!important
}

.auth-input {
  width: 400px;
  max-width: 95%;
  background: transparent;
  border: 2px solid #181810;
  border-radius: 3px;
  height: 48px;
  outline: none;
  padding-left: 14px;
}

.auth-btn {
  width: 400px;
  max-width: 95%;
  background: #181810;
  border-radius: 3px;
  height: 48px;
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none
}

.contact-info {
  width: 40%;
  height: 100%;
  background: #181810;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-a {
  color: white;
  text-decoration: none;
}

.contact-a:hover {
  color: #EB3300!important;
  text-decoration: none;
}

.cocktail-item {
  border-bottom: 1px solid black
}

.cocktail-item:last-child {
  border-bottom: none!important
}

.footer-a {
  color: #181810;
  text-decoration: none!important
}

.hover-black:hover {
  color: #181810!important
}

.social-iw {
  position: relative;
  overflow: hidden
}

.social-i {
  position: absolute;
  transform: translate(0px, 0px);
  transition: all 110ms linear;
}

.social-i2 {
  position: absolute;
  transform: translate(0px, 40px);
  transition: all 110ms linear;
}

.social-iw:hover > .social-i2 {
  transform: translate(0px, 0px);
  transition: all 110ms linear;
}

.social-iw:hover > .social-i {
  transform: translate(0px, -40px);
  transition: all 110ms linear;
}

.home-img-sm {
  width: 100%;
  max-width: 550px;
  max-height: 55%;
  object-fit: contain;
}

.home-img-lg {
  width: 47%;
}

@media (max-width: 1199px) {
  .t1 {
    font-size: 44px;
  }
  .home-img-lg {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .t1 {
    font-size: 41px;
  }
  .st1 {
    font-size: 17px;
  }
}

@media (max-width: 919px) {
  .st1 {
    font-size: 19px;
  }
}

@media (max-width: 576px) {
  .padder {
    padding-left: 12px;
    padding-right: 12px;
  }
  .t1 {
    font-size: 34px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .t2 {
    font-size: 30px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .t3 {
    font-size: 24px;
  }
  .t6 {
    font-size: 28px;
  }
  .st1 {
    font-size: 16px;
    line-height: 1.4;
  }
  .st2 {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 12px;
    padding-right: 12px;
  }
  .t5 {
    font-size: 18px;
  }
}

@media (max-width: 376px) {
  .t1 {
    font-size: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .st2 {
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .t2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .padder {
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media (max-height: 602px) {
  .home-img-sm {
    max-height: 50%;
  }
  .t1 {
    font-size: 28px;
  }
  .st2 {
    font-size: 14px;
  }
}

@media (max-height: 570px) {
  .t1 {
    font-size: 26px;
  }
  .st2 {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .home-img-sm {
    max-width: 600px;
    max-height: 60%
  }
}

@media (min-width: 800px) and (min-height: 820px) {
  .home-img-sm {
    max-width: 650px;
    max-height: 60%
  }
}

.dh-btn {
  padding-left: 16px;
  padding-right: 16px;
  height: 34px;
  background: #181810;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.dh-btn:hover {
  background: #EB3300;
}

.dash-link {
  display: flex;
  align-items: center;
  height: 40px;
  color: white;
  cursor: pointer;
  font-size: 18px
}

.dash-subheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EB3300;
  height: 44px;
  padding-left: 14px;
  padding-right: 14px;
  color: #F0F0E8;
  font-weight: 600
}

.modal-input {
  width: 100%;
  background: transparent;
  border: 2px solid #181810;
  border-radius: 3px;
  height: 38px;
  outline: none;
  padding-left: 8px;
}

.modal-ta {
  width: 100%;
  background: transparent;
  border: 2px solid #181810;
  border-radius: 3px;
  height: 150px;
  outline: none;
  padding-left: 8px;
}

.dh-btn2 {
  width: 150px;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  background: #181810;
}

.dh-btn2:hover {
  background: #EB3300;
}

.dh-btn3 {
  width: 150px;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
  border-radius: 3px;
  color: #181810;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border: 1px solid #181810;
}

.dh-btn3:hover {
  background: #EB3300;
  color: #181810
}

.menu-dh-btn {
  width: 150px;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
  border-radius: 3px;
  color: white ;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important
}

.menu-dh-btn:hover {
  background: rgba(0,0,0,.1)
}

.table-row {
  cursor: pointer;
}

.table-row:hover {
  background: rgba(0,0,0,.1)
}
