

@font-face {
    font-family: mulish;
    src: url("../norcasinospiele_fonts/norcasinospiele_mulish-regular.woff2");
}

@font-face {
    font-family: Amita;
    src: url("../norcasinospiele_fonts/norcasinospiele_amita-regular.woff2");
}

html{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }

  p,h1,h2,h3,h4,h5,h6, ul{
    margin: 0;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  #confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


  
  img {
    max-width: 100%;
  }
  
  body{
    font-family: mulish;
    background: #121000;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.norcasinospiele_header__fixed{
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(15px);
    top: 0px;
    left: 0;
}

.norcasinospiele_header__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .norcasinospiele_header__box{
    padding-top: 120px;
  }

  .header__link__logo{
    font-family: inter-blod;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
  }

  .norcasinospiele_header{
    padding-top: 140px;
    padding-bottom: 130px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url("../norcasinospiele_img/norcasinospiele-header-background.webp") lightgray 50% / cover no-repeat;
}

.header_play{
    padding-bottom: 40px;
    padding-top: 0px;
}

.norcasinospiele_header__block{
    max-width: 780px;
    width: 100%;
}

  .norcasinospiele_header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 20px;
  }

  .norcasinospiele_header__burger{
    display: none;
  }

  .norcasinospiele_header__link{
    color: #fff;
    font-size: 16px;
    font-family: Amita;
    font-weight: 800;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .act_lang{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 1000px;
    color: #000;
    width: 40px;
    height: 40px;
  }

  .norcasinospiele_header__link:hover{
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      opacity: 0.5;
  }

  .norcasinospiele_header__sub{
    padding: 20px 40px;
    border-radius: 1000px;
    border: 1px solid #A55D73;
    margin-bottom: 24px;
    color: #D5D1D0;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
  }

  .norcasinospiele_header__title{
    color: #FEE4E2;
    font-family: Amita;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
  }

  .header__title{
    text-align: center;
    font-size: 72px;
  }

  .header__block{
    max-width: 100%;
  }

  .norcasinospiele_header__subtitle{
    color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
  }
.norcasinospiele_header__btn {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-family: Amita;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 246px;
    padding: 14px 24px;
    border-radius: 30px;
    background: linear-gradient(90deg, #8D5782 0%, #BC6466 43.5%, #E77F41 95.5%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.norcasinospiele_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

  .norcasinospiele_header{
    padding-top: 40px;
  }

.norcasinospiele_info {
    background: linear-gradient(180deg, #9F5D78 0%, #39212B 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}
.norcasinospiele_info__title {
    color: #FFF;
    font-family: Amita;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 40px;
}
.norcasinospiele_info__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.norcasinospiele_info__item {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 400px;
    min-height: 276px;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #45001C;
}
.norcasinospiele_info__item:nth-child(1):before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 168px;
    width: 100%;
    height: 228px;
    background: url("../norcasinospiele_img/norcasinospiele-info-image-1.webp") no-repeat center;
}

.norcasinospiele_info__item:nth-child(2):before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 168px;
    width: 100%;
    height: 228px;
    background: url("../norcasinospiele_img/norcasinospiele-info-image-2.webp") no-repeat center;
}

.norcasinospiele_info__item:nth-child(3):before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 168px;
    width: 100%;
    height: 228px;
    background: url("../norcasinospiele_img/norcasinospiele-info-image-3.webp") no-repeat center;
}

.norcasinospiele_game {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../norcasinospiele_img/norcasinospiele-game-background.webp") no-repeat center center/cover;
}
.norcasinospiele_game__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.norcasinospiele_game__content {
    max-width: 666px;
    width: 100%;
}
.norcasinospiele_game__title {
    color: #FFF;
    font-family: Amita;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.norcasinospiele_game__text {
    color: #E8E8E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}

.norcasinospiele_game__link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-family: Amita;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 246px;
    padding: 14px 24px;
    border-radius: 30px;
    background: linear-gradient(90deg, #8D5782 0%, #BC6466 43.5%, #E77F41 95.5%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.norcasinospiele_game__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.norcasinospiele_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #121000;
}

.norcasinospiele_footer__header {
    color: #DC784D;
    font-family: Amita;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.norcasinospiele_footer__disclamer {
    color: #DC784D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}
.norcasinospiele_footer__top{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
.norcasinospiele_footer__top::before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: url("../norcasinospiele_img/norcasinospiele-footer-icon-age.webp") no-repeat center;
}
.norcasinospiele_footer__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}
.norcasinospiele_footer__item {
    max-width: 600px;
    width: 100%;
}
.norcasinospiele_footer__head {
    color: #A9A9A9;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    margin-bottom: 16px;
}
.norcasinospiele_footer__text {
    color: #A9A9A9;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.norcasinospiele_footer__bottom {
    display: flex;
    justify-content: space-between;
}
.norcasinospiele_footer__link {
    color: #DC784D;
    font-family: Amita;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    transition: 0.4s;
}
.norcasinospiele_footer__link:hover {
    transition: 0.4s;
    opacity: 0.5;
}
.norcasinospiele_footer__sup {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}


.norcasinospiele_info__content{
    max-width: 168px;
}

.norcasinospiele_info__head {
    color: #FFF;
    font-family: Amita;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    text-transform: uppercase;
    margin-bottom: 12px;
}
.norcasinospiele_info__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


  .slick-prev, .slick-next {
    display: none !important; 
}
.modal__text{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 15px;
}


.norcasinospiele_contact__messages{
    display: none;
    color: #fff;
    margin-top: 20px;
}

.norcasinospiele_contact__messagesa{
    display: none;
    color: #fff;
    margin-top: 20px;
}


.header__hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title, .content__title{
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}


.norcasinospiele_demo__title{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%; 
    margin-bottom: 30px;
    text-transform: uppercase;
}

.norcasinospiele_demo__wrapper{
    border-radius: 10px;
    border: 1px solid #fff;
}

.norcasinospiele_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 640px;
    border-radius: 40px;
}

.norcasinospiele_demo__content{
    width: 100%;
}

.norcasinospiele_demo__start{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
    border-radius: 30px;
    min-height: 509px;
    width: 100%;
}


.norcasinospiele_demo__play{
    color: #030306;
    font-size: 17px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 14px;
    width: 213px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 13px;
    background: #FCC8FF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.norcasinospiele_demo__play:hover{
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.norcasinospiele_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.norcasinospiele_demo{
    padding-top: 50px;
    padding-bottom: 50px;
}


.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .norcasinospiele_header__fixed{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .norcasinospiele_header__links{
        display: none;
    }

    .norcasinospiele_header__burger{
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 22px;
        height: 22px;
    }

    .norcasinospiele_header__title{
        font-size: 38px;
    }

    /* Эффект перекрестия */
    .norcasinospiele_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 1px;
            -ms-transform-origin: 1px;
                transform-origin: 1px;
    }
    
    .norcasinospiele_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .norcasinospiele_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
            -ms-transform-origin: 5px;
                transform-origin: 5px;
    }
    
    .norcasinospiele_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none; 
        -webkit-box-align: center; 
            -ms-flex-align: center; 
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px;
        background: rgba(0, 0, 0, 0.30);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 70px; 
        left: 0;
        width: 100%;
    
        border-radius: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
    }

    .header__img_mob{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header__img_desc{
        display: none;
    }
}

@media (max-width: 991px) {
    .norcasinospiele_game__wrap{
        flex-direction: column;
        gap: 20px;
    }

    .norcasinospiele_game__content{
        max-width: 100%;
    }

    .norcasinospiele_footer__items{
        flex-direction: column;
    }

    .norcasinospiele_footer__item{
        max-width: 100%;
    }

    .norcasinospiele_footer__top::before{
        width: 100%;
        max-width: 60px;
        height: 60px;
        background-size: 60px;
    }
}


@media (max-width: 575px) {
    .body__container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .norcasinospiele_header__fixed{
        padding-left: 10px;
        padding-right: 10px;
    }

    .norcasinospiele_demo__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .norcasinospiele_demo__wrapper{
        padding-top: 260px;
        border-radius: 20px
    }

    .norcasinospiele_demo__start{
        min-height: 239px;
    }

    .norcasinospiele_demo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .norcasinospiele_header__sub{
        font-size: 12px;
        padding: 20px 32px;
        margin-bottom: 16px;
    }

    .norcasinospiele_header__title{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .norcasinospiele_header__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .norcasinospiele_header__btn{
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .norcasinospiele_header__icon{
        max-width: 234px;
    }
    
    .norcasinospiele_info{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .norcasinospiele_info__title{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .norcasinospiele_info__head{
        font-size: 14px;
        margin-bottom: 8px;
    }

    .norcasinospiele_info__text{
        font-size: 13px;
    }

    .norcasinospiele_info__content{
        max-width: 140px;
    }

    .norcasinospiele_info__item{
        padding: 16px;
        gap: 10px;
        min-height: 229px;
    }

    .norcasinospiele_info__item:nth-child(1):before{
        max-width: 140px;
        background-size: 140px;
        height: 197px;
    }
    .norcasinospiele_info__item:nth-child(2):before{
        max-width: 140px;
        background-size: 140px;
        height: 197px;
    }
    .norcasinospiele_info__item:nth-child(3):before{
        max-width: 140px;
        background-size: 140px;
        height: 197px;
    }

    .norcasinospiele_info__items{
        gap: 16px;
    }

    .norcasinospiele_game{
        padding-top: 40px;
        padding-bottom: 40px;
        background: url(../norcasinospiele_img/norcasinospiele-game-background.webp) no-repeat center bottom / cover;
    }

    .norcasinospiele_game__title{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .norcasinospiele_game__text{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .norcasinospiele_game__link{
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .norcasinospiele_footer__top{
        align-items: flex-start;
    }

    .norcasinospiele_footer__header{
        font-size: 14px;
    }

    .norcasinospiele_footer__disclamer{
        font-size: 12px;
    }

    .norcasinospiele_footer__top{
        margin-bottom: 32px;
    }

    .norcasinospiele_footer__head{
        font-size: 14px;
        margin-bottom: 12px;
    }

    .norcasinospiele_footer__text{
        font-size: 14px;
    }

    .norcasinospiele_footer__items{
        gap: 20px;
        margin-bottom: 32px;
    }

    .norcasinospiele_footer__bottom{
        flex-direction: column;
        gap: 24px;
    }

    .norcasinospiele_footer__link{
        font-size: 14px;
    }

    .menu{
        top: 63px;
    }

    .header__box{
        padding-top: 44px;
    }

    .header__title{
        margin-bottom: 0;
    }

    .header_play{
        padding-bottom: 24px;
    }
}