@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
  font-family: 'montserrat';
}

.sec-satu .hr1 {
  background: #1F78FF;
  border-radius: 25px;
  width: 90px;
  padding-top: 1px;
}

.navbar {
  background-color: #01122C;
}

.navbar-nav li a {
  color: white;
  padding-top: 5px;
  position: relative;
}

.navbar-nav li a::after {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 4px;
  transition: 0.5s;
}

.navbar-nav li a:hover::after {
  width: 100%;
  background: #ff5200;
}

.navbar .navbar-nav .active{
  font-weight: 700
}

.navbar-nav li a span {
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 2px;
  cursor: default;
  border-radius: 25px;
  background-color: #FF4747;
}

/*Style sec-1*/
.sec-satu p {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .sec-satu p {
    font-size: 22px;
    margin-top: 15px;
  }
}
@media (max-width: 400px) {
  .sec-satu p {
    font-size: 20px;
    margin-top: 15px;
  }
}


.sec-satu .btn1 {
  font-weight: 700;
  padding-top: 9px;
  color: white;
  width: 150px;
  height: 45px;
  border-radius: 25px;
  border-width: 2px;
  background-color: #01122C;
}
.sec-satu .btn1:hover {
  color: #01122C;
  background-color: white;
  border-color: #01122C;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .sec-satu .btn1 {
    width: 99.8%; 
  }     
}

.sec-satu .btn2 {
  font-weight: 700;
  padding-top: 9px;
  color: #01122C;
  border-width: 2px;
  border-color: #01122C;
  width: 150px;
  height: 45px;
  border-radius: 25px;
  background-color: white;      
}
.sec-satu .btn2:hover {
  color: white;
  background-color: #01122C;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .sec-satu .btn2 {
    width: 99.8%;
    margin-top: 8px;  
  }     
}

.sec-satu .col-lg-4 .card {
  border-radius: 25px;
  cursor: pointer;
  transition: transform 0.5s;
}
.sec-satu .col-lg-4 .card:hover {
  transform: translateY(-10px);
}

.sec-satu .col-lg-4 h5 {
  font-weight: 800;
  color: #01122C;
}

.sec-satu .col-lg-4 p {
  color: #ADADAD; 
}

.sec-satu .col-lg-4 .span {
  font-size: 15px;
}

.sec-satu .col-lg-4 ul {
  background-color: #01122C;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}


/*style footer*/
footer {
  background-color: #01122C;
}
@media (max-width: 992px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  footer {
    padding-left: 5px;
  }
}

footer .col-lg-2 ul li {
  font-size: 15px;
}
@media (max-width: 576px) {
  footer .col-lg-2 ul {
    margin-top: 5px;
  } 
}
@media (max-width: 400px) {
  footer .col-lg-2 ul {
    margin-top: 5px;
  }     
}

footer h5 {
  font-size: 16px;
}
@media (max-width: 400px) {
  footer .col-lg-2 .h5port {
    margin-top: -40px;
  }
} 

footer hr {
  background-color: #07C4FF;
  width: 50px;
  padding-top: 2px;
}

footer p {
  font-size: 13px;
  color: gray;  
}
