
/* CSS Document */


    body {
      margin: 0;
		overflow-x: hidden;
      font-family: Arial, sans-serif;
		font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  margin: 0;
    padding: 0;
    background-image:  url("../IMAGES/portback option 3 final.png");
    background-repeat: repeat-y;
		    background-repeat: round;
	  background-attachment: fixed; /* Keeps the background fixed while scrolling */
  background-size: auto 100%; /* Adjusts the width according to the aspect ratio */
	
}

.navbar {
  position: fixed;
  top: 0;
  height: 60px; /* Fixed height */
  left: 0;
  width: 100%;
  background-color: white;
  color: black;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.navbar a {
  color: black; /* Change link color to black */
  text-decoration: none;
right: 65px;
}

.navitem {
  display: inline-block;
  margin-left: 36px;
  font-size: 13px;
  position: relative;
}

.navitem::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.3s ease;
}


.navitem:hover::after {
  width: 100%;
}

.navitem.active::after {
  width: 100%; /* Underline always appears under the active item */
}

.navbar:hover .navitem.active::after {
  width: 0; /* Underline disappears when hovering over the navbar */
}

.left-section {
  float: left;
}

.right-section {
  float: right;
	display: inline-block;
   margin-top: -1%
	

	
}

.right-section a{
	margin-top: 9%;
	
}

.left-section img {
 margin-top: -7%;
	
  width: 200px;
  float: right;
  cursor: pointer;
}

.logo:hover {
  width: 230px;
}

.social-links {
 display: inline-block;;
	margin-top: -6%;
float: right;
	margin-right: 7%;
	
}

.social-links img {
	
	  height: auto;
	width: 20px;
	padding: 9px;

	opacity: 50%;}



   






.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 90px;
	padding-bottom: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.lightbox img {
    margin: auto;
    max-width: 75%;
    max-height: auto;
	;
}





.allprojects{
	max-width: 1420px;
  margin: auto;
	height: auto;
	
	
	
;
 
}

.content{
	padding:5%;
	width: 100%;
	
	max-width: 1920px;
  margin: auto;
  width: 100%;
	height: auto;

	 margin-top: 2%;
		 

}

@media (min-width: 1420px) {

	
	
	.projectstotal{margin-top:5%;}

	
.project1g {
	margin-top: 3%;
	float:left;
	margin-left:50%;
	margin-bottom: -7%;

}
.project1g h1{

	margin-top: 39%;
	font: normal;
	font-size: 18px;
	font-weight: normal;
	
	opacity: 60%;
}

.project1g p{
	
	margin-top: -8%;
	font-size: 14px;
	font-weight: normal;
	opacity: 40%;
}


	
	.projectstotal{
	
		padding-top: 40px;
	width: 100%;
		margin-bot: 5%;
	
  margin: auto;
 
	height: auto;

	
		 

}
	
	
	.p9info{
	margin-left: 24%;
	margin-top: 7%
		;
	
}
.p9info p{
	position: relative;
	font-size: 14px;
	font-weight: normal;
	opacity: 40%;
	margin-top: 7%
	
}
	
	
	.allprojects{ height: 13500;
		margin-top:5%;max-width: 1420px;
  margin: auto;
	}
	

	



	
	.pric2 {margin-top: 1000px;
		
	
		
	}
	
	.pric3 {
		
		margin-bottom: 300px;
	
		
	}
	.pric9{
		margin-bottom: 500px;
	
	}
	
	.pric4{
		margin-bottom: 400px;
		
	}
	
	.pric5{margin-bottom: 300px;}
	
	.pric6{margin-bottom: 300px;}
	
	.pric7 {margin-bottom: 100px;
		
		}
		
		.pric8{margin-bottom: 100px;}
			
		
.footer {
		z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0; /* Adjust as needed */
    padding: 20px; /* Adjust as needed */
    text-align: center;
}
	
		
}




 /*-- website content here --*/



/*Projects below*/

 




.resumeImage {
    width: 100%; /* Ensure the image fills its container */
    height: auto; /* Maintain aspect ratio */
		box-shadow: 2px 10px 16px rgba(0, 0, 0, 0.1);
	border: 10px white;}



.fade-front {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

 



.projectstop h1{
	text-align: center;
	font: normal;
	font-size: 14px;
	font-weight: normal;
	opacity: 60%;
	
}

 .project-name {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(255, 255, 255, 0.7);
        padding: 5px 10px;
        border-radius: 5px;
        display: none;
    }
    
    .projectcontainer:hover .project-name {
        display: block;
    }




@media (max-width: 377px){
	.right-section{
		display: none;}
			.content{ margin-bottom: -20%; 
				margin-top: 10%;

		height: 20px;
		width: 100%;
		
	}.pric1{margin-top:-50%;

	height: 370px;}
	
	.right-section img{
		margin-top: 10%;margin-top: -40%;
	}
	
} 

@media (max-width: 510px){

	.pric1{margin-top:-90%;}


	.projectdic{
		display:none;
	}
	
	.content{height: 110px;
		margin-bottom: -60%;
		margin-top: 20%;
		width: 140%;
		margin-left: -30%;
	}
	
	.allprojects{
margin-top: 10%;
		width: 100%;
		
		
	}
	.parallax-container{
		width: 120%;
		margin-left: -10%;
		margin-bottom: 20%;
		margin-top: 20%;
	}
	
	
	
	.social-links img{
		
	}
	.social-links {
		
  
	margin-left: 0%;
		margin-right: 0%;
		margin-top: 0%;
	
		
	}
	
	.right-section{
		width: 100px;
	}
	
}
@media (max-width: 638px){
    /* Hide elements other than logo and social links */
	 .navitem {
        display: none;
    }
	
	.projectdic { 
	display: none;
		
	}
	
	
	.allprojects{margin-top: 30%;
	width: 100%;}
	
	
	.content{height: 110px;
		margin-bottom: -60%;
		margin-top: 20%;
		width: 130%;
		margin-left: -25%;
	}
	


	

		.pric2{display: none;}	
	.pric3{display: none;}
	.pric4{display: none;}
	.pric5{ display: none;}
		.pric6{display: none;}
		.pric7{ display: none;}
	.pric9{ display: none;}
	.pric8{ display: none;}
	.pric10{ display: none;}
	.pric11{ display: none;}
	.pric12{ display: none;}
	
	
	.phoneimg {display:block;
	width: 100%;
	margin-bottom: 100%;}
	
	.phoneimg img {width: 100%;
		display:block;
	margin-top: 5%;
	margin-bottom: 5%;
		}
.phoneimg img:hover {
  transform: scale(1.03);/* Ensure the image does not exceed its container */
	transition: transform 0.6s; /* Add transition for smooth hover effect */
  overflow: hidden; /* Hide overflowing content */
}
	.social-links {
		
    

		margin-right: 0%;
	
		
	}
	.pric1{margin-top:-30%;}
}
	
@media (max-width: 720px) {.parallax-container{
		margin-bottom: 0%;
	
	}.pric1{margin-top:-30%;}
	.content{height: 410px;
		width: auto;
		margin-bottom: -50%;
	}
}

@media (max-width: 838px) {
    /* Hide elements other than logo and social links */
	 .navitem {
        display: none;
		 
    }
	.pric1{margin-top:-30%;}
	.content{height: 450px;
		width: auto;}
	
	.projectdic { 
	display: none;
		
	}
	
	
	.allprojects{margin-top: 5%;
	width: 100%;}
	
	
	.projectstotal{display:none;
}
	
	.parallax-container{
		margin-bottom: 0%;
	
	
	}.content{
		margin-bottom: 20%;
	}


	.social-links {
    float: left; 
	margin-left: 35%;
	margin-top: 5%;
		  padding: 10px;
	}

.social-links img {
  height: auto;
  width: 30px;

  opacity: 50%;
}

.navbar .left-section {
  float: left ;
  width: 10%;;
	margin-top: -2%;
}

.right-section {
  float: right; /* Change this from "left" to "right" */
  
	  width: 300px;
		   
}

.left-section img {
  margin-top: 0px;
  width: 200px;
  float: left; /* Change this from "right" to "left" */
  cursor: pointer;
}


	
		.projectstotal{
	padding-top: 0%;
		margin-top: 0%;
		margin-bottom: 0%;

	
		 

}
	

		.pric2{display: none;}	
	.pric3{display: none;}
	.pric4{display: none;}
	.pric5{ display: none;}
		.pric6{display: none;}
		.pric7{ display: none;}
	.pric8{ display: none;}
	.pric9{ display: none;}
	.pric10{ display: none;}
	.pric11{ display: none;}
	.pric12{ display: none;}
	
	
	.phoneimg {display:block;
	width: 100%;
	margin-bottom: 100%;}
	
	.phoneimg img {width: 100%;
		display:block;
	margin-top: 5%;
	margin-bottom: 5%;
		}
.phoneimg img:hover {
  transform: scale(1.03);/* Ensure the image does not exceed its container */
	transition: transform 0.6s; /* Add transition for smooth hover effect */
  overflow: hidden; /* Hide overflowing content */
}
	
}
@media (max-width: 878px) {
	.parallax-container{
		margin-bottom: -20%;
	}
	.pric1{margin-top:-10%;}
	
	
}	

@media (max-width: 938px) {
	.parallax-container{
		margin-bottom: -20%;
	}
}


@media (max-width: 1038px) {
	.parallax-container{
		margin-bottom: -15%;
	}
}
	
 /*-- website content here --*/



/*Projects below*/
#pdfViewer {
	
    width: 80%; /* Adjust width as needed */
    max-width: 800px; /* Set maximum width */
    margin: 0 auto; /* Center the container horizontally */
    transition: transform 0.3s ease; /* Add transition for smooth scaling */
}

#pdfViewer:hover {
    width: 100%; /* Scale up by 5% on hover */
}

#pdfViewer canvas {
	
    display: block; /* Make the canvas a block element */
    margin: 0 auto; /* Center the canvas horizontally */
    border: 1px solid #ccc; /* Add a border for visual clarity */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow effect */
}

.resumeImage {
	height: 100%;

	width: auto;
    margin-bottom: 5%;

	  transition: transform 0.3s ease; /* Add transition for smooth scaling */
}

.resumeImage:hover{
	    cursor: pointer;
    transform: scale(1.03); /* Scale up by 5% on hover */
}


