
 @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Roboto:wght@100&family=Space+Grotesk&display=swap');

*{
	background-color: #0000;
	color: #fff;
	margin: 0;
	padding: 0%;
	font-family: sans-serif, Roboto;
 margin-top:0;
	margin-bottom: 0;
}

body{
	background: #000;
	overflow-x: hidden;
	
}
#wrapper{
	top: 0;
	/* opacity: 0.3; */
	background-color: red;
	opacity: 0;
	transition: all 0.5s;
	height: 100vh;
	width: 100vw;
	position: absolute;
	z-index: 1.5;
}

.large-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:  wrap;
}



.large-nav ul{
	display: flex;
	list-style: none;
	gap: 50px;
	padding: 10px;
}
.large-nav li a{ 
	font-size:5px ;
	font-weight: 400;
}

.hambar{
	display: none;
} 

.mobile-toggle{
	display: none;
}

@media screen and (max-width:600px) {
	 .large-nav ul{
			display: none;
		}
  .hambar{
			display: block;
			z-index: 2;
		}
		
		.mobile-toggle{  
			display: flex;
			flex-direction: column;
			background:black;
			height: 100vh;
			position: absolute;
			right:0px;
			width: 50%;
			color: #9a1422;
			list-style: none;
			align-items: center;
	 	left: 450px;
			transition: left 0.5s;
			border-radius: 10px;
		
		}
 
		.mobile-toggle ul{
			display: flex;
			margin-top:20vh ;
			flex-direction: column;
			list-style: none;
			
		}

		.mobile-toggle ul li{
			padding: 20px
		}

		.mobile-toggle a{
			text-decoration: none;
		}

 
}


.large-nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	position: relative;
}

.large-nav ul li a::after{
content: '';
width: 0;
height: 3px;
left: 0px;
bottom: -6px;
background: red;
transition: 0.5s;
position: absolute;
}

.large-nav ul li a:hover::after{
 width: 100%;
}
.header{
	height: 100vh;
}

@media  screen and (max-width: 600px) {
	.header{
		height: 10vh;
	}
}

.container{
margin: 10px 5%;
}

.header-text{

	margin-top: 15%;
	font-size: 30px;
}
.header-text h1{
	font-size:40px;
	margin-top: 20px;
}

@media screen and (max-width:600px){
 .header-text h1{
		font-size: 3rem;
	}
}

.header-text h1 span{
	color: #9a1422;
}

/* ---------about--------- */

.about{
	background-color: #000000;
	padding: 2% 0px;
	color: #ababad;
	margin-bottom: 10%;
}


.row{
	display: flex;
	justify-content: space-between;
}


.column-1 {
	/* flex-basis: 35%; */
	background-color: #9a1422;
	border-radius: 100%;
	height: 400px;
	aspect-ratio: 1	;
	overflow: hidden;
	/* box-shadow: #9a1422  0px 0px 2px 100px ;  */
}

.column-1 img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:600px){
 .row{
		flex-direction: column;
	}

		.about-me-para{
		text-align: center
		}


.column-1 {
	width: 100%;
	height: 100%;

}
.header
{
	height: 100vh;
}

}

.column-2{
	flex-basis: 50%;
}

.about-me-para{
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 50px;
}
.subtitle {
	text-align: center;
	padding: 25px;
	margin-bottom: 40px;
	font-size: 50px;
	font-weight: 600px;
	color: white;
}

.tab-titles{
	margin: 20px 0 40px;
	width: 100%;
	display: flex;
	overflow: hidden;
	list-style: none;
	justify-content: space-between;
}

.tab-links{
	margin-top: 20px;
	margin-right: 50px;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
	position: relative ;
}

.tab-links::after{
	content: '';
	width: 0px;
	background: #9a1422;
	left: 0;
	bottom: -6px;
	transition: all .3s;
	height: 3px;
	position: absolute;
}

.tab-links:hover::after{
	width: 100%;
}

.tab-content{
   position:  relative;
}

.tab-contents{

	font-size: 18px;
	position: absolute ;
	transition: opacity 1s;
	top: 0;
}


.tab-contents ul li{
 margin: 20px 0px;
	list-style: none;
}


.tab-contents ul li span{
	color:#9a1422;
	font-size: 20px;
	font-weight: 600;
}


.tab-inner-content{
	display: flex;
	justify-content: space-between;
	border:none;
	border-radius: 20px;
	/* width: 100%; */

	
}
@media all and (max-width:600px) {
		.tab-inner-content
		{
		
		}
}

.tab{
	height: 50vh;
	display: flex;
	flex-direction: column;
}


      /* ---------------My Services---------------- */

	.head{
		font-size: 50px;
		text-align: center;
		margin-bottom: 40px;
	}

	.services{
	
	margin-bottom: 15%;
}

.service-lists{
	display: flex;
	justify-content: space-around;
	gap: 60px;
 word-break: break-all;
}

@media screen and (max-width:600px){
	.service-lists{
		flex-direction: column;
	}

	.services{
		margin-top: 20vh;
	}
}
.service-lists p {
	margin-top:15px ;
	color: #373737;

	color: white;
}

.content:hover{
	background-color:#706b6b ;
	color: #373737 ;
}

.hover-ko-lagi{
	color: white;
	word-break: keep-all;
}

.hover-ko-lagi:hover{
	color: #373737;
}
.more{
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
}

.content{
	height: 150px;
	border-radius: 15px;
	padding: 20px;
	background: #1f1f1f;
	font-weight: 600;
}

/* .service-lists a:hover
{
	 color: #9a1422;
} */

.services h2{
	color: #9a1422;
	text-align: center;
}

 
.services h2:hover{
	text-shadow: 1px 1px 4px  #ce9178;
}

.tab-inner-content{
	padding: 10px;
	display: flex;
	gap: 50px;
}


/* ----------------------PortFolio------------------------- */
.port-main{
	background-color:	black;
	height: fit-content;
	padding-bottom:50px ;
}

.row-2{
	height:auto	;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

@media screen and (max-width:600px){
	.row-2{
		flex-direction: column;
		gap: 30px;

	}	
}

.row-2 img{
	 max-width: 100%;
		height: auto;
		margin: 0;
		border-radius:20px ;
	
}

.port-content{
	/* background-color: #9a1422; */
	height: fit-content;
	width: 300px;
	position: relative;
	border-radius: 15px;
}

.layer{
 display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0.6), #9a1422);
	overflow: hidden;
	left: 0;
	bottom: 0;
 border-radius: 20px;
	text-align: center;
	position: absolute;
	font-size: 18px;
}

.layer h3{
	font-weight: 700;
	margin-bottom: 15px;
}

.layer a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	text-decoration: none;
	margin-top: 20px;
	color:#9a1422;
	background: white;
	text-align: center;
	font-size: 18px;
	border-radius: 30px;
	height: 60px;
	width: 60px;
	
}
.layer i{
	color: #9a1422;
}


/* ------------------Contact Me------------------------- */

.cont-main{
	background-color: #000000;
	height: auto;
	margin-top: 8rem ;
}

.cont-h1{
	padding: 5px;
	margin-bottom: 40px;
	font-size: 50px;
	font-weight: 600px;
	color: white;
}

.innerdiv{
	padding: 20px;
}

.number{
margin-bottom: 30px;
}

.email{
	margin-bottom: 30px;
}

.socials{
	margin-bottom: 40px;
	width: 120px;
	display: flex;
	justify-content: space-between;
}

.socials i{
	font-size: 25px;
}

.cv{
	margin-bottom: 30px;
}
.cv a{
	padding: 15px 45px;
	text-decoration: none;

}
.cv-botton{
	background-color: #9a1422;
	width: 150px;
	border-radius: 7px;
}

.container-contact{
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 600px){
	.container-contact{
		flex-direction: column;
	}
} 


.input-name{
	margin-top: 100px;
}
.input-name, .input-email, .submit-button {
 display: block;	
	margin-bottom: 50px;
	border: none;
	background-color: #3b3b3b;
	width: 400px;
	height: 40px;
	border-radius: 5px;
	padding: 3px 30px;
	font-size: 16px;
}
.message {
 display: block;	
	margin-bottom: 50px;
	background-color: #3b3b3b;
	border-radius: 5px;
	padding: 30px 30px;
	font-size: 16px;
	resize: none;
	border: none;
}


input:focus ,textarea:focus{
	outline: #9a1422 solid 2px;
}

.submit-button{
	width: fit-content;
	background-color: #9a1422;
}


/* ---------------Footer---------------------- */

.footer{
	display: none;
}

@media screen and (max-width:600px){
	.footer{
	display: flex;
	height: auto;
	width: auto;
	background-color: #000;
	margin: 20px;
	flex-direction: column;
	gap: 25px;
	position: relative;
	list-style: none;
 margin: 40px;
}

.footer-socials{
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 25px;
	margin-top: 10px;
}

.footer a{
	text-decoration: none;
}

.input-name, .input-email, .message{
	width: 300px;
}

.foot-nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
}


.apiWrap
{
	font-style: italic;
	font-size: 22px;
	font-family: 'Space Grotesk', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff7c;
	margin: 5rem;
}



/* go to the top button styling */
#myBtn { */
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #9a1422; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}

#myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
} 