html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}
body{
  font-family: 'Quicksand';
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.turntable-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.full{
  display: flex;
  justify-content: center;
}

.full .left{
  position: relative;
  width: 50%;
  height: 100vh;
}

.full .left .img img{
  max-width: 100%;
}

.full .right{
  position: relative;
  background: url(../images/bgfull.jpg.webp) no-repeat center;
  background-size: cover;
  width: 50%;
  height: 100vh;
}

.full .circle{
  position: relative;
  text-align: center;
  margin-top:30px;
}


.turntable-bg .mask {
  width: 454px;
  height: 451px;
  position: absolute;
  left: 116px;
  top: 60px;
  /*z-index:9;*/
}
.turntable-bg .pointer {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%,-50%);
    z-index: 8;
}
.turntable-bg .rotate {
  width: 600px;
  margin:0 auto;
}
#rand-value{
    position: absolute;
    right: 250px;
    top: 50px;
  }
.pointer{
  cursor: pointer;
}



.ct-form{
  padding:15px 0;
}
.title-success{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color:#014a81;
}
.title-content{
  margin-top:20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.result{
  color:red;
  font-size:30px;
  margin-top:15px
}




.popup{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.logo-fix{
  text-align: center;
  margin-top:20px;
}


#modal-id{
  position: absolute;
}

.modal-backdrop{
  position: absolute;
}

.modal-backdrop.in{
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
    .rotate{
        width: 90% !important;
    }
    .pointer{
        width: 80px !important;
    }
}

@media (min-width: 768px){
  .modal-dialog {
      width: 400px;
  }
}