html,
body {
  padding: 0;
  margin: 0;
  background-color: black !important;
  width: 100%;
  height: 100%;
  display: flex;
  scroll-behavior: smooth !important;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}
.burger {
  display: none;
}
.footer{
  animation-name: section_pop;
  animation-duration: 1s;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 10%;
  background-color: #282546;
  margin-top: -1px;
  color: white;
}
.footer p{
  margin-left: 3%;
  width: 100%;
  line-height: 20px;
  font-size: 10px;
}
.footer a{
  color: white;
  text-decoration: none;
}
.nav_menu {
  animation-name: section_pop;
  animation-duration: 1s;
  position: fixed;
  right: 0;
  z-index: 100;
  width: 10%;
  height: 93%;
  background-color: #282546;
}
.nav_menu li {
  width: 100%;
  color: white;
  list-style-type: none;
  display: inline;
}
.nav_menu li a {
  transition: all 0.4s ease-out;
  cursor: pointer;
  color: white;
  font-size: 20px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding-top: 20%;
  padding-bottom: 20%;
  padding-left: 25%;
  -webkit-text-stroke: 0.25 black;
  text-shadow: 1px 1px black;
  text-decoration: none;
}
.nav_menu li a:hover {
  transition: all 0.4s ease-out;
  background-color: #987cde;
}

.nav_menu img {
  display: none;
}

.main_container {
  width: 90%;
  height: 100%;
}

.main_information {
  animation: section_pop 1s;
  float: left;
  width: 100%;
}
.power_auto{
  margin-left: 25%;
  margin-bottom: 10%;
  width: 55%;
}
.service_container {
  width: 50%;
  float: left;
  color: white;
  margin: 0 auto;
  padding-bottom: 5%;
}
.service_container h1 {
  margin-top: 10%;
  font-weight: bold;
  -webkit-text-stroke: 0.25px black;
  text-shadow: 1px 1px black;
}
.service_container p {
  margin-right: 10%;
  text-shadow: 1px 1px black;
  word-break: break-word;
}
#service_container_invert h1 {
  margin-left: 10%;
}
#service_container_invert p {
  margin-left: 10%;
}
#service_container_invert img {
  margin-left: 30%;
}
.service_container img {
  border-radius: 2em;
  box-shadow: 10px 10px 30px 1px black;
  display: block;
  margin-top: 15%;
  margin-left: 20%;
  max-width: 300px;
}
.section_banner {
  float: left;
  width: 100%;
  height: 780px;
}
.section_banner video {
  float: left;
  opacity: 35%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_main_img {
  animation: section_banner_text 4s;
  position: absolute;
  float: left;
  width: 90%;
}
.section_main_img img {
  padding-left: 35%;
}
.section_banner_text {
  animation: section_banner_text 4s;
  position: absolute;
  float: left;
  padding-top: 25%;
  padding-left: 10%;
  width: 900px;
}
.section_banner_text h1 {
  float: left;
  font-size: 3em;
  margin-left: 5%;
  width: 100%;
  color: white;
}
.section_banner_text p {
  float: left;
  margin-top: 8%;
  margin-left: 10%;
  color: white;
  width: 60%;
  line-height: 25px;
}
.div_containers {
  width: 100%;
  height: auto;
  float: left;
  background-color: #787f91;
  margin-top: -1px;
}
.div_split_image_info {
  width: 100%;

  float: left;
  background-color: black;
}
.div_split_image_info_text {
  position: absolute;
  color: white;
}
.div_split_image_info img {
  opacity: 50%;
  width: 100%;
  float: left;
}
.card_panels {
  transition: 0.3s ease-in;
  float: left;
  width: 20%;
  margin-top: 10%;
  margin-left: 10%;
  margin-bottom: 10%;
  border-radius: 1em;
  background-color: #8d8dab;
  
}
.card_panels:hover {
  background-color: #282546;
  box-shadow: 10px 5px 20px #282546;
}
.card_panels_icon {
  float: left;
  width: 100%;
  height: auto;
}
.card_panels_icon img {
  display: block;
  margin: auto;
  margin-top: 5%;
  width: 60px;
  height: 60px;
}
.card_panels_text {
  color: white;
  float: left;
}
.card_panels_text h1 {
  text-align: center;
  font-weight: bold;
  -webkit-text-stroke: 0.25px black;
  text-shadow: 1px 1px black;
  word-break: break-word;
  width: 90%;
  padding-top: 5%;
  margin: 0 auto;
}
.card_panels_text p {
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 5%;
  float: left;
  line-height: 28px;
  white-space: inherit;
  word-break: break-word;
  text-shadow: 1px 1px black;
  
}
.card_panels_buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30%;
  margin-bottom: 10%;
}
.card_panels_buttons a {
  cursor: pointer;
  float: left;
  transition: 0.3s ease-in;
  background-color: transparent;
  font-size: 20px;
  color: white;
  border: 2px solid white;
  border-radius: 0.5em;
  padding: 5%;
  text-decoration: none;
}
.card_panels_buttons a:hover {
  background-color: #987cde;
  color: black;
  border: 3px solid white;
}
.contact_form_container {
  float: left;
  background-color: #8d8dab;
  height: 100%;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  color: white;
}
.contact_form_container h1{
  -webkit-text-stroke: 0.25px black;
  text-shadow: 1px 1px black;
}
.contact_form_container p{
  text-shadow: 1px 1px black;
}
.contact_fields button {
  float: left;
  transition: 0.4s ease-in;
  width: 30%;
  height: 50px;
  margin-left: 35%;
  margin-top: 3%;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.contact_fields button:hover {
  transition: 0.4s ease-in;
  background-color: black;
}
.contact_fields {
  width: 50%;
  margin-left: 25%;
}
.contact_fields input {
  height: 40px;
}
.contact_fields input,
.contact_fields textarea {
  padding-left: 2%;
  border-radius: 4px;
  transition: 1s ease-in;
  border-color: #987cde;
  resize: none !important;
  width: 100%;
  font-weight: bold;
  font-size: large;
}
.form-group {
  width: 100%;
  float: left;
}


.contact_fields textarea:focus,
.contact_fields input[Type="email"]:focus,
.contact_fields input[Type="text"]:focus, 
.contact_fields input[Type="tel"]:focus {
  transition: 0.5s ease-out;
  color: black;
  border-radius: 10px;
  outline: none !important;
}
.burger {
  display: none;
}
@keyframes section_pop {
  0% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes menu_hover_color {
  0% {
    background-color: darkgrey;
  }
  100% {
    background-color: black;
  }
}
@keyframes section_banner_text {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes menu_animation {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

/*phone*/
@media only screen and (max-width: 992px) {
  .burger {
    float: left;
    display: block;
    margin-top: 25px;
    margin-left: 5%;
  }
  .burger_line {
    border-top: 3px solid white;
    margin-bottom: 5px;
    width: 20px;
  }
  .nav_menu {
    transition: all 1s;
    width: 100%;
    height: 65px;
    position: fixed;
    background-color: #6a52a8;
  }
  .footer{
    display: none;
  }
  .footer p{
    margin: 0;
  }
  .nav_menu li:not(:first-child) {
    display: none;
  }
  .nav_menu.responsive {
    background-color: rgb(0, 0, 0);
    position: fixed;
    height: 100%;
  }
  .footer.responsive {
    background-color: rgb(0, 0, 0);
    display: block;
    height: 10%;
    width: 100%;
    animation-name: menu_animation;
    animation-duration: 11s;
    position: fixed;
    bottom: 0;
    color: white;
    text-align: center;
    margin-left: 0;
  }
  .nav_menu.responsive li {
    float: left;
    display: inline;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .nav_menu.responsive li a {
    animation-name: menu_animation;
    animation-duration: 1.5s;
    width: 100%;
    padding: 0%;
    padding-bottom: 10%;
    padding-top: 10%;
  }
  .nav_menu img {
    display: none;
  }

  .main_container {
    width: 100%;
  }
  .card_panels {
    width: 80%;
  }
  .card_panels_buttons {
    width: 100%;
  }
  .card_panels_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10%;
  }

  .section_main_img img {
    padding-left: 0%;
  }
  .section_main_img {
    width: 100%;
  }
  .section_main_img img {
    width: 100%;
    padding-left: 0%;
  }
  .section_banner_text h1 {
    margin-top: 40%;
  }
  .section_banner_text p {
    float: left;
    margin-top: 50%;
    margin-left: 10%;
    color: white;
    width: 80%;
  }
  .section_banner_text {
    position: absolute;
    float: left;
    padding-top: 25%;
    padding-left: 0%;
    width: 100%;
  }
  .contact_fields input {
    height: 25px;
  }
  .contact_fields {
    width: 80%;
    margin-left: 10%;
  }

  .contact_fields button {
    margin-top: 6%;
  }
  .power_auto{
    transition: all 1s ease-in-out;
    margin-left: 5%;
    margin-bottom: 10%;
    width: 90%;
  }
  .power_auto:hover{
    margin-left: 0%;
    width: 100%;
  }
  .service_container {
    margin-bottom: 10%;
    margin-top: 10%;
    width: 100%;
  }
  .service_container h1 {
    text-align: center;
    margin: 10%;
  }
  .service_container p {
    margin: 10%;
  }
  .service_container img {
    margin-left: 15%;
    max-width: 70%;
  }
  #service_container_invert {
    display: flex;
    flex-direction: column-reverse;
  }
  #service_container_invert img {
    order: 0;
    max-width: 70%;
    margin-left: 15%;
  }
  #logo{
    display: block;
    position: absolute;
    width: 30%;
    top: -15%;
    left: 35%;
  }
  .logo{
    display: block;
    position: absolute;
    width: 30%;
    top: -1.5% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .nav_menu{
    height: 125px;
  }
  #logo{
    width: 35%;
    top: -35%;
    left: 34%;
  }
}
@media only screen and (min-width: 1024px) {
  
  .nav_menu{
    height: 100%
  }
  #logo{
    width: 35%;
    top: -35%;
    left: 34%;
  }
}
