* {
	box-sizing: border-box;
}


#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
margin:0%;
height:70vh;
}

@media screen and (orientation: portrait) {
	#slider {
height:70vh;
}
}

#slider #line {
	height: 5px;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

#slider #dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	display: flex;
	justify-content: center;
}

#slider #dots li {
	transition: 0.3s;
	list-style-type: none;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: rgba(0,0,0,0.5);
	margin: 0 0.25em;
	cursor: pointer;
}

#slider #dots li:hover,
#slider #dots li.active {
	background: white;
}

@keyframes line {

	0% {width: 0%;}
	100% {width: 100%;}

}

#slider #back,
#slider #forword {
	width: 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: white;
	font-weight: 700;
    font-size: 2rem;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 );
}

#slider #forword {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=1 );
}

#slider:hover #back,
#slider:hover #forword {
	opacity: 0.7;
}

ul#move {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	background: gray;
	margin-right: 100%;
}


ul#move li {
	transition: 0.6s;
	min-width: 100%;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
		height: 100vh;
}

ul#move li img {
	width: 100%;

}

ul#move li:nth-child(1) {
	background: #657765;
}

ul#move li:nth-child(2) {
	background: #456174;
}

ul#move li:nth-child(3) {
	background: #984;
}

ul#move li:nth-child(4) {
	background: #445566;
}

ul#move li:nth-child(5) {
	background: #744674;
}


.FiltreNoir
{
width: 100%;
    background-color: #0c0d0d59;
    height: 100%;
    display: flex;
    justify-content: center;
}

.letterA{
	
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25em;
    background-image: url(images/a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    filter: brightness(1.5);	
	font-family: Arial, sans-serif;	
	width: 100%;
    display: flex;
    justify-content: center;

}

.letterB{
	
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25em;
    background-image: url(images/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    filter: brightness(1.5);	
	font-family: Arial, sans-serif;	
	width: 100%;
    display: flex;
    justify-content: center;

}

.letterC{
	
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25em;
    background-image: url(images/c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    filter: brightness(1.5);	
	font-family: Arial, sans-serif;	
	width: 100%;
    display: flex;
    justify-content: center;

}

.letterD{
	
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25em;
    background-image: url(images/d.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    filter: brightness(1.5);	
	font-family: Arial, sans-serif;	
	width: 100%;
    display: flex;
    justify-content: center;

}

.punchline {
position: absolute;
    top: 70%;
    text-transform: uppercase;
    font-size: 2em;
    color: gold;
	letter-spacing: 5px;
		font-weight:600;
}

@media screen and (orientation: portrait) {
	
.letter {

    font-size: 20em;

}


}





/*  Galaxy Fold*/

@media only screen and (max-width: 359px)
{
  
.letterA{
    font-size: 20em;
}

.letterB{
    font-size: 20em;
}

.letterC{
    font-size: 20em;
}
.letterD{
    font-size: 20em;
}

.punchline {
    font-size: 1em;
}


}

/* smartphone*/
@media only screen and (min-width: 360px) and (max-width:379px) 
{
  
.letterA{
    font-size: 20em;
}

.letterB{
    font-size: 20em;
}

.letterC{
    font-size: 20em;
}

.letterD{
    font-size: 20em;
}

.punchline {
    font-size: 1em;
}

}
/* smartphone*/
@media only screen and (min-width: 380px) and (max-width:480px) 
{

.letterA{
    font-size: 20em;
}

.letterB{
    font-size: 20em;
}

.letterC{
    font-size: 20em;
}

.letterD{
    font-size: 20em;
}

.punchline {
    font-size: 1em;
}

}



/* tablet*/
@media only screen and (min-width: 481px) and (max-width:767px) and (orientation: portrait)
{

.letterA{
    font-size: 20em;
}

.letterB{
    font-size: 20em;
}

.letterC{
    font-size: 20em;
}

.letterD{
    font-size: 20em;
}

.punchline {
    font-size: 1em;
}


}
/* tablet*/
@media only screen and (min-width: 481px) and (max-width:768px) and (orientation: landscape)
{

.letterA{
    font-size: 15em;
}

.letterB{
    font-size: 15em;
}

.letterC{
    font-size: 15em;
}

.letterD{
    font-size: 15em;
}




}



/* tablet */
@media only screen and (min-width: 768px)  and (max-width:1023px) and (orientation: portrait)
{



}


/* laptop or large smartphone landscape*/
@media only screen and (min-width: 769px)  and (max-width:1023px) and (orientation: landscape)
{

.letterA{
    font-size: 15em;
}

.letterB{
    font-size: 15em;
}

.letterC{
    font-size: 15em;
}
.letterD{
    font-size: 15em;
}


}

/* large tablet portrait*/
@media only screen and (min-width: 1024px)  and (max-width:1200px) and (orientation: portrait) 
{
	
.letterA{
    font-size: 40em;
}

.letterB{
    font-size: 40em;
}

.letterC{
    font-size: 40em;
}

.letterD{
    font-size: 40em;
}

.punchline {
    font-size: 4em;
}


}
/* desktop*/
@media only screen and (min-width: 1024px)  and (max-width:1200px) and (orientation: landscape)
{




}
/* XL screen*/

@media only screen and (min-width: 1201px) 
{


}


