.hero .container {
  background-color: #fafafa;
  /* padding: 70px 0 50px 0; */
  padding-top: 100px;
  display: grid;
  align-items: center;
}
.container_first_div{
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f9fa;
}
.site-header {
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  margin: 0px;
  /* position: absolute; */
  position: fixed;
  background-color: #fafafa;
  /* -webkit-box-shadow: 0 11px 68px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 11px 68px 0 rgba(0, 0, 0, .14); */
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .14); */
}
.hero .img-part {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: span 3 / span 3;
}
.hero .text-part {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  line-height: 1.4;
  grid-column: span 2 / span 3;
  padding-inline-end: 50px;
  text-align: justify;
  text-justify: inter-word;
}
.hero .text-part p {
  font-size: 14px;
  padding-top: 20px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.banner_btn a {
  height: 50px;
  width: 175px;
  text-align: center;
  line-height: 45px;
  border-radius: 10px;
  margin-left: 20px;
  font-weight: 700;
  color: #010101;
  font-family: var(--font-family);
  display: inline-block;
  z-index: 1;
  border: 2px solid #253269;
}
.banner_btn a i {
  font-size: 20px;
  margin-left: 8px;
}
.banner_btn a:hover,
.saas_two_feature_section .s2-feature_text .saas_btn:hover,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover {
  color: #fff;
}
.banner_btn a:hover i,
.saas_two_feature_section .s2-feature_text .saas_btn:hover i,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover i {
  background: none;
  -webkit-text-fill-color: inherit;
}
.banner_btn a:after,
.saas_two_feature_section .s2-feature_text .saas_btn:after,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: -100%;
  left: 0;
  z-index: -2;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #253269;
}
.banner_btn a:hover:after,
.saas_two_feature_section .s2-feature_text .saas_btn:hover:after,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover:after {
  top: 0;
}
.banner_btn a,
.saas_two_feature_section .s2-feature_text .saas_btn,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: inline-block;
}
.systems-areas .systems-areas-grid .areas-box {
  /* background-color: #f2f1ff; */
  background-color: white;
  /* background-color: #253269; */
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  transition: all 0.3s ease-in-out;
  justify-content: start;
  align-items: center;
  box-shadow: 0px 1px 6px 0px rgba(8, 0, 20, 0.14);
}
.systems-areas {
  /* background-color: #268c93c9; */
  /* background: var(--item-card-background); */
  background-color: #fafafa;
  padding: 0px;
  /* margin-bottom: 100px; */
}
.systems-areas .systems-areas-grid .areas-box:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 5px -7px 16px 1px rgba(8, 0, 20, 0.3);
  background: var(--item-card-background-hover);
  color: var(--item-card-color-hover);
}
.systems-areas .systems-areas-grid .areas-box:hover .img-box {
  border-color: #54a4aa;
  transform: scale(1.14);
}
.systems-areas .systems-areas-grid i {
  font-size: 48px;
  color: var(--item-card-color);
}

.systems-areas .systems-areas-grid .areas-box:hover i {
  font-size: 48px;
  color: var(--item-card-color-hover);
}

.systems-areas .systems-areas-grid .areas-box .description h5 {
  margin: 0;
  font-weight: 600;
  color: var(--item-card-color);
}
.systems-areas .systems-areas-grid .areas-box:hover .description h5 {
  margin: 0;
  font-weight: 600;
  color: var(--item-card-color-hover);
}
.systems-areas .systems-areas-grid {
  gap: 20px 40px;
}
.systems-areas .title-section .main-title,
.sub-title {
  color: var(--primary-color);
}
.hulul-section {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 20px;
  width: 100%;
}

.main-hulul-section {
  background-color: #f1f2ff;
  border-radius: 10px;
  padding: 10px;
}
.hulul-section .img {
  background-color: transparent;
  height: 50px;
  border-radius: 0px;
}
.hulul .title-section .sub-title {
  width: 100%;
}
.main-title {
  color: var(--primary-color);
  margin: 10px 0;
  font-family: var(--font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.primary-footer {
  background-color: #258d90;
}
.hero {
  background-color: #fafafa;
  /* height: 440px; */
  padding-bottom: 50px;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;

  width: 45px;
  height: 45px;
  /* line-height: 45px; */
  /* padding: 0; */
  color: #ffffff;
  z-index: 999;
  /* bottom: 0px; */
  /* right: 0px; */
  position: fixed;
  border-radius: 5px;
  /* -webkit-transform: translateY(150px); */
  /* transform: translateY(150px); */
  background: #253269;
  text-align: center;
}

.scrolled {
  /* background-color: #253269;  */
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.14);
}

/* .scrollToTop {
    display: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    color: #ffffff;
    z-index: 999;
    bottom: 0px;
    right: 0px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    background: #f57c00;
    text-align: center;
} */
.site-header .container {
  background-color: transparent;
}
.site-header .navbar {
  background-color: transparent;
  border-radius: 6px;
  padding: 6px 10px;
}
.footer-logo img {
  height: 100px;
  background: white;
  border-radius: 10px;
}

section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  /* padding: 60px 0; */
  padding: 0px;
  scroll-margin-top: 90px;
  overflow: clip;
}
.section-title {
  text-align: center;
  padding-bottom: 0px;
  position: relative;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  color: white;
  line-height: 1.3;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-center {
  justify-content: center !important;
}
.features-2 .features-image {
  position: relative;
}
.align-items-center {
  align-items: center !important;
}
.flex-column {
  flex-direction: column !important;
}
.d-flex {
  display: flex !important
;
}
.features-2 .features-item i {
  font-size: 48px;
  color: #30347b;
  margin-inline-end: 20px;
  line-height: 0;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.features-2 .features-item h4 {
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 5px 0;
}
.features-2 .features-item p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

.fas::before {
  line-height: 1;
}

.features-item {
  align-items: center;
  background-color: #f1f2ff;
  border-radius: 10px;
  padding: 10px 30px;
}

.main-hulul-section i,
.features-card i {
  font-size: 50px;
  color: var(--item-card-color);
}
.clients {
  background: transparent;
  padding: 10px 0;
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
}
.clients .container {
  max-width: 92%;
}
.clients .col-lg-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 10px;
  margin: 5px;
  box-shadow: 0 4px 10px #04326b34;
  border-radius: 10px !important;
  min-height: 75px;
}
.clients h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 900;
  color: var(--primary-color);
}
@media (min-width: calc(992px)) {
  .clients .col-lg-3 {
    width: 24%;
  }
  /* .areas-box:last-child {
    grid-column: 2;
} */
}

.clients .col-lg-3:hover {
  /* transform: translateY(-5px) scale(1.01); */
  border-top: 5px solid #253269;
}
.features .features-grid .features-card {
  padding: 20px 10px;
}
.features .features-grid .features-card .description b {
  margin-bottom: 5px;
  display: block;
  font-size: 25px;
  color: var(--item-card-color);
}
.features .features-grid .features-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px #04326b34;
  background: var(--item-card-background-hover);
  color: var(--item-card-color-hover);
}
.features .features-grid .features-card:hover .description b {
  margin-bottom: 5px;
  display: block;
  font-size: 25px;
  color: var(--item-card-color-hover);
}
.features .features-grid .features-card .img-box {
  background-color: transparent;
}
.features-card:hover i {
  color: var(--item-card-color-hover);
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-links a,
.social-links-i {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #253269;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #253269;
}
.social-links i {
  color: #253269;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.social-links a:hover,
.media-icon li a:hover i {
  background: #253269;
  color: #fff;
}
.social-links a:hover i {
  color: #fff;
}
.media-icon li i {
  color: white;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #253269;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #253269;
}
/* .areas-box:last-child {
    grid-column: 2;
} */
.footer-list li a {
  z-index: 5;
  font-size: 14px;
  font-weight: 700;
}
.media-icon li a:hover {
  color: white;
}
.site-header .navbar ul li a:hover {
  color: #214774;
  /* font-weight: 900; */
  border-bottom: 2px solid #214774;
}
.site-header .navbar ul li a {
  font-weight: 700;
}
.footer-list li a:hover {
  color: white;
  /* font-weight: 900; */
  border-bottom: 2px solid #214774;
}
.primary-footer {
  padding-top: 0px;
}
/* .s-container{
    height: 100vh;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color);
}
.packages-and-prices .packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4em;
  gap: 20px;
  /* margin-bottom: 6em; */
}
.package-card {
  min-height: 300px;
}
.packages-and-prices {
  padding: 0px;
  /* padding-top: 20px; */
}
@media (max-width: calc(992px)) {
  .site-header .container {
    align-items: center;
  }

  .site-header .main-logo a img {
    width: 160px;
  }

  .sm-hide {
    display: none;
  }
  .hide {
    display: flex;
  }
  .hidden {
    display: none;
  }

  .call-to-action a.full {
    width: auto;
  }

  .hero {
    /* height: 540px; */
  }
  .hero .container {
    grid-template-columns: repeat(1, 1fr);
    /* padding: 120px 0 50px 0; */
    padding-top: 120px;
  }

  .hero .text-part,
  .hero .img-part {
    grid-column: span 1 / span 1;
    padding-inline-end: 0;
  }

  .hero .text-part h1,
  .hero .text-part h4 {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }

  .hero .text-part h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .hulul {
    /* margin-top: 240px ; */
    margin: 50px 0 100px 0;
  }

  .hulul .title-section .sub-title {
    width: 90%;
  }

  .main-title {
    font-size: 20px;
  }

  .sub-title {
    font-size: 18px;
    width: 100%;
  }

  .hulul-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .hulul-section .img {
    height: auto;
    margin-top: 30px;
  }

  .hulul-section .img img {
    width: 100%;
  }

  .img-part .site-img {
    width: 68%;
  }

  .services .cards-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .services .cards-section .service-img img {
    margin-bottom: 40px;
  }

  .services .desctiptions {
    padding: 0 10px;
  }

  .services .desctiptions .service-card:nth-child(2) {
    margin-left: 0px;
    margin-right: 25px;

    /* background-color: red; */
  }

  .services,
  .why-q-fatora,
  .features {
    margin-bottom: 100px;
  }
  .why-q-fatora {
    padding: 3em 0 4em 0;
  }
  .features .features-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .why-q-fatora .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .packages-and-prices .packages-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .packages-and-prices .packages-details .details-table tbody tr td {
    padding: 5px 2px;
  }

  .package-card {
    min-height: auto;
  }

  .sectors .sectors-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .systems-areas {
    /* padding: 70px 0; */
  }

  .systems-areas .systems-areas-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    /* margin-top: 2em; */
  }
  .banner_btn {
    padding: 0px 20px;
  }
  .sc-btn1 {
    padding: 0px;
    margin: 0px;
    width: 150px;
  }
  .sc-btn1,
  .sc-btn2 {
    padding: 0px !important;
    margin: 0px !important;
    width: 150px !important;
  }
  /* .s-container {
    height: auto;
    } */
}

/* form-contact-us */

.style-box-shadow-3 {
  /* box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 5%); */
  box-shadow: -1px -1px 6px 0px rgb(254 254 254);
  padding: 20px;
  border-radius: 20px;
  /* background: #ffffff; */
}
.shadow-card-contact {
  box-shadow: 3px 2px 1px 2px rgb(191 32 47 / 12%);
  padding: 15px 5px;
  border-radius: 20px;
}
.contact-infor {
  font-size: 15px;
  color: #253d4e;
}
.slider-style1 {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 0px 50px;
  box-shadow: inset 1px -1px 20px 0px rgb(0 0 0 / 5%);
}
.contact-from-area p,
input {
  color: black !important;
}
input,
select {
  border: 1px solid #ececec !important;
  border-radius: 5px !important;
  height: 40px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 20px !important;
  color: black !important;
  /* font-size: 16px !important; */
  width: 100% !important;
  background: #ffffff70 !important;
}
.pr_cont-50 {
  padding-right: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.form-contact-us {
  background-color: #ffffff;
  /* margin-bottom: 50px; */
}
.background-color-second {
  background-color: #fafafa;
}

.mobile-social-icon h6 {
  color: black;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--primary-color);
  border-radius: 30px;
  line-height: 1;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.mobile-social-icon a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: -2px;
}
label {
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  font: inherit;
  vertical-align: baseline;
  display: inline-block;
  /* font-size: 12px; */
  font-weight: 400;
}
.rtl input,
.rtl textarea {
  padding-right: 20px;
}
.contact-from-area p,
input {
  color: black !important;
}
.contact-us-dark textarea {
  color: black;
}
textarea {
  border: 1px solid #ececec;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  color: black;
  font-size: 16px;
  width: 100%;
  background: #ffffff70;
  resize: vertical;
  min-height: 100px;
}
.text-danger-form {
  color: red !important;
}
.contact-from-area .contact-form-style button {
  font-size: 17px;
  font-weight: 500;
  padding: 20px 40px;
  color: #ffffff;
  border: none;
  background-color: var(--primary-color);
  border-radius: 10px;
  font-family: var(--font-family);
  text-transform: none;
  line-height: 1.8;
}
.a-abute {
  font-size: 20px !important;
  border-radius: 10px !important;
  padding: 5px 30px !important;
  /* margin: 20px 70px !important; */
  width: 150px !important;
}
.contact-from-area .contact-form-style button:hover {
  background-color: var(--primary-color) !important;
}
textarea:focus {
  background: #ffffff70;
  border: 1px solid #ececec;
}
*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error {
  color: red !important;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid red !important;
}
.alert-danger {
    color: white;
    background-color: #cf0000;
    border-color: var(--primary-color);
}
.hidden {
  display: none;
}

.contact-form-style {
  padding: 30px;
  font-size: 16px;
}
.connect_us_1{
    padding-bottom: 3rem !important;
}
/* الجوال */
@media (max-width: 575.98px) {
  .contact-form-style {
    padding: 10px;
    font-size: 14px;
  }
  .s-container {
    height: auto;
    padding: 30px 0px;
  }
  footer span {
    font-size: 11px;
  }
  .h3, h3, h1 {
    font-size: calc(1.1rem + .2vw);
}
}

/* التابلت */
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-form-style {
    padding: 20px;
    font-size: 15px;
  }
  .s-container {
    height: auto;
    padding: 30px 0px;
  }
  footer span {
    font-size: 11px;
  }
 
}

/* اللابتوب الصغير */
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-form-style {
    padding: 30px;
    font-size: 16px;
  }
  .clients .col-lg-3 {
    width: 45%;
  }
  .systems-areas .systems-areas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .s-container {
    height: auto;
    padding: 30px 0px;
  }
  .features-image , .features-data{
        padding: 0;
    margin: 0;
  }
  .img-fluid2{
        max-width: 90%;
  }
}

/* الديسكتوب - بين 992px و 1199px */
@media (min-width: 992px) and (max-width: 1199.98px) {
   .s-container {
    /* height: 100vh; */
    padding: 50px 0px;
  display: flex;
  justify-content: center; 
  align-items: center;  
  }
  .container2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
  .spacer {
  flex: 0.3; 
}
  .connect_us_1{
    padding-bottom: 0px !important;
}
.features-image , .features-data{
        padding: 0;
    margin: 0;
  }
  .img-fluid2{
        max-width: 90%;
  }
}

/* الشاشات الكبيرة - 1200px وأعلى */
@media (min-width: 1200px) {
  .s-container {
    /* height: 100vh; */
    padding: 50px 0px;
  display: flex;
  justify-content: center; 
  align-items: center;  
  }
  .container2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
  .spacer {
  flex: 0.3; 
}
  .connect_us_1{
    padding-bottom: 0px !important;
}
.features-image , .features-data{
        padding: 0;
    margin: 0;
  }
  .img-fluid2{
        max-width: 90%;
  }
}

footer .copyright {
  border-top: 0px solid #ffffff;
  padding: 10px 0;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  margin-top: 0px;
  color: #fff;
}
.package-card .price .duration {
  font-size: 20px;
  color: black;
}
.single-mobile-header-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer{
    margin-top: 0px;
}
 /* privacy , terms-conditions */
.container_first_div body {
    background-color: #f8f9fa;
  }

.privacy , .terms-conditions {
background-color: var(--background-color-second);
  padding: 0px;
  scroll-margin-top: 90px;
  overflow: clip;
}
 .privacy section , .terms-conditions section{
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff69;
  }
  .privacy h1 , .terms-conditions h1{
    font-weight: bold;
  }
   .privacy section:hover, .terms-conditions section:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .privacy h4 , .terms-conditions h4{
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }

  .privacy p, .privacy ol , .terms-conditions p, .terms-conditions ol{
    line-height: 1.7;
  }

  .privacy ol , .terms-conditions ol{
    padding-right: 20px;
  }

  .privacy a , .terms-conditions a{
    text-decoration: none;
  }

  .privacy a:hover , .terms-conditions a:hover{
    text-decoration: underline;
  }
  .systems-areas .systems-areas-grid{
    margin: 0px;
  }
  .img-fluid-footer{
    max-height: 80px;
  }


/*.zoom-container {*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/



/*.zoom-image {*/
/*  width: 100%;*/
/*  transition: transform 0.2s ease;*/
/*  display: block;*/
/*  will-change: transform;*/
/*}*/