/* UNIVERSAL Imported Libraries */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* UNIVERSAL Standards & Constants */

:root{
  --primary-lighter: #00ddcc;
  --primary: #00ccbb;
  --primary-darker: #53B6A6;
  --primary-dark: #588C87;
  --primary-darkest: #244F4B;
  --primary-darkdark: #022c29;
  --red: #E84B4A
}
/* #121212 = #121212 */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", "Source Sans 3", "Inter", system-ui, sans-serif;
  font-weight: 550;
}
::placeholder{
  color: #333333;
}
html{
  scroll-behavior: smooth;
}
body{
  background: linen;
  overflow-x: hidden;
}
button{
  transition: 0.17s ease-in-out;
}
button:hover{
  scale: 1.025;
  cursor: pointer;
}
a{
  text-decoration: none;
  color: white;
}
u{
  font-family: "Source Sans 3", system-ui, sans-serif;
}
.cky-btn-revisit-wrapper{
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cky-banner-btn-close{
  translate: -15px 22.5px;
  scale: 1.35;
}
.cky-banner-btn-close:hover{
  scale: 1.7;
}
.cky-title{
  letter-spacing: -0.5px;
}
.cky-notice-des p{
  font-family: "Source Sans 3", system-ui, sans-serif;
}
/* UNIVERSAL Landscape Header */
.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0% 5%;
  color: white;
  gap: 2%;
  width: 100vw;
  height: 80px;
  position: fixed;
  top: 0;
  background: linear-gradient(#000000BB, #00000000);
  -webkit-backdrop-filter: blur(10px); /* fixes blur for Safari */
  backdrop-filter: blur(10px);
  overflow: hidden;
  z-index: 10;
}
.headerA{
  display: flex;
  height: 100%;
  align-items: center;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  padding: 5px;
  transition: 0.17s ease-in-out;
  letter-spacing: -0.75px;
  font-weight: 600;
}

.headerItem:hover{
  scale: 1.1;
  text-shadow: 0px 0px 10px white;
}
.headerSocials a{
  display: flex;
  align-items: center;
  height: 100%;
  width: 32px;
  transition: 0.17s ease-in-out;
}
.headerSocials a:hover{
  scale: 1.1;
  color: #eeeeee;
  background: #ffffff33;
  border-radius: 8px;
}

.headerLogo{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  width: 150px;
  font-size: 16px;
  padding: 0px;
  white-space: nowrap;
  line-height: 18px;
  translate: 0px 6px;
  letter-spacing: -1.5px;
}
.headerLogo:hover{
  scale: 1.075;
  text-shadow: 0px 0px 10px white;
}
.headerLogoBottom{
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 3px;
  letter-spacing: -0.6px;
}
.headerLogoFlagBottom{
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/swiss-flag?v=1721098313755");
  background-repeat: no-repeat;
  background-size: cover;
  translate: 0px -0.8px;
}
.headerPages{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 75%;
  height: 100%;
}
.headerSocials{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  gap: 7.5px;
  font-size: 32px;
}
.headerSocials ion-icon{
  color: white;
}
/* UNIVERSAL ENGLISH Language Selection Menu */
.languageSelector{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 3vh;
  left: 3vh;
  width: fit-content;
  height: fit-content;
  background: #00000025;
  -webkit-backdrop-filter: blur(10px); /* fixes blur for Safari */
  backdrop-filter: blur(10px);
  border-radius: 1000000px;
  border: 1px solid white;
  color: white;
  transition: 0.17s;
  overflow: hidden;
  z-index: 9999999;
}
.languageSelector:hover{
  box-shadow: 0px 0px 20px white;
  background: #00000050;
}
.languageOption{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5vw 1.75vw;
  border-radius: 1000000px;
  transition: 0.17s;
  font-size: 2vw;
  letter-spacing: -1px;
  cursor: pointer;
}
.languageOption:hover{
  text-shadow: 0px 0px 5px white;
  scale: 1.05;
}
.languageCurrentlySelected{
  display: flex;
  cursor: ew-resize;
}
.languageCurrentlySelected p{
  visibility: hidden;
  width: 0px;
  height: 100%;
}
.languageCurrentlySelected:hover{
  background: #00000025;
}
.languageCurrentlyNotSelected{
  display: none;
}

/* HOMEPAGE Landscape Section 1 */
.section1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  width: 100vw;
  height: 98vh;
  background: url("https://pub-ca8d001c1b6a45e383bd9aeda5eafe4e.r2.dev/Screenshot%202025-06-09%20141916.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
}
.section1 span{
  margin-bottom: 80px;
  width: 100%;
  height: 0px;
}

.homeHeroText{
  margin-top: auto;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 7vw;
  font-weight: 900;
  text-shadow: 1px 1px 4px #555555; 
  letter-spacing: -1px;
}
.homeHeroSubtext{
  font-weight: 600;
  font-size: 4vw;
  letter-spacing: -1px;
  text-shadow: 1px 1px 4px #555555;
}
.bookButton{
  color: white;
  font-size: 2vw;
  font-weight: 650;
  border: 2px solid white;
  background: #00ccbbBB;
  border-radius: 10vw;
  padding: 1vw 5vw;
  margin-top: 2.5vw;
  -webkit-backdrop-filter: blur(5px); /* fixes blur for Safari */
  backdrop-filter: blur(5px);
}
.bookButton:hover{
  background: var(--primary);
  box-shadow: 0px 0px 20px white;
}

.scrollDownContainer{
  margin-top: auto;
}
.scrollDownContainer h3{
  font-size: 2vw;
  font-weight: 650;
  text-shadow: 1px 1px 4px #555555;
  letter-spacing: -1px;
}
.peekBelowArrow{
  position: relative;
  animation: SmallBounce 1s ease-in-out infinite;
  font-size: 3.75vw;
  text-shadow: 0px 0px 5px white;
}
@keyframes SmallBounce{
  0%, 100%{
    bottom: 0;
  }
  50%{
    bottom: 6px;
  }
}
@keyframes MediumBounce{
  0%, 100%{
    bottom: 0;
  }
  50%{
    bottom: 10px;
  }
}


/* HOMEPAGE Landscape Transition Section */
.keyPointsSectionContainer{
  background: linen;
}
.keyPoints{
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: fit-content;
  width: 100%;
  background: var(--primary);
  border-radius: 0px 0px 24px 24px;
  border-top: 2px solid white;
  border-bottom: 5px solid var(--primary-dark);
  padding: 2% 5%;
}
.keyPoints h2{
  width: 100%;
  font-size: 2.5vw;
  font-weight: 750;
  color: white;
  text-align: center;
}
.keyPointsCards{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.keyPointsCardDivider{
  width: 2px;
  height: 33px;
  background: white;
  border-radius: 5px;
}
.keyPointsCard{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
  width: 100%;
  border-radius: 24px;
  border: 1px solid #121212;
  background: white;
  white-space: nowrap;
  color: #121212;
  font-size: 1vw;
  letter-spacing: -0.5px;
  padding: 16px;
  margin: 0% 4%;
  box-shadow: 0px 0px 14px var(--primary);
  transition: 0.17s;
}
.keyPointsCard:hover{
  cursor: cell;
  scale: 1.02;
  background: #dddddd;
}
.keyPointsCardSpecial{
  background: #FFF78C;
}
.keyPointsCardSpecial:hover{
  background: #FFD859;
}
.keyPointsCard ion-icon{
  color: #121212;
  padding: 5px;
  font-size: 2vw;
}
.googleReviewsKeyPointsCardIcons{
  display: flex;
  flex-direction: row;
  font-size: 1vw;
  height: fit-content;
  width: fit-content;
  gap: 2px;
  padding: 5px 0px;
}
/* Pricing Info */
.pricing{
  border-top: 2px solid var(--primary);
  border-radius: 0px;
  gap: 2vw;
  overflow: hidden;
  color: white;
}
.pricing .keyPointsCardDivider{
  background: white;
}
.pricing h1{
  text-align: center;
  font-size: 3vw;
  font-weight: 750;
}
.pricing p{
  font-family: "Source Sans 3", system-ui, sans-serif;
  text-align: center;
  font-size: 2vw;
}
.pricingCards{
  gap: 2vw;
}
.pricingCards a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pricingCard{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2vw;
  margin: 0px;
  gap: 1vw;
  box-shadow: 0px 0px 20px var(--primary);
}
.pricingCard h1{
  font-size: 3vw;
  color: black;
}
.pricingCard h3{
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 1.5vw;
  color: gray;
  margin: none;
}
.variablePricing{
  display: grid;
  height: fit-content;
  width: 90vw;
  margin: 2% 5%;
  padding: 5% 10%;
  border-radius: 24px;
  border: 2px solid var(--primary);
  grid-template: 1fr / 1fr 1fr;
  grid-template-areas: "lefty righty";
  background: white;
  grid-gap: 5vw;
}
.variablePricingSelection{
  grid-area: lefty;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
.variablePricingPrompt h1{
  font-size: 3vw;
  font-weight: 750;
  text-align: left;
}
.variablePricingPrompt h2{
  font-size: 2vw;
  font-family: "Source Sans 3", system-ui, sans-serif;
}
.variablePricingSelectionOptions{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
.variablePricingSelectionOption{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3vw;
  width: 3vw;
  padding: 2.5vw;
  font-size: 2vw;
  border-radius: 50%;
  border: 2px solid #121212;
  background: #F1FCFF;
  transition: 0.17s;
  cursor: pointer;
}
.variablePricingSelectionOption:hover{
  scale: 1.05;
  box-shadow: 0px 0px 15px var(--primary);
  background: #FAFFFF;
}
.variablePricingSelectionOption.selectedVariablePricingSelectionOption{
  scale: 1;
  color: white;
  cursor: default;
  background: rgb(43, 106, 248);
  box-shadow: none;
}
.variablePricingPrice{
  grid-area: righty;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.variablePricingPrice h1{
  font-size: 6vw;
  font-weight: 750;
  width: 80%;
}
.variablePricingPrice h2{
  font-size: 3vw;
  font-family: "Source Sans 3", system-ui, sans-serif;
  width: 80%;
}
.variablePricingPrice a{
  color: black;
  cursor: default;
}
.variablePricingPrice h3{
  color: white;
  width: fit-content;
  font-size: 2vw;
  font-weight: 700;
  background: var(--primary);
  padding: 1vw 2vw;
  border-radius: 10000px;
  border: 2px solid white;
  outline: 1px solid var(--primary);
  cursor: pointer;
  transition: 0.17s;
  text-decoration: none;
  cursor: pointer;
}
.variablePricingPrice h3:hover{
  scale: 1.05;
  background: var(--primary-darker);
  box-shadow: 0px 0px 10px var(--primary);
}

/* HOMEPAGE Landscape Section 2 */

.pageInfoSection{
  display: grid;
  height: fit-content;
  width: 100vw;
  padding: 5%;
}
.section2{
  grid-template: 1fr / 3fr 5fr;
  grid-template-areas: "lefty righty";
  background-color: white;
  grid-gap: 10%;
}
.secondaryImg{
  grid-area: righty;
  max-height: 100%;
  max-width: 100%;
  background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/alps-picture.avif?v=1726720933103");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  border-radius: 24px;
  border: 2px solid var(--primary);
}
.homePageText{
  grid-area: lefty;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  color: #121212;
}
.pageTitle{
  display: inline;
  font-size: 4vw;
  font-weight: 750;
  white-space: nowrap;
}
.pageStats{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4%;
  width: 100%;
  height: 30px;
  margin: 2% 0% 0% 0%;
}
.pageStats div{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  height: 100%;
  width: fit-content;
  font-size: 1.25vw;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.pageStats ion-icon{
  font-size: 2.1vw;
  margin-right: 0.25vw;
}
.moreDetailsButton{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: fit-content;
  height: fit-content;
  padding: 0.55vw 1vw;
  cursor: pointer;
  background: var(--primary);
  border-radius: 50px;
  border: 2px solid white;
  outline: 1px solid var(--primary);
  color: white;
}
.moreDetailsButton p{
  font-size: 1.25vw;
  font-weight: 700;
  white-space: nowrap;
}
.moreDetailsButton ion-icon{
  font-size: 2vw;
}
.moreDetailsButton:hover{
  background: var(--primary-lighter);
}
.pageDescription{
  font-family: "Source Sans 3", system-ui, sans-serif;
  margin: 20px 0px;
  font-size: 1.75vw;
  line-height: 3.5vw;
}
.pageBookingButtonContainer{
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  padding-right: 20px;
  border-radius: 50px;
  font-size: 12px;
  white-space: nowrap;
  background: #423764;
  border: 2px solid white;
  outline: 1px solid #423764;
  color: white;
  transition: 0.17s;
}
.pageBookingButtonContainer .annyFont{
  display: inline;
  font-family: "Mulish", "Aladin", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0px 6px;
}
.pageBookingButtonContainer h3{
  display: flex;
  height: 100%;
  width: 50%;
  margin: 0px 10px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  font-weight: 638;
}
.pageBookingButton{
  height: 100%;
  width: 100%;
  padding: 0px 20px;
  margin-top: auto;
  border: white;
  outline: 2px solid slateBlue;
  border-radius: 50px;
  background: slateBlue;
  border: 2px solid white;
  font-size: 16px;
  color: white;
  font-weight: 700;
}
.pageBookingButton:hover{
  background: #8C7CEF;
}
.pageBookingButtonContainer:hover{
  background: #312653;
}
.pageBookingButtonContainer:hover .pageBookingButton{
  box-shadow: 0px 0px 20px var(--primary);
  scale: 1.02;
}
.pageBookingButtonContainer.nonAnny{
  border: 2px solid white;
  outline: 1px solid var(--primary-darkest);
  background: var(--primary-darkest);
}
.pageBookingButtonContainer.nonAnny:hover{
  background: var(--primary-darkdark);
}
.pageBookingButton.nonAnny{
  border: 2.5px solid white;
  background: var(--primary);
  outline: 2px solid var(--primary);
}
.pageBookingButton.nonAnny:hover{
  background: var(--primary-lighter);
}
/* HOMEPAGE Landscape Section 3 */
.section3{
  grid-template: 1fr / 5fr 3fr;
  grid-template-areas: "righty lefty";
  padding-top: 0;
  grid-gap: 4%;
  background-color: white;
}
.section3 .secondaryImg{
  background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/homepage-hikes.avif?v=1726721104516");
}
/* HOMEPAGE Landscape Section 4 */
.section4{
  grid-template: 1fr / 3fr 5fr;
  grid-template-areas: "lefty righty";
  padding-top: 0;
  grid-gap: 10%;
  background-color: white;
}
.section4 .secondaryImg{
  background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/europe-landscape.avif?v=1724608613385");
  padding-top: 0;
  grid-gap: 4%;
  background-color: white;
}

/* HOMEPAGE Landscape Section 5 */
.section5{
  grid-template: 1fr / 5fr 3fr;
  grid-template-areas: "righty lefty";
  padding-top: 0;
  grid-gap: 4%;
  background-color: white;
}
.section5 .secondaryImg{
  background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/homepage-cycling.avif?v=1726721108050");
}

/* HOMEPAGE Landscape Section 6 */
.section6{
  width: 100%;
  height: fit-content;
  display: grid;
  grid-template: 1fr/ 1fr 1fr;
  grid-template-areas: "lefty righty";
  border-radius: 24px 24px 0px 0px;
  padding: 4% 8% 2% 8%;
  grid-gap: 10%;
  background: var(--primary);
  color: white;
}
.contactFormNoAnny{
  grid-gap: 0%;
  grid-template: 1fr / 1fr;
  grid-template-areas: "lefty";
}

.homepageContact{
  grid-area: lefty;
  display: flex;
  flex-direction: column;
}
.contactForm{
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
.contactForm form{
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
.section6 h1{
  font-weight: 750;
  font-size: 3.75vw;
  margin-bottom: 4vh;
}
.section6 h3{
  font-weight: 750;
  display: inline;
  font-size: 2vw;
}
.section6 input, .section6 textarea{
  font-family: "Inter", sans-serif;
  font-weight: 350;
  font-size: 2vh;
  border-radius: 3vh;
  border: 2px solid var(--primary);
  outline: 1px solid white;
  padding: 2vh 3vh;
  width: 100%;
  background: white;
}
.section6 textarea{
  resize: none;
  height: 25vh;
  border-radius: 3.5vh;
  padding: 2vh 3vh;
}
.section6 input:invalid, .section6 textarea:invalid{
  border: 2px solid tomato;
  outline: 1px solid white;
}

.formSubmit{
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
  padding-right: 4vh;
  border: 1px solid white;
  border-radius: 2.75vh;
  background: #121212;
  gap: 3vh;
}
.formSubmit h3{
  font-size: 2vh;
  font-family: "Noto Sans", "Inter", system-ui, sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
input[type="submit"]{
  width: fit-content;
  background: white;
  outline: 1px solid white;
  color: #121212;
  cursor: pointer;
  border: 1px solid #121212;
  
  border-radius: 2.75vh;
  padding: 1.5vh 4vh;
  box-shadow: 0px 0px 10px white;
  transition: 0.17s;
  font-size: 2.4vh;
  font-weight: 600;
}

input[type="submit"]:hover{
  scale: 1.025;
  background: #444444;
  border: 4px solid var(--primary);
  outline: 2px solid white;
}
form:has(:invalid) input[type="submit"]:hover{
  background: fireBrick;
  scale: 1;
  cursor: not-allowed;
  border: 2px solid white;
  outline: none;
  box-shadow: 0px 0px 20px fireBrick;
  color: white;
}

.homepageBooking{
  grid-area: righty;
  display: flex;
  flex-direction: column;
}
.homepageBookingIframeContainer{
  height: 100%;
  width: 100%;
  border-radius: 3vw;
  border: 4px solid white;
  overflow: hidden;
}
iframe{
  width: 100%;
  height: 100%;
}

.currentPageDisplayContainer{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  padding: 2% 8%;
}
.currentPageDisplay{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 5%;
  border: 2px solid var(--primary);
  outline: 2px solid white;
  border-radius: 24px;
  padding: 2% 5%;
  background: white;
}
.currentPageDisplayText p{
  font-size: 1.75vw;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.currentPageDisplayImage{
  object-fit: cover;
  height: 100px;
  width: 100px;
  border: 1.5px solid var(--primary);
  border-radius: 12px;
}

/* UNIVERSAL Landscape Footer */
.footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 115px;
  padding: 0px 5%;
  border-top: 4px solid var(--primary-darkest);
  background: white;
  white-space: nowrap;
  color: #121212;
  gap: 2%;
  z-index: 9;
  overflow: hidden;
}
.footerCompanyInfo{
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 12px;
  align-items: center;
  letter-spacing: -0.75px;
}
.footerCompanyInfo a{
  color: #121212;
  text-decoration: none;
}
.footerLogo{
  text-align: right;
  font-size: 20px;
  letter-spacing: -1.5px;
}
.footerLogoTop{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 3px;
  translate: 0px 4px;
  letter-spacing: -0.5px;
  margin-bottom: 2px;
}
.footerLogoFlagTop{
  height: 10px;
  width: 10px;
  border-radius: 2px;
  background: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/swiss-flag?v=1721098313755");
  background-repeat: no-repeat;
  background-size: cover;
}
.footerLogoTextTop{
  font-size: 10px;
  translate: 0px 2px;
  letter-spacing: -0.5px;
}
.footerLogoTextBottom{
  font-size: 10px;
  translate: 0px -5px;
  letter-spacing: -0.5px;
  margin-top: 2px;
}
.tAndC{
  font-size: 14px;
  text-decoration: underline;
  color: #121212;
  transition: 0.17s;
  z-index: 6;
  position: aboslute;
  letter-spacing: -1px;
}
.tAndC:hover{
  text-shadow: 0px 0px 10px var(--primary);
}



/*404 Page CSS*/
.div404{
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: wrap;
  background: linen;
  padding: 10px;
}
.div404 h1{
  font-weight: 625;
  letter-spacing: -1px;
}
.button404{
  width: fit-content;
  height: fit-content;
  border: none;
  border-radius: 100000px;
  padding: 20px;
  font-size: 28px;
  white-space: wrap;
  border: 1px solid #121212;
  background: var(--primary);
  color: white;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: -1px;
}
.button404:hover{
  background: var(--primary-lighter);
  box-shadow: 0px 0px 20px var(--primary);
}
.btns404{
  margin-top: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.text404{
  font-size: 10vw;
  font-weight: 700;
}

/* Text Blocks */
.textBlock{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5vw;
  width: 90%;
  height: fit-content;
  background: var(--primary);
  border: 2px solid black;
  border-radius: 24px;
  margin: 0vh 5vw 5vh 5vw;
  overflow: hidden;
  padding: 5% 10%;
  color: white;
  white-space: wrap;
}
.textBlockTitle{
  font-weight: 750;
  font-size: 3vw;
  align-self: flex-start;
}
.textBlockDescription{
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 2vw;
}
.textBlockCallToAction{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid black;
  border-radius: 10000px;
  color: black;
  padding: 1vw 2vw;
  background-color: white;
  font-size: 2vw;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: 0.17s;
  letter-spacing: -0.5px;
}
.textBlockCallToAction:hover{
  scale: 1.05;
  background-color: #EEEEEE;
  box-shadow: 0px 0px 15px white;
}
.textCustom1{
  border: 2px solid #FF5964;
  margin-top: 5vh;
  margin-bottom: 0vh;
}
.pageCard{
  display: grid;
  grid-gap: 5vw;
  width: 90%;
  grid-template: 1fr / 1fr 1fr;
  grid-template-areas: "lefty righty"; 
  height: fit-content;
  background: white;
  margin: 5vh 0;
  overflow: hidden;
  padding: 5%;
  margin: 0vh 5vw 5vh 5vw;
  border-radius: 24px;
  border: 2px solid var(--primary);
  color: #121212;
  white-space: wrap;
}
.pageCardText{
  display: flex;
  flex-direction: column;
  gap: 1vw;
  grid-area: lefty;
}
.pageCardTitle{
  font-weight: 750;
  font-size: 3vw;
  align-self: flex-start;
}
.pageCardDescription{
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 2vw;
}
.pageCardImage{
  grid-area: righty;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 24px;
  border: 2px solid var(--primary);
}
.keyPointsClickedContainer{
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0%;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #00000077;
  z-index: 1;
  -webkit-backdrop-filter: blur(5px); /* fixes blur for Safari */
  backdrop-filter: blur(5px);
}
.keyPointsClicked{
  justify-content: flex-start;
  background: white;
  border: 2px solid black;
  color: #121212;
  height: 400px;
  overflow: scroll;
  margin-bottom: 10px;
}
.keyPointsClickedContainer ion-icon{
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  background: #00000077;
  color: white;
  cursor: pointer;
  transition: 0.17s;
  -webkit-backdrop-filter: blur(5px); /* fixes blur for Safari */
  backdrop-filter: blur(5px);
}
.keyPointsClickedContainer ion-icon:hover{
  scale: 1.05;
  background: #000000CC;
  box-shadow: 0px 0px 10px white;
  
}

/*Multiple Anny Booking Frames selector*/
.bookingSelections{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  height: fit-content;
  gap: 2%;
  margin-bottom: 1vw;
}
.bookingSelections p{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32%;
  height: fit-content;
  padding: 2vw;
  background: white;
  border-radius: 24px;
  border: 2px solid #121212;
  transition: 0.17s;
  color: #121212;
  font-size: 2vw;
  cursor: pointer;
}
.bookingSelections p:hover{
  scale: 1.05;
  box-shadow: 0px 0px 15px white;
  background: #dddddd;
}
.bookingSelections .frameSelectionText.selectedFrameOption{
  background: rgb(43, 106, 248);
  color: white;
  border: 2px solid white;
}
.bookingSelections .frameSelectionText.selectedFrameOption:hover{
  background: rgb(43, 106, 248);
  scale: 1;
  cursor: default;
}

/*Misc*/
.noSection1Spacer{
  height: 80px;
}
.placeToStay{
  color: white;
  background-color: #FF5A5F;
  transition: 0.17s;
}
.keyPointsCard.placeToStay:hover{
  background-color: #FF7C7F;
}
.placeToStay ion-icon{
  color: white;
}

/* Contact Page Specifics*/
.contactPageHomepageBooking{
  grid-area: lefty;
}
.contactPageHomepageContact{
  grid-area: righty;
}
.contactPageButton{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: fit-content;
  width: 100%;
  padding: 1vw 2vw;
  color: white;
  border-radius: 10000px;
  border: 3px solid white;
  margin: 1vw 0px;
}
.contactPageButton:hover{
  box-shadow: 0px 0px 20px white;
}
.contactPageButton ion-icon{
  font-size: 3vw;
}
.contactPageButton p{
  font-size: 2vw;
  letter-spacing: -0.25px;
  font-weight: 700;
}
.contactPageButtonInstagram{
  background: #E1306C;
  outline: 2px solid #E1306C;
}
.contactPageButtonInstagram:hover{
  background: #F3528E;
}
.contactPageButtonWhatsapp{
  background: #25D366;
  outline: 2px solid #25D366;
}
.contactPageButtonWhatsapp:hover{
  background: #47F588;
}
.contactPageButtonRegular{
  background: #121212;
  outline: 2px solid #121212;
}
.contactPageButtonRegular:hover{
  background: #343434;
}

/* Portrait device pre-optimization */
.portraitSection6Header2One, .portraitSection6Header2Two{
    display: none;
}
ion-icon[title="menu"]{
  display: none;
  font-size: 30px;
  border-radius: 6px;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  cursor: pointer;
}
ion-icon[title="menu"]:hover{
  scale: 1.1;
  color: #eeeeee;
  background: #ffffff33;
  box-shadow: 0px 0px 20px #ffffff88;
}
.portraitFooterSocials{
  display: none;
}

/* Portrait device optimization */
@media (orientation: portrait){
  /* Header Optimization */
  .header{
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 18px 16px 16px;
    height: 64px;
    background: linear-gradient(#00000099, #00000000);
    transition: 0.5s;
  }
  .portraitHeaderMenuTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  ion-icon[title="menu"]{
    display: flex;
  }
  .headerA{
    padding: 0px;
  }
  .headerItem{
    font-size: 2.75vh;
  }
  .headerItem:hover{
    scale: 1.05;
    margin-left: 2vh;
    text-shadow: 0px 0px 10px white;
  }
  .headerLogo{
    display: flex;
    width: fit-content; /* needed */
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    font-size: 16px;
    white-space: nowrap;
    line-height: 16px;
    translate: 0px 3px;
  }
  .headerPages{
    display: flex;
    opacity: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3vh;
    width: 100%;
    height: fit-content;
    margin-top: 20%;
    transition: 0.25s;
  }
  .headerSocials{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1vh;
    gap: 7.5px;
    font-size: 5vh;
    translate: -2px 0px;
  }
  .headerSocials a{
    display: flex;
    align-items: center;
    height: 100%;
    width: 5vh;
    transition: 0.17s ease-in-out;
  }
  
  /* Language Selector Optimization */
  .languageSelector{
    font-size: 10vh;
    bottom: 2vh;
    left: 2vh;
  }
  .languageOption{
    font-size: 2.5vh;
    padding: 2vh 2.5vh;
  }
  
  /* Current Page Displayer*/
  .currentPageDisplayContainer{
    padding: 4% 5% 8% 5%;
  }
  .currentPageDisplay{
    padding: 4% 5%;
  }
  .currentPageDisplayText p{
    font-size: 1.75vh;
  }
  
  /* Footer Optimization */
  .footer{
    flex-direction: column;
    white-space: wrap;
    height: fit-content;
    gap: 3vw;
    padding: 4vh 2vh;
  }
  .footerLogo{
    text-align: center;
    gap: 3vw;
    font-size: 19px;
  }
  .footerLogoTop{
    justify-content: center;
    margin-bottom: 3vh;
    gap: 1vh;
  }
  .footerLogoTextTop{
    translate: 0px -6px;
    font-size: 14px;
  }
  .footerLogoFlagTop{
    width: 26px;
    height: 26px;
    border-radius: 6px;
    translate: 0px -2.75px;
  }
  .footerLogoTextBottom{
    margin-top: 1vh;
  }
  .footerCompanyInfo{
    flex-direction: column;
    white-space: wrap;
    gap: 3vw;
  }
  .footerContactDetails{
    text-align: center;
    font-size: 14px;
  }
  .portraitFooterSocials a{
    display: flex;
    align-items: center;
    height: 100%;
    width: 30px;
    transition: 0.17s ease-in-out;
    color: #121212;
  }
  .portraitFooterSocials a:hover{
    scale: 1.1;
    color: #eeeeee;
    background: #ffffff33;
    border-radius: 5px;
  }
  .portraitFooterSocials{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 7.5px;
    font-size: 30px;
  }
  
  
  /* Section 1 Optimization */
  .section1{
    height: 83vh;
  }
  .section1 span{
    margin-bottom: 64px;
  }
  .homeHeroText{
    font-size: 8vw;
  }
  .homeHeroSubtext{
    font-size: 5vw;
  }
  .bookButton{
    font-size: 5vw;
    border-radius: 10vw;
    padding: 3vw 10vw;
    margin-top: 4vw;
  }
  .scrollDownContainer h3{
    font-size: 5vw;
  }
  .peekBelowArrow{
    animation: MediumBounce 1s ease-in-out infinite;
    font-size: 10vw;
  }
  
  /* Key Points Section Optimization */
  .keyPoints{
    display: flex;
    gap: 15px;
    padding: 5% 5%;
  }
  .keyPoints h2{
    font-size: 4vw;
  }
  .keyPointsCards{
    display: flex;
    flex-direction: column;
    gap: 3vw;
    align-items: center;
    justify-content: space-between;
  }
  .keyPointsCardDivider{
   display: none;
  }
  .keyPointsCard{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: 85%;
    border-radius: 6vw;
    border: 1px solid #121212;
    white-space: wrap;
    font-size: 3vw;
    padding: 4vw;
    margin: 0% 4%;
    box-shadow: 0px 0px 10px var(--primary);
    transition: 0.17s;
  }
  .keyPointsCard ion-icon{
    color: #121212;
    font-size: 5vw;
    padding: 6px;
    translate: 0px -1px;
  }
  .placeToStay ion-icon{
    color: white;
  }
  .googleReviewsKeyPointsCardIcons{
    padding: 6px;
    font-size: 2vw;
  }
  
  /* Text Block Optimization */
  .textBlockTitle{
    font-size: 7vw;
  }
  .textBlockDescription{
    font-size: 14px;
  }
  .textBlockCallToAction{
    font-size: 14px;
    padding: 2vw 4vw;
  }
  .pageCard{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2vh;
    width: 90%;
    padding: 0 0 2vh 0;
  }
  .pageCardText{
    padding: 0vh 4vh 2vh 4vh;
    gap: 2vh;
    text-align: center;
  }
  .pageCardTitle{
    width: 100%;
    font-size: 7vw;
  }
  .pageCardDescription{
    font-size: 14px;
  }
  .pageCardImage{
    border: 0;
    border-bottom: 2px solid var(--primary)
  }
  
  /* Pricing Section Optimization*/
  .pricingInfo{
    scale: 1.5;
    margin: 2vw 0vw;
  }
  .pricingCard{
    gap: 3vw;
  }
  .pricingCard h1{
    font-size: 4vw;
  }
  .pricingCard h3{
    font-size: 3vw;
  }
  .variablePricing{
    display: flex;
    flex-direction: column;
  }
  .variablePricingSelection{
    gap: 2.5vw;
  }
  .variablePricingPrompt h1{
    font-size: 9vw;
  }
  .variablePricingPrompt h2{
    font-size: 16px;
  }
  .variablePricingSelectionOptions{
    justify-content: space-between;
    gap: 2vw;
  }
  .variablePricingSelectionOption{
    padding: 6.75vw;
    font-size: 6vw;
  }
  .variablePricingPrice h1{
    font-size: 9vw;
    width: 100%;
  }
  .variablePricingPriceScreening{
    border-top: 1px solid #121212;
    padding-top: 5vw;
  }
  .variablePricingPrice h2{
    font-size: 16px;
    width: 100%;
  }
  .variablePricingPrice h3{
    margin-top: 1.25vw;
    padding: 2vw 4vw;
    font-size: 16px;
  }
  
  /* Booking and Contact Section Optimization*/
  .section6{
    display: flex;
    flex-direction: column;
    padding: 8% 5%;
  }
  .section6 h3{
    display: block;
    margin-top: 40px;
    font-size: 30px;
  }
  .section6 h3.contactFormNoAnny{
    margin-top: 0;
  }
  .formSubmit{
    padding-right: 2vh;
    gap: 1.5vh;
  }
  .formSubmit h3{
    font-size: 2vh;
    margin-top: 0px;
  }
  .homepageBookingIframeContainer{
    height: 700px;
    border-radius: 24px;
    border: 4px solid white;
  }
  input[type="submit"]{
    width: fit-content;
    padding: 1.5vh 2.25vh;
    transition: 0.17s;
    font-size: 2.4vh;
  }
  .portraitSection6Header2One{
    font-weight: 750;
    display: flex;
    font-size: 40px;
    margin-bottom: 4vh;
  }
  .portraitSection6Header2Two{
    font-weight: 750;
    display: flex;
    font-size: 30px;
    margin-bottom: 2vh;
  }
  .portraitSection6Remove{
    display: none;
  }
  
  /*404 Page Optimization*/
  .text404{
    font-size: 16vw;
  }
  
  /* Multiple Booking Options Optimization */
  .bookingSelections p{
    font-size: 14px;
  }
  
  /* Contact Page Buttons Optimization*/
  .contactPageButton{
    justify-content: flex-start;
    height: 8vh;
    padding: 6vw 4vw;
    margin-top: 2vh;
    border-radius: 10000px;
    border: 2px solid white;
  }
  .contactPageButton:hover{
    box-shadow: 0px 0px 20px white;
  }
  .contactPageButton ion-icon{
    font-size: 8vw;
    margin: 0vh 1.25vh;
  }
  .contactPageButton p{
    font-size: 6vw;
    letter-spacing: -0.5px;
    font-weight: 700;
  }
  .contactPageButtonInstagram{
    outline: 1px solid #E1306C;
  }
  .contactPageButtonWhatsapp{
    outline: 1px solid #25D366;
  }
  .contactPageHomepageBooking{
    margin-top: 3vh;
  }
  
  /*Misc*/
  .noSection1Spacer{
    height: 64px;
  }
}
/*Page Info Sections Portrait Optimization*/
@media (orientation: portrait) and (max-width: 700px){
  .pageInfoSection{
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 5%;
    background: white;
    border: 2px solid var(--primary);
    border-radius: 24px;
    margin: 10% 5%;
  }
  .secondaryImg{
    width: 100%;
    aspect-ratio: 5/3;
    background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/alps-picture.avif?v=1726720933103");
    border: 2px solid var(--primary);
  }
  .homePageText{
    text-align: center;
    padding-left: 0px;
  }
  .pageTitle{
    display: block;
    font-size: 8vw;
    white-space: wrap;
    margin-top: 20px;
  }
  .pageStats{
    justify-content: center;
    margin: 4% 0% 2% 0%;
  }
  .pageStats div{
    font-size: 3vw;
  }
  .pageStats ion-icon{
    font-size: 3.2vw;
  }
  .moreDetailsButton{
    flex-direction: row;
    padding: 1.25vw 2vw;
  }
  .moreDetailsButton p{
    font-size: 3vw;
  }
  .moreDetailsButton ion-icon{
    font-size: 4vw;
  }
  .pageDescription{
    margin: 5vw 0px 10vw 0px;
    font-size: 18px;
    line-height: 4vh;
  }
  .pageBookingButtonContainer{
    flex-direction: column;
    height: 100px;
    padding-right: 0px;
    border-radius: 24px;
  }
  .pageBookingButton{
    border-radius: 22px;
  }
  
  /*Form Submissal Optimization*/
  .formSubmit h3{
    font-size: 1.75vh;
  }
  input[type="submit"]{
    font-size: 2vh;
  }
}
/* // Edge cases optimization */
/*Tiny Landscape*/
@media (orientation: landscape) and (max-width: 700px){
  .header{
    padding: 0%;
  }
  .headerLogo{
    width: 125px;
  }
  .headerSocials{
    width: 125px;
    font-size: 28px;
    gap: 0px;
  }
}
@media (orientation: landscape) and (max-height: 525px){
  .keyPointsClickedContainer{
    flex-direction: row;
  }
  .keyPointsClicked{
    height: 66.7vh;
    margin-right: 0px;
  }
  .keyPointsClickedContainer ion-icon{
    margin: 0px 1vw;
    scale: 0.8;
  }
}