*{
	padding:0;
	margin:0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	/*border: 1px solid black;*/
}

body{
	background: #f0eedf;
	height: auto;
}



/*header*/
header.header{
	color: #332602;
	width: 100%;
	height: auto;
}


/*nav*/
.responsive-nav-container{
	background: #fcba03;
	display: flex;
	width: 100%;
	height: 13vh;
}
#nav{
	width: 100%;
}
#nav ul{
	height: 100%;
	width: 80%;
}
.ul li{
	width: 20%;
	float: left;
	line-height: 13vh;
	text-align: center;
}
.ul li:hover{
	background: #755b0e;
}
.ul li a{
	color: #1e0438;
	font: 1.6em cambria;
}


/*logo*/
.logo a{
	font:bold italic 3em Calibri;
	color: #332602;
}
.logo{
	margin: 1% 7% 1% 2%;
	display: flex;
}


/*search-icon*/
.search-icon{
	width: 33%;
	height: 100%;
	line-height: 10vh;
}
.search-icon i{
	font-size: 1.1em;
}
.search{
	height: 4vh;
	border: 0.2vh solid #332602;
	border-radius: 0.5vh;
}


/*responsive*/
/*bar icon*/
.menu{
	cursor: pointer;
	line-height: 11vh;
}
#checkbox, .menu{
	display: none;
}


/*slider*/
input[name="r"]{
	position: absolute;
	visibility: hidden;
}
.middle{
	position: absolute;
	top: 53.95%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#r1:checked ~ .s1{
	margin-left: 0;
}
#r2:checked ~ .s1{
	margin-left: -20%;
}
#r3:checked ~ .s1{
	margin-left: -40%;
}
#r4:checked ~ .s1{
	margin-left: -60%;
}
#r5:checked ~ .s1{
	margin-left: -80%;
}

.slidercontainer{
	width: 100%;
	height: 82%;
	overflow: hidden;
}
.slides{
	width: 500%;
	height: 150%;
	display: flex;
}
.slide{
	width: 20%;
	transition: 0.6s;
}
.slide img{
	width: /*225vh*/100%;
	height: 100vh;	
}


/*bars in slider*/
.bar-container{
	position: absolute;
	bottom: 10vh;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.bar{
	width: 6.6vh;
	height: 2.8vh;
	border: 0.6vh solid #f0eedf;
	margin: 2%;
    cursor: pointer;
    transition: 0.5s;
}
.bar:hover{
	background: #fcba03;
}







/*section*/
div.main{
	height: 100%;
}

.section{
	width: 92%;
	height: 500vh;
	margin: 100vh 7vh 3vh 12vh;
	display: flex;
	color: #332602;
}


/* section part1*/
a.thank{
	display: block;
	margin: 10% 0 0 0;
	border-top: 1px solid #bfbaaa;
	color: #bfbaaa ;
	font: 1.7em cambria;
	text-align: center;
}
.div{
	width: 100%;
	height: 28%;
}
div.about-tazaung{
	width: 70%;
	height: 97%;
	margin: 5% 6% 0 0;
}
h1.h1{
	font: bold 2.7em calibri;
	word-spacing: 4px;
}
h2.h1{
	display: none;
}

img.img-tzd{
	width: 100%;
	margin: 5% 0 5% 0;
	border-radius: 1vh;
}


p.about{
	font: 1.2em calibri;
	line-height: 4vh;
	word-spacing: 0.2vh;
	letter-spacing: 0.1vh;
}
/* section part2*/
.celebration-div{
	height: 35%;
}

div.other{
	width: 25.5%;
}

div.img-div{
	width: 10vh;
	height: 3vh;
	position: absolute;
	display: none;
}
img.other-img{
	width: 100%;
	height: 22vh;
	border-radius: 0.5vh;
	position: relative;
	margin: 0 0 11% 0;
}
.myanmar{
	width: 100%;
	height: 11vh;
	margin: 3% 0 5% 0;
}
.mmonths{
	border: 1px solid #bfbaaa;
	border-top: 2px solid #fcba03;
}
.m-sth{
	border: 1px solid #bfbaaa;
	border-bottom: 2px solid #fcba03;
}
.myanmar-text{
	text-align: center;
	font: bold 1.2em cambria;
	line-height: 7vh;
}
.myanmar i{
	margin: 0 50% 0 45%;
	color: #bfbaaa ;
}
.m-sth i{
	margin-top: 2%;
}
.menu-div{
	border-top: 1px solid #bfbaaa;
	height: 9.3vh;
	width: 100%;
	padding: 1.5vh 0 0 0;
}

.text-o{
	font: bold 1.2em cambria;
	color: #332602;
}
.text-o:hover{
	text-decoration: underline;
}







/*Footer */
footer#footer{
	width: 100%;
	height: 120vh;
}

/*footer contact icon*/
ul.footer-ul{
    display: flex;
    position: absolute;
    bottom: -636%;
    left:48%;
    transform: translate(-50%,-50%);
}

ul.footer-ul li a{
    margin: 0 5vh;
    width: 10vh;
    height: 10vh;
    background-color: #f0eedf;
    font-size: 2em;
    border-radius: 50%;
    border: 3px solid #f0eedf;
    display: block;
    text-align: center;
    line-height: 10vh;
    position: relative;
    overflow: hidden;
}

ul.footer-ul li a .icon{
    color: #262626;
    transition: background 0.2s, transform 1s;
}
ul.footer-ul li a:hover .icon{
    transform: rotateY(360deg);
}
ul.footer-ul li a:before{
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0eedf;
    position: absolute;
    transition: 3s;
}
ul.footer-ul li a:hover:before{
    top: 0;
}
ul.footer-ul li:nth-child(1) a:before{
    background:  linear-gradient(100deg, #0022ff,#1e63eb);
}
ul.footer-ul li:nth-child(2) a:before{
    background:  linear-gradient(100deg, #0db307,#75e010,#7fb307,#eddd26);
}

ul.footer-ul li:nth-child(3) a:before{
    background:  linear-gradient(100deg,#d62727,#a62323);
}

ul.footer-ul li:nth-child(4) a:before{
    background:  linear-gradient(100deg, red,#ff2a00,red);
}

ul.footer-ul li:nth-child(5) a:before{
    background:  linear-gradient(100deg, #ffc400,#ff0040, #4706b8);
}
ul.footer-ul li:nth-child(6) a:before{
    background:  linear-gradient(330deg, #eb818a,#e49deb,#9c52d1,#91c1ff);
}


/*footer part1*/
.footer-info{
	width: auto;
	height: 40%;
	float: left;
	margin: 3% 0 0 9%;
	padding: 0 0 0 2.5%;
	border-left: 2px solid #332602;
	color: #332602;
	letter-spacing: 0.04vh;

}
.footer-info-2 a, .references-text{
	display: block;
	font: bold 1.5em calibri;
	color: #332602;
	line-height: 5vh;
}
.footer-info a:hover{
	text-decoration: underline;
	color: #755b0e;
}

iframe {
    width: 100% ;
    height: 50vh ;   
}

.info-div{
	height: 95%;
	background: #fcba03;
	display: block;
}
.references-footer{
	width: 60%;
}
.r-footer-a{
	font: 1.18em calibri;
	line-height: 4.4vh;
	color: #332602;
}


/* footer part2*/ 
.copy-div{
	background: #332602;
	width: 100%;
	height: 5.15%;
}
.text-names{
	font: 0.9em cambria;
	color: #755b0e ;
	float: left;
	padding-top: 1%;
	word-spacing: 0.7vh;

}
h6.copy-right{
	font: 1.33em calibri;
	color: #fcba03;
	padding-top: 0.4%;
	margin: 0 0 0 80%;
}




/*media query*/
@media (max-width: 1212px){
	div.img-div{
		display: none;
	}
	h6.copy-right{
		font: 1.15em calibri;
		color: #fcba03;
		padding-top: 0.33% 2% 0 0;
		margin: 0 0 0 82.5%;
	}
	.text-names{
		font-size: 0.8em;
		word-spacing: 0.06vh;
	}
	.ul li a{
		font-size: 1.44em;
	}
@media (max-width: 1100px){
	a.thank{
		margin-top: 10vh;
	}
	a.r-footer-a{
		font: 1em calibri;
		color: #332602;
	}
	.bar-container{
		bottom: 22vh;
	}
	h1.h1{
		font-size: 2.32em;
	}
	h6.copy-right{
		width: 50%;
		margin: 0 44%;
	}
	.section{
		margin-top: 78.7vh;
	}
	.search-icon{
		width: 44%;
		padding: 0 0 0 1%;
	}
	.slide img{
		height: 70vh;	
	}
	.text-names{
		display: none;
	}
	.ul li{
		width: 25%;
	}
	ul.footer-ul{
		bottom: -614%;
	}
}
@media (max-width: 1010px){	
	ul.footer-ul{
		bottom: -610%;
	}
}
@media (max-width: 980px){	
	ul.footer-ul{
		bottom: -630%;
	}

}
@media (max-width: 959px){
	a.thank{
		display: none;
	}
	.bar-container{
		bottom: 33vh;
	}
	.bar{
		width: 5vh;
		height: 2vh;
	}
	div.div, div.other div, section.section, div.div, div.main{
		height: auto;

	}
	div.div{
			padding-top: 15%;
	}
	div.celebration-div{
		width: 100%;
	}
	div.about-tazaung{
		height: auto;
		padding-bottom: 10%;
	}
	div.other{
		margin: 5% 0;
	}
	div.other div{
		width: 100%;
	}
	div.myanmar{
		margin-bottom: 0.7%;
	}
	div.myanmar i{
		margin: 0 49%;
	}
	div.menu-div{
		padding: 1% 0 2% 0;
	}
	div.footer-info a{
		font-size: 1.3em;
		line-height: 5vh;
	}
	div.copy-div{
		height: 15%;
		padding: 0 50% 0 0;
	}
	div.info-div{
		height: 100%;
	}
	div.references-footer a{
		font-size: 0.95em;
		line-height: 2vh;
	}
	footer#footer{
		height: 50vh;
		margin: 5% 0;
	}
	.footer-info{
		height: 70%;
	}
	.footer-info-2 a{
		line-height: 8vh;
	}
	h1.h1{
		text-align: center;
	}
	h6.myanmar-text{
		font-size: 1.4em;
	}
	img.other-img{
		width: 88%;
		height: 50vh;
		margin: 0 7% 2% 7%;
	}	
	iframe{
		display: none;
	}
	.search-icon{
		width: 44%;
		padding:0;
	}
	.section, div.div, div.about-tazaung, div.main{
		width: 96%;
		margin: 0 2% 0 2%;
	}
	.section{
		margin: 55.5vh 0 10vh 5vh;
		height: 1231vh;
		display: block;
	}
	.slide img{
		height: 55vh;	
	}
	.slidercontainer{
		width: 99.99%;
	}
	.text-o{
		font-size: 1.5em;
		text-align: center;
	}
	.ul li{
		width: auto;
		margin: 0 3%;
	}
	ul.footer-ul{
		height: 8vh;
		bottom: -1322%;
		left: 77%;
	}
	ul.footer-ul li a{
		width: 8.4vh;
		height: 8.4vh;
		font-size: 1.7em;
		margin: auto 0 auto 2vh;
		line-height: 8.4vh;
	}
}
@media (max-width: 930px){
	ul.footer-ul{
		bottom: -1314%;
	}
}
@media (max-width: 909px){

	ul.footer-ul{
  		display: none;
  	}
}
@media (max-width: 870px){
	a.r-footer-a{
		font-size: 0.6em;
	}
	#checkbox:checked ~ #nav{
    left: 0;
    }
    div.footer-info-2 a{
    	font-size: 1.1em;
    	line-height: 4.2vh;
    }
	div.copy-div{
		height: 15%;
		padding: 0 60% 0 0;
	}
	h6.copy-right{
		width: 70%;
		font-size: 1.1em;
	}
	.logo a{
		font: bold italic 2.5em Calibri;
	}
	.logo{
		margin: 1%;
	}
  	.logo{
  		margin: 1.5%;
  	}	
	.menu{
		display: block;
		font-size: 2.4em;
		margin: auto 1% auto 1%;
	}
	#nav{
		position: fixed;
		height: 44vh;
		padding: 0 10% 0 0;
		top: 13vh;
		left: -100%;
		background: #fcba03;
		transition: all .5s;
	}
	section.section{
		margin: 3% 0 0 3%;
	}
  	.search-icon{
  		width: 80%;
  		padding: 0 0 0 44%;
  	}
  	.slidercontainer{
  		display: none;
  	}
	.ul li{
		width: 100%;
		text-align: center;
		display: block;
		float: none;
		margin-left: 15%;
		transition: all 1s;
		line-height: 10vh;
		padding: 0;
	}
	.ul li:hover{
		background: none;
	}
	.ul li a{
		font: 1.6em cambria;
	}
	.ul li a:hover{
		font:bolder 1.8em cambria;
	}
}
@media (max-width: 670px){
	div.footer-info{
		height: auto;
	}
	img.other-img{
		height: 33vh;
		width: 80%;
		margin: 2% 10% auto 10%;
	}
	.search-icon{
		width: 72%;
		padding: 0 0 0 33%;
	}
}
@media (max-width: 646px){
	a.r-footer-a{
		font-size: 0.8em;
		line-height: 1vh;
	}
	div.references-footer h4{
		font-size: 1.1em;
	}
	div.references-footer{
		width: 88%;
	}
	div.footer-info-2, div.menu-div{
		display: none;
	}
	h1.h1{
		font-size: 2em;
	}
	h6.copy-right{
		width: 100%;
		padding: 0;
		margin: 0 30%;
	}
	p.about, .text-o{
		font-size: 1.1em;
	}
	.myanmar{
		font-size: 0.88em;
	}
}
@media (max-width: 570px){
	footer#footer{
		height: 40vh;
	}
	.search-icon{
		padding: 0 0 0 24%;
	}
}
@media (max-width: 520px){
	img.other-img{
		height: 19vh;
		margin-top: 5%;
	}
	.search-icon input.search{
		width: 14vh;
	}
	.search-icon{
		width: 60%;
		margin: 0 11%;
	}
	.search-icon i{
		font-size: 0.9em;
	}
}

@media (max-width: 505px){
	div.references-footer{
		font-size: 0.73em;
	}
	footer#footer{
		height: 36vh;
	}
	h1.h1{
		font-size: 1.7em;
	}
	h6.copy-right{
		font-size: 0.9em;
		line-height: 5vh;
	}
	.logo a{
		font-size: 2.2em;
		line-height: 10vh;
	}
	.menu i{
		font-size: 0.8em;
	}
	p.about{
		font-size: 1em;
	}
	.search-icon input{
		display: none;
	}
	.search-icon{
		padding: 0 0 0 44%;
	}
}
@media (max-width: 454px){
	div.myanmar{
		font-size: 0.77em;
	}
	div.myanmar i{
		display: none;
	}
	h1.h1{
		font-size: 1.55em;
	}
	.logo a{
		font-size: 2em;
	}
}
@media (max-width: 414px){
	h1.h1{
		display: none;
	}
	h2.h1{
		display: inline-block;
		font: bold 1.5em calibri;
		word-spacing: 1px;
	}
	img.other-img{
		height: 24vh;
	}
	img.img-tzd{
		height: 35vh;
	}

}
@media (max-width: 404px){
	img.img-tzd{
		display: none;
	}
	.search-icon{
		margin: 0 36%;
	}
}