* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
} 

body {
    font-family: 'Cormorant Garamond', serif;
}

/* #848f65 */
/* #d3d882 */


/* -------NAV PHONE BAR----------- */


.menu-btn,
  .exit-btn {
      display: none;
      cursor: pointer;
      opacity: 1;
      width: 7rem;

  }
  
  .exit-btn {
      position: absolute;
      top:1%;
      right: 1%;
      padding: 1.2rem;

  }
  
  .modal-nav {
      height: 100vh;
      width: 100%;
      margin: 0 auto;
      display: grid;
      background-color: #408d85;
      position: absolute;
      top:0;
      left: 0;
      transform: translate(-100%);
      transition: all 1s;
      z-index: 9;
  }
  
  .active-modal {
      transform: translate(0);
  }
  
  .show-btn {
      display: block;
      z-index: 5;
  }
  
  .hidden-btn {
      opacity: 0;
  }
  
  .nav-menu-modal {
      display: flex;
      flex-direction: column;
      text-align: center;
      align-self: center;
      /* gap: 4rem; */
      justify-content: space-between;
      list-style: none;
  }
  
  .nav-link-modal {
      font-size: 4rem;
      text-decoration: none;
      color: #fff;
  }

/* //////////HEADER//////////// */

.header {
    padding: 1.2rem 2.4rem;
    /* background-color: #a8835d; */
    background-image: url("imgs/nav.png");
}

.header-box {
    margin: 0 auto;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
}

.logo-box {
    display: flex;
    gap: 2.4rem;
    align-items: center;
}

.header-logo {
    width: 11rem;
}

.header-nav {
    display: flex;
    gap: 2.4rem;
    align-content: center;
}

.header-link {
    font-size: 3.2rem;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
}

.header-link-special {
    font-size: 3.2rem;
    color: #333;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    background-color: #fff;
    border-radius: 13px;
}

.header-social {
    width: 6rem;
}


/* //////////HERO//////////// */

.hero {
    padding: 0.6rem 0rem;
    background-image: url("imgs/hero.jpg");
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.petshop-hero {
    padding: 0.6rem 0rem;
    background-image: url("imgs/petshop/petshop-hero.jpeg");
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-box {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.petshop-hero-container {
    margin-top: 0rem !important;
}

.hero-container {
    display: flex;
    height: 100%;
    align-items: center;
    margin-top: 9.6rem;
    justify-content: center;
    gap: 2.4rem;
    flex-direction: column;
    /* background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(255, 255, 255, 0.407)); */
    width: 100%;
    padding: 1.2rem 0;
}

.hero-header {
    font-size: 9.6rem;
    width: 100%;
    padding: 2.4rem 1.2rem;
    text-align: center;
    color: #fff;
    /* text-shadow: 5px 5px #a8835d; */
    background-color: rgba(51, 51, 51, 0.35);
    font-family: 'Stardos Stencil', cursive;
}

.hero-caption {
    font-size: 7.2rem;
    color: #fff;
    text-shadow: 5px 5px #a8835d;
}

.hero-num {
    color:#333;
    text-shadow: 1px 1px #fff;
    
}



/* //////////MISSION-STRIP//////////// */

.mission-strip {
    margin: 9.6rem 0 0 0;
    padding: 0 1.2rem;
    background-color: #8b9571;
    height: 25rem;
}

.mission-strip-box {
    margin: 0 auto;
    height: 100%;
    max-width: 120rem;
}

.mission-strip-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    height: 100%;
}

.mission-strip-header {
    font-size: 4.8rem;
    color: #fff;
    text-align: center;
}


/* //////////MISSION//////////// */

.mission {
    padding: 1.2rem 2.4rem;

}

.mission-box {
    margin: 0 auto;
    max-width: 120rem;
}

.mission-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    grid-gap: 4.8rem;
}

.mission-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.mission-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

.mission-link {
    font-size: 2.4rem;
    color: #fff;
    background-color: #614923;
    border-radius: 13px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    justify-self: center;
    align-self: center;
    width: 14rem;
    text-align: center;
}

.mission-img {
    margin-top: -30rem;
    border-radius: 23px;
    width: 90%;
}


/* //////////GROOMING//////////// */

.grooming {
    padding: 9.6rem 2.4rem 0;

}

.grooming-box {
    margin: 0 auto;
    max-width: 120rem;
}

.grooming-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
}

.grooming-header {
    color: #333;
    font-size: 4.8rem;
}

.grooming-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

/* //////////BEFORE AND AFTER//////////// */

.ba {
    padding: 9.6rem 2.4rem;

}

.ba-box {
    margin: 0 auto;
}

.ba-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
}

.ba-img {
    width: 100%;
}

/* //////////PAWS//////////// */

.paws {
    background-image: url("imgs/paws.png");
    height: 10rem;
    background-size: cover;
}


/* //////////WELFARE-NEEDS//////////// */

.welfare-needs {
    padding: 9.6rem 2.4rem 4.8rem;

}

.welfare-needs-box {
    margin: 0 auto;
    max-width: 120rem;
}

.welfare-needs-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
}

.welfare-needs-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.welfare-needs-img {
    width: 10rem;
}

.welfare-needs-header {
    font-size: 2.4rem;
    color: #444;
    text-align: center;

}

.welfare-needs-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

/* //////////SEE-PRICING//////////// */

.see-pricing {
    padding: 4.8rem 2.4rem;

}

.see-pricing-box {
    margin: 0 auto;
    max-width: 120rem;
}

.see-pricing-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    grid-gap: 4.8rem;
}

.see-pricing-img {
    border-radius: 23px;
}

.see-pricing-header {
    padding: 1.2rem 2.4rem;
    font-size: 4.8rem;
    color: #fff;
    border-radius: 13px;
    background-color: #614923;
    text-align: center;
    text-decoration: none;
}

.see-pricing-link {
    text-decoration: none;
}

/* //////////GREEN-BANNER//////////// */

.green-banner {
    
    height: 25rem;
    background-color: #8b9571;
    margin-top: -25rem;
    margin-bottom: 9.6rem;
}

/* //////////SHOP//////////// */

.shop {
    padding: 4.8rem 0rem;
    background-image: url("imgs/store.jpeg");
    background-size: cover;
    background-position: center;
    height: 70rem;
}

.shop-box {
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.shop-container {
    display: grid;
    align-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr;
}

.shop-strip {
    background-color: rgba(255, 255, 255, 0.741);
    align-self: center;
    justify-self: center;
    width: 100%;
    text-align: center;
    padding: 2.4rem 0;
}

.shop-header {
    font-size: 7.2rem;
    color: #333;
    text-decoration: none;
}

/* //////////SHOP-EX//////////// */

.shop-ex {
    padding: 9.6rem 1.2rem;
}

.shop-ex-box {
    margin: 0 auto;
    max-width: 120rem;
}

.shop-ex-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}

.shop-ex-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
}

.shop-ex-img {
    width: 35rem;
}

.shop-ex-header {
    font-size: 3.6rem;
    color: #444;
    text-align: center;
}

.shop-ex-link {
    text-decoration: none;
    color: #fff;
    background-color: #614923;
    padding: 1.2rem 2.4rem;
    border-radius: 13px;
    font-size: 3.6rem;

}


/* //////////ABOUT//////////// */

.about {
    padding: 4.8rem 0.6rem;
    background-image: linear-gradient(90deg, #fff 50%, #8b9571 50%);
}

.about-box {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 140rem;
}

.about-container {
    display: grid;
    align-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}

.about-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: 60%;
}

.about-img-box {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.about-header {
    font-size: 4.8rem;
    color: #333;
}

.about-text {
    font-size: 2.4rem;
    color: #777;
}

.about-email-info-box {
    display: flex;
    font-size: 2.4rem;
    color:#555;
    flex-direction: column;
}

.about-img {
    margin-left: -8rem;
    border-radius: 23px;
    width: 100%;
}

/* ------SLIDESHOW SECTION--------- */

.testimonial-heading {
    text-align: center;
    font-size: 4.8rem;
    color: #70C8C5;
}

.slides-box {
    margin: 0 auto;
    max-width: 120rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4.8rem;
}

.slideshow-container {
    /* display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center; */
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;

  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 10rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    /* transform: rotate(270deg);
    margin-right: 2rem; */
  }

  /* .prev {
      transform: rotate(270deg);
      margin-left: 2rem;
  } */
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #dfd3b9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #614923;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

.slide-box {
    position: relative;
}

.slide-box::before {
    content: "";
    position: absolute;
    height: 40rem;
    width: 40rem;
    border-radius: 50%;
    top:-25%;
    left: -15%;
    border: 2px solid #7d906d;
    z-index: -1;
}

.slide-img {
    width: 70rem;
    height:70rem;
    border-radius: 10px;
}

.slide-link {
    border-radius: 10px;
}

.arrow {
    width: 12rem;
    justify-self: center;
}

.arrow-right {
    transform: scale(-1, 1);
}

.slide-title {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #fff;
    font-size: 4.8rem;
}

.corner-box {
    position: absolute;
    bottom: -17%;
    right: -18%;
}

.slide-pagination {
    list-style: none;
    display: flex;
    gap: 2.4rem;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
}

.slide-pag-box {
    padding-top: 3rem;
    display: flex;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    
}

.slide-pag-dot {
    width: 3rem;
    height: 3rem;
    background-color: #e4dbd0;
    border-radius: 50%;
    border: 2px solid #7d906d
}

.active-slide-pag {
    background-color: #7d906d;
}

.testimonials {
    padding: 9.6rem 2.4rem 9.6rem;
}

.testimonials-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4.4rem;
    justify-self: center;
    align-self: center;
    background-color: #dfd3b9;
    padding: 1.2rem;
    border-radius: 23px;
}

.testimonial-text-box {
    grid-column: 1/3;
    justify-self: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.testimonial-text {
    font-size: 2.4rem;
    text-align: center;
    color:#777;
}

.testimonial-arrow-box {
    align-self: center;
}

.testimonial-arrow {
    width: 12rem;
}

.testimonial-quote {
    width: 10rem;
}

.testimonial-lower {
    display: flex;
    font-size: 2.4rem;
    gap: 4.4rem;
    color:#444;
}

.testimonial-treatment {
    color: #3c5026;
}


/* //////////GALLERY//////////// */

.ga {
    padding: 9.6rem 2.4rem;

}

.ga-box {
    margin: 0 auto;
}

.ga-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
}

.ga-img {
    width: 100%;

}

/* -----------CONTACT----------- */

.contact {
    padding: 9.6rem 0.6rem;
}

.contact-box {
    margin: 0 auto;
    max-width: 120rem;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    height: 50rem;
    border-radius: 26px;
    overflow: hidden;
    background-color: #dfd3b9;
}

.contact-img-box {
    background-image: url("imgs/cta.jpg");
    background-size: cover;
}


.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2.4rem;
    justify-content: center;
}

.contact-header {
    padding: 2.4rem;
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.input-box {
    border: none;
    border-bottom: 3px solid #333;
    resize: none;
    padding: 1.2rem;
    background-color: #dfd3b9;
    /* background-color: #e9ecf4; */
}



.mobile-input::-webkit-inner-spin-button, .mobile-input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* .mobile-input {
    -moz-appearance:textfield !important;
} */

.message-input {
    height: 12rem;
    /* background-color: #e9ecf4; */
}

.submit-btn {
    width: 25%;
    align-self: flex-end;
    padding: 0.8rem;
    border-radius: 3px;
    border: none;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    font-family: 'Josefin Slab', serif;
}


/* -------Z SECTION------ */

.opening {
    padding-bottom: 4.8rem;
    background-color: #614923;
}

.opening-text-white {
    color: #fff;
}

.z {
    padding: 9.6rem 0.6rem;
}

.z-box {
    margin: 0 auto;
    max-width: 120rem;
}

.z-container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4.8rem;
}

.z-item {
    display: flex;
    gap: 2.4rem;
}

.z-duo-img-box {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    align-items: center;
}

.z-img-small {
    width: 25rem;
    min-width: 25rem;
}

.z-img-duo {
    width: 55rem;
}

.z-item .z-img {
    width: 55rem ;
    min-width: 55rem;
}

.z-item-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
}

.z-header {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.z-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

/* -------FOOTER SECTION------ */

.footer {
    padding: 9.6rem 4.8rem;
    background-image: url("imgs/footer.jpg");
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;

}

.footer-img {
    position: absolute;
    right:5%;
    bottom: 0;
}

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
}

.footer-logo {
    width: 30rem;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-social {
    width: 4.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

.footer-social:hover {
    transform: scale(1.05);
}

.footer-header {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    color: #333;
}

.footer-details {
    font-size: 1.8rem;
    text-align: center;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#333;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #fff;
}

.footer-placeholder {
    font-size: 4.8rem;
}
