
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
  background: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  height:100%;
  width: 100%;
  filter: blur(25px);
  overflow-x: hidden;
}

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html {
  width: 100%;
  height: 100%;
}


a, button {
  cursor: pointer;
}

nav {
  position: absolute;
  top: 100px;
  right: 50px;
  width: 250px;
  
}

.navigation {
  position: fixed;
  right: -500px;
  width: 350px;
  height: 100%;
  transition: .5s;
  z-index: 100000;
  background: #000;
}

.navigation a {
  text-decoration: none;
  color: inherit;
}

.navigation ul li {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  list-style-type: none;
  font-size: 1.5em;
  padding: 20px 30px;
  border-bottom: 1pt solid #252525;
}

.hamburger, .bar {
  position: fixed;
}

.hamburger {
  display: block;
  top: 5%;
  left: calc(100% - 10%);
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border: 0;
  background: 0 0;
}

.bar{
  top: 3px;
  background: #fff;
  width: 20%;
  height: 5px;
  transition: all .3s ease-in;
  border-radius: 50%;
}

#bar2{
  top: 11px;
}

#bar3{
  top: 19px;
}

.navigation.active {
  right: 0;
  opacity: 0.8;
}

.navigation.active .overlay {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.8);
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0);
  z-index: 99999;
  display: none;
}

.overlay.active {
  display: block;
}



.fa-magnifying-glass {
  color: white;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.header-center {
  align-items: center;
  flex-direction: column;
  margin-top: 10%;
}

.left-margin {
  margin: 0px 16px;
}

pre {
  word-wrap: break-word;
  width: 150px;
  height: 50px;
  overflow-wrap: break-word;
}

#uv-error {
  color: #ff6666 !important;
  white-space: pre-wrap;
}
.popup-close {
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  align-self: flex-end;
}

.word-wrap-example {
  overflow-wrap: break-word;
}

.word-wrap-example {
  white-space: pre-wrap;
}

.popup {
  position: fixed;
  display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    height: 160px;
    background-color: #005066;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0% 100%);
    overflow: hidden;
    z-index: 10000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#uv-error-code {
  font-size: 12px;
  width: 150px;
  height: 50px;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  word-wrap: break-word;
  overflow-wrap: break-word;
}



.center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-content {
  background: #383869;
  width: 460px;
  height: 340px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  clip-path: polygon(10% 0, 80% 0%, 100% 0, 100% 84%, 89% 100%, 0 100%, 0 100%, 0 15%);
  color: #fff;
  font-family: "Courier New", Courier, monospace;
}

.hhh {
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}


.desc404 {
  color: rgba(253, 253, 253, 0.514);
  word-wrap: break-word;
  height: 150px;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}





#uv-register-sw {
  color: white;
  background: #555555;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 6px;
  padding: 16px 20px;
  line-height: 16px;
  display: none;
  margin-top: 20px;
}

#uv-register-sw:active {
  background: #333333;
}

#uv-register-sw.show {
  display: block;
}

.logo {
  width: 150px;
  height: 150px;
}

.logo-wrapper .text {
  font-size: 75px;
  color: #fff;
}

.logo-wrapper h1 {
  color: white;
}

footer {
  margin-top: auto;
  width: 100%;
  align-self: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a,
footer span {
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

footer a {
  cursor: pointer;
}

footer a:hover {
  text-decoration: underline;
}

.desc p {
  width: 150px;
  color: rgba(253, 253, 253, 0.514);
  word-wrap: break-word;
  height: 50px;
}



/* Customizing the scrollbar track */
::-webkit-scrollbar {
  width: 8px; 
  border-radius: 20px;/* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #005066; 
}

/* Customizing the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #013f50;
  border-radius: 20px; /* Color of the scrollbar thumb */
}

.search-content {
  display: flex;
  flex-direction: row;
  margin-top: 88px;
  position: relative;
  height: 40px;
}

.white {
  background: white;
  background-size: 30px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.search-logo {
  background-size: 30px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

#uv-address {
  position: relative;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  color: #fff;
  width: 552px;
}

#uv-address:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

#uv-address::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

#uv-address::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.search-content {
  position: relative;
}

.search-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38px;
  width: 95%;
  height: 2px;
  background-color: #005066;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.search-content.focused::before {
  transform: scaleX(1);
  background-color: #1a92b3;
}




.quick-dile {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.grid-tiles {
  width: 620px;
  height: 385px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  justify-items: center;
}

.tile {
  background: #555555;
  position: relative;
  text-align: center;
  width: 140px;
  height: 89px;
  clip-path: path('m 16 0 l 120 0 c 0 0 4 0 4 4 l 0 69 c 0 2 -2 4 -2 4 l -10 10 c 0 0 -2 2 -4 2 l -120 0 c 0 0 -4 0 -4 -4 l 0 -69 c 0 -2 2 -4 2 -4 l 10 -10 c 0 0 2 -2 4 -2');
  transition: transform 0.3s ease-in-out;
  cursor: grab; /* Add cursor style for draggable effect */
}

.tile:active {
  cursor: move; /* Add cursor style when actively dragging */
}

.tile:hover {
  transform: translateY(-5px) scale(1.05);
}

.tile a {
  background: #555555;
  width: 100%;
  height: 100%;
  display: block;
}

.tile img {
  width: 100%;
  height: 100%;
}

.tile.dragging {
  opacity: 0.3;
}

.tile.highlight {
  transform: scale(1.042);
  opacity: 0.3;
  transition: 0.3s ease;
}







.credit {
  border-radius: 10px;
  padding: 10px;
  display: block;
  border: #fff 1px solid;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.credit label {
  margin-left: auto;
  margin-right: 15px;
}

.credit a,
.credit label {
  color: white;
  text-decoration: underline;
  text-align: right;
}

.credit pre {
  display: none;
  width: 100%;
}

.credit label::after {
  content: "show license";
  cursor: pointer;
}

.credit input:checked + label::after {
  content: "hide license";
}

.credit input:checked ~ pre {
  display: block;
}

@media (max-width: 720px) {
  .desktop-only {
    display: none;
  }
}

@media (max-width: 720px) {
  .search-content {
    width: 300px;
  }

  #desktop-only {
    display: none;
  }

  .grid-tiles {
    grid-template-columns: repeat(2, 1fr);
    width: 300px;
    height: 100px;
    grid-gap: 20px;
    justify-content: center;
    
  }

  .tile {
    margin-bottom: 20px; /* Added margin to control height gap */
  }

  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hamburger {
    left: 85%;
  }
}

@media (min-width: 1080px) {
  .hamburger {
    left: 95%;
  }
}