@font-face {
  font-family: 'Milgran';
  src: url('/wp-content/themes/yatatheme/fonts/MilgranRegular-jE0MG.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-sliderhome .blocintro {
  position: absolute;
  bottom: 10vh;
  left: 11vw;
  z-index: 60;
  max-width: 610px;
}
.section-sliderhome .blocintro h1 {
  color: #f7f7f7;
  font-size: 5.2rem;
  line-height: 6.2rem;
  margin-bottom: 30px;
}
.section-sliderhome .blocintro h2 {
  color: #f7f7f7;
  font-family: 'Josefin Sans';
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
.section-sliderhome .blocintro .bout1 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #f7f7f7;
  border: 2px solid #f7f7f7;
  padding: 14px 60px 13px;
}
.section-sliderhome .blocintro .bout1:hover {
  color: #49C175;
  border-color: #49C175;
}
.section-sliderhome .swiper--ctn {
  position: relative;
}
.section-sliderhome .swiper--ctn .swiper {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 150px);
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img span.overlay1 {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(0deg,#021040 0%,rgba(2,16,64,0.9) 24%,rgba(2,16,64,0) 100%);
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img span.overlay2 {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 210px;
  height: 100%;
  background: linear-gradient(270deg,rgba(2,16,64,0.8) 0%,rgba(2,16,64,0) 100%);
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small {
  z-index: 3;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #f7f7f7;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-shadow: 2px 2px 4px black;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small .copysymb {
  padding: 5px 0;
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .swiper-slide--legende {
  font-size: 1.7rem;
  line-height: 2rem;
  display: block;
  position: absolute;
  bottom: 7vh;
  right: 100px;
  z-index: 5;
  color: white;
  max-width: 450px;
}
.section-sliderhome .swiper--ctn .s-button-prev,
.section-sliderhome .swiper--ctn .s-button-next {
  position: absolute;
  z-index: 10;
  top: calc(50% - 35px);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: #021040;
  color: #f7f7f7;
  font-size: 25px;
  transform-origin: center;
}
.section-sliderhome .swiper--ctn .s-button-prev:hover,
.section-sliderhome .swiper--ctn .s-button-next:hover {
  background: #49C175;
}
.section-sliderhome .swiper--ctn .s-button-prev:focus,
.section-sliderhome .swiper--ctn .s-button-next:focus {
  outline: 0;
}
.section-sliderhome .swiper--ctn .s-button-prev {
  left: 20px;
  transform: rotate(180deg);
}
.section-sliderhome .swiper--ctn .s-button-next {
  right: 20px;
}
.section-sliderhome .swiper--ctn .s-pagination {
  position: absolute;
  bottom: 4vh;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-sliderhome .swiper--ctn .s-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
  margin: 5px;
  border: 1px solid #f7f7f7;
  background-color: transparent;
}
.section-sliderhome .swiper--ctn .s-pagination .swiper-pagination-bullet:hover {
  border-color: #49C175;
}
.section-sliderhome .swiper--ctn .s-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f7f7f7;
  border-color: #f7f7f7;
}
@media (max-width: 1490px) {
  .section-sliderhome .blocintro h1 {
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
  .section-sliderhome .blocintro {
    max-width: 530px;
    bottom: 5vh;
  }
  .section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img span.overlay1 {
    height: 85%;
  }
}
@media (max-width: 767.98px) {
  .section-slider .swiper--ctn .s-button-prev,
  .section-slider .swiper--ctn .s-button-next {
    display: none;
  }
  .section-sliderhome .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .swiper-slide--legende {
    display: none;
  }
  .section-sliderhome .blocintro {
    bottom: 10vh;
    left: 10vw;
    max-width: 80vw;
  }
  .section-sliderhome .blocintro h1 {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
  .section-sliderhome .blocintro h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
  }
  .section-sliderhome .blocintro .bout1 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 10px 20px 9px;
  }
}
