/********** Template CSS **********/
:root {
    --primary: #1E60AA;
    --secondary: #FF4917;
    --light: #e1efeb;
    --dark: #17224D;
}

.btn-disabled {
    background-color: #c1bfbf;
}

body {
    zoom: .8;
}


.bg-light-service {
    background-color: #f3f6f0;
}

.bg-light-accordion {
    background-color: #f1fae7;
}



.bg-green-base {
    background-color: rgb(231, 242, 230)
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** LOADING ***/
#loadnya {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: .4;
}
.ajax-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
}


#loader {
    display: none;
}

.notif_top {
    position: fixed;
    z-index: 6001;
    top: 0;
    left: 0;
    right: 0;
}

.message-alert {
    position: fixed;
    width: 30%;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    text-align: center;
    z-index: 9999;
    /* opacity: .8; */
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
    
}

.nav-bar.sticky-top {
    position: sticky;
    /* padding: 0 4.75rem; */
    /* padding: 0; */
    z-index: 9999;
}

.dropdown-item {
    color: var(--dark);
}

.navbar-light .navbar-nav .nav-link,
.dropdown-item {
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    /* text-transform: uppercase; */
    outline: none;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu, 
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: .1em;
    margin-left: .1em;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item .dropdown-item:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

  @media screen and (min-width:769px) {
    .dropend:hover>.dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: .5em;
    }
  }
  



/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #ffffff;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    /* background: linear-gradient(rgba(1, 45, 32, 0.4), rgba(0, 49, 35, 0.4)), url(../img/bg.jpg) center center no-repeat; */
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/asset/img/background-mahasiswa.webp) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(23, 22, 22, 0.8), rgba(28, 28, 28, 0.8)), url(/storage/img-web/background-mahasiswa.webp) center center no-repeat;
    background-size: cover;

}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
#page-sambutan .team-item img {
    transition: .5s;
}

#page-sambutan .team-item:hover img {
    transform: scale(1.1);
}

#page-sambutan .team-item .team-text {
    height: 90px;
    overflow: hidden;
}

#page-sambutan .team-item .team-text .bg-green-sambutan,
#page-sambutan .team-item .team-text .bg-green-sambutan-back {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}


#page-sambutan .team-item .team-text .bg-green-sambutan-back {
    flex-direction: row;
}

#page-sambutan .team-item:hover .team-text .bg-green-sambutan {
    margin-top: -90px;
    /* background: #0D7C66; */
}

#page-sambutan .team-item .team-text .bg-green-sambutan-back .btn {
    color: var(--primary);
    background: #FFFFFF;
}

#page-sambutan .team-item .team-text .bg-green-sambutan-back .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}

.bg-green-sambutan {
    background: #31511E;
}

.bg-green-sambutan-back {
    background: #859F3D;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
    height: 200px;

}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}


/*** post ***/

.post-information h2 {
    color: #363636;
    font-size: 22px;
    text-transform: uppercase;
  }
  
  .post-information {
    padding: 20px 0;
  }
  
  .post-information .entry-meta span a {
    color: #444;
    display: inline-block;
    padding: 10px 0;
  }
  
  .entry-meta span a:hover {
    color: #3EC1D5;
  }
  
  .post-information .entry-meta {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
  }
  
  .post-information .entry-meta span i {
    padding: 0 10px;
  }
  
  .entry-content p {
    text-align: justify;
  }

  .entry-content blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #3EC1D5;
    font-size: 17.5px;
    font-style: italic;
    margin: 0 0 20px 40px;
    padding: 22px 20px;
  }

  
  .search-option input {
    border: medium none;
    padding: 6px 15px;
    width: 80%;
  }
  
  .search-option {
    border: 1px solid #ccc;
    height: 50px;
    margin-bottom: 30px;
  }
  
  .search-option button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 20px;
    padding: 8px 23px;
  }
  
  .search-option button:hover {
    color: #3ec1d5;
  }

  .left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
  }
  
  .left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  
  .left-blog li {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  
  .left-blog ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-transform: capitalize;
  }

  .recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
  }

  .post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
  }

  .post-img-search {
    display: inline-block;
    float: left;
    padding: 0 5px;
    /* width: 35%; */
  }

  
  .pst-content {
    display: inline-block;
    float: left;
    width: 65%;
  }
  
  .pst-content p a:hover,
  .left-blog ul li a:hover {
    color: #3EC1D5;
  }
  
  #post .list-searching {
    padding: 10px;

  }

  #post .list-searching .title-searching {
    font-size: 18px;
    color: #199bec;
  }


/*** Profil Prodi ***/

#profil-prodi {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), 
    url(/asset/img/background/back37.png);
}

#profil-prodi table tr {
    color: var(--dark);
}

#profil-prodi .prolog {
    font-size: 1.1em;
    text-align: justify;
}
        
ul.ul-number {
    counter-reset: item;
    margin-left: 1em;
}

ul.ul-number li {
    display: block;
    margin-bottom: .5em;
    margin-left: 1.5em;
    font-size: 1.2em;
    color:rgb(32, 33, 34);
}
            
ul.ul-number li::before {
    display: inline-block;
    content: counter(item) ") ";
    counter-increment: item;
    width: 1.5em;
    margin-left: -1.5em;
}

.accordion {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.accordion-button {
    background-color: rgb(254, 254, 254);
    font-size: 0.5em;
    font-weight: 400;
    color: rgb(3, 7, 50);
    text-transform: uppercase;
}


.accordion-button:not(.collapsed) {
    color: #FFF  !important;
    /* background-color: #edb406 !important; */
    background-color: #099393 !important;
}


.text-accordian {
    font-size: 1.2em;
    text-align: justify;

}

.accordion-button:focus {
    z-index: 3;
    outline: 0!important;
    /* box-shadow: 0 0 0 0.25rem rgba(39, 156, 136, 0.25); */
    /* background: #e1f8b1; */
    background: #f3b005;
}


/*** Profil Prodi ***/
:root {
    --s: 105px; /* control the size*/
    --c1: #f6f9f6;
    --c2: #f2f7f1;
    --c3: #fafafa;
}
.sambutan {
    background:
          conic-gradient(from 75deg,var(--c1)   15deg ,var(--c2) 0 30deg ,#0000 0 180deg,
                                    var(--c2) 0 195deg,var(--c1) 0 210deg,#0000 0) 
             calc(var(--s)/2) calc(.5*var(--s)/tan(30deg)),
          conic-gradient(var(--c1)   30deg ,var(--c3) 0 75deg ,var(--c1) 0 90deg, var(--c2) 0 105deg,
                         var(--c3) 0 150deg,var(--c2) 0 180deg,var(--c3) 0 210deg,var(--c1) 0 256deg,
                         var(--c2) 0 270deg,var(--c1) 0 286deg,var(--c2) 0 331deg,var(--c3) 0);
    background-size: var(--s) calc(var(--s)/tan(30deg));
}

#page-sambutan {
    background: #dfe1e13c;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

#page-sambutan .team-item {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

#page-sambutan p.card-text {
    color: var(--dark);
    font-size: 1.2em;
    text-align: justify;
}


/*** DOSEN ***/

.dosen {
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


.bg-primary-1 {
    background-color: #1A5319;
}

.dosen .position-relative {
    height: 350px;
}

.dosen img {
    transition: .5s;
    max-height: 350px;
    width: 100%;
    object-fit:cover;
}

.dosen:hover img {
    transform: scale(1.1);
}


.dosen .expert {
    background-color: #f9faf7;
}


.dosen .publikasi {
    background: var(--light);
    /* background: #16423C; */
}
.dosen .team-text .bg-light-1 {
   background: #508D4E;
   /* background: #1A4D2E; */
}

.dosen .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: #90e0f6;
    transition: 0.5s;
    z-index: 4;
}

.dosen:hover .team-icon { 
    /* left: -15px;  */
    left: 0;
    margin-bottom: 10px;
}


.dosen .team-text {
    height: 60px;
    overflow: hidden;
}
.dosen .team-text .bg-light-1,
.dosen .team-text .bg-primary-1 {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.dosen .team-text .bg-primary-1 {
    flex-direction: row;
    /* background: #16423C; */
}

.dosen:hover .team-text .bg-light-1 {
    margin-top: -60px;
}



.sarana .sarana-item {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-top-left-radius: 3em;
}

.sarana .sarana-item .sarana-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 3em;
    border-bottom-right-radius: 3em;
}

.sarana .sarana-item .sarana-img img {
    transition: 0.5s;
}

.sarana .sarana-item:hover .sarana-img img {
    transform: scale(1.2);
}

.sarana .sarana-item .sarana-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.sarana .sarana-item:hover .sarana-img::after {
    width: 100% !important;
    height: 100% !important;
}

.sarana .sarana-item .sarana-content{
    position: relative;
}

.sarana .sarana-item .sarana-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #aed0fd;
    /* background: #f8f9ef; */
    transition: 0.5s;
    z-index: 1;
}


.sarana .sarana-item:hover .sarana-content::after {
    width: 100% !important;
    height: 100% !important;
}

.sarana .sarana-item .sarana-content .sarana-content-inner {
    transition: 0.5s;
}

.sarana .sarana-item:hover .sarana-content .sarana-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;
}

.sarana .sarana-item:hover .sarana-content .sarana-content-inner a.h4 {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.sarana .sarana-item:hover .sarana-content .sarana-content-inner a.h4:hover {
    /* color: var(--bs-primary) !important; */
    color: var(--bs-white) !important;
}

.sarana .sarana-item:hover .sarana-content h6 {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

/*** sarana ***/


/*** kegiatan mahasiswa ***/

.kegiatan-mhs .card {
    border-bottom-right-radius: 4em;
    border-top-left-radius: 4em;
    box-shadow: 5px 5px 10px #e1e1e1;
}

.kegiatan-mhs .card .card-body p{
    color: var(--bs-dark);
}

/* .kegiatan-mhs .card {
    background: linear-gradient(to left, rgb(204, 241, 230) 50%, #01625b 50%);
    background-size: 200%;
    background-position: right;
    transition: background-position 0.5s ease-out;
} */

.kegiatan-mhs .card img {
    /* border-bottom-right-radius: 4em; */
    border-top-left-radius: 3em;
    -webkit-filter: brightness(60%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
/* 
.kegiatan-mhs .card:hover {
    background-position: left;
} */

.kegiatan-mhs .card:hover img {
    -webkit-filter: brightness(90%);
}
/* 
.kegiatan-mhs .card:hover .card-body p {
    color: var(--bs-white);
} */


/*** Kegiatan mahasiswa ***/

/*** OTHER ***/

.img-hover {
    transition: 0.8s;
}

.img-hover:hover {
    transition: 0.8s;
    transform: scale(1.1);
}





/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 1.8s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
    height: 300px;
  }
  
  .packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, .5);
  }
  
  .packages .packages-item .packages-img .packages-info small,
  .packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
  }
  
  .packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 1.3s;
    z-index: 3;
  }
  
  .packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
  }
  
  .packages .packages-item .packages-img small,
  .packages .packages-item .packages-img small i {
    transition: 0.5s;
  }
  
  .packages .packages-item .packages-img:hover small,
  .packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;
  }
  
  .packages .packages-item .packages-img img {
    transition: 0.5s;
  }
  
  .packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
  }
  
  .packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px; 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%);
    display: inline-block;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    z-index: 5;
  }
  
  .packages .packages-carousel {
    position: relative;
  }
  
  .packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
  }
  
  .packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
  }
  
  .packages .packages-carousel .owl-nav .owl-prev i,
  .packages .packages-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
  }
  
  .packages .packages-carousel .owl-nav .owl-prev:hover,
  .packages .packages-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
  }
  
  .packages .packages-carousel .owl-nav .owl-prev:hover i,
  .packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
  }
  /*** Packages End ***/


  .alumni-sukses .alumni-item {
    transition: 0.8s;
    box-shadow: 0px 5px 5px 0px rgba(114, 113, 113, 0.3);
    /* box-shadow: 0px 5px 5px 0px rgba(3, 96, 153, 0.922); */
    /* background: #fdfdf5; */
    /* background: #e1f0f7; */
  }

  .alumni-sukses .alumni-item:hover {
    transition: 0.8s;
    transform: scale(1.05);
  } 

  .card-zoom {
    transition: 0.8s;
  }

  .card-zoom:hover {
    transition: 0.8s;
    transform: scale(1.1);
  }


/*** Sistem Informasi ***/

.custom-btn a{
  position: relative;
  width: 160px;
  height: 60px;
  display: inline-block;
  background: #fff;
  margin: 10px;
}

.custom-btn a:before,
.custom-btn a:after
{
content:'';
  position: absolute;
  inset: 0;
  transition: 0.5s;
  background: #f00
}
.custom-btn a:nth-child(1):before,
.custom-btn a:nth-child(1):after
{
 background: linear-gradient(45deg, #00ccff, #0e1538, #d400d4)
}
.custom-btn a:nth-child(2):before,
.custom-btn a:nth-child(2):after
{
  background: linear-gradient(45deg, #f0075b, #0e1538, #1aff22);
}
.custom-btn a:hover:before
{
  inset: -3px;  
}
.custom-btn a:hover:after
{
  inset: -3px;  
  filter: blur(10px);
}
.custom-btn a span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #0466ab;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid #040a29;
  overflow: hidden;
}

.custom-btn a span::before{
  content:'';
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.075);
  background: rgba(255, 255, 255, 0.217);
  transform: skew(25deg)
}





/*** pedoman akademik ***/

/* .pedoman-akademik .card-pedoman .card-title {
    background-color: #6A9C89;
} */


.pedoman-akademik .link-file a {
    color: var(--bs-dark);
}

.pedoman-akademik .link-file a:hover {
    background-color: #7e8d88;
    color: var(--bs-white);
}

/*** END pedoman akademik ***/

.img-scroll {
    height: 600px;
}

/*** Lokasi Kampus ***/
.lokasi-kampus {
    color: var(--bs-dark);
    font-size: 1.1em;
}


.lokasi-kampus p,
.lokasi-kampus ul li,
.lokasi-kampus ol li {
    text-align: justify;
    font-size: 1.1em;
}

.lokasi-kampus h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: underline;
}


.map-unida {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    height: 410px;
}
/*** END Lokasi Kampus ***/

.card-login {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.30) 0px 6px 6px;
}

/*** =========***/

.dosen-fakultas .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--light); */
    color: var(--primary);
    /* border: 1px solid #FFFFFF; */
    border: 1px solid #0d7ae0;
    border-radius: 35px;
    transition: .3s;
}

.dosen-fakultas .btn.btn-social:hover {
    /* color: var(--primary); */
    color: var(--light);
}

.dosen-fakultas .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.dosen-fakultas .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.dosen-fakultas .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

/* CUSTOM */

.wrap-image {
    overflow: hidden; /* hides extra parts of image */
    position: relative;
    max-height: 260px; /* max height */
    width: 100%;
    height: 100%; /* sets height = 100% of the container */
    object-fit: cover; 
    object-position: 25% 25%;
}
.card-title .nama-dosen {
    color:rgb(7, 70, 180);
}
.card-title .nama-dosen:hover {
    color:rgb(212, 181, 3);
}
.card-prodi {
    background-color: #f6f8f8;
}

.card-prodi .btn-more {
    color: var(--primary);    
}

.card-prodi  .btn-more:hover {
    color: var(--secondary);    
}

.text-hover {
    color: var(--primary);
}

.text-hover:hover {
    color:rgb(212, 181, 3);
}

.text-justify {
    text-align: justify;
}

.tabs-profile .myProfile {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
    url('/asset//img/background/back4.png');
    background-size: cover;
    background-repeat: no-repeat;
}
