
/*--------------------------------------------------------------
# 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;
}


*{box-sizing: border-box; -webkit-box-sizing: border-box; scroll-behavior: smooth;}
html, body { height: 100%; }
body { margin: 0; font: 16px/1.3 sans-serif; }

  
/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/

.CSSgal {
	position: relative;
	overflow: hidden;
	height: 100%; 
}

/* SLIDER */

.CSSgal .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
	font-size: 2rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.CSSgal .prevNext > div+div {
	visibility: hidden;
}

.CSSgal .prevNext a {
	background: #fff;
	position: absolute;
	width:       60px;
	height:      60px;
	line-height: 60px; 
	text-align: center;
	opacity: 0.7;
	-webkit-transition: 0.3s;
					transition: 0.3s;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	left: 0;
}
.CSSgal .prevNext a:hover {
	opacity: 1;
}
.CSSgal .prevNext a+a {
	left: auto;
	right: 0;
}

/* NAVIGATION */

.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       30px;
	height:      30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
					transition: 0.3s;
}
.CSSgal .bullets > a+a {
	background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(255, 255, 255,   1);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
/* More slides? Add here more rules */

.CSSgal{
	color: #fff;	
	text-align: center;
}

.CSSgal .slider h1 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 3em;
  color: #ea0429;
  font-family: 'Mate SC', serif;
  letter-spacing: 17px;
}

.CSSgal .slider h2 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 2em;
}
.CSSgal a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}

.container1 {
  max-width: 100vw;
  margin-left: 6.3vw;
  margin-right: 6vw;
}


  
/*--------------------------------------------------------------
# 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: 100vh;
    background: url(../assets/img/hero-bg.jpg) top center no-repeat;
    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_main{
    width: 100%; 
    float: left;
    height: auto;
    padding: 60px 0px;

}

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

}

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

.lamer1 {
    width: 100% !important  ;
    height: auto;
}

.class {
    width: 30% !important;
}

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


.footer {
    padding: 0 30px 30px 30px !important;
    font-size: 14px;
    background: url(../assets/img/footer-bg.png) no-repeat right top;
    background-size: contain;
  }
  
  
  .footer .footer-top {
    background: url(../assets/img/footer-bg.png) no-repeat right 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;
  }
  


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #ea0429;
  font-weight: 700;
  margin-bottom: 18px;
  font-family: 'Source Serif Pro', serif;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

.values h1 {
  color: black !important;
  font-family: 'Mate SC', serif !important;
  letter-spacing: 10px;
}

.values img {
  width: 200px;
  height: auto;
  border-radius: 25px !important;
}


/*--------------------------------------------------------------
# Help
--------------------------------------------------------------*/
.help h2 {
  color: #ea0429;
  font-family: 'Source Serif Pro', serif;
  font-weight: 700;
}

.help h3 {
  color: black;
  font-family: 'Mate SC', serif;
}


/*--------------------------------------------------------------
# Various things ~~~
--------------------------------------------------------------*/


.header2 {
  color: #000;
  font-family: 'Mate SC', serif;
  font-weight: 500;
  letter-spacing: 10px;
}

.header3 {
  color: #ea0429;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}

.add {
  color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 19px;
}

.logo {
  color: black;
  font-family: 'Mate SC', serif;
  font-weight: 700;
  letter-spacing: 13px;
}