/* ---------------CSS RESETING ELEMENTS-------------------*/

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

/* Remove margens e paddings padrões */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/* Remover list-style de listas */
ul,
ol {
  list-style: none;
}

/* Remove decorações de links */
a {
  text-decoration: none;
  color: inherit;
}

/* Botões e inputs sem estilos nativos */
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}

/* Garantir altura total da tela */
html,
body {
  height: 100%;
}

/* Imagens e mídias com responsividade básica */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Typography smoothing */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Tabelas sem espaçamento */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form controls não estilizados */
button {
  cursor: pointer;
  background: none;
  border: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../assets/fonts/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../assets/fonts/Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Extra-Bold";
  src: url("../assets/fonts/Poppins-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../assets/fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../assets/fonts/Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  src: url("../assets/fonts/Poppins-Black.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../assets/fonts/Montserrat-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body,
html {
  width: 100%;
  min-height: 100%;
}
body {
  background: #f1f1f1;
  font-family: "Poppins-Regular";
  color: #000;
  overflow-x: hidden;
}

section#main {
  width: 100%;
  max-width: 1650px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
}

/* banner top */
section#main section#banner_top {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  div.blue_bar {
    width: 100%;
    background: #073370;
    padding: 15px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    div.sociais_top {
      display: flex;
      width: max-content;
      column-gap: 20px;
    }
  }
  div.area_banner {
    display: flex;
    width: 100%;
    min-height: 650px;
    padding: 0 100px;
    align-items: center;
    justify-content: flex-end;
    background: url("../assets/images/banner_top/bg-banner.jpg") no-repeat
      center center;
    background-size: cover;
    @media (max-width: 768px) {
      align-items: center;
      justify-content: center;
    }
    div.group_text {
      display: flex;
      flex-direction: column;
      width: max-content;
      height: auto;
      align-items: flex-end;
      @media (max-width: 768px) {
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 15px;
        background: rgba(0, 0, 0, 0.2);
        padding: 120px 15px;
        border-radius: 10px;
        min-height: 600px;
      }
      h2 {
        font-family: "Poppins-Regular";
        color: #fff;
        font-size: 70px;
        line-height: 1.1em;
        margin-bottom: 50px;
        text-align: right;
        letter-spacing: -2px;
        @media (max-width: 768px) {
          font-size: 45px;
          text-align: center;
        }
      }
      a.cta {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat-Bold";
        border: none;
        width: max-content;
        padding: 20px 30px;
        color: #fff;
        font-size: 27px;
        border-radius: 30px;

        background: #b40900;
        background: linear-gradient(
          114deg,
          rgba(180, 9, 0, 1) 28%,
          rgba(223, 25, 32, 1) 78%
        );
      }
    }
  }
}

/* slider top */
section#main section#slider_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  background: #fffdee;
  padding: 100px 0;

  h4.bg_red {
    font-family: "Poppins-SemiBold";
    font-size: 40px;
    width: max-content;
    height: auto;
    color: #fff;
    background: #b40900;
    padding: 10px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    @media (max-width: 768px) {
      margin-bottom: 20px;
      font-size: 45px;
    }
  }
  h3 {
    font-family: "Poppins-SemiBold";
    font-size: 65px;
    color: #b40900;
    margin-bottom: 100px;
    text-align: center;
    line-height: 1.1em;
    @media (max-width: 768px) {
      font-size: 55px;
      line-height: 1.1em;
    }
  }

  .swiper-container {
    width: 100%;
    height: auto;
  }

  .swiper-container {
    width: 100%; /* Continua sendo o contêiner principal */
    height: auto; /* Definimos a altura do contêiner para caber o slide */
  }
  .swiper-slide {
    /* Definimos as dimensões fixas aqui */
    width: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    img {
      width: 85%;
      @media (max-width: 768px) {
        max-width: 90%;
      }
    }
    &.swiper-slide-active {
      img {
        width: 100%;
        height: auto;
        @media (max-width: 768px) {
          max-width: 90%;
        }
      }
    }
    @media (max-width: 1300px) {
      width: 650px;
    }
  }
  .swiper-button-next {
    right: 28%;
    background-image: url("../assets/images/slider-top/next.png");
    background-repeat: no-repeat;
    background-size: contain; /* Para a imagem se ajustar sem distorcer */
    background-position: center;
    width: 50px; /* Largura da sua imagem */
    height: 50px; /* Altura da sua imagem */
    @media (max-width: 1690px) {
      right: 25%;
    }
    @media (max-width: 1440px) {
      right: 20%;
    }
    @media (max-width: 1300px) {
      right: 22%;
    }
    @media (max-width: 980px) {
      right: 12%;
    }
    @media (max-width: 800px) {
      right: 15px;
    }
  }

  /* Estiliza o botão "anterior" */
  .swiper-button-prev {
    left: 28%;
    background-image: url("../assets/images/slider-top/prev.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    @media (max-width: 1690px) {
      left: 25%;
    }
    @media (max-width: 1440px) {
      left: 20%;
    }
    @media (max-width: 1300px) {
      left: 22%;
    }
    @media (max-width: 800px) {
      left: 15px;
    }
  }

  /* Oculta o conteúdo padrão dos botões (o ">" e o "<") */
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: "";
    display: none;
  }
}

/* subscription plans */
section#main section#subscription_plans {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 150px 0px;
  background: #435abb;
  background: linear-gradient(135deg, #435abb, #506cd9);
  @media (max-width: 768px) {
    padding: 100px 15px;
  }

  h3 {
    font-family: "Poppins-Regular";
    font-size: 45px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    @media (max-width: 825px) {
      font-size: 40px;
    }
    @media (max-width: 680px) {
      font-size: 35px;
    }
    @media (max-width: 768px) {
      font-size: 25px;
      margin-bottom: 10px;
    }
  }
  h2.slogan {
    font-family: "Poppins-SemiBold";
    font-size: 55px;
    color: #fff;
    text-align: center;
    line-height: 1em;
    margin-bottom: 150px;
    letter-spacing: -1px;
    @media (max-width: 825px) {
      font-size: 60px;
    }
    @media (max-width: 680px) {
      font-size: 50px;
    }
    @media (max-width: 768px) {
      font-size: 40px;
      margin-bottom: 70px;
    }
  }
  div.group_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;

    img.icon {
      width: 100%;
      max-width: 100px;
      margin-bottom: 40px;
      &.mobile {
        width: auto;
        max-height: 105px;
      }
      @media (max-width: 680px) {
        max-width: 100px;
      }
    }
    h3.title {
      font-family: "Poppins-Regular";
      font-size: 30px;
      color: #fff;
      margin-bottom: 130px;
      text-align: center;
      line-height: 1.1em;

      @media (max-width: 680px) {
        font-size: 40px;
      }
    }
  }

  div.delivery {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 950px;
    height: auto;
    padding: 50px;
    border-radius: 50px;
    background: #b21816;
    background: linear-gradient(135deg, #b21816, #b21816);
    h2 {
      font-family: "Poppins-Extra-Bold";
      font-size: 55px;
      letter-spacing: -1px;
      text-align: center;
      line-height: 1.1em;
      margin-bottom: 0px;
      color: #fff;
      @media (max-width: 768px) {
        font-size: 45px;
        margin-bottom: 20px;
      }
    }
    h3 {
      font-family: "Poppins-Medium";
      font-size: 35px;
      letter-spacing: -1px;
      text-align: center;
      line-height: 1.1em;
      margin-bottom: 40px;
    }
    p {
      font-family: "Poppins-Medium";
      font-size: 20px;
      color: #fff;
      text-align: center;
      line-height: 1.5em;
      margin-bottom: 15px;
    }
  }
  /* animal stetic */
  div.animal_stetic {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 150px 25px 50px 25px;
    align-items: center;
    justify-content: center;
    @media (max-width: 768px) {
      row-gap: 50px;
    }
    div.group_cards {
      display: flex;
      flex-direction: column;
      width: 50%;
      row-gap: 50px;
      max-width: 800px;
      @media (max-width: 1480px) {
        width: 100%;
        max-width: 900px;
      }

      div.card {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        column-gap: 20px;
        margin-bottom: 50px;

        @media (max-width: 768px) {
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          row-gap: 50px;
        }
        @media (max-width: 768px) {
          align-items: center;
          justify-content: center;
        }
        div.group_text {
          display: flex;
          flex-direction: column;
          width: 80%;
          max-width: 700px;
          align-items: flex-start;
          justify-content: center;
          @media (max-width: 768px) {
            width: 100%;
          }
          @media (max-width: 768px) {
            align-items: center;
            justify-content: center;
          }

          h3 {
            font-family: "Poppins-Extra-Bold";
            font-size: 40px;
            margin-bottom: 15px;
            color: #fff;
          }
          p {
            font-family: "Poppins-Regular";
            font-size: 20px;
            line-height: 1.5em;
            color: #fff;
            @media (max-width: 768px) {
              text-align: center;
            }
          }
        }
        a.cta {
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "Poppins-Bold";
          font-size: 27px;
          line-height: 1.5em;
          color: #fff;
          margin-top: 40px;
          margin-left: 95px;
          width: max-content;
          padding: 20px 30px;
          border-radius: 25px;

          background: #b21816;
          background: linear-gradient(135deg, #b21816, #b21816);
          text-decoration: underline;
        }
      }
    }
  }

  /* Special Plans */
  div.special_plans {
    width: 90%;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 15px;
    background: #fffdee;
    position: relative;
    min-height: 300px;
    @media (max-width: 768px) {
      width: 95%;
    }
    div.group_content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 100%;
      column-gap: 15px;
      margin-bottom: 50px;
      div.s_left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 45%;

        @media (max-width: 768px) {
          width: 100%;
        }
        h2 {
          font-family: "Poppins-Bold";
          font-size: 55px;
          color: #df1920;
          letter-spacing: -2px;
          margin-bottom: 10px;
          line-height: 1em;
          @media (max-width: 768px) {
            font-size: 50px;
            text-align: center;
            margin-bottom: 20px;
          }
        }
        h3 {
          font-family: "Poppins-Medium";
          font-size: 25px;
          color: #073370;
          text-transform: uppercase;
          margin-bottom: 35px;
          @media (max-width: 768px) {
            font-size: 25px;
          }
        }
        p {
          font-family: "Poppins-Medium";
          font-size: 25px;
          color: #073370;
          margin-bottom: 25px;
          @media (max-width: 768px) {
            font-size: 25px;
            text-align: center;
            margin-bottom: 40px;
          }
        }
      }
      div.s_right {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        @media (max-width: 768px) {
          width: 100%;
        }
        div.card {
          width: 100%;
          display: flex;
          flex-wrap: nowrap;
          width: 100%;
          column-gap: 15px;
          margin-bottom: 18px;
          div.heart {
            width: max-content;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding-top: 0px;
          }
          @media (max-width: 768px) {
            align-items: center;
            justify-content: center;
            width: 100%;
          }

          p {
            width: 100%;
            max-width: 700px;
            font-family: "Poppins-Regular";
            font-size: 25px;
            margin: 0;
            margin-top: -10px;
            @media (max-width: 768px) {
              font-size: 25px;
              text-align: center;
            }

            span {
              font-weight: 600;
            }
          }
        }
      }
      h4 {
        font-family: "Poppins-Regular";
        font-size: 25px;
        color: #073370;
        text-align: center;
        line-height: 1.1em;
        margin: 25px 0;
        span {
          font-family: "Poppins-SemiBold";
        }
      }
      a.cta {
        position: absolute;
        bottom: -35px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        padding: 15px 25px;
        color: #fff;
        font-family: "Poppins-SemiBold";
        font-size: 27px;
        border-radius: 25px;
        background: #b21816;
        background: linear-gradient(135deg, #b21816, #b21816);
        transition: 0.5s;
        @media (max-width: 768px) {
          font-size: 20px;
          bottom: 30px;
        }
      }
    }
  }

  /* Hostage */
  div.hostage {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 200px 15px 100px 15px;
    margin-bottom: 20px;
    div.group_content {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      column-gap: 40px;
      align-items: center;
      justify-content: center;

      div.s_left {
        display: flex;
        flex-direction: column;
        width: 70%;
        max-width: 750px;
        @media (max-width: 768px) {
          width: 100%;
        }
        div.group_text {
          width: 100%;

          h2 {
            font-family: "Poppins-Bold";
            font-size: 65px;
            color: #fff;
            line-height: 1.1em;
            margin-bottom: 5px;
            @media (max-width: 768px) {
              font-size: 50px;
              text-align: center;
              margin-bottom: 30px;
            }
          }
          p.subtitle {
            font-family: "Poppins-regular";
            color: #fff;
            font-size: 25px;
            margin-bottom: 50px;
            span {
              font-size: 30px;
              font-family: "Poppins-Bold";
            }
            @media (max-width: 768px) {
              text-align: center;
            }
          }
          h3.question {
            font-family: "Poppins-Bold";
            font-size: 25px;
            line-height: 1.1em;
            text-align: left;
            margin-bottom: 20px;
            @media (max-width: 768px) {
              text-align: center;
            }
          }
          p.answer {
            font-family: "Poppins-Regular";
            color: #fff;
            font-size: 22px;
            line-height: 1.5em;
            margin-bottom: 35px;
            @media (max-width: 768px) {
              text-align: center;
            }
          }
          h4 {
            font-family: "Poppins-Regular";
            color: #fff;
            font-size: 22px;
            line-height: 1.2em;
            margin-bottom: 15px;
            span {
              font-family: "Poppins-Bold";
            }
            @media (max-width: 768px) {
              text-align: center;
              margin-bottom: 60px;
            }
          }
        }
      }
      div.s_right {
        display: flex;
        flex-direction: column;
        width: 30%;
        line-height: 1.1em;
        @media (max-width: 768px) {
          width: 100%;
          align-items: center;
          justify-content: center;
          img {
            width: 95%;
            max-width: 350px;
          }
        }
      }
    }
  }
  div.blue_bar_mid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1450px;
    padding: 15px 25px 25px 25px;
    background: #10377c;
    border-radius: 25px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    @media (max-width: 768px) {
      align-items: center;
      justify-content: center;
      row-gap: 100px;
      padding: 50px 15px;
      margin-bottom: 50px;
    }
    div.card {
      width: 100%;
      max-width: 250px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      img {
        margin-bottom: 10px;
      }
      p {
        font-family: "Poppins-Regular";
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 1.1em;
        @media (max-width: 768px) {
          text-align: center;
        }
      }
    }
  }
  div.infos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1450px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 50px;
    @media (max-width: 768px) {
      align-items: center;
      justify-content: center;
      padding: 15px;
    }
    p {
      font-family: "Poppins-Regular";
      font-size: 30px;
      color: #fff;
      span {
        font-family: "Poppins-Semibold";
      }
      @media (max-width: 768px) {
        text-align: center;
        margin-bottom: 50px;
      }
    }
    a.cta {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: max-content;
      font-family: "Poppins-Bold";
      font-size: 27px;
      color: #fff;
      padding: 15px 20px;
      border-radius: 20px;
      background: #b21816;
      background: linear-gradient(135deg, #b21816, #b21816);
    }
  }
  /* slider mid */
  div.slider_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    padding: 100px 0;

    .swiper-container {
      width: 100%; /* Continua sendo o contêiner principal */
      height: auto; /* Definimos a altura do contêiner para caber o slide */
    }
    .swiper-slide {
      /* Definimos as dimensões fixas aqui */
      width: 450px;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      color: #fff;

      img {
        max-width: 100%;
        @media (max-width: 768px) {
          max-width: 90%;
        }
      }
      &.swiper-slide-active {
        width: 500px;
        img {
          width: 100% !important;
          height: auto;
          @media (max-width: 768px) {
            max-width: 90%;
          }
        }
      }
      @media (max-width: 1300px) {
        width: 650px;
      }
    }
    .swiper-button-next {
      right: 30%;
      background-image: url("../assets/images/slider-top/next.png");
      background-repeat: no-repeat;
      background-size: contain; /* Para a imagem se ajustar sem distorcer */
      background-position: center;
      width: 50px; /* Largura da sua imagem */
      height: 50px; /* Altura da sua imagem */
      @media (max-width: 1690px) {
        right: 27%;
      }
      @media (max-width: 1440px) {
        right: 22%;
      }
      @media (max-width: 1300px) {
        right: 24%;
      }
      @media (max-width: 980px) {
        right: 14%;
      }
      @media (max-width: 800px) {
        right: 17px;
      }
    }

    /* Estiliza o botão "anterior" */
    .swiper-button-prev {
      left: 30%;
      background-image: url("../assets/images/slider-top/prev.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 50px;
      height: 50px;
      @media (max-width: 1690px) {
        left: 27%;
      }
      @media (max-width: 1440px) {
        left: 22%;
      }
      @media (max-width: 1300px) {
        left: 24%;
      }
      @media (max-width: 800px) {
        left: 17px;
      }
    }

    /* Oculta o conteúdo padrão dos botões (o ">" e o "<") */
    .swiper-button-next::after,
    .swiper-button-prev::after {
      content: "";
      display: none;
    }
  }
}

/* subscription plans */
section#main section#pet_creche {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 15px 150px 15px;

  background: #b40900;
  background: linear-gradient(
    114deg,
    rgba(180, 9, 0, 1) 28%,
    rgba(223, 25, 32, 1) 78%
  );
  h2 {
    font-family: "Poppins-Bold";
    font-size: 65px;
    color: #fff;
    margin-bottom: 20px;
    @media (max-width: 768px) {
      font-size: 40px;
      line-height: 1.1em;
      text-align: center;
    }
  }
  p {
    font-family: "Poppins-Regular";
    font-size: 23px;
    color: #fff;

    line-height: 1.5em;
    margin-bottom: 0px;
    text-align: center;
  }
  div.photos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1450px;
    margin: 100px auto;
    @media (max-width: 768px) {
      margin: 50px auto;
    }
    img {
      width: 100%;
      max-width: 400px;
      height: auto;
      @media (max-width: 768px) {
        width: 90%;
        margin-bottom: 50px;
      }
    }
    @media (max-width: 768px) {
      align-items: center;
      justify-content: center;
    }
  }
  div.blue_bar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 20px 50px;
    background: #10377c;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 50px;
    max-width: 1450px;
    @media (max-width: 768px) {
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    div.card {
      display: flex;
      flex-direction: column;
      row-gap: 10px;
      align-items: center;
      justify-content: center;
      @media (max-width: 768px) {
        align-items: center;
        justify-content: center;
      }
      p {
        font-family: "Poppins-Regular";
        font-size: 20px;
        color: #fff;
        max-width: 315px;
        @media (max-width: 768px) {
          font-size: 18px;
          text-align: center;
        }
      }
    }
  }
}

/* subscription partners */
section#main section#partners {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 15px;
  background: #fff;
  align-items: center;
  justify-content: center;

  h2 {
    font-family: "Poppins-Black";
    font-size: 55px;
    color: #5369f7;
    margin-bottom: 80px;

    @media (max-width: 768px) {
      font-size: 55px;
      text-align: center;
      line-height: 1em;
    }
  }
  div.group_icons {
    width: 100%;
    max-width: 1250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 40px;
    margin-bottom: 50px;
    @media (max-width: 768px) {
      align-items: center;
      justify-content: center;
    }
    div.icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 150px;
      justify-content: center;

      min-height: 100px;
      img {
        width: 100%;
        height: auto;
      }
    }
  }
}

/* subscription location */
section#main section#location {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 15px;
  background: #fff;
  align-items: center;
  justify-content: center;
  h2 {
    font-family: "Poppins-Black";
    font-size: 55px;
    color: #5369f7;
    margin-bottom: 50px;
    @media (max-width: 768px) {
      font-size: 55px;
      text-align: center;
      line-height: 1em;
    }
  }
  div.group_cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;

    column-gap: 50px;
    padding-bottom: 100px;
    div.card {
      width: 100%;
      max-width: 500px;
      display: flex;
      flex-direction: column;
      row-gap: 20px;
      @media (max-width: 768px) {
        align-items: center;
        justify-content: center;
        &:last-child {
          margin-top: 100px;
        }
      }
      img {
        width: 100%;
        height: auto;

        height: auto;
        @media (max-width: 768px) {
          max-width: 100%;
        }
      }
      a.cta {
        padding: 15px 25px;
        border-radius: 20px;
        margin-bottom: 20px;
        font-family: "Poppins-bold";
        font-size: 27px;
        text-align: center;
        line-height: 1em;
        color: #fff;
        background: #b21816;
        background: linear-gradient(135deg, #b21816, #b21816);
      }
      h3.time {
        font-family: "Poppins-Bold";
        color: #506cd9;
        text-align: center;
        line-height: 1em;
        margin-bottom: 15px;
        font-size: 30px;
      }
      p {
        font-family: "Poppins-Regular";
        color: #506cd9;
        font-size: 20px;
        line-height: 1.1em;
        text-align: center;
        font-size: 27px;
        line-height: 1.5em;
      }
    }
  }
  div.work-us {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 15px;
    align-items: center;
    justify-content: center;

    form#workus {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
      justify-content: center;
      h2 {
        font-family: "Poppins-Extra-Bold";
        font-size: 35px;
        color: #5270e8;
        margin-bottom: 15px;
      }
      h3 {
        font-family: "Poppins-Bold";
        font-size: 32px;
        color: #5270e8;
        margin-bottom: 5px;
        @media (max-width: 768px) {
          text-align: center;
        }
      }
      p {
        font-family: "Poppins-Regular";
        font-size: 25px;
        color: #5270e8;
        margin-bottom: 10px;
        text-align: center;
        line-height: 1.1em;
        margin-bottom: 58px;
      }
      a.cta {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Poppins-Bold";
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        padding: 20px 30px;
        border-radius: 20px;
        background: #b40900;
        background: linear-gradient(
          114deg,
          rgba(180, 9, 0, 1) 28%,
          rgba(223, 25, 32, 1) 78%
        );
      }

      .hidden {
        display: none;
      }
    }
  }
}

/* footer */
section#main footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 15px 100px 15px;
  background: #073370;
  row-gap: 20px;
  img.logo {
    width: 80%;
    max-width: 350px;
    height: auto;
    margin-bottom: 12px;
  }
  div.sign {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    p {
      font-family: "Poppins-Regular";
      color: #fff;
      font-size: 20px;
    }
    a {
      font-family: "Poppins-Bold";
      color: #fff;
      font-size: 20px;
      text-decoration: none;
    }
  }
}
