* {
    box-sizing: border-box;
}

.headerimagecontainer {
  transform: translateX(120%) scale(1.05);
  opacity: 0;
  filter: blur(10px);
  animation: slideInRight 0.6s ease forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(120%) scale(1.05);
    opacity: 0;
    filter: blur(10px);
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

.slideheadercontentbox {
  transform: translateX(-120%) scale(1);
  opacity: 0;
  filter: blur(10px);
  animation: slideInBox 0.6s ease 0.4s forwards;
}

@keyframes slideInBox {
  from {
    transform: translateX(-120%) scale(1);
    opacity: 0;
    filter: blur(10px);
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

.slidercontrols {
  transform: translateY(250%) scale(1.05);
  opacity: 0;
  filter: blur(10px);
  animation: slideUp 0.6s ease 1s forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(250%) scale(1.05);
    opacity: 0;
    filter: blur(10px);
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}




.postheadercontentbox {
    color: #fff;
    background-color:  #509E2F;
    border-radius: 22px;
    bottom: 10%;
    box-sizing: border-box;
    gap: 10px;
    height: auto;
    left: 20%;
    min-width: 300px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 10;
    }

.postheadercontentbox h1, .postheadercontentbox p {
    color: #fff;
}

.slidercontrols {
    transform: none;
    transform-origin: top right;
    flex: 1;
    display: flex;
    background: #509E2F;
    border-radius: 22px;
    color: #fff;
    height: auto;
    right: -40%;
    min-width: 200%;
    padding: 10px 10px 10px 30px;
    position: relative;
    top: auto;
    bottom: -30px;
    z-index: 30;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}


.slideheaderlink {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.locationcontentbox {
        top: 100px;
      box-sizing: border-box;
    container: header;
    display: flex;
    flex-direction: column;
    gap: 10px;
       left: 40px;
 height: clamp(60%, 34vh + 1rem, 34vh);
       width: 360px;
    overflow: hidden;
      padding: 30px 30px 20px 30px;
    border-radius: 22px;
    position: absolute;
    z-index: 10;
    }

.headercontentbox {
    border-radius: 40px;
    box-sizing: border-box;
    container: header;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    left: 60px;
    width: 400px;
    overflow: hidden;
    padding: 30px 30px 10px 30px;
    position: absolute;
    top: 100px;
    z-index: 50;
}

.header-spacer {
    padding-top: 90px;
    display: flex;
    background: transparent;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
}

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

.headerbuttonlink a {
    align-items: center;
    display: flex;
    gap: 15px;
    text-decoration: none;
}

.headerbuttonlink a svg {
    flex-shrink: 0;
    height: 32px;
    width: 33px;
}

.headerbuttons {
    align-items: flex-start;
    border-bottom: 1px solid #509E2F;
    border-top: 1px solid #509E2F;
    display: flex;
    flex-direction: row;
    gap: 55px;
    justify-content: space-evenly;
    margin-top: 70px;
    padding: 20px;
    transform: translateX(5%);
    width: 90%;
}

.headercontainer {
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.headercontent {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: relative;
    width: 100%;
}


.headercontentcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 66vh;
}

.headercontentrow1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 70vh;
}

.headercontentrow2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.Headerimage {
    border-radius: 0px 0 0 0px;
    flex: 1;
    height: 66vh;
    overflow: hidden;
    position: relative;
}

.Headerimage .infoheaderimage {
    border-radius: 0px 0 0 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.Headerimage .infoheaderimage img {
    border-radius: 0px 0 0 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.Headerimage .locationheaderimage {
    border-radius: 0px 0 0 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.Headerimage .locationheaderimage img {
    border-radius: 0px 0 0 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.Headerimage .singleheaderimage {
    border-radius: 0px 0 0 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.Headerimage .singleheaderimage img {
    border-radius: 0px 0 0 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.Headerimage .swiper-slide img {
    border-radius: 0px 0 0 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.headerimagecontainer {
    flex: 3;
    overflow: hidden;
    position: relative;
}

.headerimagecontainer .swiper {
    border-radius: 0px 0 0 0px;
    height: 100%;
    width: 100%;
}

.headerimagecontainer .swiper-slide img {
    border-radius: 0px 0 0 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.headerinfoimagecontainer {
    flex: 3;
    overflow: hidden;
    position: relative;
}

.headerintro1, .headerintro2, .headerlink {
    box-sizing: border-box;
 
  min-width: 0;
    overflow-wrap: break-word;
}

.headerintro {
    margin-right: 20px
}

.headerlocationimagecontainer {
    flex: 3;
    overflow: hidden;
    position: relative;
}

    .headerlink {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }

.headerloccontainer {
    display: flex;
    flex-direction: column;
    flex: 0;
    justify-content: space-around;
}

.headermobilecontentbox {
    display: none;
}


    .headerbuttonlink:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease, fill 0.3s ease;
}

.headersection {
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
    margin-top: 0px;
    position: relative;
}

.headersinglecontentcontainer {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 0;
}

.headersingleimagecontainer {
    flex: 8;
    overflow: hidden;
    position: relative;
}

.headersliderboxcontainer {
    display: flex;
    flex: 2;
    position: relative;
}

.headertitle.head2 {
    text-align: left;
    width: auto;
}

.headertitle.head3 {
    text-align: center;
    width: auto;
}

.headertitle.head4 {
    text-align: center;
    width: 100%;
    overflow: hidden;
line-break: ;
}

.headertitle.head5 {
    text-align: left;
    width: auto;
    margin: 0px;
}

.locationcontentbox.eventbox {
    top: 90px;
    box-sizing: border-box;
    container: header;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 40px;
    min-height: 200px;
    height: clamp(60%, 34vh + 1rem, 34vh);
    width: 360px;
    overflow: hidden;
    padding: 10px 20px 20px 30px;
    border-radius: 22px;
    position: absolute;
    z-index: 10;
}

.headertitle.head6 {
    width: 100%;
    max-width: 1200px;
    margin: 70px auto;
    padding: 0 20px;
    text-align: left;
}

.headertitle.head7 {
    text-align: left;
    width: auto;
}

.headertitle.head1 {
    text-align: left;
    width: auto;
}

  .hero-caption {
            display: flex;
            color: #257226;
            margin-right: 40px;
        text-align: left;
    }
.sliderdetailscont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}


.hero-pagination.swiper-pagination {
    position: absolute;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 20px;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.hero-slide-details {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.infoheadercontentbox {
    z-index: 50;
  position: absolute;
  top: 25%; 
  left: 5%;
  width: 300px; 
  min-height: 300px;
  padding: 30px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.infoheadertitle {
  margin: 0;
  padding: 0 2px;
  text-align: center;
  /* start at a reasonable max: */
}

.slideheadercontentbox {
    position: relative;
    z-index: 50;
    left: 60px;
    padding: 60px 40px 50px 40px;
    margin: 0px;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
    width: 100%;
    height: 400px;
    min-height: 160px;
    min-width: 400px;
    max-width: 400px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
}

.inner {
  padding-top: 20px;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transform-origin: center center;
}

.inner h1,
.inner h2 {
  padding: 0 2px;
  text-align: left;
  line-height: 110%;
  font-weight: 700;
}
.inner h1 {    font-size: clamp(1rem, 5vw, 2.8rem);   margin: 0px 0px 1px 0px;}
.inner h2 {    font-size: clamp(.8rem, 3.5vw, 1.4rem);; opacity: 0.8; }

.headerlink {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}



.locheaderlink {
    align-items: center;
    display: flex;
}

.locheaderlink a {
    padding: 0px;
}

.locheaderlink:before {
    align-items: center;
    background-image: url('/wp-content/themes/rockhopper/assets/images/purplearrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-flex;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    width: 30px;
}

.osrefdiv {
    align-items: center;
    display: flex;
}

.osrefdiv p {
    line-height: .9em;
    margin: 0px;
    overflow-wrap: break-word;
}

.osrefdiv:before {
    align-items: center;
    background-image: url('/wp-content/themes/rockhopper/assets/images/redpin.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-flex;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
}

.refheader-spacer {
    align-content: flex-end;
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: center;
}

.singlecontentcontainer {
    display: flex;
    flex-direction: row;
    margin-bottom: 2vh;
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.mapheadercontainer {
    
    margin-bottom: -59px;
}

.singleheadercontentbox {
    border-radius: 22px;
    bottom: 10%;
    box-sizing: border-box;
    gap: 10px;
    height: auto;
    left: 20%;
    min-width: 300px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 10;
}


.slidercontrols .sliderheadertext {
        margin-bottom: 1px;
}

.slidercontrols .swiper-button-next, .slidercontrols .swiper-button-prev {
    align-items: center;
    background: none;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    height: auto;
    justify-content: right;
    margin: 0;
    position: static;
    width: auto;
    z-index: auto;
}

.slidercontrols p {
    margin: 0;
}

.sliderdetails {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 0px;
    padding: 0px;
}

.swiper-button-next button, .swiper-button-prev button {
    padding: 0px;
}

.swiper-button-next, .swiper-button-prev {
    background: none;
    color: inherit;
}

.swiper-button-next:after {
    content: '' !important;
    font-family: swiper-icons;
    font-size: 1em;
    font-variant: initial;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}

.swiper-controls {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.swiper-controls button {
    background: none;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0px;
    transition: background-color 0.3s, transform 0.2s;
}

.swiper-controls button:active {
    background-color: none;
    transform: scale(0.55);
}

.swiper-controls button:focus {
    outline: none;
}

.swiper-controls button:hover {
    background-color: none;
    transform: scale(1.05);
}

.swiper-pagination-bullet {
    background: none !important;
    border-radius: 15% !important;
    border: 2px solid #fff !important;
    display: inline-block !important;
    height: 16px !important;
    opacity: .9 !important;
    width: 16px !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    border-radius: 15% !important;
    border: 2px solid #fff !important;
    display: inline-block !important;
    height: 16px !important;
    opacity: .9 !important;
    width: 16px !important;
}

.wwwrefdiv {
    align-items: center;
    display: flex;

}

.headerlinkdiv {
    align-items: center;
    display: flex;

}

.locationbuttons {
    align-items: flex-start;
    border-bottom: 0px solid #509E2F;
    border-top: 0px solid #509E2F;
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: space-evenly;
    margin-top: 0px;
    padding: 20px;
    transform: translateX(10%);
    width: 80%;
}


.wwwrefdiv:before {
    align-items: center;
    background-image: url('/wp-content/themes/rockhopper/assets/images/whatthreewords.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-flex;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    width: 30px;
}


.eventheaderdetails {
    background: #509E2F;
    border-radius: 22px;
    color: #fff;
    height: 130px;
    left: -25%;
    min-width: 600px;
    padding: 20px;
    position: relative;
    top: -50%;
    z-index: 50;
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.eventheaderdetails .eventheaderdetailsrtext {
    margin-bottom: 1px;
}


.header-ref {
    display: none;
}

.headerlocationimagecontainer {
    flex: 3;
    overflow: hidden;
    display: flex;
    gap: 10px;
    position: relative;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
}   

.mobileheader-ref {
        display: flex;
           width:  100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-evenly;
        position: relative;
            margin: 0px;
    }

.midlocationcontentbox  {display: none}

@media screen and (max-width: 1060px) and (min-width: 769px) {  

    .mobileheader-ref {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-around;
        position: relative;
            margin: 0px;
    }
    
.headermobilecontentbox {
  display:none;
    }
    .header-ref {
         display:none;
            }

    .headercontentcontainer {
        display: flex
;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }
    
    .locationcontentbox { display: none;}
    
    
.midlocationcontentbox {
    top: 100px;
    border-radius: 22px;
    box-sizing: border-box;
    container: header;
    display: flex
;
    flex-direction: column;
    gap: 10px;
       left: 60px;
    height: clamp(60%, 34vh + 1rem, 34vh);
    width: 360px;
    overflow: hidden;
    padding: 30px 30px 20px 30px;
    border-radius: 22px;
    position: absolute;
    z-index: 10;
}
    
        .Headerimage {
        border-radius: 0px 0px 0px 0px;

    }
    
.Headerimage  .locationheaderimage {
            border-radius: 0px 0px 0px 0px;
}
    
    .Headerimage .locationheaderimage img {
    border-radius: 0px 0 0 0px;
        }
    
}


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

   .eventheaderdetails 
    {display: none;
    }
    

    .header-ref {
        display: none;
    }

    .header-spacer {
      padding-top: 0px;
    display: flex;
    background: transparent;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 25px;
    }

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

    .headerbuttonlink a {
        align-items: center;
        display: flex;
        gap: 15px;
        text-decoration: none;
    }

    .headerbuttonlink a svg {
        flex-shrink: 0;
        height: 32px;
        width: 33px;
    }
    

    

    .headerbuttons {
        align-items: flex-start;
        border-bottom: 0px solid #509E2F;
        border-top: 0px solid #509E2F;
        display: flex;
        flex-direction: row;
        gap: 35px;
        justify-content: space-evenly;
        margin-top: 10px;
        padding: 10px;
    }

    .headercontainer {
        display: flex;
        flex-direction: column;
        height: auto;
        position: relative;
        width: 100%;
    }

    .headercontent {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .headercontentbox {
        display: none;
    }

        .slideheadercontentbox {
        display: none;
    }

      .headercontentcontainer {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

  .headercontentrow1 {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
                height: auto;
    }

    .headercontentrow2 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

    .Headerimage {
        border-radius: 0px 0px 0px 0px;
        flex: none;
        overflow: hidden;
        position: relative;
            width: 100%;
    }

    .Headerimage .infoheaderimage img {
        display: none;
    }

    .Headerimage .locationheaderimage img {
        border-radius: 0px 0px 0px 0px;
    }

    .Headerimage .singleheaderimage {
        border-radius: 0px 0px 0px 0px;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .Headerimage .singleheaderimage img {
        border-radius: 0px 0px 0px 0px;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .Headerimage .swiper-slide img {
        border-radius: 0;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .headerimagecontainer {
        border-radius: 0px 0px 0px 0px;
        flex: none;
        height: auto;
        margin: auto;
        position: relative;
        width: 100%;
    }

    .headerimagecontainer .swiper {
        height: auto;
        width: 100%;
    }

    .headerimagecontainer .swiper-slide img {
        border-radius: 0px 0px 0px 0px;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .headerinfoimagecontainer {
        display: none;
    }

    .headerintro1, .headerintro2 {
        margin-bottom: 10px;
        padding-left: 0px;
          padding-right: 10px;
    }

    .headerintro {
    margin-right: 20px
}

    .headerlink {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }

    .headermobilecontentbox {
        border-radius: 0;
        display: flex
;
        flex-direction: column;
       gap: 0px; 
        left: 0;
        margin: 0px 0px 0px 0px;
    padding: 20px 10px 0px 10px;
        position: relative;
        top: 0;
        z-index: 1;
     
    }

    .headersection {
        display: flex;
        flex-direction: column;
        margin-bottom: 2px;
        margin-top: 0px;
        overflow: hidden;
        position: relative;
    }

    .headersinglecontentcontainer {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        flex: 1;
        justify-content: center;
        margin: auto;
    }

    .headersingleimagecontainer {
          display: flex;
        height: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    .headersliderboxcontainer {
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex: none;
        height: 20px;
        position: relative;
        width: 100%;
        flex-direction: column;
        align-content: center;
    }

    .headertitle {
               padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 00px;
       width: auto;
    }

 .infoheadertitle {
               padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 00px;
       width: auto;
    }


    .hero-caption {
        align-items: flex-end;
        color: #257226;
        font-size: 0.7em;
        margin-right: 40px;
        text-align: right;
    }

    .infoheadercontentbox {
        align-items: center;
        border-radius: 22px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        left: 0px;
        margin: 20px auto 0px auto;
        min-width: auto;
        padding: 20px;
        position: relative;
        width: 90%;
    }

    .locationcontentbox {
        display: none;
    }

    .locationheaderimage {
        border-radius: 0px 0px 0px 0px;
    }

    .locationbuttons {
        display: none;
        
    }

    .mobileheader-ref {
        display: flex;
     flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
        position: relative;
                margin: 20px 5px 5px 5px;
    }

    .refheader-spacer {
        display: none;
    }

    .singlecontentcontainer {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: center;
        margin-bottom: 2vh;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .singleheadercontentbox {
        border-radius: 22px;
        bottom: 0%;
        top: -20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 0px;
        height: auto;
        left: 0%;
        max-width: 90%;
        min-width: 300px;
        overflow: hidden;
        padding: 10px;
        position: relative;
        width: auto;
        z-index: 10;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .slidercontrols {
        background: #509E2F;
        border-radius: 8px;
        color: #fff;
        height: 100px;
        left: 6%;
        max-width: 88%;
        min-width: 84%;
        padding: 15px;
        position: relative;
        right: 50%;
        top: -80px;
        width: auto;
        z-index: 10;
    }

    .slidercontrols p {
        margin: 0;
    }

    .swiper-controls button {
        background-color: none;
        border-radius: 5px;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        padding: 5px 5px;
        transition: background-color 0.3s, transform 0.2s;
    }

    .postheadercontentbox {
                background-color:  #ffffff00;
        border-radius: 0px;
        bottom: 10%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: auto;
        left: 0%;
        max-width: 100%;
        min-width: 90%;
        overflow: hidden;
        padding: 10px;
        position: relative;
        width: auto;
        z-index: 10;
    }
    
    .postheadercontentbox h1, .postheadercontentbox p {
    color: #509E2F;
}

.headerlocationimagecontainer {
    flex: 3;
    overflow: hidden;
    display: flex;
    gap: 10px;
    position: relative;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
}

.headerimagecontainer .swiper {
    border-radius: 0px 0 0 0px;
    height: 100%;
    width: 100%;
}

}


