/*
essential styles:
these make the slideshow work
*/
#slides{
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    top: 3em;
    width: 45em;
    height: 43em;
}
#slidesInfo{
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    top: -15em;
    opacity: .75;
    z-index: 9;
    width: 22em;
    right: -21.7em;
    height: 12em;
    min-height: 200px;
}

.slide{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.slideInfo{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.showing{
	opacity: 1;
	z-index: 2;
}



/*
non-essential styles:
just for appearance; change whatever you want
*/

.slide{
	font-size: 40px;
	padding: 40px;
	box-sizing: border-box;
	color: #fff;
    border-radius: 25px;
    background-size: contain;
}

.slideInfo{
	padding: 40px;
	box-sizing: border-box;
    background: black;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(30px);

}
.slideInfo .title{
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: rgba(238, 245, 255, 0.10);
}
.slideInfo p{
    color: #F6F9FF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 50px;
}
.slideInfo a{
    color: var(--Blue-10, #F6F9FF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.slide:nth-of-type(1){
    background-repeat:no-repeat;background-image:url(../img/CARD-1.webp);
}
.slide:nth-of-type(2){
    background-repeat:no-repeat;background-image:url(../img/CARD-2.webp);
}
.slide:nth-of-type(3){
    background-repeat:no-repeat;background-image:url(../img/CARD-3.webp);
}
.slide:nth-of-type(4){
	background: blue;
}
.slide:nth-of-type(5){
	background: purple;
}
#dots {
    opacity: .75;
    z-index: 9;
    width: 60px;
}
.dot {
    height: 13px;
    width: 13px;
    background-color: black;
    opacity: .75;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}
.dot.showing{
  background-color: #fff;
  opacity: 1;
  border:1px solid #fff;
}
.slideFlex{
    display: flex;
    justify-content:space-between;
}

:root {
  --angle: 0deg;
}

.circle-border {
  position: absolute;
  top: 4em;
  left: 1cqmax;
  z-index: 999;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: conic-gradient(#fff var(--angle), transparent 0deg);
  animation: fillBorder 5s linear infinite;
  box-shadow: 0px -3px 8px 2px rgba(0, 0, 0, 0.2), 2px 19px 20px -5px rgba(0, 0, 0, 0.19);
}

@keyframes fillBorder {
  0% {
    --angle: 0deg;
  }
  10% {
    --angle: 36deg;
  }
  20% {
    --angle: 72deg;
  }
  30% {
    --angle: 108deg;
  }
  40% {
    --angle: 144deg;
  }
  50% {
    --angle: 180deg;
  }
  60% {
    --angle: 216deg;
  }
  70% {
    --angle: 252deg;
  }
  80% {
    --angle: 288deg;
  }
  90% {
    --angle: 324deg;
  }
  100% {
    --angle: 360deg;
  }
}

.circular-button {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: black;
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
  color:#FFF;
}
.circular-button.pause {
  font-size: 16px;
}
.circular-button.play {
  font-size: 13px;
  text-indent: 3px;
}
.cover.cover--home{
padding-top: 1em;
}
.home-hero-arrow{
    float: right;
}
.home-hero-arrow img{
    width: 1.5em;
}
@media only screen and (max-width:63.99em){
    .home-hero-arrow-container{
        display:none;
    }
    #slides{
       width: 90%;
        margin: 0 auto;
    }
    #slidesInfo{
        right: 0em;
        margin: 0 auto;
        top: -38.5em;
        width: 80%;
        max-height: 320px;
    }
    .slide{
            background-size: contain;
    }
    .page-wrapper--home .cover__text.cover--home__text{
        order:1;
    }

    .page-wrapper--home .cover--home__image{
        order:2;
        margin-top:0.5em;
    }
    .circle-border{
        left:75%;
        top:6em;
    }
    .slide:nth-of-type(1){
    background-repeat:no-repeat;background-image:url(../img/CARD-1-mobile.webp);
    }
    .slide:nth-of-type(2){
    background-repeat:no-repeat;background-image:url(../img/CARD-2-mobile.webp);
    }
    .slide:nth-of-type(3){
    background-repeat:no-repeat;background-image:url(../img/CARD-3-mobile.webp);
    }
    #dots {
    opacity: .75;
    z-index: 9;
    width: 70px;
    }
    .cover.cover--home{
    margin-bottom: 8em;
    }
}
@media screen and (max-width: 80em) and (min-width: 64em) {
    .cover.cover--home{
    padding-top: 2em;
     padding-bottom: 0em;
    }
}
@media screen and (max-width: 80em) and (min-width: 75em) {
    #slidesInfo {
    top: -17em;
    }
}
@media screen and (max-width: 75em) and (min-width: 64em) {
    #slidesInfo {
    top: -18em;
    }
}
@media screen and (max-width: 24.125em){
    #slidesInfo{
    height: 230px;
    }
}

@media screen and (max-width: 27em){
    #slidesInfo{
        height: 280px;
    }
}

.blink {
  animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 2s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
