﻿.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.text-glow {
    text-shadow: 0 0 15px rgba(233, 195, 73, 0.4);
}

#lookbook-gallery {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}


.font-noto-serif { font-family: 'Noto Serif', serif; }
.no-line-rule { border: none !important; }
.tonal-shift { background-color: rgba(19, 19, 19, 0.8); backdrop-filter: blur(20px); }
    
    
@font-face 
{
      font-family: Quicksand;
      src: url('../fonts/Quicksand.ttf');
}
@font-face 
{
      font-family: Fyntra;  
      src: url('../fonts/Fyntra.otf');
}

*,
::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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

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

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: Quicksand;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

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

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

a {
    color: #fce6a9;
    text-decoration: #fce6a9
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

:disabled {
    cursor: default
}

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

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

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

[type='text'],
input:where(:not([type])),
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus,
input:where(:not([type])):focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit
}

::-webkit-datetime-edit {
    display: inline-flex
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact
}

[multiple],
[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset
}

[type='checkbox'],
[type='radio'] {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000
}

[type='checkbox'] {
    border-radius: 0px
}

[type='radio'] {
    border-radius: 100%
}

[type='checkbox']:focus,
[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

[type='checkbox']:checked,
[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
    [type='checkbox']:checked {
        -webkit-appearance: auto;
        appearance: auto
    }
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
    [type='radio']:checked {
        -webkit-appearance: auto;
        appearance: auto
    }
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor
}

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (forced-colors: active) {
    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
        appearance: auto
    }
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit
}

[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color
}

.hover\:text-\[\#fce6a9\]:hover {
    --tw-text-opacity: 1;
    color: #fce6a9;
}

.pointer-events-none {
    pointer-events: none
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    inset: 0px
}

.top-8 {
    top: 2rem
}

.-bottom-6 {
    bottom: -1.5rem
}

.-right-4 {
    right: -1rem
}

.bottom-8 {
    bottom: 2rem
}

.left-8 {
    left: 2rem
}

.right-6 {
    right: 1.5rem
}

.right-8 {
    right: 2rem
}

.top-0 {
    top: 0px
}

.top-6 {
    top: 1.5rem
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.z-\[100\] {
    z-index: 100
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-2 {
    margin-bottom: 0.5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-4 {
    margin-top: 1rem
}

.block {
    display: block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.hidden-g {
    display: none
}

.aspect-square {
    aspect-ratio: 1 / 1
}

.aspect-\[3\/2\] {
    aspect-ratio: 3/2
}

.h-12 {
    height: 3rem
}

.h-\[450px\] {
    height: 450px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.bg-page
{
    height:400px;
}
.bg-page h1
{
    padding-top:200px;
}
.title-page
{
    font-size:4vw;
}

.bg-black\/0 {
    background-color: rgb(0 0 0 / 0);
}

.w-12 {
    width: 3rem
}

.w-48 {
    width: 12rem
}

.w-full {
    width: 100%
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-full {
    max-width: 100%
}


.min-w-\[85vw\] {
    min-width: 85vw
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-screen-2xl {
    max-width: 1536px
}

.max-w-xl {
    max-width: 36rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.translate-x-full {
    --tw-translate-x: 100%;
    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))
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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))
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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))
}

.cursor-pointer {
    cursor: pointer
}

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

.flex-col {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-12 {
    gap: 3rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-x-12 {
    column-gap: 3rem
}

.gap-y-4 {
    row-gap: 1rem
}

.space-x-12> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-8> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-12> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.space-y-8> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}
.space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-6> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.rounded-full {
    border-radius: 9999px
}

.rounded-sm {
    border-radius: 0.125rem
}

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-\[\#fce6a9\]\/10 {
    border-color: rgb(252 230 169 / 0.1)
}

.border-\[\#fce6a9\]\/30 {
    border-color: rgb(252 230 169 / 0.3)
}

.border-outline-variant\/30 {
    border-color: rgb(78 70 57 / 0.3)
}

.border-primary\/10 {
    border-color: rgb(252 230 169 / 0.1)
}

.border-primary\/30 {
    border-color: rgb(252 230 169 / 0.3)
}

.border-white\/20 {
    border-color: rgb(255 255 255 / 0.2)
}

.border-white\/5 {
    border-color: rgb(255 255 255 / 0.05)
}

.bg-\[\#131313\]\/80 {
    background-color: rgb(19 19 19 / 0.8)
}

.bg-\[\#1c1b1b\] {
    --tw-bg-opacity: 1;
    background-color: rgb(28 27 27 / var(--tw-bg-opacity, 1))
}

.bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95)
}

.bg-black\/0 {
    background-color: rgb(0 0 0 / 0)
}

.bg-body-home {
    background-image: linear-gradient(to bottom right, #f7e6a9, #fffdf8, #f7e6a9);
}

.bg-background {
    --tw-bg-opacity: 1;
    background-color: #000;
}

.bg-svhome2
{
    background:url(../images/sv-home/2.webp) center center no-repeat;
    background-size:cover;
}
.bg-svhome3
{
    background:url(../images/sv-home/3.webp) center center no-repeat;
    background-size:cover;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background: linear-gradient(to right, #f3e7d4, #dbac4c);
}


.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.from-primary {
    --tw-gradient-from: #e9c349 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 195 73 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-primary-container {
    --tw-gradient-to: #c5a12a var(--tw-gradient-to-position)
}


.bg-surface {
    --tw-bg-opacity: 1;
    background-color: rgb(19 19 19 / var(--tw-bg-opacity, 1))
}

.bg-surface-container-high {
    --tw-bg-opacity: 1;
    background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1))
}

.bg-surface-container-low {
    --tw-bg-opacity: 1;
    background-color: rgb(28 27 27 / var(--tw-bg-opacity, 1))
}

.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1)
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.from-surface {
    --tw-gradient-from: #131313 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(19 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-surface\/20 {
    --tw-gradient-from: rgb(19 19 19 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(19 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-surface\/40 {
    --tw-gradient-to: rgb(19 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(19 19 19 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-surface {
    --tw-gradient-to: #131313 var(--tw-gradient-to-position)
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.object-cover {
    object-fit: cover
}

.object-contain {
    object-fit: contain
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-2 {
    padding-bottom: 0.5rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-banner
{
    padding-top:150px;
}

.text-center {
    text-align: center
}

.font-body {
    font-family: Quicksand
}

.font-headline {
    font-family: Fyntra
}

.font-label {
    font-family: Quicksand
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-\[12px\] {
    font-size: 12px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-loose {
    line-height: 2
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tight {
    line-height: 1.25
}

.tracking-\[0\.2em\] {
    letter-spacing: 0.2em
}

.tracking-\[0\.3em\] {
    letter-spacing: 0.3em
}

.tracking-\[0\.4em\] {
    letter-spacing: 0.4em
}

.tracking-tighter {
    letter-spacing: -0.05em
}

.tracking-widest {
    letter-spacing: 0.1em
}

.text-on-primary {
    --tw-text-opacity: 1;
    color: rgb(60 47 0 / var(--tw-text-opacity, 1))
}

.text-on-surface {
    --tw-text-opacity: 1;
    color: rgb(229 226 225 / var(--tw-text-opacity, 1))
}

.text-on-surface-variant {
    --tw-text-opacity: 1;
    color: rgb(209 197 180 / var(--tw-text-opacity, 1))
}

.text-on-surface\/70 {
    color: rgb(229 226 225 / 0.7)
}

.text-\[\#fce6a9\] {
    --tw-text-opacity: 1;
    color: #fce6a9;
}

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

.text-white\/20 {
    color: rgb(255 255 255 / 0.2)
}

.text-white\/40 {
    color: rgb(255 255 255 / 0.4)
}

.text-white\/70 {
    color: rgb(255 255 255 / 0.7)
}

.opacity-10 {
    opacity: 0.1
}

.opacity-40 {
    opacity: 0.4
}

.opacity-60 {
    opacity: 0.6
}

.opacity-80 {
    opacity: 0.8
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-primary\/5 {
    --tw-shadow-color: rgb(233 195 73 / 0.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.duration-200 {
    transition-duration: 200ms
}

.duration-300 {
    transition-duration: 300ms
}

.duration-500 {
    transition-duration: 500ms
}

.duration-700 {
    transition-duration: 700ms
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}


.selection\:bg-primary\/30 *::selection {
    background-color: rgb(233 195 73 / 0.3)
}

.selection\:bg-primary\/30::selection {
    background-color: rgb(233 195 73 / 0.3)
}

.selection\:bg-primary *::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(252 230 169 / var(--tw-bg-opacity, 1))
}

.selection\:text-on-primary *::selection {
    --tw-text-opacity: 1;
    color: rgb(60 47 0 / var(--tw-text-opacity, 1))
}

.selection\:bg-primary::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(252 230 169 / var(--tw-bg-opacity, 1))
}

.selection\:text-on-primary::selection {
    --tw-text-opacity: 1;
    color: rgb(60 47 0 / var(--tw-text-opacity, 1))
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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))
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(252 230 169 / var(--tw-border-opacity, 1))
}

.hover\:border-primary\/20:hover {
    border-color: rgb(252 230 169 / 0.2)
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 230 169 / var(--tw-bg-opacity, 1))
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9
}

.hover\:text-on-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(60 47 0 / var(--tw-text-opacity, 1))
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(252 230 169 / var(--tw-text-opacity, 1))
}

.hover\:text-surface:hover {
    --tw-text-opacity: 1;
    color: rgb(19 19 19 / var(--tw-text-opacity, 1))
}

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

.hover\:opacity-90:hover {
    opacity: 0.9
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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))
}

.hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.active\:translate-x-1:active {
    --tw-translate-x: 0.25rem;
    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))
}

.active\:scale-90:active {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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))
}

.active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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))
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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))
}

.group:hover .group-hover\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2)
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 768px) 
{
    .md\:p-20 {
        padding: 5rem;
    }
    .md\:flex {
        display: flex
    }
    
    .md\:mb-32 {
        margin-bottom: 8rem
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-end {
        align-items: flex-end
    }
    .md\:-bottom-10 {
        bottom: -2.5rem
    }

    .md\:-right-10 {
        right: -2.5rem
    }

    .md\:bottom-12 {
        bottom: 3rem
    }

    .md\:left-12 {
        left: 3rem
    }

    .md\:right-12 {
        right: 3rem
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

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

    .md\:col-span-5 {
        grid-column: span 5 / span 5
    }
    
    .md\:col-span-6 {
        grid-column: span 6 / span 6
    }

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

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:flex {
        display: flex
    }
    
    .md\:block {
        display: block
    }
    
    .md\:hidden {
        display: none
    }

    .md\:h-\[600px\] {
        height: 600px
    }

    .md\:w-64 {
        width: 16rem
    }

    .md\:min-w-\[400px\] {
        min-width: 400px
    }

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

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }
    
    .md\:items-end {
        align-items: flex-end
    }

    .md\:gap-20 {
        gap: 5rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:gap-8 {
        gap: 2rem
    }

    .md\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse))
    }

    .md\:p-10 {
        padding: 2.5rem
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .md\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .md\:pl-20 {
        padding-left: 5rem
    }

    .md\:pt-6 {
        padding-top: 1.5rem
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .md\:text-8xl {
        font-size: 6rem;
        line-height: 1
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem
    }

    .md\:leading-none {
        line-height: 1
    }

    .md\:opacity-50 {
        opacity: 0.5
    }
}

.button3 {
    animation: glowing 1300ms infinite;
}
                  
.button3 {
    margin: 15px auto;
    color: #ffffff;
    cursor: pointer;
    border: 0px solid #000;
}
    .button3.pulse-button {
        animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
    }

    /* Initiate color change for pulse-on-hover */
    .button3.pulse-button-hover {
        animation: colorShift 10000ms infinite ease-in;
    }

    /* Continue animation and add shine on hover */
    .button3:hover,
    .button3:focus {
        animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
    }
/* Declate color shifting animation */
@keyframes colorShift {
    0%, 100% {
        background: linear-gradient(to right, #f3e7d4, #dbac4c);
    }

    33% {
        /*background: linear-gradient(120deg, #90550c, #c88e3d, #ebd57f, #dfb66e, #90550c);*/
        background:#fbe5a8;
    }

    66% {
        background: #fae9b8;
    }
}

/* Declare border pulse animation */
@keyframes borderPulse {
    0% {
        box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(231,223,224,0.7);
    }

    100% {
        box-shadow: inset 0px 0px 0px 3px rgba(235, 228, 229,0.2), 0px 0px 0px 10px rgba(255,255,255,0);
    }
}

@keyframes glowing2 {
    0% {
    background-color: #e3af42;
    box-shadow: 0 0 5px #fff;
    }

    50% {
    background-color: #be8a1c;
    box-shadow: 0 0 30px #e0b83d;
    }

    100% {
    background-color: #e3af42;
    box-shadow: 0 0 5px #fff;
    }
}
        
 .button5 {
            -webkit-border-radius: 60px;
            border-radius: 60px;
            border: none;
            color: #eeeeee;
            cursor: pointer;
            display: inline-block;
            font-family: ANDORAMODERNSERIF;
            text-align: center;
            text-decoration: none;
        }

        @keyframes glowing2 {
            0% {
                background:linear-gradient(145deg, #ffd2df 10%, #f38aa9 30%, #f38aa9 80%);
                box-shadow: 0 0 5px #fff;
            }

            50% {
                background-color: #cc6b7c;
                box-shadow: 0 0 30px #cc6b7c;
            }

            100% {
                background:linear-gradient(145deg, #ffd2df 10%, #f38aa9 30%, #f38aa9 80%);
                box-shadow: 0 0 5px #fff;
            }
        }

        .button5 {
            animation: glowing2 1300ms infinite;
        }
.bt3 {
position: relative;
display: inline-block;
transition: 0.5s;
overflow: hidden;
}
.bt3:hover {
background: #fff;
color: #050801;
box-shadow: 0 0 5px #cc6b7c, 0 0 25px #000, 0 0 50px #000, 0 0 200px #000;
-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}
.bt3:nth-child(1) {
/*filter: hue-rotate(270deg);*/
}

.bt3:nth-child(2) {
/*filter: hue-rotate(110deg);*/
}

.bt3 span {
position: absolute;
display: block;
}
.bt3 span:nth-child(1) {
top: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg,transparent,#fff);
animation: animate1 2s linear infinite;
}
@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}
.bt3 span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#fff);
    animation: animate2 2s linear infinite;
    animation-delay: 0.25s;
}
.bt3 span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#fff);
    animation: animate3 2s linear infinite;
    animation-delay: 0.50s;
}
.bt3 span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#fff);
    animation: animate4 2s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
        
@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}
@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}
.menu-fixed-mb
{
    display:none;
}
.Counters {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    color:#000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    line-height: 1.7;
    text-align: center;
    margin-top: 20px;
}

.groupfbye {
    background: linear-gradient(to bottom right, #f3e7d4, #dbac4c);
    height: 180px;
    width: 55px;
    top: 25%;
    left: 0;
    position: fixed;
    z-index: 999;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    z-index: 99;
}
.groupfbye:hover {
	opacity:0.7;
}
.groupfbye a i 
{
    padding: 8px;
    font-size: 14pt;
    color: #000;
}
.line3
{
    border-bottom: 1px solid rgba(0,0,0,0.3);
    /*height: 4px;
    width: 33px;*/
    text-align: center;
    margin-bottom: 4px;
    margin-top: 4px;
}
.groupmenu_m
{
    display: none;    
}
#groupnoti
{
     width:100%;
    height:100%;
    position:absolute;
    top:0px;
    z-index:999999999999;
    display:block;
}
#noti
{
    width:100%;
    overflow: hidden;
    max-width:500px;
    margin:0px auto;
    padding:10px;   
    margin-top:130px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}
#noti img
{
    width: 100%;
    border: 1px solid #ccc;
}
#closenoti
{
    width: 100%;
    cursor:pointer;
    margin-bottom:5px;
    color: #000;
    font-weight: bold;
    text-align:right;
}
#notification
{
    width:100%;
    background: linear-gradient(321deg, #f9df84, #d6a033, #f9df84, #d6a033);
    position: fixed;
    top: 0;
    z-index:9999999;    
    text-align:center;
    color:#000;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 15pt;
    display:none;
    padding: 5px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.notificationtop a
{
    color:#000;
    text-decoration:none;    
    background:#fff;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}
/* Notification */

#subbar {
    position: fixed;
    padding: 5px 16px;
    z-index: 9;
    right: 0px;
    top: 35%;
    background: #555;
    cursor: pointer;
    font-family:Quicksand;
    opacity: 1.0;
    box-shadow: 0 0 20px rgba(241, 241, 241, 0.4);
    color: #000;
    font-weight:500;
    border:1px solid #f7c04f;
    border-radius:0px;
}
#booking 
{
    position: fixed;
    padding: 8px 10px;
    z-index: 9;
    right: 0px;
    top: 45%;
    background: #555;
    cursor: pointer;
    opacity: 1.0;
    font-family:Quicksand;
    box-shadow: 0 0 20px rgba(241, 241, 241, 0.4);
    color: #000;
    font-size: 9pt;
    border:1px solid #f7c04f;
    border-radius:0px;
}


#formnotify, #formnotifyS {
    width: 90%;
    max-width: 400px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px #666;
    z-index: 99999;
    display: none;
}

#formnotifycontent, #formnotifycontentS {
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
}

#formnotifyok, #formnotifyokS {
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #df811e;
    cursor: pointer;
}

#formsign {
    margin-top: 30px;
}

#formnotifyok:hover {
    background: #be3024;
}

#formpwait, #formpwaitS {
    float: left;
    margin-left: 20px;
    display: none;
}

#formwait {
    display: none;
}

/*Party Page*/
.contact_r2 {
    width: 100%;
    margin: 0px auto;
    padding: 50px;
    border-radius: 5px;
    background: linear-gradient(to bottom right, #fff, #fff);
}
.txtbox
{
    width:100%;
}
#Btn_Party:hover {
    opacity: 0.8;
}
#Btn_Party, #bSend {
    width: 100%;
    max-width: 150px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 45px;
    line-height: 45px;
}

/*Party Page*/

.sv-title
{
    text-align: center;
    font-size: 35pt;
    line-height: 1.3;
    margin-bottom:20px;
    margin-bottom:20px;
    color:#000;
}



.sv-line
{
    margin-top: 30px;
    background: #fff;
    padding: 10px 0;
}
.services-text {
    overflow: hidden;
    border-bottom: 1px dashed #999;
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
    margin-top:10px;
}
.services-note
{
    text-transform:none;
    font-size:10pt;
}
.groupprice
{
    overflow:hidden;
    font-weight:bold;
    margin-top:30px;
    font-size:10pt;
}
.boxprice
{
    float:right;
    overflow:hidden;
    color:#fff;
}
.pricefull
{
    width:50px;
    float:left;
    text-align:right;
}
.pricefill
{
    width:55px;
    float:right;
    text-align:right;
}
.small-title
{
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
    margin-top: 30px;
    font-size: 20pt;
    font-weight: 600;
    border: 1px solid #bd932f;
    border-radius: 15px;
    margin-bottom: 30px;
    color: #bd932f;
}

.services-text .sv-name {
    float: left;
    width: 75%;
    text-align: left;
    padding-left: 0;
    font-weight:bold;
}

.services-text .price {
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 0;
    color:#000;
}

.contact-info p
{
    font-size:13pt;
    line-height:30px;
    margin-bottom:20px;
    font-weight:500;
}
.contact-info p a
{
    color:#000;
}
.formrowtop
{
    margin-top:15px;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(321deg, #f9df84, #d6a033, #f9df84, #d6a033);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
  .scroll-to-top {
    right: 20px;
    bottom: 70px;
  }
}

.scroll-to-top:hover {
  background: #f9df84;
  color: #000;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}
@media (min-width: 768px) {
    .md\:gap-8 {
        gap: 2rem;
    }
}
@media (min-width: 640px) {
    /*.sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }*/
}
@media (max-width: 768px) 
{
    #subbar {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -45px;
        top: 40%;
    }
    #booking {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -45px;
        top: 65%;
    }
    .groupfbye
    {
        display:none;
    }
    .menu-fixed-mb
    {
        display: block;
        background:rgba(0,0,0,0.95);
    }
    .copyright
    {
        padding-bottom:80px;
    }
    .title-page {
        font-size: 50px;
    }
    
}
@media (max-width: 767px) 
{
    .hiden-mb{
        display: none;
    }
}
    