.lato_sh_grey {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  color: #c8c8c8cc;
}
.lato_sh {
  font-family: "Lato", sans-serif;
}
* {
  padding: 0px;
  margin: 0px;
}
.footer {
  display: flex;
  flex-direction: column;
  padding: 0px 32px;
  background-color: #121212;
  padding-top: 50px;
  gap: 60px;
  padding-bottom: 80px;
  justify-content: space-between;
  align-items: center;
}
.footerbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.Footer img {
  width: 166px;
  height: 43px;
  margin: right 110px;
}
.iconcontainer {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.mailbox {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.mailbox img {
  width: 28px;
  height: 28px;
}
.iconcontainer p {
  font-size: 18px;
  line-height: 100%;
  color: #dadadacc;
}
.socialbox {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-items: center;
}
.socialbox img {
  width: 32px;
  height: 32px;
}
.ulitems {
  gap: 32px;
  color: white;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
.ulitems li {
  border-bottom: 1px solid white;
}
.slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 122px;
}
.slider h1 {
  font-size: 32px;
  line-height: 100%;
  color: #DADADA;
  text-align: center;
}
.swipercss {
  width: 90%;
  margin-top: 68px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-slidecss {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.swiper-slide img {
  width: 431px;
  height: 505px;
  object-fit: cover;
}
.page_width {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0px 25px;
}
.swiper-navigation {
  display: flex;
  flex-direction: row;
  width: 194px;
  gap: 92px;
  position: absolute;
  bottom: 50px;
}
.arr::after {
  font-size: 20px; /* Arrow width */
  color: white;
  padding: 0px 20px;
  height: 50px;
  background-color: #201C37;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 30px !important;
}