@import "style.css";
.slideShow-container {
  position: relative;
  overflow: hidden;
}
.slide-show-section {
  background-image: url(../images/test4.webp);
}
.mySlides-cnr {
  width: 100%;
}
.mySlides {
  width: 100%;
  display: flex;
}
.mySlides img {
  max-width: 100%;
}
.numbertext {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.prev,
.next {
  position: absolute;
  top: 40%;
  right: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
}
.prev {
  left: 1rem;
}

.row-Thumbnail {
  width: 100%;
  display: flex;
}
.column {
  width: calc(100% / 6);
}
.row-Thumbnail img {
  width: 100%;
}
.dot {
  opacity: 0.5;
  cursor: pointer;
}
.row-Thumbnail .active {
  opacity: 1;
}
.contentPage-cnr {
  padding: 4rem 10%;
}
.contentPage-cnr__row {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.contentPage-cnr__row__main h1 {
  font-family: RobotoSlab;
  color: var(--red);
  margin-bottom: 1rem;
}
.contentPage-cnr__row__main p {
  font-family: Roboto;
  line-height: 2rem;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.contentPage-cnr__row__side {
  width: 100%;
}
.contentPage-cnr__row__side iframe {
  width: 100%;
}
.contentPage-cnr__row__side img {
  max-width: 100%;
}
.makeSpace {
  height: 10 rem;
}
.transport-icons-cnr {
  padding: 3rem 0 6rem;
  background-color: var(--blueBG);
}

.transport-icons-cnr__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 gap: 3.5rem 0;
}
.transport-icon__row__item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--red);
}
.transport-icon__row__item i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
}

@media (min-width: 481px) {
  .contentPage-cnr {
    padding: 2rem 15%;
    max-width: 850px;
    margin: 0 auto;
  }
  .makeSpace{
    height: 2rem;
  }
}
@media (min-width: 768px) {

  .makeSpace{
    height: 8rem;
  }
  .transport-icons-cnr__row{
    gap: 4rem 0;
  }
  .transport-icon__row__item {
    width: 35%;
  
  }
}
@media (min-width: 992px) {
  .slideShow-container {
    margin: 1rem auto;
    max-width: 1200px;
    border-radius: 1rem;
    box-shadow: 0.1rem 0.1rem 0.2rem black;
  }
  .contentPage-cnr {
    padding: 2rem 5%;
    max-width: 1400px;
  }
  .contentPage-cnr__row {
    gap: 8%;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .contentPage-cnr__row__main {
    flex: 1;
    max-width: 600px;
  }
  .contentPage-cnr__row__side {
    width: 33%;
  }
  .transport-icons-cnr {
    padding: 5rem 0 10rem;
   
  }
  .transport-icon__row{
    gap:0;
    justify-content: center;
  }
  .transport-icon__row__item {
    width: 20%;
    text-align: center;
  
  }
  .transport-icons-cnr__row{
    max-width: 1300px;
    margin: 0 auto;
  }
  .transport-icon__row__item h1 {
    font-size: 1.2rem;
  }
}
