@media(min-width:1200px){
    .blurr{
    background-image: none;
    background-position: center -250px;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    }  
}
@media(max-width:1200px){
    .blurr{
    background-image: none;
    background-position: center -770px;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    }  
}
@media(max-width:991px){
    .blurr{
    background-image: none;
    background-position: left -320px;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-position-x: -282px;
    overflow-x: hidden;
    }  
}

.yellow-selected{
    color: #FFCE4E!important;
}
.button-nav-selected:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1)!important;
    height: 2px;
    bottom: -2px;
    left: 0;
    transform-origin: center;
    transition: transform 0.22s ease-out;
    background-color: #FFCE4E;
    z-index: 3;
}
/*BOX*/ 
.gambling-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Vycentrování boxů na stránce */
}
.box-gambling {
    width: calc(25% - 30px); /* Počáteční stav - 4 boxy vedle sebe s mezemi */
    box-sizing: border-box;
    margin: 0 15px 30px 15px; /* Mezery 15px na obou stranách a dole */
    min-height: 200px;
    background-color: #3D2942;
    display: flex;
    padding: 0px;
    flex-direction: column;
    border: 2px solid #342238;
    border-image: linear-gradient(to bottom, rgba(255, 235, 182, 0.0448) 0%, rgba(255, 235, 182, 0.32) 100%) 1;
    align-items: center;
    z-index: 2;
}
/*.box-gambling:last-child {
    margin-right: 0; Odstraníme mezeru pro poslední box v řádku 
}*/
@media (max-width: 1400px) {
    .box-gambling {
      width: calc(33.33% - 30px); /* 3 boxy vedle sebe s mezerou */
    }
}
@media (max-width: 991px) {
    .box-gambling {
      width: calc(50% - 30px); /* 2 boxy vedle sebe s mezerou */
    }
}
@media (max-width: 767px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 89px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 89px;
    }
}
@media (max-width: 550px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 77px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 77px;
    }
}
@media (max-width: 530px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 70px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 70px;
    }
}
@media (max-width: 500px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 60px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 60px;
    }
}
@media (max-width: 465px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 50px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 50px;
    }
}
@media (max-width: 445px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 40px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 40px;
    }
}
@media (max-width: 425px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 30px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 30px;
    }
}
@media (max-width: 415px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 25px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 25px;
    }
}
@media (max-width: 405px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 20px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 20px;
    }
}
@media (max-width: 385px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 10px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 10px;
    }
}
@media (max-width: 365px) {
    .box-gambling {
      width: 100%; /* 1 box na mobilních zařízeních */
      margin-right: 0px; /* Odstraníme mezeru na mobilních zařízeních */
      margin-left: 0px;
    }
}
.logo-container{
    border: none;
    border-image: linear-gradient(to bottom, rgba(255, 235, 182, 0.0448) 0%, rgba(255, 235, 182, 0.32) 100%) 1;
    background-color: #342238;
    width: 100%;
    height: 141px;
}
.game-box-img1{
    background-image: url("/img/freecash-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img2{
    background-image: url("/img/idleempire-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img3{
    background-image: url("/img/gcskins-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img4{
    background-image: url("/img/vloot-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img5{
    background-image: url("/img/xplay-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img6{
    background-image: url("/img/earnitgg-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img7{
    background-image: url("/img/gaingg-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img8{
    background-image: url("/img/gamehag-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img9{
    background-image: url("/img/csgopoints-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img10{
    background-image: url("/img/gatherskins-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img11{
    background-image: url("/img/howlycoin-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img12{
    background-image: url("/img/csgofast-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img13{
    background-image: url("/img/wtfskins-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img14{
    background-image: url("/img/clashgg-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img15{
    background-image: url("/img/daddyskins-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img16{
    background-image: url("/img/csgolive-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img17{
    background-image: url("/img/insanegg-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img18{
    background-image: url("/img/skinclub-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img19{
    background-image: url("/img/knifex-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img20{
    background-image: url("/img/flamecases-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img21{
    background-image: url("/img/hellstore-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img22{
    background-image: url("/img/ggdrop-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img23{
    background-image: url("/img/csgopositive-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-img24{
    background-image: url("/img/pvpro-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.game-box-rateing{
    font-family: 'Oxanium', cursive;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    color: #EBEBEB;
    margin-bottom: 0px;
}
.game-box-rateing2{
    font-family: 'Oxanium', cursive;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #BDAAC1;
    margin-top: -12px;
    padding-left: 7px;
    margin-bottom: 0px;
}
.reward-description-number{
    font-family: 'Oxanium', cursive;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.05em;
    background: linear-gradient(261.11deg, #FFE193 77.4%, rgba(245, 251, 242, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.reward-description-number-smaller{
    font-size: 24px!important;
}
.reward-description{
    font-family: 'Oxanium', cursive;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #F5FBF2;
    margin-bottom: 5px;
}
.box-col1{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    margin-right: 0px;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 2px;
}
.box-col2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-left: 0px;
    align-items: center;
    width: 100%;
}
.button-primary-box{
    background: #FFCE4E;
    color: black;
    Width: 100%;
    height: 58px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    list-style: none;
    text-decoration: none;
    border: none;
    margin-bottom: 26px;
    margin-top: 17px;

    
}
.button-secondary-box{
    background: rgba(233, 215, 167, 0.1);
    border: 1px solid #FDE8B3;
    color: white;
    Width: 232px;
    height: 71px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    list-style: none;
    text-decoration: none;
}
.logo-primary{
    width: 55%;
}
.game-box{
    width: 48%;
    height: 100%;
    margin-bottom: 42px;
    background-color: #3D2942;
    display: flex;
    padding: 0px;
    flex-direction: column;
    border: 2px solid #342238;
    border-image: linear-gradient(to bottom, rgba(255, 235, 182, 0.0448) 0%, rgba(255, 235, 182, 0.32) 100%) 1;
}
.star{
    width: 28px;
}
.promocode-field{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Oxanium', cursive;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 37px;
    color: #d5d8de;
    letter-spacing: .1em;
    margin-top: 1px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 2px;
    border-radius: 2px;
    border: dashed 2px #fde8b3af;
    width: 100%;
    justify-content: space-between;
    background: rgba(233, 215, 167, 0.05);
}
.star2{
    display: block;
    width: 28px;
}
.promocode-field-mobile{
    font-family: 'Oxanium', cursive;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 36px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #dacddd;
}
.box-col3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
@media(min-width:1600px){
    .button-mobile-a{
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
    .promocode-field-flex{
        display: block;
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
}
@media(max-width:1600px){
    .button-mobile-a{
        width: 100%;
        padding-left: 21px;
        padding-right: 21px;
    }
    .promocode-field-flex{
        display: block;
        width: 100%;
        padding-left: 21px;
        padding-right: 21px;
    }
}
@media(max-width:1400px){
    .button-mobile-a{
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
    .promocode-field-flex{
        display: block;
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
}
@media(max-width:1200px){
    .button-mobile-a{
        width: 100%;
        padding-left: 21px;
        padding-right: 21px;
    }
    .promocode-field-flex{
        display: block;
        width: 100%;
        padding-left: 21px;
        padding-right: 21px;
    }
}
@media(max-width:991px){
    .button-mobile-a{
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
    .promocode-field-flex{
        display: block;
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
}
.rateing{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.game-box-site{
    font-family: 'Oxanium', cursive;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #F5FBF2;
    margin-bottom: 0px;
}
.copy-mobile{
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
}
.game-boxes-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copy-mobile{
    transition: 0.2s;
}
.copy-mobile:hover{
    transform: scale(1.07);
    transition: 0.2s;
}
.button-secondary-box, .button-secondary, .button-primary-box, .button-primary{
    transition: 0.1s;
}
.button-primary-box:hover, .button-primary:hover{
    transform: scale(1.01);
    transition: all .15s ease-in-out;
}
.colorized{
    transition: 0.1s;
    color: #FFCE4E;
}
.filter-style{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #929292;
    text-decoration: none;
    cursor: pointer;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid rgba(253, 232, 179, 0.25);
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.filter-style:hover{
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -webkit-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #F5FBF2;
    background: rgba(233, 215, 167, 0.1);
}
.filter-selected{
    background: rgba(233, 215, 167, 0.1);
    border: 1px solid rgba(253, 232, 179, 0.5);
    color: #F5FBF2;
}
/*DROPDOWN*/
.custom-dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}
.custom-dropdown-btn {
    background: rgba(233, 215, 167, 0.1);
    border: 1px solid rgba(253, 232, 179, 0.5);
    color: #F5FBF2;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 160px;
}
.custom-dropdown-content {
    display: none;
    position: absolute;
    background: rgba(233, 215, 167, 0.1);
    border: 1px solid rgba(253, 232, 179, 0.5);
    backdrop-filter: blur(25px);
    min-width: 160px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: -1px;
    cursor: pointer;
}
.custom-dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
}
.custom-dropdown-content a:hover {
    background: rgba(167, 156, 136, 0.3);
    color:white
}
.show {
    display: block;
}
.custom-main-dropdown {
    margin-top: 20px;
}
.custom-selected-item {
    font-weight: bold;
}
@media(min-width:767px){
    .custom-dropdown-flex{
        display: none;
    }
    .filters{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 3;
        margin-bottom: 60px;
        gap: 1em;
    }
}
@media(max-width:767px){
    .custom-dropdown-flex{
        display: flex;
        justify-content: center;
        z-index: 3;
    }
    .filters{
        display: none;
    }
}
.arrow-dropdown{
    padding-left: 12px;
    margin-top: -4px;
}
/*DROPDOWN KONEC*/
.description-hero{
    margin-bottom: 45px!important;
}
@media(min-width:500px){
    .hero-csgo-gambling{
    font-family: Oxanium;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgb(183, 183, 183);
    margin-bottom: 80px;
    max-width: 1200px;
    text-align: left;
    align-items: flex-start;
    }
}
@media(max-width:500px){
    .hero-csgo-gambling{
    font-family: Oxanium;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgb(183, 183, 183);
    margin-bottom: 80px;
    max-width: 1200px;
    text-align: center;
    align-items: center;
    }
}
.description-hero{
    text-align: left;
}
.policygenerator{
     color: rgb(183, 183, 183);;
}
.show-email{
    background: rgba(233, 215, 167, 0.1);
    border: 1px solid rgba(253, 232, 179, 0.5);
    color: #F5FBF2;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 1px solid rgba(253, 232, 179, 0.25);
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.show-email2{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 1px solid rgba(253, 232, 179, 0.25);
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor:text;
}
.show-email:hover{
     color: #F5FBF2;
}
.show-email2{
    font-family: "Chakra Petch";
    color:#f4f0f0;
}
.show-email2:hover{
    color:#f4f0f0;
}
.email-reveal{
    margin-top: 13px;
}
.show-email:hover{
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -webkit-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #F5FBF2;
    background: rgba(233, 215, 167, 0.127);
}
.p-footer-special{
    font-size: 19px;
    margin-bottom: 5px;
    padding-top: 10px;
}
.p-height{
    line-height: 30px;
    font-weight: 400;
}
.email{
    padding-bottom: 15px;
}

@media(max-width:767px){
    .image-advertisment{
        width: 100%;
    }
}

@media(min-width:767px){
    .image-advertisment{
        width: 50%;
    }
}