.circle {
    width: 40px; /* Adjust the width and height to make it larger or smaller */
    height: 40px; /* Adjust the width and height to make it larger or smaller */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
.bg-jobdogg {
    background-color: rgb(26, 26, 36);
}
.card {
    border: none;
    border-radius: 5px;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  }
  .carousel-inner {
    padding: 1em;
    
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #fdb686;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-control-prev span,
  .carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;
  }
  @media screen and (min-width: 577px) {
    .cards-wrapper {
      display: flex;
    }
    .card {
      margin: 0 0.5em;
      width: calc(100% / 2);
    }
    .image-wrapper {
      height: 20vw;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 576px) {
    .card:not(:first-child) {
      display: none;
    }
  }
  
  .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
  }


/*-------------haver-----------------*/

  * {
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
    color: #222;
  }
  
  img {
    /*   width: auto;
    height: 100%; */
    object-fit: fill;
  }
  
  ul {
    padding: 0;
    list-style: none;
  }
  
  .box-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: 0.5s;
  }
  
  .box-wrapper:hover .box-satu {
    transform: translate(0px, -300px);
    transition: 0.5s 0.2s ease-in-out;
  }
  
  .box-wrapper:hover .box-dua {
    transform: translate(0px, -300px);
    transition: 0.5s ease-in-out;
  }
  
  .box-wrapper:hover .box-tiga {
    transform: translate(0px, -300px);
    transition: 0.5s 0.2s ease-in-out;
  }
  
  .box-wrapper:hover .box-empat {
    transform: translate(0px, -300px);
    transition: 0.5s ease-in-out;
  }
  
  .box-wrapper:hover .box-lima {
    transform: translate(0px, -300px);
    transition: 0.5s 0.2s ease-in-out;
  }
  
  .box-wrapper:hover .box-enam {
    transform: translate(0px, -300px);
    transition: 0.5s ease-in-out;
  }
  .box-dua {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(0px, 0px);
    transition: 0.5s 0.2s ease-in-out;
  }
  
  .box-nama {
    width: 100%;
    background: linear-gradient(#123f8b), url();
    
  }
  .box-nama h5, 
  .box-nama h6,
  .box-nama a,
  .box-nama p {
    color: #fab254;
  }
  .box-skill {
    width: 90%;
    height: 90%;
    border-radius: 5px;
    background-color: rgba(27, 27, 27, 0.7);
    color: #faf9f7;
  }
  
  .footer-social-icons {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .social-icon {
    color: #fff;  
  }
  ul.social-icons {
    margin-top: 10px;
  }
  .social-icons li {
    vertical-align: top;
    display: inline;
    height: 50px;
  }
  .social-icons a {
    color: #fff;
    text-decoration: none;
  }
  .fa-facebook {
    padding: 10px 14px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #322f30;
  }
  .fa-facebook:hover {
    background-color: #3d5b99;
  }
  .fa-twitter {
    padding: 10px 12px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #322f30;
  }
  .fa-twitter:hover {
    background-color: #00aced;
  }
  
  .fa-linkedin {
    padding: 10px 14px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #322f30;
  }
  .fa-linkedin:hover {
    background-color: #0073a4;
  }
  .fa-github {
    padding: 10px 14px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #322f30;
  }
  .fa-github:hover {
    background-color: #5a32a3;
  }
  .small-text{
    font-size: 12px;
  }

/*overlay*/
.modal-content-free {
    border: 1px solid rgba(248, 143, 5, 0.96);
    border-radius: 0.5rem; 
   
}
.modal-header .modal-title {
    padding: auto;
    text-align: center;
} 
