@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body{
  font-family: montserrat;
  background-color: #fff;
}

nav{
  display: flex;
  background: #083759;
  height: 80px;
  width: 100%;
  align-content: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw;
}

label.logo{
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding-left: 20px;
  font-weight: bold;
}

nav ul{
  float: right;
  align-items: center;
  /* margin-right: 20px;
  margin-left: 20px; */
  z-index: 1;
}

nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}

nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 20px;
  text-transform: uppercase;
}

nav ul li a:hover{
  background: #1b9bff;
  transition: .5s;
}

nav form.lang{
  display: inline-block;
  float: right;
  line-height: 80px;
  /* padding-right: 20px; */
}

.lang select{
  text-align: center;
  /* height: 25px; */
  padding: 5px;
  border-radius: 5px;
  border: none;
}

.checkbtn{
  display: flex;
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
  display: none;
  text-align: right;
}

#check{
  display: none;
}

.container{
  min-height: calc(100vh - 160px);
  max-width: 90%;
  margin: auto;
}

.container h3{
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 1px 1px 2px black;
}

.top-label{
  background: #1f3c88;
  text-transform: uppercase;
}

.search{
  display: flex;
  width: 100%;
  /* height: 50px; */
  padding: 20px 10px;
  margin-top: 10px;
  border: 1px solid #d7d6d5;
  line-height: 20px;
  /* flex-direction: row; */
  justify-content: flex-end;
}

.list-item{
  display: flex;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #d7d6d5;
  width: 100%;
  flex-direction: row;
}

.list-item img{
  width: 300px;
  height: 300px;
  border-radius: 10px;
  border: 2px solid #d7d6d5;
}

.list-item div{
  padding-top: 10px;
  padding-left: 20px;
  width: 100%;
}

.list-item a{
  display: block;
  background: #083759;
  width: 150px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-top: 20px;
  align-self: flex-end;
}

.list-item h4,p{
  padding: 2px 5px;
}

.top-label label{
  color: #fff;
}

.map{
  margin-top: 10px;
  width: 100%;
  height: 70vh;
  z-index: 0;
}

footer{
  display: flex;
  left: 0;
  background: #083759;
  height: 80px;
  width: 100%;
  margin-top: 10px;
  flex-direction: column;
}

.copy{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.copy a{
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding-top: 50px;
}

.q {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.q input {
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d7d6d5;
  margin-left: 20px;
}
.q button {
  background: #083759;
  height: 40px;
  min-width: 40px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  border: none;
}

.baloon-img{
  display: flex;
  flex-direction: row;
  align-content: center;
}

.balloon-img img{
  width: 150px;
  height: 150px;
}

.balloon-info{
  display: flex;
  width: 200px;
  flex-direction: column;
  align-items: flex-start;
}

.balloon-info h4{
  color: black;
  font-size: 14px;
}

.info{
  margin-top: 25px;
  display: flex;
  flex-direction: row;
}

.info img{
  width: 400px;
  border-radius: 10px;
  border: 2px solid #d7d6d5;
}

.info div.short-info{
  width: 100%;
  margin-left: 25px;
}

.info div.short-info p{
  padding-left: 0
}

.full-info{
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.full-info h4,p{
  padding-left: 0;
}

.full-info img{
  border-radius: 10px;
  border: 2px solid #d7d6d5;
  margin-top: 5px;
}

.about-info{
  padding: 10px 10px;
}

.about-info iframe{
  display: flex;
  border: 2px solid #d7d6d5;
  border-radius: 5px;
}

.creator-info{
  padding: 10px 10px;
}
