/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/Blocks/FooterBlock/src/sass/footer-block.scss ***!
  \**************************************************************************************************************************************************************************************/
.footer-block {
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 1500px) and (min-width: 768px) {
  .footer-block .mx-auto.w-full.max-w-screen-xl {
    width: 90%;
  }
}
.footer-block .social-icons .social-icon:not(:first-child) {
  margin-inline-start: 1.25rem;
}
.footer-block ul#menu-footer-1, .footer-block ul#menu-footer-2 {
  display: flex;
}
.footer-block ul#menu-footer-2 li {
  padding: 0;
  text-decoration: underline;
}
.footer-block ul#menu-footer-2 li:last-child {
  padding: 0;
}
.footer-block .widget-area ul {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.footer-block .widget-area ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.footer-block .widget-area ul li:last-child {
  padding: 0;
}
.footer-block .widget-area ul li a:hover {
  text-decoration-line: underline;
}
.footer-block .widget-area ul li a {
  color: #fff;
}

.footer-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background-image: url("/wp-content/themes/jelly-software-wp-theme/build/images/graphic.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
  pointer-events: none;
  background-position: right;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .footer-wrapper:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 200px;
    background-size: cover;
    background-position: right;
    margin-top: -60px;
    right: 0;
  }
}

.footer-wrapper:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100px;
  background-image: url("/wp-content/themes/jelly-software-wp-theme/build/images/graphic-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none;
  background-position: left;
  margin-top: -280px;
}
@media screen and (max-width: 767px) {
  .footer-wrapper:after {
    content: "";
    position: absolute;
    width: 7%;
    height: 150px;
    background-size: cover;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 768px) {
  .footer-wrapper:after {
    margin-left: -7%;
  }
}

@media only screen and (max-width: 1411px) and (min-width: 1024px) {
  .footer-block .md\:gap-72 {
    gap: 14rem;
  }
}
@media screen and (max-width: 319px) {
  .footer-block .flex.items-center.justify-between.pb-12.gap-5.md\:gap-0.md\:pl-10 {
    flex-direction: column;
    align-items: baseline;
  }
  .footer-block .btn-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/*# sourceMappingURL=footer-block.css.map*/
