@import url("https://fonts.googleapis.com/css2?family=Red+Rose:wght@300;400;500;700&family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800&family=Roboto:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap");

:root {
  --primary: #6738b8;
  --secondary: #ffa800;
  --info: #c0278c;
}
      html {
          overflow-x: hidden;
          scroll-behavior: smooth;
      }
a {
  text-decoration: none;
}
/* Comman Css */
.clip-path {
  clip-path: polygon(
    0 4.5vw,
    15.6%4.5vw,
    19.3%0,
    80.8%0,
    84.4%4.4vw,
    100%4.5vw,
    100%100%,
    0 100%
  );
  width: 100%;
  display: inline-block;
  min-height: 130px;
  background: white;
}
.top-76 {
  top: 76px !important;
}
.w-550px {
  width: 550px !important;
}
.clip-path-cover {
  margin-top: 15px;
  position: absolute;
  top: 27px;
}
.clip-path-cover.purple-path {
  background: var(--primary);
}
.clip-path-cover.yellow-path {
  background: var(--secondary);
}
.threeline.down,
.threeline {
  width: 100%;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 40px;
}
.threeline.down {
  bottom: -55px;
}
.threeline.up {
  bottom: 90px;
}
.transition {
  transition: 0.3s;
}
.index-1 {
  z-index: 1;
}
.index-99 {
  z-index: 99;
}
.mt-m147 {
  margin-top: -147px;
}
.mt-m110 {
  margin-top: -110px;
}
.mw-100 {
  max-width: 100% !important;
}
.text-shadow-none {
  text-shadow: none;
}
.fs-roboto {
  font-family: "Roboto", sans-serif;
}
.fs-robotoflex {
  font-family: "Roboto Flex", sans-serif;
}
.fs-robotomono {
  font-family: "Roboto Mono", monospace;
}
.fs-redrose {
  font-family: "Red Rose", cursive !important;
}
.fs-montroc {
  font-family: "montrocBold" !important;
}
.fs-readexpro-bold {
  font-family: "ReadexProBold" !important;
}
.fs-readexpro-medium {
  font-family: "ReadexProMedium" !important;
}
.fs-readexpro-light {
  font-family: "ReadexProLight" !important;
}
.bg-darkgray {
  background-color: #1b1b1b;
}
.pb-130 {
  padding-bottom: 130px;
}
.list-none {
  list-style: none;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.bg-yellow {
  background-color: var(--secondary);
}
.bg-purple {
  background-color: var(--primary);
}
.text-yellow {
  color: var(--secondary);
}
.text-purple {
  color: var(--primary);
}
.text-pink {
  color: var(--info);
}
.fs-40 {
  font-size: 40px;
}
.hw-30 {
  height: 30px;
  width: 30px;
  min-width: 30px;
}
.hw-40 {
  height: 40px;
  width: 40px;
  min-width: 40px;
}
.hw-50 {
  height: 50px;
  width: 50px;
  min-width: 50px;
}
.rounded-15 {
  border-radius: 15px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-8 {
  border-radius: 8px;
}
.btn-fs-20 {
  font-size: 20px;
}
.btn-paddding {
  padding: 7px 60px;
}
.skewX-m15 {
  transform: skewX(-15deg);
}
.skewX-15 {
  transform: skewX(15deg);
}
.skewX-m13 {
  transform: skewX(-13deg);
}
.skewX-360 {
  transform: skewX(360deg);
}
.skewX-13 {
  transform: skewX(13deg);
}
.skewX-8 {
  transform: skewX(8deg);
}
.skewX-m8 {
  transform: skewX(-8deg);
}
.bg-gradient {
  background: linear-gradient(180deg, #b1fd2b 0%, #31eb6f 100%) !important;
}
.sec-main-title {
  font-family: "Roboto Flex", sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 800;
  font-size: 60px;
  position: relative;
  display: inline-block;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.sec-main-title.text-purple:before {
  background-color: var(--primary);
}
.sec-main-title.text-pink:before {
  background-color: var(--info);
}
.sec-main-title:before {
  content: "";
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  background-color: white;
}
.threeline::after,
.threeline::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  background-position: center left;
  background-size: contain;
}
.threeline::after {
  transform: rotateY(180deg);
}
.threeline::before {
  background-position: center left;
}
.threeline.purple::after,
.threeline.purple::before {
  background-image: url("../images/purple.svg");
}
.threeline.yellow::after,
.threeline.yellow::before {
  background-image: url("../images/yellow.svg");
}
.threeline.dark::after,
.threeline.dark::before {
  background-image: url("../images/dark.svg");
}

/* header hamburger Css */
#downloadSection:not(.active) {
  bottom: -90px !important  ;
}
.toggleBtn {
  height: 40px;
  width: 40px;
  min-width: 40px;
}
.toggleBtn span {
  transition: 0.3s;
  height: 1.5px;
}
.toggleBtn span:after,
.toggleBtn span:before {
  content: "";
  height: 100%;
  width: 100%;
  display: inline-block;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 5px;
  transition: 0.3s;
}
.toggleBtn span:after {
  top: -13px;
}
.toggleBtn span:before {
  bottom: -13px;
}
body:has(#offcanvasDarkNavbar[aria-modal="true"]) .toggleBtn span:before {
  bottom: 0;
  transform: rotate(45deg);
}
body:has(#offcanvasDarkNavbar[aria-modal="true"]) .toggleBtn span:after {
  top: 0;
  transform: rotate(-45deg);
}
body:has(#offcanvasDarkNavbar[aria-modal="true"]) .toggleBtn span {
  background: transparent !important;
}

/* banner Css */
.posterimg {
  width: 65%;
  transform: rotateY(180deg);
  margin-bottom: 5px;
}
.banner-sec {
  background-image: url("../images/bannerbg.jpg");
  padding: 200px 0 100px;
}
.banner-sec:before {
  content: "";
  background-image: url("../images/bannerfront.png");
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 200px;
  background-size: 31%;
  background-position: bottom right;
}

/* Download section */
.download-section {
}
.download-content {
  perspective: clamp(600vh, 1000px, 230vw);
  padding: 100px 50px 80px;
  margin-top: 80px;
}
.download-content p {
  font-size: 22px;
}
.download-content:before {
  content: "";
  background-image: url("../images/downloadbg.jpg");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  background-repeat: no-repeat;
  border-radius: 40px;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  transform: rotateX(330deg) translateY(-50%);
  transform-origin: 100% 0 0;
}
.donwload-btn {
  padding: 15px 30px;
  font-size: 25px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
}

/* Notice section */
.notice-section {
  padding: 60px 0 200px;
}
.notice-content {
  margin-top: 80px;
}
.notice-content li {
  font-family: "Kanit", sans-serif;
  font-size: 50px;
  font-weight: 600;
  word-wrap: break-word;
}

/* Game section */
.game-section {
  padding-bottom: 100px;
}
.game-content li {
  width: 100%;
  background: linear-gradient(180deg, #6738b7 0%, #8c42c9 100%);
  display: flex;
  align-items: center;
  position: relative;
  -webkit-clip-path: polygon(
    3% 0,
    100% 0,
    100% 50%,
    100% 50%,
    97% 100%,
    5% 100%,
    0 100%,
    0 50%
  );
  clip-path: polygon(
    3% 0,
    100% 0,
    100% 50%,
    100% 50%,
    97% 100%,
    5% 100%,
    0 100%,
    0 50%
  );
}
.game-content.odd-even li:nth-child(even) {
  -webkit-clip-path: polygon(
    0 0,
    97% 0,
    100% 50%,
    100% 50%,
    100% 100%,
    5% 100%,
    3% 100%,
    0 50%
  );
  clip-path: polygon(
    0 0,
    97% 0,
    100% 50%,
    100% 50%,
    100% 100%,
    5% 100%,
    3% 100%,
    0 50%
  );
}
.game-content li h2 {
  font-size: 40px;
  padding: 25px 0;
  width: 35%;
  text-align: center;
  background: linear-gradient(180deg, #ffd600 0%, #ff5c00 100%);
}
.right-side {
  width: 65%;
}
.game-content li {
  margin-bottom: 20px;
  box-shadow: 0px 4px 8px #00000040;
}
.game-content li p {
  font-size: 40px;
  text-shadow: 2px 4px 4px #00000080;
  justify-content: space-around;
  width: 28%;
  margin: 0 auto;
  align-items: center;
  display: flex;
}
.game-content li i {
  font-size: 55px;
}
.game-content li p span {
  font-size: 32px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.live-span {
  background-color: #efefef;
  box-shadow: -2px 2px 4px 0px #00000040 inset;
  padding: 2px 15px;
  margin: 0 5px;
  border-radius: 5px;
}

/* Background layout */
.about-section:before,
.howto-section:before,
.topmobile-section:before,
.livematka-section:before,
.notice-section:before {
  content: "";
  clip-path: polygon(
    0 4.5vw,
    15.6%4.5vw,
    19.3%0,
    80.8%0,
    84.4%4.4vw,
    100%4.5vw,
    100%100%,
    0 100%
  );
  width: 100%;
  height: 100%;
  background: pink;
  position: absolute;
  top: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.notice-section:before {
  background-image: url(../images/noicebg.jpg);
}

/* Live css */

.livematka-section:before {
  background-image: url("../images/livematkabg.jpg");
}
.livematka-section {
  padding-bottom: 200px;
}
.live-content {
  margin-top: 100px;
}
.live-content li h4 {
  font-size: 26px;
}
.live-content li p {
  font-size: 28px;
  padding: 1px 60px !important;
}

/* Jodi section */
.item-card {
  height: 220px;
  transition: 0.3s;
}
.item-card:hover {
  transform: translateY(-10px);
}
#topmobileslider .owl-stage {
  padding: 70px 0;
}

/* hwo to */
.why-content {
  padding: 60px 0;
}
.why-card img {
  width: 110px;
  height: 110px;
}
.why-card h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}
.why-card p {
  font-size: 45px;
  line-height: 25px;
}

/* how to use Section */

.howto-content {
  padding: 80px 0 140px;
}
.howto-content img {
  max-height: 600px;

  text-shadow: 0px 4px 25px #00000040;
  border-radius: 20px;
  border: 5px solid white;
  max-width: 100%;
}
.howto-section .threeline {
  bottom: 22px;
}
.howto-content p {
  font-size: 23px;
  font-weight: 600;
}
.howto-section:before {
  background-image: url("../images/livematkabg.jpg");
}

/* top mobile game Section */

.topmobile-section:before {
  background-image: url("../images/noicebg.jpg");
}

/* about Section */

.tandc-content img {
  width: 150px;
}
.tandc-content h1 {
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  margin-top: 10px;
}
.tandc-content h2 {
  border-bottom: 3px solid black;
  font-weight: 600;
}
.tandc-content p {
  font-family: "Roboto Flex", sans-serif;
}
.about-section {
  margin-top: -80px;
}
.about-section .threeline {
  bottom: 18px;
}
.about-section:before {
  background-image: url("../images/aboutbg.jpg");
}
.about-content {
  padding: 60px 0 150px;
}
.about-content p {
  font-size: 22px;
}

/* FAQ */
.faq-section {
  margin-top: -120px;
}
.faq-content {
  z-index: 99;
}
.faq-description {
  font-size: 20px;
  margin-bottom: 0;
}

/* Footer */
.contact-icon {
  background-color: #29a71a;
  height: 90px;
  width: 90px;
  min-width: 90px;
  font-size: 60px;
}

@media (max-width: 1440px) {
  .tandc-content img {
    width: 130px;
  }
  .tandc-content h1 {
    font-size: 42px;
    margin-top: 10px;
  }
  .banner-sec:before {
    right: 0;
    background-size: 41%;
  }
  .live-content {
    margin-top: 50px;
  }
  .threeline {
    height: 45px;
    bottom: 55px;
  }
}
@media (max-width: 1200px) {
  .banner-sec:before {
    right: 0;
    background-size: 47%;
  }
}
@media (max-width: 1024px) {
  .why-content {
    padding: 40px 0 50px;
  }
  .why-card img {
    width: 90px;
    height: 90px;
  }
  .why-card h3 {
    font-size: 40px;
    margin-top: 10px;
  }
  .why-card p {
    font-size: 30px;
    line-height: 13px;
  }
  #topmobileslider .owl-stage {
    padding: 30px 0 10px;
  }
  .item-card {
    height: 150px;
  }
  .toggleBtn {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
  .threeline {
    height: 30px !important;
    bottom: 70px;
  }
  .threeline.down {
    bottom: -35px;
  }
  .toggleBtn span:before {
    bottom: -10px;
  }
  .toggleBtn span:after {
    top: -10px;
  }
  .game-content li h2 {
    font-size: 30px;
    padding: 18px 0;
  }
  .game-content li p {
    font-size: 35px;
  }
  .game-content li p span {
    font-size: 27px;
  }
  .game-content li i {
    font-size: 45px;
  }
  .sec-main-title {
    font-size: 40px;
  }
  .mt-m110 {
    margin-top: -130px;
  }
  .download-content {
    margin-top: 50px;
  }
  .notice-content {
    margin-top: 30px;
  }
  .notice-content li {
    font-size: 32px;
  }
  .notice-section {
    padding: 15px 0 125px;
  }
  .banner-sec:before {
    right: 60px;
    background-size: 42%;
  }

  .game-section {
    padding-bottom: 50px;
  }
  .howto-section .threeline {
    bottom: 46px;
  }
  .about-content p {
    font-size: 18px;
  }
  .about-content {
    padding: 20px 0 120px;
  }
  .sec-main-title:before {
    bottom: 3px;
  }
  .about-section .threeline {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .tandc-content img {
    width: 100px;
  }
  .tandc-content h1 {
    font-size: 38px;
    margin-top: 10px;
  }
  .tandc-content h2 {
    font-size: 25px;
  }
  .contact-icon {
    height: 70px;
    width: 70px;
    min-width: 70px;
    font-size: 50px;
  }
  .about-section .threeline {
    bottom: 50px;
  }
  .about-content p {
    font-size: 15px;
  }
  .about-content {
    padding: 20px 0px 110px;
  }
  .howto-content {
    padding: 30px 0 40px;
  }
  .howto-section .threeline {
    bottom: 53px;
  }
  .howto-content p {
    font-size: 14px;
  }
  .howto-content img {
    height: 65%;
  }
  .why-card img {
    width: 60px;
    height: 60px;
  }
  .why-card h3 {
    font-size: 31px;
    margin-top: 7px;
  }
  .why-card p {
    font-size: 22px;
    line-height: 3px;
  }
  .why-content {
    padding: 25px 0 40px;
  }
  .live-content {
    margin-top: 30px;
  }
  .live-content li h4 {
    font-size: 24px;
  }
  .live-content li p {
    font-size: 24px;
    padding: 1px 50px !important;
  }
  .threeline {
    height: 25px !important;
    bottom: 80px;
  }
  .threeline.down {
    bottom: -25px;
  }
  .sec-main-title {
    font-size: 30px;
  }
  .notice-content li {
    font-size: 27px;
  }
  .notice-content {
    margin-top: 20px;
  }
  .game-content li h2 {
    font-size: 20px;
    padding: 11px 0;
  }
  .game-content li p {
    font-size: 25px;
  }
  .game-content li p span {
    font-size: 17px;
  }
  .game-content li i {
    font-size: 30px;
  }
  .banner-sec:before {
    right: 0;
    background-size: 40%;
  }
  .donwload-btn {
    font-size: 20px;
  }
  .download-content {
    padding: 80px 50px 80px;
  }
  .donwload-btn img {
    width: 30px;
    height: 30px;
  }
  .download-content p {
    font-size: 18px;
  }
  #topmobileslider .owl-stage {
    padding: 20px 0 5px;
  }
}
@media (max-width: 767px) {
  .faq-section .clip-path-cover {
    top: -4px;
  }
  .about-section .threeline {
    bottom: 90px;
  }
  .contact-icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    font-size: 30px;
  }
  .why-card img {
    width: 40px;
    height: 40px;
  }
  .why-card h3 {
    font-size: 20px;
    margin-top: 7px;
  }
  .why-card p {
    font-size: 15px;
    line-height: 0px;
  }
  .why-content {
    padding: 20px 0 25px;
  }
  .notice-content li {
    font-size: 22px;
  }

  .btn-paddding {
    padding: 7px 40px;
  }
  .banner-sec:before {
    display: none;
  }
  .banner-sec {
    padding: 100px 0 50px;
  }
  .donwload-btn {
    font-size: 18px;
  }
  .download-content {
    padding: 60px 40px 50px;
  }
  .donwload-btn img {
    width: 25px;
    height: 25px;
  }
  .download-content p {
    font-size: 16px;
  }
  .tandc-content img {
    width: 80px;
  }
  .tandc-content h1 {
    font-size: 33px;
  }
  .tandc-content h2 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .posterimg {
    display: none;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
}
@media (max-width: 568px) {
  .tandc-content img {
    width: 60px;
  }
  .tandc-content h1 {
    font-size: 28px;
  }
  .tandc-content h2 {
    font-size: 19px;
  }
  .about-content p {
    font-size: 10px;
  }
  .about-content {
    padding: 20px 0px 130px;
  }
  .item-card {
    height: 70px;
  }
  .livematka-section {
    padding-bottom: 130px;
  }
  .threeline {
    height: 13px !important;
    bottom: 90px;
  }
  .threeline.down {
    bottom: -15px;
  }
  .notice-section .threeline {
    bottom: 60px;
  }
  .game-section {
    padding-bottom: 30px;
  }
  .game-content li {
    margin-bottom: 5px;
  }
  .game-content li h2 {
    font-size: 13px;
    padding: 10px 0;
  }
  .game-content li p {
    font-size: 15px;
  }
  .game-content li p span {
    font-size: 11px;
  }
  .game-content li i {
    font-size: 20px;
  }
  .sec-main-title {
    font-size: 20px;
  }
  .notice-section {
    padding: 15px 0 80px;
  }
  .notice-content li {
    font-size: 16px;
  }
  .sec-title h2 {
    font-size: 18px;
  }
  .notice-content {
    margin-top: 15px;
  }

  .donwload-btn {
    font-size: 13px;
  }
  .donwload-btn {
    padding: 11px 30px;
  }
  .donwload-btn img {
    width: 20px;
    height: 20px;
  }
  .download-content {
    padding: 60px 20px 50px;
    margin-top: 30px;
  }
  .btn-paddding {
    padding: 7px 25px;
  }
  .banner-sec {
    padding: 80px 0 30px;
  }
  .banner-content h1 {
    font-size: 20px;
    margin-bottom: 8px !important;
  }
  .banner-content p {
    font-size: 14px !important;
  }
  .btn-fs-20 {
    font-size: 16px;
  }
  .live-content li h4 {
    font-size: 18px;
  }
  .live-content li p {
    font-size: 18px;
    padding: 1px 40px !important;
    margin-bottom: 8px;
  }
  .live-span {
    font-size: 14px;
  }
  .howto-content p {
    font-size: 9px;
  }
  .howto-content img {
    border-radius: 10px;
    border: 3px solid white;
    height: 60%;
  }
  .howto-content {
    padding: 20px 0 55px;
  }
  .howto-section .threeline {
    bottom: 50px;
  }
  .footer-description {
    font-size: 14px;
  }
  .footer-title {
    font-size: 18px !important;
  }
  .footer-list li {
    font-size: 13px;
  }
  .contact-icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 20px;
  }
  .faq-description {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .contact-icon {
    height: 35px;
    width: 35px;
    min-width: 35px;
    font-size: 20px;
  }
  .footer-title {
    font-size: 16px !important;
  }
  .footer-list li {
    font-size: 12px;
  }
  .footer-description {
    font-size: 12px;
  }
  .howto-section .threeline {
    bottom: 41px;
  }
  .about-content p {
    font-size: 10px;
  }
  .about-content {
    padding: 15px 0px 130px;
  }
  .about-section .threeline {
    bottom: 97px;
  }
  .banner-content h1 {
    font-size: 18px;
  }
  .howto-content p {
    font-size: 8px;
  }
  .live-content li h4 {
    font-size: 13px;
  }
  .howto-content {
    padding: 20px 0 65px;
  }
  .live-content li p {
    font-size: 14px;
    padding: 1px 30px !important;
  }
  .live-span {
    font-size: 11px;
  }
  .threeline {
    height: 10px !important;
    bottom: 95px;
  }

  .threeline.down {
    bottom: -10px;
  }
  .notice-section .threeline {
    bottom: 55px;
  }
  .game-content li h2 {
    font-size: 11px;
    padding: 8px 0;
  }
  .game-content li p {
    font-size: 11px;
  }
  .game-content li p span {
    font-size: 10px;
  }
  .game-content li i {
    font-size: 18px;
  }
  .sec-main-title {
    font-size: 20px;
  }
  .notice-content li {
    font-size: 16px;
  }
  .donwload-btn {
    font-size: 10px;
  }
  .donwload-btn {
    padding: 10px 25px;
  }
  .donwload-btn img {
    width: 17px;
    height: 17px;
  }
  .download-content {
    padding: 50px 15px 40px;
  }
  .download-content p {
    font-size: 14px;
  }
  .btn-paddding {
    padding: 7px 15px;
  }
  .btn-fs-20 {
    font-size: 14px;
  }
  .hamburger {
    transform: scale(0.8);
  }
  .sec-main-title:before {
    bottom: 0px;
  }
  .game-section {
    padding-bottom: 10px;
  }
  #topmobileslider .owl-stage {
    padding: 20px 0 0;
  }
  .item-card {
    height: 60px;
  }
}
@media (max-width: 320px) {
  .howto-content p {
    font-size: 7px;
  }
  .sec-main-title {
    font-size: 17px;
  }
  .notice-content li {
    font-size: 14px;
  }
  .game-content li h2 {
    font-size: 9px;
  }
  .game-content li p {
    font-size: 9px;
  }
  .game-content li p span {
    font-size: 9px;
  }
  .game-content li i {
    font-size: 10px;
  }
  .item-card {
    height: 50px;
  }
}

/* dhruv */
.me-20px {
  margin-right: 20px;
}
.purple-heading {
  color: #6f38bb;
  font-size: 65px;
  font-family: inherit;
  font-style: italic;
  font-weight: 800;
}

.faq-content .accordion-item:first-of-type .accordion-button {
  border-radius: 0%;
  box-shadow: none;
}

.faq-content .accordion-item {
  border: 3px solid #000 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #6f38bb;
}
.faq-content .accordion-button {
  background-image: url(../images/faq-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  /* border: 3px solid #000; */
}

.faq-content .accordion-button:focus {
  border: transparent;
}
.faq-content .accordion-button:not(.collapsed) {
  color: white;
  /* border-bottom: 3px solid #000; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.faq-content .accordion-button::after {
  content: "\ea12";
  background-image: none;
  width: 50px;
  height: 50px;
  font-size: 50px;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  text-align: center;
  top: 20%;
  position: absolute;
  right: 14px;
}

.faq-content .accordion-button:not(.collapsed)::after {
  top: 20%;
  content: "\f1af";
}
.faq-nub {
  text-shadow: 2px 4px 4px #00000080;
  margin-right: 30px;
}
.faq-text {
  text-shadow: 2px 4px 4px #00000080;
}
.faq-content .accordion-button {
  padding: 25px 60px !important;
}

@media (max-width: 1200px) {
  .faq-content .accordion-button::after {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .faq-content .accordion-button h2 {
    font-size: 22px;
  }
  .faq-content .accordion-button::after {
    font-size: 35px;
    width: 35px;
    height: 35px;
  }
  .faq-content .accordion-button {
    padding: 25px 40px !important;
  }
  .faq-content .accordion-button:not(.collapsed)::after {
    top: 35%;
  }
}
@media (max-width: 991px) {
  .faq-content .accordion-button h2 {
    font-size: 20px;
  }
  .faq-content .accordion-button::after {
    font-size: 30px;
    width: 25px;
    height: 25px;
  }
  .faq-content .accordion-button {
    padding: 20px 25px !important;
  }
}

@media (max-width: 767px) {
  .faq-nub {
    margin-right: 20px;
  }
  .faq-content .accordion-button h2 {
    font-size: 14px;
  }
  .faq-content .accordion-button h2 {
    font-size: 14px;
  }
  .faq-content .accordion-button::after {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
  .faq-content .accordion-button {
    padding: 15px 20px !important;
  }
  .faq-content .accordion-button::after {
    right: 5px;
  }
}

@media (max-width: 568px) {
  .faq-content .accordion-button {
    padding: 10px 23px 10px 10px !important;
  }
}
@media (max-width: 375px) {
  .faq-nub {
    margin-right: 15px;
  }
}
