.visit-ship {
  text-align: center;
  padding: 8rem 0;
  background: #f7f7f7;
}
.visit-ship__title {
  font-size: 4.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "LibreBaskerville-Bold";
  z-index: 9;
  position: relative;
}
.virtual__tour__img {
  width: 100%;
  margin-top: -10rem;
}
/**/
.tour-group {
  padding: 8rem 0;
}
.tour .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.info-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  gap: 3.5rem;
  padding: 0rem;
}
.info-block.reverse {
  flex-direction: row-reverse;
}
.text {
  flex: 1 1 46%;
}
.image {
  flex: 1 1 46%;
}
.tour-group h2 {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 8rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
.text p {
  color: #021859;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 120%;
  font-family: "WorkSans";
  font-weight: 400;
}
.text p strong {
  font-family: "WorkSans-SemiBold";
}
.text a {
  color: #0b6bbf;
  text-decoration: none;
}
.text a:hover {
  text-decoration: underline;
}
.image img {
  width: 100%;
  border-radius: 0.6rem;
  display: block;
  object-fit: cover;
}
/**/
/**/
.gallery-slider {
  padding: 8rem 0;
}
.gallery-slider .container {
  position: relative;
}
.gallery-slider .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -9% !important;
}
.gallery-slider h2 {
  font-size: 4.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 4rem;
  font-family: "LibreBaskerville-Bold";
  text-align: center;
}
.swiperGallery .swiper-slide img {
  width: 100%;
  gap: 2rem;
  height: 42rem;
  object-fit: cover;
  border-radius: 1.6rem;
}
.swiperGallery .swiper-slide {
  gap: 2rem;
}

/**/
.find-us {
  padding: 8rem 0;
}
.find-us .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4rem;
  margin: 0 auto;
}
.map {
  flex: 1 1 45%;
  min-width: 30rem;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.map iframe {
  width: 100%;
  height: 48rem;
  border: 0;
}
.info {
  flex: 1 1 45%;
}
.info h2 {
  color: #0b2e63;
  margin-bottom: 2.4rem;
  font-weight: 700;
  font-size: 4.8rem;
  font-family: "LibreBaskerville-Bold";
}
.info-box {
  border: 1px solid #5fcdd9;
  border-radius: 1.6rem;
  padding: 2.4rem;
  background: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.item-info-box {
  display: flex;
}
.item-info-box svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.info-box p {
  margin-bottom: 2rem;
  line-height: 100%;
  color: #021859;
  font-weight: 400;
  font-family: "WorkSans";
  font-size: 1.8rem;
}
.info-box-title {
  color: #021859;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  font-family: "WorkSans-SemiBold";
  margin-bottom: 1rem;
}
.info-box a {
  color: #021859;
  text-decoration: none;
  font-weight: 500;
}

.info-box a:hover {
  text-decoration: underline;
}
/**/
.links-section {
  background: #f7f7f7;
  padding: 12rem 0px;
}

.links-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
}

.link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 23%;
  padding: 3.2rem 2.4rem;
  border: 1px solid #aee0e8;
  border-radius: 1.6rem;
  background: #fff;
  color: #5fcdd9;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 120%;
  font-size: 2.5rem;
  font-family: "LibreBaskerville-Bold";
}
.link-card span {
  color: #021859;
}
.link-card:hover {
  background: #e8f8ff;
  border-color: #66c2e0;
  transform: translateY(-2px);
}

.link-card .arrow {
  transition: transform 0.3s;
  width: 3.5rem;
  height: 3.5rem;
}
.link-card .arrow svg {
  width: 3.5rem;
  height: 3.5rem;
}

.link-card:hover .arrow {
  transform: translateX(4px);
}
.map__mobile {
  display: none;
}
@media (max-width: 834px) {
  .visit-ship__title {
    font-size: 3.3rem !important;
  }
}
