@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Poppins:wght@100..900&family=League+Spartan:wght@100..900&display=swap");

/* ===============================
   SKOOL OF HIP HOP – NAVBAR
================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* DEFAULT (dark hero pages) */
/* .header-dark .header-logo a,
.header-dark .tp-main-menu-content ul li a,
} */

.nav-header-btn {
  color: white !important;
}

/* LIGHT PAGE HEADER */
.header-light {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
}

.header-light .header-logo a,
.header-light .tp-main-menu-content ul li a,
.header-light .nav-header-btn {
  color: black !important;
}

.header-light .tp-offcanvas-open-btn span {
  background-color: black !important;
}

/* SCROLLED */
.header-scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
}

.header-scrolled .header-logo a,
.header-scrolled .tp-main-menu-content ul li a,
.header-scrolled .nav-header-btn {
  color: black !important;
}

.header-scrolled .nav-header-btn:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.header-scrolled .tp-main-menu-content ul li a:hover {
  color: red !important;
}

/* LOGO */
.header-logo a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 900 !important;
  font-size: 24px;
  color: white;
  display: block;
}

.header-logo a:hover {
  color: red;
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
}

/* DESKTOP MENU */
.tp-main-menu-content ul li {
  position: relative;
}

.tp-main-menu-content ul li a {
  padding: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  /* font-weight: 600 !important; */
  text-transform: capitalize !important;
  letter-spacing: 0.3px;
  color: rgb(240, 234, 234) !important;
}

/* Hover underline */
.tp-header-menu nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: #ff0000;
  transition: all 0.3s ease;
}

.tp-header-menu nav ul li a:hover::after {
  width: 100%;
}

.tp-header-menu nav ul li a:hover {
  color: red !important;
}
.header-main-menu > nav > ul > li > .submenu > li > a {
  color: black !important;
}

.header-main-menu > nav > ul > li > .submenu > li:hover > a::before {
  visibility: hidden !important;
}

/* LOGIN BUTTON */
.nav-header-btn {
  font-size: 18px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  padding: 20px 30px !important;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  background: transparent;
  border: 1px solid red !important;
  color: white !important;
  display: inline-block !important;
}

.nav-header-btn:hover {
  color: white !important;
  transform: scale(1.05) !important;
  box-shadow: 1px 1px 10px rgb(255, 0, 0) !important;
  transition: all 0.3s ease !important;
  background-color: #ff0000 !important;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 1199px) {
  .header-logo a {
    font-size: 18px;
  }

  .tp-main-menu-content ul li a {
    padding: 12px 10px !important;
    font-size: 16px !important;
    border-color: black !important;
    color: black !important;
  }
  .tp-main-menu-mobile ul li a:hover {
    color: #ff0000;
  }

  .tp-main-menu-content ul li div .nav-header-btn {
    margin-top: 1rem;
    padding: 20px 0 !important;
    width: 100% !important;
    color: black !important;
    border: 2px solid red !important;
  }

  .tp-main-menu-content ul li div .nav-header-btn:hover {
    color: white !important;
  }

  .tp-main-menu-mobile nav ul {
    margin-bottom: 5px;
  }

  .dropdown-toggle-btn i::before {
    content: "\f078" !important; /* fa-chevron-down */
  }

  .dropdown-toggle-btn.dropdown-opened i {
    transform: rotate(180deg) !important;
  }

  .dropdown-toggle-btn i {
    color: red !important;
    font-weight: 600 !important;
    transition: transform 0.35s ease !important;
  }

  .tp-submenu {
    transition: all 0.35s ease !important;
  }

  .header-scrolled .tp-offcanvas-open-btn span {
    background-color: black !important;
  }

  .tp-main-menu-content ul li div a {
    color: white !important;
  }
}

/* ===============================
   OFFCANVAS (MOBILE MENU)
================================ */
/* .tp-offcanvas-logo h2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 22px;
  font-weight: 800 !important;
  color: white !important;
} */

.tp-offcanvas-open-btn span {
  background-color: white !important;
}

.tp-offcanvas-area {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(100px);
  opacity: 0;
  pointer-events: none;
  top: 8%;
  border-radius: 12px;
  transform: translateX(110%);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) opacity 0.35s
    ease;
  height: fit-content;
}

.tp-offcanvas-area.opened {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.tp-header-6-menubar span {
  transition: all 0.3s ease;
}

.tp-offcanvas-area.opened ~ header .tp-header-6-menubar span:nth-child(1) {
  transform: rotate(45deg) translate(2px, 0px);
}

.tp-offcanvas-area.opened ~ header .tp-header-6-menubar span:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ----------------------------------- */
/* FOOTER */
/* ----------------------------------- */
:root {
  --brand-red: #ff0000;
  --brand-black: #0b0b0b;
  --brand-dark: #111111;
  --brand-gray: #b5b5b5;
  --brand-white: #ffffff;
}

.footer-top,
.tp-footer-2-area,
.tp-copyright-2-area {
  border-top: 2px solid var(--brand-gray);
  background: linear-gradient(180deg, #000000 0%, #0b0b0b 100%);
  color: var(--brand-gray);
  font-family: "Poppins", sans-serif !important;
}

.tp-footer-2-widget-title {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px;
  letter-spacing: 0.6px;
  color: var(--brand-white);
  margin-bottom: 18px;
  position: relative;
}

.tp-footer-2-widget-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: var(--brand-red);
  margin-top: 8px;
}

.tp-footer-2-widget-text p,
.tp-footer-2-contact-item span,
.tp-footer-2-widget-menu ul li a {
  font-size: 16px;
  line-height: 1.6;
  font-family: "League Spartan", sans-serif !important;
  font-weight: 600 !important;
  color: var(--brand-gray);
}

.tp-footer-2-widget-menu ul li a {
  position: relative;
  transition: all 0.3s ease;
}

.tp-footer-2-widget-menu ul li a:hover {
  color: var(--brand-red);
  padding-left: 6px;
}
.tp-footer-2-widget-newslatter form {
  border: none !important;
}

.tp-footer-2-input input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 14px 50px 10px 16px;
  color: var(--brand-white);
  font-family: "Poppins", sans-serif !important;
}

.tp-footer-2-input button {
  right: 0 !important;
}

.tp-footer-2-input input::placeholder {
  color: #888;
}

.tp-footer-2-input button {
  background: var(--brand-red);
  border: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.tp-footer-2-input button:hover {
  background: #cc0000;
  transform: translateX(2px);
}

.tp-footer-2-widget-logo h2 {
  font-family: "League Spartan", sans-serif !important;
  font-size: 34px;
  font-weight: 800 !important;
  letter-spacing: 1px;
  color: var(--brand-white);
}

.tp-footer-2-widget-logo h2 span {
  color: var(--brand-red);
}

.tp-footer-2-contact-item a {
  color: var(--brand-gray);
  transition: color 0.3s ease;
}

.tp-footer-2-contact-item a:hover {
  color: var(--brand-red);
}

.tp-copyright-2-social a {
  font-family: "League Spartan", sans-serif !important;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 18px;
  position: relative;
}

.tp-copyright-2-social a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  transition: width 0.3s ease;
}

.tp-copyright-2-social a:hover {
  color: var(--brand-red) !important;
}

.tp-copyright-2-social a:hover::after {
  width: 100%;
}

.back-to-top-btn {
  background: var(--brand-red);
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.35);
}

.back-to-top-btn:hover {
  background: #cc0000;
}
