@font-face {
    font-family: "GT America Extended", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    src: url(GT\ America\ Extended\ Regular.ttf);
}
*{
    margin: 0;
    font-family: "GT America Extended", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    
}




#navbar {
  position: sticky;
  overflow: hidden;
  background-color: white;
box-sizing: border-box;
z-index: 2;
border-bottom: 1px transparent;
box-shadow: 0 3px 6px 0 rgba(0,0,0,.06);
top: 0;
transition: box-shadow .3s ease-in-out;
}

.top_header{
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(215, 215, 215);

    justify-content: space-between;
}

.search{
    align-items: center;
    display: flex;
    width: 35%;
}
.search_bar{
    width: 565px;
    height: 40px;
    padding-left: 35px;
    padding-right: 8px;
    border: 2px solid black;
    border-radius: 20px;
    background-color: #f3f3f3;
    
}
.search_icon{
    position: absolute;
    padding-left: 12px;
}

.sell_signup{
    display: flex;
    align-items: center;
    gap: 12px;
}

.sell_now{
    background-color: rgb(38, 38,38);
    color: white;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 2px;
    border: 2px solid black;
    
}

.signup{
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 2px solid rgb(38, 38, 38);
    border-radius: 2px;
}

.login{
    font-weight: bold;
    font-size: 16px;
}

.nav{
    display: flex;
    align-items: center;
    padding-left: 32px;
    border-bottom: 1px solid rgb(215, 215, 215);


}

.list1{
padding: 12px;
font-weight: bold;
font-size: 18px;
background-color: rgb(255, 255, 255);
border: none;

}

.list1:hover{
    background-color: black;
    color: #f3f3f3;
}

.list2{
    padding: 12px;
    font-weight: bold;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    border: none;
    color: red;

}

.list2:hover{
    background-color: red;
    color: white;

    
}

.main_content{
    width: 100%;
}

.content{
    width: 60%;
    justify-content: center;
}

.carousel{
    display: flex;
}

.mini_pic{
    display: flex;
    flex-direction: column;
}

.top_footer{
    /* width: 100%; */
    display: flex;
    justify-content: center;

}

.top_footer{
    display: flex;
    background-color: #f3f3f3;
    padding-bottom: 18px;

}

.depop_left{
    width:45%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* flex-grow: 1; */
    /* margin-left: 300px;
    margin-right: 300px;     */
}

.title{
    font-weight: bold;
    line-height: 1.5;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    color: black !important;
}

.item4{
    font-weight: normal;
    padding: 16px;
    color: black !important;
    cursor: pointer;
}

.depop_right{
    display: flex;
    width: 30%;
    justify-content: flex-end;
}


.social{
    display: flex;
    align-items: end;
    gap: 25px;
}


.bot_footer{
    display: flex;
    justify-content: center;
    background-color: #d7d7d7;
    /* width: 100%; */
    padding-top: 15px;
    padding-bottom: 15px;
}

.bot_left{
    display: flex;
    width: 42%;
    /* justify-content: center; */


}

.bot_right{
    display: flex;
    width: 35%;
    gap: 28px;
    align-items: center;
    justify-content: end;

}

.help,.sell,.depop{
  display: flex;
  flex-direction: column;
  color: black !important;
}

.country{
    border: none;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
    background-color: #d7d7d7;
    font-weight: normal;
    
}
.us_btn{
    align-items: center;
}

.country:hover{

    background-color: #f3f3f3;
}


.language{
    border: none;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
    background-color: #d7d7d7;
    font-weight: normal;

    
}

.language:hover{
    background-color: #f3f3f3;
}

.item3{
  color: black !important;
  cursor: pointer;
}


.depop_leftmob{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list_mob{
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}







/* -------------------------------------------------- RESPONSIVE ------------------------------------------------ */







@media screen and (max-width:900px) {
  .top_footer{
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  .depop_left{
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .bot_footer{
    display: flex;
    justify-content: space-between;
    padding-right: 20px ;
  }
}


@media screen and (max-width:740px) {
  .login{
    display: none;
  }


  .search_bar{
    width: 450px;
  }
}

@media screen and (max-width:690px) {
  .search{
    display: none;
  }

  .nav{
    display: none;
  }

  .top_header {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .top_footer{
    padding-left: 0px;
  } */
 
}

@media screen and (max-width:691px) {
  .depop_left{
    display: none;
  }
  .top_footer{
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .depop_right {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

@media screen  and (min-width:691px){
  .mobsearch{
    display: none;
  }
  .mobileham{
    display: none;
  }

  .depop_leftmob{
    display: none;
  }

 
}


@media screen and (max-width:590px) {
  .sell_now{
    display: none;
  }

  .signup{
    background-color: rgb(38, 38,38);
    color: white;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 2px;
    border: 2px solid black;
  }
  
  .country{
    padding-left: 0px;
  }
  .bot_right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 3px;
  }
  .bot_footer{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 16px;
  }


  .depop_right{
    width: 100%;
    justify-content: center;
  }

}

@media screen and (max-width:540px) {
  .heart{
    display: none;
  }

  .mobileham{
    width: 0px;
  }
}
