/*-----------------
Custome CSS
------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #0b2c3e;
}

/* ------ Body Border End ------*/


.logo {
	position: absolute;
	top: 25px;
	left: 65px;
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 1;
	z-index: 11;
	white-space: nowrap;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.back-btn {
	top: 10px;
	font-size: 21px !important;
}

.text {
	top: 13px;
	font-size: 21px;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #333333;
}


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


.left-section {
    background: url(../images/gabsat.jpg) no-repeat center center #FEDF00;
		background-size: cover;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
        width: 50%;
		height: 100%;
		overflow: hidden;
    z-index: 1;
}

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

.intro-personal {
	padding: 200px 0 0 0;
	max-width: 600px;
}

.intro-personal .intro-text h1 {
	font-size: 38px;
	font-weight: 800;
    margin-bottom: 30px;
    color: #0b2c3e;
    text-transform: uppercase;
}

.intro-personal .intro-text p {
    font-size: 24px;
}

.intro-personal .intro-text p a {
    color: #FBA000;
    text-decoration: none;
}

.intro-personal .intro-text p a:hover {
    color: #0b2c3e;
}

/* ----------------------------------------------------
----------- Footer Styling Starts Here ----------------
-----------------------------------------------------*/



.lesspadding {
	padding-top: 0;
	padding-bottom: 30px;
}

.footer-personal ul {
	list-style: none;
    padding: 0;
    margin: 0;
}

.footer-personal li {
	display: inline;
}

.footer-personal a {
	display: inline;
	font-family: 'Playfair Display';
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	padding-right: 20px;
	letter-spacing: 1px;
	color: #FBA000;
	text-decoration: none;
}

.footer-personal a:hover, .footer-personal a:focus {
  color: #0b2c3e;
}

.footer-personal p {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-credits {
	font-family: Poppins;
	font-size: 12px;
}

.footer-credits span {
	color: #C5283D;
}


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

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

	#left, #right {
			width: 25px;
			}
	#top {
			height: 25px;
		}
	#bottom {
			height: 25px;
		}

		.intro-personal {
			padding: 200px 0 0 150px;
		}

		.footer-personal {
			margin: 20px 0 20px 150px;
		}

	}

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

			.logo {
				top: 50px;
				left: 25px;
			}

	     .right-section {
	        position: relative;
	        width: 100%;
	    }

	     .left-section {
	        position: relative;
	        width: 100%;
					left: 0;
	        min-height: 100vh;
	    }

			.intro-personal {
				padding: 200px 0 0 20px;
			}


			.about {
				padding: 150px 20px 50px 20px;
			}

			.project-single {
				padding: 150px 20px 0 20px;
			}


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

			.contact {
				padding: 150px 20px 100px 20px;
			}

		}

		@media only screen and (min-width: 802px) and (max-width : 1024px) {

			.logo {
				left: 30px;
			}

			.intro-personal {
				padding: 200px 20px 0 20px;
			}

		}

	 @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: 420px) {

		.intro-personal {
			padding: 80px 0 0 10px;
            text-align: center;
		}

		.intro-personal .intro-text h1 {
			font-size: 34px;
			font-weight: 800;
			line-height: 1.1;
            text-align: center;
		}
            
            .footer-personal {
                text-align: center;
                margin: 50px 0;
            }
            
            .footer-personal p {
                font-size: 18px;
            }
            
            

	}
