@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "myanmar sans pro";
  src: url(../fonts/MyanmarSansPro-Regular.ttf) format("truetype");
  font-weight: normal !important;
}

:root {
  --dark-blue-color: #141f45;
  --secondary-dark-blue-color: #052a75;
  --blue-color: #1457a6;
  --secondary-blue-color: #0f6afd;
  --dark-color: #141414;
  --black-color: #000;
  --white-color: #fff;
  --light-20-color: #ffffff33;
  --light-30-color: #ffffff4d;
  --gray-color: #3b4251;
  --poppins: "Poppins", sans-serif;
  --mm-font: "myanmar sans pro", sans-serif;
  --banner-header: 40px;
  --primary-header: 33px;
  --secondary-header: 25px;
  --third-header: 22px;
  --fourth-header: 18px;
  --text-font-size: 16px;
  --feedback-font-size: 15px;
}

.myanmar-font {
  font-family: "myanmar sans pro", sans-serif !important;
  font-weight: normal !important;
}

.myanmar-font * {
  font-family: "myanmar sans pro", sans-serif !important;
  font-weight: normal !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--poppins);
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--white-color);
}
.secondary-blue-color {
  color: var(--secondary-blue-color) !important;
}
.secondary-dark-blue-color {
  color: var(--secondary-dark-blue-color) !important;
}

.dark-blue-color {
  color: var(--dark-blue-color) !important;
}

.divider {
  border: 0;
  border-top: 2px solid #d9d9d9;
}
/* header  */
header nav {
  background-color: var(--dark-color);
}
header .navbar-nav .nav-item .nav-link {
  font-size: var(--text-font-size);
  color: var(--white-color);
  padding: 30px 10px;
  font-weight: 400;
  border-bottom: 5px solid transparent;
  white-space: nowrap;
  transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}
header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 5px solid var(--white-color);
}
.brand-logo {
  width: 85px;
}
.navbar-toggler {
  padding: 4px;
  border-radius: 3px;
  border-color: var(--white-color);
  align-items: center;
  vertical-align: middle;
}
.navbar-toggler-icon {
  filter: brightness(1) invert(1);
  width: 24px;
  height: 24px;
}
.dropdown-menu.lang-menu {
  background: #3d3d3d;
  border: none;
  border-radius: 0;
  width: 100%;
  min-width: max-content;
}

.dropdown-menu.lang-menu .dropdown-item {
  /* padding: 7px 20px; */
  border: none;
  background: #3d3d3d;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: var(--white-color);
}
.lang-btn {
  padding: 8px 10px;
  background: #00aeff1a;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 1px solid transparent;
}
.lang-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--light-20-color);
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid var(--light-20-color);
}
.social-icon {
  width: 27px;
  height: 27px;
}

/* footer  */
footer {
  background-color: var(--white-color);
  border-top: 2px solid #d9d9d9;
}
.footer-header {
  color: var(--black-color);
  font-weight: 700;
  font-size: var(--third-header);
}
.footer-icon {
  width: 23px;
}
.footer-text {
  color: var(--black-color);
  font-size: var(--text-font-size);
  line-height: 1.7;
}

.footer-links a {
  color: var(--black-color);
  text-decoration: none;
  font-size: var(--text-font-size);
  line-height: 2;
}
.newletter-form .from-group {
  display: inline-flex;
  border-radius: 30px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.newletter-form .from-group .form-control {
  border: none;
  padding: 12px 20px;
  font-size: var(--text-font-size);
  color: var(--black-color);
  background-color: transparent;
}
.newletter-form .from-group .form-control::placeholder {
  color: var(--black-color);
  font-size: var(--text-font-size);
}
.newletter-text {
  color: #797474;
  font-size: var(--text-font-size);
  font-weight: 500;
}
.newletter-form .from-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.subscribe-btn {
  background-color: var(--blue-color);
  color: var(--white-color);
  padding: 12px 15px;
  font-size: var(--text-font-size);
  border-radius: 30px;
  border: none;
  font-weight: 300;
}

.banner-img {
  aspect-ratio: 16/9;
  border-radius: 30px;
}

.service-box {
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 40px 30px;
  box-shadow: 3px 7px 16px 0px #0000001a, 11px 26px 29px 0px #00000017,
    25px 59px 38px 0px #0000000d, 45px 105px 46px 0px #00000003,
    70px 164px 50px 0px #00000000;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.service-box:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.service-logo {
  width: 75px;
}

.service-header {
  color: var(--black-color);
  font-weight: 600;
  font-size: var(--fourth-header);
  line-height: 1.5;
}

/* about us  */
.about-img {
  border-radius: 70px;
  aspect-ratio: 1 / 1.1;
  /* object-fit: con; */
}

.service-bg-img {
  aspect-ratio: 1 / 0.43;
  border-radius: 30px;
}

.main-header {
  color: var(--black-color);
  font-weight: 600;
  font-size: var(--primary-header);
  line-height: 1.5;
}

.our-service-header {
  background: var(--light-20-color);
  display: inline-block;
  padding: 10px 30px;
  border-radius: 15px;
}

.page-header {
  background: var(--light-30-color);
  display: inline-block;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: var(--banner-header);
  color: var(--white-color);
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.second-header {
  color: var(--black-color);
  font-weight: 500;
  font-size: var(--secondary-header);
  line-height: 1.5;
}

.all-text {
  color: var(--black-color);
  font-size: var(--text-font-size);
  line-height: 1.7;
}

.read-more-btn {
  color: var(--white-color);
  padding: 12px 35px;
  border: none;
  border-radius: 30px;
  background-color: var(--black-color);
  font-weight: 300;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: var(--text-font-size);
}
.read-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--blue-color);
  z-index: -1;
  transition: left 0.3s ease-in-out;
}
.read-more-btn:hover::before {
  left: 0;
}

.read-more-btn.submit {
  background-color: var(--dark-blue-color);
  padding: 11px 60px;
  text-transform: uppercase;
}
.read-more-btn.submit::before {
  background-color: var(--black-color);
}

.quotation-icon {
  width: 55px;
}

.feedback-box {
  background-color: #eef5fa;
  border-radius: 20px;
}

.feedback-img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.feedback-header {
  color: var(--black-color);
  font-weight: 600;
  font-size: var(--fourth-header);
}

.star-img {
  width: 110px !important;
}

.feedback-text * {
  color: var(--black-color);
  font-size: var(--feedback-font-size);
  line-height: 1.8;
  font-family: var(--mm-font);
  height: 220px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#feedbacks .owl-dots {
  margin-top: 3rem;
}

#feedbacks .owl-dots button span {
  width: 15px;
  height: 15px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
}

#feedbacks .owl-dots button.active span {
  background-color: #33aaff;
}

.mission {
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 30px 40px;
  box-shadow: 0px 34px 76px 0px #0000001a;
}
.about-photo {
  border-radius: 50%;
}

.mission-list {
  list-style: none;
}

.mission-list ul,
.mission-list ol {
  padding-left: 0;
  list-style: none;
}

.mission-list li::before {
  content: "-";
  margin-right: 3px;
}

.mission-list * {
  font-family: var(--mm-font);
  color: var(--black-color);
}

.teacher-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.teacher-img {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.page-banner {
  aspect-ratio: 1 / 0.225;
}

.classes-header {
  color: var(--secondary-blue-color);
  font-weight: 600;
  font-size: var(--third-header);
  display: flex;
  align-items: center;
}

.classes-header::after {
  content: "→";
  font-size: 17px;
  margin-left: 10px;
  font-weight: bolder;
  line-height: 6px;
  margin-bottom: 2px;
}

.class-duration {
  background: var(--gray-color);
  color: var(--white-color);
  padding: 10px 25px;
  border-radius: 5px;
  font-size: var(--text-font-size);
  font-family: var(--mm-font);
  display: inline-flex;
  align-items: center;
}

.class-duration::before {
  content: "→";
  font-size: 10px;
  margin-right: 7px;
  font-weight: bolder;
  line-height: 6px;
  margin-top: 2px;
}

.class-list * {
  font-family: var(--mm-font);
  color: var(--black-color);
  font-size: var(--text-font-size);
}

.class-list,
.class-list ul,
.class-list ol {
  list-style: none;
  padding-left: 0;
}

.class-list li {
  line-height: 1.7;
  display: flex;
  align-items: start;
}

.class-list li::before {
  content: "";
  background: url(../images/icons/mark.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 4px;
  flex-shrink: 0;
}

.class-info {
  display: inline-flex;
  color: var(--secondary-dark-blue-color);
  background: #dfdfdf;
  font-size: var(--secondary-header);
  font-family: var(--mm-font);
  display: inline-flex;
  align-items: center;
  padding: 5px 20px;
  border-radius: 10px;
}

.class-arrow {
  width: 17px;
}

.contact-us .form-control::placeholder {
  color: #000000b2;
  font-weight: 300;
  font-size: var(--text-font-size);
}

.contact-us .form-control {
  padding-left: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: var(--text-font-size);
}

.contact-us .form-control:focus {
  border-bottom-color: var(--blue);
  box-shadow: none;
}

.map iframe {
  width: 100% !important;
}

@media screen and (min-width: 1200px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --text-font-size: 14px;
    --banner-header: 25px;
    --primary-header: 23px;
    --secondary-header: 20px;
    --third-header: 18px;
    --fourth-header: 16px;
    --sub-header: 16px;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .brand-logo {
    width: 65px;
  }
  header .navbar-nav .nav-item .nav-link {
    padding: 22px 10px;
    border-bottom: 3px solid transparent;
  }
  header .navbar-nav .nav-item .nav-link.active,
  header .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 3px solid var(--white-color);
  }
  .social-icon {
    width: 25px;
    height: 25px;
  }
  .banner-img {
    border-radius: 15px;
  }
  .page-header {
    padding: 10px 20px;
    border-radius: 12px;
  }
  .class-list li::before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 2px;
  }

  .teacher-img {
    border-radius: 10px;
  }

  .read-more-btn {
    padding: 10px 30px;
  }
  .about-img {
    border-radius: 20px;
  }
  .service-bg-img {
    aspect-ratio: 1 / 0.5;
    border-radius: 15px;
  }
  .our-service-header {
    padding: 8px 25px;
    border-radius: 13px;
  }
  .service-box {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .service-logo {
    width: 60px;
  }
  .quotation-icon {
    width: 40px;
  }
  .feedback-box {
    border-radius: 15px;
  }

  #feedbacks .owl-dots {
    margin-top: 2rem;
  }
  #feedbacks .owl-dots button span {
    width: 13px;
    height: 13px;
  }
  .second-header br {
    display: none;
  }
  .map iframe {
    height: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --text-font-size: 13px;
    --banner-header: 19px;
    --primary-header: 17px;
    --secondary-header: 16px;
    --third-header: 15px;
    --fourth-header: 14px;
    --sub-header: 14px;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  header .navbar-nav .nav-item .nav-link {
    padding: 5px;
    display: inline-block;
    margin-bottom: 3px;
    border-bottom: 2px solid transparent;
  }
  header .navbar-nav .nav-item .nav-link.active,
  header .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid var(--white-color);
  }
  .footer-icon {
    width: 18px;
  }
  .banner-img {
    border-radius: 12px;
  }
  .page-header {
    padding: 8px 15px;
    border-radius: 10px;
  }
  .page-banner {
    aspect-ratio: 1 / 0.35;
  }
  .newletter-form .from-group .form-control {
    padding: 10px 20px;
  }
  .subscribe-btn {
    padding: 10px 15px;
  }

  .class-duration {
    padding: 8px 15px;
  }

  .mission {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .teacher-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .teacher-grid .grid-item {
    margin-bottom: 10px;
  }

  .read-more-btn.submit {
    padding: 10px 50px;
  }
  .service-box {
    padding: 20px 6px;
    border-radius: 15px;
  }
  .service-logo {
    width: 45px;
  }
  .about-img {
    border-radius: 20px;
    width: 70% !important;
  }
  .service-bg-img {
    aspect-ratio: 1 / 1;
    border-radius: 15px;
  }
  .read-more-btn {
    padding: 8px 20px;
  }
  .our-service-header {
    padding: 7px 18px;
    border-radius: 12px;
  }
  .quotation-icon {
    width: 35px;
  }
  .star-img {
    width: 101px !important;
  }
  .feedback-img {
    width: 40px !important;
    height: 40px !important;
  }
  #feedbacks .owl-dots {
    margin-top: 1rem;
  }
  #feedbacks .owl-dots button span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 0.8s both linear;
}
