@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic One:wght@400&display=swap');

/*  ---------------------------------------------- DESKTOP -----------------------------------------------------*/

@media only screen and (min-width: 1200px) {

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    scrollbar-color: #E1A577;
  

}

a {
    text-decoration: none;
}

.containernavhome {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 1%;
    position: sticky;
    top: 0;
    z-index: 1;
    max-width: 100vw;
    background-color: #000000;
 
   /* border-bottom: 2px solid #E1A577;*/
}

.containernavhomemb{

    display: none;
}

.containernav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    position: sticky;
    top: 0;
    z-index: 1;
    
}

.nav {
    background-color: #000000;

    
}

.divnav {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: auto;
    
}

.navtxt {
    display: flex;
    font-family: "helvetica neue", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    font-style: normal;
    color: #000000;
    padding-left: 8.5%;
    padding-top: 0%;
    letter-spacing: 0;
    line-height: 0;
    text-align: end;
}

.logotxt{

    font-family: 'dela gothic one';
    font-size: 3rem;
    color: #000000;

}

.navtxt:hover {
    /* text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;*/
    color: ffffff;
}

.navtxt:active {
    color: #6D532D;
}

.logo {
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 1%;
}

.logoimg {
    width: 40%;
}


h1 {
    
    font-family: 'dela gothic one' !important;
    font-size: 9.1rem;
    color: #FFFFFF;
    line-height: 100%;
    padding-bottom: 0px;
    margin-bottom:1%;
}

h2 {
    font-size: 2.5vw;
    color: #E1A577;
    padding-left: 0%;
    line-height: 95%;
    text-align: center;
}

h3 {
    font-size: 2.5vw;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 95%;
    font-weight: 300;
}

.containerabout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 4%;
    padding-top: 5%;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.containeraboutmb{

    display: none;
}

.aboutus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 22%;
    font-size: 30px;
    color: white;
    padding-left: 10%;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 200;
}


.menu1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 5%;
    width: 5vw;
    background: none;
    color: white;
    align-items: center;
    font-size: 1.2vw;
    border-radius: 5%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin-top: 5%;
    margin-left: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 95%;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: solid white 2px;
    transition: transform .2s;
}

.menu1:hover {
    transform: scale(1.05);
}







.containerform {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;


}


.formulario {
    display: flex;
    flex-direction: row;
    align-items: start;
    color: #000000;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding-bottom: 3%;

}

.form {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    padding-top: 5%;
}

.input {
    display: flex;
    height: 2vw;
    background-color: #FAFAFA;
    border-radius: 5px;
    border: 2px solid #D5D5D5;
    color: #000000;
    font-size: 1vw;
    font-family: "helvetica neue", sans-serif;
    padding-left: 1%;
    padding-right: 1%;
    box-sizing: border-box;
}

.inputmsg {
    display: flex;
    height: 9vw;
    background-color: #FAFAFA;
    border-radius: 5px;
    border: 2px solid #D5D5D5;
    color: #000000;
    font-size: 1vw;
    font-family: "helvetica neue", sans-serif;
    padding-left: 1%;
    padding-right: 1%;
    box-sizing: border-box;
}

.inputlabel {
    display: flex;
    width: 100%;
    font-family: "helvetica neue", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    
}

.submit {
    display: flex;
    height: 2.5vw;
    width: 15%;
    background-color: #000000;
    border-radius: 2vw;
    color: #FFF;
    font-size: 1vw;
    font-family: "helvetica neue", sans-serif;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    transition: transform .2s;
    box-sizing: border-box;
}

.submit:hover {
    transform: scale(107%);
}

.formtitle {

    width: 25%;
    font-size: 3.5vw;
    line-height: 100%;
    color: #000000;
    font-family: 'dela gothic one';
    text-align: left;
}

.containerhr {
    width: 80%;
    align-self: center;
    padding-bottom: 2%;
}

.containermain {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; /* ensures everything aligns at the bottom */
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 5%;
    background-color: #000000;
}

.section{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section2{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; /* ensures everything aligns at the bottom */
    padding-left: 3%;
    padding-right: 3%;
    width: 94%;
    
    background-color: #000000;
}

p{

    color: #FFFFFF;
    font-family: "helvetica neue", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 160%;
}

.containerfooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; /* ensures everything aligns at the bottom */
    padding-left: 3%;
    padding-right: 3%;
    background-color: #ffffff;
}



.logofootertxt{

    color: #000000;
    font-family: 'dela gothic one';
    font-size: 4vw;
    margin-bottom: 0;
    

}
.containerfooterlinks{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
}

.footerlinksrg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    padding-bottom: 2%;

  
}
.footerlinkslf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2%;

}


.footerlink{
  
    color: #000000;
    font-family: "helvetica neue", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 160%;
    
}

.containerhrtop {
    width: 80%;
    align-self: center;
    position: sticky;
    top: 6.9%;
    background-color: #101010;
    z-index: 1;
    box-shadow: 1px 5px 15px 0px #191919;
}

.hrtop {
    border: 1px solid #E1A577;
    margin-block-end: 0;
    margin-inline-start: 0;
}

.location {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2%;
}

.txtlocation {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 10%;
    padding-right: 0%;
    text-align: right;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1vw;
}

.locationform {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 9%;
    padding-right: 10%;
    padding-top: 0%;
    padding-bottom: 2%;
}

.contactform {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    color: #FFF;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.formcontact {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 3%;
    justify-content: start;
}

.formtitlecontact {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-left: 3%;
    width: 100%;
    font-size: 2.8vw;
}

.txtcontacts {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 17%;
    padding-right: 0%;
    text-align: right;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1vw;
}

.atxtcontacts {
    text-decoration: none !important;
    color: #FFF;
}

.atxtcontacts:hover {
    color: #E1A577;
}

.containerteam {
    display: flex;
    justify-content: space-between;
    padding-left: 9%;
    padding-bottom: 4%;
}

.teamform {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    color: #FFF;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

.formteam {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 3%;
    justify-content: start;
}

.formtitleteam {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-left: 3%;
    width: 100%;
    font-size: 2.8vw;
    
}


.imgteam {
    align-items: center;
    width: 40%;
    height: 40%;
    padding-right: 11%;
    padding-top: 5%;
}

.containerschedule {
    display: flex;
    justify-content: space-between;
    padding-left: 9%;
    padding-bottom: 4%;
}

.teamschedule {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    color: #FFF;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

.formschedule {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 3%;
    justify-content: start;
}

.formtitleschedule {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-left: 3%;
    width: 100%;
    font-size: 2.8vw;
}


.imgschedule {
    align-items: center;
    width: 42%;
    height: 42%;
    padding-right: 11%;
    padding-top: 8%;
}

.eventcontainer {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
}

.heading {
    text-transform: uppercase;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: start;
    line-height: 50%;
}

.grid-container {
    display: flex;
    gap: 0.7vw;
    justify-content: start;
    flex-wrap: nowrap;
}

.event {
    position: relative;
    overflow: hidden;
}

.event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    color: #fff;
    padding: 10px;
    text-align: left;
}

.event h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.event p {
    font-size: 1rem;
}

.large {
    flex: 0 0 50%;
    /* Large event takes 66% of the width */
    height: 28.7vw;
    transition: transform .2s;
}

.large:hover {
    transform: scale(1.02);
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
}

.eventimg{

    flex: 0 0 50%;
    /* Large event takes 66% of the width */
    height: 28.7vw;
}

.small-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.2vw;
    flex: 0 0 48%;
    /* Small events take the remaining 33% of the width */
}

.small {

    
    height: 14vw;
    transition: transform .2s;
}

.small:hover {
    transform: scale(1.02);
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
}

.maineventtitle {
    font-size: 2vw !important;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 2%;
    line-height: 5%;
    font-weight: bold;
}

.eventtitle {
    font-size: 1.5vw !important;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 2%;
    line-height: 20%;
    font-weight: bold;
}

.maineventdate {
    font-size: 0.8vw !important;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 2%;
    line-height: 0%;
    padding-bottom: 2%;
}

.eventdate {
    font-size: 0.8vw !important;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 2%;
    line-height: 0%;
    padding-bottom: 1%;
}

.eventcontainermb{
    display: none;
}

.containerspotify {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    transform: translateZ(0);
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
    position: absolute;
    background: #101010;
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: #c99268;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    top: 44%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 5%;
}

.flickity-prev-next-button.next {
    right: 5%;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 10%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: transparent;
    border: 2px solid white;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

/* external css: flickity.css */
.carousel {
    height: 48vw;
}
.carouselmb{

    display: none;
}

.carousel-cell {
    width: 100%;
    height: 48vw;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

.carousel-cellmb{display: none;}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    /*content: counter(gallery-cell);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}

*::-webkit-scrollbar {
    width: 0;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
}

.txtslide1 {
    padding-top: 11%;
    padding-left: 0%;
}

.carouselteam {
    background: #101010;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0%;
    height: 23vw;
}


.carousel-cell_team {
    width: 19%;
    height: 23vw;
    margin-right: 20px;
    border-radius: 5px;
    counter-increment: carousel-cell_team;
}



/* cell number */
.carousel-cell_team:before {
    display: block;
    text-align: center;
    /*  content: counter(carousel-scell_team);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}


.carouselteammb {
    display: none;
    background: #101010;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 6%;
    height: 23vw;
}

.carousel-cell_teammb {
    display: none;
    width: 19%;
    height: 23vw;
    margin-right: 20px;
    border-radius: 5px;
    counter-increment: carousel-cell_team;
}

/* SLIDER REVIEW*/

.carouselreview {
    background: #101010;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    height: 7.5vw;
    margin-bottom: 4vw;
}


.carousel-cell_review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 26vw;
    height: 15vw;
    margin-right: 0.6vw;
    border-radius: 15px;
    counter-increment: carousel-cell_team;
    overflow: hidden;
}



/* cell number */
.carousel-cell_review:before {
    display: block;
    text-align: center;
    /*  content: counter(carousel-scell_team);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}


.carouselreviewmb {
    display: none;
   
}

.carousel-cell_reviewmb {
    display: none;

}

.reviewtxt{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    max-height: 14vw;
    
    padding-left: 8%;
    padding-right: 8%;
    overflow: hidden;
   
    
}

.reviewuser{

    display: flex;
    flex-direction: row;
    justify-content: end;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-top: 0%;
    padding-bottom: 0vw;
    padding-left: 8%;
    padding-right: 8%;
    
}



.menu2mb{

    display: none;
}

.containerfootermb{

    display: none;
}

.footerlinksmb{

    display: none;
}

.bannercomidamb{

    display: none;
}

/*-------------------------- NAV MOBILE ---------------------------------*/

.anav {
    display: none;
    color: #E1A577;
}
.anav:visited {
    display: none;
    color: #E1A577;
}
.anav:hover {
    display: none;
    color: #E1A577;
}


/* off-screen-menu */
.off-screen-menu {
    display: none;
    background-color:  #101010;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    flex-direction: column;
    align-items: end;    
    justify-content: center;
    text-align: right;
    font-size: 2rem;
    line-height: 5rem;
    transition: .3s ease;
    padding-right: 5%;
}
.off-screen-menu.active {
    display: none;
    right: 0;
}



/* nav */
.navmobile {
    display: none;
    padding: 1rem;
    background-color: #101010;
    box-shadow: 1px 2px 7px 0px #191919;
}



/* ham menu */
.ham-menu {

    display: none;
    height: 50px;
    width: 40px;
    margin-left: auto;
    position: relative;
    margin-right: 5%;
}
.ham-menu span {
    display: none;
    height: 4px;
    width: 100%;
    background-color: #E1A577;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham-menu span:nth-child(1) {
    display: none;
    top: 25%;
}
.ham-menu span:nth-child(3) {
    display: none;
    top: 75%;
}
.ham-menu.active span {
    display: none;
    background-color: #E1A577;
}
.ham-menu.active span:nth-child(1) {
    display: none;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
    display: none;
    opacity: 0;
}
.ham-menu.active span:nth-child(3) {
    display: none;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

}

.googlemap{

    width:50%;
    height:600px;
    border:0; 
}

.containeropenings{

    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 10%;
    padding-right: 0%;

}

.containerhrjobs{

    width: 80%;
    padding-bottom: 0%;

}

.apply{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.5rem;
    
}



.btnapply{

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width:9rem;
    height: 2.8rem;
    background-color: #E1A577;
    color: #FFF;
    font-size: 1.2rem;
    font-family:"Plus Jakarta Sans", sans-serif;

}

.locationtitle{

    font-weight: 300;
    padding-left: 10%;
    padding-bottom: 0;

    
}
label{

    margin-bottom: 0.8vw;
}

input{

    margin-bottom: 1vw;
}

textarea{

    margin-bottom: 1vw;
}

.infoevent{

    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 28vw;
    
}

/*  ---------------------------------------------- TABLET PORTRAIT -----------------------------------------------------*/


@media only screen and (min-width: 769px) and (max-width: 1199px) and (orientation: portrait)  {
 
    html {
        scroll-behavior: smooth;
        
    }
    
    body {
        background-color:#101010;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        scrollbar-color: #E1A577;
    }
    
    a {
        text-decoration: none;
    }


    
    .containernavhome {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 10%;
        padding-right: 12.5%;
        padding-bottom: 1%;
        position: sticky;
        top: 0;
        background-color: #101010;
        z-index: 1;
        box-shadow: 1px 2px 7px 0px #191919;
        
    }

    .containernavhomemb {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 10%;
        padding-right: 12.5%;
        padding-bottom: 1%;
        position: sticky;
        top: 0;
        background-color: #101010;
        z-index: 1;
        box-shadow: 1px 2px 7px 0px #191919;
    }
    
    .containernav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 10%;
        padding-right: 12.5%;
        padding-bottom: 0.3%;
        position: sticky;
        top: 0;
        background-color: #101010;
        z-index: 1;
    }
    
    .nav {
        background-color: #101010;
    }
    
    .divnav {
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .navtxt {
        display: flex;
        font-family: "Plus Jakarta Sans", sans-serif;
        /* font-family: "Afacad", sans-serif;*/
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        color: #E1A577;
        padding-left: 8.5%;
        font-size: 1.6rem;
        padding-top: 0%;
        letter-spacing: 0;
        line-height: 0;
        text-align: end;
    }
    
    .navtxt:hover {
        /* text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 8px;*/
        color: #BF864B
    }
    
    .navtxt:active {
        color: #6D532D;
    }
    
    .logo {
        align-items: center;
        justify-content: center;
        display: flex;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    
    .logoimg {
        width: 20vw;
    }
    
    .bannermain {
        display: flex;
        padding-top: 5%;
        background-image: url(img/bannermainv4.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 45vw;
        background-position: -15% 50%;
    }
    
    .mainbannertxt {
        display: flex;
        font-size: 8vw;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        padding-left: 10%;
        line-height: 100%;
        font-weight: 250;
        margin-top: 7%;
    }
    
    h1 {
        font-size: 13vw;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        padding-left: 5%;
        line-height: 100%;
        font-weight: 300;
    }
    
    h2 {
        font-size: 2.5vw;
        color: #E1A577;
        padding-left: 0%;
        line-height: 95%;
        text-align: center;
    }
    
    h3 {
        font-size: 7.5vw;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        line-height: 95%;
        font-weight: 300;
    }
    
    .containerabout {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 4%;
        padding-top: 5%;
        width: 100%;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

    .containeraboutmb{

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 15vw;
        padding-top: 15vw;
        width: 100%;
        font-family: "Plus Jakarta Sans", sans-serif;
    
    }
    
    .aboutus {
        display: none;
        flex-direction: column;
        justify-content: center;
        width: 22%;
        font-size: 30px;
        color: white;
        padding-left: 10%;
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 200;
    }

    .aboutusmb {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        color: white;
        padding-left: 9%;
        padding-right: 9%;
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 200;
    }
    
    .ourstory {
        display: none;
        flex-direction: column;
        justify-content: center;
        width: 22%;
        font-size: 30px;
        color: white;
        padding-right: 10%;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 200;
    }
    
    .aboutimg {
        display: none;
        width: 29%;
        padding-left: 4%;
        padding-right: 4%;
        border-radius: 80%;
    }
    
    .aboutbold {
        color: #E1A577;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
    }
    
    .abouttitle {
        display: none;
        color: #E1A577;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
    }

    .abouttitlemb {
        color: #E1A577;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 700;
        font-size: 6vw;
    }
    
    
    .bannercocktail {
        display: none;

    }

    .bannercocktailmb {
        display: flex;
        padding-top: 5%;
        padding-bottom: 10vw;
        background-image: url(img/bannercocktail2.webp);
        background-repeat: no-repeat;
        background-size: 350%;
        width: 100%;
        height: 190vw;
        background-position: 48% 0%;
    }
    
    .bannercomida {
    
        display: none;
        padding-top: 5%;
        padding-bottom: 10vw;
        background-repeat: no-repeat;
        background-size: 350%;
        width: 100%;
        height: 190vw;
        background-position: 48% 0%;
        background-image: url(img/bannercomidadarkv2.webp);
   
    }

    .bannercomidamb {
    
        display: flex;
        padding-top: 5%;
        padding-bottom: 0vw;
        background-repeat: no-repeat;
        background-size: 350%;
        width: 100%;
        height: 175vw;
        background-position: 48% 0%;
        background-image: url(img/bannercomidadarkv2.webp);
   
    }


    .menu1 {
        display: none;
        flex-direction: row;
        justify-content: center;
        height: 5%;
        width: 5vw;
        background: none;
        color: white;
        align-items: center;
        font-size: 1.2vw;
        border-radius: 5%;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
        margin-top: 5%;
        margin-left: 2%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 95%;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        border: solid white 2px;
        transition: transform .2s;
    }
    
    .menu1:hover {
        transform: scale(1.05);
    }

    .menu1mb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 5vw;
        width:27vw;
        background: none;
        color: white;
        align-items: center;
        font-size: 4vw;
        border-radius: 5%;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 600;
        margin-top:10vw;
        margin-left: 2%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 95%;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        border: solid white 3px;
        transition: transform .2s;
    }


    .menu2mb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 5vw;
        width:27vw;
        background: none;
        color: white;
        align-items: center;
        font-size: 4vw;
        border-radius: 5%;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 600;
        margin-top:5vw;
        margin-left: 5%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 95%;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        border: solid white 3px;
        transition: transform .2s;
    }
    
    
    
    .teamtitle {
        display: flex;
        padding-left: 4%;
        padding-top: 4%;
        padding-bottom: 0%;
    }

    .reviewtitle {
        display: flex;
        padding-left: 4%;
        padding-top: 4%;
        padding-bottom: 0%;
    }
    
    
    .teamsection {
        display: grid;
        grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
        justify-content: space-around;
        padding-top: 0%;
        padding-bottom: 5%;
        padding-left: 12%;
        padding-right: 8%;
    }
    
    .team {
        display: grid;
        max-width: 80%;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: transform .2s;
    }
    
    .team:hover {
        transform: scale(1.05);
    }
    
    .teamoverlay {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 10%;
        display: none;
        color: #FFF;
        font-size: 1.4vw;
        border-radius: 0%;
    }
    
    .team:hover .teamoverlay {
        display: block;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    }
    
    .teammemberimg {
        width: 100%;
        /* border-radius: 5%;*/
        transition: transform .2s;
    }
    
    .nomes {
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 350;
        font-style: normal;
        padding-bottom: 2%;
        font-size: 1.2vw;
    }
    
    .nomes2 {
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 350;
        font-style: normal;
        padding-bottom: 2%;
        font-size: 1.2vw;
        color: #FFF;
        padding-top: 21.2vw;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }

    .nomes3 {
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        padding-bottom: 100%;
        font-size: 5.8vw;
        color: #FFF;
        padding-top: 85vw;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }
    
    .testemunho {
        display: flex;
        justify-content: space-between;
        align-items: center;
      
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .imgtestemunho {
        display: none  !important;
        border-radius: 0%;
        width: 60vw;
        height: 40vw;
        object-fit: cover;
        object-position: 0% -8vw;
        border-radius: 2%;
    }
    
    .formulario {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        color: #FFF;
        padding-left: 0%;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .form {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0%;

    }
    
    .input {
        display: flex;
        height: 8vw;
        background-color: #101010;
        border-radius: 10px;
        border: 1.5px solid #FFF;
        color: #FFF;
        font-size: 3.5vw;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 1%;
        padding-right: 1%;
        box-sizing: border-box;
        
    }
    
    .inputmsg {
        display: flex;
        height: 40vw;
        background-color: #101010;
        border-radius: 10px;
        border: 1.5px solid #FFF;
        color: #FFF;
        font-size: 3.5vw;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 1%;
        padding-right: 1%;
        box-sizing: border-box;
    }
    
    .inputlabel {
        display: flex;
        width: 100%;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800%;
        font-size: 3.5vw;
        
    }
    
    .submit {
        display: flex;
        height: 8vw;
        width: 100%;
        background-color: #E1A577;
        border-radius: 15px;
        color: #FFF;
        font-size: 3.5vw;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        transition: transform .2s;
        box-sizing: border-box;
    }
    
    
    .formtitle {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0%;
        width: 100%;
        font-size: 8vw;
        line-height: 9vw;
    }
    
    .containerhr {
        width: 80%;
        align-self: center;
        padding-bottom: 2%;
    }
    
    .containerfooter {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .logotxtfooter {
        display: none;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        padding-bottom: 2%;
        text-align: left;
        color: #FFF;
        font-family: "Plus Jakarta Sans", sans-serif;
    }
    
    .logoimgfooter {
        width: 100%;
        padding-bottom: 10%;
    }
    
    .footerlinks {
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: end;
        padding-bottom: 2%;
        padding-right: 3%;
    }

    .containerfootermb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 5%;
    }
    
    .logotxtfootermb {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 2%;
        text-align: center;
        color: #FFF;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 0.8rem;
    }
    
    .logoimgfootermb {
        width: 30%;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    
    .footerlinksmb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 2%;
        padding-right: 27%;
        padding-left: 27%;
    }
    
    .icon {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10%;
    }
    
    .containerhrtop {
        width: 80%;
        align-self: center;
        position: sticky;
        top: 6.9%;
        background-color: #101010;
        z-index: 1;
        box-shadow: 1px 5px 15px 0px #191919;
    }
    
    .hrtop {
        border: 1px solid #E1A577;
        margin-block-end: 0;
        margin-inline-start: 0;
    }
    
    .location {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 4%;
    }
    
    .txtlocation {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-top: 10%;
        padding-right: 0%;
        text-align: center ;
        color: #FFF;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 3.5vw;
    }
    
    .locationform {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 0%;
        padding-bottom: 2%;
    }
    
    .contactform {
        display: flex;
        flex-direction: row;
        align-items: start;
        flex-wrap: wrap;
        color: #FFF;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .formcontact {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0%;
        justify-content: start;
       
    }

    .txtcontacts {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-top: 17%;
        padding-right: 0%;
        text-align: center;
        color: #FFF;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 3.5vw;
    }
    
    .atxtcontacts {
        text-decoration: none !important;
        color: #FFF;
    }
    
    .atxtcontacts:hover {
        color: #E1A577;
    }
    
    .containerteam {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 4%;
    }
    
    .teamform {
        display: flex;
        flex-direction: row;
        align-items: start;
        flex-wrap: wrap;
        color: #FFF;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .formteam {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 3%;
        justify-content: start;
    }
    
    .formtitleteam {
        display: flex;
        justify-content: start;
        align-items: start;
        padding-left: 3%;
        width: 100%;
        font-size: 8vw;
        font-weight: 300;
        
    }
    
    .imgteam {
        
        display: none;
    }
    
    .containerschedule {
        display: flex;
        justify-content: space-between;
        padding-left: 9%;
        padding-bottom: 4%;
    }
    
    .teamschedule {
        display: flex;
        flex-direction: row;
        align-items: start;
        flex-wrap: wrap;
        color: #FFF;
        justify-content: space-between;
        align-items: center;
        width: 90%;
    }
    
    .formschedule {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0%;
        justify-content: center;
    }
    
    .formtitleschedule {
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 0%;
        width: 100%;
        font-size: 8vw;
        font-weight: 300;
        line-height: 9vw;
    }
    
    
    .imgschedule {
        display: none;
        align-items: center;
        width: 42%;
        height: 42%;
        padding-right: 11%;
        padding-top: 8%;
    }
    
    .eventcontainer {
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 3%;
    }
    
    .heading {
        text-transform: uppercase;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: start;
        line-height: 50%;
    }
    
    .grid-container {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .event {
        position: relative;
        overflow: hidden;
    }
    
    .event img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        color: #fff;
        padding: 10px;
        text-align: left;
    }
    
    .event h2 {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    
    .event p {
        font-size: 1rem;
    }
    
    .large {
        flex: 0 0 51%;
        /* Large event takes 66% of the width */
        height: 800px;
        transition: transform .2s;
    }
    
    .large:hover {
        transform: scale(1.02);
        box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
    }
    
    .small-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex: 0 0 48%;
        /* Small events take the remaining 33% of the width */
    }
    
    .small {
        height: 390px;
        transition: transform .2s;
    }
    
    .small:hover {
        transform: scale(1.02);
        box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
    }
    
    .maineventtitle {
        font-size: 2vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 5%;
        font-weight: bold;
    }
    
    .eventtitle {
        font-size: 1.5vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 20%;
        font-weight: bold;
    }
    
    .maineventdate {
        font-size: 0.8vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 0%;
        padding-bottom: 2%;
    }
    
    .eventdate {
        font-size: 0.8vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 0%;
        padding-bottom: 1%;
    }
    
    .containerspotify {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 3%;
    }
    
    /*! Flickity v2.3.0
    https://flickity.metafizzy.co
    ---------------------------------------------- */
    .flickity-enabled {
        position: relative;
    }
    
    .flickity-enabled:focus {
        outline: none;
    }
    
    .flickity-viewport {
        overflow: hidden;
        position: relative;
        height: 100%;
        transform: translateZ(0);
    }
    
    .flickity-slider {
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateZ(0);
    }
    
    /* draggable */
    .flickity-enabled.is-draggable {
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }
    
    .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }
    
 
    
    /* ---- page dots ---- */
    .flickity-page-dots {
        position: absolute;
        width: 100%;
        bottom: 10%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        line-height: 1;
    }
    
    .flickity-rtl .flickity-page-dots {
        direction: rtl;
    }
    
    .flickity-page-dots .dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 8px;
        background: transparent;
        border: 2px solid white;
        border-radius: 50%;
        opacity: 0.25;
        cursor: pointer;
    }
    
    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }
    
    /* external css: flickity.css */
    .carouselmb {
        height: 180vw;
    }
    
    .carousel-cellmb {
        width: 100%;
        height: 180vw;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: gallery-cell;
    }
    
    /* cell number */
    .carousel-cellmb:before {
        display: block;
        text-align: center;
        /*content: counter(gallery-cell);*/
        line-height: 200px;
        font-size: 80vw;
        color: white;
    }
    
    *::-webkit-scrollbar {
        width: 0;
    }
    
    *::-webkit-scrollbar-track {
        background: transparent;
    }
    
    *::-webkit-scrollbar-thumb {
        background: transparent;
        border: none;
    }
    
    .txtslide1mb {
        padding-top: 40vw;
        padding-left: 0%;
    }



    .carousel {
        display: none;
        height: 200vw;
    }
    
    .carousel-cell {
        display: none;
        width: 100%;
        height: 200vw;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: gallery-cell;
    }
    
    /* cell number */
    .carousel-cell:before {
        display: block;
        text-align: center;
        /*content: counter(gallery-cell);*/
        line-height: 200px;
        font-size: 80px;
        color: white;
    }
    
    *::-webkit-scrollbar {
        width: 0;
    }
    
    *::-webkit-scrollbar-track {
        background: transparent;
    }
    
    *::-webkit-scrollbar-thumb {
        background: transparent;
        border: none;
    }
    
    .txtslide1 {
        padding-top: 11%;
        padding-left: 0%;
    }
    


    .carouselteammb {
        background: #101010;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 4vw;
        height: 95vw;
    }
    
    .carousel-cell_teammb {
        width: 69%;
        height: 95vw;
        margin-right: 2vw;
        border-radius: 5px;
        counter-increment: carousel-cell_team;
    }
    

    
    /* cell number */
    .carousel-cell_teammb:before {
        display: block;
        text-align: center;
        /*  content: counter(carousel-scell_team);*/
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

    .carouselteam {
        display: none;
  
    }
    
    .carousel-cell_team {
        display: none;
  
    }
    

    
    /* cell number */
    .carousel-cell_team:before {
        display: none;
       
    }

    /* SLIDER REVIEW*/

.carouselreviewmb {
    background: #101010;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    height: 50vw;
    margin-bottom: 4vw;
}


.carousel-cell_reviewmb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 50vw;
    margin-right: 2vw;
    border-radius: 15px;
    counter-increment: carousel-cell_team;
    overflow: hidden;
}



/* cell number */
.carousel-cell_reviewmb:before {
    display: block;
    text-align: center;
    /*  content: counter(carousel-scell_team);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}


.carouselreview {
    display: none;
   
}

.carousel-cell_review {
    display: none;

}

.reviewtxt{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    max-height: 100%;
    padding-left: 4%;
    padding-right: 4%;
    overflow: hidden;
    text-overflow: ellipsis;
   
    
}

.reviewuser{

    display: flex;
    flex-direction: row;
    justify-content: end;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-top: 0%;
    padding-bottom: 0vw;
    padding-left: 8%;
    padding-right: 8%;
    
}



    /* --------------------NAV MOBILE-----------------------------*/

    .anav {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-size: 1.6rem;
        font-weight: 400;
        color: #E1A577;
        text-decoration: none;
    }
    .anav:visited {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        color: #E1A577;
    }
    .anav:hover {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        color: #E1A577;
    }
    
    
    /* off-screen-menu */
    .off-screen-menu {
        
        z-index: 5;
      /*  background-color:  #1C1C1C;*/
        background-image: url("img/bannermainv4.webp");
        background-position: 30% 38%;
        filter: brightness(0.8);
        background-size: fill;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        position: fixed;
        top: 0;
        right: -300%;
        display: flex;
        flex-direction: column;
        align-items: end;    
        justify-content: center;
        text-align: right;
        font-size: 2rem;
        line-height: 4rem;
        transition: .3s ease;
        padding-right: 5%;
    }
    .off-screen-menu.active {
        right: 0;
    }
    
    
    
    /* nav */
    .navmobile {
        top: 0;
        margin: 0;
        z-index: 10;
        padding-top: 1rem;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 1rem;
        display: flex;
        position: sticky;
        background-color: #070707;
    }

    .navmobile.active {
        background:transparent; /* New color when the menu is active */
        /* other styling if needed */
    }
    
    
    
    /* ham menu */
    .ham-menu {
        z-index: 1;
        height: 45px;
        width: 5px;
        margin-top: 1%;
        margin-left: auto;
        position: sticky;
        padding-right: 10%;
    }
    .ham-menu span {
        height: 3px;
        width:40px;
        background-color: #E1A577;
        border-radius: 4px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease;
    }
    .ham-menu span:nth-child(1) {
        top: 25%;
    }
    .ham-menu span:nth-child(3) {
        top: 75%;
    }
    .ham-menu.active span {
        background-color: #E1A577;
    }
    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .ham-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    ul{
        list-style: none;
    }

    .eventcontainermb {
        text-align: center;
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: 3%;
    }
    
    .headingmb {
        text-transform: uppercase;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: start;
        font-weight: 300;
        font-size: 8vw;
        line-height: 50%;
    }
    
    .grid-containermb {
        display: flex;
        flex-direction: column ;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .eventmb {
        position: relative;
        overflow: hidden;
    }
    
    .eventmb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .overlaymb {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        color: #fff;
        padding: 10px;
        text-align: left;
    }
    
    .eventmb h2 {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    
    .eventmb p {
        font-size: 1rem;
    }
    
    .largemb {
        flex: 0 0 100%;
        /* Large event takes 66% of the width */
        height: 50vw;
       
    }
    
  
    
    .small-wrappermb {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex: 0 0 48%;
        /* Small events take the remaining 33% of the width */
    }
    
    .smallmb {
        height: 390px;
      
    }
    
    
    .maineventtitlemb {
        font-size: 6vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 5%;
        font-weight: 300;
    }
    
    .eventtitlemb {
        font-size:6vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 20%;
        font-weight: bold;
    }
    
    .maineventdatemb {
        font-size: 3vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 0%;
        padding-bottom: 2%;
        font-weight: 300;
    }
    
    .eventdatemb {
        font-size: 0.8vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 0%;
        padding-bottom: 1%;
    }

    .eventcontainer{
        display: none;
    }

    .googlemap{

        width:100%;
        height:80vw;
        border:0; 
    }


.containeropenings{

    display: flex;
    flex-direction: column;
    justify-content: start;
    width:90%;
    padding-left: 3%;
    padding-right: 5%;
    margin-bottom: 5%;

}

.containerhrjobs{

    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 0%;

}

.apply{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    
}

.jobopenings{

    padding-left: 2%;
    font-weight: 300;


}

.btnapply{

    display: flex;
    justify-content: center;
    align-items: center;
   
    width:4rem;
    height: 2rem;
    background-color: #E1A577;
    color: #FFF;
    font-size: 1rem;
    font-family:"Plus Jakarta Sans", sans-serif;

}

.locationtitle{

    font-weight: 300;
    padding-left: 4%;

    
}

label{

    margin-bottom: 3vw;
}

input{

    margin-bottom: 4vw;
}

textarea{

    margin-bottom: 4vw;
}    

}


/*  ---------------------------------------------- TABLET LANDSCAPE -----------------------------------------------------*/


@media only screen and (min-width: 769px) and (max-width: 1199px) and (orientation: landscape)  {
 
   
html {
    scroll-behavior: smooth;
}

body {
    background-color: #101010;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    scrollbar-color: #E1A577;
}

a {
    text-decoration: none;
}

.containernavhome {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
    padding-right: 12.5%;
    padding-bottom: 1%;
    position: sticky;
    top: 0;
    background-color: #101010;
    z-index: 1;
    box-shadow: 1px 2px 7px 0px #101010;
   /* border-bottom: 2px solid #E1A577;*/
}

.containernavhomemb{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
    padding-right: 12.5%;
    padding-bottom: 1%;
    position: sticky;
    top: 0;
    background-color: #101010;
    z-index: 1;
    box-shadow: 1px 2px 7px 0px #191919;
}

.containernav {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
    padding-right: 12.5%;
    padding-bottom: 0.3%;
    position: sticky;
    top: 0;
    background-color: #101010;
    z-index: 1;
    
}

.nav {
    background-color: #101010;

    
}

.divnav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
    
}

.navtxt {
    display: flex;
    font-family: "Plus Jakarta Sans", sans-serif;
    /* font-family: "Afacad", sans-serif;*/
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #E1A577;
    padding-left: 8.5%;
    font-size: 1.6rem;
    padding-top: 0%;
    letter-spacing: 0;
    line-height: 0;
    text-align: end;
}

.navtxt:hover {
    /* text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;*/
    color: #BF864B
}

.navtxt:active {
    color: #6D532D;
}

.logo {
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 1%;
}

.logoimg {
    width: 40%;
}

.bannermain {
    display: flex;
    padding-top: 5%;
    background-image: url(img/bannermainv4.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 45vw;
    background-position: -15% 50%;
}

.mainbannertxt {
    display: flex;
    font-size: 8vw;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    padding-left: 10%;
    line-height: 100%;
    font-weight: 250;
    margin-top: 7%;
}

h1 {
    font-size: 6vw;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    padding-left: 10%;
    line-height: 100%;
    font-weight: 200;
}

h2 {
    font-size: 2.5vw;
    color: #E1A577;
    padding-left: 0%;
    line-height: 95%;
    text-align: center;
}

h3 {
    font-size: 2.5vw;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 95%;
    font-weight: 300;
}

.containerabout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 13%;
    padding-top: 13%;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.containeraboutmb{

    display: none;
}

.aboutus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 22%;
    font-size: 30px;
    color: white;
    padding-left: 10%;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 200;
}

.aboutusmb{

    display: none;
}

.ourstory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 22%;
    font-size: 30px;
    color: white;
    padding-right: 10%;
    text-align: justify;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 200;
}

.aboutimg {
    width: 29%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 80%;
}

.aboutbold {
    color: #E1A577;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}

.abouttitle {
    color: #E1A577;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}

.bannercocktail {
    display: flex;
    padding-top: 5%;
    background-image: url(img/bannercocktail2.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 33vw;
    background-position: 0% 15%;
}

.bannercocktailmb {
    display: none;
   
}


.bannercomida {
    display: flex;
    padding-top: 5%;
    background-image: url(img/bannercomidadarkv2.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 33vw;
    background-position: 0% 50%;
}

.menu1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 5%;
    width: 5vw;
    background: none;
    color: white;
    align-items: center;
    font-size: 1.2vw;
    border-radius: 5%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin-top: 5%;
    margin-left: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 95%;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: solid white 2px;
    transition: transform .2s;
}

.menu1:hover {
    transform: scale(1.05);
}

.teamtitle {
    display: flex;
    padding-left: 10%;
    padding-top: 4%;
    padding-bottom: 0%;
}

.reviewtitle {
    display: flex;
    padding-left: 10%;
    padding-top: 4%;
    padding-bottom: 0%;
}
.teamsection {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
    justify-content: space-around;
    padding-top: 0%;
    padding-bottom: 5%;
    padding-left: 12%;
    padding-right: 8%;
}

.team {
    display: grid;
    max-width: 80%;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform .2s;
}

.team:hover {
    transform: scale(1.05);
}

.teamoverlay {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 10%;
    display: none;
    color: #FFF;
    font-size: 1.4vw;
    border-radius: 0%;
}

.team:hover .teamoverlay {
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.teammemberimg {
    width: 100%;
    /* border-radius: 5%;*/
    transition: transform .2s;
}

.nomes {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 350;
    font-style: normal;
    padding-bottom: 2%;
    font-size: 1.2vw;
}

.nomes2 {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 350;
    font-style: normal;
    padding-bottom: 2%;
    font-size: 1.2vw;
    color: #FFF;
    padding-top: 30vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}



.testemunho {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 5%;
    padding-bottom: 3%;
    padding-left: 10%;
    padding-right: 10%;
}

.imgtestemunho {
    border-radius: 0%;
    width: 60vw;
    height: 40vw;
    object-fit: cover;
    object-position: 0% -8vw;
    border-radius: 2%;
}

.formulario {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    color: #FFF;
    padding-left: 5%;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 5%;
}

.form {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 10%;
    justify-content: start;
}

.input {
    display: flex;
    height: 2vw;
    background-color: #101010;
    border-radius: 5px;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 1vw;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 1%;
    padding-right: 1%;
    box-sizing: border-box;
}

.inputmsg {
    display: flex;
    height: 9vw;
    background-color: #101010;
    border-radius: 5px;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 1.3vw;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 1%;
    padding-right: 1%;
    box-sizing: border-box;
}

.inputlabel {
    display: flex;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800%;
    font-size: 1vw;
    
}

.submit {
    display: flex;
    height: 2vw;
    width: 15%;
    background-color: #E1A577;
    border-radius: 0.5vw;
    color: #FFF;
    font-size: 1vw;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    transition: transform .2s;
    box-sizing: border-box;
}

.submit:hover {
    transform: scale(107%);
}

.formtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 9%;
    width: 100%;
    font-size: 3.5vw;
    line-height: 3.8vw;
}

.containerhr {
    width: 80%;
    align-self: center;
    padding-bottom: 2%;
}

.containerfooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
}

.logotxtfooter {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    padding-bottom: 2%;
    text-align: left;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8vw;
}

.logoimgfooter {
    width: 40%;
    padding-bottom: 4%;
}

.footerlinks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    padding-bottom: 2%;
    padding-right: 3%;
}

.icon {
    padding-left: 14%;
}

.containerhrtop {
    width: 80%;
    align-self: center;
    position: sticky;
    top: 6.9%;
    background-color: #101010;
    z-index: 1;
    box-shadow: 1px 5px 15px 0px #191919;
}

.hrtop {
    border: 1px solid #E1A577;
    margin-block-end: 0;
    margin-inline-start: 0;
}

.location {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2%;
}

.txtlocation {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 10%;
    padding-right: 0%;
    text-align: right;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1vw;
}

.locationform {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 9%;
    padding-right: 10%;
    padding-top: 0%;
    padding-bottom: 2%;
}

.contactform {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    color: #FFF;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.formcontact {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 3%;
    justify-content: start;
}

.formtitlecontact {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-left: 3%;
    width: 100%;
    font-size: 2.8vw;
}

.txtcontacts {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 17%;
    padding-right: 0%;
    text-align: right;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1vw;
}

.atxtcontacts {
    text-decoration: none !important;
    color: #FFF;
}

.atxtcontacts:hover {
    color: #E1A577;
}

.containerteam {
    display: flex;
    justify-content: space-between;
    padding-left: 9%;
    padding-bottom: 4%;
}

.teamform {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    color: #FFF;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

.formteam {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 3%;
    justify-content: start;
}

.formtitleteam {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-left: 3%;
    width: 100%;
    font-size: 2.8vw;
    
}


.imgteam {
    align-items: center;
    width: 40%;
    height: 40%;
    padding-right: 11%;
    padding-top: 5%;
}

.containerschedule {
    display: flex;
    justify-content: space-between;
    padding-left: 9%;
    padding-bottom: 4%;
}

.teamschedule {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    color: #FFF;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

.formschedule {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 3%;
    justify-content: start;
}

.formtitleschedule {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-left: 3%;
    width: 100%;
    font-size: 2.8vw;
}


.imgschedule {
    align-items: center;
    width: 42%;
    height: 42%;
    padding-right: 11%;
    padding-top: 8%;
}

.eventcontainer {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
}

.heading {
    text-transform: uppercase;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: start;
    line-height: 50%;
}

.grid-container {
    display: flex;
    gap: 0.7vw;
    justify-content: start;
    flex-wrap: nowrap;
}

.event {
    position: relative;
    overflow: hidden;
}

.event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    color: #fff;
    padding: 10px;
    text-align: left;
}

.event h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.event p {
    font-size: 1rem;
}

.large {
    flex: 0 0 50%;
    /* Large event takes 66% of the width */
    height: 28.7vw;
    transition: transform .2s;
}

.large:hover {
    transform: scale(1.02);
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
}

.eventimg{

    flex: 0 0 50%;
    /* Large event takes 66% of the width */
    height: 28.7vw;
}

.small-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.2vw;
    flex: 0 0 48%;
    /* Small events take the remaining 33% of the width */
}

.small {

    
    height: 14vw;
    transition: transform .2s;
}

.small:hover {
    transform: scale(1.02);
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
}

.maineventtitle {
    font-size: 2vw !important;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 2%;
    line-height: 5%;
    font-weight: bold;
}

.eventtitle {
    font-size: 1.5vw !important;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 2%;
    line-height: 20%;
    font-weight: bold;
}

.maineventdate {
    font-size: 0.8vw !important;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 2%;
    line-height: 0%;
    padding-bottom: 2%;
}

.eventdate {
    font-size: 0.8vw !important;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 2%;
    line-height: 0%;
    padding-bottom: 1%;
}

.eventcontainermb{
    display: none;
}

.containerspotify {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    transform: translateZ(0);
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
    position: absolute;
    background: #101010;
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: #c99268;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    top: 44%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 5%;
}

.flickity-prev-next-button.next {
    right: 5%;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 10%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: transparent;
    border: 2px solid white;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

/* external css: flickity.css */
.carousel {
    height: 64vw;
}
.carouselmb{

    display: none;
}

.carousel-cell {
    width: 100%;
    height: 64vw;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

.carousel-cellmb{display: none;}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    /*content: counter(gallery-cell);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}

*::-webkit-scrollbar {
    width: 0;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
}

.txtslide1 {
    padding-top: 18%;
    padding-left: 0%;
}

.carouselteam {
    background: #101010;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0%;
    height: 32vw;
}


.carousel-cell_team {
    width: 31%;
    height: 32vw;
    margin-right: 20px;
    border-radius: 5px;
    counter-increment: carousel-cell_team;
}



/* cell number */
.carousel-cell_team:before {
    display: block;
    text-align: center;
    /*  content: counter(carousel-scell_team);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}


.carouselteammb {
    display: none;
    background: #101010;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 6%;
    height: 23vw;
}

.carousel-cell_teammb {
    display: none;
    width: 19%;
    height: 23vw;
    margin-right: 20px;
    border-radius: 5px;
    counter-increment: carousel-cell_team;
}

/* SLIDER REVIEW*/

.carouselreview {
    background: #101010;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2%;
    height: 25vw;
    margin-bottom: 4vw;
}


.carousel-cell_review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 42vw;
    height: 25vw;
    margin-right: 0.6vw;
    border-radius: 15px;
    counter-increment: carousel-cell_team;
    overflow: hidden;
}



/* cell number */
.carousel-cell_review:before {
    display: block;
    text-align: center;
    /*  content: counter(carousel-scell_team);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}


.carouselreviewmb {
    display: none;
   
}

.carousel-cell_reviewmb {
    display: none;

}

.reviewtxt{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    max-height: 25vw;
    
    padding-left: 8%;
    padding-right: 8%;
    overflow: hidden;
   
    
}

.reviewuser{

    display: flex;
    flex-direction: row;
    justify-content: end;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-top: 0%;
    padding-bottom: 0vw;
    padding-left: 8%;
    padding-right: 8%;
    
}



.menu2mb{

    display: none;
}

.containerfootermb{

    display: none;
}

.footerlinksmb{

    display: none;
}

.bannercomidamb{

    display: none;
}
 /* --------------------NAV MOBILE-----------------------------*/

 .anav {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 1.6rem;
    font-weight: 400;
    color: #E1A577;
    text-decoration: none;
}
.anav:visited {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    color: #E1A577;
}
.anav:hover {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    color: #E1A577;
}


/* off-screen-menu */
.off-screen-menu {
    
    z-index: 5;
  /*  background-color:  #1C1C1C;*/
    background-image: url("img/bannermainv4.webp");
    background-position: 30% 38%;
    filter: brightness(0.8);
    background-size: fill;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -300%;
    display: flex;
    flex-direction: column;
    align-items: end;    
    justify-content: center;
    text-align: right;
    font-size: 2rem;
    line-height: 4rem;
    transition: .3s ease;
    padding-right: 5%;
}
.off-screen-menu.active {
    right: 0;
}



/* nav */
.navmobile {
    top: 0;
    margin: 0;
    z-index: 10;
    padding-top: 1rem;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 1rem;
    display: flex;
    position: sticky;
    background-color: #070707;
}

.navmobile.active {
    background:transparent; /* New color when the menu is active */
    /* other styling if needed */
}



/* ham menu */
.ham-menu {
    z-index: 1;
    height: 45px;
    width: 5px;
    margin-top: 1%;
    margin-left: auto;
    position: sticky;
    padding-right: 10%;
}
.ham-menu span {
    height: 3px;
    width:40px;
    background-color: #E1A577;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham-menu span:nth-child(1) {
    top: 25%;
}
.ham-menu span:nth-child(3) {
    top: 75%;
}
.ham-menu.active span {
    background-color: #E1A577;
}
.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
    opacity: 0;
}
.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

ul{
    list-style: none;
}

}

.googlemap{

    width:50%;
    height:30vw;
    border:0; 
}

.containeropenings{

    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 10%;
    padding-right: 0%;

}

.containerhrjobs{

    width: 80%;
    padding-bottom: 0%;

}

.apply{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.5rem;
    
}



.btnapply{

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width:9rem;
    height: 2.8rem;
    background-color: #E1A577;
    color: #FFF;
    font-size: 1.2rem;
    font-family:"Plus Jakarta Sans", sans-serif;

}

.locationtitle{

    font-weight: 300;
    padding-left: 10%;
    padding-bottom: 0;

    
}
label{

    margin-bottom: 0.8vw;
}

input{

    margin-bottom: 1vw;
}

textarea{

    margin-bottom: 1vw;
}

.infoevent{

    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 28vw;
    
}

/*  ---------------------------------------------- MOBILE -----------------------------------------------------*/


@media only screen and (min-width: 0px) and (max-width: 768px) {

    html {
        scroll-behavior: smooth;
        
    }
    
    body {
        background-color:#101010;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        scrollbar-color: #E1A577;
    }
    
    a {
        text-decoration: none;
    }


    
    .containernavhome {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 10%;
        padding-right: 12.5%;
        padding-bottom: 1%;
        position: sticky;
        top: 0;
        background-color: #101010;
        z-index: 1;
        box-shadow: 1px 2px 7px 0px #191919;
        
    }

    .containernavhomemb {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 10%;
        padding-right: 12.5%;
        padding-bottom: 1%;
        position: sticky;
        top: 0;
        background-color: #101010;
        z-index: 1;
        box-shadow: 1px 2px 7px 0px #191919;
    }
    
    .containernav {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 10%;
        padding-right: 12.5%;
        padding-bottom: 0.3%;
        position: sticky;
        top: 0;
        background-color: #101010;
        z-index: 1;
    }
    
    .nav {
        background-color: #101010;
    }
    
    .divnav {
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .navtxt {
        display: flex;
        font-family: "Plus Jakarta Sans", sans-serif;
        /* font-family: "Afacad", sans-serif;*/
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        color: #E1A577;
        padding-left: 8.5%;
        font-size: 1.6rem;
        padding-top: 0%;
        letter-spacing: 0;
        line-height: 0;
        text-align: end;
    }
    
    .navtxt:hover {
        /* text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 8px;*/
        color: #BF864B
    }
    
    .navtxt:active {
        color: #6D532D;
    }
    
    .logo {
        align-items: center;
        justify-content: center;
        display: flex;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    
    .logoimg {
        width: 20vw;
    }
    
    .bannermain {
        display: flex;
        padding-top: 5%;
        background-image: url(img/bannermainv4.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 45vw;
        background-position: -15% 50%;
    }
    
    .mainbannertxt {
        display: flex;
        font-size: 8vw;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        padding-left: 10%;
        line-height: 100%;
        font-weight: 250;
        margin-top: 7%;
    }
    
    h1 {
        font-size: 13vw;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        padding-left: 5%;
        line-height: 100%;
        font-weight: 300;
    }
    
    h2 {
        font-size: 2.5vw;
        color: #E1A577;
        padding-left: 0%;
        line-height: 95%;
        text-align: center;
    }
    
    h3 {
        font-size: 7.5vw;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        line-height: 95%;
        font-weight: 300;
    }
    
    .containerabout {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 4%;
        padding-top: 5%;
        width: 100%;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

    .containeraboutmb{

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 15vw;
        padding-top: 15vw;
        width: 100%;
        font-family: "Plus Jakarta Sans", sans-serif;
    
    }
    
    .aboutus {
        display: none;
        flex-direction: column;
        justify-content: center;
        width: 22%;
        font-size: 30px;
        color: white;
        padding-left: 10%;
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 200;
    }

    .aboutusmb {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        color: white;
        padding-left: 9%;
        padding-right: 9%;
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 200;
    }
    
    .ourstory {
        display: none;
        flex-direction: column;
        justify-content: center;
        width: 22%;
        font-size: 30px;
        color: white;
        padding-right: 10%;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 200;
    }
    
    .aboutimg {
        display: none;
        width: 29%;
        padding-left: 4%;
        padding-right: 4%;
        border-radius: 80%;
    }
    
    .aboutbold {
        color: #E1A577;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
    }
    
    .abouttitle {
        display: none;
        color: #E1A577;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
    }

    .abouttitlemb {
        color: #E1A577;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 700;
        font-size: 6vw;
    }
    
    
    .bannercocktail {
        display: none;

    }

    .bannercocktailmb {
        display: flex;
        padding-top: 5%;
        padding-bottom: 10vw;
        background-image: url(img/bannercocktail2.webp);
        background-repeat: no-repeat;
        background-size: 350%;
        width: 100%;
        height: 190vw;
        background-position: 48% 0%;
    }
    
    .bannercomida {
    
        display: none;
        padding-top: 5%;
        padding-bottom: 10vw;
        background-repeat: no-repeat;
        background-size: 350%;
        width: 100%;
        height: 190vw;
        background-position: 48% 0%;
        background-image: url(img/bannercomidadarkv2.webp);
   
    }

    .bannercomidamb {
    
        display: flex;
        padding-top: 5%;
        padding-bottom: 0vw;
        background-repeat: no-repeat;
        background-size: 350%;
        width: 100%;
        height: 175vw;
        background-position: 48% 0%;
        background-image: url(img/bannercomidadarkv2.webp);
   
    }


    .menu1 {
        display: none;
        flex-direction: row;
        justify-content: center;
        height: 5%;
        width: 5vw;
        background: none;
        color: white;
        align-items: center;
        font-size: 1.2vw;
        border-radius: 5%;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
        margin-top: 5%;
        margin-left: 2%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 95%;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        border: solid white 2px;
        transition: transform .2s;
    }
    
    .menu1:hover {
        transform: scale(1.05);
    }

    .menu1mb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 5vw;
        width:27vw;
        background: none;
        color: white;
        align-items: center;
        font-size: 4vw;
        border-radius: 5%;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 600;
        margin-top:10vw;
        margin-left: 2%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 95%;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        border: solid white 3px;
        transition: transform .2s;
    }


    .menu2mb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 5vw;
        width:27vw;
        background: none;
        color: white;
        align-items: center;
        font-size: 4vw;
        border-radius: 5%;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 600;
        margin-top:5vw;
        margin-left: 5%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 95%;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        border: solid white 3px;
        transition: transform .2s;
    }
    
    
    
    .teamtitle {
        display: flex;
        padding-left: 4%;
        padding-top: 4%;
        padding-bottom: 0%;
    }

    .reviewtitle {
        display: flex;
        padding-left: 4%;
        padding-top: 4%;
        padding-bottom: 0%;
    }
    
    
    .teamsection {
        display: grid;
        grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
        justify-content: space-around;
        padding-top: 0%;
        padding-bottom: 5%;
        padding-left: 12%;
        padding-right: 8%;
    }
    
    .team {
        display: grid;
        max-width: 80%;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: transform .2s;
    }
    
    .team:hover {
        transform: scale(1.05);
    }
    
    .teamoverlay {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 10%;
        display: none;
        color: #FFF;
        font-size: 1.4vw;
        border-radius: 0%;
    }
    
    .team:hover .teamoverlay {
        display: block;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    }
    
    .teammemberimg {
        width: 100%;
        /* border-radius: 5%;*/
        transition: transform .2s;
    }
    
    .nomes {
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 350;
        font-style: normal;
        padding-bottom: 2%;
        font-size: 1.2vw;
    }
    
    .nomes2 {
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 350;
        font-style: normal;
        padding-bottom: 2%;
        font-size: 1.2vw;
        color: #FFF;
        padding-top: 21.2vw;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }

    .nomes3 {
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        padding-bottom: 100%;
        font-size: 5.8vw;
        color: #FFF;
        padding-top: 85vw;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }
    
    .testemunho {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding-bottom: 3%;
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .imgtestemunho {
        display: none  !important;
        border-radius: 0%;
        width: 60vw;
        height: 40vw;
        object-fit: cover;
        object-position: 0% -8vw;
        border-radius: 2%;
    }
    
    .formulario {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        color: #FFF;
        padding-left: 0%;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-bottom: 5%;
    }
    
    .form {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0%;
        justify-content: start;
    }
    
    .input {
        display: flex;
        height: 8vw;
        background-color: #101010;
        border-radius: 10px;
        border: 1.5px solid #FFF;
        color: #FFF;
        font-size: 3.5vw;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 1%;
        padding-right: 1%;
        box-sizing: border-box;
        
    }
    
    .inputmsg {
        display: flex;
        height: 40vw;
        background-color: #101010;
        border-radius: 10px;
        border: 1.5px solid #FFF;
        color: #FFF;
        font-size: 3.5vw;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 1%;
        padding-right: 1%;
        box-sizing: border-box;
    }
    
    .inputlabel {
        display: flex;
        width: 100%;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800%;
        font-size: 3.5vw;
        
    }
    
    .submit {
        display: flex;
        height: 8vw;
        width: 100%;
        background-color: #E1A577;
        border-radius: 15px;
        color: #FFF;
        font-size: 3.5vw;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        transition: transform .2s;
        box-sizing: border-box;
    }
    
    
    .formtitle {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0%;
        width: 100%;
        font-size: 8vw;
        line-height: 9vw;
    }
    
    .containerhr {
        width: 80%;
        align-self: center;
        padding-bottom: 2%;
    }
    
    .containerfooter {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .logotxtfooter {
        display: none;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        padding-bottom: 2%;
        text-align: left;
        color: #FFF;
        font-family: "Plus Jakarta Sans", sans-serif;
    }
    
    .logoimgfooter {
        width: 100%;
        padding-bottom: 10%;
    }
    
    .footerlinks {
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: end;
        padding-bottom: 2%;
        padding-right: 3%;
    }

    .containerfootermb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 5%;
    }
    
    .logotxtfootermb {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 2%;
        text-align: center;
        color: #FFF;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 0.8rem;
    }
    
    .logoimgfootermb {
        width: 30%;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    
    .footerlinksmb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 2%;
        padding-right: 27%;
        padding-left: 27%;
    }
    
    .icon {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10%;
    }
    
    .containerhrtop {
        width: 80%;
        align-self: center;
        position: sticky;
        top: 6.9%;
        background-color: #101010;
        z-index: 1;
        box-shadow: 1px 5px 15px 0px #191919;
    }
    
    .hrtop {
        border: 1px solid #E1A577;
        margin-block-end: 0;
        margin-inline-start: 0;
    }
    
    .location {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 4%;
    }
    
    .txtlocation {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-top: 10%;
        padding-right: 0%;
        text-align: center ;
        color: #FFF;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 3.5vw;
    }
    
    .locationform {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 0%;
        padding-bottom: 2%;
    }
    
    .contactform {
        display: flex;
        flex-direction: row;
        align-items: start;
        flex-wrap: wrap;
        color: #FFF;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .formcontact {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0%;
        justify-content: start;
       
    }

    .txtcontacts {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-top: 17%;
        padding-right: 0%;
        text-align: center;
        color: #FFF;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 3.5vw;
    }
    
    .atxtcontacts {
        text-decoration: none !important;
        color: #FFF;
    }
    
    .atxtcontacts:hover {
        color: #E1A577;
    }
    
    .containerteam {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 4%;
    }
    
    .teamform {
        display: flex;
        flex-direction: row;
        align-items: start;
        flex-wrap: wrap;
        color: #FFF;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .formteam {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 3%;
        justify-content: start;
    }
    
    .formtitleteam {
        display: flex;
        justify-content: start;
        align-items: start;
        padding-left: 3%;
        width: 100%;
        font-size: 8vw;
        font-weight: 300;
        
    }
    
    .imgteam {
        
        display: none;
    }
    
    .containerschedule {
        display: flex;
        justify-content: space-between;
        padding-left: 9%;
        padding-bottom: 4%;
    }
    
    .teamschedule {
        display: flex;
        flex-direction: row;
        align-items: start;
        flex-wrap: wrap;
        color: #FFF;
        justify-content: space-between;
        align-items: center;
        width: 90%;
    }
    
    .formschedule {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0%;
        justify-content: center;
    }
    
    .formtitleschedule {
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 0%;
        width: 100%;
        font-size: 8vw;
        font-weight: 300;
        line-height: 9vw;
    }
    
    
    .imgschedule {
        display: none;
        align-items: center;
        width: 42%;
        height: 42%;
        padding-right: 11%;
        padding-top: 8%;
    }
    
    .eventcontainer {
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 3%;
    }
    
    .heading {
        text-transform: uppercase;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: start;
        line-height: 50%;
    }
    
    .grid-container {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .event {
        position: relative;
        overflow: hidden;
    }
    
    .event img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        color: #fff;
        padding: 10px;
        text-align: left;
    }
    
    .event h2 {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    
    .event p {
        font-size: 1rem;
    }
    
    .large {
        flex: 0 0 51%;
        /* Large event takes 66% of the width */
        height: 800px;
        transition: transform .2s;
    }
    
    .large:hover {
        transform: scale(1.02);
        box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
    }
    
    .small-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex: 0 0 48%;
        /* Small events take the remaining 33% of the width */
    }
    
    .small {
        height: 390px;
        transition: transform .2s;
    }
    
    .small:hover {
        transform: scale(1.02);
        box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
    }
    
    .maineventtitle {
        font-size: 2vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 5%;
        font-weight: bold;
    }
    
    .eventtitle {
        font-size: 1.5vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 20%;
        font-weight: bold;
    }
    
    .maineventdate {
        font-size: 0.8vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 0%;
        padding-bottom: 2%;
    }
    
    .eventdate {
        font-size: 0.8vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 0%;
        padding-bottom: 1%;
    }
    
    .containerspotify {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 3%;
    }
    
    /*! Flickity v2.3.0
    https://flickity.metafizzy.co
    ---------------------------------------------- */
    .flickity-enabled {
        position: relative;
    }
    
    .flickity-enabled:focus {
        outline: none;
    }
    
    .flickity-viewport {
        overflow: hidden;
        position: relative;
        height: 100%;
        transform: translateZ(0);
    }
    
    .flickity-slider {
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateZ(0);
    }
    
    /* draggable */
    .flickity-enabled.is-draggable {
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }
    
    .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }
    
 
    
    /* ---- page dots ---- */
    .flickity-page-dots {
        position: absolute;
        width: 100%;
        bottom: 10%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        line-height: 1;
    }
    
    .flickity-rtl .flickity-page-dots {
        direction: rtl;
    }
    
    .flickity-page-dots .dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 8px;
        background: transparent;
        border: 2px solid white;
        border-radius: 50%;
        opacity: 0.25;
        cursor: pointer;
    }
    
    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }
    
    /* external css: flickity.css */
    .carouselmb {
        height: 180vw;
    }
    
    .carousel-cellmb {
        width: 100%;
        height: 180vw;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: gallery-cell;
    }
    
    /* cell number */
    .carousel-cellmb:before {
        display: block;
        text-align: center;
        /*content: counter(gallery-cell);*/
        line-height: 200px;
        font-size: 80vw;
        color: white;
    }
    
    *::-webkit-scrollbar {
        width: 0;
    }
    
    *::-webkit-scrollbar-track {
        background: transparent;
    }
    
    *::-webkit-scrollbar-thumb {
        background: transparent;
        border: none;
    }
    
    .txtslide1mb {
        padding-top: 40vw;
        padding-left: 0%;
    }

    .carousel {
        display: none;
        height: 200vw;
    }
    
    .carousel-cell {
        display: none;
        width: 100%;
        height: 200vw;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: gallery-cell;
    }
    
    /* cell number */
    .carousel-cell:before {
        display: block;
        text-align: center;
        /*content: counter(gallery-cell);*/
        line-height: 200px;
        font-size: 80px;
        color: white;
    }
    
    *::-webkit-scrollbar {
        width: 0;
    }
    
    *::-webkit-scrollbar-track {
        background: transparent;
    }
    
    *::-webkit-scrollbar-thumb {
        background: transparent;
        border: none;
    }
    
    .txtslide1 {
        padding-top: 11%;
        padding-left: 0%;
    }
    


    .carouselteammb {
        background: #101010;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 4vw;
        height: 95vw;
    }
    
    .carousel-cell_teammb {
        width: 69%;
        height: 95vw;
        margin-right: 2vw;
        border-radius: 5px;
        counter-increment: carousel-cell_team;
    }
    

    
    /* cell number */
    .carousel-cell_teammb:before {
        display: block;
        text-align: center;
        /*  content: counter(carousel-scell_team);*/
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

    .carouselteam {
        display: none;
  
    }
    
    .carousel-cell_team {
        display: none;
  
    }
    

    
    /* cell number */
    .carousel-cell_team:before {
        display: none;
       
    }

    /* SLIDER REVIEW*/

.carouselreviewmb {
    background: #101010;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    height: 50vw;
    margin-bottom: 4vw;
}


.carousel-cell_reviewmb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 50vw;
    margin-right: 2vw;
    border-radius: 15px;
    counter-increment: carousel-cell_team;
    overflow: hidden;
}



/* cell number */
.carousel-cell_reviewmb:before {
    display: block;
    text-align: center;
    /*  content: counter(carousel-scell_team);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}


.carouselreview {
    display: none;
   
}

.carousel-cell_review {
    display: none;

}

.reviewtxt{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    max-height: 100%;
    padding-left: 4%;
    padding-right: 4%;
    overflow: hidden;
    text-overflow: ellipsis;
   
    
}

.reviewuser{

    display: flex;
    flex-direction: row;
    justify-content: end;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-top: 0%;
    padding-bottom: 0vw;
    padding-left: 8%;
    padding-right: 8%;
    
}



    /* --------------------NAV MOBILE-----------------------------*/

    .anav {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-size: 1.6rem;
        font-weight: 400;
        color: #E1A577;
        text-decoration: none;
    }
    .anav:visited {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        color: #E1A577;
    }
    .anav:hover {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        color: #E1A577;
    }
    
    
    /* off-screen-menu */
    .off-screen-menu {
        
        z-index: 5;
      /*  background-color:  #1C1C1C;*/
        background-image: url("img/bannermainv4.webp");
        background-position: 30% 38%;
        filter: brightness(0.8);
        background-size: fill;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        position: fixed;
        top: 0;
        right: -300%;
        display: flex;
        flex-direction: column;
        align-items: end;    
        justify-content: center;
        text-align: right;
        font-size: 2rem;
        line-height: 4rem;
        transition: .3s ease;
        padding-right: 5%;
    }
    .off-screen-menu.active {
        right: 0;
    }
    
    
    
    /* nav */
    .navmobile {
        top: 0;
        margin: 0;
        z-index: 10;
        padding-top: 1rem;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 1rem;
        display: flex;
        position: sticky;
        background-color: #070707;
    }

    .navmobile.active {
        background:transparent; /* New color when the menu is active */
        /* other styling if needed */
    }
    
    
    
    /* ham menu */
    .ham-menu {
        z-index: 1;
        height: 45px;
        width: 5px;
        margin-top: 1%;
        margin-left: auto;
        position: sticky;
        padding-right: 10%;
    }
    .ham-menu span {
        height: 3px;
        width:40px;
        background-color: #E1A577;
        border-radius: 4px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease;
    }
    .ham-menu span:nth-child(1) {
        top: 25%;
    }
    .ham-menu span:nth-child(3) {
        top: 75%;
    }
    .ham-menu.active span {
        background-color: #E1A577;
    }
    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .ham-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    ul{
        list-style: none;
    }

    .eventcontainermb {
        text-align: center;
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: 3%;
    }
    
    .headingmb {
        text-transform: uppercase;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: start;
        font-weight: 300;
        font-size: 8vw;
        line-height: 50%;
        
    }
    
    .grid-containermb {
        padding-top: 15vw;
        display: flex;
        flex-direction: column ;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .eventmb {
        position: relative;
        overflow: hidden;
    }
    
    .eventmb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .overlaymb {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        color: #fff;
        padding: 10px;
        text-align: left;
    }
    
    .eventmb h2 {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    
    .eventmb p {
        font-size: 1rem;
    }
    
    .largemb {
        flex: 0 0 100%;
        /* Large event takes 66% of the width */
        height: 50vw;
       
    }
    
  
    
    .small-wrappermb {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex: 0 0 48%;
        /* Small events take the remaining 33% of the width */
    }
    
    .smallmb {
        height: 390px;
      
    }
    
    
    .maineventtitlemb {
        font-size: 6vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 5%;
        font-weight: 300;
    }
    
    .eventtitlemb {
        font-size:6vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 20%;
        font-weight: bold;
    }
    
    .maineventdatemb {
        font-size: 3vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 0%;
        padding-bottom: 2%;
        font-weight: 300;
    }
    
    .eventdatemb {
        font-size: 0.8vw !important;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 2%;
        line-height: 0%;
        padding-bottom: 1%;
    }

    .eventcontainer{
        display: none;
    }

    .googlemap{

        width:100%;
        height:80vw;
        border:0; 
    }


.containeropenings{

    display: flex;
    flex-direction: column;
    justify-content: start;
    width:90%;
    padding-left: 3%;
    padding-right: 5%;
    margin-bottom: 5%;

}

.containerhrjobs{

    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 0%;

}

.apply{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    
}

.jobopenings{

    padding-left: 2%;
    font-weight: 300;


}

.btnapply{

    display: flex;
    justify-content: center;
    align-items: center;
   
    width:4rem;
    height: 2rem;
    background-color: #E1A577;
    color: #FFF;
    font-size: 1rem;
    font-family:"Plus Jakarta Sans", sans-serif;

}

.locationtitle{

    font-weight: 300;
    padding-left: 4%;

    
}

label{

    margin-bottom: 3vw;
}

input{

    margin-bottom: 4vw;
}

textarea{

    margin-bottom: 4vw;
}
.infoevent{

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15vw;
    
}
    
}




