/*I chose warm/dark colors for this page & subtelty*/
/**==========
variables
============*/
/*fonts*/
/*colors*/
/*images*/
/*card images*/
/*================
    main scss
=================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #DAA520;
  color: rgb(13, 14, 16);
  text-shadow: none;
}

::selection {
  background-color: #DAA520;
  color: rgb(13, 14, 16);
  text-shadow: none;
}

body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
  background-color: rgb(13, 14, 16);
  overflow-x: hidden;
  max-width: 100vw;
}

/*======================
    shadowbox overlay 
=======================*/
.shadowbox {
  position: absolute;
  pointer-events: none; /*Had to use AI to figure this one out*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(75, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.9));
}

/*=================
    Header
=================*/
header {
  background-color: #4b0000;
  background-image: url(../../Images/dragonscale.jpg);
  background-size: cover;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 10px #4b0000;
  /*==================
      logo
  ==================*/
}
header .logo {
  display: flex;
  z-index: 2;
  background-image: url(../../Images/redleather.jpg);
  background-size: cover;
  border: 6px groove #DAA520;
  padding: 12px;
  margin: 20px 40px;
}
header h2 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  -webkit-text-stroke: 1px #4b0000;
  color: #FA0000;
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
  z-index: 5;
  text-decoration: none;
}
header h3 {
  padding-left: 0 0 10px 6px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  -webkit-text-stroke: 1px #DAA520;
  color: #ffd700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
  font-size: 2vh;
  padding-bottom: 10px;
  z-index: 5;
}
header img {
  width: 60px;
}
header nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-decoration: none;
  gap: 20px;
  padding: 15px;
  list-style: none;
}
header nav li {
  display: flex;
  margin-right: 60px;
}

/*===============
    Navigation
===============*/
a {
  text-decoration: none;
  -webkit-text-stroke: 1px #DAA520;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1em;
  color: #ffd700;
  font-weight: bold;
  background-image: radial-gradient(rgb(225, 0, 0), rgb(175, 0, 0));
  padding: 4px 25px 6px;
  border: 4px outset #DAA520;
  border-radius: 50px;
  transition: all 0.5s ease;
  z-index: 3;
}
a:hover {
  text-shadow: 0px 0px 6px #ffff00;
  box-shadow: 0px 0px 12px #ffd700;
}
a:active {
  background-image: radial-gradient(rgb(225, 0, 0), rgb(175, 0, 0), black);
}
a:focus {
  outline: 3px solid #ffd700;
  outline-offset: 4px;
  box-shadow: 0px 0px 16px #ffd700;
}

/*============
    MAIN
=============*/
.container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: rgb(13, 14, 16);
  margin: 0 auto;
  padding: 0 60px;
  max-width: 100%;
  min-height: 60vh;
  gap: 40px;
}
.container:hover .about, .container:hover .products {
  color: #ffd700;
  transition: all 1s ease;
}
.container:hover:focus {
  outline: 3px solid #ffd700;
  outline-offset: 2px;
}

.hero h1 {
  font-size: 3rem;
  color: #ffd700;
  text-align: center;
  padding: 10px 10px;
  margin-top: 10px;
}
.hero h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.hero .about, .hero .products {
  flex: 1;
  color: rgb(13, 14, 16);
  text-align: center;
  min-width: 300px;
  max-width: 300px;
  transition: color 1s ease;
}
.hero p {
  text-align: left;
  padding-top: 20px;
}
.hero .hero_center {
  flex: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.hero .hero_img {
  max-width: 100%;
  width: 70%;
  min-width: 300px;
  background-image: url(../../Images/door.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vh;
}

.cta_txt {
  background-color: rgb(13, 14, 16);
  display: flex;
  justify-content: center;
  color: #ffd700;
  font-weight: bold;
  text-decoration: underline;
}

.cta_button {
  display: flex;
  justify-content: center;
  padding: 15px 0 6px;
}

/*===============
 Card section
 ==============*/
.pets {
  padding: 30px 20px;
  background-color: rgb(13, 14, 16);
  color: #ffd700;
  text-align: center;
}
.pets h2 {
  background-color: #4b0000;
  background-image: url(../../Images/dragonscale2.jpg);
  font-size: 2.5em;
  margin: auto;
  max-width: 900px;
  margin-bottom: 3rem;
  padding: 20px 40px;
  border-radius: 15px;
  color: #ffd700;
  border: 2px solid #DAA520;
  box-shadow: 0px 0px 12px #4b0000;
  -webkit-text-stroke: 1px #4b0000;
  -webkit-text-decoration: underline #DAA520;
          text-decoration: underline #DAA520;
}

.card-container {
  position: relative;
  border: 4px solid #DAA520;
  border-radius: 25px;
  display: grid;
  padding: 40px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.card-container .sale {
  position: absolute;
  font-size: clamp(1.5rem, 2vw, 3em);
  top: 15%;
  left: 2%;
  transform: rotate(-25deg);
  z-index: 100;
  transition: opacity 0.4s ease;
  -webkit-text-stroke: 1px #DAA520;
}

/*==========

Cards section (former)

Includes fallback styling in case it doesnt work on older browsers
the fallbacks will be marked
============*/
.card {
  background-image: url(../../Images/dragonscale3.jpg);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 2px solid #DAA520;
  max-height: 300px;
  padding: 0;
  aspect-ratio: 1;
}
.card h3 {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: clamp(0.75rem, 2.5vw, 1rem);
  text-decoration: underline;
  text-align: center;
  width: 85%;
}
.card:hover, .card:focus-within {
  outline: 8px solid #DAA520;
  outline-offset: -8px;
  box-shadow: inset 0 0 40px #DAA520;
  z-index: 10;
}
.card:hover .cardimg, .card:focus-within .cardimg {
  width: 70%;
  height: auto;
  aspect-ratio: 1;
  max-height: 125px;
  margin: 0;
  transition: all 0.4s ease;
  border-radius: 10px;
  flex-shrink: 0;
  z-index: 1;
}
.card:hover h3, .card:focus-within h3 {
  position: static;
  width: 100%;
  padding-top: 5%;
  flex-shrink: 0;
  font-size: clamp(1.5rem, 2vw, 3rem);
  margin: 0;
  color: #ffd700;
  -webkit-text-stroke: 1px #4b0000;
  -webkit-text-decoration: underline #DAA520;
          text-decoration: underline #DAA520;
}

.cardimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: all 0.4s ease;
  z-index: 1;
}

/*===========================

    Octagon Implimentation
(redone after adding fallbacks)

============================*/
@supports (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) {
  .card {
    border-radius: 0;
    --o: calc(50% * tan(22.5deg));
    clip-path: polygon(var(--o) 0%, calc(100% - var(--o)) 0%, 100% var(--o), 100% calc(100% - var(--o)), calc(100% - var(--o)) 100%, var(--o) 100%, 0% calc(100% - var(--o)), 0% var(--o));
    border: none;
  }
  .card:hover .cardimg, .card:focus-within .cardimg {
    border-radius: 10px;
  }
  .cardimg {
    border-radius: 0;
    --o: calc(50% * tan(22.5deg));
    clip-path: polygon(var(--o) 0%, calc(100% - var(--o)) 0%, 100% var(--o), 100% calc(100% - var(--o)), calc(100% - var(--o)) 100%, var(--o) 100%, 0% calc(100% - var(--o)), 0% var(--o));
  }
}
.cardimg1 {
  background-image: url(../../Images/phoenix.png);
}

.cardimg2 {
  background-image: url(../../Images/portalcat.jpg);
}

.cardimg3 {
  background-image: url(../../Images/rattlebns.jpg);
  background-position: center 10%;
}

.cardimg4 {
  background-image: url(../../Images/snake.jpg);
}

.cardimg5 {
  background-image: url(../../Images/wolf.jpg);
}

.cardimg6 {
  background-image: url(../../Images/skull.jpg);
}

.card1 {
  background-image: url(../../Images/dragonscale3.jpg);
  grid-column: 1/3;
  grid-row: 1/3;
  max-height: 500px;
}
.card1:hover .cardimg, .card1:focus-within .cardimg {
  width: 50%;
}

.card2 {
  grid-column: 3/4;
  grid-row: 1/2;
}

.card3 {
  grid-column: 3/4;
  grid-row: 2/3;
}

.card4 {
  grid-column: 1/2;
  grid-row: 3/4;
}

.card5 {
  grid-column: 2/3;
  grid-row: 3/4;
}

.card6 {
  grid-column: 3/4;
  grid-row: 3/4;
}

/*=================
    POPUPS
==================*/
.info {
  inset: 0;
  margin: auto;
  position: fixed;
  background-color: #4b0000;
  border: 4px solid #DAA520;
  border-radius: 15px;
  padding: 40px;
  max-width: 800px;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 30px #ffff00;
  z-index: 1000;
}
.info::backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}
.info .po-img {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #DAA520;
  box-shadow: inset 0 0px 8px #ffff00;
  border-radius: 10px;
}
@supports (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) {
  .info .po-img {
    border-radius: 0;
    --o: calc(50% * tan(22.5deg));
    clip-path: polygon(var(--o) 0%, calc(100% - var(--o)) 0%, 100% var(--o), 100% calc(100% - var(--o)), calc(100% - var(--o)) 100%, var(--o) 100%, 0% calc(100% - var(--o)), 0% var(--o));
  }
}
.info .cardimg3 {
  background-position: center 10%;
}
.info h3 {
  color: #ffd700;
  -webkit-text-stroke: 1px #4b0000;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  font-size: 2rem;
  margin-bottom: 20px;
  -webkit-text-decoration: underline #DAA520;
          text-decoration: underline #DAA520;
  text-align: center;
}
.info p {
  color: #ffd700;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.1rem;
}
.info a {
  display: inline-block;
  text-decoration: none;
  -webkit-text-stroke: 1px #DAA520;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1em;
  color: #ffd700;
  font-weight: bold;
  background-image: radial-gradient(rgb(225, 0, 0), rgb(175, 0, 0));
  padding: 4px 25px 6px;
  border: 4px outset #DAA520;
  border-radius: 50px;
  transition: all 0.5s ease;
  z-index: 3;
}
.info .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: radial-gradient(rgb(225, 0, 0), rgb(175, 0, 0));
  border: 3px solid #DAA520;
  color: #ffd700;
  font-weight: bold;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-text-stroke: 1px #4b0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info .close-btn:hover {
  box-shadow: 0 0 12px #ffd700;
  text-shadow: 0 0 6px #ffff00;
}
.info .close-btn:active {
  background-image: radial-gradient(rgb(225, 0, 0), rgb(175, 0, 0), black);
}

/*=================
    FOOTER
==================*/
footer {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 6px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 12px;
  padding: 10px;
  background-color: rgba(75, 0, 0, 0.5019607843);
  color: #ffd700;
  bottom: 0px;
  left: 0px;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.1ex;
  position: fixed;
  min-height: 80px;
  z-index: 100;
}

/*==========
media query
============*/
@media (max-width: 768px) {
  body {
    margin-bottom: 2%;
  }
  header {
    flex-flow: column nowrap;
    padding-left: 0;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
  }
  header .logo {
    margin: 20px auto;
  }
  header nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    justify-content: center;
    justify-items: center;
    padding: 15px 0;
    margin: 15px auto 0;
    width: 100%;
  }
  header nav ul li {
    width: 100%;
    margin-right: 0;
  }
  header nav ul li a {
    display: block;
    width: 100%;
    padding: 6px 20px;
    text-align: center;
    font-size: 1.1em;
    border-radius: 30px;
    margin: 0 auto;
    background-image: radial-gradient(rgb(225, 0, 0), rgb(175, 0, 0));
    border: 4px outset #DAA520;
    color: #ffd700;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  header nav ul li a:hover {
    text-shadow: 0px 0px 6px #ffff00;
    box-shadow: 0px 0px 12px #ffd700;
  }
  header nav ul li a:active {
    background-image: radial-gradient(rgb(225, 0, 0), rgb(175, 0, 0), black);
  }
  .container {
    flex-flow: column nowrap;
    padding: 20px;
    margin: 0;
  }
  .hero .about, .hero .products {
    padding: 40px 20px;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    min-width: 100%;
    color: #ffd700;
  }
  .hero p {
    text-align: center;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero_img {
    min-width: 100%;
    width: 100%;
    min-height: 40vh;
  }
  .pets {
    border: 4px solid #DAA520;
    border-radius: 15px;
    margin: 20px;
    margin-bottom: 80px;
    padding: 20px 10px;
    max-width: 100%;
  }
  .card-container {
    border: 0px solid #DAA520;
    border-radius: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin: 0 auto;
    padding: 20px;
    max-width: 100%;
    justify-items: center;
  }
  .card-container .sale {
    top: 3%;
    left: auto;
  }
  .card {
    grid-column: 1;
    grid-row: auto;
    max-width: 300px;
    width: 100%;
  }
  .info {
    width: 98%;
    padding: 30px 20px;
    max-height: 100vh;
  }
  .info h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .info p {
    font-size: 1rem;
  }
  .info a {
    font-size: 1rem;
  }
  .info .close-btn {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
    top: 10px;
    right: 10px;
  }
}/*# sourceMappingURL=ps_style.css.map */