@import url("/resources/css/Oswald-VariableFont_wght.ttf");

body {
  font-family: "Oswald", sans-serif;
}

h2 {
  font-weight: bold;
  text-transform: uppercase;
}

ul {
  list-style-type: none;
  padding: 0;
}

.container {
  max-width: 960px;
}

ul li {
  margin: 20px;
}
/*
Custom CSS
*/
.svglist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.nike,
.bnp {
  height: 30px;
}

.parrot,
.techdata,
.tmobile {
  height: 20px;
}

.ubook,
.techdata,
.mcshark {
  height: 25px;
}

.target {
  height: 40px;
}

.trainingBackground {
  background: url(../img/training.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.workshopBackground {
  background: url(../img/product.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.eventBackground {
  background: url(../img/Depositphotos_67799165_xl-2015.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.slideBackground {
  background-size: cover;
  min-height: 50vh;
}

.streamingBackground {
  background: url(../img/streaming.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.promotionBackground {
  background: url(../img/promotion.jpg) center no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.slider {
  width: 50%;
}

.icons img {
  width: 150px;
  height: auto;
  padding: 2em 2em 1em 2em;
}

@media screen and (max-width: 767px) {
  .slider {
    width: 100%;
    height: 300px;
    margin-top: 3em;
  }
}

.slick-slide img {
  border: 5px solid #fff;
  display: block;
  width: 100%;
}

.slick-slider,
.slick-list,
.slick-track
{
  height: 100%
}

.slick-prev {
  left: 15px !important;
  z-index: 1;
}
.slick-next {
  right: 15px !important;
}

.slick-dots {
  bottom: 20px !important;
}

.slick-dots li {
  width: 30px !important;
  height: 30px !important;
}

.slick-dots li button:before {
  color: white !important;
  font-size: 14px !important;
  opacity: 0.75em !important;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.85));
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important
}

#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#myVideo img,
#myVideo video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.videoBgWrapper {
  height: 70vh;
}

.lead {
  font-size: 1.1em;
  line-height: 1.75em;
  max-width: 450px;
}

footer ul li {
  margin-left: 0;
}

nav ul li a,
nav ul li a:hover {
  color: black !important;
  text-decoration: none !important;
}

.person a img {
  width: 25px;
}

.person .btn-outline-primary {
  border: none !important;
}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color 0.15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.header {
  /* background-image: url(../img/_PAR0644.jpeg); */
  background-size: cover;
  height: calc(100vh - 30px);
}

.header nav {
  position: absolute;
  left: 20px;
  z-index: 1001 !important;
}

.navlink,
.navlink:hover {
  color: white;
  margin-left: 20px;
}

nav ul li {
  margin: 0;
}

nav ul li a {
  color: white !important;
}

.logo {
  position: absolute;
  right: 40px;
  bottom: 40px;
  height: 20%;
  z-index: 1001;
}

.button-dark {
  color: black !important;
  border-color: black !important;
}

.button-light {
  color: white !important;
  border-color: white !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:link,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  box-shadow: none;
}

.svglist {
  padding-left: 0 !important;
}

.flipcardlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 0.2em;
}

.flipcardlist li {
  background-color: #343a40;
  color: white;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.flipcardlist.inverted li {
  background-color: white;
  color: #343a40;
}

.flipcardlist li img {
  width: 70%;
  height: auto;
}

.flipcardlist li p {
  font-size: 0.75em;
  margin: 0;
}

.flip-card {
  background-color: transparent;
  width: 100px;
  height: 100px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #f8f9fa!important;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #303030;
  color: white;
  transform: rotateY(180deg);
  padding: 1em;
}

@media screen and (max-width: 1024px) {
  .svglist {
    display: flex;
    justify-items: center;
    align-self: center;
    flex-direction: column;
  }

  .header {
    height: 60vw;
  }
}

@media screen and (max-width: 768px) {
  footer ul li {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .logo {
    height: 40%;
    bottom: 20px;
    right: 20px;
  }

  .header nav {
    bottom: 0;
    left: 10px;
    width: 160px;
  }
  .header nav ul {
    justify-content: space-around;
  }
  .header nav ul li a {
    margin-left: 0;
  }
  footer {
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  .header nav {
    top: 40px;
  }
}

#footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: #303030;
      color: #fff;
      z-index:1002;
    }
    
    #footer-cookie a {
      color: #fff;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }
