.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

@font-face {
  font-family: "anjomanM";
  src: url("./../fonts/Anjoman/AnjomanFaNum-Medium.ttf");
}
@font-face {
  font-family: "anjomanH";
  src: url("./../fonts/Anjoman/AnjomanFaNum-Heavy.ttf");
}
@font-face {
  font-family: "anjomanSB";
  src: url("./../fonts/Anjoman/AnjomanFaNum-SemiBold.ttf");
}
@font-face {
  font-family: "anjomanEB";
  src: url("./../fonts/Anjoman/AnjomanFaNum-ExtraBold.ttf");
}
@font-face {
  font-family: "anjomanUB";
  src: url("./../fonts/Anjoman/AnjomanFaNum-UltraBold.ttf");
}
@font-face {
  font-family: "anjomanBl";
  src: url("./../fonts/Anjoman/AnjomanFaNum-Black.ttf");
}
@font-face {
  font-family: "anjomanT";
  src: url("./../fonts/Anjoman/AnjomanFaNum-Thin.ttf");
}
@font-face {
  font-family: "anjomanEL";
  src: url("./../fonts/Anjoman/AnjomanFaNum-ExtraLight.ttf");
}
@font-face {
  font-family: "yekanBakhR";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum04Regular.ttf");
}
@font-face {
  font-family: "yekanBakhB";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum06Bold.ttf");
}
@font-face {
  font-family: "yekanBakhH";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum01Hairline.ttf");
}
@font-face {
  font-family: "yekanBakhL";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum03Light.ttf");
}
@font-face {
  font-family: "yekanBakhT";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum02Thin.ttf");
}
@font-face {
  font-family: "yekanBakhM";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum05Medium.ttf");
}
@font-face {
  font-family: "yekanBakhHe";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum07Heavy.ttf");
}
@font-face {
  font-family: "yekanBakhF";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum08Fat.ttf");
}
@font-face {
  font-family: "peydaExtraLight";
  src: url("./../fonts/peyda/peyda-extralight.ttf");
}
@font-face {
  font-family: "peydaLight";
  src: url("./../fonts/peyda/peyda-light.ttf");
}
@font-face {
  font-family: "peydaRegular";
  src: url("./../fonts/peyda/Peyda-Regular.ttf");
}
@font-face {
  font-family: "peydaMedium";
  src: url("./../fonts/peyda/Peyda-Medium.ttf");
}
@font-face {
  font-family: "peydaSemibold";
  src: url("./../fonts/peyda/Peyda-SemiBold.ttf");
}
@font-face {
  font-family: "peydaBold";
  src: url("./../fonts/peyda/Peyda-Bold.ttf");
}
.peydaR {
  font-family: "peydaRegular" !important;
}

body {
  margin: 0;
  padding: 0;
  text-align: right;
  direction: rtl;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100vw;
  font-family: "yekanBakhM", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
  background-color: #fafafa !important;
}

.cursor-pointer {
  cursor: pointer;
}

.ltr {
  direction: ltr !important;
}

.rtl {
  direction: rtl !important;
}

main {
  background-color: #fafafa;
}
@media screen and (max-width: 575px) {
  main {
    background-color: #fafafa;
  }
}

a {
  text-decoration: none;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-internal-autofill-selected,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #fff !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.k-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  box-shadow: none;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  gap: 5px;
  height: 40px;
  transition: 0.3s;
}

.k-btn-primary {
  background: linear-gradient(90deg, #3699ff, #0193fd);
  border: 0;
  color: #fff;
}
.k-btn-primary:hover, .k-btn-primary:focus {
  color: #fff;
}
.k-btn-primary.gr-2 {
  background: radial-gradient(123.87% 128.89% at 35.26% 95.41%, #13a5fa 0%, #035de2 100%);
}

.k-btn-darkcyan {
  background-color: #12b7b6;
  border: 1px solid #12b7b6;
  color: #fff;
}
.k-btn-darkcyan:hover, .k-btn-darkcyan:focus {
  color: #fff;
}

.k-btn-outline-default {
  background-color: #f3f3f3;
  border: 1px solid #484848;
  color: #484848;
}
.k-btn-outline-default:hover, .k-btn-outline-default:focus {
  color: #484848;
}

.k-btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.k-btn-outline-white:hover, .k-btn-outline-white:focus {
  color: #2d2d2d !important;
  background-color: #fff;
}

.hugeText {
  font-family: "yekanBakhF";
  font-size: 38px;
}

.k-btn-success {
  background-color: #23bd81;
  border: 1px solid #23bd81;
  color: #fff;
  padding: 0.5rem 1rem;
}
.k-btn-success:hover, .k-btn-success:focus {
  color: #fff;
}

.k-btn-danger {
  background-color: #e95f8b;
  border: 1px solid #e95f8b;
  color: #fff;
  padding: 0.5rem 1rem;
}
.k-btn-danger:hover, .k-btn-danger:focus {
  color: #fff;
}

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

.login-page {
  width: 100%;
  height: 100vh !important;
  font-size: 13px;
}
.login-page .k-btn {
  height: 42px;
}
@media screen and (max-width: 575px) {
  .login-page p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .login-page {
    height: 100vh;
  }
}

.bg-login {
  background: url("./../img/bg-login.png") no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 366px;
}
@media screen and (max-width: 1440px) {
  .bg-login {
    gap: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .bg-login {
    gap: 150px;
  }
}
@media screen and (max-width: 991px) {
  .bg-login {
    gap: 0;
    flex-direction: column;
    background-position: 50%;
  }
  .bg-login .login-svg {
    display: none;
  }
}
.bg-login .login-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 67, 67, 0.61);
}
.bg-login .login-form-wrapper {
  background-color: rgba(255, 255, 255, 0.79);
  z-index: 100;
  width: 560px;
  height: 558px;
  border-radius: 15px;
  padding: 30px 48px !important;
}
@media screen and (max-width: 991px) {
  .bg-login .login-form-wrapper {
    width: 80% !important;
    height: 50% !important;
  }
}
.bg-login .login-form-wrapper .login-form {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.bg-login .login-form-wrapper .login-form h4 {
  font-size: 28px;
  color: #1f1f27;
  font-family: "peydaSemibold";
  margin-bottom: 25px !important;
}
.bg-login .login-form-wrapper .login-form p {
  font-family: "peydaMedium";
  font-size: 20px !important;
  margin-bottom: 25px;
}
.bg-login .login-form-wrapper .login-form input {
  margin-bottom: 25px !important;
}
.bg-login .login-svg {
  z-index: 100;
}

.form-input {
  position: relative;
}
.form-input.has-error input {
  border-color: #ffc8c8 !important;
}
.form-input.has-success input {
  border-color: #b9f3b9 !important;
}
.form-input label {
  position: relative;
  font-size: 14px;
  color: #1f1f27 !important;
  pointer-events: none;
  transition: 0.4s;
  padding: 0 5px;
  opacity: 1;
  right: unset !important;
  top: unset !important;
}
.form-input svg {
  position: absolute;
  left: -30px;
  top: 12px;
}
@media screen and (max-width: 575px) {
  .form-input svg {
    left: -25px;
  }
}
.form-input span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #484848;
  cursor: pointer;
}
.form-input:focus {
  border-color: #0193fd;
}

.select-input label {
  top: 3px;
  font-size: 10px;
}
.select-input.form-input2 label {
  font-size: 14px;
}

.form-control {
  background-color: #fff !important;
  border: 1px solid #f3f3f3 !important;
  border-radius: 10px !important;
  height: 42px;
  padding: 5px 15px !important;
  box-sizing: border-box !important;
  font-size: 14px;
}

.form-input2 .form-control {
  padding: 0 15px !important;
}
.form-input2 .form-control::-moz-placeholder {
  color: #cdcdcd;
}
.form-input2 .form-control::placeholder {
  color: #cdcdcd;
}
.form-input2.has-error input {
  border-color: #ffc8c8 !important;
}
.form-input2.has-success input {
  border-color: #b9f3b9 !important;
}
.form-input2 label {
  font-size: 14px;
  margin-right: 5px;
  display: flex;
  gap: 5px;
}
.form-input2 label i:hover {
  color: #3699ff;
  cursor: pointer;
}

textarea.form-control {
  height: 100%;
}
textarea.form-control:focus {
  box-shadow: none;
  outline: none;
}

.k-form {
  display: grid;
  padding: 10px 0;
  position: relative;
}

.k-link {
  color: #3699ff;
  display: inline-flex;
  align-items: center;
}

.step-two {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.code-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: row-reverse;
}
.code-container.code-container2 {
  gap: 10px;
}
.code-container input {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  font-size: 18px;
}
.code-container input:focus {
  border-color: #f3f3f3;
}
.code-container input.code2 {
  background-color: #fff;
  flex: 1;
  font-size: 13px;
  direction: ltr;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
}

.addCard label {
  font-size: 12px;
}
.addCard .shaba {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  direction: ltr;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
}
.addCard .shaba input {
  flex: 1;
  border: 0;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 0 5px;
}

#submit {
  background-color: #d9d9d9;
  color: #839194;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border: 0;
  font-size: 13px;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  pointer-events: none;
}
#submit.active {
  background: linear-gradient(90deg, #3699ff, #0193fd);
  color: #fff;
  pointer-events: all;
  box-shadow: 0px 7px 17px rgba(9, 87, 203, 0.32);
}

.resend {
  display: none;
  color: #2a4d99;
  text-decoration: underline;
  font-size: 20px;
  font-family: "yekanBakhM";
}

.fs-12 {
  font-size: 12px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.popover-text {
  font-size: 11px;
  color: #fff;
  font-family: "anjomanM";
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  border-left-color: #3699ff;
}

.popover {
  background: #3699ff;
  color: #fff;
  max-width: 170px;
  border-radius: 10px !important;
}

.popover-body {
  padding: 10px !important;
}

.k-flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.separator {
  position: relative;
  padding: 5px 0;
}
.separator::before {
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #c2c2c2;
  content: "";
  right: 7%;
}

.content-header {
  background-color: #3699ff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.content-header img {
  height: 90px;
}

.content-body {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  min-height: 80vh;
}
.content-body p {
  font-size: 14px;
}

.menu-toggler {
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .menu-toggler {
    display: none;
  }
}
.menu-toggler path {
  stroke: #fff;
}

.counter {
  width: 210px;
}

.countdown {
  color: #2a4d99;
  font-size: 20px;
  font-family: "yekanBakhM";
}

#showPass input {
  width: 11px;
}

.k-caption {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #484848;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.k-caption2 {
  position: relative;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #cdcdcd;
}
.k-caption2::after {
  content: "";
  width: 80px;
  height: 2px;
  background: #3699ff;
  position: absolute;
  bottom: 0;
  right: 0;
}

hr {
  margin: 0;
}

.tips {
  color: #484848;
}
.tips li {
  padding-right: 15px;
  position: relative;
}
.tips li::before {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #484848;
  border-radius: 50%;
}

.counter-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.counter-sec .k-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  align-items: center;
  padding: 0;
}
.counter-sec svg {
  width: 20px;
  height: 20px;
}
.counter-sec input {
  border: 0;
  text-align: center;
  min-width: 50px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.counter-sec span {
  color: #c2c2c2;
}
.counter-sec div {
  border: 1px solid #cdcdcd;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.k-select-btn {
  height: 42px;
  text-align: right;
  position: relative;
}
.k-select-btn:focus {
  border-color: #484848;
  outline: none;
  box-shadow: none;
}
.k-select-btn::after {
  border: 0;
  content: "\f282";
  font-family: bootstrap-icons !important;
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 10px;
}

.select-input ul {
  width: 100%;
  padding: 8px;
  text-align: right;
  max-height: 150px;
  overflow-y: scroll;
  padding: 0 !important;
}
.select-input ul li {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #fff;
}
.select-input ul li:first-child {
  position: sticky;
  top: 0px;
}
.select-input ul li:first-child input {
  height: 35px;
  padding-right: 30px;
  padding: 0 15px !important;
}
.select-input ul li:not(:first-child) {
  padding: 5px 15px;
}

.map {
  height: 200px;
  width: 100%;
}

.file-upload-label {
  display: flex;
  background-color: #0193fd;
  border-radius: 10px;
  color: #fff;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  cursor: pointer;
}
.file-upload-label svg {
  width: 30px;
  height: 30px;
}

.file-item-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.file-preview {
  border: 0 !important;
  padding: 0 !important;
}
.file-preview .btn-close {
  display: none !important;
}
.file-preview .file-drop-zone {
  border: 0 !important;
  margin: 0;
}

.theme-explorer .file-details-cell {
  text-align: right !important;
  margin: 0 !important;
}

.theme-explorer .file-footer-buttons {
  text-align: left !important;
}

.file-upload-indicator {
  display: none !important;
}

.file-actions-cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.theme-explorer .explorer-frame .kv-file-content {
  width: auto !important;
  max-width: 160px !important;
}

.file-drop-zone-title {
  padding: 0 !important;
}

.file-drop-zone {
  min-height: 0 !important;
  padding-top: 30px;
}

.theme-explorer .file-preview-frame {
  border-radius: 10px;
  margin: 0;
  margin-bottom: 5px;
  padding: 5px;
  flex-direction: column;
}
.theme-explorer .file-preview-frame .btn-outline-secondary {
  border-color: #cdcdcd;
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: none !important;
}

.search-filter {
  display: grid;
  align-items: center;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 7px 7px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 15px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.search-result-list {
  border: 1px solid #cdcdcd;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.search-result-list ul {
  margin: 0;
}
.search-result-list li:last-child .result-item {
  border: 0;
}
.search-result-list li:last-child .result-item::after {
  content: none;
}

.result-item {
  height: 52px;
  position: relative;
  overflow: hidden;
  transition: 300ms cubic-bezier(0.4, 0, 1, 1);
  padding: 0 10px;
}
.result-item::after {
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 10px;
  content: "";
  height: 1px;
  background: #cdcdcd;
  z-index: 1;
}
.result-item:hover {
  background-color: #f3f3f3;
}
.result-item.on {
  min-height: 200px;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
  z-index: 1000;
}
.result-item.on .result-item-header {
  border-bottom: 1px solid #f3f3f3;
}
.result-item .result-item-body {
  padding: 10px;
  font-size: 13px;
}
.result-item span {
  font-size: 13px;
}

.alert {
  border-radius: 0;
}

.result-header {
  height: 52px;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  background: #f3f3f3;
}
.result-header > div {
  display: flex;
  align-items: center;
}
.result-header span {
  min-width: 50px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.bac-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  inset: 0;
  display: none;
}

.result-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  height: 50px;
}
.result-item-header h6 {
  font-size: 13px;
}
.result-item-header div {
  height: 100%;
  display: flex;
  align-items: center;
}

.img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.from {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  flex: 1;
}
.from time {
  font-size: 12px;
}

.item-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.item-action button,
.item-action a {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border: 1px solid transparent;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-action button.k-btn-outline-danger,
.item-action a.k-btn-outline-danger {
  color: #e95f8b;
}
.item-action button.k-btn-outline-danger:hover,
.item-action a.k-btn-outline-danger:hover {
  border: 1px solid #e95f8b;
  background-color: #ffebf1;
}
.item-action button.k-btn-outline-info,
.item-action a.k-btn-outline-info {
  color: #0193fd;
}
.item-action button.k-btn-outline-info:hover,
.item-action a.k-btn-outline-info:hover {
  background-color: #e5f5fc;
  border: 1px solid #0193fd;
}
.item-action time {
  font-size: 12px;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.PagingDiv ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.PagingDiv button {
  width: 25px;
  height: 25px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  transition: 0.3s;
}
.PagingDiv button:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #142d52;
  border-color: #142d52;
}

.list-footer {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-top: 1px solid #cdcdcd;
  background: #f3f3f3;
  min-width: 900px;
}

.btn-close {
  padding: 0 !important;
  background-image: none !important;
  font-size: 25px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.btn-close::before {
  content: "\f62a";
  font-family: bootstrap-icons !important;
}

.user-img .btn-file {
  width: 100%;
  display: none;
}
.user-img .btn-file input {
  display: none;
}
.user-img label {
  border: 1px dashed #cdcdcd;
  width: 100%;
  height: 200px;
  display: inline-block;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user-img label i {
  font-size: 55px;
}
.user-img .file-preview-frame {
  border-radius: 10px;
  overflow: hidden;
}
.user-img .file-preview-frame img {
  width: 100%;
  max-height: 200px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal-lg {
    max-width: 700px;
  }
}

.file-preview .close {
  cursor: pointer;
}

.loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.cube-loader {
  width: 40px;
  height: 40px;
  margin: auto;
}

.cube-loader .cube {
  width: 33%;
  height: 33%;
  background-color: #000;
  float: left;
  animation: cube-delay 1.5s infinite ease-in-out;
}

.cube-loader .cube1 {
  animation-delay: 0.2s;
}

.cube-loader .cube2 {
  animation-delay: 0.3s;
}

.cube-loader .cube3 {
  animation-delay: 0.4s;
}

.cube-loader .cube4 {
  animation-delay: 0.1s;
}

.cube-loader .cube5 {
  animation-delay: 0.2s;
}

.cube-loader .cube6 {
  animation-delay: 0.3s;
}

.cube-loader .cube7 {
  animation-delay: 0s;
}

.cube-loader .cube8 {
  animation-delay: 0.1s;
}

.cube-loader .cube9 {
  animation-delay: 0.2s;
}
@keyframes cube-delay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.lottie-loading {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.lottie-loading.on {
  display: flex;
}
.lottie-loading lottie-player {
  width: 150px;
}

.loading {
  font-family: Montserrat, sans-serif;
  position: relative;
  font-weight: 900;
  font-size: 1em;
  margin: auto;
}

.loading .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.loading .letter {
  display: inline-block;
  line-height: 1em;
}

.selectType .btn-close {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  font-family: bootstrap-icons !important;
  width: 20px;
  height: 20px;
  border: 1px solid #181547;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #181547;
}
.selectType .modal-title {
  width: 85%;
  margin: 0 auto;
  background-color: #3699ff;
  color: #fff;
  border-radius: 0 0 25px 25px;
  padding: 15px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
  text-align: center;
}
.selectType .modal-title h4 {
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.selectType .b-type {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
.selectType .b-type input {
  display: none;
}
.selectType .b-type input:checked + .b-item {
  box-shadow: rgba(17, 17, 26, 0.4) 0px 4px 4px;
  opacity: 1;
}
.selectType .b-item {
  width: 300px;
  background-color: #f1f5f8;
  border-radius: 15px;
  opacity: 0.8;
  box-shadow: rgba(17, 17, 26, 0.2) 0px 3px 3px;
  transition: 0.3s;
  cursor: pointer;
}
.selectType .b-item:hover {
  box-shadow: rgba(17, 17, 26, 0.4) 0px 4px 4px;
  opacity: 1;
}
.selectType .b-item-header {
  border-bottom: 1px dashed #c2c2c2;
  padding: 15px;
  text-align: center;
  position: relative;
}
.selectType .b-item-header::before, .selectType .b-item-header::after {
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  top: 40px;
}
.selectType .b-item-header::before {
  box-shadow: inset 1px 0px 0px rgba(17, 17, 26, 0.4);
  right: -15px;
}
.selectType .b-item-header::after {
  left: -15px;
  box-shadow: inset -1px 0px 0px rgba(17, 17, 26, 0.4);
}
.selectType .b-item-body {
  padding: 10px;
}
.selectType .b-item-body img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.selectType .b-item-body p {
  padding-top: 10px;
  font-size: 13px;
}
.selectType .modal-footer {
  background-color: #f1f5f8;
  justify-content: center;
}
.selectType .content-body p {
  color: #fff;
}

.card-loading {
  background: linear-gradient(90deg, #f6f6f6 0%, #f6f6f6 35%, #ededed 45%, #ededed 60%, #f6f6f6 70%, #f6f6f6 100%);
  background-size: 400%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.hide-overflow {
  position: relative;
  line-height: 22px;
  overflow: hidden;
  height: 66px;
}
.hide-overflow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 22px;
  background: linear-gradient(90deg, transparent, white);
}

@media screen and (min-width: 575px) {
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
}

.step {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 5px;
}
.step span:first-child {
  width: 20px;
  height: 20px;
  background-color: #3699ff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}
.step span:last-child {
  position: relative;
  display: inline-block;
  color: #484848;
}
.step span:last-child::before {
  content: "";
  width: 40px;
  display: inline-block;
  height: 1px;
  background-color: #484848;
  bottom: 0;
  right: 0;
  z-index: 1;
  position: absolute;
}

.plan {
  border-radius: 20px;
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-size: 13px;
  transition: 0.3s;
  opacity: 0.9;
  cursor: pointer;
}
.plan ul {
  width: 65%;
  margin: 0 auto;
  margin-top: 30px;
}
.plan:hover {
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.select-plan {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.select-plan input {
  display: none;
}
.select-plan input:checked + .plan {
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.request-item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 13px;
}
.request-item p i {
  font-size: 22px;
}

.file-item {
  display: flex;
  gap: 20px;
}
.file-item > span {
  width: 110px;
  font-size: 14px;
}

.file-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.file-list-item {
  display: flex;
  gap: 5px;
}

.inventory {
  position: relative;
  border-bottom: 3px solid #fff;
  min-width: 180px;
  padding-right: 40px;
  margin-right: 20px;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.inventory span {
  font-size: 10px;
}
.inventory strong {
  font-size: 13px;
}
.inventory i {
  width: 35px;
  padding: 2px;
  position: absolute;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #23bd81;
  color: #fff;
  border-radius: 5px;
  right: -3px;
  bottom: -4px;
}
.inventory:is(:hover, :focus) {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .inventory {
    display: none;
  }
}

header {
  height: 80px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9997;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  header {
    height: 70px;
  }
}
header .blue-logo {
  display: none;
}
header nav {
  height: 100%;
  padding: 0;
}
header .navbar-brand {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
}
header .navbar-brand img {
  height: 25px;
}
@media (max-width: 991px) {
  header .navbar-brand img {
    height: 40px;
  }
}
header .navbar-nav {
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  header .navbar-nav {
    gap: 0px !important;
  }
}
header li {
  height: 40px;
}
header .nav-link {
  color: #fff;
  padding: 8px 10px !important;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
header .nav-link span {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: transform 0.4s ease;
  backface-visibility: hidden;
}
header .nav-link span:first-child {
  transform: translateY(0);
  position: relative !important;
}
header .nav-link span:last-child {
  transform: translateY(100%);
  position: absolute !important;
  right: 10px;
  top: 6px;
}
header .nav-link:hover span:first-child {
  transform: translateY(-120%);
}
header .nav-link:hover span:last-child {
  transform: translateY(0);
}
header .nav-link:is(:hover, :focus) {
  color: white;
}
header .k-btn {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
}
header .k-btn:is(:hover, :focus) {
  background: #fff;
  color: #3699ff;
}
header .nav-item {
  font-family: "yekanBakhM";
  font-size: 14px !important;
}
header .nav-item:hover .drp {
  top: 80px;
}
header .nav-item:hover .drp h5,
header .nav-item:hover .drp li {
  transform: none;
}
header a.login-btn {
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid #fff;
  font-size: 13px;
  border-radius: 10px;
  color: #f6c000;
  transition: 0.2s;
  display: inline-block;
}
header a.login-btn svg,
header a.login-btn path {
  transition: 0.2s;
}
header a.login-btn.hover-none:hover {
  background-color: transparent !important;
}
header a.login-btn:hover {
  background-color: #fff;
  color: #2d2d2d;
}
header a.login-btn:hover svg path {
  stroke: #181c32;
}
@media (max-width: 991px) {
  header a.login-btn {
    border: 0;
    padding: 0;
  }
}

.login-sec,
.logo-sec {
  width: 120px;
}
@media (max-width: 991px) {
  .login-sec,
  .logo-sec {
    width: -moz-max-content;
    width: max-content;
  }
}

.drp {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -2;
  background-color: #2d2d2d;
  height: 65vh;
  top: -100vh;
  transition: 0.7s ease-in-out;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  color: #fff;
}
.drp h5 {
  line-height: 30px;
}
.drp ul {
  font-size: 1.25rem;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 17px;
  padding-top: 30px;
  display: grid;
  gap: 7px;
}
.drp ul li {
  line-height: 30px;
}
.drp ul li:last-child {
  list-style-type: none;
}
.drp h6 {
  line-height: 27px;
}

.iconSec {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 40px;
}
.iconSec img {
  max-width: 250px;
  max-height: 200px;
}

.overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  inset: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.overlay.on {
  z-index: 99;
  opacity: 1;
}

.intro {
  height: 555px;
  box-shadow: 0px 4px 51px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  background: radial-gradient(61.73% 99.81% at 35.26% 95.41%, rgba(19, 165, 250, 0.78) 0%, #035de2 100%);
  display: grid;
  align-content: space-between;
  justify-items: center;
  color: #fff;
  padding-top: 90px;
}
.intro .text-center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .intro .text-center {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .intro .text-center {
    gap: 40px;
  }
}
.intro .intro-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(10px);
  z-index: 1;
}
.intro h1,
.intro h5 {
  text-align: center;
}
.intro h5 {
  font-family: "yekanBakhM";
  line-height: 30px;
}
@media (max-width: 767px) {
  .intro h5 {
    font-size: 1rem;
    width: 75%;
    order: 1;
  }
}
.intro h1 {
  font-size: 100px;
  font-family: "yekanBakhF";
  text-shadow: 0px 7.14655px 7.14655px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1100px) {
  .intro h1 {
    font-size: 70px;
    order: 0;
  }
}
@media (max-width: 767px) {
  .intro h1 {
    font-size: 50px;
    order: 0;
  }
}
@media (max-width: 767px) {
  .intro .k-btn {
    order: 2;
  }
}
.intro .over {
  position: absolute;
  inset: 0;
}
.intro .over img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 1400px) {
  .intro {
    height: 750px;
  }
}
@media screen and (min-width: 1800px) {
  .intro {
    height: 800px;
  }
}

.z-top {
  position: relative;
  z-index: 99;
}

.scroll-btn {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  border: 0;
  color: #fff;
  right: 170px;
  bottom: 130px;
  width: 55px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  cursor: pointer;
}
.scroll-btn:hover {
  color: #fff;
}

@keyframes strech {
  from {
    height: 10px;
  }
  to {
    height: 15px;
  }
}
.project {
  background-color: #f3f3f3;
  height: 650px;
}
.project lottie-player {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .project {
    height: -moz-max-content;
    height: max-content;
  }
}

.why-us {
  background: url("./../img/rightup-pattern.png") no-repeat 100% 0%, url("./../img/leftdown-pattren.png") no-repeat 0% 100%, radial-gradient(61.73% 99.81% at 35.26% 95.41%, rgba(19, 165, 250, 0.78) 0%, #035de2 100%);
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}

.c1 {
  width: 800px;
  height: 800px;
  border-radius: 50%;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  right: -10%;
  bottom: -45%;
  transform: rotate(-80deg);
}
.c1.on {
  animation: rotate 2s 1 alternate ease-in-out;
}

@keyframes rotate {
  from {
    transform: rotate(80deg);
  }
  to {
    transform: rotate(-80deg);
  }
}
.c2 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transition: transform 3s;
  position: absolute;
  left: -20%;
  bottom: -45%;
}

.w-list {
  display: grid;
}
.w-list .w-item {
  border-radius: 10px;
  padding: 15px;
}
.w-list .w-item h6 {
  color: #fff;
  font-family: "yekanBakhF";
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.w-list .w-item h6 i {
  font-size: 28px;
}
.w-list p {
  font-size: 13px;
  color: #fff;
  font-size: 17px;
}

.w-text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.w-text h2 {
  width: 280px;
}
.w-text svg {
  width: 200px;
  height: 155px;
}
@media (max-width: 767px) {
  .w-text svg {
    width: 150px;
    height: 117px;
  }
}

.w-content {
  position: relative;
  z-index: 1;
}

.cap {
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  border-bottom: 2px solid #484848;
  font-weight: bold;
}

.k-btn-outline-primary {
  background-color: #fff;
  border: 1px solid #3699ff;
  color: #3699ff;
}

.k-btn-rounded {
  border-radius: 20px 5px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.service-list > span {
  position: absolute;
  width: 170%;
  content: "";
  height: 3px;
  background-color: rgba(144, 179, 183, 0.4235294118);
  top: 3rem;
}
.service-list .service-item {
  position: relative;
  border-right: 1px solid rgba(144, 179, 183, 0.2745098039);
  border-top: 3px solid rgba(144, 179, 183, 0.2745098039);
  padding: 20px;
  width: 33%;
  height: 150px;
  margin-bottom: 60px;
}
.service-list .service-item > span {
  position: absolute;
  top: -45px;
  right: -35px;
  display: grid;
  align-content: center;
  justify-items: center;
  font-size: 13px;
}
.service-list .service-item > span span {
  display: inline-block;
  padding: 10px 0;
  background-color: #fff;
  width: 70px;
  text-align: center;
}
.service-list .service-item > span small {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #53c658;
  border-radius: 50%;
  position: relative;
}
.service-list .service-item > span small::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 1;
  background-color: #53c658;
  border-radius: 50%;
  animation: shine 1s infinite;
}
.service-list .service-item p {
  font-size: 13px;
  max-width: 70%;
}

@keyframes shine {
  from {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  to {
    width: 25px;
    height: 25px;
    opacity: 0.1;
  }
}
.service-img {
  height: 450px;
  position: relative;
  z-index: 1;
  border: 10px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 10px;
}
.service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.bg-blue {
  background-color: #3699ff;
  color: #fff;
}
.bg-blue.services {
  color: #fff;
}
.bg-blue .service-list .service-item > span span {
  background-color: #3699ff;
}
.bg-blue .cap {
  color: #fff;
  border-color: #fff;
}

.services {
  background-color: #f1f1f2;
}
.services .nav-link {
  background-color: #f3f3f3;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #cdcdcd;
  color: #484848;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
}
.services .nav-link.active {
  box-shadow: inset -5px -5px 10px #fff, inset 5px 5px 10px #cdcdcd;
  background-color: #f3f3f3;
  color: #3699ff;
}
.services .nav-pills {
  display: flex;
  gap: 20px;
  justify-content: center;
}

section {
  overflow: hidden;
}

.w-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

.faq-img {
  width: 200px;
}

.faq-accordion {
  display: grid;
  gap: 0;
}
.faq-accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 15px;
  background-color: transparent !important;
}
.faq-accordion .accordion-button {
  padding: 1rem 0;
  text-align: right;
  font-size: 22px;
  font-family: "yekanBakhM" !important;
  background-color: transparent !important;
}
@media screen and (max-width: 991px) {
  .faq-accordion .accordion-button {
    font-size: 18px !important;
  }
}
.faq-accordion .accordion-button:hover {
  border-bottom: 1px solid #d4d4d5 !important;
}
.faq-accordion .accordion-button::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M13.3269 6.05769H8.48077V1.21154C8.48077 0.890218 8.35312 0.582059 8.12591 0.354852C7.89871 0.127644 7.59055 0 7.26923 0C6.94791 0 6.63975 0.127644 6.41254 0.354852C6.18533 0.582059 6.05769 0.890218 6.05769 1.21154V6.05769H1.21154C0.890218 6.05769 0.582059 6.18533 0.354852 6.41254C0.127644 6.63975 0 6.94791 0 7.26923C0 7.59055 0.127644 7.89871 0.354852 8.12591C0.582059 8.35312 0.890218 8.48077 1.21154 8.48077H6.05769V13.3269C6.05769 13.6482 6.18533 13.9564 6.41254 14.1836C6.63975 14.4108 6.94791 14.5385 7.26923 14.5385C7.59055 14.5385 7.89871 14.4108 8.12591 14.1836C8.35312 13.9564 8.48077 13.6482 8.48077 13.3269V8.48077H13.3269C13.6482 8.48077 13.9564 8.35312 14.1836 8.12591C14.4108 7.89871 14.5385 7.59055 14.5385 7.26923C14.5385 6.94791 14.4108 6.63975 14.1836 6.41254C13.9564 6.18533 13.6482 6.05769 13.3269 6.05769Z" fill="%231F1F27"/></svg>') no-repeat !important;
  margin-left: 0;
  margin-right: auto;
  transform: none !important;
}
.faq-accordion .accordion-button:is(:hover, :focus) {
  box-shadow: none;
}
.faq-accordion .accordion-body {
  color: #5e5e5e !important;
  font-family: "yekanBakhM" !important;
  font-size: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 991px) {
  .faq-accordion .accordion-body {
    font-size: 16px !important;
  }
}
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  font-family: "yekanBakhM" !important;
  color: #1f1f27;
  font-size: 24px;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
.faq-accordion .accordion-button:not(.collapsed):hover {
  border-bottom: 0 !important;
}
.faq-accordion .accordion-button:not(.collapsed):after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="2" viewBox="0 0 15 2" fill="none"><path d="M14 0C14.5523 0 15 0.447715 15 1C15 1.55228 14.5523 2 14 2H1C0.447715 2 0 1.55228 0 1C0 0.447715 0.447715 0 1 0H14Z" fill="%232D2D2D"/></svg>') no-repeat !important;
  transform: none !important;
}
@media screen and (max-width: 991px) {
  .faq-accordion .accordion-button:not(.collapsed) {
    font-size: 18px !important;
  }
}

.faq {
  background: radial-gradient(77.02% 123.21% at 6.43% 92.81%, #4eb6ff 0%, #0a66c2 63.64%, #0b5bab 100%);
  color: #fff;
}
.faq .cap {
  border-color: #fff;
}
@media (max-width: 767px) {
  .faq {
    font-size: 14px;
  }
}

footer {
  background-color: #2d2d2d;
  color: #fff;
}

.footer-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  line-height: 30px;
}
.footer-header p {
  text-align: justify;
}
.footer-header img {
  width: 200px;
}

.footer-body {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 250px;
  border-bottom: 1px solid #c2c2c2;
}

.contact {
  display: grid;
  gap: 15px;
}
.contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.contact li a {
  color: #fff;
}
.contact li span {
  font-size: 12px;
}
.contact li p {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 380px) {
  .contact li p {
    font-size: 11px;
  }
}

.cer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cer a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 130px;
  height: 130px;
  border-radius: 20px;
  padding: 15px;
}
@media (max-width: 767px) {
  .cer a {
    width: 90px;
    height: 90px;
  }
}
.cer a img {
  max-width: 100%;
  max-height: 100%;
}

.f-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .f-footer {
    justify-content: center;
  }
}
.f-footer .ul-link {
  font-size: 14px !important;
  display: flex;
  align-items: center;
  margin: 0;
}
.f-footer .ul-link li {
  padding: 0 20px;
}
.f-footer .ul-link li:not(:last-child) {
  border-left: 1px solid #c2c2c2;
}
@media (max-width: 380px) {
  .f-footer .ul-link li {
    padding: 0 15px;
  }
}
.f-footer .ul-link a {
  color: #fff;
}
@media (max-width: 380px) {
  .f-footer .ul-link a {
    font-size: 13px;
  }
}
.f-footer .ul-link a:hover {
  color: #e9b500;
}
.f-footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
}
.f-footer .social ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.f-footer .social ul li {
  font-size: 18px;
  padding: 0 40px;
  height: 15px;
}
.f-footer .social ul li:not(:last-child) {
  border-left: 1px solid #c2c2c2;
}
.f-footer .social ul li a {
  color: #fff;
}

.condition .accordion-item {
  margin-bottom: 10px;
  padding: 15px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  position: relative;
}
.condition .accordion-item.accepted {
  border: 1px solid #23bd81 !important;
}
.condition .accordion-item.accepted::after {
  content: "\f26b";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 20px;
  top: 15px;
  color: #23bd81;
  font-size: 18px;
}
.condition h6 {
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  font-size: 0.9rem;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #20b9fd;
  color: #fff;
}
.condition .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: #484848;
  font-size: 14px;
  background: transparent;
  cursor: pointer !important;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  box-shadow: none;
}
.condition .accordion-header .accordion-button::after {
  content: none;
}
.condition .accordion-body {
  padding: 0;
  padding-top: 20px;
}
.condition .accordion-body p {
  margin-bottom: 20px;
}

.show-script {
  border: 1px solid #cdcdcd !important;
  border-radius: 5px;
  padding: 10px;
}
.show-script object {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv-file-upload {
  display: none;
}

.card {
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
  padding: 15px;
}
.card .card-title {
  display: grid;
  grid-template-columns: 130px auto;
}
@media screen and (max-width: 767px) {
  .card .card-title {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
  .card .card-title {
    grid-template-columns: 100%;
  }
}
.card .card-title {
  gap: 10px;
}
.card .card-title h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .card .card-title h4 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 822px) {
  .card .card-title .watch {
    display: none;
  }
  .card .card-title h4 span {
    font-size: 1rem;
  }
  .card .card-title p {
    font-size: 0.7rem;
  }
  .card .card-title span {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
  .card .card-title .watch {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .card .card-title p {
    font-size: 0.8rem;
  }
  .card .card-title span {
    font-size: 9px;
  }
}
.card .card-body {
  padding: 0;
}
.card .card-body .watch {
  display: none;
}
@media screen and (max-width: 822px) {
  .card .card-body .watch {
    display: block;
  }
}
@media screen and (max-width: 822px) {
  .card .card-body > div {
    display: grid !important;
  }
  .card .card-body > div .k-btn {
    height: 40px;
    flex: 1;
    border-radius: 7px;
  }
  .card .card-body > div .watch {
    display: block;
  }
  .card .card-body > div .watch span {
    height: 40px;
    width: 40px;
    border-radius: 7px;
    background-color: #f1f5f8;
    color: #3699ff;
    border: 1px solid #c2c2c2;
    font-size: 20px;
  }
  .card .card-body > div span {
    border: 0 !important;
    padding: 0 !important;
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
  .card .card-body > div {
    display: grid !important;
  }
  .card .card-body > div .k-btn {
    height: 40px;
    flex: 1;
    border-radius: 7px;
  }
  .card .card-body > div .watch {
    display: block;
  }
  .card .card-body > div .watch span {
    height: 40px;
    width: 40px;
    border-radius: 7px;
    background-color: #f1f5f8;
    color: #3699ff;
    border: 1px solid #c2c2c2;
    font-size: 20px;
  }
  .card .card-body > div span {
    border: 0 !important;
    padding: 0 !important;
    font-size: 11px;
  }
}
.card .card-img {
  border-radius: 10px;
  overflow: hidden;
  height: 130px;
  position: relative;
}
.card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-img > span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 11px;
  padding: 5px 20px;
  background-color: #23bd81;
  color: #fff;
  border-radius: 0 10px 0 50px;
}

.card-list {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .card-list {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 1500px) {
  .card-list {
    grid-template-columns: repeat(3, 31%);
  }
}
@media screen and (min-width: 1500px) and (max-width: 1655px) {
  .card-list .card-title .sp {
    font-size: 9px;
  }
  .card-list .card-title h4 {
    font-size: 1.3rem;
  }
  .card-list .card-body .dv {
    font-size: 12px;
  }
}

.watch span {
  width: 40px;
  height: 40px;
  background-color: #3699ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
}
.watch input {
  display: none;
}
.watch input:checked + span {
  background-color: #23bd81;
}
.watch input:checked + span i::before {
  content: "\f19c";
  font-family: bootstrap-icons !important;
}

.preview span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  color: #181547;
  cursor: pointer;
}
.preview input {
  display: none;
}
.preview input:checked + span {
  background-color: #e3e3e3;
}

.sp {
  display: flex;
  align-items: center;
  font-size: 13px;
  height: -moz-max-content;
  height: max-content;
  gap: 5px;
}
.sp i {
  font-size: 14px;
}
.sp span {
  padding-top: 2px;
}

.dv {
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  font-size: 13px;
  padding: 7px;
}
.dv div > span {
  display: flex;
  justify-content: space-between;
}
.dv div > span:first-child {
  border-left: 1px dashed #c2c2c2;
}

.green-text {
  color: #23bd81;
}

.change-card-preview {
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 822px) {
  .change-card-preview {
    display: none;
  }
}

.li-sp {
  font-size: 9px;
  display: none;
  padding: 3px 7px;
  border-radius: 10px;
}

.list-preview {
  grid-template-columns: 100%;
}
.list-preview .card {
  display: grid;
  grid-template-columns: 34% auto;
  justify-content: space-between;
}
@media screen and (max-width: 1315px) {
  .list-preview .card {
    grid-template-columns: 42% auto;
  }
}
.list-preview .card .card-body {
  display: flex;
  align-items: center;
}
.list-preview .card .card-body .watch {
  display: block;
}
.list-preview .card .card-body .watch span {
  height: 50px;
  width: 35px;
  border-radius: 7px;
  background-color: #f1f5f8;
  color: #3699ff;
  border: 1px solid #c2c2c2;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card .card-body .watch span {
    width: 30px;
  }
}
.list-preview .card .card-body .gap-3 {
  gap: 5px !important;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card .card-body .gap-3 {
    gap: 3px !important;
  }
}
.list-preview .card .card-body .dv {
  border: 0;
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
}
.list-preview .card .card-body .dv div {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
}
.list-preview .card .card-body .dv span {
  flex-direction: column;
  font-size: 10px;
  width: -moz-max-content !important;
  width: max-content !important;
  border: 0 !important;
  padding: 0 5px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card .card-body .dv span {
    font-size: 9px;
  }
}
.list-preview .card .card-body > div {
  display: flex !important;
}
.list-preview .li-sp {
  display: inline-block;
}
.list-preview .card-title {
  grid-template-columns: 60px auto;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card-title {
    grid-template-columns: 50px auto;
  }
}
.list-preview .card-title h4 {
  font-size: 0.9rem;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card-title h4 {
    font-size: 0.7rem;
  }
}
.list-preview .card-title p {
  font-size: 0.7rem;
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card-title p {
    font-size: 0.6rem;
  }
}
.list-preview .card-img {
  height: 60px;
  display: flex;
  justify-content: center;
}
.list-preview .card-img > span {
  bottom: 0;
  top: auto;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 9px;
}
.list-preview .card-img .watch span {
  width: 85px;
  height: 50px;
  justify-content: flex-start;
  padding-right: 10px;
  border-radius: 10px;
}
.list-preview .card-img img {
  width: 60px;
  position: absolute;
  left: 0;
  height: 50px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card-img {
    height: 50px;
  }
  .list-preview .card-img > span {
    right: 0;
    left: 0;
    font-size: 7px;
  }
  .list-preview .card-img img {
    width: 50px;
  }
}
.list-preview .cd-p {
  display: none;
}
.list-preview .card-title-sec2 {
  display: flex !important;
  gap: 10px;
}
.list-preview .card-title-sec2 div:first-child {
  display: grid;
  align-content: center;
  gap: 5px;
}
.list-preview .sp {
  font-size: 11px;
}
@media screen and (max-width: 1100px) {
  .list-preview .sp {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .sp {
    font-size: 9px;
  }
}
.list-preview .k-btn {
  height: 50px !important;
  font-size: 11px;
  padding: 0.5rem 1rem;
  border-radius: 7px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .k-btn {
    font-size: 0.6rem;
    padding: 0.5rem;
  }
}
.list-preview .fl-column {
  flex-direction: column !important;
  justify-content: center !important;
  gap: 5px;
}
@media screen and (max-width: 1315px) {
  .list-preview .st {
    display: none !important;
  }
}

.bg-green {
  background-color: #23bd81;
  color: #fff;
}

.bg-pink {
  background-color: #e95f8b;
  color: #fff;
}

.total {
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  overflow: hidden;
}
.total > div {
  display: grid;
  gap: 10px;
}
.total a {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  background-color: #3699ff;
  color: #fff !important;
  font-size: 13px;
  padding: 15px;
}

.w-item > div:first-child {
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  display: grid;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .w-item .k-btn {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 640px) {
  .w-item.w-item-2 .k-btn {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1310px) {
  .w-item.w-item-2 .k-btn {
    font-size: 11px;
  }
}

.cashModal .modal-content {
  background-color: #f3f3f3;
  border-radius: 15px;
}
.cashModal h5 {
  font-size: 1rem;
}
.cashModal .modal-body p {
  font-size: 12px;
}
.cashModal .modal-body .amount {
  display: grid;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
}
.cashModal .modal-body .amount label {
  font-size: 13px;
}
.cashModal .modal-body .amount input {
  border: 0;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #f3f3f3;
}
.cashModal .modal-body .amount input::-moz-placeholder {
  font-size: 13px;
}
.cashModal .modal-body .amount input::placeholder {
  font-size: 13px;
}
.cashModal .modal-body select {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  padding: 7px;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
  font-size: 13px;
}

.ex-amount div {
  background-color: #fff;
  display: flex;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
  font-size: 13px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.ex-amount div input {
  flex: 1;
  border: 0;
  padding: 5px 10px;
  text-align: left;
}
.ex-amount div input:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.ex-amount div input::-moz-placeholder {
  color: #c2c2c2;
  font-size: 13px;
}
.ex-amount div input::placeholder {
  color: #c2c2c2;
  font-size: 13px;
}
.ex-amount div span {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  font-size: 12px;
}
.ex-amount p {
  font-size: 11px !important;
  text-align: left;
}

.ex-btn {
  width: 30px;
  height: 30px;
  background-color: #3699ff !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px auto;
  margin-bottom: 20px;
}
.ex-btn:hover {
  color: #fff;
}

.pay-list .search-result-list {
  min-width: 500px;
}
@media screen and (max-width: 600px) {
  .pay-list {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.breadcrumb {
  margin: 0;
  font-size: 13px;
}
.breadcrumb a {
  color: #0193fd;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 3px;
  padding-left: 3px;
}

.project-detail .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.project-detail .swiper {
  width: 100%;
}
.project-detail .swiper .swiper-button-next,
.project-detail .swiper .swiper-button-prev {
  width: 20px;
  height: 35px;
  background: #f1f5f8;
  border-radius: 5px;
}
.project-detail .swiper .swiper-button-next::after,
.project-detail .swiper .swiper-button-prev::after {
  font-size: 14px;
  color: #3699ff;
}
.project-detail .swiper.mySwiper2 {
  height: 250px;
}
@media screen and (max-width: 767px) {
  .project-detail .swiper.mySwiper2 {
    height: 300px;
  }
}
.project-detail .swiper.mySwiper2 .swiper-button-next {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.project-detail .swiper.mySwiper2 .swiper-button-prev {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.project-detail .swiper.mySwiper {
  height: 80px;
}
.project-detail .swiper.mySwiper .swiper-button-next {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.project-detail .swiper.mySwiper .swiper-button-prev {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.project-detail .swiper.mySwiper .swiper-button-next,
.project-detail .swiper.mySwiper .swiper-button-prev {
  width: 20px;
  height: 30px;
  background: #f1f5f8;
  top: 60%;
}
.project-detail .swiper.mySwiper .swiper-button-next::after,
.project-detail .swiper.mySwiper .swiper-button-prev::after {
  font-size: 14px;
  color: #3699ff;
}

.pd-sec1 {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  background-color: #f1f5f8;
  padding: 10px;
  border-radius: 3px;
}
.pd-sec1 span {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .pd-sec1 {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pd-sec1 {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .pd-sec1 {
    font-size: 10px;
    flex-direction: column;
    gap: 10px;
  }
}

.progress {
  position: relative;
  width: 100%;
  height: 15px;
  border-radius: 10px;
}
.progress div {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.progress div.progress-1 {
  background: #3699ff;
  max-width: 98.5%;
  z-index: 4;
}
.progress div.progress-2 {
  background: #90bdff;
  max-width: 99%;
  z-index: 3;
}
.progress div.progress-3 {
  background: #d9d9d9;
  max-width: 99.5%;
  z-index: 2;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.progress-info div {
  display: grid;
  font-size: 9px;
  justify-content: center;
  justify-items: center;
}
.progress-info div span {
  display: flex;
}
.progress-info div i {
  font-size: 14px;
}
.progress-info div.progress-1-info i {
  color: #3699ff;
}
.progress-info div.progress-2-info i {
  color: #90bdff;
}
.progress-info div.progress-3-info i {
  color: #d9d9d9;
}
.progress-info div.progress-4-info i {
  color: #f1f5f8;
}

.cap2 span {
  font-size: 13px;
  border-bottom: 2px solid #3699ff;
}

.pay-sec1 {
  background-color: #f1f5f8;
  border-radius: 5px;
  font-size: 11px;
  padding: 5px;
}
.pay-sec1 div {
  display: flex;
  justify-content: space-between;
  padding: 7px 10px;
}

.pay-sec2 {
  border-radius: 5px;
  font-size: 11px;
  padding: 5px;
  border: 1px solid #f1f5f8;
  height: 100%;
}
.pay-sec2 > div {
  display: grid;
  grid-template-columns: 40% auto;
}

.item-count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.item-count input {
  height: 28px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  text-align: center;
  width: 80px;
  font-size: 14px;
}
.item-count button {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 18px;
}
.item-count button.plus {
  background-color: #23bd81;
  border: 1px solid #23bd81;
}
.item-count button.minus {
  background-color: #e95f8b;
  border: 1px solid #e95f8b;
}

.meter-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  color: #3699ff;
}
.meter-price small {
  font-size: 11px;
}

.pay-sec3 .k-btn {
  border-radius: 5px;
  height: 35px;
}

.project-info {
  display: grid;
  align-content: center;
  justify-items: center;
  font-size: 13px;
  background-color: #f1f5f8;
  border-radius: 5px;
  padding: 25px;
  gap: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .project-info {
    padding: 15px;
    font-size: 12px;
  }
}

.s-item {
  background-color: #f1f5f8;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  font-size: 11px;
}

.text p,
.text span {
  font-size: 13px;
  line-height: 22px;
}

.d-item {
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 5px;
}

.d-btn {
  border: 1px solid #3699ff;
  padding: 0.2rem 0.3rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 12px;
  justify-content: center;
  gap: 5px;
}

.arrow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(260.28deg, #0193fd 0%, #3f51f4 96.58%);
  box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px rgba(0, 0, 0, 0.08);
  min-width: 300px;
  height: 45px;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.arrow-link i {
  background-color: #fff;
  border-radius: 50%;
  color: #484848;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -1px;
  box-shadow: inset 5px 5px 10px #cdcdcd, inset -5px -5px 10px #fff;
}
.arrow-link:is(:hover, :focus) {
  color: #fff;
}
.arrow-link.bg-white {
  background: #fff;
  color: #484848;
}
.arrow-link.green-linear {
  background: linear-gradient(235.66deg, #23bd81 9.25%, #068d58 91.06%);
}
.arrow-link.warning-linear {
  background: linear-gradient(235.66deg, #ffb800 9.25%, #ff6b00 91.06%);
}
@media (max-width: 767px) {
  .arrow-link {
    font-size: 14px;
  }
}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 450px;
}
.not-found > svg {
  width: 400px;
}
@media screen and (max-width: 575px) {
  .not-found > svg {
    width: 280px;
  }
}

.counter2 {
  display: grid;
  justify-items: center;
  align-content: center;
  width: 100%;
  gap: 80px;
}
@media (max-width: 767px) {
  .counter2 {
    gap: 50px;
  }
}
.counter2 h5,
.counter2 p {
  text-align: center;
  font-size: 35px;
  color: #484848;
}
@media (max-width: 767px) {
  .counter2 h5,
  .counter2 p {
    font-size: 28px;
  }
}
.counter2 h5 {
  font-size: 30px;
  font-family: "yekanBakhF";
}
@media (max-width: 767px) {
  .counter2 h5 {
    font-size: 25px;
  }
}
.counter2 .counter-text {
  border-left: 2px solid #c2c2c2;
  width: 100%;
}
@media (max-width: 767px) {
  .counter2 .counter-text {
    border: 0;
  }
}
.counter2 .counter-icon {
  padding: 30px;
  border-radius: 50%;
  box-shadow: inset -15px -15px 20px #ffffff, inset 10px 10px 20px #cdcdcd;
  background-color: #fff;
}
.counter2 .counter-icon div {
  background-color: #ededed;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.4), inset 20px 20px 50px rgba(255, 255, 255, 0.35), inset -15px -15px 20px #cdcdcd, inset 10px 10px 10px #ffffff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .counter2 .counter-icon div {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .counter2 .counter-icon svg,
  .counter2 .counter-icon path {
    stroke: #2884ef;
    fill: #2884ef;
  }
}

.slider-sec {
  height: 250px;
  position: relative;
}
.slider-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-sec .slider-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .slider-sec .slider-overlay {
    padding: 0 20px;
  }
}

.how-work {
  background-color: #f3f3f3;
}
.how-work .card {
  box-shadow: -10px -10px 15px #fff, 10px 10px 15px #cdcdcd;
  background-color: #f3f3f3;
  display: grid;
  grid-template-columns: 100px auto 250px;
  padding: 35px;
  gap: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .how-work .card {
    grid-template-columns: auto;
    justify-items: center;
    gap: 20px;
  }
}
.how-work .card-count {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  box-shadow: inset 5px 5px 10px #cdcdcd, inset -5px -5px 10px #fff;
  border-radius: 50%;
  font-family: "yekanBakhB";
}
@media (max-width: 767px) {
  .how-work .card-count {
    order: 1;
    justify-self: baseline;
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .how-work .card-count {
    order: 1;
    justify-self: baseline;
    margin-top: -40px;
  }
}
.how-work .card-text h6 {
  font-family: "yekanBakhB";
  font-size: 1.1rem;
}
.how-work .card-text p {
  font-size: 14px;
  width: 80%;
  line-height: 30px;
}
@media (max-width: 767px) {
  .how-work .card-text p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .how-work .card-text {
    order: 2;
  }
}
.how-work .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 40%;
  box-shadow: inset 10px 10px 25px #cdcdcd, inset -10px -10px 20px #fff;
  background-color: #ededed;
}
.how-work .card-img img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .how-work .card-img {
    order: 0;
  }
}

.receipt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
}
.receipt a {
  display: grid;
  gap: 5px;
  justify-items: center;
  color: #2d2d2d;
  font-size: 12px;
}
.receipt a div {
  padding: 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.filter-section {
  background: linear-gradient(12deg, #0193fd 0%, #3f51f4 100%);
}
.filter-section .k-link {
  color: #fff;
}

.h-form-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.h-form-input label {
  font-size: 14px;
}
.h-form-input select {
  background-color: transparent !important;
  border: 1px solid #f3f3f3 !important;
  border-radius: 10px !important;
  height: 42px;
  padding: 5px 15px !important;
  box-sizing: border-box !important;
  font-size: 14px;
  color: #fff;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.h-form-input select:is(:focus, :active, :visited) {
  color: #fff !important;
  border-color: #fff !important;
}
.h-form-input select option {
  color: #181c32 !important;
}
@media (max-width: 850px) {
  .h-form-input {
    flex-direction: column;
    align-items: flex-start;
  }
}

.filter-section__div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  color: #fff;
}
.filter-section__div .filter-section__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.filter-section__div .filter-section__item p {
  display: grid;
  text-align: center;
}
.filter-section__div .h-form-input select {
  width: 120px;
}
@media (max-width: 767px) {
  .filter-section__div {
    width: 100%;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 320px));
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .card-list {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 1500px) {
  .card-list {
    grid-template-columns: repeat(3, 31%);
  }
}
@media screen and (min-width: 1500px) and (max-width: 1655px) {
  .card-list .card-title .sp {
    font-size: 9px;
  }
  .card-list .card-title h4 {
    font-size: 1.3rem;
  }
  .card-list .card-body .dv {
    font-size: 12px;
  }
}
.card-list .card-body {
  padding: 0;
}

.card-item {
  border: 0;
  width: 320px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 15px;
  margin: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: grid;
  gap: 10px;
  padding: 15px;
  transition: 0.3s;
  background-color: #fff;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.card-item .card-header {
  border-radius: 7px;
  height: 100px;
  position: relative;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.card-item .card-header .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  width: 100%;
}
.card-item .card-header .card-img img,
.card-item .card-header .card-img .mask {
  width: 100%;
}
.card-item .card-header .card-img .mask {
  background-color: rgba(0, 15, 94, 0.8);
  backdrop-filter: blur(1px);
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
.card-item .card-header .card-title {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: 9px;
}
.card-item .card-header .card-title .card-title-info {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 20px;
  padding: 0px 15px;
}
.card-item .card-header .card-title .card-title-info .card-name {
  font-size: 20px;
  font-weight: 900;
}
.card-item .card-header .card-title .card-title-info p {
  display: flex;
  gap: 5px;
  font-size: 13px;
}
.card-item .card-header .card-title .badge-container {
  font-size: 12px;
  color: #fff;
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  text-align: center;
  height: 30px;
  line-height: 20px;
}
.card-item .card-header .card-title .badge-container .badge-right {
  background-color: #23bd81;
  text-align: right;
  text-indent: 8px;
  padding: 5px;
  position: relative;
}
.card-item .card-header .card-title .badge-container .badge-right::after {
  content: "";
  height: 100%;
  border-right: 15px solid #23bd81;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 1;
  box-shadow: inset 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.card-item .card-header .card-title .badge-container .badge-left {
  padding: 5px;
  background-color: #ffa14a;
  text-align: center;
}
.card-item .card-body p {
  gap: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #181c32;
}
.card-item .card-body p strong {
  color: #181c32;
  margin-left: 4px;
}
.card-item .card-body p.card-item-value {
  color: #a1a5b7;
}
.card-item .card-body p.card-item-value strong {
  color: #181c32;
}
.card-item .card-body p.card-item-key i {
  font-size: 8px;
}
.card-item .card-body .progress-content {
  border: 0.5px solid #f4f4f4;
  padding: 8px;
  display: block;
  border-radius: 7px;
  margin-bottom: 5px;
}
.card-item .card-body .progress-content .progressbar-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.card-item li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #e1e3ea;
}
.card-item li:last-child {
  border: 0;
}
.card-item .progress {
  height: 5px;
  background-color: #f1f1f2;
}
.card-item .progress .progress-bar {
  background-color: #f6c000;
}
.card-item .progress .progress-bar.progress-info {
  background-color: #7d97f4;
}
.card-item .k-btn {
  width: 100% !important;
}
.card-item.on {
  position: sticky;
  top: 100px;
}

.carousel {
  height: 500px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.carousel .carousel-item {
  height: 500px;
}
.carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 8%;
}
.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.slider-badge {
  width: 120px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -60px;
}

.k-bg-white, .dashed-border, .d-box {
  background-color: #fff;
}

.dashed-border, .d-box {
  border: 1px dashed #d8d8e5;
}

.br-10 {
  border-radius: 10px;
}

.g-box, .normal-hints li, .bold-hints li, .project-summery div {
  border: 1px solid #e1e3ea;
  flex: 1;
  border-radius: 10px;
  padding: 15px;
  display: grid;
  gap: 10px;
  background-color: #fff;
}
.g-box span, .normal-hints li span, .bold-hints li span, .project-summery div span {
  font-size: 13px;
  color: #a1a5b7;
}

.d-box p {
  color: #5e6278;
  font-size: 14px;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.project-summery {
  display: flex;
  gap: 40px;
}
.project-summery div {
  justify-items: center;
}

.bold-hints {
  display: grid;
  gap: 15px;
}
.bold-hints li {
  position: relative;
}
.bold-hints li > i {
  position: absolute;
  right: -11px;
  z-index: 1;
  top: 40%;
  background-color: #fff;
  color: #d8d8e5;
  font-size: 22px;
}
.bold-hints li p {
  color: #181c32;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bold-hints li p i {
  font-size: 5px;
}

.normal-hints {
  display: grid;
  gap: 15px;
}
.normal-hints li {
  position: relative;
  border: 0;
  padding: 0 !important;
}
.normal-hints li > i {
  position: absolute;
  right: -11px;
  z-index: 1;
  top: 40%;
  background-color: #fff;
  color: #d8d8e5;
  font-size: 22px;
}
.normal-hints li p {
  color: #181c32;
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 5px;
}
.normal-hints li p i {
  font-size: 5px;
}
.normal-hints li span {
  color: #3f4254;
}

.project-price li:nth-child(odd) {
  background-color: #f1f1f2;
}
.project-price li {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  color: #5e6278;
}
.project-price li small {
  color: #a1a5b7;
  margin-right: 5px;
}
.project-price li:last-child {
  background-color: #fff;
  border-top: 1px dashed #d8d8e5;
  margin-top: 10px;
  padding-top: 15px;
}
.project-price li:last-child span {
  font-weight: bold;
  font-size: 14px;
}
.project-price li:last-child small {
  font-weight: 500;
}

.download-list a {
  color: #5e6278;
  padding: 5px 0;
  display: inline-block;
}
.download-list a i {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-left: 5px;
}

.location-banner {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.grade-sec {
  display: flex;
  justify-content: center;
}

.grade {
  width: 70%;
  border-radius: 10px;
  height: 15px;
  display: flex;
}
.grade div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grade div.grade-a {
  background-color: #2196f3;
  border-radius: 0 10px 10px 0;
}
.grade div.grade-a span {
  background-color: #2196f3;
}
.grade div.grade-b {
  background-color: #4caf50;
}
.grade div.grade-b span {
  background-color: #4caf50;
}
.grade div.grade-c {
  background-color: #92c125;
}
.grade div.grade-c span {
  background-color: #92c125;
}
.grade div.grade-d {
  background-color: #cddc39;
}
.grade div.grade-d span {
  background-color: #cddc39;
}
.grade div.grade-e {
  background-color: #ff7043;
  border-radius: 10px 0 0 10px;
}
.grade div.grade-e span {
  background-color: #ff7043;
}
.grade div.active span {
  display: flex;
}
.grade span {
  width: 30px;
  height: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "yekanBakhM", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding-top: 5px;
  color: #fff;
  display: none;
}

.grade-table-header {
  border-bottom: 1px solid #d8d8e5;
  padding: 5px;
}
.grade-table-header div {
  text-align: right !important;
}

.grade-table-body .grade {
  direction: ltr;
}
.grade-table-body .grade div {
  text-align: right !important;
  background-color: #50cd89;
}
.grade-table-body .grade div:not(:last-child) {
  border-right: 2px solid #fff;
}
.grade-table-body .grade div:first-child {
  border-radius: 10px 0 0 10px;
}
.grade-table-body .grade div:last-child {
  border-radius: 0 10px 10px 0;
}
.grade-table-body .grade div.active {
  background-color: #50cd89;
}
.grade-table-body .grade div.active ~ div {
  background-color: #e1e3ea;
}
.grade-table-body .grade span {
  background-color: #fff;
  color: #3f4254;
}

.table-total-garde {
  display: flex;
  gap: 10px;
  align-items: center;
}
.table-total-garde .table-total-garde-text {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-family: "yekanBakhM", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
  font-weight: bold;
}
.table-total-garde .table-total-garde-text.grade-a {
  background-color: #2196f3;
}
.table-total-garde .table-total-garde-text.grade-b {
  background-color: #4caf50;
}
.table-total-garde .table-total-garde-text.grade-c {
  background-color: #92c125;
}
.table-total-garde .table-total-garde-text.grade-d {
  background-color: #cddc39;
}
.table-total-garde .table-total-garde-text.grade-e {
  background-color: #ff7043;
}
.table-total-garde strong {
  font-size: 18px;
}

.notice {
  font-size: 13px;
  color: #5e6278;
}
.notice span {
  color: #3699ff;
}

.resume p {
  font-size: 14px;
  text-align: justify;
  color: #5e6278;
}
.resume .card {
  border-radius: 10px;
  overflow: hidden;
}
.resume .card img {
  height: 80px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resume .card .card-body {
  text-align: center;
}
.resume .card .card-body h6,
.resume .card .card-body address {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.resume .card .card-body h6 {
  color: #181c32;
  font-size: 0.85rem;
  font-weight: bold;
}
.resume .card .card-body address {
  font-size: 13px;
  color: #7e8299;
  margin-top: 10px;
  margin-bottom: 0;
}

.buy-sec {
  background-color: #f1f1f2;
  border-radius: 5px;
  width: 68%;
  position: fixed;
  z-index: 10;
  bottom: 30px;
  left: 8%;
  padding: 10px 5px;
  padding-top: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 3px solid #fff;
  font-size: 13px;
}
.buy-sec .k-btn {
  height: 35px;
}
.buy-sec p {
  display: flex;
  justify-content: space-between;
  color: #5e6278;
}
.buy-sec p span {
  color: #181c32;
  font-weight: bold;
}

.fs-13 {
  font-size: 13px !important;
}

.stock-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: #fff;
  border: 1px solid #e1e3ea;
  border-radius: 5px;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
.stock-counter span {
  width: 20px;
  text-align: center;
  display: inline-block;
}
.stock-counter button {
  background-color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border: 0;
}
.stock-counter button.plus {
  color: #50cd89;
}
.stock-counter button.minus {
  color: #f1416c;
}
.stock-counter input {
  width: 25px;
  border: 0;
  text-align: center;
}

.k-bg-gray {
  background-color: #f1f1f2;
}

.other-project .card {
  border: 1px solid #e1e3ea;
  box-shadow: none;
}

.c-input {
  display: flex;
  border: 1px solid #3699ff;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  font-size: 13px;
  padding: 8px 5px;
  gap: 10px;
  color: #5e6278;
}
.c-input small {
  font-size: 11px;
}
.c-input input {
  flex: 1;
  text-align: left;
  border: 0;
  color: #181c32;
  font-size: 14px;
}
.c-input input:focus {
  box-shadow: none;
  border: 0;
}
.c-input span {
  display: inline-block;
  padding: 0 10px;
}

.calculator {
  padding: 30px 20px;
  display: grid;
  gap: 10px;
}
.calculator .range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 7px;
  outline: none;
  direction: ltr;
  border-radius: 5px;
  background: linear-gradient(to right, #3699ff 0%, #3699ff 39%, #d8d8e5 39%, #d8d8e5 100%);
  transition: background 300ms ease-in;
  overflow: visible;
}
.calculator .range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  border: 1px solid #3699ff;
  z-index: 1;
}

.c-price li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #5e6278;
  padding: 5px 0;
}
.c-price li:not(:last-child) {
  border-bottom: 1px solid #d8d8e5;
}
.c-price li span:last-child {
  color: #181c32;
}
.c-price li small {
  color: #5e6278;
  font-size: 12px;
  padding-right: 10px;
}

.c-total {
  background-color: #f1f1f2;
  border-radius: 5px;
  border: 1px solid #d8d8e5;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  color: #5e6278;
}
.c-total strong {
  color: #181c32;
  font-size: 15px;
}

.highcharts-data-labels,
.highcharts-credits {
  display: none;
}

.navbar-toggler {
  color: #fff;
  font-size: 35px;
}
.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.shortcut {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.shortcut a {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  color: #181c32;
  border-radius: 7px;
  width: 100%;
  height: 75px;
}
@media (min-width: 500px) {
  .shortcut a {
    width: 47%;
  }
}

.menu-offcanvas {
  background-color: #fafafa;
  top: 69px !important;
  bottom: 0;
  overflow-x: hidden !important;
}
.menu-offcanvas .offcanvas-body {
  position: relative;
  display: flex;
  flex-direction: column;
}
.menu-offcanvas .offcanvas-body ul {
  flex: 1;
}
.menu-offcanvas .btn-close {
  color: #1f1f27 !important;
  padding: 8px !important;
}
.menu-offcanvas a:not(.btn-login-mobile) {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: #1f1f27;
  border-radius: 7px;
  width: 100%;
  height: 75px;
  font-size: 17px !important;
  font-family: "yekanBakhM";
}
.menu-offcanvas .btn-login-mobile {
  background-color: #5e5e5e;
  color: white;
  font-size: 16px;
  font-family: "peydaSemibold";
  padding: 16px 10px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.menu-offcanvas .btn-login-mobile::after {
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d4d4d5;
}
.menu-offcanvas .btn-login-mobile svg {
  display: none;
}
.menu-offcanvas .logo {
  height: 30px;
}

.chart-helper {
  display: grid;
  gap: 7px;
}
.chart-helper li {
  font-size: 14px;
}
.chart-helper li span {
  display: inline-block;
  width: 6px;
  height: 12px;
  border-radius: 10px;
  margin-left: 10px;
}
.chart-helper li span.cash {
  background-color: #50cd89;
}
.chart-helper li span.blocked {
  background-color: #3699ff;
}
.chart-helper li span.hami {
  background-color: #7239ea;
}

.overview-chart {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: grid;
  justify-items: center;
  gap: 15px;
}
.overview-chart .pai-chart {
  padding: 10px;
}
.overview-chart .chart-info {
  display: flex;
  font-size: 13px;
  gap: 20px;
}
.overview-chart span {
  display: inline-block;
  width: 11px;
  height: 6px;
  border-radius: 10px;
  margin-left: 5px;
}
.k-bg-success {
  background-color: #47be7d;
}

.k-bg-warning {
  background-color: #f6c000;
}

.k-bg-primary {
  background-color: #3699ff;
}

.general-transactions {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.general-transactions .general-transactions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.general-transactions .general-transactions__header p {
  font-size: 13px;
}

.time-filter {
  display: flex;
  gap: 15px;
  font-family: "yekanBakhM";
}
.time-filter label {
  color: #5e5e5e !important;
  border: 0 !important;
}
.time-filter input {
  display: none;
}
.time-filter input:checked + label {
  background-color: #ebf2fd;
  color: #1f1f27;
  border: 0;
}
.time-filter label {
  display: inline-block;
  padding: 0.3rem 1rem;
  border: 1px solid #3f4254;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer;
}

.instant-statistics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.instant-statistics .instant-statistics__item {
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  flex-grow: 1;
  display: grid;
  justify-items: center;
  border-radius: 10px;
}
.instant-statistics .instant-statistics__item strong {
  font-size: 1.5rem;
  margin: 0;
}
.instant-statistics .instant-statistics__item span {
  font-size: 13px;
}
.instant-statistics .instant-statistics__item p {
  font-size: 14px;
  color: #3f4254;
  margin-top: 20px;
}

.market-overview {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  padding: 20px;
}

.market-overview__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 5px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e1e3ea;
}

.market-overview__serach-box {
  display: flex;
  align-items: center;
  border: 1px solid #e1e3ea;
  border-radius: 10px;
  overflow: hidden;
  padding: 3px;
  position: relative;
  bottom: 10px;
}
.market-overview__serach-box input {
  border: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 200px;
  font-size: 13px;
}
.market-overview__serach-box input::-moz-placeholder {
  color: #5e6278;
}
.market-overview__serach-box input::placeholder {
  color: #5e6278;
}
.market-overview__serach-box input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.market-overview__serach-box button {
  font-size: 14px;
  padding: 2px 5px;
  background-color: #fff;
  border: 0;
  color: #a1a5b7;
  padding-top: 8px;
}
.market-overview__serach-box button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.market-overview__serach-box button:hover {
  color: #181c32;
}

.market-overview__type {
  display: flex;
  gap: 15px;
  height: 100%;
}
.market-overview__type input {
  display: none;
}
.market-overview__type input:checked + label::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 15px 15px 0 0;
  background-color: #3699ff;
}
.market-overview__type label {
  display: inline-block;
  padding: 0.3rem;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}

.usage-type {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
}
.usage-type div {
  display: flex;
  gap: 10px;
}
.usage-type input {
  display: none;
}
.usage-type input:checked + label {
  padding: 5px;
}
.usage-type input:checked + label i {
  display: flex;
}
.usage-type input:checked + label[for=ut1] {
  background: rgba(54, 153, 255, 0.1);
  color: #3699ff;
  border-color: #3699ff;
}
.usage-type input:checked + label[for=ut1] i {
  background-color: rgba(54, 153, 255, 0.2);
  color: #3699ff;
}
.usage-type input:checked + label[for=ut2] {
  background: rgba(241, 65, 108, 0.1);
  color: #f1416c;
  border-color: #f1416c;
}
.usage-type input:checked + label[for=ut2] i {
  background-color: rgba(241, 65, 108, 0.2);
  color: #f1416c;
}
.usage-type input:checked + label[for=ut3] {
  background: rgba(24, 21, 71, 0.1);
  color: #181547;
  border-color: #181547;
}
.usage-type input:checked + label[for=ut3] i {
  background-color: rgba(24, 21, 71, 0.2);
  color: #181547;
}
.usage-type input:checked + label[for=ut4] {
  background: rgba(246, 192, 0, 0.1);
  color: #f6c000;
  border-color: #f6c000;
}
.usage-type input:checked + label[for=ut4] i {
  background-color: rgba(246, 192, 0, 0.2);
  color: #f6c000;
}
.usage-type input:checked + label[for=ut5] {
  background: rgba(80, 205, 137, 0.1);
  color: #50cd89;
  border-color: #50cd89;
}
.usage-type input:checked + label[for=ut5] i {
  background-color: rgba(80, 205, 137, 0.2);
  color: #50cd89;
}
.usage-type label {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #e1e3ea;
  padding: 5px 10px;
  border-radius: 10px;
  color: #a1a5b7;
  cursor: pointer;
}
.usage-type label i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.state-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.state-list a {
  color: #181c32;
  border: 1px solid #e1e3ea;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.state-list a h6 {
  font-size: 0.9rem;
}
.state-list a p {
  color: #7e8299;
  font-size: 12px;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.city-list input {
  display: none;
}
.city-list input:checked + label {
  border-color: #3699ff;
  color: #3699ff;
  background-color: rgba(54, 153, 255, 0.1);
}
.city-list input:checked + label small {
  color: rgba(54, 153, 255, 0.7);
}
.city-list label {
  color: #181c32;
  border: 1px solid #e1e3ea;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.city-list label h6 {
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.city-list label h6 small {
  font-size: 12px;
  color: #7e8299;
}

.select-all {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.select-all input {
  margin-bottom: 5px;
}

#selected-cities {
  display: none;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
#selected-cities.on {
  display: flex;
  border-top: 1px solid #e1e3ea;
  padding: 10px 0;
}
#selected-cities div {
  display: flex;
  gap: 15px;
}
#selected-cities span {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #e1e3ea;
  padding: 5px 7px;
  border-radius: 10px;
  color: #a1a5b7;
  cursor: pointer;
}
#selected-cities span i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 153, 255, 0.2);
  color: #3699ff;
}
#selected-cities span:hover {
  background: rgba(54, 153, 255, 0.2);
  color: #3699ff;
  border-color: #3699ff;
}

.remove-city {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.c-table {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-table span {
  display: inline-block;
  text-align: center;
  padding: 0.6rem 1rem;
}

.c-table-header {
  background-color: #f1f1f2;
}

.c-table-body {
  display: grid;
  gap: 5px;
}

.disable {
  color: #a1a5b7 !important;
  pointer-events: none;
}

.c-table-header,
.c-table-body div {
  display: grid;
  grid-template-columns: 50px repeat(8, 1fr);
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #e1e3ea;
}

.k-text-success {
  color: #50cd89 !important;
}

.k-text-primary {
  color: #3699ff !important;
}

.k-text-danger {
  color: #f1416c !important;
}

.k-text-purple {
  color: #181547 !important;
}

.k-text-warning {
  color: #f6c000 !important;
}

.user-btn {
  font-size: 13px;
  color: #fff;
  align-items: center;
}
.user-btn:hover {
  color: #e9b500;
}
.user-btn:hover path {
  stroke: #e9b500;
}
.user-btn span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 103px;
}

.k-btn-primary:disabled {
  background: #dfdfdf !important;
}

button:disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.show-collapse-wrapper.collapsed .arrow-collapse-wrapper {
  background: #eef6ff;
  padding: 5px 10px;
  border-radius: 70px;
  border: 1px solid #3699ff;
}
.show-collapse-wrapper.collapsed .arrow-collapse-wrapper .show-collpase {
  display: inline;
}
.show-collapse-wrapper.collapsed .arrow-collapse-wrapper .hide-collpase {
  display: none;
}
.show-collapse-wrapper.collapsed .arrow-collapse-wrapper svg {
  transform: rotate(0deg);
  transition: 0.3s;
}
.show-collapse-wrapper.collapsed .arrow-collapse-wrapper svg path {
  stroke: #3699ff;
  stroke-width: 2px;
}

.show-collapse-wrapper .arrow-collapse-wrapper {
  padding: 5px 10px;
  border-radius: 70px;
  /* color: #fff; */
  border: 1px solid #d9214d;
}
.show-collapse-wrapper .arrow-collapse-wrapper .show-collpase {
  display: none;
}
.show-collapse-wrapper .arrow-collapse-wrapper .hide-collpase {
  display: inline;
}
.show-collapse-wrapper .arrow-collapse-wrapper svg {
  transition: 0.3s;
  transform: rotate(180deg);
}
.show-collapse-wrapper .arrow-collapse-wrapper svg path {
  stroke: #d9214d;
  stroke-width: 2px;
}

.rule-container {
  background-color: #fff !important;
  padding: 30px 40px !important;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
}

.rule-wrapper * {
  font-family: "yekanBakhM" !important;
  line-height: 35px !important;
  font-size: 15px !important;
}

.rule-wrapper span strong {
  font-size: 18px !important;
}

.sa-button-container {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.intro-new {
  background-image: url(./../img/header-img.png) !important;
  height: 120vh;
  background-size: cover;
  width: 100vw;
  position: relative;
  top: -80px;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 80px !important;
}
@media screen and (max-width: 1280px) {
  .intro-new {
    padding: 0 22px !important;
  }
}
@media screen and (max-width: 575px) {
  .intro-new {
    background-image: url(./../img/header-img-mobile.png) !important;
  }
}
.intro-new .hero-wrapper {
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 991px) {
  .intro-new .hero-wrapper {
    text-align: center;
    width: 100% !important;
    margin: 0 auto;
  }
}
.intro-new .hero-section {
  animation: fromRightAnim;
  animation-duration: 2s;
  display: flex;
  flex-direction: column;
  gap: 45px;
  color: white;
  position: relative;
}
@media screen and (max-width: 991px) {
  .intro-new .hero-section {
    text-align: center;
    gap: 20px;
    animation: none !important;
  }
}
.intro-new .hero-section h3 {
  font-size: 56px;
  position: relative;
  font-family: "peydaSemibold";
}
@media screen and (max-width: 991px) {
  .intro-new .hero-section h3 {
    font-size: 45px;
  }
}
.intro-new .hero-section h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #9e9e9e, #1f1f27);
  right: 0;
  bottom: -18px;
}
@media screen and (max-width: 991px) {
  .intro-new .hero-section h3::after {
    display: none;
  }
}
.intro-new .hero-section p {
  font-family: "yekanBakhM";
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .intro-new .hero-section p {
    font-size: 20px;
    line-height: 33px;
  }
}
.intro-new .intro-filter-wrapper {
  background-color: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(4px);
  border: 1px solid #d4d4d5;
  border-radius: 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 32px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 36px;
  height: 199px !important;
  justify-content: space-between !important;
}
@media screen and (max-width: 991px) {
  .intro-new .intro-filter-wrapper {
    padding: 21px 18px !important;
    top: 70px;
    margin: 0 !important;
    height: auto !important;
  }
}
.intro-new .intro-filter-wrapper span {
  font-family: "yekanBakhR";
  font-size: 20px;
  color: #000817;
}
.intro-new .intro-filter-wrapper .intro-filter-sec {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .intro-new .intro-filter-wrapper .intro-filter-sec {
    flex-direction: column;
    gap: 25px;
  }
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-filter-input {
  background-color: #f2f2f3;
  padding: 11px;
  border: 1px solid #e8e8e9;
  height: 45px !important;
  width: 30%;
  font-size: 15px !important;
  font-family: "yekanBakhR";
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-filter-input {
    font-size: 14px !important;
    width: 100%;
    height: 55px !important;
    background-color: rgba(232, 232, 233, 0.7);
    border: 1px solid #d4d4d5;
  }
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-filter-input::-moz-placeholder {
  color: #7d7d82;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-filter-input::placeholder {
  color: #7d7d82;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select {
  display: flex;
  height: 45px !important;
  flex: 1;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.76);
  border-radius: 10px !important;
  border: 1px solid #d4d4d5;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select {
    flex-direction: column;
    background-color: transparent !important;
    width: 100%;
    border: 0 !important;
    gap: 50px;
  }
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select {
    border: 1px solid #e8e8e9;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.34);
  }
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select::after {
    display: none !important;
  }
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select .select2-container,
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select .select2-selection {
    height: 55px;
  }
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select .select2-selection__rendered {
    line-height: 45px;
  }
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select .select2-selection {
    padding-right: 0 !important;
  }
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select .select2-selection {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  color: #1f1f27 !important;
  font-size: 16px !important;
  font-family: "yekanBakhM" !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"><path d="M5.50005 7.33333L0 1.83338L1.83334 0L5.50005 3.6667L9.16668 0L11 1.83338L5.50005 7.33333Z" fill="%231F1F27"/></svg>') no-repeat left 15px center;
  padding-right: 35px;
  color: black;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select .select2-selection .select2-selection__arrow {
  display: none;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select .select2-selection .select2-selection__rendered {
  color: #1f1f27 !important;
  font-size: 16px !important;
  font-family: "yekanBakhM";
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select::after {
  content: "";
  position: absolute;
  height: 27px;
  left: -2px;
  top: 8px;
  background-color: #b2b2b5;
  width: 1px;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select:nth-child(2)::after {
  content: "";
  left: 0px;
  top: 8px;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .custom-select .extra-select-label {
  position: absolute;
  color: #1f1f27;
  position: absolute;
  top: -30px;
  font-size: 16px;
  font-family: "yekanBakhM";
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select {
  width: 100%;
  cursor: pointer;
  margin-right: 10px;
  font-family: "yekanBakhM" !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"><path d="M5.50005 7.33333L0 1.83338L1.83334 0L5.50005 3.6667L9.16668 0L11 1.83338L5.50005 7.33333Z" fill="%231F1F27"/></svg>') no-repeat left 15px center;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select span {
  font-family: "yekanBakhM" !important;
}
@media screen and (max-width: 991px) {
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select {
    background-color: rgba(255, 255, 255, 0.34);
    margin-right: 0 !important;
    height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    border: 1px solid #e8e8e9;
  }
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select span {
  font-size: 16px !important;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range {
  background-color: rgba(235, 235, 235, 0.78);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 40px;
  border: 0 !important;
  left: 0px;
  width: 400px;
  border-radius: 10px;
  padding: 10px 18px;
  padding-top: 28px;
}
@media screen and (max-width: 991px) {
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range {
    width: 100%;
    right: 0;
    left: unset !important;
    top: 50px;
  }
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs {
  position: relative;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range] {
  position: absolute;
  width: 100%;
  left: 0;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 8px;
  background: none;
  border: none;
  border-radius: 4px;
  outline: none;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #333;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs {
  /* Firefox */
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range]::-moz-range-track {
  background: #4c4c4c;
  height: 5px;
  border: none;
  border-radius: 4px;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .labels {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .labels .range-val {
  background-color: rgba(255, 255, 255, 0.82);
  padding: 2px 8px;
  border-radius: 5px;
  display: inline-block;
  color: #2d2d2d;
  font-family: "yekanBakhM" !important;
  font-size: 12px !important;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .val-text {
  padding-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider {
  height: 6px !important;
  border: 0 !important;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider .ui-widget-header {
  height: 6px !important;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider.ui-widget-content {
  background: #aaaaaa !important;
  border-radius: 0 !important;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider .ui-corner-all {
  background-color: #4c4c4c !important;
  border-radius: 50px !important;
  border: 0 !important;
  width: 15px;
  height: 15px;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider .ui-corner-all.ui-state-focus {
  border: 0 !important;
  outline: 0 !important;
}
.intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .extra-select-label {
  position: absolute;
  top: -40px;
  font-size: 16px !important;
  font-family: "yekanBakhM" !important;
  right: -10px;
}
@media screen and (max-width: 991px) {
  .intro-new .intro-filter-wrapper .intro-filter-sec .intro-select .fake-select .extra-select-label {
    right: 0px;
    top: -30px;
  }
}
.intro-new .intro-filter-wrapper .intro-filter-sec button {
  width: 45px;
  height: 45px;
  background-color: #035de2;
  border-radius: 10px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .intro-new .intro-filter-wrapper .intro-filter-sec button {
    color: white !important;
    width: 100% !important;
    height: 55px !important;
    margin-top: 10px !important;
  }
  .intro-new .intro-filter-wrapper .intro-filter-sec button span {
    color: white !important;
    font-family: "yekanBakhB";
    font-size: 16px !important;
  }
}
.intro-new .intro-filter-wrapper .intro-filter-sec button:hover {
  background-color: #023785;
  transition: 0.3s;
}

.statistical-grow {
  display: flex;
  position: relative;
  top: -80px;
  padding: 40px 80px;
  padding-bottom: 113px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  background-color: white !important;
}
@media screen and (max-width: 1280px) {
  .statistical-grow {
    padding: 40px 22px;
  }
}
@media screen and (max-width: 991px) {
  .statistical-grow {
    flex-direction: column;
    gap: 70px;
  }
}
@media screen and (max-width: 575px) {
  .statistical-grow {
    background-color: #fafafa !important;
    margin-bottom: 30px;
  }
}
.statistical-grow .statistic-content {
  display: flex;
  flex-direction: column;
  gap: 13px;
  animation: fadeAnim;
  animation-duration: 2s;
}
.statistical-grow .statistic-content h4 {
  font-size: 26px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
.statistical-grow .statistic-content p {
  color: #5e5e5e;
  font-family: "yekanBakhR";
  font-size: 20px;
}
.statistical-grow .statistic-number {
  padding-left: 107px;
  display: flex;
  align-items: center;
  gap: 61px;
}
@media screen and (max-width: 1280px) {
  .statistical-grow .statistic-number {
    gap: 40px;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .statistical-grow .statistic-number {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 0px !important;
  }
}
.statistical-grow .statistic-number .num-wrapper {
  position: relative;
}
@media screen and (max-width: 575px) {
  .statistical-grow .statistic-number .num-wrapper {
    width: 100%;
  }
}
.statistical-grow .statistic-number .num-wrapper:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 20px;
  height: 42px;
  width: 1px;
  left: -30px;
  background-color: #d4d4d5;
}
@media screen and (max-width: 991px) {
  .statistical-grow .statistic-number .num-wrapper:not(:last-child)::after {
    left: -20px;
  }
}
@media screen and (max-width: 575px) {
  .statistical-grow .statistic-number .num-wrapper:not(:last-child)::after {
    top: unset;
    bottom: -20px;
    height: 1px;
    width: 100%;
    left: 0px;
  }
}
.statistical-grow .statistic-number .big-num {
  font-size: 32px;
  font-family: "yekanBakhB";
  color: #1f1f27;
}
.statistical-grow .statistic-number .amount-num {
  font-family: "peydaRegular";
  font-size: 18px;
}
.statistical-grow .statistic-number .desc-num {
  margin-top: 5px;
  color: #5e5e5e;
  font-family: "peydaMedium";
  font-size: 18px;
}

.info-cards {
  display: grid;
  padding: 113px 80px;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  background-color: #f2f2f3;
  gap: 27px;
  top: -80px;
}
@media screen and (max-width: 1280px) {
  .info-cards {
    padding: 113px 22px;
  }
}
@media screen and (max-width: 991px) {
  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .info-cards {
    padding: 0 !important;
  }
}
.info-cards .card-info {
  background-color: white;
  border: 1px solid #e8e8e9;
  border-radius: 15px;
  padding: 43px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1280px) {
  .info-cards .card-info {
    padding: 40px 30px;
  }
}
.info-cards .card-info .card-svg {
  width: 70px;
  height: 70px;
  border: 1px solid #e8e8e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .info-cards .card-info .card-svg {
    border: 2px solid rgba(28, 28, 30, 0.28);
    width: 79px;
    height: 79px;
  }
}
.info-cards .card-info .card-svg img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-cards .card-info:nth-child(odd):nth-child(1) .card-svg {
  border-radius: 0 !important;
  background-color: #edf7f5;
  border: 0;
}
@media screen and (max-width: 575px) {
  .info-cards .card-info:nth-child(odd):nth-child(1) .card-svg {
    border: 2px solid rgba(28, 28, 30, 0.28);
  }
}
.info-cards .card-info:nth-child(odd):nth-child(3) .card-svg {
  border-radius: 0 !important;
  border: 0;
  background-color: #f6f3d2;
}
@media screen and (max-width: 575px) {
  .info-cards .card-info:nth-child(odd):nth-child(3) .card-svg {
    border: 2px solid rgba(28, 28, 30, 0.28);
  }
}
.info-cards .card-info h3 {
  font-family: "peydaSemibold";
  font-size: 20px;
  color: #000817;
}
@media screen and (max-width: 575px) {
  .info-cards .card-info h3 {
    font-size: 28px;
  }
}
.info-cards .card-info p {
  font-family: "yekanBakhM";
  font-size: 14px;
  color: #5e5e5e;
}
@media screen and (max-width: 575px) {
  .info-cards .card-info p {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .cards-section {
    padding: 0 22px !important;
    background-color: #fafafa;
    padding-top: 10px;
    min-height: 500vh !important;
    position: relative;
    grid-template-columns: 1fr;
  }
  .cards-section .cards-stack {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
  }
  .cards-section .card-info {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    background: white;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.have-home-sec {
  position: relative;
  top: -80px;
  padding: 60px 80px;
  background-image: url("./../img/have-home-sec.png");
  background-position: 120% 70%;
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 450px;
}
@media screen and (max-width: 1280px) {
  .have-home-sec {
    padding: 60px 22px;
  }
}
@media screen and (max-width: 991px) {
  .have-home-sec {
    height: auto;
    background-image: url("./../img/have-home-mobile.png");
    background-position: 100% 0% !important;
  }
}
@media screen and (max-width: 991px) {
  .have-home-sec {
    position: relative;
    top: -80px;
  }
}
.have-home-sec .have-home-card {
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 42px 32px;
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .have-home-sec .have-home-card {
    padding: 23px !important;
    height: auto;
  }
}
.have-home-sec .have-home-card .have-home-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.have-home-sec .have-home-card .have-home-header span {
  color: #1f1f27;
  font-family: "peydaMedium";
  font-size: 20px;
}
.have-home-sec .have-home-card .have-home-header .have-home-svg {
  background-color: white;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.have-home-sec .have-home-card h4 {
  font-family: "peydaSemibold";
  font-size: 28px;
  color: #000817;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .have-home-sec .have-home-card h4 {
    font-size: 24px;
  }
}
.have-home-sec .have-home-card .have-home-footer {
  display: flex;
  gap: 54px;
}
@media screen and (max-width: 991px) {
  .have-home-sec .have-home-card .have-home-footer {
    flex-direction: column;
  }
}
.have-home-sec .have-home-card .have-home-footer p {
  font-family: "yekanBakhM";
  font-size: 20px;
  color: #1f1f27;
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  .have-home-sec .have-home-card .have-home-footer p {
    font-size: 18px;
  }
}
.have-home-sec .have-home-card .have-home-footer .have-home-btns button {
  width: 100%;
  border-radius: 9px;
  font-size: 16px;
  font-family: "yekanBakhM";
}
@media screen and (max-width: 991px) {
  .have-home-sec .have-home-card .have-home-footer .have-home-btns button {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.have-home-sec .have-home-card .have-home-footer .have-home-btns button svg {
  margin-right: 10px;
}
.have-home-sec .have-home-card .have-home-footer .have-home-btns button:nth-child(2) {
  margin-top: 13px;
}

.btn-primary-purple {
  background-color: #1f1f27;
  transition: 0.3s;
  text-align: center;
  color: #fafafa;
  border-radius: 9px;
  font-size: 16px;
  font-family: "yekanBakhM";
}
.btn-primary-purple:hover {
  background-color: #035de2;
  transition: 0.3s;
  color: #fafafa;
}

.btn-secondary-black {
  border: 1px solid #1f1f27;
  background-color: transparent !important;
  transition: 0.3s;
  text-align: center;
  color: #1f1f27;
  border-radius: 9px;
  font-size: 16px;
  font-family: "yekanBakhM";
}
.btn-secondary-black:hover {
  background-color: #1f1f27 !important;
  transition: 0.3s;
  color: white;
}

.product-list-sec {
  padding: 90px 80px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: relative;
  top: -80px;
}
@media screen and (max-width: 1280px) {
  .product-list-sec {
    padding: 40px 22px;
  }
}
.product-list-sec h4 {
  color: #1f1f27;
  font-family: "peydaSemibold";
  font-size: 28px;
}
@media screen and (max-width: 575px) {
  .product-list-sec h4 {
    font-size: 24px;
  }
}
.product-list-sec .product-sec-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100% !important;
}
.product-list-sec .product-sec-wrapper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #d4d4d5;
}
.product-list-sec .product-sec-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  background-color: #5e5e5e;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card {
  background-color: white;
  border: 1px solid #f2f2f3;
  border-radius: 15px;
  height: 420px !important;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper {
  height: 120px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  border-bottom: 1px solid #f2f2f3;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper img {
  width: 100% !important;
  height: 100% !important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.6);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .perview-tab {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 20px;
  border-radius: 3px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item {
  color: #1f1f27;
  height: 100%;
  font-size: 10px;
  font-family: "yekanBakhM";
  padding: 3px 5px;
  background-color: rgba(246, 246, 247, 0.73);
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item.tab-2 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item.tab-1 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item.tab-1::after {
  position: absolute;
  content: "";
  top: 5px;
  height: 15px;
  background: #5e5e5e;
  left: 0px;
  width: 1px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item.active {
  font-family: "yekanBakhB";
  background-color: rgba(246, 246, 247, 0.97);
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .perview-title {
  background-color: white;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid #b2b2b5;
  font-family: "yekanBakhB";
  font-size: 12px;
  color: #1f1f27;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper h4 {
  color: white;
  font-family: "peydaSemibold";
  font-size: 16px;
  position: absolute;
  top: 48px;
  right: 20px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .perview-address {
  font-family: "yekanBakhM";
  font-size: 12px;
  color: #f2f2f3;
  position: absolute;
  top: 74px;
  right: 20px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .perview-wrapper .perview-status {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f6f3d2;
  color: #1f1f27;
  font-family: "yekanBakhB";
  font-size: 12px;
  border-top-right-radius: 10px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e9;
  margin-right: 22px;
  margin-left: 22px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-title {
  font-family: "yekanBakhM";
  font-size: 12px;
  color: #1f1f27;
  display: inline-block !important;
  margin-bottom: 10px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-container {
  position: relative;
  width: 100%;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-container progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  border: none;
  border-radius: 8px;
  background-color: #f2f2f3;
  overflow: hidden;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-container progress::-webkit-progress-bar {
  background-color: #f2f2f3;
  border-radius: 8px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-container progress::-webkit-progress-value {
  background: linear-gradient(to right, #0454d1, #022b6b);
  border-radius: 8px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-container progress::-moz-progress-bar {
  background: linear-gradient(to right, #0454d1, #022b6b);
  border-radius: 8px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-container .progress-label {
  position: absolute;
  top: -13px;
  font-size: 12px;
  color: #1f1f27;
  font-family: "yekanBakhM";
  white-space: nowrap;
  transform: translateX(100%);
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -10px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-span span {
  font-size: 12px;
  color: #5e5e5e;
  font-family: "yekanBakhM";
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-span span:nth-child(2) {
  color: #1f1f27;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-progress .progress-span span:nth-child(2) span {
  color: #5e5e5e;
  font-size: 10px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-details {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  flex-direction: column;
  padding: 12px 22px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-details div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "yekanBakhM";
  width: 100%;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-details div p {
  color: #5e5e5e;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-details div span {
  color: #1f1f27;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .card-details div span span {
  color: #5e5e5e;
  font-size: 10px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .product-btn {
  padding: 0 22px;
}
.product-list-sec .product-sec-wrapper .product-cards-wrapper .product-card .product-btn a.btn-purple {
  background-color: #035de2;
  width: 100%;
  color: #fafafa;
  font-size: 14px;
  height: 36px;
  font-family: "yekanBakhM";
  border-radius: 7px;
  border: 1px solid #035de2;
  box-shadow: none !important;
}
.product-list-sec .product-sec-wrapper .more-product-link {
  align-self: self-end;
  font-family: "yekanBakhB";
  font-size: 16px;
  color: #1f1f27;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .product-list-sec .product-sec-wrapper .more-product-link svg {
    display: none;
  }
  .product-list-sec .product-sec-wrapper .more-product-link {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.btn-purple {
  background-color: #035de2;
  width: 100%;
  color: #fafafa;
  font-size: 14px;
  height: 36px;
  font-family: "yekanBakhM";
  border-radius: 7px;
  border: 1px solid #035de2;
}
.btn-purple.submit {
  font-size: 16px !important;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: 0.3s;
  justify-content: center;
}
.btn-purple.submit:hover {
  background-color: #023785;
  transition: 0.3s;
  color: white;
}

.introduction-cards-sec {
  padding: 45px 80px;
  padding-bottom: 20px;
  padding-top: 45px !important;
  position: relative;
  top: -80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .introduction-cards-sec {
    padding: 50px 22px;
  }
}
.introduction-cards-sec .hami-intro-sec {
  background-color: #f2f2f3;
  border: 1px solid #d4d4d5;
  border-radius: 15px;
  padding: 66px 47px;
  display: flex;
  align-items: center;
  gap: 55px;
}
@media screen and (max-width: 991px) {
  .introduction-cards-sec .hami-intro-sec {
    padding: 21px 25px;
    align-items: flex-start;
  }
}
.introduction-cards-sec .hami-intro-sec.hami-intro-sec-mobile {
  display: flex;
  flex-direction: column !important;
  gap: 36px !important;
}
.introduction-cards-sec .hami-intro-sec.hami-intro-sec-mobile div {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.introduction-cards-sec .hami-intro-sec.hami-intro-sec-mobile p {
  font-size: 18px;
  color: #5e5e5e;
}
.introduction-cards-sec .hami-intro-sec.hami-intro-sec-mobile .hami-content {
  gap: 10px;
}
.introduction-cards-sec .hami-intro-sec.hami-intro-sec-mobile .hami-content h4 {
  font-size: 24px !important;
}
.introduction-cards-sec .hami-intro-sec .hami-content {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.introduction-cards-sec .hami-intro-sec .hami-content .hami-important {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.introduction-cards-sec .hami-intro-sec .hami-content .hami-important span {
  background-color: #e8e8e9;
  padding: 4px 10px;
  font-size: 14px;
  font-family: "yekanBakhM";
  color: #000817;
  border-radius: 50px;
}
.introduction-cards-sec .hami-intro-sec .hami-content .hami-important h4 {
  font-size: 28px;
  font-family: "peydaSemibold";
  color: #000817;
}
.introduction-cards-sec .hami-intro-sec .hami-content p {
  color: #5e5e5e;
  font-family: "yekanBakhM";
  font-size: 20px;
}

.hamsarmaye-intro-service1 {
  background-image: url("./../img/intro2.png");
  padding: 60px 151px;
  background-color: #edf7f5;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto;
  width: 100%;
  display: flex;
  height: 300px;
  justify-content: flex-end;
  margin-top: 17px;
}
@media screen and (max-width: 1280px) {
  .hamsarmaye-intro-service1 {
    padding: 28px 25px;
  }
}
@media screen and (max-width: 991px) {
  .hamsarmaye-intro-service1 {
    justify-content: flex-start;
    background-image: url("./../img/intro-2mobile.png");
    background-position: 0% 100%;
    background-size: auto;
    height: 350px;
    margin-top: 60px;
  }
}
.hamsarmaye-intro-service1 .intro-service-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .hamsarmaye-intro-service1 .intro-service-wrapper {
    justify-content: flex-start;
    width: 100%;
    gap: 26px;
  }
}
.hamsarmaye-intro-service1 .intro-service-wrapper h4 {
  color: #000817;
  font-size: 22px;
  font-family: "peydaSemibold";
}
@media screen and (max-width: 991px) {
  .hamsarmaye-intro-service1 .intro-service-wrapper h4 {
    font-size: 20px;
  }
}
.hamsarmaye-intro-service1 .intro-service-wrapper p {
  font-family: "yekanBakhM";
  font-size: 18px;
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .hamsarmaye-intro-service1 .intro-service-wrapper p {
    font-size: 16px;
  }
}
.hamsarmaye-intro-service1 .intro-service-wrapper a {
  font-size: 16px;
  font-family: "yekanBakhM";
  color: #1f1f27;
  margin-right: 3px;
}

.hamsarmaye-intro-service2 {
  background-image: url("./../img/intro3.png");
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 50%;
  width: 100%;
  background-color: #f6f3d2;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  padding: 61px 37px;
  position: relative;
  justify-content: flex-start !important;
}
@media screen and (max-width: 991px) {
  .hamsarmaye-intro-service2 {
    width: 100%;
    height: 350px;
    background-image: none !important;
    padding: 46px 25px;
    margin-top: 0 !important;
    overflow: hidden;
  }
  .hamsarmaye-intro-service2::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-image: url(./../img/after1.png);
    height: 100%;
    background-size: cover !important;
    background-position: 100% 0%;
    background-repeat: no-repeat !important;
  }
}
@media screen and (max-width: 767px) {
  .hamsarmaye-intro-service2 {
    height: 504px;
    width: 100% !important;
  }
  .hamsarmaye-intro-service2::after {
    top: 200px;
    width: 100% !important;
    height: 100%;
    background-size: cover !important;
    background-position: 100% 20%;
  }
}
@media screen and (max-width: 575px) {
  .hamsarmaye-intro-service2 {
    height: 544px;
  }
  .hamsarmaye-intro-service2::after {
    top: 265px;
    height: 100%;
    background-size: cover !important;
    background-position: 100% 40%;
  }
  .hamsarmaye-intro-service2 {
    background-position: 100% 100%;
  }
}
.hamsarmaye-intro-service2 .intro-service-wrapper {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .hamsarmaye-intro-service2 .intro-service-wrapper {
    width: 100%;
  }
}

.new-footer {
  position: relative;
  padding: 48px 80px;
  background-color: #1f1f27 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1280px) {
  .new-footer {
    padding: 22px;
  }
}
@media screen and (max-width: 991px) {
  .new-footer::after {
    position: absolute;
    content: "";
    bottom: 35px;
    right: 0;
    background-color: #5e5e5e;
    width: 100%;
    height: 1px;
  }
}
.new-footer .footer-top-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.new-footer .footer-top-wrapper ul.cer a {
  margin-top: 10px;
  background-color: rgba(232, 232, 233, 0.09);
  border-radius: 5px !important;
}
.new-footer .footer-top-wrapper .footer-header {
  border: 0 !important;
  align-items: flex-start !important;
  gap: 15px !important;
}
@media screen and (max-width: 991px) {
  .new-footer .footer-top-wrapper .footer-header {
    gap: 9px !important;
  }
}
.new-footer .footer-top-wrapper .footer-header p {
  color: #d4d4d5;
  font-size: 14px;
  font-family: "yekanBakhM";
}
.new-footer .footer-body ul {
  margin: 0 !important;
}
.new-footer .footer-body {
  align-items: flex-start;
  margin-top: 33px;
  padding-bottom: 19px !important;
  height: -moz-max-content !important;
  height: max-content !important;
  border-bottom: 1px solid #7e8299 !important;
}
@media screen and (max-width: 991px) {
  .new-footer .footer-body {
    border-bottom: 0 !important;
  }
}
.new-footer .footer-body .footer-body-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .new-footer .footer-body .footer-body-items {
    flex-direction: column !important;
  }
}
.new-footer .footer-body .usefull-links-wrapper {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-family: "yekanBakhM";
  gap: 48px;
}
@media screen and (max-width: 991px) {
  .new-footer .footer-body .usefull-links-wrapper {
    flex-direction: column !important;
    gap: 30px;
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 40px;
    width: 100%;
  }
}
.new-footer .footer-body .usefull-links-wrapper a {
  color: white;
}
.new-footer .footer-body .contact {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px !important;
}
@media screen and (max-width: 991px) {
  .new-footer .footer-body .contact {
    display: none;
  }
}
.new-footer .footer-body .contact li {
  font-size: 14px;
  font-family: "yekanBakhM";
}
.new-footer .footer-body .contact li:nth-child(1) {
  position: relative;
}
.new-footer .footer-body .contact li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -16px;
  background-color: white;
  height: 7px;
  width: 1px;
}
.new-footer .f-footer {
  padding-top: 22px;
}
@media screen and (max-width: 991px) {
  .new-footer .f-footer {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 991px) {
  .new-footer .f-footer ul.ul-link {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 30px;
  }
}
.new-footer .f-footer ul.ul-link li {
  padding: 0 23px;
}
@media screen and (max-width: 991px) {
  .new-footer .f-footer ul.ul-link li {
    padding: 0 !important;
  }
}
.new-footer .f-footer ul.ul-link li {
  border-left: 0 !important;
}
.new-footer .f-footer ul.ul-link li a {
  color: #d4d4d5 !important;
  font-size: 14px !important;
  font-family: "yekanBakhM";
}
@media screen and (max-width: 991px) {
  .new-footer .f-footer .social {
    width: 100% !important;
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 991px) {
  .new-footer .f-footer .social ul {
    margin-top: 30px !important;
    gap: 21px !important;
  }
}
.new-footer .f-footer .social ul.cer {
  margin-top: 0 !important;
}
.new-footer .f-footer .social ul.cer li {
  position: relative;
  top: -53px !important;
}
.new-footer .f-footer .social ul.cer li a {
  width: 90px;
  background-color: rgba(232, 232, 233, 0.09) !important;
  height: 90px;
}
.new-footer .f-footer .social ul li {
  border-left: 0 !important;
  padding: 0 9px !important;
}
.new-footer .f-footer .social ul li:last-of-type {
  padding-left: 0 !important;
}
@media screen and (max-width: 991px) {
  .new-footer .f-footer .social ul li {
    padding: 0 !important;
  }
}
.new-footer .small-footer {
  margin-top: 36px !important;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .new-footer .small-footer {
    margin-top: 26px !important;
    border-top: 0 !important;
    padding-bottom: 0px;
  }
}
.new-footer .small-footer p {
  font-family: "yekanBakhR";
  font-size: 12px;
  color: #b2b2b5;
}
@media screen and (max-width: 991px) {
  .new-footer .small-footer p {
    padding: 8px 0px;
  }
}

.faq-new {
  padding: 0 80px;
  margin-bottom: 121px !important;
}
@media screen and (max-width: 1280px) {
  .faq-new {
    padding: 0 22px;
  }
}
@media screen and (max-width: 991px) {
  .faq-new {
    margin-bottom: 40px !important;
  }
}
.faq-new .faq-wrapper {
  gap: 80px;
}
@media screen and (max-width: 991px) {
  .faq-new .faq-wrapper {
    gap: 30px;
  }
}
.faq-new .faq-wrapper .accordion-item {
  border: 0;
  border-bottom: 1px solid #e8e8e9;
  border-radius: 0 !important;
  padding: 0 !important;
}
.faq-new .faq-wrapper .accordion-item:last-of-type {
  border-bottom: 0 !important;
}
.faq-new .faq-wrapper .accordion-item:first-child .accordion-button {
  padding-top: 0 !important;
}
.faq-new .faq-wrapper .accordion-item .accordion-button {
  padding: 20px 0 !important;
}
.faq-new h3 {
  width: -moz-max-content !important;
  width: max-content !important;
  font-family: "peydaBold";
  font-size: 28px;
  color: #1f1f27;
  display: block;
}
.faq-new .accordion-faq {
  flex: 1;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 991px) {
  .faq-new .accordion-faq {
    width: 100%;
  }
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-30 {
  width: 30% !important;
}

header .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #5e5e5e;
  margin: 0 80px !important;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  header .nav-container {
    margin: 0 22px !important;
  }
}
header .nav-container .login-btn-inside {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 7px 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  width: -moz-max-content !important;
  width: max-content !important;
  color: #000817;
  font-size: 14px;
  font-family: "peydaMedium";
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  header .nav-container .login-btn-inside {
    display: none;
  }
}
header .nav-container .login-btn-inside:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}
header.scrolled {
  background-color: #1f1f27;
}
header.scrolled .nav-container {
  border-bottom: 0 !important;
}
header.scrolled .nav-container .login-btn-inside {
  background-color: rgba(255, 255, 255, 0.15);
  color: white !important;
}
header.scrolled .nav-container .login-btn-inside:hover {
  background-color: rgba(255, 255, 255, 0.36);
}
header.scrolled .nav-container .login-btn-inside svg path {
  fill: white !important;
}
@media screen and (max-width: 991px) {
  header {
    background-color: #1f1f27;
  }
  header .nav-container {
    border-bottom: 0 !important;
  }
}

.custom-options * {
  color: #2d2d2d !important;
}
.custom-options.select2-dropdown {
  background-color: rgba(235, 235, 235, 0.78);
  backdrop-filter: blur(10px);
  color: #2d2d2d !important;
  font-size: 16px;
  font-family: "yekanBakhM";
  border: 0 !important;
  border-radius: 10px !important;
}
.custom-options.select2-dropdown .select2-search__field {
  background-color: #f2f2f3;
  border: 1px solid #e8e8e9;
  font-size: 15px;
  font-family: "yekanBakhR";
  border-radius: 10px;
}
.custom-options .select2-results__option {
  background-color: transparent !important;
}
.custom-options .select2-results__option--highlighted {
  background-color: transparent !important;
}
.custom-options .select2-results__option--highlighted {
  background-color: transparent !important;
}

.offcanvas-backdrop {
  display: none !important;
}

@keyframes fadeAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-aos] {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.aos-animate {
  opacity: 1;
}

[data-aos=custom-slide-right1] {
  opacity: 0;
  transform: translateX(100vw);
}

[data-aos=custom-slide-right1].aos-animate {
  animation: slideSoft1 3s ease forwards;
}
@media screen and (max-width: 575px) {
  [data-aos=custom-slide-right1].aos-animate {
    animation: newSlide 3s ease forwards;
  }
}

@keyframes slideSoft1 {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  60% {
    opacity: 1;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes newSlide {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
[data-aos=custom-slide-right2] {
  opacity: 0;
  transform: translateX(120vw);
}
@media screen and (max-width: 575px) {
  [data-aos=custom-slide-right2] {
    transform: translateX(100vw);
  }
}

[data-aos=custom-slide-right2].aos-animate {
  animation: slideSoft2 3s ease forwards;
}
@media screen and (max-width: 575px) {
  [data-aos=custom-slide-right2].aos-animate {
    animation: newSlide 3s ease forwards;
  }
}

@keyframes slideSoft2 {
  0% {
    opacity: 0;
    transform: translateX(120vw);
  }
  60% {
    opacity: 1;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
[data-aos=custom-slide-right3] {
  opacity: 0;
  transform: translateX(140vw);
}
@media screen and (max-width: 575px) {
  [data-aos=custom-slide-right3] {
    transform: translateX(100vw);
  }
}

[data-aos=custom-slide-right3].aos-animate {
  animation: slideSoft3 3s ease forwards;
}
@media screen and (max-width: 575px) {
  [data-aos=custom-slide-right3].aos-animate {
    animation: newSlide 3s ease forwards;
  }
}

@keyframes slideSoft3 {
  0% {
    opacity: 0;
    transform: translateX(140vw);
  }
  60% {
    opacity: 1;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fromRightAnim {
  0% {
    transform: translateX(100%);
  }
  60% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(0%);
  }
}
[data-aos=custom-card-anim1] {
  opacity: 0;
  transform: translateX(100vw);
}

[data-aos=custom-card-anim1].aos-animate {
  animation: cardAnimation1 3s ease forwards;
}

@keyframes cardAnimation1 {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  60% {
    opacity: 1;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
[data-aos=custom-card-anim2] {
  opacity: 0;
  transform: translateX(120vw);
}

[data-aos=custom-card-anim2].aos-animate {
  animation: cardAnimation2 3s ease forwards;
}

@keyframes cardAnimation2 {
  0% {
    opacity: 0;
    transform: translateX(120vw);
  }
  60% {
    opacity: 1;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
[data-aos=custom-card-anim3] {
  opacity: 0;
  transform: translateX(140vw);
}

[data-aos=custom-card-anim3].aos-animate {
  animation: cardAnimation3 3s ease forwards;
}

@keyframes cardAnimation3 {
  0% {
    opacity: 0;
    transform: translateX(140vw);
  }
  60% {
    opacity: 1;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
[data-aos=custom-card-anim4] {
  opacity: 0;
  transform: translateX(160vw);
}

[data-aos=custom-card-anim4].aos-animate {
  animation: cardAnimation4 3s ease forwards;
}

@keyframes cardAnimation4 {
  0% {
    opacity: 0;
    transform: translateX(160vw);
  }
  60% {
    opacity: 1;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
[data-aos=custom-home1] {
  opacity: 0;
  transform: translateX(100vw);
}
@media screen and (max-width: 575px) {
  [data-aos=custom-home1] {
    transform: translateX(0vw);
    opacity: 1;
  }
}

[data-aos=custom-home1].aos-animate {
  animation: homeanim1 3s ease forwards;
}
@media screen and (max-width: 575px) {
  [data-aos=custom-home1].aos-animate {
    animation: none !important;
  }
}

@keyframes homeanim1 {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
[data-aos=custom-home2] {
  opacity: 0;
  transform: translateX(-100vw);
}
@media screen and (max-width: 575px) {
  [data-aos=custom-home2] {
    transform: translateX(0vw);
    opacity: 1;
  }
}

[data-aos=custom-home2].aos-animate {
  animation: homeanim2 3s ease forwards;
}
@media screen and (max-width: 575px) {
  [data-aos=custom-home2].aos-animate {
    animation: none !important;
  }
}

@keyframes homeanim2 {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.new-input-wrapper {
  display: flex;
  flex-direction: column;
}
.new-input-wrapper label {
  color: #000817;
  font-family: "yekanBakhM";
  font-size: 16px;
}
.new-input-wrapper {
  gap: 10px;
}

.new-input {
  background-color: #e8e8e9;
  border: 1px solid #d4d4d5;
  border-radius: 10px;
  padding: 11px 0px;
  padding-right: 12px;
  text-align: right;
  transition: 0.3s;
}
.new-input:focus {
  border: 1px solid #b2b2b5;
  transition: 0.3s;
}
.new-input::-moz-placeholder {
  color: #b2b2b5;
  font-size: 16px;
  font-family: "yekanBakhR";
}
.new-input::placeholder {
  color: #b2b2b5;
  font-size: 16px;
  font-family: "yekanBakhR";
}

.contact-us-wrapper {
  padding: 43px 80px;
  display: flex;
  gap: 57px;
  align-items: flex-start;
  background-image: url("./../img/globeContact.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
}
@media screen and (max-width: 1280px) {
  .contact-us-wrapper {
    padding: 28px 22px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper {
    flex-direction: column;
    gap: 35px;
  }
}
.contact-us-wrapper .contact-us-info {
  padding: 52px 36px;
  background-color: #f2f2f3;
  border: 1px solid #e8e8e9;
  height: 100%;
  border-radius: 15px;
  width: 60%;
  height: 655px;
}
@media screen and (max-width: 1280px) {
  .contact-us-wrapper .contact-us-info {
    padding: 18px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-info {
    width: 100%;
    height: auto;
  }
}
.contact-us-wrapper .contact-us-info .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.contact-us-wrapper .contact-us-info .info-wrapper .info-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}
.contact-us-wrapper .contact-us-info .info-wrapper .info-title h3 {
  font-size: 28px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-info .info-wrapper .info-title h3 {
    font-size: 24px;
  }
}
.contact-us-wrapper .contact-us-info .info-wrapper .info-title p {
  color: #5e5e5e;
  font-family: "yekanBakhR";
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-info .info-wrapper .info-title p {
    font-size: 16px;
  }
}
.contact-us-wrapper .contact-us-info .info-wrapper .info-content {
  font-family: "yekanBakhR";
  font-size: 18px;
  color: #1f1f27;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.contact-us-wrapper .contact-us-info .info-wrapper .info-content svg {
  margin-left: 12px;
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-info .info-wrapper .info-content {
    font-size: 16px;
    gap: 38px;
  }
}
.contact-us-wrapper .contact-us-info .info-wrapper .info-footer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 80%;
  padding-bottom: 243px;
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-info .info-wrapper .info-footer {
    padding-bottom: 40px !important;
    width: 100%;
  }
}
.contact-us-wrapper .contact-us-info .info-wrapper .info-footer svg {
  flex-shrink: 0 !important;
}
.contact-us-wrapper .contact-us-info .info-wrapper .info-footer p {
  font-size: 20px;
  color: #1f1f27;
  font-family: "yekanBakhR";
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-info .info-wrapper .info-footer p {
    font-size: 16px;
  }
}
.contact-us-wrapper .contact-us-form {
  padding: 45px 49px;
  background-color: #f2f2f3;
  height: 100%;
  flex: 1;
  border: 1px solid #e8e8e9;
  border-radius: 15px;
  min-height: 655px;
}
@media screen and (max-width: 1280px) {
  .contact-us-wrapper .contact-us-form {
    padding: 33px 21px;
    background-color: rgba(232, 232, 233, 0.57);
  }
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-form {
    width: 100%;
    height: auto;
    min-height: unset !important;
    background-color: rgba(232, 232, 233, 0.4);
  }
}
.contact-us-wrapper .contact-us-form h4 {
  font-family: "peydaSemibold";
  color: #4c4c4c;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-form h4 {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.contact-us-wrapper .contact-us-form form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contact-us-wrapper .contact-us-form form button {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-form form .new-input-wrapper .new-input {
    background-color: #f2f2f3 !important;
    border: 1px solid #e8e8e9 !important;
  }
}

.new-textarea {
  height: 124px;
  outline: none !important;
}
.new-textarea:focus {
  border: 1px solid #b2b2b5;
  transition: 0.3s;
}

.about-us-wrapper {
  padding: 80px;
  min-height: 60vh;
}
@media screen and (max-width: 1280px) {
  .about-us-wrapper {
    padding: 46px 0px;
  }
}
.about-us-wrapper .about-title-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .about-us-wrapper .about-title-wrapper {
    padding: 0 22px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-wrapper .about-title-wrapper {
    flex-direction: column;
    gap: 29px;
  }
}
.about-us-wrapper .about-title-wrapper .about-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .about-us-wrapper .about-title-wrapper .about-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-us-wrapper .about-title-wrapper .about-title h2 {
  font-size: 34px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .about-us-wrapper .about-title-wrapper .about-title h2 {
    font-size: 37px;
    font-family: "peydaSemibold";
    color: #4c4c4c;
  }
}
.about-us-wrapper .about-title-wrapper .about-title-p {
  flex: 1;
  color: #5e5e5e;
  font-size: 20px;
  font-family: "yekanBakhM";
}
@media screen and (max-width: 991px) {
  .about-us-wrapper .about-title-wrapper .about-title-p {
    font-size: 18px;
  }
}
.about-us-wrapper .about-header-image {
  background-image: url("./../img/about-image.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  width: 100%;
  height: 383px;
  border-radius: 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .about-us-wrapper .about-header-image {
    border-radius: 0 !important;
  }
}

.card-animated {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .card-animated {
    padding: 0 22px;
  }
}
@media screen and (max-width: 991px) {
  .card-animated {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-animated div:nth-child(1) {
  grid-row: span 2;
}
@media screen and (max-width: 1280px) {
  .card-animated div:nth-child(1) {
    grid-row: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .card-animated div:nth-child(1) {
    grid-row: span 2 !important;
  }
}
.card-animated div:nth-child(3) {
  grid-row: span 2;
}
@media screen and (max-width: 1280px) {
  .card-animated div:nth-child(3) {
    grid-row: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .card-animated div:nth-child(3) {
    grid-row: span 2 !important;
  }
}
@media screen and (max-width: 991px) {
  .card-animated .multi-currency {
    padding: 22px 25px !important;
  }
}
.card-animated .multi-currency h3 {
  font-size: 22px;
  color: #1f1f27;
  font-family: "peydaSemibold";
  display: flex;
  align-items: center;
  gap: 7px;
}
.card-animated .chart {
  padding: 47px 40px !important;
  padding-right: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .card-animated .chart {
    padding: 27px 24px !important;
  }
}
.card-animated .chart h3 {
  padding-bottom: 47px !important;
}
@media screen and (max-width: 991px) {
  .card-animated .chart h3 {
    padding-bottom: 27px !important;
  }
}
.card-animated .chart h3 {
  font-size: 20px;
  font-family: "peydaSemibold";
  color: #1f1f27;
  width: 180px;
  text-align: left;
  line-height: 30px;
}
.card-animated .asset {
  padding: 50px 31px !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .card-animated .asset {
    padding: 65px 27px !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .card-animated .asset {
    align-items: center;
  }
}
.card-animated .asset div {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.card-animated .asset div h3 {
  font-size: 24px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
@media screen and (max-width: 575px) {
  .card-animated .asset div h3 {
    width: 150px;
    padding-bottom: 80px;
    line-height: 30px;
  }
}
.card-animated .asset div p {
  font-family: "yekanBakhM";
  font-size: 20px;
  color: #5e5e5e;
  width: 300px;
}
.card-animated .blockchain {
  padding: 54px 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 240px;
}
@media screen and (max-width: 575px) {
  .card-animated .blockchain {
    padding: 23px !important;
  }
}
.card-animated .blockchain h5 {
  width: 220px;
  text-align: left;
  font-family: "peydaSemibold";
  font-size: 20px;
  color: #1f1f27;
  padding-bottom: 55px !important;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .card-animated .blockchain h5 {
    font-size: 24px;
  }
}
.card-animated .cards-animated {
  background-color: white;
  border-radius: 15px !important;
  border: 1px solid #d4d4d5;
  padding: 45px;
  padding-bottom: 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .card-animated .cards-animated {
    border: 2px solid #e6e7e7;
    border-radius: 6px !important;
  }
}
.card-animated .cards-animated .fake-coin-photo-wrapper {
  margin-top: 80px;
  width: 100%;
  height: auto;
  margin: 80px auto;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .card-animated .cards-animated .fake-coin-photo-wrapper {
    margin-top: 40px;
  }
}
.card-animated .cards-animated .fake-coin-photo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-animated .cards-animated .cube-photo-wrapper {
  width: 191px;
}
.card-animated .cards-animated .cube-photo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: up-down 2s alternate infinite;
}
.card-animated .cards-animated .chart-photo-wrapper {
  width: 330px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .card-animated .cards-animated .chart-photo-wrapper {
    width: 280px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .card-animated .cards-animated .chart-photo-wrapper {
    width: 125px;
  }
}
.card-animated .cards-animated .chart-photo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-animated .cards-animated .mobile-photo-wrapper {
  width: 227px;
  height: auto;
  align-self: flex-end;
}
.card-animated .cards-animated .mobile-photo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tokenize-section {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 1280px) {
  .tokenize-section {
    padding: 0 22px;
    padding-top: 80px;
  }
}
.tokenize-section .tokenize-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .tokenize-section .tokenize-wrapper {
    align-items: flex-start;
  }
}
.tokenize-section .tokenize-wrapper h4 {
  font-size: 28px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
.tokenize-section p {
  width: 60%;
  font-size: 20px;
  font-family: "yekanBakhM";
  color: #5e5e5e;
  gap: 23px;
  line-height: 30px;
}
@media screen and (max-width: 1280px) {
  .tokenize-section p {
    width: 100%;
  }
}

.tokenize-card-wrapper {
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
@media screen and (max-width: 1280px) {
  .tokenize-card-wrapper {
    padding: 0 22px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .tokenize-card-wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
.tokenize-card-wrapper .tokenize-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  background-color: #f2f2f3;
  border: 1px solid #e8e8e9;
  border-radius: 15px;
  padding: 32px 23px;
  height: 500px;
}
@media screen and (max-width: 1380px) {
  .tokenize-card-wrapper .tokenize-card {
    height: 570px;
  }
}
@media screen and (max-width: 1280px) {
  .tokenize-card-wrapper .tokenize-card {
    height: 670px;
  }
}
@media screen and (max-width: 991px) {
  .tokenize-card-wrapper .tokenize-card {
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    height: auto;
  }
}
.tokenize-card-wrapper .tokenize-card h3 {
  color: #1f1f27;
  font-family: "peydaSemibold";
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .tokenize-card-wrapper .tokenize-card h3 {
    font-size: 28px;
  }
}
.tokenize-card-wrapper .tokenize-card ul {
  display: flex;
  margin: 0 !important;
  flex-direction: column;
  list-style: disc;
  gap: 10px;
  padding-right: 30px;
  color: #1f1f27;
}
.tokenize-card-wrapper .tokenize-card ul li {
  font-size: 20px;
  font-family: "yekanBakhM";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .tokenize-card-wrapper .tokenize-card ul li {
    font-size: 18px;
  }
}
.tokenize-card-wrapper .tokenize-card ul li span {
  font-size: 18px;
  color: #5e5e5e;
}
@media screen and (max-width: 991px) {
  .tokenize-card-wrapper .tokenize-card ul li span {
    font-size: 16px;
  }
}

.tokenize-images {
  margin-top: 69px;
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .tokenize-images {
    padding: 0 22px;
  }
}
@media screen and (max-width: 991px) {
  .tokenize-images {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .tokenize-images {
    gap: 40px;
  }
}
.tokenize-images .big-building {
  top: 0;
  right: 0%;
  width: 170px;
  height: auto;
}
@media screen and (max-width: 575px) {
  .tokenize-images .big-building {
    width: 100px;
  }
}
.tokenize-images .big-building img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tokenize-images .arrow-left {
  width: 43px;
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .tokenize-images .arrow-left {
    transform: rotate(90deg);
  }
}
.tokenize-images .arrow-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tokenize-images .big-building-to-coin-step1 {
  width: 210px;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 575px) {
  .tokenize-images .big-building-to-coin-step1 {
    width: 140px;
  }
}
.tokenize-images .big-building-to-coin-step1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tokenize-images .building-to-tokens {
  width: 100px;
}
@media screen and (max-width: 575px) {
  .tokenize-images .building-to-tokens {
    width: 80px;
  }
}
.tokenize-images .building-to-tokens img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tokenize-images .smart-contract {
  width: 286px;
}
@media screen and (max-width: 575px) {
  .tokenize-images .smart-contract {
    width: 150px;
  }
}
.tokenize-images .smart-contract img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes up-down {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(80px);
    @media screen and (max-width: 575px) {
      transform: translateY(100px);
    }
  }
}
[data-aos=custom-home-bottom] {
  transform: translateY(100vw);
}
@media screen and (max-width: 575px) {
  [data-aos=custom-home-bottom] {
    transform: translateY(0vw);
  }
}

[data-aos=custom-home-bottom].aos-animate {
  animation: homeanim3 3s ease forwards;
}
@media screen and (max-width: 575px) {
  [data-aos=custom-home-bottom].aos-animate {
    animation: none !important;
  }
}

@keyframes homeanim3 {
  0% {
    transform: translateY(100vw);
  }
  100% {
    transform: translateY(0px);
  }
}
[data-aos=custom-home-bottom-right] {
  transform: translate(100vw, 100vw);
}
@media screen and (max-width: 575px) {
  [data-aos=custom-home-bottom-right] {
    transform: translate(0, 0);
  }
}

[data-aos=custom-home-bottom-right].aos-animate {
  animation: bottom-right 3s ease forwards;
}
@media screen and (max-width: 575px) {
  [data-aos=custom-home-bottom-right].aos-animate {
    animation: none !important;
  }
}

@keyframes bottom-right {
  0% {
    transform: translate(100vw, 100vw);
  }
  100% {
    transform: translate(0, 0);
  }
}
.hero-guideness {
  background-image: url("./../img/hero-invesment.png");
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: -80px;
}
.hero-guideness.corporate-financing {
  background-image: url("./../img/corporate.png");
  background-position: center;
}
@media screen and (max-width: 1280px) {
  .hero-guideness {
    padding: 0 22px;
  }
}
.hero-guideness .mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-guideness .hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: white;
  align-items: center;
  justify-content: space-between;
  z-index: 200;
  position: relative;
}
.hero-guideness .hero-content .hero-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  position: relative;
  top: 120px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  backdrop-filter: blur(4px);
}
.hero-guideness .hero-content .hero-tabs a {
  color: #d4d4d5;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  font-family: "peydaBold";
  font-size: 12px;
  border-radius: 50px;
  width: 144px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-guideness .hero-content .hero-tabs a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.hero-guideness .hero-content .hero-tabs a.active {
  color: white;
  background-color: #035de2;
  border: 0 !important;
}
.hero-guideness .hero-content .hero-desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .hero-guideness .hero-content .hero-desc {
    align-items: flex-start;
    align-self: flex-start;
  }
}
.hero-guideness .hero-content .hero-desc h3 {
  font-family: "peydaSemibold";
  font-size: 46px;
  color: white;
}
.hero-guideness .hero-content .hero-desc p {
  font-size: 24px;
  font-family: "yekanBakhM";
  color: rgba(255, 255, 255, 0.83);
}
@media screen and (max-width: 991px) {
  .hero-guideness .hero-content .hero-desc p {
    font-size: 20px;
  }
}
.hero-guideness .hero-content .hero-arrow {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.hero-guideness .hero-content .hero-arrow svg:first-child path {
  animation: Flashing 0.6s steps(1, end) infinite;
}
.hero-guideness .hero-content .hero-arrow svg:last-of-type {
  position: relative;
  top: -10px;
}

.guidness-section-wrapper {
  padding: 34px 80px;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1280px) {
  .guidness-section-wrapper {
    padding: 0 22px;
  }
}
.guidness-section-wrapper .giudness-steps {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .giudness-steps {
    gap: 40px;
  }
}
.guidness-section-wrapper .giudness-steps .giudness-steps-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .giudness-steps .giudness-steps-title {
    gap: 15px;
  }
}
.guidness-section-wrapper .giudness-steps .giudness-steps-title h4 {
  margin-top: 5px;
  font-size: 32px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .giudness-steps .giudness-steps-title h4 {
    font-size: 24px;
  }
}
.guidness-section-wrapper .giudness-steps .giudness-steps-title p {
  font-family: "yekanBakhR";
  font-size: 24px;
  color: #5e5e5e;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .giudness-steps .giudness-steps-title p {
    font-size: 18px;
  }
}
.guidness-section-wrapper .giudness-steps .cards-guidness-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  height: 250px;
}
.guidness-section-wrapper .giudness-steps .cards-guidness-wrapper .guidness-card {
  position: relative;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #e8e8e9;
  padding: 25px 23px;
}
.guidness-section-wrapper .giudness-steps .cards-guidness-wrapper .guidness-card span {
  background-color: #f2f2f3;
  color: #1f1f27;
  font-family: "peydaMedium";
  font-size: 14px;
  padding: 1px 6px;
  border-radius: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
.guidness-section-wrapper .giudness-steps .cards-guidness-wrapper .guidness-card h5 {
  font-family: "yekanBakhB";
  font-size: 18px;
  color: #000817;
  margin-bottom: 10px;
}
.guidness-section-wrapper .giudness-steps .cards-guidness-wrapper .guidness-card p {
  width: 80%;
  font-size: 16px;
  font-family: "yekanBakhM";
  color: #5e5e5e;
}
.guidness-section-wrapper .giudness-steps .cards-guidness-wrapper .guidness-card::after {
  content: "";
  position: absolute;
  left: -34px;
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #f2f2f3;
  padding: 9px;
  z-index: 222;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"><rect width="32" height="33" rx="16" fill="%23F2F2F3"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.23536 17.7266C6.92155 17.4128 6.92155 16.904 7.23534 16.5902L12.2734 11.5519C12.5872 11.2381 13.096 11.2381 13.4098 11.5519C13.7236 11.8656 13.7236 12.3745 13.4098 12.6882L9.74349 16.3548L24.1776 16.3548C24.6214 16.3548 24.9812 16.7146 24.9812 17.1584C24.9812 17.6022 24.6214 17.962 24.1776 17.962L9.74356 17.962L13.4098 21.6282C13.7236 21.942 13.7236 22.4508 13.4098 22.7646C13.096 23.0785 12.5872 23.0785 12.2734 22.7646L7.23536 17.7266Z" fill="%235E5E5E"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.guidness-section-wrapper .giudness-steps .cards-guidness-wrapper .guidness-card:last-of-type::after {
  display: none;
}
.guidness-section-wrapper .giudness-steps .cards-guidness-wrapper .guidness-card .guidness-svg-wrapper {
  display: flex;
  align-items: flex-start;
  background-color: #ebf2fd;
  width: 50px;
  height: 50px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: 0;
  position: absolute;
  left: 16px;
  bottom: 18px;
}
.guidness-section-wrapper .guidness-card {
  position: relative;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #e8e8e9;
  padding: 25px 23px;
}
.guidness-section-wrapper .guidness-card span {
  background-color: #f2f2f3;
  color: #1f1f27;
  font-family: "peydaMedium";
  font-size: 14px;
  padding: 1px 6px;
  border-radius: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
.guidness-section-wrapper .guidness-card h5 {
  font-family: "yekanBakhB";
  font-size: 18px;
  color: #000817;
  margin-bottom: 10px;
}
.guidness-section-wrapper .guidness-card p {
  width: 80%;
  font-size: 16px;
  font-family: "yekanBakhM";
  color: #5e5e5e;
}
.guidness-section-wrapper .guidness-card::after {
  content: "";
  position: absolute;
  left: -34px;
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #f2f2f3;
  padding: 9px;
  z-index: 222;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"><rect width="32" height="33" rx="16" fill="%23F2F2F3"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.23536 17.7266C6.92155 17.4128 6.92155 16.904 7.23534 16.5902L12.2734 11.5519C12.5872 11.2381 13.096 11.2381 13.4098 11.5519C13.7236 11.8656 13.7236 12.3745 13.4098 12.6882L9.74349 16.3548L24.1776 16.3548C24.6214 16.3548 24.9812 16.7146 24.9812 17.1584C24.9812 17.6022 24.6214 17.962 24.1776 17.962L9.74356 17.962L13.4098 21.6282C13.7236 21.942 13.7236 22.4508 13.4098 22.7646C13.096 23.0785 12.5872 23.0785 12.2734 22.7646L7.23536 17.7266Z" fill="%235E5E5E"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.guidness-section-wrapper .guidness-card:last-of-type::after {
  display: none;
}
.guidness-section-wrapper .guidness-card .guidness-svg-wrapper {
  display: flex;
  align-items: flex-start;
  background-color: #ebf2fd;
  width: 50px;
  height: 50px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: 0;
  position: absolute;
  left: 16px;
  bottom: 18px;
}
.guidness-section-wrapper .guidness-intro {
  margin-top: 103px;
  background-repeat: no-repeat;
  background-color: #eff5ff;
  background-position: -9% 70%;
  background-image: url("./../img/after1.png");
  padding: 86px 70px;
  border-radius: 15px;
  height: 457px;
  display: flex;
  gap: 49px;
  flex-direction: column;
  justify-content: center;
  background-size: 457px;
}
.guidness-section-wrapper .guidness-intro.corporate {
  position: relative;
}
.guidness-section-wrapper .guidness-intro.corporate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./../img/after1.png") no-repeat -9% 70%/457px;
  filter: grayscale(100%);
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .guidness-intro.corporate::before {
    background: url("./../img/after1.png") no-repeat 50% 164%/457px;
  }
}
@media screen and (max-width: 575px) {
  .guidness-section-wrapper .guidness-intro.corporate::before {
    background: url("./../img/after1.png") no-repeat 50% 234%/457px;
  }
}
@media screen and (max-width: 456px) {
  .guidness-section-wrapper .guidness-intro.corporate::before {
    background: url("./../img/after1.png") no-repeat 50% 280%/457px;
  }
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .guidness-intro {
    padding: 28px 25px;
    gap: 15px;
    background-position: 50% 164%;
    background-image: url("./../img/after1.png");
    padding-top: 230px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .guidness-section-wrapper .guidness-intro {
    background-position: 50% 234%;
  }
}
@media screen and (max-width: 456px) {
  .guidness-section-wrapper .guidness-intro {
    background-position: 50% 280%;
  }
}
.guidness-section-wrapper .guidness-intro h3 {
  font-family: "peydaSemibold";
  width: -moz-max-content;
  width: max-content;
  font-size: 28px;
  color: #000817;
  border-bottom: 2px solid;
  padding-bottom: 40px;
  -o-border-image: linear-gradient(90deg, #eff5ff, #1f1f27) 1;
     border-image: linear-gradient(90deg, #eff5ff, #1f1f27) 1;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .guidness-intro h3 {
    padding-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .guidness-section-wrapper .guidness-intro h3 {
    width: 100%;
  }
}
.guidness-section-wrapper .guidness-intro p {
  font-family: "yekanBakhM";
  font-size: 20px;
  color: #1f1f27;
  width: 410px;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .guidness-intro p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .guidness-section-wrapper .guidness-intro p {
    width: 100%;
  }
}
.guidness-section-wrapper .guidness-intro div {
  display: flex;
  align-items: center;
  gap: 17px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .guidness-intro div {
    margin-top: 34px;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media screen and (max-width: 575px) {
  .guidness-section-wrapper .guidness-intro div {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    width: 100% !important;
  }
}
.guidness-section-wrapper .guidness-intro div a {
  width: 194px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "yekanBakhB";
  font-size: 18px;
  color: #000817;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .guidness-section-wrapper .guidness-intro div a {
    width: 100%;
  }
}
.guidness-section-wrapper .guidness-intro div a.btn-black {
  background-color: #000817;
  color: white;
}
.guidness-section-wrapper .guidness-intro div a.btn-black:hover {
  background-color: #023785;
}
.guidness-section-wrapper .guidness-intro div a.btn-black-outline {
  border: 1px solid #000817;
  color: #000817;
}
.guidness-section-wrapper .guidness-intro div a.btn-black-outline:hover {
  border: 1px solid #023785;
  color: #023785;
}
.guidness-section-wrapper .myGuidnessSwiper .swiper-wrapper .swiper-slide {
  height: 247px !important;
}
.guidness-section-wrapper .myGuidnessSwiper .swiper-wrapper .swiper-slide .guidness-card {
  height: 100%;
}
.guidness-section-wrapper .myGuidnessSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #d4d4d5;
}
.guidness-section-wrapper .myGuidnessSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5e5e5e !important;
  opacity: 1;
}
.guidness-section-wrapper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #d4d4d5 !important;
}
.guidness-section-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5e5e5e !important;
  opacity: 1;
}
.guidness-section-wrapper .flip-card-section {
  margin-top: 103px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.guidness-section-wrapper .flip-card-section.corporate {
  margin-bottom: 142px;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .flip-card-section {
    margin-top: 70px;
    gap: 38px;
  }
}
.guidness-section-wrapper .flip-card-section .flip-card-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .flip-card-section .flip-card-title {
    gap: 15px;
  }
}
.guidness-section-wrapper .flip-card-section .flip-card-title h4 {
  font-family: "peydaSemibold";
  font-size: 28px;
  color: #000817;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .flip-card-section .flip-card-title h4 {
    font-size: 24px;
  }
}
.guidness-section-wrapper .flip-card-section .flip-card-title p {
  font-family: "yekanBakhM";
  font-size: 20px;
  color: #5e5e5e;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .flip-card-section .flip-card-title p {
    font-size: 16px;
  }
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card {
  width: 100%;
  height: 350px;
  perspective: 1000px;
  cursor: pointer;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  padding-top: 65px;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner .flip-card-front .home-indicator {
  position: absolute;
  bottom: 20px;
  left: 40%;
  width: 55px;
  height: 4px;
  border-radius: 50px;
  background-color: #7d7d82;
  transition: 0.3s;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner .flip-card-back .card-back-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner .flip-card-back .card-back-container .flip-card-toggle-btn {
  position: absolute;
  left: 0;
  top: 0;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner .flip-card-back .card-back-container .home-indicator {
  position: absolute;
  bottom: 0px;
  left: 40%;
  width: 55px;
  height: 4px;
  border-radius: 50px;
  background-color: #7d7d82;
  transition: 0.3s;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner .flip-card-back .card-back-container .flip-back-content {
  position: absolute;
  top: 30%;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner .flip-card-back .card-back-container h3 {
  font-size: 16px;
  color: white;
  font-family: "peydaSemibold";
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner .flip-card-back .card-back-container p {
  color: #d4d4d5;
  font-family: "yekanBakhR";
  font-size: 14px;
  text-align: right;
  margin-top: 7px;
  width: 92%;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .desktop-grid .flip-card .flip-card-inner:hover .home-indicator {
  background-color: #5e5e5e;
  transition: 0.3s;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper {
  display: none;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .swiper {
  width: 100%;
  padding: 20px 0 50px 0;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card {
  width: 100%;
  height: 350px;
  perspective: 1000px;
  cursor: pointer;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  padding-top: 65px;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner .flip-card-front .home-indicator {
  position: absolute;
  bottom: 20px;
  left: 40%;
  width: 55px;
  height: 4px;
  border-radius: 50px;
  background-color: #7d7d82;
  transition: 0.3s;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner .flip-card-back .card-back-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner .flip-card-back .card-back-container .flip-card-toggle-btn {
  position: absolute;
  left: 0;
  top: 0;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner .flip-card-back .card-back-container .home-indicator {
  position: absolute;
  bottom: 0px;
  left: 40%;
  width: 55px;
  height: 4px;
  border-radius: 50px;
  background-color: #7d7d82;
  transition: 0.3s;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner .flip-card-back .card-back-container .flip-back-content {
  position: absolute;
  top: 30%;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner .flip-card-back .card-back-container h3 {
  font-size: 16px;
  color: white;
  font-family: "peydaSemibold";
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner .flip-card-back .card-back-container p {
  color: #d4d4d5;
  font-family: "yekanBakhR";
  font-size: 14px;
  text-align: right;
  margin-top: 7px;
  width: 92%;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .flip-card .flip-card-inner:hover .home-indicator {
  background-color: #5e5e5e;
  transition: 0.3s;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
}
.guidness-section-wrapper .flip-card-section .flip-card-wrapper .mobile-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.guidness-section-wrapper .ready-section {
  margin-top: 80px;
  height: 400px;
  background-image: url("./../img/globeBlue.png");
  background-position: 0% 29%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .guidness-section-wrapper .ready-section {
    background-position: center !important;
  }
}
.guidness-section-wrapper .ready-section div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 575px) {
  .guidness-section-wrapper .ready-section div {
    align-items: flex-start;
    padding-top: 90px;
  }
}
.guidness-section-wrapper .ready-section div h3 {
  color: #1f1f27;
  font-family: "peydaSemibold";
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .ready-section div h3 {
    font-size: 24px;
  }
}
.guidness-section-wrapper .ready-section div p {
  font-size: 20px;
  font-family: "yekanBakhM";
  color: #5e5e5e;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .ready-section div p {
    font-size: 16px;
  }
}
.guidness-section-wrapper .ready-section div a {
  font-size: 24px;
  font-family: "yekanBakhM";
  color: #1f1f27;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .guidness-section-wrapper .ready-section div a {
    font-size: 18px;
  }
}
.guidness-section-wrapper .ready-section div a .see-hover {
  display: none;
}
.guidness-section-wrapper .ready-section div a:hover {
  color: #035de2;
}
.guidness-section-wrapper .ready-section div a:hover .aroow-dot {
  display: none;
}
.guidness-section-wrapper .ready-section div a:hover .see-hover {
  display: flex !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin-right: 65px;
}

@keyframes Flashing {
  0% {
    stroke-opacity: 0.6;
  }
  50% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0.6;
  }
}
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front {
  background: #1f1f27;
  border: 2px solid #5e5e5e;
  color: white;
  position: relative;
}
.flip-card-front .flip-card-toggle-btn {
  position: absolute;
  top: 20px;
  left: 20px;
}
.flip-card-front.multi-currency {
  background-image: url("./../img/rial-img.PNG");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.flip-card-front.multi-currency h3 {
  color: white;
  font-size: 22px;
  font-family: "peydaSemibold";
}
.flip-card-front.chain {
  background-image: url("./../img/chain.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 50% 85%;
}
.flip-card-front.chain h3 {
  width: 70%;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  font-family: "peydaSemibold";
}
.flip-card-front.liquid {
  background-image: url("./../img/liquid.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 85%;
  border: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center !important;
}
.flip-card-front.liquid * {
  z-index: 10;
}
.flip-card-front.liquid .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 39, 0.69);
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: 2;
}
.flip-card-front.liquid h3 {
  width: 70% !important;
  font-size: 22px;
  font-family: "peydaSemibold";
  text-align: center;
  line-height: 30px !important;
  padding-bottom: 20px;
}
.flip-card-front.liquid.home-indicator {
  left: 42% !important;
}
.flip-card-front.vault {
  background-image: url("./../img/safteybox.png");
  background-size: 196px;
  background-repeat: no-repeat;
  background-position: 50% 25%;
  align-items: flex-end !important;
}
.flip-card-front.vault h3 {
  width: 70% !important;
  font-size: 22px;
  font-family: "peydaSemibold";
  text-align: center;
  line-height: 30px !important;
  padding-bottom: 30px;
}
.flip-card-front.invesment-properties {
  background-image: url("./../img/blue-tik.png");
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: 50% 5%;
  align-items: flex-end !important;
}
.flip-card-front.invesment-properties h3 {
  width: 70% !important;
  font-size: 22px;
  font-family: "peydaSemibold";
  text-align: center;
  line-height: 30px !important;
  padding-bottom: 50px;
}
.flip-card-front.have-home {
  background-image: url("./../img/hav-home.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 5%;
  align-items: center !important;
}
.flip-card-front.have-home * {
  z-index: 10;
}
.flip-card-front.have-home .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 39, 0.69);
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: 2;
}
.flip-card-front.have-home h3 {
  width: 70% !important;
  font-size: 22px;
  font-family: "peydaSemibold";
  text-align: center;
  line-height: 30px !important;
  padding-bottom: 30px;
}
.flip-card-front.lock {
  background-image: url("./../img/lock.png");
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  align-items: flex-start !important;
}
.flip-card-front.lock * {
  z-index: 10;
}
.flip-card-front.lock .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 39, 0.69);
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: 2;
}
.flip-card-front.lock h3 {
  width: 70% !important;
  font-size: 22px;
  font-family: "peydaSemibold";
  text-align: center;
  line-height: 30px !important;
  padding-bottom: 30px;
}
.flip-card-front.coins {
  background-image: url("./../img/coinss.png");
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  align-items: flex-end !important;
}
.flip-card-front.coins * {
  z-index: 10;
}
.flip-card-front.coins .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 39, 0.69);
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: 2;
}
.flip-card-front.coins h3 {
  width: 70% !important;
  font-size: 22px;
  font-family: "peydaSemibold";
  text-align: center;
  line-height: 30px !important;
  padding-bottom: 20px;
}

.flip-card-back {
  background: #000817;
  color: white;
  transform: rotateY(180deg);
  z-index: 100;
}

.flip-card-front h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.flip-card-front .icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.flip-card-back p {
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
}

@media (max-width: 768px) {
  .desktop-grid {
    display: none !important;
  }
  .mobile-swiper {
    display: block !important;
  }
}
.guidness-large-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.guidness-large-wrapper .cards-guidness-wrapper:nth-child(2) {
  grid-template-columns: 1fr 1fr 1fr 0.9fr;
}
.guidness-large-wrapper .cards-guidness-wrapper:nth-child(2) .guidness-card:nth-child(1) {
  margin-right: 33px;
}
.guidness-large-wrapper .cards-guidness-wrapper:nth-child(2) .guidness-card:nth-child(1)::before {
  content: "";
  position: absolute;
  right: -34px;
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #f2f2f3;
  padding: 9px;
  z-index: 222;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"><rect width="32" height="33" rx="16" fill="%23F2F2F3"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.23536 17.7266C6.92155 17.4128 6.92155 16.904 7.23534 16.5902L12.2734 11.5519C12.5872 11.2381 13.096 11.2381 13.4098 11.5519C13.7236 11.8656 13.7236 12.3745 13.4098 12.6882L9.74349 16.3548L24.1776 16.3548C24.6214 16.3548 24.9812 16.7146 24.9812 17.1584C24.9812 17.6022 24.6214 17.962 24.1776 17.962L9.74356 17.962L13.4098 21.6282C13.7236 21.942 13.7236 22.4508 13.4098 22.7646C13.096 23.0785 12.5872 23.0785 12.2734 22.7646L7.23536 17.7266Z" fill="%235E5E5E"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.home-owner-wrapper {
  padding: 80px;
  padding-bottom: 136px;
}
@media screen and (max-width: 1280px) {
  .home-owner-wrapper {
    padding: 46px 22px;
    padding-bottom: 74px;
  }
}
.home-owner-wrapper .home-owner-title {
  display: flex;
  align-items: flex-start;
  gap: 61px;
}
@media screen and (max-width: 991px) {
  .home-owner-wrapper .home-owner-title {
    flex-direction: column;
    gap: 23px;
  }
}
.home-owner-wrapper .home-owner-title h3 {
  font-size: 32px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
.home-owner-wrapper .home-owner-title p {
  font-size: 20px;
  font-family: "yekanBakhM";
  color: #5e5e5e;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .home-owner-wrapper .home-owner-title p {
    width: 100%;
  }
}
.home-owner-wrapper .home-owner-layout-card {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 40% 57%;
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .home-owner-wrapper .home-owner-layout-card {
    margin-top: 42px;
  }
}
@media screen and (max-width: 991px) {
  .home-owner-wrapper .home-owner-layout-card {
    grid-template-columns: 1fr;
  }
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card {
  background-color: #f2f2f3;
  border: 1px solid #e8e8e9;
  border-radius: 15px;
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.picture {
  height: 294px;
  border: 5px solid rgba(228, 228, 228, 0.51);
  border-radius: 24px;
  position: relative;
  background-image: url("./../img/hav-home.png");
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.picture img {
  z-index: 200;
  width: 70%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(40vh);
  border-radius: 7px;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 575px) {
  .home-owner-wrapper .home-owner-layout-card .home-owner-card.picture img {
    top: -310px !important;
  }
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.picture .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 24px;
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.small-globe {
  background-image: url("./../img/contact1.png");
  background-position: 0% -100%;
  background-size: 200px;
  background-repeat: no-repeat;
  height: 294px;
  padding: 86px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .home-owner-wrapper .home-owner-layout-card .home-owner-card.small-globe {
    padding: 45px 15px;
    gap: 23px;
  }
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.small-globe h4 {
  font-family: "peydaSemibold";
  font-size: 20px;
  color: #1f1f27;
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.small-globe p {
  font-family: "yekanBakhM";
  font-size: 18px;
  color: #5e5e5e;
  width: 80%;
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.small-home {
  position: relative;
  height: 218px;
  overflow: hidden;
  padding: 62px 59px;
  padding-right: 140px !important;
  padding-left: 36px;
  background-image: url("./../img/home-small.png");
  background-size: 173px;
  background-repeat: no-repeat;
  animation: small-home 3s ease forwards;
}
@media screen and (max-width: 575px) {
  .home-owner-wrapper .home-owner-layout-card .home-owner-card.small-home {
    animation: none !important;
    background-position: 102% 200%;
  }
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.small-home {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .home-owner-wrapper .home-owner-layout-card .home-owner-card.small-home {
    padding: 31px 27px;
  }
}
@media screen and (max-width: 575px) {
  .home-owner-wrapper .home-owner-layout-card .home-owner-card.small-home {
    height: 300px;
    padding-right: 27px !important;
  }
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.small-home h3 {
  font-family: "peydaSemibold";
  font-size: 20px;
  color: #000817;
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.small-home p {
  color: #5e5e5e;
  font-family: "yekanBakhM";
  font-size: 18px;
  width: 100%;
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.final {
  height: 218px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.final h3 {
  font-size: 20px;
  font-family: "peydaSemibold";
  color: #1f1f27;
  border-right: 1px solid #d4d4d5;
  padding-right: 22px;
  margin-right: 39px;
}
@media screen and (max-width: 575px) {
  .home-owner-wrapper .home-owner-layout-card .home-owner-card.final h3 {
    font-size: 18px;
    width: 200px;
    margin-right: 33px;
  }
}
.home-owner-wrapper .home-owner-layout-card .home-owner-card.final svg {
  position: absolute;
  left: 0;
}

.home-owner-plan-sec {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 111px;
}
@media screen and (max-width: 1280px) {
  .home-owner-plan-sec {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home-owner-plan-sec {
    flex-direction: column-reverse;
    margin-top: 46px;
    gap: 32px;
  }
}
.home-owner-plan-sec .home-owner-right-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-owner-plan-sec .home-owner-right-section .home-topbar {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.home-owner-plan-sec .home-owner-right-section .home-topbar div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-owner-plan-sec .home-owner-right-section .home-topbar div span {
  font-family: "peydaMedium";
  font-size: 20px;
  color: #5e5e5e;
}
.home-owner-plan-sec .home-owner-right-section .home-topbar h4 {
  font-family: "peydaSemibold";
  font-size: 32px;
  color: #1f1f27;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .home-owner-plan-sec .home-owner-right-section .home-topbar h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 52px;
  }
}
.home-owner-plan-sec .home-owner-right-section .home-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.home-owner-plan-sec .home-owner-right-section .home-content p {
  font-size: 20px;
  font-family: "yekanBakhM";
  color: #5e5e5e;
}
@media screen and (max-width: 991px) {
  .home-owner-plan-sec .home-owner-right-section .home-content p {
    font-size: 16px;
  }
}
.home-owner-plan-sec .home-owner-right-section .home-content .home-content-btns {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media screen and (max-width: 575px) {
  .home-owner-plan-sec .home-owner-right-section .home-content .home-content-btns {
    flex-direction: column;
    gap: 11px;
  }
}
.home-owner-plan-sec .home-owner-right-section .home-content .home-content-btns button {
  width: 208px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .home-owner-plan-sec .home-owner-right-section .home-content .home-content-btns button {
    width: 100%;
    height: 54px;
  }
}
.home-owner-plan-sec .home-owner-right-section .home-content .home-content-btns button:nth-child(1) {
  background-color: #035de2;
  color: white;
  border: 0;
}
.home-owner-plan-sec .home-owner-right-section .home-content .home-content-btns button:nth-child(2) {
  background-color: transparent;
  color: #1f1f27;
  border: 1px solid #1f1f27;
  transition: 0.3s;
}
.home-owner-plan-sec .home-owner-right-section .home-content .home-content-btns button:nth-child(2):hover {
  background-color: #1f1f27;
  color: white !important;
  transition: 0.3s;
}
.home-owner-plan-sec .home-owner-left-section {
  width: 583px;
  border-radius: 15px;
  height: 502px;
  flex-shrink: 0 !important;
}
@media screen and (max-width: 1280px) {
  .home-owner-plan-sec .home-owner-left-section {
    width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .home-owner-plan-sec .home-owner-left-section {
    flex-shrink: unset !important;
    width: 100%;
  }
}
.home-owner-plan-sec .home-owner-left-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

@keyframes small-home {
  0% {
    background-position: 200% -400%;
  }
  100% {
    background-position: 102% 10%;
  }
}
.project-list {
  padding: 61px 80px;
}
@media screen and (max-width: 1280px) {
  .project-list {
    padding: 33px 22px;
  }
}
.project-list h4 {
  font-size: 36px;
  font-family: "peydaSemibold";
  color: #1f1f27;
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .project-list h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.project-list .intro-filter-sec {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d5;
}
@media screen and (max-width: 991px) {
  .project-list .intro-filter-sec {
    flex-direction: column;
    gap: 25px;
  }
}
.project-list .intro-filter-sec .intro-filter-input {
  background-color: #f2f2f3;
  padding: 11px;
  border: 1px solid #e8e8e9;
  height: 45px !important;
  width: 22%;
  font-size: 15px !important;
  font-family: "yekanBakhR";
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .project-list .intro-filter-sec .intro-filter-input {
    font-size: 14px !important;
    width: 100%;
    height: 55px !important;
    background-color: rgba(232, 232, 233, 0.7);
    border: 1px solid #d4d4d5;
  }
}
.project-list .intro-filter-sec .intro-filter-input::-moz-placeholder {
  color: #7d7d82;
}
.project-list .intro-filter-sec .intro-filter-input::placeholder {
  color: #7d7d82;
}
.project-list .intro-filter-sec .intro-select {
  display: flex;
  height: 45px !important;
  flex: 1;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.76);
  border-radius: 10px !important;
  border: 1px solid #d4d4d5;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .project-list .intro-filter-sec .intro-select {
    flex-direction: column;
    background-color: transparent !important;
    width: 100%;
    border: 0 !important;
    gap: 50px;
  }
}
.project-list .intro-filter-sec .intro-select .custom-select {
  width: 100%;
  position: relative;
}
.project-list .intro-filter-sec .intro-select .custom-select .extra-select-label {
  position: absolute;
  color: #1f1f27;
  position: absolute;
  top: -30px;
  font-size: 16px;
  font-family: "yekanBakhM";
}
@media screen and (max-width: 991px) {
  .project-list .intro-filter-sec .intro-select .custom-select {
    border: 1px solid #e8e8e9;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.34);
  }
  .project-list .intro-filter-sec .intro-select .custom-select::after {
    display: none !important;
  }
  .project-list .intro-filter-sec .intro-select .custom-select .select2-container,
  .project-list .intro-filter-sec .intro-select .custom-select .select2-selection {
    height: 55px;
  }
  .project-list .intro-filter-sec .intro-select .custom-select .select2-selection__rendered {
    line-height: 45px;
  }
  .project-list .intro-filter-sec .intro-select .custom-select .select2-selection {
    padding-right: 0 !important;
  }
}
.project-list .intro-filter-sec .intro-select .custom-select .select2-selection {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  color: #1f1f27 !important;
  font-size: 16px !important;
  font-family: "yekanBakhM" !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"><path d="M5.50005 7.33333L0 1.83338L1.83334 0L5.50005 3.6667L9.16668 0L11 1.83338L5.50005 7.33333Z" fill="%231F1F27"/></svg>') no-repeat left 15px center;
  padding-right: 35px;
  color: black;
}
.project-list .intro-filter-sec .intro-select .custom-select .select2-selection .select2-selection__arrow {
  display: none;
}
.project-list .intro-filter-sec .intro-select .custom-select .select2-selection .select2-selection__rendered {
  color: #1f1f27 !important;
  font-size: 16px !important;
  font-family: "yekanBakhM";
}
.project-list .intro-filter-sec .intro-select .custom-select::after {
  content: "";
  position: absolute;
  height: 27px;
  left: -2px;
  top: 8px;
  background-color: #b2b2b5;
  width: 1px;
}
.project-list .intro-filter-sec .intro-select .custom-select:nth-child(2)::after {
  content: "";
  left: 0px;
  top: 8px;
}
.project-list .intro-filter-sec .intro-select .fake-select {
  width: 100%;
  cursor: pointer;
  margin-right: 10px;
  font-family: "yekanBakhM" !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"><path d="M5.50005 7.33333L0 1.83338L1.83334 0L5.50005 3.6667L9.16668 0L11 1.83338L5.50005 7.33333Z" fill="%231F1F27"/></svg>') no-repeat left 15px center;
}
.project-list .intro-filter-sec .intro-select .fake-select span {
  font-family: "yekanBakhM" !important;
}
.project-list .intro-filter-sec .intro-select .fake-select .extra-select-label {
  position: absolute;
  color: #1f1f27;
  position: absolute;
  top: -40px;
  font-size: 16px;
  right: -10px;
  font-family: "yekanBakhM";
}
@media screen and (max-width: 991px) {
  .project-list .intro-filter-sec .intro-select .fake-select .extra-select-label {
    right: 0px;
    top: -30px;
  }
}
@media screen and (max-width: 991px) {
  .project-list .intro-filter-sec .intro-select .fake-select {
    background-color: rgba(255, 255, 255, 0.34);
    margin-right: 0 !important;
    height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    border: 1px solid #e8e8e9;
  }
}
.project-list .intro-filter-sec .intro-select .fake-select span {
  font-size: 16px !important;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range {
  background-color: rgba(235, 235, 235, 0.78);
  backdrop-filter: blur(10px);
  position: absolute !important;
  top: 40px;
  border: 0 !important;
  left: 0px;
  width: 400px;
  border-radius: 10px;
  padding: 10px 18px;
  padding-top: 28px;
  z-index: 2 !important;
}
@media screen and (max-width: 991px) {
  .project-list .intro-filter-sec .intro-select .fake-select .dropdown-range {
    top: 50px;
    width: 100%;
  }
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs {
  position: relative;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range] {
  position: absolute;
  width: 100%;
  left: 0;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 8px;
  background: none;
  border: none;
  border-radius: 4px;
  outline: none;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #333;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs {
  /* Firefox */
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .inputs input[type=range]::-moz-range-track {
  background: #4c4c4c;
  height: 5px;
  border: none;
  border-radius: 4px;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .labels {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .labels .range-val {
  background-color: rgba(255, 255, 255, 0.82);
  padding: 2px 8px;
  border-radius: 5px;
  display: inline-block;
  color: #2d2d2d;
  font-family: "yekanBakhM" !important;
  font-size: 12px !important;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .val-text {
  padding-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider {
  height: 6px !important;
  border: 0 !important;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider .ui-widget-header {
  height: 6px !important;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider.ui-widget-content {
  background: #aaaaaa !important;
  border-radius: 0 !important;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider .ui-corner-all {
  background-color: #4c4c4c !important;
  border-radius: 50px !important;
  border: 0 !important;
  width: 15px;
  height: 15px;
}
.project-list .intro-filter-sec .intro-select .fake-select .dropdown-range .custom-range-slider .ui-corner-all.ui-state-focus {
  border: 0 !important;
  outline: 0 !important;
}
.project-list .intro-filter-sec button {
  width: 45px;
  height: 45px;
  background-color: #035de2;
  border-radius: 10px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .project-list .intro-filter-sec button {
    color: white !important;
    width: 100% !important;
    height: 55px !important;
    margin-top: 10px !important;
  }
  .project-list .intro-filter-sec button span {
    color: white !important;
    font-family: "yekanBakhB";
    font-size: 16px !important;
  }
}
.project-list .intro-filter-sec button:hover {
  background-color: #023785;
  transition: 0.3s;
}
.project-list .product-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 31px;
}
@media screen and (max-width: 991px) {
  .project-list .product-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .project-list .product-wrap {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
}
.project-list .product-wrap .card-item {
  width: 100%;
}
.project-list .product-card {
  background-color: white;
  border: 1px solid #f2f2f3;
  border-radius: 15px;
  height: 420px;
}
.project-list .product-card .perview-actions {
  opacity: 0;
  background-color: #e8e8e9;
  width: 70px;
  height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 0px;
  top: 50px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.project-list .product-card .perview-actions span {
  cursor: pointer;
}
.project-list .product-card:hover .perview-actions {
  opacity: 1;
  transition: 0.3s;
}
.project-list .product-card .perview-wrapper {
  height: 120px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  border-bottom: 1px solid #f2f2f3;
}
.project-list .product-card .perview-wrapper img {
  width: 100% !important;
  height: 100% !important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-list .product-card .perview-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.6);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.project-list .product-card .perview-wrapper .perview-tab {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 20px;
  border-radius: 3px;
}
.project-list .product-card .perview-wrapper .perview-tab .tab-item {
  color: #1f1f27;
  height: 100%;
  font-size: 10px;
  font-family: "yekanBakhM";
  padding: 3px 5px;
  background-color: rgba(246, 246, 247, 0.73);
}
.project-list .product-card .perview-wrapper .perview-tab .tab-item.tab-2 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.project-list .product-card .perview-wrapper .perview-tab .tab-item.tab-1 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
}
.project-list .product-card .perview-wrapper .perview-tab .tab-item.tab-1::after {
  position: absolute;
  content: "";
  top: 5px;
  height: 15px;
  background: #5e5e5e;
  left: 0px;
  width: 1px;
}
.project-list .product-card .perview-wrapper .perview-tab .tab-item.active {
  font-family: "yekanBakhB";
  background-color: rgba(246, 246, 247, 0.97);
}
.project-list .product-card .perview-wrapper .perview-title {
  background-color: white;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid #b2b2b5;
  font-family: "yekanBakhB";
  font-size: 12px;
  color: #1f1f27;
}
.project-list .product-card .perview-wrapper h4 {
  color: white;
  font-family: "peydaSemibold";
  font-size: 16px;
  position: absolute;
  top: 48px;
  right: 20px;
}
.project-list .product-card .perview-wrapper .perview-address {
  font-family: "yekanBakhM";
  font-size: 12px;
  color: #f2f2f3;
  position: absolute;
  top: 74px;
  right: 20px;
}
.project-list .product-card .perview-wrapper .perview-status {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f6f3d2;
  color: #1f1f27;
  font-family: "yekanBakhB";
  font-size: 12px;
  border-top-right-radius: 10px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.project-list .product-card .card-progress {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e9;
  margin-right: 22px;
  margin-left: 22px;
}
.project-list .product-card .card-progress .progress-title {
  font-family: "yekanBakhM";
  font-size: 12px;
  color: #1f1f27;
  display: inline-block !important;
  margin-bottom: 10px;
}
.project-list .product-card .card-progress .progress-container {
  position: relative;
  width: 100%;
}
.project-list .product-card .card-progress .progress-container progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  border: none;
  border-radius: 8px;
  background-color: #f2f2f3;
  overflow: hidden;
}
.project-list .product-card .card-progress .progress-container progress::-webkit-progress-bar {
  background-color: #f2f2f3;
  border-radius: 8px;
}
.project-list .product-card .card-progress .progress-container progress::-webkit-progress-value {
  background: linear-gradient(to right, #0454d1, #022b6b);
  border-radius: 8px;
}
.project-list .product-card .card-progress .progress-container progress::-moz-progress-bar {
  background: linear-gradient(to right, #0454d1, #022b6b);
  border-radius: 8px;
}
.project-list .product-card .card-progress .progress-container .progress-label {
  position: absolute;
  top: -13px;
  font-size: 12px;
  color: #1f1f27;
  font-family: "yekanBakhM";
  white-space: nowrap;
  transform: translateX(100%);
}
.project-list .product-card .card-progress .progress-span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -10px;
}
.project-list .product-card .card-progress .progress-span span {
  font-size: 12px;
  color: #5e5e5e;
  font-family: "yekanBakhM";
}
.project-list .product-card .card-progress .progress-span span:nth-child(2) {
  color: #1f1f27;
}
.project-list .product-card .card-progress .progress-span span:nth-child(2) span {
  color: #5e5e5e;
  font-size: 10px;
}
.project-list .product-card .card-details {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  flex-direction: column;
  padding: 12px 22px;
}
.project-list .product-card .card-details div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "yekanBakhR";
  width: 100%;
}
.project-list .product-card .card-details div p {
  color: #5e5e5e;
}
.project-list .product-card .card-details div span {
  color: #1f1f27;
}
.project-list .product-card .card-details div span span {
  color: #5e5e5e;
  font-size: 10px;
}
.project-list .product-card .product-btn {
  padding: 0 22px;
}
.project-list .product-card .product-btn a.btn-purple {
  background-color: #035de2;
  width: 100%;
  color: #fafafa;
  font-size: 14px;
  height: 36px;
  font-family: "yekanBakhM";
  border-radius: 7px;
  border: 1px solid #035de2;
}
.project-list .product-card .product-btn a.btn-purple span {
  position: relative;
  top: 1px;
}

.login-new {
  background-image: url("./../img/bg-login.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: unset !important;
  min-height: 100vh !important;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .login-new {
    align-items: flex-start;
  }
}
.login-new .login-wrap {
  padding: 0 116px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .login-new .login-wrap {
    padding: 0 22px;
  }
}
.login-new .mask {
  position: absolute;
  width: 100vw;
  min-height: 100vh !important;
  height: 100% !important;
  background-color: rgba(67, 67, 67, 0.61);
  z-index: 100;
}
.login-new div {
  position: relative;
  z-index: 200;
}
.login-new div .login-form-wrapper {
  background-color: rgba(255, 255, 255, 0.79);
  width: 580px;
  border-radius: 15px;
  height: auto !important;
  padding: 30px 48px;
  padding-bottom: 38px !important;
  min-height: 400px;
}
@media screen and (max-width: 991px) {
  .login-new div .login-form-wrapper {
    padding: 23px 19px !important;
  }
}
.login-new div .login-form-wrapper .form-topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.login-new div .login-form-wrapper .form-topbar h4 {
  font-size: 28px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
.login-new div .login-form-wrapper .form-topbar a {
  color: #1f1f27;
  font-size: 16px;
  transition: 0.3s;
}
.login-new div .login-form-wrapper .form-topbar a:hover {
  transition: 0.3s;
  color: #035de2;
}
.login-new div .login-form-wrapper .form-topbar a:hover svg path {
  transition: 0.3s;
  fill: #035de2 !important;
}
.login-new div .login-form-wrapper .step-one p {
  font-size: 20px;
  font-family: "yekanBakhM";
  color: #1f1f27;
  margin-top: 25px;
  margin-bottom: 25px;
}
.login-new div .login-form-wrapper .step-one .otp-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .login-new div .login-form-wrapper .step-one .otp-input-wrapper {
    padding: 0px !important;
  }
}
.login-new div .login-form-wrapper .step-one .otp-input-wrapper .code-container {
  justify-content: space-between;
  gap: 30px;
}
.login-new div .login-form-wrapper .step-one .otp-input-wrapper .code-container input {
  background-color: rgba(250, 250, 250, 0.62);
  border: 1px solid rgba(178, 178, 181, 0.63);
}
.login-new div .login-form-wrapper .step-one .otp-input-wrapper .time-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.login-new div .login-form-wrapper .step-one .otp-input-wrapper .counter-timer {
  color: #2a4d99;
}
.login-new div .login-form-wrapper .step-one .otp-input-wrapper .counter-timer .ResendCode {
  text-decoration: underline;
  color: #2a4d99 !important;
  text-underline-offset: 6px;
  color: #2a4d99 !important;
  font-size: 16px;
  font-family: "yekanBakhM";
}
.login-new div .login-form-wrapper .step-one .otp-input-wrapper .counter-timer .k-link {
  color: #2a4d99 !important;
  font-size: 20px;
  font-family: "yekanBakhM";
}
.login-new div .login-form-wrapper .step-one .otp-input-wrapper .counter-timer .counter {
  width: -moz-max-content;
  width: max-content;
}
.login-new div .login-form-wrapper .step-one .submit-container {
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .login-new div .login-form-wrapper .step-one .submit-container {
    padding: 0px !important;
  }
}
.login-new div .login-form-wrapper .step-one .form-control {
  background-color: rgba(250, 250, 250, 0.62) !important;
  border-radius: 10px;
  height: 51px;
  border: 1px solid rgba(178, 178, 181, 0.63) !important;
}
.login-new div .login-form-wrapper .step-one .form-control::-moz-placeholder {
  font-size: 16px;
  font-family: "yekanBakhR";
  color: #7d7d82 !important;
}
.login-new div .login-form-wrapper .step-one .form-control::placeholder {
  font-size: 16px;
  font-family: "yekanBakhR";
  color: #7d7d82 !important;
}
.login-new div .login-form-wrapper .step-one .form-input label {
  color: #1f1f27;
  font-family: "yekanBakhM";
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.login-new div .login-form-wrapper .step-one .form-input svg {
  position: absolute;
  left: 0px;
  top: 35px;
}
.login-new div .login-form-wrapper .step-one .form-input svg.hide-pass {
  top: 35px !important;
}
.login-new div .login-form-wrapper .step-one .pass-inp {
  margin-bottom: 25px;
}
.login-new div .login-form-wrapper .step-one .one-time-pass {
  font-size: 16px;
  font-family: "yekanBakhB";
  color: #1f1f27;
}
.login-new div .login-form-wrapper .step-one .forget-pass-link {
  font-size: 16px;
  font-family: "yekanBakhB";
  color: #1f1f27;
}
.login-new div .login-form-wrapper .step-one .btn-login-step1 {
  background-color: #1f1f27;
  color: white;
  margin-top: 25px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "yekanBakhB";
  border: 0;
  border-radius: 10px;
}
.login-new div .login-form-wrapper .step-one .btn-login-step1:disabled, .login-new div .login-form-wrapper .step-one .btn-login-step1[disabled] {
  background-color: #a6a6a6;
  color: rgba(255, 255, 255, 0.8);
  cursor: not-allowed;
  opacity: 0.7;
}
.login-new div .login-form-wrapper .step-one .create-acc-link {
  color: #1f1f27;
  font-size: 16px;
  font-family: "yekanBakhM";
  margin-bottom: 0 !important;
}
.login-new div .login-form-wrapper .step-one .create-acc-link a {
  font-family: "yekanBakhB";
  color: #035de2;
}
.login-new div .login-form-wrapper #submit.active {
  background: #1f1f27 !important;
  box-shadow: none;
  color: white;
  margin-top: 17px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "yekanBakhB";
  border: 0;
  border-radius: 10px;
}
.login-new div .login-form-wrapper .radio-box {
  font-size: 16px;
  font-family: "yekanBakhM";
  color: #1f1f27;
}
@media screen and (max-width: 767px) {
  .login-new .svg-sec {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.login-modal .modal-content {
  border-radius: 25px;
}
.login-modal .modal-header {
  padding: 42px 27px;
  padding-bottom: 0;
  border-bottom: 0;
}
.login-modal .modal-header h1 {
  font-size: 20px;
  color: #191919;
  font-family: "yekanBakhM";
}
.login-modal .modal-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 0;
  padding: 0 23px;
  padding-top: 25px;
  padding-bottom: 19px;
}
.login-modal .modal-footer button {
  height: 44px;
  width: 140px;
  font-size: 16px;
  font-family: "yekanBakhM";
  color: #4a4a4a;
  border-radius: 15px;
  transition: 0.3s;
}
.login-modal .btn-cancel {
  background-color: transparent;
  border: 1px solid #4a4a4a;
}
.login-modal .btn-cancel:hover {
  background-color: #4a4a4a;
  color: white;
  transition: 0.3s;
}
.login-modal .btn-save {
  background-color: #035de2;
  color: white !important;
  border: 0;
}
.login-modal .btn-save:disabled, .login-modal .btn-save[disabled] {
  background-color: #a6a6a6;
  color: #edeff2;
  border: 0;
  cursor: not-allowed;
  opacity: 0.7;
}
.login-modal .mySwiper {
  height: 400px;
}
.login-modal .swiper-pagination-progressbar {
  background: #ddd;
  height: 4px;
  border-radius: 4px;
}
.login-modal .swiper-pagination-progressbar-fill {
  background: #007bff;
  transition: transform 0.2s ease;
}
.login-modal .modal-body-container {
  margin-top: 25px;
  padding: 0 27px;
}
.login-modal .modal-body-container .modal-body {
  padding: 13px 17px;
  background-color: #f2f2f3;
}
.login-modal .modal-body-container .modal-body::-webkit-scrollbar-thumb {
  background-color: #d4d4d5 !important;
  border-radius: 50px;
}
.login-modal .modal-body-container .modal-body::-webkit-scrollbar-track {
  background-color: #f2f2f3 !important;
}
.login-modal .modal-body-container .modal-body::-webkit-scrollbar {
  background-color: #d4d4d5 !important;
  width: 6px;
  border-radius: 50px;
}
.login-modal .modal-body-container .modal-body h5 {
  font-size: 16px;
  font-family: "yekanBakhB";
  color: #1f1f27;
  border-bottom: 1px solid #d4d4d5;
  padding-bottom: 8px;
}
.login-modal .modal-body-container .modal-body .content-body-modal {
  padding: 8px 0px;
}
.login-modal .modal-body-container .modal-body .content-body-modal * {
  font-size: 14px !important;
  font-family: "yekanBakhM" !important;
  color: #1f1f27 !important;
  line-height: 25px;
}
.login-modal .progress {
  background-color: #d4d4d5;
}

.not-found-wrapper {
  display: flex;
  align-items: center;
  gap: 71px;
  justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .not-found-wrapper {
    flex-direction: column;
    padding: 104px 22px;
    gap: 30px;
  }
}
.not-found-wrapper .not-found-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 575px) {
  .not-found-wrapper .not-found-content {
    width: 100%;
  }
}
.not-found-wrapper .not-found-content h2 {
  color: #b2b2b5;
  font-size: 140px;
  margin-bottom: -50px;
}
.not-found-wrapper .not-found-content p {
  color: #000;
  font-size: 20px;
  font-family: "yekanBakhB";
}
@media screen and (max-width: 575px) {
  .not-found-wrapper .not-found-content p {
    font-size: 30px;
  }
}
.not-found-wrapper .not-found-content a {
  background-color: #000817;
  color: white;
  font-size: 16px;
  font-family: "yekanBakhB";
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .not-found-wrapper .not-found-content a {
    width: 100%;
    height: 50px;
    color: white;
  }
}

.rules-wrapper {
  padding: 61px 80px;
}
@media screen and (max-width: 1280px) {
  .rules-wrapper {
    padding: 33px 22px;
  }
}

#toast-container {
  position: fixed;
}
#toast-container .my-contact-toast {
  background: #e8e8e9 !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #1f1f27 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  opacity: 1;
  z-index: 200;
  backdrop-filter: blur(5px);
  padding: 18px 35px !important;
  width: 456px !important;
}
@media screen and (max-width: 991px) {
  #toast-container .my-contact-toast {
    width: auto !important;
    padding: 18px 15px !important;
  }
}
#toast-container .contact-mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: black;
}
#toast-container .my-save-toast {
  background: #e8e8e9 !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #1f1f27 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  opacity: 1;
  z-index: 200;
  backdrop-filter: blur(5px);
  padding: 18px 35px !important;
  width: 456px !important;
}
@media screen and (max-width: 991px) {
  #toast-container .my-save-toast {
    width: auto !important;
    padding: 18px 15px !important;
  }
}
#toast-container .my-save-toast .toast-message {
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
  font-family: "yekanBakhM" !important;
}
#toast-container .my-save-toast .toast-message div {
  font-size: 16px !important;
  color: #1f1f27 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  text-align: right !important;
}
#toast-container .my-save-toast .toast-message div svg {
  flex-shrink: 0 !important;
}
#toast-container .my-save-toast .toast-message a {
  color: #035de2 !important;
  align-self: flex-end !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.product-card .perview-actions {
  opacity: 0;
  background-color: #e8e8e9;
  width: 70px;
  height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 0px;
  top: 50px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.product-card .perview-actions span {
  cursor: pointer;
}
.product-card:hover .perview-actions {
  opacity: 1;
  transition: 0.3s;
}

.services-wrapper {
  width: -moz-max-content !important;
  width: max-content !important;
  cursor: pointer;
}
.services-wrapper .not-hover-svg {
  opacity: 1;
  transition: 0.3s;
}
.services-wrapper .hover-svg {
  opacity: 0;
  transition: 0.3s;
  margin-right: 25px;
}
.services-wrapper:hover a {
  color: #035de2;
}
.services-wrapper:hover .not-hover-svg {
  opacity: 0;
  transition: 0.3s opacity 0.5s display;
  display: none;
}
.services-wrapper:hover .hover-svg {
  opacity: 1;
  transition: 0.3s;
}

.article-news-wrapper {
  padding: 61px 80px;
}
@media screen and (max-width: 1280px) {
  .article-news-wrapper {
    padding: 33px 22px;
  }
}
.article-news-wrapper h2 {
  margin-bottom: 51px;
  font-family: "peydaSemibold";
  color: #1f1f27;
  font-size: 36px;
}
@media screen and (max-width: 1280px) {
  .article-news-wrapper h2 {
    margin-bottom: 49px;
    font-size: 28px;
  }
}

.articles-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}
@media screen and (max-width: 1280px) {
  .articles-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .articles-card-wrapper {
    grid-template-columns: 1fr;
    gap: 27px;
  }
}

.article-details-wrapper {
  padding: 61px 80px;
}
@media screen and (max-width: 1280px) {
  .article-details-wrapper {
    padding: 33px 22px;
  }
}
.article-details-wrapper .article-details-content h3 {
  font-size: 36px;
  color: #1f1f27;
  font-family: "peydaSemibold";
  margin-bottom: 14px;
  line-height: 35px;
}
@media screen and (max-width: 1280px) {
  .article-details-wrapper .article-details-content h3 {
    font-size: 28px;
    margin-bottom: 11px;
  }
}
.article-details-wrapper .article-details-content span {
  font-family: "yekanBakhM";
  font-size: 24px;
  color: #5e5e5e;
  margin-bottom: 61px;
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .article-details-wrapper .article-details-content span {
    font-size: 20px;
    margin-bottom: 37px;
  }
}
.article-details-wrapper .article-details-content p {
  line-height: 35px;
  font-size: 20px;
  font-family: "yekanBakhM";
  margin-bottom: 60px;
}
.article-details-wrapper .article-details-content p * {
  line-height: 35px;
  font-size: 20px;
  font-family: "yekanBakhM" !important;
}
@media screen and (max-width: 1280px) {
  .article-details-wrapper .article-details-content p {
    margin-bottom: 100px;
    font-size: 18px;
  }
  .article-details-wrapper .article-details-content p * {
    font-size: 18px;
  }
}

.article-card {
  background-color: white;
  border: 1px solid #f2f2f3;
  border-radius: 15px;
  padding: 21px 26px;
  padding-bottom: 27px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 240px;
  justify-content: space-between;
}
.article-card span {
  font-size: 18px;
  font-family: "yekanBakhM";
  color: #5e5e5e;
}
.article-card h3 {
  font-size: 24px;
  font-family: "peydaSemibold";
  color: #1f1f27;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-card p {
  font-size: 18px;
  font-family: "yekanBakhM";
  color: #5e5e5e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-card a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #035de2 !important;
  align-self: flex-end;
  margin-top: 6px;
}
@media screen and (max-width: 1280px) {
  .article-card a {
    margin-top: 13px;
  }
}
@media screen and (max-width: 1280px) {
  .article-card {
    padding: 23px 18px;
    padding-bottom: 22px;
  }
}

.more-articles-wrapper h2 {
  font-family: "peydaBold";
  font-size: 24px;
  color: #1f1f27;
  margin-bottom: 22px;
}
@media screen and (max-width: 1280px) {
  .more-articles-wrapper h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .more-articles-wrapper .articles-card-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.more-articles-wrapper .myGuidnessSwiper {
  height: 250px !important;
  padding-bottom: 290px;
  margin-bottom: 120px;
}
.more-articles-wrapper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #d4d4d5 !important;
}
.more-articles-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5e5e5e !important;
  opacity: 1;
}

.empty-state-text {
  color: #1f1f27;
  font-size: 18p;
  font-family: "yekanBakhM";
}

.project-details-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 40px 80px;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper {
    padding: 22px;
  }
}
.project-details-wrapper .sticky-card {
  width: 460px !important;
  position: sticky;
  top: 100px;
  height: -moz-max-content;
  height: max-content;
  padding: 28px 37px;
  background-color: white;
  border: 1px solid #f2f2f3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .sticky-card {
    width: 340px !important;
  }
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .sticky-card {
    position: fixed;
    gap: 10px;
    border-radius: 0;
    width: 100% !important;
    background-color: #f2f2f3;
    padding: 18px 32px;
    z-index: 1000;
    bottom: 0;
    top: unset !important;
    left: 0;
  }
}
.project-details-wrapper .sticky-card div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 24px;
  border-bottom: 2px solid #f2f2f3;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .sticky-card div {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.project-details-wrapper .sticky-card div p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "yekanBakhM";
  font-size: 16px;
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .sticky-card div p {
    font-size: 14px;
  }
}
.project-details-wrapper .big-details-sec {
  flex: 1;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #f2f2f3;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec {
    width: 100%;
    background-color: transparent !important;
    padding: 0 !important;
    border: 0;
  }
}
.project-details-wrapper .big-details-sec .project-top-sec {
  padding: 39px 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e9;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-top-sec {
    padding: 22px;
    padding-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-top-sec {
    padding: 0 !important;
    padding-bottom: 22px;
  }
}
.project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper {
    flex-direction: column;
  }
}
.project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .big-project-image {
  flex: 1 !important;
  border-radius: 10px;
  height: 285px;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .big-project-image {
    width: 100%;
    flex: unset !important;
  }
}
.project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .big-project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .smal-images-wrapper {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .smal-images-wrapper {
    flex-direction: row;
    width: 100%;
  }
}
.project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .smal-images-wrapper .small-image {
  width: 146px;
  height: 83px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .smal-images-wrapper .small-image {
    width: unset;
    flex: 1;
  }
}
.project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .smal-images-wrapper .small-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .smal-images-wrapper .small-image .more-image-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  top: 0;
  left: 0;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-image-wrapper .smal-images-wrapper .small-image .more-image-btn button {
  background-color: rgba(0, 8, 23, 0.84);
  border-radius: 8px;
  border: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  color: white;
  font-size: 14px;
  font-family: "yekanBakhM";
}
.project-details-wrapper .big-details-sec .project-top-sec .project-mobile-wrapper {
  height: 330px;
  width: 100%;
  position: relative;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-mobile-wrapper .more-image-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  bottom: 10px;
  right: 8px;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-mobile-wrapper .more-image-btn button {
  background-color: rgba(0, 8, 23, 0.84);
  border-radius: 8px;
  border: 0;
  height: 30px;
  width: 100px;
  color: white;
  font-size: 14px;
  font-family: "yekanBakhM";
}
.project-details-wrapper .big-details-sec .project-top-sec .project-mobile-wrapper .myGuidnessSwiper {
  height: 100%;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-mobile-wrapper .myGuidnessSwiper .swiper-pagination-bullet {
  background-color: #b2b2b5 !important;
  opacity: 1 !important;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-mobile-wrapper .myGuidnessSwiper .swiper-pagination-bullet-active {
  background-color: white !important;
  opacity: 1 !important;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-mobile-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-top-sec .project-info-title {
    padding-bottom: 30px;
  }
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .perview-tab {
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .perview-tab .tab-item {
  color: #1f1f27;
  height: 100%;
  font-size: 12px;
  font-family: "yekanBakhM";
  padding: 3px 5px;
  background-color: #e8e8e9;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .perview-tab .tab-item svg {
  flex-shrink: 0;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .perview-tab .tab-item.tab-2 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .perview-tab .tab-item.tab-1 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .perview-tab .tab-item.tab-1::after {
  position: absolute;
  content: "";
  top: 5px;
  height: 15px;
  background: #5e5e5e;
  left: 0px;
  width: 1px;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .perview-tab .tab-item.active {
  font-family: "yekanBakhB";
  background-color: #e8e8e9;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title h3 {
  font-family: "peydaSemibold";
  font-size: 28px;
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-top-sec .project-info-title h3 {
    font-size: 24px;
  }
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .small-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .small-info span {
  font-size: 18px;
  color: #5e5e5e;
  font-family: "yekanBakhM";
  position: relative;
  display: inline-block;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .small-info span::after {
  content: "";
  border-radius: 50px;
  background-color: #5e5e5e;
  width: 2px;
  height: 50%;
  top: 6px;
  left: -7px;
  position: absolute;
}
.project-details-wrapper .big-details-sec .project-top-sec .project-info-title .small-info span:last-of-type::after {
  display: none;
}
.project-details-wrapper .big-details-sec .project-home-ownership {
  background-color: #f4f8fe;
  padding: 30px 45px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid #e8e8e9;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-home-ownership {
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 22px;
  }
}
.project-details-wrapper .big-details-sec .project-home-ownership h4 {
  font-size: 18px;
  font-family: "peydaSemibold";
  color: #1f1f27;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-home-ownership h4 {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-home-ownership p {
  font-family: "yekanBakhM";
  font-size: 16px;
  color: #5e5e5e;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-home-ownership p {
    font-size: 14px;
  }
}
.project-details-wrapper .big-details-sec .project-home-ownership span {
  font-family: "yekanBakhM";
  font-size: 16px;
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-home-ownership span {
    font-size: 14px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec {
  padding: 30px 45px;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-content-sec {
    padding: 0;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-unauthorized-sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-unauthorized-sec {
    border-top: 1px solid #e8e8e9;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-unauthorized-sec {
    background: white;
    padding: 30px;
    border: 0 !important;
    border-radius: 15px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-unauthorized-sec p {
  color: black;
  font-size: 13px;
  font-family: "yekanBakhM";
}
.project-details-wrapper .big-details-sec .project-content-sec .project-unauthorized-sec a {
  color: #035de2;
  font-family: "peydaSemibold";
  font-size: 13px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-done {
  padding-top: 30px;
  font-family: "peydaSemibold";
  font-size: 18px;
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-done {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-auction {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 30px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-auction h5 {
  font-size: 18px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-auction p {
  font-family: "yekanBakhM";
  font-size: 16px;
  color: #5e5e5e;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-auction p {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec {
  padding: 26px 12px;
  border: 1px solid #e8e8e9;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-target-sec {
    padding: 18px 12px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .price-span {
  font-size: 12px;
  color: #7d7d82;
  font-family: "yekanBakhM";
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec h4 {
  font-size: 18px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-target-sec h4 {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .progress-container {
  position: relative;
  width: 100%;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .progress-container progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 14px;
  border: 1px solid #e8e8e9;
  border-radius: 8px;
  background-color: #f2f2f3;
  overflow: hidden;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .progress-container progress::-webkit-progress-bar {
  background-color: #f2f2f3;
  border-radius: 8px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .progress-container progress::-webkit-progress-value {
  background: #1f1f27;
  border-radius: 8px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .progress-container progress::-moz-progress-bar {
  background: #1f1f27;
  border-radius: 8px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .progress-container .progress-label {
  position: absolute;
  top: -25px;
  font-size: 18px;
  color: #1f1f27;
  font-family: "yekanBakhB";
  white-space: nowrap;
  transform: translateX(100%);
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .progress-container .progress-label {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .expire-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 126px;
  height: 32px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #edf7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "yekanBakhB";
  font-size: 14px;
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-target-sec .expire-date {
    font-size: 12px;
    background-color: #f6f3d2;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e9;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-project {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-project {
    flex-direction: column;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-project .general-transactions {
  background-color: transparent;
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-project .general-transactions {
    margin-left: 0;
    margin-right: auto;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-project .general-transactions > div {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-wrapper {
    width: 100%;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price {
    width: 100% !important;
    justify-content: space-between;
    margin-top: 30px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse {
  width: 130px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper {
  font-size: 14px;
  font-family: "yekanBakhM";
  color: #1f1f27;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: row !important;
  cursor: pointer;
  gap: 8px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #1f1f27;
  gap: 4px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown {
  position: relative;
  display: inline-block;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown.open .dropdown-menu {
  display: block !important;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown .dropdown-menu {
  display: none !important;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown-toggle::after {
  display: none;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown-menu {
  position: absolute;
  top: 110%;
  min-width: 100px;
  left: 0;
  border: 1px solid #ebf2fd;
  border-radius: 8px;
  padding: 5px 10px;
  background-color: #f4f8fe;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown-menu a {
  display: block;
  padding-top: 5px;
  padding-bottom: 2px;
  color: #7d7d82;
  border-bottom: 1px solid #7d7d82;
  text-decoration: none;
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
  font-family: "yekanBakhM";
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown-menu a:last-of-type {
  border-bottom: 0;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown-menu a.active {
  color: #1f1f27 !important;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse .drop-wrapper .dropdown-menu a:hover {
  color: #1f1f27;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse > div {
  margin-top: 10px;
  gap: 32px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse > div.collapse.show {
  display: flex;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse > div span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .chart-token-price .token-collapse > div > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .token-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f8fe;
  padding: 13px 15px;
  border-radius: 15px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .token-price h4 {
  font-size: 18px;
  font-family: "yekanBakhM";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-token .token-price h4 {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token .token-price p {
  font-family: "yekanBakhM";
  color: #1f1f27;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-token .token-price p {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token-buy {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e9;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token-buy h4 {
  font-size: 18px;
  font-family: "peydaSemibold";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-token-buy h4 {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token-buy p {
  font-size: 18px;
  color: #5e5e5e;
  font-family: "yekanBakhM";
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-token-buy p {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-token-buy a {
  background-color: #035de2;
  border: 1px solid #023785;
  color: white;
  font-size: 16px;
  font-family: "yekanBakhB";
  width: -moz-max-content;
  width: max-content;
  width: 94px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 46px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e9;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper {
    flex-direction: column;
    gap: 22px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper h4 {
  font-family: "peydaSemibold";
  color: #1f1f27;
  font-size: 18px;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline {
  position: relative;
  margin-right: 100px;
  width: -moz-fit-content;
  width: fit-content;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item {
  padding-right: 20px;
  border-right: 1px solid #d4d4d5;
  position: relative;
  color: #999;
  font-family: "yekanBakhM";
  font-size: 14px;
  padding-bottom: 30px;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item:last-of-type {
  padding-bottom: 0 !important;
  top: -12px;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item:last-of-type::before {
  top: 12px;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item:last-of-type .text {
  top: 6px;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item:last-of-type .status-history {
  top: 6px;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 0px;
  width: 9px;
  height: 9px;
  background: #ccc;
  border-radius: 50%;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item.done {
  color: #7d7d82;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item.active {
  color: #000817;
  font-family: "yekanBakhB";
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item.active::before {
  background: #035de2;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item.active .status-history {
  color: #035de2;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-item .text {
  position: relative;
  top: -6px;
  right: -5px;
}
.project-details-wrapper .big-details-sec .project-content-sec .status-sec-wrapper .status-timeline .status-history {
  position: absolute;
  right: -80px;
  top: -5px;
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e9;
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .project-deadline {
  background-color: #f6f6f7;
  border: 1px solid #f2f2f3;
  border-radius: 15px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .project-deadline {
    padding: 24px 17px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .project-deadline h3 {
  font-family: "peydaSemibold";
  font-size: 18px;
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .project-deadline h3 {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .project-deadline .start-end-sec {
  display: flex;
  align-items: center;
  gap: 133px;
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .project-deadline .start-end-sec div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .project-deadline .start-end-sec div span {
  color: #1f1f27;
  font-size: 18px;
  font-family: "yekanBakhM";
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .project-deadline .start-end-sec div span {
    font-size: 14px;
    gap: 111px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper {
    gap: 20px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns button,
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns a {
  flex: 1;
  background-color: #f6f6f7;
  border: 1px solid #f2f2f3;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 15px;
  height: 58px;
  font-size: 18px;
  font-family: "yekanBakhM";
  color: #1f1f27;
  transition: 0.3s;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns button .svg-wrapper,
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns a .svg-wrapper {
    background-color: #e8e8e9;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    gap: 18px;
  }
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns button,
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns a {
    width: 100%;
    height: 48px !important;
    flex: none;
    border-radius: 50px;
    justify-content: flex-start;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns button svg,
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns a svg {
  transition: 0.3s;
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns button:hover,
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns a:hover {
  color: #035de2;
  transition: 0.3s;
  background-color: #f2f2f3;
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns button:hover svg path,
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .action-btns a:hover svg path {
  transition: 0.3s;
  fill: #035de2;
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .catalog-btn {
  width: 100%;
  background-color: #f6f6f7 !important;
  border: 1px solid #f2f2f3;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  gap: 17px;
  height: 58px;
  color: #1f1f27 !important;
  font-family: "yekanBakhM";
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .catalog-btn {
    width: 100%;
    height: 48px !important;
    flex: none;
    gap: 10px;
    border-radius: 50px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .catalog-btn .svg-wrapper {
    background-color: #e8e8e9;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    gap: 18px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .catalog-btn:hover {
  color: #035de2 !important;
  transition: 0.3s;
  background-color: #f2f2f3 !important;
}
.project-details-wrapper .big-details-sec .project-content-sec .deadline-section .catalog-wrapper .catalog-btn:hover svg path {
  transition: 0.3s;
  stroke: #035de2;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-all-info-section {
  display: flex;
  align-items: flex-start;
  gap: 145px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e8e8e9;
  border-bottom: 1px solid #e8e8e9;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-all-info-section {
    gap: 58px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-all-info-section .project-info-sec {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-all-info-section .project-info-sec div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-all-info-section .project-info-sec div h4 {
  font-family: "yekanBakhM";
  font-size: 18px;
  color: #1f1f27;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-all-info-section .project-info-sec div span {
  font-size: 18px;
  font-family: "yekanBakhM";
  color: #1f1f27;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-all-info-section .project-info-sec div .price-span {
  color: #7d7d82;
  font-size: 14px;
  font-family: "yekanBakhM";
}
.project-details-wrapper .big-details-sec .project-content-sec .project-desc-section {
  padding: 22px;
  margin-top: 30px;
  border: 1px solid #e8e8e9;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-desc-section {
    padding: 23px 18px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-desc-section h5 {
  font-size: 18px;
  font-family: "peydaBold";
  color: #1f1f27;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-desc-section p.text-box {
  color: #5e5e5e;
  font-family: "yekanBakhM";
  margin-bottom: 7px;
  max-height: 3.2em;
  overflow: hidden;
  line-height: 1.6em;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  transition: max-height 0.5s !important;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-desc-section p.text-box {
    -webkit-line-clamp: 4 !important;
    max-height: 6.2em !important;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-desc-section p.text-box.expanded {
  -webkit-box-orient: horizontal !important;
  -webkit-line-clamp: unset !important;
  max-height: 1000px !important;
  transition: max-height 0.5s !important;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-desc-section a.toggle-btn {
  color: #035de2;
  transition: 0.3s;
  font-family: "yekanBakhB";
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-desc-section a.toggle-btn:hover {
  color: #023785;
  transition: 0.3s;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-about-map {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e9;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-about-map .map-info-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-about-map .map-info-section p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-family: "yekanBakhM";
  color: #1f1f27;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-about-map .map-info-section p a {
  text-decoration: underline;
  color: #1f1f27;
  font-size: 16px;
  font-family: "yekanBakhM";
}
.project-details-wrapper .big-details-sec .project-content-sec .project-about-map .map-info-section p.address-p span {
  display: inline-block;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-about-map .map-info-section p.address-p span {
    width: 100%;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-about-map .map-wrapper {
  height: 327px;
  border-radius: 15px;
  border: 1px solid #e8e8e9;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-about-map .map-wrapper .leaflet-container {
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-about-map .map-wrapper {
    height: 171px;
  }
  .project-details-wrapper .big-details-sec .project-content-sec .project-about-map .map-wrapper #Map {
    height: 100% !important;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-blockchain-info-section {
  margin-top: 62px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-blockchain-info-section {
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 23px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-blockchain-info-section h3 {
  font-size: 18px;
  font-family: "peydaBold";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-blockchain-info-section h3 {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-blockchain-info-section .blockchain-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-blockchain-info-section .blockchain-wrapper p {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 16px;
  font-family: "yekanBakhM";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-blockchain-info-section .blockchain-wrapper p {
    font-size: 14px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-blockchain-info-section .blockchain-wrapper p span {
  font-family: "peydaRegular";
}
.project-details-wrapper .big-details-sec .project-content-sec .project-blockchain-info-section .blockchain-wrapper p a {
  text-decoration: underline;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-header {
  padding: 0 !important;
  height: 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  background-color: #f6f6f7;
  border: 1px solid #f2f2f3 !important;
  padding-right: 17px !important;
  padding-left: 23px !important;
  cursor: pointer;
  transition: 0.3s;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-header.collapsed svg {
  transform: rotate(0deg);
  transition: 0.3s;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-header svg {
  transform: rotate(180deg);
  transition: 0.3s;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-header:hover a {
  color: #035de2;
  transition: 0.3s;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-header:hover svg path {
  fill: #035de2;
  transition: 0.3s;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-header h5 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-header h5 a {
  color: #1f1f27;
  font-family: "peydaBold";
  font-size: 18px;
  text-decoration: none;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-header h5 a {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body {
  margin-top: 24px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .download-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e9;
  padding-top: 15px;
}
@media screen and (max-width: 1280px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .download-box {
    display: flex !important;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .download-box:first-child {
  padding-top: 0 !important;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .download-box:last-of-type {
  border-bottom: 0;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .download-box span {
  font-size: 16px;
  font-family: "yekanBakhM";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .download-box span {
    font-size: 14px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .download-box a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-family: "yekanBakhM";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .download-box a {
    font-size: 14px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .key-feature {
  font-size: 16px;
  font-family: "peydaMedium";
  color: #1f1f27;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-document-collapse .card .card-body .key-feature {
    font-size: 14px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-feature-section {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-feature-section h4 {
  font-family: "peydaBold";
  color: #1f1f27;
  font-size: 18px;
}
@media screen and (max-width: 991x) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-feature-section h4 {
    font-size: 16px;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-feature-section .features-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  max-height: 50px;
  overflow: hidden;
  transition: 0.3s;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-feature-section .features-wrapper.expanded {
  max-height: 500px;
  transition: 0.3s;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-feature-section .features-wrapper .feature-item {
  background-color: #f6f6f7;
  color: #1f1f27;
  font-family: "yekanBakhM";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 50px;
  padding: 8px 18px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-feature-section .more-features-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-chart {
  padding-top: 46px;
  margin-top: 30px;
  border-top: 1px solid #e8e8e9;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-chart h6 {
  font-size: 18px;
  font-family: "peydaBold";
  color: #1f1f27;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-chart .chart-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 30px;
}
@media screen and (max-width: 1560px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-chart .chart-wrapper {
    padding-right: 0;
    gap: 10px;
  }
}
@media screen and (max-width: 1480px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-chart .chart-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-details-wrapper .big-details-sec .project-content-sec .project-chart .chart-wrapper div {
    width: 100%;
  }
}
@media screen and (max-width: 1480px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-chart .chart-wrapper div {
    width: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-chart .chart-wrapper div {
    width: 100% !important;
  }
  .project-details-wrapper .big-details-sec .project-content-sec .project-chart .chart-wrapper div .highcharts-figure rect {
    fill: transparent !important;
  }
}
.project-details-wrapper .big-details-sec .project-content-sec .project-grade {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.project-details-wrapper .big-details-sec .project-content-sec .project-grade h6 {
  font-size: 18px;
  font-family: "peydaBold";
  color: #1f1f27;
}
@media screen and (max-width: 767px) {
  .project-details-wrapper .big-details-sec .project-content-sec .project-grade .grade-table-head {
    display: flex !important;
    justify-content: space-between !important;
  }
  .project-details-wrapper .big-details-sec .project-content-sec .project-grade .grade-table-head div {
    flex: 1 !important;
  }
  .project-details-wrapper .big-details-sec .project-content-sec .project-grade .grade-table-head div:nth-child(2) {
    display: none;
  }
}

.price-span {
  font-size: 12px;
  color: #7d7d82;
  font-family: "yekanBakhM";
}

.other-project-creator {
  margin-top: 26px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0 80px;
}
@media screen and (max-width: 991px) {
  .other-project-creator {
    padding: 0 22px;
  }
}
.other-project-creator h4 {
  font-size: 24px;
  font-family: "peydaBold";
  color: #1f1f27;
}
@media screen and (max-width: 991px) {
  .other-project-creator h4 {
    font-size: 20px;
  }
}
.other-project-creator .product-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 31px;
}
@media screen and (max-width: 991px) {
  .other-project-creator .product-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .other-project-creator .product-wrap {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
}
.other-project-creator .product-wrap .card-item {
  width: 100%;
}
.other-project-creator .product-wrap .product-card {
  background-color: white;
  border: 1px solid #f2f2f3;
  border-radius: 15px;
  height: 400px;
}
.other-project-creator .product-wrap .product-card .perview-actions {
  opacity: 0;
  background-color: #e8e8e9;
  width: 70px;
  height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 0px;
  top: 50px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.other-project-creator .product-wrap .product-card .perview-actions span {
  cursor: pointer;
}
.other-project-creator .product-wrap .product-card:hover .perview-actions {
  opacity: 1;
  transition: 0.3s;
}
.other-project-creator .product-wrap .product-card .perview-wrapper {
  height: 120px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  border-bottom: 1px solid #f2f2f3;
}
.other-project-creator .product-wrap .product-card .perview-wrapper img {
  width: 100% !important;
  height: 100% !important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-project-creator .product-wrap .product-card .perview-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.6);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.other-project-creator .product-wrap .product-card .perview-wrapper .perview-tab {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 20px;
  border-radius: 3px;
}
.other-project-creator .product-wrap .product-card .perview-wrapper .perview-tab .tab-item {
  color: #1f1f27;
  height: 100%;
  font-size: 10px;
  font-family: "yekanBakhM";
  padding: 3px 5px;
  background-color: rgba(246, 246, 247, 0.73);
}
.other-project-creator .product-wrap .product-card .perview-wrapper .perview-tab .tab-item.tab-2 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.other-project-creator .product-wrap .product-card .perview-wrapper .perview-tab .tab-item.tab-1 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
}
.other-project-creator .product-wrap .product-card .perview-wrapper .perview-tab .tab-item.tab-1::after {
  position: absolute;
  content: "";
  top: 5px;
  height: 15px;
  background: #5e5e5e;
  left: 0px;
  width: 1px;
}
.other-project-creator .product-wrap .product-card .perview-wrapper .perview-tab .tab-item.active {
  font-family: "yekanBakhB";
  background-color: rgba(246, 246, 247, 0.97);
}
.other-project-creator .product-wrap .product-card .perview-wrapper .perview-title {
  background-color: white;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid #b2b2b5;
  font-family: "yekanBakhB";
  font-size: 12px;
  color: #1f1f27;
}
.other-project-creator .product-wrap .product-card .perview-wrapper h4 {
  color: white;
  font-family: "peydaSemibold";
  font-size: 16px;
  position: absolute;
  top: 48px;
  right: 20px;
}
.other-project-creator .product-wrap .product-card .perview-wrapper .perview-address {
  font-family: "yekanBakhM";
  font-size: 12px;
  color: #f2f2f3;
  position: absolute;
  top: 74px;
  right: 20px;
}
.other-project-creator .product-wrap .product-card .perview-wrapper .perview-status {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f6f3d2;
  color: #1f1f27;
  font-family: "yekanBakhB";
  font-size: 12px;
  border-top-right-radius: 10px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.other-project-creator .product-wrap .product-card .card-progress {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e9;
  margin-right: 22px;
  margin-left: 22px;
}
.other-project-creator .product-wrap .product-card .card-progress .progress-title {
  font-family: "yekanBakhM";
  font-size: 12px;
  color: #1f1f27;
  display: inline-block !important;
  margin-bottom: 10px;
}
.other-project-creator .product-wrap .product-card .card-progress .progress-container {
  position: relative;
  width: 100%;
}
.other-project-creator .product-wrap .product-card .card-progress .progress-container progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  border: none;
  border-radius: 8px;
  background-color: #f2f2f3;
  overflow: hidden;
}
.other-project-creator .product-wrap .product-card .card-progress .progress-container progress::-webkit-progress-bar {
  background-color: #f2f2f3;
  border-radius: 8px;
}
.other-project-creator .product-wrap .product-card .card-progress .progress-container progress::-webkit-progress-value {
  background: linear-gradient(to right, #0454d1, #022b6b);
  border-radius: 8px;
}
.other-project-creator .product-wrap .product-card .card-progress .progress-container progress::-moz-progress-bar {
  background: linear-gradient(to right, #0454d1, #022b6b);
  border-radius: 8px;
}
.other-project-creator .product-wrap .product-card .card-progress .progress-container .progress-label {
  position: absolute;
  top: -13px;
  font-size: 12px;
  color: #1f1f27;
  font-family: "yekanBakhM";
  white-space: nowrap;
  transform: translateX(100%);
}
.other-project-creator .product-wrap .product-card .card-progress .progress-span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -10px;
}
.other-project-creator .product-wrap .product-card .card-progress .progress-span span {
  font-size: 12px;
  color: #5e5e5e;
  font-family: "yekanBakhM";
}
.other-project-creator .product-wrap .product-card .card-progress .progress-span span:nth-child(2) {
  color: #1f1f27;
}
.other-project-creator .product-wrap .product-card .card-progress .progress-span span:nth-child(2) span {
  color: #5e5e5e;
  font-size: 10px;
}
.other-project-creator .product-wrap .product-card .card-details {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  flex-direction: column;
  padding: 12px 22px;
}
.other-project-creator .product-wrap .product-card .card-details div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "yekanBakhM";
  width: 100%;
}
.other-project-creator .product-wrap .product-card .card-details div p {
  color: #5e5e5e;
}
.other-project-creator .product-wrap .product-card .card-details div span {
  color: #1f1f27;
}
.other-project-creator .product-wrap .product-card .card-details div span span {
  color: #5e5e5e;
  font-size: 10px;
}
.other-project-creator .product-wrap .product-card .product-btn {
  padding: 0 22px;
}
.other-project-creator .product-wrap .product-card .product-btn a.btn-purple {
  background-color: #035de2;
  width: 100%;
  color: #fafafa;
  font-size: 14px;
  height: 36px;
  font-family: "yekanBakhM";
  border-radius: 7px;
  border: 1px solid #035de2;
}
.other-project-creator .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #d4d4d5;
}
.other-project-creator .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  background-color: #5e5e5e;
}
.other-project-creator .product-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}
.other-project-creator .product-cards-wrapper .product-card {
  background-color: white;
  border: 1px solid #f2f2f3;
  border-radius: 15px;
  height: 400px;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper {
  height: 120px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  border-bottom: 1px solid #f2f2f3;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper img {
  width: 100% !important;
  height: 100% !important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.6);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .perview-tab {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 20px;
  border-radius: 3px;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item {
  color: #1f1f27;
  height: 100%;
  font-size: 10px;
  font-family: "yekanBakhM";
  padding: 3px 5px;
  background-color: rgba(246, 246, 247, 0.73);
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item.tab-2 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item.tab-1 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item.tab-1::after {
  position: absolute;
  content: "";
  top: 5px;
  height: 15px;
  background: #5e5e5e;
  left: 0px;
  width: 1px;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .perview-tab .tab-item.active {
  font-family: "yekanBakhB";
  background-color: rgba(246, 246, 247, 0.97);
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .perview-title {
  background-color: white;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid #b2b2b5;
  font-family: "yekanBakhB";
  font-size: 12px;
  color: #1f1f27;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper h4 {
  color: white;
  font-family: "peydaSemibold";
  font-size: 16px;
  position: absolute;
  top: 48px;
  right: 20px;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .perview-address {
  font-family: "yekanBakhM";
  font-size: 12px;
  color: #f2f2f3;
  position: absolute;
  top: 74px;
  right: 20px;
}
.other-project-creator .product-cards-wrapper .product-card .perview-wrapper .perview-status {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f6f3d2;
  color: #1f1f27;
  font-family: "yekanBakhB";
  font-size: 12px;
  border-top-right-radius: 10px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e9;
  margin-right: 22px;
  margin-left: 22px;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-title {
  font-family: "yekanBakhM";
  font-size: 12px;
  color: #1f1f27;
  display: inline-block !important;
  margin-bottom: 10px;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-container {
  position: relative;
  width: 100%;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-container progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  border: none;
  border-radius: 8px;
  background-color: #f2f2f3;
  overflow: hidden;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-container progress::-webkit-progress-bar {
  background-color: #f2f2f3;
  border-radius: 8px;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-container progress::-webkit-progress-value {
  background: linear-gradient(to right, #0454d1, #022b6b);
  border-radius: 8px;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-container progress::-moz-progress-bar {
  background: linear-gradient(to right, #0454d1, #022b6b);
  border-radius: 8px;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-container .progress-label {
  position: absolute;
  top: -13px;
  font-size: 12px;
  color: #1f1f27;
  font-family: "yekanBakhM";
  white-space: nowrap;
  transform: translateX(100%);
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -10px;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-span span {
  font-size: 12px;
  color: #5e5e5e;
  font-family: "yekanBakhM";
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-span span:nth-child(2) {
  color: #1f1f27;
}
.other-project-creator .product-cards-wrapper .product-card .card-progress .progress-span span:nth-child(2) span {
  color: #5e5e5e;
  font-size: 10px;
}
.other-project-creator .product-cards-wrapper .product-card .card-details {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  flex-direction: column;
  padding: 12px 22px;
}
.other-project-creator .product-cards-wrapper .product-card .card-details div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "yekanBakhM";
  width: 100%;
}
.other-project-creator .product-cards-wrapper .product-card .card-details div p {
  color: #5e5e5e;
}
.other-project-creator .product-cards-wrapper .product-card .card-details div span {
  color: #1f1f27;
}
.other-project-creator .product-cards-wrapper .product-card .card-details div span span {
  color: #5e5e5e;
  font-size: 10px;
}
.other-project-creator .product-cards-wrapper .product-card .product-btn {
  padding: 0 22px;
}
.other-project-creator .product-cards-wrapper .product-card .product-btn a.btn-purple {
  background-color: #035de2;
  width: 100%;
  color: #fafafa;
  font-size: 14px;
  height: 36px;
  font-family: "yekanBakhM";
  border-radius: 7px;
  border: 1px solid #035de2;
  box-shadow: none !important;
}

.custom-tooltip .tooltip-inner {
  background-color: #e8e8e9;
  color: #1f1f27;
  font-family: "yekanBakhM";
  font-size: 12px;
  opacity: 1;
  width: -moz-max-content !important;
  width: max-content !important;
}
.custom-tooltip .tooltip-arrow::before {
  border-top-color: #e8e8e9 !important;
}

.negative-per {
  color: #dc2626;
}

.positive-per {
  color: #2d6148;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: white !important;
}

.select2-results__options {
  padding: 0 !important;
  border-radius: 10px !important;
}
.select2-results__options .select2-container--default {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

@media screen and (max-width: 575px) {
  .offcanvas-end {
    width: 300px !important;
  }
}

.sticky-card {
  transition: 1s;
}
.sticky-card.anim-hide {
  transition: 3s;
  transform: translateY(100vh);
}

.select2-results__options {
  border: 1px solid #e8e8e9 !important;
}

.page-loading-stomp-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebf2fd;
  z-index: 9999;
  transition: opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loading-stomp-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}
.page-loading-stomp-wrapper.no-display {
  display: none !important;
}

.page-loading-stomp-wrapper svg {
  animation: stomp-effect 1s infinite alternate;
}

@keyframes stomp-effect {
  0% {
    transform: scale(20);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#toast-container {
  position: fixed;
}
#toast-container .my-contact-toast {
  background: #e8e8e9 !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #1f1f27 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  opacity: 1;
  z-index: 200;
  backdrop-filter: blur(5px);
  padding: 18px 35px !important;
  width: 456px !important;
}
@media screen and (max-width: 991px) {
  #toast-container .my-contact-toast {
    width: auto !important;
    padding: 18px 15px !important;
  }
}
#toast-container .contact-mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: black;
}
#toast-container .my-save-toast {
  background: #e8e8e9 !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #1f1f27 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  opacity: 1;
  z-index: 200;
  backdrop-filter: blur(5px);
  padding: 18px 35px !important;
  width: 456px !important;
}
@media screen and (max-width: 991px) {
  #toast-container .my-save-toast {
    width: auto !important;
    padding: 18px 15px !important;
  }
}
#toast-container .my-save-toast .toast-message {
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
  font-family: "yekanBakhM" !important;
}
#toast-container .my-save-toast .toast-message div {
  font-size: 16px !important;
  color: #1f1f27 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  text-align: right !important;
}
#toast-container .my-save-toast .toast-message div svg {
  flex-shrink: 0 !important;
}
#toast-container .my-save-toast .toast-message a {
  color: #035de2 !important;
  align-self: flex-end !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.DisableItems2 {
  pointer-events: none;
  position: relative;
  border-radius: 10px;
  min-height: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.DisableItems2::after {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  top: 11px;
  right: 11px;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  content: "" !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    background-color: #ebebeb;
    box-shadow: 32px 0 #ebebeb, -32px 0 #ccc;
  }
  50% {
    background-color: #ccc;
    box-shadow: 32px 0 #ebebeb, -32px 0 #ebebeb;
  }
  100% {
    background-color: #ebebeb;
    box-shadow: 32px 0 #ccc, -32px 0 #ebebeb;
  }
}
.DisableItems2 * {
  pointer-events: none;
  opacity: 0;
}

.btn-login-step1 {
  background-color: #1f1f27;
  color: white;
  margin-top: 25px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "yekanBakhB";
  border: 0;
  border-radius: 10px;
  font-size: 16px !important;
}

.text-gray-600 {
  color: #5e5e5e !important;
}

@media screen and (max-width: 991px) {
  .divInput2 {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 991px) {
  .divInput {
    width: 100% !important;
    margin-bottom: 24px !important;
  }
}
.divInput .extra-select-label {
  position: absolute;
  color: #1f1f27;
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 16px;
  font-family: "yekanBakhM";
}

.filter-sec-wrapper-box {
  border: 1px solid #d4d4d5;
  background-color: #fafafa;
  border-radius: 15px;
  padding: 17px 12px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .filter-sec-wrapper-box {
    height: -moz-max-content !important;
    height: max-content !important;
    border: 0 !important;
  }
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  position: relative;
  color: transparent;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next::after, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat !important;
  width: 30px;
  height: 30px;
  left: 0;
}
.datepicker-plot-area {
  border: 0;
  height: auto;
  padding: 5px;
  font-family: "yekanBakhR";
  border-radius: 8px;
  background-color: white;
}
.datepicker-plot-area .datepicker-navigator {
  border: 0;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: white;
  color: #000817;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after {
  top: 4px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none"><path fill="%230e91e9" d="M15.2 10.492l-1.97-1.97-3.21-3.21c-.68-.67-1.84-.19-1.84.77v11.84c0 .96 1.16 1.44 1.84.76l5.18-5.18c.83-.82.83-2.18 0-3.01z"></path></svg>');
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next::after {
  top: -6px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none"><path fill="%230e91e9" d="M15.2 10.492l-1.97-1.97-3.21-3.21c-.68-.67-1.84-.19-1.84.77v11.84c0 .96 1.16 1.44 1.84.76l5.18-5.18c.83-.82.83-2.18 0-3.01z"></path></svg>');
  transform: rotate(180deg);
}
.datepicker-plot-area .header-row-cell {
  color: #035de2 !important;
}
.datepicker-plot-area tbody td {
  transition: 0.3s;
}
.datepicker-plot-area tbody td span {
  border-radius: 5px;
}
.datepicker-plot-area tbody td:hover span {
  background-color: #035de2;
  transition: 0.3s;
  border-radius: 5px;
}
.datepicker-plot-area tbody td.selected span {
  text-shadow: none !important;
  background-color: #035de2 !important;
  border-radius: 5px !important;
}/*# sourceMappingURL=style.css.map */