/* ============================================================
   RIVER COMPANY — Pure HTML/CSS
   ============================================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.container {
  max-width: 1254px;
  margin: 0 auto;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  width: 100%;
}

.hero-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 16px 60px;
}
.hero-section .hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.hero-section .hero-logo a img {
  max-width: 200px;
  width: 100%;
  display: flex;
}

.hero-section .hero-bgbox {
  background-color: #1e2433;
  padding-top: 30px;
  padding-bottom: 25px;
}
.hero-section .hero-bgbox > h1 {
  text-align: center;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 16px;
}
.hero-section .hero-bgbox .hero-content {
  padding-right: 16px;
  padding-left: 50px;
}
.hero-section .hero-bgbox .hero-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.hero-section .hero-bgbox .hero-content span {
  font-weight: 600;
  color: #8cd7d4;
}
.hero-section .hero-bgbox .hero-content p:last-child {
  margin-bottom: 0;
}

.branches-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1d2434;
  padding: 40px 20px 80px;
}
.branches-section .bs-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  color: #67e5fe;
}
.branches-section .bs-icon svg {
  width: 64px;
  height: 64px;
}
.branches-section h2.bs-title {
  font-weight: 400;
  text-align: center;
  font-size: 33px;
  line-height: 44px;
  margin-bottom: 60px;
  color: #fff;
}
.branches-section .bs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.branches-section .bs-row .bs-col {
  width: calc(33.33% - 16px);
}
.branches-section .bsc-box {
  padding: 30px;
  border: 1px solid #8cd7d4;
  height: 100%;
}
.branches-section .bsc-box .bsc-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.branches-section .bsc-box .bsc-logo img {
  height: 175px;
  object-fit: contain;
}
.branches-section .bsc-box h3.bsc-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  margin-bottom: 18px;
}
.branches-section .bsc-box .bsc-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #8cd7d4;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}
.branches-section .bsc-box .bsc-item svg {
  width: 24px;
  height: 24px;
}
.branches-section .bsc-box .bsc-item:last-child {
  margin-bottom: 0px;
}
.footer-section {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 20px 150px;
}
.footer-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1d2434;
  opacity: 76%;
}
.footer-section .container {
  position: relative;
  z-index: 1;
  max-width: 1440px;
}
.footer-section .fs-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
  max-width: 1254px;
  margin: 0 auto;
  width: 100%;
  margin-top: 150px;
}
.footer-section .fs-logo {
  display: flex;
  width: 150px;
  height: 150px;
}
.footer-section .fs-logo img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.footer-section .fs-content {
  flex: 1;
  overflow: hidden;
  align-self: center;
}
.footer-section .fs-content h4 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.footer-section .fs-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.footer-section .crew-slider .crew-slider-item {
  padding: 0 20px;
}
.footer-section .crew-slider .crew-slider-item .csi-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 12px;
}
.footer-section .crew-slider .crew-slider-item .csi-img {
  display: flex;
}
.footer-section .crew-slider .crew-slider-item .csi-img a {
  display: flex;
  width: 100%;
  cursor: pointer;
}
.footer-section .crew-slider .crew-slider-item .csi-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.footer-section .crew-slider-wrapper {
  display: flex;
  align-items: center;
}
.footer-section .crew-slider {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
}

.footer-section .crew-slider-wrapper button.slick-arrow {
  padding: 0;
  border: 0;
  display: flex;
  background: unset;
  cursor: pointer;
  margin-top: 40px;
}

.footer-section .crew-slider-wrapper button.slick-arrow img {
  width: 45px;
  height: 75px;
  object-fit: contain;
}
html.lg-on {
  overflow: hidden;
}
.lg-outer .lg-img-wrap .custom-prev-button,
.lg-outer .lg-img-wrap .custom-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 75px;
  background-color: #00000040;
  border: 0;
  cursor: pointer;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lg-outer .lg-img-wrap .custom-prev-button {
  left: 60px;
  background-image: url("assets/images/slider-prev.png");
}
.lg-outer .lg-img-wrap .custom-next-button {
  right: 60px;
  background-image: url("assets/images/slider-next.png");
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-section .crew-slider-wrapper {
    gap: 0;
  }
}
@media (max-width: 991.98px) {
  .hero-section .hero-logo a img {
    max-width: 150px;
  }
  .hero-section .hero-bgbox > h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .branches-section h2.bs-title {
    font-size: 32px;
    line-height: 42px;
  }
  .branches-section .bsc-box {
    padding: 16px;
  }
  .branches-section .bsc-box .bsc-logo img {
    height: 100px;
  }
  .branches-section .bsc-box h3.bsc-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .branches-section .bsc-box .bsc-item {
    gap: 8px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .branches-section .bsc-box .bsc-item:last-child {
    margin-bottom: 0px;
  }
  .footer-section {
    padding: 50px 20px 100px;
  }
  .footer-section .fs-row {
    gap: 30px;
    margin-top: 80px;
  }
  .footer-section .fs-content h4 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .footer-section .fs-content p {
    font-size: 18px;
  }
  .footer-section .crew-slider-wrapper {
    gap: 0;
  }
  .footer-section .crew-slider .crew-slider-item .csi-img img {
    height: 220px;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-bgbox .hero-content p {
    font-size: 14px;
  }
  .branches-section .bs-icon svg {
    width: 42px;
    height: 42px;
  }
  .branches-section h2.bs-title {
    font-size: 24px;
    line-height: 32px;
  }
  .branches-section .bs-row .bs-col {
    width: 100%;
  }
  .hero-section .hero-bgbox .hero-content {
    padding-right: 16px;
    padding-left: 16px;
  }
  .lg-outer .lg-img-wrap .custom-prev-button,
  .lg-outer .lg-img-wrap .custom-next-button {
    width: 30px;
    height: 60px;
  }
  .lg-outer .lg-img-wrap .custom-prev-button {
    left: 10px;
  }
  .lg-outer .lg-img-wrap .custom-next-button {
    right: 10px;
  }
}

@media (max-width: 699.98px) {
  .footer-section .crew-slider .crew-slider-item {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-section .fs-row {
    flex-direction: column;
    align-items: center;
  }
  .footer-section .fs-content {
    text-align: center;
    flex: unset;
    width: 100%;
  }
  .footer-section .crew-slider-wrapper button.slick-arrow img {
    width: 33px;
    height: 60px;
  }
}
