body.home{
	background-color:#5eb1d3;
 margin:0;
	padding:0;
	overflow:hidden;
}

#home .container {
    width: 100%;
    height: 100vh;
    border: 0px solid black;
    position: relative;
    overflow: hidden;
}

#home .box1 {
    width: 84%;
    height: 100vh;
    background-color:#00598b;
    transform: skewX(-20deg) translateX(-40%);
    position: absolute;
    z-index: 10;
   	overflow: hidden;
	float:left;
}

#home .box2 {
    width: 83%;
    height: 100vh;
    background-color:#f4c340;
    z-index: 0;
	transform: skewX(-20deg) translateX(40%);
	overflow: hidden;
	float:right;
}

#home  video#video-gpro {
    float: left;
    position: absolute;
    width: 100%;
	opacity:0;
}

#home  video#video-gpro2 {
    float: right;
    position: absolute;
    width: 100%;
	opacity:0;
}

#home .overlay_left,.overlay_right{
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index: 9;
	opacity:1;
}
#home .overlay_left{
	background-color: #00598b;
}
#home .overlay_right{
	 background-color:#f4c30e;
}
#home .logo{
    width: 350px;
    height: 350px;
    background:none;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    top: 15%;
    bottom: 0;
    z-index: 99;
}

#home .logo_2{
    background:none;
    position: absolute;
    border-radius: 50%;
    margin: 0px;	
}
#home .logo_3{
    background:none;
    border-radius: 50%;
}
#home .logo_img {
    margin: 0 auto 0 17px;
    width: 90%;
}
#home .film{
	position: absolute;
    z-index: 99;
    left: 14%;
    top: 28%;
    font-size: 20px;
	color:#fff;
	text-align:center;
	transition:1s;
	letter-spacing: 0.9;
}

#home .ani{
	position: absolute;
    z-index: 99;
    right: 14%;
    top: 56%;
    font-size: 20px;
	color:#fff;
	text-align:center;
	transition:1s;
	letter-spacing: 0.9;
}

#home .heading a{
text-decoration:none;
color: #fff;
}

#home .heading{
    font-family: "Circular-Bold", sans serif;
    letter-spacing: 0.7;
    font-size: 19px;
}

#home .border{
	border-bottom: 3px solid #fff;
	width: 0%;
    display: inline-block;
}
#home .myborder{
    border-bottom: 3px solid #fff;
	width: 0%;
    display: inline-block;
}
#home .heading:hover .myborder{
    border-bottom: 3px solid #fff;
	width: 100%;
    display: inline-block;
	transition:0.5s;


}
#home .heading:hover .border{
	border-bottom: 3px solid #fff;
	width: 100%;
    display: inline-block;
	transition:0.5s;
}

#home .heading a span{
font-size: 50px;
letter-spacing: 4.7px;
}


.hidden_dex{
	display:none;
}

@media (max-width:2920px){
#home .logo {
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}
}
@media(max-width:1024px){
#home .ani.heading {
    right: 5% !important;
	top: 60%;
}
#home .heading a span, #home .heading a span {
    font-size: 30px;
}
#home .film.heading{
	left:5% !important;
	top:10%;
}
#home .heart.heading{
	left:5% !important;
	top:3%;
}
}

@media(max-width:768px){
.view_mobile{
	display:none;
}
.hidden_dex {
    display: block;
    height: 50vh;
    width: 100vw;
}
	
	
#home .logo {
    width: 250px;
    height: 330px;
    left: 0;
    right: 0;
    margin: auto;
}
#home .logo_img {
    width: 100%;
}
#home .logo_3 {
    height: 200px;
    width: 200px;
}
#home .logo_2 {
    width: 240px;
    height: 240px;
}
	
	
#home .film.heading {
    left: 0 !important;
    top: 10%;
    margin: auto !important;
    right: 0 !important;
}
#home .ani.heading {
    right: 0 !important;
    bottom: 10%;
	top:auto;
    left: 0 !important;
    margin: auto;
}
	
	#home .heart.heading {
    left: 0 !important;
    top: 10px;
    margin: auto !important;
    right: 0 !important;
}
	
#home {
    float: left;
    position: relative;
}
}