@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@500&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Baloo Da 2', cursive;
    font-weight: bold;

}
a{
    color: black;
    font-size: 2rem;
    text-decoration: none;
}
a:hover{
    color: #63fa5d;
    transition: all 0.2s;
}
nav{
    height: 4.5rem;
    width: 90%;
    position: fixed;
    top: 2vh;
    left: 5%;
    background: #FFFFFF;
    transition: 0.5s all;
    z-index: 1000;
    border-radius: 4vh;
}
nav.sticky{
    width: 90%;
    position: fixed;
    background: #ffffffd6;
    box-shadow: 0px 0px 2vh #AFFFAD;
    border-radius: 4vh;
    transition: 0.5s all;
    z-index: 1000;
    backdrop-filter: blur(2vh);
}
.ln{
    width: 90%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 3%;
}
.navigation{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation a{
    font-size: 2rem;
}
.logo{
    height: 10vh !important;
    position: relative;
}
.navigation{
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation a{
    font-size: 2rem;
}
.navliactive{
    display: none;
}

.search{
    height: 6vh;
    width: 6vh;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 50;
}
.search.searchbaractive{
    width: 40vh;
    top: 0;
    position: relative;
    background: #56ff50;
    border-radius: 10vh;
    display: flex;
    flex-wrap: nowrap;
}
#searchinput{
    position: relative;
    height: 5vh;
    width: 30vh;
    left: 7vh;
    bottom: 6vh;
}
#searchinput::placeholder { 
    color: white;
    opacity: 1; /* Firefox */
}

#searchinput :-ms-input-placeholder { 
    color: white;
}

#searchinput::-ms-input-placeholder { 
    color: white;
}
.search #searchinput{
    height: 100%;
    width: 32vh;
    border: none;
    background: none;
    outline: none;
    font-size: 1.5rem;
}
.searchautocompletesuggetion{
    position: relative;
    width: 40vh;
    max-height: 60vh;
    overflow-y: hidden;
    background: #56ff50;
    list-style: none;
    text-align: left;
    font-size: 1.5rem;
    padding: 1vh 1vh 1vh;
    border-radius: 1vh;
    z-index: 5;
}
.searchautocompletesuggetion li{
    position: relative;
    padding: 1vh 1vh 1vh;
    border-radius: 1vh;
}
.searchautocompletesuggetion li:hover{
    background: #0ab204;
}
.ballsearch{
    top: 0;
    left: 0;
    height: 6vh;
    width: 6vh;
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
/*ball of the searchbar*/
.sicon{
    height: 3vh;
    width: 3vh;
  }


.gsc-results-wrapper-overlay::-webkit-scrollbar-track, .gsc-results-wrapper-visible::-webkit-scrollbar-track{
    border-top-right-radius: 5vh !important;
    border-bottom-right-radius: 5vh !important;
}
.search #___gcse_0{
    display: none;
}
.search.searchbaractive #___gcse_0{
    position: relative !important;
    top: 0vh ;
    left: 6vh ;
    height: 100%;
    width: 70% !important;
    bottom: 0 ;
    right: 0 ;
    z-index: 50;
    width: 35vh;
    justify-content: right;
    cursor: auto;
    display: block;
}
.search.searchbaractive .navigation.a{
    display: none;
}
.search.searchbaractive .ballsearch{
    background: white;
}

.gsc-control-cse.gsc-control-cse-en{
    background: #00000000;
    border: none;
    height: 100%;
}
.gsc-control-wrapper-cse{
    height: 100%;
}
.gsc-control-wrapper-cse,.gsib_a,.gstl_50,.gsc-input,.gsc-search-box, .gsc-search-box-tools{
    height: 6vh;
    width: 100% !important;
}
.gsc-input-box {
    background: #00000000 !important;
    border: none !important;
    width: 34vh;
    height: 6vh;
    position: relative;
    left: -3vh;
}
.gsc-option-menu{
    border-radius: 2vh;
}
.gsc-option-menu, .gsc-selected-option-container{
    border-radius: 2vh!important;
}
.gsib_a input{
    height: 100% !important;
    width: 30vh !important;
    border: none;
    background: none;
    outline: none;
    font-size: 1.5rem;
    background: #56ff5000;
    position: relative;
    bottom: 2vh;
    left: -2.5vw;
}
.gs-spelling{
    font-size: small;
}
.gcsc-find-more-on-google-text{
    font-size: small;
}
.gsc-results-wrapper-overlay, .gsc-results-wrapper-visible{
    position: relative;
    left: 40vw !important;
    top: 10vh !important;
    height: 60vh !important;
    width: 40vh !important;
    border-radius: 2vh !important;
}
.gcsc-more-maybe-branding-root{
    display: none !important;
}
.gsib_b{
    display: none;
}
.gsc-search-button{
    display: none;
}
.gsc-clear-button{
    display: none;
}
.gsc-adBlock{
    display: none !important;
}
.gs-snippet{
    background-color: #84FB81 !important;
    border: 0.5vh solid #63fa5d !important;
    border-radius: 0.8vh;
}
.loading{
  height: 50vh;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotation 1s infinite linear;
  overflow: hidden;
}
.svg1,.svg2{
  height: 5vh;
  width: 7%;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.container{
  position: absolute;
  height: 25%;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  bottom: 1vh;
  display: grid;

}
.container::-webkit-scrollbar{
  display: none;
}
.sidebar{
    width: 150%;
    height: 25%;
    bottom: 0vh;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.sidebar a{
    color: black;
}
.sidebar a:hover{
    color: black;
}
#listings{
    height: 100%;
    width: auto;
    border-radius: 3vh;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.listings .item {
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 3vh;
    box-shadow: 0px 0px 2vh #71fc5c4c;
  }
.item{
    height: 90%;
    width: 40vh;
    background: white;
    border-radius: 3vh;
    padding: 0.5vh;
    overflow: hidden;
}
  .listings .item:last-child {
    border-bottom: none;
    border-radius: 3vh;
  }
  .listings .item .title {
    display: block;
    color: white;
    font-weight: bold;
    background: #39ff329a;
    font-size: 1.5rem;
    border-radius: 3vh 3vh 0 0;
    height: 8vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .listings .item.active .title,
  .listings .item .title:hover {
    color: white;
    background: #09ff006a;
    border-radius: 3vh 3vh 0 0;
  }
  .listings .item.active {
    background-color: #f8f8f8ab;
    border-radius: 3vh;
    height: 85vh;
    width: 160vh;
    transition: 0.5s all;
    backdrop-filter: blur(0.5vh);
  }
  .dt{
    font-size: 1.2rem;
  }
  .close{
    height: 5vh;
    width: 5vh;
    background: #53fb4e;
    backdrop-filter: blur(0.5vh);
    color: white;
    border-radius: 1vh;
    opacity: 0;
  }
  .whide{
    height: 5%;
    width: 5%;
    background: transparent;
  }
#map{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mapboxgl-ctrl-logo {
    display: none !important;
}
.mapboxgl-ctrl-bottom-right{
    display: none;
}
.marker {
    background-image: url('../img/pointer.svg');
    height: 6vh;
    width: 3.7vh;
    cursor: pointer;
}
.mapboxgl-popup {
    padding-bottom: 8vh;
    text-align: center;
}

  .mapboxgl-popup-close-button {
    display: none;
  }
  .mapboxgl-popup-content {
    font: 400 0.9rem 'Source Sans Pro', 'Helvetica Neue', sans-serif;
    padding: 0;
    height: 20vh;
    width: 40vh;
    border-radius: 3vh!important;
  }
  .mapboxgl-popup-content h3 {
    background: #56ff50bf;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 2vh;
    font-weight: 700;
  }

  .mapboxgl-popup-content h4 {
    margin: 0;
    padding: 10px;
    font-weight: 400;
  }

  .mapboxgl-popup-content div {
    padding: 10px;
    height: 100%;
    width: 100%;
  }

  .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
  }

  .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #91c949;
  }

@media screen and (max-width:812px) {
  body{
    overflow: hidden;

  }
  nav a{
    font-size: 1rem;
  }
  nav , .ln{
    height: 8vh;
  }
  .map{
    height: 100vh;
    width: 100%;
  }
  .navigation{
    width: 60%;
  }
  .search{
    left: 90%;
    height: 8vh;
    top: 1vh;
  }
}