@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700&display=swap);

@font-face {
    font-family: 'metropolis-regular';
    src: url(fonts/Metropolis-Regular.otf);
}

@font-face {
    font-family: 'metropolis-bold';
    src: url(fonts/Metropolis-Bold.otf);
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #010305;
    color: #191919;
}

a {
    display: inline-block;
    text-decoration: none;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.shorly-item ul {
    list-style-type: disc;
}

img {
    max-width: 100%;
}

::-moz-selection {
    color: #fff;
    background: #ff7675;
}

::selection {
    color: #fff;
    background: #ff7675;
}

::-webkit-selection {
    color: #fff;
    background: #ff7675;
}

::-moz-selection {
    color: #fff;
    background: #ff7675;
}

.causom-container {
    max-width: 1179px;
    margin: auto;
}

.header-area {
    padding: 6px 0;
    background: #0a0c15;
}

.navbar-nav li {
    padding: 10px 14px;
}

.navbar-nav li a {
    font-family: 'metropolis-regular';
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 20px 0 0;
}

.navbar-nav li a:hover {
    border-bottom: 1px solid #0d1520;
}

.aside-a li a {
    color: #fff;
    font-family: 'metropolis-regular';
    background: #06070e;
    padding: 12px 32px 8px;
    border-radius: 30px;
    border: 2px solid #b2fa56;
    -webkit-box-shadow: 0 6px 0 #5fb35d;
    box-shadow: 0 6px 0 #5fb35d;
}

.aside-a li a:hover {
    color: #ffffff !important;
    background: -o-linear-gradient(#6fd341, #06070e) !important;
    background: linear-gradient(#6fd341, #06070e) !important;
    border: 2px solid #8ad32d !important;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none !important;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    left: -8px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 4px;
    /*! background-color: #000; */
    border-radius: 6px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    outline: none;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    background-color: #fff;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: '';
    display: block;
    outline: none;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    outline: none;
    -webkit-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    outline: none;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wazamba-area {
    position: relative;
    max-width: 100%;
    padding: 55px 0 76px;
    background: url(images/7bitcasino_background_main.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.wazamba-area::before {
    position: absolute;
    left: 50%;
    top: 1px;
    width: 556px;
    height: 481px;
    content: "";
    background-size: contain;
    background-image: url(images/7bitcasino_main_desktop.webp);
    background-repeat: no-repeat;
}

.wazamba-item h1 {
    font-family: 'metropolis-bold';
    font-size: 56px;
    font-weight: 700;
    color: #fff;
}

.wazamba-item span {
    font-family: 'Work Sans', sans-serif;
    color: red;
    font-size: 56px;
    font-weight: 700;
    background: -o-linear-gradient(278deg, #ef8031 14.89%, #ffe03f 85.85%);
    background: linear-gradient(172deg, #ef8031 14.89%, #ffe03f 85.85%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.wazamba-item a {
    font-family: 'metropolis-bold';
    margin-top: 28px;
    background: -webkit-gradient(linear,left top,left bottom,from(#6fd140),to(#6fd341));
    background: -o-linear-gradient(#06070e, #6fd341);
    background: linear-gradient(#06070e, #6fd341);
    padding: 14px 57px 11px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #b2fa56;
    -webkit-box-shadow: 0 6px 0 #5fb35d;
    box-shadow: 0 6px 0 #5fb35d;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wazamba-item a:hover {
    color: #ffffff !important;
    background: -o-linear-gradient(#6fd341, #06070e);
    background: linear-gradient(#6fd341, #06070e);
    border: 2px solid #8ad32d !important;
}

.oversikt-area {
    padding: 15px 0 40px;
}

.box-area {
    background: #141829;
    margin-top: 40px;
    padding: 35px 35px 35px;
    border-radius: 20px;
}

.box-area h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.box-area p {
    margin-bottom: 20px;
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
}

.deep h3 {
    margin: 15px 5px 0;
    color: #4a852d;
    font-size: 20px;
    font-weight: 700;
}

.inner-box {
    background: #141829;
    padding: 24px 24px 16px;
    border-radius: 16px;
    border: 1px solid #70d341;
    margin-top: 33px;
}

.inner-box h4 {
    color: #0d2b38;
    font-size: 16px;
    font-weight: 700;
    padding-top: 13px;
}

.inner-box p {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
    margin-top: 13px;
}

.deeply h3 {
    margin: 15px 5px 0;
    color: #c82727;
    font-size: 20px;
    font-weight: 700;
}

.aside-box {
    background: #141829;
    padding: 24px 24px 16px;
    border-radius: 16px;
    border: 1px solid #cb3939;
    margin-top: 33px;
}

.aside-box p span {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 700;
}

.aside-box p {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
    margin-top: 13px;
}

.selv-item p {
    margin-top: 30px;
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
}

.scatter-items {
    background-image: url(images/scatter-items.png);
    background-size: cover;
    padding: 45px 78px 37px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.scatter-items span {
    font-family: 'Work Sans', sans-serif;
    color: red;
    font-size: 36px;
    font-weight: 700;
    background: -o-linear-gradient(278deg, #ef8031 14.89%, #ffe03f 85.85%);
    background: linear-gradient(172deg, #ef8031 14.89%, #ffe03f 85.85%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.scatter-items h2 {
    font-family: 'metropolis-bold';
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-top: 42px;
}

.scatter-items a {
    font-family: 'metropolis-bold';
    margin-top: 15px;
    background: -webkit-gradient(linear,left top,left bottom,from(#6fd140),to(#6fd341));
    background: -o-linear-gradient(#06070e, #6fd341);
    background: linear-gradient(#06070e, #6fd341);
    padding: 14px 57px 11px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #b2fa56;
    -webkit-box-shadow: 0 6px 0 #5fb35d;
    box-shadow: 0 6px 0 #5fb35d;
}

.scatter-items a:hover {
    color: #ffffff !important;
    background: -o-linear-gradient(#6fd341, #06070e) !important;
    background: linear-gradient(#6fd341, #06070e) !important;
    border: 2px solid #8ad32d !important;
}

.short-item {
    background: #141829;
    padding: 40px 31px 38px;
    border-radius: 20px;
    position: relative;
    top: 39px;
}

.short-img {
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
}
.img-fluid {
    border-radius: 20%;
}

.short-deep h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 26px;
}

.short-deep p {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
}

.shorly-list {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
}

 ul {
    list-style-type: disc;
}

.background-area {
    background-image: url(images/Group.png);
    background-size: cover;
    background-position: center;
}

.background-items p {
    color: #0000;
}

.shorly-item {
    background: #141829;
}

.shorly-item h2 {
    color: #ffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 28px;
}

.shorly-item p {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
}

.shorly-list {
    padding-left: 20px;
}

.program-items h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-top: 37px;
    margin-bottom: 30px;
}

.program-items p {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
}

.Bonuser-items h2 {
    color: #ffff;
    font-size: 36px;
    font-weight: 700;
    margin-top: 37px;
    margin-bottom: 30px;
}

.Bonuser-items p {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
}

.spillerguide-area {
    padding: 25px 0 43px 18px;
}

.spillerguide-item {
    background-image: url(images/7bitcasino_banner_button_upper.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 24px 0 24px;
    border-radius: 25px;
}

.spillerguide-item span {
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.spillerguide-item h2 {
    font-family: 'metropolis-bold';
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.spillerguide-item a {
    font-family: 'metropolis-bold';
    margin-top: 15px;
    background: -webkit-gradient(linear,left top,left bottom,from(#6fd140),to(#6fd341));
    background: -o-linear-gradient(#06070e, #6fd341);
    background: linear-gradient(#06070e, #6fd341);
    padding: 14px 57px 11px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #b2fa56;
    -webkit-box-shadow: 0 6px 0 #5fb35d;
    box-shadow: 0 6px 0 #5fb35d;
}

.spillerguide-item a:hover {
    background: -o-linear-gradient(#6fd341, #06070e);
    background: linear-gradient(#6fd341, #06070e);  
    border: 2px solid #8ad32d !important;
}

.Wazamba-area {
    padding: 18px 0 18px;
}

.Wazamba-item {
    background: #141829;
    border-radius: 20px;
    padding: 28px 28px 28px;
    margin-top: 65px;
}

.Wazamba-item h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.Wazamba-item p {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
}

.lovlig-area {
    padding: 18px 0 18px;
}

.lovlig-item {
    background-image: url(images/SugarRush.png);
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    padding: 24px 0 24px;
}

.lovlig-item h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.lovlig-item a {
    font-family: 'metropolis-bold';
    margin-top: 15px;
    background: -webkit-gradient(linear,left top,left bottom,from(#6fd140),to(#6fd341));
    background: -o-linear-gradient(#06070e, #6fd341);
    background: linear-gradient(#06070e, #6fd341);
    padding: 14px 57px 11px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #b2fa56;
    -webkit-box-shadow: 0 6px 0 #5fb35d;
    box-shadow: 0 6px 0 #5fb35d;
}

.lovlig-item a:hover {
    color: #ffffff !important;
    background: #60af3a !important;
    border: 2px solid #8ad32d !important;
}

.tanker-items {
    background: #141829;
    border-radius: 20px;
    padding: 0 28px 28px;
}

.tanker-items h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.tanker-items p {
    color: #a2a8c3;
    font-size: 16px;
    font-weight: 500;
}

.title-area {
    position: relative;
    /*! top: -81px; */
    top: 60px;
}

.title-area h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.title-area p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.stilte-area {
    padding: 63px 0 60px;
}

.stilte-item {
    background: #141829;
    padding: 22px 15px 10px;
    border-radius: 20px, 20px, 0, 0;
    border: 1px solid #345766;
}

.deep-item h4 {
    color: #fff;
    margin: 10px 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.stilte-item p {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.stilte-item {
    margin-bottom: 11px;
}

.last-items {
    background-image: url(images/7bitcasino_banner_button_lower.webp);
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    padding: 23px 0 20px;
    position: relative;
    top: -32px;
}

.last-items span {
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.last-items h2 {
    font-family: 'metropolis-bold';
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.last-items a {
    font-family: 'metropolis-bold';
    margin-top: 15px;
    background: -webkit-gradient(linear,left top,left bottom,from(#6fd140),to(#6fd341));
    background: -o-linear-gradient(#06070e, #6fd341);
    background: linear-gradient(#06070e, #6fd341);
    padding: 14px 57px 11px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #b2fa56;
    -webkit-box-shadow: 0 6px 0 #5fb35d;
    box-shadow: 0 6px 0 #5fb35d;
}

.last-items a:hover {
    color: #ffffff !important;
    background: -o-linear-gradient(#6fd341, #06070e);
    background: linear-gradient(#6fd341, #06070e);
    border: 2px solid #8ad32d !important;
}

.footer-area {
    padding: 33px 0 33px;
    background: #0a0c15;
}

.footer-items ul li {
    list-style: none;
    display: inline-block;
}

.footer-items ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding: 17px 8px 0;
    font-family: 'metropolis-regular';
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.footer-items li a:hover {
    border-bottom: 1px solid #fff;
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear,left top,left bottom,from(white),to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

.hamburger {
    position: relative;
    z-index: 1;
}

.hamburger:after {
    content: '';
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    background: #0a0c15;
    border-radius: 50%;
    left: -9px;
    top: -10px;
    z-index: -1;
}