@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*
{
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

.navbar
{
    background-image: url('https://media.istockphoto.com/id/1434278254/vector/blue-and-pink-light-panoramic-defocused-blurred-motion-gradient-abstract-background-vector.jpg?s=612x612&w=0&k=20&c=_KXodNw25trgE0xDe0zFnzNiofFgV50aajKpcI9x_8I=');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.navbar .nav-item .nav-link
{
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
}
.navbar .nav-item .nav-link.active 
{
    color: #ffbf00;
}



.hero-section
{
    background-image: url('https://img.freepik.com/free-vector/abstract-geometric-wireframe-background_52683-59421.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.details-section {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
                url('https://t4.ftcdn.net/jpg/01/70/86/07/360_F_170860788_E7jdYAeOGEkqp38AeZLbyopTZ6XL1hE5.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.details-section a 
{
    color: #ffbf00;
    font-weight: 600;
}
.details-section
{
    color: #fff;
}
.details-section li 
{
    color: #fff;
}
.breadcrumb-item.active
{
    color: #fff;
}
.main-footer
{
    background-image: url('https://www.baltana.com/files/wallpapers-2/Dark-Background-04536.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #b4b4b4;
}

.footer-widget ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-widget ul li  a
{
    color: #b4b4b4;
    text-decoration: underline;
    display: block;
    padding: 10px 5px;
}
.footer-widget ul li  a:hover
{
    color: #fff;
}


