:root {
  /* Colors */
  --accent: #bf0404;
  --accent-2: #141259;
  --text: #191825;

  /* Fonts */
  --heading-font: 'Poppins', sans-serif;
  --text-font: 'Varela Round', sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.45;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  width: 100%;
  position: absolute;
  top: 40px;
}

.bottom-nav.bottom-nav-white {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.bottom-nav .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
}

.bottom-nav.bottom-nav-white .container {
  border-bottom: none;
  padding-bottom: 0;
}

.navbar-nav {
  gap: 27px;
}

.navbar-nav .nav-link {
  color: #f5f5f5;
  font-family: var(--heading-font);
  font-weight: 500;
}

.bottom-nav-white .navbar-nav .nav-link {
  color: #191825;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--accent);
}

.dropdown-item {
  text-transform: capitalize;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--accent);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--accent);
}

.btn-primary {
  background-color: var(--accent);
  border: 1px solid var(--accent);
}

.btn-primary:hover,
.btn-primary:active {
  background-color: hsl(0, 96%, 32%) !important;
  border: 1px solid hsl(0, 96%, 32%) !important;
}

.btn-primary:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.btn-primary:active {
  transform: scale(1);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px 0px;
}

.section-title {
  /* font-size: 42px; */
  font-weight: 600;
  margin: 0;
  letter-spacing: -1px;
}

.underline {
  display: block;
  width: 92px;
  background-repeat: no-repeat;
  margin-top: 15px;
  background-image: url('../images/underline.png');
}

.underline-red {
  background-image: url('../images/underline.png');
}

.underline-white {
  background-image: url('../images/underline-white.png');
}

.underline-centered {
  margin: 0 auto;
}

.section-cta {
  background-image: url('../images/cta_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-cta h2 {
  font-size: 39px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #fff;
}

.footer {
  padding: 50px 77px;
  background-color: #303030;
  color: #fff;
  font-size: 14px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-contact-item {
  display: flex;
  align-items: start;
}

.footer-contact-icon {
  flex: 0;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.footer-contact-text {
  margin: 0;
}

.footer-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-item ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-copy {
  padding: 22px 0;
  background-color: #bf0404;
  color: #fff;
}

.footer-copy p {
  margin: 0;
}

.section-breadcrumb {
  height: 250px;
}

.section-breadcrumb.breadcrumb-about {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-breadcrumb h1 {
  font-size: 4rem;
  font-family: 'Salsa', cursive;
  color: #fff;
  letter-spacing: 2px;
}

.breadcrumb {
  display: flex;
  gap: 3px;
}

.breadcrumb-item {
  padding: 0 5px;
}

.breadcrumb-item a,
.breadcrumb span {
  color: #fff;
}

.breadcrumb-item.active {
  background-color: var(--accent);
  transform: skewX(-10deg);
}

.internal-link {
  color: var(--accent);
  font-family: 600;
}

.internal-link:hover {
  text-decoration: underline;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.nav-misc {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-search {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

.inner-page .nav-search {
  color: #bf0404;
}

.search-results {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.search-item a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.search-item a:hover {
  background-color: #f5f5f5;
}

.search-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.search-item-img {
  width: 50px;
  height: 50px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background-color: #fff;
}

.search-item-img img {
  width: 85%;
  height: auto;
  object-fit: cover;
}

.search-item-title h3 {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
}

.bottom-nav .container {
  position: relative;
}

.search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}

.search.active {
  transform: translateY(10px);
  opacity: 1;
  pointer-events: auto;
}

.search #searchQuery {
  width: 100%;
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  margin-bottom: 5px;
}
