@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    background: #000;
}
/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/


section{
  padding: 0px 0px 0px 0px;
}

.main{
  color: #fff;
  padding: 200px 220px;
}

.logo a img{
  padding: 29px 0px;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
video {
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
  object-fit: cover;
}

.vid-img-mob{
  display: none;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background:#1d1d1f;
  opacity: 0.3;
  z-index: 2;
}

.wrap {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
  height: 250px;
}

.do-this{
  width: 33%;
  float: left;
  margin: 140px 0px 0px 00px;
}

.main-logo{
  width: 33%;
  float: left;
  margin: 0% 0%;
}

.reel{
  width: 33%;
  float: left;
  margin: 100px 0px 0px 00px;
  cursor: pointer;
}

.reel p{
  font-size: 26px;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
  letter-spacing: 2px;
}

.reel img:hover, .do-this img:hover{
  background: #ce0018;
}

.wrap h1{
  font-size: 35px;
  letter-spacing: 1px;
  margin: 50px 0px 0px 0px;
}

/* .wrap p{
  font-size: 20px;
  font-weight: 100;
  margin: 30px 0px 0px 0px;
} */
/* Navbar section */

.nav {
    width: 100%;
    height: 70px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 99;
    background: #000;
}

.nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}

.nav div.logo a:hover {
    color: #00E676;
}

.nav div.main_list {
    height: 65px;
    float: right;
    margin: 0px 0px 0px 20px;
}

.nav div.main_list ul {
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 6px 0px 0px 0px;
}

.nav div.main_list ul li {
    width: auto;
    padding: 0;
    padding:0rem 1.5rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 75px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.nav div.main_list ul li a img{
  width: 30px;
  height: 30px;
  padding: 20px 0px 0px 0px;
}

.nav div.main_list ul li a:hover, .nav div.main_list ul li a.active{
    color: #ce0018;
}


/* Home section */

.navTrigger {
    display: none;
}

.nav {
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* model box */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 70px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden;; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #000;
  margin: 0% auto; /* 15% from the top and centered */
  padding: 0px 20px 20px 20px;
  width: 98%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
  height: 100vh;
}

.modal-content iframe{
  border-radius: 10px;
  width: 100%;
  min-height:84%;
  height: auto;
  margin: 0 auto;
}
/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 40px;
  font-weight: bold;
  padding: 10px 0px 0px 20px;
}

.close:hover,
.close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}


/* About Us */

.about{
  background: #000;
  width: 50%;
  padding: 150px 5% 0% 0%;
  float: left;
}

.about p, .about a{
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin: 0px 0px 35px 0px;
  text-align: center;
}

.about p a{
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin: 0px 0px 35px 0px;
  text-align: center;
  text-decoration: none;
}

.about p a:hover{
  color: #ce0018;
}

.deepak{
  width: 30%;
  float: left;
  margin: 0px 0px 0px 50px;
  padding: 150px 0px 0px 100px;
}

.deepak img{
  width: 70%;
}

.digital-clock {
  color: #ce0018;
  font-weight: 400;
}


/*contact*/
.contact{
  background: #000;
  width: 50%;
  padding: 200px 25% 0px 25%;
  text-align: left;
}

.contact p{
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin: 0px 0px 35px 0px;
  text-align: center;
}

.contact a{
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin: 0px 0px 35px 0px;
  text-align: center;
  text-decoration: none;
}

.contact a:hover{
  color:#ce0018;
}

.commercial{
  background: #000;
  width: 100%;
  padding: 150px 0px 0px 0px;
}

.commercial-vid{
  width: 70%;
  margin: 0 auto;
}

.commercial-vid iframe{
  width: 100%;
  height: 600px;
}

.commercial-wrap{
  width: 100%;
  margin: 40px auto;
}
.product-1{
  width: 40%;
  display: inline;
}

.product-1 img{
  width: 33%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.product-1:hover img{
  -webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.cult-wrap{
  width: 70%;
  margin: 20px auto 0px auto;
}
.studio{
  width: 33%;
  text-align: center;
  display: inline;
  float: left;
}

.studio h1{
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0px;
}

.studio p{
  color: #fff;
  line-height: 25px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0px;
}

.contact form input, .contact form textarea{
  display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    background-color: #1c1e1f;
    border-color: #1d2021;
    color: #FFFEDF;
    outline: none;
    margin: 20px 0px;
}

.contact form textarea{
  height: 200px;
}

.contact form input:focus, .contact form textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: none;
}

.contact form button {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.contact form button:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

/* Media qurey section */

@media screen and (max-width: 1200px) {
  .nav div.logo{
    padding-left: 0.5rem;
  }
  .nav div.main_list ul li{
    padding: 0rem .3rem;
  }
  .nav div.main_list ul li a{
    font-size: 15px;
  }

  .nav div.main_list ul li a img {
    width: 25px;
    height: 25px;
    padding: 26px 0px 0px 0px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }

    .deepak{
        padding: 150px 0px 0px 0px;
    }
}

@media screen and (max-width:768px) {
    .nav{
      padding-bottom: 50px;
      line-height: 0px;
      height: 42px;
    }

    .bg-video-wrap{
      overflow: scroll;
    }

    video {
      display: none;
    }

    .vid-img-mob{
      display: block;
    }

    .vid-img-mob img{
      width: 100%;
      height: 100vh;
    }
    .navTrigger {
        display: block;
    }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #000;
        /*same background color of navbar*/
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        padding: 20px;
        color: #fff;
        line-height: 50px;
        font-size: 17px;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
    }
    .nav div.media_button {
        display: block;
    }

    .wrap{
      margin: 50px 0px;
    }
    .main-logo, .reel{
      display: inline-block;
      width: 100%;
      margin: 25px auto;
    }

    .do-this{
      display: inline-block;
      width: 100%;
      margin: 50px auto 25px auto;
    }

    .main-logo img, .do-this img, .reel img{
      text-align: center;
      width: 40%;
    }

    .reel p{
      font-size: 18px;
    }

    .product-1 img{
      width: 96%;
      margin: 0 auto;
    }

    .commercial-wrap{
      text-align: center;
    }

    .studio{
      width: 100%;
      float: none;
    }

    .commercial-vid{
      width: 96%;
    }

    .contact{
      width: 80%;
      padding: 100px 10% 0px 10%;
  }

  .about{
    width: 80%;
    padding: 10px 10% 0% 10%;
  }

  .deepak{
    width: 100%;
    padding: 100px 0px 0px 0px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
  }

  .about p, .about a{
    margin: 0px 0px 15px 0px;
  }

  .deepak img{
    width: 30%;
  }


  .commercial-vid iframe{
    height: 300px; 
  }

  .modal-content{
    width: 94%;
    padding: 0px;
  }
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

.contact{
  width: 80%;
  padding: 100px 10% 0% 10%;
  text-align: center;
}

.contact form input, .contact form textarea{
  width: 93%;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
}

.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
	font-size: 20px;
}
@media all and (max-width:700px){
	.myP {
		padding:2%;
	}
}
