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

body {
    background-color: #000;
}
h1, h2, h3, h4, p, a, span, li {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
h1, h2, h3, h4 {
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
}

/* Header */
.navbar-brand img {
    max-width: 200px;
}
.navbar-toggler {
    border: 2px solid #80ff00;
    color: #80ff00;
}
.nav-item .btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
a {
    text-decoration: none;
}

/* Main */
.banner {
    background: url('./img/Swiper-Casino-Banner.jpg') 0% 0% / cover no-repeat;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.banner a,
.swiper-text a {
    background: #80ff00;
    padding: 20px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}
.banner a:hover {
    background: #000;
    color: #80ff00;
    transition: 0.3s;
}

.text {
    padding: 20px 0;
}
.img {
    display: flex;
    justify-content: center;
}
.img{
    max-width: 340px;
    margin: 0 auto;
}
.img img {
    max-width: 340px;
}
.swiper-text a {
    text-align: center;
}
.swiper-text .button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.swiper-text .button img {
    max-width: 340px;
    padding: 30px 0;
}

footer {
    margin-top: 50px;
    border-top: 3px solid #515151;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    max-width: 120px;
}
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-nav li {
    list-style: none;
}
.swiper-footer-random-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.swiper-footer-random-logos img {
    max-width: 110px;
    padding: 0 20px;
}
.swiper-copyright {
    color: #fff;
    text-align: center;
    padding: 20px;
}


/*  Media  */  

  @media screen and (max-width:767px) {
    .navbar-brand img {
        max-width: 120px;
    }
    main {
        padding: 0 10px;
    }
}