﻿@import "../../font-icons/css/all.css";
@import "../css/custom-scrollbar.css";
@import "../css/carousel.css";
@import "../css/hexagon-anim.css";
@import "../../js/components/circular-carousel/style.css";
@import "../../js/lib/swiper/swiper.css";
:root {
  --parsyn-white: #fff;
  --parsyn-primary-dark: #090005;
  --parsyn-primary-light: rgb(79, 66, 105);
  --parsyn-secondary-dark: #008080;
  --parsyn-secondary-light: #3fcccc;
  --isa-primary: #7c51a1;
  --isa-primary-light:#441679;
  --isa-secondary: #008080;
  --isa-secondary-light: #3fcccc;
  --isa-passive-text: #d5d5d5;
  --isa-passive-text-2: #cbcbcb;
  --isa-passive-text-x3: #b9b9b9;
  --isa-footer: #070716;
  --sqrt3: 3.73205080757;
  --time: 20;
  --gap: 1;
  --radius: 3;
  --Gap: var(--gap) / 2 * var(--sqrt3);
  --Radius: 2 / var(--sqrt3) * var(--radius);
  --sz: 5px;
  --sp: 10s;
  --b1: #3c3532;
  --b2: #1c1b18;
  --b3: #0c0b0a;
  --b4: #0c0b0ae0;
  --c1: #e399ff;
  --ts: 50%/calc(var(--sz) * 17.5) calc(var(--sz) * 29.5);
}

@font-face {
  font-family: DanaR;
  src: url("../../font-typo/Dana/2.2/eot/dana-fanum-regular.eot");
  src: url("../../font-typo/Dana/2.2/eot/dana-fanum-regular.eot?#iefix") format("embedded-opentype"), url("../../font-typo/Dana/2.2/woff2/dana-fanum-regular.woff2") format("woff2"), url("../../font-typo/Dana/2.2/woff/dana-fanum-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DanaB;
  src: url("../../font-typo/Dana/2.2/eot/dana-fanum-bold.eot");
  src: url("../../font-typo/Dana/2.2/eot/dana-fanum-bold.eot?#iefix") format("embedded-opentype"), url("../../font-typo/Dana/2.2/woff2/dana-fanum-bold.woff2") format("woff2"), url("../../font-typo/Dana/2.2/woff/dana-fanum-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: DanaL;
  src: url("../../font-typo/Dana/2.2/eot/dana-fanum-light.eot");
  src: url("../../font-typo/Dana/2.2/eot/dana-fanum-light.eot?#iefix") format("embedded-opentype"), url("../../font-typo/Dana/2.2/woff2/dana-fanum-light.woff2") format("woff2"), url("../../font-typo/Dana/2.2/woff/dana-fanum-light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@keyframes morphing {
  /* 0% {
      border-radius: 45% 55% 56% 44% / 40% 39% 61% 60% ;

  }
  25% { 
      border-radius: 65% 75% 86% 64% / 60% 59% 81% 80% ;
  }
  50% {
      border-radius: 75% 85% 96% 74% / 70% 69% 91% 90% ;
  }
  75% {
      border-radius: 85% 95% 100% 84% / 80% 79% 100% 100% ;
  } */
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    opacity: 0.89;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes colors {
  100% {
    filter: hue-rotate(360deg);
  }
}
.simple-slider.center {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.simple-slider .wrapper {
  display: flex;
  grid-gap: 1em;
  overflow: hidden;
  width: 55em;
}
.simple-slider .wrapper > .inner {
  display: flex;
  grid-gap: 1em;
  transition: all 1s ease-in-out;
}
.simple-slider .card {
  border-radius: 0.5em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.simple-slider .card > img {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  display: block;
  width: 17.5em;
}
.simple-slider .card > .content {
  background: #0a2640;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 1em;
  text-align: center;
}
.simple-slider .card > .content > h1, .simple-slider .card > .content > h3 {
  margin: 0.35em 0;
}
.simple-slider .card > .content > h1 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.simple-slider .card > .content > h3 {
  color: #ccc;
  font-size: 0.9rem;
  font-weight: 300;
}
.simple-slider .map {
  margin-top: 1em;
}
.simple-slider .map > button {
  all: unset;
  background: rgb(16.8918918919, 64.1891891892, 108.1081081081);
  cursor: pointer;
  margin: 0 0.125em;
  position: relative;
  user-select: none;
  border-radius: 100%;
  height: 1em;
  width: 1em;
}
.simple-slider .map > button.active:after {
  background: #001d38;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 100%;
  height: 0.5em;
  width: 0.5em;
}

.hover-styled-link:hover {
  color: var(--isa-secondary-light) !important;
}
@media (max-width: 480px) {
  .feature-swiper-wrapper {
    flex-direction: column;
  }
  .feature-swiper-wrapper .features-swiper-slide {
    width: 100% !important;
  }
  .circle-cards-holder {
    flex-direction: column !important;
  }
  .header-logo-holder {
    width: 50% !important;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 0.5rem;
  }
  .header-logo-holder .header-logo {
    width: 3rem !important;
  }
  a.hamburger-menu {
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex !important;
  }
  a.hamburger-menu:hover {
    color: var(--isa-secondary);
  }
  .overflow-menu {
    transform: translate3d(-100%, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(26, 0, 49, 0.9490196078) !important;
    z-index: 99999999;
    display: flex !important;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
    backdrop-filter: blur(0.7rem);
  }
  .overflow-menu.active {
    transform: translate3d(0%, 0, 0);
    transition: transform 0.5s ease-in-out;
  }
  .overflow-menu .overflow-menu-header {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .overflow-menu .overflow-menu-header h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .overflow-menu .overflow-menu-header h2 i {
    font-size: 1.4em;
    cursor: pointer;
  }
  .overflow-menu .overflow-menu-header h2 i:hover {
    color: var(--isa-secondary);
  }
  .overflow-menu .overflow-menu-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overflow-menu .overflow-menu-holder ul.overflow-menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 0.5rem;
  }
  .overflow-menu .overflow-menu-holder ul.overflow-menu-list li.overflow-menu-item {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .overflow-menu .overflow-menu-holder ul.overflow-menu-list li.overflow-menu-item a.overflow-menu-link {
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #fff;
    text-decoration: none;
  }
  .overflow-menu .overflow-menu-holder ul.overflow-menu-list li.overflow-menu-item a.overflow-menu-link:hover {
    color: var(--isa-secondary) !important;
  }
  .container .header {
    justify-content: space-between !important;
    height: 3rem !important;
  }
  .header-nav-dv {
    display: none !important;
  }
  .btn-advisor {
    display: none !important;
  }
  .container .header .header-btn-dv {
    width: 30% !important;
  }
  .container .content .main-section {
    height: 30rem !important;
  }
  .container .content .main-section .main-section-background {
    flex-direction: column !important;
  }
  .container .content .main-section .main-section-background .main-carousel {
    width: 90% !important;
    left: auto !important;
    top: 0rem !important;
  }
  .container .content .main-section .main-section-background .main-carousel h1 {
    font-size: 1em !important;
  }
  .container .content .main-section .main-section-background .main-carousel h5 {
    font-size: 0.7em !important;
  }
  .container .content .main-section .main-section-background .main-carousel .carousel-text-link p {
    font-size: 0.55em !important;
  }
  .carousel-opr-btn {
    display: none !important;
  }
  .btn-demo {
    font-size: 0.8em !important;
  }
  .hex.center {
    display: none !important;
  }
  .container .content .my-customers-holder {
    bottom: -0.6rem !important;
  }
  .container .content .my-customers-holder .customer {
    width: 2rem !important;
    height: 2rem !important;
    margin-right: 1rem !important;
  }
  .container .content .my-customers-holder .customer img {
    width: 90% !important;
  }
  div.section-title {
    width: 100dvw;
    font-size: 1.3em !important;
  }
  div.section-title div {
    font-size: 0.7em !important;
  }
  div.section-title div::before, div.section-title div::after {
    height: 0.05rem !important;
  }
  .content-section .slider {
    height: 30rem !important;
  }
  .container .content .content-section {
    padding-top: 0 !important;
  }
  .container .content .content-section.section-certificates, .container .content .content-section.section-products, .container .content .content-section.section-articles {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .container .content .content-section.section-customers .infinite-swipper {
    margin: 0 !important;
  }
  .container .content .content-section.section-articles .articles-carousel-holder {
    justify-content: flex-start !important;
  }
  .container .footer .footer-float-box {
    width: 99% !important;
    right: 0.5% !important;
    height: 6.5rem !important;
  }
  .container .faq-section .faq-row {
    flex-direction: column !important;
  }
  .container .faq-section .faq-row .faq-col-img {
    width: 90% !important;
  }
  .container .faq-section .faq-row .faq-col-img img {
    width: 100% !important;
  }
  .container .faq-section .faq-row .faq-col-qa {
    width: 90% !important;
    padding-right: 0 !important;
  }
  .container .faq-section .faq-row .faq-col-qa .faq-expandable {
    width: 100% !important;
  }
  .container .footer .footer-float-box .footer-float-box-text-col h3 {
    font-size: 0.8em;
  }
  .container .footer .footer-float-box .footer-float-box-text-col {
    padding-top: 0.3rem !important;
  }
  .container .footer .footer-float-box .footer-float-box-btn-col {
    flex-direction: column !important;
    gap: 0.3rem !important;
  }
  .container .footer .footer-float-box .footer-float-box-text-col .footer-float-text-passive {
    font-size: 0.6em !important;
  }
  .container .footer .footer-float-box .footer-float-box-btn-col a.footer-float-box-btn-request {
    width: 100% !important;
    font-size: 0.6em;
  }
  .fall-product-list {
    width: 100vw !important;
  }
  .fall-product-row {
    flex-direction: column !important;
  }
  .fall-product-img-holder {
    width: 100% !important;
  }
  .fall-product-content-holder {
    width: 100% !important;
  }
  .single-slide-swiper {
    width: 100vw !important;
    flex-direction: column-reverse !important;
  }
  .single-slide-swiper .single-slide-content {
    width: 87% !important;
    height: auto !important;
    min-height: 20rem !important;
    margin-bottom: 2rem !important;
  }
  .single-slide-swiper .single-slide-image {
    width: 87% !important;
  }
  .swiper-action {
    display: none !important;
  }
  .section-articles {
    min-height: 46rem !important;
  }
  .articles-carousel-item {
    width: 87% !important;
  }
  .articles-carousel-holder {
    width: 100vw !important;
    padding-bottom: 2rem !important;
    padding-top: 0.5rem !important;
  }
  .articles-content-header {
    font-weight: lighter !important;
    font-size: 1em !important;
  }
  .articles-content-descriptions {
    font-weight: lighter !important;
    font-size: 0.8em !important;
    line-height: 2.3em !important;
  }
  .other-page-content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .other-page-content img {
    width: 100%;
    height: auto !important;
  }
  .other-page-content .contact-form-holder {
    flex-direction: column !important;
  }
  .other-page-content .contact-form-holder .contatc-form-holder-right-col {
    width: 100% !important;
  }
  .other-page-content .contact-form-holder .contatc-form-holder-left-col {
    width: 100% !important;
    min-height: 41.6rem !important;
    height: auto !important;
    padding-bottom: 2rem;
  }
  .other-page-content .contact-form-holder .contatc-form-holder-left-col .form-content-col {
    width: 100% !important;
  }
  .other-page-content .contact-form-holder .contatc-form-holder-bottom-row {
    width: 100%;
    flex-direction: column;
  }
  .other-page-content .contact-form-holder .contatc-form-holder-bottom-row .connection-way {
    max-width: 90% !important;
    width: 90% !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .other-pages-title {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.5em !important;
    text-align: justify;
  }
  .blog-container {
    flex-direction: column !important;
    padding-top: 1rem !important;
  }
  .blog-container .blog-decription {
    width: 100% !important;
  }
  .blog-container .blog-category {
    width: 100% !important;
  }
  .blog-container .blog-content {
    width: 100% !important;
  }
  .blog-container .blog-content .blog-content-list-item {
    width: 100% !important;
  }
  .blog-container .blog-content .blog-content-list-item .blog-content-list-item-image {
    height: auto !important;
  }
  .cufeedback-swiper {
    padding-right: 0 !important;
  }
  .cufeedback-swiper .cufeedback-wrapper {
    justify-content: center !important;
  }
  .cufeedback-swiper .feedback-card {
    width: 90% !important;
    padding: 2rem !important;
  }
  .cufeedback-swiper .feedback-card .feedback-qoute-holder {
    width: 2.5rem !important;
    height: 2.5rem !important;
    right: -1.1rem !important;
    font-size: 2em !important;
  }
  .cufeedback-swiper .feedback-card .feedback-image-holder {
    width: 2.5rem !important;
    height: 2.5rem !important;
    left: -1.1rem !important;
  }
  .footer {
    width: 100vw !important;
    flex-direction: column !important;
  }
  .footer-content-holder {
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-content-holder-column {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 1rem !important;
  }
  .footer-copyright {
    display: block !important;
    padding: 0.5rem !important;
    padding-top: 1.2rem !important;
  }
  .solution-decription {
    margin-top: 1rem;
  }
  .solution-item-holder {
    flex-direction: column !important;
  }
  .solution-item-holder .solution-item-img {
    width: 100% !important;
  }
  .solution-item-holder .solution-item-description {
    width: 100% !important;
  }
  .solution-item-holder .solution-item-description p {
    width: 100%;
    text-align: justify;
  }
}
.blog-container {
  display: flex;
  width: 100%;
  min-height: 20rem;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.blog-container .blog-decription {
  width: 100%;
  min-height: 5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.5803921569);
  border-radius: 0.3rem;
  box-shadow: 0rem 0rem 0.2rem 0rem rgba(211, 211, 211, 0.49);
}
.blog-container .blog-category {
  width: 20%;
  padding: 1rem;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.5803921569);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog-container .blog-category-breaking-news {
  display: flex;
  flex-direction: column;
}
.blog-container .blog-category-breaking-news .blog-category-breaking-news-items-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog-container .blog-category-breaking-news .blog-category-breaking-news-items-holder .blog-category-breaking-news-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid #d7d7d7;
  text-decoration: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.blog-container .blog-category-breaking-news .blog-category-breaking-news-items-holder .blog-category-breaking-news-item .blog-category-breaking-news-item-title {
  width: calc(100% - 3rem);
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
}
.blog-container .blog-category-breaking-news .blog-category-breaking-news-items-holder .blog-category-breaking-news-item .blog-category-breaking-news-item-title:hover, .blog-container .blog-category-breaking-news .blog-category-breaking-news-items-holder .blog-category-breaking-news-item .blog-category-breaking-news-item-title:active {
  color: var(--isa-primary);
}
.blog-container .blog-category-breaking-news .blog-category-breaking-news-items-holder .blog-category-breaking-news-item .blog-category-breaking-news-item-date {
  width: 100%;
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 0.8em;
  color: var(--isa-passive-text-2);
}
.blog-container .blog-category-breaking-news .blog-category-breaking-news-items-holder .blog-category-breaking-news-item .blog-category-breaking-news-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.1rem solid var(--isa-primary);
}
.blog-container .blog-category-breaking-news .blog-category-breaking-news-items-holder .blog-category-breaking-news-item .blog-category-breaking-news-item-image img {
  width: 100%;
}
.blog-container .blog-content {
  width: calc(80% - 2rem);
  background: blue;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.9254901961);
  padding: 1rem;
}
.blog-container .blog-content .blog-content-list-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  box-shadow: 0rem 0rem 1rem 0rem rgba(215, 215, 215, 0.2);
  border-radius: 0.5rem;
  border: 0.2rem solid rgba(215, 215, 215, 0.19);
  padding: 1.1rem;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-image {
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-image img {
  height: 100%;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-image .blog-content-list-item-date-holder {
  display: flex;
  position: absolute;
  width: 4rem;
  height: 4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-image .blog-content-list-item-date-holder .year {
  display: flex;
  width: 100%;
  height: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--isa-primary);
  color: #fff;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-image .blog-content-list-item-date-holder .monthdate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  background-color: var(--isa-secondary);
  color: #fff;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-height: calc(100% - 10rem);
  max-height: calc(100% - 10rem);
  overflow: hidden;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description .blog-content-description-title {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description .blog-content-description-title h3 {
  display: flex;
  margin: 0;
  padding: 0;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description .blog-content-description-title h3 a {
  text-decoration: none;
  color: inherit;
  font-size: 0.9em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description .blog-content-description-usercomments {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.5rem;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description .blog-content-description-short {
  display: flex;
  width: 100%;
  text-align: justify;
  color: var(--isa-passive-text-x3);
  max-height: 60%;
  overflow: hidden;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description .blog-content-description-morebtn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description .blog-content-description-morebtn a {
  display: flex;
  padding: 0.4rem;
  justify-content: center;
  text-decoration: none;
  color: var(--isa-secondary-light);
  width: 6rem;
  align-items: center;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description .blog-content-description-morebtn a:hover {
  background-color: var(--isa-secondary-light);
  color: #fff;
}
.blog-container .blog-content .blog-content-list-holder .blog-content-list .blog-content-list-item .blog-content-list-item-description .blog-content-description-morebtn a i {
  padding-left: 0.5rem;
}
.blog-container .blog-category-search {
  width: 100%;
  min-height: 5rem;
}
.blog-container .blog-category-search .blog-category-search-object {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-container .blog-category-search .blog-category-search-object input {
  border: none;
  height: 100%;
  width: 80%;
  font-family: "DanaL";
  padding: 0.3rem;
}
.blog-container .blog-category-search .blog-category-search-object input:focus {
  border: none;
  outline: none;
}
.blog-container .blog-category-search .blog-category-search-object button {
  height: 100%;
  width: 20%;
  border: none;
  background: #fff;
  cursor: pointer;
}
.blog-container .blog-category-section-title {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-weight: bolder;
  border-right: 0.1rem solid var(--isa-primary);
  padding-right: 0.5rem;
}
.blog-container .blog-category-category-list {
  display: flex;
  flex-direction: column;
}
.blog-container .blog-category-category-list .blog-category-category-items-holder {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-container .blog-category-category-list .blog-category-category-items-holder .blog-category-category-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 100%;
  text-decoration: none;
  color: #555555;
}
.blog-container .blog-category-category-list .blog-category-category-items-holder .blog-category-category-item.active .blog-category-category-item-title {
  color: var(--isa-secondary) !important;
}
.blog-container .blog-category-category-list .blog-category-category-items-holder .blog-category-category-item i, .blog-container .blog-category-category-list .blog-category-category-items-holder .blog-category-category-item span {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--parsyn-secondary-dark) !important;
}
.blog-container .blog-category-category-list .blog-category-category-items-holder .blog-category-category-item .blog-category-category-item-title {
  width: calc(100% - 4rem);
  font-weight: lighter;
  font-size: 0.9em;
}
.blog-container .blog-category-category-list .blog-category-category-items-holder .blog-category-category-item span {
  background-color: #fff;
  border-radius: 0.5rem;
  font-size: 0.7em;
}

/*NEWS DETAILS STYLES*/
.news-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 5rem;
}
.news-details .news-image {
  min-width: 20rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-details .news-image img {
  width: 100%;
}
.news-details .news-operation {
  width: 100%;
  min-height: 2rem;
  background: linear-gradient(287deg, transparent, transparent, var(--isa-secondary-light), transparent, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.1em;
  font-weight: bolder;
  color: var(--isa-primary-light);
}
.news-details .news-operation .comment-count {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.news-comment {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-comment .news-comment-title {
  width: 100%;
  min-height: 2rem;
  background: linear-gradient(287deg, transparent, transparent, var(--isa-secondary-light), transparent, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.3em;
  font-weight: bolder;
  color: var(--isa-primary-light);
}
.news-comment .news-comment-title i {
  font-size: 2em;
  color: #fff;
}

.solution-decription {
  width: 100%;
  min-height: 5rem;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  box-shadow: 0.3rem 0.3rem 0 0rem var(--isa-secondary);
  background-color: #ffffff;
  padding: 0.5rem;
  box-sizing: border-box;
}

.solution-item-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 5rem;
  row-gap: 1.5rem;
}
.solution-item-holder .solution-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  gap: 1rem;
}
.solution-item-holder .solution-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.solution-item-holder .solution-item .solution-item-img {
  width: calc(40% - 0.5rem);
  overflow: hidden;
}
.solution-item-holder .solution-item .solution-item-img img {
  width: 100%;
  border-radius: 0.3rem;
  max-width: 40rem;
}
.solution-item-holder .solution-item .solution-item-description {
  width: calc(60% - 0.5rem);
}
.solution-item-holder .solution-item .solution-item-link {
  width: 100%;
  height: 3rem;
  border-radius: 0.3rem;
  border: 0.015rem solid #d9ffff;
  background-color: #f7ffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-item-holder .solution-item .solution-item-link a {
  text-decoration: none;
  color: var(--isa-primary);
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/*****SOLUTION DETAILS*****/
.solution-detail-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
}
.solution-detail-content .solution-main-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 50rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  align-items: center;
  justify-content: center;
}
.solution-detail-content .solution-main-section .solution-detail-img {
  width: 60rem;
  height: 100%;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.solution-detail-content .solution-main-section .solution-detail-img img {
  width: 100%;
  border-radius: 0.5rem;
}
.solution-detail-content .solution-main-section .solution-detail-title {
  width: 60rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.solution-detail-content .solution-main-section .solution-detail-decription {
  width: 80%;
}
.solution-detail-content .solution-detail-header {
  width: 100%;
  height: 4rem;
  background: #11011e;
  position: sticky;
  top: 5.5rem;
  color: #fff;
  display: flex;
  gap: 4rem;
  padding: 0.6rem;
  align-items: center;
  padding-right: 3rem;
}
.solution-detail-content .solution-detail-header.fixed {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 10000000000000000000000000000;
}
.solution-detail-content .solution-detail-header .solution-detail-header-title {
  font-weight: bolder;
  font-size: 1.2em;
}
.solution-detail-content .solution-detail-header ul.solution-features {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 100%;
}
.solution-detail-content .solution-detail-header ul.solution-features li.solution-feature-item {
  min-width: 10rem;
  align-items: center;
  display: flex;
}
.solution-detail-content .solution-detail-header ul.solution-features li.solution-feature-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #9d9d9d;
}
.solution-detail-content .solution-detail-header ul.solution-features li.solution-feature-item a:hover {
  color: var(--isa-secondary) !important;
}
.solution-detail-content .solution-full-height-section {
  height: 100vh;
}
.solution-detail-content .solution-full-height-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  padding-top: 6rem !important;
}
.solution-detail-content .solution-full-height-section .solution-section-title {
  width: 100%;
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.3rem;
  box-shadow: 0.3rem 0.3rem 0 0rem var(--isa-secondary);
}
.solution-detail-content .solution-full-height-section .solution-section-description {
  border-radius: 0.5rem;
}

body, html {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-family: DanaL;
  overflow-x: hidden;
  direction: rtl;
  position: relative;
}

* {
  box-sizing: border-box;
  direction: rtl;
}

.overflow-menu {
  display: none;
}

.container {
  min-width: 100dvw;
  min-height: 100dvh;
  display: grid;
}
.container .header {
  background: transparent;
  height: 4rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
.container .header.active {
  background: rgb(68, 22, 122);
  background: -moz-radial-gradient(circle, rgb(68, 22, 122) 0%, rgb(20, 4, 40) 100%);
  background: -webkit-radial-gradient(circle, rgb(68, 22, 122) 0%, rgb(20, 4, 40) 100%);
  background: radial-gradient(circle, rgb(68, 22, 122) 0%, rgb(20, 4, 40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44167a",endColorstr="#140428",GradientType=1);
  height: 3rem !important;
}
.container .header .hamburger-menu {
  display: none;
}
.container .header .header-logo-holder {
  width: 15%;
}
.container .header .header-logo-dv {
  width: 60%;
  display: flex;
  align-items: center;
  height: 100%;
}
.container .header .header-logo-dv .header-logo {
  width: 4rem;
}
.container .header .header-nav-dv {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
}
.container .header .header-nav-dv .header-navbar {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
  margin: 0 !important;
}
.container .header .header-nav-dv .header-navbar .header-navbar-link-dv {
  display: flex;
  height: 100%;
  align-items: center;
}
.container .header .header-nav-dv .header-navbar .header-navbar-link-dv .header-navbar-link {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  text-decoration: none;
  color: var(--isa-passive-text-x3);
  font-size: 0.9em;
}
.container .header .header-btn-dv {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.container .header .header-btn-dv .header-btn-link {
  display: flex;
  text-decoration: none;
  color: #fff;
  padding: 0.4rem;
  min-width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.4rem;
}
.container .content {
  background: rgb(244, 244, 244);
  min-height: 100dvh;
  height: auto;
}
.container .content .my-customers-holder {
  width: 100%;
  position: absolute;
  height: 5rem;
  bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .my-customers-holder .customer {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(62, 201, 202, 0.14);
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .my-customers-holder .customer img {
  width: 70%;
}
.container .content .main-section {
  height: 100dvh;
  width: 100vw;
  background-color: white;
  position: relative;
}
.container .content .main-section strong {
  color: var(--isa-secondary-);
}
.container .content .main-section strong.technical-feature {
  color: #f80000;
}
.container .content .main-section strong.normal-strong {
  color: var(--isa-passive-text-2);
}
.container .content .main-section strong.netcore-color {
  color: #c6ffc6;
}
.container .content .main-section p.small-text {
  font-weight: lighter;
  font-size: 0.65em;
}
.container .content .main-section .main-section-background {
  height: 100%;
  width: 100%;
  background: rgb(68, 22, 122);
  background: -moz-radial-gradient(circle, rgb(68, 22, 122) 0%, rgb(20, 4, 40) 100%);
  background: -webkit-radial-gradient(circle, rgb(68, 22, 122) 0%, rgb(20, 4, 40) 100%);
  background: radial-gradient(circle, rgb(68, 22, 122) 0%, rgb(20, 4, 40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44167a",endColorstr="#140428",GradientType=1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .main-section .main-section-background .main-carousel {
  width: 30%;
  height: auto;
  min-height: 50%;
  top: 2.3rem;
  position: relative;
  left: 23.5%;
  padding: 1.1rem;
  border-radius: 0.6rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
}
.container .content .main-section .main-section-background .main-carousel strong {
  font-size: 1.95 !important;
  color: var(--isa-secondary-light);
}
.container .content .main-section .main-section-background .main-carousel h1 {
  font-size: 1.2em;
  color: var(--isa-passive-text);
  text-align: justify;
  font-weight: lighter;
  line-height: 1.7em;
}
.container .content .main-section .main-section-background .main-carousel h5 {
  text-align: justify;
  margin-top: 3rem;
  color: var(--isa-passive-text-2);
  font-size: 0.8em;
  font-weight: lighter;
  line-height: 2.2em;
}
.container .content .main-section .main-section-background .main-carousel .carousel-opr-btn {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 2rem;
  top: calc((100% - 2rem) / 2);
  color: var(--isa-passive-text-2);
}
.container .content .main-section .main-section-background .main-carousel .carousel-opr-btn:hover {
  color: var(--isa-secondary-light);
}
.container .content .main-section .main-section-background .main-carousel .carousel-opr-btn-right {
  right: -2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.container .content .main-section .main-section-background .main-carousel .carousel-opr-btn-left {
  left: -2rem;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.container .content .main-section .main-section-background .main-carousel .carousel-text-link {
  padding-top: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  bottom: 0rem;
}
.container .content .main-section .main-section-background .main-carousel .carousel-text-link p {
  color: var(--isa-passive-text);
}
.container .content .main-section .main-section-background .main-carousel .carousel-text-link a {
  text-decoration: none;
  color: var(--isa-secondary-light);
  border: 0.1rem solid var(--isa-secondary-light);
  display: flex;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-weight: lighter;
  font-size: 0.9em;
}
.container .content .content-section {
  width: 100%;
  max-width: 100vw;
  background-color: #ffffff;
  padding-top: 2rem;
}
.container .content .content-section.other-page {
  padding-top: 0 !important;
}
.container .content .content-section.other-page-content {
  background-color: transparent;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.container .content .content-section.other-page-content .contact-form-holder {
  margin-top: 4rem;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2rem;
  flex-wrap: wrap;
  min-height: 40rem;
  height: auto;
  padding-block: 2rem;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-right-col {
  width: 40%;
  overflow: hidden;
  min-height: 40rem;
  height: calc(100% - 4rem);
  margin: 0 !important;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-right-col iframe {
  min-height: 41rem;
  height: 100% !important;
  width: 100%;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.25);
  width: 60%;
  overflow: hidden;
  background-color: #fff;
  min-height: calc(100% - 4rem);
  min-height: 41.6rem;
  box-sizing: border-box;
  padding-inline: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  border-radius: 0.5rem;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col .contact-form-title {
  font-weight: bolder;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col .form-content {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  direction: rtl;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col .form-content .form-content-col {
  width: calc(50% - 0.4rem);
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col .form-content .form-content-col .form-input-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col .form-content .form-content-col .form-input {
  height: 2.2rem;
  width: 100%;
  font-family: DanaL;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.1rem;
  border: 0.1rem solid #cfcfcf;
  border-radius: 0.2rem;
  outline: none;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col .form-content .form-content-col .form-input:focus {
  border-color: var(--isa-secondary) !important;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col .form-content .form-content-col .form-input.large-input {
  min-height: 17.5rem;
  padding: 0.2rem;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col .form-content .form-content-col.full-width {
  width: 100% !important;
  gap: 0 !important;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-left-col .form-content .form-content-col .form-submit {
  width: 100%;
  height: 2.2rem;
  font-family: DanaL !important;
  color: #fff;
  background-color: #2d797a;
  border: none;
  border-radius: 0.3rem;
  cursor: pointer;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-bottom-row {
  width: 100%;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 0.8rem;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-bottom-row .connection-way {
  max-width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-direction: row;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-bottom-row .connection-way .cw-tetx-link {
  direction: ltr !important;
  text-decoration: none;
  display: block;
}
.container .content .content-section.other-page-content .contact-form-holder .contatc-form-holder-bottom-row li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--isa-secondary);
  border-radius: 50%;
  color: #fff;
}
.container .content .content-section .other-pages-title-bar {
  background: rgb(68, 22, 122);
  background: -moz-radial-gradient(circle, rgb(68, 22, 122) 0%, rgb(20, 4, 40) 100%);
  background: -webkit-radial-gradient(circle, rgb(68, 22, 122) 0%, rgb(20, 4, 40) 100%);
  background: radial-gradient(circle, rgb(68, 22, 122) 0%, rgb(20, 4, 40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44167a",endColorstr="#140428",GradientType=1);
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .content-section .other-pages-title-bar .other-pages-title {
  color: #fff;
  margin: 0 !important;
  font-size: 2em;
  padding-top: 2rem;
}
.container .content .content-section div.section-title {
  margin: 0 !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  font-weight: lighter;
  position: relative;
}
.container .content .content-section div.section-title div {
  min-width: 20rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #150429;
  font-weight: bold;
}
.container .content .content-section div.section-title strong {
  color: var(--isa-primary);
  font-size: 1.2em;
  padding-right: 0.5rem;
}
.container .content .content-section.default-height {
  height: auto;
}
.container .content .content-section.section-certificates {
  background-color: #f1f5f9;
  padding-bottom: 2.3rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.container .content .content-section.section-certificates .circle-cards-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  flex-direction: row;
  padding-top: 1.5rem;
}
.container .content .content-section.section-certificates .circle-cards-holder .circle-card {
  width: 11rem !important;
  height: 11rem;
  background: #ffcfb3;
  border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
  animation: morphing linear 8s infinite;
  transition: all 2s ease-in-out;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0 1.2rem 0rem #e2e2e2;
}
.container .content .content-section.section-certificates .circle-cards-holder .circle-card:hover {
  border-radius: 50% !important;
  animation-play-state: paused;
  transition: all 2s ease-in-out;
  cursor: pointer;
}
.container .content .content-section.section-certificates .circle-cards-holder .circle-card:hover > .circle-card-overly {
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0, 1.34, 1, 1);
  border-radius: 50%;
}
.container .content .content-section.section-certificates .circle-cards-holder .circle-card .circle-card-img-holder {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .content-section.section-certificates .circle-cards-holder .circle-card .circle-card-overly {
  transition: transform 0.5s cubic-bezier(0, 1.34, 1, 1);
  position: absolute;
  background: rgba(6, 0, 84, 0.4784313725);
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  backdrop-filter: blur(0.1rem);
}
.container .content .content-section.section-certificates .circle-cards-holder .circle-card .circle-card-overly .circle-card-overly-title {
  color: #f8f8f8;
  font-size: 0.9em !important;
  margin: 0 !important;
}
.container .content .content-section.section-certificates .circle-cards-holder .circle-card .circle-card-overly .circle-card-overly-description {
  margin: 0 !important;
  text-align: justify;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
}
.container .content .content-section.section-products {
  background-color: #fff;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  min-height: 42rem;
}
.container .content .content-section.section-customers {
  background-color: #f1f5f9;
  padding-bottom: 2rem;
}
.container .content .content-section.section-customers .infinite-swipper {
  width: 60%;
}
.container .content .content-section.section-customers .infinite-slide-item {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .content-section.section-customers .infinite-slide-item .customer-swiper-img {
  width: 4.5rem;
  height: 4.5rem;
}
.container .content .content-section.section-articles {
  background-color: #fff;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  min-height: 57rem;
}
.container .content .content-section.section-articles .articles-carousel-holder {
  padding-block: 5.2rem;
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item {
  min-height: 35rem;
  border-radius: 0.2rem;
  background: transparent;
  box-shadow: 0 0 0.4rem 0.1rem #d9d9d9;
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item .articels-carousel-item-image {
  height: 14rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  overflow: hidden;
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item .articels-carousel-item-image img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item .articles-carousel-item-content {
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item .articles-carousel-item-content .articles-content-header {
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: justify;
  height: 2rem;
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item .articles-carousel-item-content .articles-content-reactions {
  height: 1.5rem;
  width: 100%;
  background-color: rgba(231, 231, 231, 0.53);
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item .articles-carousel-item-content .articles-content-reactions .articles-content-reactions-litem {
  list-style: none;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: end;
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item .articles-carousel-item-content .articles-content-reactions .articles-content-reactions-litem .articles-content-reactions-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  min-width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 0.2rem;
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item .articles-carousel-item-content .articles-content-more-btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2rem;
  width: 100%;
}
.container .content .content-section.section-articles .articles-carousel-holder .articles-carousel-item .articles-carousel-item-content .articles-content-more-btn i {
  margin-right: 0.5rem;
}
.container .content .content-section .features-swiper {
  position: relative;
  padding-bottom: 3rem;
}
.container .content .content-section .features-swiper .swiper-action {
  position: absolute;
  font-size: 2em;
  text-decoration: none;
  color: rgba(21, 4, 41, 0.5411764706);
  top: calc((100% - 7em) / 2);
  z-index: 9;
}
.container .content .content-section .features-swiper .swiper-action:hover {
  color: rgba(72, 1, 153, 0.5411764706);
}
.container .content .content-section .features-swiper .swiper-action.single-slide-next {
  right: 2rem;
}
.container .content .content-section .features-swiper .swiper-action.single-slide-prev {
  left: 2rem;
}
.container .content .content-section .feature-swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.container .content .content-section .features-swiper-slide {
  width: 18.8679245283%;
}
.container .content .content-section .single-slide-swiper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.container .content .content-section .single-slide-swiper .single-slide-content {
  width: 100%;
  background: rgb(253, 252, 255);
  border-radius: 1rem;
  height: 30rem;
  padding: 0.5rem;
  box-shadow: 0rem 0rem 0.3rem 0rem rgba(98, 98, 98, 0.27);
}
.container .content .content-section .single-slide-swiper .single-slide-image {
  display: flex;
  align-items: center;
  min-height: 14rem;
  max-height: 14rem;
  overflow: hidden;
}
.container .content .content-section .single-slide-swiper .single-slide-image .single-slide-image-holder {
  width: 100%;
  overflow: hidden;
}
.container .content .content-section .single-slide-swiper .single-slide-image .single-slide-image-holder img {
  width: 100%;
  border-radius: 0.5rem;
  height: 13rem;
  object-fit: fill;
}
.container .content .content-section .single-slide-swiper .single-slide-header {
  margin: 0;
  padding-bottom: 0.5rem;
  min-height: 3rem;
  max-height: 4rem;
  overflow: hidden;
  height: auto;
}
.container .content .content-section .single-slide-swiper .single-slide-description {
  height: 9rem;
  max-height: 9rem;
  overflow: hidden;
  text-align: justify;
}
.container .content .content-section .single-slide-swiper .single-slide-more-btn-holder {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: end;
  max-height: 3rem;
  overflow: hidden;
}
.container .cofeature-swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .cofeature-swiper-wrapper .cofeature-item {
  margin-top: 1.5rem;
  padding-top: 2rem;
  display: flex;
  align-items: center !important;
  flex-direction: column;
  justify-content: start !important;
  border-radius: 0.2rem;
  width: 15rem;
  height: auto;
  min-height: 15rem;
  max-height: 30rem;
  margin-right: 2rem;
  background: #fff;
}
.container .cofeature-swiper-wrapper .cofeature-item .cofeature-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  transition: all ease-in-out 1s !important;
}
.container .cofeature-swiper-wrapper .cofeature-item .cofeature-image img {
  width: 9rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.container .cofeature-swiper-wrapper .cofeature-item .cofeature-image:hover {
  transition: all ease-in-out 1s !important;
  border-radius: 5% !important;
}
.container .cofeature-swiper-wrapper .cofeature-item .cofeature-header {
  color: black !important;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  font-weight: bolder !important;
}
.container .cofeature-swiper-wrapper .cofeature-item .cofeature-header h4 {
  margin: 0 !important;
}
.container .cofeature-swiper-wrapper .cofeature-item .cofeature-description {
  display: flex;
  align-items: center;
  text-align: justify;
  padding-inline: 0.5rem;
}
.container .customer-feedback-section {
  padding-bottom: 2rem;
  background-color: #fefeff !important;
}
.container .customer-feedback-section .cufeedback-swiper {
  padding-right: 5rem;
  position: relative;
  max-width: 90vw;
}
.container .customer-feedback-section .cufeedback-swiper .cofeedback-slide-next, .container .customer-feedback-section .cufeedback-swiper .cofeedback-slide-prev {
  position: absolute;
  bottom: 0.5rem;
  right: 0rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: var(--isa-passive-text-x3);
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 0.1rem solid #fff;
}
.container .customer-feedback-section .cufeedback-swiper .cofeedback-slide-prev {
  right: 3rem;
}
.container .customer-feedback-section .cufeedback-swiper .cufeedback-wrapper {
  gap: 6rem;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card {
  width: 25rem;
  background: #D3CCE3;
  background: -webkit-linear-gradient(to right, #f8f3ff, rgba(218, 201, 255, 0.6392156863));
  background: linear-gradient(to right, #f8f3ff, rgba(218, 201, 255, 0.6392156863));
  padding: 3rem;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 20rem;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 14rem;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-content .feedback-content-title {
  font-weight: bolder;
  font-size: 1.5em;
  color: var(--isa-primary);
  height: 3rem;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-content .feedback-content-subtitle {
  font-size: 0.8em;
  height: 2rem;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-content .feedback-content-comment {
  height: 7rem;
  text-align: justify;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-content .feedback-content-action {
  height: 2rem;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-content .feedback-content-action a {
  background: #f0dfff;
  color: var(--isa-primary);
  padding: 0.4rem;
  text-decoration: none;
  border-radius: 1.1rem;
  font-size: 0.9em;
  box-shadow: 0.1rem 0.1rem 0rem 0rem var(--isa-primary);
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-content .feedback-content-action a:hover {
  box-shadow: none;
  background: var(--isa-primary);
  color: #fff;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-qoute-holder {
  width: 5rem;
  height: 5rem;
  background: #eeeeee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--isa-secondary);
  font-size: 2.7em !important;
  position: absolute;
  right: -2.5rem;
  bottom: 0.5rem;
  z-index: 999999999999;
  border: 0.2rem solid #ffffff;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-image-holder {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #eeeeee;
  border: 0.2rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: -2rem;
  top: 0.5rem;
  overflow: hidden;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-image-holder img {
  width: 3rem;
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-stars-box {
  position: absolute;
  width: 7rem;
  min-width: 7rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: calc((100% - 1.1rem) / 2);
  left: -3.5rem;
  border-radius: 0.5rem;
  padding: 0.2rem;
  border: 0.2rem solid #fff;
  background-color: #eeeeee;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.container .customer-feedback-section .cufeedback-swiper .feedback-card .feedback-stars-box i {
  color: orange;
}
.container .faq-section {
  padding-bottom: 5rem;
}
.container .faq-section .faq-row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
  justify-content: center;
  padding-bottom: 2rem !important;
}
.container .faq-section .faq-row .faq-col-qa {
  width: 43%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-right: 4rem;
  gap: 0.3rem;
}
.container .faq-section .faq-row .faq-col-qa .faq-expandable {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 2px 1px 0rem 0.05rem rgb(50, 131, 131);
}
.container .faq-section .faq-row .faq-col-qa .faq-expandable .faq-expandable {
  box-shadow: none !important;
  width: 100% !important;
}
.container .faq-section .faq-row .faq-col-qa .faq-expandable .faq-expandable-title {
  height: 100%;
}
.container .faq-section .faq-row .faq-col-qa .faq-expandable .faq-expandable-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container .faq-section .faq-row .faq-col-qa .faq-expandable .faq-expandable-content {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.container .faq-section .faq-row .faq-col-qa .faq-expandable .faq-expandable-content.active {
  height: auto !important;
  min-height: 5rem !important;
  overflow: auto !important;
}
.container .faq-section .faq-row .faq-col-img {
  width: 37%;
}
.container .faq-section .faq-row .faq-col-img img {
  width: 40rem;
}
.container .footer {
  background: var(--isa-footer);
  animation: colors var(--sp) linear 0s infinite;
  min-height: 33rem;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.container .footer .footer-float-box {
  height: 6rem;
  width: 80%;
  position: absolute;
  background: rgb(161, 113, 201);
  background: -moz-linear-gradient(36deg, rgb(161, 113, 201) 0%, rgb(136, 108, 161) 43%, rgb(0, 128, 128) 100%);
  background: -webkit-linear-gradient(36deg, rgb(161, 113, 201) 0%, rgb(136, 108, 161) 43%, rgb(0, 128, 128) 100%);
  background: linear-gradient(36deg, rgb(161, 113, 201) 0%, rgb(136, 108, 161) 43%, rgb(0, 128, 128) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a171c9",endColorstr="#008080",GradientType=1);
  top: -3rem;
  right: 10%;
  padding: 0.5rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  flex-direction: row;
  display: flex;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.container .footer .footer-float-box .footer-float-box-text-col {
  display: flex;
  width: 76%;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 0rem;
}
.container .footer .footer-float-box .footer-float-box-text-col h3 {
  margin: 0 !important;
  color: var(--isa-passive-text);
}
.container .footer .footer-float-box .footer-float-box-text-col .footer-float-text-passive {
  color: var(--isa-passive-text-2);
}
.container .footer .footer-float-box .footer-float-box-btn-col {
  display: flex;
  width: 24%;
  align-items: center;
  justify-content: end;
}
.container .footer .footer-float-box .footer-float-box-btn-col a {
  display: flex;
  border: 0.1rem solid #fff;
  padding: 0.5rem;
  border-radius: 5rem;
  min-width: 2rem;
  margin-right: 2rem;
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: space-evenly;
}
.container .footer .footer-float-box .footer-float-box-btn-col a.footer-float-box-btn-adv {
  background-color: var(--isa-secondary-light) !important;
}
.container .footer .footer-float-box .footer-float-box-btn-col a.footer-float-box-btn-request {
  color: var(--isa-secondary-light) !important;
  border-color: var(--isa-secondary-light) !important;
}
.container .footer .footer-float-box .footer-float-box-btn-col a i {
  margin-right: 0.5rem;
}
.container .footer .footer-content-holder {
  height: calc(100% - 6rem);
  position: relative;
  box-sizing: border-box;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 2;
  display: flex;
  align-items: start;
  justify-content: center;
}
.container .footer .footer-content-holder .footer-content-holder-column {
  width: calc((100% - 10rem) / 3);
  margin-right: 1.5rem;
  padding: 2rem;
}
.container .footer .footer-content-holder .footer-content-holder-column .footer-content-about-co-hdr {
  color: var(--isa-passive-text-2);
  font-size: 0.9em;
}
.container .footer .footer-content-holder .footer-content-holder-column .footer-content-about-co-hdr.highlight {
  color: var(--isa-passive-text) !important;
  font-size: 1.2em !important;
}
.container .footer .footer-content-holder .footer-content-about-co-detail {
  color: var(--isa-passive-text-x3);
  text-align: justify;
}
.container .footer .footer-content-holder .footer-content-about-co-detail .ltr-strong {
  display: block;
  direction: ltr;
}
.container .footer .footer-content-holder .footer-content-about-co-detail .social-media-holder {
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  font-size: 1.2em;
}
.container .footer .footer-content-holder .footer-content-about-co-detail .social-media-holder .social-media-link:hover {
  color: var(--isa-passive-text);
}
.container .footer .footer-content-holder .footer-content-about-co-detail .footer-link-group {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
}
.container .footer .footer-content-holder .footer-content-about-co-detail .footer-link-group .footer-link-item .footer-link-a {
  text-decoration: none;
  color: var(--isa-passive-text-2);
}
.container .footer .footer-content-holder .footer-content-about-co-detail .footer-link-group .footer-link-item .footer-link-a:hover {
  color: red;
  transform: rotate(90deg);
}
.container .footer .footer-copyright {
  width: 100%;
  height: 4rem;
  color: var(--isa-passive-text-2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.1rem solid #6b6b6b;
}
.container .footer .footer-copyright i {
  padding-left: 0.5rem;
}
.container .footer .footer-copyright a {
  text-decoration: none;
  color: var(--isa-secondary-light);
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-demo {
  background-color: rgba(62, 203, 203, 0.15);
}
.btn-demo:hover {
  background-color: rgba(62, 203, 203, 0.438) !important;
}

.btn-advisor {
  color: var(--isa-passive-text-x3) !important;
}
.btn-advisor:hover {
  color: var(--isa-passive-text) !important;
}

.btn-bg-svg-secondary:not(.btn-demo) {
  background-image: url(../../img/bg/btn-bg-secondary.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.btn-bg-svg-primary:not(.btn-advisor) {
  background-image: url(../../img/bg/btn-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.single-slide-more-btn {
  display: inline-flex;
  padding: 0.3rem;
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  text-decoration: none;
  color: #585858;
  border-radius: 1rem;
  border: 0.1rem solid #646464;
  background-color: #ffffff;
}
.single-slide-more-btn.articles-content-more-btn {
  top: 0 !important;
}
.single-slide-more-btn:hover {
  background-color: #3dc4c6 !important;
  color: #fff;
  border-color: #3dc4c6 !important;
}

.image-viewer-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000000000000000000;
  top: 0;
  right: 0;
  backdrop-filter: blur(0);
  background-color: transparent;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: background-color 0.8s ease-in-out;
  transition: backdrop-filter 0.95s ease-in-out;
}
.image-viewer-popup.active {
  background-color: rgba(0, 128, 128, 0.1294117647);
  backdrop-filter: blur(0.3rem);
  transform: scale(1);
  transition: transform 0.95s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
  transition: background-color 0.3s ease-in-out !important;
  transition: backdrop-filter 0.4s ease-in-out !important;
}
.image-viewer-popup .image-viewer-content {
  width: 50rem;
  min-height: 30rem;
  max-height: 40rem;
  background: rgba(255, 255, 255, 0.831372549);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0rem 0rem 3rem 0 rgba(19, 0, 35, 0.2509803922);
}
.image-viewer-popup .image-viewer-content .image-viewer-title {
  height: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #fff;
}
.image-viewer-popup .image-viewer-content .image-viewer-title b.image-viewer-f-name {
  height: 100%;
  display: flex;
  color: var(--isa-primary);
}
.image-viewer-popup .image-viewer-content .image-viewer-title i {
  height: 100%;
  font-size: 1.5em;
}
.image-viewer-popup .image-viewer-content .image-viewer-title i:hover {
  cursor: pointer;
  color: var(--isa-secondary);
}
.image-viewer-popup .image-viewer-content .image-viewer-img {
  width: 100%;
  height: calc(100% - 4.5rem);
}
.image-viewer-popup .image-viewer-content .image-viewer-img img {
  width: 100%;
}

.modules-section {
  background-image: url(/assets/img/bg/hex-bg.svg);
  background-size: cover;
}

.modules-holder {
  padding-inline: 20rem;
  display: flex;
  column-gap: 7rem;
  row-gap: 3rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.modules-holder .module-item {
  width: calc((100% - 14rem) / 3);
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0rem 0rem 0rem 0.05rem rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(1rem);
}
.modules-holder .module-item .module-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modules-holder .module-item .module-image img {
  width: 8rem;
  height: 8rem;
}
.modules-holder .module-item .module-header h3 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-block: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modules-holder .module-item .module-description p {
  text-align: justify;
}

.video-section {
  background-image: url(/assets/img/bg/fs.jpg);
  height: 70lvh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0 !important;
}
.video-section .video-section-divided {
  backdrop-filter: blur(0.15rem);
  width: 100%;
  height: 100%;
  background-color: rgba(65, 21, 117, 0.2);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.video-section .video-section-divided .video-text {
  background-color: rgba(0, 0, 0, 0.11);
  min-width: 27lvw;
  max-width: 27lvw;
  height: 50%;
  border-radius: 0.9rem;
  backdrop-filter: blur(1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  box-sizing: border-box;
  color: #fff;
  text-wrap: auto;
  white-space: pre-wrap;
  flex-direction: column;
  text-align: justify;
  padding: 1rem;
}
.video-section .video-section-divided .video-text b {
  text-align: center;
}
.video-section .video-section-divided .video {
  width: 53lvw;
  background-color: rgba(33, 9, 62, 0.1490196078);
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  overflow: hidden;
}
.video-section .video-section-divided .video video {
  width: 100%;
  height: 100%;
}

.cofeatures-holder, .article-swiper-handler {
  padding-inline: 20rem;
}

.article-slider.swiper.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
  padding-inline: 1rem;
}

.form-submit:hover {
  background-color: var(--isa-secondary) !important;
}

.submit-result {
  width: 100%;
  padding-block: 0.5rem;
  background-color: #f0fbff;
  border-radius: 0.2rem;
  border: 0.1rem solid #c4e1eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
