@font-face {
    font-family: 'Brandon Grotesque';
    src: url('font/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('font/BrandonGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('font/BrandonGrotesque-Black.woff2') format('woff2'),
        url('font/BrandonGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('font/BrandonGrotesque-Light.woff2') format('woff2'),
        url('font/BrandonGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('font/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('font/BrandonGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--graphic: #B45B38;
	--video: #804029;
	--web: #C68401;
	--advanced: #317168;
  }

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style-type: none;
}
body{
	font-family: 'Brandon Grotesque', sans-serif;
}

header{
	background: linear-gradient(to right, rgba(255, 192, 120, 0.15), rgba(56, 0, 138, 0.45)),
				url(../images/hero-banner.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
	height: 87vh;
}
.nav{
	background: rgba(195, 193, 238, 0.39);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8vh;
}

.logo{
	width: 10%;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.logo img{
	width: 100%;
	
}

.navContainer{
	width:80%;
}
.menu{
	display: flex;
	justify-content: flex-end;
	
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.menu li{
	margin: 0 10px;
	color: #3C2582;
}

.menu li a{
	color: #3C2582;
}

/* navigation animation and pseudo elements*/
.navContainer{
	height: 100%;
}
.menu{
	height: 100%;
}
.menu a{
	transition: all 0.5s ease-in-out;
}

.menu li{
	position: relative;
	display: flex;
	align-items: center;
}

.menu li::after{
	content:'';
	width: 0%;
	height: 9px;
	background-color: #F69322;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.5s ease-in-out;
}

.menu li:hover a{
	color: #F69322;
	transform: rotate(3deg) scale(1.5);
}
.menu li:last-child:hover a{
	transform:  scale(1.1);
}
.menu li:hover::after{
	width: 100%;
}

.menu li:last-child:hover::after{
	width: 0%;
}








/*navigation animation end*/

.headerContent{
	
	display: flex;
	flex-direction: column-reverse;
	height: 80%;
	padding: 0 9%;
	justify-content: center;
	align-items: end;
	float: none;
}

.headerContent .heroText{
	align-self: end;
	
}
.headerContent img{
	display: flex;
	align-self: end;
}





.section{
	padding: 75px 0;
	text-align: center;
}
.section h2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.section h3{
	font-size: 66px;
	font-weight: 100;
	margin:20px 0 30px 0;
}


.about{
	background: linear-gradient(to bottom, #f9f7fb , #e0ccfc);
	clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);
	text-align: center;

}
.about .button{
	background-color: #f79421;
	border-radius: 100px;
	color: white;
}



.aboutContainer{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}
.aboutContainer .textbox{
	width: 51%;
	text-align: left;
}

.aboutContainer .textbox h5{
	font-size: 24px;
	color: #333;

}
.aboutContainer .textbox p{
	width: 90%;
	font-size: 18px;
	color:#888;
	margin: 10px 0;
	font-family: 'Brandon Grotesque', arial;
	font-weight: normal;
}
.aboutContainer .imagebox{
	width: 20%;
	padding: 0 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	object-fit: contain;
}

.about .mainImage{
	background: url(../images/king@2x.png) no-repeat;
	background-position: right;
	background-size: contain;
	width: 100%;
	height: 42vh;
	
	transition: transform 0.5s ease-in-out,
				border-radius 1s ease-in-out;

}

.coursesContainer{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 72px;
	color:#f79421;
	
}
.coursesContainer img{
	width: 100%;
	margin: 10px 0;
	padding: 0 15px;
}


.design{
	background: linear-gradient(to top, #fff , #e0ccfc );
	clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 100%);
	padding-top: 8%;
}


.designContainer{
	width: 100%;
	margin: 27px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}



.designContainer h4{
	font-family: 'Brandon Grotesque', arial;
	font-weight: 900;
	font-size: 36px;
}

.designContainer .row{
	width: 80%;
	display: flex;
	justify-content: space-between;
	height: fit-content;


}
.designContainer .row span{
	font-weight: 600;
	color: #888;
}

.designContainer .row{
	margin-bottom: 50px;
}

.designContainer .segment1{
	display: flex;
	width: 30%;
	
}
.designContainer .segment2{
	width: 37%;
	text-align: left;
	color: #170135;
	box-sizing: border-box;
	padding-right: 6%;
}

.designContainer .segment3{
	width: 33%;
}
.designContainer .row .bar{
	width:3%;
	height: 98px;
	
}

.designContainer .row .text{
	text-align: left;
	margin-left: 3%;
}


.designContainer .courseType{
	font-family: 'Brandon Grotesque', arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 0.3;
}
.designContainer .courseDuration{
	font-family: 'Brandon Grotesque', arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5;
}

.designContainer #row1 .bar{
	background-color: var(--graphic);
}

.designContainer #row1 h4{
	color: var(--graphic);
}

.designContainer img{
	width: 100%;
}


.designContainer #row2 .bar{
	background-color: var(--video);
}

.designContainer #row2 h4{
	color: var(--video);
}

.designContainer #row3 .bar{
	background-color: var(--web);
}

.designContainer #row3 h4{
	color: var(--web);
}


.designContainer #row4 .bar{
	background-color: var(--advanced);
}

.designContainer #row4 h4{
	color: var(--advanced);
}


.contactContainer{
	width: 80%;
	margin: 27px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.contactContainer div{
	padding: 0 3%;
}
.contact img{
	width:100%;
}
.contact .left{
	width: 40%;
}

.contact .right{
	width: 60%;
}

.colors{
	display: flex;
	justify-content:space-between;
	align-content: center;
	align-items: center;
}
.colr{
	height: 10px;
	width: 18%;
}
#colr1{
	background-color: #B45B38;
}
#colr2{
	background-color: #804029;
}
#colr3{
	background-color: #C68401;
}
#colr4{
	background-color: #317168;
}
#colr5{
	background-color: #52B4A7;
}
#colr6{
	background-color: #8011F7;
}
.footer{
	width: 100%;
	height: 96px;
	background-color: #707070;
	display: flex;
	justify-content:center;
	align-content: center;
	align-items: center;
}
.footer img{
	width: 10%;
}
.top{
	z-index: 9999;
	display: flex;
	position: fixed;
	right: 100px;
	bottom: 150px;
	padding: 21px 15px;
	border-radius: 36px;
	border: none;
	opacity: 0.5;
	background-color: white;
	box-shadow: 3px 6px 9px #888888;
	text-align: center;
}
.top img{
	width: 200%;
}

.sticky {
	position: fixed;
	width: 100%;
	z-index: 1;
  }
.menu li:last-child a{
	background: var(--graphic);
	padding: 9% 18%;
	border-radius: 20px;
	color: white;
}

.downloadContainer{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	font-size: 32px;
	flex-direction: column;
}



@media screen and (max-width: 1300px) {
	

	.logo img{
		width: 150%;
		
	}

  .about{
  	height: auto;
  }
  .aboutContainer, .aboutContainer .imagebox{
  	flex-direction: column;
  	height: auto;
  }
  .about .textbox{
  	margin-bottom: 25px;
  	width: 100%;
  	text-align: center;
  }
  .about .imagebox{
  	width: 100%;
  }
  .about .imgGallery{
  	display: flex;
  	flex-direction: row;
  }
  .about .mainImage{
  	width: 90%;
  }
  .about .imgGallery span{
  	margin: 10px 5px;
  }
  .courses{
  	height: auto;
  }
  .coursesContainer{
  	width: 90%;
  	height: auto;
  	flex-direction: column;
  }
  .coursesContainer .textbox{
  	margin-bottom: 25px;
  	text-align: center;
  }
  .design{
  	height:auto;
  }
  .designContainer{
  	width: 90%;
  }
  header{
	background: linear-gradient(to bottom, rgba(255, 192, 120, 0.15), rgba(56, 0, 138, 0.45)),
				url(../images/hero-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.headerContent {
	height: 81%;
	justify-content: center;
  }
  .headerContent img{
	width: 100%;
  }
.section h2{
	font-size: 18px;
}
.section h3{
	font-size: 33px;
	margin: 9px 0 -90px 0;
}
.about{
	clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 100%);
}

.aboutContainer{
	flex-direction: column;
	width: 90%;
	margin-top: 100px;
}
.about .textbox{
	margin: 25px 0;
	width: 90%;
	text-align: center;
}
.about .imagebox, .about .imagebox p{
	width: 90%;
}
.about .mainImage{
	width: 100%;
	height: 30vh;
	background-position: center;
}

.courses{
	flex-direction: column;
	align-items: center;
	height: auto;
}
.coursesContainer{
	width: 70%;
	margin: 93px auto;
}
.courses .leftbox, .courses .rightbox{
	width: 100%;
}
.design{
	clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 100%);
}
.designContainer{
	flex-direction: column;
	width: 90%;
	margin-top: 100px;

}
.designContainer h4{
	font-size: 27px;
}
.designContainer p{
	font-size: 18px;
}
.designContainer .row .bar {
	height: 87px;
}
.designContainer .row{
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: max-content;
	margin: 18px 0;
	line-height: 1.5;

}
.designContainer .segment1,
.designContainer .segment2,
.designContainer .segment3{
	width: 60%;
	margin: 6px 0;
}
.designContainer  .segment3{
	height: 9vw;		
	background-size: cover;
	background-position: center;
}
.designContainer .courseType {
	line-height: 0.9;
}
.designContainer .courseDuration {
	line-height: 1.8;
}

.designContainer #row4{
	margin-top: 24vw;
}
.designContainer #row4 .segment3{
	height: 45vw;
}
#contact{
	padding: 0;
	margin: 75px 0;
}
.contactContainer{
	flex-direction: row;
}

.footer img{
	width: 18vw;
}
.top{
	right: 45px;
	bottom: 120px;
}

}


@media screen and (max-width: 1000px){
	header{
		background: linear-gradient(to bottom, rgba(255, 192, 120, 0.15), rgba(56, 0, 138, 0.45)),
					url(../images/hero-banner-mobile.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	

	.headerContent {
		height: 81%;
		justify-content: end;
	  }
	  .headerContent img{
		width: 100%;
	  }
	.section h2{
		font-size: 18px;
	}
	.section h3{
		font-size: 33px;
		margin: 9px 0 -90px 0;
	}
	.about{
		clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 100%);
	}

	.aboutContainer{
		flex-direction: column;
		width: 90%;
		margin-top: 100px;
	}
		.downloadContainer{
		flex-direction: column;
		width: 90%;
		margin-top: 100px;
		font-size: 19px;
	}
	.menu{
	    margin-top: 90px;
	}
	.nav{
	    height: 21vh;
	}
	.menu li{
	    flex-direction:column;
	}
	.about .textbox{
		margin: 25px 0;
		width: 90%;
		text-align: center;
	}
	.about .imagebox, .about .imagebox p{
		width: 90%;
	}
	.about .mainImage{
		width: 100%;
		height: 30vh;
		background-position: center;
	}
	
	.courses{
		flex-direction: column;
		align-items: center;
		height: auto;
	}
	.coursesContainer{
		width: 90%;
		/*height: 100vh;*/
		margin: 93px auto;
	}
	.courses .leftbox, .courses .rightbox{
		width: 100%;
	}
	.design{
		clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 100%);
		padding-top: 21%;
	}
	.designContainer{
		flex-direction: column;
		width: 90%;
		margin-top: 100px;

	}
	.designContainer h4{
		font-size: 27px;
	}
	.designContainer p{
		font-size: 18px;
	}
	.designContainer .row .bar {
		height: 87px;
	}
	.designContainer .row{
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: max-content;
		margin: 18px 0;
		line-height: 1.5;

	}
	.designContainer .segment1,
	.designContainer .segment2,
	.designContainer .segment3{
		width: 100%;
		margin: 6px 0;
	}
	.designContainer  .segment3{
		height: 21vw;		
		background-size: cover;
		background-position: center;
	}
	.designContainer .courseType {
		line-height: 0.9;
	}
	.designContainer .courseDuration {
		line-height: 1.8;
	}

	.designContainer #row4{
		margin-top: 36vw;
	}
	.designContainer #row4 .segment3{
		height: 66vw;
	}
	#contact{
		padding: 0;
		margin: 75px 0;
	}
	.contactContainer{
		flex-direction: column;
		width: 90%;
	}
	.contact .left,
	.contact .right{
		width: 100%;
	}
	.footer img{
		width: 30%;
	}

	.top{
		right: 39px;
		bottom: 94px;
	}

}