
body{
    background-image: url(	https://preview.colorlib.com/theme/petvet/images/bg_1.jpg);
    background-repeat: no-repeat;
        font-family: "Roboto", sans-serif;
        background-size: 100%;
}
*{
    padding: 0px;
    margin: 0px;
}
.nav{
    display: flex;
    justify-content: space-around   ;
    padding-top: 5px;
    gap: 140px;
}
.nav-1 p{
    font-size: 13px;
}
.nav-2  i{
    font-size: 15px;
    gap: 70px;
    margin-left: 8px;
    background-color: white;
    padding: 10px 8px 10px 8px;
    border-radius: 50%;
    margin-top: 5px;
}
.nav-2 i:hover{
    background-color: rgb(255, 49, 90);
    color: white;
}
.nav-1{
    padding-top: 9px;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 20px;
    background-color: white;
    margin-left: 130px;
    margin-right: 130px;
    margin-top: 10px;
    
}
.navbar-2 ul{
    display: flex;
    list-style-type: none;
    gap: 30px;
    padding-top: 23px;
    font-weight: bold;
}
.navbar-2{
    display: flex;
    gap: 20px;
}
.navbar-2 button{
    height: 60px;
    padding: 0px 20px 0px 20px;
    background-color: rgb(255, 49, 90);
    color: white;
    border: none;
    font-weight: bold   ;
    font-size: 17px;
}
.navbar-2 button:hover{
    color: black;
}
.main h1{
    font-size: 60px;

}
.main{
    margin-left: 130px;
    margin-top: 50px;
}
.main p{
    font-size: 16px;
    color: gray;
    line-height: 30px;
    margin-top: 20px;
    font-weight: bold;
}
.main button{
    height: 60px;
    padding: 0px 25px 0px 25px ;
    background-color: rgb(255, 49, 90);
    color: white;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: bold;
}
.btn button{
    height: 60px;
    padding: 0px 25px 0px 25px ;
    background-color: rgb(92, 175, 9);
    color: white;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: bold;
}
.btn button:hover{
    background-color: transparent;
    color: rgb(92, 175, 9);
    border: 1px solid rgb(92, 175, 9);
    transition: 1s;
}
.main-btn{
    display: flex;
    gap: 20px;

}
.card-1{
    display: flex;
    gap: 20px;
    margin-top: 100px;
    height: 150px;
    width: 390px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 19px;
    box-shadow: 0px 0px 20px gray;
    background-color: white;
    
}
.card-1:hover{
    background-color: 
    rgb(255, 49, 90);
    color: white;
    transition: 1s;
}

.card-1 i{
    font-size: 30px;
    background-color: whitesmoke;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    box-sizing: border-box;
    padding-top: 30px;
    color: rgb(255, 49, 90);
}
.card-1 p{
    line-height: 25px;
    color: gray;
    font-weight: bold;
}
.card-1:hover  i{
    background-color: white;
    color: rgb(255, 49, 90);
    transition: 1s;
}
.card-1:hover p{
    color: white;
    transition: 1s;
}
.card-1 h2{
    margin-bottom: 10px;
}

.card{
    display: flex;
    gap: 20px;
    margin-left: 100px;
}
.pet img{
    height: 700px;
    width: 470px;
    margin-left: 100px;
    margin-top: 100px;
}
.pet{
    display: flex;
    gap: 90px;
    background-color: whitesmoke;
    height: 100%;
}
.pet-1{
    margin-top: 250px;
    line-height: 30px;
}
.pet-1 span{
    color: rgb(255, 49, 90);
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 15px;
    margin-bottom: 20px;
}
.pet-1 h1{
    font-size: 49px;
    margin-bottom: 20px;
    margin-top: 17px;
    line-height: 50px;
}
.pet-1 p{
    color: rgb(161, 158, 158);
}
.pet-1 ul{
    margin-top: 40px;
    font-weight: bold;
    font-size: 19px;
    line-height: 39px;
}
.pet-1 ul li:hover{
    color: rgb(255, 49, 90) ;
}
.appoint h6{
    color: rgb(255, 49, 90);
    font-weight: bolder;
    text-transform: uppercase;
    margin-top: 50px;
    font-size: 19px;
    text-align: center;

}
.form{
    margin-top: 40px;
    gap: 20px;
    text-align: center;
}
.form input{
    height: 50px;
    width: 230px;
    padding-left: 20px;
    font-size: 17px;
   margin-left: 20px;
    margin-right: 20px;
    border: 0.5px solid rgb(199, 197, 197);
}
.form textarea{
    width: 250px;
    height: 56px;
    position: relative;
    top: 22px;
    right: 6px;  
    padding-left: 15px;
    font-size: 18px;
    box-sizing: border-box;
   margin-left: 18px;
    border: 0.5px solid rgb(199, 197, 197);
     margin-right: 15px;
  padding-top: 10px;
}
.form select{
    height: 54px;
    width: 250px;
    padding-left: 10px;
    color: gray;
    font-size: 17px;
   margin-left: 10px;
   border: 0.5px solid rgb(199, 197, 197);
   margin-right: 20px;
}
.form button{
     height: 54px;
    width: 250px;
   font-size: 17px;
   background-color: rgb(92, 175, 9);
   color: white;
   font-weight: bold;
   border: none;
   margin-left: 20px;
  border: 0.5px solid rgb(199, 197, 197);
   margin-right: 23px;
   border-radius: 10px;
}
.form button:hover{
    background-color: transparent;
    border: 1px solid rgb(92, 175, 9);
    color: rgb(92, 175, 9);
    transition: 0.8s ease;
}
.groomer-section{
    text-align: center;
    margin-top: 100px;
}
.Groomer-con{
    padding-top: 40px;
}
.groomer p{
    color: rgb(255, 49, 90);
    font-weight: bolder;
    font-size: 13px;

}
.groomer h2{
    font-size: 40px;
    margin-top: 10px;
    font-weight: bold;

}
.con img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-top: 0px;
    border: 10px solid white;
    position: relative;
    top: 80px;
    left: 24px;
}
.name{
    text-align: center;
    line-height: 26px;
    background-color: white;
    width: 270px;
    padding-bottom: 20px;
    padding-top: 100px;
    margin-bottom: 80px;
}
.name:hover{
    background-color: rgb(133, 224, 41);
    color: white;
    transition: 1s;
}
.name span:hover{
    color: white;
    transition: 1s;
}
.name i:hover{
    background-color: white;
    color: rgb(133, 224, 41);
    transition: 0.5;
}
.name h2{
    font-size: 20px;
    margin-bottom: 10px;
}
.name span{
    color: rgb(255, 49, 90);
    font-weight: bolder;
}
.name i{
        font-size: 17px;
    gap: 70px;
    margin-left: 8px;
    background-color: rgb(255, 49, 90);
    padding: 10px 8px 10px 8px;
    border-radius: 15%;
    margin-top: 5px;
    color: white;
    margin-top: 16px;
}
.cont{
    display: flex;
    gap: 50px;
    margin-left: 70px;
}
.Groomer-con{
    background-color: whitesmoke;
    margin-top: 100px;
}
.com img{
    height: 600px;
    width: 100%;
    background-color: rgba(255, 49, 90, 0.884);
}
    .box {
        margin-top: 100px;
      width: 100%;
      height: 600px;
      background-image: url('https://preview.colorlib.com/theme/petvet/images/bg_3.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
      background-color: rgba(255, 49, 90, 0.986);
      
    }
    .box h2{
            font-size: 40px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;

    }
    .box span{
            color: rgb(255, 49, 90);
    font-weight: bolder;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    }
    .box-1{
        text-align: center;
        padding-top: 60px;
    }
    .img img{
        height: 100px;
        width: 100px;
        border-radius:50% ;
        margin-top: 20px;
        margin-left: 20px;
    }
    .cus{
        background-color: white;
        width: 380px;
        display: flex;
        gap: 30px;
        height: 260px;
        margin-left: 20px;
    }
    .text p{
        line-height: 29px;
        font-size: 17px;
        color: gray;

    }
    .text h3{
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .text span{
        font-weight: bolder;
        color: rgb(255, 49, 90);
        margin-top: 30px;
    }
    .text{
        margin-top: 30px;
    }
    .cus{
        margin-top: 70px;
    }
    .box-2{
        display: flex;
        gap: 30px;
        margin-left: 30px;
    }
    .div-1 img{
        height: 200px;
        width: 280px;
        margin-bottom: 20px;

    }
    .div-1{
        text-align: center;
        margin-top: 100px;
    }
    .div-1 span{
        color: rgb(255, 49, 90);
        font-weight: bolder;
    }
    .div-1 h1{
        font-size: 60px;
        margin-top: 10px;
        color: rgb(255, 49, 90);
    }
    .div-1 b{
        font-size: 15px;
        font-weight: lighter;
        color: black;
    }
    .div-1 ul li{
        line-height: 33px;
        margin-top: 20px;
        list-style-type: none;
    }
    .div-1{
        border: none;
        box-shadow: 0px 0px 10px gray;
        width: 280px;       
        padding-bottom: 30px
        

    }
    .div-1 i{
        color: rgb(255, 49, 90);
    }
    .div-1 button{
        padding: 20px 50px 20px 50px;
        width: 200px;
        margin-top: 30px;
        border-radius: 10px;
        border: none;
        background-color: rgb(255, 49, 90);
        color: white;
    }
    .div{
        display: flex;
        gap: 30px;
        margin-left: 80px;
    }
    .blog-1 img{
        height: 280px;
        width: 370px;
    }
    .blog-2{
        display: flex;
        gap: 50px;
        margin-top: 20px;
    }
    .B h3{
        font-size: 20px;
        line-height: 29px;
    }
    .B p{
        color: gray;
        line-height: 30px;
        margin-top: 10px;
    }
    .B button{
        height: 37px;
        width: 100px;
        margin-top: 30px;
        border: none;
        background-color: rgb(255, 49, 90);
        color: white;
        border-radius: 10px;
    }
    .A{
        color: rgb(255, 49, 90);
        font-size: 14px;
    }
    .blog{
        margin-top: 100px;
        padding-bottom: 200px;
    }
    .blog-2{
        margin-left: 10px;
    }
    .blog-con{
        display: flex;
        gap: 50px;
        justify-content: center;
        margin-left: 50px;
    }
    .foot-1 h2{
        margin-bottom: 30px;
    }
    .foot-1 p{
        color: gray;
        line-height: 25px;
    }
    .foot-1{
        margin-left: 100px;
    }
    .foot-1 i{
 font-size: 16px;
    background-color: rgb(255, 49, 90);
    height: 40px;
    width: 40px;
    padding-top: 13px;
    box-sizing: border-box;
    color: white;
    margin-top: 20px;
    }
    .footer{
        background-color: aliceblue;
        padding-top: 100px;
    }
    .foot{
        display: flex;
    }
    .Ser ul{
        list-style-type: none;
        margin-top: 20px;
        line-height: 40px;
        color: gray;
    }
    .Ser ul li:hover{
        border-bottom: 2px solid rgb(255, 49, 90);
        color: black;

    }
    .Ser{
        margin-left: 150px;
        line-height: 25px;
    }
    .foot-2 span{
        color: rgb(255, 49, 90);
        line-height: 30px;
        margin-top: 20px;
    }
    .foot-2 p,i{
        line-height:30px;
    }
    .foot-2 i{
        margin-top: 20px;
    }
    .foot-2{
        margin-left: 100px;
    }
    .end{
        margin-top: 20px;
    }

   

    


