@import url('https://fonts.cdnfonts.com/css/svn-gilroy');

*{
    box-sizing: border-box;
    position: relative;
}
body{
    font-family: 'SVN-Gilroy', sans-serif;
font-size: 18px;
line-height: 1.7;
color: #1a1a1a;
margin: 0;
padding: 0;
background-color: #fff;
}
img{
    max-width: 100%;
    height: auto;
}
ul {
    margin-left: 0;
}
.container{
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
}
.btn{
        background-color: #21D6CF;
        border: 1px solid #21D6CF;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-outline{
    background: none;
    color: #1a1a1a;
    border: 1px solid #21D6CF;
}
.btn i{
    margin-right: 12px;
}
.home .header{
    padding-top: 35px;
}
.header-navbar__wrapper{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.header-logo svg {
    height: 35px;
    width: auto;
}
.header-logo img {
    height: auto;
    width: 220px;
    object-fit: contain;
}
.header-navbar{
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.header-navbar__action{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.header-navbar__action a{
    padding: 5px 20px;
    font-size: 14px;
    width: max-content;
}
.main-navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.header-navbar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header-navbar ul li a{
    text-decoration: none;
    padding: 5px 20px;
    color: #1a1a1a;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    font-size: 14px;
}

/* .header-navbar ul li:first-child a{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
} */
/* .header-navbar ul li:not(:last-child) a:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #cbcbcb;
} */
/* .header-navbar ul li:last-child a{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
} */
.header-navbar .sub-menu{
    display: none;
}
.sub-menu li a{
    background: none !important;
    width: max-content !important;
    display: flex;
    gap: 15px;
    align-items: center;
}
.menu-item-has-children:hover .sub-menu{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    background-color: #252A46;
    padding: 20px;
    max-width: 200px;
}
.header-banner{
    height: 550px;
}
.header-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.6);
}
.header-banner__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
font-size: 38px;
line-height: normal;
color: #1a1a1a;
font-weight: bold;

}
.header-banner__text {
    flex: 1 1 auto;
    width: 70%;
}
.header-banner__content p{
    margin: 10px 0;
}
.header-banner__content .btn{
    margin-top: 35px;
}
.header-banner__card-content {
    font-weight: 500;
    font-size: 23px;
}
.header-banner__card {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1 1 auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
}
.bonuses{
    padding: 25px 0;
}
.bonuses-list{
    padding-top: 55px;
}
.bonus-item{
    background-color: #fff;
    
    border-radius: 5px;
    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
    padding: 15px;
    display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 15px;
}
.bonus-badge{
    position: absolute;
    top: -5px;
    left: -5px;
    background: #a53eeb;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: max-content;
    border-radius: 5px;
    transform: rotate(-15deg);
    display: none;
}
.bonus-img{
  width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid #eee;
    background: #f1f4f7;
    border-radius: 4px;
    width: 150px;
    height: 80px;
}
.bonus-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.4));
}
.bonus-img__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.bonus-brand{
    text-align: center;
    width: 19%;
    border-right: 1px solid #eee;
}
.bonus-brand__title{
    font-weight: 600;
    font-size: 20px;
}
.bonus-games__title {
    font-size: 12px;
    color: #9d9d9d;
}
.bonus-games__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bonus-games__list li{
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.bonus-rating{
    text-align: center;
}
.bonus-rating__title{
    font-size: 14px;
    margin-bottom: 10px;
}
.bonus-rating__value{
    font-weight: 600;
    font-size: 28px;
}
.bonus-rating__value i{
    color: #21D6CF;
}
.bonus{
    text-align: center;
}
.bonus i{
    font-size: 40px;
    color: green;
}
.bonus-info{
    text-align: center;
    width: 19%;
    border-right: 1px solid #eee;
    padding: 20px;
}
.bonus-title{
    font-size: 16px;
    margin-bottom: 10px;
}
.bonus-value{
    font-size: 24px;
    font-weight: 600;
}
.bonus-value i{
    color: #83b812;
}
.bonus-term {
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 19%;
    border-right: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.games{
    padding: 25px 0;
    background-color: #F1F4F7;
}
.games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding-top: 55px;
}
.game-item{
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 16px 25px 0 rgba(41,41,37,.25),0 7px 14px 0 rgba(41,41,37,.15); */
}
.game-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.game-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: .2s ease-in-out;
    background: rgba(0,0,0,0.8);
}
.game-item:hover{
    
 transform: scale(1.2);
 z-index: 2;
 transition: .2s ease-in-out;
}
.game-item:hover .game-content{
opacity: 1;
background: rgba(0,0,0,0.8);
}
.game-title{
    margin-bottom: 12px;
    color: #fff;
    font-weight: bold;
}
.game-content .btn{
    padding: 5px 20px;
    font-size: 16px;
}
.bonus-spec{
    padding: 25px 0;
}
.bonus-spec__wrapper {
    border-radius: 5px;
max-width: 900px;
width: 100%;
margin: 0 auto;
overflow: hidden;
background-color: #F1F4F7;
/* box-shadow: 0 16px 25px 0 rgba(41,41,37,.25),0 7px 14px 0 rgba(41,41,37,.15); */
}
.bonus-spec__wrapper::after{
    content: '';
    display: flex;
    align-items: center;    
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background: url(../img/inline-banner-hero.webp) no-repeat center center;
    background-size: contain;
}
.bonus-spec__img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}
.bonus-spec__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.5);
}
.bonus-spec__content{
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    line-height: normal;
max-width: 500px;
width: 100%;
}
.bonus-spec__content span{
    font-size: 20px;
    font-weight: 500;
}
.feature{
    padding: 25px 0;
}
.feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 55px;
}
.feature-item{
    background-color: #F1F4F7;
    /* box-shadow: 0 16px 25px 0 rgba(41,41,37,.25),0 7px 14px 0 rgba(41,41,37,.15); */
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}
.feature-item__icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-item__icon i {
    font-size: 44px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
      background-color: #ffc107;
    color: #fff;
}
.feature-item__title{
    font-weight: 600;
    margin: 12px 0;
}
.feature-item__text{
    font-size: 14px;
}
.bonus-month{
    padding: 25px 0;
}
.content{
    padding: 25px 0;
}
.content-wrapper{
    display: flex;
    background-color: #F1F4F7;
    padding: 20px;
    border-radius: 5px;
    gap: 40px;
}
.content-text{
    width: 100%;
}
.content-nav{
    padding: 20px;
    flex: 1 1 25%;
    background-color: #EAEDF1;
    border-radius: 5px;
    position: sticky;
    top: 100px;
    min-height: max-content;
    height: 100vh;
    overflow-y: scroll;
}
.content-nav::-webkit-scrollbar{
    display: none;
}
.content-nav ol{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content-nav ol li{
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
}
.content-nav ol li a{
    text-decoration: none;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 16px;
}
.faq{
    padding: 25px 0;
}
.ac{
    background-color: #F1F4F7;
    border-color: #F1F4F7;
    border-radius: 5px;
    padding: 10px;
}

.footer{
    background-color: #292925;
    padding: 25px 0;
    color: #d3d3d3;
    text-align: center;
}
.footer-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
}
.footer-nav ul li a{
    text-decoration: none;
    color: #d3d3d3;
}
.footer-img{
    margin: 25px 0;
}
.footer-img ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
}
.footer-img ul li a{
    text-decoration: none;
}
.footer-img img {
    height: 30px;
}
.single-game {
    padding: 0 0 55px;
}
.single-game .content{
    padding: 0;
}
.single-frame iframe {
    width: 100%;
    height: 600px;
}
.signle-game__action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.breadcrumbs {
    color: #1a1a1a;
    padding: 30px 0;
}
.breadcrumbs a{
    color: #1a1a1a; 
}
.cons{
    padding: 25px 0;
}
.cons-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.cons-block {
    background-color: #F1F4F7;
    border-radius: 5px;
    padding: 15px;
}
.cons-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cons-plus .fa.fa-plus {
    color: #00b600;
}
.cons-minus .fa.fa-minus {
    color: #ff0000;
}
.table-props table td{
    background: #fff !important;
}
.table-props table span {
    background-color: #F1F4F7;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-size: 14px;
}
.table-props .column-1{
    font-weight: bold;
    min-width: 200px;
    font-size: 16px;
}
.author{
padding: 25px 0;
}
.author-block {
    background-color: #F1F4F7;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.author-photo {
   width: 150px;
   height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}
.author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-content {
    width: 100%;
    max-width: 1190px;
}
.author-name {
    font-size: 24px;
    font-weight: 600;
}
.gotobtn-mobile{
	display: none;
}
@media screen and (max-width: 920px) {
	.gotobtn-mobile{
		display: inline-flex;
	}
	.gotobtn-desktop{
		display: none;
	}
    .header-logo img {
        max-width: 90px;
    }
    .menu-toggle{
        width: 35px;
        height: 35px;
        font-size: 35px;
        border: none;
        background: none;
        margin-left: auto;
        padding: 0 !important;
    }
    .menu-toggle, .main-navigation.toggled ul{
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .header-navbar ul{
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 80px;
        background: #fff;
        padding: 20px;
    }
}
@media screen and (max-width: 620px) {
    .header-navbar__action a{
        padding: 5px;
    }
    .bonus-img{
        width: 100%;
    }
    .bonus-brand{
        width: 100%;
    }
    .bonus-info{
        width: 100%;
        padding: 0;
    }
    .header-banner__content{
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        font-size: 34px;
    }
    .header-banner__content .btn{
        width: 100%;
    }
    .bonuses {
        padding: 25px 0;
    }
    .bonus-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
    .bonus-title{
        font-size: 18px;
    }
    .bonus-value{
        font-size: 32px;
    }
    .bonus-term{
        font-size: 18px;
        width: 100%;
        padding: 0;
    }
    .games-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .bonus-spec__wrapper::after{
        display: none;
    }
    .bonus-spec__content{
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        font-size: 28px;
    }
    .bonus-spec__content .btn {
        width: 100%;
    }
    .feature-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .content{
        padding: 25px 0;
    }
    .content-wrapper {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .content-nav {
        position: relative;
        top: 0;
    }
    .faq {
        padding: 25px 0;
    }
    .cons-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    .table-props tr{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 340px) {
    .header-logo{
        display: none;
    }
}