/* 
    Version: DESKTOP
    Activated at: max. 750 pixels

    Author: Daniël Groothuis
    Client: Volkan Basut, VoBa TCA
    licensing: All rights reserved
    Version: 1.0.0

*/

/* Root variables */
:root {
  --max-desktop-width: 1240px;
  --topbar-height: 35px;
  --menu-height: 80px;
  --accent-color: #41b3d3;
  --white-color: #ffffff;
  --grey-color: #fafafa;
  --section-padding-top: 25px;
  --section-padding-bottom: 25px;
  --grid-box-padding: 15px;
  --title-padding-bottom: 15px;
  --testimonial-padding: 40px;
  overflow-x: hidden;
}

/* Main or reusable elements */
body p {
  line-height: 2.4ch;
}

body {
  background-color: white;
  color: black;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}

#header {
  margin: 0 auto;
}

.title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: var(--accent-color);
  padding-bottom: var(--title-padding-bottom);
}

.section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 74px;
  line-height: 90px;
  display: flex;
  align-items: flex-end;
  text-transform: capitalize;

  color: rgba(68, 68, 68, 0.08);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

p,
ul,
li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;

  color: #000000;
}

.placeholderRed {
  background: rgba(255, 0, 0, 0.8);
  color: white;
}

/* Topbar */
#topbar {
  background: var(--white-color);
  border: 1px solid rgba(65, 179, 211, 0.15);
  height: var(--topbar-height);
  justify-content: center;
}

#topbar-container {
  max-width: var(--max-desktop-width);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

#topbar-mobile {
  display: flex;
  flex-direction: row;
  justify-content: left;
  line-height: 15px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: var(--accent-color);
  align-items: center;
}

.mobile-icon {
  margin-right: 10px;
}

#topbar-social {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  align-items: center;
}

.social-icon {
  margin-left: 10px;
}

/*  Menu bar */
#menu {
  height: var(--menu-height);
  background-color: var(--white-color);
  z-index: 999;
}

#menu-container {
  max-width: var(--max-desktop-width);
  margin: auto;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
}

#menu-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: var(--menu-height);
}

#menu-items {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: right;
}

#menu-items a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
  text-decoration: none;
  margin-left: 20px;
}

#menu-items a:hover {
  color: var(--accent-color);
}

/* Hero section */

#hero {
  background: gray;
  height: 400px;
  background-image: url("./img/hero.jpg");
  background-size: cover;
  background-position: center;
}

.splide__slide {
  height: 400px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.splide__slide h1 {
  color: white;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.4em;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  background-color: black;
  object-fit: cover;
  object-position: center;
}
/* About */
#about {
  padding-top: var(--section-padding-top);
  max-width: var(--max-desktop-width);
  margin: auto;
}

#about-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#about-1 {
  padding: var(--grid-box-padding);
}

#about-2 {
  padding: var(--grid-box-padding);
}

#about-3 {
  padding: var(--grid-box-padding);
}

#about-3-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.box1 {
  width: 190px;
  height: 190px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url("./img/coaching.jpg");
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white-color);
  justify-content: center;
  background-color: black;
}
.box2 {
  width: 190px;
  height: 190px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url("./img/training.jpg");
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white-color);
  justify-content: center;
  background-color: black;
}
.box3 {
  width: 190px;
  height: 190px;
  margin-right: 10px;
  background-image: url("./img/consultancy.jpg");
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white-color);
  justify-content: center;
  background-color: black;
}
.box4 {
  width: 190px;
  height: 190px;
  margin-right: 10px;
  background-image: url("./img/maatwerk.jpg");
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white-color);
  justify-content: center;
  background-color: black;
}

/* Services */
#services-cover {
  background: var(--grey-color);
}

#services {
  padding-top: var(--section-padding-top);
  max-width: var(--max-desktop-width);
  margin: auto;
}
#services-container {
  display: grid;
  grid-template-columns: 2fr 0.5fr;
}

#services-image {
  margin-top: var(--grid-box-padding);
  width: 400px;
  height: 150px;
  background-image: url("./img/services1.jpg");
}

#services-desc {
  padding: var(--grid-box-padding);
}

#services-info {
  margin: var(--grid-box-padding);
  padding-left: var(--grid-box-padding);
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-left: 1px solid var(--accent-color);
}

#services-info p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;

  color: #000000;
}
#services-info img {
  height: 16px;
  width: 16px;
}

.service-info-holder {
  margin-bottom: 0.5em;
}

/* Customer experience section */

/* Ribbon */
#ribbon {
  min-height: 80px;
  background: var(--accent-color);
  text-align: center;
}

#ribbon-container {
  display: flex;
  justify-content: space-between;
  align-self: center;
  max-width: var(--max-desktop-width);

  margin: auto;
  padding-top: var(--grid-box-padding);
  padding-bottom: var(--grid-box-padding);
}

/* Testimonals */
#testimonial {
  background: var(--white-color);
}

#testimonial-container {
  margin: auto;
  max-width: var(--max-desktop-width);
  padding-top: var(--testimonial-padding);
  padding-bottom: var(--testimonial-padding);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#testimonial-container img {
  margin-right: 30px;
}
.max400 {
  max-width: 360px;
}

/* Contact section */
#contact {
  background-image: url("img/Contact.jpg");
  min-height: 600px;
}

#contact-form {
  color: var(--white-color);
  min-height: 600px;
  background-color: hsla(193, 62%, 54%, 0.8);
  width: 50%;
  height: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
}

#contact-form input[type="text"],
select,
textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid var(--accent-color); /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

#contact-form button {
  background-color: var(--accent-color);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#contact-form button:focus {
  background-color: var(--white-color);
  color: var(--accent-color);
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#contact-form form {
  display: flex;
  flex-direction: column;
  margin: 10%;
  justify-content: space-between;
}

/* Footer */
#footer {
  height: 200px;
  width: 100%;
  background: var(--accent-color);
}

#footer a {
  text-decoration: none;
  color: var(--white-color);
}

#footer a:hover {
  text-decoration: underline;
  color: var(--grey-color);
}

#footer p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
}
#footer-container {
  display: grid;
  padding-top: var(--section-padding-top);
  max-width: var(--max-desktop-width);
  margin: auto;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 1fr;
}

#footer-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#copyright {
  background: var(--white-color);
  border: 1px solid rgba(65, 179, 211, 0.15);
  height: 35px;
  justify-content: center;
}

#copyright p {
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 15px;
  color: #444444;
}

#copyright a {
  color: var(--accent-color);
}

#copyright-container {
  max-width: var(--max-desktop-width);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

#copysection {
  display: flex;
  flex-direction: row;
  justify-content: left;
  line-height: 15px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: var(--accent-color);
  align-items: center;
}

#developer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  align-items: center;
}

#developer a {
  text-decoration: none;
}
