
@import url('https://fonts.googleapis.com/css2?family=Plus Jakarta Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
  
  }

  .whole-footer-middle-area.container-fluid {
    background: #000;
    padding: 50px 0px 0px 0px;
}
.footer-middle-first img.img-fluid {
    width: 40px;
    height: auto;
    padding-bottom: 30px;
}
.footer-middle-second ul.nav.navbar-nav {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 10px;
    word-break: keep-all;
}

.footer-middle-second ul li a.nav-link {
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 6px;
}
.footer-middle-first p {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Poppins';
}

nav#block-quavigo-footerterms ul li a {
    color: #000;
}
.container-fluid.footer-bottom-logo {
    background: #80d926;
}

.footer-middle-area {
    margin-top: 50px;
    margin-bottom: 50px;
}
  .copy-right .region-footer-bottom-logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  .copy-right .field__item {
    margin: 0;
  }
  
  .copy-right ul.navbar-nav {
    flex-direction: row;
}
  
  .copy-right .nav-item {
    display: inline-block;
  }
  
  .copy-right .nav-link {
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
  }
  .copy-right p {
    font-size: 14px;
    font-family: 'Poppins';
    padding-top: 15px;
}
.footer {
    font-size: 12px;
    margin-top: 30px;
  }

  p.qua-whole {
    font-size: 16rem;
    width: 100%;
    color: #fff;
    height: 194px;
    font-family: 'Urbanist';
    padding: 60px 0px;
    text-align: center;
    font-weight: 600;
}

.bg-primary {
    background: #80d926 !important;
}
.h-3 {
    height: .75rem;
}
.w-3 {
    width: .75rem;
}
.opacity-75 {
    opacity: .75;
}
.opacity-50 {
    opacity: .5;
}
.flex.space-x-1 {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
}