body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 0;
}

:root {
    --padding-left-right: 200px;
    --news-padding-top: 150px;
    --h1-font-size: 65px;
    --h1-line-height: 65px;
    --h2-font-size: 55px;
    --h3-font-size: 30px;
    --h4-font-size: 20px;
    --h5-font-size: 28px;
    --h6-font-size: 16px;
    --card-padding: 4rem;
    --img-width: 65vh;
    --h2-text-font-size: 55px;
    --h5-text-font-size: 22px;
    --h4-text-font-size: 16px;
    --p-text-font-size: 18px;
    --pix-max-width: 100%;

    --page-title-header: 55vh;
    --page-title-header-padding: 0;


    --rider-margin-top: -8vh;
    --rider-margin-bottom: -6vh;
    --rider-margin-height: 20vh;

    --accent-color: rgb(255, 166, 0);
    --accent-color2: rgb(255, 128, 0);
}


h1 {
    font-size: var(--h1-font-size);
    font-weight: 800;
    line-height: var(--h1-line-height);
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 8px;
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: 800;
    text-transform: uppercase;
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: 300;
    margin-top: 8px;
    margin-bottom: 8px;
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 8px;
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
}
  
  
  /* Chrome, Edge and Safari */
  *::-webkit-scrollbar {
    height: 10px;
    width: 1vh;
  }
  *::-webkit-scrollbar-track {
    background-color: #373a40;
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: #373a40;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: rgb(255, 166, 0);
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: rgb(255, 166, 0);
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: rgb(255, 166, 0);
  }

.header {
    position: fixed;
    width: calc(100% - 4vh);
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    text-align: center;
    padding: 1vh 5vh;
    background-color: rgba(255, 255, 255, 0.0);
    backdrop-filter: blur(0);
    z-index: 999;
    transition: 0.25s all;
}

.header-mobile {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: auto;
  background-color: white;
  color: black;
  z-index: 300;
}

.header-mobile-navi {
  display: inline;
  vertical-align: middle;
  font-size: 2vh;
  z-index: 400;
  color: black;
}

.header-mobile-navi-logo {
  position: absolute;
  cursor: pointer;
  height: calc(100% - 5vh);
  padding: 2vh;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  margin: auto;
  justify-items: center;
  left: calc(50% - 6vh);
}

.header-mobile-navi-box {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 166, 0, 1);
  margin: auto;
  z-index: 500;
  line-height: 6vh;
}

.header-mobile-navi-box-links {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: auto;
  height: auto;
}

li,a,button {
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.logo
{
    cursor: pointer;
    height: 4vh;
    margin-top: 1vh;
}
 
.nav__links {
    list-style: none;
}
 
.nav__links li {
 
    display: inline-block;
    padding: 0px 15px;
}
 
.nav__links li a {
    transition: all 0.25s ease-out;
    color: black;
    font-size: 15px;
    font-weight: 600;
}
 
.nav__links li a:hover {
    color: rgba(255, 166, 0,1);
}

.user__links {
  list-style: none;
}

.user__links li {

  display: inline-block;
  padding: 0px 15px;
  color: rgb(84, 84, 84);
  font-size: 15px;
  font-weight: 600;
}

.user__links li a {
  transition: all 0.25s ease-out;
  color: rgb(84, 84, 84);
  font-size: 15px;
  font-weight: 600;
}

.user__links li a:hover {
  color: rgba(255, 166, 0,1);
}
 
.button
{
    padding: 9px 25px;
    background-color: rgb(255, 166, 0);
    opacity: 0.949;
    border: none;
    border-radius: 2vh;
    cursor: pointer;
    transition: all 0.25s ease-out;
}

.button:hover {
    -webkit-box-shadow:0px 0px 15px 0px rgba(255, 166, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255, 166, 0, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(255, 166, 0, 0.5);
}

.hero {
    position: relative;
    height: 90vh;
    width: 100%;
    align-items: center;
    align-content: center;
}

.hero::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    content: '';
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,0) 75%, rgba(255,255,255,1) 100%);
    opacity: 0.902;
  }

#background-video {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: center center;
  }


.hero-info-box {
    position: absolute;
    height: auto;
    width: auto;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    text-shadow: black 0.1vh 0 2vh;
}

.hero-title {
    font-size: 100px;
    font-weight: 800;
    line-height: 90px;
    text-transform: uppercase;
}

.hero-description {
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
    letter-spacing: 5px;
}

.hero-button {
    position: fixed;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    backdrop-filter: blur(5px);
    border: 2px solid #dee2e6;
    color: #dee2e6;
    width: auto;
    height: auto;
    padding: 12px;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.check-more {
    position: absolute;
    bottom: 10vh;
    text-align: center;
    color: white;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3vh;

    -webkit-animation-name: checkAnim;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}

.check-more-icon {
    font-size: 30px;
}


@keyframes checkAnim {
    0% {
    }
    5%,25% {
        bottom: 7.5vh;
    }
    15%,35% {
        bottom: 9.5vh;
    }
    40% {
        bottom: 10vh;
  }
}



.content {
    position: relative;
    width: 100%;
    height: auto;
}

model-viewer {
    width: 80vh;
    height: 80vh;
  }



  .card {
    color: white;
    /* padding: var(--card-padding); */
    height: auto;
    color: black;
    margin: auto;
    max-width:100%;
  }
  
  .cards {
    max-width: 80%;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(25vh, 1fr));
    padding: 4vh;
  }


  .about-us{
    height: auto;
    width: 100%;
    padding: 6vh 0;
    background: #ddd;
  }
  .pic{
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .pic-rider{
    position: static;
    height: auto;
    max-width: 100%;
    transform: scale(1.25);
  }
  .model{
    max-height: 100%;
    max-width: 100%;
  }
  .about{
    width: auto;
    max-width: auto;
    margin: auto 30vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .text{
    width: auto;
    padding: 4rem;
  }
  .text h2{
    font-size: var(--h2-text-font-size);
  }
  .text h5{
    font-size: var(--h5-text-font-size);
    font-weight: 400;
  }
  .text h4{
    font-size: var(--h4-text-font-size);
    font-weight: 400;
  }
  span{
    color: rgb(255, 166, 0);
  }
  .text p{
    font-size: var(--p-text-font-size);
    letter-spacing: 1px;
  }


.parallax {
    /* The image used */
    background-image: url("img/o-obozie.jpg");
  
    /* Set a specific height */

    width: 100%;
    height: auto;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gradient {
  width: 100%;
  height: auto;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%); 
}
  


  @media only screen and (max-width: 1080px) {
    .header {
      display: none;
    }
  
    .header-mobile {
      display: block;
    }

    :root {
      --padding-left-right: 100px;
      --news-padding-top: 200px;
      --h1-font-size: 60px;
      --h1-line-height: 60px;
      --h3-font-size: 22px;
      --h2-font-size: 55px;
      --h4-font-size: 30px;
      --h5-font-size: 35px;
      --card-padding: 0rem;
      --img-width: 35vh;
      --h2-text-font-size: 28px;
      --h5-text-font-size: 12px;
      --p-text-font-size: 14px;
      --rider-margin-top: 0;
      --rider-margin-bottom: 0;
      --rider-margin-height: auto;
    }

    .text{
      padding-left: 0rem;
      padding-right: 0rem;
    }

    .pic-rider {
      transform: scale(1);
    }

    .parallax {
      background-attachment: scroll;
    }
  }



.footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: rgb(255, 166, 0);
    padding: 8vh;
}

.footer-card {
    color: white;
    height: auto;
    width: 100%;
}

.footer-info {
    text-align: left;
}

.footer-social {
    text-align: left;
}

.footer-icon {
    margin-right: 20px;
    font-size: 40px;
}

.footer-info h2 {
    font-size: 20px;
    color: white;
}

.footer-info h4 {
    font-size: 14px;
    color: white;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 22px;
}

.footer a {
  font-size: 14px;
    color: white;
    font-weight: 400;
}


input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.0);
  border: none;
  border-bottom: 0.25vh solid #ffffff;
  color: white;
}

input[type=text]:focus {
  outline: none;
}

.sign-to-newsletter-btn {
  color: white;
  border-radius: vh;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  padding: 1vh;
}

.sign-to-newsletter-btn:hover {

}




.dates {
  display: flex;
  flex-wrap: wrap;
  padding: 4vh;
  justify-content: center;
  justify-self: center;
  justify-items: center;
  text-align: center;
}

.date {
  position: relative;
  border: 0.25vh solid grey;
  margin: 2vh;
  border-radius: 5vh;
  color: black;
  height: auto;
  width: 240px;
  padding: 2vh;
  justify-content: center;
  justify-self: center;
  justify-items: center;
  text-align: center;
}

.tx-info-box {


  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);

  

  background-color: orange;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;



  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  top: -14px;
  border-radius: 50px;
}

.tx-circle {
  display: table;
  font-size: 18px;
  font-weight: 800;
  width: 75px;
  height: 75px;
  border-radius: 1000px;
  color: rgb(255, 166, 0);
  text-align: center;
  border: 4px solid rgb(255, 166, 0);
  margin: auto;
  vertical-align: middle;
  line-height: 75px;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.tx-name {
  font-size: 18px;
  color: black;
  font-weight: 500;
  text-align: center;
  margin: 2vh;
}

.tx-date {
  font-size: 18px;
  font-weight: 600;
  color: black;
  text-align: center;
  margin: 1vh;
}

.tx-place {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  text-align: center;
  margin: 1vh;
  margin-bottom: 3.4vh;
}

.tx-price {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 166, 0);
}

.tx-price-old {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: red;
  text-decoration: line-through;
  height: 28px;
}

.tx-price-latest-lowest {
  font-size: 12px;
  font-weight: 300;
  color: #797979;
  height: 28px;
}

.tx-button {
  padding: 8px 20px;
  background-color: rgb(255, 166, 0);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  margin: 1vh;
  font-size: 18px;
}

.tx-button:disabled,
button[disabled]{
  border: none;
  background-color: #dbdbdb;
  color: #797979;
}

.tx-button:hover {
  -webkit-box-shadow:0px 0px 15px 0px rgba(255, 166, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 166, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(255, 166, 0, 0.5);
}

.tx-button[disabled]:hover {
  cursor: no-drop;
  -webkit-box-shadow:0px 0px 0px 0px rgba(255, 166, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 0px rgba(255, 166, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(255, 166, 0, 0.5);
}


@keyframes pulse-animation {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  75% {
      -moz-box-shadow: 0 0 1vh 1vh rgba(255, 0, 0, 0);
      box-shadow: 0 0 1vh 1vh rgba(255, 0, 0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}


















.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 1vh;
}
.gallery-item {
  flex-basis: 32.7%;
  margin-bottom: 1vh;
  cursor: pointer;
}
.gallery-item:hover {
  opacity: 1;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-content {
  font-size: .8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;              
  overflow: auto;
  top: 0;
  left: 0;
}
.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}
.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}
.lightbox-prev {
  left: 0;
}
.lightbox-next {
  right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: .8;
}






.docs-cards {
  max-width: 80%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 4vh;
}


.info-cards {
  max-width: 80%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(32vh, 1fr));
  padding: 4vh;
}


.info-card {
  /* padding: var(--card-padding); */
  height: auto;
  color: black;
  max-width:100%;
}

.info-card-top {
  color: black;
  background-color: var(--accent-color2);
}

.info-card-number {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: white;
  padding: 15px;
  background-color: rgb(255, 166, 0);
}

.info-card-title {
  display: inline-block;
  font-size: 18px;
  color: white;
  margin: 0px 10px;
}

.info-card-desc {
  margin: 10px 0px;
  font-size: 14px;
  color: black;
}






.atrakcje-pic {
  width: 100%;
}


.main-items-container {
  display: -ms-flexbox;
  display: flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 6vh;
  list-style: none;
  width: auto;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
}




details {
  width: 100%;
  min-height: 5px;
  max-width: 700px;
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  position: relative;
  font-size: 15px;
  border: 0.25vh solid grey;
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s;
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

details p {
  color: #797979;
  font-weight: 300;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

summary:focus {
  outline: none;
}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 2px rgb(255, 166, 0);
  border-radius: 15px;
}

summary::-webkit-details-marker {
  display: none
}

.control-icon {
  fill: rgb(255, 166, 0);
  transition: .3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}





.cookies-box {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  bottom: 0;
  z-index: 999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
  text-align: center;
}

.cookies-box div {
  padding: 10px;
}

.cookies-box h6 {
  color: white;
  font-size: 12px;
}

.cookies-box a {
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.cookies-box button {
  background: none;
  border: 1px solid white;
  border-color: white;
  font-size: 12px;
  padding: 10px;
  color: white;
  border-radius: 10px;
  margin: 5px;
  transition: 0.2s all;
}

.cookies-box button:hover {
  background-color: white;
  color: black;
}






.gdpr {
  position: fixed;
  display: none;
  background-color: white;
  padding: 25px;
  z-index: 999 !important;
  border-radius: 15px;
  /* min-width: 200px;
  max-width: 400px; */
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  box-shadow: 0px 0px 5px 1px #bbbbbb;
}

.gdpr-info {

}

.gdpr img {
  height: 25px;
  vertical-align: middle;
  margin: auto;
}

.gdpr h1 {
  font-size: 18px;
  color: black;
  margin: 0;
  line-height: 18px;
  text-align: left;
}

.gdpr-info h2 {
  font-size: 14px;
  font-weight: 400;
  color: black;
  margin: 20px 0px;
  text-transform: none;
  text-align: left;
}

.gdpr-customize {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: black;
  margin: 20px 0px;
}

.gdpr-customize-type {
  margin: 10px 0 10px 0;
  border: 1px solid black;
  border-color: black;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.gdpr-customize-type-name {
  display: inline-flex;
  width: calc(70% - 20px);
  height: 100%;
  font-size: 14px;
  padding: 10px;
  align-items: center;
  vertical-align: middle;
}

.gdpr-customize-type-desc {
  display: none;
  font-size: 12px;
  padding: 0px 10px 10px 10px;
  color: black
}

.gdpr-customize-type-input {
  display: inline-flex;
  width: calc(20% - 20px);
  height: 100%;
  padding: 10px;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}

.gdpr-switch {
  position: relative;
  display: inline-flex;
  width: 35px;
  height: 20px;
  align-items: center;
  vertical-align: middle;
}

.gdpr-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 0px 3px #000000;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.gdpr-customize-type-more {
  display: inline-flex;
  width: calc(10% - 20px);
  height: 100%;
  font-size: 14px;
  padding: 10px;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
}

.gdpr-buttons {
  display: flex;
  text-align: center;
}

.gdpr-button-accept {
  background-color: rgb(255, 166, 0);
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  margin: 0 10px 0 0;
  transition: 0.2s all;
  font-size: 12px;
}

.gdpr-button-settings {
  background: none;
  border: 1px solid black;
  border-color: black;
  border-radius: 10px;
  padding: 10px;
  color: black;
  margin: 0 10px 0 0;
  transition: 0.2s all;
  font-size: 12px;
}

.gdpr-button-accept:hover {
  background-color: rgb(255, 128, 0);
}

.gdpr-button-settings:hover {
  background-color: rgb(240, 240, 240);
}

















@media (max-width: 767px) {
  .gallery-container {
      width: auto;
  }
  .gallery-item {
      flex-basis: 49.80%;
      margin-bottom: 1vh;
  }
  .lightbox-content {
      width: 80%;
      height: 60%;
      margin: 15% auto;
  }
}
@media (max-width: 480px) {
  .gallery-item {
      flex-basis: 100%;
      margin-bottom: 0.5vh;
  }
  .lightbox-content {
      width: 90%;
      margin: 20% auto;
  }
}



@media (max-width: 1200px) {
.footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: rgb(255, 166, 0);
  padding: 5vh;
}
.footer-icon {
  margin-right: 15px;
  font-size: 35px;
}
}

@media (min-width: 971px) {
  .item-container {
    margin: 10px 2%;
    width: 22%;
    box-sizing: border-box;
  }
  .item-container:nth-child(4n+1) {
    margin-left: 0;
  }
  .item-container:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 550px) and (max-width: 970px) {
  .item-container {
    margin: 10px 2.50%;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
  }
  .item-container:nth-child(3n+1) {
    margin-left: 0;
  }
  .item-container:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 549px) {
  .item-container {
    margin: 10px 0;
    width: initial;
    padding: 10px;
    box-sizing: border-box;
  }
}


@media (max-width: 550px) {
  .footer {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-social {
    text-align: center;
  }
  .footer-icon {
    margin: 20px;
    font-size: 22px;
  }
  .docs-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .gdpr {
    width: 80%;
  }
}