/*-----------------General Style-----------------*/
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  height: 100%;
}
body {
  width: 100%;
  margin: 0;
  font-size: 1rem;
  color: #fff !important;
  scroll-behavior: smooth;
  margin: 0 auto;
  /* max-width: 1500px; */
}
@-o-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

:root {
  --blue: #3b84c6;
  --white: #fff;
  --pink: #7290bf;
}
a {
  text-decoration: none;
}
h1 {
  font-family: HelveticaNeueLTCom-MdCn !important;
  font-size: 3rem;
  line-height: 0.9;
}
h4 {
  font-size: 1.8rem !important;
  font-family: HelveticaNeueLTCom-Cn !important;
  letter-spacing: 1px;
}
.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}
.navbar {
  margin-bottom: 0px;
}
.interior {
  font-family: HelveticaNeueLTCom-BdCn !important;
}
.subtitle {
  font-family: HelveticaNeueLTCom-Cn !important;
  font-size: 0.9rem !important;
}
.desc {
  font-family: HelveticaNeueLTCom-MdCn !important;
  font-weight: 500 !important;
  font-size: 1.2rem !important;
  max-width: 370px;
}
/*-----------------Header Style-------- Part 1 ---------*/
.mainNav {
  /* width: 100%; */
  /* height: auto; */
  background: linear-gradient(
    180deg,
    rgb(82, 120, 186) 0%,
    rgb(126, 127, 173) 1212%
  );
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  padding: 1.5rem 2rem 0 6rem;
  z-index: 100;
}
.mainNav .navLeft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainNav .navLeft .topLogo {
  font-size: 5rem;
}

.navRight .nav-item .nav-link {
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
}
.navRight .nav-item .nav-link:hover {
  transform: scale(1.2);
}
.navRight .nav-item .nav-link span {
  font-size: 3rem;
}
/*-----------------Main Banner Style-------- Part 2 ---------*/
.mainBanner {
  width: 100%;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(82, 120, 186, 1) 0%,
    rgba(126, 127, 173, 1) 1212%
  );
  padding-bottom: 2rem;
}
.mainBanner .mainBannerImage {
  width: 100%;
  height: auto;
}
.mainBanner .mainBannerImage img {
  width: 100%;
  height: 100%;
}
.mainBanner h2 {
  padding-left: 9vw;
  /* font-weight: 600; */
  font-family: HelveticaNeueLTCom-LtCn;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
}
/*-----------------introduction Style--------- Part 3 --------*/
.introduction {
  background: linear-gradient(
    180deg,
    rgba(82, 120, 186, 1) 0%,
    rgba(147, 145, 197, 1) 100%,
    rgba(126, 127, 173, 1) 1212%
  );
}
.introduction .introduction_item {
  display: flex;
  width: 100%;
  height: auto;
  padding: 1rem;
}
.introduction .introParag {
  text-align: justify;
  z-index: 300;
  position: relative;
  padding-left: 0;
  margin-left: -2.5rem;
}
.introduction .introParag::before {
  content: "";
  position: absolute;
  width: 1.3px;
  height: 24rem;
  background-color: var(--white);
  transform: rotate(10deg);
  left: -1.2rem;
  top: 0;
}
.introduction .introParag h4 {
  /* font-weight: 700; */
  font-size: 2rem !important;
  font-family: HelveticaNeueLTCom-BdCn !important;
  /* letter-spacing: 1px; */
}
.introduction .introParag p {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-family: HelveticaNeueLTCom-Cn;
}
.introduction .introParag .dlLink {
  font-size: 1.25rem;
  /* font-weight: 900; */
  color: var(--white);
  margin-bottom: 1rem;
  font-family: HelveticaNeueLTCom-BdCn;
}
.introduction .introParag .dlIcon img {
  display: block;
  width: 3.5rem;
  height: auto;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.introduction .introImg {
  height: auto;
  position: relative;
}
.introduction .introImg img {
  width: 100%;
  height: 100%;
}

.introduction .dlIcon {
  display: block;
  font-size: 3rem;
}
.stairs {
  /* width: 50%; */
  height: 200px;
  line-height: 1.4;
}

/*-----------------Interior Style-------- Part 4 ---------*/
.interior {
  position: relative;
  width: 100%;
  padding: 2rem 0 0 0;
  background: linear-gradient(
    180deg,
    rgba(147, 145, 197, 1) 0%,
    rgba(174, 172, 201, 1) 100%,
    rgba(126, 127, 173, 1) 1212%
  );
}
.interior::before {
  content: "";
  background-image: url(../image/banners/Asset12PICS.png);
   position: absolute;
  background-size: 85% 100%;
  width: 85%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0; 
  background-position: right;
  right: 0px;
}
.interior .interiorDesc {
  width: 80%;
  padding: 3rem 6rem 10rem 6rem;
  z-index: 1;
}
.interior .interiorDesc .secIcon,
.passenger .passengerDesc .secIcon {
  font-size: 5.4rem;
}
.interior .interiorDesc .subtitle {
  font-size: 1.0rem !important;
}
.interior .interiorDesc .desc {
  width: calc(100% - 83px);
  line-height: 1.3;
  font-size: 1.5rem !important;
  text-align: justify;
  font-family: HelveticaNeueLTCom-LtCn !important;
  max-width: 330px;
  /* word-break: break-all; */
  /* font-weight: 500; */
}
/*-----------------Passenger Style---------- Part 5 -------*/
.passenger {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 2rem 40rem;
  background: linear-gradient(
    180deg,
    rgba(174, 172, 201, 1) 0%,
    rgba(160, 139, 170, 1) 100%,
    rgba(126, 127, 173, 1) 1212%
  );
}
.passenger::before {
  content: "";
  background-image: url(../image/banners/Asset13PICS.png);
  position: absolute;
  background-size: 95% 100%;
  left: 0;
  width: 95%;
  height: 100%;
  background-repeat: no-repeat;
  /* opacity: 0.7; */
  z-index: 1;
}
.passenger .passengerTitle {
  z-index: 2;
  padding: 0 6rem;
  font-weight: 900;
  text-align: right;
  font-size: 4.8rem;
  font-family: HelveticaNeueLTCom-BdCn !important;
  letter-spacing: 1px;
}
.passenger .passengerDesc {
  /* width: 32%; */
  padding: 5.5rem 4rem 0 5rem;
  z-index: 1000;
  float: right;
  text-align: right;
}
.passenger .passengerDesc h4 {
  font-size: 1.5rem !important;
}
.passenger .passengerDesc h1 {
  /* font-weight: 700; */
  letter-spacing: 1px;
  font-size: 3.0rem !important;
}
.passenger .passengerDesc .subtitle {
  font-size: 1.5rem !important;
  margin-top: 1rem;
}
.passenger .passengerDesc .desc {
  font-size: 1.3rem !important;
  line-height: 1.3;
  max-width: 330px;
  text-align: justify !important;
  /* word-break: break-all; */
  /* font-weight: 700; */
}
/*-----------------First Sider Style--------- Part 6 --------*/
.firstSlider {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(160, 139, 170, 1) 0%,
    rgba(170, 162, 199, 1) 100%
  );

  padding: 2rem 6rem 0 6rem;
}
.firstSlider .firstSliderItems {
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  padding: 3rem;
  width: 100%;
}
.firstSlider .swiper-wrapper {
  background-color: #9399c4;
}
.firstSlider .firstSliderItems .swiper-slide {
  text-align: center;
  /* width: 280px !important; */
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.firstSlider .firstSliderItems .swiper-slide span {
  margin-top: 1rem;
}
.firstSlider .firstSliderItems .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.firstSlider .swiper-button-next,
.firstSlider .swiper-button-prev {
  color: var(--white);
}
.firstSlider .swiper-button-next {
  right: 5px;
}
.firstSlider .swiper-button-next::after,
.firstSlider .swiper-button-prev::after {
  z-index: 1;
}

/*-----------------Interior Furnishing--------- Part 7 --------*/
.interiorFurnishing {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  background: linear-gradient(
    180deg,
    rgba(170, 162, 199, 1) 0%,
    rgba(173, 146, 180, 1) 100%
  );

  z-index: -20;
}
/* .interiorFurnishing::before {
  content: "";
  background-image: url(../image/banners/Asset4PICS.png);
  position: absolute;
  background-size: 100%;
  top: -2rem;
  right: 0;
  width: 98%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: -2;
} */
.banner-image {
  position: absolute;
  background-size: 100%;
  /* top: -2rem; */
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: -2;
}
.interiorFurnishing .asset {
  padding-left: 6rem;
  display: flex;
  align-items: center;
  padding-top: -4%;
}
.interiorFurnishing .asset img {
  width: 80%;
  height: 80%;
  transform: scaleX(-1);
}
/* .interiorFurnishing::after {
  content: "";
  background-image: url(../image/slider/1.png);
  position: absolute;
  background-size: 32%;
  bottom: -27rem;
  left: -60%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.9;
  transform: scaleX(-1);
  z-index: 0;
} */
.interiorFurnishing .interiorFurnishingDesc {
  width: 40%;
  width: 40%;
  padding: 11rem 6rem;
}
.interiorFurnishing .interiorFurnishingDesc .secIcon {
  font-size: 5.4rem;
}
.interiorFurnishing .interiorFurnishingDesc .subtitle {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.interiorFurnishing .interiorFurnishingMore {
  float: right;
  padding-right: 13%;
  text-align: right;
  padding-top: 5%;
  margin: auto;
}
.interiorFurnishing .interiorFurnishingMore h4 {
  font-family: HelveticaNeueLTCom-Cn !important;
  font-size: 2rem !important;
  font-weight: 600;
  margin-bottom: 6px;
  word-spacing: -2px;
}
.interiorFurnishing .interiorFurnishingMore p {
  font-family: HelveticaNeueLTCom-Cn !important;
  font-size: 1.4rem !important;
}

/*-----------------GRP---------- Part 8 -------*/
.GRP {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(173, 146, 180, 1) 0%,
    rgba(203, 140, 148, 1) 100%
  );
  z-index: -20;
}
/* .GRP::before {
  content: "";
  background-image: url(../image/banners/Asset5PICS.png);
  position: absolute;
  background-size: 100%;
  top: 0;
  right: -6px;
  width: 101%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: -1;
} */
.GRP::after {
  content: "";
  position: absolute;
  background-size: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 88%;
  height: 1px;
  background-color: var(--white);
  opacity: 0.9;
  z-index: 0;
}
.GRP .GRPDesc {
  width: 50%;
  padding: 5rem 6rem 20rem 6rem;
}
.GRP .GRPDesc .secIcon {
  font-size: 5.4rem;
}
.GRP .GRPDesc .subtitle {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.object-fit-cover {
  object-fit: cover;
}
/*-----------------Second Sider Style-------- Part 9 ---------*/
.secondSlider {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(203, 140, 148, 1) 0%,
    rgba(221, 177, 171, 1) 100%
  );

  padding: 0 6rem 0 6rem;
}
.secondSlider .secondSliderItems {
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  padding: 3rem 5rem;
}

.secondSlider .secondSliderItems .swiper-slide {
  text-align: center;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.secondSlider .secondSliderItems .swiper-slide span {
  margin-top: 0rem;
}
.secondSlider .secondSliderItems .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.secondSlider .swiper-button-next,
.secondSlider .swiper-button-prev {
  color: var(--white);
}
.secondSlider .swiper-button-prev {
  left: 20rem;
}
.secondSlider .swiper-button-next {
  right: 15rem;
}
.secondSlider .swiper-button-next::after,
.secondSlider .swiper-button-prev::after {
  z-index: 1;
}

.secondSlider .swiper-button-next::before {
  right: -15rem;
  left: unset;
}
/*-----------------Compartment Style--------- Part 10 --------*/
.compartment {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(221, 177, 171, 1) 42%,
    rgba(217, 218, 219, 1) 100%
  );

  z-index: -1;
}
/* .compartment::before {
  content: "";
  background-image: url(../image/banners/Asset14PICS.png);
  position: absolute;
  background-size: 100%;
  top: -10rem;
  right: 0;
  width: 100%;
  height: 135%;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: -1;
} */
.compartment .compartmentDesc {
  width: 40%;
  padding: 10rem 6rem 6rem 6rem;
}
.compartment .compartmentDesc .desc {
  font-size: 0.8rem !important;
  text-align: justify;
  font-weight: 700;
  padding-right: 6rem;
}
.compartment .compartmentDesc .secIcon {
  font-size: 5.4rem;
}
.compartment .compartmentDesc .subtitle {
  font-size: 0.8rem;
  margin-top: 1rem;
}
.compartment .compartmentDesc .kitchen-desc {
  line-height: 1.1;
  font-size: 1.1rem !important;
  font-family: HelveticaNeueLTCom-LtCn !important;
}
/*-----------------GALLEY EQUIPMENTS Style-------- Part 11 ---------*/
.equipments {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 6rem 2rem 6rem;
  background: linear-gradient(
    180deg,
    rgba(217, 218, 219, 1) 46%,
    rgba(175, 198, 201, 1) 100%
  );
}
.equipments .sectionTitle {
  position: relative;
  width: 23rem;
  text-align: center;
  border-left: 2px solid var(--white);
  border-right: 2px solid var(--white);
  margin: 0 auto;
  font-family: HelveticaNeueLTCom-BdCn !important;
  font-size: 2rem;
  padding: 0 0.2rem;
  letter-spacing: 1px;
  /* font-weight: 900; */
}
.equipments .sectionTitle::before,
.equipments .sectionTitle::after {
  content: "";
  position: absolute;
  background-size: 100%;
  top: 0;
  left: 22.9rem;
  width: 23rem;
  height: 1px;
  background-color: var(--white);
  opacity: 0.9;
  z-index: 0;
}
.equipments .sectionTitle::after {
  right: 22.9rem;
  left: unset;
}
.equipments .equipmentsItems {
  border-bottom: 2px solid var(--white);
  padding: 3rem 5rem;
}

.equipments .equipmentsItems .swiper-slide {
  text-align: center;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.equipments .equipmentsItems .swiper-slide span {
  margin-top: 1rem;
}
.equipments .equipmentsItems .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.equipments .swiper-button-next,
.equipments .swiper-button-prev {
  color: var(--white);
}
.equipments .swiper-button-prev {
  left: 0;
}
.equipments .swiper-button-next {
  right: 0;
}
.equipments .swiper-button-next::after,
.equipments .swiper-button-prev::after {
  z-index: 1;
}

.equipments .swiper-button-next::before {
  right: 0;
  left: unset;
}
/*-----------------Passenger Railcar------- Part 12 ----------*/
.railcar {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(175, 198, 201, 1) 0%,
    rgba(186, 191, 177, 1) 100%
  );

  padding-bottom: 5rem;
}
.railcar::before {
  content: "";
  background-image: url(../image/banners/Asset9PICS02.png);
  position: absolute;
  background-size: 100%;
  top: 6rem;
  right: 12rem;
  width: 48%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: 0;
}
.railcar::after {
  content: "";
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 88%;
  height: 1px;
  background-color: var(--white);
  z-index: 0;
}
.railcar .railcarDesc {
  position: relative;
  width: 35%;
  padding: 5rem 6rem;
  z-index: 1;
}
.railcar .railcarDesc .desc {
  font-size: 0.8rem;
  text-align: justify;
  font-weight: 700;
}
.railcar .railcarDesc .secIcon {
  font-size: 5.4rem;
}
.railcar .railcarDesc .subtitle {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.railcar .railcarImage {
  padding: 0 10rem;
}
.railcar .railcarImage .railcarImg {
  flex-shrink: 0;
  width: auto;
  height: 400px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.railcar .railcarImage .railcarImg span {
  font-weight: 700;
  font-family: HelveticaNeueLTCom-Cn !important;
  font-size: 1.2rem;
}
.railcar .railcarImage .railcarImg img {
  width: 100%;
  height: 100%;
}
/*-----------------Services Style--------- Part 13 --------*/
.services {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(186, 191, 177, 1) 0%,
    rgba(213, 189, 153, 1) 100%
  );
  padding: 0rem 0 2.5rem;
}
.services .videoBox {
  padding: 6.5rem 0rem 0 0rem;
}
.services::after {
  content: "";
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 88%;
  height: 2px;
  background-color: var(--white);
}
.services .row {
  align-items: center;
}
.services .servicesDesc {
  padding: 0 3.5rem 0 2rem;
  text-align: center;
}

.services .servicesDesc .desc {
  font-size: 0.7rem;
  text-align: justify !important;
  font-weight: 700;
}
.services .servicesDesc .secIcon {
  font-size: 5.4rem;
}
.services .servicesDesc .secIcon h4 {
  margin-bottom: 0;
}
.services .servicesDesc .subtitle {
  font-size: 0.9rem;
  margin-top: 1rem;
}

.services .videoBox video {
  border-radius: 2.5rem;
  /* border: 1px solid #fff; */
  object-fit: cover !important;
}
.services .servicesDesc .video-desc {
  font-family: HelveticaNeueLTCom-Cn !important;
  /* padding: 0 56px; */
  /* text-align-last: center; */
  line-height: 1.3;
  font-size: 1.2rem !important;
}
/*-----------------Electrical System Style--------- Part 14 --------*/
.electrical {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(213, 189, 153, 1) 0%,
    rgba(221, 195, 167, 1) 100%
  );

  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.electricalImg {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 3rem 5rem 0;
}

.electricalImg > div {
  /* width: auto;
  height: 450px; */
  flex-shrink: 0;
  padding: 3rem 2rem 0rem;
}
.electricalImg div img {
  width: 80%;
  height: 80%;
}
.electrical .electricalDesc {
  padding: 8rem 6rem 2rem;
}
.electrical .electricalDesc .desc {
  font-size: 1.1rem !important;
  text-align: justify;
  font-weight: 100 !important;;
  line-height: 1.3;
}
.electrical .electricalDesc .secIcon {
  font-size: 5.4rem;
}
.electrical .electricalDesc .subtitle {
  font-size: 0.9rem;
  margin-top: 1rem;
}

/*-----------------third Sider Style--------- Part 15 --------*/
.thirdSlider {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(221, 195, 167, 1) 0%,
    rgba(223, 197, 171, 1) 100%
  );

  padding: 2rem 7rem;
}
.thirdSlider .thirdSliderItems {
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  padding: 4rem 5rem;
}

.thirdSlider .thirdSliderItems .swiper-slide {
  text-align: center;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thirdSlider .thirdSliderItems .swiper-slide span {
  margin-top: 1rem;
}
.thirdSlider .thirdSliderItems .swiper-slide img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  margin-bottom: 15px;
}
.thirdSlider .swiper-button-next,
.thirdSlider .swiper-button-prev {
  color: var(--white);
}
.thirdSlider .swiper-button-next {
  right: 5px;
}
.thirdSlider .swiper-button-next::after,
.thirdSlider .swiper-button-prev::after {
  z-index: 1;
}

/*-----------------Network Style---------- Part 16 -------*/
.network {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 4rem 0;
  background: linear-gradient(
    180deg,
    rgba(223, 197, 171, 1) 0%,
    rgba(201, 202, 204, 1) 50%,
    rgba(151, 196, 205, 1) 100%
  );
  font-family: HelveticaNeueLTCom-MdCn !important;
}
/* .network::before {
  content: "";
  background-image: url(../image/banners/Asset1PICS02.png);
  position: absolute;
  background-size: 80%;
  top: 5rem;
  right: -8rem;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: 0;
} */
.network .networkimg img {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}

.network::after {
  content: "";
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 88%;
  height: 2px;
  background-color: var(--white);
  opacity: 0.9;
  z-index: 0;
}
.network .networkDesc {
  width: 60%;
  padding: 0 2rem 0;
  float: right;
  color: #000;
  text-align: right;
  margin-top: -13rem;
  margin-right: 0;
  margin-left: auto;
}
.network .networkDesc .secIcon {
  font-size: 5.4rem;
}
.network .networkDesc h3 {
  font-weight: 400;
  font-family: HelveticaNeueLTCom-LtCn;
  color: #303031;
  font-size: 1.8rem;
}
.network .networkDesc h5 {
  font-family: HelveticaNeueLTCom-LtCn !important;
  font-weight: 400;
  letter-spacing: 1px;
  font: 1.1rem;
}
.network .networkDesc .subtitle {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.network .networkDesc .desc {
  text-align: justify;
  padding-left: 17.6rem;
  /* width: 74%; */
  font-family: HelveticaNeueLTCom-LtCn !important;
  color: #434242;
  max-width: 820px;
}

/*-----------------Air Conditioning System Style------ Part 17 -----------*/
.airConditioning {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem 0 4rem 0;
  background: linear-gradient(
    180deg,   
    rgba(151, 196, 205, 1) 0%,
    rgba(160, 197, 163, 1) 100%
  );
}

.airConditioning::after {
  content: "";
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 88%;
  height: 2px;
  background-color: var(--white);
  opacity: 0.9;
  z-index: 0;
}
.airConditioning .airConditioningDesc {
  width: 55%;
  padding: 3rem 6rem;
  z-index: 1;
}
.airConditioningImg img {
  width: 100%;
  height: 100%;
}
.airConditioningImg {
  padding: 0 6rem;
  margin-top: -10rem;
}

.airConditioning .airConditioningDesc .secIcon {
  font-size: 5.4rem;
}
.airConditioning .airConditioningDesc .subtitle {
  font-size: 0.9rem;
  /* margin-top: 1rem; */
}
.airConditioning .airConditioningMore {
  position: absolute;
  bottom: 3rem;
  right: 10rem;
}
.airConditioning .airConditioningImages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 53%;
  float: right;
  margin-top: -9rem;
  padding-right: 4rem;
}
.airConditioning .airConditioningImages .airConditioningImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 205px;
  padding: 2rem 0.5rem;
  text-align: center;
  font-family: HelveticaNeueLTCom-LtCn !important;
}
.airConditioning .airConditioningImages .airConditioningImage img {
  width: 120%;
  height: 120%;
  margin-bottom: 10px;
}
.airConditioning .airConditioningImages .airConditioningImage .airConditioningImageControlPanel img {
  width: 80%;
  height: 60%;
  margin-top: 15px;
  margin-bottom: 10px;
}
/*-----------------Toilet System Style--------- Part 18 --------*/
.toiletSystem {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  background: linear-gradient(
    180deg,
    rgba(160, 197, 163, 1) 0%,
    rgba(100, 150, 196, 1) 100%
  );

  padding: 2rem 0 0 0;
}
.toiletSystem .toiletSystemItems {
  display: flex;
  justify-content: space-between;
}

/* .toiletSystem .toiletSystemDesc {
  padding: 7rem 0 2rem 2rem;
} */

.toiletSystem .toiletSystemDesc .secIcon,
.toiletSystem .toiletSystemDesc .secIcon {
  font-size: 5.4rem;
}
.toiletSystem .toiletSystemDesc .subtitle {
  font-size: 0.9rem !important;
}
.toiletSystem .toiletSystemDesc .desc {
  font-size: 0.8rem;
  text-align: justify;
  font-weight: 700;
  padding-right: 6rem;
  max-width: 80%;
}
/* .toiletSystem .toiletSystemImg {
  margin-top: 5rem;
} */
.toiletSystem .toiletSystemImg > div {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 3rem 0rem 2rem;
}
.toiletSystem .toiletSystemImg > div img {
  width: 100%;
  height: 100%;
}
.toiletSystem .toiletSystemImges {
  display: flex;
  padding: 4rem 0;
  justify-content: center;
}

.toiletSystem .toiletSystemImges div {
  width: 100%;
  height: auto;
  text-align: center;
}
.toiletSystem .toiletSystemImges div img {
  width: 100%;
  height: 100%;
}

.toiletSystem .toiletSystemImges .toiletSystemImgesFarangi {
  width: 70%;
  height: 70%;
}
.toiletSystem .toiletSystemImges h2 {
  /* padding-left: 9vw; */
  /* font-weight: 600; */
  font-family: HelveticaNeueLTCom-LtCn;
  font-size: 1.4rem;
  letter-spacing: 2px;
}


/*-----------------Project Style--------- Part 19 --------*/
.project {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2rem 6rem 0.8rem 6rem;
  background: linear-gradient(
    180deg,
    rgba(100, 150, 196, 1) 0%,
    rgba(100, 150, 196, 1) 100%
  );
}
.project .sectionTitle {
  position: relative;
  width: 8rem;
  text-align: center;
  border-left: 2px solid var(--white);
  border-right: 2px solid var(--white);
  margin: 0 auto;
  font-family: HelveticaNeueLTCom-MdCn !important;
}
.project .sectionTitle::before,
.project .sectionTitle::after {
  content: "";
  position: absolute;
  background-size: 100%;
  bottom: 16px;
  right: 7.9rem;
  width: 30rem;
  height: 2px;
  background-color: var(--white);
  opacity: 0.9;
  z-index: 0;
}
.project .sectionTitle::after {
  left: 7.9rem;
  right: unset;
}
.project .projectImage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 3.3rem;
  padding: 0;
}
.project .projectImage .row .leftProject,
.project .projectImage .row .rightProject {
  position: relative;
}
.project .projectImage div img {
  width: 100%;
  height: 100%;
  /* border: 1px solid var(--white); */
  background-color: #d1d2d3;
}

/*-----------------Certificates Style-------- Part 20 ---------*/
.certificates {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3rem 6rem 2rem 6rem;
  background: linear-gradient(
    180deg,
    rgba(100, 150, 196, 1) 0%,
    rgba(54, 125, 189, 1) 100%
  );
}
.certificates .sectionTitle {
  position: relative;
  width: 11rem;
  text-align: center;
  border-left: 2px solid var(--white);
  border-right: 2px solid var(--white);
  margin: 0 auto;
  font-family: HelveticaNeueLTCom-LtCn !important;
}
.certificates .sectionTitle::before,
.certificates .sectionTitle::after {
  content: "";
  position: absolute;
  background-size: 100%;
  bottom: 16px;
  right: 10.9rem;
  width: 28.2rem;
  height: 2px;
  background-color: var(--white);
  opacity: 0.9;
  z-index: 0;
}
.certificates .sectionTitle::after {
  left: 10.9rem;
  right: unset;
}
.certificates .certificatesItems {
  border-bottom: 2px solid var(--white);
  padding: 3rem 0;
}

.certificates .certificatesItems .swiper-slide {
  text-align: center;
  /* width: 115px !important; */
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.secondSlider .secondSliderItems .swiper-slide span {
  margin-top: 0rem;
}
.certificates .certificatesItems .swiper-slide img {
  width: 100%;
  height: 85%;
  object-fit: contain;
}
.certificates .swiper-button-next,
.certificates .swiper-button-prev {
  color: var(--white);
}
.certificates .swiper-button-prev {
  left: 3rem;
}
.certificates .swiper-button-next {
  right: 3rem;
}
.certificates .swiper-button-next::after,
.certificates .swiper-button-prev::after {
  z-index: 1;
}
.certificates .swiper-button-prev::after,
.certificates.swiper-rtl .swiper-button-next::after,
.certificates .swiper-button-next::after,
.certificates .swiper-rtl .swiper-button-prev::after {
  content: "\25B2";
  color: #000;
  transform: rotate(-90deg);
  font-size: 1.5rem;
}
.certificates .swiper-button-next::after,
.certificates .swiper-rtl .swiper-button-prev::after {
  transform: rotate(90deg);
}
/*
.certificates .swiper-button-next::before,
.certificates .swiper-button-prev::before {
  content: "";
  position: inherit;
  background-color: #659dd0;
  background-size: 100%;
  top: -10rem;
  left: -0;
  width: 55px;
  height: 118vh;
  z-index: 0;
}
.certificates .swiper-button-next::before {
  right: 0;
  left: unset;
} */
/*-----------------Footer Style-------- Part 21 ---------*/
.mainFooter {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5rem 2rem 5rem;
  background: linear-gradient(
    180deg,
    rgba(54, 125, 189, 1) 0%,
    rgba(48, 121, 188, 1) 100%
  );
  font-family: HelveticaNeueLTCom-MdCn !important;
  align-items: center;
}
.mainFooter > div {
  text-align: center;
  width: 25%;
}
.mainFooter .address {
  font-size: 1rem;
  text-align: justify;
}
.mainFooter .sosialIcon a {
  color: var(--white);
  transition: all 0.3s;
}

.mainFooter .sosialIcon span {
  font-size: 1.3rem;
  border: 2px solid var(--white);
  border-radius: 50%;
  padding: 6px;
  text-align: center;
}
.mainFooter .sosialIcon a:hover span {
  color: var(--blue);
  border: 2px solid var(--blue);
}
.mainFooter h5 {
  font-size: 1.5rem;
  font-family: HelveticaNeueLTCom-LtCn !important;
}
.address,
.tel {
  font-family: HelveticaNeueLTCom-Cn !important;
}
@media (min-width: 1500px) {
  .introduction .introImg::before {
    top: 200px;
    right: -219px;
    width: 430px;
    background: linear-gradient(
      180deg,
      rgba(#688dbd, 1) 0%,
      rgba(#6c8dbd, 1) 100%
    );
    transform: rotate(-80deg);
  }
}
@media (min-width: 1920px) {
  .interiorFurnishing {
    height: 105vh;
  }
  .interiorFurnishing .asset {
    padding-top: 8%;
  }
  .GRP {
    height: 90vh;
  }
  .compartment {
    height: 100vh;
  }
  .GRP .GRPDesc {
    padding: 10rem 6rem;
  }
  .passenger {
    height: 100vh;
  }
  .interior {
    height: 85vh;
  }
  .GRP .GRPDesc {
    width: 50%;
    padding: 5rem 6rem;
  }
  .railcar::before {
    width: 40%;
  }

  .project .sectionTitle::before,
  .project .sectionTitle::after {
    width: 50rem;
  }
  .certificates .sectionTitle::before,
  .certificates .sectionTitle::after {
    width: 48.5rem;
  }
  .navRight .nav-item .nav-link span {
    font-size: 4rem;
  }
}
