@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

.main-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("./img/banner_bg.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.banner-overly {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}


.logoheading {
  color: white;
  font-size: 2em;
  margin-left: 10px;
}
#voting img.uparrow{
  cursor: pointer;
  filter: brightness(100.5);
}
#voting img.uparrow:hover{
  filter: brightness(1.4);
}
img.voted{
  filter: brightness(1.4) !important;
  cursor: initial !important
}
.banner-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  width: 55%;
  margin: auto;
}

.banner-heading {
  font-weight: 600;
  color: white;
  line-height: 40px;
}

.banner-btn {
  background: #4aa181;
  color: white;
  font-size: 1.2rem;
  padding: 10px 24px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  margin-top: 10px;
  border: none;
}
.banner-btn:hover {
  background: #37725c;
  cursor: pointer;
}

.learn-more {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: whtie;
  margin: 0px auto;
  justify-content: center center;
  margin-top: 30px;
}
.learn-more-text {
  color: white !important;
  font-size: 23px;
}

.arrow-image {
  margin: 20px 0px;
  width: 30px;
  height: 40px;
}

.Pawsitive-praise {
  background-color: black;
  color: white;
  padding: 20px 0;
}

.border-top-white {
  border-top: 2px solid white;
}

.social-links {
  color: rgb(255, 255, 255);
  list-style: none;
  text-align: center;
}
.social-links a{
  color: rgb(255, 255, 255);
  text-decoration:none
}
.social-links a:visited, .social-links a:active {
  text-decoration: underline ;
  cursor: pointer;
  color: #4aa181;
}
.policy-list {
  color: rgb(255, 255, 255);
  list-style: none;
  text-align: right;
}

.policy-list li,
.social-links li {
  margin: 5px;
  transition: 0.2s ease-in;
}
.policy-list li:hover,
.social-links li:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #4aa181;
}

.links-div {
  justify-content: space-between;
  padding: 10px 10px;
}

.bg-black {
  background-color: black;
}

.Pawsitive-praise-content {
  /* width: 80%; */
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  column-gap: 70px;
  flex-wrap: nowrap;
}
.Pawsitive-praise-heading {
  margin-left: 10px;
  font-weight: 900;
  font-size: 30px;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-start {
  justify-content: flex-start;
}
.flex p {
  margin: 20px;
  text-align: center;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.catimage{
  width: 100%;
  height: 300px;
}

.text-center {
  text-align: center;
}

.my-3 {
  margin: 20px auto;
}

.arrow-flex {
  display: flex;
  align-items: center;
}
.arrow-flex p {
  color: #4aa181;
  font-size: 19px;
  margin-left: 15px;
}
.uparrow {
  height: 30px;
}
.align-items-center {
  align-items: center;
}

/* ======== RESPONSIVE  ============= */

@media (max-width: 992px) {
  .Pawsitive-praise-content {
    /* width: 95%; */
    flex-wrap: wrap;
  }
  .mt-3 {
    margin: 30px auto;
  }
  .mt-2 {
    margin-top: 15px;
  }
}
.d-lg-none {
  display: none;
}

@media (max-width: 768px) {
  .d-lg-none {
    display: block;
  }
  .banner-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    width: 95%;
    margin: auto;
  }
  .main-banner,
  .banner-overly {
    width: 100%;
    min-height: 100vh !important;
    /* height: 600px; */
  }
  .links-div {
    flex-direction: column;
    justify-content: flex-start !important;
  }
  .social-links,
  .policy-list {
    text-align: center;
  }

  .d-lg-block {
    display: none;
  }

  .downlogo {
    justify-content: center;
  }

  .banner-btn {
    padding: 10px;
  }
}

.gif-img {
  height: 100px;
  width: 100px;
  margin: auto;
  border-radius: 10px;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .ml-3 {
    margin-left: 2rem;
  }
  .d-lg-block {
    display: block;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
