  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: inter;
}

:root{
    --bg-color: #F1F1F1;
    --nav-bg:   #1A1A1A;
    --text-color: #E3E3E3;
    --input-stroke: #616161; 
    --input-bg:     #303030;    
    --input-color: #B5B5B5;  
    --user-letter-color: #36FBA1;
    --user-text-color: #E3E3E3;
    --dark-text-color: #000000;
    --btn-bg:           #404040;
    --product-bg:       #F3F3F3;
    --btn-hover-bg:     #F7F7F7;
}

body{
    background: var(--bg-color);
}
nav{
    padding: 15px;
    background: var(--nav-bg);
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(3,1fr);
    color: var(--text-color)
}

#small_logo{
    display: none;
}
.search{
    border: none;
    border: 1px solid var(--input-stroke);
    background: var(--input-bg);
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.search:focus{
    border: none;
    border: 2px solid #FFF;
    background:  var(--input-bg);
}
.search i{
    padding: 5px;
    color: var(--input-color);
    border: none;
    width: 13px;
    height: 13px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    flex-basis: 7%;
}
.search #search{
    flex-basis: 100%;
    outline: none;
    border: none;
    color: var(--text-color);
    border: none;
    padding: 10px 0px; 
    background: transparent;
}
#search::placeholder{
    line-height: 18.2px;
    color: var(--input-color);
    font-weight: 500;
    font-size: 14px;
}
/* .search:hover{
    border: 1px solid #E1E1E1;
}
#focus{
    border: 2px solid #FFFFFF;
} */


.user{
    display: flex;
    align-items: center;
    /* border: 1px solid; */
    /* padding: 5px; */
    color: var(--user-text-color);
    gap: 8px;
    justify-content: flex-end;
}

.user #icon{
    background: transparent;
    border: none;
    outline: none;
    justify-content: center;
    display: flex;
    align-items: center;
}
.user #icon #bell:hover{
    background: #616161;
}

.user #icon:focus > #bell{
    background: #656266;
    box-shadow: 0px 0px 0px 3px #005BD3, 0px 0px 0px 1px #000;
}

.user #bell{
    background: var(--input-bg);
    padding: 10px;
    border-radius: 8px;
}
#user_details{
    border: none;
    background: transparent;
    outline: none;
}

#user_details:hover > p{
    background: #616161;
}
#user_details:focus > p{
    background: #656266;
    box-shadow: 0px 0px 0px 3px #005BD3, 0px 0px 0px 1px #000;
}

 #user_details p{
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    padding: 10px 1px 10px 10px;
    /* border: 1px solid; */
    font-weight: 500;
    border-radius: 8px;
    background: var(--input-bg);
    color: #fff;
}
 #user_details #green{
    background: var(--user-letter-color);
    padding: 8px;
    margin-left: 5px;
    border: none;
    outline: none;
    /* font-size: 12px; */
    color: var(--dark-text-color);
    border-radius: 8px;
}
button #green{
    border: none;
    background: none;
    cursor: pointer;
 }

 


.body{
    border: 1px solid;
    display: flex;
    place-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.body .plan{
    border: 1px solid;
    width: 70%;
    position: absolute;
    top: 15%;
    color: var(--text-color);
    background: var(--nav-bg);
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}

.plan_btn{
    display: flex;
    gap: 8px;
    align-items: center;
    flex-basis: 20%;
  
    /* border: 1px solid; */
    justify-content: space-evenly;
}

.plan_btn a{
    padding: 6px 12px;
    border-radius: 6px;
    outline: none;
    font-family: inter;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0px -1px 0px 0px #B5B5B5 inset;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    border: 1px;
    background: #fff;
    color: var(--dark-text-color);
    cursor: pointer;
}

.plan_btn a:hover{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F7F7F7;
    box-shadow: 0px -1px 0px 0px #B5B5B5 inset;
}
.plan_btn a:focus{
    background: #F7F7F7;
    box-shadow: 0px 2px 1.5px 0px #E2E2E2 inset;
}
.plan_btn a:hover{
    background: var(--btn-hover-bg);
}
.plan_btn a:focus{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 0px 3px #005BD3, 0px 0px 0px 1px #FFF, 0px -1px 0px 0px #B5B5B5 inset;
}
.plan_btn img{
    width: 20px;
    height: 20px;
    color: white;
    cursor: pointer;
}





#main_details{
    border: 1px solid #DBDBDB;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 27%;
    width: 70%;
    padding: 15px;
    border-radius: 18px;
    background: #fff;
    display: flex;
    align-items: center;
}
#main_details summary{
    list-style: none;
    transition: 500ms all ease ;
    position: relative;
    cursor: pointer;
    /* border: 1px solid; */
    padding: 10px;
    color: var(--input-bg);
}
details summary #title{
    line-height: 19px;
    letter-spacing: 0.3px;
    font-weight: 600;
}

#main_details summary::before{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bolder;
    position: absolute;
    color: #4A4A4A;
    right: 0;
}

#main_details[open] #main_summary::before { 
    content:"\f106"; 
}

.summary_content{
    /* border: 1px solid; */
    padding: 5px;
}


.progress{
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}
.progress p{
    font-size: 12px;
    font-weight: 400;
    color: var(--input-bg);
}

.progress-bar{
    width: 72px;
    height: 5px;
    border-radius: 50px;
    background: var(--text-color);
    overflow: hidden;
}
#skill_bar{
    background: var(--nav-bg);
    height: 100%;
    border-radius: 50px 0px 0px 50px ;
    width: 0%;
}

label{
    position: relative;
    width: 100%;
    max-width: 24px;
    height: 24px;
    cursor: pointer;
    flex-grow: 1;
  }
  label:focus{
    outline: none;
    border: none;
  }
  label input{
    display: none;
  }
input + span > svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  input + span > svg{
    opacity: 0;
  }
  input + span > svg:nth-of-type(1){
    animation-name: checkSvgAnimation;
    animation-duration: 70ms;
    animation-timing-function: linear;
    opacity: 1;
  }
  input + span:hover > svg:nth-of-type(2){
    opacity: 1;
  }
  input:focus > span > svg:nth-of-type(5){
    opacity: 1;
  }
  input:checked + span > svg{
    animation-name: checkSvgAnimation;
    animation-duration: 100ms;
    animation-fill-mode: both;
  }
  input:checked + span > svg:nth-of-type(1){
    opacity: 0;
  }
  input:checked + span > svg:nth-of-type(2){
    animation-delay: 50ms;
  }
  input:checked + span > svg:nth-of-type(3){
    animation-delay: 150ms;
  }
  input:checked + span > svg:nth-of-type(4){
    animation-delay: 230ms;
  }
  input:checked + span > svg:nth-of-type(5){
    animation-delay: 300ms;
  }
  input:checked + span > svg:nth-of-type(6){
    animation-delay: 380ms;
  }
  input:checked + span > svg:nth-of-type(7){
    animation-delay: 450ms;
  }
  input:checked + span > svg:nth-of-type(8){
    animation-delay: 520ms;
  }
  input:checked + span > svg:nth-of-type(9){
    animation-delay: 600ms;
  }
  input:checked + span > svg:nth-of-type(10){
    animation-delay: 700ms;
    opacity: 1;
  }
  @keyframes checkSvgAnimation {
     0% {
      opacity: 0;
     } 
     50% {
      opacity: 1;
     } 
     100%{
      opacity: 1;
     } 
  }




.prod1{
    /* padding: 10px; */
}
#prod1[open]{
    background: var(--product-bg);
    border-radius: 10px;
}

#prod1 summary{
    /* border: 1px solid red; */
    /* width: 100%;    */
    display: flex;
    gap: 10px;
    align-items: center;

}
#prod1 summary::before{
    display: none;
}

#prod1 summary p{
    color: #322F33;
}

#prod1[open] summary p{
    font-weight: bolder;
}



.inner_content{
    /* border: 1px solid green; */
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.inner_content img{
    width: 154px;
}
.inner_text{
    /* border: 1px solid;  */
}
.inner_text p{
    line-height: 1.5rem;
    color: #616161;
}
.inner_text a{
    color: #005BD3;
    /* font-size: 14px; */
    font-weight: 500;
    text-decoration: none;
}
.inner_text button{
   padding: 8px 10px;
   outline: none;
   /* border: none; */
   /* color: #fff; */
   font-weight: 500;
   cursor: pointer;
   border-radius: 6px;
}
#non_active{
    border: none;
}
#non_active:hover{
    border-radius: 6px;
    background: #E7E7E7;
}
#non_active:focus{
    border-radius: 6px;
    border: 2px solid var(--states-focused, #005BD3);
    background: #FFF;
}
.inner_text #active_btn:hover{
    border-radius: 6px;
    border-top: 1.5px solid var(--stroke-light-100, rgba(255, 255, 255, 0.20));
    border-right: 1.5px solid var(--stroke-light-100, rgba(255, 255, 255, 0.20));
    border-left: 1.5px solid var(--stroke-light-100, rgba(255, 255, 255, 0.20));
    background: #2A2A2A;
    box-shadow: 0px 0px 0px 1.5px #333, 0px 1px 0px 1.5px #333, 0px 2px 0px 0px #000;
}


.inner_text #active_btn:active{
    border-radius: 6px;
background: #2B2B2B;
box-shadow: 0px 0px 0px 1.5px #333, 0px 3px 0px 0px #000 inset;
}

.inner_text #active_btn:focus{
    border-radius: 6px;
border-top: 1.5px solid var(--stroke-light-100, rgba(255, 255, 255, 0.20));
border-right: 1.5px solid var(--stroke-light-100, rgba(255, 255, 255, 0.20));
border-left: 1.5px solid var(--stroke-light-100, rgba(255, 255, 255, 0.20));
background: #404040;
box-shadow: 0px 0px 0px 3px #005BD3, 0px 0px 0px 3px #FFF, 0px 0px 0px 1.5px #333;
}
#active_btn{
   color: #fff;
   border-radius: 6px;
   border-top: 1.5px solid var(--stroke-light-100, rgba(255, 255, 255, 0.20));
   border-right: 1.5px solid var(--stroke-light-100, rgba(255, 255, 255, 0.20));
   border-left: 1.5px solid var(--stroke-light-100, rgba(255, 255, 255, 0.20));
   background: #404040;
   box-shadow: 0px 0px 0px 1.5px #333, 0px 1px 0px 1.5px #333, 0px 2px 0px 0px #000;
}












/* Drop Down Icon */
.user_drop{
    border: 1px solid #DBDBDB;
    background: #fff;
    border-radius: 14px;
    position: absolute;
    right: 7px;
    top: 12%;
    width: 25%;
    color: var(--input-bg);
    z-index: 5;
    display: none;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}
.user_drop #dropdown_user i{
    right: 5%;
    position: absolute;
}
.user_drop #username{
    font-size: 13px;
    color: var(--input-bg);
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.2px;
}
.user_drop #dropdown_user{
    padding: 5px;
    margin: 5px;
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    background: var(--bg-color);
    border-radius: 8px;
}
.user_drop button{
    background: var(--user-letter-color);
    padding: 8px;
    margin-left: 3px;
    border: none;
    outline: none;
    /* font-size: 12px; */
    color: var(--dark-text-color);
    border-radius: 8px;
}
.user_drop #green{
    font-size: 12px;
}
.user_drop a{
    text-decoration: none;
    color: var(--input-bg);
}
.user_drop a:hover{
    background: #F1F1F1;
}
ul{
    border: 1px solid #E1E1E1;
    border-left: none;
    border-right: none;
    width: auto;
}
ul li, #store{
    font-size: 14px;
    list-style: none;
    padding: 12px;
}

ul li:hover{
    background: #F1F1F1;
}
ul a li:active{
    border: 2px solid #005BD3;
    background: transparent;
}

#store{
    display: flex;
    align-items: center;
}
#store img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#logout{
    border: none;
}
#logout li span{
    font-size: 11px;
}
/* User Dropdown */


/* Notification */
#bell{
    cursor: pointer;
    color: #fff;
}
.notification{
    border: 1px solid #DBDBDB;
    background: #fff;
    border-radius: 14px;
    position: absolute;
    right: 7px;
    top: 12%;
    width: 33%;
    padding: 16px;
    z-index: 5;
    display: none;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}

.top_section{
    padding: 16px;
    display: flex;
    justify-content: space-between;
}
.top_section p{
    font-size: 16px;
    font-weight: 600;
    color: var(--input-bg);
}
.top_section .notification_icons{
    display: flex;
    align-items: center;
    place-content: center;
    gap: 30px;
}
.top_section .notification_icons img{
    width: 20px;
    height: 20px;
}

.text_section{
    background: var(--bg-color);
    text-align: center;
    padding: 16px;
    color: var(--input-stroke);
}
.text_section p{
    font-weight: 500;
}






@media(max-width: 1104px){
    .body .plan{
        top: 20%
    }
    #main_details{
        top: 41%
    }
}


@media (max-width: 910px){
    #big{
        display: none;
    }
    #small_logo{
        display: flex;
    }
    #username{
        display: none;
    }
    .user #user_details p{
        padding: 7px 0px 7px 0px;
    }
    #user_details #green{
        margin-left: 0px;
    }

    nav{
        display: flex;
        justify-content: space-evenly;
    }
    .search{
        flex-basis: 60%;
    }

    .body .plan{
        width: 90%;
        top: 12%;
        flex-direction: column;
    }
    .plan_btn{
        width: 95%;
        margin-top: 10px;
        padding: 5px;
        justify-content: space-between;
    }
    
    #main_details{
        width: 90%;
        margin-top: 17px;
        top: 28%;
    }
    
}

@media(max-width: 850px){
    .inner_content img{
        display: none;
    }
    .inner_text{
        padding: 15px;
    }
    .user_drop{
        width: 80%;
    }
    .user_drop #dropdown_user{
        margin: 0;
    }
    .notification{
        width: 89%;
    }
}

@media (max-width: 450px){
    nav{
        display: flex;
        justify-content: space-between;
    }

    #main_details{
        width: 90%;
        top: 25%;
    }
    
    .user{
        justify-content: space-between;
    }
    
    .search{
        width: 20%;
    }
    .plan p{
        font-size: 12px;
    }
    .text_section p{
        font-size: 13px;
    }
    
}