/* CSS for map */

body {
  margin: 0%;
  font-family: "Lato";
}
/*Container to show scrollbar for landscape in mobile*/

.body-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  /* Show vertical scrollbar */
}

input,
button,
submit {
  border: none;
}

.map-container {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #e5e5e5;
}

.map-holder {
  position: relative;
  display: inherit;
  width: 100vh;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
/* Controls CSS */

.map-controls {
  position: absolute;
  bottom: 2%;
  right: 1%;
  overflow: visible;
}

.left-buttons {
  position: absolute;
  top: 2%;
  left: 1%;
  overflow: visible;
}

.left-buttons-hidden {
  display: none;
}

.left-buttons-select {
  display: none;
}

.parent {
  pointer-events: none;
}

.child {
  pointer-events: all;
}

.zoom-icon {
  font-size: 35px;
}
/* Map CSS */

.bbb-map {
  height: 100%;
  width: 100%;
}

.bbb-map a {
  /* pointer-events: none; */
  cursor: pointer;
}

.bbb-map image {
  transform: rotate(180deg);
}
/* introduction & filter overlay */

.overlay-background {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: rgba(72, 72, 72, 0.6);
  z-index: 3;
}

.modal-overlay-background {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: rgba(36, 36, 36, 0.9);
  z-index: 3;
}

.intro-container {
  position: fixed;
  top: 0;
  background-color: white;
  height: max-content;
  width: 45%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateZ(0);
  border-radius: 10px;
  object-fit: contain;
  /* display: none; */
}

.intro {
  width: 100%;
  overflow: hidden;
  padding: 40px;
}

.intro-header-text {
  font-weight: 1000;
  font-size: 32px;
  color: #3c3f42;
  padding-bottom: 30px;
}

.intro-body-text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  z-index: 2;
}

.intro-logo {
  bottom: 6%;
  right: 5%;
  height: 70px;
  z-index: -1;
  display: flex;
  margin-left: auto;
  margin-top: 20px;
}

.intro-close-btn {
  background: #d04224 !important;
  top: 6% !important;
  cursor: pointer;
}

.filter-container {
  position: absolute;
  background-color: white;
  height: max-content;
  width: 45%;
  min-width: 350px;
  margin: auto;
  transform: translateZ(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0%;
  z-index: 3;
  border-radius: 10px;
}

.filter-background {
  display: none;
  z-index: 2;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(72, 72, 72, 0.5);
}

.filter {
  width: 100%;
  overflow: hidden;
  padding: 40px;
}

.filter-header-text {
  font-weight: 800;
  font-size: 32px;
  font-style: unset;
  line-height: 36px;
  color: #3c3f42;
  padding-bottom: 30px;
}

.filter-subheader-text {
  font-weight: 500;
  font-size: 20px;
  color: #bf6341;
  margin-bottom: 15px;
}

.filter-body-text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #3c3f42;
}

.greyout {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  pointer-events: none;
  opacity: 0.8;
}

.trail1-text {
  color: #2365a3;
}

.trail2-text {
  color: #5ca9ac;
}

.trail3-text {
  color: #bf6241;
}

.transparent {
  opacity: 0.35;
}

.more-btn {
  width: 175px;
  height: 36px;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #de5941;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: 0px;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
/* dimensions for modification on BBB webpage */

.content-wrapper {
  max-width: 100% !important;
}
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 1080px
*/

@media (min-width: 881px) and (max-width: 1280px) {
  .content-wrapper {
    max-width: 85% !important;
  }
  .zoom-icon {
    font-size: 20px;
  }
  .intro-container {
    width: 55%;
  }
}

@media (min-width: 0px) and (max-width: 880px) {
  .content-wrapper {
    max-width: 85% !important;
  }
  .zoom-icon {
    font-size: 20px;
  }
  .intro-header-text {
    font-weight: 800;
    font-size: 26px;
    font-style: unset;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .intro-body-text {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #3c3f42;
  }
  .intro-container {
    width: 55%;
    min-width: 300px;
  }
  /*
  .filter-header-text{
    font-weight: 800;
    font-size: 28px;
    font-style:unset;
    line-height: 32px;
    padding-bottom: 20px;
  }*/

  .filter-header-text {
    font-size: 26px;
  }

  .filter-body-text {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
  .map-holder {
    width: 0vh;
    height: 0vh;
  }
  /*.filter-container{
    position: fixed;
    background-color: white;
    height: max-content;
    width:55%;
    min-width: 300px;
    margin: auto;
    transform: translateZ(0);
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 3;
    border-radius: 10px;
  }*/
}

@media (min-height: 0px) and (max-height: 500px) and (orientation: landscape) {
  .intro-container {
    height: 85%;
    width: 85%;
    overflow-y: scroll;
    /* display: none; */
  }
}
