﻿body {
    overflow-x: hidden;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 800px !important;
    }
}


.carousel-indicators [data-bs-target] {
    box-sizing: content-box !important;
    flex: 0 1 auto !important;
    width: 13px !important;
    height: 14px !important;
    /* padding: 0 !important; */
    /* margin-right: 3px !important; */
    /* margin-left: 3px !important; */
    /* text-indent: -999px !important; */
    cursor: pointer !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 0 !important;
    border: 0px solid transparent !important;
    border-bottom: 1px solid #ff000000 !important;
    opacity: .5 !important;
    transition: opacity .6s ease !important;
    border-bottom: -9px solid transparent !important;
    border-radius: 94px !important;
}

.carousel-indicators .active {
    opacity: 1 !important;
    background: white;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: black;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: black;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    height: auto;
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer .footer-logo {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    footer .footer-nav li {
        list-style: none;
        margin-bottom: 5px;
    }

        footer .footer-nav li a {
            color: #fff;
            font-size: 16px;
        }

    footer .footer-nav .submenu li a {
        margin-left: 15px;
    }

    footer .contact-info {
        color: #ff9800;
    }

        footer .contact-info span {
            font-weight: bold;
        }

    footer .copyright {
        margin-top: 20px;
        color: #fff;
    }

    footer .footer-logo {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    footer ul {
        padding-left: 0;
    }

    footer .footer-nav li {
        margin-bottom: 10px;
        font-size: 16px;
    }

        footer .footer-nav li a:hover {
            color: #ff9800;
        }

.footer-nav .submenu {
    margin-left: 10px;
}

footer .contact-info {
    font-size: 16px;
}

    footer .contact-info span {
        display: inline;
    }

footer .copyright {
    text-align: center;
    margin-top: 20px;
}



@media screen and (max-width: 768px) {
    .navbar-collapse {
        background: white;
    }
}

li.nav-item {
    font-size: 20px;
}


a:hover.nav-link {
    color: lightgray;
}


button.navbar-toggler {
    background-color: #c0c0c0;
}

a.nav-link.dropdown-toggle.show {
    color: #ee7d15cf;
}

.dropdown-menu li a {
    color: white;
}



.construction-card {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
    margin: 0px;
}

    .construction-card:hover {
        transform: scale(1.05);
    }

    .construction-card img {
        width: 50%;
        border-radius: 10px;
    }


.nav-item a {
    font-size: 20px;
}


.footer-nav > li {
    font-weight: bold;
    width: 100%;
}

.footer-nav li:first-child {
    font-weight: bold;
    border-bottom: 1px solid gray;
    width: 66%;
    text-transform: uppercase;
}

.submenu li {
    border: none !important;
    color: transparent !important;
    text-transform: none !important;
}
