
     body {
  background: #111;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}
.slick-slide {
  margin: 0 10px;
}
.marqueee {
  width: 100%;
  background-color: #000000;
  padding: 5px;
  margin: 10px 0;
}

.marqueee span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffc51d;
  animation: 1s ease-in-out infinite glow-bullet;
}

.marqueee span {
  font-size: 16px;
  font-style: italic;
  padding-left: 15px;
  margin-right: 50px;
  position: relative;
  animation: 1s ease-in-out infinite glow;
}

#promocode,
.marqueee span,
h1,
h2,
h3,
h4 {
  text-transform: capitalize;
}

.botn,
.marqueee span {
  color: #f0db76;
  text-align: center;
  font-weight: 400;
}

/* ====/////droupdown btn css////====== */
.menu {
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===//////in scss changes////==== */
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: initial;
}

.dropbtn,
.home {
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 20px;
  border: none;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--hover-bg-col);
  /* width: 90%; */
  box-shadow: 0px 8px 16px 0px #12111133;
  z-index: 3;
  left: -272px;
  transition: all 0.3s ease;

  /* height: 225px; */
}

.dropdown-content a {
  color: white;
  padding: 15px 15px;
  text-decoration: none;
  display: block;
  border-bottom: 4px solid transparent;
}

.dropdown-content a:hover {
  background-color: var(--card-col);
  border-bottom: 4px solid var(--web-col);
  transition: all 0.3s ease;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn,
.active,
.home:hover a {
  color: var(--web-col) !important;
}

/* //////disign-img////start */
.dropdown-content .drop-imgs {
  width: 100%;
  height: 100%;
  padding: 0px 28px 0px 28px;
  column-gap: 25px;
  row-gap: 25px;
  grid-template-columns: repeat(5, auto);
}
.slick-prev:before,
.slick-next::before {
  color: #000;
}

.dropdown-content .drop-imgs .drop-img {
  width: 100%;
  height: 100%;
}

.d-s-n {
  display: none;
}
.dd.n {
  display: none;
}
.ttss {
  background: linear-gradient(
    to right,
    #bf953f,
    #ead26e,
    #f0dc77,
    #d3b151,
    #aa771c
  ) !important;
  border-radius: 5px;
  box-shadow: -3.828px -3.828px 6px 0 rgb(255 200 39 / 40%),
    3px 5px 8px 0 rgb(255 82 1 / 20%);
}
.btns {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btns {
  display: none;
}

@media (max-width: 702px) {
  p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
  }
  .btns {
    display: block;
  }
  .d-n {
    display: none;
  }

  .d-b {
    display: block;
  }

  .d-s-n {
    display: block;
  }

  .menu {
    position: initial;
    justify-content: flex-start;
    overflow-x: scroll;
  }

  .menu::-webkit-scrollbar {
    display: none;
  }

  .dropdown-content {
    width: 95%;
    z-index: 3;
    left: 11px;
  }
  .tts {
    border-radius: 12px;
  }
  .btns {
    width: 119px;
    height: 33px;
  }
}

.drop-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.drop-img a img {
  width: 155px;
}

.dia {
  background: black;
  padding: 3px;
}

.h-50 {
  height: 50%;
  width: 74px !important;
}

.button {
  font-size: 22px;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  cursor: pointer;
  gap: 0.4rem;
  font-weight: bold;
  border-radius: 13px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  background: linear-gradient(
      15deg,
      #8e6b00,
      #efaa17,
      #e2a540,
      #ffae11,
      #ff9200,
      #e2a540,
      #e2a540,
      #efaa17,
      #7a5e0b
    )
    no-repeat;
  background: var(--but-col);
  background-size: 300%;
  color: #fff;
  border: none;
  background-position: left center;
  box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  letter-spacing: 2px;
}
.tts {
  background: linear-gradient(
    to right,
    #bf953f,
    #ead26e,
    #f0dc77,
    #d3b151,
    #aa771c
  ) !important;
  border-radius: 5px;
  box-shadow: -3.828px -3.828px 6px 0 rgb(255 200 39 / 40%),
    3px 5px 8px 0 rgb(255 82 1 / 20%);
}

.button:hover {
  background-size: 320%;
  background-position: right center;
  text-shadow: 3px 2px 5px rgb(0, 0, 0);
}

.button:hover svg {
  fill: #766c6c;
}

.button svg {
  width: 23px;
  fill: #ffffff;
  box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.2);

  transition: 0.3s ease;
}

.nav-game {
  width: 100%;
  color: white;
  padding: 0px 10px;
  background-color: #141414;
  margin-top: 8px;
}

.nav-game .games {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.nav-game .games a {
  padding: 8px 10px;
}

.nav-game .games .text:hover {
  color: #f8c029;
}

.img-text {
  align-items: center;
}

.img-text .img {
  width: 25px;
}

.img-text .text {
  margin: 0px 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-style: italic;
}

@media (max-width: 700px) {
  .nav-game .games {
    overflow-x: scroll;
    justify-content: start;
  }

  .nav-game .games a {
    padding: 11px 10px 14px;
  }

  .w-inc1 {
    width: 185px;
  }

  .w-inc2 {
    width: 105px;
  }

  .w-inc3 {
    width: 119px;
  }
}

:root {
  --Lotus-main: linear-gradient(
    to right,
    #bf953f,
    #ead26e,
    #f0dc77,
    #d3b151,
    #aa771c
  ) !important;
  --Lotus-sec: black;
}

.banner-bg {
  background-image: linear-gradient(45deg, black, transparent),
    url(../index.html);
  background-position: 66% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

.banner-bg .content .con-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-bg .content .con-head img {
  width: 237px;
  padding: 0px 8px;
}

.banner-bg .content .con-head::after {
  width: 106px;
  height: 6px;
  bottom: 3px;
  background-color: goldenrod;

  border-radius: 0 0 28px 28px;
}

.banner-bg .content .con-head h1 {
  font-size: 61px;
  font-weight: bolder;
  text-transform: uppercase;
  color: white;
  margin: 0;
  letter-spacing: 2px;
}
.content .about-head {
  position: relative;
}
.content .about-head h1 {
  font-size: 40px;
  font-weight: 500;
  padding: 11px;
  text-align: left;
  color: goldenrod;
}
.content .about-head h2 {
  font-size: 40px;
  font-weight: 500;
  padding: 11px;
  text-align: left;
  color: goldenrod;
}

.content .about-head::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 4px;
  background-color: goldenrod;
  bottom: 5px;
  left: 11%;
  transform: translate(-52%);
  border-radius: 0 0 28px 28px;
}

.about {
  padding: 35px;
}

.about-text-par {
  text-align: left;
}

.about-text-list {
  justify-content: space-between;
}

.about-text-par ul {
  padding: 0;
  margin: 0;
}

.about-text-par ul li {
  padding: 10px 10px 10px 0px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.about-text-par ul li i {
  background-color: goldenrod;
  padding: 4px 5px;
  font-size: 12px;
  /* margin-right: 5px; */
  border-radius: 16px;
  margin: 0px 5px;
}

@media (max-width: 450px) {
  .cont-par p{
    text-align: justify;
    padding: 0;
  }
  .content .about-head h2 {
    font-size: 29px;
    font-weight: 600;
    text-align: center;
  }

  .content .about-head::after {
    content: "";
    position: absolute;
    width: 243px;
    height: 4px;
    background-color: goldenrod;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0 0 28px 28px;
  }

  .about-text-par {
    text-align: left;
    padding: 10px;
  }
}

.detail {
  padding: 20px;
  background-color: var(--hover-bg-col);
  justify-content: center;
}

.detail-ids-box {
  background-color: var(--card-col);
  height: 100%;
  box-shadow: 10px 10px 10px black;
  border-radius: 5px;
  padding: 15px;
  color: white;
}

.detail-ids-box .demo {
  color: goldenrod;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}

.detail-ids-box .demo::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 3px;
  background-color: goldenrod;
  bottom: 0%;

  left: 0;
}

.detail-ids-box .red {
  color: goldenrod;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 500;
}

.detail-image {
  box-shadow: -5px 5px 10px #000000;
}

.detail-image > img {
  border-radius: 5px;
}
.tts {
  display: block;
  padding: 10px;
  width: 50%;
  margin: 10px auto;
  background: linear-gradient(
    to right,
    #bf953f,
    #ead26e,
    #f0dc77,
    #d3b151,
    #aa771c
  ) !important;
  color: black !important;
  border-radius: 7px;
  font-size: 15px;
  box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%),
    3px 5px 8px 0px rgb(255 82 1 / 20%) !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.content-blog {
  /* background: linear-gradient(122deg, #1a1a1a 0%, var(--menu-col) 48%, var(--main-col) 48%);
                padding: 28px; */

  background: linear-gradient(
    122deg,
    #1a1a1a 0%,
    goldenrod 48%,
    var(--Lotus-sec) 48%,
    #000000
  );
  padding: 17px 19px;
}

.blog-img {
  width: 385px;
  height: 268px;
  border-radius: 14px;
  box-shadow: inset -5px 8px 18px 0px #020421;
  padding: 10px;
}

.blog-img-text {
  padding: 20px;
  height: 100%;
}

.blog-img-left {
  margin: 0px 30px;
}

.blog-img-right {
  margin: 0px 192px;
  width: 400px;
}

.blog-text {
  color: white;

  padding: 20px;
  width: 570px;
}

.blog-text h2 {
  text-shadow: -3px 0px 6px black;
  text-transform: capitalize;
  position: relative;
}

.blog-text h2::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 4px;
  background-color: goldenrod;
  bottom: -5px;
  left: 0%;
}

.blog-text a {
  font-size: 22px;
  /* width: fit-content; */
  /* display: flex; */
  align-items: center;
  padding: 7px 22px;
  /* cursor: pointer; */
  /* gap: 0.4rem; */
  font-weight: bold;
  border-radius: 7px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  /* background: linear-gradient(15deg, #590d0d, #642020, #631919, #9b1919, #a21919, #a41919, #9b1919, #642020, #631919) no-repeat;  background-size: 300%; */
  background: linear-gradient(
    to right,
    #bf953f,
    #ead26e,
    #f0dc77,
    #d3b151,
    #aa771c
  ) !important;
  color: #fff;
  border: none;
  /* background-position: left center; */
  box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  transition: background 0.7s ease;
  letter-spacing: 2px;
}

.blog-text p {
  padding: 10px 0px;
}

.blog-text a:hover {
  background-size: 320%;
  background-position: right center;
  text-shadow: 3px 2px 5px rgb(0, 0, 0);
}

.text-right {
  text-align: right;
  padding: 0px 40px 0px 0px;
}

.text-right h2::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 4px;
  background-color: goldenrod;
  bottom: -3px;
  left: 62.5%;
}

.flex-dir-clo {
  flex-direction: column;
}

.flex-dir-clo-rev {
  flex-direction: column-reverse;
}

@media (max-width: 700px) {
  .text-right h2::after {
    left: 0.5%;
  }
  .text-right {
    text-align: justify;
    /* padding: 0px 40px 0px 0px; */
  }
  .mt-14 {
    margin-top: 14px;
  }

  .content-blog {
    padding: 13px;
  }

  .blog-img-text {
    padding: 0;
  }

  .blog-img-right {
    margin: auto;
  }

  .blog-img {
    width: 100%;
  }

  .blog-img-left {
    margin: auto;
  }

  .blog-text {
    width: 100%;
  }

  .text-right {
    padding: 13.5px;
  }
}

.supportive-team {
  background-color: var(--hover-bg-col);
  padding: 55px 0px;
}

.supportive {
  padding: 30px;
  margin: auto;
  background-image: linear-gradient(0deg, #000000cf, #000000cf),
    url(../index.html);
  background-size: cover;
  position: relative;

  padding: 50px;
  box-shadow: 10px 10px 3px black;
}

.supportive-team .content p {
  padding: 37px 77px;
}

.supportive-team .content h2 {
  /* background-image: linear-gradient(0deg, #03060c, #03060c, #111111 ,#111111); */
  background-image: linear-gradient(134deg, #150215, #100615, #070e16);
  left: 50%;
  transform: translate(-50%);
   background: beige !important; 
  color: goldenrod !important;
  position: absolute;
  top: 18px;
  color: linear-gradient(
    to right,
    #bf953f,
    #ead26e,
    #f0dc77,
    #d3b151,
    #aa771c
  ) !important;
  padding: 12px;
  background-color: #03060c !important;
}

.supportive-team .content {
  border: 1px solid goldenrod;
  width: 100%;
}

.supportive-team .content a {
  align-items: center;
  padding: 7px 22px;

  font-weight: bold;
  border-radius: 7px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  background: linear-gradient(
    15deg,
    #1a1a1a 0%,
    goldenrod 44%,
    var(--Lotus-sec) 72%,
    var(--Lotus-sec)
  );
  background-size: 300%;
  color: #fff;
  border: none;

  box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  letter-spacing: 2px;
}

.supportive-team .content a:hover {
  background-size: 320%;
  background-position: right center;
  text-shadow: 3px 2px 5px rgb(0, 0, 0);
}

@media (max-width: 700px) {
  .supportive {
    background-position: center;
  }

  .supportive-team .content p {
    padding: 15px;
  }

  .supportive-team .content h2 {
    background-image: none;
    top: 12px;
    padding: 0px 7px;
    background-color: transparent;
  }
  .supportive {
    padding: 10px;
}
.supportive-team .content h2 {
  transform: translate(0%);
  position: inherit;

}
}

#expand-collapse {
  position: absolute;
  z-index: 10000;
  /* right: -251px; */
  /* top: 0px; */
  /* bottom: -25px; */
  text-align: right;
  margin: 15px 5px 15px 0px;
  cursor: pointer;
  text-decoration: underline;
  /* color: #09f; */
  background: color;
  /* background-color: red; */
  border-radius: 19px;
  text-align: center;
  background: linear-gradient(
    to right,
    #bf953f,
    #ead26e,
    #f0dc77,
    #d3b151,
    #aa771c
  ) !important;
  border-radius: 5px;
  box-shadow: -3.828px -3.828px 6px 0 rgb(255 200 39 / 40%),
    3px 5px 8px 0 rgb(255 82 1 / 20%);
  text-decoration: navajowhite;
  height: 26px;
  width: 102px;
  left: 695px;
  /* bottom: px; */
  margin-top: -8px;
}

.submenu {
  display: none;
}

body {
  scroll-behavior: smooth;
  background: #111;
}
.w-80 {
  width: 80%;
}

.footer-up {
  padding: 20px 0px 20px 87px;
  color: white;
}

.footer-up .footer-img {
  padding: 0px;
  /* margin-bottom: 20px; */
  width: 142px;
}

.footer-social {
  padding: 10px;
}

.footer-social .footer-social-icon img {
  padding: 6px;
  width: 45px;
  /* border: 2px solid black; */
  border-radius: 50px;
  margin-right: 10px;
  background: var(--menu-col);
  box-shadow: 0 0 5px black;
}

.footer-social .footer-social-icon img:hover {
  background: var(--card-col);
  transform: scale(1.1);
}

.footer-linkes {
  justify-content: space-around;
}

.footer-contant h4 {
  font-size: 18px;
  color: #ffae11;
}

.footer-contant ul {
  padding: 0;
}

.footer-contant ul li {
  padding: 5px;
  list-style: none !important;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.showall {
  display: none;
  margin-top: 279px;
  margin-left: -1092px;
  height: 24px;
}
@media (max-width: 700px) {
  #expand-collapse {
    left: 108px;
    /* margin: -; */
    margin-top: -4px;
  }
  .footer-linkes {
    display: grid !important;
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    /* place-items: center; */
    row-gap: 25px;
    column-gap: 24px;
  }
}

.footer-down {
  width: 100%;
  /* padding: 20px; */
  /* color: white; */
  /* text-align: center; */
  /* background-color: var(--card-col); */
}
.footer-copy {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.footer-copy img {
  width: 31%;
}
.footerp {
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 10px;
}
.dmca {
  display: flex;
  justify-content: center;
  padding: 10px;
}
/*.dmca img {
  width: 7%;
}*/
.protected {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.protected img {
  width: 18%;
}
.terms {
  text-align: center;
}

@media (max-width: 700px) {
  .d-block {
    display: block !important;
  }

  .w-90,
  .w-80,
  .w-70,
  .w-50,
  .w-35,
  .w-25,
  .w-20,
  .w-10,
  .w-5 {
    width: 100% !important;
  }

  .dropdown-content .drop-imgs {
    grid-template-columns: repeat(3, auto);
  }

  .right-top {
    margin-top: 13px;
  }

  .up {
    height: inherit;
  }

  .up-left,
  .up-right {
    font-size: 7px;
  }

  .up span {
    font-size: 13px;
  }

  #disk_d::after {
    top: -18px;
    font-size: 12px;
  }

  #disk_d::before {
    font-size: 9px;
    padding-top: 0px;
  }

  #disk_w::after {
    top: -17px;
    left: 0%;
    font-size: 11px;
  }

  #disk_w::before {
    font-size: 9px;
    top: 23px;
    width: 86px;
  }

  .down-heading {
    padding: 3px;
    font-size: 10px;
  }

  .bottom-right-down ul li a .span {
    width: 14px;
    display: inline-block;
    margin-right: 0px;
  }

  .bottom-right-down ul li a {
    padding: 4px;
    display: block;
    font-size: 13px;
  }

  #banner .h-395 {
    height: auto;
    padding: 0px;
  }

  .right {
    background: var(--card-col);
    padding-bottom: 10px;
  }

  /* ===//patners////===== */

  .card-img {
    margin: 10px 0px;
  }

  .cards p {
    font-size: 16px;
    padding-left: calc(100% - 80%);
  }

  .cards p:nth-child(1) {
    padding: 6px 20px;
    letter-spacing: 1px;
    font-size: 20px;
    /* font-weight: 500; */
    text-align: center;
  }

  .card-upi .upi {
    display: inline-block;
    margin: 10px 0px;
  }

  .card-Bonus {
    padding: 13px 0;
  }

  /* ===////service section////==== */

  .services {
    background: linear-gradient(
      105deg,
      #1a1a1a 0%,
      var(--menu-col) 48%,
      var(--main-col) 48%
    );
  }

  .services .content .con-head h2 {
    font-size: calc(2.25rem + 0.9vw);
  }

  .services .content {
    padding: 0;
  }

  .service-box {
    width: 85%;
    background-color: var(--card-col);
    padding: 8px 0px;
  }

  .service-contain-img .contain-img {
    width: 95%;
    height: 222px;
    margin: 25px auto 0px;
  }

  .service-contain-img .contain-img img {
    border-radius: 17px;
  }

  .service-contain {
    padding: 0px;
    flex-direction: column-reverse;
    background: none;
  }

  .service-contain-text {
    padding-top: 20px;
  }

  /* ====/////about///===== */
  .about {
    padding: 0;
  }

  .about-img {
    box-shadow: none;
    padding: 16px 7px 0px 16px;
  }

  .about-img img {
    box-shadow: -8px 7px 0px goldenrod;
    padding: 0px 0px;
    border-radius: 11px;
  }

  .about-text-par ul li {
    font-size: 9px;
  }

  /* ==///reviews//== */
  .review-box-card {
    margin: 10px 0px;
  }

  figure.testimonial {
    padding: 0;
  }

  .footer-up {
    padding: 0;
  }

  .footer-up .footer-img {
    margin: auto;
  }

  .footer-social {
    text-align: center;
  }

  .footer-contant h4 {
    font-size: 17px;

    font-family: auto;
  }

  .footer-social-icon {
    justify-content: center;
  }

  .footer-contant ul li {
    padding: 0;
    list-style: none !important;
  }

  .footer-contant ul li a {
    font-size: 14px;
  }
  .footer-copy {
    padding: 13px;
  }
  .footer-copy img {
    width: 87%;
  }
  .web {
    text-align: center;
  }
  .footerp {
    padding: 0;
  }
 /* .dmca img {
    width: 7%;
  }*/
  .dmca {
    padding: 0;
  }
  .protected {
    padding: 26px;
  }
  .protected img {
    width: 54%;
  }
    .css-12f73hr {
    margin: 4px 10px 6px !important;
  }
  .terms p {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .dropdown-content .drop-imgs {
    grid-template-columns: repeat(2, auto);
  }

  .meter {
    width: 50%;
  }

  .w-90 {
    max-width: 100% !important;
  }

  .bottom-right-down ul li a {
    padding: 4px;
    display: block;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  #disk_d::after {
    top: -15px;
    font-size: 10px;
    left: 11%;
  }

  #disk_d::before {
    font-size: 7px;
    /* padding-top: 0px; */
    left: 12%;
  }

  #disk_w::after {
    top: -13px;
    left: 12%;
    font-size: 9px;
  }

  #disk_w::before {
    font-size: 6px;
    width: 74px;
  }

  /* ///about//// */

  .about-text-par ul li {
    padding: 9px 2px;
    font-size: 7px;
  }
}

@media (max-width: 395px) {
  .event-qmenu .cont[data-v-b13f313c] {
    min-height: auto !important;
    padding: 3px !important;
    width: 69px !important;
  }

  .event-qmenu .cont .event-item[data-v-b13f313c] {
    height: 50px;
    width: 50px;
  }

  .event-qmenu .handle[data-v-b13f313c] {
    right: 2px !important;
    width: 22px !important;
  }

  .event-qmenu .handle[data-v-b13f313c]:after {
    left: 1px !important;
    width: 11px !important;
  }

  /* ///about//// */

  .about-text-par ul li {
    padding: 9px 2px;
    font-size: 7px;
  }
}
.css-12f73hr {
  background-color: #6d6d6d !important;
  border: none !important;
  height: 2px !important;
  margin: 4px 100px 6px !important;
}

h2 {
    position: relative;
    /* padding: 10px; */
    /* background-image: linear-gradient(45deg, #efaa17, #efaa17, transparent); */
    color: #efaa17;
    /*-webkit-background-clip: text;*/
}
.cont-par p , .about-text-par p , .blog-text p{
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
}
b{
    color: goldenrod;
}
.cont-par li {
    text-align: justify;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #efaa17 !important;
}
.inner-page-menu{
    margin-left: -82%;
}
.btn.tts {
    width: 100px;
}

.create-id{
      background-color: #333333;
      padding: 0px 25px;
/*      border: 1px solid gold;*/
      transition: 0.3s;
      box-shadow: 0px 0px 10px 0px rgb(244 200 35);
}
.create-id:hover{
  box-shadow:none;
     transition: 0.3s;
}
.gap-2 li {
    padding: 8px 0 0 0;
    color: white;
    list-style: disc !important;
}
p {
    color: #fff;
    font-size: 16px;
}
.gap-2 h3 {
    font-size: 26px;
    font-weight: 600;
}

.founded-table table,
.demo-id table,
.Criteria table,
.go-exchange table,
.all-table table {
    width: 100%;
}

.founded-table table td,
.founded-table table th,
.demo-id table td,
.demo-id table th,
.Criteria table td,
.Criteria table th,
.go-exchange table td,
.go-exchange table th,
.all-table table td,
.all-table table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
    color: white;
}
strong {
    background: linear-gradient(180deg, #b38205 5%, #ffd17e 50%, #ffb023 95%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

















