
body, .parent-main {
  font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif !important;
}

.red-line {
  width: 40px;
  height: 1px;
  margin: 20px 0 20px 0;
  overflow: hidden;
  background-color: red;
}

@keyframes move-chevron {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

.animate-chevron {
  animation: move-chevron 2s infinite;
}

@keyframes animate-chevron {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  40% {
    opacity: 0;
    transform: translateX(-10px);
  }
  75% {
    opacity: .5;
    color: #3378ba;
  }
  100% {
    opacity: .5;
    transform: translateX(0);
    color: black;
  }
}

.parent-main span {
  font-family: 'vazir' !important;
}

.icon-chevron {
  animation: animate-chevron .5s forwards;
}

.icon-chevron:hover {
  animation: none; /* Prevent animation when hovering */
}

.blue-icon {
  color: #226db4;
  font-size: 2rem !important
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #1a202c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

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

.bg-orange-50 {
  background-color: #fff1e3;
}

footer {
  background-color: #252525;
  color: #fff;
  padding: 5px  ;
  text-align: center;

}
footer h2{
  font-size: 20px;
  font-weight: bold;
}
footer div.parent-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

footer .parent-footer .Text-footer h3 {
  margin-top: 5px;
}

footer p {
  margin-bottom: 10px;
}

footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ccc;
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
  footer {
    padding: 20px;
  }

  .column {
    flex-direction: column-reverse;

  }

  .column-noReverse {
    flex-direction: column;
  }
  .large-image {

  }
}



table {
  & tr {
    border-bottom: 1px solid lightgray;
    text-align: right;
  }

  & th:not(:last-child) {
    border-left: 1px solid lightgray;
    padding: 0 .5rem;
  }

  & td:not(:last-child) {
    padding: 1rem;
    border-left: 1px solid lightgray;
  }

  & td:not(:first-child) {
    text-align: center;
  }

}

.plan-button {
  border-radius: .5rem;
  width: 200px;
  border: 1px solid cornflowerblue;
  color: cornflowerblue;
  padding: .4rem 0;
  text-align: center;
  cursor: pointer;
  transition: .5s;
}

.plan-button:hover {
  background: cornflowerblue;
  border: 1px solid white;
  color: white;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

#box2 {
  margin-top: 600px;
  transition: margin-top .8s ease, opacity 2s ease;
  opacity: 20%;
}

.animate-menu-right {
  opacity: 100% !important;
  margin-top: 0px !important;
  width: 100% !important;

}

#box3 {
  margin-top: 600px;
  transition: margin-top .8s ease, opacity 1s ease;
  opacity: 20%;
}

.animate-menu-2 {
  opacity: 100% !important;
  margin-top: 0px !important;
  width: 100% !important;

}

.card {
  position: relative;
  left: 1000px;
  transition: all .8s ease;
}

.animate-card {
  left: 0px !important;
}

.cursor-p {
  cursor: pointer;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box > div {
  margin-top: 30px;

  width: 80%;
}

.box-chat, .box-blog, .box-mail, .box-drive {
  display: flex !important;
  border-radius: 10px;
  padding: 20px;
}

.box img {
  width: 800px;
  height: 500px;
  object-fit: cover;
}

.box div.paragraph {
  width: 500px;
  padding: 20px;
  font-size: 21px;
  text-align: justify;
  line-height: 38px;
}

@media only screen and (max-width: 768px) {
  .box > div {
    flex-wrap: wrap;;
  }
}

h1 {
  font-size: 30px !important;
  font-weight: bold !important;
}

.box-blog {
  margin-bottom: 20px;
}

.box-chat {
  flex-direction: row-reverse;
}

.box-blog {
  flex-direction: row-reverse;
}

span.flex {
  flex-direction: column;
}


.jalgo-img {
  width: 200px;
  height: 200px;


}


.parent-main {
  background: url("../img/SVG/F3.svg") no-repeat center;
  background-size: cover;

}

.lang {
  position: relative;
}

.carve {
  height: 200px;
}


.back-ground {
  background: url("../img/SVG/F2.svg") no-repeat center;
  background-size: 100vh;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;

  .back-1 {
    background: url(../img/SVG/F1.svg) no-repeat;
    width: 52vh;
    height: 52vh;
  }
}

.logo {
  background: url("../img/SVG/Logo.svg");
  width: 28vh;
  height: 28vh;
}

.carve {
  background: url("../img/SVG/Carve Line.svg") no-repeat;
  width: 30vh;
  height: 30vh;
}

.title img {
  width: 150px;
}

.title-desc {
  position: absolute;
  right: 10vh;
  top: 10vh;
}

.description h3 {
  width: 40vh;
}

.lines {
  margin: 2vh 0 2vh 0;
}

.payg {
  padding: 3px 13px;
  margin-right: 10px;
  border-radius: .5rem;
  background: #e6efff;
  cursor: pointer;
}


/* Modal container */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  transition: all 0.3s ease;
}

/* Modal Content/Box */
.modal-content {
  border-radius: .5rem;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 500px; /* Set width to 500px */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.5s;
  position: relative;
}

/* Close Button */
.close {
  color: #d70000; /* Make close button red */
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 20px; /* Position close button at the end */
  transition: 1s;
}

.close:hover,
.close:focus {
  color: darkred; /* Darker red on hover/focus */
  text-decoration: none;
  cursor: pointer;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.icon-chev{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25b2ea;
  color: white;
  padding: .4rem;
  border-radius: 50%;
  cursor: pointer;
}
.grecaptcha-badge {
  display: none;
}
