html {
  /* scroll-padding-top: 70px; */
}

body {
  font-family: "MaisonNeue-Book", sans-serif;
  font-weight: 400;
  margin: 0;

  --nav-height: 560px;

  /* padding-top: var(--nav-height); */
  /* padding: 60px; */
}

/* font-style */

h1 {
  font-family: "MaisonNeueExtended-ExtraBold", sans-serif;
}

h2 {
  font-family: "MaisonNeueExtended-Bold", sans-serif;
}

h3 {
  font-family: "MaisonNeue-Bold", sans-serif;
}

p {
  font-family: "MaisonNeue-Book", sans-serif;
}

.btn {
  font-family: "MaisonNeue-Demi", sans-serif;
}

.text-dark {
  color: #101820 !important;
}

.bg-dark {
  background-color: #101820 !important;
  color: white;
}




/* HEADER */

.c-feature-card-spot-content__cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,rgba(218, 218, 218, 0),#cfcfcf);
}

.master-head {
  margin: 0 16px;
  margin-bottom: 350px;
  width: 100%
}

/* to make the navbar open full screen on mobile */
@media (max-width: 768px) {
  .master-head {
    margin: 0 16px;
    text-align: left !important;
    margin-bottom: 150px;
    width: 100%
  }
}

h1.lead {
  /* font-size: 48px !important;
  line-height: 64px;
  
  color: #101820; */
} 

#notifbanner {
    background-color: #2398F2;
    /* opacity: 0.5;  */
    color: white;
    z-index: 100;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    border-radius: 50px 50px 0px 0px;
}

@media only screen and (max-width: 950px) {
    #notifbanner {
        display: none;
        border-radius: 30px 30px 30px 30px;
    }

}

/* HEADER */

.pl-150 {
  padding-left: 150px;
}

.copyright {
  padding: 70px 0 0 0;
}

.copyright p {
  text-align: center;
  font-weight: 400;
  color: #6f6a86;
}

.header-third {
  font-size: 22px;
  color: #101820;
  font-weight: 600;
}

.subheader {
  font-size: 16px;
  font-weight: 400;
  color: #101820;
}

.login-user .right {
  width: 50%;
  float: left;
  padding: 120px;
}

.login-user .right .people {
  margin-top: 100px;
  height: 170px;
}

.login-user .right .logo {
  height: 42px;
  margin-bottom: 100px;
}

.login-user .right .btn-border {
  border: 1px solid #e7e5f4;
  border-radius: 50px;
  padding: 12px 80px 12px 80px;
}

.login-user .right .btn-google-login {
  margin-top: 40px;
}

.login-user .right .btn-google-login .icon {
  margin-right: 8px;
}

.login-user .left {
  background-color: #4d1cab;
  width: 50%;
  min-height: 900px;
  text-align: center;
  float: left;
}

.login-user .left img {
  margin-top: 200px;
  height: 540px;
}

.testimonials {
  background: #f7f7fb;
  margin-top: 370px;
  padding: 70px 0 70px 0;
}

.testimonials .item-review {
  border-radius: 13px;
  background: #fff;
  padding: 20px;
}

.testimonials .item-review .message,
.testimonials .item-review .user .info .role {
  font-size: 16px;
  font-weight: 400;
  color: #101820;
  line-height: 30px;
  min-height: 90px;
  margin-top: 30px;
}

.testimonials .item-review .user {
  margin-top: 30px;
}

.testimonials .item-review .user .photo {
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 16px;
}

.testimonials .item-review .user .info {
  padding-top: 5px;
}

.testimonials .item-review .user .info .name {
  color: #101820;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

.testimonials .item-review .user .info .role {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* .team {
  margin-top: 100px;
  padding-top: 70px;
  max-height: 620px;
} */

.team .copywriting {
  margin-top: 60px;
}

.team .support {
  font-size: 16px;
  font-weight: 400;
  color: #101820;
  line-height: 30px;
  margin-top: 30px;
}

.team .table-team {
  background: #fff;
  border-radius: 40px;
  padding: 30px;
  border: 1px solid #eae8f5;
}

.team .table-team .price {
  font-size: 42px;
  font-weight: 600;
  color: #101820;
  margin-bottom: 20px;
}

.team .table-team .item-service-team img {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}

.team .table-team .item-service-team p {
  font-size: 16px;
  font-weight: 500;
  color: #101820;
}

.team .table-team .item-service-team .divider {
  height: 1px;
  width: 100%;
  background: #e7e5f4;
}

.team .paket-gila {
  min-height: 697px;
}

.team .paket-biasa {
  min-height: 453px;
}

.clear {
  clear: both;
}

.steps .item-step .cover {
  height: 497px;
}

.steps .item-step .copywriting {
  padding-top: 100px;
}

@media (min-width: 320px) and (max-width: 988px){ 
  .steps .item-step .copywriting {
  padding-top: 0;
}
}

/*untuk layar device berukuran besar*/
/* @media screen and (min-width: 800px) {
  .steps .item-step .copywriting {
  padding-top: 0;
}
} */

.steps .item-step .support {
  font-size: 16px;
  font-weight: 400;
  color: #101820;
  line-height: 30px;
  margin-top: 30px;
}

.btn-master,
.btn-header,
.btn-thirdty,
.btn-primary,
.btn-secondary {
  padding: 11px 36px 11px 36px;
  border-radius: 100px;
  border: 0;
  font-weight: 500;
}

.btn-thirdty {
  background: #31b380;
  color: #fff;
}

.btn-primary {
  background: #2398f2;
  color: #fff;
}

.btn-header {
  background: #2398f2;
  color: #fff;
}

.btn-primary:hover {
  background: #31b380;
}

.btn-header:hover {
  color: #fff;
  background: #2398f2;
  opacity: 0.85;
}

.story {
  font-weight: 600;
  font-size: 16px;
  color: #31b380;
}

.primary-header {
  font-weight: 600;
  font-size: 30px;
  color: #101820;
}

@media (min-width: 320px) and (max-width: 767px){ 
  .primary-header {
    font-weight: 600;
    font-size: 25px;
    color: #101820;
  }
}

.service {
  margin-bottom: 100px;
}

.service .item-service .icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
}

.service .item-service .title {
  font-size: 20px;
  color: #101820;
  font-weight: 500;
}

.service .item-service .support {
  font-size: 16px;
  font-weight: 400;
  color: #101820;
  line-height: 30px;
}

.pb-70 {
  padding-bottom: 70px;
}

.header-wrap .primary-header {
  margin-top: 8px;
}

.header-wrap .story {
  margin-top: 0;
  margin-bottom: 0;
}

.text-purple {
  color: #2398f2;
}

.text-white {
  color: #fff !important;
}

.btn-secondary {
  background: #f5efff;
  color: #2398f2;
}

.banner {
  padding: 80px 0 80px 0;
}

.banner .copywriting {
  padding-top: 80px;
}

.banner .header {
  margin: 20px 0 20px 0;
  font-size: 42px;
  color: #101820;
  font-weight: 600;
}

.banner .support {
  font-size: 16px;
  font-weight: 400;
  color: #101820;
  line-height: 30px;
}

.banner .cta {
  margin-top: 30px;
}

.banner .brands {
  margin-top: 60px;
}

.banner .brands img {
  height: 40px;
}

.dashboard .table tr {
  border: 1px solid #fff;
}

.basic-form input {
  border: 1px solid #e7e5f4;
  border-radius: 50px;
  padding: 12px 20px 12px 20px;
}

.checkout {
  padding-top: 80px;
  padding-bottom: 80px;
}

.checkout .item-bootcamp .cover {
  height: 255px;
  margin-bottom: 30px;
}

.checkout .item-bootcamp .package {
  font-size: 22px;
  color: #31b380;
  font-weight: 600;
}

.checkout .item-bootcamp .description {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 30px;
}

.text-green {
  color: #31b380 !important;
}

.text-red {
  color: #f73353 !important;
}

.navbar {
  box-shadow: 1px 8px 61px 0px rgba(22, 28, 51, 0.08);
  -webkit-box-shadow: 1px 8px 61px 0px rgba(22, 28, 51, 0.08);
  -moz-box-shadow: 1px 8px 61px 0px rgba(22, 28, 51, 0.08);
  padding: 20px 0 20px 0;
  font-family: 'MaisonNeue-Demi',sans-serif;
    font-size: 1.125rem;
  
}

.navbar .user-logged a {
  color: #101820;
  text-decoration: none;
}

.navbar .user-logged .user-photo {
  width: 56px;
  height: var(--nav-height);
  /* height: 60px; */
  margin-left: 10px;
}

.nav {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform .3s;
}

.border-none {
  border-color: rgba(255, 255, 255, 0) !important;
}

.dropdown-menu {
  border-radius: .5rem! important;
}

.text-underline-hover {
  text-decoration: none;
}

.text-underline-hover:hover {
  text-decoration: underline;
}

.nav--hidden {
  transform: translateY(calc(-1 * var(--nav-height)));
  box-shadow: none;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  line-height: 24px;
    color: #2398f2 !important;
}

/* to make the navbar open full screen on mobile */
@media (max-width: 768px) {
  .navbar-content {
    /* background-color: white; */
    /* height: 100vh; */
 }
}

.navbar .navbar-nav .nav-link {
  /* color: #fff; */
  font-weight: 500;
  padding-left: 30px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #2398f2;
  font-weight: 500;
}

.navbar .navbar-brand img {
  height: 42px;
}

.navbar {
  /* background-color: #fff */
}

/* mobile full screen */

/* mobile full screen */



/*# sourceMappingURL=main.css.map */

.team-img {
  width: 200px;
  border-radius: 50%;
}
.thumbnail {
  margin-left: 40px;
  text-align: center;
  width: 230px;
  background: transparent;
  border: 0;
  margin-right: em;
  color: #101820;
  transform: translateX(-10%);
}
.thumbnail .caption h4 p {
  margin-top: 1em;
}

/* Footer Area */
.footer {
  background: #0079c2
  width: 100%;
  color: #3e454f;
  text-align: center;
  text-decoration: none;
}

.footer a {
  margin-left: 20px;
  margin-right: 20px;
}

/* Contact Section */
#contact {
  /* width: 1269px; */
  /* margin-left: -80px; */
	padding: 100px 0 70px 0;
  background: #f7f7fb;
  background: linear-gradient(to right, #0079c2 0%, #5ca9fb 100%);
  color: #101820;
  position: absolute;
  /* bottom: 0; */
  width: 100%;
  /* height: 2.5rem;    */
}

#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
  font-weight: 400;
  color: #101820;
  line-height: 30px;
  /* margin-top: 30px; */
  font-size: 16px;
}
#contact h2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;

  font-weight: 700;
  font-size: 36px;
  /* color: #101820;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px; */
}


#contact p {
    color: rgba(255,255,255,.75);;
    font-weight: 400;
    

  /* color: #101820;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px; */
}


#contact .section-title h2::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,.3);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;


	
}
#contact h3 {
	color: #fff;
	margin-top: 80px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}

#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #101820;
}
#contact .btn-custom:hover {
  color: #2398f2;
}

#contact .contact-item span {
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  /* margin: 0 20px; */
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #2398f2;
  background: #fff;
}

/* start blog */

.form-control {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;

  border-radius: 50px;
}

.title-blog-page h1 {
  font-weight: 700;
  font-size: 40px;
}

@media (min-width: 320px) and (max-width: 767px){ 
  .title-blog-page h1 {
  font-weight: 700;
  font-size: 35px;
}

}



@media (min-width: 320px) and (max-width: 767px){ 
  .footer-share img {
    width: 25px;
   }
}


.breadcrumb-item active a {
  color: #101820;
}

.breadcrumb-item a {
  color: #000;
}

.sticky-share {
  top: 90px;
  index
}


.date-new p {
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}

.title-new h3 {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}

.content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  /* color: #101820; */
}

.title-artikel-terbaru h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
}

.content p {
  color: #101820;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}

.blogs-new {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-img-new {
  border-radius: 10px;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: 0.7s;
}

.card-img-top {
  border-radius: 21px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: 0.7s;
}

.container-img {
  overflow: hidden;
  border-radius: 21px;
}


.container-img img:hover {
  border-radius: 21px;
  transform: scale(1.1);
}

.title-blog {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.title-blog:hover {
  color: #333030 !important;
}

.date-blog {
font-size: 16px;
  font-weight: 400;
  color: #101820;
  line-height: 30px;
  margin-top: 30px;
}

.blog h3 {
  margin-top: 10px
}

.blog p {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}



/* end blog */


@media (min-width: 320px) and (max-width: 976px){ 
  #about {
    margin-top: -125px;
   }

  .steps .item-step .cover {
    width: 90%;
    height: 90%;
  }
}

/*untuk layar device berukuran besar*/
@media screen and (min-width: 990px) {
  #about {
   margin-top: 0px;
   }
}
/* end hero */


/* start pagination */
.pagination {
  color: #000 !important;
}
/* end pagination */

/* start login */
.login-dark {
  height: 1000px;
  background-size: cover;
  position: relative;
}

.login-dark form {
  max-width: 320px;
  width: 90%;
  background-color: #1e2833;
  padding: 40px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.login-dark .illustration {
  text-align: center;
  padding: 15px 0 20px;
  font-size: 100px;
  color: #2980ef;
}

.login-dark form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #434a52;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
}

.login-dark form .btn-primary {
  background: #214a80;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

.login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
  background: #214a80;
  outline: none;
}

.login-dark form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-dark form .forgot:hover, .login-dark form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

.login-dark form .btn-primary:active {
  transform: translateY(1px);
}


/* end login */

/* avatar */
.avatar {
    width: 50px;
    height: 50px;
    padding: 4px;
    object-fit: cover;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid #3547ac;
    margin-top: -5px; 
}

@media (min-width: 320px) and (max-width: 976px){ 
  .avatar {
    margin-top: 8px;
   }
}
/* end avatar */

/* icon */

.icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    background-size: cover;
    display: inline-block;
}


.ic-logout {
    background-image: url("/assets/images/dashboard/ic_logout_inact.svg");
    padding-top: 5px; 
}
/* endicon */