/*animation **/

/**
 * ----------------------------------------
 * animation aria-fade-in
 * ----------------------------------------
 */

.aria-fade-in {
  -webkit-animation: aria-fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s
    both;
  animation: aria-fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
@-webkit-keyframes aria-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aria-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation aria-slide-in-left
 * ----------------------------------------
 */

.aria-slide-in-left {
  -webkit-animation: aria-slide-in-left 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: aria-slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s
    both;
}

@-webkit-keyframes aria-slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aria-slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation aria-slide-in-right
 * ----------------------------------------
 */
.aria-slide-in-right {
  -webkit-animation: aria-slide-in-right 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: aria-slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s
    both;
}

@-webkit-keyframes aria-slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aria-slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation aria-scale-in-hor-center
 * ----------------------------------------
 */

.aria-scale-in-hor-center {
  -webkit-animation: aria-scale-in-hor-center 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
  animation: aria-scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    0.4s both;
}

@-webkit-keyframes aria-scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes aria-scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.at--aniamtion--silde--up--down {
  -webkit-animation: slide-top 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s
    infinite alternate-reverse both;
  animation: slide-top 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s infinite
    alternate-reverse both;
}

/* Sliders configs*/

span.at-swiper-button-prev {
  left: -55px;
  top: 40%;
}

span.at-swiper-button-next {
  right: -55px;
  top: 40%;
}
span.at-swiper-button-prev i {
  width: 100%;
  height: 100%;
  display: inline-block;
}

span.at-swiper-button-prev:hover,
span.at-swiper-button-next:hover {
  border-radius: 500px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #253b8e 0%, #7e6af0 100%), #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  color: #fff;
}

span.at-swiper-button-prev,
span.at-swiper-button-next {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  padding: 10px 7px 7px 7px;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
}
span.at-swiper-button-prev i,
span.at-swiper-button-next i {
  width: 100%;
  height: 100%;
  display: inline-block;
}
span.at-swiper-navigation-button-prev {
  left: -40px;
  top: 40%;
  position: absolute;
}
span.at-swiper-navigation-button-next {
  right: -40px;
  position: absolute;
  top: 40%;
}

.at-swiper-slider-pagination span.swiper-pagination-bullet {
  border-radius: 50px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #253b8e 0%, #7e6af0 100%), #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  width: 10px;
  height: 10px;
  margin: 0 3px !important;
}
.at-swiper-slider-pagination {
  text-align: center;
}
.swiper-button-disabled {
  color: #e1e1e1;
}

/*  Menu Card widget */

.cart-hover-widget {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.menu-cart-widget-cart-total {
  position: absolute;
  top: -7px;
  left: -7px;
  background-color: var(--aria-third-color-01);
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 12px;
  font-weight: bold;
  border: 3px solid var(--aria-main-color-02);
}
button.menu-cart-widget-cart-hover-button {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-cart-widget-cart-hover-button {
  padding: 6px;
  font-size: 15px;
}

.menu-cart-widget-cart-hover-content {
  /* display: none; */
  position: absolute;
  background: #fff;
  min-width: 300px;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
  padding: 12px 16px 12px 0;
  z-index: 500;
  top: 50px;
  left: 115px;
  border-radius: 16px;
  transform: translateX(-115px);
  transition: all 0.3s ease;
}
.menu-cart-widget-cart-hover-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-cart-widget-cart-hover-content.show-content {
  opacity: 1;
  visibility: visible;
}

.menu-cart-widget-ul {
  list-style: none;

  margin: 0;
  padding: 0 0 0 12px;
}

.menu-cart-widget-ul li {
  margin-bottom: 10px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d166;
}

.muncart-cart-item-thumbnail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.muncart-cart-item-thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.menu-cart-widget-cart-item-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.menu-cart-widget-cart-item-title {
  font-size: 14px;
  font-weight: 300;

  color: #3a3a3a;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

.menu-cart-widget-price .woo-single-reg-price bdi {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-400);
}

.menu-cart-widget-price .woo-single-all-sale-price {
  margin-bottom: 2px;
}

.menu-cart-cart-summary {
  margin: 10px 0 10px 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-cart-cart-summary .woocommerce-Price-amount {
  font-weight: 600;
}

.menu-cart-cart-summary p span.menu-cart-cart-summary-title {
  font-size: 12px;
  color: #6a7076;
}

.menu-cart-checkout {
  width: 55%;
}

.cart-item-price {
  display: block;
  font-size: 14px;
}

.menucard-remove-cart-item {
  position: absolute;
  top: 10px;
  left: 0;
  background: none;
  border: none;
  color: #a3a3a3;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  position: absolute;
  line-height: 14px;
  transition: all 0.3s ease;
}

.menucard-remove-cart-item:hover {
  color: rgb(194, 24, 24);
  background: unset;
}

#spinner-aria {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  opacity: 0.7;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#spinner-aria .spinner {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  box-shadow: 20px 0px 0 0 rgba(37, 59, 142, 0.2),
    16.2px 11.8px 0 0 rgba(37, 59, 142, 0.4),
    6.2px 19px 0 0 rgba(37, 59, 142, 0.6),
    -6.2px 19px 0 0 rgba(37, 59, 142, 0.8),
    -16.2px 11.8px 0 0 rgba(37, 59, 142, 0.97);
  animation: spinner-b87k6z 1s infinite linear;
}

@keyframes spinner-b87k6z {
  to {
    transform: rotate(360deg);
  }
}

/* Scrollbar styles */
.menu-cart-widget-ul::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.menu-cart-widget-ul::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the scrollbar track */
}

.menu-cart-widget-ul::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Roundness of the scrollbar thumb */
  border: 2px solid #f1f1f1; /* Padding around the scrollbar thumb */
}

.menu-cart-widget-ul::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Color of the scrollbar thumb on hover */
}

.menu-cart-widget-ul {
  max-height: 400px;
  overflow-y: scroll;
}
.aria-menu-cart-btn {
  border-radius: 50px;
  padding: 11px 20px;
  display: block;
}
.aria-menu-cart-btn.btn-checkout {
  background: var(--primary);
  color: #fff;
}
.menu-cart-checkout,
.menu-cart-cart {
  min-width: 100px;
}

a.aria-menu-cart-btn.btn-cart {
  background: var(--aria-secendary-gray-color-01);
  display: block;
  color: var(--aria-secendary-gray-color-02);
}

.menu-cart-price-holder {
  width: 100%;
}
span.menu-cart-sale-off {
  background: var(--aria-third-color-01);
  border-radius: 4px;
  color: #fff;
  padding: 1px 4px;
  font-size: 14px;
  font-weight: 300;
  margin-right: 5px;
}

.menu-cart-price-regular span.woocommerce-Price-currencySymbol {
  margin-right: 5px;
  font-weight: 300;

  font-size: 13px;
}

.menu-cart-the-product-name {
  font-weight: 500;
}

.menu-cart-widget-total {
  font-size: 16px;
  color: #2a3f90;
  font-weight: 600;
  margin: 0 10px 0 10px;
}

span.menu-cart-widget-total-icon {
  background: #fed128;
  border-radius: 50%;

  padding: 5px;
  line-height: 0;
}
span.menu-cart-widget-total-icon i {
  line-height: 20px;
}

/*Aria Mega Menu Css*/
.htmega-menu-area ul > li a {
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
  flex-direction: row;
}
.htmega-menu-area ul > li {
  transition: all 0.3s ease;
}
.htmega-menu-area .sub-menu {
  display: flex;
  flex-direction: column;
}
.htmega-menu-area .sub-menu > li {
  width: 100%;
}
.htmega-menu-area .sub-menu > li:last-child {
  border: unset !important;
}
.htmega-menu-area .sub-menu li a {
  border: unset;
  border-radius: unset;
}

/*User menu css*/
.user-menu-holder .dropdown-menu-at {
  display: none; /* Hide by default */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.user-menu-holder .dropdown-menu-at.show {
  top: 55px;
  display: block;
  opacity: 1;
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 13px;
}

.user-ddm {
  display: flex;
  align-items: center;
  justify-content: start;
}

a.user-ddm {
  font-family: var(--font-family-main);
  background-color: var(--bg-white-02);
  color: var(--bg-white-07);
  border: 1px solid var(--border-color-main);
  border-radius: 50px;
  font-size: 16px;
  padding: 8px 8px;
}
li.nav-item-dropdown,
li.nav-item-dropdown a {
  transition: all 0.3s ease;
}

span.user-ddm-img,
span.user-ddm-img img {
  border-radius: 16px;
  line-height: 0;
  font-size: 24px;
  width: 24px;
}
span.user-ddm-name {
  margin: 0 5px 0 0;
}
ul.user-menu-nav,
ul.dropdown-menu-at {
  min-width: 180px;
}

.dropdown-item-aum {
  padding: 6px 0px 8px 0;
  transition: all 0.3s ease;
  position: relative;
}
.dropdown-item-aum a {
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 400;
}

.userddm-icon > i {
  position: absolute;
  left: 8px;
  top: 16px;
}
li.last-child-user-menu-at {
  border-top: 1px solid #d1d1d166;
  padding: 6px 0 0 0;
}
.dropdown-item-aum:hover a {
  color: #253b8e;
}

/* Hiro product slider widget css */

.at-product-offer-silder-body-b {
  /* display: flex;
  justify-content: center; */
  width: 100%;
  position: absolute;
  top: 125px;
  right: 160px;
}

/* Container for the image and at--rings */
.at-image-container-b {
  position: relative;
  width: 200px;
  height: 200px;
}

/* Style the image */
.at-image-container-b img {
  width: 100%;
  height: 100%;
}

/* at--ring styles */
.at--ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Initial dim at-animation-glow */
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  animation: at-animation-glow 3s infinite;
}

/* Position and scale each at--ring */
.at--ring:nth-child(1) {
  transform: scale(1);
  animation-delay: 0s;
  background: #ffffff1c;
  backdrop-filter: blur(0.5px);
}

.at--ring:nth-child(2) {
  transform: scale(1.4);
  animation-delay: 1s;
  background: #ffffff14;
  backdrop-filter: blur(0.5px);
}

.at--ring:nth-child(3) {
  transform: scale(1.8);
  animation-delay: 2s;
}

/* Keyframes for the at-animation-glow animation */
@keyframes at-animation-glow {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  }

  50% {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
  }
}

.at-product-secenedry-image {
  width: 85px;
  height: 85px;
  opacity: 0.8;
  filter: blur(1px);
  position: absolute;
  top: 0;
  right: 0px;
}

.at-product-tertiary-image {
  width: 110px;
  height: 110px;
  opacity: 0.8;
  position: absolute;
  bottom: 70px;
  left: 0px;
  filter: blur(2px);
}

div.at-product-slide-off,
div.at-product-slide-price {
  gap: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.at-product-slide-price {
  font-family: var(--font-family-main);
  background-color: var(--bg-white-02);
  color: var(--bg-white-07);
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 10px 5px 5px;
  position: absolute;
  bottom: 50px;
  right: 5px;
}

.at-product-slide-off {
  background-color: var(--bg-white-02);
  color: var(--bg-white-07);
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 5px 5px 8px;
  position: absolute;
  top: 70px;
  left: 0px;
}
img.at-hps-product-main-image {
  width: 90%;
  padding: 20px;
}

.at-hps-image-container {
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
  /* height: 450px !important; */
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
.hiro-product-slider-swiper-pagination {
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 2;
}
.hiro-product-slider-swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 2px !important;
}
.at-product-offer-silder-body {
  transition: all 0.3s ease-in-out;
}
.at-product-offer-silder-body a {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.at-product-offer-silder-body:hover a {
  visibility: visible;
  opacity: 1;
}
a.text-white-acac {
  background-color: #fff;
  color: #474747;
  border-radius: 50px;
  font-size: 14px;
  padding: 7px 12px 7px 12px;
  position: absolute;
  bottom: 40px;
  right: 41%;
}
a.text-white-acac:hover {
  color: #202020;
}

/** aria custom boton widget styles**/

.at--button-holder {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.at--button-holder a {
  transition: all 0.3s ease-in-out;
}

a.at--button-link {
  background-color: #1a2e77;
  border-radius: 50px 50px 50px 50px;
  padding: 14px 30px 14px 30px;
  color: #fff;

  font-size: 15px;
}
a.at--button-link:hover {
  background-color: #fff;
  color: #1a2e77;
}

span.at-button-icon-holder {
  background-color: #fff;
  border-radius: 50px 50px 50px 50px;
  padding: 16px;
  color: #1a2e77;
  line-height: 0;
}

/* Icon Box Widget */
a.ar--icon-box-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
a.ar--icon-box-link-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
a.ar--icon-box-link-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}

a.ar--icon-box-link-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
a.ar--icon-box-link-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
.ar--icon-box-holder {
  border: 2px solid #ffffff;
  box-shadow: 0px 16px 32px 0px #2b37421a ;
  border-radius: 24px;
  background: linear-gradient(180deg, #f5f6f7 0%, #ffffff 100%);
  padding: 25px 17px;
  gap: 20px;
  color: #253b8e;
}

.ar--icon-box-icon {
  background: #253b8e;
  padding: 17px;
  border-radius: 50px;
}
.ar--icon-box-main-content {
  color: #253b8e;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.ar--icon-box-holder:hover .ar--icon-box-main-content {
  color: #fff;
}
.ar--icon-box-icon svg {
  width: 37px;
  height: 37px;
}
.ar--icon-box-icon-read-more {
  background: #efefef;
  padding: 10px;
  line-height: 0;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.ar--icon-box-icon-read-more i {
  font-size: 22px;
}
.ar--icon-box-sub-content {
  margin: 10px 0 10px;
  font-size: 15px;
  color: #ffffff8a;
  transition: all 0.3s ease-in-out;
  text-align: center;
 
}
.ar--icon-box-holder {
  transition: all 0.3s ease-in-out;
}
.ar--icon-box-holder:hover {
  color: #ffffff;
  background-color: #555;

  background-repeat: no-repeat;
  background-size: cover;
}

.ar--icon-box-holder:hover .ar--icon-box-icon {
  background: #fed128;
}
.ar--icon-box-holder:hover .ar--icon-box-sub-content {

  margin: 10px 0 10px;
}
.ar--icon-box-holder:hover .ar--icon-box-icon-read-more {
  /* position: absolute;
  bottom: -20px; */
  background: #fed128;
  color: #ffffff;
  box-shadow: 0px 16px 32px 0px #2b37421a;
}

.ar--icon-box-link-row-reverse:hover .ar--icon-box-icon-read-more {
  position: absolute;
  right: -20px;
  background: #fed128;
  color: #ffffff;
  box-shadow: 0px 16px 32px 0px #2b37421a;
  bottom: unset;
}

.ar--icon-box-link-column-reverse:hover .ar--icon-box-icon-read-more {
  position: absolute;
  top: -20px;
  background: #fed128;
  color: #ffffff;
  box-shadow: 0px 16px 32px 0px #2b37421a;
  bottom: unset;
}

.ar--icon-box-link-row:hover .ar--icon-box-icon-read-more {
  position: absolute;
  left: -20px;
  background: #fed128;
  bottom: unset;
  color: #ffffff;
  box-shadow: 0px 16px 32px 0px #2b37421a;
}

/**Project Slider*/

.at-project-slider-item {
  height: 360px;
  overflow: hidden;
  border-radius: 24px;
  /* border: 2px solid #fff; */
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.at-project-slider-item-filler {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.at-project-slider-contents {
  margin-top: -45px;
  padding: 5px 15px;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

.at-project-slider-item-filler:before {
  content: "";
  top: 0;
  right: 0;
  background: #00000061;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 24px;
  z-index: 2;
  border: 2px solid #fff;
}

.at-project-slider-item:hover .at-project-slider-item-filler:before {
  background: rgba(37, 59, 142, 0.6);
}

.at-slide-project-title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.at-project-slider-item:hover .at-project-slider-contents {
  margin-top: -140px;
}

.at-project-slider-item-holder {
  transition: width 0.3s ease-in;
}

ul.at-project-slider-item-features {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.21);
  padding: 5px 15px;
}

.at-project-slider-item-filler {
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  /* transition: all 0.3s ease-in; */
}
.at-project-slider-item-filler:hover img {
  /* transform: scale(1.5); */
}
.at-project-slider-item-filler img {
  text-align: center;
  transition: all 0.3s ease-in;
  width: 100%;
  /* transform: scale(2.3); */
  /* height: 100% !important; */
}

.at-item-feature-title {
  color: var(--Text-color-100, #fff);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.at-item-feature-value {
  color: var(--Text-color-100, #fff);
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  margin-top: 8px;
}

.at-project-slider-swiper {
  padding: 40px 0;
}

.at-project-slider-item-title {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

span.at-read-more-icon {
  display: none;
  background: bisque;
  padding: 5px;
  font-size: 16px;
  width: 40px;
  line-height: 0;
  height: 40px;
  transition: all 0.5s ease-in-out;
  border-radius: 100px;
  background: #fed128;

  align-items: center;
  align-content: center;
  justify-content: center;
}

span.at-read-more-icon svg {
  width: 80%;
  height: 80%;
}

span.at-read-more-icon svg path,
span.at-read-more-icon i {
  fill: #fff;
  color: #fff;
}

.at-project-slider-item:hover span.at-read-more-icon {
  display: flex;
}

.at-project-slider-pagination span.swiper-pagination-bullet {
  border-radius: 50px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #253b8e 0%, #7e6af0 100%), #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  width: 10px;
  height: 10px;
  margin: 0 3px !important;
}

.at-slider-over-side {
  width: 54px;
  height: 100%;

  z-index: 2;
}

.at-slider-over-side-left {
  position: absolute;
  top: 0;
  left: -25px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 2.61%,
    #fff 96.79%
  );
}
.at-slider-over-side-right {
  position: absolute;
  top: 0;
  right: -15px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.61%, #fff 96.79%);
}

/* Product slider  */
span.at-swiper-product-button-prev {
  left: -40px;
  top: 40%;
  position: absolute;
}

span.at-swiper-product-button-next {
  right: -40px;
  position: absolute;
  top: 40%;
}
span.at-swiper-product-button-prev i {
  /* width: 100%;
  height: 100%;
  display: inline-block; */
}

span.at-swiper-product-button-prev:hover i,
span.at-swiper-product-button-next:hover i {
  border-radius: 500px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #253b8e 0%, #7e6af0 100%), #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  color: #fff;
}

span.at-swiper-product-button-prev i,
span.at-swiper-product-button-next i {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  padding: 10px 7px 7px 7px;
  width: 40px;
  display: block;
  height: 40px;
  text-align: center;
}
span.at-swiper-product-button-prev i,
span.at-swiper-product-button-next i {
  /* width: 100%;
  height: 100%;
  display: inline-block; */
}
.at-product-slider-pagination {
  text-align: center;
}


.at-product-slider-pagination span.swiper-pagination-bullet {
  border-radius: 50px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #253b8e 0%, #7e6af0 100%), #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  width: 10px;
  height: 10px;
  margin: 0 3px !important;
}

.at-product-slider-swiper-wrapper {
  padding: 50px 0;
}

.at-card-action-buttons {
  position: absolute;
  top: 15px;
  left: -50px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.at-card-action-buttons .action-button {
  float: left;
  margin-top: 5px;
}
.at-card-action-buttons .action-button:first-child {
  margin-top: 0;
}
.at-card-action-buttons .action-button:after {
  clear: both;
  display: table;
}

.action-button {
  display: block;
  position: relative;
  height: 30px;
}

.action-button:hover .action-button-primary {
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.action-button:hover .action-button-secondary-content {
  transform: translate3d(0, 0, 0);
}

.action-button-primary {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;

  left: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(181, 181, 181, 0.25);
}

.action-button-icon {
  display: block;
  color: #242424;
  position: absolute;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 1px;
}

.action-button-secondary {
  overflow: hidden;
  margin-left: 20px;
  height: 30px;
}

.action-button-secondary-content {
  cursor: default;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(37, 59, 142, 0.12);
  color: #5c5c5c;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  display: block;
  height: 26px;
  text-align: center;
  padding-left: 8px;
  margin: 2px 0 0 0;
  padding-right: 8px;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease;
}
.action-button:hover .action-button-secondary {
  margin-left: 38px;
}
/** wishlist */

.action-button-primary .woosw-btn,
.action-button-primary .woosc-btn,
.action-button-primary .woosq-btn {
  color: #808080;
  border: unset;
  background: unset;
  margin: 6px 1px 0 0;
}

.at-product-slider-item-li .woo-at-card-price-holder .woosw-btn,
.at-product-slider-item-li .woo-at-card-price-holder .woosc-btn,
.at-product-slider-item-li .woo-at-card-price-holder .woosq-btn {
  display: none;
}

.at-product-slider-item-li {
  padding: 10px;
  border-radius: 24px;
}
.at-product-slider-item-li .star-rating {
  display: none;
}

.at-product-slider-item-img {
  position: relative;
}

.at-product-slider-item-img a img {
  border-radius: 16px;
}

.at-product-slider-item-li span.onsale {
  position: absolute;
  z-index: 1;
  padding: 2px 3px;
  background: var(--aria-third-color-01, #fed128);
  color: #fff;
  min-width: 33px;
}
/* Woo Product Slider Type 1 */
.at-product-slider-item-li-s1 {
  overflow-x: hidden;
}
.at-product-slider-item-li-s1:hover .at-card-action-buttons {
  left: 0px;
}

.at-product-slider-item-li-s1 {
  border: 2px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  min-height: 365px;
}

.at-product-slider-item-li-s1 span.onsale {
  right: 0px;
  top: 15px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

/* Woo Product Slider Type 2 */

.at-product-slider-item-li-s2 {
  overflow: unset;
}
.at-product-slider-item-li-s2 span.onsale {
  right: 10px;
  top: 10px;
}

.at-product-slider-item-li-s2 .at-product-slider-item-img {
  position: relative;
  margin-top: -45px;
  overflow: hidden;
  border-radius: 16px;
  background: #f6f6f6;
}

.at-product-slider-item-li-s2:hover .at-card-action-buttons {
  left: 10px;
  top: 10px;
}

.at-product-slider-item-li-s2 {
  border-radius: 24px;
  border: 1px solid #ededed;
  background: #fff;
  min-height: 330px;
  box-shadow: unset;
}
.at-product-slider-item-li-s2 .woocommerce-loop-product__title {
  margin-bottom: 0;
  margin-top: 10px;
}
.at-product-slider-item-li-s2 span.onsale {
  right: 10px;
  top: 10px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.at-product-categories a {
  text-align: center;
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0 5px;
}

.at-product-categories {
  text-align: center;
  color: #cccccc33;
}

/* time line  widget */

.aria-timeline-holder .aria-the-timeline:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: -193px;
}
.aria-timeline-holder .aria-the-timeline:nth-child(odd) {
  margin-right: 193px;
}
.timeline-content-excerpt {
  color: #888;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 28px;
}
.timeline-content-heading {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.aria-w60 {
  width: 60%;
}
.aria-w5 {
  width: 143px;
}
.aria-timeline-holder {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.aria-the-timeline {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  border-radius: 24px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  padding: 15px;
}

.aria-timeline-counter-hd {
  margin: -25px 0;
  width: 135px;
  min-height: 130px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.aria-timeline-counter {
  background: #dee2ed;
}
.aria-timeline-counter-active {
  background: #253b8e;
  transition: all 0.3s ease-in-out;
}

.aria-timeline-counter span {
  color: #253b8e;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.aria-timeline-counter-active span {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.aria-the-timeline .aria-timeline-img {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.aria-timeline-holder::before {
  content: " ";
  height: 100%;
  position: absolute;
  z-index: -1;
  border-right: 2px dashed #dee2ed;
}
/** Time line  .aria-the-timeline-active add to parent to time lines */

/**  Post Slider Widget **/
.at-post-slider-item-li {
  overflow: visible !important;
}
.at-post-slider-swiper-wrapper {
  padding: 50px 0;
}
.aria-onsale-product-timer-pimg a {
  display: block;
}
.aria-onsale-product-timer-pimg {
  width: 75px;
  height: 80px;
}
.aria-post-card-t1 {
  transition: all 0.3s ease-in-out;
  background: no-repeat;
  background-size: cover;
  border-radius: 24px;
  border: 2px solid #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  min-height: 360px;
  display: flex;
  align-items: flex-end;
}

.aria-post-card-t1:hover {
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.3);
}
.aria-post-card-t1 .post-slider-item-titel a {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.aria-post-card-t1 .post-slider-item-excerpt p {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

a.post-category-item {
  border-radius: 4px;
  background: var(--aria-third-color-01, #fed128);
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  color: var(--primary, #253b8e);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding: 0 3px;
}

.post-category-item-holder {
  display: flex;
  position: absolute;
  left: 20px;
  top: 20px;
  gap: 10px;
}
.aria-post-silder-item {
  padding: 0 30px 15px 30px;
  height: 100%;
  width: 100%;
}

/* Card type 2  Card Archive  */

.aria-post-card-t2 .aria-post-card-img {
  height: 175px;
}

.aria-post-card-t2 .aria-post-card-img img {
  height: 100% !important;
  width: 100%;
  border-radius: 16px !important;
  background: linear-gradient(
      180deg,
      rgba(28, 48, 121, 0.21) 17.39%,
      rgba(23, 41, 105, 0.71) 69.29%
    )
    lightgray 50% / cover no-repeat;
}

.aria-post-card-t2 {
  border-radius: 24px;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
  gap: 10px;
  transition: all 0.3s ease-in;
}
.aria-post-card-t2:hover {
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.15);
}

.aria-post-card-t2 > .post-category-item-holder {
  display: flex;
  position: absolute;
  left: 25px;
  top: 25px;
  gap: 8px;
}

.aria-post-card-t2 > .post-category-item-holder a.post-category-item {
  font-size: 13px;
}

.aria-post-card-t2 .aria-post-card-item-titel {
  overflow: hidden;
  color: #535353;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.aria-post-card-t2 .aria-post-card-item-titel a {
  color: #535353;
}

.aria-post-card-t2 .aria-post-card-item-excerpt {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}
.aria-post-card-t2 .aria-post-card-item-excerpt p {
  margin: 0;
}

.aria-post-card-t2 .aria-post-card-meta {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.aria-post-card-t2 .aria-post-card-meta span.apc-the-val,
.aria-post-card-t2 .aria-post-card-meta .apc-the-val a {
  transition: all 0.3s ease;
  color: #8c8c8c;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.aria-post-card-t2 .aria-post-card-meta .apc-the-val a:hover {
  color: #5a5a5a;
}
.aria-post-card-t2 .aria-post-card-meta .apc-the-icon {
  color: #8c8c8c;
  font-size: 19px;
}

.aria-post-card-t2 .aria-post-card-meta span.apc-the-meta {
  display: flex;
  gap: 5px;
  flex-direction: row;
}

/* Card type 3  Card Archive  */
.aria-post-card-t3 {
  display: flex;
  flex-direction: row;
  border-radius: 24px;
  /* background: linear-gradient(267deg, #f9f9f9 28.3%, #fff 84.36%); */
  background: #f9f9f9;
  padding: 10px;
}

.aria-post-card-t3 .aria-post-card-img {
  width: 25%;
  max-width: 95px;
  height: 95px;
}

.aria-post-card-t3 .aria-post-card-img img {
  height: 100% !important;
  width: 100%;
  border-radius: 16px !important;
  background: linear-gradient(
      180deg,
      rgba(28, 48, 121, 0.21) 17.39%,
      rgba(23, 41, 105, 0.71) 69.29%
    )
    lightgray 50% / cover no-repeat;
}

.aria-post-card-t3 .aria-post-content-holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 14px;
  justify-content: center;
  width: 75%;
}

.aria-post-card-t3 > .post-category-item-holder {
  display: flex;
  position: absolute;
  left: 10px;
  top: 10px;
  gap: 10px;
}

.aria-post-card-t3 > .aria-post-card-meta {
  position: absolute;
  left: 10px;
  bottom: 4px;
}

.aria-post-card-t3 .aria-post-card-meta {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.aria-post-card-t3 .aria-post-card-meta span.apc-the-val,
.aria-post-card-t3 .aria-post-card-meta .apc-the-val a {
  transition: all 0.3s ease;
  color: #8c8c8c;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.aria-post-card-t3 .aria-post-card-meta .apc-the-val a:hover {
  color: #5a5a5a;
}
.aria-post-card-t3 .aria-post-card-meta .apc-the-icon {
  color: #8c8c8c;
  font-size: 19px;
}

.aria-post-card-t3 .aria-post-card-meta span.apc-the-meta {
  display: flex;
  gap: 5px;
  flex-direction: row;
}

.aria-post-card-t3 .aria-post-card-item-titel {
  overflow: hidden;
  color: #535353;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.aria-post-card-t3 .aria-post-card-item-titel a {
  color: #535353;
}

/* Single product card widget */

.at-product-item-li span.onsale {
  position: absolute;
  z-index: 1;
  padding: 2px 3px;
  background: var(--aria-third-color-01, #fed128);
  color: #fff;
  min-width: 33px;
}

.at-product-item-li .woo-at-card-price-holder .woosw-btn,
.at-product-item-li .woo-at-card-price-holder .woosc-btn,
.at-product-item-li .woo-at-card-price-holder .woosq-btn {
  display: none;
}

.at-product-item-li {
  padding: 10px;
  border-radius: 24px;
}
.at-product-item-li .star-rating {
  display: none;
}

/* Our Team Widget style*/

.aria-our-team-wrapper {
  border-radius: 24px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  padding: 20px;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.aria-our-team-wrapper:hover {
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.24);
}
.aria-our-team-wrapper:hover .our-team-img-wrapper img {
  filter: grayscale(0);
}
.our-team-img-wrapper img {
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

a.social-icon-the-link {
  transition: all 0.3s ease-in-out;
}
a.social-icon-the-link svg {
  width: 23px;
  transition: all 0.3s ease-in-out;
}
a.social-icon-the-link svg path {
  transition: all 0.3s ease-in-out;
  fill: #838383;
}
a.social-icon-the-link:hover svg path {
  fill: #253b8e;
}
li.the-soial-icon a.social-icon-the-link:hover {
  color: #253b8e;
}

li.the-soial-icon a {
  font-size: 20px;
  display: inline-block;
  color: #838383;
}
.aria-our-team-wrapper-one .our-team-img-wrapper {
  position: absolute;
  bottom: 0px;
  left: -7px;
}

.aria-our-team-wrapper-one .our-team-title-wrapper {
  position: relative;
  padding-right: 12px;
}
.aria-our-team-wrapper-one .our-team-title-wrapper:before {
  width: 4px;
  height: 40px;
  background: var(--primary, #253b8e);
  content: "";
  position: absolute;
  right: 0px;
  top: 3px;
}

p.our-team-title {
  color: #363636;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

span.our-team-subtitle {
  color: #5c5c5c;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.aria-our-team-wrapper-one ul.team-social-icon-ul li {
  margin-top: 10px;
}

/* our team card 2 */
.aria-our-team-wrapper-two {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.aria-our-team-wrapper-two .our-team-img-wrapper {
  border-radius: 50% !important;
  padding: 10px;
  border: 2px solid #253b8e;
}
.aria-our-team-wrapper-two .our-team-img-wrapper img {
  background: #d9d9d9;
  border-radius: 50% !important;
}
.aria-our-team-wrapper-two ul.team-social-icon-ul li {
  margin: 0 7px;
}

.aria-our-team-wrapper-two p.our-team-title,
.aria-our-team-wrapper-two span {
  text-align: center;
  display: block;
}
.aria-our-team-wrapper-two .our-team-title-wrapper {
  position: relative;
  margin-top: 15px;
}
.aria-our-team-wrapper-two .our-team-title-wrapper p.our-team-title:before {
  width: 22px;
  height: 3px;
  border-radius: 20px;
  background: var(--primary, #253b8e);
  content: "";
  position: absolute;
  right: 35%;
  top: -7px;
}

/* user testimonial widget style */
.aria-testimonial-card-wrapper {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;

  padding: 24px;
  flex-direction: row;
  align-items: center;
}

.aria-testimonial-card-title-wrapper {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
}
.aria-testimonial-card-description-wrapper {
  width: 80%;
}

.aria-testimonial-card-description-wrapper .testimonial-desc-icon-before {
  position: absolute;
  right: 37px;
  top: -30px;
  color: #253b8e;
  font-size: 24px;
  width: 22px;
}
.aria-testimonial-card-description-wrapper .testimonial-desc-icon-after {
  position: absolute;
  left: -5px;
  bottom: -40px;
  color: #253b8e;
  font-size: 24px;
  width: 22px;
}
.aria-testimonial-card-description-wrapper
  .testimonial-desc-icon-before
  svg
  path {
  fill: #253b8e;
}
.aria-testimonial-card-description-wrapper
  .testimonial-desc-icon-after
  svg
  path {
  fill: #253b8e;
}
.aria-testimonial-card-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.aria-testimonial-card-img img {
  border-radius: 50% !important;
}

.aria-testimonial-card-title p {
  color: #494949;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.aria-testimonial-card-title-wrapper:after {
  content: "";
  width: 1px;
  height: 130px;
  background: #ececec;
  position: absolute;
  left: -15px;
  top: 5px;
}
.aria-testimonial-card-description-wrapper {
  padding-right: 40px;
}
.aria-testimonial-card-description-wrapper .aria-testimonial-card-description {
  color: #555;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.aria-testimonial-card-stars {
  min-height: 15px;
  margin-top: 12px;
}
.testimonial-icon-off-wrapper,
.testimonial-icon-on-wrapper {
  top: 0;
  left: 17px;
}
.aria-testimonial-card-stars .aria-icon {
  margin: 0 1px;
}

.aria-testimonial-card-stars .testimonial-icon-off {
  color: #e6e6e6;
}

.aria-testimonial-card-stars .testimonial-icon-on {
  color: #fed128;
}

.aria-faq-item:last-child {
  border-bottom: none;
}
.aria-faq-question {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aria-faq-question:hover {
  color: #007bff;
}
.aria-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  transition: all 0.5s ease;
}

.aria-faq-answer.show {
  max-height: 200px; /* Adjust based on your content */
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
}

.aria-icon-faq {
  font-size: 24px;
  transition: transform 0.3s ease;
  color: #9e9e9e;
}

.aria-icon-faq.rotate {
  transform: rotate(45deg);
}
.aria-faq-item {
  border-radius: 16px;
  background: #f0f0f0;
  padding: 24px;
  margin-bottom: 15px;
}
.aria-faq-question-text-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}
.aria-faq-question-text {
  color: #3d3d3d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.aria-faq-question-text-wrapper .aria-icon {
  color: #253b8e;
  font-size: 22px;
}

.aria-faq-answer {
  color: #474747;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.aria-faq-answer p {
  margin: 0;
}

/*  aria-onsale-product-timer styles */
.aria-onsale-product-timer-wrapper {
  border-radius: 16px;
  background: var(--primary, #253b8e);
  min-height: 385px;
}

.swiper-slide.aria-onsale-product-timer-slide.swiper-slide-next img {
  transform: scale(1.5) !important;
  transition: all 0.5s ease;
}
.aria-onsale-product-timer-wrapper {
  padding: 20px 0;
}
.aria-onsale-product-timer-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.aria-onsale-product-timer-slide-wrapper {
  padding: 25px 0 30px 0;
}
.aria-onsale-product-timer-pname,
.aria-onsale-product-timer-pprice {
  display: none;
}
.aria-onsale-product-timer-pname {
  margin: 40px 0 5px 0;
}
.swiper-slide.aria-onsale-product-timer-slide.swiper-slide-next
  .aria-onsale-product-timer-pname,
.swiper-slide.aria-onsale-product-timer-slide.swiper-slide-next
  .aria-onsale-product-timer-pprice {
  display: block;
  min-width: 175px;
}

/* .swiper-slide.aria-onsale-product-timer-slide.swiper-slide-next
  .aria-onsale-product-timer-pimg:before {
  content: "";
  filter: blur(8px);
  width: 70px;
  height: 70px;
  background: #ffffff14;
  position: absolute;
  border-radius: 50px;
  left: 7px;
  top: 4px;
  z-index: -1;
} */
.aria-onsale-product-timer-pimg a {
  display: block;
}
.swiper-slide.aria-onsale-product-timer-slide {
  filter: blur(3px);
}
.swiper-slide.aria-onsale-product-timer-slide.swiper-slide-next {
  filter: blur(0);
  overflow: visible;
}
.aria-onsale-product-timer-prev {
  width: 70px !important;
  height: 100% !important;
  top: 0 !important;
  color: #ffffff00 !important;
}
.aria-onsale-product-timer {
  padding: 10px 0;
}
.aria-onsale-product-timer-next {
  width: 70px !important;
  height: 100% !important;
  top: 0 !important;
  color: #ffffff00 !important;
}
.aria-onsale-product-timer-pname a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  display: block;
  line-height: 20px;
}

.aria-onsale-product-timer-title {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.aria-onsale-product-timer-count {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1px;
}

.aria-onsale-product-timer-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.aria-onsale-product-timer-swiper-pagination {
  bottom: -7px !important;
}
.aria-onsale-product-timer-swiper-pagination .swiper-pagination-bullet {
  color: #fff;
  background: #fff;
  margin: 0 2px !important;
}

.aria-onsale-product-timer-pprice {
  position: relative;
}

.aria-onsale-product-timer-pprice
  .woo-at-card-price-holder
  .woo-at-price
  .woo-at-single-reg-price
  .woocommerce-Price-amount
  bdi {
  color: #fff;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.aria-onsale-product-timer-pprice
  .woo-at-card-price-holder
  .woo-at-price
  .woo-at-single-reg-price
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol {
  color: #fff;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.aria-onsale-product-timer-pprice
  .woo-at-card-price-holder
  .woo-at-price
  .woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi {
  margin-left: 27px;
  color: #fff;
  text-align: center;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.aria-onsale-product-timer-pprice
  .woo-at-card-price-holder
  .woo-at-price
  .woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol {
  display: none;
}

.aria-opt-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.aria-opt-regular-price {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.aria-opt-regular-price bdi {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.aria-opt-regular-price-offer bdi .woocommerce-Price-currencySymbol {
  display: none !important;
}
.aria-opt-regular-price-offer bdi {
  padding-left: 32px;
}
.aria-opt-regular-price bdi .woocommerce-Price-currencySymbol {
  display: block;
}

.aria-opt-regular-price-offer {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.aria-opt-present-discount {
  border-radius: 4px;
  background: var(--secondary, #fed128);
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  padding: 3px 3px 0 3px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 0px;
  line-height: 16px;
  top: 0px;
}

.aria-opt-sale-price bdi {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  gap: 5px;
}

.aria-opt-sale-price bdi .woocommerce-Price-currencySymbol {
  display: block;
}

.aria-opt-sale-price bdi {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.at-project-slider-item-holder {
  overflow: visible;
}

span.aria-spiner.at-minicart-loader {
  position: absolute;
  right: 12px;
  top: 12px;
}
.at-minicart-loader {
  color: #444;
  font-size: 21px;
  text-indent: -9999em;
  overflow: hidden;
  z-index: 10;
  width: 1.07em;
  height: 1.07em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
 