@import url("https://fonts.googleapis.com/css2?family=Jersey+25&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #282725;
  color: #282725;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.top-board {
  height: 8%;
  display: flex;
  justify-content: space-between;
  padding: 0 50px 0 160px;
  background-color: white;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom: 4px solid #282725;
}
ul {
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 35px;
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
}
ul > li:hover,
ul > li:focus {
  background-color: blue;
  color: whitesmoke;
}
.circles {
  display: flex;
  align-items: center;
  gap: 10px;
}
.circles > div {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.brown {
  background-color: burlywood;
}
.brown:hover {
  background-color: rgb(165, 125, 16);
}
.brown-clicked {
  background-color: rgb(136, 109, 74);
}
.green {
  background-color: rgb(168, 165, 165);
}
.green-clicked {
  background-color: #282725;
}
.green:hover {
  background-color: #282725;
}
.blue {
  background-color: rgb(96, 160, 221);
}
.blue:hover {
  background-color: rgb(46, 130, 209);
}
.blue-clicked {
  background-color: rgb(46, 130, 209);
}
.top-box {
  height: 10%;
  border-bottom: 4px solid;
  display: flex;
  gap: 5px;
  padding: 8px;
}
.lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.first-line {
  width: 70px;
}
.first-line > div {
  background-color: #282725;
  height: 3px;
}
.square {
  height: 100%;
  width: 70px;
  border: 3px solid;
}
.second-line > div {
  width: 500px;
  background-color: #282725;
  height: 3px;
}

.third-line {
  width: 100%;
}
.third-line > div {
  width: 100%;
  background-color: #282725;
}
.container {
  width: 98%;
  height: 96%;
  border-radius: 35px;
  background-color: rgb(180, 178, 178);
}

.board {
  position: relative;
  height: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.monitor {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: repeat(25, 1fr);
  width: 70%;
  height: 85%;
  background-color: whitesmoke;
  border: 4px solid #282725;
}
.grid1 {
  grid-column: 1/-1;
  grid-row: 1/2;
  display: flex;
  gap: 5px;
  width: 100%;
  padding: 10px;
  border-bottom: 4px solid;
}
.grid2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: 25/-1;
  grid-row: 2/-1;
  border-left: 4px solid;
}
.grid3 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/-1;
  grid-row: 26/-1;
  padding: 8px;
  border-top: 4px solid;
}
.grid4 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: auto;
  grid-column: 1/25;
  grid-row: 2/26;
  padding: 40px;
}
.grid1-box {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 80px;
}
.grid1-bar {
  width: 100%;
  height: 3px;
  background-color: #282725;
}
.square1 {
  width: 80px;
  border: 3px solid;
}
.grid3-box,
.grid4-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.grid3-bar,
.grid4-bar {
  width: 100%;
  height: 3px;
  background-color: #282725;
}
/*  */
.copyright {
  text-align: center;
}
.arrow-up {
  border-bottom: 4px solid;
}
.arrow-down {
  border-top: 4px solid;
}
.arrow-up,
.arrow-down {
  text-align: center;
  padding: 5px 0;
}
.grid-box {
  background-color: #282725;
  height: 100%;
}
.square-box {
  height: 70%;
}
/* default display none */
.project {
  display: none;
}
.home,
.project {
  line-height: 1.2;
}
.project-title,
.home-title {
  font-size: 40px;
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
}
.home {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.project {
  flex-direction: column;
  gap: 40px;
}

.home-location {
  font-size: 28px;
}
.context {
  font-size: 22px;
}
.devops-title {
  display: flex;
  align-items: center;
}
.tab-el {
  width: 150px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.side-box {
  position: absolute;
  left: 40px;
}
/* radio */
.radio-box {
  position: absolute;
  left: 110px;
  bottom: 50px;
  display: grid;
  place-items: center;
  width: 100px;
  height: 200px;
  background-color: #282725;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 1920px) {
  .radio-box {
    left: 160px;
    bottom: 70px;
    height: 220px;
  }
}
.circle {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: rebeccapurple;
  border-radius: 50%;
}
.inner-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rebeccapurple;
  border: 4px dotted rgb(238, 50, 50);
}
.fa-play,
.fa-pause {
  color: rgb(204, 55, 204);
  font-size: 40px;
}
.fa-play:hover,
.fa-pause:hover {
  color: rgb(175, 30, 175);
  font-weight: 700;
}
.audio {
  position: fixed;
  display: none;
  bottom: 200px;
  width: 100px;
  background-color: transparent;
}
.mobile {
  display: none;
  color: whitesmoke;
}
@media (max-width: 450px) {
  .container {
    display: none;
  }
  .mobile {
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }
}
