@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&family=Noto+Sans:wght@200;300;400;500;600&display=swap');
*{
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 400;
}
:root{
	--merkury: #fb8900;
	--merkuryLight: #fc9A00;
}
body{
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}
img{
	width: 100%;
}
nav{
	position: fixed;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr max-content;
	padding: 0 4rem;
	align-items: center;
	background-color: #0007;
	border-bottom: 1px solid #000A;
	z-index: 1;
}
.nav_logo{
	display: grid;
	align-items: center;
}
.nav_logo img{
	width: auto;
	height: 60px;
	color: #fff;
}
.nav_btn{
	display: none;
}
.nav_content{
	display: grid;
	grid-template-columns: repeat(7, max-content);
	grid-gap: 4rem;
	padding: 2rem 0;
	height: 85px;
}
nav a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}
#home{
	min-height: 100vh;
	background-image: url("/img/yaris.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: grid;
	padding: 0 4rem;
	align-items: center;
}
main{
	background-color: #181818;
	color: #fff;
}
.header_container{
	color: #fff;
	display: grid;
	text-shadow: 0 0 1rem #000C;
	padding-top: 4rem;
}
.header_container strong{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #eee;
}
h1{
	font-size: 3.75rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 1rem;
}
h2, h2 span{
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 500;
}
h2 > span{
	display: block;
}
h2 > span:last-of-type{
	font-size: 2.25rem;
	font-weight: 600;
}
.home_cta{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	background-color: #0006;
	width: max-content;
	padding: 1rem 1.75rem;
	border: 3px solid var(--merkury);
	margin-top: 2rem;
}
.colored{
	color: var(--merkury);
}
.category_tile{
	display: grid;
	grid-template-columns: 400px 1fr;
	height: 200px;
	border-bottom: 2px solid #050505;
}
.category_tile img, .news_article img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.category_tile_content{
	display: grid;
	grid-template-columns: repeat(3, 1fr) 120px;
	text-align: center;
	align-items: center;
}
.category_tile_content h3{
	font-size: 2.25rem;
}
.category_tile_more{
	display: grid;
	justify-content: center;
}
.category_tile_more img{
	width: auto;
	height: auto;
}
.category_tile_content_allows p, .category_tile_content_price p{
	font-weight: 500;
	font-size: 1.25rem;
}
.category_tile_content_allows, .category_tile_content_price{
	display: grid;
	grid-gap: .25rem;
}
.news{
	background-color: #121212;
	color: #fff;
	display: grid;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 4rem 0;
	grid-gap: 4rem;
}
.news h4, .contact h4, .nav_above h1{
	font-weight: 500;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.news_container{
	display: grid;
	grid-template-columns: repeat(3, 400px);
	grid-gap: 4rem;
}
.news_article{
	display: grid;
	grid-template-rows: 200px;
}
.news_article_content{
	background-color: #181818;
	padding: 2rem;
	display: grid;
	grid-gap: 1rem;
	text-align: left;
}
.news_article_content > *{
	order: 1;
}
.news_article_content h5{
	order: 0;
	font-size: 1.25rem;
	font-weight: 500;
}
.article_category{
	text-transform: uppercase;
	color: var(--merkury);
}
.news_article_footer{
	display: grid;
	grid-template-columns: 1fr max-content;
	align-items: center;
	padding-top: 1rem;
}
.news_article_date{
	font-weight: 400;
	color: var(--merkury);
}
.article_btn{
	color: var(--merkury);
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background-color: #151515;
	width: max-content;
	padding: .75rem 1.25rem;
	border: 2px solid var(--merkury);
	justify-self: right;
}
.article_rest{
	color: var(--merkury);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.25rem;
	letter-spacing: 2px;
	padding: .75rem 1.25rem;
	border: 2px solid var(--merkury);
	width: max-content;
	justify-self: center;
}
.contact{
	background-color: #181818;
	color: #fff;
	border-top: 2px solid #050505;
	border-bottom: 2px solid #050505;
	padding: 4rem 0;
	text-align: center;
	display: grid;
	grid-gap: 4rem;
	justify-items: center;
}
.contact_header{
	display: grid;
	grid-gap: 1rem;
}
.contact_group img{
	width: 40px;
}
.address_side{
	display: grid;
	grid-gap: 1rem;
	grid-auto-rows: max-content;
}
.open_day, .contact_group{
	background-color: #121212;
	padding: 0 2rem;
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2, max-content);
	justify-content: space-between;
	height: 70px;
	align-items: center;
}
.open_day strong{
	text-align: center;
	font-weight: 500;
	grid-column: 1/-1;
}
.open_day span:first-of-type{
	font-weight: 500;
}
.contact_group div span{
	display: block;
}
.contact_container{
	display: grid;
	grid-template-columns: repeat(3, 400px);
	grid-gap: 4rem;
}
.contact_group a{
	color: #fff;
	text-decoration: none;
}
footer{
	padding: 1rem 4rem;
	background-color: #121212;
	display: grid;
	justify-content: right;
	align-items: center;
	height: 86px;
	border-top: 1px solid #000A;
	z-index: 1;
}
footer img{
	width: auto;
	height: 40px;
}

/* Course */
.course_wrapper{
	display: grid;
	grid-template-rows: 86px calc(100vh - 86px * 2);
	height: 100vh;
}
.course_wrapper nav{
	position: sticky;
	top: 0;
	background-color: #121212;
}
.course_container{
	background-color: #181818;
	display: grid;
	grid-template-columns: 1fr 600px;
}
.course_img{
	height: calc(100vh - 86px * 2);
	overflow: hidden;
}
.course_container img {
	object-fit: cover;
	object-position: center;
	height: calc(100vh - 86px * 2);
}
.course_container article{
	height: 100%;
	padding: 2rem;
	display: grid;
}
.course_tile{
	display: grid;
	grid-gap: .5rem;
	grid-auto-rows: max-content;
}
article header p{
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 4px;
	color: #efefef;
	font-size: 18px;
}
.nav_above{
	padding-top: calc(4rem + 86px);
}
.article{
	display: grid;
	justify-items: center;
	min-height: calc(100vh - 86px);
}
.article header{
	grid-column: 1/-1;
	width: 1200px;
}
.article article{
	text-align: left;
	font-size: 18px;
	width: 900px;
}
.article_gallery{
	width: 900px;
	display: grid;
	grid-template-columns: repeat(4, 200px);
	grid-gap: 25px;
}
.article_gallery_tile img{
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.article header p{
	color: var(--merkury);
	text-transform: uppercase;
	font-size: 1.25rem;
	letter-spacing: 1px;
}

.gallery_container{
    display: grid;
    grid-gap: 4rem;
    padding: 0 10% 4rem 10%;
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
}
.gallery_tile{
    display: grid;
    justify-content: center;
}
.gallery_overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh);
	display: flex;
	align-items: center;
	background-color: #000C;
	z-index: 100;
}
#owl-carousel{
    width: 100vw;
}
#owl-carousel .owl-item img{
  max-width: 80vw;
  max-height: 80vh;
  width: unset;
  object-fit: contain;
  object-position: center;
  display: block;
}
.owl_img_inner{
  display: flex;
  justify-content: center;
  width: 100vw;
  align-items: center;
  height: 80vh;
}
.gallery_close {
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 15px;
  z-index: 110;
}
.gallery_btn {
	color: #bbb;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	width: 50px;
	height: 50px;
	background-color: #303030;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 1rem #0007;
}
.gallery_btn .close_icon {
	width: 32px;
	height: 32px;
	background-image: url('/imgs/delete.png');
	background-repeat: no-repeat;
	background-position: 55% center;
	background-size: 25px 25px;
}
.goi .owl-prev, .goi .owl-next{
  cursor: pointer;
	position: fixed;
	top: 50%;
  transform: translateY(-50%);
	left: 15px;
  z-index: 110;
}
.goi .owl-next{
  left: unset;
  right: 15px;
}
.owl-prev > *{
    background-image: url('/imgs/leftArrow.png');
    background-repeat: no-repeat;
    background-position: 45% center;
    background-size: 25px 25px;
    cursor: pointer;
  }
  .owl-next > *{
    background-image: url('/imgs/rightArrow.png');
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 25px 25px;
    cursor: pointer;
  }
  .gallery_btn .close_icon{
    width: 32px;
    height: 32px;
    background-image: url('/imgs/delete.png');
    background-repeat: no-repeat;
    background-position: 55% center;
    background-size: 25px 25px;
  }
  .owl-item{
      display: grid;
      justify-content: center;
      height: 80vh;
      align-content: center;
  }
  .about{
	  min-height: calc(100vh - 86px);
	  grid-auto-rows: max-content;
	  justify-content: center;	
  }
  .about_container{
	  width: 800px;
	  font-size: 18px;
	  line-height: 1.4;
  }
  iframe{
	  width: 100%;
	  height:330px;
  }
.nav_above {
	min-height: calc(100vh - 86px);
	grid-auto-rows: max-content;
}
  @media screen and (max-width: 1450px) {
		.contact_container, .news_container, .nav_content{
			grid-gap: 2rem;
		}
		.category_tile_content h3{
			font-size: 2rem;
		}
		.category_tile_content_allows p, .category_tile_content_price p{
			font-size: 18px;
		}
		.category_tile_content{
			grid-template-columns: 2fr 2fr 1fr 120px;
			grid-gap: 2rem;
			padding-left: 2rem;
		}
		.news_container, .contact_container{
			grid-template-columns: repeat(3, 350px);
		}
		.nav_above h1{
			padding-left: 2rem;
			padding-right: 2rem;
		}
  }
  @media screen and (max-width: 1200px) {
		.nav_content{
			grid-gap: 1.25rem;
		}
		nav, #home{
			padding: 0 2rem;
		}
		.news_container{
			grid-template-columns: repeat(3, 300px);
		}
		.news_article_footer{
			display: grid;
			grid-template-columns: 1fr;
			grid-gap: 1.5rem;
			padding-top: 0;
		}
		.article_btn{
			width: 100%;
			text-align: center;
		}
		.contact_container{
			grid-template-columns: repeat(2, 400px);
			grid-gap: 2rem;
		}
		iframe{
			grid-column: 1/-1;
		}
		.category_tile{
			grid-template-columns: 300px 1fr;
			height: 150px;
		}
		h1{
			font-size: 3rem;;
		}
		h2, h2 span{
			font-size: 1.5rem;
		}
		h2 > span:last-of-type{
			font-size: 2rem;
		}
		.header_container strong{
			font-size: 1.25rem;
		}
		.category_tile_more img{
			width: 25px;
		}
		.article_rest{
			font-size: 1rem;
		}
		.category_tile_content h3{
			font-size: 1.75rem;
		}
		.category_tile_content_allows p, .category_tile_content_price p{
			font-size: 1rem;
		}
		.news_article_content h5{
			font-size: 18px;
		}
	}
  @media screen and (max-width: 1050px) {
		.nav_btn{
			display: grid;
		}
		.nav_content{
			display: none;
			height: auto;
			grid-template-columns: 1fr;
			grid-gap: 2rem;
			height: 389px;
		}
		nav{
			height: auto;
			padding-top: 1rem;
			padding-bottom: 1rem;
			background-color: #000D;
		}
		.category_tile{
			grid-template-columns: 200px 1fr;
			height: 100px;
		}
		.news_container{
			grid-template-columns: repeat(2, 400px);
		}
		.category_tile_content{
			padding-top: 1rem;
			padding-bottom: 1rem;
		}
		.category_tile_content h3{
			font-size: 1.25rem;
		}
		.category_tile_content{
			grid-template-columns: 2fr 3fr 1fr 80px;
		}


		.course_container, .course_wrapper{
			grid-template-columns: 1fr;
			height: auto;
			grid-template-rows: unset;
		}
		.course_img, .course_container img{
			height: 50vh;
		}
		.course_container article{
			grid-gap: 2rem;
		}
		.about_container{
			width: 100%;
			padding-left: 2rem;
			padding-right: 2rem;
		}

		.article header, .article article, .article_gallery{
			width: 100%;
			padding-left: 2rem;
			padding-right: 2rem;
		}
		.article_gallery{
			grid-template-columns: repeat(auto-fill, 200px);
		}
	}
  @media screen and (max-width: 975px) {
		.category_tile{
			grid-template-columns: 150px 1fr;
			height: 100px;
		}
		.category_tile_content_allows strong{
			font-size: 14px;
		}
		.category_tile_content_allows p, .category_tile_content_price p{
			font-size: 14px;
		}
		.category_tile_content{
			padding-left: 1rem;
		}
		.category_tile_more img{
			width: 18px;
		}
	}
  @media screen and (max-width: 900px) {
		.category_tile{
			grid-template-columns: 40% 1fr;
			height: 200px;
		}
		.category_tile_content{
			grid-template-columns: 1fr;
		}
		.category_tile_content{
			grid-gap: 1rem;
		}
		.category_tile_content{
			grid-template-columns: 1fr 100px;
		}
		.category_tile_content > *{
			grid-column: 1/2;
		}
		.category_tile_more{
			grid-column: -1/-2;
			grid-row: 1/span 3;
		}
		.category_tile_content h3{
			font-size: 1.5rem;
		}
		.header_container strong{
			font-size: 1rem;
		}
		h1{
			font-size: 2.25rem;
		}
		h2, h2 span{
			font-size: 1.25rem;
		}
		h2 > span:last-of-type{
			font-size: 1.5rem;
		}
		.news_container, .contact_container{
			grid-template-columns: 400px;
			justify-content: center;
		}
	}
  @media screen and (max-width: 700px) {
		.category_tile{
			grid-template-columns: 50% 1fr;
			height: unset;
		}
		.category_tile_content{
			grid-template-columns: 1fr;
		}
		.category_tile_content > *{
			grid-row: unset;
		}
	}
  @media screen and (max-width: 550px) {
		.news h4, .contact h4, .nav_above h1{
			font-size: 1.5rem
		}
		.category_tile:nth-of-type(1) > img{
			object-position: 70% center;
		}
		.category_tile:nth-of-type(2) > img{
			object-position: right center;
		}
		h1{
			font-size: 2rem;
		}
		.home_cta{
			font-size: 14px;
		}
		.category_tile_content{
			padding-left: .5rem;
			padding-right: .5rem;
		}
	}
  @media screen and (max-width: 500px) {
		.category_tile{
			grid-template-columns: 1fr;
		}
		.category_tile > img{
			height: 250px;
		}
		.category_tile_content{
			grid-template-columns: 1fr 50px;
			text-align: left;
			padding: 2rem 2rem
		}
		.category_tile_content > *{
			grid-column: 1/2;
		}
		.category_tile_more{
			grid-column: -1/-2;
			grid-row: 1/span 3;
		}
		.category_tile_more img{
			width: 25px;
			height: auto;
		}
		.home_cta{
			width: 100%;
		}
		.news_container, .contact_container{
			grid-template-columns: 100%;
		}
		footer{
			justify-content: center;
		}
		h4, .contact_header p{
			padding-left: 1rem;
			padding-right: 1rem;
		}

		.article_gallery{
			grid-template-columns: 200px;
			justify-content: center;
		}
		.article_gallery_tile img{
			height: 200px;
		}

	}
	@media screen and (max-height: 500px) {
		.nav_content{
			grid-gap: 0;
			height: calc(100vh - 86px);
		}
	}