@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Font-Family Tag  */

@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap");

:root {
  --primary-color: #100031;
  --secondary-color: #ffffff;
  --tertiary-color: #0b0b12de;
  --quaternary-color: #bfbdbd;
  --quinary-color: #394256;
  --senary-color: #100031;
  --tw-gradient-stops: #ddd6fe, #bbf7d0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  color: var(--tertiary-color);
  background-color: #100031;
  /* font-family: "Red Hat Text", sans-serif !important; */
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0.8px;
}

.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none !important;
}

.no-border {
  border: 0 !important;
}

.pd-left-zero {
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.btn-center {
  text-align: center;
  margin-bottom: 2em;
}

.no-margin-auto {
  margin: unset !important;
}

.border-right-zero {
  border-right: 0 !important;
}

.xs-padding {
  padding: 2em 0;
}

.sm-padding {
  padding: 2em 0;
}

.xs-padding-top {
  padding-top: 2em;
}

.mrg-btm-sec {
  margin-bottom: 2em;
}

.margin-btm-sm {
  margin-bottom: 1.5em;
}

.margin-btm-md {
  margin-bottom: 3em;
}

.margin-btm-xl {
  margin-top: 4em;
}

.margin-top-sm {
  margin-top: 2em;
}

.white-text {
  color: var(--secondary-color) !important;
}

.bg-white {
  background-color: var(--secondary-color);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/mobile-toogle.svg") !important;
}

.navbar-light .navbar-toggler {
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.navbar-light .navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.logo {
  /* margin-right: 1em; */
  max-width: 8em;
}

.height-auto {
  height: auto !important;
}

.section-title {
  margin-bottom: 4em;
}

.section-title h2 {
  font-size: 2em;
  font-weight: 600;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}

.section-title h2 span {
  color: var(--primary-color);
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title h4 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p + p + p {
  margin-bottom: 0;
}

.section-title span {
  color: var(--primary-color);
}

.section-title h5 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 1em;
}

.header-nav-center {
  padding: 0.5em 0;
  background-color: var(--primary-color);
  border-bottom: 1px solid rgba(255, 200, 39, 0.1);
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  position: relative;
}

.header-nav-center .navbar .nav-item .nav-link {
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--secondary-color);
  opacity: 0.8;
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
}

.header-nav-center .navbar .navbar-nav {
  gap: 0.5em;
  align-items: center;
}

.header-nav-center .navbar .nav-item .nav-link:hover {
  color: var(--secondary-color);
  opacity: 1;
}

.default-btn {
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  /* background-color: #cda677; */
  /* background: linear-gradient(180deg, #724425 0%, #cca677 100%); */
  /* box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%); */
  border: 2px solid #883d20;
  background: linear-gradient(
    270deg,
    #dbaa41 0.01%,
    #f5d145 29.23%,
    #fff7cf 57.63%,
    #fdec92 99.98%
  );
  border-radius: 50px;
  color: #773615;
  font-size: 1em;
  line-height: 25px;
  padding: 0.8em 2em;
  font-weight: 700;
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.default-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  background: linear-gradient(to bottom, #ffd679 30%, #f7ac03 70%);
  filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
  box-shadow: 0px 0px 2px 1px rgba(247, 172, 4, 0.8);
  color: var(--tertiary-color);
}

.default-btn:hover svg {
  fill: var(--tertiary-color);
}

.default-btn:active {
  box-shadow: inset 0px 3px 7px #3c4fe0;
  transform: translateY(2px);
}

.default-outline-btn.banner-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
}

.default-outline-btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  /* background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% ); */
  border: 1px solid var(--primary-color);
  /* box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%); */
  border-radius: 10px;
  color: var(--primary-color) !important;
  font-size: 1em;
  line-height: 25px;
  padding: 0.8em 2em;
  font-weight: 500;
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.default-outline-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  color: var(--secondary-color) !important;
}

.default-outline-btn:active {
  box-shadow: inset 0px 3px 7px #cda677;
  transform: translateY(2px);
}

.open-header-outline-btn {
  display: inline-block;
  opacity: 1 !important;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  /* background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% ); */
  border: 1px solid var(--primary-color);
  /* box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%); */
  border-radius: 10px;
  color: var(--primary-color) !important;
  padding: 0.8em 2em !important;
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.open-header-outline-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  color: var(--secondary-color) !important;
}

.open-header-outline-btn:active {
  box-shadow: inset 0px 3px 7px #3c4fe0;
  transform: translateY(2px);
}

.white-btn {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  display: inline-block;
  padding: 0.8em 2em;
  border-radius: 8px !important;
  letter-spacing: 0.5px;
  border-width: 1px;
  color: var(--primary-color);
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.white-btn:active,
.white-btn:focus,
.white-btn:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  color: var(--primary-color);
  text-decoration: none !important;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.open-header-btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  /* box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%); */
  border-radius: 10px;
  color: var(--secondary-color) !important;
  /* font-size: 1.1em; */
  /* line-height: 25px; */
  padding: 0.8em 2em !important;
  opacity: 1 !important;
  /* font-weight: 500; */
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.open-header-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
}

.open-header-btn:active {
  box-shadow: inset 0px 3px 7px var(--primary-color);
  transform: translateY(2px);
}

.header-dropdown .dropdown-menu {
  border: 0;
  padding: 0 !important;
}

.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1em !important;
}

.header-dropdown .dropdown-menu:last-child .dropdown-item:hover {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.37rem;
}

.navbar-brand h4 {
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

.home-banner-sec {
  /* background: linear-gradient(0deg, #0f0231 0.58%, #52055d 50.62%, #52055d); */
  /* background: linear-gradient(0deg, #000, #2d82e9); */
  background-color: var(--primary-color);
  height: calc(100vh - 0px);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  display: block;
}

.banner-caption {
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
  position: relative;
  /* padding: 0 2em; */
}

.banner-content h1 {
  color: var(--secondary-color);
  text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);
  font-size: 3em;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.3em;
}

.banner-content h4 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0.8em;
  background: linear-gradient(90deg, #ffe800 0%, #c274ff 66.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
}

.banner-content h3 {
  color: #ffffff75;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 0;
}

.main-image-frame img {
  width: 100%;
  height: 35em;
  object-fit: contain;
}

.sub-hero-title {
  font-size: 0.98em;
  font-weight: 600;
  color: var(--primary-color);
}

.customer-logo-sec {
  background-color: #5566f608;
}

.mobile-nav-header {
  display: none;
}

/* Footer CSS */

.footer-sec {
  /* background-color: #2e0327; */
  padding: 4em 0;
  padding-bottom: 0;
}

.copyrights-sec {
  border-bottom: 1px solid rgba(255, 200, 39, 0.1);
  /* background: #2e0327; */
  box-shadow: -3.828px -3.828px 6px 0px rgba(255, 200, 39, 0.4),
    3px 5px 8px 0px rgba(255, 82, 1, 0.2);
}

.copyright-card {
  text-align: center;
  padding: 1.5em 0;
}

.copyright-card p {
  color: var(--secondary-color);
  margin-bottom: 0;
}

.footer-link-card h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-social-link-sec h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-social-link-sec .contact-us-address-list li {
  padding-bottom: 1em;
}

.footer-social-link-sec .contact-us-address-list li:last-child {
  padding-bottom: 0;
}

.footer-social-link-sec .contact-us-address-list li a {
  color: var(--quaternary-color) !important;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
}

.footer-social-link-sec .contact-us-address-list li a svg path {
  fill: var(--quaternary-color) !important;
}

.footer-about-sec h4 {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
}

.footer-about-sec p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.footer-link-list li a {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
}

.footer-link-list li {
  padding-bottom: 1em;
}

.footer-link-list li:last-child {
  padding-bottom: 0;
}

.footer-secured-payment-card .footer-social-link-list li a {
  background-color: #f6f0e7;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-social-link-list li a svg {
  fill: var(--primary-color);
}

.footer-social-link-list {
  display: flex;
  align-items: center;
  gap: 1em;
}

.footer-secured-payment-icon {
  aspect-ratio: auto 60 / 32;
  height: 30px;
  object-fit: contain;
}

.footer-app-link-list {
  display: flex;
  gap: 1em;
  margin-bottom: 0;
}

.footer-secured-payment-list li {
  display: inline-block;
  margin-right: 9px;
}

.footer-secured-payment-card h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-sub-sec {
  /* background-color: #2e0327; */
  padding: 3em 0;
}

.footer-secured-payment-card {
  margin-bottom: 1.5em;
  text-align: center;
}

.footer-secured-payment-card:last-child {
  margin-bottom: 0;
}

.footer-notice-box {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
  margin-top: 3em;
}

.footer-notice-card h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
  text-align: center;
}

.footer-notice-card p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.5em;
}

.footer-notice-card {
  border: 1px solid #51065d;
  border-radius: 10px;
  padding: 1.5em;
}

.footer-logo {
  max-width: 12em;
  margin-bottom: 1em;
}

/* About Us CSS */

.about-us-info h2 {
  font-size: 2em;
  font-weight: 600;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}

.about-us-info p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  margin-bottom: 0.5em;
  line-height: 1.8;
  opacity: 0.8;
}

.about-us-info p + p {
  margin-bottom: 1.5em;
}

.about-us-info {
  padding-left: 2em;
}

.about-us-btn-sec .default-btn {
  width: max-content;
}

.banner-img-sec {
  text-align: right;
}

.banner-img {
  width: 100%;
  margin-left: auto;
}

.download-app-form-sec .form-control {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(79, 0, 141, 0.2);
  min-width: 20em;
  height: 45px;
  color: var(--secondary-color);
}

.download-app-form-sec .form-control:focus {
  box-shadow: none !important;
}

.download-app-form-sec .form-control::placeholder {
  color: var(--secondary-color);
  font-size: 0.9em;
}

.download-app-form-sec {
  display: flex;
  align-items: center;
  gap: 1em;
  /* grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em; */
  align-items: center;
  margin-top: 1em;
}

.app-rating-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50px;
  padding: 1em 1.5em;
  /* margin-top: 2em; */
}

.app-rating-card {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--secondary-color);
}

.app-rating-card h4 {
  font-weight: 600;
  color: var(--secondary-color) !important;
  -webkit-text-fill-color: unset;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.9em;
  margin-bottom: 0em;
}

.app-rating-card p {
  color: var(--secondary-color);
  opacity: 0.6;
  margin-bottom: 0;
  font-size: 0.85em;
  font-weight: 400;
}

.download-app-scan-qr-code {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50px;
  padding: 1em 1.5em;
  margin-top: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.download-app-scan-qr-code p {
  color: var(--secondary-color);
  opacity: 0.6;
  margin-bottom: 0;
  font-size: 0.85em;
  font-weight: 400;
}

.logo-trust-box {
  display: flex;
  align-items: center;
  gap: 2em;
  justify-content: space-between;
}

/* how to play css */

.how-to-play-steps-list-box {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 2em;
}

.how-to-play-steps-list-card {
  grid-template-columns: 100px auto;
  display: grid;
  gap: 1em;
}

.how-to-play-steps-list-icon {
  width: 100%;
}

.how-to-play-steps-list-info h4 {
  font-size: 1.2em;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 0.3em;
}

.how-to-play-steps-list-info p {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--quaternary-color);
  line-height: 1.8;
}

/* Faq CSS */

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  color: var(--tertiary-color);
}

.faq-accordion .accordion-item {
  border: none;
  /* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%); */
  background-color: transparent;
}

.faq-accordion .accordion-item .accordion-button {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 !important;
  font-size: 0.5em;
  background-color: transparent;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 1.3em;
}

.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-body {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--quaternary-color);
  /* background-color: #f5f5fc; */
  border-radius: 10px;
  line-height: 1.8;
  margin: 0;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq/minus.svg);
  transform: unset;
}

.faq-accordion .accordion-button::after {
  background-image: url(../img/faq/plus.svg);
}

.logo-trust-sec {
  padding-bottom: 4em;
}

.safe-secure-app-info h4 {
  font-size: 1.2em;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 0.5em;
}

.safe-secure-app-info p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  margin-bottom: 0em;
  line-height: 1.8;
  opacity: 0.8;
}

.safe-secure-app-icon-sec {
  margin-bottom: 1em;
}

.safe-secure-app-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  padding: 2em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.safe-secure-app-card:before {
  content: "";
  background-color: var(--primary-color);
  height: 70%;
  width: 15px;
  position: absolute;
  left: 0;
  bottom: 5px;
  clip-path: polygon(0% 0%, 100% 15%, 100% 85%, 0% 100%);
}

.cta-sec {
  padding: 3em 0;
}

.cta-box {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 2em;
  text-align: center;
}

.cta-box h2 {
  font-size: 2.6em;
  font-weight: 600;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.cta-box p {
  font-size: 1em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1.5em;
}

.cta-img-small {
  max-width: 10em;
  margin: auto;
  margin-bottom: 2em;
}

.why-play-rummy-icon {
  max-width: 4em;
}

/* Static Page CSS */

.static-page-box{
  margin-bottom: 2em;
}

.static-page-box p strong {
  color: var(--secondary-color) !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
}

.static-page-box p {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
}

.static-page-box ul li {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 1em;
}

.static-page-box ul li:last-child{
  padding-bottom: 0;
}

.address-info{
  color: var(--quaternary-color) !important;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
}

.address-info svg{
  fill: var(--quaternary-color) !important;
}