@font-face {
    font-family: 'icons';
    src: url('idex.woff2');
}

@font-face {
    font-display: swap;
    font-family: 'main-font';
    src: url(index.1.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: 'main-font';
    src: url(index.2.woff2) format("woff2");
    font-weight: 500 800
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'main-font';
}

.new-icons{
    font-family: 'icons';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.fixed-wh{
    padding: 16px;
}

header{
    height: 100vh;
    min-width: 87px;
    width: 87px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: 0px;
    z-index: 2;
    border-right: 1px solid rgba(91, 97, 110, 0.2);
    padding: 16px;
    display: flex;
}

.logo{
    padding-left: 12px;
    padding-bottom: 32px;
    padding-top: 8px;
}
.hover-menu{
    border-radius: 1000px;
    background-color: transparent;
    cursor: pointer;
}

.hover-menu:hover{
    background-color: rgb(240, 243, 250);
}
main{
    margin-left: 87px;
}
.header-top {
    padding-top: 16px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(91, 97, 110, 0.2);
}

.header-top h1{
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin: 0;
}
.header-top > div > div{
    background-color: rgb(238, 240, 243);
    border-radius: 1000px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box{
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 600px;
    padding-top: 100px;
}

.box h1{
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    margin: 0;
}



.link{
    border: 1px solid rgba(91, 97, 110, 0.66);
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
}

label{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px;
    color: rgb(10, 11, 13);
}



.empty-space{
    height: 80px;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.cus-padd{
    width: 100%;
    padding: 0 80px 0 80px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-box-1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    max-width: 50%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top-box-1 h1{
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    color: rgb(10, 11, 13);
    padding-bottom: 24px;
    text-align: start;
}

.top-box-1 p{
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(10, 11, 13);
    padding-bottom: 48px;
    text-align: start;
}
.top-box-1 button{
    height: 56px;
    overflow: visible;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(0,82,255);
    border-radius: 56px;
    width: 320px;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: 'main-font';
    padding: 0 32px 0 32px;
}

.top-box-2{
    width: 28%;

}


@media (min-width: 1280px) {
    .listing {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}


.listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}

.list-box{
    width: 33.33%;
    background-color: rgb(238, 240, 243);
    padding: 32px;
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
        -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;

}

.list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.list-content h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: start;
    color: rgb(10, 11, 13);
    margin: 0;
    padding-top: 32px;
}

.paddi-ri{
    padding-right: 24px;
}
.list-content p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: start;
    color: rgb(91, 97, 110);
    margin: 0;
}

.bar{
    width: 42px;
    height: 24px;
    border-radius: 1000px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1px;
    background-color: rgb(191, 196, 207);
    border-color: rgba(91, 97, 110, 0.66);
    margin-top: 15px;
}

.bar .ball{
    transform: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 8px 12px;
    width: 22px;
height: 22px;
    top: 1px;
    left: 1px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1000px;
}

@media (max-width: 600px) {
    header, .search-desk, .header-top h1{
        display: none !important;
    }
    main{
        margin-left: 0%;
    }
    .cus-padd{
        padding: 0;
    }
       .top-box-1 {
                max-width: unset;
        }
        .top-box-1 h1{
            font-size: 40px;
        }
    .listing{
        flex-direction: column;
    }
    .list-box{
        width: 100%;
    }
    .paddi-ri{
        padding: 0;
    }
    .top-box-2{
        display: none;
    }
    .top-box-1 button{
        width: 100%;
    }
}

@media (min-width: 600px) {
    .logo-mob, .search-mob{
        display: none !important;
    }
}


@keyframes backGround {
    from{
        opacity: 0;
    }to{
        opacity: 1;
    }
}

.hidden-important{
    display: none !important;
}