/* CSS ANIMATIONS */
/* @keyframes animateOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes animateIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} */
body {
    padding: 0;
    margin: 0;
}
.ai-icon-with-slider {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.ai-slider-main-content-wrapper {
  width: 60%;
  display: flex;
  background: #efeff0;
  box-shadow: 2px 2px 4px rgba(114, 142, 171, 0.1), -6px -6px 20px #ffffff, 4px 4px 20px rgba(111, 140, 176, 0.41);
  border-radius: 14px;
}

.ai-slider-main-content-wrapper .carousel-indicators {
  position: relative;
  width: 10%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.ai-slider-main-content-wrapper .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.9s ease;
  border: none;
  margin-bottom: 10px;
  background-color: #d1d1d1;
}

.ai-slider-main-content-wrapper .carousel-indicators li.active {
  background-color: #79232e;
  width: 10px;
  height: 30px;
  border-radius: 10px !important;
  transition: all 0.9s ease;
}

.ai-slider-main-content-wrapper .carousel-inner {
  width: 85%;
  margin-left: 15%;
}

.ai-item-wrapper {
  padding: 3rem;
  transition: all 0.1s ease;
}

.ai-item-wrapper.active {
  display: flex !important;
  flex-direction: row;
  transition: all 0.4s ease;
}

.ai-slider-nav {
  display: flex;
  position: relative;
  width: 40%;
  height: 25%;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 1rem;
}

.ai-slider-nav a {
  position: relative;
  width: 45px;
  height: 45px;
  background: #efeff0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(114, 142, 171, 0.1), -6px -6px 20px #ffffff;
  border-radius: 29.1413px;
  margin-left: 1rem;
}
.ai-slider-nav a i {
  color: #79232e;
  font-size: 24px;
}

.ai-slider-content {
  padding: 0rem 0 1rem 0rem;
  min-height: 150px;
}

.ai-slider-icon-wrapper {
  padding: 2rem;
  top: 25%;
  left: 30%;
  position: absolute;
  background: #79232e;
  box-shadow: 2px 2px 4px rgba(114, 142, 171, 0.1), -6px -6px 20px #ffffff, 4px 4px 20px rgba(111, 140, 176, 0.41);
  border-radius: 15px;
}

/* .ai-slider-icon-wrapper .ai-slider-icon {
  display: none;
  text-align: center;
  width: 85px;
  opacity: 0;
  animation-name: animateOut;
  animation-duration: 0.4s;
  transition: all 0.4s ease;
} */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.2s ease-in-out left;
  -moz-transition: 0.2s ease-in-out left;
  -o-transition: 0.2s ease-in-out left;
  transition: 0.2s ease-in-out left;
}

/* .ai-slider-icon-wrapper .ai-slider-icon.ai-sl-active {
  opacity: 1;
  display: block;
  animation-name: animateIn;
  animation-duration: 0.4s;
  transition: all 0.4s ease;
} */

.ai-slider-content h5 {
  font-family: "Vollkorn";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  color: #827d7d;
}

.ai-slider-content h6 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #827d7d;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.ai-slider-content p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #827d7d;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.ai-inline-cont-slider {
    width: 100%;
    height: 100%;
}

.ai-inline-cont-slider .owl-stage {
    width: 100%;
    height: 100%;
    display: flex;
}
.ai-inline-cont-slider .owl-stage .owl-item {
    width: 100%;
    height: 100%;
    transform: scale(1);
}
.ai-inline-cont-slider .owl-stage .owl-item img {
    width: 100%;
    height: 100%;
}
.owl-carousel:after {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  pointer-events: none;
  background: url() no-repeat center 50%;
  background-size: 100% auto;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0) scale(1.0, 1.0);
}
.owl-carousel .owl-stage-outer{
    transform:translate3d(0,0,0)
}
/****************
  Navigation Left
****************/
.ai-nav-left-min {
  min-width: 100%;
  min-height: 600px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ai-inline-cont-slider-left-nav .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
}
.ai-inline-cont-slider-left-nav .owl-nav .owl-prev {
  margin-bottom: 15px;
}
.ai-inline-cont-slider-left-nav.owl-theme .owl-nav .owl-prev:hover,
.ai-inline-cont-slider-left-nav.owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
  outline: none;
}
.ai-inline-cont-slider-left-nav .owl-nav .owl-prev,
.ai-inline-cont-slider-left-nav .owl-nav .owl-next {
  padding: 1rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.ai-inline-cont-slider-left-nav .owl-nav .owl-prev i,
.ai-inline-cont-slider-left-nav .owl-nav .owl-next i {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
}
.ai-inline-cont-slider-left-nav .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 1rem;
}
.ai-inline-cont-slider-left-nav.owl-theme .owl-dots .owl-dot {
  /* display: none; */
}

.ai-inline-cont-slider-left-nav .owl-dots .ai-slider-dots {
  font-size: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}

.ai-inline-cont-slider-left-nav .owl-dots .ai-slider-dots .ai-current-slide {
  font-size: 54px;
  font-weight: 700;
  display: flex;
  line-height: 54px;
  margin-right: 0.4rem;
}
