/* General */
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

section {
  padding: 100px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

.nav-list {
  flex-direction: row;
}

.desktop-nav {
  display: block;
}

.mobile-nav {
  display: none;
}

.navbar-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    background-color: #ffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;

  /* background-image: url('../video/unindra-oke 1.mp4');
  background-size: cover; */
  background-repeat: no-repeat;
}

.hero h1 {
  margin: 0;
  font-size: 26px;
  color: rgba(13, 202, 70, 0.5) !important;
}

.hero h2 {
  color: rgba(62, 171, 7, 0.693) !important;
  margin: 15px 0 0 0;
  text-align: justify;
  font-size: 48px;
  font-weight: 700;
}

.hero h3 {
  margin: 0;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.5) !important;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #00ba94;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .hero-img {
  text-align: right;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.svg-border-rounded svg {
  position: absolute;
  left: 0;
  height: 1rem;
  width: 100%;
}

@media (min-width: 576px) {
  .svg-border-rounded svg {
    height: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }

  .svg-border-rounded svg {
    height: 8rem;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }

  .svg-border-rounded svg {
    height: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }

  .svg-border-rounded svg {
    height: 3.75rem;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# event class
--------------------------------------------------------------*/

.card-event {
  border-radius: 15px;
}

.card-event .card-header {
  border-radius: 15px;
}

.poster-event {
  position: relative;
  width: 100%;
  border-radius: 15px;
  height: 22rem;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 10px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h5 {
  font-size: 16px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 12px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

.program .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.program h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.program h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.program p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.program .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.program .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.program .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.program .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.fakultas .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.fakultas .box:hover {
  transform: scale(1.3);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.prodi .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.prodi .box:hover {
  transform: scale(1.5);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 29px 9px;
  margin-right: 8px;
  box-shadow: 0px 0 30px rgba(23, 103, 243, 0.08);
  transition: 0.1s;
  height: 100%;
  background-color: #f2f4f7;
  width: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}
.features .feature-box h2 {
  padding-right: 20px;
  font-weight: 780;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .read-more {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #00ba94;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.services .service-box .read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.services .service-box .read-more:hover i {
  transform: translateX(5px);
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue img {
  margin-bottom: 24px;
}

.services .service-box.blue .read-more {
  color: #212529;
  font-weight: bold;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

/*===========================
    FOOTER css 
===========================*/
.footer-area {
  overflow: hidden;
}
.footer-area .footer-overlay {
  background-color: rgba(0, 34, 73, 0.9);
  padding-top: 88px;
}
.footer-area .widget-item-1 p {
  padding-top: 30px;
  color: #c2d1e2;
  border: 3px solid rgb(230, 154, 14) (115, 255, 0) (255, 196, 0);
}
.footer-area .widget-item-2 .title {
  font-weight: 700;
  font-size: 30px;
  margin-top: -8px;
  padding-bottom: 17px;
  color: #fff;
}
.footer-area .widget-item-2 ul {
  display: inline-block;
}
.footer-area .widget-item-2 ul li {
  line-height: 50px;
  color: #c2d1e2;
}
.footer-area .widget-item-2 ul li i {
  padding-right: 6px;
}
.footer-area .widget-item-2 ul li a {
  color: #c2d1e2;
  transition: all 0.3s ease-out 0s;
}
.footer-area .widget-item-2 ul li a:hover {
  color: #0c59db;
}
.footer-area .widget-item-3 .title {
  font-weight: 700;
  font-size: 30px;
  margin-top: -8px;
  padding-bottom: 17px;
  color: #fff;
}
.footer-area .widget-item-3 .features-sub {
  background: none;
  padding: 0px;
}
.footer-area .widget-item-3 .features-sub p {
  color: #c2d1e2;
  padding-bottom: 25px;
}
.footer-area .widget-item-3 .features-sub .input-box input {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  line-height: 60px;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
}
.footer-area .widget-item-3 .features-sub .input-box input::-moz-placeholder {
  font-size: 14px;
  opacity: 1;
  color: #c2d1e2;
}
.footer-area
  .widget-item-3
  .features-sub
  .input-box
  input:-ms-input-placeholder {
  font-size: 14px;
  opacity: 1;
  color: #c2d1e2;
}
.footer-area .widget-item-3 .features-sub .input-box input::placeholder {
  font-size: 14px;
  opacity: 1;
  color: #c2d1e2;
}
.footer-area .widget-item-3 .features-sub .input-box button {
  border-radius: 5;
  margin-top: 10px;
  width: 100%;
  height: 58px;
  padding: 0;
  font-weight: 600;
  background-color: #0061f2;
}
.footer-area .widget-item-3 ul {
  display: inline-block;
}
.footer-area .widget-item-3 ul li {
  line-height: 50px;
  color: #c2d1e2;
}
.footer-area .widget-item-3 ul li i {
  padding-right: 6px;
}
.footer-area .widget-item-3 ul li a {
  color: #c2d1e2;
  transition: all 0.3s ease-out 0s;
}
.footer-area .widget-item-3 ul li a:hover {
  color: #0c59db;
}
.footer-area .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 100px;
  text-align: center;
}
.footer-area .footer-copyright p {
  color: #c2d1e2;
}
.footer-area .footer-copyright p span {
  font-weight: 700;
  color: #002249;
  line-height: 55px;
}
