@font-face {
  font-family: "Acumin Pro Condensed";
  src: url("../fonts/AcuminProCond-UltraBlack.eot");
  src: url("../fonts/AcuminProCond-UltraBlack.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/AcuminProCond-UltraBlack.woff2") format("woff2"),
    url("../fonts/AcuminProCond-UltraBlack.woff") format("woff"),
    url("../fonts/AcuminProCond-UltraBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HvDTrial Brandon Grotesque";
  src: url("../fonts/HvDTrial_BrandonGrotesque-Bold.eot");
  src: url("../fonts/HvDTrial_BrandonGrotesque-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HvDTrial_BrandonGrotesque-Bold.woff2") format("woff2"),
    url("../fonts/HvDTrial_BrandonGrotesque-Bold.woff") format("woff"),
    url("../fonts/HvDTrial_BrandonGrotesque-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HvDTrial Brandon Grotesque";
  src: url("../fonts/HvDTrial_BrandonGrotesque-Medium.eot");
  src: url("../fonts/HvDTrial_BrandonGrotesque-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HvDTrial_BrandonGrotesque-Medium.woff2") format("woff2"),
    url("../fonts/HvDTrial_BrandonGrotesque-Medium.woff") format("woff"),
    url("../fonts/HvDTrial_BrandonGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin Pro ExtraCondensed";
  src: url("../fonts/AcuminProExtraCond-UltraBlack.eot");
  src: url("../fonts/AcuminProExtraCond-UltraBlack.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/AcuminProExtraCond-UltraBlack.woff2") format("woff2"),
    url("../fonts/AcuminProExtraCond-UltraBlack.woff") format("woff"),
    url("../fonts/AcuminProExtraCond-UltraBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HvDTrial Brandon Grotesque";
  src: url("../fonts/HvDTrial_BrandonGrotesque-Medium_1.eot");
  src: url("../fonts/HvDTrial_BrandonGrotesque-Medium_1.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HvDTrial_BrandonGrotesque-Medium_1.woff2") format("woff2"),
    url("../fonts/HvDTrial_BrandonGrotesque-Medium_1.woff") format("woff"),
    url("../fonts/HvDTrial_BrandonGrotesque-Medium_1.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-one: #7c7b5c;
  --background-two: #fbeec4;
  --text-color-one: #fbeec4;
  --text-color-two: #7c7b5c;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat";
  color: #707070;
  background-color: var(--background-one);
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

p:not(:last-of-type) {
  margin-bottom: 15px;
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.bg-1 {
  background-color: var(--background-one);
}

.bg-2 {
  background-color: var(--background-two);
}

.main-home {
  padding-top: 50px;
}

.main-home .main-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  line-height: 0;
}

.main-home .main-img img {
  object-fit: cover;
}

.main-home .main-title {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  justify-content: center;
}

.main-home .main-title .left-side {
  align-items: center;
  justify-content: center;
}

.main-home .main-title p {
  font-size: 33px;
  font-family: "HvDTrial Brandon Grotesque";
  font-weight: bold;
  color: var(--text-color-one);
  text-transform: uppercase;
  letter-spacing: 7px;
}

.main-home .main-title .main-logo {
  width: 100%;
  max-width: 580px;
}

.main-home .main-title .min-logo {
  width: 15%;
}

.made-with {
  padding: 20px 0 10px;
  background-color: #f5b21a;
}

.made-with p {
  text-align: center;
  font-family: "Acumin Pro ExtraCondensed";
  font-size: 38px;
  color: #000000;
  margin: 0;
  line-height: 1;
}

.subcontinental {
  padding: 40px 0px;
}

.subcontinental .section-title h2 {
  font-size: 182px;
  font-family: "Acumin Pro ExtraCondensed";
  color: #7c7b5d;
  line-height: 0.9;
  margin-bottom: 0;
  text-align: center;
          line-height: 150px;
}
.subcontinental .section-title h3 {
  font-size: 140px;
  font-family: "Acumin Pro ExtraCondensed";
  color: #7c7b5d;
  line-height: 110px;
  margin-top: 0;
  border-bottom: 1px solid #f2b01d;
  text-align: center;
  padding-bottom: 20px;
}

.subcontinental .main-paragraph {
  margin-bottom: 20px;
}

.subcontinental p {
  font-family: "HvDTrial Brandon Grotesque";
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 0;
    letter-spacing: 2px;
    color: #7c7b5d;
}

.subcontinental-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subcontinental img {
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
}

.not-same {
  padding: 60px 0px 20px;
}

.not-same .section-title {
  text-align: center;
}

.not-same .section-title h2 {
  font-size: 110px;
  font-family: "Acumin Pro ExtraCondensed";
  color: var(--text-color-one);
  line-height: 110px;
  border-bottom: 1px solid #f2b01d;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

/* .not-img-wrape {
  padding: 0 60px;
} */

.for-the-same .col-lg-6,
.for-the-same .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  /* height: 450px; */
  overflow: hidden;
}

.for-the-same img,
.for-the-same video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-warpe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fullscreen-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}

.not-same .description {
  margin-top: 20px;
}

.not-same .description p {
  font-family: "HvDTrial Brandon Grotesque";
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color-one);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

.not-same .description p b {
  font-weight: bold;
}

.section-title {
  margin-bottom: 20px;
}

.whiskey-only-here {
  padding: 40px 0px;
}

.whiskey-info {
  text-align: center;
  /* padding-left: 80px; */
}

.whiskey-info h2 {
    padding-top: 0;
    font-size: 90px;
    font-family: "Acumin Pro ExtraCondensed";
    color: var(--text-color-two);
    padding-bottom: 10px;
    border-bottom: 1px solid #f2b01d;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    line-height: 110px;
}

.whiskey-info p {
  font-family: "HvDTrial Brandon Grotesque";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  color: var(--text-color-two);
  text-transform: uppercase;
  text-align: center;
  padding-left: 20px;
}

.our-whiskey {
  padding: 40px 0;
}

.our-whiskey .main-container {
  padding-bottom: 0px;
}

.our-whiskey .name-title h2 {
  font-size: 150px;
  font-family: "Acumin Pro ExtraCondensed";
  color: var(--text-color-one);
  line-height: 110px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.award-wrape {
  position: relative;
}

.award-wrape .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.award-wrape .award {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
}

.our-whiskey .sub-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "HvDTrial Brandon Grotesque";
  color: var(--text-color-one);
  text-align: center;
  border-top: 1px solid #f2b01d;
  border-bottom: 1px solid #f2b01d;
  padding: 10px 0px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.our-whiskey .test-block {
  text-align: center;
  max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.our-whiskey .test-block span {
font-family: "HvDTrial Brandon Grotesque";
    color: var(--text-color-one);
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}

.our-whiskey .test-block h3 {
           font-size: 40px;
        letter-spacing: 2px;
    font-family: "Acumin Pro ExtraCondensed";
    color: var(--text-color-one);
    line-height: 1;
    margin-bottom: 0px;
}

.our-whiskey .test-block:not(:last-of-type) {
  border-bottom: 1px solid #f2b01d;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.redefine-whiskey {
  padding: 40px 0px;
}

.redefine-title {
  margin-bottom: 15px;
}

.redefine-title h2 {
  font-size: 138px;
  font-family: "Acumin Pro ExtraCondensed";
  color: var(--text-color-two);
  padding-bottom: 10px;
  line-height: 120px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.redefine-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  width: 100%;
  height: 1px;
  background-color: #f2b01d;
}

.redefine-title p {
  font-family: "HvDTrial Brandon Grotesque";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  color: var(--text-color-two);
  text-transform: uppercase;
  text-align: center;
}

.redefine-whiskey img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.for-the-same {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
}

.video-warpe {
  position: relative;
  height: 100%;
}

.fullscreen-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  padding: 40px 0px;
}
.site-footer .container{
  text-align: center;
}
.site-footer .footer-top {
  display: inline-flex;
  gap: 10px;
  border-bottom: 1px solid #f2b01d;
  padding: 0 30px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.site-footer .footer-top p {
  font-family: "Acumin Pro ExtraCondensed";
  color: var(--text-color-one);
  text-transform: uppercase;
  font-size: 50px;
  padding-top: 10px;
  margin-bottom: 1rem;
}

.site-footer .footer-top p a {
  color: currentColor;
}

.site-footer .footer-top p:not(:last-of-type) {
  padding-right: 10px;
  border-right: 1px solid #f2b01d;
}

.site-footer .store-location h3 {
  font-family: "Acumin Pro ExtraCondensed";
  font-size: 120px;
  color: #f2b01d;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}

.site-footer .store-location {
  border-bottom: 1px solid #f2b01d;
  padding-bottom: 20px;
  display: inline-block;
}

.site-footer .store-location h3 span {
  padding-right: 30px;
  border-right: 1px solid #f2b01d;
  display: inline-block;
  margin-right: 30px;
  padding-top: 30px;
}

.site-footer .store-location h3 span:nth-child(2) {
  padding: 30px 0 0;
  border: 0;
  margin: 0;
}

.site-footer .store-location h3 img {
  margin-right: 15px;
}

.site-footer .store-location h3 img.down {
  margin-left: 50px;
}

.footer-logo {
  margin-top: 20px;
}

.footer-logo img {
  width: 100%;
}

.modal.age-verification {
  overflow: hidden;
}

.age-verification .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.age-verification .modal-dialog .modal-content {
  min-height: 100vh;
  background-color: #000000;
  border-radius: 0;
  border: 0;
  overflow: hidden;
}

.age-verification .overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-info {
  display: flex;
  align-items: center;
  height: 100vh;
}

.popup-info .left-side {
  flex: 1;
  text-align: center;
  padding-left: 10%;
}

.popup-info .right-side {
  width: 40%;
  position: relative;
}

.popup-info .right-side img {
  width: 100%;
  height: 100%;
}

.popup-info .left-side h3 {
  font-family: "Acumin Pro ExtraCondensed";
  font-weight: 900;
  font-size: 46px;
  color: var(--text-color-one);
  margin-bottom: 40px;
}

.verification-button {
  display: flex;
  gap: 45px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.popup-info .left-side button {
  width: 100%;
  max-width: 450px;
  font-family: "Acumin Pro ExtraCondensed";
  font-weight: 900;
  background-color: transparent;
  font-size: 35px;
  color: var(--text-color-one);
  outline: none;
  border: 1px solid var(--background-two);
  padding: 0 15px;
  padding-top: 4px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  text-transform: uppercase;
}
.popup-info .left-side button:hover {
  color: var(--text-color-one);
  background-color: var(--background-one);
  border-color: var(--background-one);
  transform: scale(1.1);
}
.modal-open {
  overflow: hidden;
}
.modal-open main {
  opacity: 0;
}
img.h-100 {
  object-fit: cover;
}
.mob-img {
  margin-bottom: 40px;
}
.only-mobile {
  display: none;
}
.marquee {
  overflow: hidden;
  position: relative;
}

/* .marquee-inner {
  display: inline-block;
  animation: marqueeRight 50s linear infinite;
} */

@keyframes marqueeRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100%));
  }
}

.site-footer .store-location h3 a {
  color: currentColor;
}

.redefine-whiskey .redefine-wrape{
  position: relative;
}

.redefine-whiskey .redefine-wrape::before {
    content: '';
    position: absolute;
    top: 40px;
    right: 40px;
    background: url('../images/arrow-down.png');
    width: 30px;
    height: 29px;
    transform: rotate(-90deg);
    z-index: 1;
    background-size: 100%;
}
.award-wrape .award img{
  max-width: 100px;
}
.main-title.only-mobile{
  display: none;
}
.mob-bottom,
.mob-top{
  display: none;
}