@charset "UTF-8";

/*
Theme Name: Online Casinos
Author: Agencia na Web
Version: 1.0
*/
@font-face {
  font-family: "Open-sans";
  src: url(fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "Open-sans-bold";
  src: url(fonts/Open_Sans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat-light";
  src: url(fonts/Montserrat/Montserrat-Light.ttf);
}
@font-face {
  font-family: "Montserrat-medium";
  src: url(fonts/Montserrat/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat-semibold";
  src: url(fonts/Montserrat/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat-bold";
  src: url(fonts/Montserrat/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat-extrabold";
  src: url(fonts/Montserrat/Montserrat-ExtraBold.ttf);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Montserrat-bold';
}
h1, .h1 {
    font-size: 45px;
    line-height: 63px;
    font-weight: 900;
    font-family: "Montserrat-extrabold";
}
h2, .h2 {
    font-size: 40px;
    line-height: 56px;
}
h3, .h3 {
    font-size: 36px;
    line-height: 50px;
}
h4, .h4 {
    font-size: 28px;
    line-height: 44px;
}
h5, .h5 {
    font-size: 24px;
    line-height: 34px;
}
h6, .h6 {
    font-size: 20px;
    line-height: 28px;
}
strong, b {
    font-family: "Montserrat-bold";
}
body {
    font-family: "Open-sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #202020;
    background: #FFFFFF;
}
.wp-block-columns {
    margin-bottom: 20px;
}
.wp-block-column {
    position: relative;
}
.error404 .breadcrumbs,
.error404 footer {
    display: none;
}
.error404 main {
    padding: 0;
}
.page-notfound {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    color: #FFFFFF;
    background: radial-gradient(58.47% 303.56% at 25.42% 54.03%,
            rgba(68, 10, 163, 0.76) 0%,
            rgba(29, 12, 64, 0.94) 100%);
}
.page-notfound .h2 {
    font-size: 64px;
    line-height: 90px;
}
.page-notfound p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.notfound-box {
    position: relative;
    padding: 30px;
    display: inline-block;
}
.notfound-box p {
    font-family: "Montserrat-extrabold";
    font-weight: 900;
    font-size: 250px;
    line-height: 300px;
}
.page-notfound a {
    color: #FFFFFF;
    font-weight: 700;
}
.notfound-box .shadow-text {
    color: #F4D42D;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: -1;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.large-purple {
    font-family: "Open-sans-bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #8922DA;
}
.extra-large-purple {
    font-family: "Open-sans-bold";
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #8922DA;
}
.text-small {
    font-size: 12px;
    line-height: 17px;
}
.text-bold {
    font-weight: bold!important;
}
.text-underline {
    text-decoration: underline!important;
}
.text-uppercase {
    text-transform: uppercase;
}
/* Responsive design */
.ocs-container,
section {
    max-width: 1170px;
    margin: 0 auto;
}
.home section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.home section h2:not(:first-child) {
    margin-top: 80px;
}
.bg-gradient, .bg-gradient-dark {
    max-width: initial;
    color: #EFF3F9;
    background: radial-gradient(58.47% 303.56% at 25.42% 54.03%, rgba(68, 10, 163, 0.76) 0%, rgba(29, 12, 64, 0.94) 100%);
}
.bg-gradient {
    background: radial-gradient(58.47% 303.56% at 25.42% 54.03%, rgba(118, 53, 223, 0.76) 0%, rgba(63, 8, 182, 0.94) 100%);
}
.bg-gradient > div,
.bg-gradient-dark > div {
    max-width: 1170px;
    margin: 0 auto;
}
.home .bg-gradient-dark:first-child {
    position: relative;
}
.home .bg-gradient-dark:first-child::before {
    position: absolute;
    content: url('images/Ellipse 7.svg');
    right: 0;
    top: 0;
}
.home .bg-gradient-dark:first-child::after {
    position: absolute;
    content: url('images/Ellipse 8.svg');
    right: 0;
    bottom: 0;
}
.ocs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.ocs-row .col-3 img {
    margin-right: 10px;
}
.col-1, .col-2, .col-3,
.col-4, .col-5, .col-6,
.col-7, .col-8, .col-9,
.col-10, .col-11, .col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.wp-block-table .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.navbar-toggler {
    width: 25px;
    margin-left: 1rem;
}
.flex-box, .custom-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.w-100 {
    width: 100%;
}
.w-90 {
    width: 90%;
}
.w-70 {
    width: 70%;
}
.w-50 {
    width: 50%;
}
.w-30 {
    width: 30%;
}
.mtb-4 {
    margin: 4rem auto;
}
.mb-15 {
    margin-bottom: 1.5rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-15 {
    margin-top: 1.5rem;
}
.mt-3 {
    margin-top: 3rem;
}
.pl-30 {
    padding-left: 30px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-middle {
    font-size: 16px;
    line-height: 20px;
}
.text-small {
    font-size: 14px;
    line-height: 20px;
}
.pos-rel {
    position: relative;
}
header .ocs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top {
    padding: 10px 0;
}
.ocs-header-right,
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.form-control, input[type=text],
.form-control:focus, input[type=text]:focus {
    background: rgba(52, 22, 132, 0.15);
    border-radius: 8px;
    height: 40px;
    border: 0;
    outline: none;
    padding: 1rem;
}
.searchform {
    position: relative;
    margin: 15px auto;
}
#form {
    display: none;
    position: absolute;
    top: 20px;
    right: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid rgba(64, 16, 142, 0.11);
    padding: 20px;
}
.searchbtn {
    outline: none;
    border: none;
    background: none;
    margin-right: 40px;
    cursor: pointer;
}
header .searchform input {
    padding-left: 2.5rem!important;
    min-width: 250px;
}
#main-nav {
    margin-left: 15px;
}
.head-center {
    font-family: 'Montserrat-semibold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #23231A;
}
.head-center div {
    max-width: 180px;
    margin-right: 10px;
}
.head-center img {
    margin-right: 10px;
    max-width: 30px!important;
}
.searchform button {
    position: absolute;
    left: 30px;
    top: 35px;
    background: transparent;
    border: none;
    outline: none;
}
header nav {
    background: #341684;
}
header nav ul:not(.sub-menu) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header nav li:not(:last-child) {
    margin-right: 20px;
}
header nav ul a {
    color: #FFFFFF;
    padding: 30px 0;
    text-decoration: none;
    display: inline-block;
}
header nav a:focus,
header nav a:visited,
header nav a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
nav a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Montserrat-semibold";
}
.menu-item-has-children {
    position: relative;
    z-index: 9;
}
.menu-item-has-children:hover::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
}
.sub-menu {
    display: none;
    position: absolute;
    min-width: 340px;
    left: 0;
    top: 80px;
    z-index: 1;
    box-shadow: 4px 4px 15px rgba(255, 255, 255, 0.25);
    border-radius: 0px 0px 10px 10px;
    height: auto;
    overflow: hidden;
    padding: 30px;
    background: #FFFFFF;
}
.sub-menu li {
    padding: 0;
    margin-right: 0!important;
}
.sub-menu li a {
    padding: 5px 0;
    font-family: "Open-sans-bold";
    font-size: 14px;
    line-height: 19px;
}
.sub-menu li a,
.sub-menu li a:hover,
.sub-menu li a:visited {
    text-decoration-line: underline;
    color: #23231A;
}
/* main styles */
.btn-tc, input[type=submit],
.wp-block-button__link,
main button {
    outline: none;
    border: none;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    font-family: "Montserrat-bold";
    line-height: 20px;
    padding: 12px 20px;
    cursor: pointer;
    background: linear-gradient(91.93deg, #AA0BAD 0%, rgba(97, 15, 162, 0.65) 100%);
    box-shadow: 5px 4px 20px rgba(137, 34, 218, 0.4);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.btn-tc-green {
    background: #27AE60;
    box-shadow: 0px 10px 30px rgba(39, 174, 96, 0.3);
    font-size: 18px;
    padding: 20px;
}
.btn-block {
    width: 100%;
    display: block;
    text-align: center;
}
.hoverable {
    transition: all .3s;
    cursor: pointer;
    border: 2px solid transparent;
}
.hoverable:hover {
    background: #D7C9F0;
    border: 2px solid #7145b9;
}
#to-top {
    position: fixed;
    display: none;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.page-content p > a {
    color: #8922DA;
    font-family: "Montserrat";
    text-decoration: underline;
}
.breadcrumbs {
    margin: 40px auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.breadcrumbs a {
    color: #8922DA;
    font-weight: 700;
    font-family: "Open-sans-bold";
}
.breadcrumbs span {
    text-decoration: none;
    color: #282828;
}
.breadcrumbs img {
    position: relative;
    top: -1px;
    margin: 0 5px;
}
main .breadcrumb_last {
    color: #23231A;
}
main li {
    margin-bottom: 10px;
}
main ul:not(.steps-box, .unstyled) li, ol li {
    position: relative;
    padding-left: 25px;
}
main ul:not(.steps-box,.unstyled) li::before {
    position: absolute;
    content: url('images/ul-img.svg');
    width: 15px;
    height: 15px;
    left: 0;
    top: 2px;
}
.summary-box ul li {
    padding: 10px 20px;
}
.summary-box ul li a {
    font-size: 16px;
    line-height: 140%;
    color: #7145B9;
    text-decoration: none;
}
.summary-box ul li:hover {
    background: rgba(68, 10, 163, 0.1);
    border-radius: 10px;
}
.summary-box ul li:hover a {
    font-weight: 700px;
}
.summary-box ul li::before {
    display: none;
}
#summary {
    font-family: "Montserrat-bold";
    font-size: 36px;
    line-height: 50px;
    color: #23231A;
    padding-left: 20px;
}
.list-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 135%;
    font-family: 'Montserrat-semibold';
}
.green-list, .red-list {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 30px 40px;
}
.green-list {
    border: 3px solid #02B865;
}
.red-list {
    border: 3px solid #E5383B;
}
.checked-list {
    list-style: none;
}
main .checked_list li, main .unchecked_list li {
    padding-left: 15px;
}
main ul.checked_list li::before,
main ul.unchecked_list li::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: -15px;
}
main ul.checked_list li::before {
    content: url('images/plus.svg');
}
main ul.unchecked_list li::before {
    content: url('images/plus-red.svg');
}
main ul.checked-list li::before {
    content: url('images/check.svg');
}
main ol.light-bg-list {
    padding-left: 20px;
}
main ol.light-bg-list li {
    padding: 30px 70px;
    background: #EAE5F3;
    border-radius: 10px;
    margin-bottom: 10px;
}
main ol.light-bg-list li::after {
    left: -20px;
    top: 0;
}
main ol.light-bg-list li:first-child b {

}
ol {
    counter-reset: item;
}
ol > li {
    padding-left: 50px;
    list-style-type: none;
    counter-increment: item;
    min-height: 40px;
}
ol > li:after {
    content: counter(item);
    color: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #8922DA;
    font-family: "Montserrat-bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 0;
}
.fairness {
    margin-top: 20px;
    padding: 40px;
    border: 3px solid rgba(137, 34, 218, 0.65);
    border-radius: 8px;
    font-size: 24px;
    line-height: 34px;
    color: #23231A;
}
.title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat-semibold";
    line-height: 135%;
}
.tables-row thead {
    position: relative;
    background: #341684;
    border-radius: 14px;
    color: #FFFFFF;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.light-grey-box {
    background: #F5F5F5;
    padding: 30px;
}
.light-grey-box.bordered {
    border-radius: 10px;
}
.bordered-box {
    border: 1px solid #282828;
    border-radius: 10px;
    padding: 15px;
    margin: 1.5rem auto;
}
.light-box {
    background: #FFFFFF;
    color: #282828;
    margin-bottom: 0;
    margin-top: 1.5rem;
}
.light-box h5 {
    margin-bottom: 0;
}
.tables-row table {
    width: 300px;
}
.tables-row table th {
    padding: 10px;
    font-size: 20px;
    line-height: 135%;
    font-weight: 700;
    font-family: 'Montserrat-bold';
    color: #FFFFFF;
}
.wp-block-table table {
    width: calc(100% - 2px);
    min-width: 550px;
    overflow-x: auto;
    border-collapse: separate;
    border-spacing: 0 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.wp-block-table thead {
    background: #8922DA;
    border-radius: 10px 0px 0px 0px;
    font-family: "Montserrat-semibold";
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #FFFFFF;
}
.wp-block-table thead th {
    padding: 15px 40px;
}
.wp-block-table table th:first-child,
.tables-row table th:first-child {
    border-top-left-radius: 10px;
}
.wp-block-table table th:last-child,
.tables-row table th:last-child {
    border-top-right-radius: 10px;
}
main table {
    border-spacing: 0;
    border-collapse: collapse;
}
.wp-block-table tbody tr td {
    position: relative;
}
.wp-block-table tbody tr td:first-child::before,
.wp-block-table tbody tr td:last-child::before {
    content: "";
    width: 1px;
    height: 10px;
    background: #8922DA;
    position: absolute;
    left: -1px;
    top: -11px;
}
.wp-block-table tbody tr td:last-child::before {
    left: inherit;
    right: -1px;
}
.wp-block-table table tr td {
    background: #EAE5F3;
    border: 1px solid #8922DA;
    height: 76px;
    padding: 5px 40px;
}
.tables-row table tr td {
    background: #F5F5F5;
}
.tables-row table tr td {
    border: 0;
}
.wp-block-table table tr:last-child td:first-child,
.tables-row table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.wp-block-table table tr:last-child td:last-child,
.tables-row table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.scroll-to {
    font-size: 14px;
    line-height: 20px;
}
.expert-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0.5rem;
}
.exp-horizontal .expert-img {
    border-radius: 50%;
    margin-bottom: .75rem;
    max-width: 120px;
    margin-right: 30px;
}
.expert-box .light-purple-box {
    border-radius: 25px;
    position: relative;
    width: 95%;
}
.expert-box .light-purple-box::before {
    content: url('images/comment.svg');
    width: 55px;
    height: 55px;
    position: absolute;
    top: -27px;
    right: -27px;
    border-radius: 50%;
    background: linear-gradient(91.93deg, #E300E8 0%, rgba(137, 34, 218, 0.65) 100%);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.expert-box .light-purple-box .expert-img {
    max-width: 150px;
}
.expert-box .light-purple-box .expert-img img {
    width: 100%;
}
.expert-box.exp-horizontal img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.peaky-box .bg-gradient {
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 25px;
    height: 100%;
}
.peaky-box .bg-gradient a {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 25px;
    color: #FFFFFF;
    display: inline-block;
}
.peaky-box .top5_box .top5 tbody tr {
    border-radius: 16px;
    padding: 5px;
}
.peaky-box .top5_box .top5 tbody tr:last-child {
    margin-bottom: 0;
}
.peaky-box .top5_box .top5 td[data-type="logo"] {
    max-width: 80px;
}
.peaky-box .top5_box .top5 tbody tr td:not(:last-child) {
    padding-right: 0;
}
.peaky-box .large-purple {
    font-size: 20px;
    line-height: 24px;
}
.peaky-title {
    font-family: "Montserrat-semibold";
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
}
.page-template-inner-page .breadcrumbs {
    position: absolute;
}
.page-template-inner-page .breadcrumbs * {
    color: #FFFFFF;
}
.inner-content section:first-child {
    padding-top: 90px;
}
.inner-content .exp-vertical {
    margin-top: 3rem;
}
.inner-content .text-middle strong {
    text-decoration: underline;
}
.inner-content .text-middle img {
    position: relative;
    top: 5px;
}
.tips-box {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #7145b9;
    padding: 25px 5px;
}
.tips-box .tips-img {
    height: 45px;
    margin-bottom: 25px;
}
.tips-box .h6 {
    font-family: "Montserrat-semibold";
    min-height: 55px;
}
.tips-box p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    min-height: 150px;
}
.tips-box  img {
    width: 45px;
}
blockquote {
    width: 93%;
    text-align: center;
    margin: 40px auto 0;
    font-family: "Open-sans-bold";
    font-size: 24px;
    line-height: 34px;
    color: #323031;
    position: relative;
    padding: 40px;
}
blockquote::before,
blockquote::after {
    content: url('images/quote1.svg');
    position: absolute;
    top: 0;
    left: 0;
}
blockquote::after {
    transform: rotate(180deg);
    left: inherit;
    right: 0;
    bottom: 0;
}
.counter {
    color: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #8922DA;
    font-family: "Montserrat-bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}
.steps-box {
    position: relative;
}
.steps-box li {
    position: relative;
}
.steps-box li:not(:last-child) {
    margin-bottom: 80px;
}
.steps-box .counter {
    position: absolute;
    left: 0;
    top: 0;
}
.steps-box .h5 {
    padding-left: 60px;
    position: relative;
    top: 3px;
}
.steps-box li:not(:last-child)::before {
    width: 4px;
    height: 40px;
    content: '';
    position: absolute;
    bottom: -60px;
    left: 20px;
    background: #8922DA;
}
.top-games {
    counter-reset: item;
}
.casino-v {
    padding: 40px 65px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    color: #000000;
    font-size: 14px;
}
.casino-v .game-logo {
    margin-bottom: 20px;
}
.casino-h {
    color: #000000;
    font-size: 14px;
}
.cas-title {
    font-family: "Montserrat-semibold";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}
.casino-item .rate-stars,
.casino-item .games {
    font-family: "Montserrat-semibold";
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.casino-item .games {
    margin: 13px auto;
}
.cas-title img {
    margin-left: 10px;
    position: relative;
    top: 5px;
}
.casino-item a {
    font-size: 14px;
    line-height: 14px;
    color: #7145B9;
}
.top5 {
    width: 100%;
}
.top5_box .top5 tbody tr {
    background: rgba(64, 16, 142, 0.11);
    border-radius: 25px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    transition: all .3s;
}
.top5_box .top5 tbody tr td {
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    flex: 1;
    padding: 0 10px;
    align-self: center;
    height: 100vh;
    max-height: 135px;
}
.top5_box .top5 td {
    position: relative;
}
.top5_box .top5 td[data-type="row-number"] {
    max-width: 30px;
}
.top5_box .top5 td[data-type="logo"] {
    max-width: 100px;
}
.top5_box .top5 td .rate-stars {
    margin: 5px 0;
}
.best-casino {
    padding: 0;
}
.best-casino .game-logo {
    margin-bottom: 0;
}
.best-casino .bg-gradient,
.best-casino .bg-gradient-dark {
    padding: 18px;
}
.best-casino .bg-gradient {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.best-casino ul {
    font-size: 16px;
}
.casino-content {
    padding: 20px 40px 40px;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
main ul.check-purple li::before {
    content: url('images/check-purple.svg');
}
.stars {
    display: inline-block;
}
.star {
    background: url(images/star.svg) 100% / 100% no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    display: inline-block;
}
.star.empty {
    background: url(images/starb.svg) 100% / 100% no-repeat;
}
.stars-num {
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}
.brand-page {
    font-family: 'Open-Sans';
}
.brand-page .check::before {
    position: absolute;
    left: 1px;
    content: url('images/check.png');
}
.brand-page .checkdiv {
    position: relative;
    padding-left: 25px;
}
.brand-page .details {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    align-items: center;
    color: #23231A;
}
.brand-page .slot-general .btn-tc {
    font-size: 14px;
}
.brand-page .details-icon img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 15px;
}
.brand-page .details-icon {
    position: relative;
    padding-left: 50px;
    display: inline-block;
}
.brand-page .details-icon:not(:last-child) {
    margin-right: 5px;
}
.brand-page .card-item {
    display: inline-block;
    width: 108px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D6E3F8;
    border-radius: 6px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 50px;
}
.brand-page .card-item img {
    vertical-align: middle;
}
.slot-img.owl-carousel {
    width: 80%;
    margin-bottom: 40px;
}
.slot-img.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    left: 0;
}
.slot-img.owl-carousel .owl-next {
    position: absolute;
    right: -20px;
}
.slot-img.owl-carousel .owl-prev {
    position: absolute;
    left: -60px;
}
.slot-img.owl-carousel .next,
.slot-img.owl-carousel .prev {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
}
.slot-img.owl-carousel .next {
    background: url('images/next.svg') center no-repeat;
}
.slot-img.owl-carousel .prev {
    background: url('images/prev.svg') center no-repeat;
}
.slot-star {
    display: flex;
    justify-content: center;
}
.slot-item li {
    display: inline-block;
    font-family: 'Open-sans';
    font-size: 16px;
    line-height: 100%;
    color: #18243D;
    padding-left: 15px;
    position: relative;
    margin-left: 10px;
}
.brand-slot-page .tables-row table {
    margin: 10px 0;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.05));
}
.brand-slot-page .tables-row thead {
    background: #EAE5F3;
    padding: 10px;
    overflow: hidden;
}
.brand-slot-page .tables-row table th:last-child,
.brand-slot-page .tables-row table th:first-child {
    border-radius: 0;
}
.brand-slot-page .tables-row table tr td {
    background: #FFFFFF;
    border-bottom: 1px solid #D6E3F8;
    padding: 15px 10px;
}
.brand-slot-page .tables-row .col-6 img {
    width: 35px;
    height: 35px;
    float: left;
}
.brand-slot-page .tables-row .col-6 span {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    font-family: "Montserrat-bold";
    font-weight: bold;
    font-size: 18px;
    color: #23231A;
}
.brand-slot-page table {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}
.brand-slot-page table td {
    padding: 10px 0;
}
.brand-slot-page table .star.empty {
    background: url(images/star.svg) 100% / 100% no-repeat;
    opacity: .15;
}
.slot-description {
    margin-top: 60px;
}
main ul.slot-item li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #18243D;
    position: absolute;
    top: 6px;
    left: 10px;
}
.slot-star span {
    font-family: "Montserrat-bold";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
.slot-star > span {
    margin: 4px 10px;
}
.light-purple-box {
    background: #EAE5F3;
    border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
    padding: 25px 20px;
}
.gradient-text {
    background: -webkit-linear-gradient(91.93deg, #AA0BAD 0%, rgba(97, 15, 162, 0.65) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slot-general p {
    margin-bottom: .65rem;
}
.slot-logo {
    margin-bottom: 1rem;
}
.full-text {
    margin-top: 1.5rem;
}
.brand-review {
    padding: 0 30px;
}
.country-icon img {
    width: 30px;
    height: auto;
}
.country-icon {
    margin-left: 30px;
}
.rate {
    font-size: 16px;
}
.rate-stars .rate {
    color: #F2BE03;
    position: relative;;
    top: -5px;
    left: inherit;
}
.option-item {
    font-size: 24px;
    line-height: 34px;
}
.brand-options {
    margin-top: 1rem;
}
.option-card {
    background: #FFFFFF;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 110px;
    margin-bottom: 2rem;
    margin-right: .25rem;
    vertical-align: middle;
}
.casino-casino-item {
    background: #27273F;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.casino-casino-item img {
    width: 100%;
    border-radius: 10px;
}
.casino-game-info h6 {
    margin-top: 0;
}
.casino-game-info {
    padding: 30px 15px;
    font-size: 14px;
    line-height: 20px;
}
.casino-general p + * {
    color: #341684;
    font-weight: bold;
    font-size: 23px;
}
.fast-casino {
    margin-top: 1rem;
}
.article {
    padding: 20px 0;
}
.articles-row .col-10:not(:last-child) .article {
    border-bottom: 1px solid #D6E3F8;
}
.article-link a {
    font-family: "Montserrat-bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #B270E7;
}
.article-link img {
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.faq-box {
    background: #FFFFFF;
    border: 1px solid #B270E7;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}
.question {
    padding: 17px 17px 17px 60px;
    font-family: "Montserrat-semibold";
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.faq-box.open .question {
    border-bottom: 1px solid #B270E7;
}
.answer {
    padding: 20px 60px;
    display: none;
}
.toggller {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url('images/down.svg') center no-repeat;
    position: absolute;
    left: 17px;
    top: 14px;
    transition: all .3s;
}
.toggller.open {
    background: url('images/up.svg') center no-repeat;
}
/* Footer styles */
footer {
    font-size: 14px;
    line-height: 20px;
    padding: 40px 0;
    margin-top: 40px;
    color: #ffffff;
    background: radial-gradient(42.6% 374.03% at 21.11% 50%,
                rgba(68, 10, 163, 0.6308) 0%,
                rgba(68, 10, 163, 0.83) 100%);
}
.footer-logo {
    width: 400px;
    max-width: 100%;
}
.footer-logo img {
    width: 100%;
}
.footer-logos img {
    margin-right: 60px;
    margin-bottom: 30px;
}
.footer-nav {
    margin-top: 30px;
    font-family: "Montserrat-bold";
}
.footer-nav,
.footer-bootom-nav {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
}
.footer-nav li {
    display: inline-block;
    margin-right: 30px;
}
.footer-nav a,
.footer-nav a:focus,
.footer-nav a:hover,
.footer-nav a:visited {
    color: #ffffff;
    text-decoration: none;
}
.footer-bootom-nav li {
    display: inline-block;
    margin-right: 40px;
}
.footer-bootom-nav a,
.footer-bootom-nav a:focus,
.footer-bootom-nav a:hover,
.footer-bootom-nav a:visited {
    color: #ffffff;
}