* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
}
body {
  background-color: #200e0e;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
p b {
  background: -webkit-linear-gradient(#feca00 38%, #d07800 74%, #ff9300 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
}
p strong {
  color: #00f3ff;
}

p strong:nth-child(even) {
  color: #00ff2a;
}
p strong a {
  color: #00ffb7;
  text-decoration: none !important;
}
p a {
  text-decoration: underline;
  color: #bf0;
}
p a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
p em {
  color: rgb(255, 251, 0);
}
p u {
  color: rgb(255, 230, 0);
}
h2 strong {
  color: rgb(251, 255, 0) !important;
}
.white {
  color: #fff;
}
h1 {
  font-size: 3em !important;
}
h2 {
  font-size: 2em !important;
  color: #fff;
}
h3 {
  font-size: 1.85em !important;
  color: #fff;
}
h4 {
  font-size: 1.65em !important;
  color: #fff;
}
h5 {
  font-size: 1.45em !important;
  color: #fff;
}
/* table */
.toc-title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
  visibility: hidden;
  position: relative;
  justify-content: center;
}

.toc-title:after {
  visibility: visible;
  display: flex;
  justify-content: center;
  content: "สารบัญ";
  font-size: 2em;
  color: #fff126;
}

.widget-toc {
  display: table;
  background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3));
  border-radius: 5px;
  border: 2px solid transparent;
  padding-right: 1rem;
  margin: 2em 0 !important;
  font-size: 95%;
  width: 50%;
}
@media (max-width: 991px) {
  .widget-toc {
    width: 100%;
  }
}
.widget-toc a {
  color: #f1f1f1;
  text-decoration: underline !important;
  font-size: 16px;
}
.widget-toc a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
.widget-toc ol {
  padding-right: 0px;
  counter-reset: item;
}
.widget-toc ol li {
  display: block;
  position: relative;
}
.widget-toc ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 0.5rem;
  inline-size: max-content;
  color: #fff;
}
/* table */
.main-header {
  padding: 10px 0 0 0;
  overflow-x: hidden;
}
.form-login-main {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.input-username {
  width: 38%;
  background-image: url(../img/bg-input.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 9px 45px 9px 5px;
  margin-right: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-login-main input {
  width: 100%;
  padding: 8px 0 8px 5px;
  font-size: 18px;
  border: 0;
  background-color: inherit;
  color: white;
  font-style: italic;
}
.int-password {
  width: 38%;
  background-image: url(../img/bg-input.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 9px 45px 9px 5px;
  margin-right: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-login {
  border: 0;
  background-image: url(../img/bg-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: inherit;
  width: 85px;
  height: 80px;
  padding: 0 12px 0 10px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: rgb(255, 191, 0);
}
.box-text-bg {
  width: 48%;
  background-image: url(../img/bg-text.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: inherit;
  padding: 15px 0;
  text-align: center;
}
.box-text-bg a {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  background: -webkit-linear-gradient(white, gray, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}
.box-text-bg1 {
  width: 48%;
  background-image: url(../img/bg-text.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: inherit;
  padding: 15px 0;
  text-align: center;
}
.box-text-bg1 a {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  background: -webkit-linear-gradient(#c48e1c, #d2b65c, #a9802d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}
.flex-row-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* ************* nav bar ******** */
.head-nav {
  background-image: linear-gradient(to bottom, #dec698, #bb954e, #bd9055);
  text-align: center;
  position: relative;
}
.regis-line {
  position: absolute;
  z-index: 2;
  width: 130px;
  right: 60px;
  top: -19px;
}
.regis-line img {
  width: 100%;
}
nav {
  display: inline-block;
  border-radius: 30px;
  animation: slide-in 1s ease-out;
}
ul {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  margin: 0;
  padding: 0 30px;
  list-style-type: none;
}
ul li:not(:last-child) {
  margin-right: 13px;
}
ul li {
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 10px;
  transition: background 0.2s;
}
ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 27px;
  font-weight: 600;
  font-style: italic;
}
ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block;
  margin: 12px -12px;
  padding: 0;
  background: #59392a;
  border: 2px solid #59392a;
  border-right: 2px solid #2e1d15;
  border-bottom: 2px solid #2e1d15;
  border-radius: 5px;
  transition: opacity 0.2s, visibility 0.2s;
  width: 210px;
  z-index: 3;
}
ul li ul li {
  margin: -2px 0 0 -2px;
  width: calc(100% - 20px);
  line-height: 1.7;
  padding: 5px !important;
}
ul li ul li a {
  color: white;
  font-size: 18px !important;
}
ul li:hover {
  background: #e6ca2e;
  border: 2px solid #e9ec12;
  border-right: 2px solid #c4c700;
  border-bottom: 2px solid #c4c700;
}
ul li:hover a {
  color: #000000;
}
ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
ul li:hover ul li a {
  color: white;
}
.int-end {
  color: #602d0e;
  margin-left: 5px;
  font-size: 15px;
}

/* ************* nav bar ******** */

.step-register {
  position: relative;
}

.ral-img {
  max-width: 100%;
  height: auto;
}
.text-show-step {
  width: 100%;
  padding: 5px 0;
  background-color: #cfb077;
  border-radius: 50px;
}
.text-show-step p {
  width: 80%;
  margin: auto;
  text-align: center;
  background-color: #573a1a;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 500;
  color: white;
  font-style: italic;
  padding: 10px 0;
}
.content {
  background-image: url(../img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  padding: 100px 20px 20px 20px;
}
.header-text {
  color: white;
  font-weight: 600;
  background: -webkit-linear-gradient(black, black);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 0px #fffb00;
}
.bd-gold {
  border: 4px solid;
  border-image: linear-gradient(to right, #9b6318, #e3b265) 1;
  padding: 15px;
}
.box-border-gold {
  border: 4px solid;
  border-image: linear-gradient(to right, #9b6318, #e3b265) 1;
  padding: 10px 0;
  margin-bottom: 10px;
}
.bg-strong {
  width: 60%;
  padding: 8px 5px;
  background-image: linear-gradient(
    to right,
    black,
    black,
    rgb(43, 41, 41),
    black
  );
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 10px 0px 5px #000000;
}
.bg-strong strong {
  display: flex;
  font-size: 25px;
  font-weight: 700;
  color: white;
  width: 100%;
  border: 1px solid #ff9d00;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  padding: 5px 10px 5px 20px;
  font-style: italic;
}
.box-border-gold p {
  padding: 10px 10px 0 10px;
}
.ind {
  text-indent: 2.5em;
}

.box-sha {
  box-shadow: 1px 20px 2px #2a180e;
}
.bg-radis-black {
  min-width: 600px;
  max-width: 650px;
  border-radius: 10px;
  background-color: #171717;
  padding: 5px 10px 2px 10px;
  box-shadow: 4px 0px 1px black;
  margin: 20px 0;
}
.bg-radis-black .bd-fix {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid;
  border-image: linear-gradient(
      to right,
      #aa6500,
      #d2a025,
      #fdf0bc,
      #9d701c,
      #8d5000
    )
    1;
  padding: 10px 5px;
}
.bg-radis-black img {
  max-width: 50px;
  width: 100%;
  margin-right: 5px;
}
/* ************* footer  *************/
footer {
  padding: 40px 0 20px 0;
}
.bet-footer {
  max-width: 200px;
  width: 100%;
}
.con-link {
  display: inline-block;
}
.con-link img {
  max-width: 80px !important;
  width: 100%;
}
.p-footer {
  text-align: center;
  font-size: 2.3em;
  font-weight: 600;
  color: white;
  text-shadow: 2px 2px 2px black;
}
/* *************************** */
/* *************************** */
.open {
  display: none;
}
.sidenav-slide {
  display: none;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #130e0e;
  /* background-color: #311515; */
  overflow-x: hidden;
  transition: 0.6s;
  padding-bottom: 150px;
}
.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  color: white;
  display: flex;
  cursor: pointer;
}
/* *************************** */
/* *************************** */
hr {
  margin: 2em 0;
  border: 2px solid white;
}
.data-contact a {
  color: white;
  text-shadow: 1px 1px 1px black;
  font-size: 18px;
  margin-bottom: 20px;
}
.data-contact a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
/* ------------------------------------- */
/* ************* article  *************/
.all-article {
  background-color: #2a180e;
}
.box-article {
  background-color: #2a180e;
  padding-bottom: 20px;
}
.color-size {
  font-size: 2.5em !important;
  text-shadow: 1px 1px 1px white;
}
.color-size a {
  color: #ffd000;
}
.color-size a:hover {
  text-decoration: underline;
  transition: 0.3s;
}
.news-articles-h4 {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  color: #00d2f4;
  margin-bottom: 10px;
}

.bg-art {
  text-align: center;
  border: 4px solid;
  border-image: linear-gradient(to right, #9b6318, #e3b265) 1;
}
.bg-arts {
  text-align: center;
  border: 3px solid;
  border-image: linear-gradient(to right, #9b6318, #e3b265) 1;
  background-color: #312828;
  box-shadow: 0 0 5px black;
  min-height: 370px;
}
.box-articles i {
  color: #7ea6aa;
}
.box-articles {
  color: whitesmoke;
}
.news-articles-span {
  color: #bfbfbf;
}
.news-head {
  padding: 20px 0;
  color: rgb(229, 255, 0);
}
.site {
  color: whitesmoke;
  font-size: 16px;
}
/* ------------------------------------- */
p.bg-yellow {
  margin-top: 40px;
  padding: 10px;
  background-image: linear-gradient(to bottom, #fce8ad, #f7da74, #d29334);
  color: #674112 !important;
  border-radius: 10px;
}

.bg-dotted-one {
  border-radius: 20px;
  border-left: 6px dotted #bb954e;
  border-top: 4px solid #c48e1c;
  border-right: 4px solid #c48e1c;
  padding: 10px;
}
.bg-dotted-two {
  padding: 10px;
  border-radius: 20px;
  border-bottom: 6px dotted #bb954e;
  border-right: 4px solid #c48e1c;
}
.bg-dotted-three {
  padding: 10px;
  border-radius: 20px;
  border-top: 6px dotted #bb954e;
  border-right: 4px solid #c48e1c;
}
/* **************************** */
.tobox {
  display: block;
  cursor: pointer;
  margin: 2em 0;
  text-align: center;
}
.tobox .box-service {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/casino/allbet/box.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.box-service:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.text p {
  color: black !important;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 17%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-11%, -51%);
  text-align: center;
}
/* ******************************** */
.tobox-2 {
  display: block;
  cursor: pointer;
  margin: 2em 0;
  text-align: center;
}
.tobox-2 .box-service-2 {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  position: relative;
}
.overlay-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/casino/allbet/box.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.box-service-2:hover .overlay-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.text-2 p {
  color: rgba(30, 255, 0, 0.747) !important;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-2 p strong {
  color: rgba(65, 43, 15, 0.747);
}
@media (max-width: 991px) {
  .overlay-2 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    background-image: linear-gradient(
      to bottom,
      #c49b5d,
      #f4eba3,
      #a88253,
      #d6aa61
    );
    border: 3px solid #ba7c29;
    border-radius: 10px;
  }
  .text-2 p {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 10px;
  }
  .box-service-2:hover .overlay-2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* ************************** */

#nav-mobile {
  display: none;
}

.box-gold-gradis {
  width: 100%;
  min-height: 40vh;
  background-image: linear-gradient(
    to right,
    #dbae65,
    #96714b,
    #d2a763,
    #f9f4a9,
    #9f794d,
    #604430,
    #bc9358
  );
  border-radius: 30px;
  box-shadow: 0px 0px 20px #2e1a0f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 20px 0;
}
.box-gold-gradis p strong {
  color: #5f3912;
}
.box-gold-gradis p {
  background-color: white;
  color: #603713;
  padding: 40px 15px;
  border-radius: 30px;
}
.box-gold-gradis b {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: #5e3711;
}

.box-form-register {
  padding: 10px 10px 3px 10px;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, #e6b266, #fde396, #8e5614);
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-form-register p {
  color: #553f1e;
  padding: 12px;
  background-image: linear-gradient(
    to bottom,
    #bf955b,
    #f8efa7,
    #c69c5f,
    #926e4a,
    #e4b668
  );
  border-radius: 20px;
}
.box-form-register p strong {
  color: #5c3410;
  font-size: 20px;
}
.sidebar-fiexd {
  position: fixed;
  z-index: 2;
  width: 150px;
  height: auto;
  background-color: #573a1a;
  top: 22%;
  left: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.sidebar-fiexd a {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: linear-gradient(to bottom, #e3cca2, #bc9750);
  border-bottom: 6px solid #543717;
  padding: 5px;
}
.sidebar-fiexd a img {
  width: 50%;
  display: block;
  margin: auto;
}
.sidebar-fiexd a span {
  font-size: 15px;
  color: white;
  text-align: center;
}
.art-text {
  color: #c4c700;
  padding: 20px;
}

.link-tag {
  color: gold;
  padding: 5px 35px;
  border: 3px solid rgb(13, 110, 0);
  border-radius: 10px;
  margin-right: 10px;
  background-color: #10082c;
}

.content-bg {
  border: 4px solid gold;
  border-radius: 20px;
  box-shadow: 0 0 5px goldenrod;
}
.link-backend {
  font-size: 25px;
  font-weight: 500;
  color: red;
}
.link-backend:hover {
  transition: 0.5s;
}
.error {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #5f3912;
}
.error strong {
  font-size: 3em;
  color: red;
  text-shadow: 2px 2px 2px black;
}
.error b {
  font-size: 5em;
  color: black;
  text-shadow: 2px 2px 2px white;
}
.error p {
  font-size: 2em;
}
.error a {
  color: #00ffb7;
}
.box-name-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}
.box-name-tag p {
  color: gold;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
/********* mobile******* */
@media (max-width: 1680px) {
  .regis-line {
    display: none;
  }
  .sidebar-fiexd {
    position: fixed;
    width: 120px;
    top: 22%;
    left: 20px;
  }
}
@media (max-width: 1579px) {
  .sidebar-fiexd {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  .bg-radis-black {
    max-width: 100%;
    min-width: auto;
  }
  ul li {
    padding: 10px 2px;
  }
  .overlay {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    padding: 10px;
    background-image: linear-gradient(
      to bottom,
      #c49b5d,
      #f4eba3,
      #a88253,
      #d6aa61
    );
    border: 3px solid #ba7c29;
    border-radius: 10px;
    min-height: inherit;
  }
  .text p {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }
  .box-service:hover .overlay {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tobox .box-service {
    margin-right: 0px;
  }
}
@media (max-width: 1269px) {
  ul li a {
    font-size: 25px;
  }
  .box-text-bg {
    width: 48%;
    background-image: none;
    background-color: rgb(12, 10, 4);
    box-shadow: 5px 0px 2px black;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
  }
  .box-text-bg a {
    font-size: 19px;
    background: -webkit-linear-gradient(white, whitesmoke, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .box-text-bg1 {
    width: 48%;
    background-image: none;
    background-color: inherit;
    padding: 10px 5px;
    background-color: rgb(12, 10, 4);
    border-radius: 10px;
    text-align: center;
    box-shadow: 5px 0px 2px black;
  }
  .box-text-bg1 a {
    font-size: 19px;
  }
}
@media (max-width: 1171px) {
  ul li a {
    font-size: 20px;
  }
  ul li ul li a {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .content {
    padding-top: 50px;
    background-image: linear-gradient(to bottom, #673f25, #2c1a0e);
  }

  .head-nav {
    display: none;
  }
  .bg-strong {
    width: 80%;
  }
  .form-login-main {
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
  }
  .flex-row-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .input-username {
    width: 50%;
    background-color: #171717;
    border-radius: 10px;
    box-shadow: 4px 0px 1px black;
    background-image: none;
    padding: 5px 8px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .form-login-main input {
    width: 100%;
    padding: 10px 0 10px 5px;
    font-size: 18px;
    background-color: inherit;
    color: white;
    font-style: italic;
    border: 1px solid #d2a025;
    border-radius: 10px;
  }

  .int-password {
    width: 50%;
    background-color: #171717;
    border-radius: 10px;
    box-shadow: 4px 0px 1px black;
    background-image: none;
    padding: 5px 8px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .btn-login {
    border: 0;
    background-image: none;
    background-color: #c69c6c;
    width: 50%;
    height: auto;
    padding: 10px 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 2px 0px 2px green;
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
  .box-text-bg {
    width: 50%;
    background-image: none;
    background-color: #a67c52;
    box-shadow: 2px 0px 2px red;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    margin-bottom: 10px;
  }
  .box-text-bg a {
    font-size: 20px;
    background: -webkit-linear-gradient(#fff62a, #fff62a, #fff62a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
  }
  .box-text-bg1 {
    width: 50%;
    background-image: none;
    padding: 10px 5px;

    background-color: #8c6238;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 0px 2px blue;
  }
  .box-text-bg1 a {
    font-size: 20px;
    background: -webkit-linear-gradient(#00ffff, #00ffff, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
  }
  .open {
    display: block;
    position: absolute;
    font-size: 30px;
    cursor: pointer;
    color: white;
    z-index: 1;
    padding: 5px;
    top: 0;
    left: 5px;
  }
  .open img {
    max-width: 50px;
  }
  .sidenav-slide {
    display: block;
    padding-top: 10px;
  }
  .sidenav {
    padding-top: 10px;
  }
  .sidenav a,
  .dropdown-btn {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }

  .sidenav a:hover,
  .dropdown-btn:hover {
    color: #f1f1f1;
  }
  .active {
    background-color: #e6ca2e;
    color: #000000;
  }
  .dropdown-container {
    display: none;
    background-color: #311515;
    padding-left: 8px;
  }
  .sidenav .fa-caret-down {
    float: right;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .box-text-bg,
  .box-text-bg1,
  .btn-login,
  .int-password,
  .input-username {
    width: 60%;
  }
  .btn-login {
    font-size: 22px;
    font-weight: 700;
  }
  .box-text-bg1 a,
  .box-text-bg a {
    font-size: 22px;
    font-weight: 700;
  }
  .text-show-step p {
    width: 90%;
    font-size: 20px;
  }
  .bg-radis-black img {
    display: none;
  }
  h1 {
    font-size: 2.5em !important;
  }

  h2 {
    font-size: 1.75em !important;
    color: white;
  }
  h3 {
    font-size: 1.65em !important;
    color: white;
  }

  h4 {
    font-size: 1.55em !important;
    color: white;
  }
  h5 {
    font-size: 1.45em !important;
    color: white;
  }

  #nav-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 80px;
    background-color: #9b6318;
    padding: 10px 0 5px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 0 10px #200e0e;
  }
  #nav-mobile a {
    width: 20%;
  }
  #nav-mobile a img {
    width: 100%;
  }
  .con-link img {
    max-width: 60px !important;
  }
  .bg-strong {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .box-text-bg,
  .box-text-bg1,
  .btn-login,
  .int-password,
  .input-username {
    width: 90%;
  }
  .content {
    min-height: auto;
    padding: 50px 5px 20px 5px;
  }
}
/* strong ##9f0000 */
