.page-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
}

/* HERO */
.hero {
  width: 100%;
  margin: 0;
  background-image: url("../assets/images/hero-bg-image.png");
  background-size: cover;
}
.hero-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.hero-title {
  width: 890px;
  margin-top: 129px;
  margin-bottom: 31.2px;
  font-size: 8.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--turquoise);
}
.hero-text {
  width: 430px;
  margin-bottom: 44px;
}
.hero-button {
  margin-bottom: 131px;
  padding-left: 30.5px;
  width: 240px;
  height: 74px;
  display: flex;
  align-items: center;
  background-color: var(--orange);
  color: var(--white);
  letter-spacing: 0.65px;
}
.hero-button:hover,
.hero-button:active {
  background-color: #d26004;
}

/* WELCOME + ABOUT */
.about-block {
  margin: 0;
}
.about-block-inner {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 147px;
}
.welcome,
.about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.welcome {
  margin-bottom: 147px;
}
.welcome-title {
  margin: 68px 0 51px 0;
}
.about-title {
  margin: 113px 0 51px 0;
}
.welcome-text,
.about-text {
  width: 560px;
}
.img-area img {
  border-radius: 5px;
}

/* QUICK DONATE */
.quick-donate {
  width: 100%;
  height: 221px;
  background-color: var(--navy);
}
.quick-donate-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.donation-title {
  margin: 0 0 20px 0;
  font-size: 4.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
}
.donation-text {
  width: 609px;
  color: var(--white);
}
.donation-fname {
  font-size: 2.6rem;
  color: var(--white);
  line-height: 130%;
  letter-spacing: 0.3px;
}
.input-donation {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 5px;
}
#donation-amount {
  width: 239px;
  padding: 26px 0 26px 14px;
  height: 73px;
  border: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  color: var(--white);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
#donation-amount::placeholder {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--white);
}
#donation-amount:focus::-webkit-input-placeholder {
  color: transparent;
}
.donation-button {
  width: 80px;
  height: 73px;
  padding-left: 29px;
  background-color: var(--orange);
  display: flex;
  align-items: center;
}
.donation-button:hover,
.donation-button:active {
  background-color: #d26004;
}

/* MEET SOME OUR PETS  */
.animals-live {
  margin: 0;
}
.animals-live-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.main-title,
.main-text {
  text-align: center;
}
.main-title {
  margin: 136px 0 50px 0;
  padding-left: 20px;
}
.main-text {
  width: 920px;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 1.31;
  font-weight: 500;
}
.slider {
  margin: 100px 0;
}
.arrows {
  width: 185px;
  margin: 0 auto;
  padding: 0 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.arrow-left,
.arrow-right {
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.arrow-left {
  background-image: url("/assets/icons/arrow-left-black.svg");
}
.arrow-right {
  background-image: url("/assets/icons/arrow-right-black.svg");
}
.arrow-left:hover {
  cursor: pointer;
  background-image: url("/assets/icons/arrow-left-white.svg");
  background-color: var(--navy);
}
.arrow-right:hover {
  cursor: pointer;
  background-image: url("/assets/icons/arrow-right-white.svg");
  background-color: var(--navy);
}
.animals-list {
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 40px;
}
.animal-card {
  width: 440px;
  height: 747px;
  background-color: var(--navy);
  border-radius: 5px;
  transition: 1s;
}
.animal-card:hover {
  transform: scale(1.09, 1.05);
}
.photo {
  position: relative;
  margin: 0;
  padding: 0;
}
.photo img {
  border-radius: 5px;
}
.photo > img:first-of-type {
  width: 440px;
  height: 436px;
}
.name {
  position: absolute;
  height: 60px;
  margin: 0;
  padding: 12.39px 0;
  background-color: var(--navy);
  border-radius: 5px 0 5px 0;
  color: var(--white);
  text-transform: none;
}
.lucas {
  width: 134.47px;
  height: 60.78px;
  padding-left: 32px;
}
.andy {
  width: 118px;
  padding-left: 24.5px;
}
.glen {
  width: 107px;
  padding-left: 23px;
}
.mike {
  width: 121px;
  padding-left: 29px;
}
.sam-lora {
  width: 206px;
  height: 61px;
  padding-left: 28.5px;
}
.liz {
  width: 90px;
  padding-left: 30px;
}
.shake {
  width: 132px;
  padding-left: 25px;
}
.senja {
  width: 130px;
  padding-left: 32px;
}
.card1 .caption-title {
  padding-right: 6px;
  margin-bottom: 17px;
}
.card2 .caption-button,
.card4 .caption-button {
  padding-top: 30px;
}
.card4 .caption-text {
  width: 310px;
}
.card3 .caption-button,
.card5 .caption-button,
.card6 .caption-button,
.card7 .caption-button {
  padding-top: 28px;
}
.card7 .caption-text {
  width: 380px;
}
.card4 .caption-text,
.card6 .caption-text,
.card7 .caption-text {
  padding-right: 3px;
}
.caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.caption-title {
  margin: 28px 0 16px 0;
  color: var(--white);
  text-transform: none;
}
.caption-text {
  width: 351px;
  min-height: 78px;
  text-align: center;
  color: var(--white);
  text-transform: none;
}
.caption-button {
  width: 240px;
  height: 53px;
  margin: 23px 0 65px 0;
  padding-left: 28px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  color: var(--orange);
  letter-spacing: 0.1px;
}
.card1 .caption-button,
.card8 .caption-button {
  margin-top: 35px;
}
.main-button {
  width: 359px;
  height: 74px;
  margin: 0 auto;
  padding-left: 35px;
  display: flex;
  align-items: center;
  border: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  background: url(../assets/icons/arrow-favourite.svg) no-repeat;
  background-position: 298px 50%;
  color: var(--black);
  letter-spacing: 0.48px;
}
.main-button:hover,
.main-button:active {
  background: var(--navy) url(../assets/icons/white-arrow.svg) no-repeat;
  background-position: 298px 50%;
  color: var(--white);
}

/* PAY AND FEED */
.pay-and-feed {
  width: 100%;
  margin-top: 150px;
  background-color: var(--navy);
}
.pay-and-feed-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 91px;
}
.pay-and-feed-title {
  margin: 0 0 100px 0;
}
.article-border {
  margin: 0 0 84px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.article-number {
  margin: 0 88px 0 0;
}
.line {
  width: 1280px;
  text-align: center;
  color: var(--white);
}
.article-paf {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.paf-1 {
  margin-bottom: 105px;
}
.paf-2 {
  margin-bottom: 82px;
}
.paf-3 .article-title {
  line-height: 34px;
}
.paf-3 .article-text {
  width: 549px;
}
.article-img {
  margin: 0 160px 0 0;
}
.article-img > img:first-of-type {
  width: 560px;
  height: 364px;
}
.article-info {
  margin-top: 19px;
}
.article-icon {
  margin: 0 0 28px 0;
  padding: 0;
}
.article-title {
  width: 502px;
  margin: 0 0 51px 0;
}
.article-text {
  width: 560px;
  color: var(--white);
}
.donate-now-btn {
  margin: 55px 0 100px 0;
  width: 240px;
  height: 74px;
  display: flex;
  align-items: center;
  background-color: var(--orange);
  color: var(--white);
  letter-spacing: 1.1px;
}
.donate-now-btn:hover,
.donate-now-btn:active {
  background-color: #d26004;
}

/* COMMENTS */
.comments {
  width: 100%;
  position: relative;
  height: 1776px;
  margin: 0;
  background-image: url("../assets/images/comments-bg-img.png");
  background-size: cover;
}
.comments-inner {
  max-width: 1400px;
  height: 1776px;
  margin: 0 auto;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.comments-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.title-area {
  width: 560px;
  margin: 100px 0 0 0;
}
.title-comments-title {
  width: 440px;
  margin: 0 0 39px 0;
  color: var(--white);
}
.text-comments-title {
  line-height: 34px;
}
.comments-blocks {
  margin: 100px 0 0 0;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.blocks {
  width: 1060px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  grid-gap: 30px;
}
.block-card {
  width: 515px;
  height: 463px;
  margin: 0;
  padding: 46px 50px 70px 50px;
  background-color: var(--white);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.quotes {
  padding-left: 3px;
}
.comments-title {
  margin: 40px 0 19px 0;
  color: var(--black);
  font-weight: 600;
  letter-spacing: -0.25px;
}
.comments-text {
  margin: 0 0 43px 0;
}
.signature {
  margin: 0;
  text-transform: uppercase;
}
.bc3 .comments-text {
  width: 410px;
}
.bc4 .comments-title {
  margin: 42px 0 21px 0;
}
.bc4 .comments-text {
  margin-bottom: 18px;
}
.comments-arrows {
  width: 180px;
  margin: 62px 0 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.left-arrow,
.right-arrow {
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.left-arrow {
  background-image: url("/assets/icons/arrow-left-white.svg");
}
.right-arrow {
  background-image: url("/assets/icons/arrow-right-white.svg");
}
.left-arrow:hover {
  cursor: pointer;
  background-image: url("/assets/icons/arrow-left-black.svg");
  background-color: var(--white);
}
.right-arrow:hover {
  cursor: pointer;
  background-image: url("/assets/icons/arrow-right-black.svg");
  background-color: var(--white);
}
.comments-button {
  width: 359px;
  height: 74px;
  padding: 26px 0 26px 77.36px;
  display: flex;
  align-items: center;
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  color: var(--white);
  letter-spacing: 0.45px;
}
.comments-button:hover,
.comments-button:active {
  background-color: var(--turquoise);
  color: var(--white);
}

/* CARE FOR THE ANIMALS YOU LOVE  */
.animals-feed {
  margin: 0;
}
.animals-feed-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.animals-feed-title {
  width: 655px;
  margin: 136px 0 50px 0;
}
.animals-feed-text {
  width: 530px;
  margin: 0;
  padding-right: 3px;
  color: var(--navy);
  line-height: 34px;
}
.animals-feed-imgs {
  width: 100%;
  margin: 97px 0 100px 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 34px;
  row-gap: 40px;
}
.afc1 {
  width: 926px;
  height: 658px;
  background-image: url("../assets/images/you-love--coala.png");
  background-size: cover;
  border-radius: 5px;
  grid-column-start: 1;
  grid-column-end: 3;
}
.afc1 img {
  border-radius: 5px;
}
.animals-feed-card {
  width: 440px;
  height: 658px;
  padding: 0;
  background-color: var(--navy);
  border-radius: 5px;
  transition: 1s;
}
.animals-feed-card a {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.animals-feed-card:hover {
  transform: scale(1.045, 1.03);
}
.animals-feed-img {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.animals-feed-img img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.animals-feed-card-info {
  width: 390px;
  margin: 30px 0 0 0;
  text-align: center;
  color: var(--white);
  text-transform: none;
}
.feed-btn {
  width: 100px;
  height: 23px;
  margin-bottom: 75px;
  padding-left: 7px;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: var(--orange);
}
.dots {
  display: none;
}
.animals-feed-button {
  width: 359px;
  height: 74px;
  padding: 0 0 0 35.86px;
  display: flex;
  align-items: center;
  border: 1px solid var(--navy);
  background-color: rgba(0, 0, 0, 0);
  background: url(../assets/icons/arrow-favourite.svg) no-repeat;
  background-position: 298px 50%;
  color: var(--navy);
  letter-spacing: 0.5px;
}
.animals-feed-button:hover,
.animals-feed-button:active {
  background: var(--navy) url(../assets/icons/white-arrow.svg) no-repeat;
  background-position: 298px 50%;
  color: var(--white);
}
.feed-bottom-img {
  width: 1400px;
  height: 652px;
  margin: 150px 0;
  background-image: url("../assets/images/feed-bottom-img.png");
  background-size: cover;
}
