@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@1,700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'popping';
}

header {
    background-color: rgb(245, 208, 0);
    padding: 5px;
    display: flex;
    align-items: center;
    position: static;
  }
  
  .logo img {
    height: 60px;
    margin-right: 10px;
  }
  
  nav ul {
    list-style-type: none;
    margin: 0;
    padding-left:600px;
    font-size: 20px;
    font-weight: bold;
  }
  
  nav ul li {
    display: inline-block;
    margin-right: 10px;
  }
  
  nav ul li a {
    text-decoration: none;
    color: #0c0c0c;
  }
  
  nav ul li a:hover {
    color: #ffffff;
    font-size: 30px;
    transition: 5sec;
  }

  .container{
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 800px;
  }

  .content{
    text-align: center;
  }

  .content h1{
    font-size: 70px;
    color:rgb(245, 208, 0);
    padding-top:380px;
    padding-bottom: 35px;
    justify-content: center;
    align-items: center;
  }

  .content a{
    font-size: 30px;
    color: antiquewhite;
    border: 2px solid rgb(255, 255, 255);
    text-decoration: none;
    padding: 15px 25px;
    border-top-right-radius: 40px;
    transition: 2sec;
  }

  .content a:hover{
    background-color:rgb(245, 208, 0);
    color: rgb(6, 6, 6);
  }

  .background-clip{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .section{
    padding: 60px;
    margin: 5px 5px;
  }

  .section h1{
    font-size: 35px;
    font-family: 'PT Serif', serif;
  }

  .section p{
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 39px;
    border: 4px solid white;
    padding: 20px 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius:50px ;
    font-family: 'PT Serif', serif;
  }

  .section1{
    padding: 50px;
    margin: 5px 5px;
  }

  .section1 h1{
    font-size: 35px;
    font-family: 'PT Serif', serif;
  }

  body{
    background-color: rgb(248, 211, 2);
  }

  
.pet-items{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pet-item{
  width: 440px;
  margin: 20px;
  padding: 10px;
  background-color: rgb(249, 249, 249);
  box-shadow: 0 5px 12px rgb(0, 0, 0);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 7px solid rgb(255, 162, 0);
}
.pet-item img{
  width: 400px;
  height: 400px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 100px;
}
.pet-item h3{
  font-size: 35px;
  font-family: 'PT Serif', serif;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(126, 59, 18);
}
.pet-item p{
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
  font-family: 'PT Serif', serif;
  font-weight: bold;
  font-size: 20px;
}

.shop{
  display: block;
  padding: 15px 20px;
  border-bottom-left-radius: 50px;
  background-color:rgb(126, 59, 18);
  color: rgb(255, 254, 254);
  font-size: 25px;
  text-align: center;
  align-items: center;
}

.shop a{
  text-decoration: none;
  color: white;
}

.shop a:hover{
  color: #0c0c0c;
  font-size: 30px;
}

.shop:hover{
  background-color:rgb(245, 208, 0);
    color: rgb(0, 0, 0);
    font-size: 30px;
    transition: 5sec;
}


.image-gallery{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.image-gallery img{
  border: 10px solid rgb(255, 255, 255);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 550px;
  height: auto;
  margin: 10px;
  padding:5px;
}

.section1 h2{
  font-size: 35px;
  font-family: 'PT Serif', serif;
}

.section1 p{
  font-size: 25px;
  font-family: 'PT Serif', serif;
  font-weight: bold;
}


  
.feature {
  padding: 80px;
  margin: 5px 5px;
}

.feature h2 {
  font-size: 35px;
  font-family: 'PT Serif', serif;
  text-align: center;
}

.feature .feature-item {
  text-align: center;
  margin-bottom: 40px;
}

.feature img {
  width: 60px;
  height: 60px;
  padding-top: 10px;
}

.feature h3 {
  font-size: 24px;
  font-family: 'PT Serif', serif;
  margin-bottom: 20px;
  color: #040404;
}

.feature p {
  font-size: 25px;
  font-family: 'PT Serif', serif;
  color: #060606;
  border: 7px solid white;
  padding: 15px 25px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


.row{
  display: flex;
  flex-wrap: wrap;
}
ul{
  list-style: none;
}
.footer{
  background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover{
  color: #e91e63;
  padding-left: 8px;
}
.footer-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.2);
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
  color: #24262b;
  background-color: #e91e63;
}

