.top-header {
  padding: 20px;
  background-color: black;
  color: white;
  position: relative;
}

.layout {
  margin: 0 auto;
  transition: ease-in-out .2s;
  box-sizing: border-box;
}

.layout .body {
  margin-top: 70px;
}

a:hover{
  text-decoration: none;
}

.container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.icon-header {
  margin-left: 24px;
  margin-right: 12px;
}

.social-header {
  position: absolute;
  right: 220px;
}

.social-header a {
  color: #fff;
}

.icon-header-right {
  margin-right: 20px;
}

.call-us a{
  cursor: pointer;
  top: 0;
  padding-top: 20px;
  font-weight: bold;
  right: 0;
  font-size: 14px;
  position: absolute;
  height: 100%;
  background-color: #039be5;
  width: 200px;
  text-align: center;
  color: #fff;
}

.navigation {
  width: 100%;
  position: absolute;
  left: 0;
  top: 64px;
  /*background-color: rgba(20, 21, 45, 0.4);*/
  background-color: rgb(13 26 45);
}

.nav-logo {
  margin-left: 20px;
  width: 100px
}

.nav-link {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 36px;
  color: white;
  transition: ease-in-out .2s;
  height: 100%;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  margin-left: 8px;
  padding-left: 8px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffff9c;
}

.nav-link:hover {
  color: #ffff9c;
}

.nav-link-active {
  color: #ffff9c;
}

.nav-link-bg:hover {
  background-color: #039be5;
}

.nav-link-bg {
  background-color: #094c88;
}

.nav-link-container {
  position: absolute;
  top: 0;
  right: 30%;
  height: 100%;
}

.icon-search {
  position: absolute;
  right: 24px;
  font-size: 28px;
  color: white;
  top: 36px;
  cursor: pointer;
  transition: ease-in-out .2s;
}

.icon-search:hover {
  color: #ffff9c;
}

.nopadding {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

.banner-1-container {
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) -3%, rgb(13 26 45) 54%);
}

.banner-1 {
  height: 800px;
  /*background-image: url('../images/banner-1.png');*/
  background-size: cover;
}

.banner-1-text {
  color: white;
  padding: 240px;
  flex-direction: column;
  display: flex;
}

.fixed {
  top: 0;
  position: fixed;
  background-color: rgb(13 26 45);
  z-index: 10;
}

.text-layanan {
  flex: 1;
  font-size: 64px;
  line-height: 64px;
  font-style: italic;
  letter-spacing: 4px;
  margin-top: 100px;
}

.text-layanan-2 {
  flex: 1;
  font-size: 64px;
  font-weight: bolder;
  font-style: italic;
  line-height: 64px;
  letter-spacing: 1px;
}

.layanan-sni {
  margin-top: 56px;
  flex: 1;
  width: 300px;
}

.banner-2 {
  background-image: url('../images/bg-2.jpg');
  background-size: cover;
}

.banner-2-img {
  /*margin-top: 80px;*/
  width: 100%;
}

.text-medium {
  font-size: 2.2em;
  line-height: 44px;
}

.text-big {
  font-size: 2.8em;
  letter-spacing: 1px;
  line-height: 52px;
}

.text-bold {
  font-weight: bold;
}

.text-semi-bold {
  font-weight: 600;
}


.text-semi-light {
  font-weight: 100;
}

.text-small {
  font-size: 1.3em;
}

.button {
  margin: 10px;
  margin-top: 24px;
  padding: 8px 20px 8px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  box-shadow: 0 0 20px #eee;
  border-radius: 4px;
}

.button:hover {
  background-position: right center;
  /* change the direction of the change here */
}

.button-primary {
  background-image: linear-gradient(to right, #a1c4fd 0%, #039be5 51%, #a1c4fd 100%);
}

.button-secondary {
  background-image: linear-gradient(to right, #ffe03f 0%, #ffaa05 51%, #ffe314 100%);
}

button {
  border: none;
}

.banner-3 {
  color: white;
  background-size: cover;
  background-image: url('../images/banner-3.jpg');
}

.banner-4 {
  color: black;
  background-color: white;
}

.banner-5 {
  color: black;
  background-image: url('https://tazkiyahtour.co.id/wp-content/uploads/2020/05/bg-1.jpg');
}

.ol-keunggulan li {
  color: #9e9e63;
  margin-bottom: 6px;
}

.president-photo {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.president-quote {
  font-style: italic;
  line-height: 28px;
}

.footer {
  padding: 28px;
  color: white;
  background-color: rgb(13 26 45);
}

.footer-detail-title {
  font-weight: 650;
  margin-top: 24px;
}

.footer-detail-container {
  margin-left: 44px;
  position: relative;
}

.footer-detail-icon {
  position: absolute;
  left: -34px;
  font-size: 24px;
  color: #039be5;
  top: 0;
}

.footer-detail-title {
  font-size: 14px;
}

.card-button {
  color: #039be5;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  bottom: 16px;
}

.card-body {
  padding-bottom: 36px;
  position: relative;
}

.main-card-breadcrumb {
  position: absolute;
  top: -48px;
  left: 0px;
}

.breadcrumb {
  background-color: white;
  border-radius: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "- ";
}

.wa-badge {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: white;
  padding: 8px;
  margin-left: 32px;
  margin-bottom: 32px;
  border-radius: 36px;
  width: 360px;
  background-color: #039be5;
  position: relative;
  height: 72px;
  cursor: pointer;
  transition: ease-in-out .2s;
}

.wa-badge .customer-service {
  font-size: 13px;
  top: 4px;
  right: 148px;
  position: absolute;
}

.wa-badge .online-badge {
  font-size: 8px;
  border-radius: 12px;
  padding: 0px 8px 0px 8px;
  top: 8px;
  background-color: #53a8f3;
  right: 100px;
  position: absolute;
}

.wa-badge .wa-badge-content {
  font-size: 14px;
  position: absolute;
  top: 24px;
  right: 32px;
  width: 228px;
  font-weight: bold;
}

.wa-badge-img {
  width: 88px;
  top: -6px;
  left: -16px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid white;
}

.wa-badge .wa-icon {
  width: 40px;
  background-color: white;
  top: -6px;
  left: -16px;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  border: 2px solid white;
}

.wa-badge:hover {
  background-color: #1971be;
  margin-left: 40px;
}

.socmed-button {
  border: 1px rgb(109, 109, 109) solid;
  padding: 12px 12px 12px 20px;
  width: 52px;
  margin-right: 8px;
  border-radius: 8px;
  transition: ease-in-out .2s;
  cursor: pointer;
}

.socmed-button:hover {
  background-color: #039be5;
  border: 1px #039be5 solid;
  color: white;
}

.tooltip-inner {
  background: #FFFFFF;
  color: rgb(0, 0, 0, .7);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.banner-4-img {
  width: 100%;
  border-radius: 20px;
}

.detail-semi-footer {}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid black
}

iframe {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.layanan-berkualitas {
  margin-left: 20px;
}

.card-right {
  flex: 30%;
}

.card-left {
  flex: 70%;
  margin-right: 24px;
}

.card-right-container {
  display: flex;
  flex-direction: column;
}

.card-container {
  display: flex;
}

.president-container {
  display: flex;
  margin-top: 44px;
}


.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  transition: ease-in-out .3s;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 50%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
  transition: ease-in-out .3s;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  transition: ease-in-out .3s;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  transition: ease-in-out .3s;
  float: left;
  width: 20%;
  padding: 15px;
  color: white;
  background: #039be5;
  font-size: 17px;
  cursor: pointer;
}

.search-nav {
  display: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #0180c0;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}

.dropdownhover {
  transition: ease-in-out .1s;
}

.dropdownhover:hover {
  background-image: none;
  color: white;
  background-color: #039be5;
}

@media (max-width: 576px) {
  .president-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {}

@media (max-width: 992px) {
  .navigation .form-inline {
    display: none;
  }

  .search-nav {
    display: block;
  }

  .top-header {
    display: none;
  }

  .nav-link-bg {
    margin-top: 12px;
  }

  .navigation {
    padding: 0 12px 0 12px;
    top: 0;
    background-color: rgb(13 26 45);
    z-index: 10;
  }

  .card-right {
    flex: 50%;
  }

  .card-left {
    flex: 50%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .card-container {
    display: flex;
    flex-direction: column;
  }

  .main-card-breadcrumb {
    font-size: 10px;
    width: 100%;
    top: -20px;
  }

  .nav-link-container {
    position: unset;
  }
}

@media (max-width: 1300px) {
  .nav-logo {
    width: 68px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .overlay-content {
    width: 80%;
  }

  .banner-2-img {
    width: 80%;
  }

  .card-right {
    flex: 40%;
  }

  .card-left {
    flex: 60%;
    margin-bottom: 20px;
  }

  .president-photo {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
  }

  .wa-badge {
    width: 300px;
    margin-left: 10px;
  }

  .wa-icon {
    display: none;
  }

  .wa-badge-img {
    width: 50px;
  }

  .text-layanan {
    flex: 1;
    font-size: 32px;
    line-height: 32px;
    font-style: italic;
    letter-spacing: 4px;
  }

  .banner-1-text {
    color: white;
    padding: 120px 0px 0px 40px;
  }

  .banner-1 {
    height: 400px;
  }

  .text-layanan-2 {
    flex: 1;
    font-size: 32px;
    font-weight: bolder;
    font-style: italic;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .layanan-sni {
    margin-top: 24px;
    flex: 1;
    width: 280px;
  }

  .layanan-berkualitas {
    width: 200px;
  }

  .navigation {
    font-size: 12px;
  }
}

@media (min-width: 1280px) {
  .navigation {
    padding: 0px;
  }
}

@media (min-width: 992) {
  .navbar-collapse {
    display: none !important;
  }
}