HEX
Server: LiteSpeed
System: Linux us-phx-web629.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64
User: u756937133 (756937133)
PHP: 8.2.30
Disabled: passthru,chgrp
Upload Files
File: /home/u756937133/domains/inovaix.studio/public_html/assets/sass/components/_footer.scss
// Start Footer Area Home 2
.footer-area-home-2 {
  position: relative;
  padding-top: 115px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  &::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, $text-color4, transparent);
  }
  @media (max-width: 991px) {
    overflow: unset;
    height: unset;
    .row .col-xl-2 {
      margin-bottom: 25px;
    }
  }
  h5 {
    color: $text-color1;
    margin-bottom: 30px;
    font-weight: 600;
    @media (max-width: 991px) {
      margin-bottom: 20px;
    }
  }
  ul {
    li {
      a {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 2.4;
        color: $text-color1;
        font-family: $body-font;
        transition-timing-function: linear;
        transition-duration: 0.3s;
        &:hover {
          color: $text-color4;
        }
      }
    }
  }
  .footer-subscribe {
    background-color: $text-color4;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
    width: 85%;
    @media (max-width: 1155px) {
      width: 100%;
    }
    @media (max-width: 991px) {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 30px;
      padding: 10px 20px 30px;
    }
    @media (max-width: 725px) {
      width: 100%;
    }
    h5 {
      margin-top: 15px;
    }
    p {
      @media (max-width: 1350px) {
        br {
          display: none;
        }
      }
    }
    form {
      margin-top: 20px;
      input {
        background: $text-color3;
        border: none;
        color: $text-color5;
        padding: 15px 15px;
        width: 100%;
        border-radius: 4px;
      }
      input::placeholder{
        color: $text-color5;
      }
      .submit-btn {
        background: #0f3489;
        color: $text-color3;
        margin-top: 10px;
      }
    }
  }
  .footer-menu-home-2 {
    @media (max-width: 575px) {
      margin-bottom: 30px;
      &.responsive-575 {
        margin-bottom: 0;
      }
    }
  }
  .footer-copyright {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    gap: 30px;
    @media (max-width: 767px) {
      flex-direction: column;
      gap: 15px;
      align-items: start;
      margin-top: 10px;
    }
    .social-icon {
      ul {
        display: flex;
        align-items: center;
        gap: 12px;
        li {
          a {
            background: $text-color4;
            color: $text-color1;
            display: inline-block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            border-radius: 4px;
            transition: all .3s ease-out;
            i {
              line-height: 0;
            }
            &:hover {
              background: $text-color1;
              color: $text-color4;
            }
          }
        }
      }
    }
    .copyright-text {
      p a {
        color: $text-color1;
        &:hover {
          color: $text-color3;
        }
      }
    }
  }
}
// End Footer Area Home 2

// Start Footer Area Home 3
.footer-area-home-3 {
  padding-top: 107px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  background-color: $text-color8;
  @media (max-width: 1024px) {
    padding-top: 80px;
  }  
  .footer-item-1 {
    a img {
      margin-bottom: 40px;
    }
    p {
      color: $text-color1;
    }
  }
  .footer-news-letter {
    h6 {
      color: $text-color1;
    }
  }
  &.footer-area-home-1 {
    .footer-wrapper {
      .footer-item-1 {
        span {
          svg {
            path {
              fill: $text-color2;
            }
          }
        }
        @media (max-width: 1024px) {
          margin-bottom: 30px;
        }
      }
      @media (max-width: 1024px) {
        .row.justify-content-between {
          justify-content: start !important;
        }
      }
      .footer-menu {
        ul {
          li {
            a {
              &:hover {
                color: $text-color2;
              }
            }
          }
        }
      }
      .footer-news-letter {
        .footer-form {
          ul {
            li {
              a {
                &:hover {
                  i {
                    color: $text-color2;
                  }
                }
              }
            }
          }
        }
      }
    }
    .footer-support {
      .footer-call {
        background-color: $text-color2;
        span {
          border: 1px solid $text-color5;
          color: $text-color5;
          @media (max-width: 1322px) {
            border: none;
          }
          a {
            color: $text-color5;
          }
        }
        .footer-support-icon {
          svg {
            path {
              fill: $text-color5;
            }
          }
        }
      }
      .footer-messege {
        .footer-support-icon {
          svg {
            path {
              fill: $text-color2;
            }
          }
        }
        p {
          span {
            color: $text-color2;
          }
        }
      }
    }
    .footer-copyright {
      p {
        span {
          color: $text-color2;
        }
      }
      ul {
        li {
          a {
            &:hover {
              background-color: $text-color2;
              i {
                color: $text-color5;
              }
            }
          }
        }
      }
      .footer-privecy-policy {
        a {
          &:hover {
            color: $text-color2;
          }
        }
      }
    }
  }
  @media (max-width: 1300px) {
    background-position: top center;
  }
  .footer-wrapper {
    .footer-item-1 {
      a {
        display: block;
        margin-bottom: 20px;
        img {
          margin-left: 0;
          max-width: 200px;
        }
      }
      p {
        @media (max-width: 1000px) {
          br {
            display: none;
          }
        }
        @media (max-width: 991px) {
          br {
            display: block;
          }
        }
        @media (max-width: 495px) {
          br {
            display: none;
          }
        }
      }
      span {
        display: block;
        color: $text-color1;
        font-family: $body-font;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        text-transform: capitalize;
        margin-top: 20px;
        @media (max-width: 991px) {
          br {
            display: none;
          }
        }
        &:last-child {
          margin-top: 5px;
        }
        svg {
          path {
            fill: $text-color6;
          }
        }
      }
    }
    .footer-menu {
      @media (max-width: 1200px) {
        margin-bottom: 25px;
      }
      h6 {
        font-family: $heading-font;
        color: $text-color1;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 30px;
      }
      ul {
        li {
          a {
            color: $text-color1;
            font-family: $body-font;
            font-style: normal;
            font-size: 18px;
            line-height: 2.4;
            transition-timing-function: linear;
            transition-duration: 0.3s;
            &:hover {
              color: $text-color6;
            }
          }
        }
      }
    }
    .footer-news-letter {
      label {
        color: $text-color1;
        font-family: $body-font;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
      }
      .footer-form {
        padding: 20px 20px 20px;
        background-color: $text-color5;
        border-radius: 4px;
        margin-top: 40px;
        form {
          display: flex;
          flex-direction: column;
          gap: 15px;
          input {
            background: transparent;
            transition: all .4s ease-out;
            border-radius: 4px;
            border: 1px solid rgba(204, 255, 0, 0.1);
            outline: none;
            color: $text-color1;
            padding: 12px 12px;
            &:focus {
              border-color: $text-color2;
            }
          }
          button {
            border: none;
          }
        }
        ul {
          display: flex;
          align-items: center;
          gap: 23px;
          li {
            a {
              i {
                color: $text-color1;
                transition-timing-function: linear;
                transition-duration: 0.3s;
              }
              &:hover {
                i {
                  color: $text-color6;
                }
              }
            }
          }
        }
      }
    }
  }
  .footer-support {
    display: flex;
    align-items: center;
    margin-top: 55px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(242, 242, 242, 0.07);
    @media (max-width: 1024px) {
      padding-bottom: 35px;
    }
    @media (max-width: 831px) {
      display: block;
      margin-top: 30px;
    }
    .footer-call {
      background-color: $text-color6;
      padding: 50px 73px;
      display: flex;
      align-items: center;
      gap: 43px;
      position: relative;
      width: 50%;
      border-radius: 4px 0 0 4px;
      @media (max-width: 495px) {
        display: block;
        span {
          display: block;
          text-align: center;
          margin-top: 13px;
        }
        .footer-support-icon {
          text-align: center;
        }
      }
      @media (max-width: 1300px) {
        padding: 50px 25px;
      }
      @media (max-width: 831px) {
        width: 100%;
      }
      img {
        position: absolute;
        bottom: 0;
        left: 0;
      }
      span {
        padding: 15px 25px;
        border-radius: 66.5px;
        border: 1px solid #e1e1e1;
        color: $text-color1;
        font-family: $body-font;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        @media (max-width: 1300px) {
          padding: 0;
          border: none;
        }
        a {
          text-decoration: underline;
          color: $text-color1;
        }
      }
    }
    .footer-messege {
      background-color: $text-color5;
      padding: 50px 73px;
      display: flex;
      align-items: center;
      gap: 43px;
      width: 50%;
      border-radius:0 4px 4px 0;
      @media (max-width: 831px) {
        width: 100%;
      }
      @media (max-width: 495px) {
        display: block;
        p {
          text-align: center;
          margin-top: 13px;
        }
        span {
          display: block;
          text-align: center;
        }
        .footer-support-icon {
          text-align: center;
        }
      }
      @media (max-width: 1300px) {
        padding: 50px 25px;
      }
      p {
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        text-transform: uppercase;
        color: $text-color1;
        font-family: $body-font;
        span {
          color: $text-color6;
          @media (max-width: 1298px) {
            br {
              display: none;
            }
          }
        }
      }
    }

  }
  .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    @media (max-width: 525px) {
      gap: 15px;
    }
    p {
      color: $text-color1;
      font-family: $body-font;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 10px;
      a {
        color: $text-color2;
      }
    }
    ul {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      li {
        a {
          background-color: rgba(251, 251, 253, 0.08);
          width: 40px;
          height: 40px;
          line-height: 40px;
          border-radius: 4px;
          display: block;
          text-align: center;
          color: $text-color1;
          transition-timing-function: linear;
          transition-duration: 0.3s;
          i {
            line-height: inherit !important;
          }
          &:hover {
            background-color: $text-color6;
          }
        }
      }
    }
    .footer-privecy-policy {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      a {
        transition-timing-function: linear;
        transition-duration: 0.3s;
        &:hover {
          color: $text-color6;
        }
      }
    }
  }  
}

.footer-area-home-3 {
  .footer-wrapper {
    .footer-menu.footer-menu-2 {
      @media (max-width: 991px) {
        margin-top: 0px;
      } 
    } 
  }
}
// End Footer Area Home 3