  /*START OF NAV BAR*/
        .nav-bg-color{
          background-color: #14536E;
    
        }
        .home-logo{
          color:#f9fbf5; 
          font-size: 22px;
        }
  /*END OF NAV BAR*/
  /* HEADINGS */
  
  .headline h1, .des {
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
  }
  
  .headline h1 {
    font-size: 90px;
  }
  
  h2 {
    color: #000;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  
  /* SECTIONS */
  
  .headline {
    width: 100%;
    height: 80vh;
    min-height: 350px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
      url("Dawn/aboutus_canvas.png");
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* Card */
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the cards horizontally */
    gap: 20px; /* Add spacing between cards */
    margin-top: 30px;
  }
  
  .profile-card {
    backdrop-filter: blur(10px);
    box-shadow: 0px 8px 16px rgb(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
    margin-bottom: 20px;
    background-color: #f9fbf5;
    transition: transform 0.2s ease;
    width: 97%;
  }
  .custom-title{
    font-size: 40px;
    color: #14536E;
    padding-top: 10px;
  }
  .profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgb(0, 0, 0, 0.2);
  }
  
  .bg-dark-blue{
    background-color: #F8F9FA;
  }
  
  .social-links {
    text-decoration: none;
    color: #14536E;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }
  
  .social-links :hover {
    color: #76CCCF;
  }
  
  .font-19{
    font-size: 19px;
  }
  .fa {
    padding: 3px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    border-radius: 50%;
    line-height: 1;
  }
  
  
  /* About Us */
   .img-fluid{
       border-radius: 15px;
       transform: translate(0px, 10px);
   }
   .img-fluid:hover {
       transform: translate(0px, 10px);
  }
  
  /* SERVICES */
  @import url('https://fonts.googleapis.com/css2?family=Tilt+Prism&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
  
  .module {
      padding: 140px 0;
  }
  
  .module-title {
      font-size: 33px;
      letter-spacing: 10px;
      margin-bottom: 35px;
  }
  
  .font-alt1 {
      text-transform: uppercase;
      text-align: center;
      color: #4E84A1;
  }
  .font-alt2 {
    text-transform: uppercase;
    text-align: center;
    color: #4E84A1;
  }
  
  .content-box {
      margin: 0 auto 25px;
  }
  
  .content-box-icon {
      font-size: 4rem;
      text-align: center;
  }
  
  .content-box-title {
      font-size: 1.5rem;
      letter-spacing: 2px;
  }
  
  .content-box-text {
      color: #777;
  }
  #services.module {
    padding: 60px 0;
  }
  .multi-columns-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .content-box {
    margin-bottom: 20px;
  }
  
  .learn-more-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #4E84A1;
    text-decoration: none;
    color: #4E84A1;
    border-radius: 30px;
    transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    font-weight: bold;
    margin-top: 10px;
  }
  .learn-more-btn:hover {
    background-color: #4E84A1;
    transform: translateY(-3px);
    color: #ffffff;
    text-decoration: none;
  }
  /*ACCORDION*/
  .custom-accordion{
    --bs-accordion-btn-bg: #9AAEBB;
    --bs-accordion-active-bg: #4E84A1;
    --bs-accordion-active-color: white;
    --bs-accordion-border-color: #14536E;
  }
  
  .custom-accordion-bg{
    background-color: #364955;
    padding-top: 100px; padding-bottom: 100px;
  }
  /*Login coding*/
  .login-container {
    background-color: #4E84A1;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .left-column {
    background-color: #ffc107;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }

  .left-column h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .left-column p {
    margin-bottom: 10px;
  }

  .left-column .btn {
    background-color: #17a2b8;
    border-radius: 20px;
  }

  .left-column .btn:hover {
    background-color: #0a58ca;
  }

  .left-column .imgreg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 20px;
  }

  .right-column {
    padding: 20px;
  }

  .right-column h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
  }

  .input-group-text.labelly {
    font-family: 'FontAwesome';
  }

  .form-control {
    border-radius: 20px;
  }

  .form-check {
    margin-bottom: 20px;
  }

  .form-check-label {
    font-size: 14px;
  }

  .form-text a {
    text-decoration: none;
    color: #17a2b8;
  }

  .form-text a:hover {
    color: #0a58ca;
  }

  .d-grid .btn-info {
    background-color: #17a2b8;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
  }

  .d-grid .btn-info:hover {
    background-color: #0a58ca;
  }

  .other-ways {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
  }

  .social-icons {
    text-align: center;
    margin-top: 20px;
  }

  .fa {
    padding: 10px;
    font-size: 25px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin: 0 5px;
    color: #336B87;
    background-color: #ffffff;
  }

  .fa:hover {
    opacity: 0.7;
  }
.labelly{
    font-family: 'FontAwesome';
}
.atag{
    text-decoration: none;
    color: #fff;
}
.atag2{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.fa:hover {
    opacity: 0.7;
}
.fa{

    padding: 10px;
    font-size: 25px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}
.imgreg{
    width: 500px;
    height: 500px;
}
/* star */
.rating-star{
  font-size: 3rem;
  width: 3rem;
  height: 3rem;
  padding: 0 2rem;
  position: relative;
  display: block;
  float:left;
}

.full-star:before {
  color: gold;
  content: "\2605";
  position: absolute;
  left: 0;
  overflow: hidden;
}
.half-star:before {
  color: gold;
  content: "\2605";
  width: 50%;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.half-star:after {
  color: white;
  content: '\2605';
  position: absolute;
  left: 1.5rem;
  width: 50%;
  text-indent: -1.5rem;
  overflow: hidden;
}
/* star */
/*Chin file*/
.chin-img,.kayar-img{
    height: 300px;
}
.chin-float,.kayar-float{
    transition: transform 0.5s;
}
.chin-float,.kayar-float:hover{
    transform: translateY(-20px);
}
.chin-read-link-design,.kayar-read-link-design{
    font-size: 18px;
    color: #4E84A1;
    text-decoration: none;
}
.chin-btn,.kayar-btn{
    border: 2px solid #4E84A1;
}
.chin-btn,.kayar-btn:hover{
    background-color: #4E84A1;
    color: #F8F9FA;
}
.chin-card-height{
    height: 19.7cm;
}
.kayar-card-height,.kayar-card-height-2{
  height: 22cm;
}
.kayar-card-height-3{
  height: 23cm;
}
.chin-imgpeople{
    height: 250px;
    width: 180px;
}
@media (min-width: ≥576px){
  .chin-card-height,.kayar-card-height,.kayar-card-height-2{
    height: 29cm;
  }
}
@media (min-width: ≥576px){
  .kayar-card-height-3{
    height: 28cm;
  }
}
.chin-a,.kayar-a{
  text-decoration: none;
  color: #282d32;
}
.chin-map-height,.kayar-map-height{
  height: 500px;
}
.chin-tran-height,.kayar-tran-height{
  height: 5cm;
}
.chin-btn2,.kayar-btn2{
  color: #F8F9FA;
  background-color: #336B87;
}
.chin-btn2,.kayar-btn2:hover{
  color: #F8F9FA;
  background-color: #14536E;
}
@media (min-width: 767px) {
  .chin-navnavbarbar,.kayar-navnavbarbar{
    display: none;
  }
} 
/* chin and kayar file */
.pointer{
  cursor: pointer;
}
.checked{
  color: gold;
  }
.check-1{
  color: gold;
  width: 50%;
}
  .badge-1{
      top: 90px;
      left: 10px;
  }
.kayarpeopleheight{
  width: 250px;
  height: 280px;
}
/* Footer */
.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .item.line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}
.mon-body{
  background-color: #F8F9FA;
}

.mon-that-one-big-img{
  width: 100%;
}
.mon-title{
  font-size: 30px;
  color: #336B87;
}
.mon-title2{
  font-size: 20px;
}
.mon-caption{
  color: #76CCCF;
}
.mon-float{
  transition: transform 0.5s;
}
.mon-float:hover{
  transform: translateY(-10px);
}
.mon-btn{
  margin: 25px;
  border: 2px solid #4E84A1;
}
.mon-btn:hover{
  background-color: #14536E;
  color: #F8F9FA;
}

.mon-read-link-design{
  font-size: 18px;
  color: #4E84A1;
  text-decoration: none;
}
.mon-map{
  width: 100%; height: 650px;
}
.mon-btn2{
  color: #F8F9FA;
  background-color: #336B87;
}
.mon-btn2:hover{
  color: #F8F9FA;
  background-color: #14536E;
}
.pointer{
  cursor: pointer;
}

.mon-badge-1{
      top: 90px;
      left: 10px;
}
.mon-idk{
      height: 350px;
      width: 600px;
}
.carousel-card {
border: none;
border-radius: 0;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.carousel-inner {
padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
background-color: #e1e1e1;
width: 6vh;
height: 6vh;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
}
.carousel-control-prev span,
.carousel-control-next span {
width: 1.5rem;
height: 1.5rem;
}
@media screen and (min-width: 577px) {
.carousel-cards-wrapper {
display: flex;
}
.carousel-card {
margin: 0 0.5em;
width: calc(100% / 2);
}
.carousel-image-wrapper {
height: 20vw;
margin: 0 auto;
}
}
@media screen and (max-width: 576px) {
.carousel-card:not(:first-child) {
display: none;
}
.carousel-card{
width: 300px;
height: 450px;
margin: 55px;
}
.carousel-image-wrapper{
width: 300px;
height: 200px;
}
}
@media screen and (max-width: 767px) {
.carousel-card:not(:first-child) {
display: none;
}
.carousel-card{
width: 300px;
height: 450px;
margin: 85px;
}
.carousel-image-wrapper{
width: 300px;
height: 200px;
}
}
.carousel-image-wrapper img {
max-width: 100%;
max-height: 100%;
}
.waterfall {
width: 350px;
height: 90%;
}
.mon-hotel {
width: 320px;
height: 300px;
}
.rakhine-idk {
width: 330px;
height: 170px;
}
.mon-that-one-big-img{
  width: 100%;
}
.mon-that-one-big-img2{
  width: 100%;
  height: 75%;
}
.kachin_title{
  color: #336B87;
}
.kachin-caption{
  color: #76CCCF;
}
div{
  box-sizing: border-box;
}
.bg-color{
  background-color: #14536E;
  
}
.home-logo{
  color:#f9fbf5; 
  font-size: 22px;
}
.homepage_logo{
  color: #fff;
  filter: drop-shadow(5px 5px 2px #000000);
}


.homepage_slides{
  height: 50vh;
  overflow: hidden;
  position: relative;
  
}

.homepage_slide{
  position: absolute;
  height: 100%;
  opacity: 0;
  inset: 0;
  animation: slide-show 12s infinite;
}

.slide-2 {
  animation-delay: 4s;
}

.slide-3{
  animation-delay: 8s;
}
.slide-4{
  animation-delay: 12s;
}
.slide-5{
  animation-delay: 16s;
}
.slide-6{
  animation-delay: 20s;
}
.slide-7{
  animation-delay: 24s;
}

.slide img{
  width: 100%;
  object-position: center;
}

@keyframes slide-show{
  0%{
      opacity: 0;
  }
  10%{
      opacity: 1;
  }
  20%,
  30%{
      opacity: 1;
      scale: 1.03;
  }
  50%{
      opacity: 0;
  }
}
div{
  box-sizing: border-box;
}
.bg-dark-blue{
  background-color: #14536E;
  
}
.bg-dark-blue a{
  text-decoration: none;
}
.home-logo{
  color:#f9fbf5; 
  font-size: 22px;
}

@media (max-width: 767px) {
.card-carousel-inner .carousel-item > div {
display: none;
}
.card-carousel-inner .carousel-item > div:first-child {
display: block;
}
}

.card-carousel-inner .carousel-item.active,
.card-carousel-inner .carousel-item-next,
.card-carousel-inner .carousel-item-prev {
display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

.card-carousel-inner .carousel-item-end.active,
.card-carousel-inner .carousel-item-next {
transform: translateX(33%);
}

.card-carousel-inner .carousel-item-start.active, 
.card-carousel-inner .carousel-item-prev {
transform: translateX(-33%);
}
}

.card-carousel-inner .carousel-item-end,
.card-carousel-inner .carousel-item-start { 
transform: translateX(0);
}

.text-deco-none{
text-decoration: underline white;
color: #14536E;
}
.kachin_body{
  background-color: #F8F9FA;
}
.kachin-that-one-big-img{
  width: 100%;
}
.mon-that-one-big-img{
  width: 100%;
}
.mon-that-one-big-img2{
  width: 100%;
  height: 75%;
}
.mon-float{
  transition: transform 0.5s;
}
.mon-float:hover{
  transform: translateY(-10px);
}
.mon-map{
  width: 100%; height: 650px;
}
.mon-btn{
  border: 2px solid #4E84A1;
}
.mon-btn:hover{
  background-color: #14536E;
  color: #F8F9FA;
}
.mon-btn3{
  border: 2px solid #4E84A1
}
.mon-btn3:hover{
  background-color: #04709f;
  color: #F8F9FA;
}

.kachin-read-link-design{
  font-size: 18px;
  color: #4E84A1;
  text-decoration: none;
}
.kachin-map{
  width: 100%; height: 550px;
}
.kachin-btn2{
  color: #F8F9FA;
  background-color: #336B87;
}
.kachin-btn2:hover{
  color: #F8F9FA;
  background-color: #14536E;
}
.pointer{
  cursor: pointer;
}
  .badge-1{
      top: 90px;
      left: 10px;
  }
  .shan-cave{
      height: 85%;
  }
  .kachin-float{
    transition: transform 0.5s;
}
.kachin-float:hover{
    transform: translateY(-10px);
}
.carousel-indicators .active{
  background-color: #14536E;
}

@media screen and (max-width:768px){
      #second_carousel {
          display:block;
      }
      #first_carousel {
          display:none;
      }
     
  }
@media screen and (min-width:768px){
      #second_carousel {
          display:none;
      }
      #first_carousel {
          display:block;
      }
  }
.pa-color{
  color: #fff;
}
.cardtext-color{
  color: #F8F9FA;
}
.aboutus-image{
  width: 55%;
  height: 85%;
}
.login-btn{
  background-color: #76CCCF;
}
.login-btn:hover{
  background-color: #76CCCF;
}