﻿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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}

html
{
    height:100%; 
    margin-bottom: 0px; 

	
}

body 
{
    text-align:left;
    height:100%; 
    margin-bottom: 0px;
	direction:ltr;
		font-family: 'Comfortaa', cursive;
background: linear-gradient(90deg, rgba(150,0,204,1) 0%, rgba(255,235,246,1) 53%, rgba(255,202,39,1) 100%);

}


*{
	scroll-behavior: smooth;
	box-sizing: border-box;
}


nav.gotop{
	text-decoration: none;
	position: fixed;
	left: 15px;
	bottom: 65px;
	color: #CC9C60;
	z-index: 111;
	box-sizing: border-box;
	width: 100%;
}


nav.gotop i{
	transition: 0.4s;
		color: black;
	font-size: 24px;

}

nav.gotop i:hover{
		color: #191919;
	font-size: 33px;

}









div.resume{
	overflow: hidden;
}

div.resume img{
	transition: 0.6s;
}


div.resume:hover img{
	transform: rotate(-10deg);
	
}




#father{
	width: 100%;
	display: inline-flex;	
}


body video.bg-video{
	 object-fit: cover;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
	z-index: -20;
  min-width: 100%;
  min-height: 100%;
	opacity: 5%;
}


div.header{
	width: 50%;
	height: 400px;
  display: inline-block; /* so the header only wraps your logo+icons */

	position: relative;
}





.header .social-icons {
  position: absolute;
  bottom: 5px;   /* sticks to bottom */
  left: 5px;     /* sticks to left */
  display: flex;
  gap: 8px;      /* small space between icons */
}

.header .social-icons a {
  font-size: 18px;       /* smaller icons */
  color: white;
  background-color: black;
  padding: 6px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s;
}

.header .social-icons a:hover {
  background-color: white;
  color: black;
  box-shadow: 0 0 0px #FFFFFF;
  transform: scale(1.1);
}










div.header2{
	width: 50%;

		position: relative;
	height: 400px;
}

div.header2 img.myanimation{
	
	position: absolute;
	bottom: 0;
	height: 350px;
	left: 0;
}

div.header img.mylogo{
	
position: absolute;
	bottom: 50px;
	right: -20px;
}



div.menu{
	

	width: 100%;
    background-color: black;
	display: inline-block;
	text-align: center;

}

div.menu h2{
	padding: 15px 0;
		text-align: center;
	display: inline-block;
	color: white;
	font-weight: bold;
	 text-decoration: none;
	width: 24%;
	
}

div.menu a{
	 text-decoration: none !important;
   border:0px !important;
   outline:none;
   border-width: 0px;
   outline-width:0px;
   border-bottom: none;
	text-align: center;
	transition: 0.3s;
	
}


div.menu h2.active-menu{
	background-color: rgba(54,54,54,1.00);
}



div.menu a:hover{
	letter-spacing: 0.5px;
}

div.menu h2:hover{
	background-color: rgba(255,255,255,0.13);
}

#drawings{
	
	width: 100%;
	background-color: rgba(232,144,0,0.52);
	text-align: center;
	
}


#bw-drawings{
	
	width: 100%;
	background-color: rgba(232,144,0,0.52);
	text-align: center;
	
}



#drawings-2{
	
	width: 100%;
	background-color: rgba(228,50,204,0.52);
	text-align: center;
	
}

div.drawings-text{
	padding: 10px 0;
	width: 100%;
	background-color: rgba(232,144,0,0.52);
	color: white;
	text-align: center;
}

div.drawings-text{
	padding: 10px 0;
	width: 100%;
	background-color: rgba(232,144,0,0.52);
	color: white;
	text-align: center;
}

div.version2{
	background-color: rgba(228,50,204,0.52);
}


div.drawings-text img.text-img-1{
		height: 35px;
	outline: none;
	outline-offset: none;
	transition: none;
	margin-top: 10px;
	margin-bottom: 10px;
}





#bw-drawings img{
	height: 450px;
	outline: 1px solid black;
  outline-offset: -4px;
	transition: 0.2s;
	border-radius: 10px;

		
}


#bw-drawings img:hover{
	outline: 5px solid black;
  outline-offset: -9px;
	border-radius: 16px;
}


#drawings-2 img{
	height: 450px;
	outline: 1px solid white;
  outline-offset: -4px;

		
}




div.ps-text{
	padding: 10px 0;
	width: 100%;
	background-color: rgba(132,0,232,0.52);
	color: white;
	text-align: center;
}




div.ps-text img.text-img-2{
	height: 34px;
	outline: none;
	outline-offset: none;
	transition: none;
	margin-top: 10px;
	margin-bottom: 10px;
}


#drawings img{
	height: 450px;
	outline: 1px solid white;
  outline-offset: -4px;
	border-radius: 10px;
	transition: 0.2s;
		
}


#drawings img:hover{
	outline: 5px solid white;
  outline-offset: -9px;
	border-radius: 16px;
}

#drawings-2 img:hover{
	outline: 5px solid white;
  outline-offset: -4px;
}




#graphic-design{
	
	width: 100%;
	background-color: rgba(132,0,232,0.52);
	text-align: center;
	
}



#graphic-design img{
	
		height: 450px;
	outline: 1px solid #313131;
  outline-offset: -4px;
	transition: 0.2s;
	border-radius: 10px;

}

#graphic-design img:hover{
	outline: 5px solid #313131;
  outline-offset: -9px;
	border-radius: 16px;
}




#my-youtube-videos{
	
	width: 100%;
	background-color: rgba(132,0,232,0.52);
	text-align: center;
	
}

#my-youtube-videos iframe{
	 border: white 4px solid; /* Remove default iframe border */
  border-radius: 8px; /* Add rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
  /* Other styles like width, height, margin, padding can be applied here */
	margin: 10px;
}



#vehicle-design{
	
	width: 100%;
	background-color: rgba(132,0,232,0.52);
	text-align: center;
	
}



#vehicle-design img{
	
		height: 320px;
	outline: 1px solid #313131;
  outline-offset: -4px;
	transition: 0.2s;
	border-radius: 10px;

}

#vehicle-design img:hover{
	outline: 5px solid #313131;
  outline-offset: -9px;
	border-radius: 16px;
}



#web-dev{
	
	width: 100%;
	background-color: rgba(255,255,255,0.42);
	text-align: center;
	
}



#web-dev img{
	
		height: 450px;
	outline: 1px solid black;
  outline-offset: -4px;
	transition: 0.2s;
	border-radius: 10px;

}

#web-dev img:hover{
	outline: 5px solid black;
  outline-offset: -9px;
	border-radius: 16px;
}





div.web-text{
	padding: 10px 0;
	width: 100%;
	background-color: rgba(255,255,255,0.42);
	color: white;
	text-align: center;
}


div.web-text img.text-img-2{
	height: 34px;
	outline: none;
	outline-offset: none;
	transition: none;
	margin-top: 10px;
	margin-bottom: 10px;
}




























div.gallery{
	width: 100%;
	height: 100vh;
		text-align: center;


}


div.gallery img{
	height: 50%;

}



div.papa{
	height: 100vh;
	width: cover;
}


div.papa video.bg-video{
	 object-fit: cover;
  height: 100vh;
	width: 100%;
  position: fixed;
  top: 0;
  left: 0;
	z-index: -20;
	
}



#about-me{
	padding: 10px 0;
	width: 100%;
	background-color: rgba(219,219,219,0.70);
	color: white;
	text-align: center;
	display: inline-block;
	
}


#about-me img.text-img-3{
	height: 33px;
	outline: none;
	outline-offset: none;
	transition: none;
}


#about-me h2{
		width: 50%;
	color: #005F9C;
	font-weight: 700;
	text-align: center;
	display: inline-block;
}

#about-me h3{
	width: 50%;
	text-align: center;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #272727;
	line-height: 22px;
}


#about-me a.download-button{
	text-decoration: none;
	outline: none;
	color: #2995C1;
	font-weight: 600;
	display: inline-block;
	padding: 15px 40px;
	background-color: #191919;
	transition: 0.2s;
	margin: 10px;
	border-radius: 16px;
	
}


#about-me a.download-button:hover{

	outline: 1px solid white;
	outline-offset: -4px;
	color: white;
	background-color: #0C749F;
	border-radius: 16px;


}


#about-me a.fa{
	font-size: 40px;
	margin: 3px;
	text-decoration: none;
	outline: none;
	color: #191919;
	transition: 0.3s;
	
}

#about-me a.fa:hover{
	transform: rotate(10deg);
	color: #2899EC;
}






.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  font-size: 30px;
  color: white;
  background-color: black;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;   /* removes underline */
  transition: 0.3s ease;
}

.social-icons a:hover {
  background-color: #393939;
  color: #FFFFFF; /* neon cyan glow */
  box-shadow: 0 0 15px #FFFFFF;
  transform: rotate(-5deg) scale(1.2);
}

























a.special_content{
	position: absolute;
	display: inline-block;
	right: 0;
	
}





a.b-w-drawings{
	text-decoration: none;
	display: inline-block;
	padding: 8px 20px;
	background-color: orangered;
	border: solid 2px orangered;
	border-radius: 15px;
	color: white;
	font-size: 12px;
	margin: 10px 0;
	transition: 0.2s;
	

}

a.b-w-drawings:hover{
	border: solid 2px rgba(22,22,22,1.00);
	background-color: rgba(22,22,22,1.00);
	color: white;
    font-weight: bold;
}



#active-tag{
	background-color: black;
}





a.original-comics{
	text-decoration: none;
	display: inline-block;
	padding: 8px 20px;
	background-color: mediumpurple;
	border: solid 2px mediumpurple;
	border-radius: 15px;
	color: white;
	font-size: 12px;
	margin: 10px 0;
	transition: 0.2s;

}

a.original-comics:hover{
	border: solid 2px rgba(22,22,22,1.00);
	background-color: rgba(22,22,22,1.00);
	color: white;
    font-weight: bold;
}





div.footer{
	background-color: #161616;
	color: white;
	font-size: 15px;
	display: inline-flex;
	width: 100%;
	height: 50px;
	bottom: 0;
	vertical-align: middle;
	
}


div.footer p{
	margin: 20px 20px;
	vertical-align: middle;
}

div.footer img{
	height: 100%;
   /* mix-blend-mode: luminosity; */
	display: inline-block;
}


div.footer a.family-links{
	color: white;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	background-color: none;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 10px 10px;
	border: solid 2px #DC18FF;
	position: absolute;
	right: 100px;
	transition: 0.2s;

}

div.footer a.family-links2{
	color: white;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	background-color: none;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 10px 0;
	border: solid 2px #1796FF;
	right: 10px;
	position: absolute;
	transition: 0.2s;

}




div.footer a.family-links:hover{
	background-color: #DC18FF;
	border: solid 2px white;
}




div.footer a.family-links2:hover{
	background-color: #1796FF;
	border: solid 2px white;
}












/*

div.goback-header{
	height: 5%;
	position: sticky;
	background-color: black;
	width: 100%;
	top: 0;
	display: inline-block;
	overflow: hidden;
}


div.goback-header a{
	font-size: 30px;
	color: white;
	text-decoration: none;
	transition: 0.3s;
	text-align: center;
	position: center;
	

	
}

*/




    /* Top header container */
    .goback-header {
      background-color: #000;
      display: flex;
      align-items: center;
      padding: 14px 24px;
      box-shadow: 0 6px 5px rgba(0,0,0,0.4);
      position: sticky;
      top: 0;
      z-index: 10;
		
    }

    /* Home icon link */
    .goback-header a {
      color: #fff;
      font-size: 36px;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: right;
      transition: all 0.3s ease;

    }

    /* Hover effect */
    .goback-header a:hover {
      color: #FFAE00; /* light blue accent */
      transform: scale(1.1);
    }









/* The grid: Four equal columns that floats next to each other */
.column {
	right: 0;
  width: 25%;
  padding: 10px;
	z-index: 1;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.container {
  position: absolute;
    display: none;
    height: 100%;
	width: 100%;
    top: 0;
	right: 0;
	z-index: -1;
	text-align: center;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: red;
  font-size: 35px;
  cursor: pointer;
	z-index: 1;
}


#expandedImg{
	height:100%; right: 0; top: 0; display: inline-block;
	
	
}






/*MY DESIGNED SCROLLBAR*/
*
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(179,0,255,1) 0%, rgba(209,0,215,1) 75%, rgba(209,0,215,1) 75%);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    
    background:  linear-gradient(90deg, rgba(179,0,255,0.1) 0%, rgba(209,0,215,0.1) 75%, rgba(209,0,215,0.1) 100%);
}









/*MODAL CSS START*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
text-align: center;
	
}

/* Modal Content */
.modal-content {
  background-color: rgba(255,255,255,0.80);
  margin: auto;
  padding: 20px;
  border: 1px solid #FFFFFF;
  width: 550px;
	border-radius: 20px;
	box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
	line-height: 24px;
	backdrop-filter: blur(12px);
	text-align: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;

}



#myModal a.fa{
	font-size: 22px;
	text-decoration: none;
	outline: none;
	color: #ED8A1B; 
	transition: 0.3s;
}
#myModal a.fa:hover{
	color: #A339FF;
}



#myModal a.fas{
	font-size: 22px;
	text-decoration: none;
	outline: none;
	color: #ED8A1B; 
	transition: 0.3s;
}
#myModal a.fas:hover{
	color: #A339FF;
}




#myModal img.mylogo-small{
	width: 100px;
	text-align: center;
	justify-content: center;
	align-items: center;
	
}

/*MODAL CSS END*/











/* Rounded border */
hr.rounded {
  border-top: 2px solid #E7E7E7;
  border-radius: 5px;
}




/*Paging for YT Videos page*/
.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid white;
}

.pagination a.active {
  background-color: #FF3F00;
  color: white;
  border: 1px solid #FF3F00;
}

.pagination a:hover:not(.active) {background-color: white;}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}





@media screen and (max-width: 992px){
	
	
	#vehicle-design img {
    height: auto;
    width: 45%;
    outline: 1px solid #313131;
    outline-offset: -4px;
    transition: 0.2s;
    border-radius: 10px;
}
	
	
	div.gallery img {

		height: auto;
		width: 100%;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}





