.navbar-header {
  padding-top: 32px;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-bottom: 0;
}
.main-menu a,
.main-menu span {
  color: #fff;
}
.navbar-header .changeLang {
  margin-top: -3px;
}
.nav-icon-login {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  background: url(/Content/Images/login-icon.png) no-repeat 0 0;
  background-size: 37px 37px;
}
.nav-icon-lang {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/Content/Images/header-icon-flag-white.png) no-repeat 0 0;
}
.fa-sign-out {
  color: #fff;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  background: #fff;
}
/******** Bg Language Font ********/
.main-menu ul li a {
  color: #fff;
}
.section-mainhome {
  position: relative;
  background: #000;
  color: #fff;
}
.section-mainhome .section-bgvideo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 56.25%;
  z-index: 1;
}
.section-mainhome .section-bgvideo video {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}
.section-mainhome .section-bgvideo:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}
.section-mainhome .section-bgvideo .main-headline {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 100px 0;
  z-index: 9;
  background: url(/Content/Images/title-bg.png) no-repeat 50% 75%;
}
.section-mainhome .section-bgvideo .main-headline h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.section-mainhome .section-bgvideo .main-headline h1 strong {
  font-size: 52px;
}
.section-mainhome .section-middle {
  padding-top: 20px;
  background: #000 url(/Content/Images/section-main-bg.jpg) no-repeat center center;
  background-size: cover;
}
.section-mainhome .cf-container {
  position: relative;
  z-index: 2;
}
.section-mainhome h3 {
  font-size: 22px;
  font-weight: 500;
}
.section-mainhome .section-title {
  position: relative;
  padding: 50px 5px;
  margin-bottom: 50px;
  max-width: 75%;
}
.section-mainhome .section-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
.section-mainhome .section-title .fancy-lines.top:before,
.section-mainhome .section-title .fancy-lines.top:after {
  position: absolute;
  top: 22px;
  left: 0;
  display: block;
  content: '';
  height: 4px;
  width: 223px;
  background: #ffe752;
}
.section-mainhome .section-title .fancy-lines.top:after {
  top: 0;
  left: -45px;
  width: 95px;
  background: #fff;
}
.section-mainhome .section-title .fancy-lines.bottom:before,
.section-mainhome .section-title .fancy-lines.bottom:after {
  position: absolute;
  bottom: 0px;
  right: 10%;
  display: block;
  content: '';
  height: 4px;
  width: 115px;
  background: #ffe752;
}
.section-mainhome .section-title .fancy-lines.bottom:after {
  bottom: 20px;
  right: 15%;
  width: 155px;
  background: #fff;
}
.section-mainhome .section-content h3 {
  margin: 0 0 40px;
}
.section-mainhome .section-content .feat-boxes {
  margin-top: 75px;
}
.section-mainhome .section-content .feat-boxes .box {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  margin-right: 4%;
  margin-bottom: 45px;
  text-align: center;
}
.section-mainhome .section-content .feat-boxes .box .box-title {
  position: relative;
  min-height: 40px;
}
.section-mainhome .section-content .feat-boxes .box .box-title h2 {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}
.section-mainhome .section-content .feat-boxes .box .box-img {
  display: block;
  height: 140px;
  border-radius: 20px;
  transition: opacity 0.3s;
  background-size: cover;
}
.section-mainhome .section-content .feat-boxes .box .box-img:hover {
  opacity: 0.7;
}
.section-mainhome .section-content .feat-boxes .box .box-img.box-01 {
  background: url(/Content/Images/box-img-01.jpg) no-repeat center center;
  background-size: cover;
}
.section-mainhome .section-content .feat-boxes .box .box-img.box-02 {
  background: url(/Content/Images/box-img-02.jpg) no-repeat center center;
  background-size: cover;
}
.section-mainhome .section-content .feat-boxes .box .box-img.box-03 {
  background: url(/Content/Images/box-img-03.jpg) no-repeat center center;
  background-size: cover;
}
.section-mainhome .section-content .feat-boxes .box .box-img.box-04 {
  background: url(/Content/Images/box-img-04.jpg) no-repeat center center;
  background-size: cover;
}
.section-mainhome .section-content .feat-boxes .box .box-img.box-05 {
  background: url(/Content/Images/box-img-05.jpg) no-repeat center center;
  background-size: cover;
}
.section-mainhome .section-content .feat-boxes .box .box-img.box-06 {
  background: url(/Content/Images/box-img-06.jpg) no-repeat center center;
  background-size: cover;
}
.section-mainhome .section-content .feat-boxes .box .box-img.box-07 {
  background: url(/Content/Images/box-img-07.jpg) no-repeat center center;
  background-size: cover;
}
.section-mainhome .section-content .feat-boxes .box .box-img.box-08 {
  background: url(/Content/Images/box-img-08.jpg) no-repeat center center;
  background-size: cover;
}
.section-mainhome .section-content .phone-case {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-mainhome .section-content .phone-case .mobile-phone {
  position: relative;
  width: 204px;
  height: 413px;
  background: url(/Content/Images/mobile-phone-coolfit.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.section-mainhome .section-content .phone-case .phone-actions span {
  display: block;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #50afff;
  text-transform: uppercase;
}
.section-mainhome .section-content .phone-case .phone-actions span span {
  font-size: 15px;
}
.section-mainhome .section-content .phone-case .phone-actions a {
  display: block;
  margin-bottom: 25px;
}
.section-mainhome .section-content .phone-case .phone-actions a img {
  max-width: 100%;
  height: auto;
}
.section-mainhome .section-why {
  background: url(/Content/Images/section-why-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.section-mainhome .section-why h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-mainhome .section-why h2 span {
  color: #51afff;
}
.section-mainhome .section-why ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.section-mainhome .section-why ul li {
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 5px solid #50afff;
}
@media screen and (min-width: 767px) {
  .section-mainhome .section-why ul li:last-child {
    border: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section-mainhome .section-why ul li br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .section-mainhome .section-why ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-mainhome .section-why ul li {
    text-align: center;
  }
}
.section-partners {
  padding: 20px 0;
  text-align: center;
}
.section-partners h3 {
  font-weight: 300;
  font-size: 23px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section-partners .partners-logos {
  display: flex;
  justify-content: space-around;
}
.section-partners .partners-logos img {
  max-width: 250px;
  height: auto;
}
.main-menu ul li a span {
  color: #fff;
}
/******** Responsive ********/
@media screen and (max-width: 1200px) {
  .navbar-header .changeLang {
    margin-top: -8px;
  }
  .section-mainhome .section-middle {
    background-size: contain;
    background-position: center 0;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-header .changeLang {
    margin-top: -3px;
  }
  .nav-icon-login {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 990px) {
  .section-mainhome .section-content .phone-case {
    justify-content: center;
  }
  .section-mainhome .section-content .phone-case .mobile-phone {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-header {
    padding-top: 10px;
  }
  .section-mainhome .section-why ul.text-right li:last-child {
    border: 0;
  }
  .section-mainhome .section-bgvideo .main-headline {
    background-size: 100% auto;
    position: relative;
    top: 0;
    transform: translateY(0);
    padding-top: 150px;
  }
  .section-mainhome .section-bgvideo {
    padding: 0;
  }
  .section-mainhome .section-bgvideo .main-headline h1 {
    font-size: 26px;
  }
  .section-mainhome .section-bgvideo .main-headline h1 strong {
    font-size: 30px;
  }
  .section-mainhome .section-bgvideo {
    background: url(/Content/Images/vide-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .section-mainhome .section-bgvideo video {
    display: none;
  }
  .section-mainhome .section-title h2 {
    font-size: 20px;
  }
  .section-mainhome h3 {
    font-size: 18px;
  }
  .section-mainhome .section-content .feat-boxes .box {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .section-mainhome .section-content .feat-boxes .box .box-title {
    height: auto;
  }
  .section-mainhome .section-content .feat-boxes .box .box-title h2 {
    top: auto;
    transform: none;
  }
  .section-mainhome .section-title {
    max-width: 100%;
  }
  .section-mainhome .section-title .fancy-lines.bottom:before {
    right: 0;
  }
  .section-mainhome .section-title .fancy-lines.bottom:after {
    right: 5%;
  }
  .main-menu .shop-btn a {
    border-radius: 0;
  }
  .section-partners .partners-logos img {
    max-width: 150px;
  }
  .section-mainhome .section-why h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .section-mainhome .section-why ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .section-partners h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section-partners .partners-logos img {
    max-width: 100px;
  }
  .section-mainhome .section-bgvideo .main-headline h1 {
    font-size: 16px;
  }
  .section-mainhome .section-bgvideo .main-headline h1 strong {
    font-size: 22px;
  }
  .section-mainhome .section-content .feat-boxes .box {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .section-mainhome .section-content .phone-case {
    display: block;
    text-align: center;
  }
  .section-mainhome .section-content .phone-case .mobile-phone {
    margin: 0 auto 10px;
  }
}

/*# sourceMappingURL=home.css.map*/