/* remove evemtually  */
* {
    
    
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}




/* base playfair properties */
.playfair-display-sc-regular {
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .playfair-display-sc-bold {
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .playfair-display-sc-black {
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .playfair-display-sc-regular-italic {
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .playfair-display-sc-bold-italic {
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .playfair-display-sc-black-italic {
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: italic;
  }

  /*  base poiret properties */
  .poiret-one-regular {
    font-family: "Poiret One", serif;
    font-weight: 400;
    font-style: normal;
  }

  /* base ovo properties */
  .ovo-regular {
    font-family: "Ovo", serif;
    font-weight: 400;
    font-style: normal;
  }
  

  /* bse robot sarif propeties */
  

.roboto-serif-<uniquifier{
    font-family: "Roboto Serif", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "GRAD" 0;
  }







  
  /* staats here */
  
h1{

font-family: "Playfair Display SC", serif;
font-weight: 400;
font-size: 30px;
color: black;

}
h2{
    font-family: "Poiret One", serif;
    font-size: 30px;
    font-weight: 500;
    color: black;
}
h3{
    font-family: "Ovo", serif;
    font-size:16px ;
    font-weight: 300;
    color: black;

}
h4{
    font-family: "Roboto Serif", serif;
    font-size: 10px;
    font-weight: 200;
    color: black;
}
nav{
    background-color: #a55541;
    position: fixed;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 50px;


}
nav span{
    display: flex;
    gap: 30px;
}



nav a {
    font-family: "Ovo", serif;
    color: white;
    font-size: 16px;
    text-decoration: none;
    padding-right: 40px;

}
nav a:hover{ 
    color: black;
}

header{
    background-image: url(../groomer\ pictures/dogbackground.jpg);

   padding: 200px 50px;
   background-size: cover;
   background-position: center;
}
h1{
    font-family: "Playfair Display SC", serif;
    color: white;
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 50px;

}




main{
    display: flex;
   gap: 30px;
    justify-content: center;
    padding: 50px;
}


.tailsmain{
    width: 500px;
}

.tailsof{
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-wrap: break-word;
}


.Book{
    background-color: black;
    color: white;
    padding: 10px 20px ;
    box-shadow: 5px 4px 9px;
    width: 110px;
    justify-content: center;
    
}
.Book:hover{
    background-color: white;
    color: black;
}

.Booknow{
    background-color: black;
    color: white;
    padding: 10px 20px ;
    box-shadow: 5px 4px 9px;
    justify-content: center; */
}


.contact{
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-wrap: break-word;
    padding: 40px 40px ;
}
#action{
    display: flex;
    
     background-color:;
    /* background-size: cover; */
    justify-content: center;
    padding: 50px 50px 50px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    

}

#action a{
    display: block;
}



.spacer{
    margin-bottom: 30px;
    
}



#services {
    background-color: #b0958b;
    background-size: cover;
    padding: 70px 95px ;
    /* display: flex; */
    justify-content: space-between;
    column-gap: 20px;
    
}
#services span{
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    padding-top: 30px;

}
#services article{
    text-align: center;
}

.serviceluxury{
    /* padding: 0 90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    display: flex;
    
    justify-content: center; 
    padding: 0 90px;

}




.team{ 
    display: flex;
    justify-content: center;  
    /* flex-flow: column; */ 
   gap: 80px;
    padding: 50px;
    
    
}
.team aside{
    width: 300px;
}
 .team span{
    width: 500px;

 }


footer{
    background-color:  #a55541;
    color: white;
    padding: 20px 90px;
    font-family: "Ovo", serif;
    font-size: 9px;
    display: flex;
    gap: 30px;
    


}
footer a{
    color: white;
    text-decoration: none;

}
footer a:hover {
    color: black;
}


/* 
ipad */
@media (max-width:945px) 
 {
     body{
         background-color: rgb(252, 253, 251);
     }
nav{
    display: flex;
   flex-direction: row;
   
  
}

nav span a{
    padding-top: 18px;
    font-size: 15px;
}
nav img{
   padding-right: 15px;
}
header{
   
}

h1{
    font-size: 30px;
}



@media (max-width:600px) {
    h2{
        text-align: center;
        font-size: 20px;
     }
       
    main aside p{
        text-align: center;
         font-size: 10px;
    }
    main img{
        width: 200px;
        padding-top: 25px;
    }
    
    .arti{
        text-align: center;
    
         font-size: 12px;
       
    }
    section span img{
        padding: 6px;
        width: 60px;
    }

    aside p{
        text-align: center;
        font-size: 15px;
        display: flex; 
  align-items: center; 
  justify-content: center;
  

}



   }

   

    



   section .action h3{
    justify-content: center;
    font-size: 15px;
   }
footer {
    justify-content: center;
    
}



}

   

    
 

   
 
   
