body {
  background-image: url(/photos/llhz.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.title {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 22px;
  direction: rtl;
  text-align: center;
  color: white;
}

h2 {
  font-size: 24px;
}

#h2top {
  margin-top: -35px;
}
.runway {
  width: 400px;
  transform: rotate(110deg);
}

.winddir {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

p {
  font-size: 24px;
  font-weight: bold;
}

.grid {
  direction: rtl;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.grid-item {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  border: 5px rgb(255, 255, 255) solid;
  background-color: rgba(2, 145, 167, 0.697);
  border-radius: 15px;
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  inline-size: 15vw;
  color: white;
}

.rose > img {
  padding: 20px;
  background-color: rgba(140, 140, 140, 0.697);
  border-radius: 15px;
  width: 200px;
}

.indicator {
  display: flex;
  justify-content: space-evenly;
  padding-left: 5vw;
  padding-right: 5vw;
  margin-top: 5vh;
  align-items: center;
}

.rose {
  margin-top: 8rem;
  position: absolute;
}

.arrow > img {
  --rotation: 0deg;
  transform-origin: left;
  opacity: 0.6;
  left: 7.7rem;
  top: 13.2rem;
  position: relative;
  width: 180px;
  transform: rotate(var(--rotation, 0deg));
}

.clouds-grid > img {
  height: 5vh;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.447);
  border-radius: 15px;
  padding-left: 20px;
}

.clouds-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  background-color: rgba(128, 128, 128, 0.326);
  padding: 20px;
  border-radius: 15px;
  zoom: 0.7;
  }
  
  .one { grid-area: 8 / 1 / 8 / 2; }
  .two { grid-area: 7 / 1 / 7 / 2; }
  .three { grid-area: 6 / 1 / 6 / 2; }
  .four { grid-area: 5 / 1 / 5 / 2; }
  .five { grid-area: 4 / 1 / 4 / 2; }
  .six { grid-area: 3 / 1 / 3 / 2; }
  .seven { grid-area: 2 / 1 / 2 / 2; }
  .title-grid { grid-area: 1 / 1 / 1 / 2; }


.clouds-grid p, .windybox p, .TAF p {
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
color: white;
}

.one, .two, .three, .four, .five, .six, .seven {
border: 4px black solid;
border-radius: 15px;
display: flex;
padding-left: 10px;
}



.title-grid {
  text-align: center;
}

.skylogo > img {
    width: 200px;
}
.skylogo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0.8;
}

.windy {
  border-radius: 20px;
  border: 5px white solid;
  opacity: 0.7;
}

.windybox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.TAF {
  background-color: rgba(2, 145, 167, 0.697);
  padding: 10px;
  border: 5px white solid;
  border-radius: 15px;
  text-align: center;
  width: 25vw;
}

h3 {
  background-color: rgba(128, 128, 128, 0.466);
  border-radius: 10px;
  width: fit-content;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 35px;
  font-style: italic;
  align-self: center;
  color: rgb(255, 102, 0);
  border: 2px rgb(255, 102, 0) solid;
  margin: auto;
  margin-bottom: 3vh;
}

.rosenew {
  background-color: rgba(2, 145, 167, 0.697);
  padding: 25px;
  border-radius: 15px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.grid-item {
  direction: rtl;
}
/* RESPONSIVE Laptop */
@media only screen   
and (min-width: 1370px)  
and (max-width: 1605px)  {

  .indicator {
    zoom: 0.7;
  }
  
  .row1 {
    margin-top: 5vh;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: space-between;
  }

  .spacer {
    padding: 9vw;
  }
}

@media only screen
and (max-width: 620px) {
  .grid {
    flex-direction: column;
    align-items: center;
    row-gap: 7px;
    flex-wrap: nowrap;

  }
  .grid-item {
    width: calc(100vw - 10vw);
    height: 15vh;
  }


  .indicator {
    flex-direction: column;
  }

  .windybox {
    display: none;
  }

  .TAF {
    margin-top: 2vh;
    width: auto;
  }

  .TAF > p {
    font-size: 20px;
  }

  .rosenew {
    zoom: 0.7;
    margin-top: -5vh;
  }
  .skylogo {
    position: sticky;
    left: 50%;
    display: flex;
  justify-content: center;

  }
  .skylogo > img {
    width: 100px;
  }

  }

  .windspeed {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#wind-speed, #guests {
  margin-bottom: 0;
  margin-top: 2px;
}