.btn {
  border-radius: 10px;
}

.btn1 {
  color: white !important;
  background: linear-gradient(90deg, #ff8500 0%, #D40028 100%);
  border-radius: 10px;
}

.btn1:hover {
  background: linear-gradient(90deg, #141c43 0%, #0083B3 100%);
  transition: 0.5s;
}

.btn-whatsapp {
  color: white;
  background: rgb(10, 214, 78);
  background: linear-gradient(0deg, rgba(10, 214, 78, 1) 0%, rgba(60, 244, 113, 1) 100%);
  border-radius: 10px;
}

.btn-instagram {
  color: white;
  background: rgb(249, 206, 52);
  background: linear-gradient(90deg, rgba(249, 206, 52, 1) 0%, rgba(238, 42, 123, 1) 52%, rgba(98, 40, 215, 1) 100%);
  border-radius: 10px;
}

/* .btn-fix1 a:hover {
  animation: shake 0.2s linear infinite;
} */

.btn2 {
  color: white;
  background: linear-gradient(90deg, #141c43 0%, #0083B3 100%);
  border-radius: 10px;
}

.btn2:hover {
  background: linear-gradient(90deg, #ff8500 0%, #D40028 100%);
  transition: 0.5s;
}

.btn3 {
  color: black;
  background: #FFFFFF;
  border-radius: 10px;
}

.btn3:hover {
  color: white;
  background: black;
  transition: 0.5s;
}

.btn4 {
  color: white;
  background: var(--color-7);
  border-radius: 10px;
}

.btn4:hover {
  background-color: var(--color-3);
  color: white;
  transition: 0.5s;
}

.btn5 {
  color: white;
  background: var(--color-3);
  border-radius: 10px;
  border: 1px solid var(--color-3);
}

.btn5:hover {
  color: white;
  background: var(--color-7);
  border-color: var(--color-3);
  transition: 0.5s;
}

.btn6 {
  color: var(--color-3);
  border: 1px solid var(--color-3);
  background-color: white;
  border-radius: 10px;
}

.btn6:hover {
  background-color: var(--color-3);
  border-color: white;
  color: white;
  transition: 0.5s;
}

.minus,
.plus {
  width: 30px;
  height: 30px;
  border: 0;
  text-align: center;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.trashbin {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
}

.btn-cta {
  line-height: normal;
}

.btn-cta img {
  border-radius: 50%;

}

.btn-cta:hover i {
  color: var(--color-3);
  transition: 0.5s;
}

.rounded-custom1 {
  border-radius: 10px;
}

.rounded-custom2 {
  border-radius: 15px;
}

.menu-container {
  z-index: 100;
}

.menu-container.scrolled {
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.menu-container.scrolled .top-bar {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  transition: 0.5s;
}

.top-bar .my-class {
  max-height: 85vh;
}

.top-bar .my-class .pro:hover {
  background-color: #d9f1fa;
  transition: 0.5s;
}

.fix-menu-mob .bar {
  background-color: white;
  box-shadow: 0 -2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 25px 25px 0 0;
}

.fix-menu-mob .bar .col {
  border-left: 1px solid #ddd;
}

.fix-menu-mob .bar .col:last-child {
  border-left: 0 !important;
}

.fix-menu-mob .bar .active {
  color: var(--color-7) !important;
  font-weight: bold;
  filter: var(--filter-1);
}

.fix-menu-mob .social {
  border-radius: 10px;
}

.menu .nav-link {
  font-size: 14px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.menu .nav-link.active {
  background-color: var(--color-1);
}

.menu .nav-link:hover {
  background-color: var(--color-1);
  transition: 0.5s;
}

.menu .navbar-toggler-icon {
  background-image: unset;
  width: unset;
  height: unset;
}

.menu .navbar-toggler:focus {
  box-shadow: none;
}

.menu .open-menu:hover .sub-menu {
  display: block;
  opacity: 1;
  top: 100%;
  z-index: 2;
  animation: show-box 0.5s;
}

.menu .open-menu-2:hover .sub-menu-2 ,
.menu .open-menu-3:hover .sub-menu-3 ,
.menu .open-menu-4:hover .sub-menu-4 ,
.menu .open-menu-5:hover .sub-menu-5 ,
.menu .open-menu-6:hover .sub-menu-6 ,
.menu .open-menu-7:hover .sub-menu-7 {
    display: block;
  opacity: 1;
  z-index: 2;
  animation: show-box 0.5s;
}

@keyframes show-box {
  0% {
    opacity: 0;
    top: 50%;
    display: none;
  }

  100% {
    opacity: 1;
    display: block;
    top: 100%;
  }
}

.menu .sub-menu  {
  display: none;
  opacity: 0;
  top: 100%;
  right: 0;
  padding: 5px 0;
  border-radius: 8px;
  white-space: nowrap;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.menu .sub-menu-2 ,
.menu .sub-menu-3 ,
.menu .sub-menu-4 ,
.menu .sub-menu-5 ,
.menu .sub-menu-6 ,
.menu .sub-menu-7 {
    display: none;
  opacity: 0;
right: 100%;
  padding: 5px 0;
  border-radius: 8px;
  white-space: nowrap;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.menu .sub-menu li {
  border-bottom: 1px solid rgb(216, 216, 216);
}

.menu .sub-menu li:last-child {
  border-bottom: 1px solid transparent;
}

.menu .accordion-button {
  border-radius: 15px;
  transition: 0.4s ease-in-out;
}

.menu .accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--color-2);
  background-color: var(--color-2);
  color: #fff;
  padding: 10px 15px !important;
  border-radius: 15px 15px 0 0;
}

.menu .accordion-button:focus {
  box-shadow: none;
}

.menu .accordion-body {
  background: #bdbdbd21;
  border-radius: 0 0 15px 15px;
  padding: 15px 10px;
}

.menu .offcanvas-body {
  height: calc(100% - 80px);
  overflow: auto;
}

.top-bar .social a:hover i {
  color: var(--color-1);
  animation: shake 0.5s linear infinite;
  transition: 0.5s;
}

.form-custom input {
  height: 40px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #DBDBDB;
}

.form-custom textarea {
  height: 100px !important;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #DBDBDB;
}

.menu-container.scrolled .form-custom input {
  height: 40px;
  transition: 0.5s;
}

.form-custom i {
  color: #666666;
}

.description a {
  text-decoration: none;
}

.description strong {
  color: #002bff !important;
}

.description h2 strong,
.description h3 strong,
.description h4 strong,
.description h5 strong,
.description h6 strong {
  color: var(--color-1) !important;
}

.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-family: pelak-bold;
  color: var(--color-5) !important;

}

.description img:not(.cta-img) {
  width: 75% !important;
  border-radius: 10px;
  display: block;
  margin: 2% auto;
}

.description iframe {
  border-radius: 10px;
  max-width: 100%;
}

.description thead tr:first-child th {
  background-color: #141c4330;
  color: var(--color-1);
}

.description table th,
.description table td {
  border: 1px solid var(--color-2);
}

.description table {
  caption-side: top;
}

.description table caption {
  text-align: center;
}

/* 
.description .box {
  position: relative;
}

.description .box input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: -9rem;
}

.description .box .text {
  max-height: 175px;
  overflow: hidden;
  line-height: 35px !important;
  transition: max-height 0.5s ease;
  position: relative;
}

.description .box .text p,
.description .box .text h1,
.box .text h2,
.description .box .text h3,
.box .text h4,
.description .box .text h5,
.box .text h6 {
  margin: 0;
  line-height: 35px !important;
}

.description .box input:checked~.text {
  max-height: 100%;
}

.description .box .text::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.description .box input:checked~.text::after {
  content: unset
} */

.w-fit {
  width: fit-content;
}

.w-max {
  width: max-content;
}

.hexa7 {
  right: -55px;
  top: 15%;
  /* animation: turn 10s linear infinite; */
}

.hexa8 {
  left: -20px;
  top: 40%;
  /* animation: zoom 10s linear infinite; */
}

.footer::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 250px solid white;
  border-bottom: 150px solid transparent;
  top: 0;
  left: 0;
  display: block;
}

.footer::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url(../img/footer.svg);
  background-size: cover;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 1;
}

.footer .auth li {
  background-color: white;
  border-radius: 15px;
}

.footer .copyright {
  border-top: 1px solid var(--color-7)
}

.takhfif {
  top: 15px;
  left: 15px;
  transform: rotate(50deg);
}

.takhfif span {
  transform: rotate(-50deg);
}

@keyframes shake {
  50% {
    transform: translateX(1px) rotate(3deg);
  }

  100% {
    transform: translateX(-1px) rotate(-3deg);
  }
}

@keyframes zoom {
  0% {
    width: 80px;
  }

  50% {
    width: 100px;
  }

  100% {
    width: 80px;
  }
}

@keyframes turn {
  100% {
    transform: rotate(360deg);
  }
}

.cart .row:not(.title) {
  border-bottom: 1px solid var(--color-2);
}

.cart .row:last-child {
  border-bottom: 0;
}

.z-4 {
  z-index: 4;
}

.cat-offcanvas {
  height: max-content !important;
  max-height: max-content !important;
  border-radius: 35px 35px 0 0;
}

.cat-offcanvas .cat-btn {
  border: 1px solid #ddd;
  padding: 30px 0;
  border-radius: 15px;
}

.cat-offcanvas .cat-btn p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.menu .offcanvas .accordion-button::after {
  margin-right: unset;
  background-size: 1rem;
  top: 4px;
  position: relative;
}

.menu .offcanvas .accordion-button:not(.collapsed)::after {
  top: 0;
  margin-right: 5px;
}

/* .box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 15px #000;
  padding: 30px;
  width: 10w;
}

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

input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

p {
  --fz: 14px;
  --lh: 1.5;
  --max-lines: 5;
  font-size: var(--fz);
  line-height: var(--lh);
  -webkit-line-clamp: var(--max-lines);
  max-height: calc(var(--fz) * var(--lh) * var(--max-lines));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  transition: max-height .5s ease;
}

input:checked+p {
  -webkit-line-clamp: unset;
  max-height: 330px;
}

input:checked~.button {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.button {
  display: block;
  border-radius: 25px;
  padding: 7px 25px;
  width: 100px;
  text-align: center;
  background-color: rgb(29, 161, 242);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  cursor: pointer;
  user-select: none;
  margin: 0 auto;
  overflow: hidden;
  max-height: 35px;
  transition: max-height .5s ease, opacity .5s ease, visibility .5s .5s
} */
.deskbox {
  position: relative;
}

.deskbox .content .p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 20;
  line-clamp: 20;
  -webkit-box-orient: vertical;
  position: relative;
  transition: line-clamp 0.3s ease;
}

.deskbox input[type="checkbox"] {
  display: none;
}

.deskbox input[type="checkbox"]:checked~.content .p {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.deskbox .see-more-label {
  display: block;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
}

@media (max-width:576px) {
  .description img:not(.cta-img) {
    width: 100% !important;
    height: auto !important;
  }

  .container {
    max-width: 100%;
  }

  .btn-fix1 {
    bottom: 20px !important;
    left: 8px !important;
  }

  .table-custom1 {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .title-list h1 {
    max-width: fit-content !important;
  }
}

@media (min-width:576px) and (max-width:768px) {
  .description img:not(.cta-img) {
    width: 95% !important;
    height: auto !important;
  }

  .container {
    max-width: 97%;
  }

  .btn-fix1 {
    bottom: 20px !important;
    left: 8px !important;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .description img:not(.cta-img) {
    width: 90% !important;
    height: auto !important;
  }

  .container {
    max-width: 92%;
  }

  .btn-fix1 {
    bottom: 20px !important;
    left: 8px !important;
  }

  .title-list h1 {
    max-width: 100% !important;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .description img:not(.cta-img) {
    width: 85% !important;
    height: auto !important;
  }

  .container {
    max-width: 95%;
  }

  .menu .nav-link {
    font-size: 12px;
  }

  .title-list {
    width: max-content;
  }

  .title-list h1 {
    font-size: 26px;
    max-width: 85% !important;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .menu .nav-link {
    font-size: 14px;
  }

  .container {
    max-width: 97%;
  }

  .title-list {
    width: max-content;
  }

  .title-list h1 {
    font-size: 30px;
    max-width: 90% !important;
  }

  .description img:not(.cta-img) {
    width: 80% !important;
    height: auto !important;
  }
}

@media (min-width:1400px) {
  .menu .nav-link {
    font-size: 14px;
  }

  .container {
    max-width: 85%;
  }


}

@media (max-width:992px) {
/* .header-min-max {
  min-height: 120px !important;
  min-width: 120px !important;
} */

  .fs-custom0 {
    font-size: 9px;
  }

  .fs-custom1 {
    font-size: 10px;
  }

  .fs-custom2 {
    font-size: 12px;
  }

  .fs-custom3 {
    font-size: 14px;
  }

  .fs-custom4 {
    font-size: 16px;
  }

  .fs-custom5 {
    font-size: 18px;
  }

  .fs-custom6 {
    font-size: 20px;
  }

  .fs-custom7 {
    font-size: 25px;
  }

  .fs-custom8 {
    font-size: 35px;
  }

  .fs-custom9 {
    font-size: 40px;
  }

  h1 {
    font-size: 30px
  }

  .form-custom input {
    border-radius: 10px;
  }

  .footer::after {
    display: none;
  }

  .menu-container.scrolled .top-bar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .top-bar.container {
    max-width: 100%;
  }

  .menu-container.scrolled .top-bar {
    display: none;
    transition: 0.5s;
  }

  .menu .my-class {
    max-height: 60vh;
  }

  .description .text .table-responsive table p {
    white-space: nowrap;
  }

  .description .text .table-responsive table td {
    white-space: nowrap;
  }

  .img-table {
    width: 40px !important;
    margin-right: auto !important;
    display: block !important;
  }
}

.number {
  font-weight: bold;
}

.btn-fix1 .btn-w {
  display: inline-block;
  width: 61px;
  height: 54px;
  background-color: #2ae965;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;


}

.btn-fix1 .btn-w:hover {
  width: 200px;
}

.btn-fix1 .btn-w .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 54px;
  text-align: center;
  position: relative;
  top: 3px;
}

.btn-fix1 .btn-w .icon i {
  font-size: 28px !important;
  line-height: 54px;
}

.btn-fix1 .btn-w span {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  bottom: 4px;
}

.carousel {
  left: 0;
  top: 0;
}

.table-custom1 {
  max-height: 600px;
  overflow: scroll;
}

.table-custom2 {
  max-width: 1420px;
  overflow-x: scroll;
}

.table-custom1 thead {
  position: sticky;
  top: 0;
  z-index: 3;
}

.table .bgcolor7 {
  position: sticky !important;
  right: 0 !important;
  z-index: 2;
}

.number-1 li {
  border: 2px solid #141c43;
  border-radius: 10px;
}

.title-list h1 {
  max-width: 70%;
}

.description table {
  width: 100% !important;
}

.description table p {
  margin: 0.4rem !important;
}

.description table td {
  padding: 0.4rem !important;
}

.border-call p {
  border-bottom: 1px solid #4e4e4e;
}

.max-w {
  width: max-content;
}

.description img {
  height: auto !important;
}

.btn-number {
  position: relative;
  z-index: 2;
  color: #141c43;
  background-color: #ff9521;
  font-size: 24px;
  width: 100%;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
}

.rotata {
  animation: swing 2s infinite ease-in-out;
  transform-origin: center center;
}

.fixed--confirmed {
  background-color: #f28d1f;
  font-size: 14px;
}

.tousi {
  background-color: #f8f8f8;
}
/* 
.header-min-max {
  min-height: 150px;
  min-width: 150px;
} */

.change-hover .cat-link:hover {
  transform: scale(1) !important;
}

.tables-filterselect {
  border-radius: 10px;
}

.tables-filterselect:focus-visible {
  box-shadow: unset !important;
  border: 1px solid rgba(0, 0, 0, 0.189) !important;
}

.upper-color-td td {
  background-color: #029a491a !important;
}

.upper-color-td td:first-child {
  background-color: #ff9521 !important;
}

.down-color-td td {
  background-color: #ff000017 !important;
}

.down-color-td td:first-child {
  background-color: #ff9521 !important;
}

.pe-last-child:last-child {
  padding: 0 !important;
}

 .scrolled .scrolled-delete {
    transform: translateY(-100%);
    max-height: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    padding: 0 !important;
}


 .scrolled .col-3-deleted {
  display: block;
 }

.col-3-deleted {
  display: none;
}

 .scrolled  .container-deleted {
  max-width: 99%;
 }


  .scrolled  .nav-link {
    font-size: 12px;
  }
 .scrolled .navbar-expand-lg {
  margin-top: 0 !important;
 }

.scrolled-delete {
    transform: translateY(0);
    max-height: 100px;
    transition: transform 0.5s 
ease, max-height 0.5s 
ease;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

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

.red {
  color: red;
}

.max {
  width: fit-content;
}


.header-min-max-22 {
    height: 135px;
    width: 135px;
    align-content: center;
}

.price {
  font-size: 14px !important;
  font-weight: bold;
}