/* ------------------------------------------------------
    Page Customize...
------------------------------------------------------ */
.page-title {
  background-color: #f18a38;
  margin-bottom: 30px;
}

.nav-anchor-wrap {
  margin-bottom: 40px;
}

.sec-title {
  margin-bottom: 20px;
}

.sec-inner {
  max-width: 1600px;
  margin: 0 auto;
}

/* ------------------------------------------------------
    Page Customize...
------------------------------------------------------ */
.season-lead {
  position: relative;
  margin-bottom: 20px;
  padding-left: var(--padding);
  padding-right: var(--padding);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.66;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .season-lead {
    font-size: 1.6rem;
  }
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5 {
  position: relative;
  z-index: 1;
}

.sec1 .sec-inner,
.sec2 .sec-inner,
.sec3 .sec-inner,
.sec4 .sec-inner,
.sec5 .sec-inner {
  padding-top: 40px;
}

.sec1 .carousel-wrap,
.sec2 .carousel-wrap,
.sec3 .carousel-wrap,
.sec4 .carousel-wrap,
.sec5 .carousel-wrap {
  position: relative;
  z-index: 1;
}

.sec2 {
  background: url(../../../img/dot-circle1.png) 50% 250px/2000px 410px no-repeat;
}

.sec2 .carousel-wrap {
  background-color: rgba(167, 235, 223, 0.8);
}

.sec3 .carousel-wrap {
  background-color: rgba(245, 224, 147, 0.8);
}

.sec4 {
  background: url(../../../img/dot-circle2.png) 50% 20px/2000px 345px no-repeat;
}

.sec4 .carousel-wrap {
  background-color: rgba(190, 224, 245, 0.8);
}

.sec5 {
  background: url(../../../img/dot-circle1.png) 50% 80px/2000px 410px no-repeat;
}

.sec5 .carousel-wrap {
  background-color: rgba(242, 210, 204, 0.8);
}

.sec5 .sec-inner {
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .sec5 .sec-inner {
    padding-bottom: 50px;
  }
}
/*# sourceMappingURL=style.css.map */
