@media (min-width: 320px) and (max-width: 480px){
    .time-click {
        display: flex;
        flex-direction: column;

    }    
    .text p {
        margin-top: 11px;
        line-height: unset;
    }
   .typing-code {
        height: unset;
    }
    .tying-input-div {
        padding: 0 40px 10px 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    #play_section {
        min-height: unset;
        text-align: left;
    }
    div .checkbox-label{
        margin-left: -118px;
    }
    .header {
        height: 115px;
        padding: 20px;
        gap: 40px;
        display: flex;
      align-items: baseline;
      position: relative;

    }

    .toggel-color {
        position: absolute;
        z-index: 999;
    }    
    .baner-main {
        padding-top: 45px;
    }
    .dropdown-language {
        margin-top: 45px;
    }
     .checkbox {
        margin-top: 31px;
    }
    nav {
        float: left;
        z-index: 9999;
        position: absolute;
        background: unset;
        top: 62px;
        bottom: 0;
        width: 100%;
        z-index: 997;
    }
    ul.nevbar-logo {
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        width: 100%;
    }
    .time-click .time {
        flex-direction: unset;
        gap: 10px;
        justify-content: center;

    }
  #menu-drop {
    display: flex;
    font-size: 25px;
    color: #ffffff;
}

.dark-theme #menu-drop1 {
    display: flex;
    font-size: 25px;
    color: #0C0D17;
  }

  .dark-theme ul.nevbar-logo1 {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
}
.dark-theme .footer {
    padding: 20px;
}
.dark-theme section.footer-end {
    padding: 17px 20px;
}
.dark-theme .nav-btn{
    display: none;
    width: 100%;
    background: linear-gradient(146deg, #2B2A76 -94.74%, #171A5A -25.08%, #0C0D17 85.42%);
}
.dark-theme nav{
    background:none;
}
.dark-theme .logo {
    padding-left: unset;
    border: none;
}

  .logo {
        padding-left: unset;
        border: none;
    }
 .nav-btn{
        display: none;
        width: 100%;
        background: linear-gradient(146deg, #2B2A76 -94.74%, #171A5A -25.08%, #0C0D17 85.42%);
    }
 .nav-btn li {
        list-style: none;
        padding: 5px 38px;
    }
  .nav-btn li {
        padding: 5px 10px;
    }
 .nav-btn a {
        width: 194px;
    }
    nav.hidden {
        height: 1px;
    }
    .hmove {
        animation: tickerh linear 60s infinite;
        display: flex;
        gap: 30px;
    }
    .hitem {
        width: 45%;
    }
    .boxes.container {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-area {
        width: 100%;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        margin-bottom: 14px;
    }
    .time-box{
        width: 100%;
        text-align:center;
    }
    .time-box li {
        padding: 15px 20px;   
    }
    .arrow-top {
        width: 100%;
        left: 1px;
        top: 136px;
    }
    .click-games{
        padding-top: 50px;
    }
    .game-main {
        height: unset;
    }
    .container{
        width: unset;
        margin: unset;
    }
    li.close-btn {
        display: none;
    }
    .game-main {
        height: unset;
        color: white;
        width: 97%;
        margin: 0 auto;
    }
    .toggle-icon {
        display: block;
        width: 25px;
        color: #697088;
        background-color: #BC1614;
        transition: transform 0.3s;
    }

    .menu-toggle.active .toggle-icon {
        transform: rotate(45deg);
    }

    .menu-toggle.active .toggle-icon:before, .menu-toggle.active .toggle-icon:after {
        transform: rotate(-90deg);
    }

    .menu-toggle.active .toggle-icon:after {
        transform: rotate(-45deg);
    }
    .gamming-part {
        flex-wrap: wrap;
        justify-content: center;
    }
    .game-section{
        width: 100%;
        height: unset;
    }

    .play-box button{
        width: 210px;
        font-size: 13px;
    }
    .points , .cps-points, .dropdown{
        width: 100%;
        height: unset;
        padding: 11px 20px;
    }
    .play-box a {
        width: 83%;
        text-align: center;
        padding: 18px 10px;
    }
    .top-area h1 {
        font-size: 21px;
        gap: 11px;
       display: flex;
    }
    .play-box {
        display: flex;
        height: 255px;
    }
    .tying-input {
        margin-right: unset;
        padding-left: unset;
    }
    .tying-input-div {
        padding: 0 0px 10px 0px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    .neavgation-bar ul {
        flex-wrap: wrap;
        gap: 10px;
        height: 150px;
        padding-bottom: 60px;

    }
    .guidlines h1 {
        padding: 50px 0px;
    }
    .content-text {
        width: 100%;
        gap: 30px;
        margin: 0 auto;
        padding: 0px 10px;
    }
    section.footer{
        width: 100%;
        gap: 30px;
        padding-top: 30px;
    }  
    section.footer-end {
        flex-wrap: wrap;
        width: 100%;
        gap:20px;
        justify-content: center;
    }
    .scroll-up.container {
        width: 50%;
    }
    .neavgation-bar ul li:hover {
        border-bottom: 2px solid #BC1614;
        color: #BC1614;
        cursor: pointer;
        padding-bottom: unset;
        transition: background-color 0.5s, color 0.5s;
    }
    .content {
        float: right;
        width: 100%;
        padding: 0px 30px;
    }
    .complete-box {
        display: flex;
        width:100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .functions {
        height: 106px;
    }
    .trophy {
        flex-direction: unset;
        align-items: center;
        width: 150px;
    }
    .slick-slider .slick-track, .slick-slider .slick-list {
        gap: 0;
        margin-left: unset;
    }
    .under-box {
        width: 301px;
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }
    .note-box {
        width: 360px;
    }
    .quote p {
        width: 154px;
        padding: 15px 32px;
    }
    .quote h2 {
        width: 263px;
        text-align: center;
        padding: 14px 23px 38px 23px;
        font-size: 17px;
        height: 101px;
    }
    .text h1 {
        color: #F89919;
        font-family: Roboto;
        font-size: 23px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: 0.005em;
        text-align: center;
    }
    .text h2 {
        margin: 0px 34px;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        line-height: 29px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
    }
    strong {
        font-family: Roboto;
        font-size: 21px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: 0.005em;
        text-align: center;
        color: #55dd9c;
    }
    .stars {
        margin-top: unset;
    }
    .teddy img {
        height: 112px;
    }
    .quote h2 {
        width: 337px;
        text-align: center;
        padding: 7px 10px 25px 10px;
        font-size: 17px;
        height: 101px;
    }
    
}
@media (min-width: 481px) and (max-width: 768px){
    .note-box {
        border-radius: 6px;
        width: 470px;
    }
    .typing-code {
        height: unset;
    }
     .guidlines h1{
        font-size: 30px;
    }
    .box {
        display: flex;
        height: 1216px;
        justify-content: center;
        align-items: center;
        width: 96%;
    }
    .under-box {
        flex-direction: column;
        gap: 30px;
    }
    .note-box {
        width: 460px;
    }
    .quote p {
        width: 154px;
        padding: 15px 32px;
    }
    .quote h2 {
        width: 375px;
        font-size: 18px;
    }
    .text h1 {
        font-size: 36px;
    }
    .teddy img {
        height: 140px;
    }
    
    nav {
        float: left;
        z-index: 9999;
        position: absolute;
        background: unset;
        top: 62px;
        bottom: 0;
        width: 100%;
        z-index: 997;
    }
    ul.nevbar-logo {
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        width: 100%;
    }
    .toggel-color {
        position: absolute;
        z-index: 999;
    }   
    div .checkbox-label{
        margin-left: -180px;
    }
  #menu-drop {
    display: flex;
    font-size: 25px;
    color: #ffffff;
}
.dark-theme #menu-drop1 {
    display: flex;
    font-size: 25px;
    color: #0C0D17;
  }

  .dark-theme ul.nevbar-logo1 {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
}

.dark-theme .nav-btn{
    display: none;
    width: 100%;
    background: linear-gradient(146deg, #2B2A76 -94.74%, #171A5A -25.08%, #0C0D17 85.42%);
}
.dark-theme nav{
    background:none;
}
.dark-theme .logo {
    padding-left: unset;
    border: none;
}
.dark-theme .footer {
    padding: 35px 20px;
}
.dark-theme section.footer-end {
    padding: 17px 20px;
}
  .logo {
        padding-left: 18px;
        border: none;
    }
 .nav-btn{
        display: none;
        width: 100%;
        background: linear-gradient(146deg, #2B2A76 -94.74%, #171A5A -25.08%, #0C0D17 85.42%);
    }
 .nav-btn li {
        list-style: none;
        padding: 5px 38px;
    }
  .nav-btn li {
        padding: 5px 10px;
    }
 .nav-btn a {
    width: 255px;
    }
    nav.hidden {
        height: 1px;
    }
    .timming-section {
        width: 100%;
    }
    .hmove {
        animation: tickerh linear 60s infinite;
        display: flex;
        gap: 30px;
    }
    .hitem {
        width: 50%;
    }
    .time-box{
        width: 100%;
        text-align:center;
    }
    .time-box li {
        padding: 15px 20px;   
    }
    .arrow-top {
        width: 93%;
        left: 19px;
        top: 136px;
    }
    .click-games{
        padding-top: 50px;
    }
    .game-main {
        height: unset;
    }
    .container{
        width: 99%;
        margin: unset;
    }
    li.close-btn {
        display: none;
    }
    .game-main {
        height: unset;
        color: white;
        width: 97%;
        margin: 0 auto;
    }
    .toggle-icon {
        display: block;
        width: 25px;
        color: #697088;
        background-color: #BC1614;
        transition: transform 0.3s;
    }

    .menu-toggle.active .toggle-icon {
        transform: rotate(45deg);
    }

    .menu-toggle.active .toggle-icon:before, .menu-toggle.active .toggle-icon:after {
        transform: rotate(-90deg);
    }

    .menu-toggle.active .toggle-icon:after {
        transform: rotate(-45deg);
    }
    .gamming-part {
        flex-wrap: wrap;
        justify-content: center;
    }
    .game-section{
        width: 100%;
        height: unset;
    }

    /* .play-box button{
        width: 256px;
    } */
    /* .play-box{
        height: auto;
    } */
    .points , .cps-points, .dropdown{
        width: 95%;
        height: unset;
        margin: 0px 20px;
    }
    .play-box a {
        width: 83%;
        text-align: center;
        padding: 18px 10px;
    }
    .top-area h1 {
        font-size: 22px;
    }
    .neavgation-bar ul {
        flex-wrap: wrap;
        gap: 10px;
        height: 70px;
        padding-bottom: 60px;

    }
    .guidlines h1{
        padding: 50px 20px;
		font-size: 30px;
    }
    .content-text {
        width: 85%;
        gap: 30px;
        margin: 0 auto;
        padding-top: 30px;
    }
    section.footer{
        width: 100%;
        gap: 30px;
        padding-top: 30px;
    }  
    section.footer-end {
        flex-wrap: wrap;
        width: 100%;
    }
    .scroll-up.container {
        width: 40px;
    height: 40px;
    }
    .neavgation-bar ul li:hover {
        border-bottom: 2px solid #BC1614;
        color: #BC1614;
        cursor: pointer;
        padding-bottom: unset;
        transition: background-color 0.5s, color 0.5s;
    }
    .content {
        float: right;
        width: 100%;
    }
    .complete-box {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .functions {
        height: 106px;
    }
    .trophy {
        flex-direction: unset;
        align-items: center;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .note-box {
        border-radius: 6px;
        width: 846px;
    }
    .typing-code {
        height: unset;
    }
    .slick-slider .slick-track, .slick-slider .slick-list {
        gap: 5px;
    }
    .hitem {
        width: 18%;
    }
    nav {
        float: left;
        z-index: 9999;
        position: absolute;
        background: unset;
        top: 62px;
        bottom: 0;
        width: 100%;
        z-index: 997;
    }
    nav.hidden {
        height: 1px;
    }
    ul.nevbar-logo {
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        width: 100%;
    }
    .dark-theme  ul.nevbar-logo1 {
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        width: 100%;
    }

    .dark-theme #menu-drop1 {
        display: flex;
        font-size: 25px;
        color: #000;
      }
    
  #menu-drop {
    display: flex;
    font-size: 25px;
    color: #ffffff;
}
div .checkbox-label{
    margin-left: -180px;
}
.toggel-color {
    position: absolute;
    z-index: 999;
}   
.dark-theme .footer {
    padding: 35px 20px;
}
.dark-theme section.footer-end {
    padding: 17px 20px;
}

  .dark-theme ul.nevbar-logo1 {
    position: absolute;
        top: -62px;
        bottom: 0;
}

.dark-theme .nav-btn{
    display: none;
    width: 100%;
    background: linear-gradient(146deg, #2B2A76 -94.74%, #171A5A -25.08%, #0C0D17 85.42%);
}
.dark-theme nav{
    background:none;
}
.dark-theme .logo {
    padding-left: 18px;
    border: none;
}


  .logo {
        padding-left: 18px;
        border: none;
    }
 .nav-btn{
        display: none;
        width: 100%;
        background: linear-gradient(146deg, #2B2A76 -94.74%, #171A5A -25.08%, #0C0D17 85.42%);
    }
 .nav-btn li {
        list-style: none;
        padding: 5px 38px;
    }
  .nav-btn li {
        padding: 5px 10px;
    }
 .nav-btn a {
        width: 194px;
    }
    .hmove {
        animation: tickerh linear 60s infinite;
        display: flex;
        gap: 30px;
    }
    .timming-section{
        width: 100%;
    }
    .time-box{
        width: 100%;
        text-align:center;
    }
    .time-box li {
        padding: 15px 20px;   
    }
    .arrow-top {
        width: 93%;
        left: 22px;
        top: 157px;
    }
    .click-games{
        padding-top: 50px;
    }
    .game-main {
        height: unset;
    }
    .container{
        width: unset;
        margin: unset;
    }
    li.close-btn {
        display: none;
    }
    .game-main {
        height: unset;
        color: white;
        width: 97%;
        margin: 0 auto;
    }
    .toggle-icon {
        display: block;
        width: 25px;
        color: #697088;
        background-color: #BC1614;
        transition: transform 0.3s;
    }

    .menu-toggle.active .toggle-icon {
        transform: rotate(45deg);
    }

    .menu-toggle.active .toggle-icon:before, .menu-toggle.active .toggle-icon:after {
        transform: rotate(-90deg);
    }

    .menu-toggle.active .toggle-icon:after {
        transform: rotate(-45deg);
    }
    .gamming-part {
        flex-wrap: wrap;
        justify-content: center;
    }
    .game-section{
        width: 100%;
        height: unset;
    }
    .tying-input-div {
        padding: 0 40px 10px 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    #play_section {
        padding: 20px 40px 20px 40px;
        min-height: unset;
    }
    .play-box button{
        width: 256px;
    }
    
    .points , .cps-points, .dropdown{
        width: 95%;
        height: unset;
        margin: 0px 20px;
    }
    .play-box a {
        width: 83%;
        text-align: center;
        padding: 18px 10px;
    }
    .top-area h1 {
        font-size: 22px;
    }
    .neavgation-bar ul {
        flex-wrap: wrap;
        gap: 20px;
        height: 70px;
        padding-bottom: 60px;

    }
    .guidlines h1{
        padding: 50px 20px;
    }
    .content-text {
        width: 85%;
        gap: 30px;
        margin: 0 auto;
        padding-top: 30px;
    }
    section.footer{
        width: 100%;
        gap: 30px;
        padding-top: 30px;
    }  
    section.footer-end {
        flex-wrap: wrap;
        width: 100%;
    }


    .scroll-up.container {
        width: 45px;
        height: 40px;
    }
    .neavgation-bar ul li:hover {
        border-bottom: 2px solid #BC1614;
        color: #BC1614;
        cursor: pointer;
        padding-bottom: unset;
        transition: background-color 0.5s, color 0.5s;
    }
    .content {
        float: right;
        width: 100%;
    }
    .complete-box {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .functions {
        height: 106px;
    }
    .trophy {
        flex-direction: unset;
        align-items: center;
        justify-content: space-around;
    }
   
}
@media (min-width: 1025px) and (max-width: 1279px) {
    .img-size1 {
        height: 82px;
        object-fit: cover;
    }
    .slick-initialized .slick-slide {
        display: flex;
        width: 353px !important;
    }
    .hitem {
        width: 18%;
    }
    .typing-code {
        height: unset;
    }
    .tying-input-div {
        padding: 0 40px 10px 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    #play_section {
        padding: 20px 40px 20px 40px;
        min-height: unset;
    }
    nav{
        width: 22%;
    }
    .logo {
        padding-left: 18px;
    }
    .nav-btn li {
        list-style: none;
        padding: 5px 38px;
    }
    .nav-btn li {
        padding: 5px 10px;
    }
    .nav-btn a {
        width: 194px;
    }
    .hmove {
        animation: tickerh linear 60s infinite;
        display: flex;
        gap: 30px;
    }
    .text {
        margin-top: unset;
    }
    .time-box{
        width: 100%;
    text-align: center;
    }
    .time-box li {
        padding: 15px 20px;   
    }
    .arrow-top {
        width: 93.5%;
        left: 30px;
    }
    .click-games{
        padding-top: 50px;
    }
    .game-main {
        height: unset;
    }
    .container{
        width: unset;
        margin: unset;
    }
    li.close-btn {
        display: none;
    }
    .game-main {
        height: unset;
        color: white;
        width: 97%;
        margin: 0 auto;
    }
    .toggle-icon {
        display: block;
        width: 25px;
        color: #697088;
        background-color: #BC1614;
        transition: transform 0.3s;
    }

    .menu-toggle.active .toggle-icon {
        transform: rotate(45deg);
    }

    .menu-toggle.active .toggle-icon:before, .menu-toggle.active .toggle-icon:after {
        transform: rotate(-90deg);
    }

    .menu-toggle.active .toggle-icon:after {
        transform: rotate(-45deg);
    }
    .game-section{
        width: 68%;
        height: unset;
    }
    .play-box button{
        width: 256px;
    }
    /* .play-box{
        height: auto;
    } */
    .points , .cps-points, .dropdown{
        width: 95%;
        height: unset;
        margin: 0px 20px;
    }
    .play-box a {
        width: 83%;
        text-align: center;
        padding: 18px 10px;
    }
    .top-area h1 {
        font-size: 22px;
    }
    .neavgation-bar ul {
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 60px;

    }
    .guidlines h1{
        padding: 50px 20px;
    }
    .content-text {
        width: 85%;
        gap: 30px;
        margin: 0 auto;
        padding-top: 30px;
    }
    section.footer{
        width: 100%;
        gap: 30px;
        padding-top: 30px;
    }  
    .dark-theme .footer {
        padding: 50px 20px;

    }
    .dark-theme section.footer-end {
    display: flex;
    padding: 17px 20px;
}
    section.footer-end {
        flex-wrap: wrap;
        width: 83%;
    }

    .scroll-up.container {
        width: 32px;
    }
    .neavgation-bar ul li:hover {
        border-bottom: 2px solid #BC1614;
        color: #BC1614;
        cursor: pointer;
        padding-bottom: unset;
        transition: background-color 0.5s, color 0.5s;
    }
     .functions {
        height: 106px;
    }
}
@media (min-width: 1280px) and (max-width: 1440px) {
    nav{
        width: 22%;
    }
    .typing-code {
        height: unset;
    }
    .tying-input-div {
        padding: 0 40px 10px 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    #play_section {
        padding: 20px 40px 20px 40px;
        min-height: unset;
    }
    .logo {
        padding-left: 45px;
    }
    .nav-btn li {
        list-style: none;
        padding: 5px 38px;
    }
    .nav-btn li {
        padding: 5px 38px;
    }
    .hmove {
        animation: tickerh linear 60s infinite;
        display: flex;
        gap: 30px;
    }
    /* .play-box {
        width: 520px;
    } */
    .time-box{
        width: 288px;
    }
    .time-box li {
        padding: 12px 20px;
        text-align: center;  
    }
    .arrow-top {
        width: 96%;
    }
    .game-main {
        height: unset;
    }
    .container{
        width: unset;
        margin: unset;
    }
    li.close-btn {
        display: none;
    }
    .game-main {
        height: unset;
        color: white;
        width: 97%;
        margin: 0 auto;
    }
    .toggle-icon {
        display: block;
        width: 25px;
        color: #697088;
        background-color: #BC1614;
        transition: transform 0.3s;
    }

    .menu-toggle.active .toggle-icon {
        transform: rotate(45deg);
    }

    .menu-toggle.active .toggle-icon:before, .menu-toggle.active .toggle-icon:after {
        transform: rotate(-90deg);
    }

    .menu-toggle.active .toggle-icon:after {
        transform: rotate(-45deg);
    }
    .game-section{
        width: 100%;
        height: unset;
    }
    .points , .cps-points, .dropdown{
        width: 95%;
        height: unset;
        margin: 0px 20px;
    }
    .play-box a {
        width: 83%;
        text-align: center;
        padding: 18px 10px;
    }
    .top-area h1 {
        font-size: 22px;
    }
    .neavgation-bar ul {
        flex-wrap: wrap;
        gap: 16px;
        padding-bottom: 60px;

    }
    .guidlines h1{
        padding: 50px 20px;
    }
    
    .top-area  {
        padding: 0px 20px;
    }
    .content-text {
        width: 85%;
        gap: 30px;
        margin: 0 auto;
        padding-top: 30px;
    }
    section.footer{
        width: 100%;
        gap: 30px;
        padding-top: 30px;
    }  
    section.footer-end {
        flex-wrap: wrap;
        width: 83%;
    }
    .scroll-up.container {
        width: 32px;
    }
    .neavgation-bar ul li:hover {
        border-bottom: 2px solid #BC1614;
        color: #BC1614;
        cursor: pointer;
        padding-bottom: unset;
        transition: background-color 0.5s, color 0.5s;
    }

    .dark-theme .footer {
        padding: 35px 20px;
    }
    .dark-theme section.footer-end {
        padding: 17px 20px;
    }
    .functions {
        height: 106px;
    }
}