@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: #111217;
    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: #060709;
}

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

.navbar-nav li a {
    font-family: "metropolis-regular";
    color: #FFFFFF;
    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 {
    align-items: center;
    background: #00932f;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    min-height: 44px;
    min-width: 120px;
    outline: none;
    padding: 5px 24px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: capitalize;
    transition: background-color .3s ease,color .3s ease,border-color .3s ease,opacity .3s ease,filter .3s ease;
    vertical-align: middle;
}

.aside-a li a:hover {
    background: #13a73d;
}

.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: .7
}

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

.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;
    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: #d3b268;
}

.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(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

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

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.12s 0.2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 0.12s 0.2s cubic-bezier(.33333, .66667, .66667, 1), transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.12s 0.2s cubic-bezier(.33333, .66667, .66667, 1), transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.12s 0.2s cubic-bezier(.33333, .66667, .66667, 1), transform 0.13s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .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(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .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(.33333, 0, .66667, .33333), -webkit-transform 0.13s 0.25s cubic-bezier(.215, .61, .355, 1);
    transition: top 0.1s 0.16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.13s 0.25s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s 0.25s cubic-bezier(.215, .61, .355, 1);
    transition: top 0.1s 0.16s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s 0.25s cubic-bezier(.215, .61, .355, 1);
    transition: top 0.1s 0.16s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s 0.25s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(.215, .61, .355, 1)
}

.wazamba-area {
    position: relative;
    max-width: 100%;
    padding: 55px 0 76px;
    background: linear-gradient( rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5) ),url(images/katsubet_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/katsubet_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 {
    align-items: center;
    background: #00932f;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    min-height: 44px;
    min-width: 288px;
    outline: none;
    padding: 0 40px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: capitalize;
    transition: background-color .3s ease,color .3s ease,border-color .3s ease,opacity .3s ease,filter .3s ease;
    vertical-align: middle;
}

.wazamba-item a:hover {
    background: #13a73d;
}

.oversikt-area {
    background: #111217;
    padding: 15px 0 15px
}

.box-area {
    background: #0e0e14;
    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: #FFF;
    font-size: 16px;
    font-weight: 500
}

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

.inner-box {
    background: #0e0e14;
    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: #fff;
    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: #0e0e14;
    padding: 24px 24px 16px;
    border-radius: 16px;
    border: 1px solid #CB3939;
    margin-top: 33px
}

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

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

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

.scatter-area {
    background: #010305;
    padding: 0 0 38px
}

.scatter-items {
    background-image: url(images/scatter-items.png);
    background-size: cover;
    padding: 45px 78px 37px;
    border-radius: 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(#6FD140, #6FD341);
    background: linear-gradient(#6FD140, #6FD341);
    padding: 14px 57px 11px;
    border-radius: 30px;
    color: #FFF;
    border: 6px solid #B2FA56;
    -webkit-box-shadow: 0 6px 0 #5FB35D;
    box-shadow: 0 6px 0 #5FB35D
}

.scatter-items a:hover {
    color: #FFFFFF !important;
    background: #60AF3A !important;
    border: 6px solid #8AD32D !important
}

.stort-area {
    background-color: #111217;
    background-size: cover;
    background-position: center;
}

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

.short-img {
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right
}

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

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

.shorly-list {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

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

.background-items p {
    color: #0000
}

.shorly-item {
    background: #0e0e14;
}

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

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

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

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

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

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

.spillerguide-area {
    padding: 20px 0 18px;
    background-color: #111217;
}

.spillerguide-item {
    background: linear-gradient( rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5) ),url(images/katsubet_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 {
    align-items: center;
    background: #00932f;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    min-height: 44px;
    min-width: 235px;
    outline: none;
    padding: 5px 24px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: capitalize;
    transition: background-color .3s ease,color .3s ease,border-color .3s ease,opacity .3s ease,filter .3s ease;
    vertical-align: middle;
}

.spillerguide-item a:hover {
    background: #13a73d;

}

.Wazamba-area {
    padding: 18px 0 18px;
    background-color: #111217;
}

.Wazamba-item {
    background: #0e0e14;
    border-radius: 20px;
    padding: 28px 28px 28px
}

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

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

.lovlig-area {
    padding: 18px 0 18px;
    background-color: #111217;
}

.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: #0D2B38;
    font-size: 36px;
    font-weight: 700
}

.lovlig-item a {
    align-items: center;
    background: #00932f;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    min-height: 44px;
    min-width: 235px;
    outline: none;
    padding: 5px 24px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: capitalize;
    transition: background-color .3s ease,color .3s ease,border-color .3s ease,opacity .3s ease,filter .3s ease;
    vertical-align: middle;

}

.lovlig-item a:hover {
    background: #13a73d;
}

.tanker-area {
    padding: 26px 0 2px;
    background-color: #111217;
    background-position: center
}

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

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

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

.stilte-area {
    padding: 40px 0 60px;
    background-color: #111217;
}

.title-area {
    position: relative;
    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;
    background-image: url(images/bg.webp);
    background-size: cover;
}

.stilte-item {
    background: #0e0e14;
    padding: 22px 15px 10px;
    border-radius: 20px;
}

.stilte-item:last-child{
    margin-bottom: 20px;
}

.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-area {
    padding: 40px 0 60px;
}
.last-items {
    background: linear-gradient( rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.5) ),url(images/katsubet_banner_button_lower.webp);
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    padding: 23px 0 20px;
    position: relative;
}

.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 {
    align-items: center;
    background: #00932f;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    min-height: 44px;
    min-width: 235px;
    outline: none;
    padding: 5px 24px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: capitalize;
    transition: background-color .3s ease,color .3s ease,border-color .3s ease,opacity .3s ease,filter .3s ease;
    vertical-align: middle;
}

.last-items a:hover {
    background: #13a73d;
}

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

.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 .5s;
    -o-transition: all .5s;
    transition: all .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: #060708;
    border-radius: 50%;
    left: -9px;
    top: -10px;
    z-index: -1
}