@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/banner-about-sarmag.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

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

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

div.mini-carousel {
    display: none;
}

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 30px;
}

section h3 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: bolder;
    margin-bottom: 70px;
}

section span.invincible {
    color: #FFD271;
    padding: 0;
    background-color: transparent;
}

section h4 {
    color: #FFD271;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
}

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

.container-section img {
    width: 400px;
}

div.content {
    padding: 0 20px;
}

.shape {
    width: 100%;
    height: 17px;
    background-color: #FFD271;
}

#title {
    display: flex;
    justify-content: center;
}

#content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}

#contShape {
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-part {
    margin-top: 150px;
}

.member-row {
    display: flex;
    justify-content: center;
}

.member-row h3 {
    color: #FFD271;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bolder;
    margin-top: 80px;
}

.team-container {
    padding: 0 70px 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;
}

ol.carousel-indicators {
    bottom: -80px;
}

ol.carousel-indicators li.active {
    background: #FFD271;
    width: 130px;
    border-radius: 50px;
}

ol.carousel-indicators li {
    background: #ffe09e6c;
    width: 130px;
    border-radius: 50px;
}

i.fa-angle-left,
i.fa-angle-right {
    color: #21243D;
    font-size: 50px;
    width: 30px;
}

a.carousel-control-next span,
a.carousel-control-prev span {
    background: #FFD271;
    border-radius: 100px;
}

a.carousel-control-next {
    right: -120px;
}

a.carousel-control-prev {
    left: -120px;
}

ol.carousel-indicators li i {
    position: absolute;
    color: red;
    font-size: 50px;
}

.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 h2 {
        font-size: 60px;
    }

    header h1 {
        font-size: 80px;
    }

    section h3 {
        font-size: 35px;
    }

    .container-section img {
        width: 300px;
    }

    div.content {
        padding: 0;
    }

    #content {
        padding: 0 30px;
    }

    .team-container {
        padding: 0 30px 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 20px;
        height: 300px;
    }

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

    .card-container h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        margin-top: 20px;
        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: 40px;
    }

    span {
        padding: 2px 7px;
    }

    .overlay-section {
        padding: 50px 30px 80px;
    }

    section h3 {
        font-size: 30px;
        margin-bottom: 70px;
        text-align: center;
    }

    section h4 {
        font-size: 25px;
        text-align: center;
        margin-top: 20px;
    }

    section p {
        font-size: 17px;
        text-align: center;
    }

    .container-section img {
        width: 320px;
    }

    div.content {
        padding: 0;
    }

    #shape1 {
        margin-left: 150px;
        margin-top: 20px;
    }

    #shape2 {
        margin-right: 150px;
    }

    #content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    #contShape {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .second-part {
        margin-top: 100px;
    }

    div.main-carousel {
        display: none;
    }

    div.mini-carousel {
        display: block;
    }

    .member-row h3 {
        font-size: 27px;
        margin-bottom: 30px;
    }

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

    .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;
    }

    ol.carousel-indicators {
        bottom: -80px;
    }

    ol.carousel-indicators li.active {
        background: #FFD271;
        width: 130px;
        border-radius: 50px;
    }

    ol.carousel-indicators li {
        background: #ffe09e6c;
        width: 130px;
        border-radius: 50px;
    }

    i.fa-angle-left,
    i.fa-angle-right {
        color: #21243D;
        font-size: 50px;
        width: 30px;
    }

    a.carousel-control-next span,
    a.carousel-control-prev span {
        background: #FFD271;
        border-radius: 100px;
    }

    a.carousel-control-next {
        right: -120px;
    }

    a.carousel-control-prev {
        left: -120px;
    }

    ol.carousel-indicators li i {
        position: absolute;
        color: red;
        font-size: 50px;
    }

    footer h1 {
        font-size: 30px;
    }

    footer h3 {
        font-size: 17px;
    }

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