@import url(bootstrap.min.css);
@import url(animate.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(izmir.min.css);
@import url(hamburgers.css);
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Open+Sans:wght@400;500&display=swap");

body {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  color: #777777;
  font-size: 16px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222529;
  font-family: "Kdam Thmor Pro", sans-serif;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.container {
  height: 100%;
}
.home-services .service-text {
  max-height: 500px;      /* ارتفاع الصندوق */
  overflow-y: auto;       /* تفعيل الاسكرول */
  padding-right: 10px;    /* يمنع قطع النص جنب الاسكرول */
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  display: none;
}
.scale-up-center {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading {
  position: fixed;
  top: 0;
  z-index: 9999999999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.loading.show {
  opacity: 1;
  visibility: visible;
}
.home,
.home-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 550px;
  background-image: url(../img/banner.png);
}
/* !--------------------------------------------! */
.header {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 21;
  width: 100%;
  top: 60px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header.header-2 {
  position: fixed;
  width: 100%;
  top: -40px;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header.header-none {
  position: relative !important;
}
.header.header-2.header-none {
  position: relative !important;
}
.header-main {
  width: 100%;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 500;
  color: #222529;
}
.header-main .nav-item {
  padding: 10px;
  font-size: 18px;
  width: auto;
  position: relative;
}
.header-main .col-lg-3 {
  overflow: hidden;
  position: relative;
}
.header-main .overLogo {
  background-color: #fff;
  z-index: 555;
  -webkit-transform: translateX(170px);
  -ms-transform: translateX(170px);
  transform: translateX(170px);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.header-main .logo {
  width: 55px;
}
.header.header-2 .header-main .overLogo {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header-main h2 {
  position: absolute;
  top: 6px;
}
.header-main .nav-item.nav-shop {
  cursor: pointer;
  position: relative;
}
.header-main .nav-item .overlay-shop {
  position: absolute;
  bottom: -190px;
  background-color: #fff;
  padding: 10px 15px;
  width: 150px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  z-index: 22;
  right: -40px;
}
.header-main .nav-item.nav-shop:hover .overlay-shop {
  bottom: -140px;
  visibility: visible;
  opacity: 1;
}
.header-main .nav-item .overlay-shop .item {
  padding: 5px 10px;
}
.header-main .nav-border {
  background-color: #074258;
  width: 1.5px;
  padding: 0;
  margin: 0 15px;
  height: 25px;
}
.header-main .img-user {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.header-main .account {
  cursor: pointer;
}
.header-main .name-user {
  display: inline-block;
  max-width: 160px;
  vertical-align: middle;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  text-transform: none;
}
.header-main .overlay {
  position: absolute;
  bottom: -160px;
  background-color: #fff;
  padding: 10px 15px;
  width: 203px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
}
.header-main .overlay.active {
  bottom: -140px;
  visibility: visible;
  opacity: 1;
}
.header-main .account .icon-user i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.header-main .account.active .icon-user i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-main .log-in,
.header-main .log-out {
  padding: 4px 15px;
  border-radius: 3px;
  color: #ffff !important;
  background-color: #046c95;
  text-align: center;
}
.header-main .log-in:hover,
.header-main .log-out:hover {
  background-color: #044e6b;
}
.header-main .overlay .overlay-item {
  padding: 5px 10px;
  border-bottom: 1px solid #222529;
}
.header-main .overlay .overlay-item:last-child {
  border: 0;
}
.header-main .nav-item .count {
  width: 18px;
  height: 18px;
  background-color: #e24040;
  color: #fff;
  position: absolute;
  top: 1px;
  z-index: 2222;
  right: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 17.5px;
  font-size: 13px;
}
/* ------------------------------------- */
.home {
  height: calc(100vh - 30px);
}
.home .row {
  height: 100%;
}
.text-background {
  background-color: #f8f9fade;
  padding: 15px 60px;
  border-radius: 10px;
  color: #222529;
  font-weight: 500;
}
/* ------------------------------------- */
.home-about .card {
  border: none !important;
}
.home-about .about-text a {
  text-decoration: underline;
}
.home-about .btn {
  background-color: #046c95;
  color: #fff;
  border-radius: 3px;
}
/* ------------------------------------- */
.home-services {
  background-image: url(../img/service.jpg);
  background-attachment: fixed;
  padding: 70px 0;
  min-height: auto;
}
.home-services .service-text {
  background-color: #f8f9fadb;
  padding: 25px;
  border-radius: 10px;
  color: #274248;
}
/* ------------------------------------- */
.item img {
  height: 250px;
}
.item .c4-izmir.netflix {
  background-color: #d62828;
}
.item .c4-izmir.spotify {
  background-color: #03df50;
}
.item .c4-izmir.discord {
  background-color: #046c95;
}
.item .c4-izmir.shahid {
  background-color: #03b341;
}
.col-md-6:last-child .item {
  margin-bottom: 0 !important;
}
.loading-tokens {
  position: absolute !important;
  z-index: 1;
}
/* ------------------------------------- */
.payment-methods i,
.payment-methods svg {
  color: #222529;
}
/* ------------------------------------- */
.footer {
  background-color: #181e22;
  margin-top: 50px;
  color: #f6f6f6;
  font-size: 14px;
}
.footer h4 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.footer .container {
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer .btn-secondary {
  background-color: #005b7c;
  border-color: #005b7c;
}
.footer .form-control {
  background-color: transparent;
  border-radius: 3px;
  border-color: #005b7c;
  color: #fff;
  font-size: 14px;
}
.footer .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #046c95;
}
.footer .input-group .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer .input-group .form-control::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer .input-group .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer .input-group .form-control::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer .input-group .form-control::placeholder {
  color: #fff;
  font-size: 14px;
}
/* ------------------------------------- */
.error-login {
  position: absolute;
  background-color: #e24040;
  color: #fff;
  padding: 5px 25px;
  border-radius: 30px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 20px 2px #e24040;
  box-shadow: 0 0 20px 2px #e24040;
  width: 250px;
  top: 40px;
}
.error-login .icon {
  background-color: #fff;
  color: #e24040;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.box {
  width: 450px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.box .logo {
  width: 50px;
}
.box-title {
  margin-bottom: 20px;
}
.box a.item {
  margin: 0 0 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  font-size: 14px;
  max-height: 40px;
}
.box a.item:hover {
  background-color: #f1f1f1;
}
.box .item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.box .have-account {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.box .have-account a {
  color: #046c95;
  font-size: 15px;
  font-weight: 500;
}
.box .not-remember-password {
  font-size: 0.875rem;
  font-weight: 600;
  color: #005b7c;
}
.box .form * {
  border-radius: 0;
}
.box .form *:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-color: #005b7c;
}
.box .form .btn.btn-primary {
  background-color: #005b7c;
  border-color: #005b7c;
}
.password-strength {
  margin-top: 1rem;
}
.password-strength .strength-bar .strength-partial {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 5px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.password-strength .strength-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  height: 10px;
  overflow: hidden;
  width: 100%;
}
.password-strength .strength-type {
  margin-bottom: 5px;
  text-align: left;
}
.password-strength .strength-type span {
  font-size: 0.813rem;
  font-weight: 600;
  text-transform: capitalize;
}
.password-strength .strength-type span.weak {
  border-color: #fb5252;
  color: #fb5252;
}
.password-strength .strength-text {
  font-size: 0.813rem;
  margin: 0;
  text-align: left;
}
.password-strength .strength-bar--weak .strength-partial--weak {
  background-color: #fb5252;
}
.password-strength .strength-bar--fair .strength-partial--weak,
.password-strength .strength-bar--fair .strength-partial--fair {
  background-color: #fca120;
}
.password-strength .strength-bar--strong .strength-partial--weak,
.password-strength .strength-bar--strong .strength-partial--fair,
.password-strength .strength-bar--strong .strength-partial--strong {
  background-color: #2bc48a;
}
.password-strength .strength-type span.strong {
  border-color: #2bc48a;
  color: #2bc48a;
}
.password-strength .strength-type span.fair {
  border-color: #fca120;
  color: #fca120;
}
.box .form-group {
  position: relative;
}
.box .form-group i {
  position: absolute;
  top: 44px;
  right: 15px;
  cursor: pointer;
}
.box #passwordInput {
  padding-right: 40px;
}
.box .verification .form-control {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
/* ------------------------------------- */
.border-line {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  border: 2px dashed #dbdade;
  width: auto;
  padding: 0;
}
/* ------------------------------------- */
.info .col-md-4 img {
  border-radius: 3px;
}
.info-media img {
  width: 22px;
  height: 22px;
  margin: 0 10px;
}
.info-media img:first-child {
  margin-left: 0;
}
.info-btns .btn {
  border-radius: 3px;
}
.info-btns .btn-portfolio {
  background-color: #046c95;
  color: #fff;
  font-weight: 500;
}
.info-btns .btn-portfolio:hover {
  background-color: #044e6b;
}
.info-btns .btn-cv {
  color: #777777;
  font-weight: 500;
  margin-right: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.info-btns .btn-cv:hover {
  background-color: #046c95;
  color: #fff;
}
/* ------------------------------------- */
.news-info {
  font-size: 14px;
}
.news-title-wrapper .news-title {
  font-size: 25px;
  margin: 0 0 15px;
}
.post-header .post-title {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.post-holder .post-date {
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  margin-right: 10px;
  text-align: center;
  width: 100%;
}
.post-holder .border-bottom {
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  clear: both;
}
.post-holder .post-date .day {
  color: #222529;
  background-color: #f4f4f4;
  border-radius: 2px 2px 0 0;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 2px;
  line-height: 22px;
}
.post-holder .post-date .month {
  color: #fff;
  background-color: #222529;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 -1px 0 0 rgb(0 0 0 / 7%) inset;
  box-shadow: 0 -1px 0 0 rgb(0 0 0 / 7%) inset;
  display: block;
  font-size: 10px;
  padding: 4px 2px;
  line-height: 14px;
}
.post-holder .post-header {
  margin-bottom: 20px;
}
.post-list .post-content {
  margin-bottom: 15px;
}
.post-list .post-content .post-read-more {
  padding-top: 5px;
  display: table;
  margin-left: auto;
  color: #222529;
}
/* ------------------------------------- */
.inputs-box {
  padding: 35px;
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto;
}
.inputs-box.server-id {
  max-width: 500px;
}
.inputs-box span,
.inputs-box button {
  font-family: "Kdam Thmor Pro", sans-serif;
}
.inputs-box .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222529;
}
.inputs-box .value {
  color: #222529;
}
.inputs-box .label span {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50px;
  margin-right: 7px;
}
.inputs-box .label span.offline {
  background-color: #777777;
}
.inputs-box .label span.online {
  background-color: #03b341;
}
.inputs-box .label span.auto {
  background-color: #e24040;
}
.inputs-box .group {
  width: 45%;
  position: relative;
}
@media (max-width: 991px) {
  .home-services {
    background-attachment: scroll;
  }
}
.inputs-box {
  width: 100%; /* تأكد من أن الصندوق يأخذ المساحة الكاملة */
  max-width: 500px; /* تحديد العرض الأقصى */
}

label {
  display: block; /* جعل الوسم يظهر في سطر خاص */
  margin-bottom: 5px; /* إضافة مسافة بين الوسم ومربع النص */
}

textarea {
  resize: none; /* منع تغيير الحجم */
  width: 100%; /* جعل مربع النص يأخذ العرض الكامل */
  padding: 10px; /* إضافة padding لراحة الكتابة */
  border: 1px solid #ccc; /* إضافة إطار لمربع النص */
  border-radius: 4px; /* جعل الزوايا مدورة قليلاً */
}


.inputs-box input,
.inputs-box select {
  border-radius: 2px;
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  outline: none;
  padding: 8px 15px;
  color: #777777;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inputs-box option {
  margin-bottom: 15px;
}
.inputs-box i {
  position: absolute;
  bottom: 14px;
  right: 25px;
  font-size: 14px;
}
.inputs-box .btn {
  background-color: #005b7c;
  color: #fff;
  border-radius: 4px;
  padding: 10px 45px;
}
.inputs-box input.error {
  border-color: #fb5252;
}
.inputs-box .error-id a {
  color: #fb5252;
  text-decoration: underline;
}
.inputs-box .label-img {
  position: relative;
  cursor: pointer;
}
.inputs-box .label-img img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid #ddd;
  -o-object-fit: cover;
  object-fit: cover;
}
.inputs-box .label-img i {
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-size: 25px;
  color: #222529;
  background-color: #f6f6f6;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
/* ------------------------------------- */
.purchases-info .purchases-img {
  width: 100%;
  border-radius: 50%;
}
.purchases-info .purchases-holder:not(:last-child) {
  margin-bottom: 25px;
}
/* ------------------------------------- */
.profile .label-img img {
  height: 350px;
  width: 350px;
  border-radius: 50%;
}
.profile .btn {
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 5px 20px;
  font-family: "Kdam Thmor Pro", sans-serif;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: 0px;
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.profile .label-img .btn {
  position: static;
  border-radius: 3px;
}
.profile-info input {
  border-radius: 3px;
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  outline: none;
  padding: 5px 15px;
  color: #777777;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.profile-info .reset-password {
  position: fixed;
  top: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.788);
  width: 100%;
  left: 0;
  z-index: 555;
}
.profile-info .reset-password .btn {
  position: static;
}
.profile-info .reset-password #close-reset_password {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  font-size: 25px;
  cursor: pointer;
}
/* ------------------------------------- */
.spin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}
.spin #error {
  position: absolute;
  background-color: #e24040;
  color: #fff;
  padding: 5px 25px;
  border-radius: 30px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 20px 2px #e24040;
  box-shadow: 0 0 20px 2px #e24040;
  width: 265px;
  top: 190px;
  left: 30px;
  z-index: 5;
  display: none;
}
.spin #error .text {
  line-height: 25px;
}
.spin .box-spin {
  max-width: 1000px;
  padding: 3rem 4rem;
  border-radius: 25px;
  margin: 45px auto;
}
.spin select {
  border-radius: 2px;
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  outline: none;
  padding: 8px 15px;
  color: #777777;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
}
.spin i {
  position: absolute;
  bottom: 14px;
  right: 25px;
  font-size: 14px;
}
.spin .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222529;
}
.spin .value {
  color: #222529;
}
.spin span,
.spin button {
  font-family: "Kdam Thmor Pro", sans-serif;
}
.spin .container-spin {
  position: relative;
  width: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.spin .spin-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.1em;
  border: 4px solid rgba(0, 0, 0, 0.75);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.spin .spin-btn::before {
  content: "";
  position: absolute;
  top: -28px;
  width: 20px;
  height: 30px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 15% 100%, 85% 100%);
          clip-path: polygon(50% 0%, 15% 100%, 85% 100%);
}
.spin .wheel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px #333, 0 0 0 15px #fff, 0 0 0 18px #111;
          box-shadow: 0 0 0 5px #333, 0 0 0 15px #fff, 0 0 0 18px #111;
  overflow: hidden;
  -webkit-transition: -webkit-transform 5s ease-in-out;
  transition: -webkit-transform 5s ease-in-out;
  -o-transition: transform 5s ease-in-out;
  transition: transform 5s ease-in-out;
  transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out;
}
.spin .wheel.error {
  -webkit-box-shadow: 0 0 0 5px #333, 0 0 0 15px #fff, 0 0 0 18px #e44646;
          box-shadow: 0 0 0 5px #333, 0 0 0 15px #fff, 0 0 0 18px #e44646;
  -webkit-animation: error ease-in 0.5s;
          animation: error ease-in 0.5s;
}
@-webkit-keyframes error {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes error {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962b3;
  font-size: 12px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.spin .wheel .number {
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: var(--clr);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(calc(22.5deg * var(--i)));
      -ms-transform: rotate(calc(22.5deg * var(--i)));
          transform: rotate(calc(22.5deg * var(--i)));
  -webkit-clip-path: polygon(0 0, 33% 0, 100% 100%, 0 33%);
          clip-path: polygon(0 0, 33% 0, 100% 100%, 0 33%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.spin .wheel .number span {
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 5px 2px rgba(0, 0, 0, 0.15);
}
/* ------------------------------------- */
@media screen and (max-width: 1024px) {
  .header-main .overLogo {
    -webkit-transform: translateX(165px);
    -ms-transform: translateX(165px);
    transform: translateX(165px);
  }
  .header-main h2 {
    position: absolute;
    top: 7px;
  }
  .header-main .items {
    display: none !important;
  }
  .header-main .nav-btn.d-none {
    display: block !important;
  }
  .header-main .items-user.d-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-main .items-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
    min-width: 210px;
    padding: 2rem;
  }
  .header-main .items-mobile.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header-main .nav-item .count {
    position: initial;
    display: inline-block;
  }
  .header-main .hamburger {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 35px;
    height: 3px;
  }
  .home {
    height: 600px;
  }
  .payment-methods .col-md-6:not(:last-child) {
    margin-bottom: 20px;
  }
  .profile .label-img img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 820px) {
  .home {
    height: 500px;
  }
  .home-services .service-text {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .header-main {
    padding: 15px;
  }
  .header-main h2 {
    display: none !important;
  }
  .header-main .overLogo {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header-main .logo {
    width: 40px;
  }
  .header-main .img-user {
    width: 30px;
    height: 30px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 30px;
    height: 2px;
  }
  .header-main .items-mobile {
    padding: 8px 20px 16px;
    right: 20px;
    top: 70px;
  }
  .header-main .nav-item {
    padding: 5px;
  }
  .header-main .nav-item.log-in,
  .header-main .nav-item.log-out {
    padding: 5px 20px;
  }
  .home .home-text {
    padding: 15px;
    margin: 0 20px;
  }
  .home {
    height: 450px;
  }
  .home-services .service-text {
    padding: 15px 10px;
  }
  .box {
    width: 100%;
    padding: 20px 10px;
  }
  .inputs-box .group {
    width: 100%;
  }
  .spin .container-spin {
    width: 200px;
    height: 200px;
  }
  .spin .wheel .number span {
    font-size: 9px;
  }
  .spin .spin-btn {
    width: 40px;
    height: 40px;
    font-size: 10px;
    line-height: 40px;
  }
}