

body{
    scroll-behavior: smooth;
  }
.navbar-dark .navbar-nav .nav-link {
    
    color: black;
}


@media screen and (max-width: 768px) {
    .abc img {
        width: 240px; 
    }
}


.navbar-toggler {

    background-color: #fab421;

}

.back-to-top{
    color: #000;
    background-color: #fab421;
    border-color: #fab421;
}


.text-secondary {
    color: #808080 !important;
}

.footer .short-link a:hover, .footer .help-link a:hover, .footer .contact-link a:hover {
    color: #fab421 !important;
}


.footer .short-link a:hover, .footer .help-link a:hover, .footer .contact-link a:hover {
    letter-spacing: 0.1px;
}


.row {
    --bs-gutter-x: 0.5rem;
}



.dropdown-item:active {


    background-color:  #fab421 !important;
  
  }
  
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #fab421 !important;
  
  }




  h5{
    color: #0d0d0d;

    
}
.custom-card{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.custom-card:hover {
box-shadow: 0 14px 28px #fab421, 0 10px 10px rgba(0,0,0,0.22);
}

.navbar-brand {

    margin-right: 0rem;
   
  }

  .navbar-nav a:hover {
    background-color: rgba(16, 12, 12, 0.596);
    
}