/* ----------------------------------------------
 * Generated by Animista on 2022-5-20 17:28:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shadow-drop-br
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-br {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    -webkit-box-shadow: 12px 12px 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: 12px 12px 20px -12px rgba(0, 0, 0, 0.35); } }

@keyframes shadow-drop-br {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    -webkit-box-shadow: 12px 12px 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: 12px 12px 20px -12px rgba(0, 0, 0, 0.35); } }

/* Map text tags
 ========================================================================== */
h1 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem; }

h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem; }

/* Mixin Flex
 ========================================================================== */
/* Mixin Basic Card
 ========================================================================== */
/* Mixin Card width image
 ========================================================================== */
/* Mixin Buttons
 ========================================================================== */
/* Mixin Button Animation
 ========================================================================== */
* {
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

input, button {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  /*Safari/Chrome*/
  -moz-appearance: none;
  /*Firefox*/
  -ms-appearance: none;
  /*IE*/
  -o-appearance: none;
  /*Opera*/
  appearance: none; }

input {
  outline: none; }

a,
a:hover {
  text-decoration: none;
  color: unset; }

body {
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #332c27; }

img {
  max-width: 100%; }

a {
  display: inline-block; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem; } }

.button:hover {
  -webkit-animation: shadow-drop-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.button i {
  margin-right: 0.3rem; }

.input {
  margin-bottom: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 1.25rem;
  background-color: #fff; }

.label {
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
  color: #898989;
  margin-bottom: 0.5rem; }

header {
  padding: 0.5rem 1rem;
  background-color: #fef7e6; }
  @media screen and (max-width: 767px) {
    header {
      padding: 0.5rem 0; } }
  header nav ul {
    gap: 0.5rem; }
    @media screen and (max-width: 991px) {
      header nav ul {
        flex-direction: column;
        gap: 0; } }
    header nav ul a {
      position: relative; }
      header nav ul a::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: all 0.3s;
        transform: scale(0, 1);
        opacity: 0;
        border: 0 solid #e7b0af;
        border-bottom-width: 1px; }
      header nav ul a:hover::before {
        transform: scale(1, 1);
        opacity: 1; }
        @media screen and (max-width: 991px) {
          header nav ul a:hover::before {
            opacity: 0; } }
  header .navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -1px; }
    @media screen and (max-width: 767px) {
      header .navbar-brand {
        font-size: 1.4rem;
        gap: 0.5rem; } }
    @media screen and (max-width: 331px) {
      header .navbar-brand {
        font-size: 0; } }
    header .navbar-brand img {
      width: 3.5rem; }
      @media screen and (max-width: 767px) {
        header .navbar-brand img {
          width: 3.2rem; } }
  @media screen and (max-width: 991px) {
    header .navbar-nav {
      padding: 0.5rem 1rem; } }
  header .navbar-toggler:focus {
    box-shadow: none; }
  header .navbar-light .navbar-toggler {
    border: none; }

.banner {
  text-align: center;
  background-color: #fef7e6; }
  .banner .row {
    align-items: center; }
  .banner p {
    margin-bottom: 0;
    text-align: justify; }
  .banner img {
    max-height: 25rem; }
    @media screen and (max-width: 991px) {
      .banner img {
        max-height: 20rem; } }
    @media screen and (max-width: 767px) {
      .banner img {
        max-height: 16rem; } }

.card-section {
  max-width: 38rem;
  margin: 3rem auto;
  padding: 3rem; }
  @media screen and (max-width: 991px) {
    .card-section {
      max-width: 34rem; } }
  @media screen and (max-width: 767px) {
    .card-section {
      max-width: 100%;
      margin: 1.5rem;
      padding: 2rem; } }

.footer {
  padding: 1.5rem 2rem;
  text-align: center;
  background-color: #efe6f5; }
  .footer .row {
    align-items: center; }
  .footer__logo {
    text-align: left; }
    @media screen and (max-width: 991px) {
      .footer__logo {
        text-align: center; } }
    .footer__logo img {
      width: 5rem; }
  .footer__nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-size: 0.8rem;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .footer__nav ul {
        flex-direction: column;
        gap: 1rem; } }
  .footer__social-media {
    text-align: right; }
    @media screen and (max-width: 991px) {
      .footer__social-media {
        text-align: center; } }
    .footer__social-media i {
      font-size: 2rem;
      padding: 0.3rem; }
  @media screen and (max-width: 991px) {
    .footer__copyright {
      margin-top: 1rem; } }
  .footer__copyright p {
    font-size: 0.8rem; }

.search h1 {
  font-size: 2.2rem;
  max-width: 35rem;
  margin: auto; }
  @media screen and (max-width: 991px) {
    .search h1 {
      font-size: 1.8rem; } }

.search__main-search form {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 35rem;
  margin: 3rem auto;
  padding: 0 0.8rem;
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 5px 5px 15px 5px #00000014; }
  @media screen and (max-width: 767px) {
    .search__main-search form {
      margin: 2rem auto; } }
  .search__main-search form input {
    width: 100%;
    padding: 0.6rem 0.8rem; }
  .search__main-search form button {
    background-color: transparent; }

.search__quick-search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem; }
  .search__quick-search p {
    margin-bottom: 0; }
  .search__quick-search form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem; }
    .search__quick-search form .button {
      padding: 0.3rem 0.6rem;
      color: #fff;
      background-color: #e7b0af;
      border-radius: 1.25rem; }
      .search__quick-search form .button:hover {
        -webkit-animation: shadow-drop-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: shadow-drop-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.help {
  text-align: center;
  border-radius: 1.25rem;
  background-color: #eaf9fb; }
  .help .button {
    padding: 0.4rem 0.8rem;
    color: #332c27;
    background-color: #fff;
    border-radius: 1.25rem; }

.newsletter {
  text-align: center;
  border-radius: 1.25rem;
  background-color: #eafbf0; }
  .newsletter .label {
    width: 80%;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .newsletter .label {
        width: 100%; } }
  .newsletter .input {
    width: 80%; }
    @media screen and (max-width: 767px) {
      .newsletter .input {
        width: 100%; } }
  .newsletter .button {
    padding: 0.4rem 0.8rem;
    color: #332c27;
    background-color: #fff;
    border-radius: 1.25rem; }

.articles__article {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 2rem;
  height: 100%;
  text-align: center;
  border-radius: 1.25rem;
  background-color: #fff6ee; }
  .articles__article .row {
    align-items: center; }
  .articles__article img {
    height: 12rem; }
    @media screen and (max-width: 767px) {
      .articles__article img {
        height: 10rem;
        margin-bottom: 2rem; } }
  .articles__article p {
    text-align: justify; }
  .articles__article ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.2rem; }
    .articles__article ul li {
      padding: 0.2rem 0.4rem;
      color: #fff;
      background-color: #e7b0af;
      border-radius: 1.25rem;
      font-size: 0.8rem; }
  .articles__article .button {
    padding: 0.4rem 0.8rem;
    color: #332c27;
    background-color: #fff;
    border-radius: 1.25rem;
    margin-top: 1rem; }

.advices__advice {
  padding: 2rem;
  height: 100%;
  text-align: center;
  border-radius: 1.25rem;
  background-color: #f4fbf5; }
  .advices__advice .row {
    align-items: center; }
  .advices__advice img {
    height: 12rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      .advices__advice img {
        height: 10rem; } }
  .advices__advice p {
    text-align: justify; }

.mental-disorders__disorder {
  padding: 2rem;
  height: 100%;
  text-align: center;
  border-radius: 1.25rem;
  background-color: #eaf9fb; }
  .mental-disorders__disorder .row {
    align-items: center; }
  .mental-disorders__disorder img {
    height: 12rem; }
    @media screen and (max-width: 767px) {
      .mental-disorders__disorder img {
        height: 10rem;
        margin-bottom: 2rem; } }
  .mental-disorders__disorder p {
    text-align: justify; }

.mental-disorders .col:nth-of-type(even) .row {
  flex-direction: row-reverse; }

.get-help {
  text-align: center;
  border-radius: 1.25rem;
  background-color: #fbe9f3; }
  .get-help h1 {
    font-size: 1.8rem;
    font-weight: 600; }
  .get-help p, .get-help .button {
    font-size: 1.18rem; }
  .get-help .button {
    padding: 0.4rem 0.8rem;
    color: #fff;
    background-color: #a13b6d;
    border-radius: 1.25rem; }

.contacts__contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 2rem;
  height: 100%;
  text-align: center;
  border-radius: 1.25rem;
  background-color: #e5e6f5; }
  .contacts__contact .button {
    padding: 0.4rem 0.8rem;
    color: #fff;
    background-color: #8083ac;
    border-radius: 1.25rem;
    min-width: 6rem; }
