/*Project Reaction Time*/
/*font   for website*/

@font-face {
    font-family: GoudySans-1;
    src: url("../Fonts/GoudySans\ \(1\).TTF");
}

@font-face {
    font-family: GoudySans-2;
    src: url("../Fonts/GoudySans\ \(2\).TTF");
}

@font-face {
    font-family: GoudySans-3;
    src: url("../Fonts/GoudySans\ \(3\).TTF");
}

@font-face {
    font-family: GoudySans-4;
    src: url("../Fonts/GoudySans\ \(4\).TTF");
}

@font-face {
    font-family: GoudySans-5;
    src: url("../Fonts/GoudySans\ \(5\).TTF");
}

@font-face {
    font-family: GoudySans6;
    src: url("../Fonts/GoudySans\ \(6\).TTF");
}


body {
    font-family: GoudySans-1;

    font-size: 1rem;
    text-rendering: optimizeSpeed;
    background-color: #F3F3F3;

}

h1,
h2 {
    color: #808080;
    font-weight: bold;
}

.nav-item.active {
    font-weight: 600;
}

.heading-1 h2 {
    font-weight: bolder;
    color: #808080;
    font-family: GoudySans-4;
}

.bg-content {
    background-color: #F3F3F3;
}

h3 {
    color: #f96633;
}

.text-dark {
    color: #808080 !important;
}

.play-ground {
    background-color: #FAFAFA;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 30px !important;
}

.action-buttons {
    flex-direction: row;
    display: flex;
    justify-content: space-between;

}

.section-block {
    background-color: #FAFAFA;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 30px !important;
}

.section-block .section-heading h3 {
    font-family: GoudySans-4;
    color: #808080;
    font-size: 28px;
    font-weight: 800;
}

.section-block p,
li {
    color: #656576;
    font-size: 14px;
    text-align: justify;
}

.about-box {
    margin-top: 5% !important;
}

/*feature-box */

.feature-box {
    border-radius: 20px;
    background: #F3F3F3;
    position: relative;

    margin: 0 auto;
}

.small-square {
    margin: 0 auto;
    position: absolute;
    left: 45%;
    bottom: -30px;
}

.small-square svg {
    width: 40px;
}

.feature-box-heading h4 {
    font-weight: bolder;
    font-size: 20px;
    color: #808080;
    font-family: GoudySans-4;
}

.divider {
    width: 100px;
    background: #ccc;
    height: 2px;
    margin: 0 auto;
}

.feature-box p {
    text-align: center;
}

.vertical .nav-item {
    transform-origin: initial;
    margin-top: 28px;
    transform: rotate(90deg);
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    right: 0;
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.accordion-header .accordion-button {
    background-color: #F3F3F3;
    color: #F96633;
    font-weight: bolder;
}

.accordion-button.collapsed {
    background-color: #F3F3F3;
    color: #14436F;
}

.accordion-body {
    text-align: justify;
    font-size: 14px;
}

footer {
    position: relative;
    background-color: #808080;
}

.footer-logo img {
    width: 60px;
    position: absolute;
    top: -30px;
}

.copyright {
    margin-top: 30px;
}

.nav-border {

    border-left: 2px solid #E5E5F6;
}

.footer-menu-links li a {
    padding: 0px 8px 0px 8px;
    font-size: 13px;
    color: #E5E5F6;
}

/*media*/
@media (max-width:768px) {
    .play-ground {
        width: 100%;
        height: 244px;
        border-radius: 20px;
        margin: 0 auto;
    }

    .go-action {
        width: 106px;
        margin: auto;
        margin-top: -21px;
    }

    .section-block .section-heading h3 {

        font-size: 18px;
    }

    .form-group input:checked+label:after,
    .form-group label:before {
        width: 30px !important;
        height: 32px !important;
    }

    .reset img {
        width: 30px !important;
        height: 32px !important;

    }

    .divider-btnalls img {
        width: 100px !important;
    }

    .section-block p {
        color: #656576;
        font-size: 11px;
    }

    .feature-box {
        margin-bottom: 40px;
    }

    .nav-link {
        display: block;
        padding: 3px !important;
    }

    .navbar-brand img {
        width: 61px;
    }

    .windows,
    .apple {
        width: 70px !important;
    }

    .nav-pills .nav-item .nav-link svg {
        width: 14px;
    }
}

.nav-pills .nav-item .nav-link.active svg g path {
    fill: #fff;
}

.nav-pills .nav-item .nav-link {
    outline: none;
}

.nav-pills .nav-item .nav-link.active {
    background: #F96633;
}

.windows {
    color: #fff;

    width: 106px;
    border: none;
    border-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-right: 9px solid #4a4a4a1a;
}

.apple {
    color: #fff;

    width: 106px;
    border: none;
    border-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-left: 9px solid #4a4a4a1a;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    background-image: url("../images/unmute.svg");
    -webkit-appearance: none;

    width: 50px;
    height: 50px;
    background-size: cover;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;

}

.form-group input:checked+label:after {
    background-image: url("../images/mute.svg");
    display: block;
    position: absolute;
    content: '';
    background-size: cover;
    top: 4px;
    left: 5px;
    width: 41px;
    height: 41px;

}


.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 25px;
    display: none;
    background-color: #FAFAFA;
    border: 2px solid #fff;
}


/*keyboard*/
* {
    box-sizing: border-box;
    outline: 0px;
}

::-moz-selection {
    background: transparent;
}

::selection {
    background: transparent;
}


main {
    display: block;
    width: 94%;
    margin: 0 auto;
}

main .input {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
    padding: 18px;
    margin: 0px auto 40px auto;
    text-align: center;

    font-size: 30px;
    line-height: 40px;
    color: #757374;
    border: 0px;
    border-bottom: 2px solid #ddd;
    background: transparent;
}

main .input:empty:not(:focus):before {
    content: attr(data-text);
    opacity: 0.5;
}

main .input:empty:not(:focus):after {
    content: "";
    opacity: 0;
}

main .input:after {
    content: "|";
    opacity: 0;
}

.keyboard {
    display: grid;
    grid-template-columns: repeat(58, 8px);
    grid-template-rows: repeat(6, 56px);
    position: relative;
    width: auto;
    height: auto;
    padding: 10px;
    grid-gap: 12px;
    border-radius: 14px;
    background: #E0E2E4;
}

.keyboard .key {
    display: block;
    position: relative;
    grid-column: span 4;
    color: #757374;
    border-radius: 5px;
    background: #F3F3F3;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 0px #c3cad4;
    cursor: pointer;
}

.keyboard .key:hover {
    background: #f96633;
    color: #fff !important;
}

.pressed {
    background: #11bf0bb3 !important;

}

.colorOne {
    background: #f96633 !important;
}


.keyboard .key.active {

    background: #f96633;
    color: #fff !important;
    border: none;
}

.keyboard .key:active {

    background: #f96633;
    color: #fff !important;
    border: none;

}

.keyboard .key.m {
    grid-column: span 5;
}

.keyboard .key.l {
    grid-column: span 6;
}

.keyboard .key.xl {
    grid-column: span 7;
}

.keyboard .key.xxl {
    grid-column: span 9;
}

.keyboard .key.space {
    grid-column: span 20;
}

.keyboard .key.tch:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 7px);
    width: 14px;
    height: 3px;
    border-radius: 3px;
    background: transparent;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.keyboard .key polyline,
.keyboard .key path,
.keyboard .key line {

    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.keyboard .key span {
    display: block;
    position: absolute;
    text-transform: uppercase;
}

.keyboard .key svg {
    display: block;
    position: absolute;
}

.keyboard .key.lttr span {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 54px;
}

.keyboard .key.double span {
    width: 100%;
    text-align: center;
}

.keyboard .key.double span.up {
    top: 8px;
    font-size: 14px;
    line-height: 12px;
}

.keyboard .key.double span.dw {
    bottom: 10px;
    font-size: 19px;
    line-height: 16px;
}

.keyboard .key.func span {
    width: 100%;
    bottom: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 8px;
}

.keyboard .key.func svg {
    width: 100%;
    top: 8px;
}

.keyboard .key.icon svg {
    width: 100%;
    top: 18px;
}

.keyboard .key.label {
    color: #7d7b7c;
}

.keyboard .key.label.lt span {
    left: 8px;
}

.keyboard .key.label.rt span {
    right: 8px;
}

.keyboard .key.label.lt svg {
    left: 4px;
}

.keyboard .key.label.rt svg {
    right: 4px;
}

.keyboard .key.label span {
    bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.keyboard .key.label svg {
    top: 4px;
}

.keyboard .key.arrow path {
    fill: #7d7b7c;
    stroke: none;
}

.keyboard .key.split .btn {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
}

.keyboard .key.split .btn svg {
    top: 3px;
    width: 100%;
    right: 0px;
}

.keyboard .key.split .btn svg path {
    fill: #7d7b7c;
    stroke: none;
}

.keyboard .key.split .btn.top {
    top: 0px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);

}

.keyboard .key.split .btn.bottom {
    bottom: 1px;
    border-top: 4px solid rgba(0, 0, 0, 0.3);

}

.keyboard .key.lock:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    background: #7d7b7c;
    opacity: 0.6;
}

.keyboard .key.lock.on:after {
    background: #74f583;
    box-shadow: 0px 0px 4px #74f583;
}

.key {
    transition: 0.2s ease-out all;
    -moz-transition: 0.2s ease-out all;
    -webkit-transition: 0.2s ease-out all;
}

.input:after {
    animation-name: cursor;
    animation-duration: 450ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 2s;
}

.del svg {
    top: 14px !important;
}

.uptext {
    font-size: 12px;
}

.w-del {
    font-size: 12px;
    bottom: 4px;
    right: 16px;
    position: absolute;
}

.windows-home {
    left: 22px;
    top: 18px !important;
}

.alt {
    left: 8px;
    right: auto !important;
}

@keyframes cursor {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

@media (max-width:768px) {
    .keyboard {
        display: grid;
        grid-template-columns: repeat(58, 7px);
        grid-template-rows: repeat(6, 54px);
        position: relative;
        width: auto;
        height: auto;
        padding: 0px;
        grid-gap: 9px;
        border-radius: 14px;
        background: #fff !important;
    }

    main {
        display: block;
        width: 100%;
        margin: 0 auto;
        transform: scale(0.35);
        position: absolute;
        top: 122px;
        left: -97px;
    }

}

@media screen and (max-width: 1400px) {
    .keyboard {
        grid-gap: 9px !important;
    }


}

@media screen and (max-width: 1200px) {
    .keyboard {
        grid-gap: 6px !important;
    }


}