

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
}

body {
  background-color: moccasin;
  overflow-x: hidden;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
                                         /* Nav Bar Start */
.container {
  max-width: 1280px;
  margin: 0 auto;

}

.logo {
  width: 32%;
}

#logo {
  width: 20%;
}

#logo-box {
  display: flex;
}

#logo-text {
  margin: 20px 0 0 10px;
  color: black;
  font-size: large;
}

.nav-bar {
  width: 100%;
  height: 70px;
  background: #FFFACD;
  display: flex;
  justify-content: space-between;
  z-index: 99;
}
.sticky {
  position: fixed;
  top: 0;
  left:0;
}

.nav-items {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  transition: transform 1s linear;
  transform: translateY(0);
}

.items {
  height: 20px;
  font-size: 18px;
  margin: 1% 0 0 0;
  border: 2px solid navajowhite;
  padding: 10px;
  text-decoration: none;
}
.items a{
  color: black;
}

.items:hover{
  background: sandybrown;
  border: 2px solid chocolate;
}
.burger {
  width: 50px;
  height: 50px;
  background: transparent;
  float: right;
  transform: translateY(10px);
  display: none;
  cursor: pointer;
}

.stick {
  width: 100%;
  height: 10%;
  background: black;
  border-radius: 10px;
  margin: 14% 0 4% 10%;
}

.one{
  transition: transform 0.5s linear;
}

.three{
  transition: transform 0.5s linear;
}

                                              /* Nav Bar End */
/* ------------------------------------------------------------------------------------------------------------------------ */
                                   /* First Page Start */
                                              /* Banner Start */

.BANNER {
    color: white;
    width: 60vw;
    height: 400px;
    text-align: center;


  background-image: url(images/hp_banner_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 10px;

  padding-top: 4%;
  padding-bottom: 7.5%;
  margin-left: 20%;
  margin-top: 10%;

  font-family: 'Times New Roman', Times, serif;
}

#banner_text1{
    font-size: xx-large;
}

#banner_text2{
    font-size: xx-large;
    font-family: 'Courier New', Courier, monospace;
    position: relative;
    bottom: 40%;
    right: 20%;
}

.banner_text2{
  position: relative;
  bottom: 40%;
  left: 20%;
  width: 25vw;
}

.pagoda1{
  margin: 0 90% 0 0;
  
}

#pagoda1{
  border-radius: 60%;
  width: 370%;
}

.Ko_yin{
  border-radius: 60%;
  overflow: hidden;
  width: 35%;
  margin: 0 0 0 65%;
  display: inline-block;
}

#Ko_yin{
  width: 100%;
}

                                                /* Banner End */
/* ------------------------------------------------------------------------------------------------------------------------ */
                                          /* About Us Content Start */

.head2 {
  text-align: center;
  margin-top: 5%;
  font-family: 'Courier New', Courier, monospace;
}
.img1 {
  width: 40%;
  height: 330px;
  float: left;
  text-align: center;
}
#myanmar_people1{
  width: 100%;
  height: 100%;
}
.para1 {
  width: 60%;
  font-size: x-large;
  text-align: justify;
  float: left;
}

#myanmar_people1{
  width: 90%;
}

.clear {
  clear: both;
}

         /* MEMBER START---------------------------------------------------- */


.member_mom{
  margin-top: 10%;
}

.member_title{
  
  text-align: center;
  text-decoration: underline;
  font-family: 'Courier New', Courier, monospace;
  margin-bottom: 20px;
}


.member_div{
  width: 33%;
  float: left;
  text-align: center;
  padding: 0px 10px;
  box-sizing: border-box;
}

.member_box:hover{
 background-color: gray; 
 color: white;
}

.member_div img{
  border-radius: 10%;
  margin: 6px 0;
  width: 90%;
}

.member_box{
  border: 1px solid black;
  border-radius: 10%;
  background-color: #FFFACD;
  transition: background-color 0.5s;
}



                                            /* About Us Content End */
/* ------------------------------------------------------------------------------------------------------------------------ */
                                                /* Footer Start */

                                              /* Footer Main Start */
.footer {
  background: sandybrown;
  border: 1px solid black;
  width: 100%;
  /* height: 44vh; */
  margin-top: 100px;
}

.ft_items {
  width: 20%;
  float: left;
  box-sizing: border-box;
}

.social {
  padding: 2% 3% 0 5%;
  font-size: larger;
}

.social_items {
  margin: 0 0 16% 0;
}

.fa-brands{
  color: black;
}

.fa-brands:hover{
  color: silver;
}

#social_items{
  width: 100%;
}

.infor1 {
  font-size: larger;
  text-align: center;
  padding-top: 3.5%; 
}



.moti {
  font-size: 25px;
  text-align: center;
  padding-top: 2%; 
}

.ft_logo{
  width: 75%;
}

#pagoda2 {
  width: 15.4vw;
}

.mom {
  padding: 5% 0 0 24%;
}

.float {
  float: left;
  margin: 0 8% 0 0;
}
.ft_img{
  height: 10%;
}
.Citation_div{
  padding: 10px 0 10px 30px;
  text-align: center;
}
.Citation_div a{
  border: 1px solid black;
  color: black;
  padding: 3px;
}
.Citation_div a:hover{
  color: blue;
  background-color: white;
}
.Citation_div a:active{
  color: aqua;
}
.copyright {
  background: sandybrown;
  border: 1px solid black;
  width: 100%;
  height: 4vh;
  /* margin-top: 10px; */
  text-align: center;
}

                                          /* Footer Main End */


                                                  /* Footer End */
/* 
                                                /* First Page End */
/* -------------------------------------------------------------------------------------------------------------------------- */

      /* -------------Second Page Start---------- */
    
      .myanmar_culture{
        margin-top: 90px;
        text-align: center;
        font-size: larger;
        font-family: 'Times New Roman', Times, serif;
      }
      .myanmar_nationality_subtitle{
        text-decoration: underline;
        margin: 20px 0;
      } 
      .text_decoration{
        text-align: justify;
        line-height: 130%;
        text-indent: 20px;
        margin: 0 auto;
        margin-top: 20px;
        width: 60%;
        
      }
      .myanmar_nationality{
        text-align: center;
      }
      .myanmar_nationality p{
        border: 1px solid black;
        border-radius: 3px;
        padding: 10px;
        text-align: center;
      }
      .nationality_img{
        width: 80%;
        height: 350px;
      }                                             
      .Nation{
        width: 30%;
        height: 400px;
        float: left;
        box-sizing: border-box;
        padding: 20px;
        margin: 20px 0;
        margin-left: 13%;
        overflow: hidden;
        text-align: center;
        border-radius: 20px;
      }
    
      .Nation h2{
      transform: translateY(-70px);
      margin-right:20px ;
      color: black;
      text-shadow: 0 0 5px white;
      text-align: right;
      }
      .Nation_img{
      width: 100%;
      height: 100%;
      border-radius: 20px;
      }
    
      .mm_lang{
        margin-bottom: 100px;
      }
      .mm_lang h2{
        text-align: center;
        text-decoration: underline;
        margin-bottom: 30px;
      }
      .mm_lang p{
        border: 1px solid black;
        border-radius: 5px;
        padding: 20px;
        text-align: center;
      }
    
      .mom_lang{
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        margin-bottom: 50px;
      }
    
      .num{
        width: 100%;
        height: 180px;
      }
    
      .number{
        width: 100%;
        height: 100%;
      }
    
      .Alpha{
        margin-top: 40px;
        width: 100%;
        height: 750px;
      }
    
      .Alphabets{
        width: 100%;
        height: 100%;
      }
    
      .Religions{
        width: 80%;
        height: 520px;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 30px;
        border-radius: 30px;
    
    }

    .Myanmar_Religions_subtitile{
      text-align: center;
      text-decoration: underline;
    }
    
    .R_names{
      text-align: center;
      margin: 20px 0;
    }
    
    .religions_img{
        width:100%;
        height: 100%;
    }
    
    .the_white_div_three{
        padding: 90% 0 0 0;
        width: 100%;
        height: 200%;
        transform: translateY(-520px);
        transition: padding 0.8s linear;
    }
    
    .the_white_div_three h2{
        display: inline-block;
        padding: 10px;
        border-radius: 20px;
    }
    
    .the_white_div_three:hover{
        padding: 40% 0 0 85%;
    }
        /* -----Mynamr Places---- */
    .myanmar_places_subtitle{
      text-align: center;
      text-decoration: underline;
      margin: 20px 0;
    }
    
    .places{
      width: 100%;
      height: 600px;
      box-sizing: border-box;
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 30px;
    }
    .place_img{
      width:100%;
      height: 100%;
    }
    .fixing-places{
      width: 40%;
      height: 620px;
      margin-left: 7%;
      box-sizing: border-box;
      border-radius: 20px;
      overflow: hidden;
      float: left;
      margin-bottom: 20px;
    }
    .text_background{
      background-color: chocolate;
      color: white;
      display: inline-block;
      padding: 3px;
      border-radius: 5px;
    }
    .the_white_div_four{
      width: 100%;
      height: 200%;
      transform: translateY(-670px);
      transition: transform 0.8s linear;
    }
    .the_white_div_four:hover{
      transform: translateY(-580px);
    }
    .the_white_div_five{
      width: 100%;
      height: 200%;
      transform: translateY(-670px);
      transition: transform 0.8s linear;
    }
    .the_white_div_five:hover{
      transform: translateY(-580px);
    }
    .the_link:hover{
      background-color: rgb(219, 143, 89);
    }


      /* ------------Second Page End---------- */

                                              /* Third Page Start */       
.myanmar_traditions{
  margin-top: 100px;
  text-align: center;
  font-size: larger;
  font-family: 'Times New Roman', Times, serif;
}

.bar{
  border: 1px solid black;
  border-radius: 3px;
  height: 6px;
  margin-top: 20px;
  background-color: grey;
}

.myanmar_festival{
  text-decoration: underline;
  text-align: center;
  margin-top: 20px;
}

.month h2{
  margin: 0 0 20px 35%;
  width: 25%;
  text-decoration:underline;
  transition: background 0.5s linear;
  border-radius: 20px;
}

.month h2:hover{
  color: white;
  background: chocolate;
}

#festival_para1{
  text-indent: 20px;
  line-height: 150%;
  width: 60%;
  margin: 0 auto;
  text-align: justify;
}

.margin{
  margin-top: 20px;
}

.month{
  width: 50%;
  float: left;
  text-align: center;
}

.fesitval_img{
  width: 60%;
  border-radius: 20%;
  height: 210px;
  transition: transform 0.5s;
}

.fesitval_img:hover{
  transform: scale(1.1);
}



     /* -------------------Myanmar Cloth Start------------ */



.myanmar_clothes-subtitle{
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}

.cloth{
  width: 33%;
  height: 387px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 20px;
}

.cloth h2{
  transform: translateY(-70px);
  margin-right:20px ;
  color: black;
  text-shadow: 0 0 5px white;
  text-align: right;
}

.text_bg{
  background-color: chocolate;
  color: white;
}

.Cloth_img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.the_white_div{
  width: 100%;
  height: 80px;
  transform: translateY(-110px);
  background: burlywood;
  transition: background 1s linear, box-shadow 1s linear;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  padding: 0 30px 0 0;
  box-shadow: 0 -16px 11px burlywood;
}
.the_white_div:hover{
  background: transparent;
  box-shadow: 0 -10px 10px transparent;
}

#kahtipr-combine{
  padding: 0 50% 0 0;
}
        /* ------Myanmar Cloth End------ */

        /* --------Myanmar Food Start------- */

        .myanmar_food-subtitle{
          margin-top: 20px;
          text-align: center;
          text-decoration: underline;
        }

        .food{
          float: left;
          width: 40%;
          height: 400px;
          margin: 5%;
          box-sizing: border-box;
          border: 3px solid chocolate;
          overflow: hidden;
        }

        .food_img{
          width:100%;
          height: 400px;
        }

        .the_white_div_two{
          width: 100%;
          height: 100%;
          transform: translateY(-80px);
          box-sizing: border-box;
          padding: 0 30px 0 0;
          text-align: right;
          color: black;
          text-shadow: 0 0 10px white;
      }
      .the_parent{
          width: 100%;
          height: 200%;
          transform: translateY(-800px);
          box-sizing: border-box;
          padding: 400px 0 0 0;
          transition: padding 0.5s linear;
      }
      .the_child{
          width: 120%;
          height: 300px;
          box-shadow: -40px -120px 50px burlywood;
      }
      .the_parent:hover{
          padding: 520px 0 0 0
      }

      /* ------Myanmar Art Start---- */
      .myanmar_art-subtitle{
        text-align: center;
        text-decoration: underline;
        margin: 3px 0;
      }
      .art{
        float: left;
          width: 40%;
          height: 400px;
          margin: 5%;
          box-sizing: border-box;
          border: 3px solid chocolate;
          overflow: hidden;
      }

      .art_img{
          width:100%;
          height: 400px;
      }
      

        /* ------Myanmar Food End----- */

                                                /*--------- Third Page End------- */
  
   
  
  
  

                                                /* Forth Page Start */

.mother_contact{
  width: 100%;
  padding: 5% 5% 5% 5%;
  background-color: sandybrown;
  box-sizing: border-box;
  border-radius: 20px;
}
.child_contact{
  margin-top: 50px;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  border-radius: 20px;
}
.contact_us{
  width: 100%;
  height: 100%;
  padding: 10px 0;
  margin-top: 100px;
  border-radius: 20px;
}


              /* Media Querries */
/* ------------------------------------------------------------------------------------------------------------------------ */
/* Tablet-Size Start */

@media all and (max-width: 1000px) and (min-width: 770px) {
  .footer {
    height: 301px;
    margin-top: 100px;
  }

  .logo{
    width: 50%;
  }

  #logo{
    width: 17%;
  }

  #pagoda2{
    width: 99%;
    margin-top: 30px;
  }

  .burger {
    display: inline;
  }
  .nav-items{
    display:grid;
    position: absolute;
    top: 70px;
    left: -89%;
    background: navajowhite;
    width: 200%;
    transform: translateY(-143%);
  }
  
  .items {
    width: 90%;
    display: block;
    margin-left: 349%;
  }

  .pagoda1{
    margin-top: 10%;
  }
  
  #banner_text2{
    font-size: xx-large;
    position: relative;
    right: 10%;
  }

  .banner_text2{
    width: 20vw;
    top:-25%;
    right: -40px;
  }

  .img1{
    width: 100%;
    height: 500px;
  }

  .para1{
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
    margin-top: 10px;
    font-size: 80%;
  }

  .member_div{
    width: 50%;
  }

  #member_div3{
    margin-left: 25%;
    margin-top: 15px;
  }

  
  .Nation{
    width: 60%;
    height: 540px;
    margin-left: 20%;
  }
  .mom_lang{
    flex-direction: column;
  }
  .num{
    width: 90%;
  }
  .Alpha{
    width: 90%;
    margin: 40px 0 0 0;
    
  }
  .Religions{
    height: 470px;
  }
  .the_white_div_three{
    padding: 120% 0 0 0;
    width: 100%;
    height: 200%;
    transform: translateY(-470px);
    transition: padding 0.8s linear;
}

.the_white_div_three:hover{
    padding: 40% 0 0 75%;
}

.contact_us{
  height: 1300px;
}

.child_contact{
  height: 1100px;
}
}

                                            /* Tablet-Size End */
/* ------------------------------------------------------------------------------------------------------------------------ */
                                            /* Phone-Size Start */

                                            
@media all and (max-width: 769px) and (min-width: 300px) {
  .burger {
    display: inline;
  }
  .items {
    display: none;
  }

  .nav-bar{
    margin-right: 20%;
  }

  .nav-items{
    display:grid;
    position: absolute;
    top: 70px;
    left: -89%;
    background: navajowhite;
    width: 200%;
    transform: translateY(-142%);
  }
  
  .items {
    width: 90%;
    display: block;
    margin-left: 150%;
  }
  
  .logo{
    width: 50%;
  }
  #logo{
    width: 65px;
  }

  .BANNER{
    height: 450px;
  }
  .pagoda1{
    margin-top: 20%;
  }
  
  #banner_text2{
    font-size: x-large;
    position: relative;
    right: 30%;
  }

  .banner_text2{
    width: 20vw;
    top:-10%;
    right: -40px;
  }

  .img1{
    width: 100%;
    height: 300px;
  }

  .para1{
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
    margin-top: 10px;
    font-size: 80%;
  }
  
  #myanmar_people{
    width: 100%;
  }

  .member_div{
    width: 100%;
    margin-top: 20px;
  }
  #member_div3{
    margin: 15px 0 0 0;
  }

  .footer {
    margin-top: 90px;
  }

  .social{
    padding: 0 0 0 14%;
  }

  .mom{
    padding: 0 0 0 10%;
  }

  .infor1{
    font-size: large;
  }

  .moti{
    font-size: x-large;
  }
  #pagoda2{
    width: 80%;
    height: 100%;
  }
  .ft_img{
    margin:0 0 10px 30%;
  }
  .ft_logo{
    width: 90px;
  }
  .ft_logoname{
    font-size: small;
  }

 .ft_items{
  width: 50%;
  height: 220px;
 }
 .Citation_div{
  margin: 0 20px 20px 0;
 }

  /* -----Second Page---- */
  .month{
    width: 100%;
  }
  .mother_cloth{
    width: 100%;
  }
  .cloth{
    width: 100%;
    height: 430px;
  }

  .food{
    width: 100%;
    margin: 2% 0;
  }

  .art{
    width: 100%;
    margin: 2% 0;
  }

  .mother_contact{
    padding: 5% 5% 20% 5%;
  }

  
  .Nation{
    width: 77%;
    height:400px;
  }
  .nationality_img{
    width: 100%;
    height: 200px;
  }   
  .mom_lang{
    flex-direction: column;
  }
  .num{
    width: 90%;
  }
  .Alpha{
    width: 90%;
    margin: 40px 0 0 0;
    
  }
  .Religions{
    height: 300px;
  }
  .the_white_div_three{
    padding: 180% 0 0 0;
    width: 100%;
    height: 200%;
    transform: translateY(-300px);
    transition: padding 0.8s linear;
}

.the_white_div_three:hover{
    padding: 40% 0 0 55%;
}
.fixing-places{
  width: 90%;
  height: 620px;
  margin-left: 5%;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}
.places{
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.the_white_div_four{
  width: 100%;
  height: 200%;
  transform: translateY(-350px);
  transition: transform 0.8s linear;
}
.the_white_div_four:hover{
  transform: translateY(-250px);
}

.contact_us{
  height: 100%;
}

.child_contact{
  height: 1400px;
}
}

                                                /* Phone-Size End */

