@import url("fonts.css");
@import url("icons.css");

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

strong,
b {
  font-weight: 700;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ebb776;
}

* {
  outline: none !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  position: relative;
}

html,
body {
  height: 100%;
}

body {
  font-family: "FF Mark W05";
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  background-color: #1f1f1f;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
  line-height: normal;
}

/* COlors */

.text-primary {
  color: #ebb776 !important;
}
.text-secondary {
  color: #b68e51 !important;
}
.text-dark {
  color: #000000 !important;
}
.bg-primary {
  background-color: #274635 !important;
}
.bg-secondary {
  background-color: #b68e51 !important;
}
.text-primary-gradient {
  display: inline-block;
  background: rgb(220, 178, 126);
  background: -moz-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcb27e",endColorstr="#9c7840",GradientType=1);
  /*background: rgb(235,183,118);
  background: -moz-linear-gradient(90deg, #EBB776 30.68%, #B98F54 41.4%, #9C7840 50.32%, #FFDAAC 82.22%);
  background: -webkit-linear-gradient(90deg, #EBB776 30.68%, #B98F54 41.4%, #9C7840 50.32%, #FFDAAC 82.22%);
  background: linear-gradient(90deg, #EBB776 30.68%, #B98F54 41.4%, #9C7840 50.32%, #FFDAAC 82.22%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebb776",endColorstr="#ffdaac",GradientType=1);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buttons */
.btn {
  font-family: "FF Mark W05";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
  border-radius: 0;
  text-transform: uppercase;
  border-width: 2px;
  height: 60px;
  position: relative;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn + .btn {
  margin-left: 20px;
}
.btn-sm {
  max-width: 210px;
  width: 100%;
}
.btn-md {
  max-width: 295px;
  width: 100%;
}

.btn-primary {
  background-color: #ebb776;
  border-color: #ebb776;
}
.btn-light {
  background-color: #fff5db;
  border-color: #fff5db;
}
.btn-secondary {
  background-color: #b68e51;
  border-color: #b68e51;
}
.btn-outline-primary {
  border-color: #ebb776;
  color: #ebb776;
}
.btn-outline-light {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-light:hover,
.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #ebb776;
  background-color: transparent;
  border-color: #ebb776;
}
.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #b68e51;
  background-color: transparent;
  border-color: #b68e51;
}
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary:focus
  .btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ebb776;
  border-color: #ebb776;
}

/* Commeon Title */
.section-title {
  position: relative;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  display: block;
  position: relative;
  font-family: "Zacapa W05";
  font-weight: 700;
  letter-spacing: 0.095em;
}
.section-title h1.title-xl,
.section-title h2.title-xl,
.section-title h3.title-xl,
.section-title h4.title-xl {
  font-size: 60px;
}
.section-title h1.title-lg,
.section-title h2.title-lg,
.section-title h3.title-lg,
.section-title h4.title-lg {
  font-size: 55px;
}
.section-title h1.title-md,
.section-title h2.title-md,
.section-title h3.title-md,
.section-title h4.title-md {
  font-size: 45px;
}
.section-title h1.title-sm,
.section-title h2.title-sm,
.section-title h3.title-sm,
.section-title h4.title-sm {
  font-size: 40px;
}
.section-title h1.title-xs,
.section-title h2.title-xs,
.section-title h3.title-xs,
.section-title h4.title-xs {
  font-size: 35px;
}

/* Gutters */
.gutters-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.gutters-20 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.gutters-13 {
  margin-left: -13px;
  margin-right: -13px;
}
.gutters-13 > [class*="col-"] {
  padding-left: 13px;
  padding-right: 13px;
}
.gutters-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutters-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.gutters-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.gutters-5 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.lead {
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 400;
}

/* FORM */
.form-group {
  margin-bottom: 20px;
}
.form-control {
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.07);
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: #000000;
  height: 60px;
  padding: 0.5rem 1rem;
  box-shadow: none !important;
}
.form-control:focus {
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control-box {
  filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.1));
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 10px 30px;
}

.dropdown-toggle {
  text-align: left;
  padding: 0.5rem 1rem;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 21px;
  font-family: "FF Mark W05";
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  justify-content: flex-start;
}
.dropdown-toggle:after {
  content: none;
}
.dropdown-toggle .icon-triangle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 10px;
  color: #ebb776;
}
.dropdown-menu {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding: 0;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
  font-size: 18px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ebb776;
  color: #000000;
}
.dropdown-toggle-box {
  filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.1));
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 10px 30px;
}
.dropdown-toggle-box + .dropdown-menu .dropdown-item {
  padding: 10px 30px;
}
.dropdown-toggle-box .icon,
.map-left-form .btn .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
}

/* Hover */
.shake:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.classic-effect {
  position: relative;
  overflow: hidden;
}
.classic-effect:before,
.classic-effect:after {
  background: #b68e51;
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.classic-effect:before {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.classic-effect:after {
  left: 25%;
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s;
}
.classic-effect span:before,
.classic-effect span:after {
  background: #b68e51;
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.classic-effect span:before {
  left: 50%;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.classic-effect span:after {
  left: 75%;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.classic-effect:hover:before,
.classic-effect:hover:after {
  bottom: 0;
  opacity: 0.5;
}
.classic-effect:hover span:before,
.classic-effect:hover span:after {
  bottom: 0;
  opacity: 0.5;
}

/* Age Gate */
#age_overlay {
  background-size: cover !important;
  background-position: bottom !important;
}

/* Loader */
.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ebb776;
  z-index: 999999;
  top: 0;
  left: 0;
}

.preloader-status {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  width: 45px;
  height: 45px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* common bg */
.bg-common {
  background-image: url("../images/bg-pattern02.jpg");
  background-repeat: repeat;
  background-position: center;
}

/* Hero Banner */
.section-hero-banner {
  /*min-height: 910px;*/
  background-image: url("../images/banner10.jpg");
  background-size: cover;
  /*background-size: 100% 100%;*/
  background-repeat: no-repeat;
  background-position: center top;
  padding: 70px 0 0;
  position: relative;
}
.section-hero-banner:before,
.section-hero-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.section-hero-banner:before {
  background-image: url("../images/plant-a.png");
  background-position: left bottom;
  pointer-events: none;
}
.section-hero-banner:after {
  background-image: url("../images/plant-b.png");
  background-position: right bottom;
  pointer-events: none;
}
.hero-banner-text {
  font-family: "Zacapa W05";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.035em;
  color: #ffffff;
  text-transform: uppercase;
}
.hero-banner-text h2 {
  font-size: 55px;
  line-height: 0.9;
}
.hero-banner-text h1 {
  font-size: 75px;
  line-height: 0.9;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.hero-banner-text h1:after {
  content: "";
  position: absolute;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-position: bottom center;
}
.hero-banner-text h1 span {
  font-size: 32px;
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -8px;
}

.hero-banner-text h3 {
  margin-bottom: 30px;
}
.hero-banner-image {
  padding-top: 80px;
  position: relative;
}
.hero-cloud-animate {
  transition: all 0.9s ease-out;
}
.hero-cloud-animate:before,
.hero-cloud-animate:after {
  /*content: '';*/
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-cloud-animate:before {
  background-image: url("../images/cloud02.png");
  background-size: 636px 326px;
  left: 0;
  top: 0;
  right: 0%;
  bottom: auto;
  z-index: 0;
  background-position: top left 55%;
}
.hero-cloud-animate:after {
  background-image: url("../images/cloud01.png");
  background-size: 859px 338px;
  background-position: top 0px left 33%;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 2;
}
.hero-banner-image .img-bottom {
  display: block;
  margin: 0 auto -40px;
  position: relative;
  z-index: 1;
}
.hero-banner-image .img-cloud {
  position: absolute;
  top: 0;
  bottom: auto;
  margin: 0 auto;
}
.hero-banner-image .img-cloud:first-child {
  left: 0px;
  right: 0;
  z-index: 0;
}
.hero-banner-image .img-cloud:last-child {
  left: 0;
  right: 0;
  z-index: 2;
  padding-right: 155px;
}
.section-quote {
  min-height: 700px;
  background-image: url("../images/banner01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0;
}

#section-quote-fr-fr {
  padding: 50px 60px;
}
.section-quote.adjusted-bg {
  background-position: center calc(50%);
  position: relative;
}
.section-quote.adjusted-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.15);
}
.section-quote.adjusted-bg > .container {
  position: relative;
  top: 75px;
  z-index: 2;
}

#section-quote-fr-fr.adjusted-bg > .container {
  position: static;
}

.section-aged {
  padding: 60px 0 75px;
  background-color: #ffffff;
  background-image: url("../images/bg-pattern06.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.section-aged .sub-title {
  font-family: "Zacapa W05";
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
  margin-top: 20px;
}

.section-rums {
  background-image: url("../images/bg-pattern.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 145px 0 130px;
}
.rums-explore {
  border: 2px solid #c1a881;
  padding: 0 70px 40px;
  position: relative;
}
.rums-explore > .section-title {
  margin-top: -22px;
  margin-bottom: 60px;
}
.rums-explore .title-xs {
  display: inline-block;
  z-index: 1;
}
.rums-explore .title-xs:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  width: calc(100% + 120px);
  height: 5px;
  background-image: url("../images/bg-pattern.png");
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .rums-explore .title-xs:before {
    top: 59%;
  }
}

.rums-content p {
  font-size: 21px;
  color: #ffffff;
  margin: 25px 0 40px;
}
.rums-image {
  text-align: center;
  position: relative;
  padding-left: 100px;
}
.rums-image:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  background-image: url("../images/ellipse.png");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
.rums-image img {
  position: relative;
  margin: 0 auto;
}
.rums-control {
  display: flex;
  width: 134px;
  justify-content: space-between;
}
.slick-arrow:not(.btn-prev):not(.btn-next) {
  height: 58px;
  width: 58px;
  display: flex;
  background: rgb(220, 178, 126);
  background: -moz-linear-gradient(
    90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcb27e",endColorstr="#9c7840",GradientType=1);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease opacity;
}
.slick-arrow:not(.btn-prev):not(.btn-next):hover {
  opacity: 0.8;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background: rgb(220, 178, 126);
  background: -moz-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcb27e",endColorstr="#9c7840",GradientType=1);
}
.slick-arrow .icon {
  font-size: 24px;
  color: #000000;
}
.button-next {
  background: rgb(220, 178, 126);
  background: -moz-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcb27e",endColorstr="#9c7840",GradientType=1);
}

.section-featured {
  padding: 110px 0 100px;
  overflow: hidden;
}
.section-featured .slick-list {
  overflow: visible;
}
.featured-slider {
  margin: 130px 0 100px;
  z-index: 1;
}
.featured-slider .slick-slide {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.featured-slider .slick-slide.slick-center {
  transform: scale(1);
  -webkit-transform: scale(1);
  box-shadow: 0px 0px 74px rgba(0, 0, 0, 0.35);
}
.featured-slider .slick-next:before,
.featured-slider .slick-prev:before {
  content: none;
}
.featured-slider .slick-arrow {
  z-index: 1;
}
.featured-slider .slick-arrow .icon {
  color: #ffffff;
}
.featured-slider .slick-next {
  right: 10px;
}
.featured-slider .slick-prev {
  left: 10px;
}
.featured-control-wrap {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.featured-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;
}
.featured-control a:hover,
.featured-control a:focus {
  color: #000000;
}
.featured-paging {
  font-family: "Zacapa W05";
  font-style: normal;
  font-weight: bold;
  font-size: 19.26px;
  text-align: center;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.featured-box {
  position: relative;
  padding: 6px;
}
.featured-box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
}
.featured-box img {
  margin: 0 auto;
  width: 100%;
}
.featured-box-content {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px 50px;
  /*max-width: 100%;*/
  text-align: left;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease all;
}
.featured-slider .slick-center .featured-box-content {
  opacity: 1;
  visibility: visible;
}
.featured-box-content h4 {
  font-family: "Zacapa W05";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #ffffff;
}
.featured-box-content p {
  font-size: 21px;
  letter-spacing: 0.035em;
  color: #ffffff;
  max-width: 345px;
  margin-top: 10px;
}

.section-step {
  padding: 100px 0 85px;
}
.section-step .section-title {
  margin-bottom: 85px;
}
.step-image {
  margin-bottom: 20px;
}
.step-image img {
  display: block;
  width: 100%;
}
.section-step .text-copyright {
  font-family: "FF Mark W05";
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-top: 50px;
  display: inline-block;
}
.section-step .text-copyright span {
  background-image: linear-gradient(transparent calc(85% - 5px), #ebb776 5px);
  background-size: 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline;
}
.section-step .text-copyright:hover span {
  background-size: 100%;
}

.section-featured {
  position: relative;
}
.section-featured:before,
.section-featured:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.section-featured:after {
  background-image: url("../images/orchid.png");
  background-position: top 100px right;
  right: 0;
  pointer-events: none;
}
.section-featured:before {
  background-image: url("../images/leaves-matte.png");
  background-position: bottom 65px left;
  left: 0;
  pointer-events: none;
}
.section-story {
  position: relative;
  overflow: hidden;
}
.story-content-wrap {
  padding: 260px 0;
}
.story-content {
  max-width: 395px;
  margin: 0 auto;
}
.story-content p {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.035em;
  color: #ffffff;
  margin: 30px 0 50px;
}
.story-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  min-height: 100%;
  position: relative;
  pointer-events: none;
}
.story-image:before {
  content: "";
  position: absolute;
  left: -318px;
  bottom: 0;
  background-image: url("../images/leaves-matte2.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 318px 231px;
  height: 100%;
  width: 100%;
}
.section-story .slick-list {
  overflow: visible;
}
.story-slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/bg-patter03.jpg");
  background-repeat: repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
.story-slider .slick-dots {
  width: 50%;
  top: 90px;
  bottom: auto;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}
.story-slider .slick-dots li button:before {
  content: none;
}
.story-slider .slick-dots li button {
  height: 5px;
  border-radius: 0;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
}
.story-slider .slick-dots li.slick-active button {
  background-color: #ebb776;
}

.story-slider .story-slider-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 395px;
  margin: auto;
  margin-top: 35px;
}
.story-slider .story-slider-control .slick-arrow {
  background: #ebb776;
  opacity: 1;
  margin: 0px 5px;
}
.story-slider .story-slider-control .btn {
  width: auto;
}
@media screen and (max-width: 415px) {
  .story-slider .story-slider-control .btn {
    font-size: 14px;
  }
}

.section-general {
  padding: 100px 0 155px;
  position: relative;
}
.section-general:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  background-image: url("../images/orchid2.png");
  background-size: 304px 432px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.section-title .line {
  padding-bottom: 40px;
}
.section-title .line:after {
  content: "";
  position: absolute;
  background-image: url(../images/line03.png);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-position: bottom center;
}
.general-content {
  max-width: 450px;
  width: 100%;
}
.general-content p {
  margin-top: 20px;
  font-size: 16px;
}
.general-image img {
  display: block;
  width: 100%;
}
.section-general .align-items-center {
  margin: 120px 0;
}
.section-general .align-items-center:nth-child(odd) .general-content {
  margin: 0 auto;
}

.section-callout {
  background-image: url("../images/footer-pattern.jpg");
  background-repeat: no-repeat;
  margin: 0 15px;
  padding: 85px 15px 70px;
  color: #ffffff;
  position: relative;
}
.section-callout:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/leaves-matte3.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 100%;
  width: 100%;
}

.section-callout p {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #ffffff;
  margin-bottom: 40px;
}
.callout-content {
  max-width: 460px;
  width: 100%;
}

.section-recipes {
  padding: 70px 0 155px;
  position: relative;
}
.section-recipes:before,
.section-recipes:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
.section-recipes:before {
  background-image: url("../images/orchid2.png");
  background-position: top left;
  left: 0;
  top: 290px;
  height: 342px;
  width: 239px;
}
.section-recipes:after {
  background-image: url("../images/leaves-matte2.png");
  background-position: top right;
  opacity: 0.4;
  right: 0;
  top: 135px;
  height: 231px;
  width: 313px;
}
.recipes-gallery {
  margin: 35px 0;
}
.recipes-gallery h6 {
  font-family: "Zacapa W05";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.16em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
}
.recipes-gallery img {
  width: 100%;
  display: block;
}
.section-recipes .section-callout {
  margin: 85px 0 0;
}
.recipes-wrapper {
  margin-top: 95px;
}
.recipes-wrapper .nav-recipes {
  margin-bottom: 50px;
}
.recipes-wrapper .nav-item .nav-link {
  font-family: "Zacapa W05";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 0 20px;
  margin: 0 20px;
  position: relative;
}
.recipes-wrapper .nav-item .nav-link.active {
  color: #000000;
}
.recipes-wrapper .nav-item .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
  bottom: 0;
  left: 0;
}
.recipes-wrapper .nav-item .nav-link.active:before {
  background: rgb(156, 120, 64);
  background: -moz-linear-gradient(
    90deg,
    rgba(156, 120, 64, 1) 0%,
    rgba(220, 178, 126, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(156, 120, 64, 1) 0%,
    rgba(220, 178, 126, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(156, 120, 64, 1) 0%,
    rgba(220, 178, 126, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9c7840",endColorstr="#dcb27e",GradientType=1);
}

.section-rocks {
  padding: 75px 0 0;
}
.back-to-recipes {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.23em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: inline-block;
}
.back-to-recipes .icon {
  font-size: 16px;
}
.recipe-title {
  text-align: center;
}
.rocks-image {
  display: inline-block;
  margin-top: 40px;
  position: relative;
  background-image: linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  padding: 15px;
  z-index: 1;
}
@media screen and (min-width: 520px) {
  .rocks-image {
    height: 40vw;
    min-height: 500px;
  }
}
.rocks-image img {
  display: block;
}
@media screen and (min-width: 520px) {
  .rocks-image img {
    height: calc(40vw - 30px);
    min-height: 470px;
  }
}
.rocks-image ul {
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}
.rocks-image ul a {
  display: flex;
  height: 50px;
  width: 50px;
  background-color: #ebb776;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
  margin-left: 15px;
}
.rocks-image ul li:first-child a {
  margin-left: 0;
}

.section-ingredients {
  background-image: url("../images/footer-pattern.jpg");
  background-size: cover;
  background-repeat: repeat;
  padding: 205px 0 95px;
  position: relative;
  margin-top: -95px;
}
.section-ingredients:after {
  content: "";
  background-image: url("../images/leaves-matte5.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  height: 179px;
  width: 242px;
  z-index: 0;
  right: 0;
  top: calc(50% - 30px);
  transform: translateY(-50%);
}
.ingredients-list {
  color: #ffffff;
  text-align: center;
}
.ingredients-list h5 {
  position: relative;
  font-family: "Zacapa W05";
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.ingredients-list h5:after {
  content: "";
  position: absolute;
  max-width: 230px;
  width: 100%;
  height: 2px;
  background: rgb(220, 178, 126);
  background: -moz-linear-gradient(
    90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcb27e",endColorstr="#9c7840",GradientType=1);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ingredients-list p {
  font-size: 1.125rem;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.035em;
  color: #ffffff;
}

.section-pairing {
  padding: 85px 0;
}
.section-pairing .gutters-10 {
  margin-top: 140px;
}
.pairing-image {
}
.pairing-image img {
  display: block;
  width: 100%;
}
.pairing-content .section-title {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.pairing-content .section-title:before {
  content: "";
  position: absolute;
  left: -50%;
  bottom: 0;
  min-width: 650px;
  width: 100%;
  height: 1px;
  background: rgb(220, 178, 126);
  background: -moz-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcb27e",endColorstr="#9c7840",GradientType=1);
  display: block;
  z-index: 1;
}
.order-lg-1 .pairing-content .section-title:before {
  left: 0;
}
.pairing-content {
  max-width: 480px;
  padding: 0 15px;
  margin-left: 70px;
}
.order-lg-1 .pairing-content {
  margin-right: 70px;
  margin-left: auto;
}

.section-other-recipes {
  padding: 65px 0 120px;
  position: relative;
}
.section-other-recipes:before {
  content: "";
  background-image: url("../images/orchid2.png");
  background-repeat: no-repeat;
  background-position: top 0 left;
  height: 342px;
  position: absolute;
  top: 50px;
  width: 239px;
}
.section-other-recipes .section-title {
  margin-bottom: 65px;
}
.section-other-recipes .recipes-gallery:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: calc(100% - 20px);
  height: 1px;
  background: rgb(220, 178, 126);
  background: -moz-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background: linear-gradient(
    -90deg,
    rgba(220, 178, 126, 1) 0%,
    rgba(156, 120, 64, 1) 100%
  );
  background-clip: border-box;
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcb27e",endColorstr="#9c7840",GradientType=1);
  display: block;
}

.section-our-rums {
  padding: 70px 0 180px;
  background-image: url("../images/bg-pattern03.jpg");
  /*background-repeat: repeat;*/
  background-position: center;
  background-size: cover;
  position: relative;
}
.section-our-rums:before {
  content: "";
  background-image: url("../images/leaves-matte6.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  height: 222px;
  width: 301px;
  display: block;
  right: 0;
  position: absolute;
  top: 130px;
}
.rums-list-image img {
  display: block;
}
.rums-list-content {
  max-width: 430px;
  margin-left: auto;
}
.rums-list-content .section-title {
  padding-bottom: 50px;
}
.rums-list-content .section-title:before {
  content: "";
  position: absolute;
  left: -37%;
  bottom: 0;
  min-width: 560px;
  width: 100%;
  height: 1px;
  background-color: #ebb776;
  display: block;
  z-index: 1;
}
.section-our-rums .col-lg-11 {
  margin-top: 195px;
}
.section-our-rums .col-lg-11 .row:not(:last-child) {
  margin-bottom: 135px;
}
.section-our-rums .col-lg-11 .row:nth-child(even) .rums-list-content {
  margin-left: 0;
}
.section-our-rums
  .col-lg-11
  .row:nth-child(even)
  .rums-list-content
  .section-title:before {
  left: 0;
}
.rums-list-content p {
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #ffffff;
  margin: 50px 0 60px;
}

.section-rums-detail {
  background-image: url("../images/bg-pattern03.jpg");
  background-position: top center;
  /*background-repeat: repeat;*/
  background-size: cover;
  padding: 45px 0 120px;
  position: relative;
}
.section-rums-detail:after {
  content: "";
  background-image: url("../images/leaves-matte6.png");
  background-position: top right;
  background-repeat: no-repeat;
  height: 222px;
  width: 301px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.back-to {
  font-family: "Zacapa W05";
  font-style: normal;
  font-weight: bold;

  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 60px;
}
.back-to .icon {
  font-size: 16px;
  margin-right: 12px;
  color: #ebb776;
}
.section-rums-detail .section-title {
  border-bottom: 1px solid #ebb776;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.rums-detail-content {
  margin-top: 30px;
}
.section-rums-detail p {
  letter-spacing: 0.065em;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.5;
}
.rum-volume {
  font-weight: bold;
  font-size: 14px;
}
.rums-ingredients h5 {
  font-family: "Zacapa W05";
  font-style: normal;
  font-weight: bold;
  font-size: 39px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  background: rgb(220, 178, 126);
  background: -moz-linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  background: -webkit-linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  background: linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcb27e",endColorstr="#9c7840",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rums-ingredients {
  margin-top: 80px;
}
.rums-ingredients .row {
  border-bottom: 1px solid #ebb776;
  padding: 40px 0 0;
  margin-left: 0;
  margin-right: 0;
}
.rums-ingredients .row:last-child {
  border-bottom: 0;
}
.section-recipes-list {
  padding: 115px 0;
}
.section-recipes-list .section-title {
  margin-bottom: 80px;
}
.section-recipes-list .btn {
  margin-top: 60px;
}
.recipes-list {
  margin-top: 160px;
}
.recipes-list-card {
  text-align: center;
}
.recipes-list-card-image {
  position: relative;
  max-width: 406px;
  margin: 0 auto 50px;
  padding: 6px;
  background-image: linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  border-radius: 100%;
}
.recipes-list-card .section-title {
  margin-bottom: 40px;
}
.recipes-list-card a {
  font-size: 26px;
  display: block;
  text-align: center;
}

.section-story-list {
  padding: 70px 0 150px;
  background-image: url("../images/bg-pattern05.png");
  background-repeat: repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  /*background-size: cover;*/
  position: relative;
}
.section-story-list:before {
  content: "";
  background-image: url("../images/leaves-matte6.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  height: 222px;
  width: 301px;
  display: block;
  right: 0;
  position: absolute;
  top: 60px;
}
.section-story-list:after {
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  transform: rotate(-180deg);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  left: 0;
}
.story-card {
  position: relative;
  margin-top: 100px;
}
.story-card-image {
  background-image: linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  padding: 4px;
  margin-bottom: 40px;
}
.story-card-image img {
  width: 100%;
}
.story-card p {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.035em;
  color: #ffffff;
  opacity: 0.82;
  margin: 25px 0;
}
.story-card .read-more {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #ffffff;
  text-transform: uppercase;
}
.story-card .read-more .icon {
  font-size: 17px;
  margin-left: 10px;
  vertical-align: sub;
  transition: 0.2s ease all;
}
.story-card:hover .read-more .icon {
  margin-left: 5px;
}

.section-storytab {
  padding: 70px 0 95px;
  background-image: url("../images/bg-pattern05.png");
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: repeat;
  background-position: center;
  /*background-size: cover;*/
  position: relative;
}
.section-storytab:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/leaves-matte7.png");
  background-repeat: no-repeat;
  background-position: top 50px right;
}
.section-storytab:after {
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  transform: rotate(-180deg);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  left: 0;
}
.section-title [class*="storytab-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 27px;
  z-index: 1;
  border: 0;
  padding: 0;
  -webkit-appearance: button;
}
.section-title .storytab-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
.section-title .storytab-next {
  right: 0;
}
.story-tabs-wrap {
  margin-top: 85px;
  position: relative;
}
.story-tabs-wrap .nav-story {
  border-top: 1px solid #ebb776;
  border-bottom: 1px solid #ebb776;
  justify-content: space-between;
}
.story-tabs-wrap .nav-item .nav-link {
  color: #a8a8a8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  padding: 28px 0;
  position: relative;
}
.story-tabs-wrap .nav-item .nav-link.active {
  background: linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.story-tabs-wrap .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ebb776;
  bottom: 0;
  left: 0;
}
.story-tab-content {
  padding-top: 90px;
}
.story-tab-content .text-primary-gradient:not(i) {
  background: rgb(235, 183, 118);
  background: -moz-linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  background: -webkit-linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  background: linear-gradient(
    90deg,
    #ebb776 30.68%,
    #b98f54 41.4%,
    #9c7840 50.32%,
    #ffdaac 82.22%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.story-tab-history {
  padding-top: 95px;
  padding-bottom: 15px;
}
.story-tab-history p {
  max-width: 465px;
}
.story-tab-history p:first-child {
  color: #ffffff;
  font-size: 1.438rem;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
}
.story-tab-history p:last-child {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5;
}

.story-tab-aged .section-title {
  margin-bottom: 30px;
}
.story-tab-aged p {
  font-size: 1.188rem;
  letter-spacing: 0.035em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
  margin-right: 5px;
  line-height: 1.5;
}
.story-tab-aged p:last-child {
  margin-bottom: 0;
}
.card-casks {
  position: relative;
  margin-top: 85px;
}
.card-casks li {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 13px 30px 13px 44px;
  background-color: #9c7840;
  font-size: 19px;
}
.card-casks li:first-child {
  background-color: transparent;
  padding: 13px 5px 35px;
}
.card-casks li:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: calc(50% + 45px);
  width: 100%;
  left: 0;
  background-color: #9c7840;
  z-index: -1;
}
.card-casks li:first-child .casks-image {
  height: 240px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-casks li:last-child {
  background-color: #b2966a;
}
.card-casks li h5 {
  font-family: "Zacapa W05";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.095em;
  color: #ffffff;
  padding: 30px 0 20px;
}
.card-casks li a {
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.095em;
  text-decoration-line: underline;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.card-casks li a:hover {
  text-decoration: none;
}
.card-casks li.small {
  font-size: 15px;
}
.card-casks li .media {
  align-items: center;
  letter-spacing: 0.035em;
}
.card-casks li .media-image {
  margin-right: 34px;
}
.card-casks li .media-image img {
  display: block;
}
.story-inner-rum {
  padding: 110px 20px 0;
}
.story-inner-rum .title-sm {
  margin-bottom: 60px;
}
.story-inner-rum .row.gutters-20 {
  border-bottom: 1px solid #ebb776;
  padding-bottom: 60px;
  padding-top: 60px;
}
.story-inner-rum .row.gutters-20:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.story-inner-rum .col-lg-5 {
  border-left: 1px solid #ebb776;
  border-right: 1px solid #ebb776;
}
.story-inner-rum-detail {
  text-align: center;
}
.story-inner-rum-detail h4 {
  max-width: 250px;
  margin: 0 auto;
  font-family: "Zacapa W05";
  font-weight: 700;
  font-size: 25px;
  line-height: 119.5%;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #ebb776;
}
.story-inner-rum-detail p {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.035em;
  color: rgba(255, 255, 255, 0.95);
  max-width: 245px;
  margin: 0 auto 40px;
}
.story-inner-rum-detail .read-more {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.13em;
  color: rgba(255, 255, 255, 0.95);
}
.story-inner-rum-basic h4 {
  font-family: "Zacapa W05";
  font-weight: bold;
  font-size: 27px;
  line-height: 119.5%;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #ffffff;
}
.story-inner-rum-image {
  margin-top: 40px;
  margin-bottom: 30px;
}
.story-inner-rum-basic-list.slick-slider.slick-dotted {
  margin-bottom: 50px;
}
.story-inner-rum-basic-list .slick-dots {
  bottom: -50px;
}
.story-inner-rum-basic-list .slick-dots button {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #ebb776;
}
.story-inner-rum-basic-list .slick-dots .slick-active button {
  background-color: #ebb776;
}
.story-inner-rum-basic-list .slick-arrow {
  background: transparent !important;
  top: 100px;
}
.story-inner-rum-basic-list .slick-arrow .icon {
  color: #ebb776;
}
.story-inner-rum-basic-list .slick-arrow:before {
  content: none;
}
.story-inner-rum-basic-item {
  margin-top: 40px;
}
.story-inner-rum-basic-item .item-image img {
  display: block;
  margin: auto;
}
.story-inner-rum-basic-item p {
  font-size: 0.938rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  margin: 15px 0 0 0;
}
.story-inner-rum-image img {
  display: block;
  margin: auto;
  min-width: 245px;
}
.story-tab-process .section-title {
  margin-bottom: 60px;
}
.story-tab-process .list-process li {
  padding: 80px 0;
  border-bottom: 1px solid #ebb776;
}
.story-tab-process .list-process li:first-child {
  padding-top: 0;
}
.story-tab-process .list-process li:last-child {
  /*border-bottom: 0;
  padding-bottom: 0;*/
}
.story-tab-process .media {
  align-items: center;
  margin-bottom: 40px;
}
.story-tab-process .media:last-child {
  margin-bottom: 0;
}
.story-tab-process .media-image {
  margin-right: 50px;
}
.story-tab-process .media-body h5 {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.23em;
  color: #ebb776;
  text-transform: uppercase;
}
.story-tab-process .media-body p {
  font-size: 1.063rem;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.story-tab-process .media-body a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.13em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
}
.story-owner {
  padding: 165px 0 50px;
}
.story-owner .title-sm {
  margin-bottom: 100px;
}
.story-owner .story-owner-content {
  padding-right: 15px;
}
.story-owner .story-owner-content p {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 25px;
}
.story-owner .story-owner-content a {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}
.tab-next {
  border-top: 1px solid #ebb776;
  margin-top: 70px;
  padding-top: 75px;
}
.tab-next button {
  font-family: "Zacapa W05";
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.095em;
  color: #ffffff;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
}
.tab-next button[disabled] {
  opacity: 0.5;
}
.tab-next button .icon {
  font-size: 27px;
}
/* Story Navigation */
.storytab-navigation {
  border-top: 1px solid #ebb776;
  margin-top: 100px;
  padding: 55px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.storytab-navigation a.read-more {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.13em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
}
.storytab-navigation a.read-more .icon {
  font-size: 22px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.storytab-navigation .storytab-navigation-prev a.read-more .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.storytab-navigation .storytab-navigation-prev,
.storytab-navigation .storytab-navigation-next {
  line-height: 1.5;
}

.section-buy {
  padding: 105px 0 165px;
}
.section-title-logo {
  margin: 90px 0 70px;
}
.section-title-logo h2 {
  font-family: "Zacapa W05";
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.map-left-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.map-left-text {
  font-size: 13px;
  color: #000000;
  line-height: 20px;
  color: #000000;
  margin-top: auto;
}
.map-left-form .btn-primary {
  padding: 10px 30px;
}
.map-left-form .btn-primary .icon {
  transform: translateY(-50%) rotate(0);
}
.btn-individual-rum {
  margin-top: 15px;
  max-width: 300px;
}
.btn-individual-recipe {
  margin-top: 15px;
  max-width: 500px;
}
.map-right {
  height: 548px;
  width: 100%;
  padding-left: 110px;
}
.map-right .map {
  height: 100%;
  width: 100%;
}
.section-result {
  margin-top: 100px;
}
.section-result h4 {
  font-size: 30px;
  letter-spacing: 0.065em;
  margin-bottom: 80px;
}
.table-result thead th {
  font-family: "Zacapa W05";
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  padding: 20px 0;
}
.table-result tbody td {
  padding: 35px 0;
  vertical-align: top;
  border-top: 0;
  border-bottom: 2px dashed rgba(39, 70, 53, 0.24);
  word-wrap: break-word;
  word-break: break-word;
  white-space: break-spaces;
}
.table-result tbody tr:last-child td {
  border-bottom: 0;
}
.table-result th:nth-child(1) {
  width: 20%;
}
.table-result th:nth-child(2) {
  width: 28%;
}
.table-result th:nth-child(3) {
  width: 12%;
}
.table-result th:nth-child(4) {
  width: 10%;
}

/* Footer */
.footer {
  background-image: url("../images/footer-pattern.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-top {
  padding-top: 80px;
}
.footer-top form {
  margin-top: 65px;
}
.footer-top .btn .icon-right-arrow {
  margin-left: 10px;
  font-size: 20px;
}
.footer-bottom {
  padding: 100px 0 80px;
}
.footer-logo {
  margin-bottom: 60px;
}
.footer-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-link li {
  position: relative;
  margin-bottom: 10px;
}
.footer-link li:after {
  content: "|";
  position: absolute;
  top: calc(50% - 1px);
  color: #ffffff;
  right: -2px;
  transform: translateY(-50%);
}
.footer-link li:last-child:after {
  content: none;
}
.footer-link li a {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.035em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  margin: 0 10px;
  position: relative;
}
.footer-link li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0;
  background-color: #ebb776;
  transition: 0.2s ease-in-out;
}
.footer-link li a:hover:after {
  visibility: visible;
  opacity: 1;
}
.footer-social {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.footer-social li:not(:last-child) {
  margin-right: 12px;
}
.footer-social li .icon {
  font-size: 28px;
  color: #ebb776;
  display: block;
}
.footer .text-legal {
  font-size: 0.9275rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.035em;
  color: rgba(255, 255, 255, 0.95);
  margin: 30px 0 50px;
}

.link-img {
  padding: 20px 10px;
}

.btn-home {
  z-index: 2;
}

.footer #dg_footer_wrapper {
  background: 0;
}

#dg_footer_wrapper_inner ul li a {
  color: #fff !important;
  font-family: "FF Mark W05";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}

#dg_footer_wrapper_inner ul li a:hover {
  text-decoration: underline #ebb776;
}

#dg_footer_wrapper_inner ul li span {
  color: #fff !important;
  font-family: "FF Mark W05";
  font-weight: 400;
  font-style: normal;
}

#dg_SITE_MAP {
  font-size: 0.625rem !important;
}

#dg_footer_wrapper_inner .dg_footer_item_last {
  color: #fff;
  margin-top: 20px;
  float: none !important;
}

#dg_SITE_NOTICE {
  margin-top: 30px;
  float: none !important;
  font-size: 14px;
}

.variant-dropdown {
  font-size: 1rem;
  width: calc(100% - 20px);
}

/* Animation */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}

.pdf-container {
  width: 777px;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
  height: calc(100vh - 100px);
}

.pdf {
  margin: auto;
}
