.welcome-area {
  background-image: linear-gradient(180deg, #3a5ba8 7%, #3f468d 34%, #423776 66%, #2a2242 97%);
  position: relative;
  overflow: hidden;
  padding-top: 4%;
  z-index: 2;
}

.container-fluid {
  width: 85%;
  display: flex;
  flex-direction: column;
}

.landing-nav {
  background: transparent;
  position: relative;
  width: 100%;
}

.nav-dropdown-icon {
  width: 24 px;
  height: 24 px;
}

.nav-item .nav-link {
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.nav-item {
  margin: 0 10px;
}

.navbar-toggler:not(.collapsed) {
  font-size: 2rem;
  color: #ffffff8e;
}

.navbar-toggler {
  font-size: 2rem;
  color: #ffffff;
}

#logo {
  height: 50px;
}

.welcome-content {
  position: relative;
  flex-grow: 1;
  margin: 0;
  padding-top: 132px;
  padding-bottom: 132px;
  flex-wrap: wrap;
}

.welcome-content > div:nth-child(1) {
  padding: 0 5% 0 0;
}

.welcome-content > div:nth-child(2) {
  padding: 0 0 0 5%;
}

.search-card {
  width: 100%;
  background: none;
  background-image: radial-gradient(circle at 88% 17%, rgba(51, 72, 156, 0.78) 0%, rgba(117, 114, 192, 0.69) 112%) !important;
  box-shadow: 0 20px 36px 0 rgba(49, 39, 80, 0.35) !important;
  border-radius: 12px;
  margin: 0;
}

.search-card-title {
  font-family: PingFangSC-Semibold;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
}

.search-card-content {
  margin-top: 44px;
}

.search-card-form-search-input {
  height: 68px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

.search-card-form-search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-card-form-search-input-lable {
  cursor: pointer;
  width: 25%;
  font-size: 20px;
  height: 68px;
  background-color: #192d62;
  border: #192d62;
}

.search-card-form-search-input-lable span {
  color: #fff;
  margin: auto;
}

.welcome-flower {
  opacity: 0.6;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40%;
}

.search-card-cate {
  border-bottom: #192d62 solid;
  margin-bottom: 22px;
}

.search-card-cate .nav .nav-item {
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 120px;
  width:20%;
  margin: 0;
}

.search-card-cate .nav .nav-item span.active {
  text-shadow: none;
  font-size: 20px;
  color: #fde201;
  letter-spacing: 0;
  line-height: 18px;
  padding-left: 5px;
  padding-right: 5px;
}

.search-card-cate .nav .nav-item:has(span.active) {
  border-bottom: #fde201 solid;
}

.search-card-cate .nav .nav-item span {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 18px;
  text-shadow: none;
  padding-left: 5px;
  padding-right: 5px;
}

.search-card-input-lable {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.search-card-input {
  background-color: #fff !important;
  height: 60px;
  text-align: left;
}

.search-card-input::placeholder {
  color: rgba(0, 0, 0);
}

.search-card-footer {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: right;
  line-height: 18px;
  text-decoration: underline;
}

.welcome-area-text {
  right: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
.welcome-area-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  height: 100%;
}
.welcome-area-text-content > h1 {
  font-size: 58px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 72px;
  text-shadow: 0 4px 4px #4b7c7a;
}

.welcome-area-text-content > h2 {
  margin-top: 34px;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  text-shadow: 0 4px 4px #4b7c7a;
}

.welcome-area-text-content-btn {
  margin-top: 50px;
}

.function-area-title > h1 {
  font-size: 16px;
  color: #3a5aa7;
  letter-spacing: 0;
  line-height: 16px;
}

.function-area-title > h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
}

.function-area-title > p {
  font-size: 24px;
  color: #4d5864;
  letter-spacing: 0;
  line-height: 32px;
}

.function-area {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #edf2fd;
}

.funcion-area-card.main {
  background: #3a5aa7;
  border-radius: 18px;
}

.funcion-area-card.main .card-title {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.funcion-area-card.main p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0;
}

.funcion-area-card {
  background: #c0ccea;
  border-radius: 18px;
}

.funcion-area-card .card-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.funcion-area-card p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0;
}

.divider {
  background-color: #edf2fd;
  margin: 0;
  text-align: center;
}

.divider hr {
  background: #cecde8;
  width: 80%;
  margin: auto;
}
footer {
  background: #fafbff;
  padding: 20px 0;
}
footer span {
  font-size: 22px;
  color: #4d5864;
  letter-spacing: 0;
  line-break: anywhere;
}
.copyright {
  font-size: 16px;
  color: #4d5864;
  letter-spacing: 0;
  line-height: 16px;
}
.function-area-image {
  margin-top: 20px;
}

.match-height {
  flex-wrap: wrap;
}

.funcion-area-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.app-brand-logo {
  height: 60px;
}

.app-brand-text {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 30px;
}

.trend-area {
  padding: 100px 0;
  background-color: #edf2fd;
}

.trend-area-title h1 {
  font-size: 16px;
  color: #3a5aa7;
  letter-spacing: 0;
  line-height: 16px;
}

.trend-area-title h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
}

.trend-area-title p {
  font-size: 24px;
  color: #4d5864;
  letter-spacing: 0;
  line-height: 32px;
}

.trend-area-image {
  opacity: 0.6;
  width: 80%;

}

.trend-panel-tab {
  width: 80%;
}
.trend-panel-tab li {
  color: #4d5864;
}

.trend-panel-tabs.active {
  text-align: center;
  width: 100%;
}

.trend-tab-title {
  margin: auto;
  font-size: 20px;
  color: #3a5aa7;
  text-shadow: none;
}

.trend-tab-subtitle {
  margin: auto;
  text-shadow: none;
  font-size: 18px;
  color: #3a5aa7;
  letter-spacing: 0;
  line-height: 18px;
}

.trend-table tr td:nth-child(1) {
  font-size: 20px;
  color: #3a5aa7;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.trend-table tr td:nth-child(2) {
  font-size: 18px;
  color: #4d5864;
  letter-spacing: 0;
  line-height: 18px;
}

.trend-table tr td:nth-child(3) {
  font-size: 18px;
  color: #3a5aa7;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}

.trend-table th{
  font-size: 18px;
  color: #4d5864;
  letter-spacing: 0;
  line-height: 18px;
}

.trend-panel ul{
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .welcome-area-text-content-btn {
    margin-top: 20px;
  }
  .welcome-content {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column-reverse;
  }
  .welcome-content > div:nth-child(1) {
    padding: 0 0 0 0;
  }

  .welcome-content > div:nth-child(2) {
    padding: 0 0 50px 0;
  }
  .trend-panel{
    margin-top: 20px;
  }
}

@media (max-width: 550px) {
  .navbar-brand {
    width: 75%;
  }
  .app-brand-text{
    display: none;
  }

  .welcome-area-text-content > h1 {
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 52px;
    text-shadow: 0 4px 4px #4b7c7a;
  }

  .welcome-area-text-content > h2 {
    margin-top: 20px;
  }

  .welcome-area-text-content {
    padding-left: 0;
  }
  .welcome-area-text {
    margin: 0;
  }
  .welcome-area-text-content {
    padding: 0;
  }
  .welcome-area-text-content-btn {
    margin-top: 40px;
  }
  .welcome-area-text-content-btn > button {
    margin-top: 10px;
  }
  #search-text {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-collapse {
    background-image: radial-gradient(circle at 88% 17%, rgba(51, 72, 156, 0.78) 0%, rgba(117, 114, 192, 0.69) 112%);
    box-shadow: 0 20px 36px 0 rgba(49, 39, 80, 0.35);
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
  }
}
