.__regiontitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
    color: black;
    margin-top: 25px;
    margin-bottom: 25px;
}

.__regionsubtitle {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #9b232a;
}

p+.__regionsubtitle {
    margin-bottom: 5px;
}

@media screen and (min-width:300px) {
    .__current {
        font-weight: 700;
        color: white;
        text-align: center;
        transition: all 1s;
    }

    .__current p {
        background-color: rgba(255, 255, 255, 0.3);
        text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
        box-shadow: 0 4px 7px -7px rgba(0, 0, 0, 0.5);
        transition: all 1s;
    }

    .__sidenavcontainer {
        position: relative;
        transition: all 500ms;
    }

    #__sidenav {
        display: flex;
        flex-direction: row;
        /* background: linear-gradient(230deg, #9b2329 0%, #e1251b 100%); */
        /* backdrop-filter: blur(10px); */
        width: 100%;
        position: fixed;
        bottom: 15px;
        z-index: 1;
        transition: all 500ms;
        gap: 1rem;
    }

    .__sidenavtitle {
        display: none;
    }

    .__sidenavlink {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        border-radius: 25px;
        background: linear-gradient(230deg, #9b2329cc 0%, #e1251bcc 100%);
        /* background: rgba(255, 255, 255, 0.3); */
        /* border-radius: 5px; */
        /* box-shadow: 0 4px 7px -7px rgba(0, 0, 0, 0.5); */
        color: white;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255);
        max-width: 80vw;
    }

    .__sidenavlink a>p {
        padding: 7px 12px;
        margin: 0;
        font-size: 10px;
        line-height: 1;
        text-align: center;
    }

    .__sidenavlink a>p:nth-child(1) {
        border-right: solid 1px rgba(255, 255, 255, 0.5);
    }

    .__sectionbg {
        background: var(--sectionbg)no-repeat 70% center;
        background-attachment: cover;
        height: 50vh;
    }

    .__sectioncontainer {
        width: 100%
    }

    .__sectioncontent {
        box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 2rem 1rem;
    }

    .__ourvisiontitlecontainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .__ourvisionsubtitle {
        color: #9b232a;
        font-size: 30px;
        font-weight: 700;
        display: flex;
    }

    .__ourvisionsubtext {
        color: grey;
        font-size: 24px;
        font-weight: 700;
        display: flex;
        align-items: flex-start;
    }

    .__ourvisionsubimg {
        height: 40px;
        max-width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .__current {
        font-weight: 700;
        color: white;
        width: 100%;
        transition: all 1s;
    }

    .__current p {
        background-color: #9b232aaa;
        padding: 10px 50px;
        text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
        box-shadow: 0 4px 7px -7px rgba(0, 0, 0, 0.5);
        transition: all 1s;
    }

    .__sidenavcontainer {
        position: relative;
        transition: all 500ms;
    }

    #__sidenav {
        display: flex;
        flex-direction: column;
        padding: 25px 50px;
        position: sticky;
        position: -webkit-sticky;
        top: 300px;
        background: transparent;
        backdrop-filter: blur(0px);
        width: max-content;
        z-index: 1;
        scale: 1;
        transition: all 500ms;
    }

    .__sidenavtitle {
        display: flex;
        font-size: 1rem;
        color: white;
        background: linear-gradient(230deg, #9b232a 0%, #e1251b 100%);
        border-radius: 60px;
        padding: 7px 50px;
        font-weight: 700;
        text-align: center;
        width: fit-content;
        margin-bottom: unset;
    }

    .__sidenavlink {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 5px;
        box-shadow: 0 4px 7px -7px rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 25px 0;
        flex-direction: column;
        color: #9b232a;
        width: 100%;
        border: solid 2px #9b23293d;
    }

    .__sidenavlink>a>p {
        text-shadow: 1px 1px #80808080;
        padding: 7px 15px;
    }

    .__sidenavlink a>p:nth-child(1) {
        border-right: transparent;
    }

    .__sectionbg {
        background: var(--sectionbg)no-repeat center center;
        background-attachment: fixed;
        height: 50vh;
    }

    .__sectioncontainer {
        /* position: relative;
        top: -350px; */
        width: 100%;
        margin-top: -350px;
        scroll-snap-type: y;
    }

    .__sectioncontainer>section {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .__sectioncontent {
        box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 50px;
    }

    .__ourvisiontitlecontainer {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2rem
    }

    .__ourvisionsubtitle {
        color: #9b232a;
        font-size: 30px;
        font-weight: 700;
        border-right: solid 3px #9b232a;
        width: 175px;
        height: 80px;
        display: flex;
        align-items: center
    }

    .__ourvisionsubtext {
        color: black;
        font-size: 30px;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .__ourvisionsubimg {
        height: 50px;
    }
}

@media screen and (min-width: 1024px) {
    #__sidenav {
        display: flex;
        flex-direction: column;
        padding: 25px 50px;
        position: sticky;
        position: -webkit-sticky;
        top: 300px;
        z-index: 1;
        scale: 1.2;
        transition: all 500ms;
    }

    .__sectionbg {
        height: 70vh;
    }
}