/* Custom site css */


/* Font Roboto*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
}


/*theme other color*/

:root {
    --theme-Color: #E95237;
    --dark-them: #cccccc;
    --btn-color: #F2F2F2;
    --footer: #F2F2F2;
    --footer-color: #7F7F7F;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
}

h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

[data-theme="dark"] h4 {
    color: #fff;
}

nav {
    font-weight: 500;
    font-size: .78947rem;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 1rem;
}


/* .navbar-light{
    border-bottom: 1px solid #ff973a8a;
    box-shadow: 0px 0px 8px 0px #c93200;
} */


/*Light mode*/

.main-content {
    margin-top: 80px
}

.btn-login,
.btn-login:hover,
.btn-login:focus {
    color: var(--theme-Color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    box-shadow: none;
}

.search-box {
    position: relative;
}

.search-icon {
    position: absolute;
    right: 24px;
    top: 9px;
    opacity: 0.6;
}

.social-info p,
.get-from p {
    font-size: 15px;
    letter-spacing: 1px;
}

.social-icons span i {
    margin-right: 17px;
    font-size: 26px;
}

.btn.btn-warning {
    background-color: var(--theme-Color) !important;
    border-radius: 30px;
    color: var(--btn-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.hilight a {
    background-color: #E5E5E5;
    color: #333333 !important;
    border-radius: 30px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.small-icon {
    font-size: 8px;
}

.divider:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 13px;
    width: 100%;
    height: 22px;
    border-right: 1px solid #ccc;
    margin-right: 12px !important;
    padding-right: 12px;
}

.nav-item {
    position: relative;
    margin-right: 22px;
}

footer {
    background-color: var(--footer);
    color: var(--footer-color);
}

.get-from-icon img {
    width: 100%;
    height: 50px;
}

.footer-ul {
    margin-left: 0px;
}

.footer-ul li {
    margin-left: -40px;
    list-style: none;
    margin-bottom: 10px;
}

.footer-list .col p {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(35 35 35);
}

.navbar-light {
    background-color: #f3f3f3;
}

.div-full-div {
    background-color: #333333;
    padding: 50px 0px 40px 0px;
}

.sub-box-section {
    margin-top: 8%;
}

[data-theme="dark"] .sub-action-box {
    background: #191919;
    color: #ffffff;
}

.sub-action-box {
    padding: 13px 6px 6px;
    background: #fff;
    border-radius: 16px;
    color: #000000;
    font-size: 18px;
}

.card-p-box {
    font-size: 17px;
}

.click-div {
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    height: 8rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.area1 {
    background-image: linear-gradient(263deg, #de6262 20%, #ffb88c 80%);
}

.area2 {
    background-image: linear-gradient(147deg, #d9ff41 15%, #ffa400 85%);
}

.area3 {
    background-image: linear-gradient(22deg, #ff512f 15%, #dd2476 85%);
}

.area4 {
    background-image: linear-gradient(22deg, #ff5f6d 25%, #ffc371 75%);
}

.area6 {
    background-image: linear-gradient(22deg, #fa7a15 15%, #f8d90f 65%);
}

.area7 {
    background-image: linear-gradient(171deg, #e4c7b7 5%, #c2649a 95%);
}

.area8 {
    background-image: linear-gradient(147deg, #cbe54e 25%, #94e447 75%);
}

.area9 {
    background-image: linear-gradient(147deg, #0ccdac 15%, #c1fcd3 85%);
}

.area10 {
    background-image: linear-gradient(147deg, #e3ff73 15%, #e27c39 85%);
}

.area11 {
    background-image: linear-gradient(147deg, #d9ff41 15%, #ffa400 85%);
}

.area5 {
    background-image: linear-gradient(263deg, #ea5237 1%, #ffb347 96%);
}

.play {
    font-size: 3rem;
    color: #191919;
}

.play:hover {
    text-shadow: 0px 0px 8px rgb(255, 171, 25), 0px 0px 22px rgb(242, 255, 57), 0px -1px 0px rgba(255, 242, 63, 0.5);
}

.g-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.border-50 {
    border-radius: 61px;
    padding: 32px;
}

.box-text+span {
    color: #fff;
}

.sub-box {
    color: #fff;
}

.box-text {
    font-size: 29px;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
}

.sub-box p {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.sub-box span {
    font-size: 18px;
}

.btn-connect {
    background: #fff;
    color: #ea5237;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding-top: 7px;
    margin-top: 14%;
    width: 90%;
}

.form-inline input:focus,
.form-inline input:hover {
    border-color: var(--theme-Color);
    box-shadow: none;
}

.navbar-light>a:hover,
.navbar-light ul li a:hover {
    color: var(--theme-Color) !important;
    transition: 0.6S all;
}

.navbar-light .navbar-brand {
    font-size: 30px !important;
    font-weight: 300;
}

.form-inline input {
    border-radius: 10px !important;
}

.modal {
    margin-top: 5rem;
}

.vl {
    border-left: 6px solid #ffbc00;
    height: 280px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.hrc {
    border: 0.1px solid #ffffff45;
}

.faq-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed rgb(255 0 0);
}

.sidebar-btn {
    color: #000;
    border: 2px solid #c6c6c6;
    width: 70%;
    margin: 7px 7px 7px 3rem;
    align-items: center;
    border-radius: 10px;
    background-color: #f3f3f3;
}

.sidebar-btn:hover {
    background-color: #E95237;
    color: #fff;
}

.active {
    background-color: #E95237;
    color: #fff;
}

.navbar-light {
    z-index: 111111;
}

.sub-links a,
.sub-links img {
    display: block;
    margin-bottom: 10px;
}


/*-----------------------------------------------------------------------------*/


/*scroll change*/

* {
    scrollbar-width: thin;
    scrollbar-color: #000 #888;
}


/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #888;
}

*::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
    border: 3px solid #888;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #000;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*Dark mode*/

[data-theme="dark"] .earn-text {
    color: #fff;
}

[data-theme="dark"] .navbar-light {
    background-color: #1A1A1A;
}

[data-theme="dark"] .navbar-light>a,
[data-theme="dark"] ul li a {
    color: var(--dark-them) !important;
}

[data-theme="dark"] .btn-warning {
    color: #000 !important;
    text-transform: uppercase;
}

[data-theme="dark"] .hilight a {
    background-color: #1A1A1A;
}

[data-theme="dark"] .footer-list .col p {
    font-size: 18px;
    color: var(--dark-them);
}

[data-theme="dark"] footer {
    background-color: #1a1a1a;
}

[data-theme="dark"] .form-inline input {
    background-color: black;
}

[data-theme="dark"] .form-inline input:focus,
[data-theme="dark"] .form-inline input:hover {
    transition: 0.6s all;
    background: #000;
}

[data-theme="dark"] .dropdown-menu {
    color: #ffffff;
    background-color: #191919;
}


/*dark and light mode control*/

.dropdown-item {
    padding: 0.5rem 1.5rem;
}

#darkSwitch {
    display: none;
}

.switch-label {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 60px;
    height: 24px;
    margin: 0 auto;
    background-color: var(--dark-them);
    border-radius: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.3s ease background-color;
    overflow: hidden;
}

#star {
    position: absolute;
    top: 3px;
    left: 8px;
    width: 17px;
    height: 17px;
    /* background-color: var(--theme-Color); */
    transform: scale(1);
    border-radius: 50%;
    transition: 0.3s ease top, 0.3s ease left, 0.3s ease transform, 0.3s ease background-color;
    z-index: 1;
}

#star-1 {
    position: relative;
}

#star-2 {
    position: absolute;
    transform: rotateZ(36deg);
}

.star {
    top: 0px;
    left: -3px;
    font-size: 29px;
    line-height: 2px;
    color: var(--theme-Color);
    transition: 0.3s ease color;
}

#moon {
    position: absolute;
    bottom: -52px;
    right: 8px;
    width: 20px;
    height: 20px;
    background-color: var(--theme-Color);
    border-radius: 50%;
    transition: 0.3s ease bottom;
}

#moon:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -9px;
    width: 20px;
    height: 20px;
    background-color: var(--dark-them);
    border-radius: 50%;
    transition: 0.5s ease background-color;
}

#darkSwitch:checked+label {
    background-color: #000;
}

#darkSwitch:checked+label #star {
    top: 3px;
    left: 64px;
    transform: scale(0.3);
    background-color: var(--theme-Color);
}

#darkSwitch:checked+label .star {
    color: var(--theme-Color);
}

#darkSwitch:checked+label #moon {
    bottom: 3px;
}

#darkSwitch:checked+label #moon:before {
    background-color: #000;
}


/*Responsive media*/


/* @media (min-width: 992px){

nav{
    font-size: 12px !important;
}
.btn.btn-warning, .btn-login{
    font-size: 10px;
}
.form-inline .form-control{

    font-size: 11px;
}
.box-text {
    font-size: 22px;
    line-height: 28px;}
.box-text+span {
    color: #fff;
    font-size: 13px;
}

} */

.navbar-toggler {
    /* position: absolute; */
    right: 16%;
    top: 7px;
}

@media (max-width: 768px) {
    .left-box p,
    .right-box p {
        text-align: center;
    }
    .right-box {
        margin-top: 10%;
    }
    .sub-box p {
        font-size: 37px;
    }
    .sub-box span {
        font-size: 18px;
    }
    .box-text {
        font-size: 19px;
        line-height: 23px;
    }
    .btn-connect {
        margin-top: 3%;
    }
    .footer-list .col {
        width: 100% !important;
        flex: auto;
    }
    .left-box,
    .right-box {
        width: 100% !important;
        float: none !important;
    }
    .sub-action-box {
        margin-bottom: 12px;
    }
    .text-portfolio-section h1,
    .text-option-section h1 {
        font-size: 27px;
    }
    .text-portfolio-section {
        width: 80% !important;
    }
    .earn-info {
        padding-top: 5% !important;
    }
    .app-image {
        text-align: center;
        margin-top: 10%;
        margin-bottom: 8%;
    }
    .app-image img {
        width: 60% !important;
    }
}

.navbar-light .navbar-toggler {
    background-image: linear-gradient( 263deg, #ea5237 1%, #ffb347 96%);
    padding: 3px 7px;
    font-size: 12px;
}

.btn-light {
    background-color: #666666 !important;
    border-color: #c7bcbc !important;
    color: #fff !important;
    font-size: 19px !important;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:focus-within,
.btn-info:active {
    background: #ea5237 !important;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    font-size: 19px;
}

.left-box {
    width: 81%;
    float: left;
}

.right-box {
    width: 81%;
    float: right;
}

.left-box p,
.right-box p {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 600;
}

[data-theme="dark"] .test-block {
    background: #333333;
}

.test-block {
    padding: 31px;
    background: #f3f3f3;
    border-radius: 20px;
    transition: 0.3s all;
    /* box-shadow: 0px 0px 3px var(--theme-Color); */
}


/* .test-block:hover,
.test-block:focus-within {
    box-shadow: 0px 0px 6px var(--theme-Color);
} */

.top-score p,
.sub-box-section .top-text {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.divider-add {
    width: 60%;
    margin: 0 auto;
    height: 1px;
    background: var(--footer-color);
    margin-top: 20px;
    margin-bottom: 20px;
}


/*score tabs*/

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f7f7f7;
    border-color: #cac9c9;
}

[data-theme="dark"] .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #000;
    border-color: #4b4a4a #4b4a4a #4b4a4a;
}

.nav-tabs .nav-link {
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    color: #9a9a9a;
    padding-bottom: 16px;
}

[data-theme="dark"] .nav-tabs .nav-link {
    color: var(--footer-color);
}

[data-theme="dark"] .nav-tabs .nav-item {
    background: #2f2f2f;
    margin-right: 0px;
}

.nav-tabs .nav-item {
    background: #ececec;
    margin-right: 0px;
}

.nav-tabs .nav-item:first-child,
.nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 8px;
}

.nav-tabs .nav-item:last-child,
.nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 8px;
}

.table-data .table thead th {
    border-bottom: 1px solid #cac9c9;
    border-top: none;
}

[data-theme="dark"] .table-data .table thead th {
    border-bottom: 1px solid #2f2f2f;
    border-top: none;
}

[data-theme="dark"] .tab-content>.tab-pane {
    border: 1px solid #2f2f2f;
}

.tab-content>.tab-pane {
    border-radius: 8px;
    border: 1px solid #cac9c9;
}

[data-theme="dark"] .tab-content {
    background: #000;
}

.tab-content {
    position: relative;
    top: -8px;
    background: #f7f7f7;
    border-radius: 8px;
}

.table {
    color: var(--footer-color)
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.tab-pane.active:focus-within {
    border: none;
}

.nav-tabs {
    border: none;
}

.table-data table td {
    border: none !important;
}

.text-option-section {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8%;
}

[data-theme="dark"] .portfolio {
    background: #1a1a1a;
}

.text-portfolio-section p,
.text-option-section p {
    color: var(--footer-color);
    font-size: 18px;
}

.text-portfolio-section h1,
.text-option-section h1 {
    font-weight: bold;
}

.portfolio {
    background: #fbfbfb;
}

.text-portfolio-section {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5%;
}

[data-theme="dark"] .sub-port-text p {
    color: var(--dark-them);
}

.sub-port-text p {
    font-size: 15px;
    color: #000;
}

.main-port-text p {
    font-size: 33px;
    font-weight: 600;
    padding-top: 15px;
}

.list-icon .icon {
    width: 13%;
    float: left;
}

.list-icon .icon-text {
    width: 85%;
    font-size: 25px;
    font-weight: 600;
    float: left;
}

.long-text {
    clear: both;
    font-size: 17px;
    padding-top: 10px;
}

.list-section {
    margin-bottom: 60px;
}

.earn-info p {
    font-size: 45px;
    font-weight: 600;
}

.earn-text {
    font-size: 17px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    font-weight: 400;
}

.hr-div {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dddddd;
}

.earn-btn,
.earn-btn:hover,
.earn-btn:focus-within {
    background: none;
    box-shadow: none;
    border-radius: 50px;
    padding-left: 50px;
    padding-right: 50px;
    color: var(--footer-color);
}

.earn-info {
    padding-top: 20%;
}

@media only screen and (max-width: 800px) {
    .header-logo {
        max-width: 193px !important;
        max-height: 48px !important;
    }
    .navbar-nav {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .form-check {
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

::selection {
    background: var(--theme-Color);
}

.test-block:hover .sub-action-box {
    transition: 0.5s all;
    /* border-color: var(--theme-Color); */
}

a {
    color: #d0330f;
    text-decoration: none;
    /* background-color: transparent; */
}

[data-theme="dark"] a {
    color: #d0330f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--theme-Color) !important;
    transition: 0.6S all;
}

.score-hit-time {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

[data-theme="dark"] .score-hit-time {
    color: #ffffff;
}

.spacebarbutton {
    background: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
    line-height: 20px;
}

kbd {
    font-size: 67.5%;
}

#spacebarbutton {
    line-height: 20px;
}

#spaceclickarea {
    border-radius: 0%;
    height: 100px;
    width: 80%;
}

.hidden {
    display: none;
}

.card {
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 25px;
    border: none;
}

[data-theme="dark"] .card {
    background-color: #333333;
    padding: 10px;
    border-radius: 25px;
}

[data-theme="dark"] .sidebar-btn {
    background-color: #333333;
    color: #fff;
    border: 2px solid #787878;
}

[data-theme="dark"] .active {
    background-color: #E95237;
    color: #fff;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
}