@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  color: #323232;
  font-size: 15px;
}

header {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
}
.navbar-brand {
  padding: 0;
}
.navbar .nav-item {
  max-width: 275px;
}
.navbar .nav-item.border-bottom {
  border-color: rgba(217, 217, 217, 0.4) !important;
}
@media screen and (max-width: 576px) {
  .navbar .nav-item {
    margin: 0 auto;
  }
}
.navbar .nav-item:last-child {
  border-bottom: 0;
}
.navbar .nav-link {
  font-family: "Fredoka", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .navbar .nav-link {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .navbar .nav-link {
    text-align: center;
  }
}
.navbar .nav-link.active,
.navbar-nav.main-nav .current_page_item a {
  position: relative;
  color: #FFFFFF;
}
.navbar .nav-link.active::after,
.navbar-nav.main-nav .current_page_item a::after {
  content: "";
  width: 63px;
  height: 7px;
  background-image: url(../images/menu-active.png);
  background-size: contain;
  position: absolute;
  top: 50px;
  left: 0;
  background-repeat: no-repeat;
}
.navbar .offcanvas-header {
  padding: 52px 60px 0;
  font-size: 24px;
  position: relative;
}
.navbar .offcanvas-header .btn {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
  z-index: 9999;
  min-width: auto;
  width: 24px;
  height: 24px;
  transform: scale(1.5);
  position: absolute;
  right: 50px;
}
.navbar .offcanvas-header .btn-close {
  background: none;
}

.navbar-toggler {
  border: 0 !important;
  color: #315BA2;
  font-size: 24px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.hero-sec {
  background-image: url(../images/hero-banner.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  padding-top: 50px;
}
@media screen and (max-width: 576px) {
  .hero-sec {
    height: auto;
    padding-bottom: 30px;
    background-position: right;
  }
}
.hero-sec h1 {
  font-size: 48px;
  margin-bottom: 28px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .hero-sec h1 {
    font-size: 30px;
  }
}
.hero-sec h1 b {
  font-weight: bold;
}
.hero-sec h5 {
  font-size: 21px;
  line-height: 1.29;
}
@media screen and (max-width: 991px) {
  .hero-sec h5 {
    font-size: 16px;
  }
}

.favorite-sport {
  width: 100%;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #315BA2;
}
.favorite-sport p {
  margin-bottom: 8px !important;
}
.favorite-sport select {
  max-width: 360px;
}
@media screen and (max-width: 576px) {
  .favorite-sport select {
    max-width: 100px;
  }
}
.favorite-sport p {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .favorite-sport p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.copyright {
  background-color: #315BA2;
  color: #FFFFFF;
  font-size: 15px;
  padding: 20px;
}
.copyright a {
  color: #315BA2;
}

.offcanvas-body {
  margin-top: 48px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .offcanvas-body {
    padding: 0 30px;
  }
}

.offcanvas.offcanvas-end {
  width: 400px;
  background-color: #315BA2;
}
@media screen and (max-width: 576px) {
  .offcanvas.offcanvas-end {
    width: 100%;
  }
}

.navbar-social a {
  font-size: 35px;
  padding: 20px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .navbar-social a {
    font-size: 24px;
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .navbar-social {
    justify-content: center;
  }
}

.inner-page {
  background-color: #315BA2;
  background-image: none;
  padding-top: 20px;
  height: auto;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .inner-page {
    height: auto;
    padding: 20px 16px;
    background-color: #F1F1F6;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .inner-page h1 {
    color: #000000;
    font-style: normal !important;
  }
}
@media screen and (max-width: 576px) {
  .inner-page h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 490px) {
  .inner-page h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .inner-page .btn {
    min-width: auto;
    display: flex;
    align-items: center;
    padding: 8px 15px;
  }
}

.breadcrumb .breadcrumb-item a {
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-item.active {
  color: #8DD03F;
}

.heading {
  font-size: 38px;
  font-weight: bold;
  color: #323232;
  font-family: "Fredoka", sans-serif;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 28px;
  }
}

.abt-sec {
  margin-top: 91px;
}
@media screen and (max-width: 767px) {
  .abt-sec {
    margin-top: 40px;
  }
}

.btn {
  min-width: 150px;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.form-control {
  border-color: #D0D5DD;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 44px;
  }
}
.form-control::-moz-placeholder {
  color: #a9b2c0;
}
.form-control::placeholder {
  color: #a9b2c0;
}

textarea.form-control {
  height: auto;
  resize: none;
}

.avator {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.tweet-wrap {
  border-radius: 5px;
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 11px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
}

.tweet-header {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}
.tweet-header .auther-name {
  color: #383d42;
  font-weight: bold;
}

.tweet-header-info {
  font-weight: bold;
}

.tweet-header-info span {
  color: #7a8187;
  font-weight: normal;
  margin-left: 2px;
  font-size: 11px;
}

.tweet-header-info p {
  font-weight: normal;
  margin-top: 5px;
}

.tweet-img-wrap {
  border: 1px solid #e7e7f1;
  border-radius: 5px;
  overflow: hidden;
  font-size: 12px;
  color: #1d6592;
}
.tweet-img-wrap a {
  color: #5299c6;
}
.tweet-img-wrap img {
  height: 135px;
}

.post-content {
  padding: 15px;
}

.tweet-info-counts {
  display: flex;
  margin-top: 25px;
}

.tweet-info-counts > div {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 9px;
  font-weight: bold;
}

.tweet-info-counts div svg {
  color: #728390;
  margin-right: 6px;
  width: 15px;
}

@media screen and (max-width: 430px) {
  .tweet-header {
    flex-direction: column;
  }
  .tweet-header img {
    margin-bottom: 20px;
  }
  .tweet-header-info p {
    margin-bottom: 30px;
  }
  .tweet-info-counts {
    display: flex;
    margin-left: 0;
  }
  .tweet-info-counts div {
    margin-right: 10px;
  }
}
.twit-text {
  margin-top: 22px;
  margin-bottom: 18px;
}

.twitter-post-container {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-width: 25%;
  column-width: 25%;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 991px) {
  .twitter-post-container {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-width: 33.33%;
    column-width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .twitter-post-container {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-width: 50%;
    column-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .twitter-post-container {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}
.twitter-post-container .item {
  page-break-inside: avoid;
  margin-bottom: 10px;
}

.fav-drp > .btn {
  color: #e83a5f !important;
  min-width: auto;
  font-size: 20px;
  border: 0;
  padding: 0;
}
.fav-drp > .btn:focus, .fav-drp > .btn:active, .fav-drp > .btn:focus-visible, .fav-drp > .btn:focus-within {
  outline: none;
  border: 0;
}
.fav-drp .dropdown-menu {
  padding: 17px 30px;
  border-radius: 6px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.22);
  border: 0;
}
.fav-drp .dropdown-menu h6 {
  font-size: 18px;
  font-weight: bold;
}
.fav-drp .dropdown-menu a {
  display: block;
  color: #06a0e8;
}
.fav-drp .dropdown-menu .btn {
  width: 100%;
  padding: 8px 15px;
  margin-top: 22px;
}

.feed-list {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-width: 25%;
  column-width: 25%;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 991px) {
  .feed-list {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-width: 33.33%;
    column-width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .feed-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-width: 50%;
    column-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .feed-list {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}

.login-wrap {
  width: 100%;
  height: calc(100vh - 63px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.login-box {
  width: 100%;
}
.login-box img {
  margin-bottom: 50px;
}
.login-box form .form-control {
  text-align: left;
  color: #454e6d;
}
.login-box form .form-control::-moz-placeholder {
  color: #454e6d;
}
.login-box form .form-control::placeholder {
  color: #454e6d;
}
.login-box a {
  color: #8DD03F;
  text-decoration: underline;
}
.login-box p {
  color: #454e6d;
}

@media screen and (min-width: 2199px) {
  body {
    font-size: 20px;
  }
  .form-control {
    font-size: 20px;
    height: 70px;
  }
  .btn {
    font-size: 20px;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1600px;
  }
}
main {
  min-height: calc(100vh - 228px);
}

.btn-success {
  color: #FFFFFF !important;
}

.register-block {
  background-color: #e9f3fc;
  border-radius: 15px;
  padding: 18px 15px;
  text-align: center;
}
.register-block .btn-success {
  margin-bottom: 21px;
}

.dropdown-league {
  margin-top: 21px;
}
.dropdown-league .btn-light {
  background-color: #FFFFFF !important;
  color: #323e5a;
  border: 0;
}
.dropdown-league .dropdown-toggle {
  position: relative;
}
.dropdown-league .dropdown-toggle::after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-top-color: #315BA2;
}

.page-heading {
  color: #FFFFFF;
  padding: 10px 20px;
  background-color: #315BA2;
  border-radius: 11px;
  font-weight: 900;
}

.register-block {
  width: 220px;
  margin-right: 32px;
}

.right-main {
  width: 100%;
}

.mobile-home-header {
  background-color: #315BA2;
  display: flex;
  justify-content: center;
  padding: 13px 20px;
}

.sub-heading {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: normal;
  background-color: #e8eff5;
  padding: 24px 42px;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 991px) {
  .sub-heading {
    padding: 15px 20px;
  }
}

.team-list {
  margin-top: 48px;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-width: 25%;
       column-width: 25%;
  -moz-column-gap: 130px;
       column-gap: 130px;
}
@media screen and (max-width: 1399px) {
  .team-list {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .team-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .team-list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (max-width: 767px) {
  .team-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 576px) {
  .team-list {
    -moz-column-count: 1;
         column-count: 1;
    padding: 0 15px;
  }
  
}

.team-alpha {
  margin-bottom: 28px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.team-alpha .list-head {
  text-transform: uppercase;
  padding: 8px 12px;
  background-color: #8DD03F;
  border-radius: 9px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.team-alpha h4 {
  position: relative;
  font-family: "Fredoka", sans-serif;
  margin-bottom: 8px;
  padding-left: 6px;
  font-weight: bold;
}
.team-alpha h4::after {
  content: "";
  position: absolute;
  background-image: url(../images/short-deco-line.svg);
  width: 27px;
  height: 5px;
  bottom: 0;
  left: 0;
}
.team-alpha ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .team-alpha ul {
    margin: 0 !important;
  }
  
}
.team-alpha ul a {
  color: #315BA2;
}
.team-alpha ul a:hover {
  color: #8DD03F;
}
.team-alpha ul li {
  padding: 12px 0;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
  font-weight: 600;
}

.btn-signup {
  font-size: 14px;
  color: #315BA2;
  border: 2px solid #315BA2 !important;
  padding: 4px 14px;
  line-height: 20px;
  min-width: auto;
  margin-right: 30px;
}

.power-sports {
  margin-top: 53px;
}
@media screen and (max-width: 576px) {
    .power-sports {
        padding: 0 50px;
    }
}

.Hometweet-container {
  height: calc(100vh - 118px);
  overflow-y: auto;
  position: relative;
}
.Hometweet-container img {
  margin-bottom: 6px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F1F3F4;
  border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  width: 10px;
  border-radius: 8px;
}

.hero-home {
  position: relative;
}
.hero-home h4,
.hero-home h1 {
  font-family: "Fredoka", sans-serif;
  margin-top: 16px;
  font-weight: bolder;
}
@media screen and (max-width: 991px) {
  .hero-home h4,
  .hero-home h1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .hero-home h4 {
    font-size: 24px;
  }
  .hero-home .hero-title {
      font-size:20px;
  }
  .hero-home .hero-desc {
      font-weight: 300;
      font-size: 18px;
      color: #999;
      margin-top:15px;
  }
}
.hero-home h1 {
  font-size: 96px;
  line-height: 104px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .hero-home h1 {
    font-size: 90px;
    line-height: 88px;
  }
}
@media screen and (max-width: 576px) {
  .hero-home h1 {
    font-size: 54px;
    line-height: 56.5px;
  }
}
.hero-home .arrow-1 {
  right: 185px;
  top: 340px;
  max-height: 185px;
}
@media screen and (max-width: 1500px) {
  .hero-home .arrow-1 {
    right: 190px;
    top: 300px;
  }
}
@media screen and (max-width: 1399px) {
  .hero-home .arrow-1 {
    right: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-home .arrow-1 {
    top: 280px;
  }
}
@media screen and (max-width: 576px) {
  .hero-home .arrow-1 {
    top: 170px;
    right: 20px;
  }
}
.hero-home .arrow-2 {
  right: 40px;
  max-height: 150px;
}
.hero-home .arrow-3 {
  left: 0;
  bottom: 0;
  width: 40px;
}
@media screen and (max-width: 1440px) {
  .hero-home .arrow-3 {
    left: -50px;
  }
}

.hero-subline {
  margin-bottom: 30px;
  font-size: 36px;
  color: #595959;
}

.feed-selection {
  width: 70%;
}
@media screen and (max-width: 1199px) {
  .feed-selection {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .feed-selection {
    width: 100%;
  }
}
.feed-selection label {
  margin-bottom: 6px;
}
@media screen and (max-width: 576px) {
  .feed-selection button {
    width: 100%;
  }
}

.sportSelect {
  width: 388px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .sportSelect {
    width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .sportSelect {
    width: auto;
    min-width: 150px;
  }
}
.sportSelect .form-select {
  padding-left: 50px;
  height: 44px;
  background: #92D050;
  border-radius: 0;
  font-size: 24px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  color: #FFFFFF;
  border: 0;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .sportSelect .form-select {
    font-size: 18px;
  }
}
.sportSelect .form-select + i {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 20px;
  background-color: #009900;
  color: #FFFFFF;
  padding: 12px 15px;
}
.chooseSport {
  justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px solid #D9D9D9;
  align-items: center;
}
.chooseSport .center {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 992px) {
  .chooseSport .center {
    position: relative;
    text-align: center;
    transform: none;
    left: unset;
  }
}
.chooseSport h4,
.chooseSport h3 {
  font-weight: bold;
  font-family: "Fredoka", sans-serif;
}
@media screen and (max-width: 576px) {
  .chooseSport .sportSelect .form-select {
    width: 100%;
  }
  #addFeed {
      font-size: 12px;
      padding: 5px 10px;
  }
}

.tweet-container {
  height: calc(100vh - 177px);
  overflow-x: hidden;
  margin-top: 33px;
}
@media screen and (max-width: 576px) {
  .tweet-container {
    height: auto;
  }
}
.tweet-container img {
  margin-bottom: 6px;
}

.reg-modal .modal-body {
  padding: 48px 27px;
}
.reg-modal .modal-content {
  border: 0;
  border-radius: 0;
}
.reg-modal .modal-content .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.reg-text {
  font-size: 24px;
  font-family: "Fredoka", sans-serif;
  color: #315BA2;
  font-weight: 600;
}

.decoLine-modal {
  max-width: 225px;
  display: block;
  margin: auto;
}

.btn-AG {
  border-width: 2px;
  width: 100%;
  position: relative;
}
.btn-AG img {
  position: absolute;
  left: 12px;
  top: 10px;
}

.or {
  border-top: 1px solid #D9D9D9;
  position: relative;
  margin-top: 34px;
  margin-bottom: 34px;
}
.or span {
  color: #656565;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  padding: 5px 10px;
}

.mailSignup,
.reg-back {
  display: none;
}

.mt-n3 {
  margin-top: -16px;
}

@media screen and (max-width: 576px) {
  .navbar-brand {
    width: auto;
  }
  .btn-signup {
      margin-right:10px !important;
  }
  .navbar-brand.logo-xs {
      position: absolute !important;
  }
}

@media screen and (max-width: 576px) {
  .modal-btns button {
    width: 100%;
  }
}

.min-w-auto {
  min-width: auto;
}

.profile-drp-menu {
  min-width: 240px;
  border: 1px solid #F2F4F7;
  padding: 0;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08);
}
.profile-drp-menu hr {
  border-color: #F2F4F7;
  margin: 0;
}
.profile-drp-menu li {
  padding: 12px 16px;
}
.profile-drp-menu li a {
  padding: 0;
}
.profile-drp-menu li a:hover {
  background-color: #FFFFFF;
}

.avtar-sec {
  font-size: 14px;
  color: #667085;
}
.avtar-sec img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.avtar-sec p {
  color: #344054;
  line-height: 16px;
}/*# sourceMappingURL=style.css.map */
#feed-type {
    display: inline-flex;
    /* background: #4470b7; */
    background: transparent;
    border-radius: 5px;
    /* border: 2px solid #B4C7E7; */
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}
#feed-type .nav-item button {
    background: transparent;
    border:0;
    font-size: 26px;
    font-weight: bold;
    padding: 5px 25px;
    color:#666666;
}
@media screen and (max-width: 576px) {
    #feed-type .nav-item button {
        font-size: 14px;
        padding: 5px 10px;
    }
}
#feed-type .nav-item .active {
    border-radius: 3px;
    background: #cccccc;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    color: #fff;
    width: 100%;
}
.who-we-follow h1.heading {
    font-size: 26px;
}
footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
footer img {
    width: 75%;
}
