body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

nav {
  background-color: #ff862f;
  display: flex;
  justify-content: space-around;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
}

.logo {
  width: 165px;
  position: relative;
  left: 60px;
  border-radius: 10px;
}

nav ul {
  display: flex;
  list-style-type: none;
  position: relative;
  left: 5%;
  padding: 0;
}

nav ul li a {
  align-items: center;
  text-decoration: none;
  position: relative;
  top: 5px;
  height: 40px;
  margin: 3px;
  padding: 0 20px;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
  color: #ffffff;
}

nav ul li a:hover {
  background-color: #fbbe28;
  color: #ff1e00;
  box-shadow: 5px 10px 30px rgba(252, 59, 0, 0.397);
  border: 1px solid #ffffff;
}

.active {
  background-color: #fbbe28;
  color: #ff1e00;
  box-shadow: 5px 10px 30px rgba(252, 59, 0, 0.397);
  border: 1px solid #ffffff;
}

.search-bar {
  background: #ffffff;
  border-radius: 50px;
  outline: none;
  position: relative;
  right: 3em;
}

nav form button {
  background: transparent;
  border: none;
}

.search-area {
  width: 100px;
  padding: 3px 10px;
  border-radius: 50px;
  outline: none;
  background: transparent;
  border: none;
  font-weight: 600;
  color: gray;
}

nav form button:hover {
  color: #fbbe28;
}

.loginbtn {
  width: 100px;
  padding: 2px 15px;
  border-radius: 70px;
  outline: none;
  background: #fbbe28;
  border: 1px solid #ffffff;
  font-size: 1rem;
  font-weight: 600;
  color: #e8f9fd;
  position: relative;
  right: 100px;
  z-index: 2;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.3s ease-in-out;
}

.loginbtn:hover {
  color: #fbbe28;
  background: #ff1e00;
  scale: 1.1;
  font-weight: 800;
}

.main {
  width: 100%;
  height: 75vh;
  position: relative;
  background: linear-gradient(360deg, #ff862f 30%, #fbbe28 70%);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main > * {
  flex-basis: 100%;
}

.main > .maintext {
  color: #ffffff;
  position: relative;
  left: 150px;
  letter-spacing: 3px;
}

.main > .maintext h1 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 3px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.main a button {
  width: 160px;
  padding: 10px 15px;
  border-radius: 70px;
  outline: none;
  background: #fbbe28;
  border: 1px solid #e8f9fd;
  font-size: larger;
  font-weight: 600;
  color: #e8f9fd;
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.3s ease-in-out;
  z-index: 2;
}

.main a button:hover {
  color: #fbbe28;
  background: #ff1e00;
  scale: 1.1;
  font-weight: 800;
}

.main div img {
  width: 800px;
  height: auto;
  position: relative;
  top: 85px;
  right: 115px;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.separator {
  width: 100%;
  position: absolute;
  top: 490px;
  left: 0;
  z-index: 0;
}

.separator img {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .main > .maintext h1 {
    font-size: 4rem;
    font-weight: 600;
    color: white;
    letter-spacing: 3px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: relative;
  }
  .main div img {
    width: 900px;
    height: auto;
    position: relative;
    top: 75px;
    right: 115px;
    z-index: 2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .separator {
    width: 100%;
    position: absolute;
    top: 550px;
    left: 0;
    z-index: 0;
  }
}
#services {
  padding: 250px 0 50px 0;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.bold {
  font-weight: 700;
  z-index: 1;
}

.offer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.services-img {
  width: 150px;
  margin-top: 10px;
  transition: 0.2s ease-in-out;
}

.services {
  border: 2px solid #fbbe28;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.services:hover {
  filter: drop-shadow(0px 4px 4px rgb(0, 0, 0));
  transform: translateY(-8px);
}

#we-care {
  margin: 150px 0;
}

.cat-img {
  width: 100%;
}

.title {
  font-weight: 600;
  font-size: 3rem;
}

.par {
  padding-right: 80px;
}

.par2 {
  font-weight: 400;
}

.big-btn {
  width: 160px;
  padding: 10px 15px;
  border-radius: 70px;
  outline: none;
  background: linear-gradient(90deg, #ff862f 28.84%, #fbbe28 65.18%);
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: larger;
  font-weight: 600;
  color: #e8f9fd;
  position: relative;
  border: 1px solid black;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.3s ease-in-out;
}

.big-btn:hover {
  background: linear-gradient(90deg, #fbbe28 28.84%, #ff862f 65.18%);
  font-size: larger;
  scale: 1.1;
  color: #ff1e00;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-weight: 800;
}

#we-need {
  margin-top: 150px;
}

.card-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 70px;
}

.card-holder div {
  width: 220px;
  background-color: #F2F2F2;
  justify-content: center;
  align-items: center;
  margin: 15px;
  padding: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.3s ease-in-out;
}

.card-holder div:hover {
  background-color: #ff862f;
  filter: drop-shadow(0px 4px 4px rgb(0, 0, 0));
  transform: translateY(-8px);
  color: white;
}

.card-icon h1 {
  font-weight: 800;
}

.dogicon {
  position: absolute;
  top: -50%;
  right: 57%;
}

#testimonials {
  margin: -50px 0 100px 0;
}

.testitext {
  margin-bottom: 40px;
}

.para {
  margin-top: -10px;
}

.testi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 90%;
  height: 300px;
  margin: auto;
  background: #f2f2f2;
  border-radius: 15px;
  box-shadow: 0px 4px 4px #fbbe28, inset 0px 4px 4px rgba(242, 213, 65, 0.25);
}

#our-team {
  margin-top: 220px;
}

.team img {
  width: 21rem;
  margin: 0 5px;
  transition: 0.3s ease-in-out;
}

.team img:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transform: scale(1.1);
}

.nametags {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.nametags div {
  width: 200px;
  position: relative;
  bottom: 30px;
  border-radius: 10px;
  background: #f2f2f2;
  box-shadow: 0px 4px 4px #fbbe28;
  border-radius: 20px;
  z-index: 1;
}

#whypets {
  margin: 100px 0;
  width: 100%;
  height: 80vh;
  position: relative;
  background: linear-gradient(360deg, #ff862f 10.84%, #fbbe28 65.18%);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider {
  position: absolute;
  bottom: 450px;
  z-index: 1;
  width: 100%;
}

.why {
  color: #ffffff;
}

.whybtn {
  width: 160px;
  padding: 10px 15px;
  border-radius: 70px;
  outline: none;
  background: #fbbe28;
  border: 1px solid #e8f9fd;
  font-size: larger;
  font-weight: 600;
  color: #e8f9fd;
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.3s ease-in-out;
}

.whybtn:hover {
  color: #fbbe28;
  background: #ff1e00;
  scale: 1.1;
  font-weight: 800;
}

.why h1 {
  font-size: 3.2rem;
  font-weight: 750;
  color: #ffffff;
  letter-spacing: 3px;
}

.dpets {
  width: 90vw;
  height: auto;
  position: absolute;
  top: 70%;
  z-index: 1;
}

.register {
  width: 100px;
  padding: 2px 15px;
  border-radius: 70px;
  outline: none;
  background: #fbbe28;
  border: 1px solid black;
  font-size: 1rem;
  font-weight: 600;
  color: #e8f9fd;
  position: relative;
  right: 100px;
  z-index: 2;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.3s ease-in-out;
}

.register:hover {
  color: #ff1e00;
  background: #ff862f;
  scale: 1.1;
  font-weight: 800;
}

.loginbtn2 {
  width: 100px;
  padding: 2px 15px;
  border-radius: 70px;
  outline: none;
  background: #ff862f;
  border: 1px solid black;
  font-size: 1rem;
  font-weight: 600;
  color: #e8f9fd;
  position: relative;
  right: 100px;
  z-index: 2;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.3s ease-in-out;
}

.loginbtn2:hover {
  color: #ff1e00;
  background: #fbbe28;
  scale: 1.1;
  font-weight: 800;
}

.footer-upper {
  margin: 200px 0 30px 0;
}

.footerrow {
  display: flex;
  justify-content: space-between;
}

.footerimg {
  width: 75%;
  position: relative;
  border-radius: 20px;
  right: 0px;
}

.footer-content div {
  margin: 0 10px 0 10px;
  position: relative;
  left: 60px;
}

.footer-content div h6 {
  font-weight: 700;
}

.footer-content div a {
  text-decoration: none;
  color: gray;
  transition: 0.2s ease-in-out;
}

.footer-content div a:hover {
  font-weight: 700;
}

.footerbutton {
  position: relative;
  left: 70px;
}

.footerbutton div {
  margin: 10px 0;
}

.breakline {
  position: relative;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 50%;
  border: 1px solid gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.socialm {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.socialm div {
  margin-top: 20px;
  align-items: center;
}

.socialm div a img {
  transition: transform 1s ease-in-out;
}

.socialm div a img:hover {
  transform: rotate(360deg) translateZ(0);
}

.breakline div img {
  width: 40px;
  border-radius: 5px;
  margin: 5px;
}

.copyright {
  position: relative;
  right: 60px;
}

.follow {
  position: relative;
  left: 250px;
}

.sicon {
  position: relative;
  bottom: 10px;
  left: 50px;
}

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s ease;
}

.reveal.current {
  transform: translateY(0px);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */