body{
	margin: 0;
	overflow-x: hidden;

}

.s1{
	position: absolute;
	z-index: 2;
	height: 100vh;
    width: 140vw;
    background-image: linear-gradient(to right, #f84b78 , #f9cf2e);
    transform: rotate;
    transform: rotate(-15deg);
    margin-top: -30vh;
    margin-left: -10vw;
}
.s2{
	position: absolute;
	z-index: 1;
	height: 100vh;
    width: 140vw;
    background-color: #fa4e79;
    transform: rotate(15deg);
    margin-top: -10vh;
    margin-left: 10vw;
}
.land{
	position: absolute;
	z-index: 3;

}
.nav{
	width: 100vw;
}
.nav-left{
	margin-left: 5vw;
	color: #fff;
	float: left;
	width: 20vw;
	font-size: 30px;
}
.nav-right{
	float: right;
	display: inline-block;
	text-align: right;
	width: 70vw;
	margin-right: 5vw;
}
ul{
	list-style-type: none;
}
.item{
	display: inline-block;
	font-size: 20px;
	width: 10vw;
	color: #fff;
	cursor: pointer;
}
.wat1{
    height: 50vh;
    width: 50vw;
    display: inline-block;
    background-image: url(watch/wat4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20vh;
    max-width: 60vw;
}
.headtext{
	margin-top: 30vh;
	max-width: 50vw;
	position: absolute;
	width: 40vw;
	display: inline-block;
}
.head{
	color: #fff;
	letter-spacing: 30px;
	font-size: 60px;
}
.line{
	margin-top: 2vh;
	margin-bottom: 2vh;
	height: 2px;
	width: 100px;
	background-color: #fff;
}
.subhead{
	font-size: 30px;
	font-family: 'Roboto Slab';
	color: #fff;
}
.about{
	position: relative;
	padding-top: 120vh;
	padding-bottom: 20vh;
	text-align: center;
	background-color: #efefef;
}
.wat2{
	width: 70vw;
	height: 50vh;
	margin: auto;
	background-image: url('watch/wat1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.abhead{
	font-size: 40px;
	font-family: 'Roboto Slab';
}
.line2{
	height: 2px;
	width: 20vh;
	background-color: #000;
	margin: auto;
	margin-top: 2vh;
	margin-bottom: 2vh;
}
.abtext{
	width: 70vw;
	font-family: 'Montserrat';
	margin: auto;
	font-size: 20px;
}
.bg3{
	padding-top: 30vh;
	padding-bottom: 20vh;
}
.text3{
	width: 50vw;
	margin-left: 45vw;
	max-width: 50%;
	display: inline-block;
	text-align: center;
}
.wat3{
    width: 50vw;
    height: 80vh;
    position: absolute;
    background-image: url(watch/wat5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: -40vh;
}
.head3{
	font-family: 'Roboto Slab';
	font-size: 40px;
}
.line3{
	width: 45vh;
}
.para3{
	font-family: 'Montserrat';
	font-size: 20px;
}
.feat{
	background-color: #efefef;
	text-align: center;
	padding-top: 20vh;
	padding-bottom: 20vh;
}