@font-face {
    font-family: myFont;
    src: url('../fonts/Avenir.ttc');
}
html {
    font-family: myFont, Arial, Helvetica, sans-serif;
}
* {
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    word-wrap:break-word;
/*     list-style: none; */
}
img {
    max-width: 100%;
}
.line {
    height: 1px;
    background-color: #F7D9AD;
}
.nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 97px;
    background-image: url('../images/nav.png?20210408162150');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.nav img {
    height: 100%;
    width: auto;
    margin-left: 8%;
}
.nav a {
    text-decoration: none;
    color: #26211A;
    padding: 0 40px;
    border-right: 1px solid #26211A;
}
.nav a:last-child {
    border: none;
}
.s-line {
    background-image: url('../images/s-line.png?20210408162150');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 18px;
    width: 100%;
    margin-bottom: 60px;
}
.btmdownload {
    background-image: url('../images/nav.png?20210408162150');
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 8%;
    border-radius: 15px;
    margin-bottom: 30px;
    clear: both;
}
.btmdownload .btm-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.btmdownload a {
    width: 100%;
    height: auto;
    display: block;
    margin: 4% 3%;
}
.btmdownload a img {
    width: 100%;
}
.bottom {
    width: 100%;
    position: relative;
    background-color: #26211A;
    padding: 30px 0;
    background-image: url('../images/btm.png?20210408162150');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bottom .btm-nav {
    width: 453px;
    position: absolute;
    top: 8%;
    right: -4%;
    font-size: 16px;
    text-align: right;
  }
  .bottom  p {
    display: block;
    justify-content: flex-end;
    width: 100%;
  }
  .bottom  a {
    text-decoration: none;
    color: #F7D9AD;
    padding-left: 20px;
    line-height: 40px;
    font-weight: 400;
  }
  .bottom .btm-left {
    padding-top: 80px;
    margin-left: 100px;
  }
  .bottom p {
    color: #F7D9AD;
    font-size: 12px;
  }
  .btm-left-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
  }
  .btm-left-c-right {
    width: 262px;
    background-image: url('../images/btm-bg.png?20210408162150');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .btm-left-content img {
    height: 74px;
    display: block;
  }
  .line1, .line2, .line3 {
    width: 35px;
    height: 2px;
    background-color: #332e23;
    margin: 10px 0;
    transition: 0.4s;
}
.closeNav {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -22px;
    z-index: 9999;
    display: none;
}
.sed .line1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px) ;
    transform: rotate(-45deg) translate(-5px, 6px) ;
    background-color: #fff;
}

.sed .line2 {opacity: 0;}
.sed .line3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px) ;
    transform: rotate(45deg) translate(-5px, -6px) ;
    background-color: #fff;
}
.topNav {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.page-title {
    width: 100%;
    height: 116px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 5% 0;
    margin-top: 97px;
}
.page-title img {
    display: block;
    margin: 0 auto;
    height: 100%;
}
.txtcontent{
    color: #F7D9AD;
    width: 60%;
    float: left;
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}
.txtcontent span {
    font-size: 65px;
    line-height: 80px;

}
.txtcontent p {
    font-size: 35px;
    line-height: 68px;
}
.con-text {
    overflow: hidden;
    margin:  auto 8%;
}
  @media screen and (max-width: 1367px) {
    .nav a {
        float: none;
        height: calc(100vh / 7 - 1px);
        line-height: calc(100vh / 7 - 1px);
        width: 100%;
        padding: 0px;
        border-bottom: solid 1px #332e23;
        font-size: 18px;
        display: block;
        color: #fff;
        text-indent: 50px;
    }
    .closeNav {
        display: block;
    }
    .topNav {
        position: fixed;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.9);
        top: -22px;
        z-index: 998;
        display: none;
    }
    .rummy .page-title div {
        width: 500px;
        height: 64px;
    }
    .cancellation-left span {
        font-size: 40px;
        line-height: 50px;
    }
    .cancellation-left p {
        font-size: 30px;
        line-height: 40px;
    }
    .txtcontent span {
        font-size: 40px;
        line-height: 50px;
    }
    .txtcontent p {
        font-size: 30px;
        line-height: 40px;
    }
  }
  @media screen and (max-width: 910px) {
    .page-title {
        height: 80px;
    }
    .rummy-content span {
        font-size: 45px;
        line-height: 60px;
    }
    .rummy-content p,.privacy-content p,.consent p,.cookie-text p,.home-contant p,.introduction p,.cancellation-left p,.point-text p,.cash-text-t,.deal-rummy p,.BITWIRE p {
        font-size: 24px;
        line-height: 40px;
    }

    .rummy-text-main span,.privacy-mid-left span, .privacy-mid-right span,.privacy-main-title,.cookie-text span,.introduction span,.cancellation-left span,.point-text span,.cash-title,.deal-rummy span,.BITWIRE span,.office {
        font-size: 32px;
        line-height: 40px;
    }
    .point-rules .point-rules--text p {
        font-size: 24px;
        line-height: 40px;
    }
    .office-text {
        font-size: 24px;
    }
    .point-rules span {
        font-size: 32px;
        line-height: 40px;
    }
    .cookie-text,.cookie-img {
        width: 100%;
    }
    .point-games {
        display: block;
    }
    .point-text {
        width: 100%;
    }
    .cancellation {
        margin-bottom: 4%;
    }
    .txtcontent span {
        font-size: 32px;
        line-height: 40px;
    }
    .txtcontent p {
        font-size: 24px;
        line-height: 40px;
    }
    .terms-content .rummy-text-main:last-child, .terms-content .rummy-text-main:first-child {
        width: 100%;
        margin-bottom: 60px;
    }
    .office2,.office1 {
        font-size: 24px;
    }
  }
  @media screen and (max-width: 641px) {
    .rummy-text-main,.privacy-mid-left,.privacy-mid-right {
        width: 100%;
    }
    .rummy-text-c,.privacy-mid-text {
        display: block;
    }
      .office-text {
          font-size: 16px;
      }
    .page-title img {
        height: 80%;
    }
    .btm-left-content img {
        margin: 0 auto;
      }
      .terms-desc {
          font-size: 12px;
      }
    .download_pic a img {
        width: 100%;
    }
    .bottom .btm-left {
        padding: 0;
        margin: 0;
    }
    .btm-nav {
        margin-bottom: 20px;
    }
    .bottom p{
        padding-left: 20px;
    }
    .bottom .btm-nav p{
        padding-left: 0;
    }
    .bottom a {
    line-height: 24px;
    }
    .about-content p {
        font-size: 16px;
        line-height: 30px;
    }
    .rummy-content p,.privacy-content p {
        font-size: 16px;
        line-height: 30px;
    }
    .rummy-content span {
        font-size: 24px;
        line-height: 40px;
    }
    .txtcontent {
        width: 100%;
    }
    .txtcontent span {
        font-size: 24px;
        line-height: 40px;
    }
    .con-text img {
        margin: 0 auto;
    }
    .txtcontent p {
        font-size: 16px;
        line-height: 30px;
    }
    .rummy .page-title div {
        width: 400px;
        height: 51px;
    }
    .page-title {
        height: 60px;
    }
    .rummy-text-main p,.privacy-mid-left p, .privacy-mid-right p,.consent p,.cookie-text p,.home-contant p,.introduction p,.cancellation-left p,.point-text p,.cash-text-t,.deal-rummy p,.BITWIRE p {
        font-size: 16px;
        line-height: 20px;
    }
    .rummy-text-main span,.privacy-mid-left span, .privacy-mid-right span,.privacy-main-title,.cookie-text span,.introduction span,.cancellation-left span,.point-text span,.cash-title,.deal-rummy span,.BITWIRE span,.office {
        font-size: 24px;
        line-height: 36px;
    }
    .rummy-text {
        padding-top: 0;
    }
    .rummy-text-main a {
        font-size: 12px;
    }
    .point-rules span {
        font-size: 24px
    }
    .point-rules .point-rules--text p {
        font-size: 16px;
        line-height: 20px;
    }
    .BITWIRE span {
        width: 100%;
    }
    .BITWIRE p {
        margin-left: 0;
    }
  }
  @media screen and (max-width: 641px) {
    .download_pic {
        flex-direction: column;
        margin: 0 8%;
    }
    .download_pic a {
        width: 100%;
        margin: 20px 10px;
    }
    .home-contant p {
        margin: 0 8%;
        font-size: 16px;
        line-height: 30px;
    }
    .bottom .btm-nav {
        position: static;
    }
    .nav {
        height: 60px;
    }
    .image-contant {
        margin-top: 60px;
    }
    .page-title {
        margin-top: 60px;
    }
  }