:root {
    --tmp1: #ff0303;
    --tmp2: #f41d1d;
    --tmp3: #a99b97;
    --tmp4: #d1cbcf;
    --tmp5: #50b6b4a4;
    --tmpcolor1: #344e41;
    --tmpcolor2: #38593e;
    --tmpcolor3: #328476;
}

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

section h3 {
    color: var(--tmp1);
}

.row {
    width: 100%;
    margin-left: 0;
}

.hero1-container {
    position: relative;
}

.hero1-logo {
    max-width: 80px;
    max-height: 80px;
    border-radius: 10px;
    position: absolute;
    bottom: 6%;
    left: 5%;
    border: white solid 1px;
}

.nav-toggle {
    margin-left: 0;
}

#nav {
    width: 98% !important;
    margin-left: 1% !important;
    top: 5px;
    margin-top: 0;
    background: linear-gradient(140deg, var(--tmp1), var(--tmp2));
    padding: 5px;
    overflow: hidden;
    z-index: 1000;
    transition: height 0.5s ease;
    border-radius: 10px 10px 5px 5px;
}


nav hr {
    color: white;
    margin-top: 0;
}

.img-logo1 {
    width: 50px;
    height: 50px;
}

.nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#nav-menu {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.nav-menu ul {
    display: flex;
    width: 100%;
    height: 80%;
    margin-top: 5px;
    margin-left: -35px;
    align-items: center;
    justify-content: space-around;
}

.nav-links.active {
    background: linear-gradient(140deg, var(--tmp1), var(--tmp2));
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    border: white solid 1px;
    color: white;
}

.nav-menu ul li {
    width: 22%;
    height: 100%;
    margin-top: 10px;
    list-style: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    /* background: linear-gradient(140deg, var(--tmp2), #08439b); */
    color: white;
    border-radius: 7px;
    border: var(--tmp3) solid 1px;
    transition: background-color 0.8s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

.nav-links:hover {
    background: linear-gradient(140deg, var(--tmp1), var(--tmp2));
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    border: white solid 1px;
    color: white;
}


.nav-notify ul {
    display: flex;
    width: 100%;
    height: 80%;
    margin-top: 5px;
    margin-left: 0;
    align-items: center;
    justify-content: space-around;
}

.nav-notify ul li {
    width: 18%;
    height: 100%;
    margin-top: 10px;
    list-style: none;
}

.nav-notify ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: linear-gradient(140deg, var(--tmp1), var(--tmp2));
    color: white;
    border-radius: 7px;
    transition: background-color 0.8s ease, box-shadow 0.3s ease;
}

.nav-notify ul li a:hover {
    background: linear-gradient(140deg, var(--tmp1), var(--tmp2));
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    border: white solid 1px;
    color: white;
}

.nav-toggle {
    position: absolute;
    top: 3px;
    display: none;
    justify-content: end;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

.nav-notify.show {
    justify-content: center;
    opacity: 1;
    visibility: visible;
    margin-right: 5%;
}

.nav-notify.show>ul {
    margin-left: -10%;
    width: 100%;
    display: flex;
    justify-content: space-around !important;
}

.nav-notify.hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    display: none;
}

.nav-notify {
    display: flex;
    justify-content: space-around !important;
    align-items: center;
    color: white;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.container-fluid {
    position: relative;
}

.sidebar {
    display: flex;
    justify-content: center;
    position: absolute;
    height: 100vh;
    top: 5px;
    left: 0;
    z-index: 100;
    color: black;
    padding: 20px;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.nav-link {
    color: black;
}

.nav-link.active {
    background-color: darkgray;
}

.post-section {
    background-color: rgb(214, 215, 216);
    padding: 10px;
}

.post-section h3 {
    display: flex;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    background-color: #024689;
    color: white;
}

.tiktok-section {
    background-color: black;
    padding: 10px;
}

.tiktok-section h3 {
    display: flex;
    justify-content: center;
    color: white;
}

.tiktok-section>.row>p {
    color: white;
}

.sticky-footer {
    display: flex;
    width: 90%;
    margin-left: 5%;
    position: sticky;
    top: 10px;
    border-radius: 5px;
    z-index: 1002;
}

.sticky-footer a {
    color: white;
    background-color: var(--tmp2);
    border: white solid 1px;
    width: 90%;
    font-size: smaller;
}

.footer-section {
    background-color: rgba(240, 248, 255, 0.716);
    background-image: url(../img/bg/bg.png);
    color: #08439b;
}

.web-link {
    cursor: pointer;
}


/* @media (min-width: 768px) {
    .sidebar {
        flex-shrink: 0;
        width: 250px;
    }
} */

@media screen and (max-width: 768px) {
    .nav-logo h1 {
        margin-left: -20px !important;
        margin-top: 5px;
    }

    .nav-notify {
        display: none;
    }

    .nav-toggle {
        display: flex;
        justify-content: end;
    }

    .img-logo1 {
        margin-top: 15px;
    }

    #nav {
        padding: 3px;
    }

    .nav-menu ul {
        margin-top: -5px;
        margin-left: -10px;
    }


    #nav.active {
        height: 48px;
    }

    .nav-menu ul li a {
        font-size: smaller;
    }

    .col-4 .btn-info {
        border-radius: 15px !important;
        background-image: url(../img/bg/bg.png);
    }
}

@media (min-width: 992px) {
    .sticky-footer {
        width: 50% !important;
        margin-left: 25% !important;
    }
}