@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&family=Roboto+Condensed:wght@200;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Myanmar:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@200;400;500;600;700&family=Roboto+Condensed:wght@200;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap')

/* utility classes */

.text-primary{
	color:  #372e4f !important;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;

  /* font-family: 'Noto Sans Myanmar', sans-serif;
  font-family: 'Roboto Condensed', sans-serif; */
}

a {
  text-decoration: none !important;
}

p{
    font-size: 16px;
}
button.navbar-toggler {
    padding: 4px;
    border-radius: 3px;
}

.header-logo-sm {
    width: 130px !important;
  }

@media screen and (max-width: 992px){
	.header-logo-sm {
   		 width: 100px !important;
	}
}

.header-nav {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.navbar-nav .nav-link.active {
  color: #710193 !important;
	font-weight: 500;
}

.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero h2 {
  font-size: 30px;
  font-weight: 600;
  color: #141414;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.about1 h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.about1 h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin: 0;
}

.about1 p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: normal;
}

.step {
  padding: 20px;
  border-radius: 10px;
  background: var(
    --G-color,
    linear-gradient(270deg,#372e4f  0.32%, #161616 140.98%)
  );
  height: 170px;
  color: white;
}
.step-index {
  padding: 20px;
  border-radius: 10px;
  background: var(
    --G-color,
    linear-gradient(270deg,#372e4f  0.32%, #161616 140.98%)
  );
  height: 170px;
	color:white;
  /* color: white; */
}

.step-1 {
  position: absolute;
  top: 55px;
  right: -60px;
  z-index: 999;
}


.opportunity-list li {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 14px;
	display: flex;
}
.opportunity-list p, .opportunity-list div {
color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

}

.teach-list ul{
    display: inline-block;
    font-weight: 500;
    line-height: 40px;
    font-size: 15px;
}

.teach-list p, .teach-list div{
    display: inline-block;
    font-weight: 500;
    line-height: 40px;
    font-size: 15px;
}

.scholarship-list li {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
	display: flex;
}

.scholarship-list p, .scholarship-list div, .home-scholarship-list p, .home-scholarship-list div{
 font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;

}

.requirements li , .application-list li{
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    margin-bottom: 22px;
	display: flex;
}

.home-scholarship-list li{
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #141414;
    margin-bottom: 22px;
	display: flex;
	position: relative;
	padding-left: 1.5rem;
}

.opportunity-list ul, .scholarship-list ul, .requirements ul , .application-list ul, .home-scholarship-list ul {
	list-style: none;
	padding-left: 0;
}
/* .schorship-list li{
	position: relative;
	padding-left: 25px;
}
.opportunity-list li::before, .scholarship-list li::before, .requirements li::before , .application-list li::before {
    content: url(http://nhm.edu.mm/wp-content/uploads/2025/08/arrow.png);
	width: 23px;
    display: block;
    margin-right: 1.5rem;
} */
.opportunity-list li, .scholarship-list li, .requirements li , .application-list li{
	position: relative;
	padding-left: 30px;
}
.opportunity-list li::before, .scholarship-list li::before, .requirements li::before , .application-list li::before {
    content: "";
	background-image: url(http://nhm.edu.mm/wp-content/uploads/2025/08/arrow.png);
	background-size: cover;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
    margin-right: 1.5rem;
}
.home-scholarship-list li::before {
    content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #372e4f;
}

@media (max-width: 767px) {
  .step-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

.step-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
}
footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 360px; */
}

.footer-send {
  /* width: 100%; */
  /* max-width: 700px; */
  background-color: white;
  display: flex;
  align-items: center;
  border-radius: 60px;
  padding: 5px;
}

.footer-send input {
  padding-left: 20px;
  width: 100%;
  border: 0;
  outline: none;
}

.footer-send button {
  border: 0;
  border-radius: 60px;
  outline: none;
  padding: 7px 30px;
  background-color: #372e4f;
	color: white;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: #595959;
  z-index: 1;
}

.form-control {
  border: 0;
  padding: 20px 0.75rem;
}

.btn1 {
  background-color: #372e4f;
  color: #fff !important;
  padding: 10px 40px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.btn1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* width: 100%;
  height: 100%; */
  background-color: #000000;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
  transform-origin: left;
}
.btn1:hover::before,
.btn1:focus::before {
  transform: scaleX(1);
}

.triangle {
  width: 0;
  height: 0;
  border-bottom: 400px solid #372e4f;
  border-right: 400px solid transparent;
  margin-top: -450px;
}

.contact-2 {
  padding-left: 80px;
  padding-top: 80px;
  padding-bottom: 240px;
}

.contact-3 {
  padding-top: 80px;
  padding-right: 80px;
}

.scholarships-1 {
  border-radius: 30px;
  background-color: #f2f2f2;
  padding: 30px;
}
.scholarships-2 {
  border-left: 9px solid #d9d9d9;
  padding-left: 50px;
  margin-left: 30px;
  margin-top: 25px;
}
.scholarships-3 p {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.scholarship-4 {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -125px;
  padding: 30px;
}
.scholarship-5 {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 50px 0px;
  margin-top: 150px;
  height: 100%;
  width: 100%;
}

.scholarship-6 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #141414;
  line-height: normal;
  position: absolute;
  left: -15px;
}

.courses-1 p {
  text-align: center;
    font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #141414;
}

.courses-2 p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.courses-3 p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.articles-1 {
  background-color: #f2f2f2;
  border-radius: 10px;
}

.articles-1 .overlay-img {
  overflow: hidden;
  cursor: pointer;
}

.articles-1 .overlay-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: 0.2s ease-in-out;
}
.articles-1 .overlay-img {
  overflow: hidden;
  cursor: pointer;
  height:400px;
 width:100%;
  border-radius:5px;
}

.article-title{
	height: 69px;
    padding-top: 5px;
    line-height: 31px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article-text{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	line-height:27px;
	height:55px;
	margin-top: 15px;
}

.articles-1 .overlay-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.2s ease-in-out;
}

.art-detail-img{
	border-radius:5px;
	overflow: hidden;
	height: 110px !important;
}

@media screen and (max-width:992px){
	.articles-1 .overlay-img {
	  height:220px;
	}
	
	.art-detail-img{
	height: 70px !important;
}
	.gallery-1 .gallery-overlay {
    height: 250px;
}
}

@media screen and (max-width:767px){
		.gallery-1 .gallery-overlay {
    height: 200px;
}
	.articles-1 .overlay-img {
	  height:200px;
	}
	
	.art-detail-img{
	height:220px !important;
}
}

.articles-1:hover .overlay-img img {
  transform: scale(1.3);
}

.activities-1 .ac-overlay {
  overflow: hidden;
  cursor: pointer;
}

.activities-1 .ac-overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.activities-1:hover .ac-overlay img {
  transform: scale(1.3);
}

.gallery-1 {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.gallery-1 .gallery-overlay {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}

.gallery-1:hover .gallery-overlay {
  transform: scale(1.6);
}

.gallery-1 .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.gallery-1:hover .overlay {
  opacity: 1;
}
.gallery-1 .overlay img {
  transform: scale(0.2);
  transition: transform 0.5s ease-in-out;
}
.gallery-1:hover .overlay img {
  transform: scale(0.8);
}

.courses-details h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  color: #141414;
  line-height: normal;
}

.courses-details p {
  /* text-align: justify; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.courses-overlay:hover svg {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

.home-courses {
  background-color: #f2f2f2;
}

.hc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #141414;
}

.hc-overlay {
  background-color: white;
  border-radius: 20px;
  padding: 70px 50px;
}

.hc-overlay:hover {
  background-color: #2e97d5;
  color: white;
  transition: background-color, color 0.4s ease-in-out;
}
.hc-overlay:hover svg circle:nth-child(1) {
  fill: white;
  transition: fill 0.3s ease-in-out;
}
.hc-overlay:hover svg circle:nth-child(2) {
  stroke: white;
  transition: stroke 0.3s ease-in-out;
}

.hc-overlay:hover svg path {
  fill: #2e97d5;
  transition: fill 0.3s ease-in-out;
}
/* different SVG */
.hc-overlay-5 {
  background-color: white;
  border-radius: 20px;
  padding: 70px 50px;
}

.hc-overlay-5:hover {
  background-color: #2e97d5;
  color: white;
  transition: background-color, color 0.4s ease-in-out;
}
.hc-overlay-5:hover svg circle:nth-child(1) {
  fill: white;
  transition: fill 0.3s ease-in-out;
}
.hc-overlay-5:hover svg circle:nth-child(2) {
  stroke: white;
  transition: stroke 0.3s ease-in-out;
}

.hc-overlay-5:hover svg path {
  stroke: #2e97d5;
  transition: fill 0.3s ease-in-out;
}

.hc-overlay2 {
  background-color: white;
  border-radius: 20px;
  padding: 70px 50px;
}
.hc-overlay2 p {
  color: #2e97d5;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #141414;
  line-height: normal;
}
.hc-overlay2:hover {
  background-color: #2e97d5;
  transition: background-color 0.4s ease-in-out;
}

.hc-overlay2:hover p {
  color: white;
}
.hc-overlay2:hover svg circle {
  fill: #fff500;
}

.svg-img {
  width: 35px;
}

.home-banner {
  position: relative;
}
.about-points {
  
  background-size: cover;
  background-repeat: no-repeat;
}

/* Announcement Slider */
.slide-container {
  position: relative;
  border-radius: 24px;
	background: #372e4f;
}
.next-prev {
  position: absolute;
  top: -20%;
  right: 0;
  cursor: pointer;
}
.anc-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.anc-text h3 {
  color: #fff !important;
    font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.anc-text p {
  color: #fff;
    font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.anc-slider {
  display: none;
  /* height: 350px; */
  overflow: hidden;
}

.anc-slider.active {
  display: block;
}

.anc-img {
  animation: slideImg 0.3s linear;
}

.profile-box{
	width : 315px;
	height : 315px;
	object-fit : cover;
	object-position : center;
	border-radius: 50%;
}

@keyframes slideImg {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
}

.anc-text {
  animation: slideContent 0.3s linear;
}

@keyframes slideContent {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
}

@media (max-width: 1199px) {
  .announcement {
    margin-top: 120px !important;
  }
  .home-banner-2 h6 {
    font-size: 20px !important;
  }
  .home-banner-2 p {
    font-size: 14px !important;
  }
  .home-banner-1 {
    height: 150px !important;
  }
  h3{
    font-size: 20px !important;
  }
}
@media (min-width:1200px) {
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 30px;
    }
    h4{
        font-size: 20px;
    }
    p{
        font-size: 16px;
    }
}
@media (max-width: 991px) {
  .announcement {
    margin-top: 200px !important;
  }
  .home-banner-2 {
    margin-top: 10px !important;
  }
	.profile-box{
	width : 168px;
	height : 168px;
}
}

@media (min-width: 993px){
.bg-height {
    height: 532px;
	object-fit: cover;
	object-position: center;
  }
}

@media (max-width: 790px) {
  .home-banner-2 h6 {
    font-size: 14px !important;
  }
  .home-banner-2 p {
    font-size: 12px !important;
  }
  .home-banner-2 {
    margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
	.profile-box{
	width : 148px;
	height : 148px;
}
  .home-banner-1 img {
    width: 70% !important;
  }
  .home-banner-1 {
    height: 90px !important;
  }
  .edit-courses img {
    display: none;
  }
  .img-edit {
    text-align: center !important;
  }

  .triangle {
    display: none;
  }
  .next-prev {
    top: -8%;
  }
  .announcement {
    margin-top: 70px !important;
  }
  .anc-img {
    text-align: center;
  }
  .plr-1 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header-nav {
    position: absolute !important;
  }
  .nav-pd {
    padding-top: 95px !important;
  }
  .header-nav {
    background: rgba(255, 255, 255, 0.5);
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    backdrop-filter: blur(6px);
    filter: drop-shadow(2px 4px 10px white);
  }
}

@media (max-width: 575px) {
  .home-banner-1 {
    height: 70px !important;
  }
  .home-banner-2 {
    margin-top: 0 !important;
  }
  .home-banner-2 h6 {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .home-banner-2 p {
    font-size: 8px !important;
  }
  .home-banner-3 {
    padding: 5px !important;
  }

  .scholarship-4 {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    margin-top: -190px;
    padding: 30px;
  }
  .bg-height {
    height: 200px;
  }
}
@media (max-width: 483px) {
  .scholar-edit {
    height: 100% !important;
  }
  .border-edit {
    height: 180px !important;
  }
  .banner-logo {
    width: 50px !important;
  }
  .banner-title {
    font-size: 14px !important;
  }
  .banner-tap {
    font-size: 12px !important;
  }
/*   .header-logo-sm {
    width: 170px !important;
  } */
}

.page-numbers {
  border: 1px solid #372e4f;
  color: #372e4f;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-decoration: none;
  margin: 10px;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 1px;
}
.page-numbers.current {
  color: white;
  background-color: #372e4f;
}
.page-numbers.next,
.page-numbers.prev {
  border: 0;
}

.footer-bg h3 {
  font-weight: normal;
}
