@import url(../css/reset.css);
@import url(../css/layout.css);

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body{
    font-family: "DM Sans", sans-serif;
}
nav{
    display: flex;
    height: 96px;
    justify-content: space-between;
    align-items: center;
    
}
nav ul{
    display: flex;
    gap: 30px;
}
.nav-list{
    display: flex;
}
nav ul li a{
    font-family: "DM Sans", sans-serif;
    color: black;
}
.login-btn button{
    margin: 0 10px; 
    padding:10px 20px;
    border-radius: 16px;
    border: none;
    outline: none;
    color: white;
    transition: all .5s;
 }
 .login-btn .regis a{
     color: white;
 }
 .login-btn .logIn a{
     color:#C06734 ;
 }
 .login-btn .logIn{
     background-color: white;
     border:1px solid #C06734;
 }
 .login-btn .regis{
    background-color: #C06734;
    /* border:1px solid #C06734; */
}
.login-btn span i{
    color: #C06734;
}
.login-btn .logIn:hover{
    background-color: #C06734;
    
}
.login-btn .logIn:hover a{
    color: white;
}

.login-btn .regis:hover a{
    color: #C06734;
}
.login-btn .regis:hover {
    background-color: white;
    border:1px solid #C06734;
}
.intro-section{
   background: url("../image/vecteezy_ai-generated-a-dog-is-kissing-a-kitten-on-the-floor-with-red_35778135\ 1.png");
   height: 20vh;
   background-size: cover;
   background-repeat: no-repeat;
   /* background-position: 25% 75%; */
   display: flex;
   align-items: center;
   justify-content: center;
   margin-inline: auto;
   /* width: 100%; */
  
}



.row  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.row   .header  h3{
    font-size: 48px;
    color: white;
    text-align: center;
    font-weight: 500;
}
.about{
    margin: 60px 0;
}
.about-content h4{
    font-size: 32px;
    margin-bottom: 20px;
}
.paragraph p{
    line-height: 1.5;
}
.paragraph .cat-about{
    margin-bottom: 20px;
}
.about-content button{
    background-color: white;
    border: 1px solid #C06734;
    border-radius: 20px;
    padding: 10px 20px;
    color: #C06734;
    margin: 20px 0;
}
.about-content button i{
    margin-right: 10px;
}
.list-content{
    display: flex;
    justify-content: end;
 
}
.list-content ul {
    border: 1px solid #C06734;
    padding: 30px;
    border-radius: 10px;
display: flex;
flex-direction: column;
gap: 30px;
justify-content: end;
}
.list-content ul li{
    cursor: pointer;
}
.list-content ul li,.list-content ul li a{
    color: #C06734;
    font-size: 18px;
}
.list-content ul li i{
    margin-right: 10px;
}
footer{
    border-top: 1px solid #C06734;
    padding-top: 40px;
}
.foot-list li,.logo-foot img,.btn-group button{
    padding: 14px 0;
}
.btn-group button{
    background-color: #C06734;
    margin: 0 10px; 
    padding:10px 20px;
    border-radius: 16px;
    border: none;
    outline: none;
    color: white;
    transition: all .5s;
}
.btn-group,.lovely{
justify-content: end;
display: flex;
}
.lovely p a{
    margin: 20px 120px 0 0;
    color: #C06734;
    display: inline-block;
}
.foot-end{
    margin: 40px 0;
}
.foot-end ul{
display: flex;
gap: 30px;

justify-content: end;
}
.foot-end ul li a i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.foot-end p{
    font-size: 18px;
}
.foot-end ul li.fb i{
    color: blue;
    border: 1px solid blue;
}
.foot-end ul li.ins i{
    color: rgb(255, 81, 0);
    border: 1px solid  rgb(255, 81, 0);
}
.foot-end ul li.twit i{
    color: rgb(80, 249, 255);
    border: 1px solid rgb(80, 249, 255);
}
.foot-end ul li.youtube i{
    color: red;
    border: 1px solid red;
}