﻿
/*------------------------------------------------------*/
/*Basic setup all objects are affected*/
/*------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;

    
}
html {
    background: #000000;
    color: white;
    font-family: 'Mukta Vaani','Montserrat','Arial';
    font-size: 20px;
    font-weight:300;
    text-rendering: optimizeLegibility; 
}
/*------------------------------------------------------*/
/*this is the Reel section*/
/*------------------------------------------------------*/
.header {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.Reel {
    content: " ";
    display: grid;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(#000000 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 5px, 3px 100%;
}
.Reel video {
        width: 100%;
        opacity: .20;
 }

/*------------------------------------------------------*/
/*this is the Reel section*/
/*------------------------------------------------------*/

.logo {
    position:absolute;
    top:0;
    padding:0;
    margin:0;
    border:none;
   
}

/*------------------------------------------------------*/
/*this is the Navigation section*/
/*------------------------------------------------------*/

.main-nav {
    padding-top:20px;
    list-style-type: none;
    margin-top:10px;
    padding-left:70px;
}

.main-nav li{   
    display:block;
    padding-bottom:20px;
}
.main-nav li a:link,
.main-nav li a:visited {

        padding:8px 0;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 90%;
        border-bottom: 2px solid #bb1919 transparent;
        transition:border-bottom .2s;
}
.main-nav li a:hover,
.main-nav li a:active {
        border-bottom: 2px solid #bb1919;
       
}

/*------------------------------------------------------*/
/*this is the About section*/
/*------------------------------------------------------*/


.about {
    width: 100%;
    height: 600px;
    padding-top: 20px;
    margin: 0;
    border: none;
    box-sizing: border-box;
}


.Render {
    margin: 0;
    float: left;
    background-color: #000000;
    width: 33.3%;
    height: 600px;
    border-right-style:groove;
    border-bottom-width:1px;
    border-color:#bb1212;
}
.render-icon {
    position: relative;
    left: 47%;
    top: 150px;
    width: 40px;
    height: 40px;
   
}

h1 {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    padding-top: 200px;
    
}

p {
    font-weight: 300;
    position:relative;
    left:30%;
    margin: 0;
    text-align:justify;
  width:50%;
    padding-top: 10px;
}

.VR {
    margin: 0;
    float: left;
    background-color: #000000;
    width:30%;
    height: 500px;
}

.vr-icon {
    position: relative;
    left: 46%;
    top: 150px;
    width: 40px;
    height: 40px;
}
h2 {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    padding-top:200px;
}


.Animation {
    margin: 0;
    float: right;
    background-color: #000000;
    width: 33.3%;
    height: 600px;
    border-left-style: groove;
    border-bottom-width: 1px;
    border-color: #bb1212;
}

.film-icon {
    position: relative;
    left: 45%;
    top: 150px;
    width: 40px;
    height: 40px;
}
h3 {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    padding-top: 200px;
}

/*------------------------------------------------------*/
/*this is the empty section*/
/*------------------------------------------------------*/
.break {
    background-color: #000000;
    height: 150px;
}
/*------------------------------------------------------*/
/*this is the Portfolio section*/
/*------------------------------------------------------*/

.portfolio {
    background-color: #000000;
    height: 150px;
}

h4 {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    padding-top: 80px;
}

.Gallery {
    position: relative;
}

.grid-container {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    cursor:zoom-in;
}

.container {
    width: 75%;
    position: absolute;
    top: 20%;
    left: 7%;
}
/*contianer is causing the extended window*/

.grid-container img {
    opacity: .65;
}
.grid-container img:hover {
        opacity: 1.00;
    }

.closebtn {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 45px;
    color: red;
    cursor: pointer;
}

.division{
	
	background-color: #000000;
    height: 300px;
}


.VR Pano{
	width: auto;	
}



.space{
	
	background-color: #000000;
    height: 900px;
}
#vrview{
	
	position: absolute;
	margin-left: 300px;
	
	
}

h7{
	
	font-size: 35px;
    font-weight: 300;
    margin: 0;
    text-align:center;
    padding-top: 80px;
	
}




h5 {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    padding-top: 80px;
}


/*------------------------------------------------------*/
/*this is the Contact section*/
/*------------------------------------------------------*/


.contact {
    position:relative;
    background-color: #000000;
    height: 600px;
    text-align: center;
    color: white;
}

.background {
    opacity: 0.2;
    filter: blur(1px);
}
.address{
    position:absolute;
    left:300px;
    top:300px;
    background-color:rgba(187, 18, 18, 0.50);
    width:650px;
    height:350px;
}

.message-box {
    position: absolute;
    left: 1100px;
    top: 300px;
    background-color: rgba(187, 18, 18, 0.50);
    width: 500px;
    height: 750px;
}

h6 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    color:rgba(187, 18, 18, 0.70);
  
}

h6 {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    padding-top: 80px;
}
