

/*============= .1. GENERAL ===================*/
html{justify-content: center;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0;
}

body {
  background-color: #161616;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}



/* ===================== main ================================ */
main {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: fit-content;
  margin-top: 100px;
  justify-content: center;
  align-items: center;
  align-content: center;
}


/* ====================popup=========================== */
#popUp{
  background-color: #0a0a0a3d;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  backdrop-filter: blur(8px);
    background-image: linear-gradient(
        50deg,
        #1b1a1a7a,
        #0f0f0f92,
        #1b1a1a94,
        #0f0f0f94,
        #2726266b);
}

#optionBox{
  flex-direction: column;
  color: #8614C9;
  border: 1px solid #8614C9;
  background-color: black;
  display: flex;
  position: relative;
  width: 30%;
  height: 60%;
  border-radius: 20px;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: auto;
  top: -7%;
  gap: 10px;
  overflow: hidden;

  
}
.options{
  display: flex;
  position: relative;
  width: fit-content;
  font-size: 1.5;
  gap: 50px;
}
.options, a {
  text-decoration: none;
  color: #8614C9;
}
.options:hover{
  filter: hue-rotate(390deg);
}
#popUpX{
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
}
#popUpX:hover{
  filter: hue-rotate(90deg);
  scale: 80%;
}
/*=========  .7. MEDIA QUERIES ================= */
/* <<<<<<<<>>>>>>>>  desktop2 <<<<<<<<>>>>>>>> */
@media screen and (max-width: 1358px) {
}
/* <<<<<<<<>>>>>>>>  desktop 3 <<<<<<<<>>>>>>>> */
@media screen and (max-width: 1112px) {
}
/* <<<<<<<<>>>>>>>>  desktop mini <<<<<<<<>>>>>>>> */
@media screen and (max-width: 909px) {
}
/* <<<<<<<<>>>>>>>> .7b. Tablet <<<<<<<<>>>>>>>> */
@media screen and (max-width: 768px) {
  
}
/* <<<<<<<>>>>>>>> the inbetween mobile and tablet <<<<<<<<>>>>>>>> */
@media screen and (max-width: 644px) {
}
/* <<<<<<<<>>>>>>>> .7b. Mobile <<<<<<<<>>>>>>>> */
@media screen and (max-width: 480px) {
    html, body {
    width: 100%;
    overflow-x: hidden;
  }
  main {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: auto;
    display: flex;
    position: relative;
    
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  
}



#zl {
    display: flex;
    flex-direction: column;
    position: relative; 
    width: 100%; 
    height: fit-content; 
    margin: 0;
    padding: 0%;
    margin: 0 auto;
    gap: 15px; 
    justify-content: center;
    align-items: center;
    align-content: center;
}
a {
    text-decoration: none; 
    color: inherit;
}
ul li {
    list-style: none;
    margin: 0%;
    padding: 0%;
}
#zl--filter--container{
    display: flex;
    position: relative;
    height: 30px; 
    width: 1180px; 
    border: 1px dashed #6b6b6b7a;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    
}
#zl--filter--icon--container{
    display: flex;
    position: relative;
    background-color: #343333;
    align-items: center;
    padding: 0px 10px;
    gap: 8px; 
    height: 85%; 
    width: fit-content; 
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 20px;
}
#zl--filter--icon--container img{
    height: 12px; 
    width: 12px; 
}
#zl--filter--icon--container p{
    margin: 0; 
    color: #B3B2B2;
    font-size: 0.8rem; 
    font-weight: 500; 
}
.zl--filter--option.default{
    border: 2px dashed #00dd25;
    border-radius: 8px;
    padding: 1px 6px;
}
#zl--filter--options{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 15px; 
    height: 100%; 
    margin: 0%;
    padding: 0%;
    width: fit-content; 
    color: #6B6B6B;
}
#zl--filter--option{
    cursor: pointer; 
}
#zl--filter--option:hover{
    color: #951AB0;
}
#zl--avatar{
    display: flex;
    align-items: center;
    position: relative; 
    height: 85%; 
    width: auto;
}
/* ......................................................................................................... */
#zl--contents--tray--container{
    display: flex;
    position: relative; 
    width: 1180px;
    height:30px; 
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
#foot--tray--open--btn{
    display: flex;
    color: #B3B2B2;
    background-color: #343333;
    position: relative; 
    height: fit-content; 
    width: fit-content; 
    align-items: center;
    border-radius: 9px;
    gap: 8px; 
    padding: 5px 10px;
    margin: 0%;
    cursor: pointer; 
}
#foot--tray--open--btn p{
    display: flex;
    position: relative; 
    height: fit-content; 
    width: fit-content; 
    align-items: center;
    margin: 0;
    gap: 8px; 
}
#foot--tray--open--btn img{
    display: flex;
    position: relative; 
    height: 10px; 
    width: 10px; 
    align-items: center;
}
.zl--content--tray{
    display: flex;
    position: relative; 
    width: fit-content; 
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0%;
    padding: 0%;
    color: #6B6B6B;
    gap: 10px;
}
.zl--content--tray a:hover{
    color: #00dd25
}

#zl--tray--nav{
    display: flex;
    gap: 5px;
}

#zl--tray--nav--left,
#zl--tray--nav--right{
    background-color: #343333;
    border: none;
    border-radius: 15px;
    width: 37px;
    height: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#zl--tray--nav--left img
{
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    rotate: 90deg;
}
#zl--tray--nav--right img
{
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    rotate: -90deg;
}

#zl--tray--nav--left:hover,
#zl--tray--nav--right:hover{
    background-color: #000000;
}

/* 3............................................................................................................... */
#zl--pagnation-container{
    display: flex;
    position: relative;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.zl--page{
    display: flex;
    background-color: #343333;
    color: #B0AFAF;
    position: relative; 
    width: 25px;
    height: 25px; 
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    font-size: 0.8rem; 
    cursor: pointer;
    margin: 0;
}
.zl--page.default::after{
    display: flex;
    content: "-";
    border: 1px dashed #00dd25;
    position: absolute; 
    width: 120%;
    height: 120%; 
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.zl--page::after{
    display: none;
    content: "-";
    border: 1px dashed #00dd25;
    position: absolute; 
    width: 110%;
    height: 110%; 
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.zl--page:hover{
    background-color: #00dd25;
    color: #000000;
}

.zl-social-icons{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.zl-icons{
    width: 24px;
    height: 24px;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.zl-icons:hover{
    opacity: 1;
}