*,
body {
  margin: 0%;
  padding: 0px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#frontPageServ {
  width: 100%;
  height: 82vh;
  /* background-color: rgb(0, 0, 0,0.6); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background-blend-mode: darken;
  background-image: url(../img/Service/servBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: rgb(0, 0, 0, 0.5);
  
}

#frontPageServ h1 {
  font-size: 70px;
  text-shadow: 1px 1px 5px rgb(20, 20, 20);
}

#greenBox {
  width: 100%;
  height: 6px;
  background-color: #00ae84;
}

#doBest {
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(53, 53, 53, 1);
}

#doBest h1 {
  font-size: 36px;
}

#doBest p {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

#doBest h1::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #00774c;
  margin: auto;
  margin-top: 14px;
}

.best1 {
  width: 100%;
  height: 85vh;
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 60px;
  justify-content: space-between;
  /* margin-top: 30px; */
}

#imgRight {
  width: 50%;
  /* height: 85vh; */
  /* background-color: red; */
}

#imgRight img {
  height: 100vh;
  width: 100%;
  height: fit-content;
  object-fit: contain;
}

#best1Txt {
  height: 100vh;
  width: 45%;
  /* background-color: grey; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* padding: 0px 60px; */
}

#best1Txt h1 {
  color: rgba(0, 71, 46, 0.85);
  font-size: 35px;
}

#best1Txt p {
  margin-left: 10px;
}

#best1Txt > div div {
  margin-top: 15px;
}

#best1Txt > div {
  margin: 30px 0px;
}

#iconTxt img {
  width: 30px;
  height: 30px;
}

#iconTxt {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#best1Txt button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  background-color: rgba(90, 191, 155, 0.85);
  border: none;
  cursor: pointer;
  width: 220px;
  height: 55px;
  border-radius: 4px;
  color: white;
  border: 1px solid rgb(0, 0, 0);
  /* box-shadow: 1px 1px 1px #000; */
  font-weight: bold;
  font-size: 16px;
}
#best1Txt button:hover {
  background-color: white;
  color: #00774c;
  transition: 1s;
  position: relative;
  bottom: 2px;

  animation-name: exampleButton;
  animation-duration: 1s;
}
/* @keyframes exampleButton {
  from {
    position: relative;
    bottom: 0px;
  }
  to {
    position: relative;
    bottom: 2px;
  }
} */
#blueBtn {
  background-color: white;
  color: #093c98;
}
#best1Txt button img {
  width: 13px;
  height: 13px;
}
#imgForMobile {
  display: none;
}

@media screen and (max-width: 900px) {
  #best1Txt {
    height: fit-content;
    padding: 20px 0px;

    align-items: center;
  }

  #frontPageServ {
    height: 90vh;
  }

  #doBest {
    text-align: center;
  }

  .best1 {
    height: fit-content !important;
    background-color: rgba(211, 255, 239, 0.85);
    padding: 0% 15px;
    margin: 40px 0px;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #imgRight {
    display: none;
  }

  #best1Txt h1 {
    text-align: center;
  }

  #best1Txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }

  h1 {
    font-size: 28px !important;
  }

  #imgForMobile {
    display: block;
  }

  #imgForMobile img {
    width: 300px;
    height: 150px;
    border-radius: 20px;
    /* object-fit: contain; */
  }

  #mainServContent {
    padding: 0px 20px;
  }

  #best1Txt button {
    /* margin-left:18%; */
  }
}

@media screen and (max-width: 600px) {
  #frontPageServ {
    height: 40vh;
  }

  #doBest {
    height: 40vh;
    padding: 10px;
  }

  .best1 {
  }
}
