body {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    background-color: #ffffff;
  }
  
  .layout_padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  
  .layout_padding2-top {
    padding-top: 45px;
  }
  
  .layout_padding2-bottom {
    padding-bottom: 45px;
  }
  
  .layout_padding-top {
    padding-top: 120px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 120px;
  }
  
  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  
  .heading_container h2 {
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  
  .heading_container h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 55px;
    height: 5px;
    background-color: rgba(64, 224, 208, 0.7);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  /*header section*/
  .hero_area {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .hero_area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .sub_page .hero_area {
    height: auto;
  }
  
  .sub_page .who_section.layout_padding {
    padding-top: 0;
  }
  
  .hero_area.sub_pages {
    height: auto;
  }
  
  .header_section .container-fluid {
    padding-right:0%;
    padding-left: 0%;
  }
  
  .header_section .nav_container {
    margin: 0 auto;
  }

  .heading_container {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
  }
  
  .heading_container h2 {
    margin-bottom: 10px; 
  }
  
  .heading_container p {
    text-align: justify;
    margin-top: 0; 
    padding: 0 100px; 
  }
  
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    margin: 10px 30px;
    padding: 0;
    padding-bottom: 3px;
    color: #ffffff;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #ffffff;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
    display: block;
    background-color: #19265B;
  }
  
  .navbar-bg {
    background-color: rgba(64, 224, 208, 0.7);
    z-index: 4;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }


  
  .user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .user_option a {
    color: #ffffff;
    margin: 10px 30px;
  }
  
  .custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
  }
  
  .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  
  .navbar-brand span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    z-index: 3;
  }
  
  .custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
    background-color:  rgba(64, 224, 208, 0.5)!important;
  }
  
  .custom_nav-container .navbar-toggler {
    outline: none;
  }
  
  .custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 55px;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    color:#F1610D;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color:#F1610D;
  }

  /*end header section*/

  
  .us_section {
    background-image: url(../images/us-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
  }
  
  .us_section .us_container {
    padding: 25px;
  }
  
  .us_section .us_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 25px 10px 0 10px;
  }
  
  .us_section .us_container .box .img-box {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .us_section .us_container .box .img-box img {
    max-width: 100%;
  }
  
  .us_section .us_container .box .detail-box h5 {
    font-weight: bold;
  }
  
  .detail-box {
    margin-top: 90px;
    text-align: justify;
  }
  
  .img-box {
    margin-top: 50px;
  }
  
  /* Events section */
  .event_section {
    background-color: #f8f9fa;
    padding: 50px 0;
  }
  
  .heading_container {
    text-align: center;
  }
  
  .heading_container h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .heading_container p {
    font-size: 18px;
    color: #ffffff;
  }
  
  .event_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
  }
  
  .event {
    width: 45%;
    background-color: rgba(64, 224, 208, 0.7);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  
  .event .title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }
  
  .event .time {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  
  .event .pills {
    margin-bottom: 10px;
  }
  
  .event .pill {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 10px;
  }
  
  .event .pill.cost {
    background-color: #F1610D;
    color: #ffffff;
  }
  
  .event .pill.spot {
    background-color: #F1610D;
    color: #fff;
    margin-top: 10px;
  }
  
  .event .divider {
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
  }
  
  .event .description {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
  }
  
  .event .footer {
    display: flex;
    align-items: center;
  }
  
  .event .sport {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  
  .event button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  .event button:hover {
    background-color: #0056b3;
  }

  .button-custom {
    display: inline-block;
    padding: 10px 20px;
    background-color: blue; 
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .button-custom:hover {
    background-color: #F1610D;
  }

  /* Create a huddle */

  .create_huddle_section {
    background-color: rgba(64, 224, 208, 0.5); 
    padding: 50px 0;
  }
  
  .create_huddle_section .heading_container {
    text-align: center;
  }
  
  .create_huddle_section form {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  
  .create_huddle_section form .form-group label {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
  }
  

  /*Info section */ 
  .info_section {
    background-color: #252233;
  }
  
  .info_items {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .info_items .item {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  .info_items .item .img-box {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .info_items .item .detail-box {
    margin-top: 5px;
    color: #fff;
  }
  
  .info_items {
    position: relative;
  }
  
  .info_items a {
    position: relative;
  }
  
  /* footer section*/
  .footer_section {
    padding: 20px;
    font-weight: 500;
    background-color: rgba(64, 224, 208, 0.7);
  }
  
  .footer_section p {
    color: #292929;
    margin: 0;
    text-align: center;
  }
  
  .footer_section a {
    color: #292929;
  }
  
  /* end footer section*/
  /*# sourceMappingURL=style.css.map */