body {
	margin: 0;
	padding: 0;
}

.header {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh; /* Adjust the height as needed */
	margin: 0;
	
}

h1, h2 {
	font-family: 'Bebas Neue', sans-serif;
}

h3 {
	font-family: 'Montserrat', sans-serif;
}

p, li {
	font-family: 'Montserrat', sans-serif;
}

h1{
	text-transform:uppercase;
}

table {
	font-family: 'Montserrat', sans-serif;	
}

button {
	font-family: 'Montserrat', sans-serif;
}

.menu {
	font-family: 'Montserrat', sans-serif;
}

label, .filter-select {
	font-family: 'Montserrat', sans-serif;	
}

@media screen and (min-width: 1024px) {
	.header {
  height: 90vh; /* Adjust the height as needed */
}}

@media screen and (orientation: landscape) {
	.header {
  height: 90vh; /* Adjust the height as needed */
}}

.image-container {
  flex: 1;
  position: relative;
}

.background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-width: 200%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

h1{
	text-transform:uppercase;
	color: black;
	font-size: 5em;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 0px;
}


button {
	border: 2px solid white;
	background-color: transparent;
	color: white;
	font-size: 0.5em;
	height: 30px; 
    width: 80px;
	text-transform:uppercase;


	}

button:hover {
	border: 2px solid white;
	background-color: white;
	color: black;
	}

/* Navbar styles */

header {
  background-color: #676c75; /* Change this to your preferred background color */
  color: #676c75;
  padding: 10px;
	padding-left: 2% ;
	padding-right: 2%;
}

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

.menu {
  list-style-type: none;
  display: flex;
}

.menu-icon {
    display: none;
  }

.menu-close-icon {
  display: none;
}

nav .logo img {
	height: 50px;
}

.menu li {
  margin-right: 20px;
	font-size: 1.2em;

}


.menu li a {
  color: #fff;
  text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.menu li a:hover {
  color: #676c75;
	border-radius: 25px;
background: #fff;
	padding: 10px;
}

/* Responsive design for smaller screens */

@media screen and (max-width: 767px) {
 .menu {
  display: none;
  /* Additional styles for sliding effect */
  position: fixed;
  top: 63px; /* Adjust based on your header's height */
  background-color: #676c75; /* Change this to your preferred background color */
width: 45%;
  transition: transform 0.3s ease-in-out;
  z-index: 1000; /* Ensure menu is above other content */
	 align-items: flex-end;
	 padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
	 right: 0;
}

  .menu-icon {
    display: block;
  }

	nav .logo img {
	height: 40px;
}
	
  .menu-icon img {
    width: auto; /* Adjust this to fit your menu icon */
    height: 20px;
    cursor: pointer;
  }

  .menu.active {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
}
	
	.menu li {
    margin: 5px 0; /* Add margin to create space between items */
    padding: 5px; /* Add padding for internal spacing */
font-size: 0.9em;  
}
	.menu {
		padding-bottom: 10px;
	}
}


	/* Sample CSS for footer styling */
footer {
	background-color: #5b616a; /* Change the background color as needed */
	padding: 20px;
	text-align: center;
  }
  
  .social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
  }
  
  .social-icons img {
	width: 30px; /* Adjust the width of the icons as needed */
	margin: 0 6px; /* Adjust the spacing between icons */
  }
  
  .footer-site-logo {
	display: block;
	margin: 0 auto; /* Center the logo horizontally */
	width: 150px; /* Adjust the width of the site logo as needed */
	margin-top: 10px; /* Adjust the space between social icons and site logo */
  }

  footer p {
	color: #fff;
  }

.social-icons img:hover {
opacity: 0.5;
}

/* Marketing Miks Main Page CSS */

.marketing-miks-header {
	background-image: url('marketing-miks-main-image.jpg');
	background-position: 70%;
	background-size: cover;
}

/* Marketing Miks CV CSS */

.marketing-miks-background {
	background-image: url(./cv/marketing-miks-header.jpg);
	position: relative;
	background-size: cover;
  }

  .marketing-miks-intro {
	width: 40%;
	padding-left: 10%;
	padding-bottom: 10%;
	position: absolute;
	bottom:0px;
  	left:0px;
	top: 25%;
  }

/* Marketing Miks CV / Resume CSS */

/* For teeny screens */
@media screen and (min-width: 279px) and (max-width: 379px)
{

	.marketing-miks-intro{
		width: 55%;
		padding-left: 10%;
		padding-bottom: 10%;
		position: absolute;
		bottom: 0;
		left:0;
		top: 35%;
		
	}

	.marketing-miks-intro h2{
		color: white;
		font-size: 145%;
		text-shadow: 2px 2px 2px black;
		padding-bottom: 0px;
		margin-bottom: 2px;

		color: #fff;
		

	}
	.marketing-miks-intro p {

		color: white;
		font-size: 75%;
		text-shadow: 2px 2px 2px black;
		padding-top: 0px;
		margin-top: 5px;
}

.marketing-miks-intro button {
	border: 1px solid white;
	background-color: transparent;
	color: white;
	font-size: 0.6em;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	height: 30px; 
	width: 55%;
	text-transform:uppercase;
	margin-top: 8px;
	}

	.marketing-miks-intro button:hover {
	border: 2px solid white;
	background-color: white;
	color: black;
	font-size: 0.6em;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	height: 30px; 
	text-transform:uppercase;
	}

}

	/* For tiny screens */
@media screen and (min-width: 380px) and (max-width: 500px)
{

	.marketing-miks-intro{
		width: 55%;
		padding-left: 10%;
		padding-bottom: 10%;
		position: absolute;
		bottom: 0;
		left:0;
		top: 33%;
	}

	.marketing-miks-intro h2{
		color: white;
		font-size: 160%;
		text-shadow: 2px 2px 2px black;
		padding-bottom: 0px;
		margin-bottom: 2px;

	}
	.marketing-miks-intro p {
		color: white;
		font-size: 100%;
		text-shadow: 2px 2px 2px black;
		padding-top: 0px;
		margin-top: 5px;
	}
	.marketing-miks-intro button {
		border: 1px solid white;
		background-color: transparent;
		color: white;
		font-size: 0.8em;
		padding-bottom: 6px;
		padding-top: 6px;
		padding-right: 6px;
		padding-left: 6px;
		height: 30px; 
		width: 60%;
		text-transform:uppercase;
		margin-top: 10px;
		}
	
		.marketing-miks-intro button:hover {
		border: 2px solid white;
		background-color: white;
		color: black;
		font-size: 0.8em;
		padding-bottom: 6px;
		padding-top: 6px;
		padding-right: 6px;
		padding-left: 6px;
		height: 30px; 
		text-transform:uppercase;
		}
}


/* For small screens */
@media screen and (min-width: 501px) and (max-width: 768px)
{
	.marketing-miks-intro{
		width: 40%;
		padding-left: 10%;
		padding-bottom: 10%;
		position: absolute;
		bottom: 0;
		left:0;
		top: 25%;
	}

	.marketing-miks-intro h2{
		color: white;
		font-size: 210%;
		text-shadow: 2px 2px 2px black;
		padding-bottom: 0px;
		margin-bottom: 2px;

	}
	.marketing-miks-intro p {
		color: white;
		font-size: 110%;
		text-shadow: 2px 2px 2px black;
		padding-top: 0px;
		margin-top: 5px;
	}
	.marketing-miks-intro button {
		border: 1px solid white;
		background-color: transparent;
		color: white;
		font-size: 0.8em;
		padding-bottom: 6px;
		padding-top: 6px;
		padding-right: 6px;
		padding-left: 6px;
		height: 30px; 
		width: 55%;
		text-transform:uppercase;
		margin-top: 12px;
		}
	
		.marketing-miks-intro button:hover {
		border: 2px solid white;
		background-color: white;
		color: black;
		font-size: 0.8em;
		padding-bottom: 6px;
		padding-top: 6px;
		padding-right: 6px;
		padding-left: 6px;
		height: 30px; 
		text-transform:uppercase;
		}
}


/* For medium screens */
@media screen and (min-width: 769px) and (max-width: 1023px) {
    
		.marketing-miks-intro{
			width: 50%;
			padding-left: 10%;
			padding-bottom: 10%;
			position: absolute;
			bottom: 0;
			left:0;
			top: 37%;
		}
	
		.marketing-miks-intro h2{
			color: white;
			font-size: 240%;
			text-shadow: 2px 2px 2px black;
			padding-bottom: 0px;
			margin-bottom: 2px;
	
		}
		.marketing-miks-intro p {
			color: white;
			font-size: 140%;
			text-shadow: 2px 2px 2px black;
			padding-top: 0px;
			margin-top: 5px;
		}
		.marketing-miks-intro button {
			border: 1px solid white;
			background-color: transparent;
			color: white;
			font-size: 0.8em;
			padding-bottom: 6px;
			padding-top: 6px;
			padding-right: 6px;
			padding-left: 6px;
			height: 30px; 
			width: 40%;
			text-transform:uppercase;
			margin-top: 12px;
			}
		
			.marketing-miks-intro button:hover {
			border: 2px solid white;
			background-color: white;
			color: black;
			font-size: 0.8em;
			padding-bottom: 6px;
			padding-top: 6px;
			padding-right: 6px;
			padding-left: 6px;
			height: 30px; 
			text-transform:uppercase;
			}
}

/* For larger screens */
@media screen and (min-width: 1024px) and (max-width: 1439px) {

	.marketing-miks-intro{
		width: 40%;
		padding-left: 10%;
		padding-bottom: 10%;
		position: absolute;
		bottom: 0;
		left:0;
		top: 50%;
	}

	.marketing-miks-intro h2{
		color: white;
		font-size: 280%;
		text-shadow: 2px 2px 2px black;
		padding-bottom: 0px;
		margin-bottom: 2px;

	}
	.marketing-miks-intro p {
		color: white;
		font-size: 140%;
		text-shadow: 2px 2px 2px black;
		padding-top: 0px;
		margin-top: 5px;
	}
	.marketing-miks-intro button {
		border: 1px solid white;
		background-color: transparent;
		color: white;
		font-size: 1em;
		padding-bottom: 6px;
		padding-top: 6px;
		padding-right: 6px;
		padding-left: 6px;
		height: 30px; 
		width: 40%;
		text-transform:uppercase;
		margin-top: 12px;
		}
	
		.marketing-miks-intro button:hover {
		border: 2px solid white;
		background-color: white;
		color: black;
		font-size: 1em;
		padding-bottom: 6px;
		padding-top: 6px;
		padding-right: 6px;
		padding-left: 6px;
		height: 30px; 
		text-transform:uppercase;
		}

}

/* For much larger screens */
@media screen and (min-width: 1440px) {

	.marketing-miks-intro{
		width: 40%;
		padding-left: 10%;
		padding-bottom: 10%;
		position: absolute;
		bottom: 0;
		left:0;
		top: 50%;
	}

	.marketing-miks-intro h2{
		color: white;
		font-size: 340%;
		text-shadow: 2px 2px 2px black;
		padding-bottom: 0px;
		margin-bottom: 2px;

	}
	.marketing-miks-intro p {
		color: white;
		font-size: 180%;
		text-shadow: 2px 2px 2px black;
		padding-top: 0px;
		margin-top: 5px;
	}
	.marketing-miks-intro button {
		border: 1px solid white;
		background-color: transparent;
		color: white;
		font-size: 1em;
		padding-bottom: 6px;
		padding-top: 6px;
		padding-right: 6px;
		padding-left: 6px;
		height: 30px; 
		width: 30%;
		text-transform:uppercase;
		margin-top: 18px;
		}
	
		.marketing-miks-intro button:hover {
		border: 2px solid white;
		background-color: white;
		color: black;
		font-size: 1em;
		padding-bottom: 6px;
		padding-top: 6px;
		padding-right: 6px;
		padding-left: 6px;
		height: 30px; 
		text-transform:uppercase;
		}

}

.resume {
	padding-bottom: 0px;
	
}


* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
  }
  
  .timeline-container {
	background-color: #676c75;
	z-index: 1;
  }

  .timeline {
	position: relative;
	max-width: 1200px;
	margin: 0px auto;
	
	z-index: 0; /* Add this line to create a stacking context */
  }
  
  .container {
	padding: 10px 50px;
	position: relative;
	width: 50%;
   /* background: rgba(0, 0, 0, 0.3) */
	animation: movedown 1s linear forwards;
	opacity:0;
	z-index: 1; /* Set a higher z-index for the containers */

  }
  @keyframes movedown {
	0%{
	  opacity: 1;
	  transform: translateY(-30px);
	}
	100%{
	  opacity: 1;
	  transform: translateY(0px);
	}
  }
  
  .container:nth-child(1) {
	animation-delay: 0s;
  }
  .container:nth-child(2) {
	animation-delay: 1s;
  }
  .container:nth-child(3) {
	animation-delay: 2s;
  }
  .container:nth-child(4) {
	animation-delay: 3s;
  }
  
  
  .text-box {
	padding: 20px 30px;
	background: #fff;
	position: relative;
	border-radius: 6px;
	font-size: 15px;
  }
  
  .left-container {
	left: 0;
  }
  
  .right-container {
	left: 50%;
  }
  
  .container img {
	position: absolute;
	width: 40px;
	border-radius: 50%;
	right: -20px;
	top: 32px;
	z-index: 10;
  }
  
  .right-container img {
	left: -20px;
  }
  
  .timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 100%;
	background: #fff;
	top: 0;
	left: 50%;
	margin-left: -3px;
	z-index: 0;
	animation: moveline 6s linear forwards;
  }
  
  @keyframes moveline {
	0%{
	  height: 0;
	}
	100%{
	  height: 100%;
	}
  }
  
  .text-box h2 {
	font-weight: 0;
	font-size: 1.3em;
	text-transform: none;;
	font-style: normal;
	color: black;
	text-shadow: none;
  }

  .text-box h3 {
	font-weight: 0;
	font-size: 1em;
	text-transform: none;;
	font-style: normal;
	color: #676c75;
	text-shadow: none;
	box-sizing: border-box;
  }
  
  .text-box small{
	display: inline-block;
	margin-bottom: 15px;
  }
  

  .left-container-arrow {
	height: 0;
	width: 0;
	position: absolute;
	top: 28px;
	z-index: 1;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	right: -15px;
  }
  
  .right-container-arrow {
	height: 0;
	width: 0;
	position: absolute;
	top: 28px;
	z-index: 1;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	left: -15px;
  }
  
  @media screen and (max-width: 600px) {
	
	.timeline{
	  margin: 0px auto;
	}
	.timeline::after{
	  left: 31px;
	}
	.container{
	  width: 100%;
	  padding-left: 80px;
	  padding-right:25px;
	}
	.text-box{
	  font-size: 13px;
	}
	.text-box small{
	  margin-bottom: 10px;
	}
	.right-container{
	  left: 0;
	}
	.left-container img, .right-container img {
	  left: 10px;
	}
	.left-container-arrow, right-container-arrow{
	  border-right: 15px solid #fff;
	  border-left: 0;
	  left: -15px;
	}
  }

  .cv-headings {
	padding-top: 2%;
	padding-bottom: 2%;
  background-color: #676c75;
  margin: 0;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cv-headings p {
	padding-top: 2%;
	padding-bottom: 2%;
	width: 50%;
	margin: 0 auto;
	align-items: center;
	color: #fff;
	text-align: center;
	position: relative;
}

/* START OF CAROUSEL STYLES */

.work-carousel {
	padding: 2% 0;
	background-color: #fff;
	margin: 0;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 2;
  }
  
  .work-carousel h1 {
	color: #676c75;
  }
  
  .work-carousel button {
	border: 1px solid #676c75;
	background-color: transparent;
	color: #676c75;
	font-size: 1em;
	padding: 6px;
	height: auto;
	width: auto;
	text-transform: uppercase;
	margin-top: 8px;
  }
  
  .work-carousel button:hover {
	background-color: #676c75;
	color: white;
  }
  
  .carousel-container {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: flex; /* Center the grid container */
    justify-content: center; /* Horizontally center the grid container */
	padding: 4%;
	padding-bottom: 0%;
	padding-top: 1%;
  }
  
  .carousel {
	display: flex;
	transition: transform 0.5s ease;
	

  }
  
  .carousel-item {
	flex: 0 0 auto;
	width: 300px;
	padding: 0 2%;
	padding-top: 8px;
	border: 1px solid #b7b8b9;
	border-radius: 20px;
	margin: 0 1% 10px; 
}

.carousel-item a {
	text-decoration: none;
	color: black;
}


  .carousel-item:hover {
	opacity: 0.8;
  }
  
  .carousel-img {
	width: 100%;
	height: auto;
	margin: 5px auto;
	border-radius: 10px;
  }
  
  .project-title {
	font-weight: bold;
	text-align: left;
	font-size: 1em;
  }
  
  .keywords {
	margin-top: 5px;
	font-size: 0.8em;
	color: #888;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
  }
  
  .carousel-item button {
	display: inline-block;
	margin: 3px 2px 0 0;
	padding: 3px;
	background-color: #676c75;
	color: #fff;
	border-radius: 5px;
  }
  
  .carousel-item button:hover {
	margin-top: 0;
  }

/* For mobile devices */
@media (max-width: 599px) {
	.carousel {
	  display: flex;
	  flex-wrap: nowrap; /* Ensure items are in a single row */
	  overflow-x: auto; /* Enable horizontal scrolling */
	  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
	  scroll-snap-type: x mandatory; /* Enable snapping to items */
	}
  
	.carousel-item {
	  flex: 0 0 auto;
	  width: 80%; /* Adjust width to fit one item in view */
	  margin: 0 10px; /* Adjust margin for spacing */
	  scroll-snap-align: start; /* Ensure items snap to start */
	}
  }
  
/* For medium width devices */
@media (min-width: 600px) and (max-width: 991px) {
	.carousel {
	  display: flex;
	  flex-wrap: nowrap; /* Ensure items are in a single row */
	  overflow-x: auto; /* Enable horizontal scrolling */
	  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
	  scroll-snap-type: x mandatory; /* Enable snapping to items */
	}
  
	.carousel-item {
	  flex: 0 0 auto;
	  width: 45%; /* Adjust width to fit two items in view */
	  margin: 0 10px; /* Adjust margin for spacing */
	  scroll-snap-align: start; /* Ensure items snap to start */
	}
  }

  /* For larger width devices - three items in view */

  @media (min-width: 992px){ 
  .carousel {
	display: flex;
	justify-content: center; /* Center the carousel horizontally */
	transition: transform 0.5s ease;
  }
}

  /* For largest width devices - also three items in view */

@media (min-width: 1800px){ 
.carousel-item {
	width: 500px;}  
}

/* END OF CAROUSEL STYLES */

/* START OF PROJECT STYLES */

.project-module {
    padding: 2% 0;
	padding-bottom: 0;
    background-color: #fff;
    margin: 0 auto; /* Ensure the module is centered horizontally */
    text-align: center; /* Center the content inside the module */
    position: relative;
    z-index: 2;
}

.project-module h1 {
    color: #676c75;
}

.project-module button {
    border: 1px solid #676c75;
    background-color: transparent;
    color: #676c75;
    font-size: 0.6em;
    padding: 6px;
    height: auto;
    width: auto;
    text-transform: uppercase;
    margin-top: 8px;
}

.project-module button:hover {
    border: 2px solid #676c75;
    background-color: #676c75;
    color: white;
}

.project-container-grid {
    max-width: 100%;
    margin: 0 auto; /* Ensure the container is centered horizontally */
    overflow: hidden;
    display: flex; /* Center the grid container */
    justify-content: center; /* Horizontally center the grid container */
	padding: 4%;
	padding-bottom: 0%;
}

.projects {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px; /* Add some gap between grid items */
    transition: transform 0.5s ease;
	margin: 0 auto;
	padding: 1px;
}

.project {
    width: 300px; /* Was 98% - Ensure each project takes up the full width of its container */
 	/* Set a maximum width for each project */
    padding: 0 2%;
    padding-top: 8px;
    border: 1px solid #b7b8b9;
    border-radius: 20px;
    display: flex; /* Allow centering of project content */
    flex-direction: column; /* Align content vertically */
    align-items: left; /* Center content horizontally */
	margin: 0 auto;
}

.project a {
	text-decoration: none;
	color: black;
}

.project:hover {
	opacity: 0.8;
}

.project-img {
    width: 100%;
    height: auto;
    margin: 5px auto;
    border-radius: 10px;
}

.project-title {
    font-weight: bold;
    text-align: left;
    font-size: 1em;
    margin-top: 10px; /* Add some space between title and image */
}

.project button {
    display: inline-block;
    margin: 3px 2px 0 0;
    padding: 3px;
    background-color: #676c75;
    color: #fff;
    border-radius: 5px;
	font-size: 0.9em;
}

.project button:hover {
    margin-top: 0;
}

.work-with-me button {
	border: 1px solid #676c75;
	background-color: transparent;
	color: #676c75;
	font-size: 1em;
	padding: 6px;
	height: auto;
	width: auto;
	text-transform: uppercase;
	margin: 20px;
  }
  
  .work-with-me button:hover {
	border: 1px solid #676c75;
	background-color: #676c75;
	color: white;
  }

/* Media queries for teeny screens */
@media screen and (max-width: 320px) {
	.project {
		width: 250px; /* Was 98% - Ensure each project takes up the full width of its container */
	}}

/* Media queries for medium screens */
@media screen and (max-width: 992px) {
    .projects {
        grid-template-columns: auto auto; /* Two columns for medium displays */
    }
}

/* Media queries for small screens */
@media screen and (max-width: 600px) {
    .projects {
        grid-template-columns: auto; /* One column for small displays (mobile) */
    }
}

/* Media queries for wide screens */
@media screen and (min-width: 2000px) {
.project {
    width: 500px; /* Was 98% - Ensure each project takes up the full width of its container */
}}

/* END OF PROJECT STYLES */

/* START OF SHOWCASE STYLES*/

.project-showcase {
    padding: 2% 0;
	padding-bottom: 0;
    background-color: #fff;
    margin: 0 auto; /* Ensure the module is centered horizontally */
    text-align: center; /* Center the content inside the module */
    position: relative;
    z-index: 2;
}

.project-showcase h2 {
    color: #676c75;
	text-transform:none;
	font-family: 'Montserrat', sans-serif;
}
.showcase-study {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
}

.showcase-study p {
    text-align: left;
	padding: 10px;
}

.showcase-span {
	font-weight: 900;
}

.showcase-container {

		width: 70%;
		padding: 0 2%;
		padding-top: 8px;
		border: 1px solid #b7b8b9;
		border-radius: 20px;
		display: flex; /* Allow centering of project content */
		flex-direction: column; /* Align content vertically */
		align-items: left; /* Center content horizontally */
		margin: 0 auto;
}

.showcase-button {
	text-align: center; /* Center the button horizontally */
	margin: 20px; /* Add some space above the button */
  }

.showcase-button button {

		border: 1px solid #676c75;
		background-color: transparent;
		color: #676c75;
		font-size: 1em;
		padding: 6px 20px;
		height: auto;
		width: auto;
		text-transform: uppercase;
		margin: 0 auto;
		cursor: pointer;
}

.showcase-button button:hover {

	border: 1px solid #676c75;
	background-color: #676c75;
	color: white;
}

.showcase-study a {
	font-family: 'Montserrat', sans-serif;
	color: black;
}


@media (max-width: 599px) {
	.showcase-container {
		width: 90%;
	}
}
/* For medium width devices */

@media (min-width: 600px) and (max-width: 991px) {

	.showcase-study {
		width: 80%;
		margin: 0 auto;
		padding: 10px;
	}

	.showcase-container {
		width: 90%;
	}

}

  /* For larger width devices */

  @media (min-width: 992px){ 
	.showcase-study {
		width: 50%;
		margin: 0 auto;
		padding: 10px;
	}
}



/* END OF SHOWCASE STYLES*/ 

.about-headings {
	padding-top: 2%;
	padding-bottom: 2%;
  background-color: #676c75;
  margin: 0;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.about-headings p {
	padding-top: 2%;
	padding-bottom: 2%;
	width: 50%;
	margin: 0 auto;
	align-items: center;
	color: #fff;
	text-align: center;
	position: relative;
}

.about-headings button{
	font-size: 1em;
	padding: 6px;
	height: auto;
	width: auto;
}

.about-headings button:hover{
	color: #676c75;
}

.current-read-headings {
	padding-top: 2%;
	padding-bottom: 2%;
  background-color: #4365b4;
  margin: 0;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;

}

.current-read-headings p {

	padding-top: 2%;
	padding-bottom: 2%;
	width: 50%;
	margin: 0 auto;
	align-items: center;
	color: #fff;
	text-align: center;
	position: relative;
}

h1 {
  text-transform: uppercase;
  color: white;
  font-size: 3em;
  text-align: center;
  padding-bottom: 20px; /* Add some space between h1 and timeline-container */
  padding-top: 20px;
  margin: 0;
  display: contents;
}

/* Educational Qualifications */

.education-timeline-container {
	background-color: #4365b4;
	z-index: 1;
  }

  .education-timeline {
	position: relative;
	max-width: 1200px;
	margin: 0px auto;
	
	z-index: 0; /* Add this line to create a stacking context */
  }
  
  .education-container {
	padding: 10px 50px;
	position: relative;
	width: 50%;
   /* background: rgba(0, 0, 0, 0.3) */
	animation: movedown 1s linear forwards;
	opacity:0;
	z-index: 1; /* Set a higher z-index for the containers */

  }
  @keyframes movedown {
	0%{
	  opacity: 1;
	  transform: translateY(-30px);
	}
	100%{
	  opacity: 1;
	  transform: translateY(0px);
	}
  }
  
  .education-container:nth-child(1) {
	animation-delay: 0s;
  }
  .education-container:nth-child(2) {
	animation-delay: 1s;
  }
  .education-container:nth-child(3) {
	animation-delay: 2s;
  }
  .education-container:nth-child(4) {
	animation-delay: 3s;
  }
  
  
  .text-box {
	padding: 20px 30px;
	background: #fff;
	position: relative;
	border-radius: 6px;
	font-size: 15px;
  }
  
  .left-container {
	left: 0;
  }
  
  .right-container {
	left: 50%;
  }
  
  .container img {
	position: absolute;
	width: 40px;
	border-radius: 50%;
	right: -20px;
	top: 32px;
	z-index: 10;
  }
  
  .right-container img {
	left: -20px;
  }
  
  .education-timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 100%;
	background: #fff;
	top: 0;
	left: 50%;
	margin-left: -3px;
	z-index: 0;
	animation: moveline 6s linear forwards;
  }
  
  @keyframes moveline {
	0%{
	  height: 0;
	}
	100%{
	  height: 100%;
	}
  }
  
  .text-box h2 {
	font-weight: 0;
	font-size: 1.3em;
	text-transform: none;;
	font-style: normal;
	color: black;
	text-shadow: none;
  }

  .text-box h3 {
	font-weight: 0;
	font-size: 1em;
	text-transform: none;;
	font-style: normal;
	color: #676c75;
	text-shadow: none;
	box-sizing: border-box;
  }
  
  .text-box small{
	display: inline-block;
	margin-bottom: 15px;
  }
  
  .left-container-arrow {
	height: 0;
	width: 0;
	position: absolute;
	top: 28px;
	z-index: 1;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	right: -15px;
  }
  
  .right-container-arrow {
	height: 0;
	width: 0;
	position: absolute;
	top: 28px;
	z-index: 1;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	left: -14px;
  }
  
  @media screen and (max-width: 600px) {
	
	.education-timeline{
	  margin: 0px auto;
	}
	.education-timeline::after{
	  left: 31px;
	}
	.education-container{
	  width: 100%;
	  padding-left: 80px;
	  padding-right:25px;
	}
	.text-box{
	  font-size: 13px;
	}
	.text-box small{
	  margin-bottom: 10px;
	}

	

	.right-container{
	  left: 0;
	}
	.left-container img, .right-container img {
	  left: 10px;
	}
	.left-container-arrow, right-container-arrow{
	  border-right: 15px solid #fff;
	  border-left: 0;
	  left: -15px;
	}
  }

  .education-heading {
	padding-top: 2%;
	padding-bottom: 2%;
  background-color: #4365b4;
  margin: 0;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}


.drawings img {
	max-width: 60%;
	margin: auto;
	position: relative;
}

.current-read img {
	max-width: 30%;
	margin: auto;
	position: relative;

}

@media only screen and (max-width: 600px) {
	
	.open-read-more {
		border-color: none;
		color: lightgray;
		font-size: large;
		text-align: center; /* Corrected spelling */
		height: 30px;
		width: 10px;
		display: block;;
	}

	.open-read-more:hover {
		border-color: none;
		color: gray;
		font-size: large;
		text-align: center; /* Corrected spelling */
		height: 30px;
		width: 10px;
	}

	.hidden {
		display: none; /* Moved inside the media query */
	}
}

.job-course-title {
	text-shadow: none;
	font-weight: 400 !important;
	font-style: normal;
}

.instagram-media {
    min-width: 80% !important; /* Adjust this value as needed */
	max-width: 100% !important;
}
