/* რუკა მთელი ეკრანის ზომის */
html, body, #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}



.lang-dropdown {
  position: absolute;
  top: 5px;
  right: 0px;
  font-family: sans-serif;
 width:10vw;
height: 35px;
 border: none;
 z-index: 2000;
}

.lang-btn {
  background: white;
 padding-left: 0;
 border: none;
height: 35px;
  font-size: 14px;
  position: relative;
  width: 20vw;
  display: flex;
align-items: center;
gap: 1.5vw;
box-shadow: 0 0 0px black;
}

.flag-icon {
   width: 3vw;
 height: 35px;
margin-left: 0vw;
 border: none;
}

.lang-menu {
display: none;
 position: relative;
top: 0%;
  background: white;
  border: none;
transition: all 0.3s ease;

}

.lang-menu a {
  display: flex;
 align-items: center;
 border: none;
height: 35px;
width: 40vw;
background: white;
padding-left: 0;
position: relative;
gap: 1.5vw;
 text-decoration: none;
color: black;
box-shadow: 0 0 3px black;

}
.lang-menu a:hover {
  box-shadow: 0 0 4px black;
  transform: scale(1.2);
z-index:6
}

@media screen and (max-width: 767px) and (orientation: portrait) {



.lang-dropdown {
 width:38vw;
height: 35px;
left: 60vw;
}

.lang-btn {
 height: 35px;
  width: 38vw;
 gap: 3vw;
 border-radius: 8px;
box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.3);

}


.flag-icon {
   width: 12vw;
 height: 25px;
 border-radius: 1px;
left: 24vw;
align-items: center;
margin-left: 1.0vw;
}

.lang-menu {
display: none;
 position: relative;
top: 0%;
  background: white;
  border: none;
transition: all 0.3s ease;

}

.lang-menu a {
  display: flex;
 align-items: center;
 border: none;
height: 35px;
width: 38vw;
background: white;
padding-left: 0;
position: relative;
gap: 3vw;
 text-decoration: none;
color: black;
box-shadow: 0 0 4px black;

}

.lang-menu a:hover {
  box-shadow: 0 0 4px black;
  transform: scale(1.2);
z-index:6
}


}
@media screen and (max-width: 1199px) and (orientation: landscape) {
html, body, #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.header{
 position: absolute;
 top: 0px;
width:100vw;
height: 30px;	
}
.lang-dropdown {
 width:20vw;
height: 27px;
}
.lang-btn {
 height: 30px;
  width: 40vw;
 gap: 2vw;
}
.flag-icon {
   width: 8vw;
 height: 27px;
}
.lang-menu a {
 


height: 29px;
width: 20vw;


}