/*==========================================================================
 Banner One CSS
 ==========================================================================*/
.banner__one {
  position: relative;
  z-index: 1;
}
.banner__one-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner__one-image::after {
  content: '';
  position: absolute;
  background-image: url('../../assets/img/shape/banner-bg.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner__one-content {
  position: relative;
  z-index: 9;
  text-align: left;
  padding-bottom: 167px;
  padding-top: 162px;
  max-width: 740px;
}
.banner__one-content span {
  font-family: var(--heading-font);
  display: inline-block;
  color: var(--primary-color-1);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.banner__one-content h1 {
  color: var(--text-white);
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 30px;
  max-width: 650px;
}
.banner__one-content p {
  color: var(--color-4);
  max-width: 560px;
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 30px;
}
.banner__one-content-button {
  display: flex;
}
.banner__one-content-button-item {
  margin-right: 30px;
}
.banner__one-content-button-item .btn-one::before {
  background: var(--btn-white);
}
.banner__one-content-button-item .btn-one:hover {
  color: var(--primary-color-1);
}
.banner__one-content-button-item:last-child {
  margin: 0;
}
.banner__one-content-icon {
  position: absolute;
  bottom: 160px;
  right: 140px;
  z-index: -1;
}
.banner__one-content-icon img {
  max-width: 260px;
}
/*==========================================================================
 Banner Two CSS
 ==========================================================================*/
.conbix-button-next, .conbix-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.banner__two {
  position: relative;
}
.banner__two-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner__two-image::before {
  content: '';
  position: absolute;
  background: var(--bg-heading-color);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner__two-image-shape-one {
  position: absolute;
  left: -60px;
  bottom: 130px;
}
.banner__two-image-shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner__two-content {
  position: relative;
  text-align: center;
  padding: 220px 0;
}
.banner__two-content .subtitle {
  position: absolute;
  left: 50%;
  top: 23%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 250px;
  line-height: 200px;
  font-family: var(--heading-font);
  font-style: normal;
  opacity: 0.2;
  color: var(--text-white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  z-index: -1;
  width: 100%;
}
.banner__two-content span {
  color: var(--primary-color-2);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--heading-font);
  margin-bottom: 15px;
  display: inline-block;
}
.banner__two-content h1 {
  color: var(--text-white);
  font-size: 90px;
  line-height: 100px;
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.banner__two-arrow-prev {
  display: inline-block;
  left: 135px;
}
.banner__two-arrow-prev i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background: var(--primary-color-2);
  font-size: 22px;
  color: var(--text-white);
  border-radius: 50%;
  transition: 0.4s;
}
.banner__two-arrow-prev i:hover {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.banner__two-arrow-next {
  display: inline-block;
  right: 165px;
}
.banner__two-arrow-next i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background: var(--primary-color-2);
  font-size: 22px;
  color: var(--text-white);
  border-radius: 50%;
  transition: 0.4s;
}
.banner__two-arrow-next i:hover {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
/*==========================================================================
 Banner Three CSS
 ==========================================================================*/
.banner__three {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 180px;
  overflow: hidden;
}
.banner__three-title {
  position: relative;
}
.banner__three-title span {
  color: var(--primary-color-3);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  display: block;
  margin-bottom: 8px;
}
.banner__three-title h1 {
  margin-bottom: 20px;
}
.banner__three-title p {
  max-width: 505px;
}
.banner__three-title-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.banner__three-title-bottom-video {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner__three-title-bottom-video-icon {
  position: relative;
  z-index: 1;
}
.banner__three-title-bottom-video-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed var(--primary-color-3);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: -1;
  animation: rotation 5s infinite linear;
}
.banner__three-title-bottom-video-icon i {
  color: var(--primary-color-3);
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.banner__three-title-bottom-video-icon:hover::after {
  animation: none;
}
.banner__three-title-bottom-video h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  max-width: 125px;
}
.banner__three .swiper-pagination {
  position: absolute;
  left: -110px !important;
  top: 57%;
  transform: translateY(-50%);
  z-index: -1;
}
.banner__three .swiper-pagination span {
  width: 6px;
  height: 6px;
  background: var(--primary-color-3);
  opacity: 1;
}
.banner__three .swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  margin-bottom: 18px !important;
  position: relative;
  margin-left: 9px !important;
}
.banner__three .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  border: 1px solid var(--primary-color-3);
  width: 24px;
  height: 24px;
  margin-left: 0 !important;
}
.banner__three .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -3px;
  background-image: url('../../assets/img/shape/border.png');
  width: 28px;
  height: 21px;
}
.banner__three .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.banner__three-image {
  text-align: right;
  margin-right: -750px !important;
}
@media (max-width: 1599px) {
  .banner__one-image::after {
    left: -160px;
  }
  .banner__two-arrow-prev {
    left: 35px;
  }
  .banner__two-arrow-next {
    right: 65px;
  }
  .banner__three .swiper-pagination {
    left: -50px;
  }
}
@media (max-width: 1399px) {
  .banner__one-image::after {
    left: -200px;
  }
  .banner__one-content {
    padding-bottom: 145px;
    padding-top: 140px;
  }
  .banner__one-content h1 {
    font-size: 80px;
    line-height: 90px;
    max-width: 580px;
    margin-bottom: 25px;
  }
  .banner__one-content p {
    margin-bottom: 40px;
  }
  .banner__two-content {
    padding: 150px 0;
  }
  .banner__two-content h1 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 40px;
  }
  .banner__three-title h1 {
    font-size: 64px;
    line-height: 74px;
  }
}
@media (max-width: 1099px) {
  .banner__one-image::after {
    left: -320px;
    width: 110%;
  }
}
@media (max-width: 991px) {
  .banner__two-arrow {
    display: none;
  }
  .banner__one-image::after {
    left: 0;
    width: 100%;
    background: var(--bg-heading-color);
  }
  .banner__two-content h1 {
    font-size: 64px;
    line-height: 74px;
  }
  .banner__two-content .subtitle {
    top: 15%;
    font-size: 180px;
  }
  .banner__three {
    padding-top: 270px;
  }
}
@media (max-width: 767px) {
  .banner__one-content {
    text-align: center;
  }
  .banner__one-content h1 {
    font-size: 72px;
    line-height: 82px;
  }
  .banner__one-content-button {
    justify-content: center;
  }
  .banner__two-content h1 {
    font-size: 47px;
    line-height: 57px;
    margin-bottom: 30px;
  }
  .banner__two-content .subtitle {
    font-size: 140px;
  }
  .banner__three-image {
    margin: 0;
  }
  .banner__three-title {
    text-align: center;
  }
  .banner__three-title p {
    margin: 0 auto;
  }
  .banner__three-title-bottom {
    justify-content: center;
  }
  .banner__three-title-bottom-video {
    justify-content: center;
  }
  .banner__three-title-bottom-video h6 {
    text-align: left;
  }
  .banner__three .swiper-pagination {
    position: initial;
    margin-top: 35px;
    transform: initial;
  }
  .banner__three .swiper-pagination span {
    display: inline-block;
  }
  .banner__three .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-right: 18px;
    margin-bottom: 9px;
  }
  .banner__three .swiper-pagination .swiper-pagination-bullet-active {
    margin-bottom: 0;
  }
  .banner__three .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 9px;
  }
  .banner__three .swiper-pagination:last-child .swiper-pagination-bullet-active {
    margin-bottom: 0;
  }
}
@media (max-width: 535px) {
  .banner__one-content h1 {
    font-size: 64px;
    line-height: 84px;
  }
  .banner__two-arrow-prev {
    left: 12px;
  }
  .banner__two-arrow-prev i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .banner__two-arrow-next {
    right: 36px;
  }
  .banner__two-arrow-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .banner__two .subtitle {
    top: 13%;
    font-size: 90px;
  }
}
@media (max-width: 480px) {
  .banner__one-content h1 {
    font-size: 47px;
    line-height: 57px;
  }
  .banner__one-content-button {
    display: initial;
  }
  .banner__one-content-button-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .banner__two-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .banner__two-image-shape-one {
    bottom: 56%;
    z-index: -1;
  }
  .banner__three-title h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 10px;
  }
  .banner__three-title-bottom {
    margin-top: 30px;
    display: block;
  }
  .banner__three-title-bottom-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .banner__three {
    padding-top: 300px;
  }
}
@media (max-width: 359px) {
  .banner__one-content h1 {
    font-size: 41px;
    line-height: 51px;
  }
  .banner__two-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner__three {
    padding-top: 330px;
  }
  .banner__three-title h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
/*==========================================================================
 Banner Four CSS
 ==========================================================================*/
.banner__four {
  position: relative;
  z-index: 1;
}
.banner__four-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner__four-image::after {
  content: '';
  position: absolute;
  background-image: url('../../assets/img/banner/banner-bg.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner__four-content {
  position: relative;
  z-index: 9;
  text-align: left;
  padding-bottom: 185px;
  padding-top: 180px;
  max-width: 740px;
}
.banner__four-content span {
  font-family: var(--heading-font);
  display: block;
  color: var(--primary-color-1);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.banner__four-content h1 {
  color: var(--text-white);
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 40px;
  max-width: 650px;
}
.banner__four-content-video-icon i {
  background: var(--text-white);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary-color-1);
}
.banner__four-content-button {
  display: flex;
}
.banner__four-content-button-item {
  margin-right: 30px;
}
.banner__four-content-button-item .btn-one::before {
  background: var(--btn-white);
}
.banner__four-content-button-item .btn-one:hover {
  color: var(--primary-color-1);
}
.banner__four-content-button-item:last-child {
  margin: 0;
}
.banner__four-content-icon {
  position: absolute;
  bottom: 160px;
  right: 140px;
  z-index: -1;
}
.banner__four-content-icon img {
  max-width: 260px;
}
.banner__four-content .banner-pagination {
  position: absolute;
  left: -90px !important;
  top: 63%;
  transform: translateY(-50%);
  z-index: -1;
}
.banner__four-content .banner-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background: var(--primary-color-1);
  width: 8px;
  height: 8px;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
  margin: 0 !important;
  margin-top: 20px !important;
  position: relative;
}
.banner__four-content .banner-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid var(--primary-color-1);
  top: 50%;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.banner__four-content .banner-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
@media (max-width: 1599px) {
  .banner__four-image::after {
    left: -160px;
  }
  .banner__two-arrow-prev {
    left: 35px;
  }
  .banner__two-arrow-next {
    right: 65px;
  }
  .banner__three .swiper-pagination {
    left: -50px;
  }
}
@media (max-width: 1399px) {
  .banner__four-image::after {
    left: -200px;
  }
  .banner__four-content {
    padding-bottom: 145px;
    padding-top: 140px;
  }
  .banner__four-content h1 {
    font-size: 80px;
    line-height: 90px;
    max-width: 580px;
    margin-bottom: 25px;
  }
  .banner__four-content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1099px) {
  .banner__four-image::after {
    left: -320px;
    width: 110%;
  }
  .banner__four .banner-pagination {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner__four-image::after {
    left: 0;
    width: 100%;
    background: var(--bg-heading-color);
  }
}
@media (max-width: 767px) {
  .banner__four-content {
    text-align: center;
    padding: 110px 0px;
  }
  .banner__four-content h1 {
    font-size: 72px;
    line-height: 82px;
  }
  .banner__four-content-button {
    justify-content: center;
  }
}
@media (max-width: 535px) {
  .banner__four-content h1 {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 480px) {
  .banner__four-content h1 {
    font-size: 47px;
    line-height: 57px;
  }
  .banner__four-content-button {
    display: initial;
  }
  .banner__four-content-button-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 359px) {
  .banner__four-content h1 {
    font-size: 41px;
    line-height: 51px;
  }
}
