.body {
}

.wrapper {
  margin-top: 100px;
  background-image: url(/images/fire-back.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
}

.tab {
  overflow: hidden;
  padding: 0px 180px 0px 180px;
  border: 1px solid #000000;
  text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 1.2rem;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #11181f;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: flex;
  flex-direction: column;
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.features {
  padding: 50px 180px 50px 180px;
  display: flex;
  flex-direction: row;
  column-gap: 100px;
}

#features {
  padding: 50px 0px 50px 0px;
  display: flex;
  flex-direction: row;
  column-gap: 100px;
}

#dark {
  background-color: #11181f;
  color: white;
}

.detail.about {
  width: 100%;
}

.pic {
  width: 40%;
  padding-left: 30px;
  height: auto;
}

.details {
  width: 55%;
}

.features h3 {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.features p {
  font-size: 1.3rem;
  margin-bottom: 50px;
}

.features ul li {
  margin-left: 90px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.features ul {
  margin-bottom: 50px;
}

.about {
  text-align: center;
}

.about h1 {
  font-size: 3rem;
  margin-bottom: 40px;
}

/* who section */
.who {
  padding: 50px 180px 50px 180px;
  text-align: left;
  display: flex;
  flex-direction: row;
  column-gap: 200px;
}

.who-des {
  width: 100%;
}

.who-des p {
  font-size: 1.1rem;
}

.who-des h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.who-des h3 {
  font-size: 1.6rem;
}

.who-des p {
  margin-top: 10px;
  padding-right: 50px;
}

#fire-ex {
  background-image: url(/images/fire-projects/fire_bottle.jpg);
  width: 50%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

#pp-eq {
  background-image: url(/images/personal\ eq.jpeg);
  width: 50%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

#systems {
  background-image: url(/images/systems.jpg);
  width: 50%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .title {
    display: none;
    margin-bottom: 0;
  }
  /* who section */
  .who {
    padding: 40px 40px 50px 40px;
    flex-direction: column;
    margin: 0px;
  }

  .who-des {
    width: 100%;
    margin-bottom: 0px;
  }

  .who-des p {
    font-size: 1.1rem;
    margin-top: 10px;
    padding-right: 0px;
  }

  .who-des h2 {
    margin-top: 50px;
  }

  #fire-ex {
    background-image: url(/images/fire-projects/fire_bottle.jpg);
    height: 200px;
    width: 100%;
    margin-bottom: 50px;
  }

  #pp-eq {
    background-image: url(/images/personal\ eq.jpeg);
    height: 200px;
    width: 100%;
    margin-bottom: 50px;
  }

  #systems {
    background-image: url(/images/systems.jpg);
    height: 200px;
    width: 100%;
    margin-bottom: 50px;
  }

  .wrapper {
    margin-top: 80px;
    background-image: url(/images/fire-back-mobile.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
  }

  .tab {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    border: 1px solid #000000;
    text-align: center;
  }

  /* Style the buttons inside the tab */
  .tab button {
    padding: 8px 9px;
    font-size: 0.9rem;
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }

  .features {
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    column-gap: 100px;
  }

  .pic {
    width: 100%;
    padding-left: 0px;
    height: 40px;
    /* background-image: url(/images/electrical.jpg); */
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    margin-bottom: 30px;
  }

  .details {
    width: 100%;
  }

  .features h3 {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }

  .features p {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .features ul li {
    margin-left: 30px;
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
