@font-face {
    font-family: 'Inter';
    src: url(../font/Inter-VariableFont_opsz\,wght.ttf);
}
*{
    font-family: 'Inter';
}
body, html{
    margin: 0;
    padding: 0;
    background-color: #1a1f2e;
}
.header_main{
    width: 100%;
    display: flex;
    justify-content: center;
}
.header_container{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.header_container .pro{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.header_container .pro img{
    width: 40px;
    height: fit-content;
    margin-right: 5px;
}
.header_container .se{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0 0 0);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    width: 158px;
    height: 44px;
    background-color: #4a9eff;
    border-radius: 12px;
}
.header_container .se img{
    width: 40px;
    height: fit-content;
    margin-right: 5px;
}
.header_navigation{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header_navigation a{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.hero_section{
    width: 100%;
    display: flex;
    justify-content: center;
}
.hero_container{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.hero_container .pc{
    width: 596px;
    height: fit-content;
}
.hero_container img{
    border-radius: 20px;
}
.hero_container .mob{
    display: none;
}
.hero_content{
    display: flex;
    flex-direction: column;
}
.hero_content h2{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    width: 500px;
    margin-bottom: 0;
}
.hero_content span{
    color: rgb(74 158 255);
}
.hero_content h5{
    font-size: 18px;
    font-weight: 400;
    color: rgb(169 179 194);
    width: 550px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.hero_content p{
    font-size: 18px;
    font-weight: 400;
    color: rgb(169 179 194);
    display: flex;
    align-items: center;
}
.hero_content p img{
    width: 30px;
    height: fit-content;
}
.hero_buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hero_buttons .saban1{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0 0 0);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    width: 200px;
    height: 52px;
    background-color: #4a9eff;
    border-radius: 12px;
}
.hero_buttons .saban1 img{
    width: 40px;
    height: fit-content;
    margin-right: 5px;
}
.hero_buttons .saban2{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    width: 218px;
    height: 52px;
    border: 1px solid rgba(169, 179, 194, 0.463);
    border-radius: 12px;
    margin-left: 10px;
}
.hero_buttons .saban2 img{
    width: 40px;
    height: fit-content;
    margin-right: 5px;
}
.casino_section{
    width: 100%;
    display: flex;
    justify-content: center;
}
.casino_container{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.casino_container h1{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.casino_container h1 img{
    width: 40px;
    height: fit-content;
    margin-right: 5px;
}
.casino_grid{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.casino_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    width: 362px;
    height: 463px;
    padding-left: 30px;
    background-color: rgb(28 35 48);
    border: 1px solid rgba(169, 179, 194, 0.463);
}
.casino_header{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.casino_header h5{
    color: rgb(169 179 194);
    font-size: 14px;
    font-weight: 400;
}
.casino_header h5 span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.casino_logo{
    display: flex;
    width: 96px;
    height: fit-content;
    border-radius: 9999px;
    border: 1px solid rgba(169, 179, 194, 0.463);
    margin-right: 20px;
}
.casino_logo img{
    width: 100%;
    height: fit-content;
}
.casino_card p{
    display: flex;
    align-items: center;
    color: rgb(169 179 194);
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.casino_card p img{
    width: 20px;
    height: fit-content;
    margin-right: 5px;
}
.casino_footer{
    display: flex;
    align-items: center;
}
.casino_footer img{
    width: 140px;
    height: fit-content;
    margin-right: 40px;
}
.casino_footer a{
    width: 119px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4a9eff;
    border-radius: 12px;
    color: rgb(0 0 0);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.about_section{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #1e2532;
    margin-top: 50px;
}
.about_container{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.about_container h1{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.about_container h1 img{
    width: 40px;
    height: fit-content;
    margin-right: 5px;
}
.about_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid rgba(169, 179, 194, 0.463);
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.about_content p{
    color: rgb(169 179 194);
    font-size: 18px;
    font-weight: 400;
    width: 95%;
}
.about_features{
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about_feature{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 372px;
    padding-left: 20px;
    height: 105px;
    border-radius: 12px;
    border: 1px solid rgba(169, 179, 194, 0.463);
    background-color: #1a1f2e;
}
.about_feature h6{
    color: rgb(169 179 194);
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.about_feature h5{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.about_feature h5 img{
    width: 30px;
    height: fit-content;
    margin-right: 5px;
}
.faq_section{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.faq_container{
    width: 90%;
    display: flex;
    flex-direction: column;
}
.faq_container h1{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.faq_container h1 img{
    width: 40px;
    height: fit-content;
    margin-right: 5px;
}
.faq_item{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(169, 179, 194, 0.463);
    background-color: rgb(28 35 48);
    border-radius: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}
.faq_item p{
    color: rgb(169 179 194);
    font-size: 14px;
    font-weight: 400;
    width: 95%;
    text-align: left;
    margin-top: 5px;
    display: none;
}
.faq_header{
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.faq_header img{
    width: 30px;
    height: fit-content;
}
.faq_header h5{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.responsible_section{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    background-color: #2a3441;
}
.responsible_container{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 50px;
}
.responsible_container h1{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.responsible_container h1 img{
    width: 40px;
    height: fit-content;
    margin-right: 5px;
}
.responsible_content{
    width: 100%;
    height: 348px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(74 158 255 / 0.4);
    background-color: #2f3f5d;
    border-radius: 16px;
}
.responsible_content p{
    width: 95%;
    text-align: left;
    color: rgb(169 179 194);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0;
}
.responsible_links{
    display: flex;
    flex-direction: row;
    width: 95%;
    align-items: center;
    justify-content: space-between;
}
.responsible_links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 120px;
   background: linear-gradient(180deg, #609CF8 0%, #1D62CC 100%);
border: 1px solid #FFEBE2;
    border-radius: 12px;
}
.responsible_links a img{
    width: 80px;
    height: fit-content;
}
.responsible_buttons{
    display: flex;
    flex-direction: row;
    width: 95%;
    align-items: center;
    justify-content: left;
}
.responsible_content h5{
    width: 95%;
    text-align: left;
    color: rgb(169 179 194);
    font-size: 14px;
    font-weight: 400;
}
.responsible_buttons a{
    color: rgb(169 179 194);
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.responsible_buttons img{
    width: 72px;
    height: fit-content;
    margin-right: 10px;
}
footer{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer_container{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.footer_container h6{
    color: rgb(169 179 194);
    font-size: 12px;
    font-weight: 400;
    margin-top: 70px;
}
.footer_content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer_brand{
    display: flex;
    flex-direction: column;
    width: 390px;
}
.footer_brand h5{
    color: rgb(169 179 194);
    font-size: 14px;
    font-weight: 400;
    width: 390px;
    margin-top: 0;
}
.footer_brand h3{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.footer_brand h3 img{
    width: 40px;
    height: fit-content;
    margin-right: 5px;
}
.footer_links{
    display: flex;
    flex-direction: column;
    width: 390px;
}
.footer_links h4{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer_links a{
    color: rgb(169 179 194);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 10px;
}





.disse{
    width: 100%;
    display: flex;
    justify-content: center;
}
.disse_blokc{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.disse_blokc h2{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.disse_blokc h5{
    color: rgb(169 179 194);
    font-size: 18px;
    font-weight: 400;
    width: 700px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}
.disse_blokc h6{
    color: rgb(169 179 194);
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}
.disse_blokc p{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 50px;
}
.disse_blokc p img{
    width: 30px;
    height: fit-content;
    margin-right: 5px;
}
.disse_cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.disse_text{
    display: flex;
    flex-direction: column;
    width: 612px;
}
.disse_text a{
    color: rgb(169 179 194);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.vilkar{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
.vilkar_blokc{
    width: 90%;
    display: flex;
    flex-direction: column;
}
.vilkar_blokc h2{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.vilkar_blokc h5{
    width: 768px;
    color: rgb(169 179 194);
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 28px;
}
.vilkar_blokc a{
    color: rgb(169 179 194);
    font-size: 18px;
    font-weight: 400;
}
.vilkar_blokc p{
    color: rgb(169 179 194);
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 40px;
}
.vilkar_blokc h6{
    display: flex;
    align-items: center;
    color: rgb(169 179 194);
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}
.vilkar_blokc h6 img{
    width: 20px;
    height: fit-content;
    margin-right: 5px;
}
.vilkar_1{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.vilkar_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 400px;
    height: 105px;
    border-radius: 12px;
    background-color: rgb(28 35 48);
    border: 1px solid rgba(169, 179, 194, 0.463);
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.vilkar_text h6{
    color: rgb(169 179 194);
    font-size: 14px;
    font-weight: 400;
    width: 366px;
    margin-top: 10px;
}
.vilkar_text h5{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 366px;
    margin-top: 0;
    margin-bottom: 0;
}
.vilkar_text h5 img{
    width: 30px;
    height: fit-content;
}
.over{
    width: 100%;
    display: flex;
    justify-content: center;
}
.over_blokc{
    width: 90%;
    display: flex;
    flex-direction: column;
}
.over_blokc h2{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.over_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: fit-content;
    border-radius: 16px;
    background-color: rgb(28 35 48);
    border: 1px solid rgba(169, 179, 194, 0.463);
    margin-bottom: 30px;
}
.over_cont h4{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 97%;
    text-align: left;
    margin-bottom: 0;
}
.over_text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 97%;
    border-bottom: 1px solid rgba(169, 179, 194, 0.244);
}
.over_text h5{
    color: rgb(169 179 194);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.over_text h6{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.over_cont p{
    color: rgb(169 179 194);
    font-size: 12px;
    font-weight: 400;
    width: 97%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.navn{
    width: 213px;
}
.navn_1{
    width: 142px;
}
.navn_2{
    width: 365px;
}
.vilkar_blokc button{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0 0 0);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    width: 225px;
    height: 52px;
    background-color: #4a9eff;
    border-radius: 12px;
    border: none;
    margin-bottom: 15px;
}
.vilkar_blokc button img{
    width: 20px;
    height: fit-content;
    margin-right: 5px;
}
.vilkar_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.vilkar_5{
    display: flex;
    flex-direction: column;
    width: 612px;
}
.vilkar_5 a{
    color: rgb(169 179 194);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.ved{
    width: 608px;
    margin-bottom: 0;
}
.vilkar_blokc .esk{
    width: 574px;
}
.vilkar_text .til{
    width: 574px;
}


.cookiebar{
    display: flex;
    z-index: 1000;
    position: fixed;
    width: 98vw;
 
    justify-content: center;
    align-items: end;
    bottom: 0;
    left: 0;
}
.cookiebar_block{
    width: 70%;
    display: flex;
    padding: 30px;
    border-radius: 25px;
    background-color: rgb(28 35 48);
    border: 1px solid rgb(38 50 65);
    justify-content: space-between;
}
.cookiebar_block p{
    width: 50%;
    font-size: 15px;
    color: rgb(93, 108, 126);
}
.cookiebar_block p a{
     width: 47%;
    font-size: 15px;
    color: rgb(93, 108, 126);
    text-decoration: underline;
}
.cookiebar_btn{
    display: flex;
    align-items: center;
    width: 47%;
    justify-content: space-between;
}
.cookiebar_btn button{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.cookiebar_btn .non_accept{
       background-color: rgb(28 35 48);
    border: 1px solid rgb(93, 108, 126);
    border-radius: 10px;
  font-size: 15px;
    color: rgb(93, 108, 126);
    cursor: pointer;
}
.cookiebar_btn .accept{
    background-color: #4a9eff;
      font-size: 15px;
    color: #000;
    border-radius: 10px; 
        cursor: pointer;
        border: none;
}
.modal{
      display: flex;
    z-index: 1001;
    position: fixed;
    width: 98vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
}
.modal_block{
    width: 400px;
    padding: 25px;
    border-radius: 20px;
     background-color: rgb(28 35 48);
     display: flex;
     align-items: center;
     flex-direction: column;
}
.modal_block h1{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.modal_block h5{
    font-size: 16px;
    color: rgb(160, 160, 160);
}
.modal_btn{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.modal_btn button{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.modal_btn .non_acpt{
       background-color: rgb(28 35 48);
    border: 1px solid rgb(93, 108, 126);
    border-radius: 10px;
  font-size: 15px;
    color: rgb(93, 108, 126);
    cursor: pointer;
}
.modal_btn .acpt{
    background-color: #4a9eff;
      font-size: 15px;
    color: #000;
    border-radius: 10px; 
        cursor: pointer;
        border: none;
}
.modal_block p{
    font-size: 13px;
    color: rgb(160, 160, 160);
}
.modal_block p a{
    text-decoration: underline;
       color: rgb(160, 160, 160);
}
.eight{
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 15px;
 padding-right: 15px;
    border-radius: 20px;
    background-color: #1a1f2e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}
.img_circle{
    border-radius: 100%!important;
}
@media screen and (max-width: 900px){
    .header_container{
        flex-direction: column;
    }
    .header_navigation{
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .header_navigation a{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .hero_container .pc{
        display: none;
    }
    .hero_container .mob{
        display: flex;
        width: 392px;
        height: fit-content;
    }
    .hero_container{
        flex-direction: column;
    }
    .hero_content h2{
        width: 392px;
    }
    .hero_content h5{
        width: 392px;
    }
    .hero_buttons{
        flex-direction: column;
        align-items: start;
    }
    .hero_buttons .saban2{
        margin-left: 0;
        margin-top: 10px;
    }
    .hero_content p{
        font-size: 14px;
    }
    .danmark_cont{
        flex-direction: column;
        align-items: center;
    }
    .danmark_text{
        margin-bottom: 20px;
    }
    .about_features{
        flex-direction: column;
        align-items: center;
    }
    .about_container h1{
        font-size: 24px;
    }
    .about_content p{
        line-height: 28px;
        width: 90%;
        margin-top: 40px;
    }
    .about_feature{
        width: 342px;
        margin-bottom: 20px;
    }
    .faq_container h1{
        font-size: 24px;
    }
    .casino_container h1{
        font-size: 24px;
    }
    .faq_item{
        height: 160px;
    }
    .faq_item p{
        width: 350px;
    }
    .faq_header{
        width: 350px;
    }
    .faq_header img{
        width: 20px;
    }
    .responsible_links{
        flex-wrap: wrap;
        width: 342px;
    }
    .responsible_content{
        height: 664px;
    }
    .responsible_container h1{
        font-size: 24px;
    }
    .responsible_content p{
        width: 342px;
    }
    .responsible_links a{
        margin-bottom: 10px;
        width: 165px;
        height: 90px;
    }
    .skal_1 {
        flex-wrap: wrap;
        width: 342px;
    }
    .responsible_buttons a{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .footer_content{
        flex-direction: column;
        align-items: start;
    }
    .disse_blokc h2{
        font-size: 30px;
    }
    .disse_blokc h5{
        width: 392px;
    }
    .disse_cont{
        flex-direction: column;
        align-items: start;
    }
    .disse_text{
        width: 392px;
    }
    .vilkar_blokc h5{
        width: 392px;
    }
    .vilkar_1{
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .vilkar_text{
        margin-top: 20px;
        width: 390px;
        margin-bottom: 0;
        padding-left: 10px;
    }
    .vilkar_top{
        flex-direction: column;
        align-items: start;
    }
    .vilkar_5{
        width: 392px;
    }
    .vilkar_blokc .esk{
        width: 358px;
    }
    .vilkar_text .til{
        width: 358px;
    }
    .casino_grid{
        flex-direction: column;
        align-items: center;
    }
    .casino_card{
        margin-bottom: 20px;
    }
    .responsible_buttons{
        flex-direction: column;
        align-items: center;
    }
}