:root {
  /* index main */
  --bs-red-slow: #e83f25 !important;
  --bs-red-thick: #c40c0c !important;
  --bs-body: #444137 !important;
  --bs-yello: #ffc100 !important;
  --bs-orang: #ff6500 !important;
  --bs-green: #58ce26 !important;
  /* index 2 */
  --bs-blue-main: #0118d8 !important;
  --bs-blue-sub: #1b56fd !important;
  --bs--cream: #e9dfc3 !important;
  --bs--white: #fff8f8 !important;
  /* index 3 */
  --bs--purple-main: #b33791 !important;
  --bs--purple-sub: #c562af !important;
  --bs--purple-slow: #db8dd0 !important;
  --bs--craem-slow: #fec5f6 !important;
}
.bold {
  font-weight: bold !important;
}
.h3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.h4 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.h5-text {
  font-size: 1.25rem !important;
}
.bg-red-thick {
  background-color: var(--bs-red-thick) !important;
}
.bg-red-slow {
  background-color: var(--bs-red-slow) !important;
}
.bg-yello {
  background-color: var(--bs-yello) !important;
}
.text-orang {
  color: var(--bs-orang);
}
.bg-orang {
  background-color: var(--bs-orang) !important;
}
.bg-green {
  background-color: var(--bs-green) !important;
}
.bg-body {
  background-color: var(--bs-body) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: #212529b3 !important;
}
.small,
small {
  font-size: 0.875em !important;
}
.line-height {
  line-height: 2;
}
.respons-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

* {
  font-family: vazir;
  font-size: 15px;
  direction: rtl !important;
}
::selection {
  background-color: rgb(255, 145, 1);
  color: white;
}
.collapse {
  color: white !important;
}
/* .bg-danger {
    background-color: rgb(255, 72, 72) !important;
    color: white !important;
} */
.owl-carousel-model .owl-nav.disabled + .owl-dots {
  display: none;
}
/* .owl-carousel-model .item {
  opacity: 0;
} */
.imgbacheadar {
  /* background-image: url(../img/slanted-gradient.png); */
  /* background-color: rgb(204, 5, 5); */
  opacity: 0.9;
  /* filter: blur(1px); */
  background-size: cover;
  padding-top: 10px;
  margin-top: 0px;
}
.style-nav {
  height: 100% !important;
  background-color: var(--bs-red-thick) !important;
}
.nav {
  position: relative;
  justify-content: center;
  margin-top: 5%;
}
.btn-pulse {
  background-color: var(--bs-orang);
  color: white;
  padding: 0.5rem;
  border-radius: 8px;
  border: none;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgb(255, 101, 0.6);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 20px rgba(182, 145, 89, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(182, 150, 89, 0);
  }
}
.profile {
  /* position: fixed; */
  z-index: 1;
  /* top: 1.5%; */
  /* left: 6%; */
  font-size: 3em;
  color: rgb(255, 255, 255);
}
.styly-card span,
.style-car-show {
  border: 0.5 !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}
.styly-card span:hover,
.style-car-show:hover {
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
}
/* reg-car-style */
.reg-car-style {
  position: fixed !important;
  right: 5%;
  bottom: -6%;
  color: rgb(6, 34, 0);
  margin: 100px auto;
  width: 122px;
  height: 54px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}

.reg-car-style::before {
  content: attr(content);
  font-size: 1rem !important;
  position: absolute;
  width: 110px;
  height: 44px;
  z-index: 10000;
  background-color: rgb(241, 241, 238);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.reg-car-style::after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 50px;
  background: conic-gradient(
    #3a7cec 0%12.5%,
    #2ca24c 12.5%25%,
    #f1b500 25%37.5%,
    #e33e2b 37.5%50%,
    #3a7cec 50%62.5%,
    #2ca24c 62.5%75%,
    #f1b500 75%87.5%,
    #e33e2b 87.5%100%
  );
  animation: border-animation 5s linear infinite;
  -webkit-animation: border-animation 5s linear infinite;
}

@keyframes border-animation {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
/* end reg-car-style */

.matn-canter {
  color: white;
  padding-top: 120px;
  text-align: center;
  padding-bottom: 50px;
}
header {
  width: 100% !important;
  height: 100vh !important;
  background-image: url("../img/ChatGPT Image Apr 24, 2025, 06_05_18 PM.jpg");
  background-size: cover;
  background-repeat: repeat;
  padding: 140px 0 !important;
}
header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover;
  z-index: -1;
}
.marg {
  font-size: 17px !important;
  padding: 15px;
  color: white !important;
}
.marg li {
  display: flex;
  padding-block: 6px;
  align-items: center;
  justify-content: center;
}
#new-styl {
  display: inline;
  background: linear-gradient(250deg, rgb(255, 0, 0), rgb(255, 255, 255));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: red 0 0 1px, rgb(158, 0, 0) 0 0 4px, rgb(39, 0, 0) 0 0 2px;
  animation: fadeInDown 1s ease-out;
  font-size: clamp(1.75rem, 3vw + 1.5rem, 4rem) !important;
}
.fade-style p {
  animation: fadeInX 1s ease-out;
}
.fade-style h5,
h1 {
  padding-block: 10px;
  animation: fadeInDown 1s ease-out;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInX {
  from {
    opacity: 0;
    transform: translateX(45px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.showroom-section {
  background-image: url("../img/raw.jpg");
  background-size: cover;
  color: white;
  padding: 4rem 1rem;
}

.showroom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 768px) {
  .showroom-container {
    flex-direction: row;
    align-items: center;
  }
}

.showroom-text {
  flex: 1;
}

.showroom-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.showroom-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.showroom-buttons a {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.55rem 1.5rem;
  font-weight: bold;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.showroom-image {
  flex: 1;
}

.showroom-image img {
  width: 100%;
  animation: floatUpDown 3s ease-in-out infinite;
  position: relative;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

.btn-outline1 {
  position: relative;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #ff8a08 !important;
  border-radius: 1rem;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
  color: #c40c0c;
  transition: all 0.5s;
  z-index: 1;
  margin-inline-end: 1rem;
}
.btn-outline2 {
  position: relative;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid white !important;
  border-radius: 1rem;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: transparent;
  color: rgb(255, 255, 255);
  transition: all 0.5s;
  z-index: 1;
}
.btn-outline1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ff8a08;
  transition: all 0.5s;
  z-index: -1;
}
.btn-outline2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s;
  z-index: -1;
}
@media screen and (max-width: 614px) {
  .btn-outline2 {
    color: rgb(251, 255, 11) !important;
    border: 1px solid gold !important;
  }
  .btn-outline2::before {
    background-color: gold !important;
  }
}

.btn-outline1:hover {
  color: #000;
}
.btn-outline2:hover {
  color: #000 !important;
}

.btn-outline1:hover::before {
  width: 100%;
}
.btn-outline2:hover::before {
  width: 100%;
}

.ul-b-s {
  margin-inline: 30% !important;
  padding-bottom: 25px !important;
}
.numbers-styly {
  font-weight: 900;
  font-size: 1.75rem !important;
}
.div-services {
  width: 23rem;
  height: 100%;
}
footer {
  background-image: url("../img/slanted-gradient.png") !important;
  background-repeat: space;
  background-size: cover;
  color: rgb(0, 0, 0) !important;
}
footer h5 i {
  color: rgb(0, 0, 0) !important;
  font-size: 1.6rem !important;
}
footer a {
  color: rgb(0, 0, 0) !important;
}
.new-show:hover {
  border: 2pt solid rgb(0, 0, 0) !important;
  animation: both !important;
  background-color: rgba(255, 0, 0, 0.9) !important;
  color: gold;
  padding: 30px;
}
.new-input:hover {
  border: 3px solid gold !important;
}

.alert div i {
  font-size: 24px;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.Rounded {
  border-radius: 8px;
}

.icon-big {
  font-size: xxx-large;
  padding-bottom: 5px !important;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 50px !important;
  min-height: 50px !important;
}
.form-floating > label {
  top: -3px !important;
  right: 14px !important;
}
#register_form_index label,
#login_form label {
  top: -3px !important;
  right: 4px !important;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background: none !important;
}
.offcanvas-body a {
  direction: ltr !important;
  display: block;
  color: white !important;
  padding: 3%;
}

.register-focus div input:focus {
  box-shadow: 5px 8px 30px rgb(255, 191, 16);
  border-color: rgb(255, 187, 0) !important;
  color: black;
  cursor: pointer;
}
#fas_register {
  box-shadow: 5px 8px 25px rgb(9, 117, 5);
  border-color: rgb(9, 143, 4) !important;
}

.bg-login {
  background-image: url(../img/imglogin.jpg) !important;
  background-repeat: space !important;
}
.forminputopasity input,
.forminputopasity label {
  opacity: 0.95;
}

.offcanvas-img {
  background-image: url("../img/slanted-gradient.png") !important;
  background-repeat: space;
  background-size: cover;
  color: white !important;
}
.date-visit {
  background-color: #222429;
  border-radius: 8px;
  margin-block: 10px;
  padding-block: 8px;
}
.bg-information {
  background-color: #312726;
  opacity: 0.95;
}
.swal2-icon-content {
  font-size: 3.5rem !important;
}

/* redio Transaction type */
.radio_transaction {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.radio_transaction li {
  color: rgba(0, 0, 0, 0.4);
  display: block;
  position: relative;
  float: left;
  width: 25%;
  height: 65px;
  margin: 0px 38%;
}

.radio_transaction li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.radio_transaction li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  /* -webkit-transition: all 0.25s linear; */
}

.radio_transaction li:hover label {
  color: rgba(0, 0, 0, 1);
}

.radio_transaction li .check {
  display: block;
  position: absolute;
  border: 5px solid rgb(0, 0, 0, 0.3);
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 37px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.radio_transaction li:hover .check {
  border: 5px solid rgb(0, 0, 0, 1);
}

.radio_transaction li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: red 0.25s linear;
  -webkit-transition: red 0.25s linear;
}

input[type="radio"]:checked ~ .check {
  border: 5px solid rgb(255, 13, 13);
}

input[type="radio"]:checked ~ .check::before {
  background: rgb(255, 13, 13);
  border-radius: 50% !important;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
}

input[type="radio"]:checked ~ label {
  color: rgb(255, 13, 13);
}
/* end Transaction type */
.respans3 input {
  border: groove;
  border-width: 2px;
}
.bi-calendar-event {
  position: absolute;
  left: 1px;
  top: 11.4px;
  padding: 11.5px;
  border: 0;
  border-radius: 7px;
}
/* با استایل زیر فلش های دیفالت اینپوت نامبر رو از بین میبریم */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.card-res {
  display: flex;
  align-items: center;
}
.swal2-close {
  font-size: 50px !important;
}

/* style radio sold car */
:root {
  /* colors */
  --ri5-color-primary-hsl: 0, 80%, 50%;
  --ri5-color-contrast-higher-hsl: 230, 13%, 9%;
  --ri5-color-bg-darker-hsl: 341, 40%, 94%;
  --ri5-color-white-hsl: 0, 0%, 100%;

  /* typography */
  --ri5-text-sm: 0.833rem;

  --radio-switch-width: 200px;
  --radio-switch-height: 46px;
  --radio-switch-padding: 2px;
  --radio-switch-radius: 80vw;
  --radio-switch-animation-duration: 0.4s;
}

.radio-switch {
  position: relative;
  display: inline-flex;
  padding: var(--radio-switch-padding);
  border-radius: calc(var(--radio-switch-radius) * 1.4);
  background-color: hsl(var(--ri5-color-bg-darker-hsl));
}

.radio-switch:focus-within,
.radio-switch:active {
  box-shadow: 0 0 0 2px hsla(var(--ri5-color-contrast-higher-hsl), 0.15);
}

.radio-switch__item {
  position: relative;
  display: inline-block;
  height: calc(var(--radio-switch-height) - 2 * var(--radio-switch-padding));
  width: calc(var(--radio-switch-width) * 0.5 - var(--radio-switch-padding));
}

.radio-switch__label {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: var(--radio-switch-radius);
  cursor: pointer;
  font-size: var(--ri5-text-sm);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all var(--radio-switch-animation-duration);
}

.radio-switch__input:checked ~ .radio-switch__label {
  color: hsl(var(--ri5-color-white-hsl));
}

.radio-switch__input:focus ~ .radio-switch__label {
  background-color: hsla(var(--ri5-color-primary-hsl), 0.6);
}

.radio-switch__label :not(*):focus-within,
.radio-switch__input:focus ~ .radio-switch__label {
  background-color: transparent;
}

.radio-switch__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  border-radius: var(--radio-switch-radius);
  background-color: hsl(var(--ri5-color-primary-hsl));
  height: calc(var(--radio-switch-height) - 2 * var(--radio-switch-padding));
  width: calc(var(--radio-switch-width) * 0.5 - var(--radio-switch-padding));
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),
    0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  transition: -webkit-transform var(--radio-switch-animation-duration);
  transition: transform var(--radio-switch-animation-duration);
  transition: transform var(--radio-switch-animation-duration),
    -webkit-transform var(--radio-switch-animation-duration);
}

.radio-switch__input:checked ~ .radio-switch__marker {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* utility classes */
.ri5-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

/* start style select2 */
.parents {
  display: flex;
  justify-content: center !important;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.select2-selection--single {
  position: relative;
}

/* Select2-Bootstrap-style */

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid red;
  /* padding: 20px !important; */
  border-radius: 4px;
  color: #000000;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  color: #000000;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
}

.select2-container--bootstrap
  .select2-search__field::-webkit-input-placeholder {
  color: #000000;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #000000;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 8px 12px;
}

.select2-container--bootstrap .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled="true"] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
  background-color: #f5f5f5;
  color: #141414;
}

.select2-container--bootstrap
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e61919;
  color: #fff;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(243, 148, 148);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(240, 140, 140);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  border-color: rgb(238, 86, 86);
}

.select2-container--bootstrap.select2-container--open
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above
  .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #e61919;
  overflow-x: hidden;
  margin-top: -1px;
}

.clear-inputs {
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 12px 15px !important;
  border-right: 0;
}

.clear-inputs i {
  font-size: 1.3rem !important;
}
.select2-container--bootstrap .select2-selection--single {
  height: 45px !important;
  line-height: 1.42857143 !important;
  padding: 12px 10px 9px 20px !important;
  border-radius: 0 0.5rem 0.5rem 0;
}

.clear-inputs {
  height: 45px;
  line-height: 1.42857143;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 13px 10px !important;
  border-right: 0;
}

.clear-inputs i {
  font-size: 1.3rem !important;
}
.select2-dropdown--below {
  height: 75vh;
  z-index: 4 !important;
}
/* end style select2 */

/*  style checkbox search */
.all-ir-fr input[type="checkbox"] {
  display: none;
}

.form-check-label {
  transition: all 244ms ease-in-out;

  &:hover {
    transform: scale(0.975);
  }

  &::after {
    display: inline-block;
    margin-right: 2px;
    transition: transform 244ms ease-in-out;
    content: "➕";
  }
}

.all-ir-fr input[type="checkbox"]:not(:checked) + .form-check-label,
.all-ir-fr input[type="checkbox"]:not(:checked) + .form-check-label:hover {
  background-color: transparent;
  color: #363636;
  border-color: currentColor;
}

.all-ir-fr input[type="checkbox"]:checked + .form-check-label::after {
  transform: rotate(45deg);
}

pre code {
  display: block;
  margin: 2em 0;
  border-radius: 0.25rem;
  padding: 1em 2em;
  background: #33333f;
  color: ghostwhite;
}
/* style checkbox search end */

/* rang price */
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 20px;
}

.slider-track {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  background-color: #ccc;
}

.slider-range {
  position: absolute;
  height: 0.5rem;
  background-color: #00a65a;
}

.slider-handle {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  cursor: pointer;
}

.slider-handle:focus {
  outline: none;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 45px;
}
/* // rang price end */

.minmaxstyle input,
.minmaxstyle span,
.minmaxstyle {
  font-size: 1rem !important;
  height: 32px;
}

.select-focus select:focus {
  box-shadow: 5px 8px 30px rgb(255, 191, 16);
  border-color: rgb(255, 187, 0) !important;
  color: black;
  cursor: pointer;
}
/* ------------------------ Watermark (Please Ignore) ----------------------- */
.watermark-ctr {
  --clr-button-bg: #141414;
  --clr-button: 72, 39, 236;
  --clr-text: #ffffff;

  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
}

.watermark-ctr a {
  text-decoration: none;
  color: inherit;
  display: flex;
}

@keyframes stroke {
  0% {
    opacity: 0;
  }

  25%,
  75% {
    opacity: 1;
  }

  95%,
  100% {
    stroke-dashoffset: 6;
    opacity: 0;
  }
}
/* end */

.style-input-new-car input:focus,
.style-input-new-car select:focus,
.style-input-new-car textarea:focus {
  box-shadow: 5px 8px 30px rgba(255, 16, 16, 0.808);
  border-color: rgb(255, 0, 0) !important;
}
.input-new-car-not-floating:focus {
  outline: 0 !important;
  border: 1px solid red !important;
}
.swal2-container {
  z-index: 9999 !important;
}

.bg-red {
  background: #d11e1e;
  color: white;
}

.img-resp-index {
  display: block !important;
  text-align: center;
  margin-inline: auto;
  margin-block: 0.75rem;
}
.style-resp-dakhel-khareg {
  width: 100%;
  min-width: 200px;
  max-width: 472.5px;
}

/* start upload  */
.file-upload-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.file-upload-box {
  position: relative;
  padding: 1.75rem;
  text-align: center;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}

.file-upload-box:hover {
  background-color: rgb(252, 232, 232);
  border-color: rgb(255, 13, 13);
}

.file-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.upload-content {
  position: relative;
  z-index: 0;
}

/* .upload-icon {
    font-size: 2.5rem;
    color: #6c757d;
    margin-bottom: 1rem;
  } */

.file-list {
  margin-top: 1rem;
}

.file-item {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
}

.file-item:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.file-icon {
  color: #6c757d;
  margin-right: 0.75rem;
  font-size: 1.5rem !important;
}

.file-name {
  flex-grow: 1;
  color: #495057;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1rem;
}

.file-name:hover {
  color: rgb(226, 121, 0);
  text-decoration: none;
}

.remove-file {
  color: #dc3545;
  cursor: pointer;
  font-size: 1.5rem;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.remove-file:hover {
  color: #c82333;
}

.drag-over {
  background-color: #e9ecef;
  border-color: rgb(255, 0, 0);
}

/* Add loading animation */
@keyframes upload-progress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.upload-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: rgb(10, 209, 10);
  animation: upload-progress 1s ease-in-out;
}

/* end upload */

.camera-off-imge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 50px;
  max-width: 150px;
  height: 350px;
  margin-inline: auto !important;
}
/* race */
#svg {
  width: 100%;
  height: 100%;
  padding-inline: 10px;
  padding-block: 25px;
  overflow: visible;
}

#red-path,
#blue-path {
  display: none;
}

.smoke {
  fill: white;
  opacity: 0.4;
}

.gsap-3-logo {
  width: 100px;
  position: fixed;
  bottom: 8px;
  right: 60px;
}
/* خدمات ویژه ما برای خریداران خودرو: start */
section {
  padding: 0 20px;
}

.best {
  display: inline;
  width: 350px;
}

.best-item > div,
.best-item > div > div {
  padding: 10px;
}

.best-items > div {
  background: #fff;
  padding: 35px 10px;
  margin: 10px 0px;
  border-radius: 0.6rem;
}

.best-item {
  transition: 0.4s;
  box-shadow: 0 0 15px rgba(149, 89, 86, 0.3);
}

.best-item.active,
.best-item:hover {
  transform: translateY(-12px);
  color: #fff;
  background-image: linear-gradient(
    to top,
    rgba(196, 12, 12, 0.85),
    rgba(255, 102, 0, 0.85),
    rgba(255, 140, 8, 0.85),
    rgba(251, 255, 0, 0.8)
  );
}

.best-item:hover .best-thum a i {
  transform: scale(1.1);
  filter: none;
}

.best-thum {
  width: auto;
  height: 100px;
  font-size: 0;
  overflow: hidden;
  margin: auto;
}

.best-thum a {
  width: inherit;
  height: inherit;
}

.best-thum i {
  font-size: 10rem;
  text-align: center;
  width: inherit;
  height: inherit;
  transition: 0.35s;
  filter: grayscale();
}

.best-thum svg {
  width: 78px;
  margin-left: auto;
  margin-right: auto;
}

.best-desc h5 {
  font-weight: 800;
  margin: 15px 0 0;
}

.best-detail {
  width: 100%;
  height: auto;
  line-height: 25px;
}

.best-detail span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.best-detail span i {
  font-size: 20px;
  vertical-align: middle;
  margin: 0 3px 0 0;
}
/* خدمات ویژه ما برای خریداران خودرو: end */

/* styly like */
.heart-button {
  /* background-color: white; */
  position: absolute;
  right: 10px;
  bottom: 155px;
  border: none;
  outline: none;
  border-radius: 49%;
  padding: 1px 10px 1px 10px;
  transition: all 0.12s;
  z-index: 2;
}
.heart-button div {
  font-size: 0.75rem !important;
  margin-top: 0.25rem;
}
.heart-button svg {
  transform: translatey(5px);
}

.heart-button {
  background-color: hsl(0, 0%, 95%);
}

.heart-button svg path {
  fill: transparent;
  stroke: hsl(0, 0%, 30%);
  stroke-width: 7%;
  transition: all 0.12s;
}

.heart-button.active svg {
  animation: liked 0.4s 1;
}

.heart-button.active svg path {
  fill: hsl(0, 100%, 60%);
  stroke: hsl(0, 100%, 60%);
}

@keyframes liked {
  0% {
    scale: 1;
    rotate: -15deg;
  }

  80% {
    scale: 1.2;
    rotate: 8deg;
  }

  100% {
    scale: 1.1;
    rotate: 0deg;
  }
}
/* style like end */

/* styly like single show */
.heart-button-single-show {
  right: 10px;
  bottom: 155px;
  border: none;
  outline: none;
  border-radius: 49%;
  padding: 1px 10px 1px 10px;
  transition: all 0.12s;
}
.heart-button-single-show div {
  font-size: 0.75rem !important;
  margin-top: 0.25rem;
}
.heart-button-single-show svg {
  transform: translatey(5px);
}

.heart-button-single-show {
  background-color: hsl(0, 0%, 95%);
}

.heart-button-single-show svg path {
  fill: transparent;
  stroke: hsl(0, 0%, 30%);
  stroke-width: 7%;
  transition: all 0.12s;
}

.heart-button-single-show.active svg {
  animation: liked 0.4s 1;
}

.heart-button-single-show.active svg path {
  fill: hsl(0, 100%, 60%);
  stroke: hsl(0, 100%, 60%);
}

@keyframes liked {
  0% {
    scale: 1;
    rotate: -15deg;
  }

  80% {
    scale: 1.2;
    rotate: 8deg;
  }

  100% {
    scale: 1.1;
    rotate: 0deg;
  }
}
/* style like singel show end */
.item a {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.style-text-card span {
  font-size: 0.82rem !important;
  padding: 0.25rem;
}
/* style search */
.style-card-all {
  transition: all 0.3s ease;
  position: relative;
}

.style-card-all:hover {
  transform: scale(1.06);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease;
}
/* end style searck */
/* Scale Background Button */
.scale-button {
  position: relative;
  padding: 0.5rem 1.25rem;
  font-size: 1.1rem;
  color: white;
  background: none;
  border: 2px solid rgb(17, 150, 0);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

.scale-text {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.scale-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 150, 0, 0.7);
  transform: scale(0);
  transition: transform 0.4s ease;
  z-index: 0;
}

.scale-button:hover .scale-bg {
  transform: scale(1);
}
/* <!-- Shine Effect Button --> */
.shine-button {
  position: relative;
  padding: 0.5rem 1.4rem;
  font-size: 1.1rem;
  color: rgb(230, 230, 230);
  background: linear-gradient(45deg, rgb(70, 235, 37), rgb(32, 133, 7));
  opacity: 0.7;
  transition: all 1s ease;
  border: none;
  border-radius: 0.3rem;
  cursor: pointer;
  overflow: hidden;
}

.shine-button:hover {
  opacity: 1;
  color: white;
  transition: all 1s ease;
}

.shine-content {
  position: relative;
  z-index: 1;
}

.shine-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: rotate(45deg) translateY(-100%);
  transition: transform 0.5s ease;
}

.shine-button:hover::before {
  transform: rotate(45deg) translateY(100%);
}

.offcan-hover ul li:hover {
  background-color: rgba(180, 180, 180, 0.225);
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
/* vebsale */
.style-img-vebsale .item img {
  height: 80dvh;
  object-fit: cover;
}
.del-top {
  position: absolute;
  top: 45px;
  left: 25px;
}
.del-style-edit {
  background-color: #eb1919;
  font-size: 1.45rem !important;
  border-radius: 50%;
  padding: 5px 9px 1px 9px;
  cursor: pointer;
}

.del-style-edit::before {
  content: "\f659";
  font-weight: bolder !important;
  color: white;
}
/* nav hover */
.hover-nav-top {
  margin: 0 0.3rem;
  /* border: solid green; */
  padding: 0.5rem 1rem;
  position: relative;
}

.hover-nav-top:hover {
  color: orange !important;
  transform: scale(1.1);
  transition: 0.4s;
}

.hover-nav-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: orange;
  z-index: -1;
  transform: scaleX(0);
  transition: 0.4s;
}

.hover-nav-top:hover::before {
  transform: scaleX(1);
  transition: 0.4s;
  will-change: transform;
}

.nav-active {
  border-bottom: 2px solid rgb(240, 156, 0);
  color: orange !important;
}
/* end */

.feature-item {
  display: flex;
  background-color: white;
  border: 1px solid rgba(78, 78, 78, 0.2);
  border-radius: 0.35rem;
  box-shadow: 0 0px 7px rgba(78, 78, 78, 0.2);
  padding: 0.5rem 0.9rem;
  margin: 1rem auto;
  max-width: 580px;
  align-items: center;
}

.feature-item i {
  font-size: 1.5rem !important;
  margin: 0.25rem 0.5rem 0 0.75rem;
  color: #ff6500;
}

.feature-item:hover {
  background-color: #ff6500;
  border: 1px solid #ff6500;
  color: white !important;
}

.feature-item:hover i,
.feature-item:hover span {
  color: white !important;
}

.card-img-top-contact {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.m-contact-top {
  margin-top: 4.5rem;
}

.text-container-contact {
  font-weight: bolder;
  color: #ff6500;
}

/* empty car  */
.no-results {
  text-align: center;
  padding: 55px 20px;
  margin: 35px auto;
  background: linear-gradient(135deg, #fdfdfd, #f5f5f5);
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: #444;
  max-width: 750px;
}

.no-results-icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.no-results h2 {
  font-size: 1.5rem !important;
  margin-bottom: 15px;
  color: #c40c0c;
}

.no-results p {
  font-size: 16px;
  color: #666;
}
/* end */

.img-top-contact {
  background-image: url("../img/pexels-vission-visuals-809428619-19248437.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin-top: 70px;
}

.form-contact {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  /* height: auto; */
  min-height: 55%;
  margin-top: 8rem;
  box-shadow: 0 0px 8px rgba(78, 78, 78, 0.4);
}

.form-contact input,
.form-contact textarea {
  border: 0;
  background-color: #eceff3;
  padding: 0.5rem 1.25rem 0.5rem 0.75rem;
  border-radius: 0.25rem;
  width: 100%;
}

.form-contact input:focus,
.form-contact textarea:focus {
  outline: 1px solid #007bff;
}

#floatingInputPriceRegister:focus {
  box-shadow: 3px 0px 25px rgba(255, 16, 16, 0.808) !important;
}

/* start style pagination */
.car-pagination {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.car-pagination span {
  color: black;
}

.car-pagination .active > .page-link,
.page-link.active {
  background-color: #c40c0c !important;
  border: #c40c0c !important;
  margin-block: 0.75px;
}

.car-pagination .page-item span:hover {
  color: red !important;
}

.car-pagination .pag-next span,
.car-pagination .pag-ex span {
  background-color: #f34c4c !important;
  border: #f34c4c !important;
  color: white !important;
}

.car-pagination .pag-ex span:hover,
.car-pagination .pag-next span:hover,
.car-pagination .active > .page-link:hover {
  color: wheat !important;
}
/* end style pagination */

@media screen and (max-width: 480px) {
  .tamas {
    width: 110px !important;
  }

  .heart-button {
    padding: 0 !important;
    width: 40px !important;
  }
}

.heart-button {
  background-color: #f8f9fa !important;
  border: 20px;
}

@media screen and (max-width: 900px) {
  /* .img-fluid {
    display: none;
  } */

  .imgbacheadar {
    padding: 20px;
  }
  .btn-nav {
    display: none;
  }
  .m--b {
    margin-bottom: 15px;
  }
  .m-p-mobil {
    margin-bottom: 20px;
    margin-left: 10px !important;
    padding-block: 6px !important;
    width: 100%;
  }
  .ul-b-s {
    margin-inline: 0 !important;
    padding-bottom: 0 !important;
  }
  .ul-b-s li a {
    padding-inline: 40px !important;
    margin-inline: 10px !important;
    margin-left: 50px !important;
  }
  .grid-wrapp {
    display: flex;
    flex-direction: column;
  }
  .grid-md {
    width: 90% !important;
  }
}
@media screen and (min-width: 700px) {
  * {
    font-size: 15px !important;
  }
  h1 {
    font-size: 2.7rem !important;
  }
  h4 {
    font-size: 1.5rem !important;
  }
  h5 {
    font-size: 1.25rem !important;
  }
  .icon-big {
    font-size: 2rem !important;
  }
  .profile,
  .bi-car-front {
    font-size: 2.75rem !important;
  }
  .show {
    text-align: center;
  }
}
@media screen and (min-width: 990px) {
  .log-reg {
    position: absolute !important;
    left: 80px !important;
    top: 6px !important;
  }
  .log-reg span {
    font-size: 0.9rem !important;
  }
  #fehrest_nav a {
    font-size: 0.9rem !important;
  }
  .nav-resp-height {
    height: 70px !important;
  }
}
@media screen and (max-width: 998px) {
  .log-reg {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  * {
    font-size: 13.5px !important;
  }
  h1 {
    font-size: 2.5rem !important;
  }
  h4 {
    font-size: 1.5rem !important;
  }
  h5 {
    font-size: 1.25rem !important;
  }
  .profile,
  .bi-car-front {
    font-size: 2.5rem !important;
  }
  .icon-big {
    font-size: 2rem !important;
  }
  header {
    width: 97vw !important;
    height: 100vh !important;
    background-image: none !important;
    padding: 180px 10px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 580px) {
  .respans1 {
    width: 50% !important;
    display: flex;
  }
  .respans2 {
    width: 100% !important;
    display: flex;
  }
  .respans3 {
    width: 50% !important;
  }
}
@media screen and (max-width: 992px) {
  .img-res {
    display: none;
  }
  /* #fehrest_nav a {
    border: none !important;
  } */
}
@media screen and (min-width: 992px) {
  .nav-resp-height {
    height: 85px;
  }
}
@media screen and (max-width: 768px) {
  .spacial_services .div-services {
    width: 100% !important;
  }
  .radio_transaction li {
    width: 41% !important;
    margin: 0px 130px !important;
  }
  .radio_transaction li .check {
    left: 0 !important;
    right: 130px !important;
  }
  .card-img-top-contact {
    height: 380px;
  }
  .form-contact {
    top: 58% !important;
  }
}
@media screen and (min-width: 768px) {
  .main-contact {
    margin-top: 26rem !important;
    /* padding-inline: 0.5rem !important; */
  }
}

/* style کارشناسی و مشاوره */
.header-advic {
  width: 100%;
  height: 410px;
  background-image: url(../img/bmw-m2-red-size-normal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 140px 0; */
}

.h2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.header-autoex {
  width: 100%;
  height: 410px;
  background-image: url(../img/ford-mustang-red-size-normal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 140px 0; */
}

.types-automotive-expertise .li {
  color: rgb(235, 141, 0);
  font-size: 1.15rem !important;
}

@media screen and (max-width: 700px) {
  .header-advic {
    background-image: url(../img/5895740163596863768_121.jpg);
    background-size: cover !important;
  }
  .header-autoex {
    background-image: url(../img/5895740163596863767_121.jpg);
    background-size: cover !important;
  }
}

/* end */

/* loading */
.loading {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: hsl(220deg 29% 90% / 50%); */
  position: sticky;
  top: 0;
}
.pl {
  width: 8rem;
  height: 8rem;
}

.pl__ring {
  animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: #f42f25;
}

.pl__ring--b {
  animation-name: ringB;
  stroke: #f49725;
}

.pl__ring--c {
  animation-name: ringC;
  stroke: #255ff4;
}

.pl__ring--d {
  animation-name: ringD;
  stroke: #f42582;
}

/* Animations */
@keyframes ringA {
  from,
  4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%,
  54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%,
  to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {
  from,
  12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%,
  62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%,
  to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%,
  58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {
  from,
  8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%,
  50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
.loading-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4000;
  width: 100%;
  text-align: center;
  height: 5000%;
  /* background: #ccc; */
  vertical-align: middle;
}
/* end loading */
