/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

div#content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

iframe#map {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#map {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


.bg-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('../images/bg1.jpeg');*/
    /*background-image: url('../images/bg2.webp');*/
    /*background-image: url('../images/bg3.webp');*/
    background-image: url('../images/bg4.webp');
    background-size: cover;
    background-position: center center;
    /*filter: blur(3.5px);*/
    z-index: 10000;
}


.bg-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg4-bokeh2.webp');
    background-size: cover;
    background-position: center;
    /*filter: blur(3.5px);*/
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-cover img {
    max-width: 50%; /* Adjust size as needed */
}









/*.nav {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  padding: 15px 200px;*/
/*  background: #4a98f7;*/
/*  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
/*z-index: 99999;*/
/*}*/
/*.nav,*/
/*.nav .nav-links {*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
/*.nav {*/
/*  justify-content: space-between;*/
/*}*/
/*a {*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*}*/
/*.nav .logo {*/
/*  font-size: 22px;*/
/*  font-weight: 500;*/
/*}*/
/*.nav .nav-links {*/
/*  column-gap: 20px;*/
/*  list-style: none;*/
/*}*/
/*.nav .nav-links a {*/
/*  transition: all 0.2s linear;*/
/*}*/
/*.nav.openSearch .nav-links a {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/
/*.nav .search-icon {*/
/*  color: #fff;*/
/*  font-size: 20px;*/
/*  cursor: pointer;*/
/*}*/
/*.nav .search-box {*/
/*  position: absolute;*/
/*  right: 250px;*/
/*  height: 45px;*/
/*  max-width: 555px;*/
/*  width: 100%;*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*  transition: all 0.2s linear;*/
/*}*/
/*.nav.openSearch .search-box {*/
/*  opacity: 1;*/
/*  pointer-events: auto;*/
/*}*/
/*.search-box .search-icon {*/
/*  position: absolute;*/
/*  left: 15px;*/
/*  top: 50%;*/
/*  left: 15px;*/
/*  color: #4a98f7;*/
/*  transform: translateY(-50%);*/
/*}*/
/*.search-box input {*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  border: none;*/
/*  outline: none;*/
/*  border-radius: 6px;*/
/*  background-color: #fff;*/
/*  padding: 0 15px 0 45px;*/
/*}*/
/*.nav .navOpenBtn,*/
/*.nav .navCloseBtn {*/
/*  display: none;*/
/*}*/
/*!* responsive *!*/
/*@media screen and (max-width: 1160px) {*/
/*  .nav {*/
/*    padding: 15px 100px;*/
/*  }*/
/*  .nav .search-box {*/
/*    right: 150px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 950px) {*/
/*  .nav {*/
/*    padding: 15px 50px;*/
/*  }*/
/*  .nav .search-box {*/
/*    right: 100px;*/
/*    max-width: 400px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*  .nav .navOpenBtn,*/
/*  .nav .navCloseBtn {*/
/*    display: block;*/
/*  }*/
/*  .nav {*/
/*    padding: 15px 20px;*/
/*  }*/
/*  .nav .nav-links {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: -100%;*/
/*    height: 100%;*/
/*    max-width: 280px;*/
/*    width: 100%;*/
/*    padding-top: 100px;*/
/*    row-gap: 30px;*/
/*    flex-direction: column;*/
/*    background-color: #11101d;*/
/*    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
/*    transition: all 0.4s ease;*/
/*    z-index: 100;*/
/*  }*/
/*  .nav.openNav .nav-links {*/
/*    left: 0;*/
/*  }*/
/*  .nav .navOpenBtn {*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    cursor: pointer;*/
/*  }*/
/*  .nav .navCloseBtn {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 20px;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    cursor: pointer;*/
/*  }*/
/*  .nav .search-box {*/
/*    top: calc(100% + 10px);*/
/*    max-width: calc(100% - 20px);*/
/*    right: 50%;*/
/*    transform: translateX(50%);*/
/*    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
/*  }*/
/*}*/

#refreshButton {
  position: absolute;
  top: 50px;
  right: 10px;
  padding: 6px;
  z-index: 400;
    color: #585858;
  cursor: pointer;
}

#subscribe {
  position: absolute;
  top: 90px;
  right: 10px;
  padding: 6px;
  z-index: 400;
    color: #585858;
  cursor: pointer;
}

#locate {
  position: absolute;
  top: 130px;
  right: 10px;
  padding: 6px;
  z-index: 400;
    color: #585858;
  cursor: pointer;
}