﻿body{
    font-family: 'Poppins', sans-serif;
    background: url("https://offers.olympusbet.com/assets/olympus-casino/images/bg1.png") 0% 0% no-repeat padding-box;;
    background-size: 100% auto;
    overflow-x: hidden;
}

header{
    height: 5.78vw;
    background: rgba(255,255,255,0);
}

#logoweb.logo{
    margin: 1.04vw 0 0 2.76vw;
    top: 0.938vw;
    left: 1.719vw;
    width: 8.125vw;
    height: 8.125vw;
}
#logomobile{
    display: none;
}

.header-btns{
    margin:0 2.76vw 0 auto;
    order: 2;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-signup{
    
    margin: 1.35vw 0 0 0.31vw;
    width: 7.969vw;
    height: 2.604vw;
    background: #FFC72E 0% 0% no-repeat padding-box;
    border: 0.052vw solid #FFC72E;
    border-radius: 0.365vw;
    opacity: 1;
    color: #000000;
    text-align: center;
    font-size: 1.146vw;
    font-weight:600;
}

.btn-signup:hover{
    color: #fff;
}

.btn-login{
    
    margin: 1.35vw 0 0 0.31vw;
    width: 7.969vw;
    height: 2.604vw;
    border: 0.156vw solid #FFFFFF;
    border-radius: 0.365vw;
    opacity: 1;
    text-align: center;
    font-size: 1.146vw;
    font-weight: 600;
    color: #FFFFFF;
}

.btn-login:hover{
    color: #FFF;
    background-color: #FFC72E;
}

.btn-cta{
    top: 30.208vw;
    left: 17.865vw;
    width: 23.177vw;
    height: 5.052vw;
    background: #FFC72E 0% 0% no-repeat padding-box;
    box-shadow: 0vw 0.156vw 0.313vw #00000029;
    border-radius: 0.469vw;
    opacity: 1;
    font-size: 2.448vw;
    font-weight: 700;
    color: #000000;
    opacity: 1;

}

.hero-text{
    margin: 6vw auto auto 4.635vw;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 4vw;
	padding-top: 1.042vw;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: 0.26vw 0.417vw 0.781vw #00000080;
    text-align: center;
}

.hero-text .p1{
    font-size: 3.802vw;
    text-align: center;
    top: 0vw;
    left: 4.635vw;
    width: 41.771vw;
    height: 5.781vw;
}

.hero .btn-cta{
    margin: 1.09vw 0 0 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0vw;
    padding-left: 0.781vw;
    margin-right: auto;
    margin-left: auto;
}
	
footer{
    padding: 20vw 0 2vw 0;
    text-align: center;
    font-weight: 400;
    color: #FFF;
}
    
/** Lang specific **/
 .lang-fi-FI .btn-login {
    width: 10.969vw;
}
.lang-fi-FI .hero-text .p1 {
    font-size: 3.102vw;
}
 .lang-hu-HU .btn-signup {
    width: 11.969vw;
}
   .lang-hu-HU .btn-login {
    width: 9.969vw
}
.lang-hu-HU .hero-text .p1 {
    font-size: 3.202vw;
}
.lang-pt-BR .btn-signup {
    width: 10.969vw;
}