/*
Theme Name: ITAF Template made by Fajri
Text Domain: ITAF
Version: 1.0
Description: Made for ITAF.AC.ID
Tags: resposive, professional
Author: Muhamad Fajri (Fajrix)
Author URI: https://www.fajrix.com/
*/
html {
  font-size: 100%;
  /* This means 16px by default but also not violating user's browser settings */
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #444;
  font-family: "Roboto", sans-serif;
  padding: 7rem 0 0 0;
}

a {
  color: #397adc;
}

a:hover {
  text-decoration: none;
}

main {
  min-height: calc(100vh - 139px);
  /* 139px from footer height*/
}

.bg-white {
  background: #FFF;
}

.bg-dark-blue {
  background: #294A70;
}

.bg-black-50 {
  background: rgba(0, 0, 0, 0.5);
}

.bg-light-grey {
  background: #F7F9FA;
}

.h-75vh {
  height: 75vh;
}

.p-4rem {
  padding: 4rem;
}

.text--color-white {
  color: #FFF;
}

.text--color-black:hover {
  color: #000;
}

.text--color-black {
  color: #000;
}

.text--color-dark-blue-font {
  color: #4B5C6B;
}

.text--color-light-grey:hover {
  color: #ebebeb;
}

.text--color-light-grey {
  color: #ebebeb;
}

.text--color-light-grey2 {
  color: #aaaaaa;
}

.text--color-dark-grey {
  color: #4B5C6B;
}

.font--size-12px {
  font-size: 0.75em;
}

.font--size-14px {
  font-size: 0.8em;
}

.line-through {
  text-decoration: line-through;
}

.font--weight-light {
  font-weight: 300;
}

.font--weight-medium {
  font-weight: 500;
}

.font--weight-semibold {
  font-weight: 600;
}

.hr-white {
  border: 1px solid #fff;
}

.border-bottom-underlines {
  display: inline-block;
  padding: 0.5rem 0;
  border-bottom: 3px solid transparent;
}

.border-bottom-underlines:hover {
  border-bottom: 3px solid #F4A024;
}

.negative-spacing-bg {
  margin-top: -3rem;
  padding-top: 3rem;
  background: #F6F6F6;
  border-bottom: 4px solid #F4A024;
}
.negative-spacing-bg p {
  color: #CBCBCB;
}

.box-shadovv {
  box-shadow: 20px 15px 45px 0px #1a2c40;
}

.box-shadovv2 {
  box-shadow: 0px 12px 0px 0px #1f3c5f;
}

.cursor-default {
  cursor: default;
}

.swiper-container, .swiper-container2 {
  width: 100%;
  height: 100%;
}

.swiper-slide, .swiper-slide2 {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.map {
  max-width: 100%;
}

.navbar {
  box-shadow: 1px 1px 7px #000000b0;
  padding: 0;
}
.navbar li {
  margin: 0 1rem 0 0;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#navbar-top.shrink {
  font-size: 0.9rem;
}

#navbar-bottom.shrink {
  font-size: 0.9rem;
}

#logo.shrink {
  width: 75% !important;
}

#logo, #navbar-top, #navbar-bottom {
  transition: all 0.4s ease;
}

.hero {
  background-image: url("../itaf/assets/images/Dari Figma/Hero Image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.izin {
  background-image: url("../itaf/assets/images/Dari Pak Darius/Surat Izin Kemedikbud.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .negative-spacing-bg {
    margin-top: 0;
  }
}
.menu li:last-child a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.menu li:last-child a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #F4A024;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.menu li:last-child a:hover {
  color: #4B5C6B;
}
.menu li:last-child a {
  position: relative;
  text-decoration: none;
}

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