@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&family=Source+Sans+Pro:ital,wght@0,300;1,300&display=swap');

:root{
	--primary-color:#FF86EF;
	--secondary-color:#ED99B3;
	--primary-grad-color:linear-gradient(#ff86932b, #ed99b138);
}

*{
	box-sizing: border-box;
}

body{

	/* font-family: 'Source Sans Pro', sans-serif; */
	font-family: 'Times New Roman', Times, serif;

	padding:0;
	margin:0;

}

/*Start Header Section*/

/*Start Header Introl*/
.headerintros{
	background-color: rgb(217 227 233 / 72%);
	/*background-color: #ffb3b3;*/
	color:blue;
	display: none;
	padding:15px 0;
}


@media (min-width: 1200px){
	.visiblelgs{
		display: block;
	}
}


.infos{
	font-size: 14px;
	font-weight: bold;

	display: flex;
	justify-content: space-between;
	align-items: center;

}

.headericons a{
	color: blue;
	margin:0 10px;

}


/*End Header Introl*/

header{
	height: 80vh;
	background:var(--primary-grad-color);

	position: relative;
}

.studentgroups{
	width: 43%;
	border:none;

	position: absolute;
	left: 0;
	bottom:0px;

	z-index: 1;
}

.waves{
	width: 100%;

	position: absolute;
	left: 0;
	bottom:-5px;

	z-index: 2;
}
/*Start Header Section*/

/*Start Nav Bar*/
nav{
	position: relative;
	z-index: 1;
}

.menustyles li{
	color:#000;
	font-size: 13px;
	letter-spacing: 1.5px;

	transition: color .5s;
}

.menustyles li a:hover{
	color: var(--primary-color);
}

.navbuttons{
	border:none;
	display: block;
}

/*clickခေါက်ရင် borderတွေပျောက်ချင်တာ active and hoverနဲ့မရတော့ focusပဲရတယ်*/
.navbuttons:focus{
	box-shadow: none;
}

.lines1, .lines2, .lines3{
	width: 17px;
	height: 2px;
	margin:3px;
}

.crossxs .lines1{
	transform: rotate(-45deg) translate(-3px,4px);
}

.crossxs .lines2{
	opacity: 0;

}

.crossxs .lines3{
	transform: rotate(45deg)  translate(-3px,-4px);
}
/*End Nav Bar*/

.banners{
	width: 90%;

	position: absolute;
	left:50%;
	top:50%;

	transform: translate(-50%,-50%);

}


.bannerheaders{
	color:#212529;
	font-weight: bold;
	letter-spacing: 3px;
	animation-name: bnanis;
	animation-duration: 3s;

}
.bannerparagraphs,.banner-btn{
	font-size: 12px;
	animation-name: bnanis;
	animation-duration: 2s;

	animation-delay: .5s;

	animation-fill-mode: backwards;

}

@keyframes bnanis{
	from{
		transform: translateY(100px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}

/*Start Header Section*/

/*Start Student Counter Section*/

.counters{
	width:100%;
	height: 20vh;
	font-weight: bold;
	letter-spacing: 2px;

	display: flex;
	justify-content: center;
	align-items: center;
}


.counteritems{
	width: 25%;
	text-align: center;

	float: left;
	border-right: 1px solid rgba(0,0,0,0.4);

	
}
.counteritems:last-child{
	border-right: none;
}
.counteritems .fas{
	background:var(--primary-grad-color);
	color: transparent;
	-webkit-background-clip:text;
}

.counteritems h5{
	font-size: 15px;
	font-weight: bold;
}

/*End Student Counter Section*/

/*Start About Us Section*/
.aboutuss{
	/* background-image:linear-gradient(
		rgba(0,0,0,0.3),
		rgba(0,0,0,0.3)
		),url('../assets/img/banner/banner2.jpg');
	background-repeat: no-repeat;
	background-position: center; */
	background:linear-gradient(#e0d5d694, #adb5bd75);

}

.aboutuss ul li{
	list-style-type: none;
	/*background-color: pink;*/
	color:#212529;
	margin: 20px 0;
}
.aboutuss h2 .marquee {
	color:darkblue;
	text-transform: uppercase;
	text-decoration: underline;

}

.profile{
	background-color: #ff869329;
	color: black;
	list-style-type: none;
}

.basic_info{
	background-color: rgb(217 227 233 / 72%);
}

.basic_info ul li{
	list-style-type: none;
	color: black;
	margin: 20px 0;
}
/*End About Us Section*/

/*Start Faculty */
.faculties{
	background-color: #8e949921;
}

.flip-cards{
	width:300px;
	height: 300px;

	perspective: 1000px;
	/*3D*/

	/*transition: transform .3s;*/
}

.flip-card-inners{
	width: 100%;
	height: 100%;
	text-align: center;
	box-shadow: 10px 0 10px rgba(0,0,0,0.5);

	transform-style: preserve-3d;/*အရှေ့အနောက် ခွဲပေးတဲ့အလုပ်နှင့်အတူ 3Dပါလှည့်ပေးရတယ် */

	transform: rotateY(-45deg) scale(0.7);

	transition: transform .5s;/*အဓိကအလုပ်လုပ်တာ innersဖြစ်သွးပြီး*/
}

.flip-cards:hover .flip-card-inners{
	transform: rotateY(180deg);
}

.flip-card-fronts, .flip-card-backs{
	width:100%;
	height: 100%;

	position: absolute;/*relativeပြန်မဖမ်းတာက သူနေရာမှာဘဲရှိစေချင်လို့ မဖမ်းတော့တာပါ */

	-webkit-backface-visibility:hidden;
	backface-visibility: hidden;
	/*ရှေ့ရောနောက်ပါ ဖုန်းကြည့်သလို လှန်းလိုက်တဲ့သဘော*/
}

.flip-card-backs{
	background-color: steelblue;
	transform:rotateY(180deg);
	/*frontsက 0degကိုရှိနေတော့ backsက 180ထားမှ နောက်ကျောမှာကပ်နေမှာပါ*/
}

.socialicons a{
	color: #fff;
	border:1px solid #f4f4f4;
	padding:5px;
	margin:0 5px;
}

.socialicons a:hover{
	background-color: blue;
}
/*End Faculty*/

/*Start Pricing Section*/
.pricingboxes{
	background-color: #eee;
	text-align: center;

	transition: transform .4s;
}

.pricingboxes:hover{
	transform: translateY(-20px);
	height: 100%;
}

.price-headers{
	background-color: #ed99b330;
	color:#000000;
	padding:10px 0;
}

.activities_1{
	line-height: 3px;/*အပေါ်အောက်ကို တိုးတိုးပေးသွားတယ် တစ်လိုင်းတည်းဖြစ်သွားမယ် paddingတိုးစရာမလိုတော့ဘူး */
	height: 313px;
	background-repeat: no-repeat;
	background-position: center;
}

.price-items{
	margin:10px 0;
}


/*End Pricing Section*/

/*Start Location Area*/
.libcards{
	perspective: 1000px;

	position: relative;

	/*overflow: hidden;ပေးလိုက်ရင် ဘေးနားက အစွန်းတွေမပါဘဲဖြစ်နေမယ် ဒါကြောင့် သူ့ကိုမပေးတာပြီးတော widthကို 0ပေးလိုက်ရင်ရပြီး*/
}

.libcontents{
	/*width:100%;*/
	width:0;
	height: 100%;

	background-color: #444;
	color:#fff;

	position: absolute;
	left:0;
	top: 0;

	transform: rotateY(-90deg);
	transform-origin: left center;

	transition: all .3s;
}

.libcards:hover .libcontents{
	width:70%;
	transform: rotateY(0deg);
}

.btn-infos{
	width:50%;
	background-color: steelblue;
	color:#fff;
	text-align: center;
	text-decoration: none;

	position: absolute;
	left:10px;
	bottom:10px;
}

.btn-infos:hover{
	background-color: var(--secondary-color);
	color:#fff;
}

/*End Location Area*/
.contacts_me{
	background-color: rgb(228, 238, 242)
}

/*Start Features Section*/
.features{
	background-color:rgb(228, 238, 242);
}

.feas img{
	transform: rotateY(0) scale(0.5);

	transition: transform .5s;
}
.feas:hover img{
	transform: rotateY(1turn) scale(1);
}

.feas p{
	font-size:12px;
}
/*End Features Section*/
/*Start Student Rating*/
.headings{
	font-size: 25px;
	margin-right: 25px;
}

.fa-star{
	font-size:25px;
}

.fills{
	color: orange;
}

.rows{
	display: flex;
	flex-wrap: wrap;
	/*new line*/
}

.lefts{
	width: 20%;
	margin-bottom: 10px;

	z-index: 1;
}

.middles{
	width:60%;
	margin-bottom: 10px;
}

.rights{
	width:20%;
	margin-bottom: 10px;
	text-align: right;
}

.bars-container{
	width: 100%;
	background-color: #f1f1f1;
}

.bars-1{
	width:60%;
	height: 18px;
	background-color: green;
}

.bars-2{
	width:30%;
	height: 18px;
	background-color: blue;
}

.bars-3{
	width:10%;
	height: 18px;
	background-color: skyblue;
}

.bars-4{
	width:5%;
	height: 18px;
	background-color: orange;
}

.bars-5{
	width:50%;
	height: 18px;
	background-color: red;
}

/*End Student Rating*/

/*Start contacts Section*/

.contacts{
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.2)),url('./../assets/img/etc/student1.png');
	background-repeat: no-repeat;
	background-position:80%;
}

@media (max-width: 992px){
	.contacts{
		background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.2)),url('./../assets/img/etc/student1.png');
	}
}
.input-group-text{
	background-color: royalblue;
	color: #fff;
}

.squareareas{
	
	position: relative;
	overflow:hidden;
	
}

.sqboxes{
	width:100%;
	height: 100%;


}

.square{
	width:70px;
	height: 70px;
	background-color: #f2f2f2;

	position: absolute;
	left:0;
	bottom:-50%;

	animation: sqani 3s infinite ease-in-out;
}

@keyframes sqani{
	0%{
		bottom: -100px;
	}

	100%{

		bottom: 100%;
		transform:rotate(180deg);
		opacity: 0;
	}
}

.square:nth-child(1){
	width:70px;
	height: 70px;

	left:7%;

	animation-delay: 8s;
}
.square:nth-child(2){
	width:100px;
	height: 70px;

	left:3%;
	animation-delay: 6s;
}
.square:nth-child(3){
	width:60px;
	height: 60px;

	left:14%;
	animation-delay: 2s;
}
.square:nth-child(4){
	width:90px;
	height: 90px;

	left:28%;
	animation-delay: 4s;
}
.square:nth-child(5){
	width:60px;
	height: 70px;

	left:55%;
	animation-delay: 3s;
}
.square:nth-child(6){
	width:90px;
	height: 90px;

	left:80%;
	animation-delay: 3s;
}
.square:nth-child(7){
	width:20px;
	height: 70px;

	left:10%;
	animation-delay: 1s;
}
.square:nth-child(8){
	width:30px;
	height: 70px;

	left:50%;
}
.square:nth-child(9){
	width:40px;
	height: 70px;

	left:52%;
	animation-delay: 2s;
}
.square:nth-child(10){
	width:80px;
	height: 70px;

	left:29%;
	animation-delay: 5s;
}
/*End contacts Stection*/


/*Start Footer Section*/
.footerlinks{
	color: #eee;
	font-size: 13px;
	text-decoration: none;

	transition: all .3s;
}
.footerlinks:hover{
	color:orange;
	border-bottom: 1px solid orange;
	letter-spacing: 1px;
}

.footersocialicons a{
	width:30px;
	height: 30px;
	border:1px solid #f4f4f4;
	display: inline-block;

	border-radius: 50%;
	color:#fff;
	text-align: center;
	line-height: 30px;

	margin:0 2px;

}

.footersocialicons a:hover{
	background-color: blue;
}

.backtotop-btn{
	background-color: #333;
	color: #fff;
	padding:10px;
}
.backtotop-btn:hover{
	background-color: #999;
}
ul li{
	list-style-type: none;
}
/*End Footer Section*/

/*Start Stick Note*/

.sticknotes a{
	width: 100px;
	color: #fff;
	background-color: steelblue;
	text-decoration:none;
	font-size: 20px;
	border-radius: 0 5px 5px 0;

	padding: 15px;

	position: absolute;
	left:-80px;

	z-index: 100;

	transition: left .3s;
	
}

.sticknotes a:hover{
	left:0;
}

.sticknotes .aboutus{
	top:200px;
	background-color: green;
}
.sticknotes .pages{
	top:260px;
	background-color: skyblue;
}
.sticknotes .news{
	top:320px;
	background-color: tomato;
}
.sticknotes .contact{
	top:380px;
	background-color: grey;
}
/*End Stick Note*/

/*Start Login Box*/
.open-btn{
	width:30px;
	height: 30px;
	border:none;
	background-color: #555;
	border-radius: 50%;
	color:#fff;

	position: fixed;
	right:15px;
	bottom:15px;

	opacity: .8;

	z-index: 10;

}

.open-btn:hover{
	opacity: 1;
}

.form-popup{
	background-color: #fff;
	border:3px solid #f1f1f1;
	position: fixed;
	right:15px;
	bottom:50px;

	z-index: 100;
	display: none;
}

.form-container{
	width: 300px;
	padding:10px;
}

.form-group input[type=email],.form-group input[type=password]{
	width: 100%;
	background-color: #f1f1f1;
	border:none;

	padding:15px;
	margin:10px 0;

}
.form-group input[type=email]:focus,.form-group input[type=password]:focus{
	outline: none;
	background-color: #ddd;
}


/* Create two unequal columns that floats next to each other */
#profile .row {
  padding-top: 11px;
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column_1 {
  flex: 50%;
  padding: 10px;
  height: 700px; /* Should be removed. Only for demonstration */
}
.column_2 {
  flex: 50%;
  padding: 10px;
  height: 700px; /* Should be removed. Only for demonstration */
}
.column_3{
	height: 300px;
	width: 50%;
}





/*frame=>flip-card
rotate=>flip-card-inner
pic=>flip-card-fronts and flip-card-backs*/