
/* =========================================================================== 
                NFL STARTS HERE
=========================================================================== */

#nfl-page .comnpadding {
  padding: 120px 0;
}
#nfl-page .main_heading {
  font-size: 55px;
  color: #f9f871;
  font-weight: 300;
  padding-left: 50px;
}

#nfl-page .comntitle {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#nfl-page .comnbtn {
  font-size: 22px;
  color: #0f52ba;
  background: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: bold;
  border-radius: 40px;
  border: 2px solid #1051ba;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
#nfl-page .comnbtn::before {
  content: "";
  background: transparent
    linear-gradient(265deg, #f9f871 0%, #f9f871 0%, #3584fe 100%) 0% 0%
    no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#nfl-page .comnbtn:hover::before {
  top: 0;
  height: 100%;
}
#nfl-page .comnbtn:hover {
  color: #161d35;
}
#nfl-page .text_blue {
  color: #3684fe;
}
#nfl-page .comntitle small {
  font-weight: 300;
  font-size: 100%;
}

/* =========================================================================== 
BANNER
=========================================================================== */

#nfl-page .banner {
  height: 100vh;
  background: url("../images/NFL-banner.png") no-repeat;
  background-size: cover;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#nfl-page img.playerimg {
  position: absolute;
  right: -530px;
  bottom: 0;
  max-height: 850px;
}

#nfl-page .banner .main_heading span {
  color: #fff;
  display: block;
}
#nfl-page .banner_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  width: 100%;
}
#nfl-page .banner_bottom {
  padding-bottom: 30px;
  width: 50%;
  position: relative;
}
#nfl-page .banner_bottom img.appimg {
  position: absolute;
  right: -600px;
  bottom: 0;
  max-width: 700px;
}
#nfl-page .banner_bottom p {
  font-size: 24px;
  padding: 15px 200px 15px 50px;
  line-height: 36px;
  font-weight: 500;
  color: #1a1a1a;
  background: transparent
    linear-gradient(265deg, #f9f871 0%, #f9f871 0%, #3584fe 100%) 0% 0%
    no-repeat;
}
#nfl-page .mobile_appimg {
  display: none;
}

/* =========================================================================== 
WHY FANS CHOOSE SPORTINSIGHTS
=========================================================================== */

#nfl-page .fanbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#nfl-page .fanpic,
#nfl-page .key_point {
  width: 45%;
}
#nfl-page .why_choose {
  background: url("../images/full-pattern.png");
  padding: 60px 0 0 0;
}
#nfl-page .fanpic {
  position: relative;
  text-align: center;
}

#nfl-page img.trusted {
  position: absolute;
  left: -170px;
  max-width: 150px;
}
#nfl-page .feature_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed rgb(112, 112, 112, 0.5);
}
#nfl-page .feature_list li:last-child {
  border-bottom: none;
}
#nfl-page .feature-icon {
  width: 60px;
}
#nfl-page .feature-text {
  width: calc(100% - 95px);
}
#nfl-page .feature-text h4 {
  font-size: 22px;
  font-weight: 500;
}
#nfl-page .feature-text p {
  font-size: 20px;
  margin-bottom: 0px;
}



