@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Inter';
}

.text-ledger {
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -2.25px;
    line-height: 56px;
    text-transform: none;
}

.product-card {
    background: hsla(0, 0%, 100%, .02);
    border: 1px solid #525252;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 1px 0 0px;
    position: relative;
    transition: .3s ease, border .3s ease-out;
    /* width: calc(33.33333% - 16px); */
    z-index: 1;
}
.product-card h3, .product-card p {
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.product-card .image-container {
    align-items: center;
    background: linear-gradient(196deg, hsla(0, 0%, 100%, 0) 8.21%, hsla(0, 0%, 100%, .05) 89.11%);
    display: flex;
    flex: 1 0 0;
    height: 259px;
    justify-content: center;
}

.product-card .image-container div {
    height: 100%;
    padding: 0 62px;
}

.product-card:hover .image-container img {
    transform: translateY(-8px);
}

.product-card:hover {
    background: hsla(0, 0%, 100%, .04);

    border-color: #fff;
}

.tag.new {
    left: 10px;
    position: absolute;
    top: 10px;
}

.tag {
    background-position: 0 0, 0 100%, 100% 100%, 100% 0;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    /* height: -moz-fit-content; */
    height: fit-content;
    padding: 8px 15px;
    /* width: -moz-fit-content; */
    /* width: fit-content; */
}

.tag .purple {
    padding: 5px 10px;
    font-family: HMAlphaMono, Open sans, arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .42px;
    color: #fff;
    text-transform: uppercase;
}

.product-card .text-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    padding: 0 24px;
}

.mt-50 {
    margin-top: 58px;
}

.mt-60 {
    margin-top: 25px;
}

.footer {
    background-color: #000;
    font-weight: 400;
    padding: 80px 0 40px;
}

#footer,
#footer a {
    color: #949494;
}

.footer-logo {
    filter: invert(1);
    height: 40px;
    margin-bottom: 40px;
}

.text-caption {
    font-size: 13px;
    line-height: 22px;
    font-family: Inter, Times New Roman, arial, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.margin-xxs {
    margin-bottom: 12px;
}

#footer .credit-img {
    max-height: 44px;
    width: auto;
}

.text-product {
    color: #fff;
    font-weight: 600;
}
.footer-list {
    list-style: none;
    line-height: 30px;
}
.footer-list li a{
        color: #949494;
    font-size: 0.9rem;
    font-weight: 400;
    list-style: 1.6;
    padding-bottom: 6px;
    padding-top: 6px;
}
.progress-container-01{
        display: flex
;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 2%;

}
.circle {
    background-color: #fff;
    color: #999;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #b2bec3;
    transition: border-color 0.4s ease;
}
.progress-container-01::before {
    content: "";
    background-color: #BDBDBD;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    height: 4px;
    width: 85%;
    z-index: 1;
}
.circle.active {
    border-color: #ff5300;
}
.btn-start{
        background-color: #ff5300;
            padding: 12px 24px;
            color: #fff;
                font-size: 1.1rem;
    font-weight: 600;
}
.btn-start:hover{
    color: #fff;
}
.progress-bar {
    background-color: #ff5300;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: 1;
    transition: width 0.4s ease;
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.arrow-right{
    font-size: 25px;
}
.bg-gradient-to-br  {
   background:  #FFF7F2;
   border: 1px solid rgb(255 83 0 / 0.1) !important;
}
.list-header{
    list-style: none;
}
.shield-icon{
    color: #ff5300;
}
.font-medium {
    font-weight: 500;
    color: rgb(31 41 55 1);
}
.list-tab{
    list-style: none;
    background: #F3F4F6;
    padding: 12px 10px !important;
        border-radius: 8px;

}
.list-tab li a{
    padding: 0.5rem 1rem;
        color: #6B7280;
        font-family: 'Inter';
        font-weight: 500;
        border-radius: 8px;
  transform: translateX(0px);

        /* transition: transform 0.3s ease, background 0.3s, color 0.3s; */
}
.list-tab li a.active-tab{
    background: #fff;
    color: #000;
}
.list-tab a:hover {
    background: #fff;
    color: #000;
  transform: translateX(99px);
}
.text-recovery{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    color: #1f2937;
}
.para-recovery{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    color: #6b7280;
}
.input-field{
            border-radius: 8px; 
            padding: 0.625rem  0.75rem;
            padding-left: 2rem;
                font-size: 0.875rem;
    line-height: 1.25rem;
        --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
        border-width: 1px;
        height: 45px;
}
.input-field-01{
            border-radius: 8px; 
            padding: 0.625rem  0.75rem;
            padding-left: 2rem;
                font-size: 0.875rem;
    line-height: 1.25rem;
        --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
        border-width: 1px;
        height: 45px;
}
.input-field-01:focus{
      border: 2px solid #ff5300;
      box-shadow: none !important;
}
.lock-icon{
       position: absolute;
    left: 0px;
    transform: translate(10px, -31px);
    font-size: 18px;
}
.show-icon{
          position: absolute;
    right: 0px;
    transform: translate(-10px, -31px);
    font-size: 18px;
}

.text-label{
    position: absolute;
       --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
        font-size: 0.75rem;
    line-height: 1rem;
    
    transform: translate(10px, 10px);   
}
.btn-reset{
        --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    background: #F3F4F6;
    border-radius: 8px;
    padding: 12px 25px;
}
.btn-reset:hover{
        --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.btn-pass{
        --tw-bg-opacity: 1;
    background-color: rgb(255 83 0 / var(--tw-bg-opacity, 1));
    padding: 0.625rem 1.25rem;
    color: #fff;
    border-radius: 10px;
}
.btn-passphrase{
       --tw-bg-opacity: 1;
    background-color: rgb(255 83 0 / var(--tw-bg-opacity, 1));
    padding: 0.625rem 1.25rem;
    color: #fff;
    border-radius: 10px;
}
.btn-passphrase:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    color: #fff;
}

.btn-pass:hover{
    color: #fff ;
    transform: scale(1.1);
}
.gap-btn{
    gap: 25px;
}
.d-input-none{
    display: none;
}

.gap-input-field {
    
    row-gap: 5px;
    column-gap: 20px;
    /* justify-content: center; */
}
@media screen and (max-width:767px) {
    .gap-btn{
        gap: 12px;
        margin-top: 15px;
    }
    .flex-padding{
        padding: 0px !important;
    }
    .padding-column{
        padding: .6rem !important;
    }
    .list-tab li a {
        font-size: 12px;
    }
}
@media screen and (max-width:991px) {
    .device-section .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    } 
    
} 
