:root {
  --font-pri: "Roboto", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 12rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0.8rem -0.4rem 1.6rem 0 rgba(0, 0, 0, 0.35);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(22%) hue-rotate(91deg) brightness(100%) contrast(91%);
  --filter-pri: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2288%) hue-rotate(197deg) brightness(93%) contrast(109%);
  --filter-sec: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(845%) hue-rotate(346deg) brightness(97%) contrast(107%);
  --container-padding: 1.6rem;
  --container-width: 124.8rem;
  --container-width-2: 163.2rem;
}

.service-box {
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .service-box:hover .service-img::before, .service-box:focus-visible .service-img::before {
    opacity: 1;
  }
  .service-box:hover .service-img .img img, .service-box:focus-visible .service-img .img img {
    transform: scale(1.05);
  }
  .service-box:hover .service-content > .btn, .service-box:focus-visible .service-content > .btn {
    opacity: 1;
  }
  .service-box:hover .service-content_link, .service-box:focus-visible .service-content_link {
    color: white;
  }
}

.service-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius-m);
}
.service-img::before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.6) 0%, rgba(36, 36, 36, 0.6) 100%);
}
.service-img .img {
  padding-top: 110.7692307692%;
}

.service-content {
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  padding: 4rem 2.4rem;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .service-content {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .service-content {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 1201px) {
  .service-content > .btn {
    opacity: 0;
  }
}
.service-content_link {
  gap: 1.2rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .service-content_link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .service-content_link {
    font-size: 1.7rem;
  }
}
.service-content_link {
  font-weight: 600;
  color: #FE7A15;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
}

.service {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .service {
    margin: 6rem 0rem;
  }
}
.service-heading {
  text-align: center;
}
.service-heading .text-16 {
  margin: 0 auto;
  line-height: 150%;
  max-width: 65.6rem;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-12));
  margin: 0 calc(-1 * var(--pi-12));
}
.service-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-12);
}
@media screen and (max-width: 767px) {
  .service-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .service-item {
    width: 100%;
  }
}

.reln {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .reln {
    margin: 6rem 0rem;
  }
}
.reln-swiper {
  position: relative;
}
.reln-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-12));
}
.reln-swiper .swiper-slide {
  width: 33.3333333333%;
  padding: 0 var(--pi-12);
}
@media screen and (max-width: 767px) {
  .reln-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .reln-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
.reln-swiper .swiper-pagination {
  position: static;
}
.reln-swiper .swiper-pagination-bullet {
  background: #242424;
}
@media screen and (min-width: 768px) {
  .reln-swiper > .btn {
    display: none;
  }
}
.reln-heading {
  gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .reln-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .reln-heading {
    text-align: center;
  }
  .reln-heading .text-20 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .reln-heading > .btn {
    display: none;
  }
}

.transport {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .transport {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  .transport-col {
    width: 100%;
  }
}
.transport-info {
  z-index: 5;
  position: relative;
}
.transport-title .text-16 {
  line-height: 150%;
}
.transport-img {
  user-select: none;
  margin-left: auto;
  max-width: 42.6rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .transport-img {
    margin-right: auto;
  }
}
.transport-img::before {
  bottom: 0;
  position: absolute;
  content: "";
  z-index: 1;
  width: 73.4rem;
  height: 73.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/transport/transport-img2.png");
}
@media screen and (min-width: 992px) {
  .transport-img::before {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .transport-img::before {
    width: 63.4rem;
    height: 63.4rem;
  }
}
@media screen and (max-width: 991px) {
  .transport-img::before {
    left: 50%;
    width: 50rem;
    height: 50rem;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 576px) {
  .transport-img::before {
    width: 35rem;
    height: 35rem;
  }
}
.transport-img .img {
  padding-top: 214.5539906103%;
}
.transport-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-20));
  margin: 0 calc(-1 * var(--pi-20));
}
.transport-item {
  width: 50%;
  padding: 0 var(--pi-20);
}
@media screen and (max-width: 576px) {
  .transport-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .transport-content {
    gap: 1.2rem;
  }
}
.transport-content > * {
  line-height: 150%;
}
.transport-content .title-24 {
  color: #004594;
}
@media screen and (max-width: 576px) {
  .transport-content .title-24 {
    font-size: 1.6rem;
  }
}
.transport-content .text-16 {
  color: #000;
}
/*# sourceMappingURL=page-transport.css.map */
