.navBar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: var(--cream);
}

.navBar .footerWrapper {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 18px 120px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--cream);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #ff8201;
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) brightness(100%);
}

.navBar .customCheckbox {
  position: relative;
  width: 172.46px;
  height: 84.75px;
}

.navBar .customRadio {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 2.24px 2.61px 0px #000000;
  -webkit-text-stroke: 0.37px #0a0a0a;
  font-family: "Boba Berry-Regular", Helvetica;
  font-weight: 400;
  color: var(--orange);
  font-size: 45.8px;
  letter-spacing: -3.20px;
  line-height: normal;
  white-space: nowrap;
}

.navBar .pageWrapper {
  position: absolute;
  top: 30px;
  left: 30px;
  text-shadow: 2.24px 2.61px 0px #000000;
  -webkit-text-stroke: 0.37px #0a0a0a;
  font-family: "Boba Berry-Regular", Helvetica;
  font-weight: 400;
  color: var(--orange);
  font-size: 45.8px;
  letter-spacing: -3.20px;
  line-height: normal;
  white-space: nowrap;
}

.navBar .sectionHeader {
  top: 1px;
  left: 1px;
  font-family: "Boba Berry - Inner-Regular", Helvetica;
  color: var(--cream);
  font-size: 45.8px;
  letter-spacing: -3.20px;
  position: absolute;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.navBar .sectionContent {
  top: 32px;
  left: 31px;
  font-family: "Boba Berry - Inner-Regular", Helvetica;
  color: var(--cream);
  font-size: 45.8px;
  letter-spacing: -3.20px;
  position: absolute;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.navBar .inlineButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 200px;
  padding: 120px 200px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--cream);
}

.navBar .primaryButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 72px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.navBar .secondaryButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 111px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.navBar .tertiaryButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 544px;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: bold;
  color: var(--orange);
  font-size: 32px;
  text-align: center;
  letter-spacing: -0.96px;
  line-height: 32px;
}

.navBar .iconLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 892px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #1b2232;
  font-size: 72px;
  text-align: center;
  letter-spacing: -2.16px;
  line-height: normal;
}

.navBar .iconNav {
  display: flex;
  flex-direction: column;
  width: 1164px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

.navBar .galleryItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: var(--dark-grey);
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.72px;
  line-height: normal;
}

.navBar .galleryImage {
  display: flex;
  align-items: stretch;
  gap: 32px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.navBar .overlayBackground {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13.64px;
  padding: 35.8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 17.05px;
  border: 1.7px solid;
  border-color: #ff8201;
  box-shadow: 6px 7px 0px #ff8201;
}

.navBar .modalHeader {
  display: flex;
  align-items: center;
  gap: 14px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.navBar .modalFooter {
  position: relative;
  width: 53.15px;
  height: 53.15px;
}

.navBar .formError {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--black);
  font-size: 27.3px;
  letter-spacing: 0;
  line-height: 34.1px;
  white-space: nowrap;
}

.navBar .formSuccess {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: var(--black);
  font-size: 20.5px;
  letter-spacing: 0;
  line-height: 33.2px;
}

.navBar .navToggle {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 56px 200px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--tourquiz);
}

.navBar .headerSearch {
  flex-direction: column;
  align-items: flex-start;
  gap: 72px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
}

.navBar .searchInput {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
}

.navBar .profileCard {
  flex-direction: column;
  width: 500px;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  position: relative;
  align-self: stretch;
}

.navBar .cardMedia {
  position: relative;
  width: 126.33px;
  height: 60.72px;
}

.navBar .cardText {
  top: 0;
  left: 0;
  text-shadow: 1.6px 1.87px 0px #000000;
  -webkit-text-stroke: 0.27px #0a0a0a;
  font-family: "Boba Berry-Regular", Helvetica;
  color: var(--orange);
  font-size: 32.7px;
  letter-spacing: -2.29px;
  position: absolute;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.navBar .formSelect {
  top: 21px;
  left: 22px;
  text-shadow: 1.6px 1.87px 0px #000000;
  -webkit-text-stroke: 0.27px #0a0a0a;
  font-family: "Boba Berry-Regular", Helvetica;
  color: var(--orange);
  font-size: 32.7px;
  letter-spacing: -2.29px;
  position: absolute;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.navBar .dropdownToggle {
  top: 1px;
  left: 1px;
  font-family: "Boba Berry - Inner-Regular", Helvetica;
  color: var(--cream);
  font-size: 32.7px;
  letter-spacing: -2.29px;
  position: absolute;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.navBar .notificationIcon {
  top: 23px;
  left: 22px;
  font-family: "Boba Berry - Inner-Regular", Helvetica;
  color: var(--cream);
  font-size: 32.7px;
  letter-spacing: -2.29px;
  position: absolute;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.navBar .alertBox {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
}

.navBar .tagLabel {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Macan-Regular", Helvetica;
  font-weight: 400;
  color: var(--black);
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: normal;
}

.navBar .tagList {
  display: inline-flex;
  align-items: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.navBar .paginationItem {
  display: flex;
  flex-direction: column;
  width: 180px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
}

.navBar .paginationActive {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Macan-Medium", Helvetica;
  font-weight: bold;
  color: var(--black);
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: normal;
}

.navBar .contentCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.navBar .featureBlock {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.navBar .featureImage {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Macan-Regular", Helvetica;
  font-weight: 400;
  color: var(--black);
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: normal;
}

.navBar .featureText {
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
}

.navBar .footerCredits {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Macan-Regular", Helvetica;
  font-weight: 400;
  color: var(--black);
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.28px;
  line-height: 20px;
}

