
:root {
    /* gloabal csss */

    --dk-red: hsl(0, 76%, 44%);

    --dk-violet: hsl(268, 75%, 9%);
    --lt-violet: hsl(268, 47%, 21%);
    --lt-violet2: hsl(281, 89%, 26%);
    --vb-violet: hsl(285, 91%, 52%);
    --vb-violet2: hsl(290, 70%, 36%);

    --vb-yellow: hsl(52, 100%, 62%);


    --pl-white: hsl(0, 0%, 100%);

    --vb-cyan: hsl(176, 100%, 44%);
    --vb-cyan2: hsl(177, 92%, 70%);

    --dk-text: hsl(198, 20%, 13%);
}

/* * https: //angrytools.com/gradient/ */







h1 {
    color: var(--pl-white);
    opacity: 0.75;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
}
input[type="text"] {
    font-size: min(5vw, 14px);
    padding: 10px;
    min-height: 0px;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    width: 400px;
    max-width: 80%;
    color: #565656;
    text-shadow: 1px 1px #FFF2E9;
    animation: fadeIn 1s;
    text-decoration: none;
    margin-left: 20px;
    font-family: index;
    text-decoration: none;
    padding-top: 10px;
    height: 30px;
}
/* dispay containre */

.display-container {
    position: relative;
    background-color: hsl(0deg 0% 94.8%);
    border-radius: 1rem;
    border-bottom: 0.35rem solid hsl(0deg 0% 95.43%);
    margin: 0.0rem 0;
    padding-top: 0.35rem;
    height: 42px;
}


.Display {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 1.15rem 1rem;
    color: var(--vb-yellow);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 1px;
    padding-right: 3.25rem;
}

.Display::placeholder {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    font-size: 1.5rem;
    line-height: 30px;
    color: black;
    opacity: 0.65;
    text-transform: uppercase;
    transform: translateY(-50%);
    font-family: 'worldwideweb',englishfont;
}

.display-container button {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;

}
.row {
    --bs-gutter-x: .5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.input-container {
    width: 100%;
    background-color: #fff;
    padding: 0rem;
    border-radius: 1rem;
    border-bottom: 0rem solid var(--lt-violet2);
}
.length-container-lib h3 {
font-size: 14px;
text-align: center;
}
.length-container-lib h4 {
font-size: 16px;
text-align: center;
font-family: 'worldwideweb',englishfont;


}
.length-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

.length-container p:nth-child(1) {
    color: black;
    font-size: 14px;
}

.length-container p:nth-child(2) {
    color: #000;
    font-size: 1.5rem;
    font-family: 'worldwideweb',englishfont;

}

.strengthcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0rem;
    margin-bottom: 0rem;
    height: 55px;
}

.strengthcontainer p {
    color: black;
    font-size:14px;
    padding-bottom: 10px;
    font-family: 'worldwideweb',englishfont;
    border: none;

}

.indicator {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.generateButton {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    text-align: center;
    border-radius: 0.75rem;
    border-bottom: 0 solid var(--vb-yellow);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    font-size: 1.25rem;
    cursor: pointer;
    border: 1px solid rgb(234 234 234 / 85%);
}

.generateButton:hover {
    background-color: #fff;
    color: #000;
}


.check {
    display: flex;
    align-items: center;
    margin: 0rem 0;
    gap: 0 1rem;
    height: 33px;
}

.check input {
    /* appearance: none; default tarikha s abrowser style krega woh nhi chaiya */

    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--vb-cyan);
    cursor: pointer;
    position: relative;
    /* as tick ko uspa overlap krna hai */

    border-radius: 10px;
}

.check input:checked {
    background-color: var(--vb-cyan);
    padding-bottom: 30px;
    padding-left: 30px;

}

.check input:checked::before {

    content: '✓';
    position: absolute;
    color: var(--dk-text);
    font-weight: 600;
    font-size: 1.05rem;
    left: 50%;
    top: -3.5px;
    transform: translateX(-50%) translateY(9%);
    z-index: 2;


}

.check label {
    color: black;
    font-size: 16px;
    letter-spacing: 0.75px;
}

.slider {
    position: relative;
    appearance: none;
    width: 100%;
    height: 0.1rem;
    cursor: pointer;
    background-color:#fff;
    border-radius: 1rem;
    margin-top: 0rem;
    margin-bottom: 01rem;
   /* background-image: linear-gradient(#244d07, #163b07);*/
    background-repeat: no-repeat;
}

/* slider thumb ko acess */
.slider::-webkit-slider-thumb {
    position: relative;
    appearance: none;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--vb-yellow);
    cursor: pointer;
    margin-top: -3px;
    box-shadow: 0px 0px 20px 0px rgba(4, 3, 0, 0.5);
    transition: all 100ms ease-in-out;


}

.slider:focus {
    outline: 0px solid var(--vb-yellow);
}

.slider::-webkit-slider-thumb:hover {
    outline: 0px solid var(--vb-yellow);
    background-color: var(--dk-violet);
    box-shadow: 0px 0px 25px 5px rgba(7, 6, 0, 0.8);
}

.copyBtn {
    cursor: pointer;
}

.copy-tooltip {
    position: absolute;
    background-color:#000;
    color: #fff;
    font-size: 14px;
    top: -35px;
    left: -45px;
    padding: 5px 10px;
    border-radius:10px;
    letter-spacing: 2px;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom;
    transition: all 250ms ease-in-out;
    margin-left: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;

}

.copy-tooltip.active {
    opacity: 1;
    transform: scale(1);
}

/* //in case of mozilla firefox */

.slider::-moz-range-thumb {
    position: relative;
    z-index: 1;
    appearance: none;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: var(--vb-yellow);
    box-shadow: 0px 0px 20px 0px rgba(8, 7, 0, 0.5);
    cursor: pointer;
}

.slider::-moz-range-thumb:hover {
    outline: 2px solid var(--vb-yellow);
    background-color: var(--dk-violet);
    box-shadow: 0px 0px 25px 5px rgba(9, 8, 0, 0.8);
}