@import url('https://fonts.googleapis.com/css?family=Bitter:400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:500,900&display=swap');

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#web-navbar {
    background-color: transparent;
    padding: 0 50px;
}

.navbar-brand label {
    font-weight: bold;
    font-family: 'Bitter', serif;
    font-size: 35px;
    cursor: pointer;
}

nav ul li a {
    font-size: 21px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: white !important;
    margin-right: 8px;
}

li.active a,
a.dropdown-active {
    color: #FFD271 !important;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.418) !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

nav ul li a:hover {
    text-decoration: none !important;
    color: #FFD271 !important;
}

nav button.navbar-toggler:focus,
nav button.navbar-toggler:active {
    outline: none !important;
}

.web-header {
    background-image: url(img/about-team.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    border-bottom: 1px solid #FFD271;
}

.header-container {
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: #f6727fb2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header h1 {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 75px;
    font-weight: bold;
}

span {
    color: #21243D;
    background-color: #FFD271;
    padding: 5px 10px;
}

section.container-section {
    background-image: url(img/Full-BG.png);
    height: auto;
    overflow: hidden;
}

.overlay-section {
    z-index: 1;
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.61);
    padding: 80px 100px;
}

section.container-section h3 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: bold;
}

section.container-section .text p {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

section.container-section h1 {
    color: #FFD271;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
}

#title {
    display: flex;
    justify-content: center;
    margin: 100px 0 50px;
}

.team-container {
    padding: 0 0 30px;
}

.card-container {
    background-color: white;
    border: 3px solid #FFD271;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.card-container img {
    width: 170px;
    height: 170px;
}

.card-container h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.card-container p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: black;
}

.socmed a i {
    color: black;
    font-size: 20px;
}

.team-row {
    margin-top: 30px;
}

.mini-card {
    display: none;
}

.web-footer {
    background-color: #F67280;
    height: auto;
    overflow: hidden;
    padding: 50px;
}

.footer-logo {
    padding-top: 25px;
    border-right: 1px solid white;
}

.footer-content {
    border-right: 1px solid white;
}

footer h1 {
    font-family: 'Bitter', serif;
    font-size: 35px;
    font-weight: bold;
    color: white;
}

footer h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

footer p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: white;
}

::-webkit-scrollbar {
    background: #ddd;
    width: 14px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #00000070;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(125deg, black, #FFD271);
}

::-webkit-scrollbar-button {
    background-color: #dfa529;
}

*::selection {
    background: rgb(221, 215, 215);
}

@media (max-width: 991px) {
    header h1 {
        font-size: 60px;
    }

    span {
        padding: 2px 7px;
    }

    .overlay-section {
        padding: 35px 60px;
    }

    #title {
        margin: 50px 0;
    }

    .card-container {
        padding: 30px 20px;
    }

    .card-container img {
        width: 130px;
        height: 130px;
    }

    .card-container h5 {
        font-size: 17px;
        text-align: center;
    }

    .web-footer {
        padding: 20px 50px;
    }

    .footer-logo {
        padding-top: 25px;
        border-right: none;
        border-bottom: 1px solid white;
        margin-bottom: 20px;
    }

    .footer-content {
        border-right: none;
        border-bottom: 1px solid white;
        margin-bottom: 20px;
    }

    footer h1 {
        text-align: center;
    }

    footer h3 {
        text-align: center;
    }

    footer p {
        text-align: center;
    }
}

@media (max-width: 700px) {
    #web-navbar {
        padding: 0 20px;
    }

    .navbar-brand label {
        font-size: 30px;
    }

    header h1 {
        font-size: 30px;
    }

    span {
        padding: 2px 7px;
    }

    .text2 {
        margin-top: 20px;
    }

    .overlay-section {
        padding: 35px 35px;
    }

    #title {
        margin: 50px 0 25px;
    }

    section.container-section h3 {
        font-size: 23px;
    }

    section.container-section .text p {
        font-size: 15px;
    }

    .card-container {
        padding: 20px 10px;
        height: 250px;
    }

    .card-container img {
        width: 85px;
        height: 85px;
    }

    .card-container h5 {
        font-size: 14px;
        margin-top: 20px;
        text-align: center;
    }

    .card-container p {
        font-size: 11px;
        color: black;
    }

    .team-row {
        margin-top: 30px;
    }

    .main-card {
        display: none;
    }

    .mini-card {
        display: block;
    }

    footer h1 {
        font-size: 30px;
    }

    footer h3 {
        font-size: 17px;
    }

    footer p {
        font-size: 13px;
    }
}