

:root {
    --box-shadow: 0px 15px 25px rgba(196, 38, 38, 0.9);
    --transition: all 0.5s ease;
    --c-brand:rgba(248,48,48, 1);
    --bg-dark: rgba(248,48,48, 1);
    --light: #EDF2F7;
    
}



.theme-shadow{
  box-shadow: var(--box-shadow);  

}

h5{
  font-family: 'Rowdies',bold;
  
}
p{
  font-family: "Cabin", sans-serif;
}


  
#button{
  font-family: 'Rowdies',bold;
}

#nav {
    box-shadow: var(--box-shadow);
    position: fixed;
    z-index: 1;
    width: 100%;
    
}

#brand{
    font-family:var(--font-base);
}

.rowdies-light {
    font-family: "Rowdies", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .rowdies-regular {
    font-family: "Rowdies", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .rowdies-bold {
    font-family: "Rowdies", serif;
    font-weight: 700;
    font-style: normal;
  }

  .titan-one-regular {
    font-family: "Titan One", serif;
    font-weight: 400;
    font-style: normal;
  }
  

  #barNav{
    font-family: 'Rowdies',bold;
  }

  #barNav .nav-link.active{
    color: var(--c-brand);
    text-shadow: 2px 2px 10px rgba(196, 38, 38, 0.9);
  }

  .c-img{
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    height: 500px;
    

  }




 

 .carousel-caption h4 {
  font-family: 'Titan One',normal;
  font-size: 3rem; 
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(196, 38, 38, 0.9);
 }
  

.carousel-caption h5 {
  font-family: 'Titan One',normal;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.9);
  color: rgb(245, 68, 68);

  font-size: 2rem; 
}

.carousel-caption p {
  font-family: 'Titan One',normal;  
  font-size: 1.1rem; 
  max-width: 600px;
  margin: 0 auto;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
  font-weight:lighter;
}

.carousel-caption button {
  font-family: 'Titan One',normal;
  font-size: 1.5rem; 
  padding: 12px 24px; 
}

.col-lg-5 img{
  width: 600px;
  height: 700px;
}

/*all sections vertical spacing*/
.about-title{
  margin-bottom: 100px;
  margin-top: 120px;
  font-family: 'Rowdies',bold;
  
  
  
  
  
}

.about-title .line{
  width: 60px;
  height: 4px;
  background-color: rgba(248,48,48, 1);
  margin: 16px auto 24px auto;


}

.about-title .about-para{
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

#iconbox{
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(248,48,48, 1);
  flex: none;
  font-size: 34px;
}

.aboutP{
  font-size: 20px;
  
}

.about-para{
  font-size: 20px;
}

#aboutSubPara{
  font-size: 20px;
}

.aboutSubTitle{
  font-family: 'Titan One',normal;

}

.service{
  box-shadow: var(--box-shadow);
  position: absolute;
  width: 75px;
  height: 75px;
  z-index: 0;
  

}

.service{
  position: relative;
  overflow: hidden;
  z-index: 1;
}  

.service::after{
  content: "";
  width: 40px;
  height: 40px;
  background-color: rgba(248,48,48, 1);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: var(--transition);
  
}

.service:hover::after{
  width: 100%;
  height: 100%;
  z-index: -1;
  

}

.service:hover{

  width: 75px;
  height: 75px;
  
}

.service:hover h5
{
  color: azure;
  font-weight: 1000;
  font-size: 35px;
  align-items: center;
  
  text-align: center;
  
 
  
}

.service:hover p
{
  color: rgba(248,48,48, 1);
  font-size: 0px;
}




#signupText{
  font-family: 'Titan One',normal;
   
  
}

#pet-img{
  width: 300px;
  height: 300px;

}

.card-body{
  width: 300px;
}

/* Image Zoom */

.image-zoom{
  position: relative;
  overflow: hidden;
  
}

.image-zoom-wrapper{
  position: relative;
  overflow: hidden;
  
}

.image-zoom-wrapper img{
  transition: var(--transition);
  
}

#paw-icon{
  
  width: 500px;
  height: 500px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(248,48,48, 1);
  flex: none;
  font-size: 100px;
}

.image-zoom:hover .image-zoom-wrapper img{
  transform: scale(1.1);
  opacity: 1;
  
}

.image-zoom .paw-icon{
  

  
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}

.image-zoom:hover .paw-icon{
  
  top: 50%;
  opacity: 1;
  
}


.review-head{
  box-shadow: var(--box-shadow);
  position: relative;
  width: 400px;
  height: 180px;
}
.review-head::after{
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -14px;
  background-color: rgb(255, 255, 255);
  transform: rotate(45deg);
  
}

.avatar-img{
  width: 80px;
  height: 80px;
}

#review-person{
  font-family: 'Titan One',normal;
  color: rgb(180, 36, 36);
  
}



.team-member-image{
  
    position:sticky;
    width: 350px;
    height: 500px;
    padding: 20px;
    
    

}

.team-member-title{
  background-color: rgba(248,48,48, 1);
  position: absolute;
  bottom: -34px;
  left: 50%;
  width: calc(100%-50px);
  transform: translate(-50%);
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  transition: var(--transition);
  opacity: 0;
  font-family: 'Rowdies',bold;
  
}

.team-member:hover .team-member-title{
  
  bottom: 34px;
 
  opacity: 1;
}

#contact .form-control:focus{
  border-color: var(--c-brand);
  box-shadow: 0px 15px 25px rgba(196, 38, 38, 0.2);
}

#blog-img{

  width: 310px;
  height: 300px;

  
  

}

.footer-icons{
  color: azure;
  font-size: 35px;
}

.line{
  width: 60px;
  height: 4px;
  background-color: rgba(248,48,48, 1);
  


}

ul{
  list-style: none;
  font-family: "Cabin", sans-serif;
  padding: 0;
  margin-left:0;
}

.footer-icon:hover{
  color: rgba(248,48,48, 1);
}

.footer-icons a{
  text-decoration: none;
  color: aliceblue;
}

.review-person-name{
  font-size: 20px;
  font-weight: 900;
  margin-top: 25px;
}


body {
  padding: 0;
  margin: 0;
}

/*preLoader*/

.loader-wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;

}

.container1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100vh;
  background: var(--bg-dark);
  z-index: 2;
}

.loader {
  position: absolute;
  z-index: 2;
  width: 250px;
  height: 50px;
  transform: translateY(50%) rotate(-45deg)
}

@keyframes move-left-paw {
  0% {
    left: 0%;
    opacity: 0;
  }
  15% {
    left: 25%;
    opacity: 1;
  }
  25% {
    left: 25%;
    opacity: 0;
  }
  50% {
    left: 75%;
    opacity: 1;
  }
  75% {
    left: 75%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes move-right-paw {
  0% {
    left: 15%;
    opacity: 1;
  }
  15% {
    left: 15%;
    opacity: 0;
  }
  25% {
    left: 50%;
    opacity: 1;
  }
  50% {
    left: 50%;
    opacity: 0;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

.left-paw, .right-paw {
  position: absolute;
}
.left-paw {
  color: var(--light);
  animation: move-left-paw 3.2s ease infinite;
  left: 0;
  transform: rotate(75deg);
}

.right-paw {
  transform: rotate(100deg);
  top: 20px;
  animation: move-right-paw 3.2s ease infinite;
  color: var(--light);
}
