/* ================= section11 ================= */
.home_section11 {
  background: linear-gradient(90deg, #d2e9f9 0%, #e4f2fa 17%, #fdfefe 74%, #ffffff 100%);
  padding: 15rem 0 9rem;
  overflow: hidden;
  position: relative;
}
.home_section11 .top_box {
  margin-bottom: 13rem;
  align-items: center;
}
.home_section11 .head .syedittext h2 {
  font-size: 13.2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin: 0;
  max-width: 100%;
}
.home_section11 .head .syedittext h2 small {
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
}
.home_section11 .head .syedittext .subtitle {
  font-size: 3rem;
  color: var(--title);
  font-weight: 500;
  margin-top: 3rem;
  text-transform: none;
}
.home_section11 .head .syedittext .stars {
  width: 2.9rem;
}
.home_section11 .right {
  max-width: 78rem;
  width: 100%;
}
.home_section11 .right .syedittext h3 {
  font-weight: 600;
  font-size: 2.8rem;
}
.home_section11 .right .syedittext p {
  margin-top: 2rem;
}
.home_section11 .form {
  margin-top: 3rem;
}
.home_section11 .form form {
  gap: 1.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
}
.home_section11 .form select {
  width: 100%;
  height: 6.2rem;
  display: block;
  border-radius: 0.6rem;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0 4.8rem 0 2.4rem;
  background: url(../img/select.svg) no-repeat right 2.3rem center / 1.3rem #fff;
}
.home_section11 .form input[type="submit"] {
  font-size: 1.8rem;
  padding: 0 5rem;
}
.home_section11 .marquee_area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
}
.home_section11 .marquee_track {
  display: flex;
  gap: 2.6rem;
  width: max-content;
  animation: home11Marquee 35s linear infinite;
}
.home_section11 .marquee_track.reverse {
  animation-direction: reverse;
  transform: translateX(-10rem);
}
.home_section11 .marquee_track:hover {
  animation-play-state: paused;
}
@keyframes home11Marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 1.3rem));
  }
}
.home_section11 .circle {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.4px solid transparent;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.home_section11 .circle:hover {
  transform: scale(1.05);
}
.home_section11 .c1 {
  border-color: #9176c4;
}
.home_section11 .c2 {
  border-color: #768ec1;
}
.home_section11 .c3 {
  border-color: #76c1c1;
}
.home_section11 .c4 {
  border-color: #8cc5f9;
}
.home_section11 .c5 {
  border-color: #e6c2b3;
}
.home_section11 .circle img {
  max-width: 65%;
  max-height: 65%;
  object-fit: contain;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_section11 .head .syedittext h2 {
    font-size: 12rem;
  }
  .home_section11 .head .syedittext h2 small {
    font-size: 10rem;
  }
  .home_section11 .form_row {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_section11 .top_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
  .home_section11 .right {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_section11 .head .syedittext h2 {
    font-size: 10rem;
  }
  .home_section11 .head .syedittext h2 small {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .home_section11 {
    padding: 6rem 0;
  }
  .home_section11 .top_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .home_section11 .head .syedittext h2 {
    font-size: 8rem !important;
  }
  .home_section11 .head .syedittext h2 small {
    font-size: 6rem !important;
  }
  .home_section11 .head .syedittext .subtitle {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  .home_section11 .box_title {
    font-size: 2.4rem;
  }
  .home_section11 .form_row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .home_section11 .select_box,
  .home_section11 .btn_search {
    width: 100%;
    height: 5.5rem;
    font-size: 1.6rem;
    padding: 0 2rem;
  }
  .home_section11 .circle {
    width: 15rem;
    height: 15rem;
  }
}
@media screen and (max-width: 576px) {
  .home_section11 .head .syedittext h2 {
    font-size: 6rem;
  }
  .home_section11 .head .syedittext h2 small {
    font-size: 8rem;
  }
  .home_section11 .head .syedittext .subtitle {
    font-size: 1.8rem;
  }
  .home_section11 .circle {
    width: 12rem;
    height: 12rem;
  }
  .home_section11 .marquee_area {
    gap: 1.5rem;
  }
  .home_section11 .form form {
    grid-template-columns: 1fr;
  }
  .home_section11 .form select {
    font-size: 14px;
    height: 46px;
    padding-left: 20px;
  }
  .home_section11 .form input[type="submit"] {
    line-height: 46px !important;
    margin-top: 8px;
  }
}
.home_blog {
  padding: 9.4rem 0;
  overflow: hidden;
}
.home_blog .tab {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home_blog .tab ul {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3.3rem;
  background-color: #f4f4f4;
  padding: 0.8rem;
}
.home_blog .tab ul li {
  cursor: pointer;
  transition: all 0.3s;
  line-height: 5rem;
  border-radius: 100px;
  font-size: 1.8rem;
  padding: 0 2.2rem;
}
.home_blog .tab ul .active,
.home_blog .tab ul li:hover {
  color: #fff;
  background-color: var(--primary);
}
.home_blog .tab a {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: #f4f4f4;
  padding: 0 3.5rem;
  line-height: 6.6rem;
}
.home_blog .tab a::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  background: url(../img/icon-add.svg) no-repeat center / contain;
}
.home_blog .tab a:hover {
  color: #fff;
  background-color: var(--primary);
}
.home_blog .tab a:hover::after {
  filter: contrast(0) brightness(2);
}
.home_blog .home_blog_swiper {
  display: none;
  margin-top: 5.6rem;
}
.home_blog .home_blog_swiper.active {
  display: block;
}
.home_blog .home_blog_swiper .swiper-slide {
  max-width: 60.4rem;
}
@media screen and (max-width: 768px) {
  .home_blog .tab ul {
    padding: 3px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .home_blog .tab ul::-webkit-scrollbar {
    display: none;
  }
  .home_blog .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    line-height: 40px;
    white-space: nowrap;
  }
  .home_blog .tab a {
    font-size: 14px;
    padding: 0 20px;
    line-height: 46px;
  }
  .home_blog .home_blog_swiper {
    margin-top: 3rem;
  }
  .home_blog .home_blog_swiper .swiper-slide {
    max-width: 260px;
  }
}
