* {
  margin: 0;
  padding: 0;
  font-family: IRANSansX !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-family: IRANSansX !important;
}
input:focus-visible {
  outline: none;
}
h1 {
  font-weight: 900;
}
button:hover {
  cursor: pointer;
}
:root {
  --blue-800: #1b3848;
  --blue-300: #4187ae;
  --yellow-800: #fe7300;
  --yellow-500: #ffaf10;
}
/*global class*/
.btn-gradient {
  background-image: linear-gradient(
    to right,
    var(--orange2),
    var(--orange),
    var(--orange)
  );
}
.glass-bg {
  /* background: rgb(255 255 255 / 48%); */
  background-color: #d9d9d91a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.glass-bg-cart {
  background: rgb(255 255 255 / 48%);
}
.gold-text {
  color: var(--third);
}
.text-secondary {
  color: var(--secondary) !important;
}
body {
  background-image: linear-gradient(to bottom, #1b3848, #4187ae, #1b3848);
}
/*########################header###################################*/
header {
  overflow: hidden;
  width: 100%;
  height: 6rem;
}

header .glass-bg {
  border-radius: 0 0 23px 23px;
  box-shadow: 0px 1px 3px 0px #6d6d6d;
}
.navbar-desktop ul {
  list-style: none;
  margin-right: 20px;
  padding-top: 20px;
}

.navbar-desktop li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.logo img {
  width: 11rem;
}
#darkModeToggle {
  background-color: transparent;
}
/* ########### mobile ######## */
.offcanvas {
  background-color: var(--yellow-500);
  color: #fff;
}

.btn-close {
  margin-right: auto !important;
  margin-top: 10px !important;
  margin-left: 10px !important;
  cursor: pointer !important;
}

.list-offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-offcanvas ul li {
  padding: 10px;
  border-bottom: 1px solid #ffffff2b;
  margin-top: 2px;
}

.list-offcanvas a {
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.list-offcanvas a:hover {
  color: #d13939;
}

.sub-offcanvas a {
  color: #d13939;
  font-size: 14px;
  background-color: #fff;
}
a.logo-mobile img {
  width: 3rem;
}

.slogan {
  background-color: #fbb613;
  border-radius: 23px;
}
.header-text {
  margin-top: 15rem;
}

a {
  color: #000;
  text-decoration: none;
}
.hoverMenu {
  display: none;
  transition: 1s ease-in-out;
}
ul li:hover .hoverMenu {
  transition: 1s ease-in-out;
  display: flex !important;
}
/*########################public class###################################*/
.btn-style {
  border: 2px solid var(--yellow-500);
  background-color: #fff;
  color: #0091e4;
  transition: 0.5s ease-in-out;
}
.btn-style:hover,
.section3 button.btn-style:hover {
  background-color: var(--yellow-500);
  color: #fff;
}
.header-tel {
  color: var(--yellow-500);
  font-weight: 700;
  font-size: 16pt;
}
.fixed-header {
  background-color: #1b3848;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}
.w-40 {
  width: 40%;
}
.w-30 {
  width: 30%;
}
.w-60 {
  width: 60%;
}
.w-80 {
  width: 80%;
}
.w-30 {
  width: 30%;
}
.mt-10 {
  margin-top: 5rem;
}
.w-70 {
  width: 70%;
}
.w-20 {
  width: 20%;
}
.w-90 {
  width: 90%;
}
.h-22r {
  height: 16rem;
}
h1 {
  font-size: 20pt;
}
.f-yellow {
  color: yellow;
}
.f-yellow-800 {
  color: var(--yellow-800);
}
.f-blue-300 {
  color: #1bacff;
}
.f-blue-500 {
  color: var(--blue-300);
}
.f-yellow-500 {
  color: var(--yellow-500);
}
.fs-32pt {
  font-size: 32pt;
}
.fs-15pt {
  font-size: 15pt;
}
.w-fit {
  width: fit-content;
}
.text-justify {
  text-align: justify;
}
.left-0 {
  left: 0;
}
button svg {
  color: var(--yellow-500) !important;
}
.orange-gradBack {
  background-image: linear-gradient(
    to bottom,
    var(--yellow-500),
    var(--yellow-800)
  );
}
.blue-line {
  width: 80%;
  height: 2px;
  background-image: linear-gradient(to right, #0091e4, var(--blue-800));
}
.diamond {
  width: 10px;
  height: 10px;
  background-color: var(--yellow-800);
  transform: rotate(45deg);
}
.lline {
  height: 3px;
  background-image: linear-gradient(
    to right,
    var(--yellow-800),
    var(--yellow-500)
  );
}
.demand-line {
  width: 90%;
}
.fs-10 {
  font-size: 10pt;
}
.f-blue-500 {
  color: var(--blue-300);
}
/*########################main###################################*/
.section1 .cart {
  color: #fff;
  font-size: 11pt;
}
.section1 .cart {
  transition: all 1s ease-in-out;
}
.section1 .cart:hover {
  background-image: linear-gradient(
    to bottom,
    var(--yellow-800),
    var(--blue-300)
  );
}
.se1-img-back {
  background-image: url("../img/Rectangle\ 127.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.se1-img-back img {
  z-index: 15;
}
.mobile-img {
  margin-left: -15rem;
  position: relative;
  z-index: 10;
  margin-top: -2rem;
}
.sec1-textbox {
  background-image: url("../img/Group\ 91.png");
  height: 25rem;
  border-radius: 0px 0 0 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: -2px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.text-sh {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.se1-img-back img {
  z-index: 15;
  animation: moveLeft 4s ease-in-out infinite;
}

.mobile-img {
  margin-left: -15rem;
  position: relative;
  z-index: 10;
  margin-top: -2rem;
}

.mobile-img img {
  animation: moveUp 4s ease-in-out infinite;
}

@keyframes moveUp {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-50px); /* حرکت به سمت بالا */
  }
  100% {
    transform: translateY(-30px); /* بازگشت به حالت اولیه */
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px); /* حرکت به سمت پایین */
  }
  100% {
    transform: translateX(0); /* بازگشت به حالت اولیه */
  }
}

/*section2*/
.section2 {
  background-image: url("../img/Group\ 70.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 37rem;
}
.sec2-img-back {
  background-image: url("../img/Ellipse\ 18.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section2 p {
  line-height: 2;
}

/* تنظیمات نوار اسکرول */
/* .scroll-box {
  width: 100%;
  height: 10rem;
  overflow-y: scroll;
} */
.scroll-box {
  height: 300px;
  width: 50%;
  overflow: auto;
  padding: 0 10px;
}

/* استایل باکس اسکرول */
.scroll-custom {
  width: 100%;
  height: 200px;
  overflow-y: scroll; /* فعال‌سازی اسکرول */
  position: relative;
  border: 1px solid #ddd;
}
/* استایل باکس اسکرول */
.scroll-box {
  width: 100%;
  height: 200px;
  overflow-y: scroll !important; /* اولویت به اسکرول */
  position: relative;
  border: 1px solid #ddd;
  margin-top: 3rem;
}

/* محتوای داخل باکس */
.content {
  height: 297px;
  padding-right: 10px;
}

/* اسکرول‌بار سفارشی */
.scroll-box.custom-scrollbar::-webkit-scrollbar {
  width: 12px !important; /* اولویت به عرض اسکرول‌بار */
}

.scroll-box.custom-scrollbar::-webkit-scrollbar-track {
  background: #ddd !important; /* پس‌زمینه نوار اسکرول */
}

.scroll-box.custom-scrollbar::-webkit-scrollbar-thumb {
  background: orange !important; /* دکمه اسکرول */
  border-radius: 6px !important;
}

/* اسکرول‌بار برای فایرفاکس */
.scroll-box.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: orange #ddd;
}

/*section3*/
.section3 .carousel-item .card {
  background-color: transparent;
  border: 0;
  height: 22rem;
}
.section3 .carousel-item .card img {
  border-radius: 20px;
}
.section3 {
  /* background-image: url("../img/ezgif-7-63c069b7ac.gif");
  background-repeat: no-repeat;
  background-size: cover; */
}
/* .circleani {
  position: relative;
  width: 100%;
  height: 400px;
  border: 2px solid #000;
  overflow: hidden;
}
.circle {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: orange;
  border-radius: 50%;
} */
/* استایل بخش */

/* استایل بخش */
.section3 {
  position: relative;
  overflow: hidden;
}

/* استایل باکس اسکرول */
.circleani {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border: none;
}

/* استایل دایره‌ها */
.circle {
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(var(--yellow-800), var(--yellow-500));
  box-shadow: 0px 0px 20px 2px var(--yellow-500);
  border-radius: 50%;
}

/*section4*/
table.table.table-bordered {
  border-collapse: collapse;
  overflow: hidden;
  border: none !important;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none;
}

.table > :not(caption) > * > * {
  background-color: transparent !important;
}
.table tr {
  font-weight: bold;
}
.table th {
  background-color: #eee !important;
}
.table tr:last-child {
  background-color: #0091e4 !important;
}

table tr:nth-child(odd) {
  background-color: var(--yellow-500) !important;
}

table tr:nth-child(even) {
  background-color: #df9c00;
}

.table.center tr:last-child {
  background-color: var(--yellow-500) !important;
}

table.center tr:nth-child(odd) {
  background-color: #eee !important;
}

table.center tr:nth-child(even) {
  background-color: #eeeeeebb;
}
.table.center th:first-child {
  background-color: #eeeeeebb !important;
}

th,
td {
  border: 0;
}
.table button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 0;
}
tr:last-child {
  background-color: red;
  color: white;
}
thead.center {
  height: 7rem;
}
label {
  font-size: 12pt;
  width: 38%;
}

form button {
  width: 42%;
  margin-left: -10px;
  background-color: #0091e4;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 2px 3px 1px #a1a1a1;
  margin-inline-end: -4rem;
}
input {
  border: 0;
  background-color: #eee;
  border-radius: 20px;
  text-align: right;
  box-shadow: 0 2px 3px 1px #a1a1a1;
}
.orange-gradBack a {
  font-size: 19pt;
  font-weight: bold;
}
/**/
.bg-yellow-500 {
  background-color: var(--yellow-500);
}
/*########################footer###################################*/
footer {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.form-img {
  width: 68%;
}

/* لایه تیره جداگانه */
footer .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/DSC07289.JPG");
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.5; /* شفافیت برای تیره کردن پس‌زمینه */
  filter: brightness(0.5); /* تیره کردن تصویر */
  color: #fff;
}

footer .container {
  border-radius: 50px 50px 0 0;
  width: 83% !important;
}
footer p span {
  color: var(--third);
}
footer button {
  border: none;
  background-image: linear-gradient(
    to right,
    var(--blue-300),
    var(--yellow-500)
  );
  box-shadow: 0px 1px 3px 0px #c9c9c9;
}
footer a {
  color: #fff;
}
.line {
  background-color: var(--blue-300);
  height: 1px;
}
.footer-inf {
  font-size: 9pt;
}

.footer-menu a {
  font-size: 9pt;
}
.call-hover a {
  color: #fff;
}
.box-call {
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 10px;
  background-color: #ffffff77;
  transition: 0.5s;
}
.box-call:hover {
  background-color: #f8910c;
  cursor: pointer;
}
.call-hover {
  transition: display 1s ease-in-out;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 250px;
  border-radius: 10px;
  z-index: 999;
  font-weight: 900;
  font-size: 1.2em;
  border: 1px solid #fff;
  padding: 10px;
}
.call-button {
  transition: display 1s ease-in-out;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #2dc100;
  border: none;
  outline: none;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  z-index: 999;
  /*  background-image: url(../images/call-icon.png);*/
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  /* padding: 5px 20px; */
  box-sizing: border-box;
  animation: pulse 2s infinite;
  font-weight: 900;
  font-size: 1.2em;
}
.call-button svg {
  transform: scaleX(-1);
}
.call:hover .call-hover {
  display: block !important;
}
.call:hover #callButton {
  display: none !important;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.4);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(51, 51, 51, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
#callButton:hover {
}
/*########################animation###################################*/
@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveCloud {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

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

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

  10% {
    transform: rotate(2deg);
  }

  20% {
    transform: rotate(-4deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  60% {
    transform: rotate(-4deg);
  }

  30% {
    transform: rotate(4deg);
  }

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

  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}
@keyframes swap-colors {
  0%,
  100% {
    background-color: lightblue;
  }

  50% {
    background-color: darkblue;
  }
}
/* Keyframes for border animation */
@keyframes gradientMove {
  0% {
    border-image-source: linear-gradient(45deg, var(--secondary), #fff);
  }

  50% {
    border-image-source: linear-gradient(45deg, #fff, var(--secondary));
  }

  100% {
    border-image-source: linear-gradient(45deg, var(--secondary), #fff);
  }
}
/*########################media###################################*/

@media screen and (max-width: 480px) {
  .cart {
    width: 45%;
  }
  .cart-img {
    width: 4rem;
  }
  .bg-seconady {
    width: 9rem;
    height: 9rem;
  }
  .sec4-cart {
    width: 75% !important;
  }
  .sec4-responsive-car {
    height: 20rem;
  }
  .cloud {
    right: -4rem;
    top: 23rem;
  }
  .animation-face {
    right: 8rem;
  }
  #navbar-mobile {
    height: 3rem;
    background-color: #323131;
  }
  a.logo-mobile img {
    width: 6rem;
  }
  .sec1-animation {
    margin-top: 0;
  }
  .section8 img {
    width: 3rem;
  }
  .footer-logo {
    width: 50% !important;
  }
  footer {
    height: 47rem;
  }
  .circle-bg-sec8 {
    width: 60px;
    height: 60px;
    bottom: 9px;
  }
  .circle-dot-sec8 {
    width: 5px;
    height: 5px;
    top: 0px;
  }
  header .container {
    border-radius: 0;
    box-shadow: none;
  }
  .sec1-textbox {
    width: 95% !important;
    margin: auto;
    border-radius: 20px !important;
  }
  .images-sec1 {
    width: 100% !important;
  }
  .section2 {
    background-size: 100% 100%;
    height: 19rem;
  }
  .scroll-sec {
    width: 90% !important;
    margin: auto;
  }
  .section3 button {
    width: 40% !important;
  }
  .exp-title {
    width: 100% !important;
  }
  .se1-img-back {
    width: 90% !important;
  }
  .mobile-img {
    width: 70% !important;
  }
  .section1 .cart {
    height: 10rem !important;
  }
  .circle {
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 10px 2px var(--yellow-500);
  }
  .res-calls {
    height: 12rem;
    margin-top: 5rem !important;
  }
  .res-calls a {
    color: #fff;
    font-weight: bold;
    font-size: 15pt;
  }
  .footer-menu a {
    font-size: 12pt !important;
    font-weight: bold;
  }
  .respon-footer-name {
    background-color: var(--yellow-800);
    width: 75%;
    position: absolute;
    bottom: 1rem;
    left: 0;
    border-radius: 0 20px 20px 0;
    box-shadow: 0px 1px 3px 0 rgb(216, 216, 216);
  }
  .footer-inf {
    font-size: 10pt;
  }
  footer .glass-bg {
    padding-bottom: 5rem;
  }
  .section3 .carousel-item .card {
    height: 13rem;
  }
  .section3 .carousel-item .card h4 {
    font-size: 15pt;
  }
}

@media screen and (max-width: 768px) and(min-width:500px) {
  .sec1-animation {
    width: 50% !important;
  }
  h1 {
    font-size: 15pt;
  }

  .tablet-sec1 {
    justify-content: center !important;
  }
  .sec1-box {
    width: 70% !important;
    font-size: 10pt;
  }
  .section6 .glass-bg .col-5 .exp-title {
    width: 100% !important;
  }
  .section8 img {
    width: 6rem;
  }
  .circle-bg-sec8 {
    width: 100px;
    height: 100px;
  }
  .section3 {
    margin-top: -2rem !important;
  }
  footer {
    height: 50rem;
  }
  .footer-logo {
    width: 50% !important;
  }
  .res-calls {
    height: 9rem;
    margin-top: 5rem !important;
  }
  .section1 .cart {
    height: 7rem !important;
    justify-content: space-around !important;
  }
  .sec1-textbox {
    width: 73% !important;
    margin: auto;
    border-radius: 10px !important;
  }
  .section2 {
    height: 22rem;
  }
  .images-sec1 {
    width: 100% !important;
  }
  header .container {
    box-shadow: none;
    background-color: #3231319b;
  }
  .logo-mobile img {
    width: 7rem !important;
  }
}
