@font-face {
    font-family: 'Castle-Rock';
    src: url('/websiteassets/css/fonts/CASTLE-ROCK.TTF');
}

/* @font-face {
    font-family: 'Mazzard';
    src: url('websiteassets/fonts/MazzardH-Regular.ttf');
} */
/* @font-face {
    font-family: 'Mazzard';
    src: url('websiteassets/fonts/MazzardL-Regular.otf');
} */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700;800&display=swap');
    
    body {
        background: #121212;
        font-family: 'poppins';
    }
    /*  Navigation Bar CSS*/
    
    .logoimg1 {
        width: 180px;
        height: 31.72px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    
    .navbar {
        background: #1D1C1C;
        height: 65px;
    }
    .mr-12{6
        margin-right: 12px !important;
    }
    .plan-hr{
        border-top: 1px dashed #fff !important;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 15px;
        font-weight: 300;
        /* font-family: 'mazzard'; */
        line-height: 1.5;
        color: white !important;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    .captcha {
        /* height: 40px !important; */
        width: 157px !important;
        box-sizing: border-box;
        margin-top: 0;
        height: 55px;
        background: #2B2B2B;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 83px;
    }
    
    .nav-link {
        /* position: absolute;
    width: 37px;*/
        /* height: 21px; */
        /* left: 513.59px;
    top: 22px;*/
        /* font-family: 'poppins'; */
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        /* line-height: 150%;*/
        justify-content: space-between;
        /* identical to box height, or 21px */
        /* white */
        color: #FFFFFF;
        /* padding-bottom: 50px;
        padding-top: 50px; */
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        color: #fff !important;
        background: linear-gradient(180deg, rgba(255, 73, 50, 0.3) 0%, rgba(255, 73, 50, 0) 100%);
        height: 65px;
        display: flex;
        align-items: center;
        border-top: 2px solid #FF4932;
    }
    .nav-link:hover {
        color: #FF4932 !important;
    }
    a{
        color: #FF4932;
    }
    .form-control {
        width: 185px;
        /* height: 42px; */
        background: #212222;
        border: 1px solid #212222;
        /* border-radius: 143px; */
        /* font-family: 'Castle-Rock' !important; */
    }
    .input-group-text {
        display: flex;
        align-items: center;
        padding: 0.7rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #FF4932;
        text-align: center;
        white-space: nowrap;
        background-color: #212222;
        border: 1px solid #212222;
        border-radius: 0.25rem;
    }
    .mr-5{
        margin-right: 5%;
    }
    .form-control:focus {
        color: #fff;
        background-color: #212222;
        border-color: #FF4932;
        outline: 0;
        box-shadow: none;
    }
    .btn-outline-success:hover {
        color: #fff;
        background-color: #212222;
        border-color: #FF4B2D !important;
    }
    .login {
        width: 100px;
        height: 42px;
        color: #FF4932;
        border-radius: 218px !important;
        border-color: #FF4932 !important;
        font-family: 'poppins';
    }
    
    .login:hover {
        color: #fff !important;
    }
    #upload_link{
        text-decoration:none;
    }
    #upload{
        display:none
    }
    a{
        color: #FF4932 !important;
        text-decoration: none !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        color: #fff !important;
        /* font-family: 'mazzard' !important; */
        height: 65px;
        display: flex;
        align-items: center;
    }
    
    .signup:hover{
        border-color: #FF4932 !important;
    }
    .signup {
        width: 100px;
        background: #FF4932;
        border-color: #FF4932 !important;
        /* box-shadow: 0px 10px 10px -4px rgba(255, 73, 50, 0.25); */
        border-radius: 218px;
        /* font-family: 'mazzard' !important; */
      font-weight: 300;
        color: #FFFFFF !important;
        margin-left: 3px;
        font-family: 'poppins';
    }
    
    .text-grey {
        color: #61656C;
    }
    .card-img-top{
        height: 200px !important;
    }
    /*----------------------------------*/
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-item {
        justify-content: space-between;
    }
    
    .dropdown-content {
        position: absolute !important;
        background-color: #1D1C1C !important;
        /* min-width: 160px !important; */
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
        z-index: 1 !important;
        /* padding: 20px !important; */
        left: -34px !important;
    }
    /* Links inside the dropdown */
    
    .dropdown-content a {
        color: #fff !important; 
        padding: 9px 16px !important;
        text-decoration: none;
        display: block;
        font-family: 'poppins';
        font-size: 13px !important;
    }
    .dropdown-content a img{
       margin-right: 12px;
    }
    .searchinput{
        border: none !important;
    }
    .searchinput:focus {
        color: #fff !important ;
        background-color: none !important;
        border-color: none !important;
        outline: 0;
        box-shadow: none !important;
    }
    /* .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #1d1c1c;
        padding-top: 10%;
        z-index: 999;
    } */
    .dropdown-menu-user[data-bs-popper] {
        top: 120% !important;
        left: -51px !important;
        padding-top: 10% !important;
        padding-bottom: 10% !important;
        /* min-width: 180px; */
        background: #1D1C1C !important;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: var(--bs-dropdown-link-hover-color);
        background-color: #1a1a1a;
    }

    .btn-check:focus+.btn, .btn:focus {
        color: var(--bs-btn-hover-color);
        background-color: none !important;
        border-color: none !important;
        outline: 0;
        box-shadow: none !important;
    }
    
    .dropdown-content a:hover {
        color: #FF4932 !important;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: #FF4932 !important;
        text-decoration: none;
        /* background-color: #ced4da; */
    }
    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        background: #302F2F !important;
    }
    .page-item.disabled .page-link {
        color: #6c757d;
        pointer-events: none;
        background-color: #302F2F;
        border-color: #302F2F;
    }
    .page-link {
        position: relative;
        display: block;
        color: #fff !important;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #dee2e6;
        background-color: #302F2F;
        border-color: #302F2F;
    }
    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #FF4932;
        border-color: #FF4932;
    }
    /*---------------------------------*/
    
    .banner {
        background-image: url('../Images/homebanner.png');
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;
        height: 400px;
        background-position: center;
    }
    
    .img-fluid {
        padding: 0%;
        margin-right: 0%;
    }
    
    .caption {
        position: absolute;
        /* top: 40%;
        left: 50%;
        width: 487px;
        height: 196px;
        left: 77%; */
        /* transform: translate( -50%, -50%); */
        margin-top: 8%;
        font-family: 'Castle-Rock';
        font-style: normal;
        font-weight: 100;
        line-height: 80px;
        color: white;
        display: flex;
        justify-content: end;
        padding-right: 10%;
    }
    
    .caption h1 {
        font-size: 75px;
    }
    
    .about {
        /* align-items: center;
        display: flex;
        justify-content: center; */
        margin-top: 2%;
    }
    
    .card-bg {
        background: #1D1C1C;
        /* height: 150px; */
      
    }
    .modal-title {
        /* text-align: center; */
        font-family: 'Mazzard';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 49px;
        color: #FF4932;
        margin-bottom: 2px;
    }
    
    .figure1 {
        position: relative;
        display: flex;
    }
    p{
        font-size: 15px;
        font-family: 'poppins' !important;
    }
    .px-7{
        padding-right: 5rem!important;
        padding-left: 5rem!important;
    }
    .container {
        max-width: 1400px !important;
        width: 100%;
    }
    .text {
        /* position: absolute;*/
        /* bottom: 0;
        left: 0;
        width: 168px;
        height: 75px; */
        /* font-family: 'Visby CF'; */
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
        /* line-height: 112%; */
        /* or 28px */
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }
    
    .view {
        display: flex;
       
        justify-content: flex-end;
        align-items: center;
        padding: 8px 11px 8px 12px;
        text-decoration: none !important;
        /* isolation: isolate;
        position: absolute; */
        background: #1D1C1C;
        border-radius: 51px;
        color: #FFFFFF;
        /* margin-top: 20px; */
    }

    
    .view:hover {
        color: #FFF;
        border-color: #FF4932;
    }
    
    .card {
        position: relative;
        background: #1D1C1C;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
        border-radius: 4%;
        margin-bottom: 20px;

        width: 100%;
        font-family: 'Mazzard';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
  

    color: #FFFFFF !important;
    }
  .game-card a{
    color: #fff !important;
  }
  .game-card a:hover{
    color: #000 !important;
  }
    .card-footer:hover{
      /* transform: scale(1.05); */
      transition: transform 0.2s ease;
            background: #f7a425;
            color: #000 !important;
            font-weight: bold;
        
    }
    .card-body:hover{
        color: #000 !important;
        
    }
    /* .card-body h5:hover{
        color: #000 !important;
    } */
   
    /* .card-title {
        font-family: 'Mazzard';
        font-style: normal;
        font-weight: 500;
        font-size: 19px;
       
        display: flex;
        align-items: center;
        color: #FFFFFF;
    } */
    .card-body h5{
        font-family: 'Mazzard';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 150%;
/* identical to box height, or 28px */

display: flex;
align-items: center;


    }
    .card-text {
        /* position: absolute; */
        font-family: 'Mazzard';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        /* identical to box height, or 26px */
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .row {
        margin-bottom: 18px;
    }
    
    .banner2 {
        background: url(image.png);
        border-radius: 8px;
        z-index: 1;
        margin-top: 80px;
    }
    
    footer {
        background: #0B0B0B;
        margin-top: 75px;
    }
    
    .footer-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        color: #FFFFFF;
        padding-top: 30px;
    }
    
    .gameprofile {
        padding-top: 5%;
    }
    
    .my-skeleton {
        position: relative;
        background-image: url('../Images/Play 1.png');
        height: 467px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .expand {
        position: relative;
        float: right;
        top: 85%;
        margin-right: 3%;
    }
    
    .logininput {
        box-sizing: border-box;
        width: 510px;
        height: 64px;
        background: #2B2B2B;
        border: 2px solid rgba(255, 255, 255, 0.07);
       border-radius: 83px;
       font-family: 'poppins';
       color:  #fff !important;  

    }

   
    
    .profile {
        text-decoration: none;
        color: black;
        margin-left: 14px;
        font-family: 'poppins';
    }
    
    .profile:hover {
        color: #FF4932;
    }
    
    .center {
        height: 90px;
        width: 90px;
        margin-left: 5px;
    }
    
    .dropdown-menu[data-bs-popper] {
        top: 95%;
        left: -20px;
        padding-top: 5% ;
        padding-bottom: 5%;
    }
    .dropdown-menu-user li{
        padding: 9px 16px;  
    }
    .dropdown-menu-user li:hover{
        background: #1a1a1a;
        padding: 9px 16px;
    }
    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
     
        /* padding: 0.5rem 0; */
        margin: 0;
        font-size: 13px;
        color: #fff;
        text-align: left;
       
        list-style: none;
        background-color: #1D1C1C;
        background-clip: padding-box;
        border: 1pxsolidrgba(0, 0, 0, .15);
        border-radius:8px;
        /* padding: 20px !important;  */
        font-family: 'poppins';
        /* min-width: 160px !important; */
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%) !important;
    }
    .dropdown-menu a{
        color: #fff !important;
    }
    .dropdown-menu li{
        padding: 5px 12px; 
    }
    .form-check-input:focus {
        border-color: #FF4932;
        outline: 0;
        box-shadow: none !important;
    }
    /* .dropdown-content {
        position: absolute !important;
        background-color: #1D1C1C !important;
        min-width: 160px !important;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%) !important;
        z-index: 1 !important;
        /* padding: 20px !important; 
    
    } */
    
    .usericon {
        width: 36%;
        margin-left: 7%;
    }
    
    .avtar-menu h2 {
        font-size: 15px;
        font-family: 'poppins';
        color: #fff;
        text-align: left;
    }
    .user-profile-menu{
        font-size: 13px !important;
        font-family: 'poppins';
        color: #fff;
    }
    .dropdown-menu-user h2{
margin-left: 9%;
    }
    .avtar-menu span {
        font-size: 14px;
    }
    
    hr {
        margin: 0.5rem !important;
    }
    /***********************Plan******************************/
    
    .plan {
        color: #FF4932;
    }
    
    .off {
        font-family: 'Mazzard';
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 112%;
        color: #FF4932;
        text-align: center;
        width: 63.12px;
        height: 19.08px;
        background: #302F2F;
        border-radius: 56.7712px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 4px;
    }
    
    .month {
        width: 53px;
        height: 17px;
        /* font-family: 'Mazzard'; */
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 112%;
        /* identical to box height, or 17px */
        text-align: center;
        color: rgba(255, 255, 255, 0.4);
    }
    
    .child1 {
        width: 363.46px;
        height: 449.89px;
        background: #1D1C1C;
        border-radius: 23.8603px;
        margin: 20px;
        padding: 10px;
    }
    
    .child2 {
        box-sizing: border-box;
        width: 365.37px;
        height: 449.89px;
        background: #1D1C1C;
        border: 0.917705px solid #FF4932;
        border-radius: 23.8603px;
        margin: 20px;
        padding: 10px;
    }
    
    .basic {
        /* font-family: 'Mazzard'; */
        font-style: normal;
        font-weight: 500;
        font-size: 27px;
        line-height: 114.5%;
        /* identical to box height, or 31px */
        text-align: center;
        color: #FFFFFF;
        margin-top: 15px;
    }
    
    .fifteen {
        width: 73px;
        height: 81px;
        font-family: 'Mazzard';
        font-style: normal;
        font-weight: 700;
        font-size: 70.77px;
        line-height: 114.5%;
        /* identical to box height, or 81px */
        text-align: center;
        color: #FFFFFF;
    }
    
    .days {
        width: 98px;
        height: 20px;
        font-family: 'Mazzard';
        font-style: normal;
        font-weight: 500;
        font-size: 13.42px;
        line-height: 114.5%;
        /* identical to box height, or 20px */
        text-align: center;
        color: #FFFFFF;
        margin-top: 48px;
    }
    
    .hr {
        width: 350.29px;
        height: 0px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.17);
    }
    
    .ad-free {
        /* font-family: 'poppins'; */
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 114.5%;
        /* or 19px */
        color: #FFFFFF;
    }
    
    .support {
        /* font-family: 'Mazzard'; */
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 114.5%;
        /* or 19px */
        color: #FFFFFF;
    }
    
    .standard {
        /* font-family: 'Mazzard'; */
        font-style: normal;
        font-weight: 500;
        font-size: 27px;
        line-height: 114.5%;
        /* identical to box height, or 31px */
        text-align: center;
        color: #FFFFFF;
        margin-top: 15px;
    }
    
    .dollar {
        width: 14px;
        height: 27px;
        font-family: 'Mazzard';
        font-style: normal;
        font-weight: 500;
        font-size: 23.3855px;
        line-height: 114.5%;
        /* identical to box height, or 27px */
        text-align: center;
        color: rgba(255, 255, 255, 0.99);
    }
    
    .twenty {
        width: 71px;
        height: 81px;
        font-family: 'Mazzard';
        font-style: normal;
        font-weight: 700;
        font-size: 70.7707px;
        line-height: 114.5%;
        /* identical to box height, or 81px */
        text-align: center;
        color: #FF4932;
        padding: 0px;
    }
    .mr-2{
        margin-right: 1%;
    }
    .form-check-input:checked {
        background-color:#FF4932;
    
        border-color: #FF4932;
    }
    
    .year {
        width: 66px;
        height: 20px;
        /* font-family: 'Mazzard'; */
        font-style: normal;
        font-weight: 500;
        font-size: 13.42px;
        line-height: 114.5%;
        padding: 0px;
        /* identical to box height, or 20px */
        text-align: center;
        color: #FFFFFF;
        margin-top: 48px;
    }
    
    .change {
        /* font-family: 'Mazzard'; */
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 114.5%;
        /* or 19px */
        color: #FFFFFF;
    }
    /* 
button {
    text-align: center;
} */
    
    .heading {
        font-size: 55px;
        color: #fff;
        /* text-align: center;
        margin-top: 5%; */
        font-family: 'Castle-Rock' !important;
    }
    .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #FF4932;
        border-color: #FF4932;
    }
    .start {
        width: 210.5px;
        height: 58px;
        background: #FF4932;
        border-radius: 46px;
        /* font-family: 'Mazzard'; */
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 114.5%;
        /* or 19px */
        text-align: center;
        color: #FFFFFF;
        margin-top: 20px;
    }
    /********************signin**********************/
    
    .welcome {
        /* text-align: center; */
        font-family: 'Castle-Rock' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 51px;
        line-height: 49px;
        /* identical to box height */
        color: #FFFFFF;
        margin-bottom: 2px;
    }
    
    .game {
        color: #FF4932;
    }


    
    .account {
        /* text-align: center; */
        font-family: 'Castle-Rock' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 24.051px;
        line-height: 23px;
        /* identical to box height */
        color: rgba(255, 255, 255, 0.4);
    }
    
    .signin-form {
        width: 500px;
    }
    
    .login {
        box-sizing: border-box;
        /* width: 483.1px; */
        /* height: 64px; */
        background: #2B2B2B;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 83px;
        /* font-family: 'mazzard' !important; */
        font-weight: 300;
    }
    
    .label1 {
        width: 46px;
        height: 23px;
        /* font-family: 'mazzard' !important; */
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        /* identical to box height */
        color: #FF4B2D;
    }
    
    .label2 {
        width: 41px;
        height: 23px;
        /* font-family: 'mazzard' !important; */
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        /* identical to box height */
        color: #FFFFFF;
    }
    
    .label3 {
        /* width: 137px;
        height: 23px; */
        /* font-family: 'mazzard' !important; */
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        /* identical to box height */
        color: #FFFFFF;
    }
    
    .signbtn {
        box-sizing: border-box;
        width: 510px;
        height: 64px;
       
        background: #FF4932;
        border: 1px solid #FF4932;
        border-radius: 56px;
        color: #FFFFFF;
    }
    .page-link:hover {
        z-index: 2;
        color: #fff;
        background-color: #2B2D2D;
        border-color: #2B2D2D;
    }
    .plan-card{
        padding-left: 4%;
        padding-right: 4%;
    }
    
   .btn-primary:hover {
        color: #FF4932;
        background-color: #2B2D2D;
        border-color: #FF4932;
    }
    .signin-form-check-input {
        background: #2A2A2A !important;
        border-radius: 4.80335px;
    }
    
    .signin-heading {
        width: 500px;
    }
    
    .signin-form-check-label {
        /* font-family: 'mazzard'; */
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 150%;
        /* identical to box height, or 20px */
        display: flex;
        align-items: center;
        color: rgba(156, 163, 175, 0.57);
        
    }
    
    .forgot {
        font-family: 'poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 20px;
        /* identical to box height */
        text-decoration-line: underline;
        color: #FF4B2D;
        /* margin-left: 118px; */
    }

    .forgot:hover{
        color:#FF4B2D;
    }
    
    .right-menu {
        display: flex;
        /* justify-content: center;*/
    }

   
    /*-------------------Responsive CSS-------------*/
    /* Small devices (portrait tablets and large phones, 600px and up) */
    
    @media only screen and (max-width: 600px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0.5rem !important;
            padding-left: 0.5rem !important;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important;
            color: #fff !important;
            /* font-family: 'mazzard' !important; */
            height: 39px;
            display: flex;
            align-items: center;
        }
        .avtar-menu{
            margin-top: 5%;
            margin-bottom: 5%;
            padding-left: 1.5rem;
        }
        .search-btn{
            padding-left: 1.5rem;
        }
        .search-btn .searchinput{
            border-radius: 0px !important;
        }
        .navbar-collapse {
            flex-basis: 100%;
            flex-grow: 1;
            align-items: center;
            background: #1d1c1c;
            padding-top: 10%;
            z-index: 999;
        }
        .right-menu {
            display: flex;
            justify-content: left !important;
            margin-top: 2px;
            margin-bottom: 2px;
        }
        .dropdown-content {
            top: 100%;
            left: 0px !important;
        }
        .usericon {
            width: 15%;
            margin-left: 0%;
        }
        .my-skeleton {
            background-image: url(../Images/Play\ 1.png);
            height: 211px;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .dropdown-menu[data-bs-popper] {
            top: 100%;
            left: 0px;
        }
        .expand {
            position: relative;
            /* float: right; */
            top: 81%;
            left: 10px;
            margin-right: 3%;
            width: 40px;
        }
        .avtar {
            background: #1D1C1C;
            border-radius: 23.8603px;
            padding: 35px;
            position: relative;
            width: 373px;
            margin: 0 auto;
            height: 701.1px;
        }
        .choice {
            font-family: 'Castle-Rock';
            font-style: normal;
            font-weight: 400;
            font-size: 20px !important;
            line-height: 112%;
            /* identical to box height, or 45px */
            color: #FFFFFF;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }
        h5 {
            /* width: 249px; */
            /* height: 53px; */
            font-family: 'Castle-Rock';
            font-style: normal;
            font-weight: 400;
            font-size: 38px;
            line-height: 53px;
            color: #FF4B2D;
            /* margin: 50px 50px auto; */
        }
        .logoimg1 {
            width: 150px;
            height: 30.72px;
        }
        .navbar {
            background: #1D1C1C;
        }
        .nav-link {
            /* position: absolute;
        width: 37px;*/
            height: 21px;
            /* left: 513.59px;
        top: 22px;*/
            font-family: 'poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            /* line-height: 150%;*/
            justify-content: space-between;
            /* identical to box height, or 21px */
            /* white */
            color: #FFFFFF;
            padding-bottom: 22px;
        }
        .nav-link:hover {
            color: #FF4932;
        }
        .form-control {
            width: 132px;
            height: 40px;
            background: #212222;
            border: 1px solid #2B2D2D;
            border-radius: 143px;
            font-family: 'poppins';
            font-size: 15px;
        }
        .logininput {
            width: 360px;
            height: 64px;
        }
        .login {
            width: 91px;
            height: 32px;
            color: #FF4932;
            border-radius: 218px;
            border-color: #FF4932;
            font-size: 15px;
        }
        .signup {
            background: #FF4932 !important;
            /* box-shadow: 0px 10px 10px -4px rgba(255, 73, 50, 0.25); */
            border-radius: 218px;
            border: none;
            color: #FFFFFF;
            font-size: 15px;
            width: 91px;
            height: 32px;
        }
        .banner {
            background-repeat: no-repeat;
            background-size: cover;
            max-width: 100%;
            height: 107px;
        }
        .img-fluid {
            padding: 0%;
            margin-right: 0%;
        }
        .logo1 {
            width: 30px;
        }
        .caption {
            position: absolute;
            /* top: 38%;
            left: 100%;
            width: 487px;
            height: 196px;
            left: 77%;
            transform: translate( -50%, -50%); */
            font-family: 'Castle-Rock';
            font-style: normal;
            font-weight: 100;
            line-height: 20px;
            color: white;
        }
        .caption h1 {
            font-size: 20px;
        }
        .about {
            align-items: center;
            display: flex;
            justify-content: center;
            margin: 10px;
        }
        .figure1 {
            /* position: relative; */
            display: ruby;
            font-size: 20px;
        }
        .text {
            /* position: absolute;*/
            /* bottom: 0;
            left: 0;
            width: 168px;
            height: 75px; */
            /* font-family: 'Visby CF'; */
            font-style: normal;
            font-weight: 600;
            font-size: 17.096px;
            line-height: 112%;
            /* or 28px */
            /* display: flex;
            align-items: center; */
            color: #FFFFFF;
        }
        .view {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            align-items: center;
            /* padding: 8px 11px 8px 12px; */
            gap: 8px;
            isolation: isolate;
        
            background: #1D1C1C;
            border-radius: 51px;
            color: #FFFFFF;
            font-size: 10.096px;
            /* margin-top: 23px; */
            width: 74px;
        }
        /* .card {
            position: relative;
            background: url(image.png);
           
            flex: none;
            order: 0;
            flex-grow: 0;
            border-radius: 4%;
            width: 100%;
        } */
        .card-title {
            font-family: 'Mazzard';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            /* identical to box height, or 28px */
            display: flex;
            align-items: center;
            color: #FFFFFF;
        }
        .card-text {
            position: inherit;
            font-family: 'Mazzard';
            font-style: normal;
            font-weight: 400;
            font-size: 11px;
            /* identical to box height, or 26px */
            display: flex;
            align-items: center;
            color: rgba(255, 255, 255, 0.5);
        }
        .row {
            margin-bottom: 18px;
        }
        .banner2 {
            background: url(image.png);
            border-radius: 8px;
            z-index: 1;
            margin-top: 80px;
        }
        footer {
            background: #0B0B0B;
            margin-top: 75px;
        }
        .footer-content {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            color: #FFFFFF;
            padding-top: 30px;
        }
        .login {
            box-sizing: border-box;
            /* width: 480.1px;
            height: 64px; */
            background: #2B2B2B;
            border: 1px solid rgba(255, 255, 255, 0.07);
            border-radius: 83px;
        }
        .signbtn {
            box-sizing: border-box;
            width: 360;
            height: 64px;
            
            background: #FF4932;
            border: 1px solid #FF4932;
            border-radius: 56px;
        }
        .forgot {
            font-family: 'mazzard';
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 20px;
            /* identical to box height */
            text-decoration-line: underline;
            color: #FF4B2D;
            /* margin-left: 195px; */
            margin-top: -40px;
        }
    }
    
    @media only screen and (min-width: 600px) and (max-width: 992px) {
        .logoimg1 {
            width: 150px;
            height: 30.72px;
        }
        h5 {
            /* width: 249px; */
            /* height: 53px; */
            font-family: 'Castle-Rock';
            font-style: normal;
            font-weight: 400;
            font-size: 38px;
            line-height: 53px;
            color: #FF4B2D;
         /*   margin: 50px 50px auto;*/
        }
        .navbar {
            background: #1D1C1C;
        }
        a .nav-link {
            /* position: absolute;
        width: 37px;*/
            height: 30px;
            /* left: 513.59px;
        top: 22px;*/
            font-family: 'poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 17px;
            /* line-height: 150%;*/
            justify-content: space-between;
            /* identical to box height, or 21px */
            /* white */
            color: #FFFFFF !important;
            padding-bottom: 22px;
        }
        .nav-link:hover {
            color: #FF4932;
        }
        .dropdown-content {
            top: 100%;
            left: 0px !important;
        }
        .dropdown-menu[data-bs-popper] {
            top: 120%;
            left: 0px !important;
        }
        .form-control {
            width: 266px;
            height: 40px;
            background: #212222;
            border: 1px solid #2B2D2D;
            border-radius: 143px;
        }
        .login {
            width: 125px !important;
            height: 40px;
            color: #FF4932;
            border-radius: 218px;
            border-color: #FF4932;
        }
        .logininput {
            width: 483.1px;
            height: 64px;
        }
        .signup {
            width: 125px !important;
            height: 40px;
            background: #FF4932;
            box-shadow: 0px 10px 10px -4px rgba(255, 73, 50, 0.25);
            border-radius: 218px;
            border: none;
            color: #FFFFFF;
        }
        .banner {
            background-repeat: no-repeat;
            background-size: cover;
            max-width: 100%;
        }
        .img-fluid {
            padding: 0%;
            margin-right: 0%;
        }
        .logo1 {
            width: 20px;
        }
        .caption {
            position: relative;
            /* top: 8%; */
            /* margin-left: 36%; */
            margin-top: 12%;
            /* left: 100%; */
            /* width: 487px; */
            height: 196px;
            display: flex;
            justify-content: end;
            /* left: 77%; */
            /* transform: translate( -50%, -50%); */
            font-family: 'Castle-Rock';
            font-style: normal;
            font-weight: 100;
            font-size: 31.923px;
            line-height: 20px;
            color: white;
        }
        .about {
            align-items: center;
            display: flex;
            justify-content: center;
            margin: 10px;
        }
        .figure1 {
            position: relative;
            display: ruby;
            font-size: 20px;
        }
        .text {
            /* position: absolute;*/
            bottom: 0;
            left: 0;
            width: 168px;
            height: 75px;
            font-family: 'Visby CF';
            font-style: normal;
            font-weight: 600;
            font-size: 16.096px;
            line-height: 112%;
            /* or 28px */
            display: flex;
            align-items: center;
            color: #FFFFFF;
        }
        .view {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            align-items: center;
            padding: 8px 11px 8px 12px;
            gap: 8px;
            isolation: isolate;
            position: absolute;
            background: #1D1C1C;
            border-radius: 51px;
            color: #FFFFFF;
            font-size: 13.096px;
            margin-top: 23px;
            width: 90px;
        }
        /* .card {
            position: relative;
            background: url(image.png);
            /* Inside auto layout 
           
        } */
        .card-title {
            font-family: 'Mazzard';
            font-style: normal;
            font-weight: 500;
            font-size: 24px;
            /* identical to box height, or 28px */
            display: flex;
            align-items: center;
            color: #FFFFFF;
        }
        .form-check {
            display: block;
            min-height: 1.5rem;
            margin-bottom: 0.125rem;
        }
        .forgot {
            font-family: 'mazzard';
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 20px;
            text-decoration-line: underline;
            color: #FF4B2D;
            margin-left: 80px;
        }
        .card-text {
            position: inherit;
            font-family: 'Mazzard';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            /* identical to box height, or 26px */
            display: flex;
            align-items: center;
            color: rgba(255, 255, 255, 0.5);
        }
        .row {
            margin-bottom: 18px;
        }
        .banner2 {
            background: url(image.png);
            border-radius: 8px;
            z-index: 1;
            margin-top: 80px;
        }
        footer {
            background: #0B0B0B;
            margin-top: 75px;
        }
        .footer-content {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            color: #FFFFFF;
            padding-top: 30px;
        }
        .my-skeleton {
            height: 297px;
        }
        .expand {
            /* float: right; */
            left: 10px;
            margin-right: 3%;
            width: 40px;
        }
        .mask {
            width: 276.99px;
            height: 252.57px;
        }
    }

    /* .card-demo{
        width: 303px;
        height: 303px;
    }
    .demo-game-card{

    



background: url('../Images/image 3.png');


    } */

   .block {
        display: block;
    }
    .gameBox1 {
        margin: 21px 0px 0px;
        background: #121212;
        border-radius: 8px;
        overflow: hidden;
        transform: scale(1);
        transition: 0.25s ease;
    }
    .cwhite {
        color: white !important;
    }
    .gameBox1:hover, .gameBox1:focus:hover {
        transform: scale(1.05);
        background: #f7a425;
        color: black !important;
        font-weight: bold;
    }
    .td {
        text-decoration: none !important;
    }
    .gameBoxImg {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .gameBox1 .inner {
        padding: 13px 15px 9px;
    }


    /************************categories*******************************/

    .padder1 {
        padding: 50px 0;
    }
    .heading1Flex {
        margin-bottom: 15px;
    }
    .ai {
        align-items: center;
    }
    .gameBox2 {
        transition: 0.25s ease;
        transform: scale(1);
        border-radius: 8px;
        overflow: hidden;
        margin-top: 21px;
    }
    .block {
        display: block;
    }
    
    .rel {
        position: relative;
    }
    .td {
        text-decoration: none !important;
    }
    .gameBox2Img {
        width: 100%;
        height: 118px;
        background: #121212;
        object-fit: cover;
    }
    .gameBox2Inner {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 100%;
        top: 0;
        padding: 0 20px;
        transition: 0.25s ease;
        opacity: 0;
    }
    .gameBox2Title {
        margin-top: 35%;
    }
    .cwhite {
        color: white !important;
    }
    .abs {
        position: absolute;
    }
    .cfirst {
        color: #f7a425;
    }
    .heading1 {
        font-size: 22px;
        font-weight: 500;
        margin-top: 40px;
        color: #fff;
        font-family: 'poppins';
    }
    .category-pagination{
        width: 400px;
    }
    .gameBox2:hover {
        transform: scale(1.07);
    }
    .gameBox2:hover .gameBox2Inner {
        opacity: 1;
        transform: scale(1.1);
    }
    .graybg, .gameBox2Inner {
        background: rgba(0,0,0,0.17);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0.17) 20%, rgba(0,0,0,0.73) 76%, rgba(0,0,0,0.73) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.17)), color-stop(20%, rgba(0,0,0,0.17)), color-stop(76%, rgba(0,0,0,0.73)), color-stop(100%, rgba(0,0,0,0.73)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0.17) 20%, rgba(0,0,0,0.73) 76%, rgba(0,0,0,0.73) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0.17) 20%, rgba(0,0,0,0.73) 76%, rgba(0,0,0,0.73) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0.17) 20%, rgba(0,0,0,0.73) 76%, rgba(0,0,0,0.73) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0.17) 20%, rgba(0,0,0,0.73) 76%, rgba(0,0,0,0.73) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }