body {
    margin:0;
    padding:0;
	font-family: 'Open Sans', sans-serif;
}
.wrapper {
    height:100vh;
    	background: url(../images-w/1.jpg?v=1) no-repeat right;
	background-size: cover;
	background-attachment: fixed;
}
.content {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
button {
	border-radius: 10px;
	background: #ad0707;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border:none;
	display: inline-block;
	text-align: center;
	margin:0 auto;
	padding: 20px 25px;
	margin-top: 30px;
	border-bottom:5px solid #4a0505;
}

/* -----------------Time CountDown ----------------*/

.countDown{
    bottom: 17px;
	padding: 50px 15px;
	color: #000;
    margin: 0 auto;
    width: 345px;
    text-align: center;
    border-radius: 7px;
    background: rgb(196,4,4);
    background: linear-gradient(180deg, rgba(196,4,4,1) 0%, rgba(129,7,7,1) 53%, rgba(98,2,2,1) 100%);
}
p{
    padding:0;
    margin:0;
}
.countDown.mobile{
    display: none;
}
.countDown button{
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    font-size: 1.4rem;
    padding: 5px;
    border: none;
    border-radius: 5px;
    outline: none;
    animation: zoom 1s infinite ease;
    -webkit-animation:zoom 1s infinite ease ;
    box-shadow: 0px 6px 15px -5px rgba(0,0,0,0.65);
    background: linear-gradient(to bottom, #fff48e 0%, #fecb1b 100%)
}

.slide1 button{
    position: absolute;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 5px;
    border: none;
    border-radius: 5px;
    transform: translateX(-50%);
    left: 45%;
    outline: none;
    bottom: 5px;
    color: #fff;
    animation: zoom 1s infinite ease;
    -webkit-animation:zoom 1s infinite ease ;
    box-shadow: 0px 6px 15px -5px rgba(0,0,0,0.65);
    background: rgb(0,106,17);
    background: linear-gradient(180deg, rgba(0,106,17,1) 0%, rgba(12,121,17,1) 42%, rgba(4,116,9,1) 58%, rgba(5,83,2,1) 100%);
}
.slide3 button{
    position: absolute;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 5px;
    border: none;
    border-radius: 5px;
    transform: translateX(-50%);
    left: 48%;
    outline: none;
    bottom: 5px;
    color: #fff;
    animation: zoom 1s infinite ease;
    -webkit-animation:zoom 1s infinite ease ;
    box-shadow: 0px 6px 15px -5px rgba(0,0,0,0.65);
    background: rgb(0,106,17);
    background: linear-gradient(180deg, rgba(0,106,17,1) 0%, rgba(12,121,17,1) 42%, rgba(4,116,9,1) 58%, rgba(5,83,2,1) 100%);
}
.timing{
    display: flex;
    justify-content: center;
    margin: 10px;
    font-weight: 700;
    font-size: 30px;
}
.timing div{
    font-family: 'Roboto', sans-serif;
    width: 75px;
    
    background: rgb(255, 255, 255);
    border-radius: 5px;
    margin: 0 5px;
    font-weight: 900;
    font-size: 50px;
}
.timing span{
    font-size: 16px;
    background: #dcd4b5;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.countDown p:last-child{
    margin-top: 10px;
    font-weight: 500;
    font-size: .9rem;
    color: white;
}
@media (max-width: 768px) {
	.content {
		width:100%;
		box-sizing: border-box;
		padding: 0 10px;
		font-size: 7vw;
	}
	button { 
		font-size: 6vw;
	}

}
@media (max-width: 425px){
.countDown {
    width: 272px;
}
}