body {
  background-image: url('../images/background1.png');
}

header,
main {
  margin: 30px;
}

.navbar-brand {
  background-color: transparent !important;
  box-shadow: none !important;
}

.navbar-brand img {
  width: 180px;
}

.text-container {
  width: 520px;
  margin-top: 250px;
  margin-bottom: 250px;
}


h1 {
  font-size: 30px;
  text-align: left;
  letter-spacing: 0px;
  color: #11B9D1;
  text-transform: uppercase;
  opacity: 1;
}

h2 {
  font-size: 70px;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 0px 9px #FFFFFFEB;
  opacity: 1;
}

.club-logo {
  background: url('../images/club-logo.png') no-repeat;
  background-size: auto;
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0px;
  background-size: contain;
  top: -120px;
  z-index: 1;
}

.features {
  margin-bottom: 200px;
  background-color: #0002022e;
  padding: 20px;
  border-radius: 20px 0px 20px 0px;
}

.feature-item {

}



@media (max-width: 950px) {
  .club-logo {
    width: 200px !important;
    height: 200px !important;
  }
}

@media (max-width: 850px) {

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 45px;
  }

  .feature-item {
    min-height: auto;

  }

  .feature-item h3 {
    font-size: 24px;
    text-align: left;
  }

  .feature-item div {
    margin-left: 0px !important;
    width: auto;
    block-size: auto;
  }

  .feature-item span {
    font-size: 16px;
    padding: 10px 20px;
    position: static !important;
    left: 0px;
  }
}


ul.services {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  translate: 22em;
}
ul.services li {
  position: absolute;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  transition: all 2s linear;
  min-width: 200px;
}

ul.services .item div {
  width: fit-content;
  block-size: fit-content;
  position: relative;
}

ul.services .item h3 {
  font-family: "Univia Pro Medium" !important;
  font-size: 42px;
  text-align: center;
}

ul.services .item span {
  padding: 13px 10px;
  border-radius: 5px;
  font-size: 20px;
  position: absolute;
  bottom: -31px;
  right: 0;
  z-index: -1;
  left: 0;
  text-align: right;
  width: 100%;
  display: inline-block;
  background: #00000082;
  color: #11B9D1;
}
ul.services .item:nth-child(1) h3 {
  font-size: 62px;
}
ul.services .item:nth-child(1) span {
  font-size: 32px;
}
ul.services .item:nth-child(9) h3 {
  font-size: 38px;
}


.features {
}
.feature {
    margin-top: 60px;
    float: right;
}
.feature .gradien{
    background: rgb(39,97,132);
    background: linear-gradient(90deg, rgba(39,97,132,0) 0%, rgba(28,141,171,0.9233894241290266) 46%, rgba(17,185,209,1) 100%);
    color: white;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    text-align: right;
    padding-right: 5px;
}
.feature .icon{
    float: left;
    width: 100px;
    margin: -10px;
}
.feature2 .icon{
     width: 160px;
}

.feature .icon img {
    width: 100%;
}
.feature1 {
    width: 95%;
}
.feature2 {
    width: 97%;
}
.feature3 {
    width: 100%;
}
@media (max-width: 767px) {
    .feature1,.feature2,.feature3 {
        width: 100%!important;
    }
}

.bullet-points .list-group-item {
  padding-left: 9rem;
  padding-top: 0.3rem;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}