#category_content{
	width: calc((100% / 6) - 6px);
	min-width: 140px;
	border-radius: 20px;
	aspect-ratio: 3/4;
	display: grid;
	align-items: self-end;
	gap: 0px;
	margin: 10px;
	background-size: cover;
	overflow: hidden;
	background-position: center;
}

#category_content .cover{
	width: calc(100% - 16px);
	height: max-content;
	padding: 8px;
	/* aspect-ratio: 1/1; */
	background-size: cover!important;
	background-position: center!important;
	border-radius: 12px;
	background: rgb(2,28,68);
	background: linear-gradient(0deg, rgba(2,28,68,1) 0%, rgba(2,28,68,0.3897934173669467) 50%, rgba(2,28,68,0.022846638655462215) 100%);
}

#category_content .head{
	font-size: 12pt;
	font-weight: 600;
	color: #ffffff;
}

#category_content .subject{
	font-size: 10pt;
	font-weight: 400;
	color: #ffffff;
}

#category_content .bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -8px;
}

#category_content a{
	width: 36px;
	height: 36px;
	/* background: #eaeaea; */
	border-radius: 21px;
	background-image: url(../vector-images/light_arrow_right.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 9px;
}

#category_content .counter{
	font-size: 12pt;
	font-weight: 600;
	color: #ffffff;
}

/*SPECIAL CONTENT*/

#special_content{
	/* padding: 12px; */
	background: #ffddad;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* box-shadow: 0px 6px 12px 0px #00000014; */
	padding: 16px;
	margin: 0px;
	width: calc(100% - 32px);
}

#special_content .left img{
	width: 96px;
	height: 96px;
	margin: 0px auto;
}

#special_content .head{
	font-size: 20pt;
	font-weight: 600;
	color: #303944;
}

#special_content .subject{
	font-size: 14pt;
	width: 440px;
	font-weight: 400;
	color: #303944;
	margin: 0px auto;
}


#special_content a{
	background: #ff385c;
	color: #ffffff;
	padding: 12px;
	font-size: 12pt;
	font-weight: 600;
	border-radius: 16px;
	margin: 0px auto;
}

#special_content .button{
	background: #ff385c;
	color: #ffffff;
	padding: 12px;
	font-size: 12pt;
	font-weight: 600;
	border-radius: 16px;
	margin: 0px auto;
}

#special_content .left{
	display: grid;
	align-items: center;
	text-align: center;
	/* margin: 0px auto; */
	height: max-content;
	gap: 16px;
}

#special_content .right{
	display: grid;
	align-items: center;
	text-align: center;
	/* margin: 0px auto; */
	padding: 6px;
	width: calc(100% - 12px);
	height: max-content;
	gap: 16px;
}


/*premium CONTENT*/

#premium_content{
	border-radius: 20px;
	display: flex;
	width: calc(100% - 48px);
	height: 500px;
	background-image: url(../common-images/bkg_for_private_lesson.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: right;
	align-items: end;
	padding: 24px;
}

#premium_content .left img{
	width: 96px;
	height: 96px;
	margin: 0px auto;
}

#premium_content .head{
	font-size: 18pt;
	font-weight: 600;
	color: #303944;
}

#premium_content .subject{
	font-size: 12pt;
	width: 300px;
	font-weight: 400;
	color: #303944;
	margin: 0px auto;
}


#premium_content a{
	background: #303944;
	color: #ffffff;
	padding: 12px;
	font-size: 12pt;
	font-weight: 600;
	border-radius: 16px;
}


#premium_content .informaion{
    overflow: hidden;
}

/*learn CONTENT*/

#learn_content{
	border-radius: 20px;
	display: flex;
	width: calc(100% - 48px);
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	gap: 12px;
	/* margin: 10px; */
	/* box-shadow: 0px 6px 12px 0px #00000014; */
	background: #e2f3fd;
}

#learn_content .left{
	display: flex;
	align-items: center;
	gap: 12px;
}

#learn_content img{
	width: 76px;
	height: 76px;
	position: relative;
	top: -8px;
}

#learn_content .head{
	font-size: 20pt;
	font-weight: 600;
	color: #303944;
	/* width: 100px; */
}

#learn_content .subject{
	font-size: 14pt;
	font-weight: 400;
	color: #303944;
	margin: 0px auto;
}


#learn_content a{
	background: #303944;
	color: #ffffff;
	padding: 12px;
	font-size: 12pt;
	font-weight: 600;
	border-radius: 16px;
	margin: 0px auto;
	min-width: max-content;
}

#learn_content .button{
	background: #303944;
	color: #ffffff;
	padding: 12px;
	font-size: 12pt;
	font-weight: 600;
	border-radius: 16px;
	margin: 0px auto;
	min-width: max-content;
	cursor:pointer;
}

/*edu CONTENT*/

#edu_content{
	border-radius: 20px;
	display: flex;
	width: calc(100% - 68px);
	align-items: center;
	padding: 24px;
	background: #e2f3fd;
	/* box-shadow: 0px 4px 8px 0px #00000012; */
	gap: 12px;
	margin: 10px;
}

#edu_content left{
	width: 100%;
}

#edu_content img{
	width: 76px;
	height: 76px;
	position: relative;
	top: -8px;
}

#edu_content .head{
	font-size: 18pt;
	font-weight: 600;
	color: #303944;
	/* width: 100px; */
}

#edu_content .subject{
	font-size: 12pt;
	font-weight: 400;
	color: #303944;
	margin: 0px auto;
}


#edu_content a{
	background: #303944;
	color: #ffffff;
	padding: 12px;
	font-size: 12pt;
	font-weight: 600;
	border-radius: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

/*work content*/

#work_content{
	/* padding: 8px; */
	width: calc((100% / 3) - 12px);
	/* min-width: 140px; */
	background: #fff;
	border-radius: 20px;
	/* box-shadow: 0px 4px 8px 0px #00000012; */
	display: grid;
	gap: 12px;
	/* margin: 10px; */
	align-content: stretch;
}

#work_content .cover{
	width: calc(100% - 24px);
	aspect-ratio: 1/1;
	background-size: cover!important;
	background-position: center!important;
	border-radius: 20px;
	margin: 0px auto;
	background: whitesmoke;
}

#work_content .head{
	font-size: 18pt;
	font-weight: 600;
	color: #303944;
	text-align: center;
}

#work_content .subject{
	font-size: 12pt;
	font-weight: 400;
	color: #83888f;
	text-align: center;
	padding: 0px 12px 0px 12px;
}

#work_content .bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -8px;
}

#work_content a{
	width: 36px;
	height: 36px;
	background: #303944;
	border-radius: 21px;
	background-image: url(../vector-images/light_arrow_right.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 9px;
}

#work_content .counter{
	font-size: 12pt;
	font-weight: 600;
	color: #303944;
}

.top_t{
	width: 80%;
	height: 300px;
	background: #fff;
	position: relative;
	top: -20px;
	margin: auto;
	border-radius: 20px;
	box-shadow: 0px 8px 10px #00000021;
	background-size: cover;
	background-position: center;
	display: grid;
	align-content: end;
	overflow: hidden;
}




.top_c{display: grid;font-size: 10pt;gap: 2px;height: max-content;padding: 16px;background: linear-gradient(0deg, rgba(2,28,68,1) 0%, rgba(2,28,68,0.3897934173669467) 50%, rgba(2,28,68,0.022846638655462215) 100%);}


.bottom_c{
	font-size: 10pt;
	padding: 0px 24px 0px 24px;
	color: #000;
}

.bottom_c p{
	margin:0px;
	font-weight:400;
	text-align: left;
	height: 100px;
	overflow: hidden;
}

.writer_head{
	font-size:12pt;
	font-weight:600;
	display:flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 6px;
}

.writer_head img{
	width:14px;
	height:14px;
}

.swiper {
  width: calc(100% - 8px);
  height: 480px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}

.swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}

.swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.swiper-slide:nth-child(4n) {
  background-color: rgb(211, 122, 7);
}

.swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}

.swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}

.swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}

.swiper-slide:nth-child(8n) {
  background-color: rgb(0, 68, 255);
}

.swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}

.swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
}	


@media (max-width: 600px) {
	
	#category_content{
		width: 160px;
		margin: 0px 6px 0px 16px;
	}
	
	#category_content .cover{
		width: calc(100% - 16px);
		height: max-content;
		padding: 8px;
		/* aspect-ratio: 1/1; */
		background-size: cover!important;
		background-position: center!important;
		border-radius: 12px;
		background: rgb(2,28,68);
		background: linear-gradient(0deg, rgba(2,28,68,1) 0%, rgba(2,28,68,0.3897934173669467) 50%, rgba(2,28,68,0.022846638655462215) 100%);
	}	
	
		
	#category_content .head{
		font-size: 12pt;
	}
	
	#category_content .subject{
		font-size: 10pt;
	}
	
	#category_content .bottom{
		margin-top: -10px;
	}	
	
	#category_content a{
		width: 32px;
		height: 32px;
		border-radius: 16px;
		background-image: url(../vector-images/light_arrow_right.svg);
		background-size: 50%;
		background-repeat: no-repeat;
		background-position-x: 9px;
		background-position-y: 8px;
	}
	
	#category_content .counter{
		font-size: 10pt;
		font-weight: 600;
		color: #ffffff;
	}	
	
	/*SPECIAL CONTENT*/
	
	#special_content{
		width: calc(100% - 0px);
		padding: 12px 0px 12px 0px;
		/* background: #fff6e9; */
		border-radius: 20px;
		display: grid;
		justify-content: space-between;
		align-items: center;
		gap: 24px;
		box-shadow: none;
	}
	
	#special_content a{
		color: #ffffff;
		padding: 12px;
		font-size: 12pt;
		font-weight: 600;
		border-radius: 16px;
		margin: 0px auto;
		min-width: max-content;
		width: auto;
		cursor:pointer;
	}
		
	#special_content .left img{
		width: 48px;
		height: 48px;
		margin: 0px auto;
	}
	
	#special_content .head{
		font-size: 18pt;
		font-weight: 600;
		color: #303944;
	}
	
	#special_content .subject{
		font-size: 12pt;
		width: 100%;
		font-weight: 400;
		color: #494c50;
		margin: 0px auto;
	}
	
	#special_content .left{
		display: grid;
		align-items: center;
		text-align: center;
		margin: 0px auto;
		height: max-content;
		gap: 16px;
	}
	
	/*learn CONTENT*/
	
	#learn_content{
		border-radius: 20px;
		display: grid;
		gap: 12px;
		width: calc(100% - 24px);
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 24px 12px 12px 12px;
		margin: 0px auto;
	}
	
	#learn_content .left{
		width: 100%;
		display: grid;
		gap: 8px;
	}
		
	#learn_content .left img{
		width: 48px;
		height: 48px;
		margin: 0px auto;
	}
	
	#learn_content .float{
		width: 100%;
		display: grid;
		gap: 16px;
	}
			
		
	#learn_content .head{
		font-size: 18pt;
		font-weight: 600;
	}
	
	#learn_content .subject{
		font-size: 12pt;
		width: 100%;
		font-weight: 400;
		/* color: #ffffff; */
		margin: 0px auto;
	}
	
	
	/*edu CONTENT*/
	
	#edu_content{
		display: grid;
		/* box-shadow: 0px 4px 8px 0px #00000012; */
	}
	
	#edu_content .left{
		width: 100%;
		display: grid;
		gap: 8px;
		text-align: center;
	}
	
	#edu_content img{
		width: 48px;
		height: 48px;
		position: relative;
		top: -8px;
		margin: 0px auto;
	}
	
	#edu_content .head{
		font-size: 18pt;
		font-weight: 600;
		color: #303944;
		/* width: 100px; */
	}
	
	#edu_content .subject{
		font-size: 10pt;
		width: 100%;
		font-weight: 400;
		color: #494c50;
		margin: 0px auto;
	}
	
	
	#edu_content a{
		background: #303944;
		color: #ffffff;
		padding: 12px;
		font-size: 12pt;
		font-weight: 600;
		border-radius: 16px;
		display: flex;
		align-items: center;
		gap: 8px;
	}	
	
	/*work content*/
	
	#work_content{
		margin: 0px;
		padding: 0px;
		width: calc(100% - 0px);
		/* min-width: 140px; */
		/* background: #889cb4; */
		border-radius: 20px;
		box-shadow: 0px 4px 8px 0px #00000012;
		display: grid;
		gap: 12px;
		align-content: end;
	}
	
	#work_content .cover{
		width: calc(100% - 24px);
		aspect-ratio: 1/1;
		background-size: cover!important;
		background-position: center!important;
		border-radius: 20px;
		margin: 0px auto;
		background: whitesmoke;
	}
	
	#work_content .sub{
		display:grid;
		gap:8px;
	}
		
	#work_content .head{
		font-size: 18pt;
		font-weight: 600;
		color: #000000;
		text-align: center;
	}
	
	#work_content .subject{
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
		text-align: center;
	}
	
	#work_content .bottom{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-top: -8px;
	}
	
	#work_content a{
		width: 36px;
		height: 36px;
		background: #303944;
		border-radius: 21px;
		background-image: url(../vector-images/light_arrow_right.svg);
		background-size: 50%;
		background-repeat: no-repeat;
		background-position-x: 10px;
		background-position-y: 9px;
	}
	
	#work_content .counter{
		font-size: 12pt;
		font-weight: 600;
		color: #303944;
	}	
	
	/*profile content*/
	
	#profile_content .cover{
		width: 100%;
		aspect-ratio: 1/1;
		background-position: center;
		display: grid;
		align-content: end;
		border-radius: 30px;
	}
	
	#profile_content .m_information{display: grid;gap: 2px;height: max-content;padding: 16px;background: linear-gradient(0deg, rgba(2,28,68,1) 0%, rgba(2,28,68,0.3897934173669467) 50%, rgba(2,28,68,0.022846638655462215) 100%);}
	
	#profile_content .head{font-size: 16pt;font-weight: 600;color: #fff;}
	
	#profile_content .subject{font-size: 12pt;color: #fff;}
	
	#profile_content{position: relative;top: -29px;z-index: 4;overflow: hidden;border-radius: 32px;/* border: 4px solid #fff; */background: #fff;}	

	#profile_content .top_information{
		display: flex;
		justify-content: space-between;
		padding: 16px;
		position: absolute;
		z-index: 3;
		width: calc(100% - 32px);
	}

	#profile_content .close{
		background: #00000075;
		width:32px;
		height:32px;
		background-image: url(../../assets/vector-images/dark_arrow_left.svg)!important;
		border-radius:16px;
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: center;
		filter: brightness(10);
	}	
	
	#profile_content .official{
		display:flex;
		gap:8px;
		margin-top: 4px;
	}
		
	#profile_content .comment{display: flex;gap: 8px;color: #fff;align-items: center;justify-content: space-between;/* border: 2px solid #fff; */border-radius: 12px;padding: 8px;background: #0000003b;width: -webkit-fill-available;font-size: 12pt;}
	
	#profile_content .year{display: flex;gap: 8px;color: #fff;align-items: center;justify-content: space-between;/* border: 2px solid #fff; */border-radius: 12px;padding: 8px;background: #0000003b;width: max-content;font-size: 12pt;font-weight: 600;}
		
	#profile_content img{width: 20px;height: 20px;}
	
	/*about content*/
	
	#about_content{margin: 0px 12px 16px 12px;display: grid;gap: 8px;background: #ffffff;position: relative;border-radius: 0px 0px 32px 32px;top: -32px;padding: 0px;}		
	
	#about_content .head{
		font-size: 12pt;
		font-weight: 600;
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 16px;
	}	
		
	#about_content .subject{
		font-size: 12pt;
		padding: 0px 16px 16px 16px;
	}	

	#about_content .table{
		padding: 0px 16px 16px 16px;
	}

	#about_content .name{
		font-weight: 600;
		font-size: 12pt;
	}

	#about_content .sub{
		font-size: 10pt;
		font-weight: 400;
	}
	
	
	#about_content .more{
		text-align: center;
		padding: 48px 0px 8px 0px;
		position: absolute;
		bottom: 0px;
		width: calc(100% - 0px);
		border-radius: 0px 0px 32px 32px;
		z-index: 2;
		font-weight: 600;
		background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255) 30%, rgb(2 28 68 / 0%) 100%);
	}
	
	#about_content img{width: 24px;height: 24px;}	

	#about_content .top{
	display: flex;
	justify-content: space-between;
	/* padding: 8px; */
	gap: 8px;
	/* background: #fff; */
	border-radius: 16px;
	}

	#about_content .tabs{
		padding: 16px;
		/* border-radius: 8px; */
		width: calc(100% / 3);
		text-align: center;
		transition: 0.2s;
		border-bottom: 2px solid #ededed;
	}
	
	#about_content .active{
		/* background-color: #f8f8f8; */
		font-weight:600;
		/* color: #fff; */
		border-bottom: 2px solid #303944;
		transition: 0.2s;
	}
	
	#about_content .content{
		display: grid;
		gap: 6px;
		/* box-shadow: 0px 4px 8px 0px #00000012; */
		border-radius: 32px;
		/* padding: 16px; */
		overflow: hidden;
		/* border-bottom: 2px solid #ededed; */
	}	
	
}

