@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%; */
   
}

.search-input{
    background-color: white;
    padding: 10px ;
    border-radius: 30px;
    /* margin-bottom: 60px; */
}
.search-input input[type="search"]{
    padding: 8px 16px;
    border: 1px solid #C06734;
    border-radius: 20px;
    color: #C06734;
    font-size: 18px;
    outline: none;
    margin-right: 10px;
}
.search-input input[type="search"]::placeholder{

color: #C06734;
}

.search-input span i{
    background-color: #C06734;
    color: white;
    padding: 14px;
    border-radius: 50%;
}
.row  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.row   .header  h3{
    font-size: 48px;
    color: white;
}

.nest{
    margin-bottom: 80px;
}
.nest-box img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.nest-box{
    position: relative;
    cursor: pointer;
  
    padding: 20px;
    text-align: center;
    /* margin: -20px; */
    /* gap: 10px; */
}
.nest-box span i{
position: absolute;
right: 60px;
font-size: 18px;
top: 10px;
display: block;
}

.nest-box p{
    font-size: 22px;
   margin-top: 14px;
}
.down p{
    /* border: 1px solid  #C06734; */
    display: flex;
    justify-content: end;
    margin: 30px 0 50px;
    color: #C06734;
    cursor: pointer;
}
.down p span{
   padding: 10px 40px;
    border: 1px solid  #C06734;
    border-radius: 20px;
}
.down p span i{
    color: #C06734;
}
.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;

    transition: all .5s;
}
.btn-group button a{
    color: white;
}
.btn-group,.lovely{
justify-content: end;
display: flex;
}
.lovely p a{
    margin: 20px 120px 0 0;
    color: #C06734;
    display: inline-block;
}
.tabs{
    margin: 30px 0;
}
.tabs button{
    margin-right: 14px;
    background-color: transparent;
    border: 1px solid #C06734;
    padding: 14px 24px;
    color: #C06734;
    cursor: pointer;
    border-radius: 24px;
}
#color{
    background-color: #C06734;
    color: white;
}
.pagination {
    margin: 50px 0;
     width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  
  }
  .pagination div i{
      color: #C06734;
      font-size:20px ;
      margin: 0 16px;
      cursor: pointer;
  }
  .pagination div button{
      padding: 10px 14px;
      margin: 0 16px;
      border: 1px solid  #C06734;
      border-radius: 20px;
      background-color: white;
      cursor: pointer;
  
  }
footer{
    border-top: 1px solid #C06734;
    padding-top: 40px;
}
.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;
}