/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html,body {
  font-family: Inter, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 475px) {
  .container {
    max-width: 475px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

/* Store section starts  */

section.store-banner {
  display: grid;
  height: 420px;
  align-items: center;
  border-bottom-width: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(212 112 46 / var(--tw-border-opacity));
  background-position: center;
}

@media (min-width: 768px) {
  section.store-banner {
    background-position: left;
  }
}

section.store-banner h1 {
  text-align: center;
  font-family: Mutlu;
  font-size: 35px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 475px) {
  section.store-banner h1 {
    font-size: 45px;
    line-height: 62px;
  }
}

@media (min-width: 640px) {
  section.store-banner h1 {
    font-size: 50px;
    line-height: 68px;
  }
}

@media (min-width: 768px) {
  section.store-banner h1 {
    font-size: 55px;
    line-height: 80px;
  }
}

@media (min-width: 1024px) {
  section.store-banner h1 {
    font-size: 60px;
    line-height: 90px;
  }
}

@media (min-width: 1280px) {
  section.store-banner h1 {
    font-size: 70px;
    line-height: 120px;
  }
}

@media (min-width: 1600px) {
  section.store-banner h1 {
    font-size: 80px;
    line-height: 171px;
  }
}

section.our-store {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  section.our-store {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1280px) {
  section.our-store {
    padding-top: 107px;
    padding-bottom: 95px;
  }
}

.store-content {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 320px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: space-around;
  row-gap: 70px;
}

@media (min-width: 475px) {
  .store-content {
    max-width: 1400px;
  }
}

@media (min-width: 1024px) {
  .store-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 95px;
  }
}

.img-block {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: 217px;
  width: 265px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 475px) {
  .img-block {
    height: 255px;
    width: 415px;
  }
}

@media (min-width: 1280px) {
  .img-block {
    height: 300px;
    width: 484px;
  }
}

.img-block img {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 125px;
}

@media (min-width: 475px) {
  .img-block img {
    max-width: 150px;
  }
}

@media (min-width: 1280px) {
  .img-block img {
    max-width: 100%;
  }
}

.store-product-even {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.img-block:after {
  position: absolute;
  top: 27%;
  left: -4%;
  z-index: -1;
  height: 168px;
  width: 170px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 475px) {
  .img-block:after {
    height: 200px;
    width: 220px;
  }
}

@media (min-width: 1280px) {
  .img-block:after {
    top: 32%;
    left: -5%;
    height: 227px;
    width: 268px;
  }
}

.img-block.block2:after {
  position: absolute;
  top: 27%;
  left: 40%;
  z-index: -1;
  height: 168px;
  width: 170px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 475px) {
  .img-block.block2:after {
    left: 51%;
    height: 200px;
    width: 220px;
  }
}

@media (min-width: 1280px) {
  .img-block.block2:after {
    top: 32%;
    left: 49.5%;
    height: 227px;
    width: 268px;
  }
}

.store-product-even .heading.webfont-holder {
  position: relative;
  margin: auto;
  margin-top: 10px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

@media (min-width: 475px) {
  .store-product-even .heading.webfont-holder {
    margin-top: 20px;
  }
}

@media (min-width: 1280px) {
  .store-product-even .heading.webfont-holder {
    margin-top: 40px;
  }
}

.store-product-even .heading.webfont-holder h3 {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 11111;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-bottom: -10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 42px;
  letter-spacing: 0.05em;
}

@media (min-width: 475px) {
  .store-product-even .heading.webfont-holder h3 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .store-product-even .heading.webfont-holder h3 {
    bottom: -4px;
  }
}

@media (min-width: 1280px) {
  .store-product-even .heading.webfont-holder h3 {
    font-size: 28px;
  }
}

@media (min-width: 1600px) {
  .store-product-even .heading.webfont-holder h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.store-product-even .heading.webfont-holder h2 {
  margin-bottom: -30px;
  font-size: 22px;
  line-height: 61px;
  -webkit-text-stroke: 1px ;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-text-stroke-color: #9ca3af;
  color: transparent;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: white;
  text-shadow: 0px 0px 3px white;
}

@media (min-width: 475px) {
  .store-product-even .heading.webfont-holder h2 {
    font-size: 33px;
  }
}

@media (min-width: 1280px) {
  .store-product-even .heading.webfont-holder h2 {
    font-size: 42px;
  }
}

@media (min-width: 1600px) {
  .store-product-even .heading.webfont-holder h2 {
    font-size: 50px;
  }
}

section.merchndise-costum-info .merchindis-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 30px;
  -moz-column-gap: 105px;
       column-gap: 105px;
}

@media (min-width: 640px) {
  section.merchndise-costum-info .merchindis-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  section.merchndise-costum-info .merchindis-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 0;
  }
}

/* Store section ends  */

header.home-section{
  background: linear-gradient(180deg, #000000 22.43%, rgba(0, 0, 0, 0) 83.03%);
}

/* Tour and tasting section starts  */

section.visit-us {
  margin-top: 44px;
}

.orange-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .orange-heading {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .orange-heading {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .orange-heading {
    font-size: 26px;
    line-height: 36px;
  }
}

.visit-content {
  margin-top: 18px;
  display: block;
  align-items: center;
}

@media (min-width: 640px) {
  .visit-content {
    margin-top: 26px;
  }
}

@media (min-width: 1024px) {
  .visit-content {
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}

@media (min-width: 1280px) {
  .visit-content {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }
}

@media (min-width: 1600px) {
  .visit-content {
    -moz-column-gap: 132px;
         column-gap: 132px;
  }
}

.visit-info .visit-para p {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  .visit-info .visit-para p {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .visit-info .visit-para p {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1280px) {
  .visit-info .visit-para p {
    font-size: 19px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  .visit-info .visit-para p {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 27px;
  }
}

.visit-info {
  max-width: 850px;
}

@media (min-width: 1600px) {
  .visit-info {
    max-width: 1070px;
  }
}

.visit-info .extra-info h6, .visit-info span {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .visit-info .extra-info h6, .visit-info span {
    font-size: 19px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  .visit-info .extra-info h6, .visit-info span {
    font-size: 22px;
    line-height: 27px;
  }
}

.visit-info .extra-info p , ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  .visit-info .extra-info p , ul li {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .visit-info .extra-info p , ul li {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1280px) {
  .visit-info .extra-info p , ul li {
    font-size: 19px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  .visit-info .extra-info p , ul li {
    font-size: 22px;
    line-height: 27px;
  }
}

.visit-info .extra-info {
  padding-bottom: 15px;
}

@media (min-width: 1600px) {
  .visit-info .extra-info {
    padding-bottom: 20px;
  }
}

.visit-content .image img {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}

@media (min-width: 768px) {
  .visit-content .image img {
    max-width: 250px;
  }
}

@media (min-width: 1024px) {
  .visit-content .image img {
    margin: 0px;
  }
}

@media (min-width: 1280px) {
  .visit-content .image img {
    max-width: 285px;
  }
}

@media (min-width: 1600px) {
  .visit-content .image img {
    max-width: 100%;
  }
}

.visit-content .image {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .visit-content .image {
    margin-bottom: 0px;
  }
}

section.florida-distillery {
  margin-top: 75px;
}

.distillery-content {
  display: block;
  flex-direction: row-reverse;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

@media (min-width: 1024px) {
  .distillery-content {
    display: flex;
  }
}

@media (min-width: 1600px) {
  .distillery-content {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
}

.distillery-content .visit-info {
  margin-bottom: 10px;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .distillery-content .visit-info {
    margin-bottom: 0px;
    max-width: 518px;
  }
}

@media (min-width: 1280px) {
  .distillery-content .visit-info {
    max-width: 688px;
  }
}

@media (min-width: 1600px) {
  .distillery-content .visit-info {
    max-width: 888px;
  }
}

.distillery-content .visit-info .para {
  margin-top: 18px;
}

@media (min-width: 640px) {
  .distillery-content .visit-info .para {
    margin-top: 24px;
  }
}

@media (min-width: 1600px) {
  .distillery-content .visit-info .para {
    margin-top: 44px;
  }
}

button.tasting-btn {
  margin-top: 30px;
  width: 100%;
  max-width: 645px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 1024px) {
  button.tasting-btn {
    margin-top: 50px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media (min-width: 1600px) {
  button.tasting-btn {
    margin-top: 54px;
  }
}

button.tasting-btn a {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  button.tasting-btn a {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  button.tasting-btn a {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1280px) {
  button.tasting-btn a {
    font-size: 19px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  button.tasting-btn a {
    font-size: 22px;
    line-height: 27px;
  }
}

.tasting-info {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 30px;
  text-align: center;
}

@media (min-width: 1024px) {
  .tasting-info {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }
}

@media (min-width: 1280px) {
  .tasting-info {
    row-gap: 81px;
    -moz-column-gap: 137px;
         column-gap: 137px;
  }
}

@media (min-width: 1600px) {
  .tasting-info {
    row-gap: 128px;
    -moz-column-gap: 217px;
         column-gap: 217px;
  }
}

section.tasting-varieties .para.visit-para {
  margin-top: 18px;
  max-width: 650px;
}

@media (min-width: 640px) {
  section.tasting-varieties .para.visit-para {
    margin-top: 24px;
  }
}

@media (min-width: 1600px) {
  section.tasting-varieties .para.visit-para {
    margin-top: 44px;
  }
}

.format.visit-para ul {
  text-align: left;
}

section.tasting-varieties .format.visit-para span {
  font-weight: 500;
}

section.tasting-varieties {
  padding-top: 55px;
  padding-bottom: 54px;
}

@media (min-width: 1024px) {
  section.tasting-varieties {
    padding-top: 74px;
  }
}

/* Tour and tasting section ends  */

/* stay updated section starts */

section.stay-updated {
  display: grid;
  align-items: center;
}

section.stay-updated .content {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 400px;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 22px;
}

@media (min-width: 640px) {
  section.stay-updated .content {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (min-width: 768px) {
  section.stay-updated .content {
    display: flex;
    max-width: 940px;
    padding-top: 42px;
  }
}

@media (min-width: 1280px) {
  section.stay-updated .content {
    max-width: 1160px;
    padding-top: 55px;
  }
}

@media (min-width: 1600px) {
  section.stay-updated .content {
    max-width: 1500px;
  }
}

.content form input::-moz-placeholder {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 200;
  line-height: 21px;
}

.content form input::placeholder {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 200;
  line-height: 21px;
}

@media (min-width: 1280px) {
  .content form input::-moz-placeholder {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
    line-height: 23px;
  }
  .content form input::placeholder {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1600px) {
  .content form input::-moz-placeholder {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
    line-height: 25px;
  }
  .content form input::placeholder {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
    line-height: 25px;
  }
}

.content form input[type="email"] {
  width: 227px;
  overflow-x: scroll;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .content form input[type="email"] {
    width: 318px;
  }
}

@media (min-width: 1024px) {
  .content form input[type="email"] {
    width: 390px;
  }
}

@media (min-width: 1280px) {
  .content form input[type="email"] {
    width: 490px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
  }
}

@media (min-width: 1600px) {
  .content form input[type="email"] {
    width: 637px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.content form button {
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  padding-left: 17px;
  padding-right: 17px;
}

.content form button img {
  max-width: 24px;
}

@media (min-width: 640px) {
  .content form button img {
    max-width: 26px;
  }
}

@media (min-width: 1280px) {
  .content form button img {
    max-width: 100%;
  }
}

.content form {
  text-align: center;
}

@media (min-width: 768px) {
  .content form {
    text-align: left;
  }
}

.content form .send-input {
  display: inline-flex;
}

section.stay-updated .content .heading h4 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  section.stay-updated .content .heading h4 {
    margin-bottom: 0px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  section.stay-updated .content .heading h4 {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (min-width: 1280px) {
  section.stay-updated .content .heading h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1600px) {
  section.stay-updated .content .heading h4 {
    font-size: 30px;
    line-height: 36px;
  }
}

section.stay-updated .checkbox {
  margin-top: 10px;
}

@media (min-width: 1280px) {
  section.stay-updated .checkbox {
    margin-top: 12px;
  }
}

section.stay-updated .checkbox label {
  padding-left: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.stay-updated .checkbox label {
    padding-left: 10px;
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 1280px) {
  section.stay-updated .checkbox label {
    padding-left: 17px;
    font-size: 16px;
    line-height: 20px;
  }
}

/* stay updated section ends */

section.merchndise-costum-info .product h3 {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  section.merchndise-costum-info .product h3 {
    margin-top: 22px;
    font-size: 17px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  section.merchndise-costum-info .product h3 {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1024px) {
  section.merchndise-costum-info .product h3 {
    margin-top: 25px;
  }
}

@media (min-width: 1280px) {
  section.merchndise-costum-info .product h3 {
    margin-top: 28px;
    font-size: 19px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  section.merchndise-costum-info .product h3 {
    margin-top: 38px;
    font-size: 22px;
    line-height: 27px;
  }
}

section.merchndise-costum-info .product h6 {
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  section.merchndise-costum-info .product h6 {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  section.merchndise-costum-info .product h6 {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1280px) {
  section.merchndise-costum-info .product h6 {
    font-size: 19px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  section.merchndise-costum-info .product h6 {
    font-size: 22px;
    line-height: 27px;
  }
}

section.merchndise-costum-info .product.add-cart h3 {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  section.merchndise-costum-info .product.add-cart h3 {
    margin-top: 22px;
  }
}

@media (min-width: 1024px) {
  section.merchndise-costum-info .product.add-cart h3 {
    margin-top: 25px;
    font-size: 21px;
    line-height: 31px;
  }
}

@media (min-width: 1280px) {
  section.merchndise-costum-info .product.add-cart h3 {
    margin-top: 28px;
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1600px) {
  section.merchndise-costum-info .product.add-cart h3 {
    margin-top: 43px;
    font-size: 30px;
    line-height: 36px;
  }
}

section.merchndise-costum-info .product.add-cart button {
  margin-top: 20px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  section.merchndise-costum-info .product.add-cart button {
    margin-top: 22px;
    font-size: 17px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  section.merchndise-costum-info .product.add-cart button {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1024px) {
  section.merchndise-costum-info .product.add-cart button {
    margin-top: 25px;
  }
}

@media (min-width: 1280px) {
  section.merchndise-costum-info .product.add-cart button {
    margin-top: 28px;
    max-width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 19px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  section.merchndise-costum-info .product.add-cart button {
    max-width: 100%;
    font-size: 22px;
    line-height: 27px;
  }
}

section.merchndise-costum-info.add-cart {
  margin-top: 50px;
  padding-top: 92px;
  padding-bottom: 92px;
}

@media (min-width: 1024px) {
  section.merchndise-costum-info.add-cart {
    margin-top: 70px;
  }
}

@media (min-width: 1280px) {
  section.merchndise-costum-info.add-cart {
    margin-top: 90px;
  }
}

@media (min-width: 1600px) {
  section.merchndise-costum-info.add-cart {
    margin-top: 120px;
  }
}

section.content-info.add-cart {
  margin-top: 50px;
  margin-bottom: 44px;
}

@media (min-width: 1024px) {
  section.content-info.add-cart {
    margin-top: 70px;
  }
}

@media (min-width: 1280px) {
  section.content-info.add-cart {
    margin-top: 90px;
  }
}

@media (min-width: 1600px) {
  section.content-info.add-cart {
    margin-top: 110px;
  }
}

section.merchndise-costum-info.single-product {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  section.merchndise-costum-info.single-product {
    padding-bottom: 90px;
  }
}

@media (min-width: 1024px) {
  section.merchndise-costum-info.single-product {
    padding-top: 76px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1280px) {
  section.merchndise-costum-info.single-product {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1600px) {
  section.merchndise-costum-info.single-product {
    padding-top: 112px;
    padding-bottom: 200px;
  }
}

section.form-section {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  section.form-section {
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {
  section.form-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1280px) {
  section.form-section {
    padding-bottom: 90px;
  }
}

section.form-section .form input {
  margin-bottom: 14px;
  display: block;
  width: 100%;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  section.form-section .form input {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  section.form-section .form input {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  section.form-section .form input {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 1600px) {
  section.form-section .form input {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }
}

section.form-section .form textarea {
  margin-bottom: 14px;
  display: block;
  width: 100%;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  section.form-section .form textarea {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  section.form-section .form textarea {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  section.form-section .form textarea {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 1600px) {
  section.form-section .form textarea {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }
}

section.form-section .form input::-moz-placeholder {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

section.form-section .form input::placeholder {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  section.form-section .form input::-moz-placeholder {
    font-size: 18px;
    line-height: 22px;
  }
  section.form-section .form input::placeholder {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1024px) {
  section.form-section .form input::-moz-placeholder {
    font-size: 19px;
    line-height: 23px;
  }
  section.form-section .form input::placeholder {
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 1600px) {
  section.form-section .form input::-moz-placeholder {
    font-size: 20px;
    line-height: 24px;
  }
  section.form-section .form input::placeholder {
    font-size: 20px;
    line-height: 24px;
  }
}

section.form-section .form textarea::-moz-placeholder {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

section.form-section .form textarea::placeholder {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  section.form-section .form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 22px;
  }
  section.form-section .form textarea::placeholder {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1024px) {
  section.form-section .form textarea::-moz-placeholder {
    font-size: 19px;
    line-height: 23px;
  }
  section.form-section .form textarea::placeholder {
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 1600px) {
  section.form-section .form textarea::-moz-placeholder {
    font-size: 20px;
    line-height: 24px;
  }
  section.form-section .form textarea::placeholder {
    font-size: 20px;
    line-height: 24px;
  }
}

section.form-section .form-box {
  display: block;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  section.form-section .form-box {
    display: flex;
  }
}

.form-content {
  margin-top: 40px;
  width: 100%;
  max-width: 700px;
}

@media (min-width: 1024px) {
  .form-content {
    margin-top: 0px;
  }
}

@media (min-width: 1600px) {
  .form-content {
    max-width: 760px;
  }
}

section.form-section .form input[type="button"] {
  margin-top: 60px;
  margin-bottom: 0px;
  border-radius: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}

@media (min-width: 640px) {
  section.form-section .form input[type="button"] {
    margin-top: 67px;
  }
}

@media (min-width: 1024px) {
  section.form-section .form input[type="button"] {
    margin-top: 75px;
  }
}

@media (min-width: 1280px) {
  section.form-section .form input[type="button"] {
    margin-top: 82px;
  }
}

@media (min-width: 1600px) {
  section.form-section .form input[type="button"] {
    margin-top: 88px;
  }
}

section.form-section .webfont-holder {
  position: relative;
  margin: auto;
  margin-bottom: 32px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

@media (min-width: 475px) {
  section.form-section .webfont-holder {
    margin-bottom: 38px;
  }
}

@media (min-width: 640px) {
  section.form-section .webfont-holder {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  section.form-section .webfont-holder {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  section.form-section .webfont-holder {
    margin-bottom: 53px;
  }
}

@media (min-width: 1280px) {
  section.form-section .webfont-holder {
    margin-bottom: 55px;
  }
}

@media (min-width: 1600px) {
  section.form-section .webfont-holder {
    margin-bottom: 57px;
  }
}

section.form-section .webfont-holder .contact-webfont {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 58px;
}

@media (min-width: 475px) {
  section.form-section .webfont-holder .contact-webfont {
    font-size: 52px;
    line-height: 72px;
  }
}

@media (min-width: 768px) {
  section.form-section .webfont-holder .contact-webfont {
    font-size: 62px;
    line-height: 80px;
  }
}

@media (min-width: 1024px) {
  section.form-section .webfont-holder .contact-webfont {
    line-height: 72px;
  }
}

@media (min-width: 1600px) {
  section.form-section .webfont-holder .contact-webfont {
    font-size: 80px;
    line-height: 97px;
  }
}

section.form-section .webfont-holder h3 {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 11111;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 32px;
}

@media (min-width: 475px) {
  section.form-section .webfont-holder h3 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  section.form-section .webfont-holder h3 {
    font-size: 42px;
    line-height: 47px;
  }
}

@media (min-width: 1024px) {
  section.form-section .webfont-holder h3 {
    bottom: -16px;
    padding: 0px;
  }
}

@media (min-width: 1600px) {
  section.form-section .webfont-holder h3 {
    font-size: 50px;
    line-height: 70px;
  }
}

.recipes-info .webfont-holder {
  position: relative;
  margin: auto;
  margin-bottom: 25px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

@media (min-width: 1280px) {
  .recipes-info .webfont-holder {
    margin-bottom: 55px;
  }
}

@media (min-width: 1600px) {
  .recipes-info .webfont-holder {
    margin-bottom: 57px;
  }
}

.recipes-info .webfont-holder .contact-webfont {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 58px;
}

@media (min-width: 475px) {
  .recipes-info .webfont-holder .contact-webfont {
    font-size: 52px;
    line-height: 72px;
  }
}

@media (min-width: 768px) {
  .recipes-info .webfont-holder .contact-webfont {
    font-size: 62px;
    line-height: 80px;
  }
}

@media (min-width: 1024px) {
  .recipes-info .webfont-holder .contact-webfont {
    line-height: 72px;
  }
}

@media (min-width: 1600px) {
  .recipes-info .webfont-holder .contact-webfont {
    font-size: 80px;
    line-height: 97px;
  }
}

.recipes-info .webfont-holder h3 {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 11111;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 32px;
}

@media (min-width: 475px) {
  .recipes-info .webfont-holder h3 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .recipes-info .webfont-holder h3 {
    font-size: 42px;
    line-height: 47px;
  }
}

@media (min-width: 1024px) {
  .recipes-info .webfont-holder h3 {
    bottom: -5%;
    padding: 0px;
  }
}

@media (min-width: 1600px) {
  .recipes-info .webfont-holder h3 {
    font-size: 50px;
    line-height: 70px;
  }
}

/* image popup starts   */

/* .image-popup .popupimage{
        @apply hidden w-[500px] rounded-[4px] absolute  z-[1] left-[50%] translate-x-[-50%] 
    } */

.image-popup {
  position: fixed;
  top: 0px;
  z-index: 999999;
  display: none;
  height: 100%;
  width: 100%;
  background-color: #0000006e;
  opacity: 1;
}

.modal-body {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: 100%;
  max-width: 600px;
  align-items: center;
  padding: 24px;
}

@media (min-width: 1024px) {
  .modal-body {
    padding: 2.5rem;
  }
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  display: grid;
  height: 30px;
  width: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.close-btn:hover {
  opacity: 1;
}

.popupimage.formpop form input , .popupimage.formpop form textarea {
  margin-bottom: 12px;
  display: block;
  width: 100%;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .popupimage.formpop form input , .popupimage.formpop form textarea {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 23px;
  }
}

@media (min-width: 1280px) {
  .popupimage.formpop form input , .popupimage.formpop form textarea {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}

.popupimage.formpop form input::-moz-placeholder {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.popupimage.formpop form input::placeholder {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .popupimage.formpop form input::-moz-placeholder {
    font-size: 17px;
    line-height: 23px;
  }
  .popupimage.formpop form input::placeholder {
    font-size: 17px;
    line-height: 23px;
  }
}

@media (min-width: 1280px) {
  .popupimage.formpop form input::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .popupimage.formpop form input::placeholder {
    font-size: 18px;
    line-height: 24px;
  }
}

.popupimage.formpop form label {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .popupimage.formpop form label {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 1280px) {
  .popupimage.formpop form label {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .popupimage.formpop form label {
    line-height: 24px;
  }
}

.popupimage.formpop h4.orange-heading {
  margin-bottom: 20px;
  text-align: center;
}

.popupimage.formpop {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 475px) {
  .popupimage.formpop {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1600px) {
  .popupimage.formpop {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.popupimage.formpop input[type="button"] {
  margin-top: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .popupimage.formpop input[type="button"] {
    margin-top: 40px;
  }
}

.popupimage.formpop form .checkboxes input {
  margin-bottom: 0px;
}

.popupimage.formpop form .checkboxes label {
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.popupimage.formpop form .checkboxes {
  display: table-caption;
}

/* pop up css starts */

.top-up .icon {
  z-index: 9999999;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  padding: 15px;
}

.top-up .icon img {
  max-width: 16px;
}

.top-up {
  position: fixed;
  bottom: 9%;
  right: 2%;
  display: none;
}

/* pop up css ends  */

/* extrass */

section.Whiskey.rum-section .wiskey-info {
  margin-top: -150px;
  flex-direction: row-reverse;
}

section.stay-updated .checkbox input#radios {
  accent-color: #D4702E;
}

.modal-body.map-img img {
  margin: auto;
  max-width: 100%;
}

.modal-body.map-img {
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

section.costum-recipes .recipes-info .recepie-content {
  width: 100%;
  max-width: 563px;
}

section.Whiskey .Whiskey-in img {
  width: 100%;
}

@media (min-width: 1280px) {
  section.Whiskey .Whiskey-in img {
    max-width: 600px;
  }
}

@media (min-width: 1600px) {
  section.Whiskey .Whiskey-in img {
    max-width: 100%;
  }
}

.collapse {
  visibility: collapse;
}

.relative {
  position: relative;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.block {
  display: block;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.border {
  border-width: 1px;
}

.text-center {
  text-align: center;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .image-shadow{
    box-shadow: 5px 5px 3px transparent;
   } */

@font-face {
  font-family: 'Avalon Quest';

  src: url('../font/AvalonQuestRegularSWFTE.woff2') format('woff2'),
        url('../font/AvalonQuestRegularSWFTE.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Mutlu';

  src: url('../font/MutluOrnamental.woff2') format('woff2'),
        url('../font/MutluOrnamental.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/* Toggle this class - hide and show the popup */

.image-popup .show {
  visibility: visible;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity:1 ;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-\[100px\] {
    gap: 100px;
  }
}

@media (min-width: 1600px) {
  .\32xl\:gap-\[140px\] {
    gap: 140px;
  }
}