.bar {
  color: black;
}

.ham span {
  background: black;
}

.i1 {
  width: 30%;
}
@media screen and (max-width: 390px) {
  .i1 {
    width: 30%;
  }
}

.i2 {
  width: 20%;
}
@media screen and (max-width: 390px) {
  .i2 {
    width: 25%;
  }
}

.i3 {
  width: 40%;
}
@media screen and (max-width: 390px) {
  .i3 {
    width: 30%;
  }
}

.i4 {
  width: 26%;
}
@media screen and (max-width: 390px) {
  .i4 {
    width: 22%;
  }
}

.i5 {
  width: 30%;
}
@media screen and (max-width: 390px) {
  .i5 {
    width: 28%;
  }
}

.i6 {
  width: 30%;
}
@media screen and (max-width: 390px) {
  .i6 {
    width: 43%;
  }
}

.i7 {
  width: 20%;
}

.wrap2 {
  margin-left: 30px;
}

.ham.active .top {
  background: white;
}

.ham.active .bottom {
  background: white;
}

.t-border {
  padding: 0 40px;
  margin: 0 40px;
  border-right: solid 1px #c8c8c8;
  border-left: solid 1px #c8c8c8;
}
@media screen and (max-width: 768px) {
  .t-border {
    padding: 40px 0px;
    margin: 40px auto;
    border-top: solid 1px #c8c8c8;
    border-bottom: solid 1px #c8c8c8;
    border-right: initial;
    border-left: initial;
  }
}

.Sports {
  margin-top: 100px;
}
.Sports .page-title {
  width: 60%;
  margin: 0 auto;
  line-height: 100px;
}
.Sports .page-title h1 {
  line-height: 86px;
  font-size: 8rem;
}
@media screen and (max-width: 390px) {
  .Sports .page-title {
    width: 90%;
  }
}

.img-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  white-space: nowrap;
  margin-top: 30px;
}

.content-inner {
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 390px) {
  .content-inner {
    margin: 0 auto;
    width: 90%;
  }
}

.intro-box {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 390px) {
  .intro-box {
    width: 65%;
  }
}
.intro-top {
  font-size: 3.5rem;
  margin: 50px 0px;
}
@media screen and (max-width: 768px) {
  .intro-top {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 390px) {
  .intro-top {
    font-size: 2rem;
  }
}
.intro-text {
  width: 50%;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .intro-text {
    width: 100%;
  }
}

.treat-Container {
  background: black;
  color: white;
  padding: 50px 0 100px 0;
}
.treat-title {
  text-align: center;
  line-height: 28px;
}
.treat-title h3 {
  font-size: 3rem;
}
.treat-title span {
  font-family: "forevs", sans-serif;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .treat-content {
    flex-direction: column;
    align-items: center;
  }
}
.treat-inner {
  margin-top: 100px;
}
.treat-ele {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .treat-ele {
    width: 80%;
  }
}
.treat-ele h3 {
  text-align: center;
  font-size: 2.5rem;
  padding: 10px 0;
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  .treat-ele h3 {
    line-height: 35px;
  }
}
.treat-text {
  line-height: 28px;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: 20px;
}

.tra {
  position: relative;
}
.tra:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -420px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  background-size: 100px 100px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  background-position: 0 -1px;
  background-image: linear-gradient(to right, #f0f0f0 2px, transparent 1px), linear-gradient(to bottom, #f0f0f0 1px, transparent 1px);
}
.tra-Container {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .tra-Container {
    flex-direction: column;
  }
}
.tra-img {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .tra-img {
    width: 100%;
  }
}
.tra-img video {
  position: relative;
  width: 41vw;
  height: 60vh;
  overflow: hidden;
}
@media screen and (max-width: 390px) {
  .tra-img video {
    height: 46vh;
  }
}
.tra-box {
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .tra-box {
    width: 100%;
    padding: 0;
  }
}
.tra-box-price {
  width: 90%;
  margin: 20px auto;
  font-size: 20px;
}
.tra-price-inner {
  background: white;
  padding: 10px 0;
}
.tra-price-inner .border {
  display: block;
  border-top: solid 1px;
  width: 89%;
  margin: 0 auto;
}
.tra-inner {
  width: 80%;
}
@media screen and (max-width: 390px) {
  .tra-inner {
    width: 90%;
  }
}
.tra-inner-title h3 {
  font-size: 2.5rem;
}
.tra-inner-title span {
  font-family: "forevs", sans-serif;
}
.tra-text {
  margin-top: 20px;
}
.tra-text p {
  margin-top: 0px;
}
.tra-title {
  text-align: initial;
  margin-bottom: 50px;
  text-align: initial;
  font-size: 6rem;
  letter-spacing: 2px;
}
.tra-title h1 {
  margin: 10px 0;
  line-height: 70px;
  font-weight: 100;
}
.tra-title span {
  display: block;
  font-size: 25px;
}
.tra-point {
  margin: 50px 0;
}
.tra-point-title {
  font-family: "forevs", sans-serif;
  font-size: 3rem;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 40px;
}
.tra-point .point li {
  font-size: 2.2rem;
  line-height: 40px;
}

/*# sourceMappingURL=sports.css.map */
