/******** Basically *******/

@font-face {
  src: url("../font/mm3.ttf");
  font-family: "Myanmar3";
}
body {
  margin: 0;
  font-family: "Myanmar3";
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
section.content {
  flex: 1;
}

/******** Header *******/
/* navbar bg */
.my-nav,
.top-nav {
  background: transparent;
  /* background: #0b6f4d36; */
}
/* .navbar-ul {
  margin: 0 !important;
} */
ul.navbar-ul li a {
  font-size: 1.1rem;
}
ul.navbar-ul li:hover a,
ul.navbar-ul li.nav-item a:hover {
  color: #64c9cd !important;
}
/* Nav / Navbar Styles
===================================*/
.navbar {
  padding: 15px 0;
  transition-duration: 0.6s;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: #183532;
}
/* jQuery Styles
===================================*/
.navbar-scroll {
  background: #183532;
  padding: 10px 0 !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  transition-duration: 0.6s;
  transition: background-color 1s ease-in;
}
.nav-dropdown-scroll {
  background: #183532;
  box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}
/* end navbar animation */
/* logo */
.logo {
  text-decoration: none;
}

.logo span {
  font-size: 1.5em;
  color: #fff;
  text-shadow: 0 6px 1px rgba(0, 0, 0, 0.1);
}
.down-arrow {
  width: 100px;
}
/* bg image under nav */
.full-bg {
  margin-bottom: 0px !important;
  max-width: 100%;
  background: url("../images/bg-computer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
}
/* responsive */
/* header logo */
/* Profile Section */
.about-img {
  background: #183532;
  box-shadow: 15px 15px 10px -5px rgba(0, 0, 0, 0.3);
  border-radius: 50px 10px 50px 10px;
}
.subtitle {
  padding-bottom: 3rem;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #64c9cd;
  border-top: 1px solid #64c9cd;
  top: 0;
  /* width: 80%; */
  width: 300px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
/* Courses */
.courses .card {
  margin-bottom: 20px;
}
.courses .course-title {
  border-bottom: 1px solid #0b6f4d;
  margin-bottom: 20px;
  display: inline-block;
}
.animate {
  width: 100%;
  overflow: hidden;
  display: block;
}
.courses .card:hover {
  box-shadow: 0 20px 15px -5px rgba(0, 0, 0, 0.2);
}
.courses .card:hover img {
  transform: scale(1.1);
}
.courses a,
.courses a:hover {
  text-decoration: none;
  color: #0b6f4d;
}
.courses a h3 {
  margin: 0.5em 0;
  align-self: center;
  font-size: 1.5rem;
}
.courses img {
  width: 100%;
  transition: transform 0.5s;
  transform-origin: bottom left;
}
.course_title {
  color: #183532;
}
.course_title:hover {
  color: #06f9e7;
  text-decoration: none;
}
/* end courses */
/* footer */
.btn-social:hover {
  border-radius: 50px;
  background-color: #0b6f4d !important;
  color: #dc3445;
  border-color: white #dc3445;
}
.short-link-footer {
  background: #183532;
}
.copy-right-section {
  background: #04150f;
}
/* end footer */
#return-to-top {
  z-index: 999999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/* end back-to-top */
/* project gallery */
.gallery-title {
  font-size: 36px;
  color: #42b32f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}
.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}
.filter-button {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #42b32f;
}
.filter-button:hover {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42b32f;
}
.btn-default:active .filter-button:active {
  background-color: #42b32f;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}
/* end projects lists */
/* skills */
.list-color {
  color: #64c9cd;
}
.my-progress {
  height: 1.3rem !important;
}
#skill-bg {
  background-image: url("../images/skill-bgimg.jpg");
  background-attachment: fixed;
  background-size: cover;
}
/* end skills */
/* detail page sub nav header */
.navsub-header {
  position: relative;
}
.navsub-header .cat-title {
  position: absolute;
  left: 45%;
  right: 0;
  bottom: 40%;
  font-size: 3rem;
  color: #64c9cd;
}
#sidebar {
  top: 15% !important;
}
/* for external link output */
.output-here a {
  font-style: italic;
  text-decoration: none;
  background: #52bab3;
  padding: 0.5em 3em;
  border-radius: 5px;
  background-image: url("../images/finger-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/* end detail page */
/* contact form */
.contact-bg {
  background-color: #f4f7f8;
  box-shadow: 1px 3px 10px 1px rgb(17, 81, 137);
}
.mycontact-form input,
.mycontact-form textarea {
  background-color: #e8eeef;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}
.mycontact-form input[type="email"] {
  background: #fdfee6;
}
/* end contact form */
/* footer list hover */
ul.footer-list li:hover a,
ul.footer-list li a:hover {
  color: #52bab3 !important;
}
.btn-social {
  border-left-color: #06f9e7;
  border-right-color: #dc3445;
}

/* end footer list hover */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .cat-title {
    display: none;
  }
  .logo span {
    font-size: 1.5em;
  }
  .display-2 {
    font-size: 1rem;
  }
  #navbarTogglerDemo03 {
    background: navbarTogglerDemo03;
  }
  .fancy span:before,
  .fancy span:after {
    width: 50%;
  }
  .navbar-scroll {
    padding: 15px !important;
  }
}
