* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

header {
	
	
}

#head {
	display: grid;
	grid-template-columns: 1fr 3fr;
	padding: 0 10rem;
	margin: 1rem 0 2rem 0;
	background-color:#fff;
	color:#3A783C; 
	
	
}

nav a{
	text-decoration: none;
	color: #3A783C;
	font-size: 1.5rem;
	

}


.foto_barner{
	width: auto;
	max-width: 2200px;
}





body {
	background-color:#fff;
	color:#000;
	min-height: 100vh;
	font-family: Verdana, sans-serif; 
	margin: 0;
    	padding: 0;
}

.container {
	max-width: 1650px;
	margin: 0 auto;
	padding: 4rem;
}

.container_dark {
	max-width: 1650px;
	margin: 0 auto;
	padding: 4rem;
	background-color: #3A783C;
}

a {
	color:#000;
}


.titles {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 2.25rem;      
    line-height: 2.25rem;    
    letter-spacing: 0;

    color: #4CAF4F;
    margin: 0 0 2rem 0;
}


.titles_dark {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 2.25rem;      
    line-height: 2.25rem;    
    letter-spacing: 0;

    color: #FFD557;
    margin: 0 0 2rem 0;
}


.subtitle {
	font-family: Verdana, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;      
	line-height: 2.25rem;  
	letter-spacing: 0;

	color: #4CAF4F;
	margin: 3rem 0 1rem 0;
}


.subtitle_dark {
	font-family: Verdana, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;      
	line-height: 2.25rem;  
	letter-spacing: 0;

	color: #FFD557;
	margin: 3rem 0 1rem 0;
}


.description-text {
	font-family: Verdana, sans-serif;
	font-weight: 400;
	font-size: 1.125rem;     
	line-height: 1.875rem;   
	letter-spacing: 0;
}

.description_dark {
	font-family: Verdana, sans-serif;
	font-weight: 400;
	font-size: 1.125rem;     
	line-height: 1.875rem;   
	letter-spacing: 0;
	color: #fff;
}

.code-text{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-size: 1.4rem;
	padding: 2rem 0 2rem 5rem;

	
}

.button {
	width: 120px;
	height: 40px;
	margin: 1.5rem;

	display: inline-flex;
	align-self: center;
	align-items: center;
	justify-content: center;

	background-color: #68B96A;
	color: #FFFAE5;

	border: 2px solid #F0C493;
	border-radius: 14px;
	box-shadow:  0 4px 10px rgba(0, 0, 0, 0.5);

	font-family:  'Trebuchet MS', serif;
	font: inherit;
	cursor: pointer;

	appearance: none;
	-webkit-appearance: none;

	transition: all 0.25s ease;
}

.button:hover {
	background-color: #F0C493;
	color: #284700;
}


.jobtitle{
	font-family: Verdana, sans-serif; 
	padding: 1rem 0 0 0;	
}

.line_ul{
	list-style: none;
	padding: 0.5rem;

}

.line_ul li {
	display: inline-block;
	margin-right: 2rem;
	font-family:Verdana, serif;
	align-items: center;

}








.right{
	text-align: right;	
}


.left {
	text-align: left;
}

.center {
	text-align: center;
	align-items: center;
}

.ul-with-title{
	padding:2rem 20rem 1.5rem 5rem;
	font-size:1.2rem;
	margin: 0.5rem 0;
	font-family: Verdana, sans-serif; 
	line-height:2rem;
}


.ul-li-title {
	font-weight: bold;
	font-size: 1.4rem;
	margin: 0.8rem 0;
	font-family: Verdana, sans-serif; 
	line-height: 2rem;
}

.ul-with-title li::marker {
	font-weight: bold;
}


.ul-with-title li{
	padding: 0.3rem 0;
}







.illustration{
	width: 100%;
	max-width: 800px;
}




.icon {
	width: 40px;
	height: 40px;
	fill: currentColor;
}

.icon-link{
	color: #fff;
}







.card_dashboard {
    position: relative;
    display: flex;
    align-items: flex-end;

    min-height: 500px;
    padding: 40px;
    margin: 4rem 0;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 20px;
    overflow: hidden;

    text-decoration: none;
    color: #fff;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.card_dashboard::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    transition: background 0.3s ease;
}


.card_dashboard_content {
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    gap: 12px;

    max-width: 600px;
}


.card_dashboard_content h3 {
    margin: 0;
    font-size: 1.6rem;
}


.card_dashboard_content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}


.read-more {
    font-size: 0.95rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}


.card_dashboard:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.card_dashboard:hover::before {
    background: rgba(0, 0, 0, 0.45);
}

.card_dashboard:hover .read-more {
    opacity: 1;
}








#educationbackground {
	display: grid;
	grid-template-columns: 2fr 1fr;
	margin: 4rem 0;
	background-color: #3A783C;
	padding: 4rem 10rem;
	color: #fff;

}



#last-academic-work {
	display: grid;
	grid-template-columns: 2fr 1fr;	
	gap: 10rem;
	
}






.pdf-canvas-wrapper {
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 2px;
	border-radius: 10px;
	overflow: auto;
	box-shadow: 0 12px 35px rgb(86, 153, 14, 1);
	max-height: 85vh;  
	width: fit-content;
}

#download-btn {
	text-decoration: none;
	color: inherit;
	background: none;
	border: 1px solid currentColor;
	padding: 4px 7px;
	border-radius: 5px;
	cursor: pointer;
}

#download-btn:hover {
	background: rgba(0,0,0,0.1);
}





#calltoaction {
	background-color: #3A783C;
	padding: 2rem 0 5rem 0;
}

.call_to_action_cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0 10rem;
	justify-items: center;
	gap: 1rem;
}


.card_cta {
	background-color: #fff;
	border-radius: 14px;
	padding: 2rem;
	margin: 6rem 0;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	max-width: 500px;
	text-decoration: none;
	color: inherit;
	display: block;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	cursor: pointer;
}

.card_cta:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.secret_signal {
	margin: 2rem 0 10rem 0;
}






#contact{
	display: grid;
	grid-template-columns: 1fr 5fr 1fr;
	background-color: #3A783C;
	color: #fff;
	padding: 2 0 4rem 0;
	border-top: 1.5px solid #fff;
 
}







.contact_ul{
	list-style: none;
	padding: 0.5rem;

}

.contact_ul li {
	display: inline-block;
	margin-right: 5rem;
	font-family:'Trebuchet MS', serif;
	align-items: center;

}



#end {
	background-color: #3A783C;
}









/* --About-- */





#whoami{
	align-items: center;
	background-color: #3A783C;
}




.foto-for-about{
	width:100%;
	border: 3px solid #3A783C;
	border-radius: 22px;
	max-witdh: 1000px;
	margin:0 0 2rem 0;	

}
 
.my_foto{
	background-color: #fff;
}


.about_description{
	padding: 0 0 25rem 0;
}














/* --Projects-- */

#board {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 2rem; 
	align-items: start;
	 
}


.name-of-choised-content{
	padding-right: 1rem;
	border-right:2px solid #FFFAE5;
	color: #fff;
		

}



.chois-template {
	display: block;
	font-size: 1.4rem;
	margin: 0.7rem 0.7rem 0 0;
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.chois-template.active-link {
	color: #FFD557;

}

.head-of-choises{
	font-size: 1.7rem;
	color: 	#FFFAE5;
	margin: 2rem 1.4rem 0 0; 
}


.content {
	display: none;
	margin: 0 2rem 2rem 0;
	
}

.content.active {
	display: block;
	
}


.titels_of_content{
	margin: 2rem 0 3rem 0;
}


.choised-content-grid-right{
	display: grid;
	grid-template-columns: 1fr 2fr;
}


.choised-content-grid-left{
	display: grid;
	grid-template-columns: 2fr 1fr;
}


.foto-for-grid-contents{
	width:100%;
	max-width: 650px;
}


.foto-center-grid{
	display: flex;
	justify-content: center; 
	align-items: center;      
	padding: 2rem 0 2rem 0;

}



.foto-center{
	width: 100%;
	max-width: 1800px;
	
}

.foto-grid-two{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin:2rem 0 2rem 0;

}

.foto-two{
	width: 100%;
	max-with: 1800px;
}




/* --Csase Stadys-- */

.figur-for-fotos-center{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:4rem 0 4rem 0;
}

.dark {
	background-color: #3A783C;
	color: #fff;	
}


