/* Banner Section */

.vesselPlanbanner {
  padding: 0;
  position: relative;
  height: 725px;
}
.vesselPlanbannerBgImg {
  object-fit: cover;
  object-position: right;
  display: block;
}
.vesselPlanbannerBgPhn {
  display: none;
}
.vesselMediumImg {
  display: none;
}
.vesselPlanbannerContent {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  margin: 0 10px;
}
.vesselPlanbannerContent h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 72px;
  max-width: 214px;
  color: #ffffff;
}
.vesselPlanbannerContent h1 span {
  color: #ea860b;
}

/* Product Section */

.product {
  background: linear-gradient(180deg, #17214f 0%, #0b1128 100%);
  position: relative;
}
.productContent {
  display: flex;
  position: relative;
  max-width: 1440px;
  margin: auto;
}
.productContentOdd .productImages {
  left: 0;
}
.productContent .productContentOdd {
  min-height: 420px;
}
.productSection {
  max-width: 535px;
  min-height: 409px;
}
.productSection h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  max-width: 535px;
  margin-bottom: 32px;
}
.productSectionOdd {
  margin-left: auto;
}
.productBox {
  width: 16px;
  height: 16px;
}
.productList li {
  position: relative;
  padding-left: 29px;
}
.productList li::before {
  content: url(/assets/images/productBox.svg);
  position: absolute;
  left: 0;
  top: 3px;
}
.productList li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #d1d3dd;
  margin-bottom: 24px;
}
.productImages {
  position: absolute;
  right: 0;
  width: 50%;
}
.productArrow {
  padding: 56px 0px;
  max-width: 100%;
  max-width: 1440px;
  margin: auto;
}
.productArrow.productArrowOdd {
  padding: 56px 0px;
}
.arrowBgImage {
  display: block;
}
.arrowResponsiveImage {
  display: none;
}
li:nth-child(3) {
  margin: 0;
}

/* Function Section */

.function {
  background: linear-gradient(
      102.72deg,
      #fef6ec 0.56%,
      rgba(254, 246, 236, 0) 99.99%
    ),
    #ffffff;
}
.functionContent h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #0b1128;
  margin-bottom: 40px;
}
.functionImage {
  max-width: 100%;
}
.AdvantagesDesktopBgImg {
  display: block;
}
.AdvantagesDesktopBgPhone {
  display: none;
}

/* Media Query */
@media (min-width: 1300px) and (max-width: 1400px) {
  .productSection {
    min-height: 369px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .productSection {
    min-height: 341px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .productSection {
    min-height: 313px;
    max-width: 510px;
  }
  .productSection h2 {
    max-width: 510px;
  }
}
@media (max-width: 1200px) {
  .vesselPlanbannerContent h1 {
    font-size: 46px;
  }
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .productSection h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .productList li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  li:nth-child(3) {
    margin: 0;
  }
}

@media (max-width: 1100px) {
  .product {
    padding: 56px 20px;
  }
  .productContent {
    flex-direction: column;
  }
  .productSection {
    max-width: 100%;
    min-height: 0;
  }
  .productSection h2 {
    max-width: 100%;
    min-height: 0;
  }
  .productImages {
    width: 100%;
    position: inherit;
  }
  .productImages img {
    border-radius: 6px;
    margin-top: 16px;
  }
  .arrowBgImage {
    display: none;
  }
  .arrowResponsiveImage {
    max-width: 12px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 768px) {
  section {
    padding: 56px 0;
  }
  .commonHeading h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .vesselPlanbanner {
    height: 600px;
  }
  .vesselPlanbannerBgImg {
    display: none;
  }
  .vesselPlanbannerBgPhn {
    display: none;
  }
  .vesselMediumImg {
    display: block;
    object-fit: cover;
    object-position: top left;
  }
  /* .hamburger {
    display: block;
  } */
  .vesselPlanbannerContent {
    top: 27.5%;
  }
  .vesselPlanbannerContent h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .productSection {
    max-width: 100%;
    min-height: 0;
  }
  .productSection h2 {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .productArrow {
    padding: 40px 0px;
  }
  .productArrow.productArrowOdd {
    padding: 40px 0px;
  }
  .productContent .productContentOdd {
    min-height: 100%;
  }
  .productContent .container {
    padding: 0;
  }
  .productList li {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 16px;
  }
  .arrowResponsiveImage {
    max-width: 12px;
    margin: 0 auto;
    display: block;
  }
  .arrowBgImage {
    display: none;
  }
  .functionContent {
    flex-direction: column;
    gap: 32px;
  }
  .functionContent h1 {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 32px;
  }
  .functionImage {
    width: 100%;
  }
  .AdvantagesDesktopBgImg {
    display: none;
  }
  .AdvantagesDesktopBgPhone {
    display: block;
  }
}

@media (max-width: 420px) {
  .vesselPlanbannerBgPhn {
    display: block;
    object-fit: cover;
    object-position: top left;
  }
  .vesselMediumImg {
    display: none;
  }
}
