  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
:root{
--text-dark:#000;
--text-light: #7aa7a6;
--body-background:#ffff;
--body-foreground:#008080;
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
--dark-border:rgba(0,0,0,0.2);
   --soft-red: #c22a13;  
      --hover:#266b6a;
      --logo-font:"Cormorant Garamond", serif;
      --body-font: "Work Sans", sans-serif; 
      --heading-font: 'Playfair Display', serif;

}
h1,h2,h3,h4,h5,h6{
   font-family: var(--heading-font);
   letter-spacing:1px;
     
}
p,span,button,a,textarea{
   font-family: var(--body-font);
}
/* all items section starts here */
.all-items{
    min-height: 100vh;
    height: auto;
  padding-top: 7rem;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;


}

.all-items .heading h1{ 
    text-align: center;
    font-size: 3rem;
 font-weight: 400;
 padding: 2rem 0rem;
}
.all-items .recent-activity{
 box-shadow: var(--shadow);
   width: 90%;
   display: flex;
      flex-direction: column;
gap: 20px;
margin: 2rem 0rem;
padding-bottom: 3rem;
border-radius: 10px;

  
}
.all-items .recent-activity .heading{
 display: flex;
 flex-direction: column;
align-items: center;
 flex-wrap: wrap;

width: 100%;
padding-bottom: 2rem;

}
.all-items .recent-activity .heading .btn-select,.all-items .recent-activity .heading .add-btn{
   display: flex;
   width: 80%;
   justify-content: space-between;
flex-wrap: wrap;
   align-items: center;
   gap: 20px;
}
.all-items .recent-activity .heading .add-btn{
     justify-content: center;
}
.all-items .recent-activity .heading .btn-select select{
   width: 200px;
   height: 50px;
    border-radius: 10px;
    border: 1px solid var(--dark-border);
    padding: 0.5rem 1rem;
    font-size: 1rem;

}

.all-items .recent-activity .heading .btn-select .button button,.all-items .recent-activity .heading .add-btn button{
           height: 50px;
    width: 200px;
        cursor: pointer;
    border: none;
    border-radius: 10px;
    border: 2px solid var(--body-foreground);
     background-color: var(--body-foreground);
}
.all-items .recent-activity .heading .btn-select .button button a,.all-items .recent-activity .heading .add-btn button a{
font-size: 0.9rem;
text-decoration: none;
color: var(--body-background);
}
.all-items .recent-activity .heading .btn-select .button button:hover,.all-items .recent-activity .heading .add-btn button:hover{
    background-color: var(--hover);
    transition-duration: 0.5s;
}
.all-items .recent-activity .heading .btn-select select:hover{
   border-color: var(--body-foreground);
}
.all-items .recent-activity .heading .btn-select select:focus{

       outline: none;
    border-width: 2px;
}

.all-items .recent-activity .heading h2{
   padding: 2rem ;
   font-size: 2rem;
        font-weight: 500;
     
}

.all-items .recent-activity .heading p a{
    padding-bottom: 2rem;
 text-decoration: none;
 color: var(--text-dark);
}
.all-items .recent-activity .heading p a:hover{
   color: var(--hover);
   transition-duration: 0.5s;
}
.all-items .recent-activity .wrapper{

   display: flex;
   flex-direction: column;
gap: 20px;
width: 100%;
align-items: center;

}
.all-items .recent-activity .wrapper .history{
   border: 2px solid rgba(0,0,0,0.1);
   width: 80%;
   display: flex;
   flex-direction: column;
  min-height: fit-content;
   justify-content: space-evenly;
   border-radius: 10px;
padding: 1rem 0rem;
gap: 10px;
}
.all-items .recent-activity .wrapper .history:hover{
      border: 2px solid var(--body-foreground);
      transition-duration: 0.5s;
  transform: translateY(-0.2em); 
}
.all-items .recent-activity .wrapper .history .about{
   width: 90%;
   display: flex;
   justify-content: space-between;
   align-self: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
 
}
.all-items .recent-activity .wrapper .history .review{

   width: 90%;
   display: flex;
     align-self: center;

}
.all-items .recent-activity .wrapper .history .buttons{
   display: flex;
   width: 100%;
justify-content: end;
padding-right: 2rem;
gap: 10px;
align-items: center;


}
.all-items .recent-activity .wrapper .history .buttons button{

              height: 35px;
    width: 80px;
        cursor: pointer;
    border: none;
    border-radius: 10px;
    border: 2px solid var(--body-foreground);
     background-color: var(--body-foreground);
  
}
.all-items .recent-activity .wrapper .history .buttons button.icon{
               height: 30px;
    width: 30px;
        border-radius: 5px;
        background-color: var(--body-background);
}
.all-items .recent-activity .wrapper .history .buttons button.icon i{
        color: var(--body-foreground);

}
.all-items .recent-activity .wrapper .history .buttons button a{
font-size: 0.9rem;
text-decoration: none;
color: var(--body-background);
}
.all-items .recent-activity .wrapper .history .buttons button.icon:hover{
   background-color: rgba(0, 0, 0, 0.034);
}
.all-items .recent-activity .wrapper .history .buttons button:hover{
   background-color: var(--hover);
   transition-duration: 0.5s;
}
.all-items .recent-activity .wrapper .history .about h3{
   font-size: 1.3rem;
       font-weight: 600;
}
.all-items .recent-activity .wrapper .history .about  p{
   color: var(--text-light);
}
.all-items   .buttons-2{
   padding: 1rem 0rem 3rem 0rem;
   display: flex;
   justify-content: center;
   gap: 20px;
   flex-wrap: wrap;
}
.all-items   .buttons-2 button{
           height: 50px;
    width: 200px;
        cursor: pointer;
    border: none;
    border-radius: 10px;
    border: 2px solid var(--body-foreground);
     background-color: var(--body-foreground);
}

.all-items   .buttons-2 button a{
   font-size: 0.9rem;
text-decoration: none;
color: var(--body-background);
}
.all-items   .buttons-2 button.back{
        background-color: var(--body-background) ;

}
.all-items   .buttons-2 button.back:hover{
    background-color:rgba(0, 0, 0, 0.034);
    transition-duration: 0.5s;

}
.all-items   .buttons-2 button.back a{
   color: var(--body-foreground) !important;
}
.all-items  .buttons-2 button.create:hover{
       background-color:var(--hover);
    transition-duration: 0.5s;


}





/* all items section ends here */
@media (max-width:600px) {
   .all-items .recent-activity .heading .btn-select{
   justify-content: center;
   flex-direction: column-reverse;
}
.all-items .recent-activity .heading .btn-select select{
 
text-align: center;
}
}
@media (max-width:480px) {
.all-items .recent-activity .wrapper .history{

 
gap: 10px;

padding: 1rem;
}
.all-items .recent-activity .wrapper .history .about{

   justify-content: center

 
}
.all-items .recent-activity .wrapper .history .buttons{
 

padding-top: 1rem;

}
}







