:root {
    --dark-slate-gray: #4d4d4d;
    --dark-slate-gray-2: #323232;
    --tan: #c7aa8b;
    --white-smoke: #f7f7f7;
    --light-gray: #d1d1d1;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

body {
    color: #fff;
    background-color: #000;
    /* padding-top: 60px; */
    font-family: Exo, sans-serif;
    line-height: 20px;
}

h1 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: Exo, sans-serif;
    line-height: 55px;
}

h2 {
    text-transform: uppercase;
    margin: 10px 0;
}

h3 {
    margin: 10px 0;
    font-size: 31px;
    font-weight: 500;
    line-height: 30px;
}

h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

h5 {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

h6 {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}

a {
    text-decoration: underline;
}

.button {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #4d4d4d33;
    border: 2px solid #fff;
    padding: 8px 15px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.1s;
    display: inline-block;
}

.button:hover {
    color: #323232;
    background-color: #fff;
}

.button.color {
    color: #c7aa8b;
    border-color: #c7aa8b;
}

.button.color:hover {
    color: #323232;
    background-color: #c7aa8b;
}

.button.color.bottom {
    color: #fff;
    border-color: #fff;
    border-radius: 10px;
    max-width: 40%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
}

.button.color.bottom:hover {
    background-color: #000;
}

.button.form {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
    margin-top: 22px;
    margin-bottom: 23px;
    font-family: Poppins;
}

.button.form:hover {
    color: #323232;
    background-color: #0000;
}

.button.solid {
    background-color: #c7aa8b;
    border-color: #c7aa8b;
}

.button.solid:hover {
    color: #c7aa8b;
    background-color: #0000;
}

.navbar {
    background-color: #020101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px #ffffff21;
}

.nav-link {
    box-shadow: none;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-right: 1px solid #4d4d4d;
    padding: 20px 30px;
    transition: background-color 0.1s, margin 0.5s;
}

.nav-link:hover {
    color: #7f5f02;
}

.nav-link.w--current {
    box-shadow: none;
    color: #fff;
    background-color: #000;
}

.nav-link.w--current:hover {
    color: #7f5f02;
}

.nav-link.social-icons {
    float: right;
    opacity: 0.8;
    border-left: 1px solid #4d4d4d;
    padding: 18px 22px 22px;
}

.nav-link.social-icons:hover {
    opacity: 1;
}

.nav-link.social-icons.last {
    border-left-style: none;
}

.logo-text {
    float: left;
    text-transform: uppercase;
    margin-top: 3px;
    margin-right: 31px;
}

.nav-menu {
    float: left;
    border-left: 1px solid #4d4d4d;
}

.stone-logo {
    float: left;
    opacity: 0.9;
    margin-right: 8px;
}

.stone-logo.footer {
    opacity: 0.4;
}

.brand {
    padding-top: 17px;
}

.brand.w--current {
    padding-top: 0;
    padding-right: 0;
}

.section {
    background-color: #853204;
    padding-top: 140px;
    padding-bottom: 140px;
}

.section.grey {
    color: #fff;
    background-image: linear-gradient(#00000080, #00000080),
        url('../images/Slot-Kungfu-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 55px;
    padding-bottom: 55px;
}

.section.beige {
    text-align: center;
    padding-bottom: 140px;
}

.section.image-section {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section.footer {
    background-color: #323232;
    padding-top: 65px;
    padding-bottom: 53px;
}

.section.rules {
    text-align: left;
    background-color: #853204;
}

.section.about {
    text-align: left;
    background-color: #000;
}

.section.help {
    background-color: #853204;
    padding-top: 0;
    padding-bottom: 0;
}

.section.game,
.section.game-copy {
    background-color: #853204;
}

.section.center {
    background-color: #000;
    font-family: Exo, sans-serif;
}

.main-heading {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
}

.main-heading.bold {
    color: #15fcb4;
    font-family: Luckiest Guy;
    font-size: 100px;
    font-weight: 700;
    position: relative;
}

.main-heading.intro {
    font-size: 30px;
    font-weight: 400;
}

.slider-nav {
    font-size: 9px;
    line-height: 10px;
}

.main-subheading {
    color: #ffffffcf;
    margin-top: 18px;
    margin-bottom: 44px;
    font-family: Poppins;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}

.horizontal-bar {
    background-color: #fff;
    width: 60px;
    height: 2px;
    display: inline-block;
}

.horizontal-bar.beige {
    background-color: #15fcb4;
    display: inline-block;
}

.horizontal-bar.lightgrey {
    background-color: #3232322e;
}

.slider {
    background-color: #0000;
    height: 490px;
}

.slide {
    text-align: center;
    background-image: linear-gradient(#000, #fff0 37%),
        linear-gradient(#fff0 77%, #000),
        url('../images/slot-gams-background.jpeg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    min-height: 100%;
    padding-top: 190px;
    padding-bottom: 80px;
    font-family: Luckiest Guy;
}

.slide._2 {
    background-image: url('../images/city.jpg');
}

.slide._3 {
    background-image: url('../images/town.jpg');
}

.process-titles {
    color: #15fcb4;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #32323221;
    margin-bottom: 23px;
    padding-top: 23px;
    font-family: Luckiest Guy;
    font-size: 21px;
}

.icon-wrapper {
    text-align: center;
    height: 109px;
    margin-bottom: 24px;
}

.number {
    color: #32323217;
    text-transform: uppercase;
    margin-top: -22px;
    margin-bottom: 2px;
    padding-top: 0;
    font-size: 16px;
}

.testimonials-slider {
    background-color: #0000;
    height: auto;
    padding-left: 47px;
    padding-right: 47px;
}

.testimonial-slide {
    text-align: center;
    width: 50%;
    padding: 24px 30px;
}

.left-arrow {
    color: #d1d1d1;
    width: 45px;
}

.left-arrow:hover {
    color: #c7aa8b;
}

.right-arrow {
    color: #d1d1d1;
    width: 45px;
    transition: all 0.2s;
}

.right-arrow:hover {
    color: #c7aa8b;
}

.testimonial {
    margin-bottom: 18px;
    font-family: Vollkorn, serif;
    font-size: 18px;
    font-style: italic;
}

.small-title {
    color: #3232325c;
    text-transform: uppercase;
    font-size: 16px;
}

.small-title-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.author {
    color: #c7aa8b;
    text-transform: uppercase;
}

.footer-text {
    color: #858585;
    margin-top: 3px;
}

.footer-text.address {
    text-align: right;
}

.subheading {
    color: #a6a6a6;
    margin-top: 19px;
    margin-bottom: 10px;
    font-family: Vollkorn, serif;
    font-size: 18px;
    font-style: italic;
}

.contact-form-column {
    background-color: #020101;
    padding: 74px 33px;
}

.contact-info-column {
    padding-top: 72px;
    font-family: Luckiest Guy;
}

.field {
    color: #323232;
    text-transform: uppercase;
    border: 0 solid #000;
    height: 52px;
    margin-bottom: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Poppins;
    font-size: 18px;
}

.field:hover {
    background-color: #fffc;
}

.field:focus {
    box-shadow: inset 0 0 #0000;
}

.success {
    color: #323232;
    text-align: center;
    background-color: #0000;
    border: 3px solid #323232;
    padding-top: 35px;
    padding-bottom: 43px;
    font-size: 23px;
    font-weight: 500;
}

.success-message {
    margin-bottom: 73px;
}

.contact-text {
    color: #fff;
    font-family: Poppins;
}

.contact-icon {
    margin-top: 31px;
    margin-bottom: 10px;
}

.project-description {
    color: #fff;
    margin-bottom: 11px;
    font-family: Poppins;
}

.project-title {
    color: #15fcb4;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 400;
}

.tag-wrapper {
    margin-bottom: 19px;
}

.tag-icon {
    float: left;
    opacity: 0.19;
    margin-top: 4px;
    margin-right: 5px;
}

.tag-title {
    float: left;
    color: #b8b8b8;
    margin-right: 16px;
    font-size: 14px;
}

.back-to-work-column {
    text-align: right;
    padding-top: 32px;
}

.prev-project-wrapper {
    text-align: right;
    border-right: 3px solid #4d4d4d;
    padding-right: 30px;
}

.nex-project-wrapper {
    padding-left: 30px;
}

.project-link {
    text-decoration: none;
}

.project-link:hover {
    color: #323232;
    text-decoration: underline;
}

.name {
    margin-top: 11px;
    font-size: 16px;
}

.social-icon {
    opacity: 0.26;
    padding-right: 10px;
    transition: all 0.2s;
}

.social-icon:hover {
    opacity: 1;
}

.position {
    margin-bottom: 8px;
    font-family: Vollkorn, serif;
    font-style: italic;
}

.icons-wrapper {
    margin-bottom: 11px;
}

.footer-disclaimer {
    color: #fff6;
}

.footer-disclaimer.margin-footer {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-copyright-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.footer-section {
    text-align: center;
    background-color: #020101;
    padding-top: 20px;
    padding-bottom: 60px;
}

.footer-section.footer {
    background-color: #000;
}

.grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.grid-2.links-policy {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.footer-bottom-links {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.link-2 {
    color: #fff;
}

.footer-text-3 {
    color: #b6b6b6;
    font-family: Poppins;
    font-size: 14px;
    line-height: 25px;
}

.gamble-help {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-link {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
}

.footer-link:hover {
    color: #008cffd6;
}

.center {
    color: #fff;
    text-align: center;
    font-family: Poppins;
}

.game-rules {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

.contact {
    padding-top: 0;
    padding-bottom: 0;
}

.remark {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

.container {
    text-align: center;
}

.heading-2 {
    color: #15fcb4;
}

.paragraph {
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

.image-2 {
    max-width: 40%;
}

.columns {
    text-align: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.container-2 {
    text-align: center;
}

.heading-4 {
    margin-top: 20px;
}

.heading-5 {
    color: #fff;
}

.text-block {
    color: #fff;
    font-family: Poppins;
}

.heading-6 {
    color: #15fcb4;
    text-align: center;
}

.list,
.list-2 {
    color: #fff;
    font-family: Poppins;
}

.image-3 {
    max-width: 70%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
}

.image-rules {
    padding-right: 20px;
}

.list-3,
.list-4,
.list-5,
.list-6 {
    color: #fff;
}

.heading-7,
.heading-8 {
    color: #15fcb4;
}

.list-7,
.list-8,
.list-9 {
    color: #fff;
}

.heading-9 {
    color: #15fcb4;
}

.link-3 {
    color: #fff;
}

.fun-box {
    background-color: #853204;
    border: 1px solid #853204;
    border-radius: 20px;
    padding: 15px;
}

.grid-image-2 {
    width: 35%;
    margin: 20px auto;
    padding: 0;
    display: block;
}

.paragraph-20 {
    text-align: left;
    font-family: Montserrat, sans-serif;
}

.paragraph-20.center {
    margin-top: 20px;
    margin-bottom: 60px;
}

.paragraph-25 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-heading {
    margin-top: 0;
    margin-bottom: 16px;
}

.section-heading.centered {
    letter-spacing: 5px;
    text-transform: uppercase;
}

.section-title-group {
    margin-bottom: 60px;
}

.container-3 {
    font-family: Montserrat, sans-serif;
}

.paragraph-27 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-4 {
    text-align: center;
}

.hero-heading {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
}

.bold-text {
    color: #000;
}

.hero-section {
    text-align: center;
    background-image: linear-gradient(#00000080, #00000080),
        url('../images/Slot-Kungfu-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 180px;
    padding-bottom: 180px;
}

.hero-section.centered {
    text-align: center;
    background-image: linear-gradient(#000000ab, #000000ab),
        url('../images/fruits.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border: 1px solid #a15b00;
    padding-top: 220px;
    padding-bottom: 220px;
}

.container-5 {
    margin-top: 0;
    position: static;
}

.hero-subheading {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.paragraph-28 {
    padding-left: 100px;
    padding-right: 100px;
}

.heading-13 {
    margin-top: 10px;
}

.footer-link-2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-bottom: 10px;
    display: block;
}

.footer-link-2:hover {
    color: #fff;
}

.footer-bottom-links-2 {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

.gamble-help-2 {
    background-color: #b13f00;
    border-radius: 20px;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
}

.grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.grid-3.links-policy {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.footer-text-2 {
    color: #fff6;
}

.footer-text-2.margin-footer {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-us {
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

.brandname {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 100px 20px 30px;
}

.brandname.w--current {
    box-shadow: none;
    color: #fff;
    background-color: #000;
}

.brandname.w--current:hover {
    color: #7f5f02;
}

.brandname.social-icons {
    float: right;
    opacity: 0.8;
    border-left: 1px solid #4d4d4d;
    padding: 18px 22px 22px;
}

.brandname.social-icons:hover {
    opacity: 1;
}

.brandname.social-icons.last {
    border-left-style: none;
}

.image-5 {
    margin-top: 20px;
}

.image {
    border-radius: 20px;
    margin-top: 40px;
}

.column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
}

.text-block-2,
.bold-text-4 {
    color: #fff;
}

@media screen and (max-width: 991px) {
    body {
        padding-top: 57px;
    }

    .nav-link {
        border-top: 1px solid #4d4d4d;
        border-right-style: none;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .nav-link.social-icons {
        border-right-color: #4d4d4d;
        padding-left: 21px;
        padding-right: 21px;
    }

    .nav-menu {
        background-color: #323232;
        box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
    }

    .menu-icon {
        color: #fff;
        line-height: 21px;
    }

    .menu-button {
        opacity: 0.8;
    }

    .menu-button.w--open {
        opacity: 1;
        background-color: #000;
    }

    .main-heading {
        margin-bottom: 4px;
        font-size: 68px;
    }

    .slider {
        height: 469px;
    }

    .testimonial-slide {
        width: 100%;
        padding-left: 92px;
        padding-right: 92px;
    }

    .left-arrow {
        margin-left: 0;
    }

    .right-arrow {
        margin-right: 0;
    }

    .grid-image-2 {
        width: 50%;
        padding: 15px;
    }

    .hero-section.centered {
        padding-top: 144px;
        padding-bottom: 144px;
    }

    .brandname {
        border-top: 1px solid #4d4d4d;
        border-right-style: none;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .brandname.social-icons {
        border-right-color: #4d4d4d;
        padding-left: 21px;
        padding-right: 21px;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-top: 0;
    }

    .button.color.bottom {
        margin-top: 17px;
        margin-bottom: 8px;
    }

    .navbar {
        position: relative;
    }

    .stone-logo.footer {
        float: none;
    }

    .section {
        padding: 34px 10px;
    }

    .section.grey {
        padding: 35px 10px;
    }

    .section.image-section {
        background-attachment: scroll;
        padding: 61px 10px;
    }

    .section.footer {
        text-align: center;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .main-heading {
        font-size: 50px;
        line-height: 44px;
    }

    .slider {
        height: 392px;
    }

    .slide {
        padding: 50px 10px;
    }

    .icon-wrapper {
        height: 102px;
    }

    .number {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .testimonials-slider {
        padding-left: 19px;
        padding-right: 19px;
    }

    .testimonial-slide {
        padding-left: 34px;
        padding-right: 34px;
    }

    .footer-text.address {
        text-align: center;
    }

    .contact-form-column {
        margin-top: 35px;
        padding: 43px 10px;
    }

    .contact-info-column {
        padding-top: 42px;
    }

    .back-to-work-column {
        text-align: left;
        padding-top: 12px;
    }

    .icons-wrapper {
        margin-bottom: 23px;
    }

    .game-screenshot {
        padding-top: 23px;
    }

    .footer-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-bottom-links {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .footer-text-3 {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

    .image-3,
    .image-rules {
        margin-bottom: 40px;
    }

    .fun-box {
        margin-bottom: 30px;
    }

    .grid-image-2 {
        width: 20%;
        padding: 20px;
    }

    .hero-heading {
        margin-bottom: 15px;
        font-size: 50px;
    }

    .hero-section.centered {
        padding-top: 119px;
        padding-bottom: 119px;
    }

    .hero-subheading {
        font-size: 18px;
    }

    .footer-bottom-links-2 {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .gamble-help-2 {
        max-width: 80%;
    }

    .footer-text-4 {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

    .about-us-image {
        padding-top: 23px;
    }
}

@media screen and (max-width: 479px) {
    .brand.w--current {
        padding-right: 10px;
    }

    .main-heading {
        width: 100%;
        font-size: 48px;
    }

    .main-heading.bold {
        line-height: 100px;
    }

    .slider {
        height: 476px;
    }

    .slide {
        padding-top: 100px;
        padding-bottom: 58px;
    }

    .contact-form-column,
    .contact-info-column,
    .project-description,
    .project-title {
        text-align: center;
    }

    .footer-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-bottom-links {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-wrap: wrap;
    }

    .game-rules {
        flex-flow: column;
    }

    .container {
        flex-flow: column;
        display: flex;
    }

    .list,
    .list-2 {
        text-align: center;
        padding-left: 0;
        list-style-type: none;
    }

    .image-3 {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .image-rules {
        margin-bottom: 40px;
    }

    .grid-image-2 {
        width: 35%;
    }

    .hero-section.centered {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer-bottom-links-2 {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-wrap: wrap;
    }
}
@media (max-width: 1050px) {
    .grid-3,
    .about-us {
        flex-flow: column;
    }
}
