@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("./circle.css");
/**
    @Color declaration
*/
p .bg-1 {
  background-color: #E9F8F1;
}

.bg-2 {
  background-color: rgba(255, 159, 202, 0.17);
}

/**
    @font Weight declaration
*/
/**
    @font size declaration
*/
* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Ubuntu", sans-serif;
  background-color: #FEF9FF;
  /* Hide the scrollbar for all browsers */
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: transparent transparent;
  /* For Firefox */
  /* For Webkit based browsers */
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
  /* For Internet Explorer and Microsoft Edge */
  scrollbar-width: none;
  /* For Firefox */
  overflow: -moz-scrollbars-none;
  /* For Firefox */
}

/* For Webkit based browsers */
::-webkit-scrollbar {
  display: none;
}

/* For Internet Explorer and Microsoft Edge */
::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.height-full {
  height: 100vh;
}

input:focus {
  box-shadow: none !important;
}

.landing-text-wrap h1 {
  font-size: 74px;
  color: #736CED;
  font-weight: 700;
  margin-bottom: 30px;
}
.landing-text-wrap .auth-btn {
  background: #736CED;
  border: 1px solid #736CED;
  padding: 10px 40px;
  border-radius: 4px;
  color: #fff;
  width: 150px;
}
.landing-text-wrap .auth-btn.active {
  background: #fff;
  color: #736CED;
  transition: 0.3s;
}
.landing-text-wrap .auth-btn:hover {
  background: #fff;
  color: #736CED;
  transition: 0.3s;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 90%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #736CED !important;
}

@media screen and (width: 1024px) {
  .landing-text-wrap h1 {
    font-size: 64px;
  }
  .landing-text-wrap .auth-btn {
    width: 130px;
  }
}
.auth-wrap {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.auth-wrap h1 {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #5A5781;
}
.auth-wrap p {
  color: #5A5781;
  font-size: 26px;
}
.auth-wrap input {
  background: #E3E2FB;
  border: 0;
  padding: 15px 50px;
  margin: 0 auto;
}
.auth-wrap input::-moz-placeholder {
  color: #9595A0;
}
.auth-wrap input::placeholder {
  color: #9595A0;
}
.auth-wrap input:focus {
  background: #E3E2FB;
}
.auth-wrap .auth-input {
  position: relative;
}
.auth-wrap .auth-input i {
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 25px;
  color: #9595A0;
}
.auth-wrap .submit-btn {
  background-color: #736CED;
  padding: 15px;
  border: 0;
  color: #fff;
}
.auth-wrap .auth-text {
  color: #9595A0;
  font-size: 18px;
}
.auth-wrap .auth-text a {
  color: #736CED;
}
.auth-wrap .signup-with-social-media button {
  background: none;
  border: 0;
}

@media screen and (width: 1024px) {
  .auth-wrap h1 {
    font-size: 52px;
  }
}
.solar-animition-wrap {
  position: absolute;
  left: -50%;
}

.orbit {
  border: 3px solid #E9F8F1;
}

.orbit-2 {
  border: 5px solid #E9F8F1;
}

#sun,
.orbit,
.orbit + div,
.orbit + div > div {
  position: absolute;
}

#sun,
.orbit,
.orbit + div {
  top: 50%;
  left: 50%;
}

.orbit + div > div {
  top: 0;
  left: 50%;
}

.orbit,
.orbit + div div,
#earth {
  border-radius: 50%;
}

#sun {
  height: 200px;
  width: 200px;
  background-color: #E9F8F1;
  margin-top: 0px;
  margin-left: -100px;
  border-radius: 50%;
  box-shadow: 0 0 84px #E9F8F1;
  position: relative;
}

.solar-auth::after {
  position: absolute;
  background: #FEF9FF;
  height: 100px;
  width: 100px;
  content: "";
  border-radius: 100px;
  margin-top: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#earth {
  position: absolute;
  top: 0;
  left: 50%;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  box-shadow: 0 0 34px #3a4385;
}

.earth-orbit,
.earth-spin {
  width: 500px;
  height: 500px;
  margin-left: -250px;
  margin-top: -250px;
}

#venus {
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  background-color: #21B573;
  box-shadow: 0 0 34px #3a4385;
}

.venus-orbit,
.venus-spin {
  margin-top: -185px;
  margin-left: -185px;
  width: 370px;
  height: 370px;
}

#mercury {
  margin-top: -13.5px;
  margin-top: -6.5px;
  margin-left: -13.5px;
  height: 25px;
  width: 25px;
  background-color: #21B573;
  box-shadow: 0 0 34px #3a4385;
}

.mercury-orbit,
.mercury-spin {
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
}

/* Spinning animations */
@keyframes spin-right {
  100% {
    transform: rotate(360deg);
  }
}
.venus-spin {
  animation: spin-right 22s linear infinite;
}

.mercury-spin {
  animation: spin-right 8.8s linear infinite;
}

.signup-2-solar {
  top: -70px;
  left: 150px;
}

.upload-your-photo {
  background-size: cover;
  height: 200px;
  width: 200px;
  background-position: top;
  border-radius: 100px;
  box-shadow: 0 0 99px rgba(255, 92, 244, 0.61);
}

.message-attachment-btn {
  background: #fff;
  z-index: 999;
  cursor: pointer !important;
  border: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#fileInput {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.mercury-spin.auth-step-2 {
  background: rgba(43, 149, 255, 0.1);
  z-index: -1;
  border-radius: 150px;
}

.orbit.orbit-2.auth-step-2.mercury-orbit {
  border-color: rgba(43, 149, 255, 0.1);
}

.orbit.auth-step-2.venus-orbit {
  border-color: rgba(43, 149, 255, 0.1);
}

.venus.auth-step-2 {
  background: #2296FF !important;
}

.mercury.auth-step-2 {
  background: #2296FF !important;
}

#earth {
  position: absolute;
  top: 0;
  left: 50%;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  box-shadow: 0 0 34px #3a4385;
}

.earth-orbit,
.earth-spin {
  width: 500px;
  height: 500px;
  margin-left: -250px;
  margin-top: -250px;
}

.earth-spin {
  animation: spin-right 36.5s linear infinite;
}

.orbit.earth-orbit.auth-step-2 {
  border-color: rgba(43, 149, 255, 0.1);
}

.header-wrap {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.header-search-bar {
  width: 450px;
  position: relative;
}
.header-search-bar i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9595A0;
}
.header-search-bar input {
  padding: 10px 35px;
  background-color: #E3E2FB;
  border: 0;
  width: 130%;
}
.header-search-bar input:focus {
  background-color: #E3E2FB;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .header-search-bar input {
    width: 100% !important;
  }
}
.user-header-dp {
  height: 66px;
  width: 66px;
  background-position: top;
  background-size: cover;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #736CED;
}

.header-profile-wrap img {
  cursor: pointer;
}

.header-state.active {
  height: 10px;
  width: 10px;
  background: #FAAF3A;
  display: inline-block;
  border-radius: 100px;
  position: absolute;
  right: -5px;
}

.hidden {
  display: none;
}

.notification-dropdown {
  background: #fff;
  height: 450px;
  width: 500px;
  margin-top: 20px;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  overflow: scroll;
  position: absolute;
  right: 120px;
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.06);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.notification-dropdown h4 {
  color: #5A5781;
}
.notification-dropdown p {
  margin-top: 3px;
  color: #9595A0;
}
.notification-dropdown .notification-dp {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background-size: cover;
}
.notification-dropdown .notification-item {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.notification-dropdown .notification-item:last-child {
  border-bottom: 0 !important;
}
.notification-dropdown .notification-item .notification-delete {
  opacity: 0;
}
.notification-dropdown .notification-item:hover .notification-delete {
  opacity: 1;
  transition: 0.3s;
}
.notification-dropdown .notification-item:hover .notification-delete button {
  background: #736CED;
  color: #fff;
  border: 0;
  height: 40px;
  width: 40px;
  border-radius: 100px;
}

.profile-dropdown {
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.06);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  background: #fff;
  position: absolute;
  width: 250px;
  height: 250px;
  overflow: scroll;
  margin-top: 20px;
  right: 10px;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
}
.profile-dropdown ul {
  margin: 0;
  padding-left: 10px;
}
.profile-dropdown ul li {
  list-style: none;
  padding-bottom: 15px;
}
.profile-dropdown ul li a {
  color: #9595A0;
  font-size: 19px;
  transition: 0.2s;
}
.profile-dropdown ul li a:hover {
  color: #736CED;
  transition: 0.2s;
}
.profile-dropdown ul li a svg {
  margin-right: 10px;
}

.sidebar-wrap {
  background: #fff;
  margin-top: 99px;
  width: 120px;
  height: calc(100vh - 100px);
  position: fixed;
  /* z-index: -1; */
  overflow: scroll;
  padding-top: 21px;
}

.sidebar-menu-item ul {
  padding-left: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.sidebar-menu-item ul .sb-item.sb-logout-btn a svg {
  color: #FF0000;
}
.sidebar-menu-item ul li {
  list-style: none;
  margin-bottom: 30px;
}
.sidebar-menu-item ul li a {
  color: #9595A0;
}
.sidebar-menu-item ul .sb-item.active {
  background-color: #E3E2FB;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 100px;
  text-align: center;
}
.sidebar-menu-item ul .sb-item.active a {
  color: #736CED;
}

.ads-wrap {
  background: #fff;
  margin-top: -20px;
  padding-top: 20px;
  height: calc(100vh - 100px);
  position: fixed;
  overflow: scroll;
}

.main-wrap {
  padding-top: 120px;
  width: calc(100% - 120px);
  margin-left: 120px;
}

.quiz-category-wrap {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 10px;
}
.quiz-category-wrap .quiz-single-category {
  border: 2px solid #fff;
  background-color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 15px;
  transition: 0.2s;
}
.quiz-category-wrap .quiz-single-category h4 {
  color: #4C4C4C;
  font-size: 22px;
  font-weight: 400;
  margin-top: -15px;
}
.quiz-category-wrap .quiz-single-category:hover {
  transition: 0.2s;
  border: 2px solid #21B573;
  cursor: pointer;
}

/* Styles for screens with a width between 600px and 1024px */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .quiz-category-wrap {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 10px;
  }
}
@media screen and (width: 1024px) {
  .quiz-category-wrap {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
  }
}
.bookmark-data-wrap {
  border-radius: 5px;
}

.bookmark-menu-item {
  background-color: #736CED;
  border: 1px solid #736CED;
  margin-right: 10px;
  width: 170px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
}
.bookmark-menu-item.active {
  background-color: #fff;
  color: #000;
  border: 1px solid #736CED;
}

.bookmark-data-single-item {
  text-align: center;
  padding: 150px 0;
}

/* Styles for screens with a width between 600px and 1024px */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .bookmark-data-single-item {
    text-align: center;
    padding: 50px 0;
  }
}
.invite-friends-solar {
  left: 300px;
  top: 300px;
}
.invite-friends-solar .invite-friends-solar-sun {
  background-color: rgba(255, 92, 244, 0.1) !important;
  box-shadow: none !important;
}
.invite-friends-solar .orbit {
  border-color: rgba(255, 92, 244, 0.1) !important;
}
.invite-friends-solar #venus {
  margin-top: -10px;
  margin-left: -10px;
  height: 25px;
  width: 25px;
  background-color: #FF5CF4;
  box-shadow: 0 0 34px #FF5CF4;
}
.invite-friends-solar #mercury {
  background-color: #0023C4;
  box-shadow: 0 0 34px #0023C4;
}

.refer-earn-wrap {
  padding-top: 150px;
  text-align: center;
}
.refer-earn-wrap h1 {
  color: #5A5781;
  font-weight: bold;
  font-size: 52px;
}
.refer-earn-wrap p {
  color: #5A5781;
  font-size: 18;
}
.refer-earn-wrap .copy-value-form {
  margin: 15px 0;
}
.refer-earn-wrap .copy-value-form input {
  width: 60%;
  display: inline;
  padding: 15px;
}
.refer-earn-wrap .copy-value-form input::-moz-placeholder {
  color: red !important;
}
.refer-earn-wrap .copy-value-form input::placeholder {
  color: red !important;
}
.refer-earn-wrap .copy-value-form button {
  margin-left: 10px;
  background: #736CED;
  color: #fff;
  border: 0;
  padding: 15px;
  border-radius: 5px;
  width: 150px;
}
.refer-earn-wrap .share-value {
  display: flex;
  justify-content: center;
}
.refer-earn-wrap .share-value button {
  background: none;
  border: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .refer-earn-wrap {
    padding-top: 100px;
  }
}
@media only screen and (width: 1024px) {
  .refer-earn-wrap h1 {
    font-size: 42px;
  }
  .refer-earn-wrap .copy-value-form input {
    width: 50%;
  }
  .invite-friends-solar {
    left: 270px;
    top: 270px;
  }
}
@media only screen and (width: 1920px) {
  .invite-friends-solar {
    left: 450px;
    top: 300px;
  }
}
.instrucation-wrap {
  height: calc(100vh - 120px);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: static;
  overflow: scroll;
}
.instrucation-wrap h3 {
  color: #5A5781;
}
.instrucation-wrap p {
  color: #5A5781;
}

.instrucation-solar {
  left: 350px;
  top: 400px;
}
.instrucation-solar .orbit {
  border-color: rgba(250, 130, 38, 0.1) !important;
}
.instrucation-solar #venus {
  background-color: #FA8226 !important;
  box-shadow: 0 0 34px #FA8226 !important;
}
.instrucation-solar #mercury {
  background-color: #FA8226 !important;
  box-shadow: 0 0 34px #FA8226 !important;
}

@media only screen and (width: 1024px) {
  .instrucation-solar {
    left: 260px;
    top: 250px;
  }
}
.leaderboard-filter-wrap {
  width: 100px;
  float: right;
  margin-bottom: 50px;
}
.leaderboard-filter-wrap .form-select:focus {
  box-shadow: none;
}

.leaderboard-main-wrap {
  margin-top: 50px;
}
.leaderboard-main-wrap .leaderboard-step-wrap {
  height: 280px;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.leaderboard-main-wrap .leaderboard-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.leaderboard-main-wrap .leaderboard-user .crown-image {
  height: 100px;
  width: 100px;
  background-size: cover;
  margin-top: -70px;
  margin-left: 46px;
  /* box-shadow: 0 0 99px #FDBF00; */
}
.leaderboard-main-wrap .leaderboard-user .leaderboard-one {
  width: 190px;
  height: 190px;
  background-size: cover;
  border-radius: 100px;
  position: absolute;
  margin-top: -130px;
  margin-left: 205px;
  box-shadow: 0 0 99px #FDBF00;
}
.leaderboard-main-wrap .leaderboard-user .leaderboard-one .leaderboard-user-info {
  margin-left: 25px;
  position: absolute;
  text-align: center;
  bottom: -60px;
  color: #5A5781;
}
.leaderboard-main-wrap .leaderboard-user .leaderboard-one .leaderboard-user-info p {
  color: #21B573;
}
.leaderboard-main-wrap .leaderboard-user .leaderboard-tow {
  width: 136px;
  height: 136px;
  background-size: cover;
  border-radius: 100px;
  position: relative;
  margin-top: 50px;
  margin-left: 40px;
  box-shadow: 0 0 99px #FDBF00;
}
.leaderboard-main-wrap .leaderboard-user .leaderboard-tow .leaderboard-user-info {
  margin-left: 25px;
  position: absolute;
  text-align: center;
  bottom: -60px;
  color: #5A5781;
}
.leaderboard-main-wrap .leaderboard-user .leaderboard-tow .leaderboard-user-info p {
  color: #21B573;
}
.leaderboard-main-wrap .leaderboard-user .leaderboard-three {
  width: 136px;
  height: 136px;
  background-size: cover;
  border-radius: 100px;
  position: absolute;
  margin-top: 170px;
  right: 40px;
  box-shadow: 0 0 99px #FDBF00;
}
.leaderboard-main-wrap .leaderboard-user .leaderboard-three .leaderboard-user-info {
  margin-left: 25px;
  position: absolute;
  text-align: center;
  bottom: -60px;
  color: #5A5781;
}
.leaderboard-main-wrap .leaderboard-user .leaderboard-three .leaderboard-user-info p {
  color: #21B573;
}

.leaderboard-table-wrap {
  background: #E9F8F1;
  border-radius: 10px;
}
.leaderboard-table-wrap .leaderboard-table-user {
  height: 54px;
  width: 54px;
  border-radius: 100px;
  background-size: cover;
}
.leaderboard-table-wrap thead {
  text-align: center;
}
.leaderboard-table-wrap tbody {
  text-align: center;
}
.leaderboard-table-wrap .leaderboard-table-user {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (width: 1024px) {
  .rc-width-1440 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .leaderboard-main-wrap .leaderboard-step-wrap {
    height: 250px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-one {
    margin-left: 185px;
    width: 130px;
    height: 130px;
    margin-top: -100px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-one .leaderboard-user-info h4 {
    font-size: 15px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-one .leaderboard-user-info {
    bottom: -50px;
    margin-left: 15px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-tow {
    margin-left: 30px;
    width: 95px;
    height: 95px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-tow .leaderboard-user-info h6 {
    font-size: 13px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-tow .leaderboard-user-info {
    bottom: -50px;
    margin-left: 15px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-three {
    right: 50px;
    width: 96px;
    height: 96px;
    margin-top: 130px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-three .leaderboard-user-info h6 {
    font-size: 13px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-three .leaderboard-user-info {
    bottom: -50px;
    margin-left: 15px;
  }
}
@media only screen and (width: 1024px) {
  .leaderboard-main-wrap .leaderboard-user .crown-image {
    height: 100px;
    width: 100px;
    background-size: cover;
    margin-top: -70px;
    margin-left: 16px;
    /* box-shadow: 0 0 99px #FDBF00; */
  }
}
@media only screen and (width: 1366px) {
  .leaderboard-main-wrap .leaderboard-step-wrap {
    height: 340px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-one {
    margin-left: 245px;
  }
}
@media only screen and (width: 1440px) {
  .rc-width-1440 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .leaderboard-main-wrap .leaderboard-step-wrap {
    height: 370px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-one {
    margin-left: 265px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-tow {
    margin-left: 60px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-three {
    right: 50px;
  }
}
@media only screen and (width: 1500px) {
  .rc-width-1440 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .leaderboard-main-wrap .leaderboard-step-wrap {
    height: 370px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-one {
    margin-left: 275px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-tow {
    margin-left: 60px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-three {
    right: 50px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .rc-width-1440 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .leaderboard-main-wrap .leaderboard-step-wrap {
    height: 420px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-one {
    margin-left: 305px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-tow {
    margin-left: 70px;
  }
  .leaderboard-main-wrap .leaderboard-user .leaderboard-three {
    right: 70px;
  }
}
@media only screen and (width: 1680px) {
  .leaderboard-main-wrap .leaderboard-user .leaderboard-one {
    margin-left: 325px;
  }
  .leaderboard-main-wrap .leaderboard-step-wrap {
    height: 440px;
  }
}
.profile-solar {
  left: 250px;
  top: -100px;
}
.profile-solar .mercury-spin.auth-step-2 {
  z-index: -1;
  border-radius: 150px;
}
.profile-solar #venus {
  margin-top: -10px;
  margin-left: -10px;
  height: 25px;
  width: 25px;
}

.profile-wrap .user-dp {
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: top;
  border-radius: 100px;
  margin: 0 auto;
}
.profile-wrap h2 {
  color: #5A5781;
  font-size: 36px;
  font-weight: 700;
}
.profile-wrap .profile-form .profile-form-input {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
.profile-wrap .profile-form .profile-form-input i {
  position: absolute;
  top: 17px;
  left: 10px;
}
.profile-wrap .profile-form input {
  padding: 15px 35px;
  background: #E3E2FB;
  margin-bottom: 15px;
  border: 0;
}
.profile-wrap .profile-form inputinput:focus {
  background: #E3E2FB;
}
.profile-wrap .profile-form button {
  background: #736CED;
  color: #fff;
  border: 0;
  padding: 10px 70px;
  border-radius: 3px;
  font-size: 18px;
  text-transform: capitalize;
}
.profile-wrap .profile-inner-widget-wrap {
  background: #E9F8F1;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}
.profile-wrap .profile-inner-widget-wrap .profile-single-widget {
  margin-bottom: 5px;
  border-radius: 5px;
}
.profile-wrap .profile-inner-widget-wrap .profile-single-widget p {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.profile-wrap .profile-inner-widget-wrap .profile-single-widget p span {
  color: #736CED;
}

@media only screen and (width: 1440px) {
  .profile-solar {
    left: 230px;
    top: -100px;
  }
}
@media only screen and (width: 1366px) {
  .profile-solar {
    left: 215px;
    top: -100px;
  }
}
@media only screen and (width: 1024px) {
  .profile-solar {
    left: 80px;
    top: -100px;
    z-index: -1;
  }
}
.quiz-zone-sb-wrap {
  position: fixed;
  height: calc(100vh - 100px);
  overflow: scroll;
  flex: 0 0 auto;
  width: 23%;
}
.quiz-zone-sb-wrap .quiz-zone-sidebarmenu {
  background: #fff;
  margin-bottom: 10px;
  border: 0;
  padding: 10px;
  border-radius: 10px;
  text-align: left;
  /* box-shadow: 0 3px 6px rgb(0,0,0,7%); */
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  color: #5A5781;
}
.quiz-zone-sb-wrap .quiz-zone-sidebarmenu img {
  margin-right: 15px;
}
.quiz-zone-sb-wrap .quiz-zone-sidebarmenu.active {
  background-color: #E3E2FB;
}

.quiz-zone-content-wrap {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-radius: 10px;
  padding: 10px;
  position: fixed;
  height: calc(100vh - 125px);
  overflow: scroll;
  flex: 0 0 auto;
  width: 67%;
}
.quiz-zone-content-wrap .quiz-sub-cate-menu {
  width: 90%;
  height: 120px;
  border: 0;
  border-radius: 10px;
}
.quiz-zone-content-wrap .quiz-sub-cate-menu.active {
  border: 2px solid #21B573;
}
.quiz-zone-content-wrap .quiz-single-content {
  width: 90%;
  margin: 0 auto;
}
.quiz-zone-content-wrap .slick-prev.pull-left.sl.slick-arrow {
  background: #E3E2FB;
  border: 0;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  font-size: 30px;
  color: #9595A0;
  position: absolute;
  left: -53px;
  top: 35px;
  z-index: 1;
}
.quiz-zone-content-wrap .slick-next.pull-right.sr.slick-arrow {
  background: #E3E2FB;
  border: 0;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  font-size: 30px;
  color: #9595A0;
  position: absolute;
  right: -30px;
  top: 35px;
}
.quiz-zone-content-wrap .qi-count {
  margin-top: 130px !important;
}

.quiz-sub-cate-level-wrap .quiz-sub-cate-level-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 15px;
  text-align: center;
}
.quiz-sub-cate-level-wrap .quiz-sub-cate-level-grid a {
  color: #000;
}
.quiz-sub-cate-level-wrap .quiz-sub-cate-single-level {
  background-color: #E9F8F1;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 100px;
  font-size: 30px;
}
.quiz-sub-cate-level-wrap .quiz-sub-cate-single-level.active {
  background-color: #736CED;
  color: #fff !important;
}

@media only screen and (width: 1920px) {
  .quiz-sub-cate-level-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(10, auto) !important;
    gap: 15px;
    text-align: center;
  }
}
@media only screen and (width: 1024px) {
  .quiz-zone-sb-wrap .quiz-zone-sidebarmenu img {
    margin-right: 5px;
  }
  .quiz-sub-cate-menu h3 {
    font-size: 16px;
  }
  .quiz-sub-cate-menu h6 {
    font-size: 14px;
  }
  .quiz-sub-cate-level-wrap .quiz-sub-cate-level-grid {
    grid-template-columns: repeat(5, auto);
    gap: 25px;
  }
  .quiz-zone-content-wrap .slick-prev.pull-left.sl.slick-arrow {
    left: -33px;
  }
  .quiz-zone-content-wrap .slick-next.pull-right.sr.slick-arrow {
    right: 0px;
  }
}
.letsStart-wrap {
  /* border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; */
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 125px);
  overflow: scroll;
  flex: 0 0 auto;
  box-shadow: 0 0 99px rgba(0, 0, 0, 0.04);
}
.letsStart-wrap p {
  color: #5A5781;
  margin-bottom: 22px;
  font-size: 22px;
}
.letsStart-wrap a {
  background-color: #736CED;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
  .letsStart-wrap {
    justify-content: center;
  }
}
.quiz-start-wrap {
  background: #fff;
  height: calc(100vh - 130px);
  border-radius: 7px;
  padding: 10px;
  overflow: scroll;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.quiz-start-wrap .quiz-start-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quiz-start-wrap .quiz-start-header .quiz-count-bar {
  text-align: center;
  width: 150px;
}
.quiz-start-wrap .quiz-start-header .quiz-timer {
  box-shadow: 0 23px 39px rgba(115, 108, 237, 0.27);
  border-radius: 100%;
  border: 0;
}
.quiz-start-wrap .quiz-start-header .bookmark-btn {
  background: #E3E2FB;
  border: 0;
  color: #736CED;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  transition: 0.2s;
}
.quiz-start-wrap .quiz-start-header .bookmark-btn:hover {
  background-color: #E9F8F1;
  color: #21B573;
  transition: 0.2s;
}
.quiz-start-wrap .quiz-field h3 {
  color: #5A5781;
  font-size: 32px;
  line-height: 48px;
}
.quiz-start-wrap .quiz-field .quiz-image {
  width: 500px;
  height: 250px;
  border-radius: 10px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.quiz-start-wrap .quiz-field .quiz-option-wrap {
  width: 500px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 15px;
  text-align: left;
  margin: 0 auto;
}
.quiz-start-wrap .quiz-field .quiz-option-wrap .quiz-option-item {
  width: 240px;
  position: relative;
}
.quiz-start-wrap .quiz-field .quiz-option-wrap .quiz-option-item span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #E3E2FB;
  color: #5A5781;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
}
.quiz-start-wrap .quiz-field .quiz-option-wrap .quiz-option-item label {
  padding: 10px 40px !important;
}
.quiz-start-wrap .quiz-field .quiz-option-wrap .quiz-single-option {
  cursor: pointer;
  padding: 10px;
  border: 2px solid #E3E2FB;
  border-radius: 5px;
  color: #5A5781;
}
.quiz-start-wrap .quiz-field .quiz-option-wrap input[type=radio]:checked + label.quiz-single-option {
  border: 2px solid #736CED !important;
}
.quiz-start-wrap .quiz-field .quiz-option-wrap input[type=checkbox]:checked + label.quiz-single-option {
  border: 2px solid #736CED !important;
}
.quiz-start-wrap .quiz-field .quiz-option-wrap .quiz-option-item input {
  display: none;
}
.quiz-start-wrap .quiz-start-footer {
  display: flex;
  justify-content: center;
}
.quiz-start-wrap .quiz-start-footer button {
  background: none;
  border: 0;
}
.quiz-start-wrap .quiz-start-footer .quiz-footer-item {
  width: 120px;
  height: 60px;
  margin: 10px;
  line-height: 60px;
  border-radius: 40px;
}

.result-ratio {
  width: 120px;
}

.block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 50%;
}

.box::before {
  position: absolute;
  content: "";
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  border-radius: 50%;
  border: 3px solid #ED6C6C;
}

.box .number span {
  color: #21B573;
}

.box .number .num {
  font-size: 35px;
  font-weight: bold;
}

.box .number .sub {
  font-size: 20px;
}

.dots {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 2s transform, 2s opacity ease;
}

.dots::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 50%;
  border-radius: 50%;
  background-color: #21B573;
  box-shadow: 0 0 5px 2px #21B573;
  transform: translateX(-50%);
}

.svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(-90deg);
}

.circle {
  stroke: #21B573;
  stroke-width: 4px;
  stroke-dasharray: 503;
  stroke-dashoffset: 503;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: 2s stroke-dashoffset;
}

.text-success {
  color: #21B573 !important;
}

.mt-5.btn-group button {
  background: none;
  border: 0;
}

.result-btn {
  background: #736CED !important;
  border: 1px solid #736CED;
  margin: 10px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  transition: 0.3s;
}
.result-btn:hover {
  display: inline-block;
  color: #736CED;
  border: 1px solid #736CED !important;
  background-color: #fff !important;
  transition: 0.3s;
}

.slick-prev.pull-left.quiz-footer-item.border-0.review-ans-pre-btn.slick-arrow {
  position: absolute !important;
  bottom: 0;
  margin-left: -150px !important;
}

.slick-next.pull-right.quiz-footer-item.border-0.review-ans-nxt-btn.slick-arrow {
  margin-left: 120px !important;
}

.review-ans-slider button {
  margin-top: 50px !important;
}

.self-challenge-1-wrap {
  border: 0 !important;
  border-radius: 10px;
  padding: 10px;
  position: fixed;
  height: calc(100vh - 125px);
  overflow: scroll;
  flex: 0 0 auto;
  width: 77%;
}

.self-challenge-card-wrap {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px;
}
.self-challenge-card-wrap .self-challenge-card {
  background: #fff;
  box-shadow: 0 0 99px rgba(0, 0, 0, 0.04);
  padding: 15px;
  border-radius: 20px;
}
.self-challenge-card-wrap .self-challenge-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.self-challenge-card-wrap .self-challenge-card p {
  margin-bottom: 10px;
  margin-bottom: 10px;
  color: #9595A0;
  font-size: 18px;
  line-height: 24px;
}
.self-challenge-card-wrap .self-challenge-card .sc-inner-widget-wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
}
.self-challenge-card-wrap .self-challenge-card .sc-inner-widget-wrap .sc-inner-widget {
  padding: 15px;
  border-radius: 15px;
}
.self-challenge-card-wrap .self-challenge-card .sc-inner-widget-wrap .sc-inner-widget h6 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}
.self-challenge-card-wrap .self-challenge-card .sc-inner-widget-wrap .sc-inner-widget b {
  font-size: 16px;
  font-weight: normal;
}
.self-challenge-card-wrap .self-challenge-card a {
  background: #736CED;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 20px;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (width: 1366px) {
  .self-challenge-1-wrap {
    width: 75% !important;
  }
  .self-challenge-1-wrap .self-challenge-card-wrap {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
  }
}
@media only screen and (width: 1440px) {
  .self-challenge-1-wrap {
    width: 75% !important;
  }
  .self-challenge-1-wrap .self-challenge-card-wrap {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
  }
}
@media only screen and (width: 1500px) {
  .self-challenge-1-wrap {
    width: 75% !important;
  }
  .self-challenge-1-wrap .self-challenge-card-wrap {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
  }
}
@media only screen and (width: 1024px) {
  .quiz-zone-content-wrap .quiz-single-content {
    width: 100%;
    margin: 0 auto;
  }
  .self-challenge-1-wrap {
    width: 70% !important;
  }
  .self-challenge-1-wrap .self-challenge-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
  }
}
.pepole-vs-pepole-play-wrap {
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 125px);
  overflow: scroll;
  flex: 0 0 auto;
  box-shadow: 0 0 99px rgba(0, 0, 0, 0.04);
}

.search-pepole .search-pepole-dp {
  height: 150px;
  width: 150px;
  border-radius: 100px;
  background-position: top;
  background-size: cover;
  box-shadow: 0 0 99px rgba(246, 255, 2, 0.38);
}
.search-pepole h3 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #5A5781;
}

.pepole-v-pepole-solar {
  left: 350px;
  top: 400px;
}
.pepole-v-pepole-solar #sun {
  height: 200px;
  width: 200px;
  background: none !important;
  margin-top: 0px;
  margin-left: -100px;
  border-radius: 50%;
  box-shadow: 0 0 84px #E9F8F1;
  position: relative;
}
.pepole-v-pepole-solar .orbit {
  border-color: rgba(242, 73, 150, 0.1) !important;
}
.pepole-v-pepole-solar #mercury {
  margin-top: -13.5px;
  margin-top: -11.5px;
  margin-left: -13.5px;
  height: 25px;
  width: 25px;
  background-color: #F24996;
  box-shadow: 0 0 34px #F24996;
}
.pepole-v-pepole-solar #venus {
  margin-top: -13.5px;
  margin-top: -11.5px;
  margin-left: -13.5px;
  height: 25px;
  width: 25px;
  background-color: #F24996;
  box-shadow: 0 0 34px #F24996;
}

.pepole-vs-pepole-wrap {
  height: calc(100vh - 120px);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: static;
  overflow: scroll;
}
.pepole-vs-pepole-wrap h1 {
  color: #5A5781;
  margin-bottom: 10px;
}
.pepole-vs-pepole-wrap .pepole-v-pepole-credit-info-wrap {
  display: flex;
  justify-content: center;
}
.pepole-vs-pepole-wrap .pepole-v-pepole-credit-info-wrap .pepole-v-pepole-credit-info {
  width: 200px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px;
}
.pepole-vs-pepole-wrap .p-v-p-single-category .quiz-option-wrap {
  width: 350px;
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 8px;
  text-align: left;
  margin: 0 auto;
}
.pepole-vs-pepole-wrap .p-v-p-single-category .quiz-option-wrap .quiz-single-option {
  cursor: pointer;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  color: #5A5781;
}
.pepole-vs-pepole-wrap .p-v-p-single-category .quiz-option-wrap input[type=radio]:checked + label.quiz-single-option {
  background: #E3E2FB;
}
.pepole-vs-pepole-wrap .p-v-p-single-category .quiz-option-wrap input[type=checkbox]:checked + label.quiz-single-option {
  background: #E3E2FB;
}
.pepole-vs-pepole-wrap .p-v-p-single-category .quiz-option-wrap .quiz-option-item input {
  display: none;
}
.pepole-vs-pepole-wrap .p-v-p-single-category .quiz-option-wrap .form-check-label.form-check.quiz-single-option {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #5A5781;
}
.pepole-vs-pepole-wrap .p-v-p-single-category .quiz-option-wrap .form-check-label.form-check.quiz-single-option img {
  margin-right: 10px;
}
.pepole-vs-pepole-wrap .p-v-p-button-group a {
  background: #736CED;
  width: 180px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  margin-right: 10px;
  color: #fff;
  border: 1px solid #736CED;
  transition: 0.3s;
}
.pepole-vs-pepole-wrap .p-v-p-button-group a:hover {
  background-color: #fff;
  border-color: #736CED;
  color: #736CED;
  transition: 0.3s;
}
.pepole-vs-pepole-wrap .p-v-p-button-group button {
  background: #736CED;
  width: 150px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  color: #fff;
  border: 0;
}

.play-with-friends-wrap {
  height: calc(100vh - 120px);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  position: static;
  overflow: scroll;
}
.play-with-friends-wrap .pwf-header-btn {
  width: 220px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #736CED;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 18px;
  transition: 0.3s;
  background-color: #fff;
  color: #736CED;
}
.play-with-friends-wrap .pwf-header-btn.active {
  background-color: #736CED;
  color: #fff;
}
.play-with-friends-wrap .pwf-header-btn:hover {
  background-color: #736CED;
  color: #fff;
  transition: 0.3s;
}
.play-with-friends-wrap .current-balance {
  background: #FFF7EC;
  color: #FAAF3A;
  width: 150px;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
}
.play-with-friends-wrap .join-room-wrap {
  margin-top: 100px;
  position: relative;
  width: 420px;
}
.play-with-friends-wrap .join-room-wrap input {
  padding: 15px;
  width: 100%;
}
.play-with-friends-wrap .join-room-wrap button {
  position: absolute;
  top: 0;
  right: 0;
  background: #736CED;
  border: 0;
  border-radius: 0 5px 5px 0;
  width: 130px;
  height: 55px;
  color: #fff;
}
.play-with-friends-wrap .nh {
  margin-top: 30px;
}
.play-with-friends-wrap .nh .nh-option-wrap {
  width: 350px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 8px;
  text-align: left;
  margin: 0 auto;
}
.play-with-friends-wrap .nh .nh-option-wrap img {
  width: 100%;
  height: 100%;
  display: block !important;
}
.play-with-friends-wrap .nh .nh-option-wrap .quiz-single-option {
  cursor: pointer;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  color: #5A5781;
  display: flex;
  flex-direction: column;
  position: relative;
}
.play-with-friends-wrap .nh .nh-option-wrap .quiz-single-option h6 {
  position: absolute;
  bottom: 10px;
}
.play-with-friends-wrap .nh .nh-option-wrap input[type=radio]:checked + label.quiz-single-option {
  background: #E3E2FB;
}
.play-with-friends-wrap .nh .nh-option-wrap input[type=checkbox]:checked + label.quiz-single-option {
  background: #E3E2FB;
}
.play-with-friends-wrap .nh .nh-option-wrap .quiz-option-item input {
  display: none;
}
.play-with-friends-wrap .nh .nh-option-wrap .form-check-label.form-check.quiz-single-option {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #5A5781;
}
.play-with-friends-wrap .nh .nh-option-wrap .form-check-label.form-check.quiz-single-option img {
  margin-right: 10px;
}
.play-with-friends-wrap .create-room-btn {
  width: 220px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #736CED;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 18px;
  transition: 0.3s;
  background-color: #736CED;
  color: #fff;
  margin-top: 30px;
  float: left;
}
.play-with-friends-wrap .create-room-btn:hover {
  background-color: #fff;
  color: #736CED;
  transition: 0.3s;
}

.create-room-modal-wrap {
  padding: 40px;
}
.create-room-modal-wrap .header {
  display: flex;
  justify-content: center;
}
.create-room-modal-wrap .header h4 {
  color: #5A5781;
  font-size: 18px;
  margin: 10px 0;
}
.create-room-modal-wrap .header .user-dp {
  margin-right: 15px;
  height: 150px;
  width: 150px;
  border-radius: 100px;
  box-shadow: 0 0 99px rgba(246, 255, 2, 0.38);
  background-size: cover;
}
.create-room-modal-wrap .room-code {
  margin: 30px 0;
}
.create-room-modal-wrap .room-code h3 {
  color: #21B573;
  font-weight: bold;
}
.create-room-modal-wrap .room-code p {
  color: #9595A0;
}
.create-room-modal-wrap .copy-value-form {
  margin-top: 30px;
}
.create-room-modal-wrap .copy-value-form input {
  width: 60%;
  display: inline;
  padding: 15px;
}
.create-room-modal-wrap .copy-value-form button {
  margin-left: 10px;
  background: #736CED;
  color: #fff;
  border: 0;
  padding: 15px;
  border-radius: 5px;
  width: 150px;
}
.create-room-modal-wrap .share-value button {
  background: none;
  border: 0;
}

@media only screen and (width: 1024px) {
  .play-with-friends-wrap {
    justify-content: start;
  }
  .play-with-friends-wrap .pwf-header-btn {
    width: 140px;
  }
  .pepole-v-pepole-solar {
    left: 260px;
    top: 300px;
  }
}
@media only screen and (width: 1366px) {
  .play-with-friends-wrap {
    justify-content: start;
  }
  .play-with-friends-wrap .pwf-header-btn {
    width: 210px;
  }
}
.exam-quiz-wrap {
  background-color: #E9F8F1;
  padding: 10px;
  width: 450px;
  border-radius: 5px;
}
.exam-quiz-wrap .exam-quiz-item {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.exam-quiz-wrap .exam-quiz-item h6 {
  color: #5A5781;
  text-align: left;
  font-size: 17px;
}
.exam-quiz-wrap .exam-quiz-item span {
  font-size: 15px;
  color: #736CED;
}
.exam-quiz-wrap .exam-quiz-item p {
  color: #9595A0;
  font-size: 15px;
}

.exam-rule-modal {
  padding: 30px;
}
.exam-rule-modal h3 {
  color: #736CED;
  margin-bottom: 10px;
}
.exam-rule-modal p {
  text-align: left;
  margin-bottom: 10px;
  margin: 10px 50px;
}
.exam-rule-modal .form-check-input:checked {
  background-color: #736CED;
  border-color: #736CED;
}
.exam-rule-modal .btn-primary {
  background-color: #736CED !important;
  border: 0;
  padding: 13px;
  font-size: 18px;
  font-weight: bold;
}

.keyboard {
  width: 700px;
  margin: 15px auto;
  text-align: center;
  font-size: 14px;
  font-family: sans-serif;
}
.keyboard .keyboard__row {
  display: inline-block;
  height: 3em;
  margin: 0.2em;
}
.keyboard .keyboard__row--h1 {
  height: 1.7em;
  line-height: 1.4em;
}
.keyboard .keyboard__row--h3 {
  height: 3.3em;
}
.keyboard .keyboard__row > * {
  position: relative;
  background: #E3E2FB;
  text-align: center;
  color: #736CED;
  float: left;
  border-radius: 0.3em;
  margin: 0.2em;
  padding: 0.2em;
  width: 3.3em;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #E3E2FB;
  /* box-shadow: 0 0.2em 0 0.05em #222; */
  /* border-bottom-color: #555; */
}
.keyboard .keyboard__row--h1 > div {
  width: 3.5em;
}
.keyboard .keyboard__row > div[data-pressed],
.keyboard .keyboard__row > div:active {
  background: #21B573;
  color: #fff;
  position: relative;
  top: 0.2em;
  border-color: #21B573;
}
.keyboard .key--letter.no-data {
  background: none;
}
.keyboard .key--letter.no-data.active {
  background: #E3E2FB;
}
.keyboard .key--w3 {
  width: 4.6em;
}
.keyboard .key--w4 {
  width: 6em;
}
.keyboard .key--w5 {
  width: 6.5em;
}
.keyboard .key--w6 {
  width: 8.3em;
}
.keyboard .key--space {
  width: 18em;
}
.keyboard .key--double > * {
  padding-top: 0.1em;
}
.keyboard .key--letter {
  line-height: 2.8em;
}
.keyboard .key--bottom-left > * {
  position: absolute;
  text-align: left;
  bottom: 0.4em;
  left: 0.4em;
}
.keyboard .key--bottom-right > * {
  position: absolute;
  text-align: right;
  bottom: 0.4em;
  right: 0.4em;
}
.keyboard .key--fn > * {
  font-size: 0.6em;
  line-height: 1em;
  padding-top: 1.2em;
  padding-right: 0.2em;
  text-align: right;
  float: right;
}
.keyboard .key--word > * {
  font-size: 0.8em;
}
.keyboard .key--arrow--tall > *,
.keyboard .key--arrow > * {
  font-size: 0.5em;
  line-height: 3em;
}
.keyboard .key--arrow {
  height: 1.8em;
  margin-top: 1.7em;
  line-height: 0.5em;
}
.keyboard .key--arrow--tall > * {
  padding-top: 0.2em;
}
.keyboard .keyboard > .keyboard__row {
  text-align: center;
}

.header-menu.active {
  color: #342757;
}

.header-menu {
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
  color: #5A5781;
}

.hero-wrap {
  height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-wrap .hero-area-wrap h1 {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  line-height: 75px;
}
.hero-wrap .hero-area-wrap h1 span {
  background-color: #342757;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
}
.hero-wrap .hero-area-wrap p {
  font-size: 22px;
  text-align: center;
  padding-top: 20px;
}
.hero-wrap .hero-area-wrap .hero-btn-group {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.hero-wrap .hero-area-wrap .hero-btn-group a {
  background: #342757;
  border: 1px solid #342757;
  width: 200px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  transition: 0.3s;
}
.hero-wrap .hero-area-wrap .hero-btn-group a.active {
  background-color: #fff;
  color: #342757;
}
.hero-wrap .hero-area-wrap .hero-btn-group a:hover {
  transition: 0.3s;
  background-color: #fff;
  color: #342757;
}
.hero-wrap .hero-arrow-down {
  text-align: center;
  font-size: 50px;
  position: relative;
}
.hero-wrap .arrow-down {
  animation: arrowAnimation 1s infinite;
}
.hero-wrap .arrow-down a {
  color: #342757;
}
@keyframes arrowAnimation {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(0deg) translateY(10px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}

.service-area-wrap {
  background-color: #f6f9fe;
  padding: 40px 0;
}
.service-area-wrap .service-item h3 {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #342757;
}
.service-area-wrap .service-item p {
  font-size: 18px;
  padding-bottom: 20px;
  color: #9595A0;
}
.service-area-wrap .service-item ul li {
  padding-bottom: 10px;
  font-weight: 500;
  color: #9595A0;
}

.how-work-wrap {
  position: relative;
  background-image: url("../../landing/img/bg.png");
  background-size: contain;
  background-position: top;
  width: 100%;
  z-index: 0;
  padding-bottom: 80px;
}
.how-work-wrap:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.94;
  z-index: -1;
  background-image: linear-gradient(90deg, #E3E2FB 0%, #736CED 100%);
  background-image: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
}
.how-work-wrap .section-title {
  padding: 70px;
}
.how-work-wrap .section-title h1 {
  color: #fff;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 50px;
}
.how-work-wrap .section-title h1 span {
  color: #fff;
}
.how-work-wrap .section-title p {
  color: #fff;
  font-size: 15px;
}
.how-work-wrap .how-it-box h3 {
  color: #fff;
  padding: 10px 0;
  font-size: 30px;
  font-weight: bold;
}
.how-work-wrap .how-it-box p {
  color: #fff;
  font-size: 19px;
}

.core-features-wrap {
  background-color: #f6f9fe;
  padding: 80px;
}
.core-features-wrap .section-title {
  padding-bottom: 60px;
}
.core-features-wrap .section-title h1 {
  color: #5A5781;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 50px;
}
.core-features-wrap .section-title p {
  color: #9595A0;
  font-size: 18px;
}
.core-features-wrap .features-box {
  margin-bottom: 25px;
  background: #fff;
  border-radius: 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border: 1px solid #fff;
}
.core-features-wrap .features-box h3 {
  font-size: 20px;
  padding-top: 12px;
}
.core-features-wrap .features-box:hover {
  transition: 0.3s;
  border: 1px solid #736CED;
  cursor: grab;
}

.subscribe-group {
  position: relative;
}
.subscribe-group input {
  padding: 15px;
}
.subscribe-group button {
  position: absolute;
  top: 3px;
  right: 3px;
  border: 0;
  background: #342757;
  height: 50px;
  width: 130px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}
.subscribe-group button:hover {
  transition: 0.3s;
  background: #3a4385;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

section {
  padding: 60px 0;
  /* min-height: 100vh;*/
}

.footer {
  background: #f6f9fe;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .single_footer {
    margin-bottom: 30px;
  }
}
.single_footer h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #000;
  margin-top: 20px;
}

.single_footer p {
  color: #000;
}

.single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single_footer ul li a {
  color: #000;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 15px;
  text-transform: capitalize;
}

.single_footer ul li a:hover {
  color: #736CED;
}

.single_footer_address ul li {
  color: #000;
}

.single_footer_address ul li span {
  font-weight: 400;
  color: #000;
  line-height: 28px;
}

.contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.subscribe__input {
  border: medium none;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 150px 0 20px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .subscribe__input {
    padding: 0 50px 0 20px;
  }
}
.subscribe__btn {
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #2296FF;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.subscribe__btn i {
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 768px) {
  .subscribe__btn {
    right: 0px;
  }
}
.subscribe__btn:hover i {
  color: #736CED;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

/*END NEWSLETTER CSS*/
/*START SOCIAL PROFILE CSS*/
.social_profile {
  margin-top: 40px;
}

.social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.social_profile ul li {
  float: left;
}

.social_profile ul li a {
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #000;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}

@media only screen and (max-width: 768px) {
  .social_profile ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.social_profile ul li a:hover {
  background: #736CED;
  border: 1px solid #736CED;
  color: #000;
  border: 0px;
}

/*END SOCIAL PROFILE CSS*/
.copyright {
  margin-top: 70px;
  padding-top: 40px;
  color: #000;
  font-size: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1215686275);
  text-align: center;
}

.copyright a {
  color: #2296FF;
  transition: all 0.2s ease 0s;
}

.copyright a:hover {
  color: #736CED;
}

.tos-wrap {
  padding: 50px 0;
}
.tos-wrap h3 {
  padding-bottom: 20px;
}
.tos-wrap h6 {
  padding-bottom: 10px;
}
.tos-wrap p {
  padding-bottom: 10px;
}/*# sourceMappingURL=style.css.map */