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

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

@font-face {
    font-family: Glendale;
    font-weight: normal;
    src: url('../fonts/Glendale-Regular.otf');
}

@font-face {
    font-family: Glendale;
    font-weight: lighter;
    src: url('../fonts/Glendale-Light.otf');
}

@font-face {
    font-family: Ezra;
    src: url('../fonts/Ezra-Medium.otf');
}

@font-face {
    font-family: Ezra;
    font-weight: bold;
    src: url('../fonts/Ezra-Medium.otf');
}

@font-face {
    font-family: Ezra;
    font-weight: normal;
    src: url('../fonts/Ezra-Light.otf');
}

@font-face {
    font-family: Ezra;
    font-weight: lighter;
    src: url('../fonts/Ezra-Light.otf');
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
body {
    font-family: "Ezra";
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

html, body {
    height: 100%;
    overflow-y: auto;
  }

.page-body {
    background-image: url("../images/BG.png") !important;
    background-size: cover !important;
    background-clip: content-box !important;
    background-repeat: no-repeat !important;
}

.bg-event-ctr{
    background-image: url("../images/BG_WELCOME_NEW.jpg") !important;
    background-size: cover !important;
    background-clip: content-box !important;
    background-repeat: no-repeat !important;
    padding: 0px;
}

.bg-name{
    width:100%
}

.avatar-container{
    position: absolute;
    width: 23%;
    max-width: 100%;
    left: 1.9vw;
    top: 4vh;
    overflow: hidden;
    background: white;
    z-index: -1;
}

.identity-agent{
    position: absolute;
    width: 29vw;
    left: 16vw;
    top: 4vw;
    height: 8vw;
    color:#0A4569;
    border-bottom: 0.1vw solid #1a6594;
}

.name-agent{
    font-family: 'Glendale';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5vw;
    position: absolute;
    bottom: 0px;
    line-height: 3.5vw;
    text-shadow: 2px 2px 3px hsl(0, 0%, 100%);
}

.rank-agent{
    position: absolute;
    text-transform: uppercase;
    right: 2vw;
    top: 1vw;
    width: 23vw;
    height: 21vw;
    text-align: center;
    padding: 2.5vw;
}

.identity-agent-bottom{
    position: absolute;
    width: 39vw;
    left: 16vw;
    top: 12vw;
    height: 8vw;
    color: #0A4569;
}

.office-agent{
    font-family: "Ezra";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2vw;
    line-height: 3.5vw;
    text-shadow: 2px 2px 3px #ffffff;
}

.identity-guest{
    position: absolute;
    width: 50vw;
    left: 25vw;
    top: 7vw;
    height: 8vw;
    color: #0A4569;
    border-bottom: 0.1vw solid #1a6594;
    text-align: center;
}

.name-guest{
    font-family: 'Glendale';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 4vw;
    position: absolute;
    bottom: 0px;
    line-height: 3.5vw;
    text-shadow: 2px 2px 3px hsl(0, 0%, 100%);
    width: 100%;
}

.identity-guest-bottom{
    position: absolute;
    width: 50vw;
    left: 25vw;
    top: 15vw;
    height: 8vw;
    color: #0A4569;
    text-align: center;
}

.label-guest{
    font-family: "Ezra";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5vw;
    line-height: 2vw;
    text-shadow: 2px 2px 3px #ffffff;
    width: 100%;
}

.overlay-top{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}


.heading-big{
    font-family: "Glendale";
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-shadow: 4px 4px 12px #000000;
    letter-spacing: 0.5vh;
    font-size: 7vw;
}

.sub-heading-big {
    font-family: "Ezra";
    text-transform: uppercase;
    color: white;
    font-weight: normal;
    text-shadow: 6px 4px 8px #000000;
    letter-spacing: 0.2vh;
    font-size: 3vw;
    margin-top:-1vw;
}

.pink {
    font-family: "Glendale";
    font-size: 3vw;
    font-weight: bolder;
    text-transform: uppercase;
	background: linear-gradient(to right, #9ae2d8 30%, #9ac8e2 30%, #e29acc 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    text-shadow: unset;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
}

.main {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button-special{
    outline: none;
    color: #0B4368 !important;
    border: none;
    font-size: 2vw;
    font-weight: 600;
    background: url(../images/BUTTON_BG.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: fit-content;
    padding: 2vw 3.5vh 1vw 3.5vh;
    cursor: pointer;
}

.border-shadow{
    -webkit-box-shadow: 5px 4px 12px 1px rgb(0 0 0);
    -moz-box-shadow: 5px 4px 12px 1px rgb(0 0 0);
    box-shadow: 5px 4px 12px 1px rgb(0 0 0);
}

.block-footer{
    padding: 0px 4vw 1vw 4vw;
    position: fixed;
    bottom: 0px;
    left:0px;
}

.button-to-event{
    position: absolute;
    bottom: 15px;
    padding: 10px;
}

.button-special:focus{
    border : unset !important;
}

.button-special{
    outline:none;
 }
 .button-special::-moz-focus-inner {
    border: 0;
 }

 @media only screen and (max-width: 760px) {
    .button-special{
        font-size: 4vw !important;
        padding: 3.5vw 4.5vh 2vw 4.5vh;
    }
    .sub-heading-big{
        font-size: 6vw;
    }
    .heading-big{
        font-size: 10vw;
    }
    .pink{
        font-size: 4vw;
    }
    .block-footer{
        display: none;
    }
    .identity-agent{
        left: 29vw;
    }
    .identity-agent-bottom{
        left: 29vw;
    }
}
