/*! CSS Used from: http://127.0.0.1:5501/footer/css/lib/bootstrap.min.css */

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.footer-wrapper {
  background-color: #32333b;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.footer-wrapper-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  vertical-align: middle;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.d-flex {
  display: flex !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
}
@media (min-width: 768px) {
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
/*! CSS Used from: http://127.0.0.1:5501/footer/css/main.css */
.text--base {
  color: #ffc827 !important;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
  background: #350b2d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
p {
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  color: #ffc827;
}
ul {
  margin: -7px 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 7px 0;
}
.bg_img {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat !important;
}
img {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 575px) {
  .container {
    max-width: 460px !important;
  }
  p {
    font-size: 15px;
  }
}
.logo img {
  max-width: 180px;
  max-height: 60px;
}
@media (max-width: 1199px) {
  .logo img {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .logo img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .logo img {
    max-width: 100px;
    max-height: 50px;
  }
}
.footer-section {
  position: relative;
  padding: 40px 0 35px;
}
.footer-section::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2e0327;
  opacity: 0.9;
}
.footer-section .container {
  position: relative;
  z-index: 1;
}
.footer-links li {
  padding: 3px 10px;
}
.footer-links li a {
  color: #fff;
}
.footer-links li a:hover {
  color: #ffc827;
}
.footer-bottom {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 200, 39, 0.1);
  position: relative;
}
.bg_img {
  position: relative;
}
.bg_img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2e0327;
  opacity: 0.9;
}
.bg_img .container {
  position: relative;
}
