/*
! tailwindcss v3.3.1 | 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.
6. Use the user's configured `sans` font-variation-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 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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;
  }
}

.text-oragne {
  padding-top: 20px;
  padding-bottom: 31.97px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .text-oragne {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .text-oragne {
    padding-top: 0px;
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 1280px) {
  .text-oragne {
    font-size: 30px;
  }
}

.text-white {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

@media (min-width: 768px) {
  .text-white {
    gap: 15px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .text-white {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  .text-white {
    gap: 20px;
    padding-bottom: 10px;
  }
}

.google {
  display: flex;
  gap: 21px;
}

header.home-section span {
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

.wh-logo {
  width: 100%;
  max-width: 50px;
}

@media (min-width: 1024px) {
  .wh-logo {
    max-width: 100px;
  }
}

header.home-section {
  z-index: 11111;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(180deg, #000000 22.43%, rgba(0, 0, 0, 0) 83.03%);
}

header.home-section .home-menu ul.mainnav {
  position: absolute;
  top: 40px;
  width: 340px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  --tw-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  --tw-shadow-colored: 0px 3px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  header.home-section .home-menu ul.mainnav {
    right: 0px;
    top: 0px;
  }
}

/* header.home-section .home-menu ul.mainnav li.menu-item-has-children {
        @apply pt-[24px] border-b-[1px] border-[#AEADAD]  mx-0 my-auto max-w-[320px] w-full
    } */

header.home-section .home-menu {
  position: relative;
}

/* header.home-section nav#menuside{
        @apply absolute right-[34px] top-0 shadow-lg
    } */

/* header.home-section .home-menu ul.mainnav li.menu-item-has-children a{
        @apply font-Avalon_quest  pb-[12px] text-[20px] font-[400] leading-[25px] block
    } */

.mainnav li:last-child {
  border-style: none;
}

/* header.home-section .home-menu ul.sub-menu li {
        @apply  border-b-[1px] border-[#AEADAD]  mx-0 my-auto max-w-[320px] w-full
    } */

/* header.home-section ul.sub-menu li a{
        @apply text-[20px] font-[400]
    } */

header.home-section ul.sub-menu {
  display: none;
}

/* header.home-section .home-menu ul.mainnav li.menu-item-has-children:hover ul.sub-menu{
        @apply block 
    } */

.mainnav .menu-item-has-children ul.sub-menu {
  display: none;
}

/* .sub-menu{
        @apply boredr-[0px]
    } */

header.home-section nav#menuside {
  display: none;
}

.home-section {
  position: fixed;
  top: 0px;
  z-index: 111;
  width: 100%;
}

section.merchndise-costum-info {
  padding-bottom: 30px;
}

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

@media (min-width: 1024px) {
  section.merchndise-costum-info {
    padding-bottom: 70px;
  }
}

@media (min-width: 1280px) {
  section.merchndise-costum-info {
    padding-bottom: 100px;
  }
}

/* section.merchndise-costum-info{
        @apply pt-[30px] md:pt-[50px] lg:pt-[70px] xl:pt-[90px]
    } */

.popupimage.formpop input[type="button"] {
  cursor: pointer;
}

/*----*/

/* ul.sub-menu li{
        @apply border-none pb-[10px]
    } */

section.Whiskey .Whiskey-in h2 {
  font-size: 100px;
  font-weight: 700;
  line-height: 121px;
}

section.Whiskey {
  z-index: 1;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  section.Whiskey {
    margin-top: -160px;
  }
}

@media (min-width: 1600px) {
  section.Whiskey {
    margin-top: -170px;
  }
}

section.Whiskey .wiskey-info {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

@media (min-width: 1280px) {
  section.Whiskey .wiskey-info {
    flex-direction: row;
  }
}

section.Whiskey .wiskey-info .Whiskey-in p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 669px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

@media (min-width: 1024px) {
  section.Whiskey .wiskey-info .Whiskey-in p {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  section.Whiskey .wiskey-info .Whiskey-in p {
    font-size: 20px;
    line-height: 30px;
  }
}

section.Whiskey .wiskey-info .Whiskey-in h1 {
  position: absolute;
  left: 50%;
  bottom: 12%;
  z-index: 11111;
  --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));
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
}

@media (min-width: 768px) {
  section.Whiskey .wiskey-info .Whiskey-in h1 {
    font-size: 50px;
    line-height: 65px;
  }
}

@media (min-width: 1024px) {
  section.Whiskey .wiskey-info .Whiskey-in h1 {
    bottom: -16px;
    padding: 0px;
    font-size: 80px;
    line-height: 95px;
  }
}

@media (min-width: 1280px) {
  section.Whiskey .wiskey-info .Whiskey-in h1 {
    font-size: 90px;
    line-height: 105px;
  }
}

@media (min-width: 1600px) {
  section.Whiskey .wiskey-info .Whiskey-in h1 {
    font-size: 100px;
    line-height: 121px;
  }
}

section.Whiskey .Whiskey-in {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  section.Whiskey .Whiskey-in {
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  section.Whiskey .Whiskey-in {
    margin: 0px;
    width: 48%;
    padding-bottom: 0px;
  }
}

section.Whiskey .shop {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 1024px) {
  section.Whiskey .shop {
    margin-top: 130px;
  }
}

@media (min-width: 1280px) {
  section.Whiskey .shop {
    margin-top: 86px;
    justify-content: flex-start;
    font-size: 20px;
  }
}

section.Whiskey .shop-rum {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 1024px) {
  section.Whiskey .shop-rum {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) {
  section.Whiskey .shop-rum {
    margin-top: 86px;
    justify-content: flex-end;
    font-size: 20px;
  }
}

section.content-info {
  margin-top: 15px;
  height: 700px;
}

@media (min-width: 768px) {
  section.content-info {
    margin-top: 30px;
    height: 630px;
  }
}

@media (min-width: 1280px) {
  section.content-info {
    margin-top: 65px;
    height: 764px;
  }
}

section.about-section .About .About-Us h2 {
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  section.about-section .About .About-Us h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 1024px) {
  section.about-section .About .About-Us h2 {
    padding-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 1280px) {
  section.about-section .About .About-Us h2 {
    padding-bottom: 25px;
    font-size: 45px;
    line-height: 55px;
  }
}

@media (min-width: 1600px) {
  section.about-section .About .About-Us h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

section.about-section {
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  section.about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

@media (min-width: 1280px) {
  section.about-section {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

section.about-section .About-Us {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 1280px) {
  section.about-section .About-Us {
    width: 45%;
  }
}

section.about-section .About .About-Us p {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

@media (min-width: 768px) {
  section.about-section .About .About-Us p {
    font-size: 17px;
    line-height: 27px;
  }
}

@media (min-width: 1280px) {
  section.about-section .About .About-Us p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1600px) {
  section.about-section .About .About-Us p {
    font-size: 20px;
    line-height: 30px;
  }
}

section.about-section .About {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

@media (min-width: 768px) {
  section.about-section .About {
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  section.about-section .About {
    gap: 70px;
  }
}

@media (min-width: 1280px) {
  section.about-section .About {
    flex-direction: row;
    gap: 110px;
  }
}

section.about-section .About .About-Us a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

@media (min-width: 768px) {
  section.about-section .About .About-Us a {
    gap: 15px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  section.about-section .About .About-Us a {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  section.about-section .About .About-Us a {
    gap: 20px;
    padding-bottom: 10px;
  }
}

section.about-section .About .About-Us a {
  margin-top: 40px;
  display: block;
  max-width: 198px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 46px;
  padding-right: 46px;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 1600px) {
  section.about-section .About .About-Us a {
    margin-top: 57px;
  }
}

section.about-section .About .About-Us a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
}

section.about-section .About-info {
  width: 100%;
  max-width: 719px;
}

section.form-section .form input[type="button"] {
  transition-duration: 500ms;
}

section.form-section .form input[type="button"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.jhb-img video {
  position: relative;
  z-index: 1px;
}

.jhb-img video::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

/* .Whiskey-in img.first{
        @apply mt-[-60px] relative z-[1] pl-[132px]
    } */

/* .Whiskey-in img.seciond{
        @apply mt-[-50px] relative z-[1px]
    } */

section.about-section .lion-logo {
  margin-top: -105px;
  margin-bottom: -105px;
  margin-left: auto;
  margin-right: auto;
  height: 460px;
  width: 100%;
  max-width: 352px;
}

/* .wh-logo img{
        @apply max-w-[104px] pt-[10px]
    } */

section.about-section .news-vedio {
  display: flex;
  gap: 108px;
}

section.about-section .Our-Distillery-info h2 {
  padding-bottom: 38px;
  font-size: 40px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

section.about-section .Our-Distillery-info p {
  max-width: 640px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

section.genuine {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 85px;
}

section.reviews-section .reviews h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}

@media (min-width: 768px) {
  section.reviews-section .reviews h2 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  section.reviews-section .reviews h2 {
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  section.reviews-section .reviews h2 {
    font-size: 40px;
  }
}

/* section.reviews-section .reviews {
        @apply text-[20px] font-[500] text-center leading-[32px] pb-[63px]
    } */

section.reviews-section .slider .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  max-width: 909px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

section.reviews-section .slider .slider-image {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 79px;
}

section.costum-dexolack .container h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

@media (min-width: 768px) {
  section.costum-dexolack .container h2 {
    gap: 15px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  section.costum-dexolack .container h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  section.costum-dexolack .container h2 {
    gap: 20px;
    padding-bottom: 10px;
  }
}

section.costum-dexolack .container h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  section.costum-dexolack .container h2 {
    font-size: 25px;
  }
}

@media (min-width: 1600px) {
  section.costum-dexolack .container h2 {
    font-size: 30px;
  }
}

/* section.reviews-section .slider-image img{
        @apply pb-[28px]
    } */

section.content-info .Spirits h2 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.content-info .Spirits h2 {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  section.content-info .Spirits h2 {
    font-size: 50px;
  }
}

section.content-info .Spirits h3 {
  padding-bottom: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media (min-width: 1024px) {
  section.content-info .Spirits h3 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  section.content-info .Spirits h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

section.content-info .Spirits p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1127px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  section.content-info .Spirits p {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1280px) {
  section.content-info .Spirits p {
    font-size: 22px;
    line-height: 27px;
  }
}

section.content-info {
  background-size: auto;
  background-position: 19% 84%;
  background-repeat: no-repeat;
}

@media (min-width: 1600px) {
  section.content-info {
    background-size: contain;
    background-position: 19% 95%;
  }
}

section.genuine .grniun-info h2 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.genuine .grniun-info h2 {
    padding-bottom: 23px;
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  section.genuine .grniun-info h2 {
    font-size: 50px;
  }
}

section.genuine {
  padding-top: 54px;
}

section.genuine .grniun-info h3 {
  display: grid;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  section.genuine .grniun-info h3 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  section.genuine .grniun-info h3 {
    padding-bottom: 15px;
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  section.genuine .grniun-info h3 {
    padding-bottom: 19px;
    font-size: 30px;
  }
}

section.genuine .grniun-info p {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

@media (min-width: 768px) {
  section.genuine .grniun-info p {
    gap: 15px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  section.genuine .grniun-info p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  section.genuine .grniun-info p {
    gap: 20px;
    padding-bottom: 10px;
  }
}

section.genuine .grniun-info p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.genuine .grniun-info p {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  section.genuine .grniun-info p {
    font-size: 20px;
    line-height: 24px;
  }
}

section.genuine .beverage {
  margin: auto;
  width: 100%;
  max-width: 205px;
  text-align: center;
}

section.genuine .beverage h2 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.genuine .beverage h2 {
    padding-top: 20px;
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  section.genuine .beverage h2 {
    padding-top: 30px;
    font-size: 30px;
  }
}

section.genuine .production {
  margin: auto;
  display: grid;
  width: 100%;
  max-width: 1300px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 30px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  section.genuine .production {
    gap: 70px;
    padding-top: 40px;
  }
}

@media (min-width: 1024px) {
  section.genuine .production {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 100px;
    padding-top: 60px;
  }
}

@media (min-width: 1280px) {
  section.genuine .production {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 135px;
    padding-top: 80px;
  }
}

section.group-image .FAQs .distiller-brother h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

section.group-image .FAQs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 56px;
}

@media (min-width: 1280px) {
  section.group-image .FAQs {
    flex-direction: row;
  }
}

.products {
  display: flex;
  gap: 209px;
}

footer.costum-footer {
  margin-top: -1px;
  border-top-width: 14px;
  --tw-border-opacity: 1;
  border-color: rgb(212 112 46 / var(--tw-border-opacity));
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 43px;
  padding-bottom: 43px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  footer.costum-footer {
    padding: 43px;
  }
}

.cline-name h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.last-footer {
  margin-top: -10px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  padding-top: 14.67px;
  padding-bottom: 14.67px;
}

.last-footer p {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

@media (min-width: 768px) {
  .last-footer p {
    gap: 15px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .last-footer p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  .last-footer p {
    gap: 20px;
    padding-bottom: 10px;
  }
}

.last-footer p {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .last-footer p {
    font-size: 18px;
  }
}

.last-footer p a {
  transition-duration: 500ms;
}

.last-footer p a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/*==================about-css============================*/

.about-run {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .about-run {
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .about-run {
    flex-direction: row;
    gap: 130px;
    padding-bottom: 65px;
  }
}

.footer-content {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}

.port img {
  margin-bottom: 20px;
  max-width: 186px;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .port img {
    margin-bottom: 0px;
    padding-top: 0px;
  }
}

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

.patner-info {
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .patner-info {
    padding-bottom: 0px;
  }
}

/* .about-run img{
        @apply my-0 mx-auto pt-[50px]
    } */

.about-info-img {
  padding-bottom: 28px;
}

@media (min-width: 1024px) {
  .about-info-img {
    padding-bottom: 0px;
  }
}

section.about-costum {
  padding-top: 27px;
  padding-bottom: 61.2px;
}

.about-info h2 {
  font-family: Avalon Quest;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .about-info h2 {
    font-size: 40px;
    line-height: 61px;
  }
}

@media (min-width: 1280px) {
  .about-info h2 {
    font-size: 50px;
  }
}

.about-info p {
  max-width: 1107.33px;
  padding-top: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  .about-info p {
    font-size: 20px;
    line-height: 24px;
  }
}

/* .about-run.ocala{
        @apply gap-[73px]
    } */

.why-ockla {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .why-ockla {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .why-ockla {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}

@media (min-width: 1280px) {
  .why-ockla {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 45px;
  }
}

section.our-patner {
  height: 650pxpx;
  border-bottom-width: 10px;
  border-top-width: 10px;
  border-bottom-color: rgb(212 112 46 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-top-color: rgb(212 112 46 / var(--tw-border-opacity));
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 67px;
  padding-bottom: 53px;
}

@media (min-width: 768px) {
  section.our-patner {
    height: 750px;
  }
}

@media (min-width: 1024px) {
  section.our-patner {
    height: auto;
  }
}

section.our-patner .patner {
  display: block;
  align-items: center;
  gap: 126.32px;
}

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

section.our-patner .patner-one h2 {
  padding-bottom: 30px;
  font-family: Avalon Quest;
  font-size: 35px;
  font-weight: 400;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.our-patner .patner-one h2 {
    padding-bottom: 0xp;
    font-size: 40px;
    line-height: 31px;
  }
}

@media (min-width: 1280px) {
  section.our-patner .patner-one h2 {
    font-size: 50px;
  }
}

section.our-patner .patner-one p {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

@media (min-width: 768px) {
  section.our-patner .patner-one p {
    gap: 15px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  section.our-patner .patner-one p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  section.our-patner .patner-one p {
    gap: 20px;
    padding-bottom: 10px;
  }
}

section.our-patner .patner-one p {
  max-width: 815px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.our-patner .patner-one p {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (min-width: 1280px) {
  section.our-patner .patner-one p {
    font-size: 25px;
  }
}

section.reffle-info .reffels h2 {
  text-align: center;
  font-family: Avalon Quest;
  font-size: 35px;
  font-weight: 400;
  line-height: 61px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.reffle-info .reffels h2 {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  section.reffle-info .reffels h2 {
    font-size: 50px;
  }
}

section.reffle-info {
  padding-top: 61.2px;
  padding-bottom: 61.2px;
}

section.reffle-info .reffels p {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

@media (min-width: 768px) {
  section.reffle-info .reffels p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  section.reffle-info .reffels p {
    font-size: 20px;
    line-height: 36px;
  }
}

section.reffle-info .garilts {
  margin: auto;
  display: grid;
  width: 100%;
  max-width: 1300px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 15px;
  padding-top: 60px;
  padding-bottom: 35px;
}

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

@media (min-width: 768px) {
  section.reffle-info .garilts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  section.reffle-info .garilts {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 35px;
  }

  section.reffle-info .edit img {
    border-right-width: 10px;
    --tw-border-opacity: 1;
    border-right-color: rgb(212 112 46 / var(--tw-border-opacity));
  }
}

section.reffle-info .vedio {
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  section.reffle-info .vedio {
    display: flex;
    gap: 53.33px;
  }
}

.vedio .edit-info h2 {
  font-family: Avalon Quest;
  font-size: 35px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .vedio .edit-info h2 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .vedio .edit-info h2 {
    font-size: 50px;
  }
}

section.reffle-info .vedio .edit-info p {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

@media (min-width: 768px) {
  section.reffle-info .vedio .edit-info p {
    gap: 15px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  section.reffle-info .vedio .edit-info p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  section.reffle-info .vedio .edit-info p {
    gap: 20px;
    padding-bottom: 10px;
  }
}

section.reffle-info .vedio .edit-info p {
  max-width: 610.4px;
  padding-right: 29px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.reffle-info .vedio .edit-info p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  section.reffle-info .vedio .edit-info p {
    font-size: 22px;
  }
}

section.reffle-info .edit-info {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  section.reffle-info .edit-info {
    padding: 0px;
  }
}

section.power .jhb-img {
  position: relative;
  top: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

/*===============recipes-page========================*/

section.costum-recipes .recipes {
  padding-top: 65px;
}

.recipes-info h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 58px;
}

@media (min-width: 475px) {
  .recipes-info h2 {
    font-size: 35px;
    line-height: 72px;
  }
}

@media (min-width: 768px) {
  .recipes-info h2 {
    font-size: 40px;
    line-height: 78px;
  }
}

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

@media (min-width: 1280px) {
  .recipes-info h2 {
    font-size: 66px;
  }
}

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

section.costum-recipes .recipes-info h3 {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 999;
  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: 19px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 32px;
}

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

@media (min-width: 768px) {
  section.costum-recipes .recipes-info h3 {
    font-size: 30px;
    line-height: 47px;
  }
}

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

@media (min-width: 1280px) {
  section.costum-recipes .recipes-info h3 {
    font-size: 40px;
  }
}

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

section.costum-recipes .recipes-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  section.costum-recipes .recipes-info p {
    font-size: 19px;
    line-height: 29px;
  }
}

@media (min-width: 1280px) {
  section.costum-recipes .recipes-info p {
    font-size: 20px;
    line-height: 24px;
  }
}

section.costum-recipes .recipes-info h5 {
  padding-top: 25px;
  padding-bottom: 12px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

@media (min-width: 1600px) {
  section.costum-recipes .recipes-info h5 {
    padding-top: 42.43px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
}

section.costum-recipes .orange-text {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

section.costum-recipes .recipes-info h6 {
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 640px) {
  section.costum-recipes .recipes-info h6 {
    padding-bottom: 18px;
  }
}

@media (min-width: 1600px) {
  section.costum-recipes .recipes-info h6 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
}

section.costum-recipes .recipes-visual {
  width: 100%;
}

@media (min-width: 1024px) {
  section.costum-recipes .recipes-visual {
    width: 40%;
  }
}

.thmb-img {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

section.costum-recipes .recipes-visual img {
  margin-left: 0px;
  margin-right: 0px;
}

section.costum-recipes .barittes:nth-child(even) .recipes-info {
  order: 1;
}

@media (min-width: 768px) {
  section.costum-recipes .barittes:nth-child(even) .recipes-info {
    order: 0;
  }
}

section.costum-recipes .recipes-info {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.costum-recipes .recipes-info {
    max-width: 550px;
  }
}

@media (min-width: 1280px) {
  section.costum-recipes .recipes-info {
    max-width: 665px;
  }
}

@media (min-width: 1600px) {
  section.costum-recipes .recipes-info {
    max-width: 808px;
  }
}

section.costum-recipes .birds {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px) {
  section.costum-recipes .birds {
    gap: 1.25rem;
  }
}

section.costum-recipes .barittes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  section.costum-recipes .barittes {
    flex-direction: row;
    gap: 0px;
  }
}

@media (min-width: 1600px) {
  section.costum-recipes .barittes {
    padding-top: 42px;
    padding-bottom: 65px;
  }
}

section.costum-recipes.block-second .barittes {
  flex-direction: row-reverse;
}

section.costum-recipes .recipes-info h4 {
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 1600px) {
  section.costum-recipes .recipes-info h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}

section.costum-recipes {
  padding-bottom: 50px;
}

section.costum-recipes .hot-rum {
  position: relative;
  margin-left: -0px;
}

/*===================blog-css=======================*/

section.blog-section .date {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

section.blog-section .date .feb p {
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  section.blog-section .date .feb p {
    font-size: 18px;
    line-height: 21px;
  }
}

section.blog-section .date .feb {
  padding-top: 15px;
  padding-bottom: 18px;
}

@media (min-width: 1600px) {
  section.blog-section .date .feb {
    padding-top: 5px;
  }
}

section.blog-section .grade h4 {
  padding-top: 16px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  section.blog-section .grade h4 {
    font-size: 19px;
  }
}

@media (min-width: 1280px) {
  section.blog-section .grade h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

section.blog-section .grade p {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  section.blog-section .grade p {
    font-size: 19px;
  }
}

@media (min-width: 1280px) {
  section.blog-section .grade p {
    font-size: 20px;
  }
}

section.blog-section .grade {
  padding-top: 10px;
}

@media (min-width: 768px) {
  section.blog-section .grade {
    padding-top: 0px;
  }
}

section.blog-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.paul {
  margin: auto;
  max-width: 431.05px;
  padding-bottom: 15px;
}

@media (min-width: 1600px) {
  .paul {
    padding-bottom: 0px;
  }
}

/*===================distributor-css===================*/

section.costum-distributor .florida h2 {
  padding-bottom: 24px;
  text-align: center;
  font-size: 25px;
  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: 1600px) {
  section.costum-distributor .florida h2 {
    padding-bottom: 26.67px;
    font-size: 30px;
    line-height: 36px;
  }
}

section.costum-distributor {
  padding-top: 42.33px;
}

section.costum-distributor .due p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

@media (min-width: 768px) {
  section.costum-distributor .due p {
    font-size: 20px;
    line-height: 23px;
  }
}

@media (min-width: 1024px) {
  section.costum-distributor .due p {
    font-size: 23px;
    line-height: 26px;
  }
}

@media (min-width: 1280px) {
  section.costum-distributor .due p {
    font-size: 25px;
    line-height: 28px;
  }
}

section.costum-distributor .due {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1408px;
}

section.costum-distributor .due :nth-child(2) {
  padding-bottom: 20px;
}

@media (min-width: 1280px) {
  section.costum-distributor .due :nth-child(2) {
    padding-bottom: 30px;
  }
}

section.support-section .able h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
  padding-top: 50px;
}

@media (min-width: 1600px) {
  section.support-section .able h2 {
    padding-top: 60.19px;
  }
}

.eagle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .eagle {
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .eagle {
    flex-direction: row;
    gap: 40px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1280px) {
  .eagle {
    gap: 120px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  .eagle {
    gap: 180px;
    padding-bottom: 135px;
  }
}

.eagle .deatails-content {
  width: 100%;
}

@media (min-width: 1024px) {
  .eagle .deatails-content {
    width: 50%;
  }
}

.deatails {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 1024px) {
  .deatails {
    margin: 0px;
    width: 28%;
  }
}

.eagle .deatails-content p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .eagle .deatails-content p {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .eagle .deatails-content p {
    text-align: left;
    font-size: 23px;
    line-height: 36px;
  }
}

@media (min-width: 1280px) {
  .eagle .deatails-content p {
    font-size: 25px;
  }
}

.logo-info {
  margin: auto;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

@media (min-width: 1280px) {
  .logo-info {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.logos-distu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .logos-distu {
    flex-direction: row;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .logos-distu {
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .logos-distu {
    padding-bottom: 85px;
  }
}

/* .deatails img{
    @apply my-0 mx-auto lg:m-[0px] pt-[45px] pb-[30px]
  }
  .logo-info img{
    @apply mx-auto my-0 lg:m-[0px]
  } */

/*=======================merchndise-cs============================*/

section.merchndise-costum .cart h2 {
  padding-top: 43px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.05em;
}

section.merchndise-costum .cart p {
  padding-bottom: 28px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.05em;
}

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

@media (min-width: 1280px) {
  .product-img img {
    max-width: 200px;
  }
}

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

section.merchndise-costum .cart button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

@media (min-width: 768px) {
  section.merchndise-costum .cart button {
    gap: 15px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  section.merchndise-costum .cart button {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  section.merchndise-costum .cart button {
    gap: 20px;
    padding-bottom: 10px;
  }
}

section.merchndise-costum .cart button {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 66px;
  padding-right: 66px;
  font-size: 22px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section.merchndise-costum-info .merchindis-content {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1446px;
}

section.merchndise-costum-info .product {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 267px;
}

section.merchndise-costum-info .Featured-info h2 {
  padding-bottom: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  section.merchndise-costum-info .Featured-info h2 {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  section.merchndise-costum-info .Featured-info h2 {
    color: 28;
  }
}

@media (min-width: 1024px) {
  section.merchndise-costum-info .Featured-info h2 {
    font-size: 29px;
  }
}

@media (min-width: 1600px) {
  section.merchndise-costum-info .Featured-info h2 {
    padding-bottom: 84px;
    font-size: 30px;
    line-height: 36px;
  }
}

section.merchndise-costum-info .cart h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  section.merchndise-costum-info .cart h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  section.merchndise-costum-info .cart h2 {
    font-size: 28px;
  }
}

@media (min-width: 1600px) {
  section.merchndise-costum-info .cart h2 {
    padding-top: 43px;
    padding-bottom: 18px;
    font-size: 30px;
    line-height: 36px;
  }
}

/*====================whiskey-css==========*/

/*=====================blog-read-css===================*/

section.custom-readblog .adding h2 {
  padding-bottom: 13.33px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  section.custom-readblog .adding h2 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  section.custom-readblog .adding h2 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  section.custom-readblog .adding h2 {
    font-size: 25px;
  }
}

section.custom-readblog .adding {
  max-width: 1585px;
  text-align: center;
}

section.custom-readblog p span.bolder {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.33px;
}

@media (min-width: 1024px) {
  section.custom-readblog p span.bolder {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  section.custom-readblog p span.bolder {
    font-size: 22px;
  }
}

section.custom-readblog .blogread-content p {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.67px;
}

@media (min-width: 1024px) {
  section.custom-readblog .blogread-content p {
    padding-bottom: 20px;
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  section.custom-readblog .blogread-content p {
    padding-bottom: 25px;
    font-size: 20px;
  }
}

/* section.custom-readblog .blogread-content :first-child{
    @apply  pt-[48px]
  } */

section.custom-readblog {
  padding-top: 30px;
}

@media (min-width: 768px) {
  section.custom-readblog {
    padding-top: 40px;
  }
}

@media (min-width: 1024px) {
  section.custom-readblog {
    padding-top: 55px;
  }
}

section.custom-readblog .blogread-content {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  section.custom-readblog .blogread-content {
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  section.custom-readblog .blogread-content {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) {
  section.custom-readblog .blogread-content {
    margin-top: 82px;
    margin-bottom: 42px;
  }
}

.mainnav li:first-child::after, .mainnav li:nth-child(2)::after {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 10px;
  width: 7px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-duration: 500ms;
  --tw-content: "";
  content: var(--tw-content);
}

.mainnav li.menu-item-has-children:hover.menu-item-has-children:first-child::after {
  --tw-rotate: 90deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
}

.mainnav li.menu-item-has-children:hover.menu-item-has-children:nth-child(2)::after {
  --tw-rotate: 90deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
}

.port {
  margin: auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 1280px) {
  .port {
    margin: 0px;
    padding-bottom: 0px;
  }
}

.popupimage.formpop form input, .popupimage.formpop form textarea {
  padding: 8px;
}

/* ==============================hs */

.mainnav li a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
  font-family: 'Avalon Quest';
}

@media (min-width: 1024px) {
  .mainnav li a {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .mainnav li a {
    font-size: 20px;
  }
}

.mainnav li a:hover {
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

.mainnav li {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(174 173 173 / var(--tw-border-opacity));
  padding-top: 10px;
}

ul.sub-menu a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sub-menu li:first-child {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(174 173 173 / var(--tw-border-opacity));
}

.cross-image {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}

.grid-nav-bar {
  display: flex;
  justify-content: space-between;
}

.side-menu-holder {
  position: absolute;
  right: 0px;
  top: 30px;
  display: none;
  width: 337px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
  --tw-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  --tw-shadow-colored: 0px 3px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .side-menu-holder {
    right: 45px;
    top: 0px;
  }
}

.side-menu {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}

ul.mainnav {
  padding-left: 15px;
  padding-right: 15px;
}

.hamburger-icon {
  width: 100%;
  max-width: 30px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .hamburger-icon {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.grid-share-details p {
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(212 112 46 / var(--tw-text-opacity));
}

.grid-share-details {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

@media (min-width: 1024px) {
  .grid-share-details {
    margin-left: auto;
  }
}

.hide-menu-outside {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  display: none;
  background-color: #0000;
}

.side-menu span.cart-notification {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 112 46 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.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));
}

@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;
}

.av{
  font-family: 'Avalon Quest';
}

button#topgo{
  animation: mover 1s infinite  alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

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

@media (min-width: 768px) {
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }
}

@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;
  }
}