/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #d0211c;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #202026;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Poppins', sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --pclr: #19C2F2; /* primary color */
  --dpclr: #ff3539; /* dark primary color */
  --fcsdPClr: #ed424629; /* dark primary color */
  --dShdwPclr: #b30303; /* dark primary color */
  --sclr: #77CFCA; /* secondary color */
  --cardBg: #ffffffb5; /* card bg color; alternatives #fffed */
  --cardShdw: #91b8fb; /* card shadow color */
  --blackClr: #3a3a3a; /* black color */
  --green: #53ac21; /* green color */
  --red: #da3c1e; /* red color */

  /* Font Settings */
  --hsz: 30px; /* heading size */
  --ssz: 26px; /* sub-heading size */
  --fsz: 16px; /* font size */

  /* Components Settings */
  --starClr: #fff;
  --squareClr: #7a097a;
  --diceSize: 35px;
  --ndiceSize: -35px;
  --dotSize: 4px;
  --trDice: calc(var(--diceSize) / 2);
  --ntrDice: calc(var(--ndiceSize) / 2);
  --diceClr: #ecebeb;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


footer,
header,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #a19fb1;
  text-align: left;
  background-color: #161619;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1,
h2,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.d-none {
  display: none !important;
}

.heading-style {
  color: var(--white);
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.lang {
  color: var(--gray-dark);
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: var(--info);            /* High contrast link color */
  background-color: transparent;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #004085;
}

a:focus {
  color: #004085;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h4,
h5,
.h1,
.h2,
.h4,
.h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h4,
.h4 {
  font-size: 1.35rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.col-lg-4,
.col-md-10,
.col-md-6,
.col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.header-title {
  color: #fff;
  font-weight: 900;
}

@media (min-width: 768px) {

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}


select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}


.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}

.btn-danger:focus {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}


.btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c51f1a;
  border-color: #b91d19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.fade {
  transition: opacity 0.15s linear;
}

.hero-img {
    border-radius: 20px;
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.input-group-append {
  display: flex;
}


.input-group-append .btn {
  position: relative;
  z-index: 2;
}


.input-group-append .btn:focus {
  z-index: 3;
}


.input-group-append .btn + .btn {
  margin-left: -1px;
}

.input-group-append {
  margin-left: -1px;
}


.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.media {
  display: flex;
  align-items: flex-start;
}

.close {float: right; font-size: 1.35rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.5;}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.text-white {
  color: #fff !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  
  img {
    page-break-inside: avoid;
  }

  p,
  h2 {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .table {
    border-collapse: collapse !important;
  }
}


.no-bs {
    box-shadow: none !important;
}

/* Overrides */
*:focus {
    outline: none !important;
}


.opacity-0 { opacity: 0; width: 0; height: 0; }
.fs-30 {
    font-size: 30px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.w-100 { width: 100% !important; }
.w-90 { width: 80% !important; }
.brk-wrd {
    word-wrap: break-word;
}
/*** End Overrides ***/


h1, h2 {
    font-family:  'Poppins', sans-serif;
    color: var(--white);
}
  
@keyframes borderGrdAnim {
    0%
    {
        background-position :   0% 59%;
    }
    50%
    {
        background-position :   100% 42%;
    }
    100%
    {
        background-position :   0% 59%
    }
}

/* Ad Code */
 .ads {
    margin: 15px auto;
    max-width: 380px;
    /* max-height: 380px; */
    display: flex;
    justify-content: center;
}

/* Stickey Ad Code */
.sticky-ad {
    /* max-width: 320px; */
    max-height: 50px;
    /* overflow: hidden; */
    /* background: #fff; */
    position: fixed;
    bottom: 0;
    width: 320px;
    height: 50px;
    z-index: 999;
    left: calc(50% - 160px);
}

.custom-ad {
    max-width: 300px !important;
    max-height: 250px !important;
    margin: auto;
    overflow: hidden;
    background: #fff;
}
.custom-ad a {
    width: 100% !important;
    margin: unset;
}
.custom-ad img {
    width: 100% !important;
    height: auto;
    margin: unset !important;
}
.question .ads, .answer .ads {
    margin-top: 55px;
}
.share div.ads:nth-child(4) {
    margin-top: 55px;
}
.share div.ads:nth-child(6) {
    margin-bottom: 35px;
}
/*** End Ad Code ***/
.share-bg {
    width: 120%;
    height: 100%;
    position: absolute;
    background: url('../images/ribbon-bg.png');
    background-size: cover;
    margin: 0 -40px;
}
.bg-lzprimary {
    color: #fff;
    background-color: var(--pclr);
}

.completed .profiles {
    justify-content: space-between;
    padding: 0 40px 0 10px;
}

.completed .profiles img {
    width: 100px;
    display: block;
    position: relative;
}

.content {
    /* background: linear-gradient(180deg, var(--pclr), var(--sclr)); */
    /* background: url('../images/wall.png'); */
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    min-height: calc(100vh);
    position: relative;
    text-align: left;
}
@media (max-width: 768px) {
    /* For mobile phones: */
    body {
        /* background: var(--sclr); */
    }
}


.input-group-append {
    width: 100%;
}

#confirm .modal-content {
    overflow: hidden;
    border-radius: 5px;
}
#confirm .modal-dialog {
    border-radius: 2px !important;
}
#confirm .modal-header {
    background: var(--pclr);
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
#confirm .modal-body {
    font-size: 20px;
}
#confirm .modal-footer {
    border: none;
    padding: 0;
}
#confirm .close {
    color: #fff;
    font-size: 45px;
    font-weight: 100;
    opacity: 1;
}
#confirm .primary-btn {
    width: 33%;
}
.copy-link .input {
    display: block;
    padding: 5px;
    color: #777;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid var(--pclr);
    box-shadow: none;
    max-height: 36px;
}
.copy-btn {
    background-color: var(--pclr);
    border-radius: 5px !important;
    margin-left: -37px;
}
.copy-btn:hover {
    background-color: var(--pclr);
    color: #fff !important;
}
.emoji {
    width: 18px !important;
    margin: 0 5px;
    position: absolute;
    height: auto !important;
    left: -30px;
    top: 10px;
}

.footer{
    left: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    background: var(--gray-dark);
    padding: 12px 20px;
    text-align: center;
    color: #fff;
  }
  .footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer ul li{
    display: inline-block;
    margin-right: 5px;
  }
  .footer ul li a{
    color: #ffffff;
  }


.footer a.fb {
    color: #385898;
}

.footer a.twitter {
    color: rgb(29, 161, 242);
}

.footer a.insta {
    color: #f35356;
}
.footer .copyright {
    text-align: center;
    border-top: 1px solid #fff;
    font-weight: 400;
    font-size: 12px;
    color: #a19fb1;
    letter-spacing: 0.88px;
    padding: 8px !important;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;
}

.gradient-link, .nav-popup li:hover {
    background: var(--pclr) !important;
    /* background-image: linear-gradient(45deg, var(--pclr), var(--sclr)) !important; */
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.gradient-link a {
    color: #fff !important;
}
.nav-popup li a:hover, .nav-popup li:hover { 
    color: #fff !important;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    width: 100%;
}
.header .white {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    background: var(--gray-dark);
    padding: 0 15px;
    align-items: center;
    border-radius: 5px;
}

.sidebar {
    width: 0;
    position: absolute;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: width 0.5s ease;
    z-index: 3;
}
.sidebar.active {
    width: 80%;
}
.sidebar li a {
    color: #555555;
    display: block;
    width: 100%;
}
.sidebar li:nth-child(1) {
    border-top: none;
}
.sidebar li {
    padding: 0.5em;
    border-top: 1px solid #252525;
    color: #252525;
    list-style: none;
}
.sidebar li:hover {
    background: #97d7ef;
}
.content.blur {
    height: 100vh;
    overflow: hidden;
}
.content.blur div:not(.sidebar) {
    opacity: 0.7;
}
ul.main-nav {
    padding: 0em;
}
.sidebar ul.main-nav li {
    padding: 1em;
    padding-left: 2em;
}
.home .profile {
    height: 140px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}
.home.pg-cont {
    /* background: url('../images/shapes-bg.png'); */
    background-size: contain;
}

.input {
    border: 1px solid var(--blackClr);
    border-radius: 5px;
    color: var(--blackClr);
    width: 80%;
    font-size: 16px;
    margin: auto;
    box-shadow: 0px 0px 10px 0px var(--blackClr);
}
button.input {
    text-decoration: none;
    color: var(--blackClr);
    text-align: left;
}

.input:focus {
    border-color: var(--pclr);
}

.lang img {
    width: 100%;
}

.lzcard {
    background: var(--gray-dark);
    padding: 1em;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
}
.lz-list {
    position: relative;
    padding: 0;
}

.lz-list li {
    list-style: none;
    padding: 0.3em 0;
    font-size: 18px;
    font-weight: 200;
    position: relative;
}

.lz-list li::before {
    /* content: " "; */
    position: absolute;
    display: inline-block;
    width: 15px;
    left: 0;
    margin: 5px 10px;
    border-radius: 5px;
    height: 15px;
    background: linear-gradient(90deg, var(--pclr), var(--sclr));
    transform: rotate(45deg);
}

.view-answer .que-count {
    font-size: 20px;
}
.view-answer .que-text {
    font-size: 18px;
}
.view-answer .options .option {
    font-size: 18px;
}

.options {
    padding: 10px;
}
.options .option.active {
    background: var(--pclr) !important;
    color: #fff;
}
.options .option.correct {
    background: var(--green);
    color: #fff;
}
.options .option.incorrect {
    background: var(--red);
    color: #fff;
}

.options.img .option {
    display: inline-block;
    border: none;
    padding: 0;
    text-align: center;
    width: calc(50% - 8px);
    position: relative;
    white-space: normal;
    /* flex: 1 0 calc(50% - 8px); */
}
.options.img .option img {
    /* border: 2px solid var(--pclr); */
    border-radius: 5px;
    /* max-width: 50%; */
}
.options.img .tick.option img, .options.img .cross.option img {
    border: 5px solid var(--pclr);
}
.options.img .tick.option img {
    border-color: var(--green);
}
.options.img .cross.option img {
    border-color: var(--red);
}
.options.img .option:nth-of-type(2n) {
    margin-left: 15px;
}
.option.tick::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00C";
    display: flex;
    position: absolute;
    border-radius: 50%;
    background: var(--pclr);
    right: 0;
    top: -6px;
    color: #fff;
    font-weight: 700;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
}
.option.cross::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00D";
    display: flex;
    position: absolute;
    border-radius: 50%;
    background: var(--red);
    right: 0;
    top: -6px;
    color: #fff !important;
    font-weight: 700;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
}
.option.tick::before {
    background: var(--green);
}

.lz-progress-bar {
    display: flex;
    justify-content: space-between;
}
.lz-progress-bar > span {
    display: block;
    width: calc(100% / 17);
    height: 10px;
    border: 2px solid var(--pclr);
    border-radius: 5px;
}
.lz-progress-bar > span.active {
    background: var(--pclr);
}
.lit_head {
    text-align: center;
    color: #616161;
    font-weight: 500;
    font-size: 16px;
}
.nav-popup li a {
    color: #5c5c5c;
    display: block;
    width: 101%;
    height: 101%;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
  
.nav-popup ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em;
    justify-content: center;
}
.nav-popup li {
    height: 38px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 0.2em;
    list-style: none;
    width: 100%;
    /* min-width: 100px; */
}
.nav-popup li:first-child {
    border-top-left-radius:  10px;
    border-top-right-radius:  10px;
}
.nav-popup li:last-child {
    border-bottom-left-radius:  10px;
    border-bottom-right-radius:  10px;
}
#nav-popup .modal-header {
    border-bottom: none !important;
}
.modal-header {
    justify-content: center;
}
.modal-content {
    border-radius: 15px !important;
}
.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: unset;
}
.modal-body img {
    width: 100%;
}

.nav-toggle span:nth-child(1) {
    margin-top: 0;
}
.nav-toggle span:nth-child(1),
.nav-toggle span:nth-child(2) {
    transition: transform 0.5s;
}
.nav-toggle.active span:nth-child(1) {
    transform: translateY(13px) rotate(40deg) scale(1.1);
}

.nav-toggle.active span:nth-child(2) {
    transform: translateY(0) rotate(-40deg) scale(1.1);
}

.nav-toggle.active span:nth-child(3) {
    opacity: 0;
}

.nav-toggle span {
    display: block;
    height: 2px;
    width: 30px;
    margin-top: 7px;
    background: var(--white);
}
.nav-toggle.active span {
    /* background: var(--pclr); */
}

.pg-cont {
    z-index: 2;
    margin-top: 10px;
    position: relative;
    transition: margin-top 0.5s;
    padding-left: 0;
    padding-right: 0;
}
.pg-cont img {
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.pg-cont.answer img {
    height: auto;
}
#preloader {
    overflow: hidden;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.primary-btn {
    display: block;
    width: 200px;
    margin: 16px auto;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    background: var(--pclr);
    color: #fff;
    /* box-shadow: 0 5px 2px var(--dShdwPclr); */
    text-transform: uppercase;
}
.primary-btn:hover {
    color: #fff;
}
.game-info {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.control-wrapper {
    margin: 0 auto;
    display: table;
}

.score-container, .best-container {
    background: #bbada0;
    padding: 10px 15px;
    border-radius: 6px;
    text-align: center;
    min-width: 80px;
}

.score-label, .best-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #eee4da;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.score, .best {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f9f6f2;
}

.game-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
}

.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: #8f7a66;
    color: #f9f6f2;
}

.btn-primary:hover {
    background: #7f6a56;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background: #eee4da;
    color: #776e65;
}

.btn-secondary:hover {
    background: #ede0c8;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-disabled {
    background: #ccc !important;
    color: #999 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.btn-disabled:hover {
    background: #ccc !important;
    transform: none !important;
    box-shadow: none !important;
}

.game-container {
    background: #bbada0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    touch-action: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
}

.game-board {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 15px;
    background: #bbada0;
    border-radius: 6px;
    padding: 15px;
    position: relative;
}

.tile {
    width: 100%;
    height: 88px;
    background: #cdc1b4;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    color: #776e65;
    transition: all 0.15s ease;
    position: relative;
}

.tile-2 { background: #eee4da; color: #776e65; }
.tile-4 { background: #ede0c8; color: #776e65; }
.tile-8 { background: #f2b179; color: #f9f6f2; }
.tile-16 { background: #f59563; color: #f9f6f2; }
.tile-32 { background: #f67c5f; color: #f9f6f2; }
.tile-64 { background: #f65e3b; color: #f9f6f2; }
.tile-128 { background: #edcf72; color: #f9f6f2; font-size: 1.8rem; }
.tile-256 { background: #edcc61; color: #f9f6f2; font-size: 1.8rem; }
.tile-512 { background: #edc850; color: #f9f6f2; font-size: 1.8rem; }
.tile-1024 { background: #edc53f; color: #f9f6f2; font-size: 1.5rem; }
.tile-2048 { background: #edc22e; color: #f9f6f2; font-size: 1.5rem; }

.tile.new {
    animation: appear 0.2s ease;
}

.tile.merged {
    animation: pop 0.2s ease;
}

.tile.swap-selected {
    outline: 3px solid #8f7a66;
    box-shadow: 0 0 8px #8f7a6655;
    z-index: 2;
}

@keyframes appear {
    0% { opacity: 0; transform: scale(0); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.game-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.game-message.show {
    display: flex;
}

.message-content {
    background: #f9f6f2;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.message-content h2 {
    margin-bottom: 15px;
    color: #776e65;
}

.message-content p {
    margin-bottom: 20px;
    color: #776e65;
    line-height: 1.5;
}

/* Modal Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal.show {
    display: flex;
}

.modal-content {
    background: #f9f6f2;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee4da;
}

.modal-header h2 {
    color: #776e65;
    font-size: 1.5rem;
}

.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #776e65;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.close-btn:hover {
    background: #eee4da;
}

.modal-body {
    padding: 20px;
}

.leaderboard-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee4da;
}

.tab-btn {
    background: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: #776e65;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.tab-btn.active {
    color: #8f7a66;
    border-bottom-color: #8f7a66;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.leaderboard-list {
    max-height: 300px;
    overflow-y: auto;
}

.leaderboard-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee4da;
    transition: background-color 0.2s ease;
}

.leaderboard-entry:hover {
    background: #eee4da;
}

.leaderboard-entry:last-child {
    border-bottom: none;
}

.entry-rank {
    font-weight: 700;
    color: #8f7a66;
    min-width: 30px;
}

.entry-name {
    flex: 1;
    margin: 0 15px;
    font-weight: 500;
}

.entry-score {
    font-weight: 700;
    color: #776e65;
}

.entry-date {
    font-size: 0.8rem;
    color: #bbada0;
    margin-left: 10px;
}

/* Instructions Styles */
.instructions h3 {
    color: #776e65;
    margin: 20px 0 10px 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.instructions h3:first-child {
    margin-top: 0;
}

.instructions p {
    color: #776e65;
    line-height: 1.5;
    margin-bottom: 15px;
}

.instructions ul {
    color: #776e65;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-left: 20px;
}

.instructions li {
    margin-bottom: 5px;
}

.instructions strong {
    color: #8f7a66;
    font-weight: 600;
}

.game-wrapper {
    max-width: 500px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 600px) {
    .game-wrapper {
        padding: 10px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
  
    .score-container, .best-container {
        min-width: 60px;
        padding: 8px 12px;
    }
    
    .score, .best {
        font-size: 1.2rem;
    }
    
    .tile {
        height: 54px;
        font-size: 1.5rem;
    }
    
    .tile-128, .tile-256, .tile-512 {
        font-size: 1.3rem;
    }
    
    .tile-1024, .tile-2048 {
        font-size: 1.1rem;
    }
    
    
    .btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
} 

.share-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 4px;
}

.share-btn {
    background: #eee4da;
    color: #8f7a66;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
    outline: none;
}

.share-btn:hover {
    background: #8f7a66;
    color: #fff;
} 


