@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  max-width: 1104px;
  min-height: 100vh;
  margin: auto;
  margin-top: 3rem;
  background-color: white;
  font-family: "Roboto Serif", serif;
}

.main-section {
  background-color: white;
  width: 100%;
  height: 98vh;
  border-radius: 1rem;
  display: flex;
}
@media (max-width: 1082px) {
  .main-section {
    flex-direction: column;
  }
}
.main-section .first {
  background-color: #c0e2f5;
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  gap: 4rem;
  padding: 2rem;
}
@media (max-width: 1082px) {
  .main-section .first {
    flex-direction: row;
    width: 100%;
  }
}
.main-section .first .hance {
  font-size: 2rem;
}
@media (max-width: 638px) {
  .main-section .first .hance {
    font-size: 3rem;
  }
}
.main-section .first .you {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1082px) {
  .main-section .first .you {
    flex-direction: row;
  }
}
.main-section .first .you .you1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1082px) {
  .main-section .first .you .you1 {
    display: none;
  }
}
.main-section .first .you .you1 .for {
  color: black;
  background-color: white;
  border: none;
  text-align: left;
  font-size: 1rem;
  border-radius: 0.4rem;
  width: 140px;
  padding: 0.3rem;
  font-weight: bolder;
}
.main-section .first .you .you2 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1082px) {
  .main-section .first .you .you2 {
    display: none;
  }
}
.main-section .first .you .you2 .cat {
  font-weight: bolder;
  font-size: 1.2rem;
}
.main-section .first .project {
  background-color: rgba(0, 0, 255, 0.789);
  border: none;
  color: white;
  text-align: center;
  font-size: 1rem;
  border-radius: 1.1rem;
  width: 170px;
  padding: 0.6rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media (max-width: 638px) {
  .main-section .first .project {
    display: none;
  }
}
.main-section .second {
  background-color: white;
  width: 80%;
  padding: 1.5rem;
  height: 100%;
}
@media (max-width: 1082px) {
  .main-section .second {
    flex-direction: row;
    width: 100%;
  }
}
.main-section .second .second1 {
  background-color: white;
  height: 10%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.main-section .second .second1 form {
  background: white;
  width: 35%;
  border-radius: 1rem;
  border: 1px solid gray;
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 638px) {
  .main-section .second .second1 form {
    width: 100%;
    padding: 1rem;
  }
}
.main-section .second .second1 form input {
  border: none;
  outline: none;
  background: white;
  border-radius: 1rem;
  padding: 0.2rem;
  color: grey;
}
.main-section .second .second1 form input bx-search {
  color: gray;
}
.main-section .second .second1 .message {
  display: flex;
  gap: 0.6rem;
}
@media (max-width: 638px) {
  .main-section .second .second1 .message {
    display: none;
  }
}
.main-section .second .second1 .message .bxs-envelope {
  font-size: 1.5rem;
}
.main-section .second .second1 .message .bxs-bell {
  font-size: 1.5rem;
}
.main-section .second .second1 .message .bx-podcast {
  font-size: 1.5rem;
}
.main-section .second .second2 {
  height: 90%;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}
.main-section .second .second2 .luguta {
  background-color: white;
  border-radius: 0.8rem;
  height: 240px;
  padding-bottom: 1.5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.main-section .second .second2 .luguta .luguta1 {
  background-color: white;
  width: 100%;
  height: 50%;
  border-radius: 0.8rem;
}
.main-section .second .second2 .luguta .luguta1 .xxx {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.main-section .second .second2 .luguta .luguta2 {
  height: 50%;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 0.8rem;
  gap: 1rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.main-section .second .second2 .luguta .luguta2 .own {
  color: grey;
  border-bottom: 1px solid grey;
}
.main-section .second .second2 .luguta .luguta3 {
  display: flex;
  gap: 0.8rem;
  padding: 0.5rem;
  color: grey;
}/*# sourceMappingURL=style.css.map */