.mainBlog {
  margin-top: 100px !important;
  background-color: pink;
}

.body {
  background-color: none !important;
}

.breadcrumbs {
  padding: 15px 0;
  background: #f0f0f0;
  margin-top: 130px;
  direction: rtl;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  font-size: 14px;
  font-family: iranyekan, roboto, Arial !important;
}

.breadcrumbs ol li + li {
  padding-right: 10px;
  font-family: iranyekan, roboto, Arial !important;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-left: 10px;
  color: #f8c255;
  content: "/";
}

.blog {
  padding: 40px 0 20px;
  direction: ltr !important;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  direction: rtl;
}

.blog .entry .entry-img {
  margin: -30px -30px 20px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 20px !important;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
  color: #000000;
  transition: 0.3s;
  font-family: iranyekan, roboto, Arial !important;
}

/* .blog .entry .entry-title span {
} */

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #2b99f8;
  font-family: iranyekan, roboto, Arial !important;
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-info,
#footer .footer-top .footer-links,
.blog .blog-author,
.blog .blog-comments,
.blog .entry-single,
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content {
  font-family: iranyekan, roboto, Arial !important;
  line-height: 36px !important;
  text-align: justify;
}
.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f6b024;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #f7b93c;
}

.blog .entry .entry-content h3 {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0880e8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  margin-top: 90px;
  border-top: 1px solid #e6e6e6;
  font-family: iranyekan, roboto, Arial !important;
}

.blog .entry .entry-footer i {
  color: #696969 !important;
  display: inline;
  cursor: pointer;
}

.blog .entry .entry-footer a {
  color: #138df7;
  transition: 0.3s;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .blog-author {
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form,
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0;
  color: #0880e8;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(8, 128, 232, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments .comments-count {
  font-weight: 700;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: 700;
  color: #444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #0880e8;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b99f8;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
}

.blog .blog-comments .reply-form h4 {
  font-weight: 700;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input,
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus,
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #0880e8;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #138df7;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #0880e8;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .sidebar {
  margin: 0 0 0px 0px !important;
  height: fit-content !important;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap; /* allows the cards to wrap to the next line if they overflow */
}

.boxsidebar {
  box-shadow: none !important;
  border: none !important;
  border-radius: 18px !important;
}

.blog .sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px;
  color: var(--text-color);
  position: relative;
  background: var(--bg-color);
  border-radius: 5px;
  padding: 20px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #f6b024;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #f8c255;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a,
.blog .sidebar .recent-posts h4 a {
  color: #0665b7;
  transition: 0.3s;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: 700;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul a {
  color: #0880e8;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #fff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f6b024;
  background: #f6b024;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fff;
  font-size: 14px;
}
.starIcon i {
  color: gold;
  margin-left: 5px;
}
.highlight {
  color: #ffc107;
}

.starrr {
  display: inline-block;
}
.starrr a {
  font-size: 25px;
  padding: 0 1px;
  cursor: pointer;
  color: #ffd119;
  text-decoration: none;
}
.FrmAddComment {
  direction: ltr;
}
.pageCm {
  direction: rtl;
}
.subPageImg {
  width: 70% !important;
  height: auto !important;
  object-fit: contain !important;
}
/* ----portfoliorange----- */

/* .container {
  position: relative;
  display: inline-block;
} */

.images {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.image-wrapper:first-of-type {
  width: 50%;
  overflow: hidden;
  position: absolute;
}

.range {
  position: absolute;
  z-index: 2;
  width: 351px;
  /* bottom: 0; */
  height: 645px;
  /* top: 196px; */
  margin-right: 5px;
  /* background-color: red !important; */
  /* range-color: red; */
}

.portfolio-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.portfolio-item {
  box-sizing: border-box;
  padding: 10px;
}

.images {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.image-wrapper {
  margin: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--bg-color); /* Green background */
  border-radius: 4px;
  border: 0;
}

input[type="range"]::-webkit-slider-thumb {
  border: 1px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px; /* Adjusts thumb position */
}
mark {
  background-color: lavender !important;
}
/* ------------------ */
.comments-container {
  margin: 0;
  width: 900px;
}

.comments-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
}

.comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}

.comments-list {
  margin-top: 30px;
  position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #c7cacb;
  position: absolute;
  right: 71px;
  top: 0;
}

.comments-list:after {
  content: "";
  position: absolute;
  background: #c7cacb;
  bottom: 0;
  right: 68px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reply-list:before,
.reply-list:after {
  display: none;
}
.reply-list li:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  right: 35px;
}

.comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.reply-list {
  padding-right: 0px !important;
  padding-left: 0px !important;
  clear: both;
  margin-top: 15px;
}

/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: right;
  border: 3px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: white;
  border-radius: 50px;
}

.comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}

.reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}

.comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
  width: 722px;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before,
.comments-list .comment-box:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #ececec;
  top: 8px;
  right: -11px;
  rotate: 180deg;
}

.comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  right: -12px;
}

.reply-list .comment-box {
  width: 665px;
}
.comment-box .comment-head {
  background: #ececec;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
  float: left;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: #a6a6a6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
  color: #03658c;
}

.comment-box .comment-name {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-right: 10px;
  display: flex;
}

.comment-box .comment-name a {
  color: #283035;
}

.comment-box .comment-head span {
  float: right;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
  margin-right: 20px;
}

.comment-box .comment-content {
  background: #fff;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
  color: #03658c;
}
.comment-box .comment-name.by-author:after {
  content: "autor";
  background: #03658c;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 992px) {
  .blog .sidebar {
    position: relative !important;
    top: 0 !important;
    left: 13px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
  }
  .comments-container {
    width: 560px;
  }
  .comments-list .comment-box {
    width: 390px;
  }

  .reply-list .comment-box {
    width: 320px;
  }
}

@media only screen and (max-width: 766px) {
  .comments-container {
    width: 480px;
  }

  .comments-list .comment-box {
    width: 320px;
  }

  .reply-list .comment-box {
    width: 250px;
  }

  .comments-list:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    right: 71px;
    top: 0;
    display: none;
  }
  .comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: right;
    border: 3px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: white;
    border-radius: 50px;
    display: none;
  }
  .comments-list .comment-box:before,
  .comments-list .comment-box:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #ececec;
    top: 8px;
    right: -11px;
    rotate: 180deg;
    display: none;
  }

  .comments-list:after {
    content: "";
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    right: 68px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .comments-container {
    width: 328px;
  }
  .reply-list .comment-box {
    width: 319px;
  }
}
.card-title {
  font-size: 16px !important;
}
/* this code from https://dev.to/sarahcssiqueira/scroll-indicator-using-react-22pk */

.scrollContainer {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: var(--bg-color);
}

.scrollIndicator {
  height: 5px;
  background: var(--hover-color);
  /* background: linear-gradient(to right ,  #6f2232, #950740, #c3073f); */
  width: 0%;
}

.scrollDetails {
  color: white;
}

/* ----انچه در این مقاله میخوانید ----- */
.alltitle {
  border-right: 4px solid var(--bg-color);
  height: auto;
  flex-direction: column;
  padding: 20px 10px;
  background-color: #eeeeee;
  border-radius: 5px 10px 10px 7px;
}
.alltitle p {
  font-size: 18px;
  color: black;
  font-weight: bold;
}
.arrowlefticon {
  color: var(--bg-color);
  font-size: 14px;
}

/* ------------ */

.our-faq-wrapper {
  /* float: left; */
  width: 100%;
  padding: 89px 0 60px;
  background: #f5f5f5;
}

.our-faq-wrapper {
  padding: 90px 0 60px;
  background: #fff;
}
.accordion .card {
  border: none;
  margin-bottom: 30px;
}
.our-faq-wrapper .btn-link {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
  background: var(--bg-color);
  color: #fff;
  border-radius: 0;
  padding: 7px 15px 12px;
  font-size: 16px;
  overflow: hidden;
  border: none;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-faq-wrapper .btn-link:hover,
.our-faq-wrapper .btn-link:focus {
  text-decoration: none;
  color: var(--text-color) !important;
}
/* .our-faq-wrapper .btn-link:after {
  position: absolute;
  content: "\f068";
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
} */
.our-faq-wrapper .btn-link.collapsed:after {
  content: "\f067";
}
.our-faq-wrapper .btn-link:before {
  position: absolute;
  content: "";
  background: var(--hover-color);
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
  height: 100%;
  width: 50%;
  right: 90%;
  top: 0;
}
.card-header {
  padding: 0;
  background: transparent;
  border-bottom: none;
}
.card-body {
  position: relative;
}
.card-body:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: var(--bg-color);
}
.card-body:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 50%;
  left: 0;
  bottom: 0;
  background: var(--hover-color);
  z-index: 1;
}
.fa-question {
  z-index: 99999;
  font-size: 22px;
}
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #f2f2f2 !important;
  color: black !important;
}
/* .sticky {
  position: fixed;
  top: 0;
  width: 100%;
} */

/* #menu {
  position: static;
}

#menu.fixed {
  position: fixed;
  top: 95px;
  right: 0;
} */

.blog .container {
  position: relative;
}

.inner-wrapper-sticky {
  position: relative;
  /* padding: 30px; */
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}

.sidebar__inner {
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
  height: fit-content;
}
.blog .sidebar {
  right: 0px !important;
  margin: 0px !important;
}
#menu {
  padding: 0 !important;
}
.Article-link2 {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  color: black;
}

.Articlelink {
  color: black;
}
.Article-link2:hover {
  color: var(--bg-color) !important;
}
.bi-caret-left-fill {
  color: var(--bg-color);
}

.clients {
  position: relative;
}
.clients:before {
  content: "";
  height: 80px;
  width: 100%;
  background: #e6e5e7;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

#FAQContent {
  margin-top: 70px;
}

/* ----------------------- */

/* --------firstBuTTON ---------- */
.button-59 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  fill: #000;

  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -0.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-59:focus {
  color: #171e29;
}

/* .button-59:hover {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}

.button-59:active {
  border-color: #06f;
  color: #06f;
  fill: #06f;
} */

@media (min-width: 768px) {
  .button-59 {
    min-width: 170px;
  }
}
/* -----------BUUTON2----------- */

/* CSS */
.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;

  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

/* --------button3----------- */

/* CSS */
.button-92 {
  /* text color */

  /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg * var(--_i, -1)));
  text-shadow: calc(var(--_i, -1) * 0.08em) -0.01em 0 var(--c),
    calc(var(--_i, -1) * -0.08em) 0.01em 2px #0004;
  outline-offset: 0.1em;
  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-92:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9Q #0005;
  transition: 0s;
}

.button-92 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  cursor: pointer;
  padding: 0.1em 0.3em;
}
/* ---------------button4---------- */

/* CSS */
.button-23 {
  background-color: #ffffff;
  border: 1px solid #222222;
  border-radius: 8px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-block;

  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow 0.2s, -ms-transform 0.1s, -webkit-transform 0.1s,
    transform 0.1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}

.button-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow 0.2s;
}

.button-23:active {
  background-color: #f7f7f7;
  border-color: #000000;
  transform: scale(0.96);
}

.button-23:disabled {
  border-color: #dddddd;
  color: #dddddd;
  cursor: not-allowed;
  opacity: 1;
}

/* ---------button 5  */

/* CSS */
.button-34 {
  /* background: #5e5df0; */
  border-radius: 999px;
  /* box-shadow: #5e5df0 0 10px 20px -10px; */
  box-sizing: border-box;

  cursor: pointer;

  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}

/* ------------------- */
.review .review-user img {
  width: 500px;
}

.testimonials-sliderr .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-sliderr .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--bg-color);
}

.testimonials-sliderr .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bg-color);
}

/* ---- */

.firstbtn {
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #222;
  padding: 9px 43px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.firstbtn span {
  position: relative;
  z-index: 1;
}

.firstbtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #78c7d2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.firstbtn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.link {
  font-size: 20px;
  margin-top: 30px;
}

.link a {
  color: #000;
  font-size: 25px;
}

/* ---- */

/*  */
.secondbtn {
  font-size: 18px;

  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 8px 20px;
  border: 3px solid #ff0072;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ff0072;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.secondbtn:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #ff0072;
  z-index: -1;
}

.secondbtn:hover,
.secondbtn:focus {
  color: white;
}

.secondbtn:hover:before,
.secondbtn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.secondbtn:active {
  transform: scale(0.9);
}

/* --------- */

.style3btn {
  display: inline-block;
  color: var(--bg-color);
  min-width: 154px;
  text-decoration: none !important;
  font-size: 15px;
  padding: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}

.style3btn:hover {
  color: var(--hover-color);
}

.style3btn:hover {
  color: var(--hover-color);
}

.style3btn:hover .button-stroke:nth-child(2) {
  stroke-dashoffset: 0;
}
.button-stroke {
  display: block;
  width: calc(100% - 40px);
  height: 20px;
  stroke: var(--bg-color);
  position: absolute;
  left: 20px;
  bottom: -10px;
  stroke-width: 3;
}
.button-stroke:nth-child(2) {
  stroke-dasharray: 650px;
  stroke-dashoffset: 650px;
  stroke: var(--hover-color);
  stroke-width: 4;
  transition: stroke-dashoffset 850ms ease-out;
}
.button-stroke:hover {
  color: var(--hover-color);
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
