* {
  margin: 0;
  padding: 0;
  border: 0;
}

@font-face {
  font-family: "Inter";
  src: url(???);
}

a {
  text-decoration: none;
  color: #000;
}

ul,
ol {
  list-style: none;
}

body {
  font-family: "Inter";
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
}

header section.wrapper {
  width: 95%;
  padding: 0px 10px;
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
}

header section.wrapper div.menu img {
  width: 120px;
  display: block;
}

header section.wrapper ul {
  display: flex;
  align-items: center;
}

header section.wrapper ul li a {
  color: #242524ff;
  font-weight: 600;
  font-size: 14px;
}

header section.wrapper div.left ul li a:hover {
  color: #ff5724ff;
}

header section.wrapper div.left li {
  margin-right: 20px;
}

header section.wrapper ul.right li {
  margin-right: 20px;
}

header section.wrapper ul.right img {
  margin-right: 20px;
  max-width: 2.3vw;
  border-radius: 50%;
}

header section.wrapper li form input {
  padding-left: 34px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  border-width: 1px;
  border-color: #ebebeaff;
  border-style: solid;
  background: url(../media/search.png) no-repeat 10px center;
}

header section.wrapper div.middle {
  display: none;
}

header section.wrapper div.middle {
  display: contents;
}

#spotlight {
  max-width: 100vw;
  max-height: 600px;
  background: url(../media/cropped-bg-1.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

#spotlight div.overlay {
  height: 100%;
  background-size: cover;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 80px;
}

#spotlight h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
  line-height: 100px;
}

#spotlight h2 {
  text-align: center;
  font-size: 45px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(109, 0, 0);
  margin-bottom: 30px;
}
#spotlight button {
  padding: 10px 30px;
  font-family: Inter;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  border-radius: 6px;
}
#spotlight div.buttons {
  margin-bottom: 200px;
}
#spotlight button.shop {
  background: #ff5724ff;
  color: #fff;
  margin-right: 5px;
}

#explor {
  margin-top: 90px;
  padding: 30px;
}

.dog-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.dog-gallery img {
  width: 480px;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

#explor h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

#explor h2 {
  text-align: center;
  /* font-size: 36px; */
  font-weight: 700;
  margin-top: 10vh;
  margin-bottom: 5vh;
}

/* REALLY? YOU ASKING THIS? */
#rateing {
  margin-top: 80px;
  margin-bottom: 30px;
}
#rateing h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
#rateing ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0px 50px;
}
#rateing ul li {
  text-align: center;
  border-radius: 8px;
  border-width: 1px;
  border-color: #ebebeaff;
  border-style: solid;
  box-shadow: 0px 0px 1px;
  padding: 20px;
}
#rateing ul li img.icon {
  width: 5vw;
  margin-bottom: 20px;
}
#rateing ul li h5 {
  font-size: 18px;
  font-weight: 600;
  color: #242524ff;
  margin-bottom: 10px;
}
#rateing ul li p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8c8d8bff;
}

#form {
  margin-top: 150px;
}
#form h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #242524ff;
}
#form div.main {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 40px 300px;
  border-radius: 8px;
  border-width: 1px;
  border-color: #ebebeaff;
  border-style: solid;
  padding: 50px;
}
#form div.main h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #242524ff;
}
#form div.main p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #8c8d8bff;
  margin-bottom: 30px;
}
#form div.main form label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #242524ff;
}
#form div.main form input {
  margin: 5px 0px;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: 6px;
  border-width: 1px;
  border-color: #ebebeaff;
  border-style: solid;
  width: 90%;
}
#form div.main form textarea {
  margin: 5px 0px;
  padding: 8px 16px;
  border-radius: 6px;
  border-width: 1px;
  border-color: #ebebeaff;
  border-style: solid;
  width: 90%;
  margin-bottom: 40px;
}
#form div.main button {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
  background: #ff5724ff;
  border-radius: 8px;
  width: 95%;
}

#trusted {
  margin-top: 80px;
  padding: 0px 150px;
}

#trusted h1 {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #242524ff;
}

#trusted ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 0;
}

#trusted ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

#trusted ul li img {
  max-width: 300px;
  object-fit: contain;
  display: block;
}

footer {
  margin-top: 80px;
  padding: 50px;
}

footer h1 {
  text-align: center;
}

footer h3 {
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

footer form {
  text-align: center;
}

footer form input {
  padding-left: 34px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  border-width: 1px;
  border-color: #ebebeaff;
  border-style: solid;
  background: url(../media/email.png) no-repeat 8px center;
}

footer form button {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  background: #ff5724ff;
  border-radius: 6px;
}

footer div.bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

footer div.bottom label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8c8d8bff;
}

footer div.bottom ul {
  display: flex;
}

footer div.bottom ul li {
  margin-right: 10px;
}

/* MEDIA QUERY ----------------------------- */

@media all and (max-width: 576px) {
  * {
    max-width: 100vw;
  }

  header section.wrapper div.menu {
    display: contents;
    width: 10px;
    height: 10px;
  }

  header section.wrapper div.menu img {
    width: 20vw;
    display: block;
  }

  header section.wrapper div.left {
    display: none;
  }

  header section.wrapper {
    width: 100%;
    justify-content: space-between;
  }

  header section.wrapper div.middle {
    display: contents;
  }

  header section.wrapper ul.right li:first-child {
    display: none;
  }

  header section.wrapper ul.right li:nth-child(2) {
    display: none;
  }

  header section.wrapper ul.right li:nth-child(3) {
    display: none;
  }

  #spotlight {
    max-width: 100vw;
    max-height: 600px;
    background: url(../media/cropped-bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  #spotlight div.overlay {
    height: 100%;
    background-size: cover;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-top: 50px;
  }

  #spotlight h1 {
    font-size: 30px;
    line-height: 35px;
  }

  #spotlight h2 {
    padding-top: 40px;
    font-size: 25px;
    color: rgb(0, 0, 0);
  }

  #spotlight button {
    padding: 5px 15px;
    line-height: 14px;
    font-size: 9px;
  }

  #spotlight div.buttons {
    margin-bottom: 150px;
  }

  #explor {
    margin-top: 45px;
    padding: 80;
    padding-top: 0;
    padding-bottom: 0;
  }

  #explor h1 {
    font-size: 18px;
    margin-bottom: 2vh;
  }

  #explor h2 {
    font-size: 18px;
    margin-top: 3vh;
    border: solid #000 2px;
  }

  #explor ul {
    grid-template-columns: 300px;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
  }

  #explor ul li {
    border-radius: 8px;
    padding: 15px 15px;
  }

  #explor ul li img.icon {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }

  #explor ul li h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #explor ul li p {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
  }

  #popular {
    padding: 80px;
  }

  #popular h1 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  #popular ul {
    grid-template-columns: 300px;
    gap: 10px;
    text-align: center;
  }

  #popular ul li {
    margin-bottom: 10px;
    border-radius: 4px;
  }

  #popular ul li h6 {
    font-size: 13px;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  #popular ul li h5 {
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 0px;
  }

  #popular ul li a.button {
    padding: 4px 7px;
    margin: 0 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 10px;
  }

  #rateing {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 80px;
  }

  #rateing h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  #rateing ul {
    gap: 20px;
    grid-template-columns: 300px;
    padding: 0px 25px;
  }

  #rateing ul li {
    border-radius: 4px;
    padding: 10px;
  }

  #rateing ul li img.icon {
    margin-bottom: 10px;
  }

  #rateing ul li h5 {
    font-size: 9px;
    margin-bottom: 5px;
  }

  #rateing ul li p {
    font-size: 8px;
    line-height: 12px;
  }

  #form {
    margin-top: 50px;
  }

  #form h1 {
    font-size: 16px;
  }

  #form div.main {
    display: grid;
    grid-template-columns: 1fr;
    margin: 20px 50px;
    border-radius: 4px;
    padding: 25px;
  }

  #form div.main h2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  #form div.main p {
    text-align: center;
    font-size: 10px;
    margin-bottom: 15px;
  }

  #form div.main form label {
    font-size: 10px;
    line-height: 7px;
  }

  #form div.main form input {
    margin: 2.5px 0px;
    margin-bottom: 10px;
    padding: 8px 16px;
    border-radius: 3px;
    width: 90%;
  }

  #form div.main form textarea {
    margin: 2.5px 0px;
    padding: 4px 16px;
    border-radius: 3px;
    border-width: 1px;
    width: 90%;
    margin-bottom: 20px;
  }

  #form div.main button {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 4px;
    width: 98%;
  }

  #trusted {
    margin-top: 40px;
    padding: 0px 150px;
  }

  #trusted h1 {
    font-size: 16px;
    line-height: 20px;
  }

  #trusted ul {
    margin-top: 40px;
    grid-template-columns: 100px 100px 100px;
    justify-content: center;
    gap: 40px;
  }

  footer {
    margin-top: 40px;
    padding: 25px;
  }

  footer h5 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  footer form input {
    padding-left: 34px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #ebebeaff;
    background: url(../images/email.png) no-repeat 4px center;
  }

  footer form button {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 11px;
    color: #fff;
    background: #ff5724ff;
    border-radius: 6px;
  }

  footer div.bottom {
    margin-top: 40px;
  }

  footer div.bottom label {
    font-size: 10px;
    line-height: 10px;
  }

  footer div.bottom ul li {
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }

  footer div.bottom ul li img {
    display: block;
    height: 15px;
    width: 15px;
  }
}
