/* Colors */
:root {
    --pro-bg: #1E1E1E;
    --pro-primary: #17A1FA;
    --pro-secondary: #7A61FF;
    --pro-Tertiary: #FF00FF;
    --pro-black: #0A2942;
    --pro-gray-default: #636B78;
    --pro-gray-light: #A1A6AD;
    --pro-gray-lighter: #D1D4D6;
}

body {
    background-color: #100E0E;
    font-family: 'rubik';
    color: white;
    overflow-x: hidden !important;
}

.wrapper {
    position: relative;
    width: 100vw;
    max-width: 1440px;
    margin: 0 auto;
}

/* Header - Navigation */
.desktop-nav {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 300;
    width: 100%;
    padding: 24px 108px;
    background: rgba(33, 33, 33, 0.4);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

    .desktop-nav .menu-items {
        margin: 0;
        padding: 8px;
        list-style: none;
    }

        .desktop-nav .menu-items li {
            padding: 8px 16px;
            margin: 0 24px;
        }

.navbar .container-fluid {
    max-width: 1440px;
    padding: 1.5em 6.75em;
}

.navbar .navbar-nav {
    padding: 0.5em;
}

.navbar.bg-dark {
    background: rgba(33, 33, 33, 0.4) !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.navbar-nav {
    gap: 1.5em;
}

.navbar-brand img {
    width: 100%;
}

.navbar-nav li a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #7D7D7D;
    padding: 0.5em 1em;
}

    .navbar-nav li a:hover {
        border-bottom: 2px solid #646464;
    }

.navbar-nav li.nav-button {
    border: 1px solid #F72585;
    border-radius: 4px;
    transition-property: background, filter;
    transition-duration: 500ms;
}

    .navbar-nav li.nav-button a {
        border: 0 !important;
    }

    .navbar-nav li.nav-button:hover,
    .navbar-nav li.nav-button:focus {
        background: #F72585;
        filter: drop-shadow(0px 0px 24px rgba(255, 0, 184, 0.5));
    }

.navbar-nav li a.btn-pro {
    margin: 0 1em;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #F72585;
    transition-property: color;
    transition-duration: 500ms;
}

.navbar-nav li.nav-button:hover a.btn-pro,
.navbar-nav li.nav-button:focus a.btn-pro {
    color: #000000;
}

/* Pages Indicator */
.pages-indicator {
    position: fixed;
    left: 48px;
    transform: translate(0, -50%);
    top: 60%;
    margin: 0 auto;
    gap: 1.25em;
}

    .pages-indicator .indicator {
        width: 16px;
        height: 16px;
        background: #E12279;
        border: 4px solid #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        transition-property: background, border;
        transition-duration: 500ms;
    }

        .pages-indicator .indicator:hover,
        .pages-indicator .indicator:focus {
            background: #E12279;
            border: 4px solid #681038;
        }

/* Side bar */
.side-bar {
    position: fixed;
    right: 0;
    top: 25%;
    margin: 0 auto;
    width: 72px;
}

    .side-bar .social {
        padding: 24px;
    }

        .side-bar .social .social-icon {
            margin-top: 24px;
        }

    .side-bar .pmv-token {
        width: 536px;
        height: 264px;
        position: relative;
        right: 464px;
        transition: all 1.5s;
        background: #000000;
        border-left: 2px solid #F72585;
        border-radius: 4px 0px 0px 4px;
    }

        .side-bar .pmv-token.collapsed {
            right: 0;
        }

        .side-bar .pmv-token .pmv-toggle {
            max-width: 72px;
            white-space: nowrap;
            position: relative;
            top: 40px;
            cursor: pointer;
            font-family: 'SF Compact Display';
            font-style: normal;
            font-weight: 790;
            font-size: 1rem;
            line-height: 24px;
            text-align: center;
            color: #F72585;
            transform: rotate(-90deg);
        }

            .side-bar .pmv-token .pmv-toggle i {
                margin-left: 14px;
            }

        .side-bar .pmv-token .pmv-token-buy {
            padding: 40px 32px 40px 16px;
        }

            .side-bar .pmv-token .pmv-token-buy .head-1 {
                font-family: 'Rubik';
                font-style: normal;
                font-weight: 400;
                font-size: 1rem;
                line-height: 24px;
                text-align: center;
                color: #F72585;
            }

            .side-bar .pmv-token .pmv-token-buy .text-1 {
                font-family: 'Rubik';
                font-style: normal;
                font-weight: 400;
                font-size: 1rem;
                line-height: 24px;
                text-align: center;
                color: #FFFFFF;
            }

            .side-bar .pmv-token .pmv-token-buy .head-2 {
                margin-top: 24px;
                font-family: 'Rubik';
                font-style: normal;
                font-weight: 400;
                font-size: 1rem;
                line-height: 24px;
                text-align: center;
                color: #F72585;
            }

                .side-bar .pmv-token .pmv-token-buy .head-2 i {
                    color: #FFFFFF;
                    margin-left: 10px;
                }

            .side-bar .pmv-token .pmv-token-buy .text-2 {
                font-family: 'Rubik';
                font-style: normal;
                font-weight: 400;
                font-size: 1rem;
                line-height: 24px;
                text-align: center;
                color: #FFFFFF;
            }

            .side-bar .pmv-token .pmv-token-buy button {
                margin-top: 24px;
                border: 1px solid #F72585;
                border-radius: 4px;
                background-color: #000000;
                padding: 8px 148px;
                font-family: 'Rubik';
                font-style: normal;
                font-weight: 400;
                font-size: 1rem;
                line-height: 24px;
                text-align: center;
                color: #F72585;
            }

/* Section styling */
.pmv-section {
    background-color: #100E0E !important;
    height: 100vh !important;
    overflow: hidden;
}

    /* Slide-1 */
    .pmv-section.slide-1 .slide-1-wrapper {
        filter: drop-shadow(0px 0px 124px rgba(234, 10, 111, 0.4));
    }

    .pmv-section.slide-1 .rotate-globe {
        position: relative;
        top: -30px;
        width: 1375px;
        height: 1375px;
        margin-bottom: -1200px;
        border-radius: 50%;
        background: linear-gradient(180deg, #F72585 -12.7%, rgba(45, 5, 23, 0.96) 26.84%);
    }

        .pmv-section.slide-1 .rotate-globe .globe {
            width: 100%;
            height: 100%;
            background-image: url(../images/Rotate\ Globe_01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            mix-blend-mode: multiply;
            border-radius: 50%;
            transform: rotate(-185deg);
        }

.slide-1 .moon {
    margin-top: -35px;
}

.slide-1 .title {
    animation: glowing 1.75s infinite;
}

.slide-1 h1 {
    margin-top: 80px;
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 700;
    font-size: 4.25rem;
    line-height: 85px;
    text-align: center;
    background: linear-gradient(180deg, #E12279 24.71%, #2B0315 81.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.slide-1 h2 {
    margin-top: -20px;
    font-family: 'SF Compact Display';
    font-style: normal;
    font-weight: 790;
    font-size: 1.625rem;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #383838;
}

    .slide-1 h2 span {
        color: #F72585;
    }

.slide-1 .hero-btns {
    margin: 80px auto;
    gap: 12px;
}

.slide-1 .btn-cta {
    padding: 0.75em 1.5em;
    background: #000000;
    border: 2px solid #E12279;
    box-shadow: 0px 0px 40px rgba(234, 10, 111, 0.4);
    border-radius: 8px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.16em;
    color: #ffffff;
    gap: 1.5em;
    transition-property: background, box-shadow;
    transition-duration: 500ms;
}

    .slide-1 .btn-cta .fa-circle {
        color: #E12279;
    }

    .slide-1 .btn-cta:hover,
    .slide-1 .btn-cta:focus {
        background: #E12279;
        box-shadow: unset;
    }

.slide-1 .btn-token {
    padding: 12px 24px;
    background: #000000;
    border: 1px solid #681038;
    border-radius: 8px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.16em;
    color: #ffffff;
    gap: 1.5em;
    transition-property: background, box-shadow;
    transition-duration: 500ms;
}

    .slide-1 .btn-token .fa-circle {
        color: #000000;
        transition-property: color;
        transition-duration: 500ms;
    }

    .slide-1 .btn-token:hover,
    .slide-1 .btn-token:focus {
        box-shadow: 0px 0px 40px rgba(234, 10, 111, 0.4);
        color: #E12279;
    }

        .slide-1 .btn-token:hover .fa-circle,
        .slide-1 .btn-token:focus .fa-circle {
            color: #E12279;
        }

    .slide-1 .btn-cta .fa-chevron-right,
    .slide-1 .btn-token .fa-chevron-right {
        color: #ffffff;
    }

    .slide-1 .btn-cta .fa-stack,
    .slide-1 .btn-token .fa-stack {
        font-size: 1rem;
    }

.slide-1 .scroll-icon {
    position: absolute;
    left: 48%;
    bottom: 0;
    transform: translate(-50%, 0);
}

/* Slide-2 */
.pmv-section.slide-2 .slide-2-wrapper {
    padding-top: 3em;
    gap: 8em;
}

.slide-2 .features .stat {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #383838;
}

    .slide-2 .features .stat .number {
        font-family: 'Orbitron';
        font-style: normal;
        font-weight: 700;
        font-size: 4.25rem;
        line-height: 85px;
        text-align: center;
        color: #E12279;
    }

    .slide-2 .features .stat .side-icons {
        font-family: 'SF Compact';
        font-style: normal;
        font-weight: 790;
        font-size: 1.625rem;
        line-height: 31px;
        letter-spacing: 0.04em;
    }

    .slide-2 .features .stat .arrow {
        color: #ffffff;
    }

    .slide-2 .features .stat .percent {
        color: #E12279;
    }

.slide-2 .features hr {
    width: 50%;
    margin: 46px auto;
}

.slide-2 .content {
    font-family: 'SF Compact Display';
    font-style: normal;
    font-weight: 790;
    font-size: 4rem;
    line-height: 76px;
    color: #383838;
}

    .slide-2 .content span {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        font-size: 4.5rem;
        line-height: 85px;
        color: #F72585;
    }

/* Slide-3 */
.slide-3 .pro-features-head {
    margin-top: 55px;
    font-family: 'SF Compact Display';
    font-style: normal;
    font-weight: 790;
    font-size: 2.625rem;
    line-height: 50px;
    text-transform: uppercase;
}

    .slide-3 .pro-features-head .text-head-1 {
        color: #F72585;
    }

    .slide-3 .pro-features-head .text-head-2 {
        color: #646464;
    }

    .slide-3 .pro-features-head .form-switch {
        margin-left: 44px;
        margin-right: 15px;
    }

.form-switch .form-check-input {
    background-color: #F72585;
    border-color: #F72585;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

    .form-switch .form-check-input:focus {
        border-color: rgba(0, 0, 0, 0.25);
        outline: 0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,0.75)'/></svg>");
    }

    .form-switch .form-check-input:checked {
        background-color: #ffffff;
        border-color: #ffffff;
        border: none;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(247,37,133,1.0)'/></svg>");
    }

.slide-3 .pro-features-desc {
    margin-top: 2em;
    width: 75%;
    text-align: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 31px;
    letter-spacing: 0.04em;
    color: #7D7D7D;
}

.slide-3 .pro-card-container {
    margin: 3em 6.75em 0 6.75em;
    gap: 2.4em;
}

    .slide-3 .pro-card-container .pro-card {
        padding: 24px;
        width: 23%;
        background: #000000;
        border: 1px solid #F72585;
        border-radius: 8px;
        gap: 24px
    }

        .slide-3 .pro-card-container .pro-card .pro-card-title {
            font-family: 'Rubik';
            font-style: normal;
            font-weight: 700;
            font-size: 2.625rem;
            line-height: 50px;
            color: #FFFFFF;
            text-shadow: 0px 0px 40px rgba(234, 10, 111, 0.4);
        }

        .slide-3 .pro-card-container .pro-card .pro-card-content {
            font-family: 'Rubik';
            font-style: normal;
            font-weight: 400;
            font-size: 1rem;
            line-height: 24px;
            color: #7D7D7D;
        }

/* Slide-4 */
.pmv-section.slide-4 .slide-4-wrapper {
    gap: 3.25em;
}

.slide-4 .districts {
    position: relative;
    width: 35% !important;
}

.slide-4 .district {
    position: absolute;
    width: 50%;
    height: 30%;
    filter: grayscale(95%);
    cursor: pointer;
    transition-property: filter;
    transition-duration: 500ms;
}

    .slide-4 .district:hover,
    .slide-4 .district:focus {
        filter: grayscale(0%);
    }

.slide-4 .districts .Technophiles {
    background: url(../images/districts/Technophiles\ 3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-4 .districts .Akademia {
    background: url(../images/districts/Akademia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -200%);
}

.slide-4 .districts .razzle-dazzle {
    background: url(../images/districts/razzle\ dazzle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-150%, -65%);
}

.slide-4 .districts .foodist {
    background: url(../images/districts/foodist.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-110%, 75%);
}

.slide-4 .districts .Financio {
    background: url(../images/districts/Financio.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(5%, 75%);
}

.slide-4 .districts .Fashionista {
    background: url(../images/districts/Fashionista.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(40%, -65%);
}

.slide-4 .info {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #646464;
}

/* Slide-5 */
.slide-5 .slide-5-wrapper {
    position: relative;
    padding: 0 6em;
}

.slide-5 .token .img-rotation {
    visibility: hidden;
    position: relative;
    bottom: 40px;
}

.slide-5 .token .info {
    visibility: hidden;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #383838;
    position: relative;
    bottom: 40px;
}

.slide-5 .token-content-top {
    position: relative;
    top: 5%;
}

.slide-5 .token-content-bottom {
    position: relative;
    bottom: 12%;
}

.slide-5 .pro-block {
    position: relative;
    max-width: 392px;
    padding: 3em;
    border: 1px solid transparent;
    border-radius: 12px;
    cursor: default;
    transition-property: background, border, box-shadow;
    transition-duration: 500ms;
}

    .slide-5 .pro-block:hover,
    .slide-5 .pro-block:focus {
        background: #000000;
        border: 1px solid #E12279;
        box-shadow: 0px 0px 24px rgba(255, 0, 184, 0.5);
    }

    .slide-5 .pro-block .pro-block-title {
        margin-bottom: 24px;
        font-family: 'Orbitron';
        font-style: normal;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 20px;
        color: #FFFFFF;
        transition-property: color;
        transition-duration: 500ms;
    }

    .slide-5 .pro-block:hover .pro-block-title,
    .slide-5 .pro-block:focus .pro-block-title {
        color: #F9519D;
    }

    .slide-5 .pro-block .pro-block-content {
        width: 288px;
        font-family: 'SF Pro Text';
        font-style: normal;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 19px;
        letter-spacing: -0.15px;
        color: #8E8E93;
    }

    .slide-5 .pro-block .pro-block-image {
        position: absolute;
    }

        .slide-5 .pro-block .pro-block-image.image-1 {
            top: 70%;
            right: -34%;
        }

        .slide-5 .pro-block .pro-block-image.image-2 {
            top: 76%;
            left: -34%;
        }

        .slide-5 .pro-block .pro-block-image.image-3 {
            top: -75%;
            right: -25%;
        }

        .slide-5 .pro-block .pro-block-image.image-4 {
            top: -75%;
            left: -25%;
        }

.slide-5 .token-base-title {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 800;
    font-size: 2.625rem;
    line-height: 53px;
    color: #F72585;
    text-shadow: 0px 0px 24px rgba(255, 0, 184, 0.5);
}

/* Slide-6 */
.slide-6 .slide-6-wrapper {
    margin: 0.625em 13em;
    gap: 1.5em;
}

.slide-6 .pro-card-buy {
    background: #1A1A1A;
    border-radius: 24px;
    padding: 40px;
    width: 50%;
    cursor: default;
    border: 1px solid transparent;
    transition-property: background, border, box-shadow;
    transition-duration: 500ms;
}

    .slide-6 .pro-card-buy:hover,
    .slide-6 .pro-card-buy:focus {
        background: #000000;
        border: 1px solid #F72585;
        box-shadow: 0px 0px 40px rgba(234, 10, 111, 0.4);
    }

    .slide-6 .pro-card-buy .image {
        width: 100%;
    }

    .slide-6 .pro-card-buy .title {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        font-size: 2.625rem;
        line-height: 50px;
        color: #FFFFFF;
        transition-property: color;
        transition-duration: 500ms;
    }

    .slide-6 .pro-card-buy:hover .title,
    .slide-6 .pro-card-buy:focus .title {
        color: #F72585;
    }


    .slide-6 .pro-card-buy .content {
        margin-top: 1.5em;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
        color: #7D7D7D;
    }

/* Slide-7 */
.slide-7 .slide-7-wrapper {
    gap: 1.5em;
}

.slide-7 .title {
    margin-top: 1em;
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 700;
    font-size: 4.25rem;
    line-height: 85px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #F72585;
}

.slide-7 .desc {
    width: 450px;
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.15px;
    color: #646464;
}

.slide-7 .pro-team {
    gap: 1.5em;
    margin: 2.5em 6.75em;
}

    .slide-7 .pro-team .pro-member {
        background: #1A1A1A;
        border-radius: 16px;
        width: 392px;
        padding: 3em 3.25em;
    }

        .slide-7 .pro-team .pro-member .image {
            width: 120px;
        }

        .slide-7 .pro-team .pro-member .name {
            margin-top: 24px;
            font-family: 'SF Compact Display';
            font-style: normal;
            font-weight: 790;
            font-size: 1rem;
            line-height: 19px;
            text-align: center;
            color: #F72585;
        }

        .slide-7 .pro-team .pro-member .job-title {
            margin-top: 8px;
            font-family: 'SF Compact Display';
            font-style: normal;
            font-weight: 457;
            font-size: 1rem;
            line-height: 19px;
            text-align: center;
            color: #A6A6A6;
        }

        .slide-7 .pro-team .pro-member .icons {
            margin: 24px 24px;
            padding: 0 72px;
        }

/* Slide-8 */
.slide-8 .slide-8-wrapper {
    padding-top: 160px;
    padding-left: 108px;
    background: url(../images/man-vr.png);
    background-color: #100E0E;
    background-repeat: no-repeat;
    background-position: 100% 100px;
    background-size: 61%;
}

    .slide-8 .slide-8-wrapper .email .title {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        font-size: 2.625rem;
        line-height: 50px;
        color: #F72585;
        text-shadow: 0px 0px 40px rgba(234, 10, 111, 0.4);
    }

    .slide-8 .slide-8-wrapper .email .desc {
        margin-top: 8px;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
        color: #7D7D7D;
    }

    .slide-8 .slide-8-wrapper .email .form-email {
        margin-top: 64px;
    }

    .slide-8 .slide-8-wrapper .contact {
        margin-bottom: 75px;
        width: 426px;
    }

        .slide-8 .slide-8-wrapper .contact .desc {
            margin-top: 12px;
            font-family: 'Rubik';
            font-style: normal;
            font-weight: 400;
            font-size: 1rem;
            line-height: 24px;
            color: #787878;
        }

        .slide-8 .slide-8-wrapper .contact .info {
            margin-top: 8px;
            font-family: 'Rubik';
            font-style: normal;
            font-weight: 700;
            font-size: 1rem;
            line-height: 19px;
            letter-spacing: 0.04em;
            color: #FFFFFF;
        }

    .slide-8 .slide-8-wrapper .form-email input {
        background: #1A1A1A;
        border: 0;
        border-radius: 4px;
        padding: 12px;
        width: 100%;
        height: 72px;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
        color: #ffffff;
    }

    .slide-8 .slide-8-wrapper .form-email button {
        position: absolute;
        top: 12px;
        right: 12px;
        padding: 2.5px 64px;
        z-index: 200;
        background: #222222;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        font-family: 'SF Compact Display';
        font-style: normal;
        font-weight: 790;
        font-size: 1rem;
        line-height: 43px;
        text-align: center;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: #646464;
    }

/* Slide-9 */

.slide-9 .slide-9-wrapper .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide-9 .slide-9-wrapper .links li {
    margin: 16px auto;
}

    .slide-9 .slide-9-wrapper .links li > a {
        text-decoration: none;
        margin: 0 25px;
        font-family: 'SF Compact Display';
        font-style: normal;
        font-weight: 200;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
    }

.slide-9 .slide-9-wrapper .contact {
    margin-top: 82px;
    padding: 12px 16px;
    gap: 24px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
}

    .slide-9 .slide-9-wrapper .contact .desc {
        margin-top: 12px;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #787878;
    }

    .slide-9 .slide-9-wrapper .contact .info {
        margin-top: 64px;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.04em;
        color: #FFFFFF;
    }

.slide-9 .slide-9-wrapper .social {
    margin-top: 38px;
    padding: 24px;
    gap: 24px;
}

.slide-9 .slide-9-wrapper .cr {
    margin-top: 4px;
    padding: 24px 60px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #7D7D7D;
}

/* Footer styling */

footer {
    width: 100%;
    background: #1A1A1A;
    height: 42px;
}

    footer .footer {
        max-width: 1440px;
        width: 100%;
        padding: 12px 108px;
    }

        footer .footer .cr {
            font-family: 'Rubik';
            font-style: normal;
            font-weight: 400;
            font-size: 0.75rem;
            line-height: 14px;
            text-align: center;
            color: #7D7D7D;
        }

        footer .footer .links ul {
            list-style: none;
        }

        footer .footer .links li > a {
            text-decoration: none;
            margin: 0 25px;
            font-family: 'SF Compact Display';
            font-style: normal;
            font-weight: 200;
            font-size: 0.75rem;
            line-height: 14px;
            text-align: center;
            color: #FFFFFF;
        }

/* Districts modal styling */
#districts-modal .modal-body {
    padding: 0;
}

#districts-modal .modal-content {
    background-color: #100E0E;
}

#districts-modal .modal-header {
    border: 0 !important;
}

#districts-modal .btn-close {
    background: transparent url(../images/close-icon.svg) center/1em auto no-repeat;
    background-size: 200%;
    position: relative;
    top: 5em;
    right: 5em;
    z-index: 200;
}

#districts-modal .carousel,
#districts-modal .carousel-inner {
    height: 100%;
}

#districts-modal .carousel-item {
    padding-top: 5em;
}

    #districts-modal .carousel-item h1 {
        font-family: 'Orbitron';
        font-style: normal;
        font-weight: 700;
        font-size: 4.25rem;
        line-height: 85px;
        text-align: center;
        color: #F72585;
        text-shadow: 0px 0px 24px rgba(255, 0, 184, 0.5);
    }

    #districts-modal .carousel-item p {
        width: 25%;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }

    #districts-modal .carousel-item img {
        width: 50%;
        margin-top: 3em;
    }

#districts-modal .carousel-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
