/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * PRODUCTS
 * NEWS
 * ABOUT
 * ADSBOX
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner::before {
  display: none;
}

.banner .swiper-slide .title {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.banner .swiper-slide .text {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.banner .swiper-slide-active .title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.banner .swiper-slide-active .text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.banner .swiper-pagination {
  bottom: 10px !important;
}

@media (min-width: 992px) {
  .banner .swiper-pagination {
    bottom: 50px !important;
  }
}

.banner .swiper-pagination-bullet {
  border-color: #ffffff;
}

.banner .swiper-pagination-bullet::before {
  background-color: #ffffff;
}

.banner-pic {
  height: 400px;
}

@media (min-width: 992px) {
  .banner-pic {
    height: 800px;
  }
}

@media (min-width: 992px) {
  .banner-txt {
    width: auto;
    margin-top: 2.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
    margin-right: 16%;
  }
}

.banner-txt .title {
  color: #000000;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.banner-txt .title span {
  color: #ffcc00;
}

@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 3.25rem;
    letter-spacing: 0.25rem;
    margin-bottom: 0.75rem;
  }
}

.banner-txt .text {
  font-size: 1rem;
  margin-top: 0;
}

@media (min-width: 576px) {
  .banner-txt .text {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.3rem;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 0;
}

main section {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  main section {
    padding: 4.75rem 0;
  }
}

/* TITLE */
.index-title {
  text-align: center;
  margin-bottom: 3rem;
}

.index-title .title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .index-title .title {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .index-title .title {
    font-size: 2.625rem;
  }
}

.index-title .subtitle {
  color: #ffcc00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  position: relative;
}

.index-title .subtitle::before,
.index-title .subtitle::after {
  content: "";
  background-color: #ffcc00;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
}

.index-title .subtitle::before {
  left: -1rem;
  -webkit-transform: translateY(-50%) rotate(75deg);
  -ms-transform: translateY(-50%) rotate(75deg);
  transform: translateY(-50%) rotate(75deg);
}

.index-title .subtitle::after {
  right: -1rem;
  -webkit-transform: translateY(-50%) rotate(-75deg);
  -ms-transform: translateY(-50%) rotate(-75deg);
  transform: translateY(-50%) rotate(-75deg);
}

@media (min-width: 576px) {
  .index-title .subtitle {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 992px) {
  .index-title .subtitle {
    letter-spacing: 0.2rem;
  }
}

.index-title .text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .index-title .text {
    font-size: 1.0625rem;
    margin-top: 2rem;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  padding-bottom: 0;
}

.index-products-list {
  position: relative;
}

.index-products-more {
  text-align: center;
}

.index-products-more .btn {
  position: relative;
  bottom: -30px;
}

@media (min-width: 992px) {
  .index-products-more .btn {
    border-radius: 5rem;
    line-height: 60px;
    height: 60px;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news {
  padding: 0;
}

.index-news .container {
  background-image: none;
  background-color: #f1f1f1;
  background-position: left center;
  background-repeat: no-repeat;
  border-top-left-radius: 40px;
  max-width: 100%;
  min-height: 495px;
  padding-top: 5rem;
  padding-bottom: 3rem;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 992px) {
  .index-news .container {
    background-position: right center;
    padding-top: 7.75rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .index-news .container {
    padding-right: 0;
  }

  .index-news .container>.row {
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media (min-width: 1480px) {
  .index-news .container {
    max-width: 1680px;
    margin-left: auto;
    margin-right: 0;
  }

  .index-news .container>.row {
    margin-left: 6.25%;
  }
}

.index-news .container>.row>[class*=col-]:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .index-news .container>.row>[class*=col-]:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1480px) {
  .index-news .container>.row>[class*=col-]:last-child {
    padding-left: 1.75rem;
  }
}

.index-news .index-title {
  text-align: left;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .index-news .index-title {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .index-news .index-title {
    margin-bottom: 0;
  }
}

.index-news .index-title .subtitle::before,
.index-news .index-title .subtitle::after {
  display: none;
}

.index-news .news-list {
  padding: 0;
}

@media (min-width: 992px) {
  .index-news .news-list-item:last-child {
    margin-bottom: 0;
  }

  .index-news .news-list-item:last-child .news-list-txt::after {
    opacity: 0;
  }
}

.index-news-more {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .index-news-more {
    margin-bottom: 2rem;
  }
}

.index-news-more a {
  color: #ffcc00;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-news-more a span {
  border-radius: 50%;
  border: 1px solid #3a3a3a;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.index-news-more a span::before {
  content: "\f285";
  font-family: "bootstrap-icons";
  color: #3a3a3a;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-news-more a:hover,
.index-news-more a:focus {
  color: #3a3a3a;
}

.index-news-more a:hover span,
.index-news-more a:focus span {
  margin-left: 1rem;
}

@media (min-width: 576px) {
  .index-news-more a {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }

  .index-news-more a span {
    width: 30px;
    height: 30px;
    margin-left: 1rem;
  }

  .index-news-more a span::before {
    font-size: 0.9375rem;
  }

  .index-news-more a:hover span,
  .index-news-more a:focus span {
    margin-left: 2rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .index-about {
    padding: 4.25rem 0;
  }
}

.index-about .index-title {
  margin-bottom: 2.25rem;
}

.index-about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-about-text .title {
  display: inline-block;
  border-top: 1px solid #ffcc00;
  border-bottom: 1px solid #ffcc00;
  color: #ebac00;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding: 0.6rem 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .index-about-text .title {
    font-size: 1.3125rem;
  }
}

.index-about-text .text {
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 576px) {
  .index-about-text .text {
    font-size: 1.0625rem;
    line-height: 1.8;
    max-width: 850px;
  }
}

/*------------------------------------*\
    ADSBOX
\*------------------------------------*/
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ads-box {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.ads-content {
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: rollIn 1s both;
  animation: rollIn 1s both;
}

.ads-content .btn-close {
  background: url(../images/close.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  opacity: 1;
}

.ads-content .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ads-text {
  max-width: 600px;
  max-height: 600px;
  position: relative;
}