@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.section-slider .swiper--ctn {
  position: relative;
}
.section-slider .swiper--ctn .swiper {
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
  width: 308px;
  height: 308px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3;
  background-color: #E62332;
  padding: 0px 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .h2like {
  color: #ffffff;
  margin: 10px 0 20px;
  font-size: 2.5rem;
  text-align: left;
  line-height: 2.8rem;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .etiquette {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  color: #113751;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt p {
  color: #ffffff;
  line-height: 1.8;
  margin: 0;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt i.icon-main {
  position: absolute;
  font-size: 3.2rem;
  color: #ffffff;
  right: 15px;
  bottom: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt i.icon-main:hover {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt:hover {
  background-color: #113751;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.section-slider .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img span.overlay {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E62332;
  opacity: 0.7;
  pointer-events: none;
}
.section-slider .swiper--ctn .s-button-prev,
.section-slider .swiper--ctn .s-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: #113751;
  color: #E62332;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-slider .swiper--ctn .s-button-prev svg,
.section-slider .swiper--ctn .s-button-next svg {
  width: 16px;
}
.section-slider .swiper--ctn .s-button-prev:hover,
.section-slider .swiper--ctn .s-button-next:hover {
  background: #E62332;
  color: #ffffff;
}
.section-slider .swiper--ctn .s-button-prev:focus,
.section-slider .swiper--ctn .s-button-next:focus {
  outline: 0;
}
.section-slider .swiper--ctn .s-button-prev {
  left: 30px;
}
.section-slider .swiper--ctn .s-button-next {
  right: 30px;
}
.section-slider .swiper--ctn .s-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.section-slider .swiper--ctn .s-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  opacity: 1;
  cursor: pointer;
  margin: 5px;
  background: #ccc;
}
.section-slider .swiper--ctn .s-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #113751;
}
