
/* ====================================================================
*** 	Brainwork FrontEnd Web Design Framework
*** 	Version 4.00.0001, mobile-first
*** 	Copyright 2025, Brainwork Factory AB
*** 	Created: 3/3/2025, by Daniel Back, Brainwork Factory
*** 	Latest Update: 3/6/2025, by Daniel Back, Brainwork Factory
*
======================================================================== */

/* || SITE ROOT STYLE
======================== */
:root {
  --border-radius: .5625rem;
  --button-border-radius: .25rem;
}

/* || HEADER STYLE
===================== */
header {
  z-index: 3;
  position: sticky;
  top: 0;
  display: flex;
  padding-left: .25rem;
  padding-right: .25rem;
  background-color: #d90368;
	border: 2px solid #8C0243;
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 5px #323232, 2px 2px 2px 1px rgba(255, 255, 255, 0.4) inset,
    3px 3px 12px 3px rgba(0, 0, 0, 0.3) inset, 5px 5px 12px 3px rgba(0, 0, 0, 0.2) inset;
}

.top-header {
  justify-content: space-between;
  padding-block: .375rem;
}

.wrapper {
  width: min(100% - .175rem);
  margin-inline: auto;
}

/* || LOGO STYLE
=================== */
.logo {
  display: block;
  margin-left: .25rem;
  padding: .625rem .75rem;
  justify-content: center;
  align-content: center;
  background-color: #7bff00;
  border: 2px solid #b2b2b2;
  border-radius: var(--border-radius);
  box-shadow: 2px 2px 2px #323232, 2px 2px 2px 1px rgba(255, 255, 255, 0.7) inset,
    1px 1px 9px 1px rgba(0, 0, 0, 0.7) inset, 2px 2px 9px 1px rgba(0, 0, 0, 0.4) inset;
}

/* || GENERAL BUTTON STYLE
============================= */
button,
.button {
  position: relative;
  display: inline-block;
  margin: .75rem; /* 0; */
  /* padding: 0; */
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  background-color: #000;
  color: #7bff00;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 2px solid #000;
  border-radius: var(--button-border-radius);
  box-shadow: 0px 0px 5px #323232, 2px 2px 2px 1px rgba(255, 255, 255, 0.4) inset,
    3px 3px 12px 3px rgba(0, 0, 0, 0.7) inset, 5px 5px 12px 3px rgba(0, 0, 0, 0.4) inset;
  transition: background-color 300ms ease-out;
}

button:hover,
button:focus,
  .button:hover,
    .button:focus {
      background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3) 70%);
}

/* || HEADER CTA BUTTON
========================== */
button.header-cta,
.button.header-cta {
  padding-top: .175rem;
  padding-bottom: .175rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .889rem;
  margin-top: .75rem;
  margin-bottom: .75rem;

  @media screen and (max-width: 64em) {
    position: absolute;
    right: 3.75rem;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media screen and (width >= 64em) {
   /* display: flex; */
   position: fixed;
   right: 0.3rem; /* 17rem; */
   flex: right;
   /* float: right; */
   /* right: .5rem; */
   top: 1.25rem;
  }

  @media screen and (min-width: 75em) {
    right: 5rem;
  }
}

/* || SVG PRIMARY NAVIGATION CONTROLLER
========================================== */
.primary-navigation-ctrl {
  position: absolute;
  margin: 0;
  padding: .225rem;
  padding-top: .473rem;
  padding-bottom: .175rem;
  right: .75rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: none;
  background: transparent;
  border: none;
  
    @media (width >= 64em) {
      display: none; 
    }
}

.primary-navigation-ctrl:focus {
  background: transparent;
}  

.primary-navigation-ctrl .bar {
  fill: hsl(0, 0%, 21%);
  transition: y 300ms ease-in 300ms, rotate 300ms ease-in,
  opacity 0ms 300ms;
  transform-origin: center;
}

.primary-navigation-ctrl[aria-expanded="true"] .bar {
  fill: hsl(0, 0%, 21%);
  transition: y 300ms ease-in, rotate 300ms ease-in 300ms,
  opacity 0ms 400ms;
}

.primary-navigation-ctrl .bar {
  fill: hsl(0, 0%, 21%);
  transition: y 300ms ease-in rotate 300ms ease-in 300ms,
  opacity 0ms 300ms;
  transform-origin: center;
}

.primary-navigation-ctrl[aria-expanded="true"] :is(.top, .bottom) {
  y: 8;
  fill: hsl(0, 0%, 21%);
}

.primary-navigation-ctrl[aria-expanded="true"] .top {
  rotate: 45deg;
  y: 8;
  fill: hsl(0, 0%, 23%);
}

.primary-navigation-ctrl[aria-expanded="true"] .middle {
  opacity: 0;
}

.primary-navigation-ctrl[aria-expanded="true"] .bottom {
  rotate: -45deg;
  y: 8;
  fill: hsl(0, 0%, 21%);
}

/* PRIMARY NAVIGATION STYLE
============================== */
.primary-nav {
  margin: 0;
  margin-right: .5rem;
  padding: .1rem;
  background: transparent;

    @media screen and (max-width: 64em) {
      position: absolute;
      overflow: hidden;
      top: 7rem;
    }

    @media screen and (width >= 64em) {
      position: fixed;
      float: left;
      left: 10.25rem;
    }

    @media screen and (min-width: 75em) {
      left: 15rem;
    }
}

.nav-visibility {
 /* display: none; */
  opacity: 0;
  transition: 0.3s ease-in-out 0.3s;

  @media screen and (max-width: 64em) {
    display: none;
  }

    @media screen and (width >= 64em) {
      opacity: 1;
    }
}

.nav-visibility.active {
  opacity: 1;

  @media screen and (max-width: 64em) {
    display: block;
  }
}

.primary-link-area {
  z-index: 2;
  position: relative;
  display: flex;
  opacity: 1;
  margin: 0;
  margin-top: .325rem;
  padding: 0;
  background-color: transparent;
  /* border: 1px solid #fff; */

    @media screen and (max-width: 64em) {
      position: fixed;
      flex-direction: column;
      background-color: #000;
      top: 5.625rem;
      margin-top: 0;
      left: 0;
      border: none;
      width: 100vw;
      min-height: 100vh;
      border-radius: var(--border-radius);
      transition: 0.3s ease-in-out 0.3s;
    }
}   

@media screen and (max-width: 64em) {
  .primary-link-area li {
    padding: .1rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 64em) {
  .primary-link-area li a {
    position: absolute;
    padding-top: .25rem;
    padding-bottom: .5rem;
  }
}

.header-link {
  display: block;
  background: transparent; /* #7bff00; */ /* none; */
  color: #333;
  border: none;
 /* border-bottom: 2px solid #fff; */ /* #333; */ /* none; */
  box-shadow: none;
  font-family: Raleway, sans-serif;
  font-size: .889rem; /* 1rem; */
  font-weight: 600;
  text-transform: none;

    @media screen and (max-width: 64em){
      margin-bottom: 0;
      width: 21.25rem;
      text-align: left;
      font-size: .889rem;
      color: #d90368;
      border: none;
      border-bottom: 1px solid #d90368;
      border-radius: 0;
      background-image: none;
    }

    @media screen and (width >= 64em) {
      width: 6.725rem;
      text-align: left;
      padding-left: 0.35rem;
      margin-left: 0;
      border-bottom: 1px solid hsl(0, 0%, 20%);
      border-radius: 0;
    }
}

/* || DROPDOWN STYLES
======================== */
.arrow {
  position: absolute;
  left: 19.75rem;
  
    @media (width >= 64em) {
      left: 5.75rem;
    }
}

.arrow-right {
  /*  cursor: pointer; */
    position: absolute;
    left: 19.75rem;
    /* top: 50%; */ /* 50%; */
    width: auto;
   /* width: 12px;
    height: 21px; */
    /* margin-top: -22px; */
    padding: 0; /* 16px; */
    color: #d90368; /* white; */
    font-weight: 600; /* bold; */
    font-size: 1rem; /* 16px; */ /* 18px; */
    font-style: normal;
    transition: 0.6s ease;
   /* border-radius: 0 3px 3px 0; */
    top: .275rem; /*0;*//* -.125rem; */
  /* transform: rotate(-90deg); */
  /*  margin-bottom: 1.35rem;
    padding-bottom: 2rem; */
    border-radius: 3px 0 9px 3px;
   /* border-left: 9px solid red; */
    /* margin-top: 3px; */
  
    user-select: none;
  /* -ms-transform: translateY(-50%);
  transform: translateY(-50%); */

  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

    @media screen and (width >= 64em) {
      top: .525rem;
      color: #333;
      left: 5.75rem;
    }

}

.dropdown {
  position: relative;
}

.dropdown-menu {
  z-index: 1;
  display: block;
  left: 0;
  list-style: none;
  background-color: #000;
  padding: .75rem;
  padding-bottom: .1rem;
  padding-top: .375rem;
  padding-left: 1.75rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  width: 22.75rem;
  margin-left: .05rem;
  margin-top: .785rem;
  min-height: 100vh;

    @media screen and (max-width: 64em) {
      position: absolute;
      min-height: 100vh;
    }

    @media screen and (width >= 64em) {
      position: fixed;
      top: 4.825rem;
      left: 0;
      border-radius: var(--border-radius);
      width: 100vw;
      overflow: hidden;
      min-height: 40vh;
    }
}

li.sub-item {
  display: flex;
  padding-left: .25rem;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: .125rem;
  width: 19.75rem;
  margin-bottom: .6rem;
 /* border: 1px solid #fff; */
 border-bottom: 1px solid #d90368;

    @media screen and (max-width: 64em) {
      position: relative;
      padding: 1.75rem;
      margin: .75rem;
      margin-top: .1rem;
      margin-bottom: .75rem;
      margin-left: .1rem;
      padding-left: .25rem;
      padding-top: .25rem;
      border: none;
      border-bottom: 1px solid #d90368;
    }

    @media (width >= 64em) {
    /*  position: absolute; */
     /* display: flex; */
    /*  width: 7rem; */
  /*  top: 12rem;
    left: 15rem; */
    }
}

li.sub-item:hover {
  color: #7bff00;
  border-bottom: 1px solid #7bff00;
}

.sub-link {
  display: flex;
  padding-left: .325rem;
  color: #d90368;
  font-family: Raleway, sans-serif;
  font-size: 1rem; /*.889rem; */
  text-decoration: none;
  text-transform: none;
  padding: .75rem;
  padding-left: .25rem;

    @media screen and (max-width: 64em) {
      position: relative;
      padding: .375rem;
      padding-left: .1rem;
      margin-left: 0;
      margin-top: 0; /* .25rem; */
      font-size: .889rem;
    }
}

.sub-link:focus,
  .sub-link:hover {
  color: #7bff00;
}

.dropdown.active > .header-link,
.header-link:hover {
color: #7bff00;
box-shadow: none;
background-image: none;
border-bottom: 1px solid #7bff00;
border-radius: 0;
}

.header-link:focus {
background-image: none;
}

.dropdown:hover > .header-link > i.arrow-right {
  color: #7bff00;
}

.dropdown.active > .header-link + .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown.active > .header-link > i.arrow {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} 

.dropdown.active > .header-link > i.arrow-right {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #7bff00;
} 

/* ========================================================================= */

.intro-cta-container {
  /*	position: relative; */
    justify-content: center;
    align-items: center;
  /*	border: 1px solid #000; */
  
    display: flex;
  
      margin: 0;
   /* position: absolute; */
  /*  top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
  
  }

button.menu.cta,
.button.menu.cta {
  margin-top: 2.75rem;
/*	margin-top:*/ /* 0; */
/*	margin-left: 1.5rem; */
	margin-bottom: .625rem; /* 1rem; */
		padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 5.75rem;
	padding-right: 5.75rem;
	background-color: #d90368; /* #000; */
/*	color: #d90368; */
	border: 2px solid #d90368; /* 2px solid #000; */

	border-radius: 9px;

/*	font-size: 1.1502em; */

color: #7bff00; /* #fff; */

	font-size: 1.125em;

		box-shadow: 0px 0px 5px #323232, 2px 2px 2px 1px rgba(255, 255, 255, 0.4) inset,
		2px 2px 9px 2px rgba(0, 0, 0, 0.7) inset, 2px 2px 9px 2px rgba(0, 0, 0, 0.4) inset;

	/* #FA0378 */
}

button.menu.alt,
.button.menu.alt {
	margin-top: .75rem;
/*	margin-left: 1.5rem; */
	margin-bottom: .75rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 5.75rem;
	padding-right: 5.75rem;

	background-color: #fff;
	color: #000;
	border: 2px solid #fff;

	border-radius: 9px;

/*	font-size: 1.1502em; */

	font-size: 1.125em;

	box-shadow: 0px 0px 3px #D4D2D2, 2px 2px 2px 1px rgba(255, 255, 255, 0.4) inset,
		2px 2px 9px 2px rgba(0, 0, 0, 0.7) inset, 2px 2px 9px 2px rgba(0, 0, 0, 0.4) inset;

	/* #D4D2D2 */
}

@media screen and (width >= 64em) {
  .button.menu.cta {
    display: none;
  }

  .button.menu.alt {
    display: none;
  }
}