*{
    margin: 0;
    font-family:Georgia, 'Times New Roman', Times, serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;
}
body{
    background-color: rgb(75, 40, 42);
    color: black;
}
header{            
        position: fixed;            
        width: 100%;      
        z-index: 1; 
        background-color: hsl(40, 63%, 77%);  
        box-shadow: 4px 2px 15px #1e1e1e;
   }
.Name{
    padding-right: 200px;
    font-size: 30px;
    color: black;
}
.Name i{
    font-size: 30px;
}
.navbar{
    display: flex;
    margin-left: 100px;
    margin-top: 0.5px;
    padding-bottom: 12px;
}
.navbar ul{
    display: flex;
    padding-bottom: 0px;
}
.navbar a{
    color:#0e0e0e;
    font-size: 25px;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 50px;
    text-decoration: none;
     margin-top: 0.5px;
}
.navbar ul li a:hover {
    color:  rgb(184, 98, 98);
    transition: 0.4s;
}
.main{
    padding-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.main img{
    align-items: center;
}
.main-msg{
    align-items: center;
    padding-left: 170px;
    padding-right: 10px;
  
}
.show-n2{
    font-size: 1.2rem;
    color: rgb(255, 253, 245);
    display: none;
    
}
.main-msg h1{

    font-size: 2.7rem;
    color: #f9f5f3;
    font-weight: 700;
}
/*.main-msg h1 img{
display: flex;
margin-left: 380px;
align-items: center;
width: 50px;
-webkit-filter:invert(100%);
filter:invert(100%);
transform: rotate(17 deg);
}*/

 .main-msg h2{
    font-size: 2rem;
    color: rgb(255, 253, 245);
 }
 .main-msg p{
    font-size: 1.2rem;
    color: rgb(255, 253, 245);
    text-align: justify;
    padding-right: 50px;
 }
 .button{
    z-index: -1;
 }
  /*ABOUT*/

 .div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.div img{
    width: 400px;
    height: 250px;
    border: 2px solid #ff3d0036;
    border-radius: 10px;
    box-shadow: 4px 7px 7px 0px #00000042;
    cursor: pointer;
    margin: 10px;
    transition: 400ms;

}
.div img:hover{
    filter: grayscale(1);
    transform: scale(1.03);
}
.about {
    padding-top: 70px;
 
}
.about h1{
    color:rgb(255, 253, 245);
    font-size: 2rem;
    text-align: center;
}
.about h2{
    color: rgb(254, 218, 153);
    font-size: 1.2rem;
   text-align: center;
}
.about-service{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px,auto));
    grid-gap: 1.5rem;
    padding-top: 4rem;
}
.one{
    text-align: center;
}
.one i{
    font-size: 60px;
    color: white;
}
.one h3{
    color: white;
    font-size: 1.5rem;
    padding-top: 15px;
}
.one p{
    color:  rgb(254, 218, 153);
    font-size: 1rem;
    padding-top: 10px;
}
.happy h1{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    font-size: 2.2rem;
}
.happy h2{
    color: white;
    text-align: center;
    padding-inline: 40px;
    padding-top: 7px;
    font-size: 1.3rem;
}
.happy h3{
    color: rgb(254, 218, 153);
    font-size: 1rem;
    padding: 40px;
    text-align: center;

}
.happy-img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.happy-img img{
    width: 450px;
    height: 300px;
    border: 2px solid #ff3d0036;
    border-radius: 10px;
    box-shadow: 4px 7px 7px 0px #00000042;
    cursor: pointer;
    margin: 10px;
    transition: 400ms;

}
.happy-img :hover{
    filter:blur(1);
    transform: scale(1.03);
}


/*SERVICES*/
.service{
    padding-top: 40px;
}
.service h1{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    font-size: 2.2rem;
}
.service h2{
    color: white;
    text-align: center;
    padding-inline: 40px;
    padding-top: 10px;
    font-size: 1.1rem;
}
.service h3{
    color: rgb(254, 218, 153);
    font-size: 1.3rem;
    padding-left: 160px;

}
.service-img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.service-img img{
    width: 450px;
    height: 300px;
    border: 2px solid #ff3d0036;
    border-radius: 10px;
    box-shadow: 4px 7px 7px 0px #00000042;
    cursor: pointer;
    margin: 10px;
    transition: 400ms;
}
.service-img2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.service-img2 img{
    width: 450px;
    height: 300px;
    border: 2px solid #ff3d0036;
    border-radius: 10px;
    box-shadow: 4px 7px 7px 0px #00000042;
    cursor: pointer;
    margin: 10px;
    transition: 400ms;
}

/*CONTACT US*/
.back{
    padding-top: 50px;
    padding-left: 80px;
    font-size: 250%;
    
}
.back i{
    color: white;
}
.div-center{
    display: flex;
    justify-content: center;
}
.dog-img{
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 1;
    
}
.dog-img img{
    transform-origin: bottom center;
}
.dog-img img:hover{
    animation: shake 0.5s linear infinite;
}
@keyframes shake {
    0%{
        transform: rotate(-8deg);
    }
    50%{
        transform: rotate(8deg);
    }
}
.contact{
    padding-right: 40px;
    color: white;
}
.contact h2{
    font-size: 140%;
    font-family: 'Times New Roman', Times, serif;
}
.contact-icons h2{
    font-size: 140%;
    font-family: 'Times New Roman', Times, serif;
}
.follow i{
    padding-top: 10px;
    padding-right: 10px;
    font-size: 160%;
}
.follow i:hover{
    cursor: pointer;
    color: rgb(187, 187, 187);
}
.contact-icons i{
 font-size: 120%;
}
.contact-icons h3{
    font-size: 140%;
}
.social-icons{
    display: flex;
    align-items: center;
   justify-content: space-between;
   padding-right: 30%;
   padding-bottom: 10%;
   font-size: 190%;
}
.social-icons :hover{
    transform:scale(1.2);
    transition: .10s;        
}

@media screen and (max-width:700px)
{
   .bx-menu{
    width:100%;
    max-height: 0;
    overflow: hidden;
   }
}
footer {
    margin-top: 150px;
    position: absolute;
    background-color: #000000;
    color: aliceblue;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 14px;
  }



  /*-----------Responsive-----------*/
@media screen and (max-width: 1200px){
    header{
        position: fixed;
        height: 100px;
        padding-top: 22px;
        margin: 0;
    }
    .show-n2{
        display: inline;
        margin-top: 20px;
    }
    .show-n{
        display: none;
    }
    .main{
        padding-top: 100px;
    }
    .main img{
        padding-top: 30px;
    }
    .navbar a{
        font-size: 1.5rem;
        padding-left: 16px;
    }
    .navbar{
        margin-left: 0px;
    }
    .Name{
        padding-right: 20px;
        margin-left: 20px;
    }
    .main-msg{
        padding-left: 50px;
    }
    .dog_none2{
        display: none;
    }
    .dog_none3{
        display: none;
    }
}
@media screen and (max-width: 750px){
    .navbar .Name{
        padding-right: 5px;
        margin-left: 5px;
    }
    .navbar{
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }
    .navbar a .Name{
        padding: 0px;
    }
    .r_space li a{
        padding: 5px;
    }

}
@media screen and (max-width: 900px){
header{
    position: fixed;
    height: 100px;
    padding-top: 22px;
    margin: 0;
}
.r_space{
    padding-left: 0px;
}
.navbar a{
    font-size: 1.5rem;
    padding-left: 14px;
}
.navbar{
    margin-left: 0px;
    margin-right: 10px;
}
.navbar .Name{
    padding-right: 15px;
    margin-left: 15px;
}
.main{
    display: flex;
    align-items: center;
}
.main img{
    padding-top: 80px;
}
.main-msg{
    padding-left: 20px;
  
}
.main-msg h1{
    font-size: 2.3rem;
    padding-top: 100px;
}
.main-msg h2{
    font-size: 1.7rem;
}
.dog-img{
    padding-left: 50px;
}
.dog_none1 {
    display: none;
}
.dog_none2{
    display: none;
}
.dog_none3{
    display: none;
}
.container{
    padding-right: 0px;
}
}