@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&Inter:wght@200;300;400;500;600;700&family=Merienda:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

/* body{
    margin: 0;
} */

#navbar .navbar-brand img {
    /* margin-left: 50px; */
    width: 100%;
    max-width: 400px!important;
    height: auto;
}

@media (max-width: 1000px){
#navbar .navbar-brand img {
    padding-left: 0;
    max-width: 150px!important;
}
}

#navbar .amaing{
    display: contents;

}


/* #navbar {
    overflow: hidden;
    background-color: #194E83;
  } */

  #navbar .btn {
        font-family: Poppins;
        font-weight: 500;
        color: white;
        background-color: #FD5B1B !important;
        border-radius: 20px;
        border: none;
        width: 105px;
        height: 34px;
        /* box-shadow: 2px 2px 8px 0 rgba(0,0,0,.4); */
        padding: 7px 0;
        font-size: 14px;

  }
  
  #navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    /* padding: 14px 16px; */
    text-decoration: none;
    font-size: 15px;
  }

  #navbar .dropdown a {
    float: left;
    display: block;
    color: #000;
    text-align: left;
    /* padding: 14px 16px; */
    text-decoration: none;
    font-size: 15px;
  }
  
  /* #navbar a:hover {
    background-color: #ffffff;
    border-radius: 10px;
  } */
  

  /* #navbar a.active {
    color: #000000;
  } */
  


#navbar .amaing a{
    font-family: Poppins;
    font-weight: 700;
    color: white;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  #header {
    background-image: url("../img/tes1234.png");
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }

  #header h1{
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    font-size: 57px;
  }

  #header p{
    font-family: Poppins;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }

  #header .header-text a{
    background-color: transparent;
    color: #fff;
    border: 2px solid #FD5B1B;
    font-weight: 500;
    font-family: Poppins;
    border-radius: 20px;
    width: 140px;
    margin-top: 40px;
    
  }

  .tentang{
    max-width: 1280px;
    width: 100%;
    margin:  auto;
  }


.tentang .isi-tentang h5{
    font-family: Poppins;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
    color: #FD5B1B;
}

.tentang .isi-tentang h1{
    font-family: Poppins;
    font-weight: 600;
    color: #00235B;
    margin-bottom: 20px;
}

.tentang .isi-tentang p{
    font-family: Poppins;
    color: #1C3B6D;

    
}

/* .tentang .tentang-img{
    background-image: url("../Rectangle 634.png");
} */



#pelayanan-terbaik {
    position: relative;
    text-align: center;
    color: white;
  }

  img.tol-kontol{
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
 }

 @media only screen and (max-width: 1023px) {
 img.tol-kontol {
    min-width: 350px;
    height: 600px;
}
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Poppins;
    font-weight: 400;
    text-align: left;
    font-size:22px
}



/* .solusi-terbaik {
    background-color:#194E83 ;
} */

.solusi-terbaik .solusi-terbaik-text h1{
    color: #00235B;
    font-family: Poppins;
    font-weight: 600;
    font-size: 35px;
}

.solusi-terbaik .solusi-terbaik-text p {
    /* margin-top: 50px; */
    font-family: Poppins;
    /* text-align: justify; */
    width: 100%;
    color: #1C3B6D;
}

.solusi-terbaik .solusi-terbaik-text h5{
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    /* margin-bottom: 20px; */
    color: #FD5B1B;
}

.solusi-terbaik a {
    background-color: white;
    color: #1C3B6D;
    border: 1px solid #FD5B1B;
    font-weight: 500;
    font-family: Poppins;
    border-radius: 20px;
    width: 140px;
    margin-top: 40px;
}


.goals {
    background-image: url("../img/goals-img-new.png");
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.goals .about-title h1{
    font-family: Poppins;
    font-weight: 700;
    color: #FFC112;
    margin-bottom: 20px;
}

.goals .about-title p{
    font-family: Poppins;
    font-weight: 500;
    color: white;
  
}

.about {
    background-color: #194E83;
    padding: 50px 0;
}

.goals-text h5{
    font-family: Poppins;
    font-weight: 500;
    font-size: 21px;
    color: #D65325;
    
}

.goals .goals-text h1{
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.goals .goals-text p{
    font-family: Poppins;
    font-size: 15px;
    color: white;
}

.goals-visi-misi h1{
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;

}

.goals-visi-misi p{
    font-family: Poppins;
    font-size: 15px;
    color: white;
}

.services h1 {
    font-family: Poppins;
    font-weight: 600;
    color: #00235B;
    font-size: 40px;
    margin-bottom: 20px;
}

.services p{
    font-family: Poppins;
    font-size: 15px;
    color: #1C3B6D;
}

.isi-services{
    background-color: #F2F3F6;
    padding: 50px 0;
}

.isi-services-text h1{
    font-family: Poppins;
    font-weight: 700;
    color: #00235B;
    font-size: 25px;
    margin-top: 20px;
}

.isi-services-text p{
    font-family: Poppins;
    font-size: 14px;
    color: #1C3B6D;
}

.produk .produk-title h1{
    font-family: Poppins;
    font-weight: 700;
    color: #194E83;
}

.produk p{
    text-align: justify !important;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
}

.contact {
    background-color:#F2F3F6;
    padding: 100px 0;
}

.contact h1{
    font-family: Poppins;
    font-weight: 600;
    color: #00235B;
    font-size: 35px;
}

.contact span{
    font-family: Poppins;
    font-weight: 600;
    color: #FD5B1B;
    font-size: 35px;
}

.contact a{
    font-family: Poppins;
    font-weight: 500;
    color: white;
    background-color: #FD5B1B;
    border-radius: 20px;
    border: none;
    width: 120px;
    height: 40px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.4);
    padding: 8px 0;
}

.contact-text h4{
    font-family: Poppins;
    font-weight: 600;
    color: #00235B;
    font-size: 20px;
}

.contact-text p{
    font-family: Poppins;
    color: #1C3B6D;
}


*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.sosmed {
    position: fixed;
    /* width: 90px; */
    margin-top: 150px;
    /* box-shadow: 2px 2px 8px 0 rgba(0,0,0,.4); */
    top:10%;
    left: -40px;
}

.sosmed ul li {
    height: 60px;
    position: relative;
    width: 70px;
}

.sosmed li:hover{
    width: 200px;
    margin: auto;
    display: block;
    border-bottom: 1px solid rgba (0,0,0, .5);
    box-shadow: 0 0 1px 1px rgba(0,0,0, .3);
    transition: all .4s linear;
    
}

.sosmed li a{
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    padding-left: 25%;
    border-bottom: 1px solid rgba (0,0,0,.4);
    text-decoration: none;

}

.sosmed li:nth-child(1) a{
    background:#4267B2 ;
}

.sosmed li:nth-child(2) a{
    background:#4FCE5D ;
}

.sosmed li:nth-child(3) a{
    background: #E1306C;
}

.sosmed li:nth-child(4) a{
    background:#1DA1F2 ;
}

.sosmed li a i{
    position: absolute;
    top:17px;
    left: 25px;
    font-size: 27px;
}

ul li a:hover span{
    display: block;
    padding-left: 15%;
}

.sosmed li a span {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: none;
}


/* .social {
    position: fixed;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(-250px, 0);
    width: 100%;
    top:20%;
    right:0;
}


.social a {
    color: #fff;
    background: rgba(46, 32, 32, 0.6);
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin: 5px;
    padding: 20px;
    max-width: 300px;
    text-align: right;
    border-radius: 50px;
    transition: 1s;
    transition-property: transform;
}



.social a:hover{
    transform: translate(140px, 0);
}

.social i {
    margin-left: 10px;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.social a:nth-child(1) i{
    color: #1DA0F0;
}

.social a:nth-child(2) i{
    color: #4FCE5D;
}

.social a:nth-child(3) i{
    color: transparent;
    background-image: linear-gradient(45deg, #FFDF9E, #E56969, #8A49A1);
    -webkit-background-clip:text;
    font-weight: 600;
}

.social a:nth-child(4) i{
    color: #4ECCE8;
} */

.footer {
    background-color: #1C3B6D;
    padding: 50px 0;
}

.footer .footer-top p{
    font-family: Poppins;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    color: white;

}

.footer .footer-pred h1{
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    color: white;
}

.footer .footer-pred p{
    font-family: Poppins;
    font-weight: 300;
    font-size: 12px;
    color: #A0A1B1;
}

.footer .footer-pred h2{
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    color: white;
    margin-top: 40px;
}

@media screen and (max-width : 600px) {
    .utayang {
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
        
}
    .bg-utayang {
        background-color: #dfdfdf;
        padding: 30px;
        min-height: 300px !important;
        height: auto !important;
        border-radius: 15px;
    
}
}

@media screen and (min-width : 601px) and (max-width : 991px) {
  .bg-utayang {
        background-color: #dfdfdf;
        padding: 30px;
        min-height: 300px !important;
        height: auto !important;
        border-radius: 15px;
   
}
}

@media screen and (max-width:991px) {
    
    .bg-utayang{
        position: relative !important;
        top: 0px !important;
  
    }
}

.bg-utayang{
    background-color: #dfdfdf;
    padding: 30px;
    height: 250px;
    border-radius: 15px;
    margin-top: 100px!important;
    position: relative;
    top: 100px;
}

.utayang a:hover{
    background: #fff; 
    border-radius: 15px; 
    padding: 3px 15px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.4);
    text-decoration: none;
    width: 100%;
    max-width: 170px;
}

.utayang {
    display: flex;
    justify-content: space-between;
    align-items: start;


}

.utayang a{
    width: 100%;
    max-width: 170px;
    text-decoration: none;
    padding: 3px 15px;
    margin: auto;

}


.utayang img{
    display: block;
    width: 100%;
    max-width: 50px;
    height: 50px;
    margin: 0 auto;
}

.utayang h1{
    font-family: Poppins;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.utayang span {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    font-family: Poppins;
    font-size: 11px;
    color: #1C3B6D;
    font-weight: 500;
}



/* :3 */
/* :v */