/* font-famaly-hear */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* font-famaly-hear-end */

/* root */
:root {
  --clash-display: 'Clash Display', sans-serif;
  --gilroy: 'Gilroy', serif;
  --manrope: 'Manrope', serif;
  --urbanist: 'Urbanist', serif;

  --white-color: #fff;
  --black-color: #000;

  --primary: #000;
  --secondary: #000;

  --linen-color: #ffeee4;
  --mauve-color: #dcbafe;
  --lavenderBlue-color: #c5d8fc;
  --papayaWhip-color: #ffeee4;
  --spanishPink-color: #ffc5bf;

  --hover-colo: #000;

  --body-color: #532822;
  --heading-color: #532822;
}
/* root */

/* defaults-css-start */
html,
body {
  overflow-x: hidden;
}
html {
  font-size: 100%;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.53;
  font-family: var(--manrope);
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
}
a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--clash-display);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
  line-height: 1.43;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
li {
  list-style: none;
}
p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.53;
  color: var(--body-color);
  margin-bottom: 15px;
}
label {
  color: var(--body-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
*::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}
::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}
::selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}
*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}
/* defaults-css--end */

.btn {
  padding: 19px 55px;
  border-radius: 40px;
  font-size: 18px;
  line-height: 1.43;
  font-weight: 700;
  font-family: var(--manrope);
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn--primary {
  background-color: #ffc300;
  border-color: #ffc300;
  color: #fff;
}
.btn--primary:hover {
  background-color: #203864;
  border-color: #203864;
  color: #fff;
}
.btn--secondary {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.btn--secondary:hover {
  background-color: #203864;
  border-color: #203864;
  color: #fff;
}
.btn--tertiary {
  background-color: #203864;
  border-color: #203864;
  color: #fff;
}
.btn--tertiary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.fs-1 {
  font-size: 60px !important;
  line-height: 1.43 !important;
}
.fs-2 {
  font-size: 50px !important;
  line-height: 1.43 !important;
}
.fs-3 {
  font-size: 40px !important;
  line-height: 1.43 !important;
}
.fs-4 {
  font-size: 35px !important;
  line-height: 1.43 !important;
}
.fs-5 {
  font-size: 25px !important;
  line-height: 1.43 !important;
}
.fs-6 {
  font-size: 20px !important;
  line-height: 1.43 !important;
}

.text-primary {
  color: #ffd15c !important;
}
.text-grey {
  color: #595959 !important;
}

.text-sm {
  font-size: 14px !important;
}
.ff-manrope {
  font-family: var(--manrope) !important;
}

/* theme-css */

/* theme-css-end */

/* ======== offcanvas style start ============ */

.header__menuBar {
  background-color: transparent;
  border: none;
  padding: 0px;
  font-size: 28px;
  color: #000;
  margin-left: 10px;
}
.offcanvas__menu ul li a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #8c90b6;
  padding: 11px 0px;
  display: block;
  border-bottom: 1px solid #8c90b6;
  transition: all 0.3s;
}

.offcanvas__menu ul li:hover a {
  color: #203864;
}

/* ======== offcanvas style start ============ */

/* ======== header style start ============ */
.header--abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 20;
}

.header__logo a {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  font-family: var(--clash-display);
  text-decoration: none;
  letter-spacing: 0.03em;
}

.header__nav ul {
  display: flex;
  align-items: center;
  gap: 26px;
}

.header__nav ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--gilroy);
  color: #8c90b6;
  display: block;
  position: relative;
}

.header__nav ul li a::after {
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background: #203864;
  content: '';
  bottom: 0;
  border-radius: 28px;
  transition: all 0.3s;
}

.header__nav ul li:hover a::after {
  width: 100%;
}

.header__nav ul li a.active::after {
  width: 14px;
}

.header__nav ul li:hover a,
.header__nav ul li a.active {
  color: #203864;
}

.header__nav ul li a.btn::after {
  display: none;
}

.header__nav ul li a.btn {
  color: #fff;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--manrope);
}

.header__code p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--gilroy);
  text-transform: capitalize;
  color: #000000;
}

.header__code {
  gap: 14px;
}

.header__code-form {
  display: flex;
  align-items: stretch;
  gap: 14px;
}

.header__code-form input {
  width: 130px;
  height: 37px;
  background: #f1f6ff;
  border: none;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  color: #b0b0b0;
  font-weight: 500;
}

.header__code-form button {
  background: #f1f6ff;
  border: none;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  color: #b0b0b0;
  padding: 0 28px;
}
.header__code-form button:hover {
  background-color: #203864;
  color: #fff;
}

.header--area {
  padding: 12px 0px;
  background: #fff;
}
/* ======== header style end ============ */

/* ======== hero style start ============ */

.hero--area {
  padding-bottom: 37px;
  background-image: url('../imgs/hero/hero-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ffe7d9;
  position: relative;
  overflow-x: hidden;
}

.hero__video-wrapper img {
  max-width: 100%;
}

.hero__content {
  padding: 90px 0px 120px;
  padding-left: 46px;
}

.hero__content-textIcon {
  display: flex;
  align-items: center;
  gap: 50px;
}

.hero__content h1 span.connect {
  font-size: 85px;
  gap: 20px;
}

.hero__content h1 span.collab {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 8px 46px;
  margin-left: -46px;
  overflow: hidden;
  background: #ff5443;
  border-radius: 77px;
}
.char {
  display: inline-block;
}

.hero__content p {
  font-size: 19px;
  font-weight: 500;
}

.hero__thamb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero__thamb-img {
  position: relative;
  margin-top: -37px;
}

.hero__thamb-gif {
  border: 4px solid #ffc300;
  border-radius: 2px;
  max-width: 352px;
  height: 228px;
  width: 100%;
}

.hero__thamb-gif img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__video-wrapper {
  border-radius: 30px;
  height: 550px;
  width: 100%;
}

.hero__video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -14px;
  border-radius: 30px;
}

/* ======== hero style end ============ */

/* ======== process style start ============ */

.process--area {
  padding: 80px 0px 80px;
}
.process__title {
  padding-bottom: 37px;
}
.process__title h2 {
  margin-bottom: 20px;
}
.process__item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.process__item-title {
  padding: 20px 20px 0px 38px;
  height: 132px;
}
.process__item-title h3 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
}
.process__item-title p {
  font-size: 18px;
  font-weight: 500;
  color: #4e4e4e;
}
.process__item-thumb {
  position: relative;
  height: 220px;
}
.process__connect-img {
  left: 32px;
  top: -2px;
}
.process__learn-obj {
  position: absolute;
  top: 0;
  left: 66%;
}
.process__share-img {
  top: -20px;
}

.process__item-connect {
  background-color: #c5d8fc;
}
.process__item-learn {
  background-color: #ffe7d9;
}
.process__item-share {
  background-color: #dcbafe;
}

/* ======== process style end ============ */

/* ======== about-area style start ============ */
.about--area {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.about--area::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 9999px;
  height: 100%;
  content: '';
  background: #fff5d5;
  z-index: -1;
}
.about__max-w {
  max-width: 1440px;
  margin: 0 auto;
  border-left: 26px solid #fff;
  background: #fff5d5;
  padding: 30px 0px;
}
.about__max-w .container-fluid {
  padding-left: 30px;
}
.about__video {
  height: 604px;
}
.about__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
.about__content {
  padding: 70px 40px 30px 88px;
}
.about__content h2.fs-3 {
  line-height: 1.23 !important;
  margin-bottom: 13px;
}

.about__content p {
  font-size: 22px;
  line-height: 1.5;
}

.obj {
  position: absolute;
  z-index: -1;
  max-width: 100%;
}
.objabout--1 {
  left: 50%;
  bottom: 0;
  max-width: 472px;
}
.objabout--2 {
  top: 0;
  right: 0;
  max-width: 390px;
}

/* ======== about-area style end ============ */

/* ======== newsletter style start ============ */
.newsletter--area {
  margin: 80px 0px;
  background-image: url('../imgs/newsletter/newsletter-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0px;
  min-height: 629px;
}

.newsletter__thumb {
  width: 465px;
  height: 554px;
  border-radius: 30px;
  background-image: url('../imgs/newsletter/newsletter-img-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.newsletter__content {
  max-width: 548px;
  width: 100%;
  padding-top: 70px;
}

.newsletter__content-header h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.newsletter__content-header h5 {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.newsletter__content-header {
  margin-bottom: 14px;
}

.newsletter__content-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  width: 100%;
}

.newsletter__content-form label {
  display: block;
  margin-bottom: 12px;
  font-family: var(--gilroy);
  color: #636363;
  font-weight: 500;
}

.newsletter__content-form input {
  width: 100%;
  height: 55px;
  background: #fff;
  border: none;
  padding: 0px 28px;
  font-size: 18px;
  font-weight: 500;
  color: #a0a3bd;
  border-radius: 34px;
  margin-bottom: 22px;
}

.newsletter__info {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.newsletter__info-firstLetter {
  width: 164px;
  height: 164px;
  background: #ffe7d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  font-weight: 500;
  font-family: var(--clash-display);
  color: #000;
  border-radius: 100px;
}
.newsletter__info h4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  line-height: 1.25;
  margin-bottom: 0px;
}
.newsletter__info h4 span.userName {
  text-transform: capitalize;
}
.newsletter__info h4 span.icon {
  margin-left: 7px;
}

.newsletter__obj-1 {
  left: -100px;
  top: 80px;
}

.newsletter__obj-2 {
  bottom: -36px;
  right: 80px;
}

/* ======== newsletter style end ============ */

/* ======== Service-area style start ============ */

.service--area {
  padding: 80px 0px;
}

.service__title,
.game__title {
  margin-bottom: 30px;
  text-align: center;
}
.service__title h2.fs-4,
.game__title h2.fs-4 {
  margin-bottom: 5px;
  display: inline-block;
  text-transform: capitalize;
}
.service__title p,
.game__title p {
  font-size: 18px;
  font-weight: normal;
}
.service__title h2 {
  position: relative;
  z-index: 1;
}
.service__title-obj {
  position: absolute;
  right: -20px;
  bottom: -4px;
  width: 175px;
  height: 28px;
  content: '';
  background-color: #dcbafe;
  z-index: -1;
}

.service__item-thumb {
  height: 160px;
  width: 285px;
  margin: 0 auto;
}
.service__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service__item {
  background-color: #f1f6ff;
  overflow: hidden;
  padding: 20px 12px 30px;
  border-radius: 30px;
  height: 100%;
}
.service__item-cotnent h4 {
  font-weight: 500;
  color: #000000;
  margin-bottom: 3px;
}

.service__item-cotnent p {
  margin-bottom: 0px;
  color: #000000;
  font-weight: normal;
}

.service-obj--1 {
  left: 22%;
  top: 7%;
  max-width: 100%;
}

.service-obj--2 {
  top: -22px;
  right: 20%;
}

.service-obj--3 {
  bottom: 0;
  right: 16%;
}

/* ======== Service-area style end ============ */

/* ======== game-area style start ============ */
.game--area {
  padding: 80px 0px;
}
.game__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 35px 35px 87px;
}
.game__item-wheelpicker {
  background-image: url('../imgs/game/wheel-picker-bg.png');
}
.game__item-music {
  background-image: url('../imgs/game/music-bg.png');
}

.game__item-content {
  max-width: 609px;
  margin: 0 auto;
}
.game__item-content__title {
  margin-bottom: 59px;
  text-align: center;
}
.game__item-content__title h5 {
  color: #000000;
  margin-bottom: 2px;
}
.game__item-content__title p {
  color: #000;
  font-size: 16px;
}
.game__item-content__game {
  text-align: center;
  position: relative;
}
.game__item-music-icon {
  position: absolute;
  right: 50px;
  top: 0;
}

/* ======== game-area style end ============ */

/* ======== tool-area style start ============ */
.tool--area {
  padding: 80px 0px 150px;
}
.tool__thumb {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.tool__thumb-1 {
  width: 227px;
  height: 497px;
  border-radius: 100px;
  flex: 0 0 auto;
}

img.tool__thumb-2 {
  width: 190px;
  height: 364px;
  border-radius: 100px;
  flex: 0 0 auto;
}

.tool__thumb img {
  object-fit: cover;
  object-position: center;
}

.tool__content-title h2 {
  font-weight: 500;
  margin-bottom: 5px;
}

.tool__content-title p {
  font-weight: 500;
  margin-bottom: 0;
}

.tool__content-title {
  margin-bottom: 30px;
}

.tool__feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.tool__feature-icon {
  width: 70px;
  height: 66px;
  background: #ff5443;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.tool__feature-content h4 {
  margin-bottom: 0px;
}

.tool__feature-content p {
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
}

.tool__feature-business .tool__feature-icon {
  background: #66428a;
}

.tool__feature.tool__feature-family {
  margin-bottom: 30px;
}
.tool-obj--1 {
  top: 0;
  left: 0;
}

.tool-obj--2 {
  left: 37%;
  top: -18px;
}

.tool-obj--3 {
  bottom: 134px;
  right: 25px;
  transform: rotate(-85deg);
}

/* ======== tool-area style end ============ */

/* ======== footer style start ============ */

.footer--area {
  background: #f1f6ff;
}

.footer__top {
  padding: 42px 0px 64px;
}

.footer__content h4 a {
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.03em;
  color: #000000;
}

.social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social a {
  width: 40px;
  height: 40px;
  border: 1px solid #828282;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}

.social a:hover {
  background: #dcbafe;
  border-color: #dcbafe;
}

.footer__widget h6 {
  color: #000;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}

.footer__widget ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #383838;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  padding: 0px 0px;
}

.footer__widget ul li:hover a {
  text-decoration: underline;
  color: #ff5443;
}

.footer__backTop {
  background: transparent;
  padding: 0px;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.footer__backTop span.icon {
  position: relative;
  width: 34px;
  height: 34px;
  background: #4a4a4a;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  gap: 0px;
  transition: all 0.3s;
}

.footer__backTop span.icon img {
  padding: 9px 0px;
  transition: all 0.3s;
}

.footer__backTop span.icon:hover img.live-icon {
  transform: translateY(-26px);
}

.footer__backTop span.icon:hover img.next-icon {
  transform: translateY(-35px);
}

.footer__bottom {
  border-top: 1px solid #8c8c8c;
  padding: 18px 0px;
}

.footer__bottom p {
  font-size: 18px;
  color: #3f3f3f;
  font-weight: 400;
}

/* ======== footer style end ============ */

/* ======== authentication or login/signup page style start ============ */

.auth--area {
  background-image: url('../imgs/login/login-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 102px 0px 40px;
}

.auth__wrapper {
  background-color: #fff;
  border-radius: 26px;
  max-width: 532px;
  padding: 38px 38px;
  width: 100%;
  margin: 0 auto;
}

.auth__header h2 {
  font-family: var(--urbanist);
  font-weight: 600;
  line-height: 1;
  color: #203864;
  margin-bottom: 4px;
}
.auth__header p {
  font-size: 17px;
  color: #909090;
  line-height: 1;
  margin-bottom: 0px;
  font-family: var(--urbanist);
}
.auth__header {
  margin-bottom: 28px;
}

.auth__form-box label {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--gilroy);
  color: #8c90b6;
  display: block;
  margin-bottom: 10px;
}
.input-box input {
  background-color: #afc5ef33;
  width: 100%;
  height: 48px;
  border-radius: 40px;
  color: #203864;
  font-weight: 500;
  font-family: var(--gilroy);
  border: none;
  padding: 0px 65px;
  font-size: 14px;
}
.input-box input::placeholder {
  color: #203864;
  font-weight: 500;
  font-family: var(--gilroy);
  font-size: 14px;
}
.input-box {
  position: relative;
}
.input-box-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box-icon:first-child {
  left: 22px;
}
.input-box-icon:last-child {
  right: 22px;
}
.checkBox input {
  display: none;
}
.checkBox label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #8c90b6;
  font-weight: normal;
  font-family: var(--gilroy);
}
.checkBox label span.ind {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d9d9;
}

.checkBox label span.ind i {
  opacity: 0;
  transition: all 0.3s;
  font-size: 16px;
}
.checkBox input:checked ~ label span.ind i {
  opacity: 1;
}

.auth__form-submit .btn {
  padding: 17px 40px;
  font-size: 15px;
  line-height: 1;
}

.auth__form-options {
  gap: 28px;
}
.auth__form-option {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #eff3fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.auth__form-option:hover {
  background-color: #dce7ff;
}

.auth__form-link p {
  font-size: 18px;
  color: #909090;
  margin-bottom: 0px;
}
.auth__form-link p a {
  text-decoration: none;
  color: #f5772d;
}
.auth__form-link p:hover a {
  text-decoration: underline;
  color: #f5772d;
}

/* ======== authentication or login/signup page style end ============ */

/* ======== Select-your-role style start ============ */

.role--area {
  padding: 100px 0px 40px;
  background-image: url('../imgs/login/login-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.role__wrapper {
  max-width: 813px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 38px 72px 52px;
  margin: 0 auto;
}

.role__title h2 {
  font-weight: 500;
  font-size: 30px;
  font-family: var(--manrope);
  color: #000000;
  line-height: 1;
  margin-bottom: 0;
}

.role__title {
  margin-bottom: 52px;
}

.role__items {
  justify-content: space-between;
  gap: 40px;
}

.role__item {
  flex-grow: 1;
}
.role__item label {
  background: #fff2c9;
  padding: 32px 44px 30px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.role__item input {
  display: none;
}

.role__item-text h3 {
  font-family: var(--manrope);
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.role__item:hover label {
  background: #dcbafe;
}
.role__item input:checked ~ label {
  background: #dcbafe;
}

/* ======== Select-your-role style end ============ */

/* ======== pricing style start ============ */
.pricing--area {
  background-color: #ffe7d9;
  z-index: 1;
}
.pricing--area .container {
  position: relative;
  z-index: 1;
}
.pricing__header {
  margin-bottom: 30px;
}
.pricing__header h2 {
  font-size: 48px;
  font-weight: 500;
  font-family: var(--gilroy);
  margin-bottom: 0px;
}
.pricing__wrapper {
  min-height: 100vh;
  padding-top: 150px;
}
.pricing__table {
  padding: 0px 22px;
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pricing__table-header span {
  font-size: 22px;
  font-weight: 500;
  display: block;
  line-height: 40px;
  font-family: var(--gilroy);
  margin-bottom: 12px;
}
.pricing__table-header h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 14px;
  color: #000000;
  font-family: var(--gilroy);
}
.pricing__table-header h4 sub {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #8c90b6;
  font-family: var(--gilroy);
  bottom: 0;
}
.pricing__table-header p {
  font-family: var(--gilroy);
  font-weight: normal;
  color: #000000;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.1;
}
.pricing__table-header .btn {
  font-size: 15px;
  line-height: 20px;
  padding: 15px 30px;
  min-width: 189px;
}
.pricing__table-header {
  padding: 22px 0px 22px;
  border-bottom: 1px solid #020c0d4d;
}

.pricing__table-body {
  padding: 24px 0px 50px;
}
.pricing__table-body ul li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  line-height: 27px;
  font-family: var(--gilroy);
  font-weight: 400;
  color: #203864;
  padding: 6px 0px;
}
.pricing__table-body ul li.unchecked {
  color: #a0a3bd;
}
.pricing__table-body ul li span.icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.pricing__table-badge {
  background-color: #ffc300;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 13px 10px;
  text-align: center;
  color: #203864;
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  margin: 0 -22px;
}

.obj-pricing--1 {
  left: 0;
  top: 30%;
  max-width: 85px;
}

.obj-pricing--2 {
  bottom: 115px;
  right: 0;
  max-width: 85px;
}

.obj-pricing--3 {
  right: 7%;
  top: 17%;
}

.obj-pricing--star-2 {
  left: 24%;
  top: 18%;
  max-width: 78px;
}

.obj-pricing--star-1 {
  left: 10%;
  top: 30%;
  max-width: 39px;
}

.obj-pricing--star-3 {
  top: 26%;
  left: 40%;
  max-width: 78px;
}

.obj-pricing--star-4 {
  left: 68%;
  top: 15%;
  max-width: 39px;
}
/* ======== pricing style end ============ */
