@import '../fonts/fonts.css';
/* fonts */
/* Colors */
/* Layouts */
/**
 * Set colors class.
*/
.c-white {
  color: #ffffff !important;
}

.bg-c-white {
  background-color: #ffffff !important;
}

.c-black {
  color: #000000 !important;
}

.bg-c-black {
  background-color: #000000 !important;
}

.c-primary {
  color: #D0AD00 !important;
}

.bg-c-primary {
  background-color: #D0AD00 !important;
}

.c-dark-blue {
  color: #344559 !important;
}

.bg-c-dark-blue {
  background-color: #344559 !important;
}

.c-text {
  color: #111827 !important;
}

.bg-c-text {
  background-color: #111827 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
label {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1 {
  font-family: "29LT Bukra";
  font-size: 2.5rem;
  line-height: 4rem;
  text-transform: uppercase;
  color: #ffffff;
}

h2 {
  font-family: "29LT Bukra Regular";
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #ffffff;
}

h3 {
  font-family: "29LT Bukra";
  font-size: 2.3125rem;
  line-height: 3.625rem;
  text-transform: uppercase;
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
h3 > * {
  position: relative;
  z-index: 3;
}
h3::after {
  content: "";
  height: 4px;
  width: 50%;
  background-color: #111827;
  position: absolute;
  z-index: 1;
  bottom: -4px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 2px;
}

h4 {
  font-family: "29LT Bukra Regular";
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #ffffff;
}

h5 {
  font-family: "29LT Bukra Regular";
  font-size: 1.625rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}

.t-center {
  text-align: center;
}

.light-text {
  background-color: #D0AD00;
  padding: 5px 10px;
}

a[href] {
  font-family: "29LT Bukra Regular";
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #D0AD00;
  direction: ltr;
}

button,
.button,
input[type=submit],
input[type=button] {
  display: flex;
  align-items: center;
  column-gap: 0.9375rem;
  min-height: 2.5rem;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 2.5rem;
  border-radius: 0.625rem;
  border: 1px solid #D0AD00;
  background-color: #ffffff;
  color: #D0AD00;
  font-size: 0.9375rem;
  font-family: "29LT Bukra Regular";
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
button:hover,
.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #D0AD00;
  color: #ffffff;
}
button.square,
.button.square,
input[type=submit].square,
input[type=button].square {
  min-height: auto;
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem;
}
button.square i.fa,
.button.square i.fa,
input[type=submit].square i.fa,
input[type=button].square i.fa {
  font-size: 2.125rem;
}
button.primary,
.button.primary,
input[type=submit].primary,
input[type=button].primary {
  background-color: #D0AD00;
  color: #ffffff;
}
button.primary:hover,
.button.primary:hover,
input[type=submit].primary:hover,
input[type=button].primary:hover {
  background-color: #ffffff;
  color: #D0AD00;
}

.button-group {
  margin-top: 2.5rem;
}

html {
  font-size: 16px;
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1124px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden auto;
  user-select: none;
  /* Imports */
  /* Imports */
}
html,
body {
  scrollbar-width: thin;
  scrollbar-color: #D0AD00 transparent;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #D0AD00;
  border-radius: 3px;
}
html .container,
body .container {
  max-width: 1460px;
  width: 100%;
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1366px) {
  html .container,
  body .container {
    max-width: 1272px;
  }
}
html .home-intro,
body .home-intro {
  min-height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
}
html .home-intro::after,
body .home-intro::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
html .home-intro-bg,
body .home-intro-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
html .home-intro-bg,
html .home-intro-bg .img-box,
body .home-intro-bg,
body .home-intro-bg .img-box {
  width: 100%;
  height: 100%;
}
html .home-intro-bg .img-box,
body .home-intro-bg .img-box {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  overflow: hidden;
  transform-origin: center;
}
html .home-intro-bg .img-box img,
body .home-intro-bg .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
html .home-intro-content,
body .home-intro-content {
  position: relative;
  z-index: 3;
  flex: 1;
}
html .home-intro-content-body, html .home-intro-content,
body .home-intro-content-body,
body .home-intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .home-intro-content-body,
body .home-intro-content-body {
  max-width: 768px;
  row-gap: 1.25rem;
  margin: 0 auto;
}
html .home-intro-content .brand,
body .home-intro-content .brand {
  width: 12.5rem;
}
html .home-intro-content .brand img,
body .home-intro-content .brand img {
  width: 100%;
}
html .contact-section,
body .contact-section {
  padding: 7.5rem 0;
  background-image: linear-gradient(to top, #D0AD00, rgba(208, 173, 0, 0));
}
html .contact-section > .container,
body .contact-section > .container {
  display: flex;
  flex-direction: column;
  row-gap: 5.25rem;
}
html .contact-section form,
body .contact-section form {
  padding: 1.875rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  max-width: 768px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
html .contact-section form .inputs .input-holder,
body .contact-section form .inputs .input-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 3.125rem;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  margin-top: 2.5rem;
}
html .contact-section form .inputs .input-holder span.focus-border,
body .contact-section form .inputs .input-holder span.focus-border {
  height: 3px;
  width: 0%;
  background-color: #D0AD00;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 50%;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
html .contact-section form .inputs .input-holder label,
body .contact-section form .inputs .input-holder label {
  position: absolute;
  z-index: 3;
  top: -0.9375rem;
  right: 0;
  font-family: "29LT Bukra";
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #D0AD00;
  transform: translateY(0%) scale(0.8);
  transform-origin: right;
}
html .contact-section form .inputs .input-holder input[type=text],
html .contact-section form .inputs .input-holder input[type=email],
html .contact-section form .inputs .input-holder input[type=tel],
html .contact-section form .inputs .input-holder textarea,
body .contact-section form .inputs .input-holder input[type=text],
body .contact-section form .inputs .input-holder input[type=email],
body .contact-section form .inputs .input-holder input[type=tel],
body .contact-section form .inputs .input-holder textarea {
  width: 100%;
  outline: none;
  border: 0;
  flex: 1;
  font-family: "29LT Bukra Regular";
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #111827;
  padding: 0;
  position: relative;
  z-index: 2;
}
html .contact-section form .inputs .input-holder input[type=text]:focus ~ span.focus-border,
html .contact-section form .inputs .input-holder input[type=email]:focus ~ span.focus-border,
html .contact-section form .inputs .input-holder input[type=tel]:focus ~ span.focus-border,
html .contact-section form .inputs .input-holder textarea:focus ~ span.focus-border,
body .contact-section form .inputs .input-holder input[type=text]:focus ~ span.focus-border,
body .contact-section form .inputs .input-holder input[type=email]:focus ~ span.focus-border,
body .contact-section form .inputs .input-holder input[type=tel]:focus ~ span.focus-border,
body .contact-section form .inputs .input-holder textarea:focus ~ span.focus-border {
  width: 100%;
  left: 0%;
}
html .contact-section form .inputs .input-holder input[type=text]:placeholder-shown ~ label,
html .contact-section form .inputs .input-holder input[type=email]:placeholder-shown ~ label,
html .contact-section form .inputs .input-holder input[type=tel]:placeholder-shown ~ label,
html .contact-section form .inputs .input-holder textarea:placeholder-shown ~ label,
body .contact-section form .inputs .input-holder input[type=text]:placeholder-shown ~ label,
body .contact-section form .inputs .input-holder input[type=email]:placeholder-shown ~ label,
body .contact-section form .inputs .input-holder input[type=tel]:placeholder-shown ~ label,
body .contact-section form .inputs .input-holder textarea:placeholder-shown ~ label {
  transform: translateY(-50%) scale(1);
  color: rgba(0, 0, 0, 0.3);
  font-family: "29LT Bukra Regular";
  top: 1.5625rem;
}
html .contact-section form .inputs .input-holder textarea,
body .contact-section form .inputs .input-holder textarea {
  min-height: 8.125rem;
  resize: none;
  padding-top: 0.4375rem;
}
html .contact-section form .inputs .input-holder textarea,
body .contact-section form .inputs .input-holder textarea {
  scrollbar-width: thin;
  scrollbar-color: #D0AD00 transparent;
}
html .contact-section form .inputs .input-holder textarea::-webkit-scrollbar,
body .contact-section form .inputs .input-holder textarea::-webkit-scrollbar {
  width: 4px;
}
html .contact-section form .inputs .input-holder textarea::-webkit-scrollbar-track,
body .contact-section form .inputs .input-holder textarea::-webkit-scrollbar-track {
  background: transparent;
}
html .contact-section form .inputs .input-holder textarea::-webkit-scrollbar-thumb,
body .contact-section form .inputs .input-holder textarea::-webkit-scrollbar-thumb {
  background-color: #D0AD00;
  border-radius: 2px;
}
html .go-to-contact,
body .go-to-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
}
