@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.nav-items a {
    margin: 0 15px;
}

/* Slider Start */

.drk:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.4;
    z-index: 1;
}
  
.carousel-caption {
    z-index: 2;
}

/* Slider End */

/* Feedback Start */

/* .carousel-control-next-icon:after
{
  content: '>';
  font-size: 50px;
  color: #289BDE;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 50px;
  color: #289BDE;
} */

.gold-solid-star{
    color: #FBBF24;
}

.gold-outline-star{
    color: #FBBF24;
}

/* Feedback End */

/* Footer Start */

footer {
    background-color: #161616;
    min-height: 50vh;
}

.social-icons a{
    color: #FFFFFF;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #242424;
    transition: background-color 0.2s ease-in-out;
}

.social-icons a:hover{
    background-color: #4b4b4b;
}

/* Footer End */