
.navbar {
    background-color: #c1d4f6;
    height: 100px;
}
.navbar-toggler {
    border: none;
    margin: 0%;
   
}

@media (min-width:480px){ 
    .navbar {
        height: 125px;
    }
}

@media (max-width:600px) {
    .navbar {
        height: 125px;
    }
}

.offcanvas {
    padding: 20px;
    box-sizing: border-box;
    
}

.offcanvas-title {
    font-size: 22px;
    letter-spacing: 2px;
    color: #2b627f;
}

.navbar-toggler-icon {
    width: 40px;
    color: #162339;
    margin-right: 30px;
}

.navbar-brand, img {
    width: 100px; 
    height: 100px; 
    object-fit: contain;
    object-position: 25% 25%; 
    margin-left: 25px;
}

.navbar-toggler:focus, .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: black;
    margin-top: 3px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif
}

.nav-link :hover {
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.offcanvas :hover {
    color: rgb(26, 68, 146);
    transition: all 0.3s ease-in-out 0s;

}

h5 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}

.dropdown-menu {
  padding: 15px 10px;
  max-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  letter-spacing: 1px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  box-sizing: border-box;
  font-size: 14px;
}

.dropdown-menu :hover {
    background-color: #225671;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

/* end navbar */

/* halaman beranda */

/*.container-beranda {
    max-width: 1600px;
    height: 400px;
    margin-top: 140px;
    background-image: url(image/header.svg);  
    box-shadow: 0px 6px 10px 6px rgba(0,0,0,0.2);
    
 
}
*/

.beranda {
    margin-top: 12px;
}

.beranda img {
    margin-top: 125px;
    width: 53%;
    height: auto;
}


@media (max-width:600px) {
    .beranda {
        margin: 150px auto; 
        height: auto;  
        display: inline; 
    }

    .beranda img {
        width: 150%;
        height: auto;
        margin-top: 150px;
    }
}


.container-utama {
    
    background-color: #ffffff;
    
}

.container-utama img {
    display: block;
    height: auto;
    line-height: 1;
    margin: auto;
    width: 70%;

    
}

@media (max-width:600px){
    .container-utama {
        margin-top: unset;
    }
    .container-utama img {
      max-width: 90%;
      margin-top: unset;
    }
   
   }

.container-home {
    max-width: 80%;
    margin: 10px auto;
}
.home {
    width: 100%;
    margin: 80px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.gambar-baru {
    max-width: 800px;
    filter: drop-shadow(black 1rem 1rem 8px);
}

@media (max-width: 800px) {
    .home {
      flex-direction: column;
      width: 100%;
      margin: auto;
      margin-bottom: 70px;
    }
    .tentangkami {
        width: 80%;
        margin: 30px auto;
        margin-left: 43px;
        font-size: 18px;
    }
    .gambar-baru img {
        max-width: 100%;
        margin-top: 15px;
        
    }
  }




.tentangkami {
   margin-top: 40px;
    width: 80%;
   font-size: 12px;
   text-align: justify;
   font-family: 'Poppins', serif, times;
   letter-spacing: 0.5px;  
}

.tentangkami a {
    color: white;
}

.tentangkami .btn {
    box-shadow: 3px 3px 6px 0px  rgba(0,0,0,0.3);

}

.btn {
 max-width: 150px;
 font-size: 12px;
 height: 50px;
 font-family: arial;
 
}

.cards {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */

  gap: 1rem;

  margin: 2rem auto; /* Center the grid */

  max-width: 80%; /* Limit the width of the grid */
  }

  

  
  
.card-satu {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
    border-radius: 3px;
    width: 250px;
    height: 170px;
    background: rgb(0,54,96);
    background: linear-gradient(90deg, rgba(0,54,96,1) 0%, rgba(95,218,229,1) 42%, rgba(255,255,255,1) 81%); 
} 

.card-satu img {
    max-width: max-content;
      
  }

.card-satu h4{
    padding: 20px 20px 20px;
    box-sizing: border-box;
    font-family: 'Poppins', serif, times;
    letter-spacing: 0.5px;
    text-align: center;
   font-size: 17px;
   font-weight: bold;
  }


@media (max-width: 800px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    

    }

    .card-satu {
        max-width: 150px;
        height: 120px;
    
    }

    .card-satu h4 {
        font-size: 14px;
        text-align: center;
    }
  }

  
  .h2-fasilitas {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #235e7e;
    font-size: 26px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 3px #b6c9ed;
  }

  @media (max-width: 800px) {
    .h2-fasilitas {
        margin-top: 20px;
    }

}

.btn {
 max-width: 150px;
 font-size: 12px;
 height: 50px;
 font-family: arial;
 
}

.home-2 {
    width: 80%;
    margin: 50px auto;

}
.container-md-3 {
    width: 800px;
    height: auto;
    margin: 100px auto;
}

.gambar-baru-2 {
    width: 60%;
    margin: 2px auto;
    filter: drop-shadow(rgb(0, 0, 0) 10px 10px 10px);
}

.gambar-baru-2 img {
    max-width: 100%;
}

.dua-button {
    max-width: 400px;
    margin: 30px auto;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.dua-button a {
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.dua-button .btn {
    box-shadow: 3px 3px 6px 0px  rgba(0,0,0,0.3);
}


@media (max-width: 600px) {
    .gambar-baru-2 {
        width: 100%;
        margin-top: 50px;
    }
    
    .gambar-baru-2 img {
        width: 100%;        
    }
    .dua-button {
        margin-bottom: 70px;
    }
  }
/* end halaman beranda */


/* sejarah */
.container {
    max-width: 100% ;
    margin-top: 120px;
    background-color: #103b52;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0px 6px 10px 6px rgba(0,0,0,0.2);
}

.headingprofil {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 5px;
    color: whitesmoke;
    text-align: center;
    text-shadow: 2px 2px 3px #748c8a; 
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .headingprofil {
        font-size: 13px;
    
    }
    .container {
        padding: 30px;
    } 
    }
  

.container-sm {
margin-top: 50px;
width: 1000px;
max-width: 80%;
margin-bottom: 80px;
}

.deskripsi, p {
    text-align: justify;
    font-family: 'Poppins', serif;
    font-size: 16px;
    letter-spacing: 1px;
}

@media (max-width:767px){
    .deskripsi, p {
      font-size: 13px;
    }
   }
/* end sejarah */

/* Visi dan Misi */
.mini-heading {
    margin-top: 100px;
    text-align: center;
    font-family: candara;
    letter-spacing: 2px;
    font-weight: bold; 
    margin-bottom: 20px; 
}

.visi {
    
    text-align: center;
    font-family: Brush Script MT;
    letter-spacing: 1px;
    margin-bottom: 100px;
}

.misi {
    font-family: 'Poppins', Times, serif;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    margin-bottom: 200px;
    letter-spacing: 0.5px;
}

.program {
    text-align: left;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
    .mini-heading {
        margin-top: 30px;
    }
    .visi {
        font-size: 5px;
        margin-bottom: 13px;
    }
    .misi {
        font-size: 13px;
        margin-bottom: 15px;
    }
    }
/* End Visi dan Misi */

/* tenaga pendidik dan kependidikan */
table, th, td {
    max-width: 100%;
    border: 2px solid black;
    text-align: center;
    margin: 20px auto;
    padding: 7px;
    letter-spacing: 1px;
    font-family: 'Poppins', Times, serif;
}

@media only screen and (max-width: 600px) {
    .table, th, td {
        font-size: 10px;
    }
    }
/* end tenaga pendidik*/

.struktur, img {
    max-width: 100%;
    width: 800px;
    display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:767px){
    .struktur, img {
      width: 100%;
    }
   }
    
/* Program Studi */
.container-2 {
    max-width: 100% ;
    margin-top: 120px;
    background-color: #103b52;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0px 8px 10px 6px rgba(0,0,0,0.2);
}

.program, p {
    font-size: 14px;
    font-family: 'poppins', serif, times;
}
.card {
    position: relative;
    padding: 1rem;
    max-width: 320px;
    height: 100px;
    box-shadow: -1px 15px 30px -12px rgb(59, 59, 59);
    border-radius: 0.9rem;
    background-color: rgb(254, 255, 255);
    margin: 2px auto;
    align-items: center;
    justify-content: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 35px;
}

hr {
    border: 0;
    height: 1px;
    width: 10%;
    position: relative;
    margin:30px auto;
  }

  .horizontal-lines {
    size: 20px;
    height: 60px;
    color: rgb(25, 91, 100);
    color: color;
    background-image: linear-gradient(
      currentColor,
      currentColor 40.44%,
      transparent 40.44%,
      transparent 100%);
    background-size: 100% 16px;
    width: 140px;
  }

.heading-profilstudi {
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    margin: 50px auto;
    background-color: hsl(54, 100%, 69%);
    box-shadow: 2.1px 4.2px 4.2px hwb(0 35% 65% / 0.44);
    max-width: 300px;
    max-height: 100px;
    border-radius: 7px;
    letter-spacing: 3px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.heading-profilstudi-2 {
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    margin: 20px auto;
    background-color: hsl(200, 100%, 69%);
    box-shadow: 2.1px 4.2px 4.2px hsla(0, 0%, 35%, 0.44);
    max-width: 250px;
    max-height: 100px;
    border-radius: 7px;
    letter-spacing: 2px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-bottom: 50px;
}
.mini-heading-2 {
    margin-top: 70px;
    text-align: center;
    font-family: candara;
    letter-spacing: 2px;
    font-weight: bold; 
    margin-bottom: 20px; 
}

.visi-2 {  
    text-align: center;
    font-family: Brush Script MT;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.misi-2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    margin-bottom: 60px;
}

.gambarekonomi, img {
    max-width: 100%;
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gambar-program {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    filter: drop-shadow(black 5px 5px 8px);
}

@media (max-width:767px){ 
    .gambar-program {
        flex-direction: column;
    }

    .misi-2 {
        font-size: 14px;
    }

    .card {
        max-width: 80%;
        font-size: 16px;
    }

    .heading-profilstudi {
        max-width: 70%;
        font-size: 17px;
    }

}

@media (max-width:767px){
    .gambarekonomi, img {
      width: 330px;
      margin: 10px auto; 
    }
   }

/* end program studi */

/* contact */
.container-md {
    width: 500px;
    height: 400px;
    margin: 170px auto;
}

.card-contact {
    background-color: #0d7686;
    max-width: 300px;
    height: 60px;
    margin: 30px auto;
    border-radius: 7px;
    box-shadow: 2.1px 4.2px 4.2px hwb(0 0% 100% / 0.44);
}

.ig {
    width: 10%;
    margin-left: 15px;     
}

.text-contact {
    margin: 10px 15px;
    line-height: 60px;
    text-decoration: underline;
    color: rgb(226, 226, 226);
    letter-spacing: 1px;
    font-family: 'Montserrat', Times,  serif;
    font-weight: 600;
}

.text-contact-2 {
    margin: 10px 15px;
    line-height: 60px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-family: arial;
    font-size: 9px;
    color: whitesmoke;
    font-weight: 600;
}

.tulisan-kontak {
    text-align: center;
    font-family: 'Poppins', Times, serif;
    font-size: 14px;
}

@media (max-width:767px){ 
    

    .container-md {
        width: 300px;
        margin: 180px auto;
        max-width: fit-content;
    }
}
/* end of contact */

/* halaman formulir */
.container-md-2 {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 30px auto;
}

.mb-3 {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

@media only screen and (max-width:767px){ 
    .container-md-2 {
      max-width: 80%;
    }
    .mb-3 {
        max-width: 70%;
        margin: 10px auto;
    }
}

.form-label {
    font-family: 'Poppins', serif;
    letter-spacing: 1px;
    margin-top: 5px;
    font-weight: bold;
}

.form-label-2 {
    margin-left: 50px;
    font-family: 'Poppins', serif, times;
    margin-top: 5px;
    font-weight: bold;
}

.col-lg-6 {
    border-radius: 4px;
    margin-left: 10px;
    border: 2px solid rgb(107, 107, 107);
}

.form-control {
    border: 2px solid rgb(105, 104, 104);
}
.text-formulir {
    text-align: center;
    font-family: 'Poppins', times, serif;
    letter-spacing: 1px;
    font-weight: bold;
}

.text-formulir h3 {
    color: #11606e;
    font-weight: bold;
}

.text-data {
    background-color: #44a5b6;
    border-radius: 5px;
    box-shadow: 3px 8px 19px #888888;
    max-width: 180px;
    height: auto;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-left: 60px;
    margin-bottom: 14px;
}

.text-formulir-2 {
    text-align: justify;
    font-family: 'Poppins', serif, times;
    letter-spacing: 1px;
    margin-left: 60px;
}

.button-form {
    width: 70px;
    margin-left: 40px;
    margin-top: 30px;
    background-color: #2dad2d;
    border-radius: 8px;
}

.berkas-pendukung {
    text-decoration: underline;
    margin-top: 10px;
    margin-left: 60px;
    color: #0963ff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

@media (max-width:767px){ 
    

    .container-md-2 {
        margin: 30px auto;
        max-width: fit-content;
    }

    .col-lg-6 {
        margin-left: 50px;
    }

    .text-formulir-2 {
        margin-right: 50px;
    }
}

/* end halaman formulir */

 /* footer */
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {}
 a,
 a:hover,
 a:focus,
 a:active {
     text-decoration: none;
     outline: none;
 }
 
 a,
 a:active,
 a:focus {
     color: #333;
     text-decoration: none;
     transition-timing-function: ease-in-out;
     -ms-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
     -webkit-transition-timing-function: ease-in-out;
     -o-transition-timing-function: ease-in-out;
     transition-duration: .2s;
     -ms-transition-duration: .2s;
     -moz-transition-duration: .2s;
     -webkit-transition-duration: .2s;
     -o-transition-duration: .2s;
 }
 
.row {
    display: flex;
}

ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
img {
max-width: 100%;
height: auto;
}
 section {
     padding: 60px 0;
    /* min-height: 100vh;*/
 }

 .footer {
background: linear-gradient(105deg,#6e99e6 ,#093c94);
padding-top: 20px;
padding-bottom: 40px;
}

.row {
    display: flex;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}

}

.single_footer h4 {
color: #fff;
margin-top: 0;
margin-bottom: 25px;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
}
.single_footer h4::after {
content: "";
display: block;
height: 2px;
width: 40px;
background: #fff;
margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
color: #fff;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 36px;
font-size: 15px;
text-transform: capitalize;
font-family: 'Poppins', serif, times;
}
.single_footer ul li a:hover { color: #ff3666; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
font-weight: 400;
color: #fff;
line-height: 28px;
}
.contact_social ul {
list-style: outside none none;
margin: 0;
padding: 0;
}

/*START NEWSLETTER CSS*/
.button {
display: block;
position: relative;
margin-top: 15px;
width: 50%;
}



@media only screen and (max-width:768px) { 
button {padding: 0 50px 0 20px;}
}


/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:20px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
font-family: 'Poppins', serif, times;
    text-align: center;
border: 0px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
font-size: 18px;
color: #fff;
border-radius: 30px;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
width:40px;
height:40px;
line-height:40px;
}
}
.social_profile ul li a:hover{
background:#ffea00;
border: 1px solid #ff3666;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
margin-top: 70px;
padding-top: 40px;
color:#fff;
font-size: 15px;
border-top: 1px solid rgba(255,255,255,0.4);
text-align: center;
}
.copyright a{color:#01c7e9;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#ff3666;}
 /* end footer */
  
@mixin make-container($padding-x: $container-padding-x) {
    width: 100%;
    padding-right: $padding-x;
    padding-left: $padding-x;
    margin-right: auto;
    margin-left: auto;
  }

  .custom-container {
    @include make-container();
  }

.footer-satu {
    margin-bottom: 50px;
}
  .footer-satu, h6 {
    color: white;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins', serif, times;
   
}

.footer-satu, img {
    max-width: 70%;
    
}

@media only screen and (max-width:768px) { 
   .footer-satu, h6 {
    font-size: 13px;
   }
    }
    
    @media only screen and (max-width:480px) { 
    .social_profile ul li a{
    width:40px;
    height:40px;
    line-height:40px;
    }
    }

