/**********Footer section************/
.footer {
  position: relative;
  width: 100%;
  padding: 50px 150px; }
  @media (max-width: 600px) {
    .footer {
      padding: 10px; } }
  .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/footer/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3; }
  .footer-sections {
    position: relative;
    z-index: 4; }
  .footer-categories {
    justify-content: space-evenly;
    gap: 20px;
    margin: 40px 0;
    align-items: center; }
    @media (max-width: 600px) {
      .footer-categories {
        margin: 20px 0; } }
    .footer-categories a {
      text-decoration: none;
      color: var(--footer-text-color);
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      .footer-categories a:hover {
        text-decoration: underline; }
      .footer-categories a:visited {
        text-decoration: none;
        color: var(--footer-text-color);
        cursor: pointer; }
  .footer-content {
    gap: 40px; }
    @media (max-width: 600px) {
      .footer-content {
        align-items: center; } }
    .footer-content .footer-logo {
      flex: 1;
      max-height: 150px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 600px) {
        .footer-content .footer-logo {
          max-height: unset; } }
      .footer-content .footer-logo img {
        display: block;
        width: 100%;
        height: 80%;
        object-fit: contain; }
    .footer-content .footer-social {
      flex: 1;
      display: flex;
      align-items: flex-end;
      justify-content: space-evenly;
      width: 100%; }
      .footer-content .footer-social-container {
        justify-content: space-evenly;
        width: 100%; }
        .footer-content .footer-social-container img {
          cursor: pointer; }
    .footer-content .footer-sponsor {
      flex: 1; }
      .footer-content .footer-sponsor img {
        display: block;
        width: 100%;
        height: 80%;
        object-fit: contain; }
  .footer-copyright {
    position: relative;
    z-index: 4;
    gap: 40px; }
    .footer-copyright .footer-roaaya, .footer-copyright .footer-empty {
      flex: 1; }
    .footer-copyright .footer-copyright-text {
      flex: 2; }
    .footer-copyright .footer-roaaya {
      max-height: 150px;
      display: flex; }
      @media (max-width: 600px) {
        .footer-copyright .footer-roaaya {
          justify-content: center;
          margin-top: 20px; } }
      .footer-copyright .footer-roaaya img {
        display: block;
        width: 200px;
        height: 100%;
        object-fit: contain; }
        @media (max-width: 600px) {
          .footer-copyright .footer-roaaya img {
            height: auto; } }
    .footer-copyright .footer-copyright-text {
      display: flex;
      align-items: flex-end;
      color: var(--footer-text-color);
      text-align: center; }
      .footer-copyright .footer-copyright-text span {
        width: 100%; }

/**********************************/
