.projects {
  margin-bottom: 80px;
  margin-top: 16px;
}
.projects h1 {
  font-family: Circe, sans-serife;
  font-size: 40px;
  font-weight: 800;
  line-height: 58.96px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .projects h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
.projects .object-section {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.projects .object-section .item {
  font-family: Circe, sans-serife;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.53px;
  text-align: center;
  color: #fff;
  height: 50px;
  cursor: pointer;
  min-width: 205px;
  padding: 0 69px;
  background: #95B2E7;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.projects .object-section .active {
  transition: all 0.4s ease-in-out;
  background: #222D4A;
}
.projects .info {
  margin-top: 54px;
  display: flex;
  flex-direction: column;
}
.projects .info-title {
  font-family: Circe, sans-serife;
  font-size: 24px;
  font-weight: 700;
  line-height: 35.38px;
  text-align: left;
  color: #182139;
}
.projects .info .desc {
  margin-top: 12px;
  font-family: Circe, sans-serife;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  color: #343434;
  margin-bottom: 32px;
}
.projects .info .image-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.projects .info .image-grid .img-section {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.projects .info .image-grid .img-section .large-img {
  width: 422px;
  flex-shrink: 0;
  height: 514px;
}
.projects .info .image-grid .img-section .large-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects .info .image-grid .img-section .small-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.projects .info .image-grid .img-section .small-img img:not(.large-img img) {
  -o-object-fit: cover;
     object-fit: cover;
  width: 425px;
  height: 247px;
}

@media screen and (max-width: 1024px) {
  .projects {
    margin-bottom: 80px;
    margin-top: 16px;
  }
  .projects h1 {
    font-family: Circe, sans-serife;
    font-size: 40px;
    font-weight: 800;
    line-height: 58.96px;
    text-transform: uppercase;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .projects h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
@media screen and (max-width: 1024px) {
  .projects .object-section::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .projects .object-section {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow: auto;
    align-items: center;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .projects .object-section .item {
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 700;
    line-height: 26.53px;
    text-align: center;
    color: #fff;
    height: 40px;
    cursor: pointer;
    min-width: 180px;
    padding: 0 40px;
    background: #95B2E7;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
  }
  .projects .object-section .active {
    transition: all 0.4s ease-in-out;
    background: #222D4A;
  }
}
@media screen and (max-width: 1024px) {
  .projects .info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .projects .info-title {
    font-family: Circe, sans-serife;
    font-size: 20px;
    font-weight: 700;
    line-height: 35.38px;
    text-align: left;
    color: #182139;
  }
  .projects .info .desc {
    margin-top: 10px;
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #343434;
    margin-bottom: 32px;
  }
  .projects .info .image-grid ::-webkit-scrollbar {
    display: none;
  }
  .projects .info .image-grid {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    gap: 20px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .projects .info .image-grid .img-section {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .projects .info .image-grid .img-section .large-img {
    width: 100%;
    flex-shrink: 0;
    height: 300px;
  }
  .projects .info .image-grid .img-section .large-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: calc(100vw - 32px);
  }
  .projects .info .image-grid .img-section .small-img {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .projects .info .image-grid .img-section .small-img img:not(.large-img img) {
    flex-shrink: 0;
    height: 300px;
    width: calc(100vw - 32px);
  }
}
