.pf-title {
  color: #111;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}
.pf-sub-title {
  font-size: 18px;
  line-height: normal;
  color: #666;
  font-weight: 400;
}
.first-content {
  z-index: 99 !important;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  position: relative;
  z-index: 1;
}

.second-bg {
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 180px;
  width: 458px;
  height: 508px;
  background-image: url("/assets/images/product/photonforge/landing-page/second-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}
.second-content {
  position: relative;
  overflow: hidden;
  height: 656px;
  width: 100%;
}
.second-pic-wrap {
  position: absolute;
  top: 0;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.08);
  z-index: 99;
  width: 768px;
  height: 448px;
}
.second-pic-wrap-1 {
  left: 0;
}
.second-pic-wrap-2 {
  right: 0;
}
.second-pic-wrap-2 img{
  width: 100%;
  height: 100%;
}
.content-1-slider {
  position: absolute;
  width: 430px;
  height: 406px;
  bottom: 0;
  border-radius: 12px;
  border: 1px solid #e6e8eb;
  background: #fff;
  z-index: 999;
  right: 0;
  box-sizing: content-box;
}
.content-1-slider .slider-wrap {
  display: flex;
  flex-direction: column;
  border-left: 4px solid #F0F0F0;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  height: 100%;
}

.content-1-slider .slider-item {
  cursor: pointer;
  padding-left: 20px;
}

.content-1-slider .slider-item .title {
  color: #D3D3D6;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.content-1-slider .slider-item .sub-title {
  display: none;
}

.content-1-slider .active {
  border-left: 4px solid #C43959;
  margin-left: -24px;
}

.content-1-slider .active .title {
  padding-left: 20px;
  color: #111;
}

.content-1-slider .active .sub-title {
  display: block;
  color: #333;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 20px;
}

.second-content-2 .intuitive-editor {
  position: absolute;
  right: 190px;
  bottom: 80px;
  color: #111;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 70px;
  border: 2px solid #E6E8EB;
  padding: 18px 40px;
}
.content-2-slider {
  position: absolute;
  width: 500px;
  height: 241px;
  bottom: 105px;
  border-radius: 12px;
  border: 1px solid #e6e8eb;
  background: #fff;
  z-index: 999;
  left: 0;
}
.content-2-slider .content {
  padding: 24px;
}

.content-2-slider .content .second-card-title {
  color: #dc3545; 
  margin: 0;
  margin-bottom: 16px;
  line-height: 24px;
  height: 24px;
}

.content-2-slider .content .list-wrap {
  margin-bottom: 0;
}

.vertical-line {
  width: 4px;
  background-color: #C43959;
  margin-right: 12px;
  display: inline-block;
}
.content-2-slider .title {
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.content-2-slider .slide-item {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 12px;
}
.content-2-slider .slide-item img {
  margin-right: 6px;
}
.second-card {
  margin: 20px;
  padding: 20px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.third {
  margin-top: 80px;
  width: 100%;
  margin-bottom: 80px;
}

.third-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.third-content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: nowrap;
}

.third-item {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

.third-item-img-wrap {
  height: 280px;
  width: 100%;
}
.third-item-img-wrap-1 {
  background: url("/assets/images/product/photonforge/landing-page/third-slide-1.png")
    no-repeat center center;
  background-size: 100% 100%;
}
.third-item-img-wrap-2 {
  background: url("/assets/images/product/photonforge/landing-page/third-slide-2.png")
    no-repeat center center;
  background-size: 100% 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.third-item-title {
  color: #111;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 56px;
  margin: 0;
}
.third-item-sub-title {
  color: #666;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  margin-bottom: -8px;
}

.fourth {
  margin-top: 80px;
  width: 100%;
  margin-bottom: 80px;
}

.fourth-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

.fourth-content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 58px;
  flex-wrap: wrap;
}

.fourth-item {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  flex: 1;
  min-width: 300px;
}
.fourth-item-img-wrap {
  position: relative;
  height: 50px;
}
.fourth-item-img {
  position: absolute;
  width: 120px;
  height: 90px;
  top: -60px;
  border-radius: 12px;
  background: #fafbfc;
}
.fourth-item-word {
  overflow: visible;
  color: #666;
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: clip;
  white-space: normal;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-height: 220px;
  flex: 1;
  margin-bottom: 24px;
}
.fourth-item-person {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
}

.person {
  display: flex;
  flex-direction: column;
  max-width: 190px;
}

.fourth-item-title {
  color: #242A33;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.fourth-item-sub-title {
  color: #98A3B2;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.learn-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #e6e8eb;
  background: var(--Linear, linear-gradient(0deg, #f8f9fc 0%, #fff 49.94%));
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.learn-item-top {
  justify-content: flex-start;
  display: flex;
  margin-bottom: 8px;
}
.learn-item-top .title {
  color: #111;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.learn-item-top .sub-title {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.learn-item-middle {
  text-align: left;
  color: #98A3B2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.learn-item-bottom {
  display: flex;
  justify-content: flex-end;
}

#carousel1 .owl-nav {
  display: none;
}
#carousel1 .owl-stage-outer {
  height: 100% !important;
}
#carousel1 .owl-stage {
  width: 100% !important;
  height: 100% !important;
}
#carousel1 .owl-item {
  width: 100% !important;
  height: 100% !important;
}

#carousel1 .carousel-inner {
  height: 100%;
}