@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
  margin: 0px;
  font-family: 'Poppins', sans-serif !important;
  padding: 0px;
  letter-spacing: 0.01em;
  line-height: 30px;
}

a {
  text-decoration: none !important;
}

img {
  width: 100%;
}

:root {
  --orange: #F36E21;
  --white: #fff;
  --green: #00A650;
  --black: #000;
}

.p-60 {
  padding: 60px 0;
}

header a.navbar-brand img {
  width: 25%;
  background: var(--white);
  ;
  border-radius: 0px 0px 20px 20px;
}

.top-right-row.d-flex a {
  padding-left: 9px;
  color: var(--black);
}

header a.navbar-brand {
  width: 45%;
  position: absolute;
  top: -90px;
  z-index: 99;
}

.form-right.col-6 form {
  position: relative;
}

.header-form button.btn.btn-outline-succes.bor {
  position: absolute;
}

.header-form .form-btn {
  position: absolute;
  /* top: 0; */
  /* bottom: 0; */
  transform: translateY(-50%);
  top: 53%;
  display: flex;
  align-items: center;
}

.carousel-inner img {
  height: 500px;
  object-fit: cover;
}

.card-img {
  /*  background: url('../img/video-banner.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0 !important;
  background-color: wheat;
}

.banner .card-img video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0px 30px 30px 0px;
}
.card-content {
  padding: 40px 20px;
}

.banner-box.w-50.m-auto {
  background: var(--orange);
  /* border-radius: 30px 30px 0 0px; */
  border-radius: 30px;
  position: relative;
  top: -91px;
  z-index: 9;
}

.banner-box h3 {
  font-size: 20px;
/*  text-align: right;*/
  line-height: 30px;
}

.banner-box p {
  font-size: 16px;
/*  text-align: right;*/
  line-height: 30px;
}

.banner-box a {
  opacity: .8;
  color: var(--white);
  ;
  position: relative;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  transition: 0.5s all;
}

.banner-box a:hover {
  opacity: 1;
  transition: 0.5s all;
}

.icon-box {
  background-color: var(--orange);

}

.icon-box img.img-fluid {
  max-width: 100%;
  height: auto;
  filter: invert(100%) sepia(4%) saturate(7457%) hue-rotate(287deg) brightness(112%) contrast(103%);
}


.card-product {
  background: var(--white);
  ;
  box-shadow: 0px 0px 20px 0 #f2f2f2;
  padding: 20px;
  border-radius: 16px;
  margin-top: 50px;
}

.products h2 {
  color: var(--green);
  font-weight: 700;
}

.products a {
  color: var(--orange);
}

.burg {
  background-color: var(--orange);
}

.burg-box {
  padding: 20px;
}

.burg-icon i {
  font-size: 39px;
  margin-right: 11px;
}

.burg-icon.d-flex.flex-column h4 {
  font-size: 25px;
}

.burg-icon.d-flex.flex-column p {
  margin-top: 15px;
  line-height: 31px;
  font-size: 18px;
}

.burg .carousel-inner img {
  height: 317px;
  object-fit: cover;
  width: 317px;
  border-radius: 50%;
  margin: 40px 0;
}

.burg .carousel-item,
.burg .carousel-item a {
  text-align: center;
  color: var(--white);
}



.wrapper {
  padding: 20px 0;
  overflow-x: hidden;
}


.my-slider {
  padding: 0 70px;
}

.slick-initialized .slick-slide {
  /* background-color: ; */
  color: var(--white);
  ;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li button:before {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
}

.slick-initialized  .items_img {
  object-fit: cover !important;
  width: 100%;
  height: 245px !important;
  border-radius: 10px;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  display: none;
}

.slick-prev:before {
  display: none;
}

.items {
  background: black;
}

button.slick-next.slick-arrow {
  display: block;
  background-image: url(../img/left-arrow.png);
  position: relative;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  top: -145px;
  left: 96%;
  transform: rotate(180deg);
}

button.slick-prev.slick-arrow {
  display: block;
  left: 0;
  background-image: url(../img/left-arrow.png);
  position: relative;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  top: 160px;
  left: 0px;
}

button.slick-next.slick-arrow {
  display: block;
  background-image: url(../img/left-arrow.png);
  position: relative;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  top: -145px;
  left: 96%;
  transform: rotate(180deg);
}

.slick-arrow {
  background-color: var(--orange) !important;
  border-radius: 50%;
  background-size: 60% !important;
  background-position: center center !important;
}

.my-slider.slick-initialized.slick-slider.slick-dotted {
  padding: 0;
}

ul.slick-dots {
  display: none !important;
}

.my-slider.company_rowe.slick-initialized.slick-slider.slick-dotted {
  margin: 0;
}

.my-slider.slick-initialized.slick-slider.slick-dotted {
  margin: 0;
}

/*<--------client-------*/
.client_heading span h2 {
  font-size: 38px;
  font-weight: 600;
}

/*<-------Footer-------------*/
Footer {
  background-image: url(../img/staal_achtergrond_footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.footer_logo img {
  width: 40%;
}

.footer_logo p {
  font-size: 14px;
  color: var(--white);
  ;
  font-weight: 400;
}

.footer_info ul {
  padding: 0;
  margin-top: 8px;
}

.footer_info ul li {
  list-style: none;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.footer_info span {
  font-size: 30px;
  color: var(--white);
  ;
  font-weight: bold;
}

.footer_info p {
  font-size: 14px;
  color: var(--white);
  margin-top: 8px;
  font-weight: 500;
}

.col-lg-5.col-md-5.col-12.footer_info {
  padding: 0 0px 0px 50px;
}

.social_icon ul {
  display: flex;
  margin-top: 85px;
}

.social_icon ul li {
  margin-right: 25px;
}

.social_icon i {
  font-size: 22px;
  color: var(--white);
  ;
}

.copyright .list ul {
  display: flex;
}

.copyright .list ul li {
  margin: 0 10px;
}

.copyright .list ul li a,
.copyright .list ul li {
  color: #cacaca !important;
  font-weight: 400;
}

.copyright .list ul {
  display: flex;
  justify-content: center;
}

section.copyright {
  padding: 20px 0 0 0;
}

section.top-bar.py-3 .top-right-row.d-flex {
  justify-content: end;
}

.gallery a {
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
  background: #f36e21;
  margin: 0 10px 50px 10px;
  text-transform: capitalize;
}

.gallery .card-header ul {
  background-color: #fff !important;
  border: 0px !important;
}

.gallery a.nav-link {
  width: 25%;
  padding: 0px;
}
.gallery li.nav-item {
  width: 11%;
}
.gallery li.nav-item img {
  width: 43px;
}

.gallery li.nav-item a.nav-link {
  border: 0px !important;
}

.gallery .image-gallery h4 {
  margin-top: 20px;
}

.gallery li.nav-item a {
  color: #000 !important;
}

.gallery .card-header {
  padding: 0;
}

.gallery div {
  border: 0px !important;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

.image-gallery img {
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: var(--orange);
  background-color: var(--orange);
}

@media screen and (min-width: 981px) and (max-width:1200px) {
  section.top-bar.py-3 .top-right-row.d-flex {
    justify-content: end;
  }

  header a.navbar-brand {
    width: 27%;
    top: -39px;
    left: 64px;
  }

  .w-25 {
    width: 35% !important;
  }

  .card-icon-content.text-white h5 {
    font-size: 18px;
  }

  .card-product h4 {
    font-size: 19px;
  }

  .card-product p {
    font-size: 15px;
  }

  .burg-icon i {
    font-size: 27px;
  }

  .burg-icon.d-flex.flex-column h4 {
    font-size: 22px;
  }

  .burg-icon.d-flex.flex-column p {
    font-size: 16px;
  }

  .image-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 582px) and (max-width:980px) {

  section.top-bar.py-3,
  .header-search-form {
    display: none;
  }

  header {
    padding: 20px 0;
  }

  header a.navbar-brand {
    width: 76%;
    position: absolute;
    top: -22px !important;
    z-index: 99;
    left: 13px;
  }

  nav.navbar.navbar-expand-lg.p-0 .container {
    display: flex;
    justify-content: flex-end;
  }

  .banner-box.w-50.m-auto {
    top: 0px;
    width: 90% !important;
    margin: 60px auto !important;
  }

  .banner-box.w-50.m-auto .row {
    flex-direction: row;
  }

  .w-25 {
    width: 100% !important;
  }

  .image-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 580px) {

  section.top-bar.py-3,
  .header-search-form {
    display: none;
  }

  header {
    padding: 20px 0;
  }

  header a.navbar-brand {
    width: 76%;
    position: absolute;
    top: -22px !important;
    z-index: 99;
    left: 13px;
  }

  nav.navbar.navbar-expand-lg.p-0 .container {
    display: flex;
    justify-content: flex-end;
  }

  .banner-box.w-50.m-auto {
    top: 0px;
    width: 90% !important;
    margin: 60px auto !important;
  }

  .banner-box.w-50.m-auto .row {
    flex-direction: column-reverse;
  }

  section.burg.p-60 h2 {
    text-align: center;
  }


  .card-img {
    height: 300px;
  }

  .card-content h3,
  .card-content p {
    text-align: center !important;
  }

  section.icon-box .card-icon-box {
    align-items: center !important;
    justify-content: center;
    margin-bottom: 30px;
  }

  .icon-box img.img-fluid {
    max-width: 74%;
  }

  .card-product {
    margin-top: 24px;
  }

  .client_heading span h2 {
    text-align: center;
  }


  .image-gallery {
    grid-template-columns: repeat(1, 1fr);
  }

  button.slick-next.slick-arrow {
    left: 92%;
  }

  .footer_logo img {
    width: 40%;
    margin: auto;
    text-align: center;
    display: block;
  }

  .footer_logo p,
  .footer_info p {
    padding: 0 20px;
    text-align: center;
  }

  .footer_info span {
    text-align: center;
    display: block;
  }

  .footer_info ul {
    text-align: center;
  }

  .social_icon ul {
    display: flex;
    margin-top: 33px;
    justify-content: center;
  }
  .copyright .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#Latest_product .row.client_heading {
  justify-content: center;
}
button.slick-next.slick-arrow {
  left: 84%;
}
.slick-initialized .items_img {
  margin: 0 !important;
}
.gallery .card-header ul {
  justify-content: left !important;
}
.gallery li.nav-item {
  width: 22%;
  /* margin: 0 20px; */
}
.gallery li.nav-item img {
  width: 40px;
  margin: 0 20px;
}
}