@charset "UTF-8";
body {
	font-family: "sofia-pro-1","sofia-pro-2", Arial, sans-serif !important;
  
}

img {
    aspect-ratio: attr(width) / attr(height);
}

.wf-loading {
/* styles to use when web fonts are loading */
font-family: Arial, sans-serif;
}

.wf-active {
/* styles to use when web fonts are active */
font-family: "sofia-pro-1","sofia-pro-2", Arial, sans-serif !important;
}

.wf-inactive {
/* styles to use when web fonts are inactive */
font-family: Arial, sans-serif;
}

.bg-susured {
	background-color: #7C1E1D;
}

a {
  color: #7C1E1D;
  text-decoration: none;
}

.breadcrumb-item.back-item::before {
      content: "";
}

.susu-nav .nav-link {
	font-weight: bold;
	color: white !important;
  font-size: 1.2rem;
}

.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover {
    background-color: #7C1E1D !important;
    color:white;

}

.dropdown-item{
		position: sticky !important;
		display: inline-block !important;
}

.dropdown-item:hover{
	background-color: #7C1E1D !important;
    color:white;
}

.text-lowercase {
	display: none !important;
}

.box {
	padding: 10px;
	background-color: #7C1E1D;

	color: #ffffff;
	text-align: center;
}

.box-link:hover {
	color: #ffffff;
}

.box-link {
	color: #ffffff;
}

.text-susured, a.text-susured   {
	color: #7C1E1D !important;
  text-decoration: none;
  cursor: pointer;
}

html,
body {
  height: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /*margin-bottom: 550px;  Margin bottom by footer height */
}
#page-content {
  flex: 1 0 auto;
}
.footer {
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
 /*min-height: 430px;  Set the fixed height of the footer here */
  background-color: #323532;
  color: #F4F4F4 !important;
}

.jumbotron {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 20%
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
}
.jumbotron img {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}

 .btn.btn-rounded {
     border-radius: 50px
 }

 .btn.btn-social-icon {
    margin-right: 10px;
    width: 100px;
    height: 100px;
    padding: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
 }
.btn-social-icon a {
  color: #ffffff;
}
.btn-facebook i
 {
  line-height: 1.5;
}

.footer .btn.btn-social-icon i, .btn-social-icon i {
 line-height: 2;
}

.footer .btn.btn-social-icon {
    width: 50px;
    height: 50px;
}

.small-social .btn.btn-social-icon {
    width: 50px;
    height: 50px;
}

  .btn-outline-facebook {
     border: 1px solid #3b579d;
     color: #3b579d;
 }

 .btn-outline-facebook:hover {
     background: #3b579d;
     color: #ffffff;
 }

 .btn-outline-youtube {
     border: 1px solid #e52d27;
     color: #e52d27;
 }

 .btn-outline-twitter {
     border: 1px solid #2caae1;
     color: #2caae1;
 }

 .btn-outline-dribbble {
     border: 1px solid #ea4c89;
     color: #ea4c89;
 }

 .btn-outline-linkedin {
     border: 1px solid #0177b5;
     color: #0177b5;
 }

 .btn-outline-instagram {
     border: 1px solid #dc4a38;
     color: #dc4a38;
 }

 .btn-outline-twitter:hover {
     background: #2caae1;
     color: #ffffff;
 }

 .btn-outline-linkedin:hover {
     background: #0177b5;
     color: #ffffff;
 }

 .btn-outline-youtube:hover {
     background: #e52d27;
     color: #ffffff;
 }

 .btn-outline-instagram:hover {
     background: #e52d27;
     color: #ffffff;
 }

 .btn-facebook {
     background: #3b579d;
     color: #ffffff;
 }

 .btn-email {
     background: #7C1E1D;
     color: #ffffff;
 }

 .btn-youtube {
     background: #e52d27;
     color: #ffffff;
 }

 .btn-twitter {
     background: #2caae1;
     color: #ffffff
 }

 .btn-dribbble {
     background: #ea4c89;
     color: #ffffff;
 }

.btn-website {
     background: #ea4c89;
     color: #ffffff;
 }


 .btn-linkedin {
     background: #0177b5;
     color: #ffffff;
 }

 .btn-instagram {
     background: #dc4a38;
     color: #ffffff;
 }

 .btn-email:hover,
 .btn-email:focus {
     background: #b23d35;
     color: #ffffff;
 }

 .btn-facebook:hover,
 .btn-facebook:focus {
     background: #2d4278;
     color: #ffffff;
 }

 .btn-youtube:hover,
 .btn-youtube:focus {
     background: #c21d17;
     color: #ffffff;
 }

 .btn-twitter:hover,
 .btn-twitter:focus {
     background: #1b8dbf;
     color: #ffffff;
 }

 .btn-dribbble:hover,
 .btn-dribbble:focus {
     background: #e51e6b;
     color: #ffffff;
 }

 .btn-website:hover,
 .btn-website:focus {
     background: #e51e6b;
     color: #ffffff;
 }

 .btn-linkedin:hover,
 .btn-linkedin:focus {
     background: #015682;
     color: #ffffff;
 }

 .btn-instagram:hover,
 .btn-instagram:focus {
     background: #bf3322;
     color: #ffffff;
 }
 .susu-nav .nav-link:hover {
  text-decoration: none;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
  }

.btn-floating.btn-lg {
    display: inline-block !important;
    width: 61.1px;
    height: 61.1px;
    
  }

.btn-fb {
    color: #fff;
    background-color: #3b5998 !important;
  }

.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px !important;
  }

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
  }

.btn-tw {
    color: #fff;
    background-color: #55acee !important;
  }

.btn-ins {
    color: #fff;
    background-color: #2e5e86 !important;
  }

.btn-yt {
    color: #fff;
    background-color: #ed302f !important;
  }

.btn-li {
    color: #fff;
    background-color: #0082ca !important;
  }

.susu-nav .susu-menu a {
  color: white;
  fill: white;
  line-height: 18px;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.susu-nav .susu-menu li:first-child {
  padding-left: 0px !important;
}

.susu-nav .susu-menu li:last-child a {
  flex-direction: row !important;
  gap: 10px !important;
  font-size: 18px !important;
}

.susu-nav .susu-menu li:last-child a span {
  font-size: 18px !important;
}

.susu-nav .susu-menu a b {
  font-weight: 600;
}
  

@media (min-width: 1400px) {
    .susu-nav .susu-menu li {
      padding: 10px 26px;
      border-right: 1px solid white;
    }
    
    .susu-nav .susu-menu a {
      font-size: 20px;
      font-weight: 500;
    }
  
    .susu-nav .susu-menu a b {
      font-weight: 500;
    }
  
    .susu-nav .susu-menu .icon-item a {
      font-size: 24px !important;
    }
  
    .susu-nav .susu_logo img {
      height: 95px;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
  }

  .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
  }

.susu-nav {
  padding: 10px !important;
}

.susu-nav .susu-menu {
  display: flex;
  color: white;
  list-style: none;
  margin-bottom: 0;
}

.susu-nav .susu-menu li {
  display: flex;
  padding: 10px 0;
}

.susu-nav .susu-menu li:nth-child(6) {
  border-right: none !important;
}

.susu-nav .susu-menu li.icon-item {
  border-right: none;
}

.susu-nav .susu-menu li.icon-item a {
  font-size: 16px;
}

.susu-nav .susu_logo img {
  height: 76px;
}

@media (min-width: 1200px) {
  .susu-nav .susu-menu li {
    padding: 10px 29px;
    border-right: 1px solid white;
  }
  .susu-nav .susu-menu li.icon-item a {
    font-size: 22px;
  }
}

.susu-nav .susu-menu a svg {
  height: 22px;
  margin-left: 4px;
}

.susu-nav .susu-menu .dropdown-menu {
  box-shadow: 0 0 hsla(0, 0%, 0%, 0), 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  margin-top: -1px;
}

.susu-nav .susu-menu .dropdown-menu a {
  color: black !important;
  text-transform: none;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 4px;
  padding: 10px;
}

.susu-nav .fa-arrow-right-from-bracket {
  color: tomato;
}

.susu-nav .susu-menu .dropdown-menu a:hover {
  background-color: #00000014 !important;
}

/* .susu-nav .susu-menu .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  top: 48px;
} */

.navbar-container {
  gap: 40px;
}

.susu-footer {
  background: #343633;
  color: white;
  padding: 048px 0px 053px 0px;
}

.susu-footer .footer-content .hyperlinks {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 10px;
  width: 100%;
}

.susu-footer .footer-content .hyperlinks a {
  color: white;
  font-size: 18px;
}

.susu-footer .footer-content .socials h2 {
  color: #FFF6F6;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.susu-footer .footer-content .socials ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.susu-footer .footer-content .socials .btn {
  border-radius: 25rem;
  height: 60px;
  width: 60px;
  display: grid;
  place-items: center;
}

.btn-scroll-top {
  display: grid; 
  place-items: center; 
  font-size: 34px; 
  border-radius: 25rem; 
  width: 72px; 
  height: 72px;
  padding: 0 !important;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: white;
  font-size: 28px !important;
}

#search-modal .modal-footer {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

#search-modal .modal-footer p {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

#search-modal .modal-footer i, #search-modal .modal-footer span {
  font-weight: 300;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  color: white;
}

#search-modal .modal-footer span {
  padding: 2px 4px;
}

#search-modal .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#search-modal .list-group-item p {
  padding: 0 !important;
  margin: 0 !important;
}

#search-modal .list-group-item.active a {
  color: white;
}

.sport-list {
  width: 100% !important;
}

.border-dashed {
  border-top: 1px dashed rgba(53, 60, 65, 0.2) !important;
}

.border-all-dashed {
  border: 1px dashed rgba(53, 60, 65, 0.2) !important;
}