/*----------------------------------------*/
/*  Hero Section
/*----------------------------------------*/
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/** Animation */
.chariz-hero-item p,
.chariz-hero-item h2,
.chariz-hero-item .chariz-hero-item-button {
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.swiper-slide-active .chariz-hero-item p,
.swiper-slide-active .chariz-hero-item h2,
.swiper-slide-active .chariz-hero-item .chariz-hero-item-button {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.chariz-hero-2-item h2,
.chariz-hero-2-item .chariz-hero-2-item-button,
.chariz-hero-2-item .chariz-hero-2-item-icon-box-text {
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.swiper-slide-active .chariz-hero-2-item h2,
.swiper-slide-active .chariz-hero-2-item .chariz-hero-2-item-button,
.swiper-slide-active .chariz-hero-2-item .chariz-hero-2-item-icon-box-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.chariz-hero-section .chariz-hero-item {
  padding: 280px 0;
  text-align: center;
  color: var(--white);
  position: relative;
}
.chariz-hero-section .chariz-hero-item .chariz-hero-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.chariz-hero-section .chariz-hero-item .chariz-hero-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: zoomin 25s ease-in infinite;
          animation: zoomin 25s ease-in infinite;
}
.chariz-hero-section .chariz-hero-item p {
  font-size: 22px;
  font-family: var(--love_ya_like_a_sister);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.chariz-hero-section .chariz-hero-item h2 {
  font-size: 88px;
  line-height: 98px;
  font-family: var(--rubik);
  font-weight: 600;
  text-transform: uppercase;
}
.chariz-hero-section .hero-pagination {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  left: unset !important;
  width: unset !important;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chariz-hero-section .hero-pagination span {
  opacity: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid var(--white);
  background: transparent;
  color: var(--white);
  font-size: 20px;
  font-family: var(--love_ya_like_a_sister);
}
.chariz-hero-section .hero-pagination span.swiper-pagination-bullet-active {
  background-color: var(--theme-1);
}

.chariz-hero-2-section .chariz-hero-2-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-1-left-img {
  position: absolute;
  left: -100%;
  bottom: 200px;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
@media (max-width: 750px) {
  .hero-1-left-img {
    width: 250px !important;
  }
}

.hero-1-right-img {
  position: absolute;
  bottom: -100%;
  right: 100px;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.swiper-slide-active .hero-1-left-img {
  left: -100px;
}
.swiper-slide-active .hero-1-right-img {
  bottom: 0;
}

/** Common Section */
.chariz-hero-shap-bottom {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 2;
}
.chariz-hero-shap-bottom svg {
  display: block;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 1.3px);
  -webkit-box-shadow: 0 9px 11.9px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 9px 11.9px 0 rgba(0, 0, 0, 0.16);
}

.chariz-hero-shap-top {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: -1px;
  z-index: 2;
}
.chariz-hero-shap-top svg {
  display: block;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 1.3px);
}

/** Hero 2 Section */
.chariz-hero-2-item {
  position: relative;
  color: #fff;
  padding-top: 389px;
  padding-bottom: 170px;
}
.chariz-hero-2-item .chariz-hero-2-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chariz-hero-2-item .chariz-hero-2-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chariz-hero-2-item h2 {
  font-size: 110px;
  line-height: 120px;
  font-weight: 500;
  text-transform: uppercase;
}
.chariz-hero-2-item .chariz-hero-2-item-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.chariz-hero-2-item .chariz-hero-2-item-icon-box p {
  font-size: 18px;
  font-family: rubik, sans-serif;
}
.chariz-hero-2-item .chariz-hero-2-item-icon-box .chariz-hero-2-item-icon-box-title {
  font-size: 22px;
  font-family: rubik, sans-serif;
}
.chariz-hero-2-item .chariz-hero-2-item-icon-box i {
  font-size: 40px;
}

.chariz-hero-2-item-icons {
  position: absolute;
  right: 45px;
  bottom: 245px;
  z-index: 9;
}
.chariz-hero-2-item-icons .chariz-hero-2-item-right-icon {
  margin-top: 18px;
}
.chariz-hero-2-item-icons .chariz-hero-2-item-left-icon,
.chariz-hero-2-item-icons .chariz-hero-2-item-right-icon {
  height: 54px;
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-1);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--white);
}
.chariz-hero-2-item-icons .chariz-hero-2-item-left-icon:hover,
.chariz-hero-2-item-icons .chariz-hero-2-item-right-icon:hover {
  background-color: var(--white);
}
.chariz-hero-2-item-icons .chariz-hero-2-item-left-icon:hover i,
.chariz-hero-2-item-icons .chariz-hero-2-item-right-icon:hover i {
  color: var(--theme-1);
}