/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------- 6.0/00 - 14-01-2023
/* colors   -> #EE741D | rgba(238,116,29) | hsla(25,86%,53%) */
/* ------------------------------------------------------------------------------ */
/* link     -> https://codepen.io/marioandrade/pen/GaYLPe */
/* info     -> start2slider */
/* ------------------------------------------------------------------------------ */
/* ROOT and VARIABLES */

@font-face {
  font-family: 'Oxanium';
  src: url('fonts/Oxanium-VariableFont_wght.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Anodina-Light';
  src: url('fonts/Anodina-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
	--hover-bgr:hsla(210,100%,56%,1);
    
    /* cards */
    --card-front-col: rgba(0,0,0,.6); /* black, gray OR client-color */
    --card-front-bgr: #fff;
    --card-back-col: #fff;
    --card-back-bgr: #EE741D;
    --card-ibox-hgt: 14rem;         /* min-height of the card - depends of the text card-back - def 14rem */
    --card-body-bdr: 1px solid rgba(0,0,0,.05);     /* border - def 1px */
    /* grid-area */
    --grid-area-gap: 1rem;          /* gap between flipboxes - def 1rem | min .3rem - check used shadow */
    --grid-area-pad: 1rem;          /* padding - check card-border-radius - def 1rem | min .3rem */
    --grid-area-bgr: none;          /* background - def none */
    --grid-area-bdr: 0px solid rgba(0,0,0,.25);     /* border - def 0px  */
    --grid-area-rad: 0rem;          /* border-radius - def 0rem */
    /* counter - card-front */ 
    --count-color: rgb(255,255,255,.6);  /* color of the counter - must be the same as card-back-background AND no transparent */
    --count-size: 3.6rem;                 /* counter size - def 4rem */
    /*--count-pos-top:1.4rem;             /* counter position top - def 1rem */
    /*--count-pos-right:1rem;             /* counter position right - def 1.2rem */
    --count-pos-left: 2rem;       /* counter position left - NOT IN USE */
    --count-pos-bottom: .8rem;     /* counter position bottom - NOT IN USE */ 
    --count-width: 1px;             /* counter stroke - def 1px | max 3px */
    /* animation */
    --time-flip: 0.8s;              /* def 0.8s */
	}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------ 6.0/00 - 13-01-23 */
/* RESET COUNTER -> SEE design.css */
/* START2SLIDER */

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}


ul {
  padding: 0;
}


li {
  list-style-type: none;
}


a,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}


html {
  font-size: 16px;
}


html,
body {
  overflow: hidden;
  height: 100vh;
}


body {
  font-family:"Muli", sans-serif;
  color: #030303;
  background-color: #030303;
}


#slides-main,
#slides-main:after,
#slides-main .slide-image,
#slides-main .abs-mask,
#slides-main .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


.mask {
  overflow: hidden;
}

/* #LAYOUT - START*/
#hero-slider {
  position: relative;
  height: 100vh;
  display: flex;
  background: #030303;
}


#hero-slider:not(.ready) {
  visibility: hidden;
}


#slideshow {
  position: relative;
  flex: 1 1 80%;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}


#slides-main:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 100;
}


#slides-main .slide-image {
  background-position: center;
  background-size: cover;
  z-index: -1;
}


#slides-aux {
  position: relative;
  top: 1.25rem;
  width: 100%;
}

/* title - bottom - left */
#slides-aux .slide-title {
  position: absolute;
  bottom: -1rem; /* self */
  z-index: 300;
  font-size: 3vw;
  font-weight: 700;
  line-height: 2; /* 1.3; self */
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}


#info {
  position: relative;
  flex: 1 1 20%;
  padding: 2rem;
  background-color: #fff;
}

/* line 128, D:/WEB/Projects/Slider/assets/scss/style.scss */
#info .slider-title-wrapper {
  position: absolute;
  top: 2rem;
  left: calc(100% - 2rem);
  transform-origin: 0% 0%;
  transform: rotate(90deg);
  color: transparent;
  -webkit-text-stroke: 1px #030303;
}

/* line 137, D:/WEB/Projects/Slider/assets/scss/style.scss */
#info .slider-title {
  position: relative;
  font-size: 9vmax;
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  text-indent: -1%;
}

/* line 147, D:/WEB/Projects/Slider/assets/scss/style.scss */
#info .line {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: #030303;
}

/* line 156, D:/WEB/Projects/Slider/assets/scss/style.scss */
#info .about {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  text-align: right;
  max-width: 85%;
  font-size: 0.8rem;
  line-height: 1.2;
}

/* line 165, D:/WEB/Projects/Slider/assets/scss/style.scss */
#info .about a:hover {
  opacity: 0.8;
}

/* line 171, D:/WEB/Projects/Slider/assets/scss/style.scss */
#logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding-right: 2rem;
  z-index: 300;
}

/* line 178, D:/WEB/Projects/Slider/assets/scss/style.scss */
#logo .logo-text {
  position: relative;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}

/* line 185, D:/WEB/Projects/Slider/assets/scss/style.scss */
#logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

/* line 196, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slider-nav {
  position: absolute;
  top: 2rem;
  right: calc(20% - 130px/2);
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 500;
}

/* line 205, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slider-nav .current {
  color: #fff;
}

/* line 209, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slider-nav .sep:before,
#slider-nav .sep:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
}

/* line 216, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slider-nav .sep {
  position: relative;
  width: 40px;
  height: 2px;
  margin: 0 1rem;
}

/* line 222, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slider-nav .sep:before {
  background-color: #fff;
  left: 0;
}

/* line 228, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slider-nav .sep:after {
  background-color: currentColor;
  right: 0;
}

/* line 235, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slider-nav .total {
  color: #030303;
}

/* line 239, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slider-nav > span {
  font-size: 1.5rem;
}

/* #LAYOUT - END*/
/* #INITIAL ANIMATION - START */
/* line 249, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider #logo:after {
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 0.35s cubic-bezier(0.694, 0, 0.335, 1);
}

/* line 255, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider .logo-text {
  display: block;
  transform: translate3d(120%, 0, 0);
  opacity: 0;
  transition: transform 0.8s 0.2s, opacity 0.5s 0.2s;
}

/* line 262, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider .current,
#hero-slider .sep:before {
  opacity: 0;
  transition: opacity 0.4s 1.3s;
}

/* line 268, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider #info {
  transform: translate3d(100%, 0, 0);
  transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1) 0.6s;
}

/* line 273, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider .line {
  transform-origin: 0% 0;
  transform: scaleX(0);
  transition: transform 0.7s cubic-bezier(0.694, 0, 0.335, 1) 1s;
}

/* line 279, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider .slider-title {
  overflow: hidden;
}

/* line 282, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider .slider-title > span {
  display: block;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.5s 1.5s;
}

/* line 290, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider.ready #logo:after {
  transform: scaleY(1);
}

/* line 294, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider.ready .line {
  transform: scaleX(1);
}

/* line 298, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider.ready .logo-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 303, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider.ready #info,
#hero-slider.ready .slider-title > span {
  transform: translate3d(0, 0, 0);
}

/* line 308, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider.ready .current,
#hero-slider.ready .sep:before {
  opacity: 1;
}

/* line 315, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider:not(.loaded) .slide:not(:first-child) {
  visibility: hidden;
}

/* #INITIAL ANIMATION - END */
/* #SLIDESHOW - START */
/* line 324, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main {
  overflow: hidden;
}

/* line 327, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main .abs-mask {
  overflow: hidden;
}

/* line 333, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main .slide {
  overflow: hidden;
  will-change: transform;
}

/* line 338, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main .slide .slide-image {
  will-change: transform;
}

/* line 342, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main .slide.prev {
  z-index: 5;
  transform: translate3d(-100%, 0, 0);
  transition: 1s cubic-bezier(0.694, 0, 0.335, 1);
}

/* line 347, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main .slide.prev .abs-mask {
  transform: translateX(80%);
  transition: 1s cubic-bezier(0.694, 0, 0.335, 1);
}

/* line 357, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main .slide.active {
  z-index: 10;
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1);
}

/* line 362, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main .slide.active .abs-mask {
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1);
}

/* line 373, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main .slide:not(.prev):not(.active) {
  z-index: -1;
  transform: translate3d(100%, 0, 0);
}

/* line 377, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-main .slide:not(.prev):not(.active) .abs-mask {
  transform: translateX(-50%);
}

/* line 389, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider.prev #slides-main .slide.prev {
  transform: translate3d(100%, 0, 0);
}

/* line 392, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider.prev #slides-main .slide.prev .abs-mask {
  transform: translate3d(-80%, 0, 0);
}

/* line 397, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider.prev #slides-main .slide:not(.prev):not(.active) {
  transform: translate3d(-100%, 0, 0);
}

/* line 400, D:/WEB/Projects/Slider/assets/scss/style.scss */
#hero-slider.prev #slides-main .slide:not(.prev):not(.active) .abs-mask {
  transform: translate3d(50%, 0, 0);
}

/* line 410, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-aux .slide:not(.active) {
  transform: translateX(-20%);
  opacity: 0;
}

/* line 415, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-aux .slide.prev {
  transition: transform 0s 0.2s, opacity 0.2s;
}

/* line 419, D:/WEB/Projects/Slider/assets/scss/style.scss */
#slides-aux .slide.active {
  transition: opacity 0.6s 0.8s,
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}

/* #SLIDESHOW - END */
/* #RESPONSIVE - START*/
/* Landscape */
@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  /* line 432, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #info .line,
  #info .about {
    display: none;
  }
  /* line 437, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #info .slider-title-wrapper {
    top: auto;
    bottom: 2rem;
    left: calc(70% + 11px);
    transform-origin: 35% -100%;
  }
  /* line 445, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slides-aux {
    top: 0;
  }
}

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  /* line 451, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #info {
    display: none;
  }
  /* line 455, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slides-aux {
    display: flex;
    align-items: flex-end;
    top: 0;
  }
  /* line 460, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slides-aux .slide-title {
    font-size: 3rem;
  }
  /* line 465, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slider-nav {
    right: 2rem;
  }
}

@media only screen and (max-device-width: 680px) and (orientation: portrait) {
  #slides-aux .slide-title {
    font-size: 2.5rem;
  }

  #slider-nav {
    top: 6rem;
    right: auto;
    left: 2rem;
  }
}



/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------ 6.0/00 - 21-08-22 */
/* css-counter postion background */
/* https://stackoverflow.com/questions/43514987/css-increasing-number-as-background-images-for-css */	
.no-class::before { 
	position:absolute;
  display:flex;
	/*top:var(--count-pos-top);*/
  /*right:var(--count-pos-right);*/
  bottom:var(--count-pos-bottom);
  left:var(--count-pos-left);
	justify-content:center;
  align-items:center;
  counter-increment:Element 1;
	content:counter(Element) '';
	font-size:var(--count-size); 
	font: 800 Arial;
	  -webkit-text-fill-color:transparent; /* works FF, Chrome and Edge */
	  -webkit-text-stroke:var(--count-width,1px);
	  -webkit-font-smoothing:antialiased;
	color:var(--count-color); /* must be the same color als card-back background */
    opacity:1;
	/*z-index:999;*/
	}
/* shadow */
/*
.shadow, .flex-item {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04);
}
*/	
/* ------------------------------------------------------------------------------ */
/* END */	
/* ------------------------------------------------------------------------------ */