@import url(/assets/css/header.css);
@import url(/assets/css/footer.css);
main {
  padding: 80px 140px;
}
.detail-container {
  padding: 32px;
  border-radius: 32px;
  background-color: #f3f5f7;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 40px;
}
.detail-img-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  max-height: 447px;
  border-radius: 16px;
  background-color: #ccf1b5;
}
.first-img,
.second-img {
  height: 100%;
  width: 100%;
}
.first-img img,
.second-img img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.third-img {
  display: none;
}
.detail-text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.title-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.detail-text-container .title-container .title {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.detail-text-container .title-container .title div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.detail-text-container .title-container .title div h3 {
  color: #282828;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.title-container .title div a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-container .title div a i {
  color: #444444;
  rotate: 317deg;
  font-size: 18px;
}
.detail-text-container .title span {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
}
.click_btn {
  padding: 12px 28px;
  background-color: #90a1ca;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 40px;
}
.services-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 35px;
}
.services-container li {
  padding: 3px 16px;
  border-radius: 100px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-container li h5 {
  color: #5f6980;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.detail-main-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-main-container .service-text {
  color: #5f6980;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.services-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services-text {
  display: flex;
  flex-direction: column;
}
.services-text h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #5f6980;
}
.services-text ul {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}
.services-text ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5f6980;
}
.services-text ul li {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.services-text ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5f6980;
}
.services-text ul li span::after {
  content: "•";
  color: #718096;
}
.service-bottom-text {
  color: #5f6980;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 5px 0 10px 0;
}
.main-detail-img-container {
  margin-top: 30px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-detail-img-container .big-image {
  max-height: 711px;
  width: 100%;
}
.main-detail-img-container .big-image img {
  max-height: 711px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #e4e4e7;
}
@media (max-width: 1200px) {
  main {
    padding: 48px 24px;
  }
}
@media (max-width: 991px) {
  .first-img,
  .second-img {
    display: none;
  }
  .third-img {
    max-height: 447px;
    width: 100%;
    display: block;
  }
  .third-img img {
    width: 100%;
    max-height: 447px;
    object-fit: cover;
    border-radius: 16px;
  }
  .detail-container {
    padding: 16px;
    border-radius: 24px;
  }
  .detail-img-container {
    background: none;
  }
}
@media (max-width: 768px) {
  .title-container {
    flex-direction: column;
  }
  .click_btn {
    order: -1;
    width: 100%;
  }
  .services-container {
    justify-content: space-between;
    gap: 30px;
  }
  .detail-container {
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .detail-text-container .title-container .title div h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .title-container {
    gap: 25px;
  }
  .services-container {
    justify-content: space-between;
    gap: 15px;
  }
  .services-container li {
    padding: 3px 13px;
  }
  .services-container li h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .services-text ul li {
    align-items: baseline;
  }
}
@media (max-width: 450px) {
  .click_btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
  }
}
