@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300&family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');




hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}




h5 {
    font-size: 28px;

}
h6 {
    font-size: 22px;

}
a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}



small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}



:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: initial
}

::-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
}



fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}




/*img,*/
video {
    max-width: 100%;
   height: auto
}

[hidden] {
    display: none
}


.container {
    width: 100%
}

@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:1536px) {
    .container {
        max-width: 1536px
    }
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.-left-full {
    left: -100%
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-2 {
    top: .5rem
}

.top-28 {
    top: 7rem
}

.top-4 {
    top: 1rem
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.col-span-2 {
    grid-column: span 2/span 2
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-2 {
    margin-bottom: 30px
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-2 {
    margin-left: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-32 {
    margin-top: 8rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-0 {
    height: 0
}

.h-0\.5 {
    height: .125rem
}

.h-16 {
    height: 4rem
}

.h-28 {
    height: 7rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-4\.5 {
    height: 1.125rem
}

.h-4\/6 {
    height: 66.666667%
}

.h-5 {
    height: 1.25rem
}

.h-8 {
    height: 2rem
}

.h-\[calc\(100vh-theme\(spacing\.28\)\)\] {
    height: calc(100vh - 7rem)
}

.h-\[calc\(100vh-theme\(spacing\.28\)-theme\(spacing\.16\)\)\] {
    height: calc(100vh - 11rem)
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.w-2\/3 {
    width: 66.666667%
}

.w-3 {
    width: .75rem
}

.w-36 {
    width: 9rem
}

.w-40 {
    width: 10rem
}

.w-5 {
    width: 1.25rem
}

.w-7 {
    width: 1.75rem
}

.w-8 {
    width: 2rem
}

.w-full {
    width: 100%
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-8xl {
    max-width: 96rem
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,
.-translate-y-1\/2 {
    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))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.transform {
    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))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.content-center {
    align-content: center
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.place-self-center {
    place-self: center
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.rounded {
    border-radius: .25rem
}

.rounded-full {
    border-radius: 9999px
}

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163/var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: none;
    border: 1px solid #8c6e49; 
}

.bg-neutral-800 {
    --tw-bg-opacity: 1;
   /* background-color: rgb(38 38 38/var(--tw-bg-opacity))*/
    border: 1px solid #8c6e49; 
    color:#8c6e49;
}

.bg-rolex {
    --tw-bg-opacity: 1;
    background-color: transparent;
    border: 1px solid #8c6e49; 
}

.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.stroke-0 {
    stroke-width: 0
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-5 {
    padding: 1.25rem
}

.p-8 {
    padding: 2rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff !important;
        
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-28 {
    padding-bottom: 7rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-4 {
    padding-left: 1rem
}

.pt-28 {
    padding-top: 7rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-8 {
    padding-top: 2rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}



.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: 20px;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}


.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.leading-10 {
    line-height: 2.5rem
}

.leading-5 {
    line-height: 1.25rem;
        font-size: 16px !important;
}

.leading-8 {
    line-height: 2rem
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-transparent {
    color: #0000
}

.text-white {
    --tw-text-opacity: 1;
    
}

.underline {
    text-decoration-line: underline
}

.opacity-0 {
    opacity: 0
}

.shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.nav-icons {
    color: #1e293b
}

.nav-icons:hover {
    color: #94a3b8
}

.nav-icons:hover svg {
    fill: #94a3b8
}

#toggler #first {
    animation: firstTogglerCollapseReverse .5s forwards
}

#toggler.active #first {
    animation: firstTogglerCollapse .5s forwards
}

body.inactive {
    height: 100vh;
    overflow-y: hidden !important
}

@keyframes firstTogglerCollapse {
    50% {
        top: 50%;
        transform: translateY(-50%)
    }
    to {
        top: 50%;
        transform: rotate(-45deg)
    }
}

@keyframes firstTogglerCollapseReverse {
    0% {
        top: 50%;
        transform: rotate(-45deg)
    }
    50% {
        top: 50%;
        transform: translateY(-50%)
    }
}

#toggler #second {
    animation: secondTogglerCollapseReverse .5s forwards
}

#toggler.active #second {
    animation: secondTogglerCollapse .5s forwards
}

@keyframes secondTogglerCollapse {
    50% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes secondTogglerCollapseReverse {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
}

#toggler.inactive #third {
    animation: thirdTogglerCollapseReverse .5s forwards
}

#toggler.active #third {
    animation: thirdTogglerCollapse .5s forwards
}

@keyframes thirdTogglerCollapse {
    50% {
        top: 50%;
        transform: translateY(-50%)
    }
    to {
        top: 50%;
        transform: rotate(45deg)
    }
}

@keyframes thirdTogglerCollapseReverse {
    0% {
        top: 50%;
        transform: rotate(45deg)
    }
    50% {
        top: 50%;
        transform: translateY(-50%)
    }
}

.expandable {
    max-height: 2rem
}

.expandable.active {
    max-height: 50rem
}

.expandable.active .list-toggler svg {
    transform: rotate(180deg)
}

#bannerCarousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    color: #1e293b;
    fill: #1e293b
}

#bannerCarousel .owl-nav .disabled {
    color: #94a3b8;
    fill: #94a3b8
}

#bannerCarousel .owl-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%)
}

#bannerCarousel .owl-dots button {
    width: 30px;
    height: 3px;
    background: #e2e8f0;
    cursor: pointer;
    margin: 0 5px
}

#bannerCarousel .owl-dots button.active {
    background: #006039
}

@media screen and (min-width:1024px) {
    #bannerCarousel .owl-nav {
        padding: 0 2rem
    }
    #bannerCarousel .owl-nav button {
        width: 3rem;
        height: 3rem;
        border-radius: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #1e293b;
        transition: all .5s ease
    }
    #bannerCarousel .owl-nav .disabled {
        border: 1px solid #94a3b8
    }
    #bannerCarousel .owl-nav button:hover {
        background: #000;
        fill: #fff;
        border: 1px solid #000;
    }
    #bannerCarousel .owl-nav .disabled:hover {
        background: #0000;
        fill: #94a3b8;
        border: 1px solid #94a3b8
    }
    .clip-hover img {
        border-radius: 0 0 0 0;
        transition: all 1s ease;
        cursor: url(../images/cursor.svg), auto
    }
    .clip-hover img:hover {
       /* border-radius: 50% 50% 0 0;*/
        transform: translateY(-25px)
    }
}

@media screen and (min-width:960px) {
    .prestigeCarouselItem .prestigeCarouselItemNext,
    .prestigeCarouselItem .prestigeCarouselItemPrev {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0
    }
    .prestigeCarouselItem .prestigeCarouselItemPrev {
        left: 0;
        cursor: url(../images/arrow-left.png), auto;
         z-index: 99999;
    }
    .prestigeCarouselItem .prestigeCarouselItemNext {
        right: 0;
        cursor: url(../images/arrow-right.png), auto;
        z-index: 99999;
    }
    .prestigeCarouselLeft .owl-dots,
    .prestigeCarouselRight .owl-dots {
        position: absolute;
        top: 0;
        width: 80px;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        z-index: 15
    }
    .prestigeCarouselRight .owl-dots {
        right: 0;
        align-items: flex-end;
        margin-right: 15px
    }
    .prestigeCarouselLeft .owl-dots {
        left: 0;
        align-items: flex-start;
        margin-left: 15px
    }
    .prestigeCarouselLeft .owl-dots button,
    .prestigeCarouselRight .owl-dots button {
        width: 4px;
        height: 20px;
        background: #fff;
        margin: 5px 0;
        z-index: 20;
        box-shadow: -15px 0 25px 3px #1e293b
    }
    .prestigeCarouselLeft .owl-dots button.active,
    .prestigeCarouselLeft .owl-dots button:hover,
    .prestigeCarouselRight .owl-dots button.active,
    .prestigeCarouselRight .owl-dots button:hover {
        background: #1e293b
    }
}

.wall-gallery-container {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    padding-bottom: 30px
}

.wall-gallery-item {
    position: relative;
    overflow: hidden
}

.wall-gallery-item,
.wall-gallery-overlay {
    width: 100%;
    transition: all .3s ease-in-out
}

.wall-gallery-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 2
}

.wall-gallery-overlay.transparent {
    background: #0000
}

.wall-gallery-item:hover {
    transform: scale(1.07)
}

.wall-gallery-item:hover .wall-gallery-overlay {
    opacity: .3
}

.wall-gallery-item:hover .wall-gallery-image {
    transform: translate(-50%, -50%)
}

.wall-gallery-image {
    position: relative;
    width: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    transition: all .3s ease-in-out
}

.wall-gallery-image,
.wall-gallery-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wall-gallery-inner {
    position: absolute;
    z-index: 3
}

.wall-gallery-inner.bottom {
    bottom: 0;
    top: auto;
    transform: translateX(-50%)
}

.wall-gallery-inner.fixed-width a {
    width: 100%;
    display: block;
    text-align: center
}

.wall-gallery-inner.fixed-width {
    width: 70%
}

.wall-gallery-inner a {
    display: block;
    font-size: 12px;
    padding: 15px;
    background: #0000;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none
}

.wall-gallery-inner.bottom a {
    background: #0000004d
}

@media screen and (min-width:768px) {
    .wall-gallery-container {
        grid-template-columns: auto auto auto;
        gap: 10px
    }
}

.alerFullScreenGallery *,
.alerGalleryContainer * {
    box-sizing: border-box
}

.alerGalleryContainer {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    position: relative
}

.alerGalleryContainer .alerImageWrapper {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .alerGalleryContainer .alerImageWrapper {
        width: 33.3333334%
    }
}

@media (min-width:1200px) {
    .alerGalleryContainer .alerImageWrapper {
        width: 25%
    }
}

.alerGalleryContainer .alerImageWrapper .alerOverflower {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .5s ease
}

.alerGalleryContainer .alerImageWrapper .alerOverflower:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    background: #00000080;
    opacity: 0
}

.alerGalleryContainer .alerImageWrapper .alerOverflower:hover img {
    transition: all .5s ease;
    transform: scale(1.5)
}

.alerGalleryContainer .alerImageWrapper .alerOverflower:hover:after {
    opacity: 1
}

.alerGalleryContainer .alerImageWrapper .alerOverflower img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative
}

.alerFullScreenGallery {
    position: fixed;
    background: #0009;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -999999;
    opacity: 0;
    transition: opacity .5s ease
}

.alerFullScreenGallery.active {
    z-index: 9999999;
    top: 0;
    opacity: 1
}

.alerFullScreenGallery .alerFullScreenGalleryContainer {
    margin: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

@media (min-width:768px) {
    .alerFullScreenGallery .alerFullScreenGalleryContainer {
        max-width: 80%;
        height: 70vh
    }
}

@media (min-width:960px) {
    .alerFullScreenGallery .alerFullScreenGalleryContainer {
        max-width: 70%;
        height: 100vh
    }
}

@media (min-width:1200px) {
    .alerFullScreenGallery .alerFullScreenGalleryContainer {
        max-width: 65%
    }
}

.alerFullScreenGallery .alerFullScreenGalleryContainer .alerCarouselWrapper {
    width: 100%
}

.alerFullScreenGallery .alerFullScreenGalleryContainer .alerCarouselWrapper img {
    width: 100%;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:960px) {
    .alerFullScreenGallery .alerFullScreenGalleryContainer .alerCarouselWrapper img {
        height: 600px
    }
}

.alerFullScreenGallery .alerFullScreenGalleryContainer .alerCarouselWrapper .alerCta {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center
}

.alerFullScreenGallery .alerFullScreenGalleryContainer .alerCarouselWrapper .alerCta a {
    text-decoration: none;
    background: #94a3b8;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 1.5rem
}

.alerFullScreenGallery .alerFullScreenGalleryContainer .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-around
}

@media (min-width:960px) {
    .alerFullScreenGallery .alerFullScreenGalleryContainer .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
        left: -10%;
        width: 120%;
        justify-content: space-between
    }
}

.alerFullScreenGallery .alerFullScreenGalleryContainer .alerClose,
.alerFullScreenGallery .alerFullScreenGalleryContainer .owl-nav svg {
    width: 35px;
    height: 35px;
    filter: invert(100%) sepia(0) saturate(1%) hue-rotate(152deg) brightness(105%) contrast(101%);
    cursor: pointer
}

.alerFullScreenGallery .alerFullScreenGalleryContainer .alerClose {
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 900
}

.friends h1 {
    width: 100%;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.first\:fill-black:first-child {
    fill: #8c6e49
}

.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\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
   
}

.hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
  /*  background-color: rgb(82 82 82/var(--tw-bg-opacity))*/
}

.hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgb(115 115 115/var(--tw-text-opacity))
}

.hover\:first\:fill-neutral-500:first-child:hover {
    fill: #737373
}

@media (min-width:640px) {
    .sm\:top-16 {
        top: 4rem
    }
    .sm\:pt-16 {
        padding-top: 4rem
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width:768px) {
    .md\:absolute {
        position: absolute
    }
    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }
    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .md\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }
    .md\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}

@media (min-width:1024px) {
    .lg\:absolute {
        position: absolute
             
    }
    .lg\:right-20 {
        right: 30%
    }
    .lg\:top-1\/2 {
        top: 50%
    }
    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:mb-3 {
        margin-bottom: .75rem
    }
    .lg\:mt-20 {
        margin-top: 5rem
    }
    .lg\:block {
        display: block
    }
    .lg\:flex {
        display: flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:h-4\/5 {
        height: 80%
    }
    .lg\:h-420 {
        height: 420px
    }
    .lg\:h-\[calc\(100vh-theme\(spacing\.28\)\)\] {
        height: calc(100vh - 7rem)
    }
    .lg\:h-full {
        height: 100%
    }
    .lg\:w-1\/3 {
        width: 33.333333%
    }
    .lg\:w-100 {
        width: 30rem
    }
    .lg\:w-350 {
        width: 350px
    }
    .lg\:w-60 {
        width: 15rem
    }
    .lg\:w-600 {
        width: 600px
    }
    .lg\:w-\[calc\(100\%-theme\(spacing\.600\)\)\] {
        width: calc(100% - 600px)
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:max-w-350 {
        max-width: 350px
    }
    .lg\:max-w-95 {
        max-width: 95%
    }
    .lg\:max-w-xl {
        max-width: 36rem
    }
    .lg\:-translate-y-1\/2 {
        --tw-translate-y: -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))
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:flex-col {
        flex-direction: column
    }
    /*.lg\:items-start {
        align-items: flex-start
    }*/
    .lg\:items-center {
        align-items: center
    }
    .lg\:gap-8 {
        gap: 2rem
    }
    .lg\:border-b {
        border-bottom-width: 1px
    }
    .lg\:border-neutral-800 {
        --tw-border-opacity: 1;
        border-color: rgb(38 38 38/var(--tw-border-opacity))
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .lg\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }
    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .lg\:pb-0 {
        padding-bottom: 0
    }
    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .lg\:text-4\.5xl {
        font-size: 2.5rem;
        line-height: 2.75rem
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .lg\:text-5xl {
        font-size: 40px;
        line-height: 1
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
    .lg\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
    .lg\:mix-blend-difference {
        mix-blend-mode: difference
    }


@media (min-width:1280px) {
    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.prestigeImage .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    fill: white;
    color: white;
    display: flex;
    padding: 0 10px;
    justify-content: space-between
}

.galleryTopAllCarousel.owl-carousel .owl-nav {
    position: absolute;
    top: 100px;
    width: 100%;
    fill: white;
    color: white;
    display: flex;
    padding: 0 10px;
    justify-content: space-between
}

.galleryTopAllCarousel {
    width: 100%;
}

.mb-4 a {
    color: #fff;
}

.txt-shw {
    text-shadow: -1px -1px 2px #000;
}
.box {
    border: 1px solid black;
}

#footer a {
    color: #fff!important;
}
#footer  {
    color: #fff!important;
}
#navigatore {
  margin: -5px; 
    display: inline!important;
    vertical-align: baseline;
}

#footer2 a {
    color: #000!important;
}
#footer2  {
    color: #000!important;
}
