@import url("./main_font.css");

/*==================body=================*/

/*==================horizontalDiv=================*/
.horizontalDiv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.horizontalDiv div {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 16px;
  background: var(--white);
}

.horizontalDiv img {
  width: 100%;
  height: auto;
}

.horizontalDiv p {
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

/*==================brdcrumbBox=================*/
.brdcrumbBox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brdcrumbBox .backLink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--white);
  width: 40px;
  height: 40px;
  background: var(--gray-color);
  border-radius: 8px;
}

.brdcrumbBox .backLink:hover {
  color: var(--bg-color);
}

.brdcrumbBox ul {
  height: 40px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  background: var(--gray-color);
  border-radius: 8px;
}

.brdcrumbBox ul a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  font-size: 14px;
}

.brdcrumbBox ul span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: 1;
}

.brdcrumbBox ul p {
  display: flex;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--gray-color);
  text-align: center;
  font-size: 10px;
}

.brdcrumbBox ul a:hover {
  color: var(--bg-color);
}

.brdcrumbBox .patrnTopRght,
.brdcrumbBox .patrnTopLft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.brdcrumbBox .shareLink,
.brdcrumbBox .likeBox {
  width: 40px;
  height: 40px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--gray-color);
  cursor: pointer;
}

.brdcrumbBox .shareLink {
  font-size: 21px;
}

.brdcrumbBox .likeBox {
  font-size: 25px;
}

.brdcrumbBox .likeBox:hover,
.brdcrumbBox .likeBox.active {
  color: var(--bg-color);
}

.shareBox .shareList {
  display: none;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 14;
  padding: 18px;
  border-radius: 24px;
  background: var(--white);
  width: 264px;
}

.shareLstHed {
  display: none;
  align-items: center;
  justify-content: center;
  height: 31px;
  margin-bottom: 20px;
}

.shareLstHed strong {
  color: var(--black-80);

  text-align: center;
  font-size: 20px;
}

.shareLstHed span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--black-00);
}

.shareBox .shareList .copyLnkBox {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: var(--gray-color);
  color: var(--white);
  margin-bottom: 15px;
}

.shareBox .shareList .copyLnkBox p {
  font-size: 16px;
}

.shareBox .shareList .copyLnkBox:hover {
  color: var(--bg-color);
}

.shareBox .shareList .socialLnks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
}

.shareBox .shareList .socialLnks a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 10px;
}

.shareBox .shareList .socialLnks a.telegramLnk {
  background: #24a1de;
  font-size: 18px;
}

.shareBox .shareList .socialLnks a.whatsAppLnk {
  background: #25d366;
  font-size: 24px;
}

.shareBox .shareList .socialLnks a.twiterLnk {
  background: #1da1f2;
  font-size: 18px;
}

.shareBox .shareList .socialLnks a.instaLnk {
  background: linear-gradient(117deg, #f9ce34, #ee2a7b, #6228d7);
  font-size: 22px;
}

.shareBox .shareList .socialLnks a:hover {
  color: var(--bg-color);
}

.patrnPgTop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.patrnPgTop .rate span {
  font-size: 24px;
}

.patrnPgTop .rate .icon-solar--star-bold {
  font-size: 26px;
}

/*==================flotingSwich=================*/
.flotingSwich {
  position: absolute;
  right: 25px;
  top: calc(100% - 140px);
  width: 24px;
  height: 44px;
}

.flotingSwich .checkbox {
  opacity: 0;
  position: absolute;
}

.flotingSwich .checkbox-label {
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: var(--gray-color);
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding: 4px 0 3px 0;
}

.flotingSwich .checkbox-label .ball {
  background-color: var(--gray-color);
  width: 24px;
  height: 24px;
  padding: 4px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: transform 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flotingSwich .checkbox-label .ball img {
  width: 100%;
  height: 100%;
}

.flotingSwich .checkbox:checked+.checkbox-label .ball {
  transform: translateY(24px);
}

/*==================splashPg=================*/
.splashPg {
  background: var(--crimson-color);
  min-height: 100vh;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 45px;
  padding: 40px 15px 15px 15px;
}

.splashPg .splashTop {
  width: 100%;
  max-width: 236px;
  margin: 10px auto;
}

.splashPg .splashTop img {
  width: 236px;
  height: auto;
}

.splashPg .splashTop p {
  color: var(--white);
  font-size: 14px;
  margin: 5px auto 20px auto;
}

.splashPg .splashBtm {
  width: 100%;
  margin: 10px auto;
  color: var(--white);
}

.splashPg .splashBtm img {
  width: 46px;
  height: auto;
}

.splashPg .splashBtm p {
  font-size: 12px;
  margin: 10px auto;
}

.splashPg .splashBtm i {
  font-family: "RobotoBold";
  font-size: 10px;
}

/*==================notFoundPg=================*/
.notFoundPg {
  background: var(--bg-color);
}

.notFoundTop {
  background: var(--gray-color);
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notFoundTop a {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 24px;
  color: var(--white);
}

.notFoundTop a:hover {
  color: var(--bg-color);
}

.notFoundTop img {
  display: block;
  width: 118px;
  height: auto;
}

.notFoundTxt {
  text-align: center;
  margin: 40px auto;
  padding: 20px;
}

.notFoundTxt img {
  width: 100%;
  max-width: 557px;
  height: auto;
}

.notFoundTxt h1 {
  color: var(--black-80);
  font-size: 40px;
}

.notFoundTxt p {
  color: var(--black-10);
  font-size: 24px;
  margin: 10px auto 30px auto;
}

.notFoundTxt a {
  width: 240px;
  height: 56px;
  padding: 0 16px;
  border-radius: 12px;
  background: var(--gray-color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 10px auto;
}

.notFoundTxt a:hover {
  background: var(--white);
  color: var(--gray-color);
}

/***************language Selectbox****************/
.dropSel {
  min-width: 82px;
  display: block;
  transition: all 0.5s ease;
  position: relative;
  color: var(--white);
  text-align: right;
}

.dropSel p {
  font-size: 14px;
}

.dropSel .select {
  width: 100%;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  gap: 5px;
}

.dropSel .dropSelDiv {
  display: flex;
  align-items: center;
}

.dropSel .dropSelDiv span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dropSel .select>.expndMrIcon {
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  margin-left: 5px;
  font-style: normal;
}

.dropSel.active .select>.expndMrIcon {
  transform: rotate(180deg);
}

.dropSel .dropdown-mnu {
  width: 100%;
  min-width: 95px;
  left: 0;
  display: none;
  height: max-content;
  text-align: left;
  z-index: 9;
  padding: 2px 4px;
  padding-bottom: 0;
  border-radius: 12px;
}

.dropSel .dropdown-mnu li {
  border-bottom: 1px solid #cbcacabd;
}

.dropSel .dropdown-mnu li:last-child {
  border-bottom: none;
  margin-bottom: 2px;
}

.dropSel .dropdown-mnu li a {
  padding: 6px 8px;
}

.dropSel .dropdown-mnu li a,
.dropSel .select span a {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dropSel .dropdown-mnu img,
.dropSel .select span img {
  width: 22px;
  height: auto;
  margin-left: 10px;
  object-fit: cover;
}

/*==================header=================*/
.headerSec {
  background: var(--gray-color);
  width: 100%;
  padding: 12px 0;
  z-index: 14;
}

.headerSec .dropSel .select {
  width: max-content;
}

.headerSec .dropSel .select {
  border: 1px solid var(--white);
}

.headerSec .dropSel .select>.expndMrIcon::before {
  color: var(--white);
}

.headerSec .dropSel .dropdown-mnu {
  background-color: var(--gray-color);
  border: 1px solid var(--white);
}

.headerSec .dropSel .dropdown-mnu li p,
.headerSec .dropSel .select span p {
  color: var(--white);
}

.headerSec .dropSel .dropdown-mnu li a:hover p {
  color: var(--bg-color);
}

.headerSec .dropSel .dropdown-mnu {
  position: absolute;
  top: 36px;
}

.headerSec.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.headerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.headerBox .hdrLogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.headerBox .hdrLogo a {
  display: none;
  min-width: 118px;
  width: 118px;
  height: auto;
}

.headerBox .hdrLogo img {
  width: 100%;
  height: auto;
}

.headerBox .hdrLogo p,
.headerBox .hdrLogo i {
  color: var(--white);
  text-align: right;
  font-size: 14px;
}

.headerBox .hdrLogo i {
  display: block;
}

.headerBox .hdrMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.headerBox .hdrMenu a {
  display: none;
  font-size: 15px;
  color: var(--white);
}

.headerBox .hdrMenu a:hover {
  color: var(--bg-color);
}

.headerBox .leftLinks {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.headerBox .leftLinks .hdrUsrLnk {
  width: max-content;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 2px 15px;
  border-radius: 12px;
  border: 1px solid var(--white);
  color: var(--white);
}

.headerBox .leftLinks .hdrUsrLnk i {
  text-align: center;
  font-size: 15px;
}

.headerBox .leftLinks .hdrUsrLnk span {
  font-size: 24px;
}

.headerBox .leftLinks .hdrUsrLnk:hover {
  color: var(--bg-color);
  border-color: var(--bg-color);
}

.headerBox .leftLinks .hdrUsrImg {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
}

.headerBox .leftLinks .hdrUsrImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.headerBox .opnSideMnu {
  display: block;
  color: var(--white);
  font-size: 24px;
  cursor: pointer;
}

.headerBox .opnSideMnu:hover {
  color: var(--bg-color);
}

/*==================mobileMnu=================*/
.mobileMnu {
  position: fixed;
  left: -280px;
  top: 0;
  width: 280px;
  background: var(--bg-color);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  min-height: 100vh;
  height: 100%;
  padding: 20px 20px 32px 20px;
  overflow: auto;
  z-index: 15;
}

.mobileMnu.opened {
  left: 0;
}

.mobileMnu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: var(--bg-color);
}

.mobileMnu::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: var(--gray-color);
  --webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.mobileMnu .cloSideMnu {
  font-size: 25px;
  color: var(--gray-color);
  cursor: pointer;
  margin: 0 0 0 auto;
  display: block;
  width: max-content;
}

.mobileMnu .signOutDiv div {
  border-radius: 50%;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(68, 71, 90, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.mobileMnu .signOutDiv div img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.mobileMnu .signOutDiv a {
  display: block;
  margin: 10px auto;
  color: var(--gray-color);
  text-align: center;
  font-size: 16px;
}

.mobileMnu .signInDiv {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mobileMnu .signInDiv div {
  border-radius: 50%;
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.mobileMnu .signInDiv div img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.mobileMnu .signInDiv strong {
  color: var(--black-80);
  font-size: 16px;
  line-height: 1;
}

.mobileMnu .signInDiv i {
  color: var(--black-10);
  font-size: 12px;
}

.mobileMnu .signInDiv p {
  margin-top: 10px;
  color: var(--white);
  font-size: 10px;
  display: flex;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--gray-color);
}

.mobileMnu .mobiMnuTxt {
  color: var(--black-80);
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid rgba(68, 71, 90, 0.4);
  padding: 12px 16px;
  margin-top: 35px;
}

.mobileMnu .mobiMnuLnk {
  border-top: 1px solid rgba(68, 71, 90, 0.4);
  width: 100%;
  margin: 15px 0 25px 0;
  padding-top: 15px;
}

.mobileMnu .mobiMnuLnk a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 48px;
  width: 100%;
  padding: 0 15px 0 12px;
  border-radius: 12px;
  background: var(--gray-color);
  margin-bottom: 10px;
}

.mobileMnu .mobiMnuLnk a div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--white);
}

.mobileMnu .mobiMnuLnk a span {
  font-size: 24px;
}

.mobileMnu .mobiMnuLnk a p {
  font-size: 14px;
}

.mobileMnu .mobiMnuLnk a i {
  font-size: 20px;
  color: #ffffff49;
}

.mobileMnu .mobiMnuLnk a.disbleLnk {
  background: #44475a44;
}

.mobileMnu .mobiMnuLnk a:hover i {
  transform: translateX(-3px);
  color: var(--white);
}

.mobileMnu .mobiMnuLnk a.disbleLnk:hover i {
  transform: unset;
  color: #ffffff49;
}

.mobileMnu .sidDropSel {
  display: block;
  margin-bottom: 6px;
  color: var(--black-80);
  font-size: 14px;
}

.mobileMnu .dropSel .select {
  width: 100%;
  border: 1px solid rgba(68, 71, 90, 0.4);
}

.mobileMnu .dropSel .select>.expndMrIcon::before {
  color: var(--black-80);
}

.mobileMnu .dropSel .dropdown-mnu {
  background-color: var(--bg-color);
  border: 1px solid rgba(68, 71, 90, 0.4);
}

.mobileMnu .dropSel .dropdown-mnu li p,
.mobileMnu .dropSel .select span p {
  color: var(--black-80);
}

.mobileMnu .dropSel .dropdown-mnu li p:hover {
  color: var(--gray-color);
}

.mobileMnu .dropSel .dropdown-mnu {
  position: relative;
  top: 2px;
}

/*==================btmMnuSec=================*/
.btmMnuSec {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: max-content;
  min-height: 45px;
  background: var(--gray-color);
  z-index: 13;
}

.btmMnuSec .btmMnuBox {
  width: 100%;
  height: max-content;
  background: var(--gray-color);
  position: relative;
  padding: 13px 40px 8px 40px;
}

.btmMnuSec .chngDesign {
  width: 24px;
  height: 24px;
  left: 20px;
  top: -13px;
  z-index: 2;
  border-radius: 8px;
  border: 1px solid var(--gray-color);
  background: var(--gray-20);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--black-80);
}

.btmMnuSec .chngDesign.clicked span {
  transform: rotate(180deg);
}

.btmMnuSec ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.btmMnuSec ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.btmMnuSec ul.colDesign li a {
  flex-direction: column;
}

.btmMnuSec ul.rowDesign li a {
  flex-direction: row;
}

.btmMnuSec ul div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btmMnuSec ul.rowDesign li div {
  border-radius: 4px;
}

.btmMnuSec ul.colDesign li div {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--white);
}

.btmMnuSec ul.rowDesign span span:before {
  color: var(--white);
}

.btmMnuSec ul span {
  font-size: 16px;
}

.btmMnuSec ul p {
  color: var(--white);
}

.btmMnuSec ul li a.active div {
  background: var(--crimson-color);
}

.btmMnuSec ul li a.active span span:before {
  color: var(--white);
}

/*==================mainCatSec=================*/
.mainCatSec {
  margin-bottom: 100px;
}

.freVrsnTag {
  margin: 15px auto 45px auto;
  color: var(--white);
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--gray-color);
  text-align: center;
  font-size: 14px;
  width: max-content;
}

.mainCatSec .mainCatLst {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.mainCatSec .mainCatCrd {
  width: 25%;
  flex: 23%;
  border-radius: 24px;
  padding-top: 24px;
  transition: all 0.6s;
}

.mainCatSec .mainCatCrd.cat01 {
  background: #a64839;
}

.mainCatSec .mainCatCrd.cat02 {
  background: #573447;
}

.mainCatSec .mainCatCrd.cat03 {
  background: #308051;
}

.mainCatSec .mainCatCrd.cat04 {
  background: #948e50;
}

.mainCatSec .mainCatCrd.cat05 {
  background: #8f2854;
}

.mainCatSec .mainCatCrd.cat06 {
  background: #834364;
}

.mainCatSec .mainCatCrd.cat07 {
  background: #007c81;
}

.mainCatSec .mainCatCrd.cat08 {
  background: #ae7834;
}

.mainCatSec .mainCatCrd.cat09 {
  background: #247d70;
}

.mainCatSec .mainCatCrd.cat10 {
  background: #55355c;
}

.mainCatSec .mainCatCrd.cat11 {
  background: #9b2a2c;
}

.mainCatSec .mainCatCrd.cat12 {
  background: #58408f;
}

.mainCatSec .mainCatCrd:hover {
  transform: translateY(-3px);
}

.catCrdLock {
  right: 16px;
  top: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  background: rgb(192 190 190 / 31%);
}

.catCrdNum {
  top: 16px;
  left: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
}

.catCrdBdy {
  z-index: 1;
  padding: 0 15px 15px 15px;
}

.mainCatSec .catCrdBdy img {
  width: 81%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.catCrdBdy strong {
  display: block;
  width: 100%;
  color: var(--white);
  text-align: center;
}

.mainCatSec .catCrdBdy strong {
  font-size: 24px;
}

/*==================catgrySec=================*/
.catgrySec {
  margin-bottom: 100px;
}

.catgrySec .ctgryList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  justify-items: center;
}

.catgrySec .ctgryCrd {
  width: 200px;
  height: 200px;
  border-radius: 24px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.square-card {
  aspect-ratio: 1 / 1;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}

.catgrySec .ctgryCrd.catCrd1 {
  background: #ae7834;
}

.catgrySec .ctgryCrd.catCrd2 {
  background: #71294f;
}

.catgrySec .ctgryCrd.catCrd3 {
  background: #834364;
}

.catgrySec .ctgryCrd.catCrd4 {
  background: #9b2a2c;
}

.catgrySec .ctgryCrd.catCrd5 {
  background: #308051;
}

.catgrySec .ctgryCrd.catCrd6 {
  background: #857e36;
}

.catgrySec .ctgryCrd.catCrd7 {
  background: #58408f;
}

.catgrySec .ctgryCrd.catCrd8 {
  background: #6b8777;
}

.catgrySec .ctgryCrd.catCrd9 {
  background: #8f2854;
}

.catgrySec .ctgryCrd.catCrd10 {
  background: #8f8311;
}

.catgrySec .ctgryCrd.catCrd11 {
  background: #a64839;
}

.catgrySec .ctgryCrd.catCrd12 {
  background: #007c81;
}

.catgrySec .ctgryCrd.catCrd13 {
  background: #693b53;
}

.catgrySec .ctgryCrd.catCrd14 {
  background: #948e50;
}

.catgrySec .ctgryCrd.catCrd15 {
  background: #8f24a6;
}

.catgrySec .ctgryCrd.catCrd16 {
  background: #109985;
}

.catgrySec .ctgryCrd.catCrd17 {
  background: #a64839;
}

.catgrySec .ctgryCrd.catCrd18 {
  background: #9b2a2c;
}

.catgrySec .ctgryCrd.catCrd19 {
  background: #b81c1f;
}

.catgrySec .ctgryCrd.catCrd20 {
  background: #ae7834;
}

.catgrySec .ctgryCrd.catCrd21 {
  background: #3f6263;
}

.catgrySec .ctgryCrd.catCrd22 {
  background: #a64839;
}

.catgrySec .ctgryCrd.catCrd23 {
  background: #6a453b;
}

.catgrySec .ctgryCrd.catCrd24 {
  background: #a43a71;
}

.catgrySec .ctgryCrd:hover {
  transform: translateY(-3px);
}

.catgrySec .catCrdBdy img {
  width: 85%;
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.catgrySec .catCrdBdy strong {
  font-size: 20px;
  display: block;
  margin-top: -12px;
  text-align: center;
  line-height: 1.2;
}

.catgrySec .ctgryCrd .catCrdBdy {
  padding: 0 0 10px 0;
}

/*==================footer=================*/
.footerBox {
  border-top: 1px solid rgba(34, 34, 34, 0.4);
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  color: var(--black-80);
}

.footerBox span {
  font-size: 24px;
}

.footerBox p {
  font-size: 16px;
  text-align: right;
}

.footerBox a {
  font-family: "RobotoMedium";
  font-size: 16px;
  color: var(--black-80);
}

.footerBox a:hover {
  color: var(--gray-color);
}

/*==================signupMdl=================*/
.signupMdl .modal-content {
  background: var(--bg-color);
  padding: 40px 20px 20px 20px;
  border-radius: 24px;
}

.signupMdl .modalHeader {
  margin-bottom: 35px;
}

.signupMdl .modalHeader button {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background: transparent;
  font-size: 32px;
  color: var(--black-00);
  transform: translateY(-50%);
  height: 32px;
  line-height: 1;
}

.signupMdl .modalHeader h5 {
  color: var(--black-80);
  text-align: center;
  font-size: 40px;
}

.signinForm {
  direction: ltr;
}

.signinForm .logInput {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid rgba(68, 71, 90, 0.4);
  background: var(--bg-color);
}

.signinForm .logInput .input-group-text {
  border-radius: 0 12px 12px 0;
  background: transparent;
  color: var(--black-80);
  font-size: 24px;
  border: none;
}

.signinForm .logInput input {
  color: var(--black-80);
  font-size: 16px;
  background: transparent;
  border-radius: 12px 0 0 12px;
  border: none;
}

.signinForm .logInput:has(input:focus) {
  border-color: var(--gray-color);
}

.signinForm .form-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.signinForm .form-check .form-check-input {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid var(--gray-color);
}

.signinForm .form-check .form-check-input:checked {
  background-color: var(--gray-color);
}

.signinForm .form-check label {
  color: var(--black-80);
  text-align: right;
  font-size: 16px;
  line-height: 1;
  padding-top: 5px;
}

.signinForm .loginBtn {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background: var(--gray-color);
  color: var(--white);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signinForm .loginBtn:hover {
  background: var(--white);
  color: var(--gray-color);
}

.resendText {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 40px;
}

.resendText p {
  color: var(--black-80);
  font-size: 16px;
}

.resendText a,
.resendText button {
  display: block;
  border: none;
  background: none;
  text-decoration-line: underline;
  color: var(--gray-color);
  font-size: 16px;
}

.resendText a:hover,
.resendText button:hover {
  color: var(--crimson-color);
}

.mdlCodeTxt {
  max-width: 248px;
  margin: 0 auto 10px auto;
  color: var(--black-10);
  text-align: center;
  font-size: 16px;
}

#scanMdl .mdlCodeTxt {
  max-width: 282px;
  margin-bottom: 50px;
}

.mdlCodeTxt span {
  color: var(--gray-color);
}

.signinForm .enterPhonBx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 56px;
  direction: ltr;
  margin: 30px auto;
}

.signinForm .enterPhonBx input {
  width: 56px;
  height: 56px;
  text-align: center;
  box-sizing: border-box;
  background: transparent;
  color: var(--black-80);
  font-size: 24px;
  border-radius: 12px;
  border: 1px solid rgba(68, 71, 90, 0.4);
}

.signinForm .enterPhonBx input:focus {
  border-color: var(--gray-color);
}

.signupMdl .descriptionTxt {
  color: var(--black-10);
  font-size: 16px;
  margin-bottom: 25px;
}

#editNameMdl h5 {
  font-size: 20px;
}

.cameraBox {
  z-index: 2;
  width: 100%;
  height: calc(100vh + 156px);
  /* background: var(--black-00); */
  background: transparent;
}

.cameraBox .scanImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cameraBox .scanImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cameraBox .cameraBgImg {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 2;
}

.barcodeTxtBox {
  background: var(--bg-color);
  padding: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
}

.barcodeTxt {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(68, 71, 90, 0.4);
}

.barcodeTxt .brcodTxtHed {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.barcodeTxt .brcodTxtHed div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-color);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 24px;
  color: var(--white);
}

.barcodeTxt .brcodTxtHed h2 {
  color: var(--black-80);
  font-size: 24px;
}

.barcodeTxt p {
  color: var(--black-10);
  font-size: 16px;
}

.circle-timer {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 30px auto;
  display: none;
}

.circle-timer svg {
  max-width: 100%;
}

.circle-timer .timer-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  bottom: 10%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  color: var(--black-80);
  font-size: 16px;
}

.circle-timer #stop1,
.circle-timer #stop2 {
  transition: all 3s linear;
}

.circle-timer #ticker {
  transition: all 1s linear;
}

/*==================signinPage=================*/
.signinPage {
  width: 100%;
  max-width: 480px;
  margin: 50px auto 30px auto;
  padding: 10px;
}

.signinPage form {
  margin-top: 40px;
}

.signinPage h1 {
  color: var(--black-80);
  text-align: center;
  font-size: 40px;
  margin-bottom: 15px;
}

.signinPage .signinForm .loginBtn {
  height: 48px;
}

/*==================purchaseSec=================*/
.purchaseSec .gnrlPurchase {
  margin-top: 40px;
}

.purchaseSec .gnrlHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}

.purchaseSec .gnrlHed h2 {
  color: var(--black-80);
  font-size: 32px;
}

.purchaseSec .gnrlHed a {
  font-size: 32px;
  line-height: 1;
  border-radius: 50%;
}

.purchaseSec .gnrlHed a:hover {
  opacity: 0.8;
}

.purchaseSec .gnrlList,
.purchaseSec .snglList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.purchaseSec .gnrlList {
  margin-bottom: 40px;
}

.purchaseSec .snglList {
  margin-bottom: 70px;
}

.purchaseSec .gnrlList .gnrlCrd,
.purchaseSec .snglList .snglCrd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 16px;
  padding: 20px;
  width: 50%;
  flex: 48%;
}

.purchaseSec .gnrlList .gnrlCrd {
  background: var(--gray-color);
}

.purchaseSec .gnrlList .gnrlCrdRght,
.purchaseSec .snglCrd .snglCrdRght {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: var(--white);
}

.purchaseSec .gnrlCrdRght span {
  font-size: 40px;
}

.purchaseSec .gnrlCrdRght strong {
  display: block;
  font-size: 16px;
}

.purchaseSec .gnrlCrdRght p {
  font-size: 14px;
}

.purchaseSec .snglCrd a,
.purchaseSec .gnrlList .gnrlCrd a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 1px solid var(--white);
  text-align: center;
  font-size: 16px;
  height: 40px;
  padding: 0px 24px;
  border-radius: 12px;
  width: max-content;
  min-width: 100px;
}

.purchaseSec .snglCrd a:hover,
.purchaseSec .gnrlList .gnrlCrd a:hover {
  color: var(--bg-color);
  border-color: var(--bg-color);
}

.purchaseSec .snglCrd.snglCrd01 {
  background: #308051;
}

.purchaseSec .snglCrd01 button {
  color: #308051;
}

.purchaseSec .snglCrd.snglCrd02 {
  background: #948e50;
}

.purchaseSec .snglCrd02 button {
  color: #948e50;
}

.purchaseSec .snglCrd.snglCrd03 {
  background: #a64839;
}

.purchaseSec .snglCrd03 button {
  color: #a64839;
}

.purchaseSec .snglCrd.snglCrd04 {
  background: #573447;
}

.purchaseSec .snglCrd04 button {
  color: #573447;
}

.purchaseSec .snglCrd.snglCrd05 {
  background: #007c81;
}

.purchaseSec .snglCrd05 button {
  color: #007c81;
}

.purchaseSec .snglCrd.snglCrd06 {
  background: #ae7834;
}

.purchaseSec .snglCrd06 button {
  color: #ae7834;
}

.purchaseSec .snglCrd.snglCrd07 {
  background: #8f2854;
}

.purchaseSec .snglCrd07 button {
  color: #8f2854;
}

.purchaseSec .snglCrd.snglCrd08 {
  background: #834364;
}

.purchaseSec .snglCrd08 button {
  color: #834364;
}

.purchaseSec .snglCrd.snglCrd09 {
  background: #9b2a2c;
}

.purchaseSec .snglCrd09 button {
  color: #9b2a2c;
}

.purchaseSec .snglCrd.snglCrd10 {
  background: #58408f;
}

.purchaseSec .snglCrd10 button {
  color: #58408f;
}

.purchaseSec .snglCrd .snglCrdIcn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  top: 8px;
  background: rgb(192 190 190 / 31%);
  border-radius: 50%;
  color: var(--white);
}

.purchaseSec .snglCrd .snglCrdIcn .icon-Group-2206 {
  font-size: 14px;
}

.purchaseSec .snglCrd .snglCrdIcn .icon-Vector {
  font-size: 10px;
}

.purchaseSec .snglCrd .snglCrdRght img {
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.purchaseSec .snglCrd .snglCrdTtl div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.purchaseSec .snglCrd .snglCrdTtl strong {
  font-size: 16px;
}

.purchaseSec .snglCrd .snglCrdTtl i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.purchaseSec .snglCrd .snglCrdTtl p {
  font-size: 14px;
}

.purchaseSec .snglCrd button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--white);
  text-align: center;
  font-size: 16px;
  height: 40px;
  padding: 0px 24px;
  border-radius: 12px;
  width: max-content;
  min-width: 100px;
}

.purchaseSec .snglCrd button:hover {
  color: var(--bg-color);
  border-color: var(--bg-color);
  background: transparent;
}

/*==================peymentSec=================*/
.peymentSec {
  margin-top: 50px;
  margin-bottom: 100px;
}

.peymentSec .peymentDiv {
  border-radius: 24px;
  background: #573447;
  padding: 64px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.peymentSec .peymentImg {
  width: 380px;
}

.peymentSec .peymentImg img {
  width: 100%;
  height: auto;
}

.peymentSec .peymentInfo {
  width: calc(100% - 380px);
}

.peymentSec .peymentInfo li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.peymentSec .peymentInfo li strong {
  font-size: 20px;
}

.peymentSec .peymentInfo li i {
  font-size: 16px;
}

.peymentSec .peymentInfo li p {
  font-size: 20px;
}

.peymentSec .peymentTxt {
  padding: 24px 0;
  color: var(--white);
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.peymentSec .discountCod {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 40px 0;
  border-radius: 12px;
}

.peymentSec .discountCod input {
  width: calc(100% - 80px);
  height: 100%;
  font-size: 14px;
  background: transparent;
  border-radius: 0 12px 12px 0;
  border: none;
  color: var(--white);
  font-size: 14px;
  padding: 0 15px;
}

.peymentSec .discountCod input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.peymentSec .discountCod input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.peymentSec .discountCod input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.peymentSec .discountCod button {
  color: #573447;
  text-align: center;
  font-size: 14px;
  width: 80px;
  min-width: 80px;
  height: 100%;
  border-radius: 12px;
  background: var(--white);
}

.peymentSec .discountCod button:hover {
  background: var(--bg-color);
}

.peymentSec .peymentBtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.peymentSec .peymentBtns .peymntBtn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  padding: 0px 24px;
  border-radius: 12px;
}

.peymentSec .peymentBtns button {
  background: var(--white);
  color: #573447;
  font-family: "Yekan Bakh FaNum";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.peymentSec .peymentBtns a {
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 14px;
}

.peymentSec .peymentBtns button:hover {
  background: var(--bg-color);
}

.peymentSec .peymentBtns a:hover {
  background: var(--bg-color);
  color: #573447;
}

/*==================aboutSec=================*/
.aboutSec {
  margin: 50px 0 100px 0;
}

.aboutSec .aboutHed {
  text-align: center;
  margin: 10px auto 35px auto;
  width: 100%;
  max-width: 355px;
}

.aboutSec .aboutHed a {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.aboutSec .aboutHed a img {
  width: 100%;
  max-width: 355px;
  height: auto;
}

.aboutSec .aboutHed p {
  color: var(--black-80);
  font-size: 16px;
}

.aboutSec .aboutList div {
  color: var(--black-10);
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
}

.aboutSec .aboutList ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 8px;
}

.aboutSec .aboutList ul span {
  color: var(--black-10);
  text-align: right;
  min-width: max-content;
}

.aboutSec .aboutList ul p {
  color: var(--gray-color);
  text-align: left;
  min-width: max-content;
}

.aboutSec .aboutList ul i {
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed rgba(68, 71, 90, 0.3);
}

.aboutFoter {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.aboutFoter a {
  width: 59px;
  height: auto;
  display: block;
  margin: 10px auto;
}

.aboutFoter a img {
  width: 100%;
  height: auto;
}

.aboutFoter p {
  color: var(--gray-color);
  font-size: 14px;
}

/*==================contactSec=================*/
.contactSec {
  margin-top: 50px;
  margin-bottom: 80px;
}

.contactSec .contactFrm {
  width: 100%;
  max-width: 480px;
  margin: 10px auto;
}

.contactSec .contactFrm form {
  margin-bottom: 150px;
}

.contactSec .contactFrm .form-select,
.contactSec .contactFrm textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(68, 71, 90, 0.4);
  background-color: var(--bg-color);
  color: var(--black-80);
  font-size: 14px;
}

.contactSec .contactFrm .form-select {
  height: 48px;
}

.contactSec .contactFrm .signinForm .logInput {
  height: 48px;
}

.contactSec .contactFrm .signinForm .logInput input {
  border-radius: 12px;
  color: var(--black-80);
}

.contactSec .contactFrm textarea {
  padding: 0.75rem;
}

.contactSec .contactFrm .form-select:focus,
.contactSec .contactFrm textarea:focus {
  border-color: var(--gray-color);
}

.contactSec .contactLst li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

.contactSec .contactLst li div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--black-80);
}

.contactSec .contactLst li span {
  font-size: 24px;
}

.contactSec .contactLst li span.icon-Vector-682 {
  font-size: 19px;
  font-weight: 100;
}

.contactSec .contactLst li i {
  text-align: right;
  font-size: 16px;
}

.contactSec .contactLst li p {
  color: var(--black-80);
  font-size: 16px;
}

.contactSec .contactLst li p.enTxt {
  font-family: "RobotoMedium";
}

/****successMsg****/
.successMsg {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  max-width: 350px;
  padding: 16px;
  border-radius: 16px;
  background: var(--white);
  z-index:99999;
}

.successMsg .msgText {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.successMsg .msgText div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4caf50;
  font-size: 20px;
  background: #4caf4f6c;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
}

.successMsg p {
  color: var(--black-80);
  font-size: 16px;
}

.successMsg .closeMsg {
  font-size: 16px;
  color: var(--gray-40);
  cursor: pointer;
}

.successMsg .closeMsg:hover {
  color: var(--crimson-color);
}

/*==================profileSec=================*/
.profileHed {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: max-content;
}

.profileHed .profileImg {
  width: 240px;
  height: 240px;
  min-width: 240px;
}

.profileHed .profPicBx {
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

.profileHed .profPicBx img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profileHed .profileImg .editUsrBtn {
  width: 56px;
  height: 56px;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  cursor: pointer;
}

.profileHed .profileImg .editUsrBtn input,
.profileHed .profileImg .editUsrBtn label {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.profileHed .profileImg .editUsrBtn input {
  opacity: 0;
  z-index: 3;
}

.profileHed .profileImg .editUsrBtn label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-color);
  border: 2px solid var(--white);
  border-radius: 50%;
  font-size: 24px;
  color: var(--white);
}

.profileHed .profileImg .editUsrBtn:hover label {
  border-color: var(--crimson-color);
}

.profileHed .profileInfo {
  width: calc(100% - 240px);
}

.profileHed .profileInfo .profileName {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.profileHed .profileName strong {
  color: var(--black-80);
  text-align: right;
  font-size: 40px;
}

.profileHed .profileName .editName {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--gray-color);
  color: var(--white);
  font-size: 20px;
  cursor: pointer;
}

.profileHed .profileName .editName:hover {
  background: var(--crimson-color);
}

.profileHed .profileInfo .profilEmail {
  color: var(--black-80);
  font-family: "RobotoBold";
  font-size: 15px;
  margin: 10px 0;
}

.profileHed .profileInfo p {
  width: max-content;
  line-height: 1;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  padding: 10px 10px 8px 10px;
  border-radius: 6px;
  background: var(--gray-color);
}

.profileTab {
  width: 100%;
  max-width: 560px;
  height: 64px;
  padding: 8px;
  border-radius: 16px;
  background: var(--gray-color);
  margin: 80px auto 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.profileTab .form-check {
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.profileTab input,
.profileTab label {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.profileTab input {
  opacity: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  float: none;
}

.profileTab label {
  z-index: 1;
  border-radius: 12px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--white);
}

.profileTab label p {
  font-size: 16px;
}

.profileTab label span {
  font-size: 20px;
}

.profileTab label div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: var(--gray-color);
  font-size: 14px;
  border: 1px solid var(--gray-color);
}

.profileTab input:checked~label {
  background: var(--white);
  color: var(--gray-color);
}

/*==================guidSec=================*/
.guidSec {
  margin: 50px 0 150px 0;
}

.guidSec .guidSecBx {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.guidSec .accordion-button::after {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.6s;
}

.guidSec .accordion-item {
  margin-bottom: 15px;
  background: transparent;
  border: none;
}

.guidSec .accordion-header {
  margin-bottom: 8px;
  border-radius: 12px;
}

.guidSec .accordion-body {
  border-radius: 12px;
  color: var(--white);
  font-size: 16px;
}

.guidSec .accordion-button {
  background: transparent;
  box-shadow: none;
  outline: unset;
  color: var(--white);
  text-align: right;
  font-size: 16px;
}

.guidSec .accordion01 .accordion-header,
.guidSec .accordion01 .accordion-body {
  background: #948e50;
}

.guidSec .accordion02 .accordion-header,
.guidSec .accordion02 .accordion-body {
  background: #328152;
}

.guidSec .accordion03 .accordion-header,
.guidSec .accordion03 .accordion-body {
  background: #58344b;
}

.guidSec .accordion04 .accordion-header,
.guidSec .accordion04 .accordion-body {
  background: #a34a38;
}

.guidSec .accordion05 .accordion-header,
.guidSec .accordion05 .accordion-body {
  background: #af7837;
}

.guidSec .accordion06 .accordion-header,
.guidSec .accordion06 .accordion-body {
  background: #017c83;
}

.guidSec .accordion07 .accordion-header,
.guidSec .accordion07 .accordion-body {
  background: #8e2754;
}

.guidSec .accordion08 .accordion-header,
.guidSec .accordion08 .accordion-body {
  background: #57418c;
}

.guidSec .accordion09 .accordion-header,
.guidSec .accordion09 .accordion-body {
  background: #9c2829;
}

.guidSec .accordion10 .accordion-header,
.guidSec .accordion10 .accordion-body {
  background: #57335f;
}

.guidSec .accordion11 .accordion-header,
.guidSec .accordion11 .accordion-body {
  background: #227e70;
}

/*==================patternTab=================*/
.patternTab {
  margin-bottom: 100px;
}

.patternTab .tabBoxHdr {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}

.patternTab .tabBoxHdr ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}

.patternTab .tabBoxHdr li {
  width: 50%;
  height: 100%;
}

.patternTab .tablinks {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: var(--gray-color);
  background: var(--bg-color);
  border: 2px dashed rgba(68, 71, 90, 0.4);
}

.patternTab .tablinks.active {
  background: var(--gray-color);
  color: var(--white);
  border: 2px solid var(--gray-color);
}

.patternTab .genrlPatern {
  width: 100%;
  max-width: 800px;
  display: block;
  height: auto;
  margin: 10px auto;
}

.patternTab .tabcontent {
  display: none;
}

.patternTab #tabOne {
  display: block;
}

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

.patrnBdy .patrnBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 25px;
}

.patrnBdy .patrnBtns button {
  color: var(--gray-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: max-content;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.patrnBdy .patrnBtns button:hover {
  color: var(--crimson-color);
}

.patrnBdy .mouseIcon {
  color: var(--gray-color);
  font-size: 45px;
}

.patrnBdy .thumbIndcatr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: var(--gray-color);
}

.patrnBdy .thumbIndcatr span {
  cursor: pointer;
}

.patrnBdy #sprite_sheet {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  user-select: none;
}

.patrnBdy #stage {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 30px;
  margin: 0 auto 30px auto;
}

.patrnBdy #draggable {
  cursor: grab;
  transition: transform 0.1s ease-out;
}

.patrnBdy #draggable:active {
  cursor: grabbing;
}

.patrnBdy .spsh-thumbnails {
  position: relative;
  height: 100px;
  overflow: hidden;
}

.patrnBdy .spsh-thumbnails::before,
.patrnBdy .spsh-thumbnails::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #edd2b5;
  position: absolute;
  left: calc(50% - 6px);
  z-index: 1;
  transform: rotate(45deg);
  pointer-events: none;
}

.patrnBdy .spsh-thumbnails::before {
  top: -6px;
}

.patrnBdy .spsh-thumbnails::after {
  bottom: -6px;
}

.patrnBdy .spsht-items {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: #eee;
  border-radius: 5px;
}

.patrnBdy .spsh-shadow-el {
  position: relative;
}

.patrnBdy .spsh-shadow-el::before,
.patrnBdy .spsh-shadow-el::after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.patrnBdy .spsh-shadow-el::before {
  background: linear-gradient(to right, #edd2b5, transparent);
  left: -1px;
}

.patrnBdy .spsh-shadow-el::after {
  background: linear-gradient(to left, #edd2b5, transparent);
  right: -1px;
}

.patrnBdy .thumb-box {
  flex-shrink: 0;
  opacity: 0.6;
}

.patrnBdy .thumb-box.active {
  opacity: 1;
}

/*==================shortcutMdl=================*/
.shortcutMdl {
  left: 0;
  bottom: 0;
  border-radius: 24px 24px 0px 0px;
  background: var(--bg-color);
  padding: 20px 20px 32px 20px;
  z-index: 20;
  width: 100%;
}

.shortcutMdl .shortcutTxt {
  color: var(--black-80);
  font-size: 16px;
  margin-bottom: 15px;
}

.shortcutMdl .shortcutUl li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  text-align: right;
  margin-bottom: 10px;
}

.shortcutMdl .shortcutUl li strong {
  line-height: 1;
  font-family: "RobotoBold";
}

.shortcutMdl .shortcutUl li p {
  color: var(--black-80);
  font-size: 14px;
}

.shortcutMdl .shortcutUl li i {
  color: var(--gray-color);
  font-size: 14px;
}

.shortcutMdl .shortcutUl li span {
  color: var(--crimson-color);
  font-size: 20px;
  padding-top: 5px;
}

.shortcutMdl .shortcutBtn {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: var(--gray-color);
  color: var(--white);
  font-size: 16px;
  margin-top: 20px;
}

.shortcutMdl .shortcutBtn:hover {
  color: var(--gray-color);
  background: var(--white);
}

/*==================media=================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .mainCatSec .catCrdBdy img {
    width: 78%;
  }

  .headerBox .hdrMenu {
    gap: 15px;
  }

  .peymentSec .peymentDiv {
    padding: 60px;
  }

  .peymentSec .peymentImg {
    width: 320px;
  }

  .peymentSec .peymentInfo {
    width: calc(100% - 320px);
  }

  .catgrySec .ctgryCrd {
    width: 140px;
    height: 140px;
  }

  .catgrySec .ctgryList {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .square-card {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .catgrySec .ctgryList {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .successMsg {
    bottom: 90px;
  }

  .aboutFoter {
    margin-bottom: 90px;
  }

  .peymentSec {
    margin-top: 40px;
    margin-bottom: 130px;
  }

  .peymentSec .peymentDiv {
    flex-direction: column;
  }

  .peymentSec .peymentImg {
    width: 100%;
  }

  .peymentSec .peymentImg img {
    display: block;
    margin: 0 auto;
  }

  .peymentSec .peymentInfo {
    width: 100%;
  }

  .signupMdl .modalHeader h5 {
    font-size: 30px;
  }

  .signupMdl .descriptionTxt {
    font-size: 14px;
  }

  .signinForm .loginBtn {
    height: 48px;
    font-size: 15px;
  }

  .purchaseSec {
    margin-bottom: 80px;
  }

  .purchaseSec .gnrlList .gnrlCrd,
  .purchaseSec .snglList .snglCrd {
    padding: 18px 12px;
  }

  .purchaseSec .gnrlList .gnrlCrdRght,
  .purchaseSec .snglCrd .snglCrdRght {
    gap: 8px;
  }

  .purchaseSec .gnrlList .gnrlCrd a,
  .purchaseSec .snglCrd a,
  .purchaseSec .snglCrd button {
    min-width: max-content;
    font-size: 14px;
  }

  .purchaseSec .gnrlCrdRght p {
    font-size: 12px;
  }

  .catgrySec,
  .mainCatSec {
    margin-bottom: 180px;
  }

  .flotingSwich {
    bottom: unset;
    top: calc(100% + 44px);
  }

  footer {
    display: block;
text-align: center;
  }

  .btmMnuSec {
    display: block;
  }

  .headerBox .hdrMenu,
  .headerBox .leftLinks,
  .headerBox .hdrLogo p {
    display: none;
  }

  .headerBox .opnSideMnu {
    display: block;
  }

  .headerBox .hdrLogo {
    gap: 5px;
    align-items: flex-end;
  }

  .headerBox .hdrLogo a {
    min-width: 94px;
    width: 94px;
  }

  .headerBox .hdrLogo i {
    display: block;
    font-size: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .catgrySec .catCrdBdy img {
    height: 105px;
  }

  .catgrySec .ctgryCrd {
    width: 170px;
    height: 170px;
    max-width: 170px;
  }

  .catgrySec .ctgryList {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 12px;
  }

  .square-card {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }

  .aboutSec .aboutHed a img {
    max-width: 300px;
  }

  .aboutSec .aboutList ul li {
    font-size: 18px;
  }

  .profileHed .profileImg {
    width: 180px;
    height: 180px;
    min-width: 180px;
  }

  .profileHed .profPicBx {
    width: 180px;
    height: 180px;
  }

  .profileHed .profileInfo {
    width: calc(100% - 180px);
  }

  .peymentSec .peymentDiv {
    padding: 50px;
  }

  .peymentSec .peymentImg img {
    max-width: 320px;
  }

  .purchaseSec .gnrlHed h2 {
    font-size: 20px;
  }

  .mainCatSec .mainCatCrd {
    width: 25%;
    flex: 23%;
  }

  .mainCatSec .catCrdBdy img {
    width: 77%;
    height: auto;
  }

  .mainCatSec .catCrdBdy strong,
  .catgrySec .catCrdBdy strong {
    font-size: 17px;
  }

  .catgrySec .catCrdBdy strong {
    margin-bottom: -12px;
  }
}

@media (max-width: 389px) {
  .catgrySec .ctgryCrd {
    width: 100px;
    height: 100px;
  }

  .catgrySec .ctgryList {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .square-card {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }

  .catgrySec .catCrdBdy img {
    width: 70%;
  }

  .catgrySec .catCrdBdy strong {
    font-size: 16px;
    margin-top: -8px;
  }
}

@media (max-width: 767px) {
  .catgrySec .catCrdBdy img {
    height: auto;
  }

  #scanMdl h5 {
    font-size: 26px;
  }

  .patrnBdy .sprite-container {
    height: 290px;
    margin: 5px auto 30px auto;
  }

  .patrnBdy .sprite {
    transform: scale(1);
  }

  .aboutSec .aboutList ul li {
    flex-wrap: wrap;
    gap: 6px 15px;
  }

  body.bodyCover {
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }

  body.bodyCover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    left: 0;
    top: 0;
    z-index: 13;
  }

  .shareLstHed {
    display: flex;
  }

  .shareBox .shareList {
    padding: 24px;
    border-radius: 24px 24px 0px 0px;
    background: var(--bg-color);
    left: 0;
    transform: unset;
    top: unset;
    bottom: 0;
    position: fixed;
    width: 100%;
  }

  .patternTab .tabBoxHdr ul {
    height: 40px;
  }

  .patternTab .tablinks {
    font-size: 14px;
  }

  .patternTab .tabBoxHdr {
    max-width: 400px;
    margin: 40px auto 30px auto;
  }

  .patrnPgTop {
    flex-direction: column;
    align-items: flex-end;
  }

  .patrnPgTop .brdcrumbBox {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }

  .guidSec .accordion-button,
  .guidSec .accordion-body {
    font-size: 14px;
    padding: 15px 20px;
  }

  .profileTab {
    max-width: 97%;
    margin-top: 60px;
  }

  .profileHed {
    max-width: 100%;
  }

  .profileHed .profileImg {
    width: 160px;
    height: 160px;
    min-width: 160px;
  }

  .profileHed .profPicBx {
    width: 160px;
    height: 160px;
  }

  .profileHed .profileName .editName {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .profileHed .profileImg .editUsrBtn {
    width: 40px;
    height: 40px;
  }

  .profileHed .profileImg .editUsrBtn label {
    font-size: 20px;
  }

  .successMsg {
    width: 90%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: unset;
    right: unset;
    padding: 16px 12px;
  }

  .contactSec .contactLst li span {
    font-size: 20px;
  }

  .contactSec .contactLst li i,
  .contactSec .contactLst li p {
    font-size: 14px;
  }

  .contactSec .contactLst li span.icon-Vector-682 {
    font-size: 16px;
  }

  .aboutSec {
    margin-top: 30px;
  }

  .aboutSec .aboutHed p {
    font-size: 12px;
  }

  .aboutSec .aboutList div,
  .aboutSec .aboutList ul li {
    font-size: 14px;
  }

  .aboutSec .aboutList ul i {
    display: none;
  }

  .purchaseSec .gnrlHed a {
    font-size: 24px;
  }

  .purchaseSec .gnrlList,
  .purchaseSec .snglList {
    gap: 10px;
  }

  .purchaseSec .gnrlList .gnrlCrd a,
  .purchaseSec .snglCrd a,
  .purchaseSec .snglCrd button {
    padding: 0 15px;
  }

  .purchaseSec .gnrlHed h2 {
    font-size: 16px;
  }

  .purchaseSec .gnrlCrdRght strong,
  .purchaseSec .snglCrd .snglCrdTtl strong {
    font-size: 14px;
  }

  .purchaseSec .gnrlList .gnrlCrd,
  .purchaseSec .snglList .snglCrd {
    width: 100%;
    flex: 100%;
  }

  .flotingSwich {
    right: 10px;
  }

  .catgrySec .ctgryList {
    gap: 6px;
  }

  .footerBox {
    font-size: 10px;
  }
}

@media (min-width: 390px) and (max-width: 767px) {
  .catgrySec .ctgryCrd {
    width: 120px;
    height: 120px;
  }

  .catgrySec .ctgryList {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .square-card {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }

  .catgrySec .catCrdBdy img {
    width: 78%;
  }

  .catgrySec .ctgryCrd .catCrdBdy {
    padding-bottom: 6px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .mainCatSec .mainCatLst {
    gap: 6px;
  }

  .mainCatSec .mainCatCrd {
    width: 25%;
    flex: 23%;
  }

  .mainCatSec .catCrdBdy img {
    width: 73%;
    height: auto;
  }

  .profileHed .profileInfo {
    width: calc(100% - 160px);
  }

  .profileHed .profileName strong {
    font-size: 28px;
  }

  .peymentSec .peymentDiv {
    padding: 30px;
  }

  .peymentSec .peymentImg img {
    max-width: 280px;
  }

  .mainCatSec .catCrdBdy strong,
  .catgrySec .catCrdBdy strong {
    font-size: 12px;
  }

  .catCrdLock {
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .catCrdNum {
    top: 12px;
    left: 12px;
    width: 28px;
    height: 28px;
    line-height: 1;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .aboutSec .aboutHed a img {
    width: 142px;
  }

  .successMsg p,
  .profileTab label p {
    font-size: 14px;
  }

  .profileTab label span {
    font-size: 16px;
  }

  .profileTab label div {
    font-size: 12px;
  }

  .profileTab label {
    gap: 5px;
  }

  .profileHed {
    flex-direction: column;
  }

  .profileHed .profileInfo {
    width: 100%;
    text-align: center;
  }

  .profileHed .profileInfo .profileName {
    justify-content: center;
  }

  .profileHed .profileInfo p {
    margin: 1px auto;
  }

  .profileHed .profileName strong {
    font-size: 20px;
  }

  .aboutSec .aboutList ul span,
  .aboutSec .aboutList ul p {
    min-width: unset;
  }

  .aboutSec .aboutList ul p {
    text-align: center;
  }

  .aboutSec .aboutList ul li:last-child {
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding-top: 10px;
  }

  .aboutSec .aboutList div {
    margin-top: 10px;
  }

  .peymentSec .peymentDiv {
    padding: 20px;
    border-radius: 12px;
  }

  .peymentSec .peymentImg img {
    max-width: 180px;
  }

  .peymentSec .peymentInfo li strong {
    font-size: 16px;
  }

  .peymentSec .peymentInfo li i,
  .peymentSec .peymentInfo li p,
  .peymentSec .peymentTxt {
    font-size: 14px;
  }

  .peymentSec .peymentBtns .peymntBtn {
    padding: 0;
  }

  #editNameMdl.modal.show .modal-dialog,
  #descriptionMdl.modal.show .modal-dialog,
  #scanMdl.modal.show .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0;
  }

  #editNameMdl.signupMdl .modal-content,
  #descriptionMdl.signupMdl .modal-content,
  #scanMdl.signupMdl .modal-content {
    border-radius: 24px 24px 0 0;
  }

  .mainCatSec .catCrdBdy strong,
  .catgrySec .catCrdBdy strong {
    font-size: 11px;
  }

  .catgrySec .ctgryCrd,
  .mainCatSec .mainCatCrd {
    border-radius: 12px;
    padding-top: 10px;
  }

  .catCrdBdy {
    padding: 0 10px 10px 10px;
  }

  .catCrdLock,
  .catCrdNum {
    top: 10px;
    width: 20px;
    height: 20px;
  }

  .catCrdLock {
    right: 10px;
    font-size: 9px;
  }

  .catCrdNum {
    left: 10px;
    font-size: 12px;
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  .mainCatSec .catCrdBdy img {
    width: 84%;
    height: auto;
  }
}

@media (min-width: 390px) and (max-width: 480px) {
  .mainCatSec .mainCatCrd {
    width: 33%;
    flex: 31%;
  }
}

@media (max-width: 480px) {
  .mainCatSec .catCrdBdy img {
    width: 85%;
    height: auto;
  }

  .brdcrumbBox .backLink {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .brdcrumbBox ul {
    height: 28px;
    padding: 0 8px;
  }

  .brdcrumbBox .shareLink,
  .brdcrumbBox .likeBox {
    width: 28px;
    height: 28px;
  }

  .brdcrumbBox .likeBox {
    font-size: 16px;
  }

  .brdcrumbBox .shareLink {
    font-size: 14px;
  }

  .brdcrumbBox ul a {
    font-size: 10px;
  }

  .btmMnuSec .btmMnuBox {
    padding: 13px 20px 8px 20px;
  }
}

@media (max-width: 389px) {
  .catgrySec .ctgryCrd {
    width: 140px;
    height: 140px;
  }

  .catgrySec .ctgryList {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
  }

  .square-card {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }

  .catgrySec .catCrdBdy img {
    width: 78%;
  }

  .catgrySec .catCrdBdy strong {
    margin-top: -4px;
  }

  .catgrySec .ctgryCrd .catCrdBdy {
    padding: 0 0 8px 0;
  }

  .mainCatSec .mainCatCrd {
    width: 50%;
    flex: 48%;
  }
}

@media (max-width: 359px) {
  .catgrySec .catCrdBdy img {
    height: 65px;
  }
}