@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);
*,::after,::before {
    box-sizing: border-box
}

body {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #036;
    color: #fff
}

a {
    color: #fff;
}

h1 {
    font-size: 33px;
    line-height: 42px;
    color: #fff;
    font-weight: 400
}

h2 {
    font-size: 24px;
    color: #fff
}

p {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px;
    text-align: justify
}

img {
    max-width: 100%
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.d-block {
    display: block
}

.main {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flow-root
}

.header {
    background: #fc6;
    text-align: center;
    padding: 20px
}

.home-menu {
    max-width: 1140px;
    margin: auto
}

.pure-menu-heading-sec {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px
}

.pure-menu-link {
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400
}

.pure-menu-link:focus,.pure-menu-link:hover {
    color: #fff;
    background: #34495e
}

.pure-menu-heading {
    font-weight: 700;
    color: #fff;
    padding: 0 0 10px
}

.custom-wrapper {
    height: 128px;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    transition: height .5s;
    overflow: hidden
}

.custom-wrapper.open {
    height: 13em
}

.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.custom-toggle .bar {
    background-color: #fff;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.custom-menu-3 {
    text-align: center
}

.payment:not(:empty):not(:last-child):after {
    content: ", "
}

@media (max-width: 767px) {
    .custom-menu-3 {
        text-align:left
    }

    .custom-toggle {
        display: block;
        top: 20px;
        right: 15px
    }

    .pure-menu-heading {
        text-align: left
    }

    .custom-wrapper {
        height: 50px
    }
}

.main-heading-width {
    max-width: 650px;
    margin: 35px auto;
    display: block;
    text-align: center
}

.main-heading-width h1 {
    margin: auto;
    text-transform: uppercase;
    font-family: Oswald,sans-serif
}

.main-heading-width p {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    font-weight: 400;
    text-align: center
}

.bg-gray {
    background: #fc6;
    display: flow-root;
    margin-bottom: 20px;
    padding: 25px 15px
}

.casino-list-prt {
    padding: 10px
}

.casino-list {
    padding: 15px;
    filter: drop-shadow(0 0 9px rgba(162, 162, 162, .93));
    background-color: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 4px
}

.casino-list img {
    max-width: 100px
}

.casino-name {
    font-size: 15px;
    line-height: 19px;
    color: #fc6;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding: 10px 0 5px
}

.rating {
    color: #fc6;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px
}

.casino-bonus {
    font-size: 14px;
    line-height: 17px;
    color: #484848;
    font-family: "Open Sans",sans-serif;
    border-bottom: 1px solid #d2d4d5;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 15px
}

.button-play {
    max-width: 165px;
    width: 100%;
    border-radius: 21px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: Oswald,sans-serif;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 11px;
    margin-bottom: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    background: #036;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.review-btn {
    max-width: 173px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 15px 10px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 30px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    background: #34495e;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.button-play:before {
    border-radius: 21px;
    background: #036
}

.review-btn:before {
    background: #212222;
    border-radius: 5px
}

.button-play:before,.review-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.button-play:active:before,.button-play:focus:before,.button-play:hover:before,.review-btn:active:before,.review-btn:focus:before,.review-btn:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.button-play:hover,.review-btn:hover {
    color: #fff
}

.menu-list {
    background: #369;
    padding: 15px;
    margin-bottom: 20px
}

.menu-list h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-family: Oswald,sans-serif;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px
}

.menu-list ul {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    font-family: "Open Sans",sans-serif;
    list-style: none;
    padding-left: 0
}

.menu-list ul li {
    padding: 5px;
    padding-left: 15px;
    position: relative
}

.menu-list ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    position: absolute;
    left: 0
}

.menu-list ul li a {
    color: #fff;
    text-decoration: none
}

.menu-list ul li a:hover {
    border-bottom: 3px #be2edd dashed
}

.content-left-padding {
    padding-right: 20px
}

.footer-top {
    background: #369;
    width: 100%;
    display: block;
    padding: 20px 0;
    margin-top: 30px
}

.footer-bottom {
    background: #036;
    width: 100%;
    display: block;
    padding: 2px 0
}

.footer-logo {
    padding: 15px;
    display: block;
    font-size: 50px;
    color: #fff;
    border-bottom: 1px solid #fc6
}

.footer-logo a {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-size: 60px
}

.footer-list ul {
    padding: 0;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 00px
}

.footer-list ul li {
    display: inline-block
}

.footer-list ul li a {
    font-size: 15px;
    color: #aeaeae;
    text-decoration: none;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase
}

.footer-list ul li a:before {
    content: "|";
    position: absolute;
    color: #aeaeae;
    left: 0
}

.footer-list ul li:first-child a:before {
    display: none
}

.footer-list ul li a:hover {
    color: #fff
}

.footer-bottom p {
    font-size: 12px;
    color: #fc6;
    text-align: center
}

.contant-image {
    width: 100%
}

.contant-image img {
    float: left;
    padding: 10px 20px 10px 0
}

.breadcums-bg {
    background: #f3f4f6;
    padding: 18px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px
}

.breadcums-ul li {
    display: inline-block
}

.breadcums-ul li a {
    color: #000;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px
}

.breadcums-ul li a:hover {
    color: #34495e
}

.breadcums-ul li+li::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    color: #000;
    display: inline-block;
    padding-right: .5rem
}

.review-page-bg {
    padding: 20px;
    margin-bottom: 20px
}

.review-list {
    padding-top: 40px;
    background: #fc6;
    padding: 15px
}

.review-list-image {
    text-align: left
}

.casino-info-prt {
    display: inline-block;
    background: #fc6;
    padding: 15px
}

.review-list-center {
    padding-top: 15px;
    padding-bottom: 15px
}

.review-name {
    font-size: 25px;
    color: #484848;
    font-weight: 700;
    padding: 10px;
    padding-top: 0
}

.review-bonus {
    font-size: 16px;
    line-height: 22px;
    color: #4b1ba7;
    font-weight: 500
}

.casino-head {
    font-size: 16px;
    line-height: 40px;
    color: #111;
    font-weight: 600;
    border-bottom: 1px solid #d7d7d7
}

.casino-info {
    font-size: 16px;
    line-height: 40px;
    color: #484848;
    border-bottom: 1px solid #d7d7d7
}

.casino-h3 {
    font-size: 26px;
    line-height: 22px;
    color: #484848;
    font-weight: 700;
    border-bottom: 1px solid #b2a6ce;
    padding-bottom: 15px;
    margin-bottom: 10px
}

@media only screen and (max-width: 1023px) {
    .casino-head,.casino-info {
        font-size:13px
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size:24px;
        line-height: 1.2
    }

    h2 {
        font-size: 22px
    }

    .main-heading-width p,p {
        font-size: 13px;
        line-height: 1.3
    }

    .pure-menu-link {
        font-size: 13px;
        line-height: 1.2;
        padding-left: 5px;
        padding-right: 5px
    }

    .content-left-padding {
        padding-right: 0
    }

    .casino-head,.casino-info {
        font-size: 12px
    }

    .contant-image img {
        max-width: 350px;
        width: 100%
    }

    .footer-logo,.footer-logo a {
        font-size: 40px;
        line-height: 1.2
    }

    .footer-logo {
        padding: 10px
    }

    .footer-list ul li {
        padding-bottom: 5px
    }

    .footer-list ul li a {
        font-size: 12px;
        padding: 0 5px
    }

    .footer-list ul li a:before {
        top: 2px;
        left: -3px
    }

    .footer-bottom p {
        font-size: 11px
    }

    .main-heading-width {
        margin: 20px 0
    }

    .review-name {
        font-size: 20px
    }

    .review-bonus {
        font-size: 14px;
        line-height: 1.2
    }

    .casino-h3 {
        font-size: 22px;
        padding-bottom: 10px
    }
}

@media only screen and (max-width: 567px) {
    .review-btn {
        margin-top:10px
    }

    .casino-h3 {
        font-size: 22px
    }

    .breadcums-bg {
        font-size: 14px
    }

    .header {
        padding: 15px
    }

    .breadcums-bg span,.breadcums-ul li {
        font-size: 11px
    }

    .review-list-image {
        text-align: center
    }
}
