@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body
{
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ffffff;
    background-color: #212529;    
}
.logo-text
{
    font-family: "Orbitron", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    font-optical-sizing: auto;
    font-style: normal;
    color: #FDBF5A;
}

.nav-link
{
    font-family: "Poppins", sans-serif;
    font-size: .9rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    color: #FDBF5A;
}

.nav-link:hover
{
    color: #ffffff;
}

    .navbar-nav .dropdown  > a {
        /* text-transform: capitalize;
        color: #ffffffff;
        transition: background-color .2s, color .2s; */
        
        &:hover,
        &:focus {
            /* background-color: #ff0000ff; */
            color: #fff;
        }
    }

    /* .navbar-nav .dropdown .active > a {
        background-color: #333;
        color: #fff;
    } */

.carousel-text
{
    font-family: "Orbitron", sans-serif;
    letter-spacing: 4px;   
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ffffff;
    /* text-shadow: #000000 0px 0px 1px;
    animation: glow 5s ease-in-out infinite alternate; */
    text-shadow: 2px 2px 4px #000000;
}

.fs-7
{
    font-family: "Poppins", sans-serif;
    font-size: .7rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;    
}

.fs-8
{
    font-family: "Poppins", sans-serif;
    font-size: .8rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ffffff;
}

.fs-9
{
    font-family: "Poppins", sans-serif;
    font-size: .9rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ffffff;
}

/* Social Icons */

.bi-instagram {
    color: rgb(179, 179, 179);
}

.bi-instagram:hover {
    color: rgb(255, 145, 0);
}

.bi-facebook {
    color: rgb(179, 179, 179);
}

.bi-facebook:hover {
    color: rgb(0, 110, 255);
}

.bi-twitter-x {
    color: rgb(179, 179, 179);
}

.bi-twitter-x:hover {
    color: rgb(179, 255, 0);
}

.bi-youtube {
    color: rgb(179, 179, 179);
}

.bi-youtube:hover {
    color: rgb(255, 39, 39);
}

/* Social Icons Ends */

/* ScrollBar Width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(99, 99, 99); 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #858585; 
}

/* ScrollBar Ends */