@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');
*,
*::before,
*::after {
  box-sizing: inherit;
  font-family: "Epilogue";

}          
body{
    font-family:  "Epilogue", serif;
  }
.signIn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
}

.page-header{
    font-family: Epilogue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight:400 ;
    line-height: 69.72px;

    h1{
        font-size:68.02px ;
        
        line-height: 69.72px;
        color:rgba(0, 0, 0, 1);
    }
    p{
        font-size:30px ;
        line-height: 30.75px;
        color:rgba(0, 0, 0, 1);
    }
}
.register-div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
    padding: 12px;
    margin: 25px 10px 50px;
    border-radius: 30px;
    gap: 66px;
    padding-left: 102px;

    .student-img{
        width: 104.81px;
        height: 102.20px;
    }
    .sign-up-label{
        font-family: Epilogue;
        font-weight: 500;
        font-size: 28.86px;
        line-height: 29.58px;
        letter-spacing: 0%;

        span{  
            font-weight: 600;
        }
    }

}



.reg-radio {
    appearance: none;
    width: 30px;
    height: 30px;
    color: #D9D9D9 ;
    border: 4px solid  #d0cece;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.reg-radio:checked {
    border: 4px solid  #bebebe;
}

.reg-radio:checked::before {
    content: "";
    width: 19px;
    height: 19px;
    background: #007bff;
    border: 4px solid #0262c9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.student-img {
    width: 40px;
    height: 40px;
}

.sign-up-label {
    font-size: 16px;
    font-weight: bold;
}
  

/* side - filter */



.sidebar {
    z-index: 2000;
    width: 250px;
    height: 100%;
    position: absolute;
    float: left; 
    display: flex;
    flex-direction: column;
    margin: 0 45px;
}

.filter-header{
    font-family: Epilogue;
    font-weight: 600;
    font-size: 17.27px;
    line-height: 17.7px;
    color: #112211;
}
.price-div{
    display: flex;
   
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    background-color: rgba(255, 255, 255, 1);
    font-family: Epilogue;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid #00000029;
    .price-label{      
    font-weight: 600;
    font-size: 12.36px;
    line-height: 12.67px;
    }
    .slider-container {
        position: relative;
        display: inline-block;
        width: 100%;

        .circle {
            display: block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background-color: #28a745;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
          }
          
          .circle:first-child {
            left: 0;
          }
          
          .circle:last-child {
            right: 0;
          }
    }
    
    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 1.19px;
        border-radius: 5px;
        background: #11221169;
        outline: none;
        opacity: 0.9;
        transition: opacity 0.2s;
        position: absolute;
        
    }
    
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 14px;
        height: 14px;
        background: #28a745;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    
    .price-values {
        display: flex;
        justify-content: space-between;
        font-family: Epilogue;
        font-weight: 500;
        font-size: 10.94px;
        line-height: 11.22px;

    }
}
.rating-div, .experience-div{
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    background-color: rgba(255, 255, 255, 1);
    font-family: Epilogue;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid #00000029;
    .rating-label, .experience-label{
        font-weight: 600;
        font-size: 12.36px;
        line-height: 12.67px;
    }

.rating-options, .experience-options {
    display: flex;
    gap: 5px;
}

.rating-options button, .experience-options button {
    padding: 6px 10px;
    border: 1px solid #bbb;
    background: white;
    cursor: pointer;
    border-radius: 5px;
    font-size: 8.82px;
}

.experience-options .active {
    background: #4AC053;
    color: white;
}
}
.instructor-div, .location-div{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 20px;
        background-color: rgba(255, 255, 255, 1);
        font-family: Epilogue;
        padding: 10px 20px;
        border-radius: 18px;
        border: 1px solid #00000029;
        .instructor-header, .location-header{
            font-weight: 600;
            font-size: 12px;
            line-height: 35.3px;
            border-bottom:1px solid #2A2A2A14;
        

        }
        .checkbox-group{
            gap: 20px;
            display: flex;
            flex-direction: column;
        }
.checkbox-group input[type="checkbox"] {
    appearance: none;
    width: 19px;
    height: 19px;
    border: 1px solid #28a745;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    
}
.checkbox-group input[type="checkbox"]:checked {
    background-color: #28a745;
}
.checkbox-group input[type="checkbox"]::before {
    content: "\2713"; 
    font-size: 14px;
    color: white;
    display: none;
}
.checkbox-group input[type="checkbox"]:checked::before {
    display: block;
}
.checkbox-group label {
    display: flex;
    align-items: center;
    color: #333;
    cursor: pointer;
    font-family: Epilogue;
    font-weight: 400;
    font-size: 13px;
    column-gap: 10px;
}
}



