/*
 Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
 Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
 */
/*
 Created on : 11 Nov 2024, 10:30:22
 Author     : Alex
 */
.btn {
  border-radius: 0 !important; }

.footer {
  height: auto; }

.header-page {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 30px;
  background: white;
  z-index: 9;
  padding: 0;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }
  .header-page > * :not(.container) {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none; }
  .header-page .top-header {
    display: flex;
    gap: 10px;
    padding: 5px;
    font-size: small; }
    .header-page .top-header > li {
      display: flex; }
      .header-page .top-header > li a {
        border-radius: 0;
        padding: 3px 8px;
        background: var(--bs-gray-100);
        color: #0672cb;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: smaller; }
    .header-page .top-header.menu-control > li {
      flex: 50%; }
      .header-page .top-header.menu-control > li > a {
        flex: 100%;
        background: transparent; }
        .header-page .top-header.menu-control > li > a svg {
          fill: var(--bs-gray-100); }
  .header-page .main-top-menu {
    max-height: 75vh;
    overflow: scroll; }
  .header-page .menu-list {
    display: none;
    transition: 0.4s;
    opacity: 0;
    height: 0; }
    .header-page .menu-list.show-menu-list {
      height: 100%;
      transition: 0.4s;
      opacity: 1;
      display: initial; }
    .header-page .menu-list > li {
      transition: 0.4s; }
      .header-page .menu-list > li .my-main-link {
        display: flex; }
      .header-page .menu-list > li .my-main-link > .my-text-link {
        font-weight: 600;
        text-decoration: none;
        color: #0672cb;
        background: var(--bs-gray-100);
        flex: auto;
        height: 100%;
        border-radius: 0;
        padding: 13px !important;
        transition: 0.6s; }
        .header-page .menu-list > li .my-main-link > .my-text-link:hover, .header-page .menu-list > li .my-main-link > .my-text-link.active {
          transition: 0.6s;
          color: var(--bs-gray-100);
          background: #0672cb; }
          .header-page .menu-list > li .my-main-link > .my-text-link:hover + *, .header-page .menu-list > li .my-main-link > .my-text-link.active + * {
            transition: 0.6s;
            background: #0672cb; }
            .header-page .menu-list > li .my-main-link > .my-text-link:hover + * > img, .header-page .menu-list > li .my-main-link > .my-text-link.active + * > img {
              background: #0672cb; }
      .header-page .menu-list > li .my-main-link > .my-icon-link {
        display: flex;
        align-items: center;
        padding: 5px !important;
        color: #0672cb;
        text-decoration: none;
        transition: 0.6s;
        background: var(--bs-gray-100);
        border-radius: 0; }
        .header-page .menu-list > li .my-main-link > .my-icon-link > img {
          transition: 0.6s;
          border-radius: 0;
          background: var(--bs-gray-100);
          padding: 4px; }
          .header-page .menu-list > li .my-main-link > .my-icon-link > img:hover {
            transition: 0.6s;
            background: #0672cb; }
        .header-page .menu-list > li .my-main-link > .my-icon-link > .my-link-img {
          transition: 0.6s; }
    .header-page .menu-list .btn-sub-menu {
      border-radius: 0;
      background: var(--bs-gray-100);
      margin-left: auto;
      transition: 0.4s; }
    .header-page .menu-list .sub-menu {
      margin-left: 15px;
      height: 0;
      overflow: hidden;
      transition: 0.5s;
      opacity: 0;
      transform: rotateZ(-45deg) translateX(100%);
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding-top: 5px;
      padding-bottom: 5px; }
      .header-page .menu-list .sub-menu > li a {
        border-radius: 0;
        padding: 7px 11px;
        background: var(--bs-gray-100);
        color: #0672cb;
        text-decoration: none;
        display: flex;
        align-items: center;
        transition: 0.8s; }
        .header-page .menu-list .sub-menu > li a:hover {
          transition: 0.8s;
          background: #0672cb;
          color: var(--bs-gray-100); }
      .header-page .menu-list .sub-menu.open-sub-menu {
        transition: 0.5s;
        opacity: 1;
        transform: rotateZ(0deg) translateX(0);
        height: auto; }

@media (min-width: 1200px) {
  .main-top-menu {
    display: flex;
    overflow: hidden !important;
    gap: 5px; }

  .my-menu-button {
    display: none !important; }

  .menu-list {
    height: 100% !important;
    transition: 0.4s;
    opacity: 1 !important;
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 5px; }

  .sub-menu {
    position: absolute; } }

.main-header {
  margin-top: 108px;
  background: white;
  padding: 13px 0px; }
  .main-header h1 {
    text-shadow: 1px 1px white, black 1px 2px; }

.my-container {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* 0.5);
  padding-left: calc(var(--bs-gutter-x)* 0.5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .my-container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .my-container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .my-container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .my-container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .my-container {
    max-width: 1320px; } }

.text-image-0, .text-image-1, .text-image-2 {
  padding-top: 20px; }

.text-image-4 {
  text-align: center; }

@media (min-width: 992px) {
  .text-image-1, .text-image-2 {
    display: flex; }
    .text-image-1 > .text-panel, .text-image-2 > .text-panel {
      flex: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px; }
    .text-image-1 > .image-panel, .text-image-2 > .image-panel {
      flex: 50%;
      margin: 0; }
      .text-image-1 > .image-panel > img, .text-image-2 > .image-panel > img {
        transition: all 2s;
        width: 100%;
        height: auto;
        object-fit: cover; }

  .text-image-2 > .image-panel {
    order: -1; } }

.text-image-4, .text-image-5, .text-image-6 {
  padding-top: 20px; }
  .text-image-4 > .text-panel, .text-image-5 > .text-panel, .text-image-6 > .text-panel {
    text-align: center; }
  .text-image-4 > .image-panel, .text-image-5 > .image-panel, .text-image-6 > .image-panel {
    display: none;
    visibility: hidden; }

@media (min-width: 992px) {
  .text-image-4, .text-image-5, .text-image-6 {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap; }
    .text-image-4 > .text-panel, .text-image-5 > .text-panel, .text-image-6 > .text-panel {
      flex: 100% 0 0; } }

.sub-article-container {
  padding-top: 20px; }
  .sub-article-container > .sub-article {
    padding: 20px;
    border: transparent 1px solid;
    transition: 0.6s; }
    .sub-article-container > .sub-article:hover {
      border: whitesmoke 1px solid;
      background: whitesmoke;
      transition: 0.6s; }

@media (min-width: 992px) {
  .sub-article-container {
    display: flex;
    flex-wrap: wrap; }
    .sub-article-container > .sub-article {
      flex: 50% 0 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .sub-article-container > .sub-article > h3 {
        text-align: center; }
      .sub-article-container > .sub-article > .link-to-page {
        margin-top: auto; } }

@media (min-width: 1200px) {
  .sub-article-container > .sub-article {
    flex: 33.333% 0 0; } }

@media (min-width: 1400px) {
  .sub-article-container > .sub-article {
    flex: 25% 0 0; } }
