/*!
 * 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: 18px;
  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,
.highlight {
  font-size: 24px;
  line-height: 30px;
}

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;
}

.container.full {
  width: 100%;
  max-width: 1200px;
    padding: 20px;
}

.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);
}

.vanta-canvas {
  opacity: 0.4;
  transform: scaleY(-1);
  margin-top: -100px;
  max-height: 70%;
  max-width: 70%;
  margin-left: 30%;
  z-index: 1;
}

#intro {
  position: relative;
}

#intro .container {
  z-index: 2;
}

#intro::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 150px;
  left: 30%;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.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;
  padding: 30px 150px 50px 15px;
}

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

.procesor-logo img {
  max-width: 60px;
  margin-bottom: 15px;
}

.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;
}

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

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

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

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

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

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

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

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

.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 .fg-col.top-50 {
  padding-top: 50px;
}

.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: 90px;
  transition: .3s;
}

#header .menu {
  position: absolute;
  right: 15px;
  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: 8px;
}

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

.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: #ffffff;
  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: #efefef;
  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,
#ajax-contact textarea,
.blue #ajax-contact button {
  border-color: #000;
  color: #000;
}

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

.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;
}

/* Checkbox */
input[type="checkbox"],
input[type="radio"] {
  height: 15px;
  width: 15px;
  margin-right: 20px;
  border: solid 1px #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border-radius: 0;
}

#ajax-contact .field.checkbox input {
  margin-right: 7px;
}

#ajax-contact input[type="checkbox"],
#ajax-contact input[type="radio"] {
  width: 16px;
  height: 16px;
  padding: 0;
}

#ajax-contact input[type="checkbox"]:hover,
#ajax-contact input[type="radio"]:hover {
  background: transparent !important;
}

#ajax-contact input[type="checkbox"]:checked,
#ajax-contact input[type="radio"]:checked {
  background: #000 !important;
}

#ajax-contact .field.checkbox {
  margin: 10px 0;
}

#ajax-contact .field.checkbox input {
  margin-right: 7px;
}

#ajax-contact .field.checkbox label {
  vertical-align: top;
  line-height: 1.1;
  font-size: 13px;
  margin-top: 2px;
  color: #000;
}

#ajax-contact .field.checkbox label a {
  text-decoration: underline;
  color: #000;
}

#ajax-contact .field.checkbox label a:hover {
  text-decoration: none;
}

/* Accordion */
#accordion .card-header {
  border-bottom: none;
}

#accordion .card {
  border-bottom: none;
}

#accordion .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

/* Responsive */
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .icons .fg-col {
    margin-bottom: 50px;
  }

  .tabletmargin {
    margin-top: 30px;
  }

  .tabletmargin60 {
    margin-top: 60px;
  }

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

  .container {
    max-width: 100%;
  }

  #header .logo {
    max-width: 90px;
  }
}

@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;
  }

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

  .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;
  }

  .desktop {
    display: none;
  }

  #header .menu {
    display: none;
  }

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

  #footer,
  .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;
  }

  .card-body {
    padding-right: 0;
  }
    
.page-container {
  max-width: 900px; /* Příklad maximální šířky stránky */
  margin: 0 auto;    /* Centrování stránky */
  padding: 20px;      /* Odsazení od okraje stránky */
}