/* font-famaly-hear */
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-famaly-hear-end */

/* root */
:root {
  --poppins: "Poppins", sans-serif;
  --epilogue: "Epilogue", serif;
  --manrope: "Manrope", serif;

  --white-color: #fff;
  --black-color: #000;

  --primary: #004A2C;
  --secondary: #000;

  --hover-colo: #000;

  --body-color: #212020;
  --heading-color: #121212;
}

/* root */

/* defaults-css-start */
html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-family: var(--poppins);
  font-size: 15px;
  font-weight: 300;
}

a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--epilogue);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  letter-spacing: -0.4%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h3 {
  font-size: 1.2rem;
  color: #265f48;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: var(--body-color);
  margin-bottom: 15px;
}

label {
  color: var(--body-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

/* defaults-css--end */

/* theme-css */

.bg-primary {
  background-color: var(--primary) !important;
}

.fs-1 {
  font-size: 60px !important;
  line-height: 1.3 !important;
}

.fs-2 {
  font-size: 45px !important;
  line-height: 51px !important;
}


.btn {
  padding: 25px 43px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  outline: none;
  border-radius: 40px;
  text-transform: uppercase;
}

.btn-main {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.btn-main:hover {
  background-color: #1e8b60;
  border-color: #1e8b60;
  color: #fff;
}

.input-box input,
.input-box textarea {
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: 1px solid #B2B9B6;
  padding: 20px 0px;
  background-color: transparent;
}

.input-box textarea {
  height: 90px;
}


.input-box input:focus~label,
.input-box input:valid~label {
  font-size: 11px;
  top: -2px;
}

.input-box textarea:focus~label,
.input-box textarea:valid~label {
  font-size: 11px;
  top: -2px;
}

.input-box label {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  position: absolute;
  left: 0px;
  top: 15px;
  pointer-events: none;
  transition: .3s;
}

.input-box label sup {
  color: #E61D25;
}

.input-box {
  position: relative;
}



/* theme-css-end */

/* ======== header style start ============ */

.header {}

.header-wrapper {
  padding: 18px 0px;
  border-bottom: 1px solid #A1C8B6;
}

.header-top--nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-top--nav ul li a {
  font-size: 15px;
  text-decoration: none;
  display: block;
  color: #000;
}

.header-top--nav ul li a:hover {
  color: var(--primary);
}

.header-bottom--nav>ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-bottom--nav>ul>li>a {
  font-size: 17px;
  color: #000;
  display: block;
  text-decoration: none;
}

.header-bottom--nav>ul>li>a:hover {
  color: var(--primary);
}

.header-bottom--nav ul li.dropdown {}

.header-bottom--nav ul li.dropdown a.dropdown-toggle::after {
  background-image: url('../imgs/arrow-down-nav.svg');
  border: none;
  width: 9px;
  height: 5px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
}

.header-bottom--nav ul li.dropdown ul.dropdown-menu {
  position: relative;
  left: 50% !important;
  transform: translate(-50%, 40px) !important;
  background: #004A2C;
  color: #fff;
}

.header-bottom--nav ul li.dropdown ul.dropdown-menu li:hover a {
  background-color: #265f48;
}

.header-bottom--nav ul li.dropdown ul.dropdown-menu li a {
  padding: 12px 10px 12px 20px;
  display: flex;
  align-items: center;
  gap: 19px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.header-bottom--nav ul li.dropdown ul.dropdown-menu li a span img {
  max-width: 70px;
}

.header-bottom--nav ul li.dropdown ul.dropdown-menu::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #004A2C transparent;
  transform: rotate(0deg);
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}

.dropdown-1 {
    display: none;
}

.lang-dropdown.dropdown>a {
  background: var(--primary);
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  text-decoration: none;
  border-radius: 39px;
}

.lang-dropdown.dropdown>a:hover {
  color: #fff !important;
  background-color: #1e8b60;
}

.lang-dropdown.dropdown ul.dropdown-menu::after {
  display: none;
}

.header-bottom--nav ul li.lang-dropdown.dropdown ul.dropdown-menu {
  min-width: 100px;
  transform: translate(-50%, 50%) !important;
}

.lang-dropdown.dropdown ul.dropdown-menu {
  min-width: 100px;
  transform: translate(0%, 64%) !important;
  background-color: var(--primary);
}

.lang-dropdown.dropdown ul.dropdown-menu li a {
  text-decoration: none;
  padding: 6px 10px !important;
  color: #fff;
  text-decoration: none;
}

.header-nav {
  gap: 24px;
}

/* ======== header style end ============ */

/* ======== hero style start ============ */
.hero-area {
  padding: 274px 0px 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-area-alt {
  padding: 174px 0 50px;
}

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

.hero-wrapper span.pre-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--primary);
  display: block;
  margin-bottom: 26px;
  line-height: 1;
}

.hero-wrapper h1 {
  font-size: 86px;
  line-height: 90px;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
}

.hero-wrapper p {
  max-width: 675px;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 50px;
}




/* ======== hero style end ============ */

/* ======== over-ons style start ============ */

.over-ons {
  padding: 135px 0px 135px;
}

.over-ons--img {
  height: 569px;
  width: 100%;
  position: relative;
  max-width: 580px;
}

.over-ons--img img.over-ons-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.over-ons--badge {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 65px;
  left: 53px;

}

.over-ons--badge img {
  max-width: 83px;
}

.over-ons--content span.pretitle {
  display: block;
  color: var(--primary);
  font-size: 30px;
  font-weight: bold;
  font-family: var(--manrope);
  margin-bottom: 24px;
}

.over-ons--content h2 {
  margin-bottom: 15px;
}

.over-ons--content p {
  margin-bottom: 20px;
}

.over-ons--content a {
  color: #265f48;
}

.over-ons--content a.btn {
  color: #fff;
}

/* ======== over-ons style end ============ */

/* ======== product-area style start ============ */
.products-area {
  padding: 75px 0px 80px;
}

.products-title {
  margin-bottom: 60px;
}

.productItem {
  background: #ffffff1A;
  border-radius: 10px;
  margin-bottom: 40px;
  transition: all .3s;
}

.productItem:hover {
  background: #ffffff41;
}

.productItem-img {
  padding: 12px 0px;
  border-bottom: 1px solid #306C54;
  text-align: center;
  height: 264px;
}

.productItem-img img {
  max-width: 100%;
  max-height: 100%;
}


.productItem-content {
  max-width: 334px;
  margin: 0 auto;
  padding: 35px 10px 45px;
  text-align: center;
}

.productItem-content h4 {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}

.productItem-content p {
  color: var(--white-color);
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 28px;
}

.productItem-content a.btn {
  padding: 16px 38px;
  font-size: 12px;
  font-weight: bold;
}

/* ======== product-area style end ============ */

/* ======== team-area style start ============ */

.team-area {
  padding: 70px 0px 90px;
}

.team-title {
  margin-bottom: 80px;
}

.teamItem {
  margin-bottom: 30px;
}

.teamItem:hover .teamItem-img img {
  transform: scale(1.07);
}

.teamItem-img {
  width: 100%;
  height: 352px;
  overflow: hidden;
  border-radius: 10px;
}

.teamItem-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: .3s;
}

.teamItem-content h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
}

.teamItem-content p {
  margin-bottom: 0px;
}

.teamItem-content {
  padding: 24px 0px 0px;
}

.teamItem-content {}

/* ======== team-area style end ============ */

/* ======== future-area style start ============ */
.future-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 115px 0px;
}

.future-img {
  width: 100%;
  border-radius: 10px;
}

.future-obj {
  position: absolute;
  right: 59%;
  bottom: -68px;
  max-width: 100%;
}

.future-content h2 {
  margin-bottom: 10px;
}

.future-content p {
  margin-bottom: 50px;
}

.future-content a {}

.future-content {
  padding-right: 40px;
}

/* ======== future-area style end ============ */

/* ======== company-area style start ============ */

.company-area {
  padding: 90px 0px 145px;
}

.company-title {
  margin-bottom: 90px;
}

.company-slide:hover img {
  transform: scale(1.05);
}

.company-slide img {
  transition: .3s;
}

.company-slide {
  overflow: hidden;
  border-radius: 10px;
}

.sw-btns {
  display: flex;
  align-items: center;
  gap: 9px;
}

.sw-btns button {
  width: 61px;
  height: 61px;
  border: none;
  border-radius: 10px;
  border: 1px solid var(--primary);
  background-color: transparent;
}

.sw-btns button svg path {
  fill: var(--primary);
}

.sw-btns button:hover {
  background-color: var(--primary);
}

.sw-btns button:hover svg path {
  fill: var(--white-color);
}

.company-slide img {
  height: 447px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}



/* ======== company-area style end ============ */

/* ======== contact-area style start ============ */
.contact-area {
  padding: 80px 0px 110px;
  background-color: #004A2C21;
}

.contact-info ul li a span.contact-info-content span.small {
  display: block;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--poppins);
  margin-bottom: 12px;
  color: var(--primary);
}

.contact-info ul li a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  line-height: 25px;
}


.contact-info ul li a span.icon {
  flex: 0 0 auto;
  width: 94px;
  height: 94px;
  background: var(--primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  transition: all .3s;
  justify-content: center;
}

.contact-info ul li a:hover span.icon {
  background-color: #306C54;
}


.contact-info ul li:not(:last-child) {
  margin-bottom: 70px;
}

.contact-form h2 {
  margin-bottom: 50px;
}

.contact-form .input-box {
  margin-bottom: 48px;
}

.contact-form {
  border-left: 1px solid #C8D0CD;
  padding-left: 90px;
}

/* ======== contact-area style end ============ */

/* ======== offcanvas style start ============ */

button.menu-bar {
  background: transparent;
  border: none;
  padding: 0px;
}

button.menu-bar img {
  max-width: 32px;
}

.offcanvas {
  background-image: url('../imgs/duurzaam-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.offcanvas-menu ul li a {
  display: flex;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  padding: 10px 6px;
  border-bottom: 1px solid #8b9e97;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-menu ul li a span.icon img {
  transition: .3s;
  position: relative;
}

.offcanvas-menu ul li a[aria-expanded="true"] span.icon img {
  transform: rotate(180deg);
}

.offcanvas-menu ul li ul {
  padding-left: 10px;
}

/* ======== offcanvas style end ============ */

/* ======== footer style start ============ */
.footer-top {
  padding: 74px 0px 80px;
}

.footer-widget .logo {
  margin-bottom: 48px;
}

.social {
  display: flex;
  align-items: center;
  gap: 37px;
}

.social a {
  display: block;
  text-decoration: none;
}

.social a:hover {
  opacity: 0.8;
}

.footer-widget h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 16px;
}

.footer-widget ul li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  line-height: 26px;
  gap: 10px;
  padding: 7px 0px;
  transition: .3s;
}

.footer-widget ul li a:hover {
  text-decoration: underline;

}


.footer-widget ul li a span {
  flex: 0 0 auto;
  width: 15px;
  text-align: center;
  height: 26px;
  position: relative;
  display: block;
}

.footer-widget ul li a span.telIcon {
  top: -1px;
  position: relative;
}

.footer-bottom p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
}

.footer-bottom p a {
  text-decoration: none;
  color: #fff;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding: 22px 0px;
  border-top: 1px solid #336E56;
}

.footer ul li.dropdown a.dropdown-toggle::after {
    display: none;
}

.footer ul li.lang-dropdown {
    display: none;
}

/* ======== footer style end ============ */