@charset "utf-8";

 
/* Global */
body {
  margin: 0px 0px;
  background-color: #272621;
}


p, a, ul,li, button {
	 font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p,a,h1,h2,h3,h4 {
	color: #E0E0DE;
}

h1,h2,h3,h4 {
  font-family: "Overlock SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
	display: flex;
	align-content: center;
	justify-content: center;
	margin : 0px;
	width: 100vw;
  overflow: hidden;
}

.nav-bar {
	 position: absolute;
	display: flex;
	margin: 30px 0px;
	align-items: center;
}

.navi {
	width: 85%;
	margin: 20px auto;
	align-content: flex;
	display: flex;
}
.nav-links a {
	color: #272621; 
	text-decoration: none;
}
.nav-links a:hover {
	color: #8B8776;
	transform: scale(1.1);
	transition: 0.25s;
}
.nav-links:active {
	color: #705953;
}
.nav-links {
	list-style: none;
	margin: 15px 35px;
	background-color: #E0E0DE;
	color: #272621;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	border-radius: 20px;
}
.cta-button {
	color: #272621;
	background-color: #E0E0DE;
	border-color: #272621;
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 3px;
}
.cta-button:hover {
  background-color: #353207; 
	border-color: #E0E0DE;
	color: #E0E0DE;
  transform: scale(1.05);
	transition: 0.5s;
}
.hero {
	margin: 0px;
	display: block;
	  position: relative;
  text-align: center;
	width: 100vw;
	height: auto;
  overflow: hidden;
	
}
.hero img {
	width: 100%;
  height: 100%;
  object-fit: cover; 
	}
.hero-text {
	text-align: center;
	 position: absolute;
 	 top: 80%;
  	left: 35%;
	right: 35%;
	font-size: 120%;
	color: #E0E0DE;
}

/*Career*/
	
.line {
  width:880px;
  height: 2px;
  background-color: #E0E0DE;
	justify-content: flex-start;
	margin-right: auto;
	margin-top: 60px;
	padding: 0;
}
	.career-header h1{
		margin-top: -20px;
	}
.career-header {
	flex-direction: row;
	align-content: center;
	justify-content: center;
	text-align: end;
	align-items: baseline;
	margin-right: 80px;
}

.career-desc {
	text-align: start;
	margin: 15px 30px;
}
.available-positions-sec {
	display: flex;
	padding: 20px 90px;
	align-content: center;
}
.available-position {
	margin: 30px;
	font-size: 20px;
	color: #E0E0DE;
	line-height: 1.5;
}


.carousel-container {
      padding: 10px;
      overflow: hidden;
		background-color: #272621;
    }

.carousel {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 0px;
      padding: 5px;
    }

.carousel::-webkit-scrollbar {
      display: none; 
    }

.image {
background-color: #272621;
	padding: 2px;
	padding-bottom: 2px;
	text-align: center;
	flex-shrink: 0;
    }
.image:hover {
 transform: scale(1.05);
	transition: 0.5s;
}

.ITYC-section {
	text-align: center;
	font-size: 120%;
	padding: 5px;
	margin:0 0 30px;
}

.JTT-button {
	color: #272621;
	background-color: #E0E0DE;
	border-color: #272621;
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 3px;
}
.JTT-button:hover {
  background-color: #353207; 
	border-color: #E0E0DE;
	color: #E0E0DE;
  transform: scale(1.2);
	transition: 0.5s;
}
	


/* Akar Footer */
.akar-footer {
  background-color: #151512;
	color: #E0E0DE;
  padding: 40px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}
.contact-icons {
	align-content: flex;
	display: inline-flex;
}
.icons {
	padding: 5px;
}

.footer-logo {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}

.footer-column h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E0E0DE;
  padding-bottom: 5px;
}

.footer-column p {
  margin: 5px 0;
  line-height: 1.5;
}
.contact-icons a {
		text-decoration: none;
	}
	.contact-icons a:hover {
		color: rosybrown;
	}
.contact-icons a {
		text-decoration: none;
	}
	.contact-icons a:hover {
		color: rosybrown;
	}
.footer-column a{
		text-decoration: none;
	}
		.footer-column a:hover{
		text-decoration: underline;
		color: rosybrown;
	}


@media (max-width: 992px) {
	 .hero img{
    width: 992px;
	height: auto;
  }

  .hero-text {
    font-size: 100%;
    top: 72%;
    left: 20%;
    right: 20%;
  }

  .navi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-links {
    flex-direction: row;
    font-size: 100%;
    margin: 8px 0;
    padding: 4px 25px;
  }

  .cta-button {
    font-size: 15px;
    padding: 7px 10px;
  }
	.carousel img {
		height: 200px;
	}
 .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-column {
    min-width: unset;
    width: 100%;
  }
.footer-img {
	width: 100px;
	}
	.footer-column p,
	.footer-column h4 {
		font-size: 100%;
	}
  .contact-icons {
    justify-content: center;
  }


  .icons {
    max-width: 14px;
	 height: auto;
  }

  .contact-icons {
    justify-content: center;
	  align-content: center;
	  align-items: center;
	}
	.ITYC-section {
		font-size: 150%;
	}
	.JTT-button {
		padding: 30px;
		font-size: 80%;
	}
	.career-img {
		width: 80%;
	}
	.available-position {
		font-size: 120%;
	}
	.available-positions-sec {
		
		justify-content: center;
		align-items: center;
	}
	
.line {
  width:580px;
  height: 2px;
  background-color: #E0E0DE;
	justify-content: flex-start;
	margin-right: auto;
	margin-top: 30px;
}

.career-header {
	flex-direction: row;
	align-content: center;
	justify-content: center;
	text-align: end;
	align-items: center;
	margin-right: 80px;
}

	}
