@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  box-sizing: border-box;
}
body {
  background-color: black;
  font-family: "Roboto", sans-serif;
  color: white;
  height: 100vh;
  background: linear-gradient(#e66465, #9198e5);
  font-family: "Poppins", sans-serif;
  /* background-color: #000000; */
  /* background-image: linear-gradient(315deg, #000000 0%, #414141 74%); */
  /* background-color: #003153; */
  /* background-image: linear-gradient(315deg, #003153 0%, #1B1B1B 74%); */
  /* background-color: #003153; */
  /* background-image: linear-gradient(315deg, #003153 0%, #0abab5 74%); */

  background-image: url(../bg-blue.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

button.btn.btn-info {
  background: #021e34;
  opacity: 75%;
  color: white;
  border: 1px solid #021e34;
}

.baskerville {
  font-family: "Baskervville", serif;

 
}

.custom-logo {
  width: 434px !important;
  height: auto !important;
  
}


.card-header {
  padding: 0px !important;
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.h1, h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.h4, h4 {
  font-size: 29px;
  font-weight: bold;
  padding-top: 20px;
  color: white;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #B1ACAC !important;
}


a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none !important;
}
.blog-heading {
  text-align: left;
  padding: 50px 0;
}
.container {
  max-width: 1300px;
  margin: auto;
}
.card {
  /* background-color: transparent; */
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  /* background: rgb(2, 0, 36); */
  /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%); */
  background: rgba(155, 155, 155, 0.10);
}

.blog-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 5px auto;
}

.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  padding: 20px;
  /* color: #10182f; */
  text-align: left;
  background: #021e34;
  opacity: 75%;
}
.tag {
  background: transparent;
  border-radius: 50px;
  font-size: 12px;
  /* padding: 2px 10px; */
  text-transform: capitalize;
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.tag-teal { background-color: #47bcd4; }
.tag-purple { background-color: #5e76bf; }
.tag-pink { background-color: #cd5b9f; }
.user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}