@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,900&display=swap');

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.banner {
  position: relative;
  min-width: 280px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  background: #007c43;
  border: 1px solid #ffde00;
  overflow: hidden;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 2322px;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
}

.logo {
  position: absolute;
  width: 299px;
  height: 61px;
  left: 66px;
  top: 46%;
  transform: translateY(-50%);
  background: url(../img/logo.png) center no-repeat;
  background-size: contain;
}

.btn-wrap {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 78px;
  width: 257px;
  height: 71px;
  background: url(../img/btn1920.png) center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(0px 2px 8px #000);

  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.6px;
  font-style: normal;
}

.btn-wrap span {
  z-index: 10;
}

.btn-an {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/btn1920.png);
  mask-image: url(../img/btn1920.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn-an .btn-flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/btn-flare.png) center no-repeat;
  background-size: 60%;
  animation: btn-an 6.2s infinite;
}

.bcg {
  position: absolute;
  top: -1px;
  left: -500px;
  width: 1986px;
  height: 90px;
  background: url(../img/bcg1920.png) center no-repeat;
  background-size: contain;
}

.bcg-one {
  position: absolute;
  top: -19px;
  left: 64px;
  width: 321px;
  height: 261px;
  background: url(../img/i1.png) center no-repeat;
  background-size: contain;
}

.block-txt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.grdnt1 {
  color: transparent !important;
  text-shadow: none !important;
  background: linear-gradient(to bottom, #f7a300 0%, #f7bb00 60%);
  background-clip: text;
  -webkit-background-clip: text;
}

.grdnt2 {
  color: transparent !important;
  text-shadow: none !important;
  background: linear-gradient(to bottom, #f7b800 20%, #f7cb15 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.slide-one .block-txt {
  top: -2px;
  left: 160px;
  font-size: 31px;
  line-height: 1.15;
  letter-spacing: 0.2px;
  animation: s1-txt 6.2s infinite;
}

.slide-one .bgr {
  font-size: 1.518em;
}

.slide-one .line-one {
  animation: s1-l1 6.2s infinite;
}

.slide-one .line-two {
  animation: s1-l2 6.2s infinite;
}

.slide-two .line-one {
  animation: s2-l1 6.2s infinite;
}

.slide-two .line-two {
  animation: s2-l2 6.2s infinite;
}

.slide-two .block-txt {
  top: 4px;
  left: 159px;
  font-size: 37px;
  line-height: 1;
  animation: s2-txt 6.2s infinite;
}

.slide-two .bgr {
  font-size: 1.245em;
}

  

@media (max-width: 1899px) {
  .wrapper {
    max-width: 1552px;
  }

  .logo {
    left: 28px;
    width: 224px;
  }

  .btn-wrap {
    top: 50%;
    right: 9px;
    transform: translateY(-50%) scale(0.76);
  }

  .bcg {
    left: -180px;
    width: 1324px;
    background: url(../img/bcg1280.png) center no-repeat;
    background-size: contain;
  }

  .bcg-one {
    top: -20px;
    left: 175px;
    width: 250px;
    height: 214px;
  }

  .slide-one .block-txt {
    top: 14px;
    left: 93px;
    font-size: 21px;
    line-height: 1.1;
  }

  .slide-two .block-txt {
    top: 17px;
    left: 93px;
    font-size: 25.5px;
  }
}



@media (max-width: 1279px) {
  .container {
    max-width: 768px;
  }

  .wrapper {
    max-width: 1034px;
  }

  .logo {
    width: 126px;
    left: 18px;
  }

  .btn-wrap {
    font-size: 17px;
    transform: translateY(-50%) scale(1);
    right: 14px;
    width: 136px;
    height: 49px;
    background: url(../img/btn768.png) center no-repeat;
    background-size: contain;
    filter: drop-shadow(0px 2px 5px #000);
  }

  .btn-an {
    -webkit-mask-image: url(../img/btn768.png);
    mask-image: url(../img/btn768.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .btn-an .btn-flare {
    background-size: 72%;
  }

  .bcg {
    left: -1px;
    width: 858px;
    background: url(../img/bcg768.png) center no-repeat;
    background-size: contain;
  }

  .bcg-one {
    top: -21px;
    left: 169px;
    width: 226px;
  }

  .block-txt {
    width: 400px;
  }

  .slide-one .block-txt {
    top: 5px;
    left: 302px;
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: 0.1px;
  }

  .slide-one .line-one {
    width: 100%;
  }

  .slide-one .line-two,
  .slide-two .line-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .slide-two .block-txt {
    top: 8px;
    left: 301px;
    font-size: 23.5px;
  }
}



@media (max-width: 767px) {
  .container {
    max-width: 468px;
  }

  .wrapper {
    max-width: 628px;
  }

  .logo {
    width: 77px;
    left: 10px;
    top: 47%;
  }

  .btn-wrap {
    right: -18px;
    transform: translateY(-50%) scale(0.61);
  }

  .bcg {
    width: 542px;
    background: url(../img/bcg468.png) center no-repeat;
    background-size: contain;
  }

  .bcg-one {
    top: -21px;
    left: 103px;
    width: 138px;
    height: 154px;
  }

  .block-txt {
    width: 300px;
  }

  .slide-one .block-txt {
    top: 20px;
    left: 155px;
    font-size: 12px;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .slide-two .block-txt {
    top: 22px;
    left: 155px;
    font-size: 14.5px;
  }
}



@media (max-width: 467px) {
  .container {
    max-width: 280px;
  }

  .wrapper {
    max-width: 400px;
  }

  .logo {
    transform: translate(0);
    top: -2px;
    left: 6px;
    width: 65px;
  }

  .btn-wrap {
    font-size: 6.5px;
    transform: translate(0);
    top: 56px;
    left: 6px;
    width: 64px;
    height: 17px;
    background: url(../img/btn280.png) center no-repeat;
    background-size: contain;
    filter: drop-shadow(0px 1px 2px #000);
  }

  .btn-an {
    -webkit-mask-image: url(../img/btn280.png);
    mask-image: url(../img/btn280.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .btn-an .btn-flare {
    background-size: 72%;
  }

  .bcg {
    width: 341px;
    background: url(../img/bcg280.png) center no-repeat;
    background-size: contain;
  }

  .bcg-one {
    top: -21px;
    left: 72px;
    width: 114px;
    height: 146px;
  }

  .block-txt {
    width: 200px;
  }

  .slide-one .block-txt {
    top: 25px;
    left: 124px;
    font-size: 9.5px;
  }

  .slide-one .bgr {
    font-size: 1.51em;
  }

  .slide-two .block-txt {
    top: 27px;
    left: 124px;
    font-size: 11.5px;
  }

  .slide-two .bgr {
    font-size: 1.21em;
  }
}



@keyframes btn-an {
  0%, 75% {
    transform: translateX(-100%);
  }

  85%, 100% {
    transform: translateX(100%);
  }
}



@keyframes s1-l1 {
  0%, 40%, 100% {
    transform: translateY(-90px);
  }

  3%, 37% {
    transform: translateY(0px);
  }
}

@keyframes s1-l2 {
  0%, 40%, 100% {
    transform: translateY(90px);
  }

  3%, 37% {
    transform: translateY(0px);
  }
}

@keyframes s1-txt {
  0%, 17%, 21%, 25%, 100% {
    transform: scale(1);
  }

  19%, 23% {
    transform: scale(1.1);
  }
}

@keyframes s2-l1 {
  0%, 40%, 100% {
    transform: translateY(-90px);
  }

  43%, 97% {
    transform: translateY(0px);
  }
}

@keyframes s2-l2 {
  0%, 40%, 100% {
    transform: translateY(90px);
  }

  43%, 97% {
    transform: translateY(0px);
  }
}

@keyframes s2-txt {
  0%, 57%, 61%, 65%, 100% {
    transform: scale(1);
  }

  59%, 63% {
    transform: scale(1.1);
  }
}
