/* Global */
@font-face {
  font-family: futura-pt;
  src: url("../font/FuturaCyrillicLight.ttf");
}
@font-face {
  font-family: futura-pt-book;
  src: url("../font/FuturaCyrillicBook.ttf");
}
@font-face {
  font-family: futura-pt-heavy;
  src: url("../font/FuturaCyrillicHeavy.ttf");
}

:root {
  /* Colors */
  --main-color: #fff200;
  /* Fonts */
  --ligth-font: futura-pt;
  --weight-font: futura-pt-heavy;
  --book-font: futura-pt-book;
}
a:link {
  text-decoration: none;
}

body {
  font-family: futura-pt, sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
}

h1 {
  font-family: var(--weight-font);
}
/* Global */

/* Start Nav */
nav {
  background-color: white;
  height: 100px;
}

nav .navbar {
  background-color: white;
}

nav img {
  width: 60px;
}

.nav-item {
  position: relative;
  transition: 0.3s ease;
}

nav a {
  color: black;
  font-family: var(--book-font);
  transition: 0.3s ease;
  font-size: 20px !important;
}
nav .nav-item a {
  border-bottom: 2px solid transparent; /* Reserve space for border */
  transition: all 0.3s ease;
}

nav .nav-item a.active,
nav .nav-item a:hover {
  color: black !important;
  font-weight: 600 !important;
  border-bottom: 2px solid var(--main-color);
}
/* nav .nav-item a:hover::before {
  content: "";
  height: 2px;
  width: calc(100% - 30px);
  background-color: var(--main-color);
  position: absolute;
  bottom: 5px;
} */

.custom-btn {
  background-color: var(--main-color);
  border: none;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;
  font-family: var(--weight-font);
}

.custom-btn:hover {
  background-color: black;
  color: white;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler[aria-expanded="true"] {
  border-color: var(--main-color);
}

@media (max-width: 768px) {
  .bg-sm-light {
    background-color: white;
  }
}
/* End Nav */

/* Start Landing */

@media (max-width: 768px) {
  header .text-content {
    left: 50%;
  }

  header .text-content h1 {
    font-size: 40px !important;
  }
}

header .text-content h1 {
  font-family: var(--weight-font);
  font-size: 60px;
  color: white;
  text-transform: uppercase;
  color: black !important;
}

header .text-content h1 span {
  color: var(--main-color);
}
/* End Landing */
/* Start about */
section .about {
  background-color: white;
  padding: 50px 0;
}

/* End about */

/* Start Footer */
footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: var(--main-color);
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-between;
}

footer img {
  width: 100px;
}

footer p {
  font-family: var(--book-font);
  color: black;
  font-size: 20px;
  margin-top: 20px;
}

/* End Footer */

.vacancy-header {
  position: relative;
  max-height: 55vh;
}

.vacancy-header::after {
  content: "";
  position: absolute;
  height: 5px;
  background-color: var(--main-color);
  width: 100%;
  bottom: 0px;
}
/* Start Links */

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

section a.home:hover {
  color: var(--main-color) !important;
  font-weight: 500 !important;
}

section p {
  font-family: var(--book-font);
  color: black;
}

/* End Links */
/* End vacancies */
/* Start Challenge */
.challeng img {
  max-width: 90%;
  padding: 30px 0;
  max-height: 50vh;
  background-size: cover;
}
/* End Challenge */

/* Start Vacancies content  */
.vacancies-content .arrow {
  padding: 6px;
}

.vacancies-content .content:hover {
  cursor: pointer;
}
/* End Vacancies content  */

/* Start Form */

.form-content::before {
  content: "";
  height: 5px;
  background-color: var(--main-color);
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.form-control {
  background-color: #f8f8f8;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--main-color);
}
.form-select {
  background-color: #f8f8f8;
}
.form-select:focus {
  box-shadow: none;
  border-color: var(--main-color);
}

.section-title {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 2rem 0;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #ccc;
}

.section-title:not(:empty)::before {
  margin-right: 0.75em;
}
.section-title:not(:empty)::after {
  margin-left: 0.75em;
}

.section-title span {
  font-family: var(--weight-font);
  font-size: 20px;
}

.submit-btn {
  background-color: var(--main-color) !important;
}
/* End Form */

/* Start Tips */
.tips-landing .image {
  max-height: 600px !important;
  overflow: hidden;
  position: relative;
}

.applications h1.no {
  font-size: 105px !important;
  font-weight: 700 !important;
  font-family: var(--weight-font);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.application-title {
  position: relative;
  border-left: 4px solid var(--main-color);
  padding-left: 2rem; /* Extra space for arrow inside */
}

.application-title::before {
  content: "";
  position: absolute;
  left: 0px; /* Inside the border */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid var(--main-color); /* Arrow pointing right, inside */
  transition: transform 0.3s ease; /* Smooth transition */
}

.application-title:hover::before {
  transform: translateY(-50%) scale(1.5); /* Grows the arrow */
}
.application-title2 {
  position: relative;
  border-right: 4px solid var(--main-color);
  padding-right: 2rem; /* Extra space for arrow inside */
}

.application-title2::after {
  content: "";
  position: absolute;
  right: 0px; /* Inside the border */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid var(--main-color); /* Arrow pointing right, inside */
  transition: transform 0.3s ease; /* Smooth transition */
}

.application-title2:hover::after {
  transform: translateY(-50%) scale(1.5); /* Grows the arrow */
}

.application-title ul li {
  font-size: 1rem;
  font-family: var(--book-font);
  color: black;
}

.applicationsh1 {
  font-family: var(--weight-font);
}

.accordion-button:not(.collapsed) {
  background-color: #f0f0f0; /* your active background color */
  color: #000; /* your active text color */
  font-weight: bold;
  box-shadow: none; /* remove Bootstrap's default shadow if needed */
  border-left: 4px solid var(--main-color);
}

.accordion-button:focus {
  box-shadow: none; /* remove Bootstrap's default focus shadow if needed */
}

article {
  margin-top: 100px;
}

.quotes {
  border: 3px solid var(--main-color);
  width: 50%;
  position: relative;
}

.quotes img {
  border-radius: 50%;
  width: 200px;
}

.quotes .img {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.quotes h1 {
  font-size: 35px;
  margin-top: 160px;
  line-height: 50px;
}

.quotes p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.quotes .q {
  position: absolute;
  top: -32px;
  left: 66px;
  transform: translateX(-50%);
}

.quotes .q img {
  width: 100px;
}

@media (max-width: 768px) {
  .quotes {
    width: 90%;
  }
  .quotes .q {
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
  }

  .quotes .img {
    position: relative;
    top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quotes h1 {
    font-size: 25px;
    margin-top: 10px;
    line-height: 30px;
  }
}

@media (max-width: 992px) {
  .quotes {
    width: 90%;
  }
}

/* End Tips */

/* Start Team */
.pills-title .descrip {
  background-color: var(--main-color);
  padding: 50px;
}

.border-arrow h1 {
  font-size: 28px;
  line-height: 32px;
  color: #000000;
  text-transform: uppercase;
  font-family: var(--weight-font);
}

.text-center .team-logo {
  margin-top: 100px;
}
.text-center .team-logo img {
  width: 170px !important;
}
/* End Team */
