/*--------------
All Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Hamburger Menu Styling
4. Homepage Contents Styling
5. About Page Styling
6. Portfolio Styling
7. Portfolio Single
8. Contact Page Styling
9. Footer section
10. All Media Queries
------------------*/


/*----- 1. Reset.css -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-MediumItalic.eot');
    src: url('../fonts/JosefinSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/JosefinSans-MediumItalic.woff') format('woff'),
        url('../fonts/JosefinSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Medium.eot');
    src: url('../fonts/JosefinSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-Medium.woff2') format('woff2'),
        url('../fonts/JosefinSans-Medium.woff') format('woff'),
        url('../fonts/JosefinSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.eot');
    src: url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff'),
        url('../fonts/Quicksand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans';
}

p {
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	line-height: normal;
}

.intro-text h3{
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.text-block-1{
  margin-bottom: 10px;
  text-align: center;
  margin-top: -2px;
  color: #fff;

}

.intro-text a {
  color:#fff;
  text-decoration: underline;
}

.text-block-2{
	margin-top: 30px;
}

::-moz-selection {
    color: #1106CC;
    background: #FFFF99;
}

::selection {
    color: #1106CC;
    background: #FFFF99;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #001CFF;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}


#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.logo {
	padding: 0px 0px;
	z-index: 111;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	height: auto;
	display: block;
}


/* -------------------------------------------------
------- Navbar Styling - Transparent Start ---------
---------------------------------------------------*/




/* -------------------------------------------------
--------------- 3.Home Page Styling Starts -----------
---------------------------------------------------*/

.main {
  width: 100%;
	height: 100%;
	background: #F2F2F2;
	transition: 0.5s;
}



.main-intro {
	padding-top: 50px;
}

.main-intro h1 {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.1;
	letter-spacing: -2px;
}






/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/


/*-----------------------------------------------------
---------- Hamburger Menu Styling Starts --------------
------------------------------------------------------*/



/* ----- Hamburger Menu Styling and Animation  ------*/

.nav-trigger {
  width: 40px;
  height: 40px;
	z-index: 111;
  position: fixed;
  right: 10px;
	top: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .7s cubic-bezier(.77,0,.175,1);
  -moz-transition: .7s cubic-bezier(.77,0,.175,1);
  -o-transition: .7s cubic-bezier(.77,0,.175,1);
  transition: .7s cubic-bezier(.77,0,.175,1);
  cursor: pointer;
}

.nav-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 21px;
  background: #111;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-trigger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-trigger span:nth-child(2) {
  width: 26px;
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-trigger span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-trigger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 4px;
}

.nav-trigger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
}




/* ----- Dimming Main Content When Navigation is Active -----*/

.main::before {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.5s ease, height 1ms 0.5s ease;
    -moz-transition: opacity 0.5s ease, height 1ms 0.5s ease;
    -o-transition: opacity 0.5s ease, height 1ms 0.5s ease;
    transition: opacity 0.5s ease, height 1ms 0.5s ease;
}

.main.is-active.main::before{
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 1
}


#nav-menu.is-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-overflow-scrolling: touch;
}


#nav-menu.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .4s 0s, visibility 0s 0s;
  -moz-transition: opacity .4s 0s, visibility 0s 0s;
  transition: opacity .4s 0s, visibility 0s 0s;
}


#nav-menu.is-active li {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: .8s 0s;
  -moz-transition: .8s 0s;
    transition: .8s 0s;
}

#nav-menu .copyright-text {
  font-family: Work Sans;
  font-size: 12px;
  font-weight: 200;
	text-align: center;
  letter-spacing: 1px;
  padding: 20px 20px;
}

.nav-social ul {
  padding: 0.5em;
  list-style-type: none;
	text-align: center;
}

.nav-social li {
  display: inline !important;
  padding-left: 1em !important;
}

.nav-social i, .nav-social a {
  font-size: 21px;
  color: #072DEF;
}

.nav-social a:before {
  display: none;
}

@media only screen and (min-width: 768px) {

	#nav-menu {
	  width: 50%;
	}

  #nav-menu .navigation {
    margin-top: 150px;
  }

	#nav-menu li {
	  font-size: 24px;
	  text-align: center;
	  padding-left: 0em;
	}

  .nav-social ul {
    padding: 0.4em;
  }
}


/* --------------------------------------------------
------ Homepage Split Layout Styling Starts ---------
---------------------------------------------------*/



.left-section {
		/* background: linear-gradient( rgba(36,36,36, 0.6), rgba(36,36,36, 0.6)), url("../images/coming-soon-visual.jpg"); */
	background-size: cover;
	position: absolute;
left: 0;
	right: 0;
	top: 0;
	bottom: 0;
width: 100%;
	height: 100%;
	overflow: auto;
}


/*  .right-section {
	z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
		width: 50%;
		height: 100%;
    background-size: cover;
    z-index: 99;
    overflow: auto;
    overflow-y: auto;
} */

.intro-personal {
    padding-top: 245px;
	max-width: 750px;
	max-height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
    
}

.intro-personal .intro-text h1 {
	font-family: 'Josefin Sans';
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 1.2;
  text-align: center;
}

.btn-contact {
	font-family: Work Sans;
	font-size: 18px;
	font-weight: 600;
	color: #001CFF;
	display: inline-block;
	text-transform: uppercase;
	background: transparent;
	border: 3px solid;
	border-color: #001CFF;
	padding: 10px 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	-webkit-transform: 0.5s;
	-moz-transform: 0.5s;
	transition: 0.5s;
}

.btn-contact:hover, .btn-contact:focus {
	color: #FFFFFF;
	background: #001CFF;
	border-color: #001CFF;
	text-decoration: none;
}






/* -----------------------------------------------
---------- Media Queries for Split Layout --------
----------------------------------------------- */

	@media only screen and (max-width : 801px) {

     .right-section{
        display: none;
    }

     .left-section{
		position: absolute;
		width: 100%;
		/* background: linear-gradient( rgba(36,36,36, 0.6), rgba(36,36,36, 0.6)), url("../images/coming-soon-visual.jpg"); */
		background-size: cover;
    }

		.btn-contact {
			font-size: 18px;
			padding: 10px 20px;
		}

		.split-about {
			padding-top: 50px;
		}

		.split-about-details {
			padding: 25px;
		}

		.portfolio-split {
			padding-top: 100px;
		}

		.portfolio-split .portfolio-intro h1 {
			font-size: 24px;
		}

		.portfolio-split .portfolio-intro {
			padding: 1em;
		}

		.portfolio-single .project-details {
			padding: 15px;
		}

			.primal-portfolio span {
					margin-bottom: 0;
					text-align: center;
					width: 100%;
			}

			.primal-portfolio {
			 padding-left: 15px;
			 padding-right: 15px;
			}

			.primal-portfolio .categories ul li {
					text-align: center;
			}
			.primal-portfolio .categories ul li a {
					margin-left: 20px;
			}

		.footer-personal {
			margin-top: 50px;
			margin-bottom: 20px;
		}

		.footer-personal a {
			font-size: 14px;
			padding: 10px;
		}
	}

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

   .right-section{
      -webkit-overflow-scrolling: touch;
  }
}

 @media only screen and (min-device-width : 320px) and (max-device-width : 736px) {

   .split-home .right-section,  .split-home .left-section{
      -webkit-overflow-scrolling: touch;
  }
}

	@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation: landscape) {
   .right-section{
      -webkit-overflow-scrolling: touch;
  }
}

	@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
     .left-section {
       min-height: 100vh;
    }
  }	@media only screen and (max-width: 550px) {		.text-block-1 {
    margin-top: 50px!important;
	  }
	  .video-background::-webkit-media-controls-start-playback-button {
    display: none;
		  z-index:999999;
		  color:red;
}
  }
	@media only screen and (max-width: 420px) {


		p {
			font-family: 'Quicksand', sans-serif;
			font-size: 17px;
			line-height: normal;
		}
		.intro-text h3{
			font-size: 20px;
		}
		.intro-personal {
			padding-top: 50px;
		}

		.intro-personal .intro-text h1 {
			font-size: 34px;
			font-weight: 400;
			line-height: 1.1;
		}

		.primal-portfolio .categories ul li {
			display: block;
				text-align: center;
		}
		.primal-portfolio .categories ul li a {
			display: block;
			line-height: 1;
			padding: 5px 25px;
				margin-left: 0px;
				margin-bottom: 20px;
		}
	}

/* --------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/
	@media only screen and (max-width: 330px) {

		.time-section span {
    margin-left: -13px;
    font-size: 2em;
    font-family: 'Josefin Sans';
    font-size: 50px;
}.countdown {
    display: flex;
    justify-content: space-around;
    margin-left: -20px;
}

.text a{
  color: #fff;
    text-decoration: underline;
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 25px;
}