/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "JUST Sans", sans-serif;
  background-color: #000;
  color: #fff;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 0;
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}

header .top-bar {
  width: var(--progress);
  height: 5px;
  background-color: #e70e58;
  transition: width 0.2s ease-out;
}

header .navbar {
  padding-top: 0;
  --bs-navbar-toggler-border-color: #fff;
  --bs-navbar-color: #fff;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

header .navbar .offcanvas {
  --bs-offcanvas-bg: #000;
  height: 100vh;
}

header .navbar .offcanvas .btn-close {
  color: #fff;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E")
    center/1em no-repeat;
}

header .navbar .offcanvas .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.header-scrolled {
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.75);
}

.navbar .navbar-brand img {
  max-height: 80px;
}

@media (min-width: 992px) {
  header .navbar .navlink-wrapper.active {
    padding: 0 0.5rem;
    border-bottom: 2px solid #e70e58;
  }
}

/*--------------------------------------------------------------
# Policy
--------------------------------------------------------------*/
#policy {
  margin-top: 97px;
  padding-top: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #000000;
  color: #ffffff;
  font-size: 0.9375rem;
}

footer .footer .container {
  border-top: 1px solid #ffffff;
}

footer .footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footer-brand {
  max-width: 250px;
}

footer .footer-link {
  font-weight: 100;
  display: flex;
  align-items: center;
  gap: 5px;
}

footer .footer-link img {
  transition: transform 0.5s;
}

footer .footer-link:hover img {
  transform: translateX(-5px);
}

footer .copy {
  padding: 15px 0;
  background-color: #e70e58;
}

/*--------------------------------------------------------------
# Custom Bootstrap Classes
--------------------------------------------------------------*/

/**
* Width and Heigth
*/

/**
* Margin and Padding
*/

.py-2-50 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.px-4-50 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/**
* Text
*/

.text-pink {
  color: #e70e58;
}

.ff-gilroy {
  font-family: "Gilroy";
}

/**
* Background
*/

/**
* Borders
*/

/**
* Buttons
*/

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008a00;
  --bs-btn-border-color: #008a00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007a00;
  --bs-btn-hover-border-color: #007a00;
  --bs-btn-focus-shadow-rgb: 0, 138, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007a00;
  --bs-btn-active-border-color: #007a00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008a00;
  --bs-btn-disabled-border-color: #008a00;
}

/**
* Responsive Media Queries
*/

/* lg */
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

/* xxl */
@media (min-width: 1400px) {
  .gap-xxl-6 {
    gap: 3.5rem !important;
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/**
* JUST Sans
*/

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExBold.woff") format("woff"),
    url("../fonts/JUST-Sans-ExBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Bold.woff") format("woff"),
    url("../fonts/JUST-Sans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/JUST-Sans-SemiBold.woff") format("woff"),
    url("../fonts/JUST-Sans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Medium.woff") format("woff"),
    url("../fonts/JUST-Sans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Regular.woff") format("woff"),
    url("../fonts/JUST-Sans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Light.woff") format("woff"),
    url("../fonts/JUST-Sans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExLight.woff") format("woff"),
    url("../fonts/JUST-Sans-ExLight.woff2") format("woff2");
}

/**
* Gilroy
*/

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-ExtraBold.otf) format("opentype");
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Light.otf) format("opentype");
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-weight: 300;
}
