@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&display=swap");
/*Primary*/
/*Neutral*/
@media screen and (max-width: 1023px) {
  #btn-nav {
    display: none;
  }
  .social-media {
    position: relative;
  }
  .social-media small {
    text-align: center;
  }
  .social-media li img {
    width: 32px;
  }
  .social-media img {
    align-self: center;
  }
  .social-media ul {
    justify-content: space-around;
  }
  .newsletter {
    padding-bottom: 3rem;
  }
  .newsletter button {
    height: 54px !important;
  }
  .social-media, .newsletter, .navigation {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #btn-nav {
    display: none;
  }
  .banner-hero {
    display: flex;
    flex-direction: column-reverse;
  }
  .info, .questionManage {
    padding: 1.5em 1em;
    max-width: 100% !important;
  }
  .info h1, .info h2, .info p1, .questionManage h1, .questionManage h2, .questionManage p1 {
    text-align: center;
    margin-right: 0 !important;
  }
  .mainTopics {
    max-width: 100% !important;
  }
  #btn-banner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .title h6:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-20%);
    width: 85%;
    height: calc(100% + 8px);
    z-index: -1;
    background-color: hsl(13, 100%, 96%);
  }
  /*carousel*/
  .card:not(:first-child) {
    display: none;
  }
  .card {
    margin: 0 auto;
    width: 100% !important;
  }
  .simple-banner h2 {
    text-align: center !important;
    max-width: 100% !important;
  }
}
* {
  margin: 0;
  padding: 0;
  font-family: "Be Vietnam Pro", sans-serif;
}

/*buttons pattern*/
/*text patterns*/
p, p1, p2, p3 {
  font-size: 1rem;
  color: hsl(227, 12%, 61%);
  line-height: 1.875rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: hsl(228, 39%, 23%);
}

/*navbar*/
#btn-nav {
  background-color: #f25f3a;
  color: hsl(13, 100%, 96%);
  padding: 0.7em 0;
  outline: none;
  box-shadow: 0px 8px 24px #f25f3a;
  transition: opacity 0.3s ease;
}
#btn-nav:hover {
  opacity: 0.7;
}

/*banner hero*/
.info {
  max-width: 350px;
  margin-top: 3rem;
}
.info h1 {
  font-size: 2.25em;
}
.info p1 {
  margin-right: 2rem;
}

#btn-banner {
  background-color: #f25f3a;
  color: hsl(13, 100%, 96%);
  padding: 0.7em 0;
  outline: none;
  box-shadow: 0px 8px 24px #f25f3a;
  transition: opacity 0.3s ease;
}
#btn-banner:hover {
  opacity: 0.7;
}

.questionManage {
  max-width: 380px;
}
.questionManage p1 {
  margin-right: 3rem;
}

.mainTopics {
  max-width: 40%;
}

.single-topic-1, .single-topic-2 {
  margin-bottom: 4.5rem;
}

.title {
  justify-content: flex-start;
  position: relative;
}
.title h5 {
  position: relative;
  color: hsl(13, 100%, 96%);
  padding: 0 1.4rem;
  z-index: 2;
}
.title h5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 40px;
  border-radius: 22px;
  background-color: #f25f3a;
  z-index: -1;
}
.title h6 {
  margin-left: 10px;
}

.content-topics p1 {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

/*slide*/
.cards-wrapper {
  display: flex;
  position: relative;
  gap: 1.5rem;
}
.cards-wrapper .card {
  background-color: hsl(0, 0%, 98%);
  border: none;
  height: 40vh;
}
.cards-wrapper .card h5 {
  color: hsl(228, 39%, 23%);
}
.cards-wrapper .card img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

#btn-testimonial {
  background-color: #f25f3a;
  color: hsl(13, 100%, 96%);
  padding: 0.7em 0;
  outline: none;
  box-shadow: 0px 8px 24px #f25f3a;
  transition: opacity 0.3s ease;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#btn-testimonial:hover {
  opacity: 0.7;
}

.simple-banner {
  background-color: #f25f3a;
  padding: 6rem 1.2rem;
}
.simple-banner h2 {
  color: hsl(13, 100%, 96%);
  font-size: 2.2rem;
  max-width: 40%;
}
.simple-banner button {
  background-color: #f25f3a;
  color: hsl(13, 100%, 96%);
  padding: 0.7em 0;
  outline: none;
  box-shadow: 0px 8px 24px #f25f3a;
  transition: opacity 0.3s ease;
  background-color: hsl(13, 100%, 96%) !important;
  color: #f25f3a !important;
  box-shadow: none !important;
  font-weight: 700;
}
.simple-banner button:hover {
  opacity: 0.7;
}

footer {
  background-color: hsl(233, 12%, 13%);
}
footer .social-media ul, footer .social-media ul, footer .navigation ul, footer .navigation ul {
  list-style-type: none;
  padding-left: 0;
}
footer .social-media small, footer .social-media li, footer .navigation small, footer .navigation li {
  color: hsl(227, 12%, 61%);
}
footer .social-media {
  width: 25%;
}
footer .social-media li {
  cursor: pointer;
}
footer .social-media li img:hover {
  filter: invert(49%) sepia(79%) saturate(2743%) hue-rotate(339deg) brightness(98%) contrast(93%);
}
footer .social-media #logo-footer {
  filter: invert(100%) sepia(97%) saturate(0%) hue-rotate(353deg) brightness(102%) contrast(103%);
}
footer .navigation {
  width: 50%;
}
footer .navigation {
  padding: 0 2rem;
}
footer .navigation li {
  cursor: pointer;
}
footer .navigation li:hover {
  color: #f25f3a;
}
footer .newsletter {
  width: 25%;
}
footer .newsletter input::placeholder {
  opacity: 0.6;
  font-size: 0.8rem;
}
footer .newsletter input {
  margin-right: 0.5rem;
}
footer .newsletter button {
  background-color: #f25f3a;
  color: hsl(13, 100%, 96%);
  padding: 0.7em 0;
  outline: none;
  box-shadow: 0px 8px 24px #f25f3a;
  transition: opacity 0.3s ease;
  box-shadow: none !important;
}
footer .newsletter button:hover {
  opacity: 0.7;
}
footer .newsletter button:hover {
  background-color: rgb(247, 162, 143);
}

.nav-link {
  color: hsl(228, 39%, 23%);
}
.nav-link:hover {
  color: hsl(227, 12%, 61%);
}

@media screen and (min-width: 768px) {
  .footer-intern {
    position: relative;
  }
  .footer-intern .social-media small {
    position: absolute;
    right: 12px;
    top: 120px;
  }
}
.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

/*# sourceMappingURL=style.css.map */
