
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

/*
  
#container svg {
  width: 100%!important;
}
path {
 fill: #162e12;
 fill-opacity: 0.5;
 stroke: #f2f2f2;
 stroke-width: 3px;
 stroke-opacity: 1;
/* transform: matrix(1, 0, 0, 1, 1550, 4059); 
transform: matrix(1, 0, -0.05, 1.2, 2446, 2176);
 transition: 0.5s ease; 
cursor: pointer;
}
*/
path:hover {
  fill: #0e0d1d!important;
  fill-opacity: 0.8;
}
#container {

height: 100vh; 
position: relative;
}
#container-info {
background-color: #0d3c4c;
height: 100vh;
overflow-y: scroll;
}
#controls {
position: absolute;
  bottom: 10px;
  right: 18%;
}
.color-code {
position: absolute;
bottom: 0px;
left: 30px;
}
.color-code .square {
opacity: 0.8;
height: 24px;
width: 24px;
float: left;
border: 1px #fff solid;
}
.color-code .square.blue {
background-color: blue;
opacity: 0.7;
}
.color-code .square.red {
background-color: red;
opacity: 0.7;
}
.color-code .square.brown {
background-color: brown;
opacity: 0.7;
}

.color-code .square.purple {
background-color: purple;
opacity: 0.7;
}
.color-code .square.green {
background-color: green;
opacity: 0.7;
}
.color-code .square.white {
background-color: #ffffffb0;
}
.color-code p {
font-size: 16px;
color: #fff;
font-weight: 700;
float: left;
padding-left: 10px;
width: 89%;
}
.hectare-info .pukaha-content .circle {
border-radius: 50%;
padding: 8px;
height: 100px;
width: 100px;
margin-bottom: 20px;
background: #ffffff90;
}
.bird-found div {
  position: relative;
}
.bird-found h5 {
  margin-top: 16px;
  text-align: center;
}
.bird-found img {
  width: 160px;
  display: inline;
  float: left;
  padding-bottom: 30px;
  padding-right: 20px;
}


.bird-found h2 {
  font-size: 42px;
  text-align: center;
  position: absolute;
  bottom: 0;
  display: inline;
}
/* sponsorer */

.sponsorer {
  padding: 30px 0;

}
.sponsorer img {
  height: 100px;
  padding-right: 30px;
  /* display: inline; */
}
.sponsorer img {
}
.sponsorer .sponsorer-img {
  max-width: 25%;
}
.sponsorer .sponsorer-text {
  display: inline;
  float: left;
  width: 75%;
  padding-left: 30px;
}
.sponsorer .sponsorer-text h2 {
  font-size: 1.6rem;
}
.sponsorer .sponsorer-text h5 {
  font-size: 1.2rem;
}
.sponsorer table img {
  display: block; 
  width: 160px; 
  height: 160px; 
  object-fit: cover; 
  padding: 0; 
  margin-bottom: 20px; 
  border-radius: 50%; 
  border: 4px solid #fff;
}

/* back button */
.back-button {
  float: right; 
}
.back-button a {
  font-size: 40px;
}
.back-button a:hover {
  cursor: pointer;
}


::-webkit-scrollbar {
width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555; 
}
/* image radio button */
.img-radio { 
position: absolute;
opacity: 0;
width: 0;
height: 0;
}

/* IMAGE STYLES */
.img-radio + img {
cursor: pointer;
height: 100px;
padding: 15px;
}

/* CHECKED STYLES */
.img-radio:checked + img {
outline: 2.5px solid #5ab4c5;

}
.img-radio ~ p {
  text-align: center;
  padding-top: 8px;
}
.img-radio:checked ~ p {
 font-weight: bold;
}
/* heactare desc box */
#hectareDesc {
padding: 10px 0px 20px 10px;
}
#hectareDesc p {
color: #0e0d1d;
}

#hectareDesc h4 {
  text-transform: lowercase;
  font-size: 24px;
  letter-spacing: 0.5px;
}
#hectareDesc h4 span {
  font-size: 32px;
}

/* bird selector */
.bird-selector img {
  width: 100%;
  margin: 5px;
  object-fit: cover;
  overflow: hidden;
  border: 7px solid;
  border-radius: 50%;
  border-color: #57adbf78;
  cursor: pointer;
  opacity: 0.8;
}

.bird-selector h4 {
  text-transform: unset;
}

.bird-selector h5 {
  text-transform: unset;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
}
.bird-selector p {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

/* GENERAL */
.navbar-nav .nav-item {
cursor: pointer;
}

.img-thumbnail {
  background-color: unset;
  border: unset;
  border-radius: .5rem;
  max-width: 100%;
  height: auto;
}
.pukaha-title {
  font-size: 2.5rem;
  text-transform: unset;
}
.gallery-heading  {
  font-size: 1rem;
}
.back-button p {
  font-size: 11px;
}
/* animation content 
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
} */

#hectareContent {  
  /* This section calls the slideInFromLeft animation we defined above 
  animation: 1s ease-out 0s 1 slideInFromLeft;*/
  
}
#homeContent {  
  /* This section calls the slideInFromRight animation we defined above 
  animation: 1s ease-out 0s 1 slideInFromRight;*/
}

#info-text{
  text-transform: unset;
  margin-top: 15px;
  line-height: 1.8;
  text-align: center;
}

.hectare.hectare-selected {
  fill:rgb(90, 180, 197)!important;
  fill-opacity: 0.8!important;
 }
 .hectare.hectare-sold {
  fill: #fff; 
  fill-opacity: 0.9
 }
body {
  margin: 0;
  height: 100vh;
}

#map {
height: 100%;
}

svg {
pointer-events: none;
}
svg path {
pointer-events: auto;
}
svg path {
cursor: pointer;
opacity: .7;
}
  path {
fill: #ffffff;
fill-opacity: 0.3;
stroke: #f2f2f2;
stroke-width: 3px;
stroke-opacity: 1;
transform: matrix(1, 0, -0.05, 1.2, 2446, 2176);
transition: 0.5s ease;
cursor: pointer;
}
path {
transform: translate(2085px, 2149px)
scale(1.1, 1.21);
  }
/* legend */

.legendBoxes {
  margin: 0 30px;
 bottom: 40px!important;
 font-size: 18px;
}
.legendBoxes .legendBox {
  width: 150px;
  margin-bottom: 5px;
}
.legendBoxes .legendBox span {
  color: #fff;
}
  /* pan */
.panControls {
  position: relative;
  margin: 10px 30px;
  text-align: center;
  right: 40px!important;
  left: unset!important;
  width: 40px;
  height: 40px;

  background-color: #fff;
  box-shadow: 0px 1px 4px -1px rgba( 0, 0, 0, 0.3 );
  border-radius: 2px;

  transform: rotate(-45deg);
}
.panControls .panControl {
  width: 20px;
  height: 20px;
  -moz-user-select: none;
  cursor: pointer;
}
.panControl {
  position: absolute;
}
.panControl img {
  opacity: 0.6;
}
.panControl:active img {
  opacity: 1;
}
.panControl.North {
  top: 0;
  left: 20px;
}
.panControl.West {
  top: 0;
  left: 0;
}
.panControl.West img {
  transform: rotate( -90deg );
}
.panControl.East {
  top: 20px;
  left: 20px;
}
.panControl.East img {
  transform: rotate( 90deg );
}
.panControl.South {
  top: 20px;
  left: 0;
}
.panControl.South img {
    transform: rotate( -180deg );
}
.color-white {
  color:white!important;
}

#pot{bottom:6%;
  position:absolute;
  -webkit-animation:linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 2s;
  font-size: 28px;
  }     
  @-webkit-keyframes run {
      0% { left: 0;}
      50%{ left : 100%;}
      100%{ left: 0;}
  }
  /* copy right area */
  .navbar .copyright-area img {
    max-width: 100%;
  }
  .navbar .copyright-area p {
    font-weight: 800;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    padding-top: 12px;
  }
  .navbar .copyright-area a {
    text-decoration: none;
  }
  /* stripe */
  #buynow {
    margin-top: 15px;
}
#buynow .stripe-button {
  background: #000;
  border: 0;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
}