html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: 'SF-Pro-Display', sans-serif !important;
}

/* 
@font-face {
    font-family: 'Averta-Regular';
    src:url('font3/Averta/Averta-Regular.otf');
}

@font-face {
    font-family: CustomfontRandom;
    src:url(font/GMV_DIN_Pro-Bold.ttf);
}


@font-face {
    font-family: CustomfontWellcome;
    src:url(font/GMV_DIN_Pro-Black.ttf);
} */
@font-face {
    font-family: 'SF-Pro-Display';
    src:url('SF_Pro_Display/SF-Pro-Display-Regular.otf');
}

@font-face {
    font-family: 'SF-Pro-Display Bold';
    src:url('SF_Pro_Display/SF-Pro-Display-Bold.otf');
}
.container{
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    gap: 15px;
}


/* CSS */
#btnNext {
    /* font-family: CustomfontWellcome; */
    /* color: #c9a690; */
    background-color:#b0a7a3;
    padding-top: 7px;
    height: 100px;
    width: 300px;
    border-radius: 8px;
    text-align: center;
    /* position: absolute; */
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    
  }
  
  .btnNext:hover,
  .btnNext:focus {
    background-color: #F082AC;
  }

/* CSS */
#button-1old {
  /* font-family: CustomfontWellcome; */
  /* color: #c9a690; */
  background-color:#c9a690;
  padding-top: 7px;
  height: 100px;
  width: 300px;
  border-radius: 8px;
  text-align: center;
  /* position: absolute; */
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 45px;
  
}

.button-1old:hover,
.button-1old:focus {
  background-color: #F082AC;
}

#button-1 {
    /* font-family: CustomfontWellcome; */
    background-color: #fff;
    padding-top: 7px;
    text-align: center;
    color: #003E8B;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1;
    border: 0;
    height: 80px;
    width: 360px;
  }
  
  .button-1:hover,
  .button-1:focus {
    background-color: #F082AC;
  }
  
.ben {
    padding-top: 290px;
    width: 50%;
    height: 100%;
}

/* .content {
    width: 100%;
    margin-top: 100px;
    position: absolute;
    z-index: 1;
} */

#randomName {
    font-size: 128px;
    margin: 0px 0px;
    padding-top: 0px;
    text-align: center;
    color: #fff !important;
    /* font-family: CustomfontRandom; */
    /* letter-spacing: 25px; */
    cursor: pointer;
    font-weight: bolder;
    visibility: hidden;
}

#name {
    font-size: 12px;
    margin: 20px 0px;
    text-align: center;
    /* font-family: CustomfontRandom; */
    color: white !important;
    cursor: pointer;
    font-weight: bolder;
    visibility: hidden;
}

.popup {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
    gap: 16px;
}

.input {
    padding: 8px 8px;
    font-size: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: none;
    height: 100%;
    box-sizing: border-box;
    border: none;
    width: 80px;
}

.close {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.open {
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
}

.click {
    bottom: 0px;
    right: 0px;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
}

.click_next {
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
}

.input-group {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #e9ecef;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.input-group>span {
    padding: 10px;
}

h2 {
    text-transform: uppercase;
    text-align: center;
    /* font-family: CustomfontWellcome; */
    font-size: 39px;
    color: white;
    margin-bottom: 30px;
    visibility: hidden;
    margin-top: 50px;
}

body {
    background-image: url(bg_quayso.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-content: center; */
}
.logo {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}

.h2, .h3,.h4 {
    font-family: 'SF-Pro-Display Bold';
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    color: #f1e8e8;
}

.h2 {
    font-size: 40px;
}

.h3 {
    font-size: 28px;
    margin-top: 5px;
}

.h4 {
    font-size: 16px;
    padding:30px;
    font-family: 'SF-Pro-Display';
}