@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap'); 

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #2F4F4F;
    background-size: cover;
}

h1,h2,h3,h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
    color: #3F5F5F;
}

h1 {
    font-size: 30px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 27px;
}

p {
    font-weight: normal;
    margin-bottom: 20px;
    text-align: justify;
}

img {
    max-width: 100%
}

ul li,ol li {
    padding-bottom: 15px;
}

.bg-white {
    background: #fff;
}

/*Header start*/
.navbar-sec {
    background: #3F5F5F;
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-sec .nav-link, .navbar-expand-md .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #51385f;
}

.navbar-sec .nav-link.active, .navbar-sec .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link.active {
    color: #ffc705 !important;
}

.navbar-sec .nav-item {
    padding-bottom: 0px;
}

.navbar-light .navbar-brand {
    font-weight: 900;
    font-size: 30px;
}

/*Header end*/
footer {
    background: #3F5F5F;
    background-size: cover;
    text-transform: uppercase;
}

.footer-contact h4 {
    font-size: 24px;
    color: #52395d;
    font-weight: 800;
    margin: 5px 0;
    text-transform: uppercase;
}

.footer-contact p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

footer hr {
    border-color: #514061;
}

.footer-list li {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-list li,.footer-list li a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}

.cr-footer {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

/*Footer end*/
.list-right-sec {
    background: #fff;
    text-align: center;
}

.list-right-sec h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: #ffc703;
    margin: 0;
    padding: 15px 7px;
    margin-bottom: 10px;
}

.list-right-sec ul {
    margin: 0;
}

.list-right-sec ul li {
    padding: 10px;
}

.list-right-sec ul li a, .list-right-sec ul li {
    color: #313030;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
}

.list-right-sec ul li a:hover, .list-right-sec ul li:hover {
    color: #ffc705;
    text-decoration: none;
}

.list-right-sec ul li a:hover:after {
    position: absolute;
    opacity: 0;
    top: 14px;
    left: -20px;
    transition: 0.5s;
    color: #ffc705;
}

.list-right-sec ul li a:hover:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.list-right-sec ul li a:hover:hover:after {
    opacity: 1;
    left: 0;
    top: -2px;
}

h2.list-title {
    font-size: 27px;
    font-weight: 900;
    color: #FFFF66;
    margin-top: 0;
}

.game-list {
    background: #fff;
}

.game-list-logo {
    background: #52395d;
    border-radius: 20px;
    padding: 24px 16px;
    display: inline-block;
}

.game-list-logo img {
    max-height: 35px;
}

.color-yellow {
    color: #2F4F4F;
}

.star-color-gray {
    color: #2F4F4F;
}

.game-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #2F4F4F;
}

.game-sub-name {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.game-link {
    font-size: 11px;
    letter-spacing: 0px;
    color: #2F4F4F;
    font-weight: 600;
    text-decoration: underline;
}

.game-link:hover {
    color: #ffc705;
}

.game-bonus {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #2F4F4F;
}

.btn-game {
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    background: #ffc705;
    border-radius: 0;
    border: none;
    display: grid;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 5px;
}

.btn-game:hover {
    text-decoration: none;
    color: #fff;
}

/*review*/
.custum-breadcrumb {
    background: #ececec;
}

.custum-breadcrumb li {
    padding-bottom: 0;
}

.custum-breadcrumb li a, .custum-breadcrumb .breadcrumb-item.active {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

.custum-breadcrumb .breadcrumb {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.review-image {
    background: #52395d;
    border-radius: 30px;
    padding: 50px 10px;
    text-align: center;
    display: block;
}

.review-name {
    font-size: 26px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.review-sub {
    font-size: 23px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}

.review-rating i {
    font-size: 20px;
    margin-bottom: 10px;
}

.review-bonus {
    font-size: 14px;
    line-height: 22px;
    color: #3b1a1a;
    font-weight: 700;
    text-transform: uppercase;
}

.review-h3 h3 {
    font-size: 25px;
    color: #363123;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

.review-h3 h3:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
}

.review-head {
    font-size: 21px;
    color: #000000;
    font-weight: 500;
    padding: 5px 0;
}

.review-detail {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    background-color: #52395d;
    padding: 7px;
}

.review-bnnr {
    background: url('../img/review-banner.png') center right;
    display: grid;
}

.btn-yellow {
    border-radius: 18px;
    background-color: #ffc703;
    font-size: 27px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin: 10px;
}

.btn-yellow:hover {
    color: #fff;
}

/*Contact us*/
.contact-prt h1 {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}

.contact-prt h2 {
    margin-top: 0;
}

.contact-prt h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.contact-prt h3:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
}

.contact-prt p {
    font-size: 13px;
    font-weight: 500;
}

.contact-prt .custum-ol ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.contact-prt .custum-ol ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-bottom: 0;
}

.contact-prt .custum-ol ol li::before {
    content: counter(my-awesome-counter);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    --size: 23px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    bottom: 0;
    margin: auto;
    background: #736b63;
    border-radius: 50%;
    text-align: center;
}

.contact-prt .custum-ul ul {
    list-style: none;
    padding-left: 0;
}

.contact-prt .custum-ul ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 0;
    margin: 0 0 0.5rem 0;
}

.contact-prt .custum-ul ul li:before {
    content: '';
    background: url('../img/icon-3.png') no-repeat center top;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 9px;
}
