/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    color: #ea0429;
    text-decoration: none;
  }
  
  a:hover {
    color: #ec2143;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
  }
  
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-header {
    text-align: center;
    padding-bottom: 40px;
  }
  
  .section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
  }
  
  .section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #012970;
  }
  
  @media (max-width: 768px) {
    .section-header p {
      font-size: 28px;
      line-height: 32px;
    }
  }

/*--------------------------------------------------------------
# Navigation Bar
--------------------------------------------------------------*/

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 2px;
    color: white;
}

.navbar ul li {
    list-style-type: none;
    display: inline-block;
}
  
.navbar-nav li a:hover {
    color: #ea0429 !important;
    background-color: white !important;
    }

.navbar .active {
  background-color: white !important;
  color: #ea0429  !important;
}

.nav-item {
    padding-right: 20px;
    padding-top: 3.5%;  
}

.navbar .navbar-brand {
  letter-spacing: 5px;
}

.navbar-brand:hover {
    background-color: white !important;
    color: #ea0429  !important;
    transform: translateX(5px);
}

.navbar-toggler {
    display: none;
}

@media screen and (max-width: 600px) {
.navbar-toggler {
    float: right;
    display: inline-block;
}


}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/


  .hero {
    padding-left: 7.5vw;
    padding-bottom: 5vw;
    padding-top: 11vw;
    width: 100%;
    height: 40vh;
    background: none;
    background-color: #ea0429;
    background-size: cover;
  }
  
  .hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    color: white;
    font-family: 'Mate SC', serif;
    letter-spacing: 17px;
  }
  
  .hero h2 {
    padding-bottom: 5vw;
    color: white;
    margin: 15px 0 0 0;
    font-size: 26px;
    letter-spacing: 3.25px;
  }
  
  
  .hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #ea0429;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
  }
  
  .hero .btn-get-started span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  .hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }
  
  
  .hero .btn-get-started:hover i {
    transform: translateX(5px);
  }
  
  
  .hero .hero-img {
    text-align: right;
  }
  
  @media (min-width: 1024px) {
    .hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 991px) {
    .hero {
      height: auto;
      padding: 120px 0 60px 0;
    }
    .hero .hero-img {
      text-align: center;
      margin-top: 80px;
    }
    .hero .hero-img img {
      width: 80%;
    }
  }
  
  @media (max-width: 768px) {
    .hero {
      text-align: center;
    }
    .hero h1 {
      font-size: 32px;
    }
    .hero h2 {
      font-size: 24px;
    }
    .hero .hero-img img {
      width: 100%;
    }
  }
  

  /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about .content {
    background-color: white;
    padding-top: 13vw;
    padding-bottom: 6.3vw;
    padding-left: 40px;
    padding-right: 40px;
  }
  
  
  .about h1 {
    font-weight: 500;
    color: black;
    letter-spacing: 7px;
    font-family: 'Mate SC', serif;
  }
  
  .about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .about img {
    width: 100%;
    height: auto;
    
  }
  
  .product h1 {
      font-family: 'Mate SC';
      font-weight: 650;
      letter-spacing: 17px;
  }

  .product_main{
    width: 100%; 
    float: left;
    height: auto;
    padding: 60px 0px;

}

.sport_product {
    padding: 40px 20px;
    text-align: center;

}

.sport_product img {
    width: 50%;
    background: #fff;
    height: auto;
}

.class {
    width: 30% !important;
}


  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer {
    padding: 0 30px 30px 30px !important;
    font-size: 14px;
  }
  
  
  .footer .footer-top {
    background-size: contain;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 60px 0 30px 0;
  }
  
  @media (max-width: 992px) {
    .footer .footer-top {
      background-position: center bottom;
    }
  }
  
  .footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  .footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
  }
  
  .footer .footer-top .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
  }
  
  .footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ea0429;
    font-family: "Mate SC", serif;
    margin-top: 3px;
  }
  
  .footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
  }
  
  .footer .footer-top a {
    font-size: 20px;
    display: inline-block;
    color: #ea0429;
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .footer-top a:hover {
    color: #ea0429;
  }
  
  .footer .footer-top h1 {
    font-size: 16px;
    font-weight: bold;
    color: #ea0429;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
  }

  
  .footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
  }
  
  .footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-top .footer-links ul a {
    color: #ea0429;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-top .footer-links ul a:hover {
    color: #ea0429;
  }
  
  .footer .footer-top .footer-contact p {
    line-height: 26px;
  }
  
  .footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #ea0429;
  }
  
  .footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ea0429;
  }
  
  .footer h3 {
    color: #ea0429;
    font-size: 12px;
  }
  


