@import url('./our-export-process-responsive.css');

/* Hero */
.container .our-export-hero-section {
  display: flex;
  position: relative;
}
.container .our-export-hero-section img {
  left: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.container .our-export-hero-section .our-export-hero-background {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.container .our-export-hero-section .our-export-hero-container {
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  z-index: 1;
}
.container .our-export-hero-section .our-export-hero-container img {
  position: unset;
  max-width: 100%;
}
.container
  .our-export-hero-section
  .our-export-hero-container
  .our-export-hero-title {
  color: #fff;
}
.container
  .our-export-hero-section
  .our-export-hero-container
  .our-export-hero-description {
  color: #fff;
}

/* Breadcrumb */
.container .our-export-breadcrumb-section .our-export-breadcrumb {
  color: #353535;
  font-size: 12px;
  font-weight: 400;
}

/* Information Section Type 2 */
.container .information-section-type-2 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.container .information-section-type-2 .information-section-type-2-background {
  background-image: url('../images/information-section-type-2-background.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 444px;
  width: 100%;
  position: absolute;
  top: calc(50% - 222px);
  left: 0;
}
.container .information-section-type-2 .information-section-type-2-title {
  color: #67aefd;
}
.container .information-section-type-2 .information-section-type-2-description {
  color: #67aefd;
  margin-top: 12px;
}
.container .information-section-type-2 .information-section-type-2-content {
  display: flex;
  gap: 24px;
}
.container
  .information-section-type-2
  .information-section-type-2-content
  .information-section-type-2-item {
  border: 1px solid;
  border-color: #67aefd;
  background: #fff;
  border-radius: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  z-index: 1;
}
.container
  .information-section-type-2
  .information-section-type-2-content
  .information-section-type-2-item
  .information-section-type-2-item-count {
  background-color: #67aefd;
  color: #fff;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.container
  .information-section-type-2
  .information-section-type-2-content
  .information-section-type-2-item
  .information-section-type-2-item-title {
  color: #353535;
  font-weight: 400;
  line-height: 32px;
  font-size: 20px;
}
.container
  .information-section-type-2
  .information-section-type-2-content
  .information-section-type-2-item
  .information-section-type-2-item-description {
  color: #353535;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
}

/* Slider */
.container .slider {
  position: relative;
  overflow: hidden;
}
.container .slider .slider-background-around {
  background-image: url('../images/slider-section-background.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 621px;
  width: 100%;
  position: absolute;
  top: calc(50% - 311px);
  left: 0;
}
.container .slider .slider-background-center {
  background-color: #67aefd;
  height: 545px;
  width: 545px;
  max-width: 100%;
  position: absolute;
  top: calc(50% - 273px);
  opacity: 0.2;
  filter: blur(100px);
}
.container .slider .slider-title {
  color: #353535;
}

/* Swiper */
.container .slider .swiper {
  width: 750px;
  height: 100%;
}
.container .slider .swiper .swiper-wrapper {
  align-items: center;
}
.container .slider .swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: auto;
}
.container .slider .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 500px;
  height: 100%;
  object-fit: cover;
}
.container .slider .swiper .swiper-wrapper .swiper-slider-content {
  /* background: rgba(0, 0, 0, 0.7); */
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 0;
}
.container
  .slider
  .swiper
  .swiper-wrapper
  .swiper-slider-content
  .swiper-slider-title {
  color: #fff;
}
.container
  .slider
  .swiper
  .swiper-wrapper
  .swiper-slider-content
  .swiper-slider-description {
  color: #fff;
}
