@font-face {
  font-family: 'Gotham';
  src: url('./Fonts/Gotham-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #F9F4E0;
}

.hero-section {
  overflow: hidden;
}

.hero-logo {
    width: 270px;
    height: 190px;
    margin-left: -60px;
}

.hero-subtitle {
    display: block;
    margin-bottom: 4px;
    margin-top: 50px;
    font-weight: 400;
    color: #9C5A2E;
    line-height: 100%;
    font-size: 24px;
}

.hero-title {
    font-size: 70px;
    font-weight: 700;
    color: #3b2b1f;
    line-height: 1.2;
}

.hero-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #341804;
}

.hero-btn {
  background-color: #8b4a1d;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
}

.hero-vector-img {
    max-width: 680px;
    margin-top: -48px;
    height: 600px;
    margin-left: -17px;
}

.hero-dog-img {
  position: absolute;
  bottom: 35px;
  left: 8%;
  transform: translateX(-50%);
  max-width: 270px;
  height: 462px;
  z-index: 2;
}

.dog-img {
  width: 469px;
  height: 416px;
  margin-left: -30px;
}

.btn-brown {
  background-color: #8b4a1f;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
}

.btn-brown:hover {
  background-color: #6f3a17;
  color: #fff;
}

/* Common animation base */
.animate {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Logo fade up */
.fade-up {
  animation-name: fadeUp;
}

/* Text fade left */
.fade-left {
  animation-name: fadeLeft;
}

/* Image fade right */
.fade-right {
  animation-name: fadeRight;
}

/* Keyframes */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.text-muted {
  font-weight: 400;
  line-height: 100%;
  font-size: 24px;
  color: #341804;
}

h2.fw-bold.mt-2 {
    font-weight: 700;
    font-size: 77px;
    line-height: 88px;
    letter-spacing: -2px;
    color: #06242D;
}

p.mt-3.text-secondary {
  font-weight: 400;
  color: #341804;
  font-size: 17px;
}

span.text {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #06242D;
}

.pack-item.mt-3 h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -1px;
    color: #06242D;
    margin-top: 19px;
}

.pack-item.mt-3 p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #341804;
}

.pack-item h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -1px;
    color: #06242D;
    margin-top: 20px;
}

.pack-item p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #341804;
}

img.img-fluid.pack-dog {
  width: 550px;
  max-width: 100%;
  height: 497px;
  position: relative;
  left: 60px;
}

span.text-uppercase.small.text-muted {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #341804;
}

ul.diff-list.mt-3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #06242D;
}

img.img-fluid.diff-dog.dog-one {
  width: 550px;
  height: 502px;
  margin-left: -20px;
}

img.img-fluid.diff-dog.dog-one {
  width: 550px;
  height: 502px;
}

h3.fw-bold.mb-3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -2px;
    color: #06242D;
}

.col-lg-6.mb-4.mb-lg-0 p {
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  color: #06242D;
  margin-top: -5px;
}

h5.mt-4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -2px;
    color: #06242D;
}

a.text-decoration-none {
  text-decoration: none;
  color: #341804;
}

.col-lg-6.mb-4.mb-lg-0 p {
    font-weight: 400;
    color: #06242D;
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
}

.footer-section {
  background-image: url("./Assets/images/Vector\ 8\ \(1\).png");
  background-size: cover;
  position: relative;
  height: 460px;
}

.footer-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.footer-img img {
    margin-top: 120px;
}

.footer-text {
    margin-top: 40px;
}

.footer-line {
  width: 1351px;
  height: 1px;
  background: rgba(255,255,255,0.4);
}

.footer-copy {
    font-size: 14px;
    margin-top: 18px;
    line-height: 24px;
}

strong {
    line-height: 40px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
}

strong.differnt {
    font-family: monospace;
    font-weight: 400;
    font-size: 18px;
}

@media (min-width: 320px) and (max-width: 768px) {

  .hero-title {
    font-size: 43px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 24px;
    margin-top: 40px;
  }

  .dog-img {
    width: 100%;
    max-width: 469px;
    height: auto;
    margin-left: 0;
  }

  img.img-fluid.pack-dog {
    width: 100%;
    max-width: 550px;
    height: auto;
    left: 0;
    display: block;
    margin: 0 auto;
  }

  span.text,
  span.text-uppercase.small.text-muted {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #341804;
  }

  .pack-item h5,
  .pack-item.mt-3 h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -2px;
    color: #341804;
  }

  .pack-item.mt-3 h5 {
    margin-top: -10px;
  }

  .pack-item h5 {
    margin-top: 20px;
  }

  h2.fw-bold.mt-2 {
    color: #341804;
    font-weight: 700;
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -2px;
  }

  img.img-fluid.diff-dog.dog-one {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

section.meet-pack.py-5 {
    margin-bottom: 100px;
}

section.difference-section.py-5 {
    margin-bottom: 100px;
}

section.location-section.py-5 {
    margin-bottom: 71PX;
}

.footer-img img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.footer-img img:hover {
  transform: scale(1.05);
}
