* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

nav {
  background-color: hsl(206, 72%, 11%);
}
nav .logodiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2878, 96, 15, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler {
  border: 1px solid gold !important;
}

.nav-link {
  color: #FFD700;
}

@media (max-width: 1400px) {
  li {
    margin: 10px;
  }
}
li:hover {
  background-color: black;
  border-radius: 30%;
  transition: 500ms;
}

li:active {
  background-color: black;
  border-radius: 30%;
  transition: 100ms;
}

main {
  background: #8E2DE2; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.neww {
  background-color: red;
  color: black !important;
}

.videoback {
  background-color: hsl(206, 72%, 11%);
  padding: 5px;
}

.video {
  display: flex;
  justify-content: center;
  margin: 100px 0 100px 0;
}
.video iframe {
  max-width: 900px;
  width: 100%;
  height: 500px;
}
@media (max-width: 576px) {
  .video iframe {
    height: 300px;
  }
}

header {
  margin-top: 25px;
  height: 800px;
  background-image: url(../../images/shiwen.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  margin-bottom: -150px;
}

.box {
  color: #FFD700;
  text-align: center;
  background-color: hsl(206, 72%, 11%);
  max-width: 800px;
  width: 100%;
  height: 300px;
  margin: auto;
}
.box h1 {
  font-size: 150px;
}

@media (max-width: 768px) {
  .box {
    color: #FFD700;
    text-align: center;
    background-color: hsl(206, 72%, 11%);
    max-width: 700px;
    width: 100%;
    height: 230px;
    margin: auto;
  }
  .box h1 {
    font-size: 100px;
  }
}
@media (max-width: 576px) {
  .box {
    margin-top: 50px;
    color: #FFD700;
    max-width: 300px;
    width: 100%;
    height: 200px;
  }
  .box h1 {
    font-size: 50px;
  }
}
.team {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .team {
    margin-top: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .team {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .team {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .team_left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .team_left {
    max-width: 200px;
    width: 100%;
  }
}
.team_left h3 {
  font-family: "";
  font-style: normal;
  font-weight: 900;
  font-size: 72px;
  line-height: 72px;
  color: hsl(206, 72%, 11%);
}
@media (max-width: 992px) {
  .team_left h3 {
    font-size: 58px;
    line-height: 62px;
  }
}
@media (max-width: 576px) {
  .team_left h3 {
    font-size: 48px;
    line-height: 57px;
  }
}
.team_left p {
  font-size: 20px;
  margin-top: 40px;
  line-height: 42px;
}
@media (max-width: 992px) {
  .team_left p {
    font-size: 25px;
    margin-top: 30px;
    line-height: 47px;
  }
}
@media (max-width: 576px) {
  .team_left p {
    font-size: 15px;
    line-height: 37px;
    margin-top: 20px;
  }
}
.team_left button {
  margin-top: 40px;
  max-width: 200px;
  width: 100%;
  border-radius: 50px;
  height: 50px;
  background-color: hsl(206, 72%, 11%);
  color: #FFD700;
  border-color: #FFD700;
}
.team_left button:hover {
  background-color: #FFD700;
  color: hsl(206, 72%, 11%);
  border-color: hsl(206, 72%, 11%);
}
.team_right {
  max-width: 600px;
  width: 100%;
  height: 700px;
}
@media (max-width: 992px) {
  .team_right {
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .team_right {
    max-width: 300px;
    width: 100%;
    display: block;
    padding-top: 50px;
  }
}
.team img {
  border: 5px solid #FFD700;
  padding-left: 0px;
  margin: 20px;
  max-width: 200px;
  width: 100%;
  height: 200px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .team img {
    margin: 10px;
  }
}
@media (max-width: 992px) {
  .team img {
    max-width: 150px;
    height: 150px;
    width: 100%;
    margin: 5px;
  }
}
.whyneed {
  color: hsl(206, 72%, 11%);
  height: 700px;
}
@media (max-width: 1200px) {
  .whyneed {
    height: 800px;
  }
}
@media (max-width: 768px) {
  .whyneed {
    height: 900px;
  }
}
@media (max-width: 576px) {
  .whyneed {
    height: 1500px;
  }
}
@media (max-width: 577px) and (min-width: 512px) {
  .whyneed {
    height: 900px;
  }
}

.needblock {
  height: auto;
  margin-top: 100px;
  margin-bottom: 150px;
  height: auto;
}
.needblock h4 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  color: hsl(206, 72%, 11%);
  padding-top: 50px;
}
.needblock_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 512px) {
  .needblock_wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.needblock_wrapper .need_card {
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 20px;
  max-width: 320px;
  width: 100%;
}
.needblock_wrapper .need_card h5 {
  font-size: 24px;
  margin-top: 20px;
}
.needblock_wrapper .need_card p {
  font-size: 16px;
  margin-top: 20px;
}
.needblock_wrapper .need_card svg {
  max-width: 80px;
  width: 100%;
}
.needblock_wrapper .need_card button {
  margin-top: 20px;
  max-width: 100px;
  width: 100%;
  border-radius: 50px;
  height: 30px;
  background-color: hsl(206, 72%, 11%);
  color: #FFD700;
  border-color: #FFD700;
}
.needblock_wrapper .need_card button:hover {
  background-color: #FFD700;
  color: hsl(206, 72%, 11%);
  border-color: hsl(206, 72%, 11%);
}
@media (max-width: 512px) {
  .needblock_wrapper .need_card1 {
    height: auto;
  }
}
.needblock_wrapper .need_card2 {
  padding-top: 150px;
  height: 400px;
}
@media (max-width: 512px) {
  .needblock_wrapper .need_card2 {
    padding-top: 0px;
    height: auto;
  }
}
.needblock_wrapper .need_card3 {
  height: 400px;
  padding-top: 230px;
}
@media (max-width: 512px) {
  .needblock_wrapper .need_card3 {
    padding-top: 0px;
    height: auto;
  }
}

.footer {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: hsl(206, 72%, 11%);
}
@media (max-width: 992px) {
  .footer {
    height: 200px;
  }
}
.footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer_wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.footer ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .footer ul {
    margin-top: 20px;
  }
  .footer ul li {
    font-size: 10px;
    margin-left: 30px;
  }
}
@media (max-width: 512px) {
  .footer ul li {
    margin-left: 10px;
  }
}
@media (min-width: 1380px) {
  .footer ul li {
    margin-left: 30px;
  }
}
.footer .logosdiv {
  display: flex;
}
.footer_logos img {
  margin-left: 20px;
}
.footer_logos .img1 {
  margin-left: 0px;
}
@media (max-width: 992px) {
  .footer_logos {
    margin-top: 10px;
  }
}
.footer span {
  font-size: 20px;
  font-style: bold;
}

.slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.slide_picture .carousel {
  width: 400px;
}
.slide_slide {
  width: 500px;
}

.journal {
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .journal {
    display: block;
  }
}
.journal .carousel {
  max-width: 400px;
  width: 100%;
}
.journal .carousel p {
  font-size: 18px;
  color: #334756;
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .journal .carousel {
    margin: auto;
  }
}
.journal .leftj {
  text-align: center;
  color: hsl(206, 72%, 11%);
  max-width: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .journal .leftj {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .journal .leftj {
    max-width: 200px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .journal .leftj {
    margin: auto;
    max-width: 400px;
  }
}
.journal .leftj p {
  font-size: 25px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
@media (max-width: 992px) {
  .journal .leftj p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .journal .leftj p {
    font-size: 15px;
  }
}

.statistics {
  background-color: hsl(206, 72%, 11%);
  color: #FFD700;
  margin-top: 100px;
}

.events {
  background-color: hsl(206, 72%, 11%);
  color: #FFD700;
  display: flex;
  justify-content: center;
  margin: auto;
}
.events h1 {
  padding-top: 40px;
}
.events_wrapper {
  margin: auto;
  padding-bottom: 50px;
  padding-top: 50px;
  gap: 20px;
}
.events_wrapper .event {
  margin: auto;
  max-width: 350px;
  width: 100%;
  padding-top: 10px;
  background-color: #FFD700;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(206, 72%, 11%);
}
.events_wrapper .event h2 {
  margin-top: 20px;
  width: 300px;
}
.events_wrapper .event span {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.events_wrapper .event:hover {
  background-color: #000000;
  color: #FFD700;
}

.faq {
  margin-top: 50px;
  margin-bottom: 100px;
}
.faq h1 {
  margin-bottom: 40px;
}
.faq button {
  font-size: 20px;
  font-weight: bold;
  color: hsl(206, 72%, 11%);
}
.faq .accordion-body {
  font-size: 15px;
  font-weight: bold;
  color: hsl(206, 72%, 11%);
}

.accordion-button:focus {
  border: none !important;
}

.accordion-button:hover {
  background-color: #FFD700;
}

.accordion-button {
  border-radius: 5px !important;
}

.accordion-button:not(.collapsed) {
  color: #FFD700 !important;
  background-color: hsl(206, 72%, 11%) !important;
  border-color: #FFD700 !important;
}

.accordion-item {
  color: hsl(206, 72%, 11%) !important;
}

.accordion-collapse {
  background-color: #FFD700 !important;
  border: 3px solid hsl(206, 72%, 11%) !important;
  border-radius: 5px !important;
}/*# sourceMappingURL=main.css.map */