body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.navbar {
  background-color: #ffffff;
}

.navbar-toggler:focus {
  border: none;
}

.navbar-toggler:active {
  border: none;
}

.navbar-brand {
  color: #000000;
  font-size: 24px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
.navbar-brand:hover {
  color: #000000;
}

.navbar .navbar-nav .nav-link {
  color: #000000;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.navbar .navbar-nav .nav-link:hover {
  color: #000000;
  text-decoration: underline;
}

.navbar .navbar-nav .nav-link:active {
  background-color: #ffffff;
  color: #000000;
  text-decoration: underline;
}

.main {
  margin-top: 50px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  background-image: linear-gradient(135deg, #fdfbfb 10%, #ebedee 100%);
}

footer {
  color: #000000;
  background-color: #ebedee;
  text-align: center;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

#home {
  background: url("imgs/header_pic.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  min-height: 70vh;
  font-family: "Poppins", serif;
  font-weight: bolder;
}

.header_bg {
  width: 100%;
  height: 10%;
}

.hero__section_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 450px;
}

.hero__section_container h1 {
  font-family: "Roboto Condensed", sans-serif;
}

.donate {
  height: 50px;
  width: 250px;
  padding: 12px;
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  background-color: rgb(0, 0, 0);
  color: #ffffff;
}
.donate:hover {
  height: 50px;
  width: 250px;
  padding: 12px;
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  background-color: rgb(40, 38, 38);
  color: #ffffff;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}

.ab1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ab2 {
  width: 50%;
  text-align: justify;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.ab3 {
  width: 50%;
  border: none;
}

#focus .col:hover, #product .col:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.cr {
  color: #0a0316;
  text-decoration: none;
  text-align: center;
}

.cr:hover {
  color: #0a0316;
  text-decoration: underline;
}

.rm {
  color: gray;
}
.rm:hover {
  color: gray;
  text-decoration: underline;
  cursor: pointer;
}

#focus .card {
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #000;
}

#focus .card img {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

#blogs .card, #product .card {
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

#blogs .card .card-text {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: justify;
}

#focus .card h5 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 400;
}

form {
  border: none;
  padding: 5px;
  width: 100%;
  margin: auto;
}

.hero__section_container .modal{
    color: #000;
}

hr{
    width:100%;
    height: 5px;
    color: #000;
}

.cn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cn input {
  width: 100%;
  height: 45px;
  padding: 12px 20px;
  outline: none;
  border: none;
}

.social p {
  text-align: left;
}

.social {
  background: transparent;
  display: flex;
  flex-direction: column;
}

.con__icons {
  display: flex;
}

.cn p{
    font-size: medium;
}

#send_btn {
  background-color: rgb(0, 0, 0);
  color: white;
  border: none;
  width: 10%;
  height: 45px;
  font-weight: 400;
  align-items: end;
}

#send_btn:hover {
  background-color: rgb(40, 38, 38);
  color: white;
  border: none;
  width: 10%;
  height: 45px;
  font-weight: 400;
}

form{
  display: flex;
  font-size: medium;
}

a .bi {
  font-size: 1.5rem;
  cursor: pointer;
  color: #000;
}

.con {
  display: flex;
}

#newsletter{
 font-size: small;
}

@media (max-width: 1024px) {
  .ab1 {
    flex-direction: column;
  }

  .ab2 {
    width: 100%;
    text-align: justify;
    border: none;
  }

  .ab3 {
    width: 100%;
    border: none;
  }

  .cn {
    flex-direction: column;
  }

  .cn input {
    width: 100%;
  }

  #send_btn {
    background-color: rgb(0, 0, 0);
    color: white;
    border: none;
    width: 10%;
    height: 45px;
    font-weight: 400;
    align-items: end;
  }
  
  #send_btn:hover {
    background-color: rgb(40, 38, 38);
    color: white;
    border: none;
    width: 10%;
    font-weight: 400;
  }

  #contact {
    flex-direction: column;
    margin-top: 10px;
  }

}
