/*!
 * HP/ AMD landing page
 * Created by DCD Publishing & Marián Rehák
 */

 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap');

 body, html {
   max-width: 100vw !important;
   overflow-x: hidden !important;
 }

 body {
   color: #1b1b1b;
   background: #efefef;
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   line-height: 24px;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

video {
  object-fit: cover;
  width: 100%;
}

video:hover {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}

h1, h2, h3, h4, h5 {
  line-height: 1.15;
}

h1 {
  font-size: 3.052em;
}

h2 {font-size: 2.441em;}

h3 {font-size: 1.953em;}

h4 {font-size: 1.563em;}

h5 {font-size: 1.25em;}

a {
  color: #1b1b1b;
}

a:hover {
  color: #1b1b1b;
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
}

p.highlight {
  font-size: 20px;
  line-height: 26px;
}

strong {
  font-weight: 600;;
}

ul {
  padding-left: 35px;
  position: relative;
}

ul li {
  list-style: none;
}

ul li::before {
  content: "—";
  position: absolute;
  left: 10px;
}

.whitebg {
  background: #ffffff;
}

/* Bootstrap */
.container, .row {
  position: relative;
}

.jumbotron {
  padding: 50px;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.megatron {
  width: 100%;
  max-width: 1400px;
  padding: 0 50px;
  margin: auto;
  background: transparent;
  border-radius: 0;
}

.carousel-indicators {
  margin-bottom: 0;
}

.carousel-indicators li {
  background-color: #DDDDDD;
  transition: .3s;
}

.carousel-indicators li:hover {
  background-color: #0096d6;;
}

.carousel-indicators .active {
  background-color: #0096d6;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background: none;
  height: 30px;
  width: 30px;
}

.carousel-control-next-icon {
  border-top: 2px solid #767676;
  border-right: 2px solid #767676;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.carousel-control-prev-icon {
  border-top: 2px solid #767676;
  border-left: 2px solid #767676;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

.card {
  border-radius: 0;
}

.card p {
  line-height: 1.3;
  margin-bottom: 10px;
}

.card-header  {
  border-radius: 0;
  padding: 0;
}

.card-header .btn {
  color: #1b1b1b;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: .75rem 1.25rem;
  padding-right: 50px;
  border-radius: 0;
  background: #fff;
  word-break: keep-all;
}

.card-header .btn::after {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 20px;
  top: 18px;
  background: url("../img/sipka-dolu.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .5s;
}

.card-header .btn[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.card-header .btn:hover, .card-header .btn[aria-expanded="true"] {
  background: #dddddd;
  text-decoration: none;
}

.card-header .btn:focus {
  text-decoration: none;
}

.card-body {
  position: relative;
}

.card-body .procesor-grafika {
  max-width: 100px;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

.custom-button {
	padding: 10px 40px;
	box-shadow: none;
	border: 1px solid #4096d2;
  color: #4096d2;
  background: transparent;
  display: inline-block;
}

.custom-button:hover {
	background: #4096d2;
  color: #fff;
  text-decoration: none;
}

/* Custom */
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-50 {
  padding: 50px;
}

.top-15 {
  padding-top: 15px;
}

.top-30 {
  padding-top: 30px;
}

.top-50 {
  padding-top: 50px;
}

.top-75 {
  padding-top: 75px;
}

.top-100 {
  padding-top: 100px;
}

.top-200 {
  padding-top: 200px;
}

.left-50 {
  margin-left: 50px;
}

.right-50 {
  padding-right: 50px;
}

.max-300 {
  max-width: 300px;
}

.max-600 {
  max-width: 600px;
}

.max-700 {
  max-width: 700px;
}

.box-shadow {
  box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.marginauto {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hpblue {
  color: #0096d7;
}

.hero-bg {
  height: 100vh;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
}

.ontable {
  background-image: url("../img/HP_Q2Star_Linden_Carousel_Generic_1080x1080_fr1-min.jpg");
}

.video {
  background-size: cover;
  background-position: center;
}

.video h2 {
  position: absolute;
  text-align: center;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.icons img {
  width: 100px;
  display: block;
  margin: auto;
}

.icons .fg-col {
  padding: 0 40px;
}

.icons h4 {
  margin-top: 30px;
}

.font-20 {
  font-size: 20px;
}

/* Header */
#header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px 0;
  background: transparent;
  transition: .3s;
}

#header .logo, #header .menu {
  display: inline-block;
}

#header .logo {
  max-width: 150px;
  transition: .3s;
}

#header.shrink {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  transition: .3s;
  padding: 10px 0;
  background: #fff;
}

#header.shrink .logo {
  max-width: 100px;
  transition: .3s;
}

#header .menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header .menu a {
  margin-left: 15px;
  padding: 5px 5px;
  font-weight: 600;
  color: #4096d2;
  font-size: 13px;
  text-transform: uppercase;
}

#header .menu a:hover {
  text-decoration: none;
  border-bottom: 1.5px solid #4096d2;
}


#header .menu .kontakt, .side-menu .kontakt {
  background: #4096d2;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
}

#header .menu .kontakt:hover, #header .menu .kontakt:focus, .side-menu .kontakt:hover, .side-menu .kontakt:focus {
  background: #000;
  color: #fff;
  border: none;
  text-decoration: none;
}

.menu-toggle {
  display: block;
  border-top: 2px solid #4096d2;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 15px;
  transition: .3s;
  top: 23px;
}

#header.shrink .menu-toggle {
  top: 15px;
}

.menu-toggle:hover {
  cursor: pointer;
}

.menu-toggle.active {
  transform: rotate(45deg);
  border-color: transparent;
}

.menu-toggle::after {
  display: block;
  position: absolute;
  content: " ";
  height: 2px;
  width: 30px;
  background: #4096d2;
  top: 7px;
  transition: .3s;
}

.menu-toggle.active::after{
  transform-origin: center;
  top: 10px;
}

.menu-toggle::before {
  display: block;
  position: absolute;
  content: " ";
  height: 2px;
  width: 30px;
  background: #4096d2;
  top: 15px;
  transition: .3s;
}

.menu-toggle.active::before {
  transform: rotate(90deg);
  top: 10px;
}

.side-menu {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: #efefef;
  display: none;
  top: 10px;
}

.side-menu a {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  margin: 5px 0;
  color: #4096d2;
  font-size: 14px;
  text-transform: uppercase;
}

/* Footer */
#footer {
  padding: 30px 0 15px 0;
  page-break-after: auto;
  background: #dedede;
  overflow: auto;
}

#footer .poznamky p {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

/* Contact form */
#ajax-contact input, #ajax-contact textarea {
  width: 100%;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  transition: .3s;
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 5px;
  background: transparent;
}

#ajax-contact input:hover, #ajax-contact input:focus, #ajax-contact textarea:hover, #ajax-contact textarea:focus {
  background: #1b1b1b;
  color: #fff;
  outline: none;
  box-shadow: none;
}

#ajax-contact input::placeholder, #ajax-contact textarea::placeholder {
  color: #1b1b1b;
  font-size: 13px;
}

#ajax-contact input:hover::placeholder, #ajax-contact input:focus::placeholder, #ajax-contact textarea:hover::placeholder, #ajax-contact textarea:focus::placeholder  {
  color: #fff;
}

#ajax-contact button {
  padding: 5px 40px;
  background: transparent;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  transition: .3s;
  box-shadow: none;
  font-size: 13px;
}

#ajax-contact button:hover {
  background: #1b1b1b;
  color: #fff;
}

.blue {
  background: #4096d2;
}

.blue p, .blue h1, .blue h2, .blue h3, .blue h4, .blue a, .blue li, .blue #ajax-contact input::placeholder, .blue #ajax-contact textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.blue #ajax-contact input, .blue #ajax-contact button {
  border-color: #fff;
  color: #fff;
}

.blue #ajax-contact button:hover {
  color: #000;
  background: #fff;
}

.blue #ajax-contact input:focus, #ajax-contact textarea:focus, .blue #ajax-contact input:hover, #ajax-contact textarea:hover {
  background: #fff;
  color: #000;
}

.blue #ajax-contact input:focus::placeholder, #ajax-contact textarea:focus::placeholder, .blue #ajax-contact input:hover::placeholder, #ajax-contact textarea:hover::placeholder  {
  color: #000;
}

/* Intro video */
#intro-video {
  position: relative;
}

#intro-video::after {
  content: "";
  display: block;
  padding-bottom: 56.9%;
}

#intro .hpblue {
  font-size: 18px;
}

#player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#unmute {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9;
  height: 70px;
  width: 70px;
  background-color: transparent;
  background-image: url("../img/mute.svg");
  background-size: 50px auto;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
}

#replay {
  position: absolute;
  bottom: 95px;
  left: 25px;
  height: 70px;
  width: 70px;
  background-image: url("../img/replay.png");
  background-size: 43px auto;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100%);
  cursor: pointer;
}

#unmute.active {
  background-image: url("../img/unmute.svg");
  background-size: 50px auto;
  background-position: center;
  background-repeat: no-repeat;
}

#play {
  display: none !important;
  position: absolute;
  bottom: 30px;
  left: 25px;
  height: 70px;
  width: 70px;
  background-image: url("../img/play.svg");
  background-size: 65px auto;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100%);
  cursor: pointer;
}

/* Responsive */
@media (max-width: 991px) {
  .icons .fg-col {
    margin-bottom: 50px;
  }

  .tabletmargin {
    margin-top: 30px;
  }

  .left-50, .right-50 {
    margin-left: 0;
    padding-right: 0;
  }

  /* Intro */
  #intro-video {
    position: relative;
  }

  #unmute, #replay {
    bottom: 15px;
    left: 15px;
    height: 40px;
    width: 40px;
    background-size: 35px auto;
  }

  #replay {
    bottom: 60px;
    background-size: 30px;
    left: 13px;
  }
  
  #unmute.active {
    background-size: 35px auto;
  }

  #play {
    display: block;
    position: absolute;
    bottom: 65px;
    left: 10px;
    height: 40px;
    width: 40px;
    background-size: 40px auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-body .procesor-grafika {
    max-width: 80px;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }

  .presentation .row:nth-child(even) .col-sm-6:first-child {
    padding-right: 0;
  }

  .presentation .row:nth-child(even) .col-sm-6:last-child {
    padding-left: 0;
  }

  .presentation .row:nth-child(odd) .col-sm-6:first-child {
    padding-left: 0;
  }

  .presentation .row:nth-child(odd) .col-sm-6:last-child {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  #intro {
    padding-top: 100px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .highlight, p.highlight {
    font-size: 18px;
    line-height: 24px;
  }

  .padding-50 {
    padding: 30px;
  }

  h1 {
    font-size: 34px;
    line-height: 36px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .jumbotron {
    padding: 50px 0;
  }

  .megatron {
    padding: 0;
  }

  .mobilemargin {
    margin-top: 30px;
  }

  .mobilemargin50 {
    margin-top: 50px;
  }

  .desktop {
    display: none;
  }

  #header .menu {
    display: none;
  }

  #header .logo {
    max-width: 120px
  }

  .top-200 {
    margin-top: 150px;
  }

  .carousel-indicators {
    bottom: -15px;
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
    height: 20px;
    width: 20px;
  }

  .icons .fg-col:last-child {
    margin:0;
  }

  .card-body .procesor-grafika {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 30px;
    max-width: 70px;
  }
}


/* Newsletter Ecomail */
html #ec-v-form-slider-handle, .ec-v-form-holder {
  right: auto !important;
  left: 3% !important;
}

html .ec-v-form-holder {
  display: block !important;
}


html .hvr-wobble-vertical {
  background-color: #005dab !important;
  border-radius: 8px 8px 0 0 !important;
}

.ec-v-form-text, .ec-v-form-submit, .ec-v-form-input {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ec-v-form-holder h4 {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

@media (max-width: 991px) {
  html #ec-v-form-slider-handle, .ec-v-form-holder {
    left: 0 !important;
  }
}

/* Kontakt */
.top-10 {
  padding-top: 10px;
}

.image-box {
  position: relative;
}

.image-box::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile-photo {
  height: 140px;
  width: 140px;
  position: relative;
  object-fit: cover;
  object-position: center;
}

.profile div {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}

.marginless {
  margin-bottom: 0;
}

#kontakt {
  max-width: calc(100% - 30px);
  margin-left: 15px;
}

@media (max-width: 991px) {
  .tabletmargin-50 {
    margin-top: 50px;
  }
}