@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;
   cursor: pointer;
}

.login-btn a{
   margin: 0 10px; 
   padding:10px 20px;
   border-radius: 16px;
   border: none;
   outline: none;
   color: white;
   transition: all .5s;
}
.registration {
    font-size: 18px ;
    color: #C06734;
    font-weight: 500;
    border: 1px solid #C06734;
    border-radius: 20px;
    padding: 10px 40px;
    cursor: pointer;
    transition: all .5s;
}
.registration span i{
    margin-right: 10px;
}
.registration:hover {
    background-color: #C06734;
    color: white;
}
.login-btn .regis {
    color: white;
}
.login-btn .logIn {
    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" */
.intro-section{
    background: url("../image/intro.png");
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 25% 75%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    width: 100%;
   
}
.intro-box{
    height: 100vh;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
    /* margin-inline: auto; */
}
.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%;
}
.about-header{
    margin-bottom: 60px;
}
.about-header h1{
    font-size: 48px;
    color: white;
    /* text-align: center; */
    
}
.about-header p{
    font-size: 20px;
    color: white;
    /* text-align: center; */
    /* margin-right: 10px; */
    
}

.about-info-card{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding:6px 30px;
    margin: 10px;
    border-radius: 20px;
    cursor: pointer;
}
.about-info-card img{
    margin-right: 10px;
}

/* nest section and animal section */
.nest,.caregiver,.fairtayle,.doctors{
    margin-bottom: 80px;
}
.nest-box img, .animal-box img,.caregiver-box img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.nest h2,.animals h2,.caregiver  h2{
    color: #C06734;
    font-size: 40px;
    margin: 40px 0;
}
.nest-box, .animal-box ,.caregiver-box{
    position: relative;
    cursor: pointer;
  
    padding: 20px;
    text-align: center;
    /* margin: -20px; */
    /* gap: 10px; */
}
.nest-box span i,.animal-box span i,.caregiver-box span i{
position: absolute;
right: 60px;
font-size: 18px;
top: 10px;
display: block;
transition: all .6s;
color: #C06734;

}
/* .nest-box span:hover i,.animal-box span:hover i,.caregiver-box span i:hover{
    color: #C06734;
    transform: scale(1.5);
    font-weight: 600;
} */
.nest-box p,.animal-box p,.caregiver-box p{
    font-size: 22px;
   margin-top: 14px;
}

/* fairtayle */
/* .fairtayle,.doctors{
    margin: 60px 0;
} */
.fairtayle-box {
    /* border: 1px solid; */
    padding: 40px;
    
}
.fairtayle h3, .doctors h3{
width: 100%;
font-size: 48px;
color: #C06734;
margin-bottom: 50px;
}
.fairtayle-box div img{
    border-radius: 50%;
}
.fairtayle-box div{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.fairtayle-box div span  a i{
    font-size: 24px;
    color: #C06734;
    cursor: pointer;
}
.fairtayle-box h5{
    font-size: 24px;
    margin: 10px 0;
}
.fairtayle-box p{
    margin-bottom: 20px;
}
.fairtayle-box button{
    border: 1px solid #C06734;
    background-color: white;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 20px;
    color: #C06734;
    transition: all .5s;
    cursor: pointer;
}
.fairtayle-box button:hover,.doctor-box button:hover{
    background-color: #C06734;
    color: white;
}
.doctor-box p{
    font-size: 24px;
    margin: 14px 0;
}
.doctor-box img{
    border-radius: 50%;
}
.doctor-box button{
display: block;
color: #C06734;
background-color: white;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 20px;
    border: 1px solid #C06734;
    margin-top: 20px;
    cursor: pointer;
    transition: all .5s;
}
/* foooter */
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 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;
}
.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;
}

.swiper {
    width: 600px;
    height: 300px;
  }
  