/* footer section-14 */

/* FOOTER BACKGROUND */
:root {
    --primary-color: #7e00a7;
    --light-color: #fcf5ff;
    --title-color: #000000;
    --text-color: #959bac;
    --border-color: #454c63;
    --font: "Istok Web", sans-serif;
    --theme-light: #dbc0e5;
}

.footer-section {
    background-color: #fcf5ff;
    /* background-color: #d79ceb; */
    position: relative;
    overflow: hidden;
}

/* COLUMN */
.footer-col {
    position: relative;
    z-index: 2;
}

/* LOW OPACITY IMAGES */

.footer-bg-img {
    position: absolute;
    z-index: 1;
}

/* 
.footer-bg-img.top {
  top: -40px;

  right: -17px;
} */

.fw-text {
    font-weight: 700;
    font-size: 1.625rem;
    color: var(--title-color);
    font-family: var(--font);
    line-height: 100%;
}
.bg-text {
    /* font-size: 0.9rem; */
    /* font-weight: 400; */
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 0.938rem;
    line-height: 31px;
    letter-spacing: 0%;
    color: var(--title-color);
}

/* .footer-bg-img.bottom {
 right: 65px;
 bottom: -50px;
} */

/* LIST */

/* .footer-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
} */

footer a {
    color: black;
    text-decoration: none;
}
.footer-list li {
    /* margin-bottom: 8px; */
    font-size: 0.938rem;
    font-weight: 400;
}

/* ICON BG */

.bg {
    background-color: #7e00a7;
}

/* COPYRIGHT */

.copyright-bar {
    background-color: #7e00a7;
    font-size: 0.938rem;
    font-weight: 400;
}

@media (min-width: 768px) {
    .copyright-bar-text-inner {
        text-align-last: left;
    }
}

/* RESPONSIVE FIXES */

@media (max-width: 768px) {
    .footer-bg-img {
        display: none;
    }
    .footer-list {
        list-style: none;
    }
    .footer-section {
        text-align: center;
    }
    .center {
        display: flex;
        justify-content: center;
    }
}
