@font-face {
  font-family: bebas;
  src: url(BebasKai.ttf);
}

@font-face {
    font-family: montserrat;
    src: url(Montserrat-Regular.ttf);
}

@font-face {
    font-family: montserratb;
    src: url(Montserrat-Bold.ttf);
}

@font-face {
    font-family: metro;
    src: url(Metropolis-Regular.otf);
}


body {
    background-color: rgba(0,0,0,0.1)
}

.carousel-item {
    height: 43vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.heading1 {
    font-family: montserratb;
    font-size: 35px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 5px;
}

.container {
    padding: 8vh 30px 30px;
    width: 80%;
    background-color: rgba(255,255,255,1);

}


hr { width:100%; height:2px; background-color: black;}

.footer {
    background: #f8f9fa;
    padding: 40px 0 20px;
    font-family: montserrat;
    margin-top: 15px;
}

.footer-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.footer-text {
    color: #6c757d;
    font-size: 0.9rem;
    max-width: 300px;
}

.social-links {
    margin: 20px 0;
}

.social-link {
    color: #6c757d;
    margin-right: 20px;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #0d6efd;
}

.footer-links {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #0d6efd;
}

.copyright {
    color: #6c757d;
    font-size: 0.85rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}