/*
Theme Name:   Power Bimbo
Theme URI:    http://supertusch.dk/theme/power-bimbo/
Description:  Basically Bootstrap 5 Child Theme created for Power Bimbo
Author:       Supertusch
Author URI:   http://supertusch.dk
Template:     basically-bootstrap-5
Version:      1.0.0
Domain Path: /languages/
Text Domain:  powerbimbo
*/

/* variables */

:root {
  /* colour vasriables  */
  --blue: #103ee3;
  --mid-blue: #cdeaff;
  --pale-blue: #f5fbff;
  --white: #fff;
  --black: #000;
  /* font variables */
}

/* header  */

.DBCLogo {
  height: 80%;
}

.headerItem {
  color: var(--black);
}

body {
  background-color: var(--white);
}

.article a {
  text-decoration: none !important;
  color: var(--white) !important;
}

/* footer  */

.corporateFooter {
  height: 300px;
  width: 100vw;
  background-color: var(--pale-blue);
  color: var(--blue);
  display: flex;
  justify-content: space-between;
}

.corporateFooter * {
  list-style: none;
}

.footerRight {
  display: flex;
  width: 30rem;
}

.footerRightLinks {
  border-right: 1px solid var(--blue);
  padding-top: 1rem;
  width: 50%;
}

.footerRightLinks ul li {
  margin-bottom: 1rem;
  margin-right: 1rem;
  text-align: right;
}

.footerRightInfo {
  padding-top: 1rem;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: start;
}

.footerRightInfo img {
  max-height: 50px;
  margin-left: 2rem;
}

.footerLeft {
  align-self: end;
  height: 50%;
  position: relative;
}

.footerLeft a img {
  height: 100%;
}

/* font imports */

@font-face {
  font-family: "Open-Sans-Regular";
  src: url("/wp-content/themes/power-bimbo/assets/fonts/Open_Sans/static/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open-Sans-SemiBold";
  src: url("/wp-content/themes/power-bimbo/assets/fonts/Open_Sans/static/OpenSans-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open-Sans-Light";
  src: url("/wp-content/themes/power-bimbo/assets/fonts/Open_Sans/static/OpenSans-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open-Sans-Bold";
  src: url("/wp-content/themes/power-bimbo/assets/fonts/Open_Sans/static/OpenSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ********** Generic STYLING ********** */

* {
  font-family: "Open-Sans-Regular";
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.seeThru {
  opacity: 0;
}

.darkBlue {
  background-color: var(--blue);
  color: var(--white);
}

.darkBlue h3 {
  color: var(--mid-blue);
}

.lightBlue {
  background-color: var(--pale-blue);
  color: var(--black);
}

.leftToRight {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.blockContainer {
  width: 100%;
  max-width: 100vw;
  margin: 0 0 4rem 0;
  display: grid;
  place-content: center;
}

.sectionSubtitle {
  color: var(--blue);
  text-align: center;
  margin-bottom: 2rem;
}

.sectionTitle {
  text-align: center;
  margin-bottom: 2rem;
}

.highlight {
  background-color: var(--mid-blue);
}

/* **********  News Page STYLING ********** */

.newsContainer {
  max-width: 80%;
  margin: 0 10% 4rem;
  display: flex;
  flex-direction: column;
}
.newsTopLayout {
  background-color: var(--pale-blue);
  padding: 1rem;
  display: grid;

  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2rem;
}

.newsImg {
  overflow-x: hidden;
  margin-left: auto 0 auto;
  max-width: 100% !important;
  max-height: 70vh;
}

.newsImgContainer {
  width: 100%;
  display: grid;
  place-content: center;
}

.newsIntro {
  padding: 2rem;
  height: 100%;
  max-height: 50vh;
}

.newsCategory {
  color: var(--blue);
}

.articleBody {
  display: block;
  grid-column: 1 / -1;
}
/* ********** Branding Video STYLING ********** */

.brandingVideo {
  position: relative;
  max-width: 840px;
}

.brandingVideoGraphic {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  z-index: -1;
  bottom: 0;
}

.videoContainerInfo {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  width: 70%;
  margin: 0 auto 1rem auto;
}

.videoContainerInfo .buttonContainer {
  width: 70%;
}

.videoContainerInfo > h2 {
  width: 100%;
  text-align: left;
}

.videoContainerInfo > p {
  margin-left: 30%;
}

.videoContainerNative {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}

.videoContainerNative video {
  height: 100%;
}

/* ********** Text Picture container STYLING ********** */

.textPicPortrait {
  display: flex;
  max-height: 100%;
  max-width: 840px;
}

.textPicLandscape {
  max-width: 840px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  background-color: var(--blue);
}

.textPicTextContainer {
  padding: 1rem;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bottomToTop {
  border-bottom: var(--blue) solid 10px;
}

.topToBottom {
  border-top: var(--blue) solid 10px;
}

.textPicImgLandscape {
  grid-column: 1 / -1;
  grid-row: 1 / 10;
  z-index: 1;
}

.topToBottom > .textPicTextLandscape {
  grid-column: 2 / 7;
  grid-row-start: 1;
  height: 80%;
}

.topToBottom > .textPicImgLandscape {
  grid-row: 2 / -1;
}

.textPicTextLandscape {
  background-color: var(--pale-blue);
  grid-column: 4 / 9;
  grid-row: 2 / 11;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.textPicTextLandscape > h3,
.textPicTextContainer > h3 {
  margin-bottom: 1rem;
}

.textPicTextLandscape > h2,
.textPicTextContainer > h2 {
  margin-bottom: 1rem;
}

.textPicTextLandscape > h3 {
  color: var(--blue);
}

.textPicTextLandscape > h2,
.textPicTextLandscape > p {
  color: var(--black);
}

.textPicImg {
  height: 100%;
  overflow: hidden;
}

/* ********** Full Width Quote STYLING ********** */

.fullWidthQuote {
  width: 70vw;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.mainTextQuote {
  text-align: center;
  margin-bottom: 1rem;
}

.quoteContainer {
  padding: 0 8.335% 0 8.335%;
}

.quotee {
  font-style: italic;
  text-align: end;
}

/* ********** Full Width Image STYLING ********** */

.fullWidthImageContainer {
  border-radius: 9999px;
  max-height: 90%;
  max-width: 70%;
  margin: 0 auto 0 auto;
  border: var(--blue) solid 10px;
  overflow: hidden;
}

.fullWidthImg {
  object-fit: contain;
}

/* ********** Cards STYLING ********** */

.cardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  column-gap: 1rem;
}

.customCard {
  width: 275px;
  background-color: var(--pale-blue);

  padding: 1rem;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.newsArticleImage {
  margin-bottom: 2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
}

/* ********** Carousel STYLING ********** */

.gallery-slider {
  margin-left: 20vw;
  min-height: 70vh;
  max-width: 80vw;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 2rem;
  grid-template-rows: auto;
}

.gallery-slider .customCard {
  margin-right: 1rem;
}

.slick-dots {
  place-content: center;
  width: 100%;
  max-height: 30px;
  grid-row: 2 / 3;
  grid-column: 5 / 9;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin-left: -10vw;
}

.slick-prev,
.slick-next {
  position: absolute;
  grid-row: 2 / 3;
  background: none;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px -11px;
  height: 48px;
  width: 48px;
  margin-top: 0;
  z-index: 10;
}

.slick-prev {
  left: 10vw;
  background-image: url(/wp-content/themes/power-bimbo/assets/graphics/Arrow_L.png);
}

.slick-next {
  right: 30vw;
  background-image: url(/wp-content/themes/power-bimbo/assets/graphics/Arrow_R.png);
  justify-self: end;
  background-position: right -11px;
}

.slick-list {
  grid-row: 1 / 2;
  grid-column: 1 / 13;
  max-width: 100vw;
}

.slick-dots button {
  opacity: 0;
}

.slick-dots li {
  background-color: var(--black);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

li.slick-active {
  background-color: var(--blue);
}

/*  .slick-dots 
    .slick-prev
    .slick-next
*/

/* ********** Product Grid STYLING ********** */

.gridLayout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  row-gap: 1rem;
  width: 80vw;
}

.microCard {
  width: 30%;
  height: 6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: hidden;
  background-color: var(--white);
}

.microCard:hover {
  box-shadow: 1px 1px 1px 10px var(--mid-blue);
}

.microCardContent {
  width: 70%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.microCard p {
  margin-bottom: 0;
  margin-left: 1rem;
}

.microCardThumb {
  height: 100%;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.microCard a {
  display: block;
  margin-left: auto;
  margin-right: 0rem;
  z-index: 2;
  max-height: 100%;
  display: flex;
  align-items: center;
}

.microCardIcon {
  height: 48px;
  margin-right: 0.5rem;
}

/* ********** WYSIWYG ********** */

.wysiwygContainer {
  width: 70vw;
}

.wysiwygContainer h1 {
  font-weight: bold;
  max-width: 45%;
  margin-bottom: 2rem;
}

.wysiwygContainer h2 {
  margin-left: 10%;
  margin-bottom: 2rem;
}

.wysiwygContainer h3 {
  text-align: center;
  color: var(--blue);
  max-width: 60ch;
  font-weight: bold;
  margin-bottom: 2rem;
}

.wysiwygContainer h4 {
  text-align: center;
  font-style: italic;
  opacity: 0.5;
  max-width: 75%;
  margin-left: auto;
  margin-bottom: 2rem;
}

.wysiwygContainer p,
.wysiwygContainer ul {
  max-width: 50%;
  margin-left: auto;
  margin-bottom: 2rem;
}

/* *************************** COMPONENTS *************************** */

/* ********** CTA BUTTON STYLING ********** */

.fullWidthQuote .ctaButton {
  margin-left: auto;
  margin-right: 8.335%;
  text-decoration: none !important;
}

.simpleCtaButton {
  padding: 0;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-left: auto;
  width: 100%;
  border-bottom: 1px solid var(--blue);
  text-decoration: none !important;
}

.ctaButton {
  color: var(--white);
  padding: 0;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-left: auto;
  text-decoration: none !important;
}

.ctaButton svg {
  text-align: end;
  margin-left: auto;
  transition: all 200ms ease-out;
  overflow: hidden;
  text-decoration: none !important;
}

.ctaButtonlightBlue {
  color: var(--blue);
  text-decoration: none !important;
}

.ctaButtondarkBlue {
  color: var(--white);
  text-decoration: none !important;
}

.buttonContainer {
  display: block;
  width: 100%;
  text-decoration: none !important;
}
/* *************************** WHOWHERE FORM SECTION *************************** */

.whoWhere {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.whoWhere a {
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 3rem;
}

.whoWhere a img {
  object-fit: contain;
  position: absolute;
  top: -1rem;
}

.formQuestion {
  margin-left: 1rem;
}

/* **DROPDOWNS** */

select {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  z-index: 1;
  align-items: center;
  position: relative;
  border-bottom: 2px solid var(--black);
  color: var(--blue);
}

/* *************************** HERO SECTION *************************** */

.heroSection {
  height: 65vh;
  width: 100vw;
  display: grid;
  place-content: center;
  margin-bottom: 25vh;
}

.heroContainer {
  display: grid;
  place-content: center;
}

.videoContainer {
  margin-top: 5rem;
  max-width: 50vw;
  aspect-ratio: 18 / 9;
  overflow: hidden;
  border-radius: 9999px;
}

.formStep1,
.formStep2 {
  display: flex;
  column-gap: 1rem;
}

.heroVideo {
  width: 100%;
}

.heroSection img {
  position: absolute;
  z-index: -1;
}

.videoGraphicLayer {
  opacity: 0;
}

.fadeInClass {
  animation: fadeIn ease-out forwards 1000ms;
}

#blueRect4 {
  z-index: -1;
  filter: blur(1px);
}

#blueRect3 {
  z-index: -2;
  filter: blur(1px);
}

#blueRect2 {
  z-index: -3;
  filter: blur(2px);
}

#blueRect1 {
  z-index: -4;
  filter: blur(6px);
}

/* *************************** ANIMATIONS SECTION *************************** */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 


/* *************************** MEDIA QUERIES SECTION *************************** */

@media only screen and (max-width: 1000px) {
  .microCard {
    min-width: 50%;
  }

  .gridLayout {
    width: 90%;
  }
}

@media only screen and (max-width: 850px) {
  .cardContainer {
    justify-content: space-around;
    row-gap: 1rem;
  }

  .brandingVideoGraphic {
    display: none;
  }

  .brandingVideo {
    background-color: var(--blue);
    width: 80vw;
  }

  .videoContainerInfo {
    width: 100%;
    padding: 1rem 1rem 0;
  }

  .videoContainerInfo p {
    margin-left: 0;
  }

  .wysiwygContainer {
    width: 100%;
    padding: 0 1rem;
  }

  .gallery-slider {
    position: relative;
  }

  .slick-arrow {
    position: absolute;
    bottom: 25%;
  }

  .topToBottom > .textPicTextLandscape,
  .bottomToTop > .textPicTextLandscape {
    grid-column: 2 / 10;
  }

  .textPicPortrait {
    flex-direction: column;
    max-width: 80vw;
  }

  .textPicPortrait * {
    width: 100%;
  }

  .whoWhere {
    flex-direction: column;
  }

  .whoWhere > * {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 590px) {
  .microCard {
    width: 80%;
  }

  .gridLayout {
    justify-content: space-around;
  }

  .wysiwygContainer p,
  .wysiwygContainer h1,
  .wysiwygContainer h4 {
    max-width: 80ch;
  }

  .footerLeft img {
    display: none;
  }
}
