:root {
    --bg-color: #000209;
    --black: #FFFFFF;
    --orange: #4d75b5;
    --grey: #E0E6E6;

    --grey2: rgb(198, 198, 198);

    --marginDesktop: 40px;
    --marginMobile: 30px;
}




body {
    background-color: var(--bg-color);
    color: var(--black);
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
}

body {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-color: var(--bg-color);
    text-wrap: balance;
}

body.loaded {
    opacity: 1;
}

* {
    margin: 0;
    padding: 0;
}

p {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-size: 25px;
    line-height: 35px;
    text-wrap: balance;
}

.bold p {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.bold {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
}

strong {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: var(--black)
}

a:hover {
    text-decoration: underline;
}

.h1 p {
    font-size: 50px;
    line-height: calc(50px + 10px);
}

.h3 {
    font-size: 40px;
    line-height: calc(40px + 2px);
}

.h3 p {
    font-size: 40px;
    line-height: calc(40px + 2px);
}

h3 {
    font-size: 40px;
    line-height: calc(40px + 2px);
}



.h1 {
    font-size: 60px;
    line-height: calc(60px + 10px);
}

.h1 p {
    font-size: 60px;
    line-height: calc(60px + 10px);
}


.p-bigger {
    font-size: 25px;
    line-height: calc(25px + 10px);
}

.p-bigger {
    font-size: 25px;
    line-height: calc(25px + 10px);
}

.description-dive-place p{
font-size: 25px;
    line-height: calc(25px + 10px);
}

.p-bigger p {
    font-size: 25px;
    line-height: calc(25px + 10px);
}

.p-smaller {
    font-size: 16px;
    line-height: calc(16px + 10px);
}


.p-smaller p {
    font-size: 16px;
    line-height: calc(16px + 10px);
}


hr {
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--black);
    height: 0px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px;
}

.underline{
    text-decoration: underline;
}

body {
    background-color: var(--bg-color);
}

main {
    margin: 0 var(--marginDesktop);
    min-height: 40vh;
}


.main-margin-bot {
    margin-bottom: 50px;

}

.desktopNone {
    display: none;
}

.link a{
    text-decoration: underline;
}


/*Index*/
#homepage-desktop {
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

#homepage-mobile {
    display: none;
    position: absolute;
    top: 0;
    z-index: -1;
}

.desktop-slide{
         display: block;
    }
    
    .mobile-slide{
        display: none;
    }

.highlightText p {
    font-size: 35px;
    line-height: calc(35px + 10px);
    text-align: center;
}

.highlightText {
    grid-column: 3 / span 8;
    margin: 150px 0;
}

.menuExperience-container {
    grid-column: 1 / span 12;
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
}

.menuExperience {
    grid-column: span 2;
    width: calc((100% / 4) - var(--marginDesktop));
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

.menuExperience-content {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.menuExperience-content .tint{
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.menuExperience-content:hover .tint{
    opacity: 0;
}

.tint.full-opacity{
    opacity: 1;
}

.menuExperience-content .tint.full-opacity{
    opacity: 1;
    transition: opacity 0.5s ease;
}

.menuExperience-content:hover .tint.full-opacity{
    opacity: 0.5;
}

.menuExperience-content p {
    color: var(--black);
}

.infoPage-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.menuExperience img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menuExperience-title {
    font-size: 40px;
    color: var(--black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.tint {
    background-color: var(--orange);
    position: absolute;
    opacity: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.contactUs {
    margin-top: 150px;
    grid-column: 1 / span 12;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.homepage-button{
grid-column: 4 / span 6;
    margin: 150px auto 0 auto;
    display: flex;
    justify-content: center;
}

.homepage-button-content{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.homepage-button-content p {
    font-size: 35px;
    line-height: 45px;
    text-wrap: auto!important;
}


.homepage-button-bottom {
    margin-bottom: 150px;
}


.homepage-button-icon {
    height: 100px !important;
    width: 100px !important;
    flex-shrink: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
}


.homepage-button:hover .homepage-button-icon{
    opacity: 0.5;
    cursor: pointer;
}

.homepage-button:hover a{
    text-decoration: underline;
}

.landingHero img {
    width: 100%;
    height: auto;
}

.landingHero{
    position: relative;
}

.menuExperience-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    width: 100%;
}

/* Remove grid styles and use flex instead */
.menuExperience-track {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    width: 100%;
}

/* Flex item sizing */
.menuExperience-slide {
    flex: 0 1 calc(25% - 40px);
    aspect-ratio: 1 / 1;

    max-width: calc(25% - 40px);
}


.galeriaMain .menuExperience-slide:nth-child(even) {
    padding-top: 150px;
}

.galeriaMain .menuExperience-slide:nth-child(odd) {
    padding-bottom: 150px;
}


.menuExperience:hover {
    cursor: pointer;
}

.menuExperience-dots {
    display: none;
}

.menuExperience {
    grid-column: span 2;
    width: calc((100% / 4) - var(--marginDesktop));
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

.menuExperience-content {
    position: relative;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.menuExperience-img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.menuExperience-slide:hover .menuExperience-img {
    transform: scale(1.05);
}

.menuExperience img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.menuExperience-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: var(--black);
    opacity: 1;
    transition: all 0.5s ease;
}

.menuExperience-slide:hover .menuExperience-title {
    opacity: 0;

}

.menuExperience-title-title p {
    font-size: 40px;
    line-height: 42px;
}

.menuExperience-title-sub {
    margin-top: 0.25em;
}

.menuExperience-title-sub p {
    font-size: 30px;
    line-height: 32px;
    font-weight: 200;
    text-wrap: initial;
}

.tint {
    background-color: var(--orange);
    position: absolute;
    opacity: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#homepage-section1 {
    scroll-margin-top: calc((90px + 50px + 25px + (var(--marginDesktop) * 4)));
    margin-bottom: 120px;
}

#homepage-section2 {
    scroll-margin-top: calc((90px + 50px + 25px + (var(--marginDesktop) * 4)));
    margin-bottom: 120px;
}

#homepage-section3 {
    scroll-margin-top: calc((90px + 50px + 25px + (var(--marginDesktop) * 4)));
}


/*header*/
header {
    border-bottom: 1px solid var(--black);
}

.headerLogo {
    display: flex;
    justify-content: center;
}

.headerLanguages hr {
    border: 0;
    border-left: 1px solid var(--black);
}

.headerLanguages a:hover {
    text-decoration: none;
    font-weight: bold;
}

.headerPage {
    padding: 0 var(--marginDesktop) var(--marginDesktop) var(--marginDesktop);
    background-image: url("../data/image/home/new/header-desktop.png");
  background-size: 100% auto;       /* Ensures full width, height adjusts proportionally */
  background-repeat: no-repeat;     /* Prevents tiling */
  background-position: top center;  /* Aligns image to top and centers horizontally */
}

.headerLogo {
    margin-bottom: 50px;
}

.headerNav {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 15px;
}

.headerNav hr {
    margin: 0;
    border: 0;
    border: 1px solid var(--black);
    height: auto;
}

.headerNav a {
    text-decoration: none;
    color: var(--black);
}

.headerNav a:hover {
    text-decoration: underline;
}

.headerLanguages {
    display: flex;
    gap: 15px;
    bottom: 35px;
    right: var(--marginDesktop);
    justify-content: flex-end;
    position: absolute;
    align-items: center;
}

.headerLanguages hr {
    height: 25px;

}

.headerLanguages p:hover {
    cursor: pointer;
    text-decoration: underline;
}

.headerLanguages p {
    display: block;
}

.headerLanguages .selected {
    display: block !important;
}

.headerLanguages hr {
    display: block;
}

.headerPage-index {
    position: sticky;
    top: 0;
    padding: 0 var(--marginDesktop) var(--marginDesktop) var(--marginDesktop);
    border-bottom: 1px solid var(--black);
    border-top: 1px solid var(--black);
    background-color: var(--bg-color);
    z-index: 3
}

.headerPage-index2 {
  position: sticky;
  top: 0;
  width: calc(100vw - var(--marginDesktop) * 2);
  padding: 0 var(--marginDesktop) var(--marginDesktop);
  border-bottom: 1px solid var(--black);
  border-top: 1px solid var(--black);
  z-index: 10;
  background-color: var(--bg-color);
  transition: transform 0.5s ease, background-color 0.5s ease;

  background-image: url("../data/image/home/new/header-desktop.png");
  background-size: 100% auto;       /* Ensures full width, height adjusts proportionally */
  background-repeat: no-repeat;     /* Prevents tiling */
  background-position: top center;  /* Aligns image to top and centers horizontally */
}


.headerPage-index2  a {
    text-decoration: none !important;
}


#WaterWind, #GuestHouse, #Reserve, #Whatsapp, #Mergulhos{
    cursor: pointer;
}



/*footer*/
footer {
    padding: 40px 0;
    border-top: 1px solid var(--black);
    margin: 0px var(--marginDesktop) 0 var(--marginDesktop);
}

.footerTitle {
    margin-bottom: 16px;
}

.footerContainer-1 {
    grid-column: 2 / span 2;
}

.footerContainer-2 {
    grid-column: span 2;
}

.footerLogos {
    grid-column: span 1;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}

.footerLogos {
    height: 37px;
}

.footerIcon {
    height: 33px;
}


.footer-logos,
.footer-socialMedia {
    display: flex;
    gap: 15px;
    flex-direction: column;
}


/*team*/
.headerPage {
    position: sticky;
    top: 0;

    z-index: 1000;
}

header {
    width: calc(100% - var(--marginDesktop) * 2);
    background-color: var(--bg-color);
    padding: 40px
}

.contactHighlight p {
    text-align: center;
}

.contactHighlight {
    grid-column: 3 / span 8;
    margin: 150px 0;
}

.teamMember:nth-child(odd) .teamMember-img {
    grid-column: 1 / span 4;
}

.teamMember:nth-child(even) .teamMember-img {
    grid-column: 4 / span 4;
}


.teamMembers-container {
    grid-column: 1 / span 12;
}

.teamMember {
    margin-bottom: 40px;
}

.teamMember-img {
    grid-column: span 4;
    aspect-ratio: 1 / 1;
    padding: 0;
    overflow: hidden;
}

.teamMember-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.teamMember-info {
    grid-column: span 5;
}

.teamMember-info hr {
    margin: 22px 0;
}

/*Short programs*/
.shortprograms {
    grid-column: 1 / span 12;
    row-gap: 0;
    height: max-content;
}

.prices-title{
        display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.shortprograms-circle {
    grid-column: span 4;
    background-color: var(--orange);
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

.shortprograms-tint{
    position: absolute;
    background-color:  var(--orange);
    z-index: 4;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    opacity:50%;
}

.shortprograms-image{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
}
.shortprograms-title-main{
    position: absolute;
    transform: 50%;
    z-index: 5;
}

.shortprogramscircle-title {
    text-align: center;
     padding: 0 20px;
}

.shortprogramscircle-subtitle {
     padding: 0 20px;
}

.shortprogramscircle-subtitle h3 {
    white-space: nowrap;
    font-weight: 200;
    text-align: center;
}

.shortprograms-imagetitle {
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 65px;
}

.shortprograms--imagesubtitle {
    font-size: 40px;
    line-height: 45px;
}

.shortprograms .h3 {
    grid-column: 1 / span 8;
    margin: calc(var(--marginDesktop) / 2) 0;
}

.shortprograms .h1 {
    grid-column: 1 / span 8;
    margin: calc(var(--marginDesktop) / 2) 0;
}

.shortprograms hr {
    grid-column: 1 / span 12;
}

.shortprograms-subtitle {
    grid-column: span 4;
    margin: calc(var(--marginDesktop) / 2) 0;
}

.shortprograms-subtitle {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.shortprograms-title {
    grid-column: 1 / span 12;
    display: flex;
    gap: 20px;
}

.shortprograms-title img {
    width: 28px;
    height: max-content;
}

.shortprograms-item {
    grid-column: 1 / span 12;
    row-gap: 0;
}

.shortprograms-content {
    grid-column: span 12;
    row-gap: 0 !important;
}

.shortprograms-description {
    grid-column: 1 / span 10;
}

.shortprograms-price {
        grid-column: span 2;
    display: flex;
    align-content: center;
    align-items: flex-start;
    text-align: right;
    justify-content: flex-end;
}

.shortprograms-hr {
    grid-column: 1 / span 12;
}

.shortprograms-hr-sep {
    grid-column: 1 / span 12;
    border: 0;
    border-bottom: 1px solid var(--grey);
}

.shortprograms-title {
    height: auto;
    padding: 20px 0;
}

.shortprograms-main {
    row-gap: 0;
}

.downloadFiles {
    padding: 20px 0;
}

.shortprograms-form label {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: calc(20px + 10px);
}

.shortprograms-form input[type="submit"] {
    width: fit-content;
    padding: 15px;
}

.shortprograms-form textarea {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(20px + 10px);
    padding: 15px;
    border: 1px solid var(--grey);
    border-radius: 10px;
    color: var(--grey2);
}


.shortprograms-form {
    grid-column: 1 / span 12;
    margin-bottom: 40px;
}

.shortprograms-form-title{
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--black);
}

.shortprograms-form-hr {
    margin: calc(var(--marginDesktop) / 2) 0;
}

.shortprograms-form-name {
    grid-column: 1 / span 6;
}

.shortprograms-form-name {
    display: flex;
    flex-direction: column;
    gap: 17px;
    row-gap: 0;
}

.shortprograms-form-area {
    grid-column: span 6;
    display: flex;
    flex-direction: column;
}

.booknow-container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    align-self: flex-end;
    flex-direction: column;
    gap:20px;
}

.booknow-item{
        width: 100px;
    height: 100px;
    background-color: var(--orange);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}


.booknow {
    aspect-ratio: 1 / 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.booknow p {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}

.infopage-info-main{
        display: flex;
    flex-direction: row;
    gap: 40px;
    height: 100%;
}

/* Style for the select element */
.formInput {
    background-color: transparent;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 16px;
    line-height: calc(20px + 10px);
    border: 1px solid var(--grey);
    border-radius: 10px;
    color: var(--grey2);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.3s;
}

.shortprograms-form input {
    margin-bottom: 10px;
}

.shortprograms-form label,
.contactus-form label {
    font-size: 20px;
    line-height: calc(20px + 10px);
    margin: 10px 0;
}

.formInput-select {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    margin-bottom: 10px;
}

/* Hover and focus states */
.formInput:hover {
    border-color: var(--grey2);
}

.formInput:focus {
    border-color: var(--black);
    outline: none;
}

/* Placeholder styling */
.formInput::placeholder {
    color: var(--grey2);

}

.formInput:not(:placeholder-shown) {
    color: var(--black);
    background-color: transparent;
}

.formInput:focus::placeholder {
    color: transparent;
}


.formInput-select-firstOption {
    color: var(--grey2) !important;
}

.shortprograms-form input[type="submit"] {
    width: fit-content;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 10px;
    font-size: 16px;
    line-height: calc(20px + 10px);
    color: var(--black);
    background-color: transparent;
    border: 1px solid var(--grey);
    border-radius: 10px;
    transition: all 0.5s ease;
    margin-bottom: 0;
}

.shortprograms-form input[type="submit"]:hover {
    background-color: rgba(198, 198, 198, 0.5);
    cursor: pointer;
}




/*Info Page*/
.infoPage {
    grid-column: span 12;
    margin: 50px 0 100px 0;
    position: relative;
}

.infoPage-img {
    grid-column: span 4;
    aspect-ratio: 1 / 1;
    padding: 0;
    overflow: hidden;
}

.infoPage-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.infoPage-info {
        display: flex;
    grid-column: span 8;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--marginDesktop);
    
}

.infoPage-price {
    color: var(--orange);
    grid-column: span 4;
}

.infoPage-secundary {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 30px;
    margin-top: 5px;
    align-items: end;
}

.infoPage-secundary .p-smaller {
    grid-column: span 4;
    text-align: right;
}

.infoPage-hr {
    margin: 20px 0;
}

/*Merch*/
.shortprograms-subtitle a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.arrowType {
    font-family: 'ppneuemontreal-book', sans-serif !important;
    margin-left: 0.2rem;
    font-size: 25px;
}

.merchContainer {
    grid-column: span 12;
}

.merch-item {
    border: 0.5px solid var(--black);
    grid-column: span 4;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.merch-item:hover {
    cursor: pointer;
}

.merch-item img {
    opacity: 100%;
    height: 70%;
    object-fit: contain;
    transition: opacity 0.5s ease;
}



.merch-item:hover img {
    opacity: 70%;
}

.merch-item-titleContainer {
    opacity: 0;
    width: 100%;
    display: flex;
    height: 100%;
    background-color: rgba(77, 117, 181, 0.4);
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 100%;
    transition: opacity 0.5s ease;
}

.merch-item-titleContainer p {
    color: var(--black);
}

.merch-item:hover .merch-item-titleContainer {
    opacity: 1;
}

.merchContainer {
    margin: 50px 0;
}

/*Merch-Single*/
.merchContainer-single {
    grid-column: span 12;
    margin: 50px 0;
}



.merchContainer-single .merch-item-single {
    grid-column: span 6;
    border: 1px solid var(--black);
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.merchContainer-single img {
    opacity: 100%;
    height: 80%;
    max-width: 90%;
    object-fit: contain;
    transition: opacity 0.5s ease;
    cursor: pointer;
}

.merch-item-title {
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.merch-item-title hr {
    margin: 15px 0;
}

.merch-item-color-container {
    grid-column: span 6;
    display: flex;
    justify-content: space-between;
}

.merch-item-description{
    width:50%;
}

.merch-item-color {
    display: flex;
    gap: 15px;
    cursor: pointer;
}

.merch-item-color div {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 0.5px solid var(--black);
}

.merch-item-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.merch-item-single {
    position: relative;
    max-height: 70vh;
}

.merch-item-slider {
    position: absolute;
    bottom: var(--marginDesktop);
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.merch-item-slider div {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid var(--orange);
    cursor: pointer;
}

.merch-item-slider-active {
    background-color: var(--orange);
}


.merch-item-color div:hover {

    transform: scale(1.05);
}


/*boat*/
.boat-aside {
    grid-column: span 3;
}

.boat-aside-block hr {
    margin: 20px 0;
}

.center-aside {
    grid-column: span 6;
    width: 100%;
    position: relative;
}

.center-aside-slider {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid var(--black);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.center-aside-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.center-slider-buttons {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: calc(100% - 25px * 2);
    display: flex;
    justify-content: space-between;
    margin: 0 25px;

}

.center-slider-button {
    background-color: var(--orange);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-slider-button svg {
    height: 25px;
}

.slider-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    display: block;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-aside-boat {
    width: 100%;
    margin-top: 20px;
}

.center-aside-boat img {
    width: 100%;
    height: auto;
}

.indexSlider-slidenumber {
    position: absolute;
    top: calc(100vh - (var(--marginDesktop) * 1.5));

    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.indexSlider-slidenumber-item {
    width: 15px;
    height: 15px;
    border: 1px solid var(--bg-color);
    border-radius: 100%;
    cursor: pointer;
}

.indexSlider-slidenumber-item.active {
    background-color: var(--bg-color);
}

/*Contact us*/
.contactUs {
    cursor: pointer;
}

.contactUs:hover a {
    text-decoration: underline;
}

.contactus-form form {
    width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.contactus-title {
    grid-column: 1 / span 12;
    row-gap: 0;
    margin-bottom: calc(var(--marginDesktop) / 2);
}

.contactus-title .h3 {
    grid-column: 1 / span 12;
    margin-top: calc(var(--marginDesktop) / 2);
}

.contactus-title p {
    grid-column: 1 / span 12;
    margin-bottom: calc(var(--marginDesktop) / 2);
}

.contactus-title hr {
    grid-column: 1 / span 12;
}

.contacts {
    grid-column: span 3;
    margin-top: calc(var(--marginDesktop) / 2);
}

.contacts p {
    font-size: 20px;
    line-height: 30px;
}

.contactus-form {
    grid-column: span 9;
    width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0;
}

.contactus-form form {
    grid-gap: 0;
    row-gap: 0;
}

.contactus-form label {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: calc(20px + 10px);
}

.contactus-form input {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(20px + 10px);
    padding: 10px 15px;
    border: 1px solid var(--grey);
    border-radius: 10px;
    color: var(--grey2);
    background-color: transparent;
    margin-bottom: 10px;
}

.contactus-form input[type="submit"] {
    width: fit-content;
    padding: 10px;
    color: var(--black);
    background-color: transparent;
    transition: all 0.5s ease;
}

.contactus-form input[type="submit"]:hover {
    background-color: rgba(198, 198, 198, 0.5);
    cursor: pointer
}

.contactus-form textarea {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(20px + 10px);
    padding: 15px;
    border: 1px solid var(--grey);
    border-radius: 10px;
    color: var(--grey2);
}

.findus-container {
    margin-top: 20px;
}

.findus-image {
    grid-column: 1 / span 12;
    margin-top: 30px;
}

.findus-image img {
    width: 100%;
    height: auto;
}

.shortprograms-form-area {
    height: 100%;
}

.shortprograms-title {
    border-bottom: 1px solid var(--black);
}


.shortprograms-description {
    padding: 20px 0;
}

.shortprograms-price {
    padding: 20px 0;
}

#shortprogram-textArea {
    height: inherit;
    background-color: transparent;
    margin-bottom: 20px;
}

.downloadFiles {
    grid-column: 1 / span 12;
}

/*Galeria*/
.galeria {
    margin-bottom: 40px;
}

.massonary-grid {
    grid-column: 1 / span 12;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    width: 100%;
    row-gap: 10px;
    align-items: center;
}

.galeriaItem {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 100%;
    cursor: pointer;
}

.galeriaItem > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Column width classes */
.width-2 {
    grid-column: span 2;
}

.width-3 {
    grid-column: span 3;
}

.width-4 {
    grid-column: span 4;
}

.width-5 {
    grid-column: span 5;
}

/*privacy*/
.privacy_content {
    grid-column: 1 / span 7;
    margin-top: calc(var(--marginDesktop) / 2);
}

/*Cookie*/
.cookieBanner {
    position: sticky;
    bottom: 0;
    width: calc(100% - var(--marginDesktop) * 2);
    z-index: 10000;
    padding: calc(var(--marginDesktop) / 2) var(--marginDesktop);
    background-color: #4D75B4;
    color: var(--black);
    justify-content: space-between;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cookieBanner a {
    color: var(--black);
}

.cookieBanner.show {
    display: flex;
    opacity: 1;

}

.cookieBanner-buttons {
    display: flex;
    gap: var(--marginDesktop);
    font-weight: bold;
}

.cookieBanner-buttons p:hover {
    cursor: pointer;
    text-decoration: underline;
}



/*Return Button*/
.returnButton {
    background-color: var(--orange);
    border-radius: 50%;
    position: fixed;
    right: var(--marginDesktop);
    bottom: var(--marginDesktop);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 25%;
    transition: opacity 0.5s ease;
}

#topButton svg{
        transform: rotate(90deg);
    transform-origin: center;
}


.returnButton:hover {
    opacity: 100%;
    cursor: pointer;
}

.returnButton svg {
    width: 25px;
    height: 25px;
}

/*Our dives*/
.ourdives-heading {
    grid-column: span 12;
    padding: 50px 0;
    border-bottom: 1px solid var(--black);
}

.ourdives-heading-title {
    grid-column: span 3;
}

.ourdives-heading-content {
    grid-column: span 9;
}

.ourdives-content-50 {
    grid-column: span 6;
}

.ourdives-content {
    grid-column: span 12;
}

.ourdives-content-50 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px;
}

.ourdives-content-list50 {
    grid-column: span 6;
    column-count: 2;
    column-gap: var(--marginDesktop);
}

.ourdives-location {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--black);
    grid-column: span 6;
}

.ourdives-location img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}


.ourdives-location img {
    transition: opacity 0.3s ease-in-out;
}


.ourdives-content-list50 {
    position: relative;
}

.ourdives-content-list50 {
    grid-column: span 6;
    column-count: 2;
    column-gap: var(--marginDesktop);
}

.ourdives-content {
    grid-column: span 12;
    margin-bottom: 50px;
}

.ourdives-locationtype {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--black);
    break-inside: avoid;
}



.ourdives-content-title {
    grid-column: span 6;
}

.ourdives-content-main {
    grid-column: span 6;
}

.ourdives-content-title {
    margin-bottom: 50px;
}

.ourdives-locationtype p{
    font-size: 20px;
}

.numberlocation p {
   font-size: 15px;
}

.numberlocation {
    aspect-ratio: 1 / 1;
    height: 100%;
    width: fit-content;
    display: flex;
    background-color: var(--black);
    color: var(--bg-color);
    border-radius: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    opacity: 100%;
    transition: opacity 0.5s ease;
}

.ourdives-locationtype:hover .numberlocation {
    opacity: 50%;
}

.ourdives-locationtype.active {
    color: var(--black) !important;
}

.ourdives-locationtype.active .numberlocation {
    opacity: 50%;
}

.ourdives-locationtype:hover {
    cursor: pointer;
}

/**/

.headerLanguages-menu {
    display: none;
}

.headerLanguages-mobile {
    display: none;
}

.headerLanguages-desktop {
    display: flex;
    gap: 10px;
    align-items: center
}

.custom-menu-class .current-menu-item>a {
    text-decoration: underline;
}



li {
    list-style: none;
    border-right: 1px solid var(--black);
    padding-right: 15px;
    font-size: 25px;
    line-height: calc(25px + 10px);
}

li:last-of-type {
    border-right: none !important;
}

.custom-menu-class {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-container {
    width: 70%;
}

/*gallery*/
.innerMenu-circle {
    position: relative;
}

.innerMenu {
    padding: var(--marginDesktop) 0;
}

/*titlepage*/
.title-page {
    display: flex;
    flex-direction: row;
    grid-column: span 12;
    padding: 20px 0;
    border-bottom: 1px solid var(--black);
    row-gap: 10px !important;
    justify-content: space-between;
}

.title-page-subtitle{
        display: flex;
    flex-direction: row;
    gap: 1em;
        width: max-content;
}



@media only screen and (max-width: 1400px) {

    .menuExperience-title-title p {
    font-size: 35px;
    line-height: 37px;
}

.menuExperience-title-sub p {
    font-size: 25px;
    line-height: 27px;
}

    .menuExperience-slide {
        grid-column: span 6;
        aspect-ratio: 1 / 1;
    }
    

  .galeriaMain .menuExperience-slide:nth-child(even) {
    padding-top: 0;
}

.galeriaMain .menuExperience-slide:nth-child(odd) {
    padding-bottom: 0;
}

    .footerLogos {
        flex-direction: column;
    }

    .footerLogo {
        height: 36px;
    }

    .footerIcon {
        height: 33px;
    }

    .contactUs {
        margin: 80px 0;
    }

    .contactus-form {
        grid-column: span 12;
    }

    .contacts {
        grid-column: span 12;
        margin-top: 40px;
    }

    .menuExperience-title-title p {
        font-size: 25px;
        line-height: 27px;
    }

    .menuExperience-title-sub {
        margin-top: 0.25em;
    }

        .menuExperience-title-title p {
    font-size: 35px;
    line-height: 37px;
}



        .shortprogramscircle-title.h1{
font-size: 35px !important;
        line-height: 37px !important;
    }

    .shortprogramscircle-subtitle p {
font-size: 25px;
        line-height: 27px;
    }


    .menuExperience-title-sub p {
        display: none;
    }

}


@media only screen and (max-width: 950px) {
    .grid {
        grid-gap: var(--marginMobile);
    }

    .p-bigger {
        font-size: 20px;
        line-height: calc(18px + 10px);
    }

    .description-dive-place p{
font-size: 20px;
        line-height: calc(18px + 10px);
}

    .desktopNone {
        display: block;
    }

    .h3 {
        font-size: 35px;
        line-height: calc(35px + 10px);
    }

    .h1 {
        font-size: 50px;
        line-height: calc(50px + 10px);
    }

    h1 {
        font-size: 50px;
        line-height: calc(50px + 10px);
    }

    main {
        margin: var(--marginMobile);
    }

    .mainMargin {
        margin: var(--marginMobile);
    }

    li {
        font-size: 20px;
        line-height: calc(20px + 10px);
    }

    .custom-menu-class {
        display: flex;
        flex-direction: row;
        column-gap: 10px;
        row-gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu-container {
        width: 100%;
    }


    .menuExperience-title-title p {
        font-size: 35px;
        line-height: 37px;
    }

    .menuExperience-title-sub {
        margin-top: 0.25em;
    }

    .menuExperience-title-sub p {
        font-size: 25px;
        line-height: 27px;
        font-weight: 200;
        text-wrap: initial;
    }
    .shortprograms .h1 {
    grid-column: 1 / span 12;
    margin: calc(var(--marginDesktop) / 2) 0;
}

    .prices-title{
        display: flex;
        flex-direction: column;
    gap: 0x;
    justify-content: space-between;
            align-items: flex-start;
}

    

    /*Header*/
    header {
        width: calc(100% - var(--marginMobile) * 2);
        padding: var(--marginMobile);
    }

    .headerPage {
        padding: 0 var(--marginMobile) var(--marginMobile) var(--marginMobile);
        background-image: url("../data/image/home/new/header-mobile.png");
    }

    .headerPage-index2 {
        background-image: url("../data/image/home/new/header-mobile.png");
    }

    .headerLanguages {
        position: fixed;
        top: 40px;
        right: var(--marginMobile);
    }

    .headerLanguages p {
        display: none;
    }

    .headerLanguages .selected {
        display: block !important;
    }

    .headerLanguages hr {
        display: none;
    }

    .mobileNone {
        display: none;
    }

    .headerLanguages {
        position: absolute;
        top: 35px;
        align-items: flex-start;
    }

    /*Homepage*/
    #homepage-desktop {
        display: none;
    }

    #homepage-mobile {
        display: block;
    }

    .desktop-slide{
         display: none;
    }

    .mobile-slide{
        display: block;
    }

    .contactUs {
        margin: 180px 0;
        grid-column: 1 / span 12;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }


    .contactUs-icon {
        height: 70px;
    }

    .contactUs-container {
        width: 100%;
    }

    .contactUs-container p {
        text-align: center;
    }

    .menuExperience-slide {
        grid-column: span 12;
        aspect-ratio: 1 / 1;
    }

    #homepage-section1 {
        scroll-margin-top: calc((90px + 50px + (25px * 3) + (var(--marginDesktop) * 4)));
        margin-bottom: 30px;
    }

    #homepage-section2 {
        scroll-margin-top: calc((90px + 50px + (25px * 3) + (var(--marginDesktop) * 4)));
        margin-bottom: 30px;
    }

    #homepage-section3 {
        scroll-margin-top: calc((90px + 50px + (25px * 3) + (var(--marginDesktop) * 4)));
    }



    /*Footer*/
    footer {
        padding: calc(var(--marginMobile) / 2) 0;
        border-top: 1px solid var(--black);
        margin: 0px var(--marginMobile) 0 var(--marginMobile);
    }

    .footerContainer-1 {
        grid-column: 1 / span 12;
    }

    .footerContainer-2 {
        grid-column: 1 / span 12;
    }

    .footerLogos {
        grid-column: span 12;
        display: flex;
        gap: 15px;
    }

    .footerLogos {
        grid-column: span 12;
        display: flex;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-socialMedia {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        flex-direction: row;
    }


    .footer-logos {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    footer hr {
        grid-column: 1 / span 12;
    }


    /*Contacts*/
    .teamMember {
        row-gap: 20px;
    }

    .teamMember-info {
        grid-column: span 12;
    }

    .teamMember:nth-child(odd) .teamMember-img,
    .teamMember:nth-child(even) .teamMember-img {
        grid-column: 1 / span 12;
    }

    .contactHighlight {
        grid-column: 1 / span 12;
        margin: 20px 0;
    }

    .contactHighlight p{
        font-size: 20px;
        line-height: 30px;
    }

    .teamMember-info .p-bigger{
        font-size: 20px;
        line-height: 30px;
    }

    .teamMember-info .p-bigger p{
        font-size: 20px!important;
        line-height: 30px!important;
    }

    .ourdives-heading-title p{
        font-size: 35px!important;
        line-height: 43px!important;
    }

    .ourdives-heading-content p{
        font-size: 20px!important;
        line-height: 30px!important;
    }

    .ourdives-content-title.h3 p{
        font-size: 25px!important;
        line-height: 28px!important;
    }


    /*Merch*/
    .shortprograms .h3 {
        grid-column: 1 / span 12;
        margin-top: 20px 0;
    }

    .shortprograms-subtitle {
        grid-column: span 12;
        margin: calc(var(--marginMobile) / 2) 0 15px 0;
    }

    .shortprograms-subtitle {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
        .shortprograms-form-title {
    flex-direction: column;
}

    .merch-item {

        grid-column: span 12;
    }

    .merchContainer {
        margin: 30px 0 50px 0;
    }

    .contactus-title {
        grid-column: 1 / span 12;
        row-gap: 0;
        margin-bottom: calc(var(--marginMobile) / 2);
    }

    /*languages*/
    .headerLanguages-mobile {
        display: block;
        font-size: 20px;
        line-height: calc(20px + 10px);
    }

    .headerLanguages-mobile>* {
        font-size: 20px;
        line-height: calc(20px + 10px);
    }

    .headerLanguages-mobile-homepage{
                position: absolute;
        z-index: 100;
        top: calc(var(--marginMobile));
        right: var(--marginMobile);
    }


    .headerLanguages-desktop {
        display: none;
    }

    .headerLanguages-menu {
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }


    .headerLanguages-menu {
        display: block;
        height: calc(var(--vh, 1h)*100);
        width: calc(100% - var(--marginMobile) * 2);
        background-color: rgba(230, 230, 230, 0.3);
        backdrop-filter: blur(10px);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        padding: var(--marginMobile);

    }

    .headerLanguages-menu-container {
        width: max-content;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 20px;
        position: absolute;
        right: var(--marginMobile);
    }


    /*shortprograms*/
    .ourdives-heading {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .shortprograms-circle {
        grid-column: span 12;
    }

    .shortprogramscircle-subtitle {
        display: none;
    }

    .downloadFiles {
        padding-bottom: 0;
    }

    .shortprograms-form form {
        row-gap: 0;
    }

    .shortprograms-description {
        grid-column: 1 / span 12;
    }

    .shortprograms-main {
        row-gap: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .merch-header {
        margin-top: var(--marginMobile) !important;
    }

    .shortprograms-description {
        padding: 10px 0;
    }

    .shortprograms-price {
        grid-column: span 12;
        align-items: flex-start;
        padding: 0;
        padding-bottom: 10px;
        justify-content: flex-start;
    }




    .shortprograms-price .p-bigger {
        font-size: 25px;
        line-height: 35px;
    }

    .shortprograms-content {
        row-gap: 10px;
    }

    .shortprograms-form-name {
        grid-column: 1 / span 12;
    }

    .shortprograms-form-area {
        margin-top: 1rem;
        grid-column: span 12;
    }

    /*Merch Single*/
    .merchContainer-single .merch-item-single {
        grid-column: span 12;
    }

    .merch-item-slider div {
        width: 10px;
        height: 10px;
    }

    .merch-item-title {
        grid-column: span 12;
    }

    .merch-item-color-container {
        flex-direction: column;
    }

    .merch-item-color {
        margin: 15px 0;
        gap: 10px;
    }

    /*info page*/
    .infoPage-img {
        grid-column: span 12;
    }

    .infoPage-info {
        grid-column: span 12;
    }

    .infoPage-price {
        grid-column: span 12;
    }

    .infoPage-secundary {
        row-gap: 0;
    }

    .infoPage-secundary .p-smaller {
        grid-column: span 12;
        text-align: left;
    }

    .infoPage {
        grid-column: span 12;
        margin: 0;
    }

    /*Contact us*/
    .contactus-form {
        grid-column: span 12;
    }

    .contacts {
        grid-column: span 12;
        margin-top: 2rem;
    }

    /*Boat*/
    .boat-aside {
        grid-column: span 12;
    }

    .center-aside {
        grid-column: span 12;
        margin-bottom: 50px;
    }

    .boat-aside {
        margin-bottom: 50px;
    }

    /*index*/
    .highlightText {
        grid-column: 1 / span 12;
        margin: 70px 0;
    }

    .highlightText p {
        font-size: 25px;
        line-height: calc(25px + 10px);
        text-align: center;
    }

    .menuExperience-container {
        grid-column: 1 / span 12;
    }

    .menuExperience {
        width: calc((100%) - var(--marginMobile));
    }

    .contactUs {
        margin: 30px 0;
    }

    .shortprograms .h3 {
        margin: 0;
    }


    .menuExperience-slider {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .menuExperience-track {
        display: flex;
        flex-direction: row;
        gap: 0;
        flex-wrap: initial;
        width: 100%;
        transition: transform 0.3s ease-in-out;
        /* overflow-x: auto; */
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        flex-wrap: initial;
    }

    .menuExperience-slide {
        min-width: 100%;
        box-sizing: border-box;
        padding: 10px;
        aspect-ratio: 1 / 1;
        scroll-snap-align: start;
        flex-shrink: 0;
    }


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


    .menuExperience-dots button {
        width: 15px;
        height: 15px;
        margin: 0 5px;
        border-radius: 50%;
        border: 1px solid var(--black);
        background-color: transparent;
        cursor: pointer;
    }

    .menuExperience-dots button.active {
        background-color: var(--black);
    }

    .menuExperience-dots {
        display: block;
    }


    /*privacy*/
    .privacy_content {
        grid-column: 1 / span 12;
    }

    .galeria {
        margin-top: 0px;
        row-gap: var(--marginMobile)
    }

    .shortprograms {
        row-gap: 0;
    }

    .shortprograms-item {
        row-gap: 0;
    }



    .booknow-container {
        position: initial;
        width: max-content;
        display: flex;
        align-items: center;
    }

    .infopage-info-main {
    display: flex;
    flex-direction: column;
}


    .booknow p {
        padding: 20px;
    }

    .shortprograms-circle {
        margin-top: var(--marginMobile)
    }

     .shortprograms-circle .h1 {
        font-size: 35px;
        line-height: 35px;
    }


    .booknow-container {
        display: flex;
        justify-content: center;
        grid-column: 1 / span 12;
        margin: 0 auto 40px auto;
        align-self: center;
    }

    .infoPage-info .p-bigger p {
        font-size: 20px;
        line-height: calc(20px + 10px);
    }

    /* Column width classes */
    .width-2 {
        grid-column: span 12;
    }

    .width-3 {
        grid-column: span 12;
    }

    .width-4 {
        grid-column: span 12;
    }

    .width-5 {
        grid-column: span 12;
    }



    /*our dives*/
    .ourdives-heading-title {
        grid-column: span 12;
    }

    .ourdives-heading-content {
        grid-column: span 12;
    }

    .ourdives-content-main {
        grid-column: span 12;
    }

    .ourdives-image {
        grid-column: span 12;
    }

    .ourdives-content-list50 {
        grid-column: span 12;
        column-count: 1;
        column-gap: var(--marginDesktop);
    }



    .cookieBanner {
    opacity: 1;
    flex-direction: column;
    gap:20px;
}


    .cookieBanner p{
        font-size: 16px;
        line-height: 16px;
}

.cookieBanner-buttons {
    display: flex;
    gap: calc(var(--marginDesktop) / 2);
}


    /*return*/
    .returnButton svg {
        width: 20px;
        height: 20px;
    }


    .returnButton {
        background-color: var(--orange);
        border-radius: 50%;
        position: fixed;
        right: var(--marginDesktop);
        bottom: var(--marginDesktop);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 25%;
        transition: opacity 0.5s ease;
    }

    .ourdives-location {
    grid-column: span 12;
}

.contactUs p {
    font-size: 25px;
    line-height: 35px;
}

/*titlepage*/
.title-page {
    display: flex;
    flex-direction: column;
}

.title-page-subtitle{
        width: auto;
}


}

/* single */

.merch-item-color div.active-color {
    transform: scale(1.05);
}

.merch-item-single {
    display: none;
}

.merch-item-single img {
    display: none;
}

.merch-item-single img:first-child {
    display: block;
}