@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
  --clr-1: #2E4B9B;
  --clr-2: #0F0049;
  --clr-3: #FF3A61;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #000000;
  background-image: url(../images/footer_bg.png);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.clr-1 {
  color: var(--clr-1);
}

.clr-2 {
  color: var(--clr-2);
}

.clr-3 {
  color: var(--clr-3);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul li {
  list-style: none;
}

.btn.btn-outline-light:hover,
.btn.btn-light:hover {
  color: var(--bs-white);
  border-color: var(--clr-3);
  background-color: var(--clr-3);
}

.btn-theme {
  color: var(--bs-white);
  background-color: var(--clr-1);
}

.btn-theme:hover {
  color: var(--bs-white);
  background-color: var(--clr-3);
}

.btn-outline-clr-1 {
  color: var(--clr-1);
  border-color: var(--clr-1);
}

.btn-outline-clr-1:hover {
  color: var(--bs-white);
  background-color: var(--clr-1);
}

.btn-clr-3 {
  color: var(--bs-white);
  background-color: var(--clr-3);
}

.btn-clr-3:hover {
  color: var(--bs-white);
  background-color: var(--clr-1);
}


/* footer */


/*h5.d_logo {
  text-align: center;
  background: #ffffff;
  border-radius: 6px;
  min-height: 100px;
  margin: 0 0 30px 0;
  color: #000000;
}*/


h5.d_logo {
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    min-height: 110px;
    color: #000000;
}

.bookoy_cre{
  color: #000000;
}

.dainey {
  background: #000000b0;
  padding: 30px;
  margin: 10px;
  border-radius: 20px;
  min-height: 650px;
}

.vhypo {
  background: #000000b0;
  padding: 30px;
  margin: 10px;
  border-radius: 20px;
  min-height: 650px;
}

.bookoy {
  background: #000000b0;
  padding: 30px;
  margin: 10px;
  border-radius: 20px;
  min-height: 650px;
}

.footer .list-group-item {
  background: none;
  border: none;
  padding: 8px 0;
  font-size: 15px;
  color: #ffffff;
}

.footer .list-group-item a {
  color: var(--bs-white);
}

.footer .list-group-item a:hover {
  color: var(--clr-3);
  transition: .3s;
}

.footer .list-group-item a i {
  padding-right: 15px;
}

.footer h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.footer .footer-bottom p {
  color: var(--bs-white);
}

.footer-bottom {
  border-top: 1px solid rgb(0 0 0 / 20%);
  padding: 1rem;
  margin-top: 4rem;
}

.readmore_db {
      text-align: center;
      margin: 20px 10px;
}


.readmore_db a {
    color: #000000;
    padding: 10px 30px;
    border-radius: 10px;
    background: #87c80a;
    font-size: 16px;
    font-weight: 500;
 
}

.readmore_db a:hover {
    color: #000000;
    padding: 10px 30px;
    border-radius: 10px;
    background: #c8560a;
    font-size: 18px;
    font-weight: 500;
 
}