/*
    Theme Name: Rafter E.
    Theme URI: https://example.com/my-custom-theme
    Author: Leo Gonzaga e Thalles Alexander
    Author URI: https://example.com
    Description: A custom WordPress theme.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: my-custom-theme
    */

body {
  background-color: #080808;
  color: white;
  font-family: Mallanna;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
}

button {
  font-family: "Exo 2", sans-serif;
}

html {
  scroll-behavior: smooth;
}

#footer {
  width: 100%;
  display: grid;
  gap: 8px;
  justify-content: center;
  align-items: center;

  > div {
    text-align: center;
    padding: 0px 32px;
  }

  .year {
    text-align: center;
  }
}

.container {
  background-image: url("./assets/GridLine.svg");
  max-width: 1340px;
  margin: 0 auto;
  padding: 24px;

  p {
    a {
      color: #df7310 !important;
    }
  }
}

@media (max-width: 600px) {
  .container {
    padding: 24px;
  }
}

.bim {
  max-width: 1340px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bim p {
  font-family: "Titillium Web", sans-serif;
}

.highlight {
  color: #df7310 !important;
}

svg {
  stroke-dasharray: 100;
  stroke-dashoffset: 1000;
  pointer-events: none;
  animation: animateDash 3s linear infinite;
}

#line-5,
#line-4,
#line-3,
#line-2,
#line-2-1,
#line-1 {
  stroke-dasharray: 50;
  stroke-dashoffset: 1000;
  animation: animateDash 2s alternate-reverse infinite;
}

@keyframes animateDash {
  to {
    stroke-dashoffset: 10;
  }
}

@keyframes animateDash {
  to {
    stroke-dashoffset: 10;
  }
}

.contact-all-page {
  width: 60px;
  height: 60px;
  background-color: #ec870e;
  position: fixed;
  bottom: 80px;
  right: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.social-icons a {
  transition: transform 0.2s ease;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.social-icons a {
  transition: transform 0.2s ease;
}

.social-icons a:hover {
  transform: translateY(-5px);
  filter: brightness(0.7);
}

a {
  text-decoration: none !important;
  color: inherit;
}

.post-category a {
  color: #ec870e !important;
}

.container-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-title {
  font-size: 2rem;
  font-weight: 600;
  color: #df7310;
  line-height: 1.2;
  margin-bottom: 15px;
}

.wpcf7,
.wpcf7 form,
.wpcf7-form,
.wpcf7-form-control-wrap {
  width: 100%;
  max-width: 100%;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.form-inputs {
  width: 100%;
}

.form-inputs input,
.form-inputs textarea {
  background-color: #080808;
  color: #fff;
  padding: 16px;
  margin-bottom: 16px;
  border-color: #3a3a3a;
  font-family: "Roboto", sans-serif;
}

.form-inputs input:focus,
.form-inputs textarea:focus {
  outline: none;
  border-color: #df7310;
}

.form-inputs input::placeholder,
.form-inputs textarea::placeholder {
  color: #fff;
}

.form-inputs input[type="submit"] {
  background-color: #ec870e;
  transition: all 0.2s ease-in-out;
  width: 100%;
  color: white;
  font-size: 18px;
  width: 367px;
  height: 60px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Exo 2", sans-serif;
}

.form-inputs input[type="submit"]:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  color: #ec870e;
  border: 2px solid #ec870e;
  font-weight: bold;
}

video {
  width: fit-content;
}
