@import 'reset.css';

/************************************************
Global
*************************************************/

.container{
  font-family: 'Nunito', sans-serif;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;

}

/* @media (min-width: 1440px) {
  .container-fluid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-header .container-fluid{
    max-width: 1800px;
  }
} */

body {
  font-family: 'Nunito', sans-serif;
  height: 100%;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

p {
  line-height: 1.25;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.u-img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.u-color-primary {
  color: #0082fa;
}

.u-bg-primary {
  background-color: #0082fa;
}
.u-color-razer{
  color:#00e600;
}

.u-color-black {
  color: #000;
}

.u-bg-black {
  background-color: #000;
}

.u-color-white {
  color: #fff;
}

.u-bg-white {
  background-color: #fff;
}

.c-button {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;

  padding: 11px 35px;

  border-radius: 30px;
  border: none;
  box-shadow: none;

  transition: all 0.2s;
}
.c-button:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}

.c-button--primary {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}
.c-button--primary:hover {
  background-color: #fff;
  color: #000;
  border-color: currentColor;
}

.c-button--white {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.c-button--white:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.c-button--hollow {
  color: #fff;
  border: 1px solid currentColor;
}
.c-button--hollow:hover {
  border: 1px solid #0082fa;
}

.page-container {
  border-radius: 30px;
  border: 1px solid rgba(0, 47, 21, 0.1);
  overflow: hidden;
  max-width: 1140px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.o-section {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media all and (min-width: 768px) {
  .o-section {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.o-section-bg {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media all and (min-width: 768px) {
  .o-section-bg {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

/************************************************
Home
*************************************************/
.section-home {

}
@media (min-width: 768px) {
  .section-home {
    background-image: url(../img/home_bg.jpg);
    background-size: cover;
    background-position: center top;
  }
}

/************************************************
Top Bar
*************************************************/
.top-bar {
  height: 90px;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.top-bar__xkom {
  width: 100px;
}
.top-bar__razer {
  width: 125px;
}
@media (min-width: 576px) {
  .top-bar__xkom {
    width: 145px;
    margin-right: 20px;
  }
  .top-bar__razer {
    width: 225px;
    margin-left: 20px;;
  }
}
@media (min-width: 768px) {
  .top-bar__xkom {
    margin-right: 20px;
  }
  .top-bar__razer {
    margin-left: 20px;;
  }
}
/************************************************
Header
*************************************************/
.page-header {
  position: relative;
}
.page-header > img {
  width: 100%;
}
.page-header__text-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (-ms-high-contrast:none) {
  .page-header__text-wrapper {
    display: block !important;
    padding-top: 250px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.page-header h2 {
  font-size: 26px;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 0;
}
.page-header h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 35px;
}
/* @media (min-width: 1540px) {
  .page-header h2 {
    font-size: 30px;
    font-weight: 300;
  }
  .page-header h1 {
    font-size: 30px;
  }
} */
 @media (max-width: 992px) {
  .page-header h2 {
    margin-top: 70px;
  }

}
/* @media (min-width: 576px) {
.page-header h2 {
font-size: 36px;
}
.page-header h1 {
font-size: 45px;
}
} */

@media (min-width: 992px) {
  .page-header__text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 25px;
    width: 100%;
    height: 100%;
  }
  .page-header__bg {
    position: static;
  }
}



/************************************************
Steps
*************************************************/
.section-steps {
  background: url('../img/bg_steps.jpg') center;
  background-size: cover;
  padding: 35px 0 60px;
}
.section-title{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
.section-steps__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
}
/* .section-steps__title:after {
content: '';
display: block;
background-color: #fff;
height: 1px;
width: 170px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
} */
.section-steps img {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.section-steps p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1rem;
}
.section-steps p strong {
  font-weight: 600;
}

/************************************************
Products
*************************************************/
.section-products {
  padding-top: 35px;
  padding-bottom: 55px;
}
.section-products--first {
  background-image: url(../img/products_first_bg.jpg);
}
.section-products--second {
  background-image: url(../img/product_bg_02.jpg);
}
.section-products--third {
  background-image: url(../img/product_bg_03.jpg);
}

/* .products__col {
  margin-top: 25px;
  margin-bottom: 25px;
} */

.product {
  height: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.product_title{
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_title h3{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.product__top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-position: center bottom;
}
.product__top img {
  max-height: 230px;
}
.product__top--code img {
  max-height: 270px;
}
.product__content {
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px){
  .product__content{
    margin-bottom: 60px;
  }
}
.product__desc {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 25px;
  padding-right: 25px; */
}
@media (min-width: 992px) {
.product__desc_content{
  min-height: 100px;
}
}
@media (max-width: 1200px) {
  .product__desc {
    max-width: 280px;
  }
}
/* @media (min-width: 1366px) {
  .products__row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .products__col {
    padding-left: 50px;
    padding-right: 50px;
  }
} */

/* .product__desc span {
  color: #00994c;
} */
.product__desc p {
  font-size: 16px;
  line-height: 24px;
}
.product__content__code{
  padding-top: 0;

}
.product__content__code p{
  font-size: 18px;
}
.product__price {
  margin-top: 18px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
/* .product__price span {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  color: #949494;
  text-decoration: line-through;
} */
.product__btn {

}
.section__cta{
  background: #252525;
  padding:37px;
}
.section__cta a{
  font-size:22px;
  font-weight: 600;
  color:#fff;
  transition: all 0.2s;
}
.section__cta a:hover{
  color:#00e600;
  text-decoration: none;
}

.section-code{
  padding: 40px 0 60px;
  background: url('../img/bg_code.jpg') center;
  background-size: cover;
}


/************************************************
Promo
*************************************************/
.section-promo {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../img/promo_bg.jpg');
  /* padding-left: 15px;
  padding-right: 15px; */
}
.section-promo__title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .section-promo__title {
    font-size: 36px;
  }
}

/************************************************
Footer
*************************************************/
.page-footer {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;

  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background: #000;
}

.page-footer a {
  color: #61a8f2;
  text-decoration: underline;
}
.page-footer a:hover {
  color: #fff;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
