* {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    color: white;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ranchers', cursive;
    font-size: 4rem;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
}

.btn-def {
    background-color: #651FFF;
    color: white;
    padding: .8rem 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 5px;
}

.btn-def:hover {
    background-color: white;
    color: #651FFF;
    transition: background-color .5s ease-out;
    padding: .8rem 2rem;
}

.btn-def:hover i {
    padding-left: .5rem !important;
}


/*
***
* SECTION FOR Navbar
***
* ***********************************
* ********************************
* ***************************************
***
*/

.nav-link {
    color: white !important;
    font-size: 2vw;
}

.nav-link:hover {
    color: #6ca3ea !important;
}

.nav-link i {
    font-size: 1.5rem;
}

.mid-nav .nav-item {
    margin-left: 4rem;
}

.mid-nav .nav-item:first-child {
    margin-left: 0rem;
}

.nav-link i:hover {
    font-size: 1.5rem;
    color: #00347A;
}

.circle-icon {
    border: 2px solid white;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 1.875rem;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: .5rem;
}

.circle-icon:hover {
    background-color: white;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 1.875rem;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: .5rem;
}

.bg-dark {
    background-color: transparent !important;
}

@media (max-width: 786px) {
    .nav-link {
        color: white !important;
        font-size: 2rem;
    }
    .navbar-brand img {
        width: 80%;
    }
    .bg-dark {
        background-color: #8555C0 !important;
    }
    .mid-nav .nav-item {
        margin-left: 0rem;
    }
    .mid-nav {
        float: left;
    }
    .social-nav {
        float: right;
        display: flex;
    }
    .mobile-v {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    .mobile-v .navbar-toggler {
        float: right;
        margin-left: auto;
    }
}


/*
***
* SECTION FOR Hero Section
***
* ***********************************
* ********************************
* ***************************************
***
*/

.hero-img {
    background: url(./images/Power\ in\ your\ hands.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* 
.music-img {
    margin-top: 8rem;
}

.logo-hero {
    width: 35%;
    margin-top: 5rem;
}

.hero-img-sec p {
    font-size: 1.5rem;
}

@media (max-width: 786px) {
    .logo-hero {
        width: 75%;
    }
} */

.create {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.create h2 {
    font-family: 'Roboto', sans-serif;
    color: #8555C0;
    font-size: 5rem;
    font-weight: bold;
}

.desktop-img img {
    width: 100%;
    margin-top: 10rem;
    bottom: 0;
}

.mobile-vr img {
    display: none;
}

@media (max-width: 786px) {
    .create h2 {
        font-size: 2.5rem;
        margin-top: 2rem;
    }
    .create {
        min-height: 60vh;
    }
    .create img {
        margin-top: 3rem;
    }
    .create {
        display: flex;
        justify-content: space-around;
        align-items: flex-end
    }
    .mobile-vr img {
        display: block;
        padding-bottom: 3rem;
    }
    .desktop-img img {
        display: none;
    }
}


/*
***
* SECTION FOR Utility
***
* ***********************************
* ********************************
* ***************************************
***
*/

.utility .col-md-6:last-child {
    background-color: #00347A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem .2rem;
    text-align: center;
}

.utility .col-md-6:last-child .logo-utility {
    width: 50%;
}

.utility .col-md-6:last-child img,
.utility .col-md-6:last-child p {
    display: inline-block;
    vertical-align: top;
}

.utility .col-md-6:last-child p {
    width: 40%;
    text-align: left;
}

.utility .col-md-6:last-child h1 {
    margin-bottom: 4rem;
    margin-top: 1rem;
}

.utility .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.utility {
    position: relative;
    top: 0;
    left: 0;
}

.music-cards {
    position: absolute;
    text-align: center;
    left: 40vw;
    z-index: 99;
    top: 2vh;
    width: 15vw;
}

@media (max-width: 786px) {
    .music-cards {
        display: none;
    }
    .utility .col-md-6:last-child p {
        width: 60%;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .music-cards {
        display: none;
    }
    .utility .col-md-6:last-child {
        background-color: #00347A;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 2rem .2rem;
        text-align: center;
    }
}


/*
***
* SECTION FOR More Utility
***
* ***********************************
* ********************************
* ***************************************
***
*/

.more-utility .col-md-6:first-child {
    background-color: #110944;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3rem .2rem;
    text-align: center;
}

.more-utility .col-md-6:first-child .logo-utility {
    width: 50%;
}

.more-utility .col-md-6:first-child img,
.more-utility .col-md-6:first-child p {
    display: inline-block;
    vertical-align: top;
}

.more-utility .col-md-6:first-child p {
    width: 40%;
    text-align: left;
}

.more-utility .col-md-6:first-child h1 {
    margin-bottom: 4rem;
    margin-top: 1rem;
}

.more-utility .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.more-utility {
    position: relative;
    top: 0;
    left: 0;
}

.music-cards2 {
    position: absolute;
    text-align: center;
    left: 40vw;
    top: 14vw;
    z-index: 99;
}

@media (max-width: 786px) {
    .music-cards2 {
        display: none;
    }
    .more-utility .col-md-6:first-child p {
        width: 60%;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .music-cards2 {
        display: none;
    }
}


/*
***
* SECTION FOR Genesis
***
* ***********************************
* ********************************
* ***************************************
***
*/

.genesis {
    background: url(./images/FEATURED\ PROJECT.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.owl-carousel .col-md-6:first-child h5 {
    margin-top: 5rem;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.owl-carousel .col-md-6:last-child {
    text-align: end;
}

.owl-carousel .col-md-6:last-child .logo-genesis {
    margin-bottom: 3rem;
    width: 60%;
    margin-left: auto;
}

.genesis .btn-def {
    margin-top: 2rem;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 5rem;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: .8rem;
    height: .8rem;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #9e86ff !important;
}

.mobl-g-img {
    display: none;
}

@media (max-width: 786px) {
    .genesis {
        padding: 3rem 0rem;
    }
    .genesis .col-md-6:first-child {
        margin-bottom: 5rem;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 2rem;
    }
    .owl-carousel .col-md-6:last-child .logo-genesis {
        margin-bottom: 3rem;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .owl-carousel .col-md-6:last-child .logo-genesis {
        display: none;
    }
    .desk-img {
        display: none;
    }
    .mobl-g-img {
        display: block;
    }
    .mobl-g-img img {
        margin-top: 2rem;
    }
    .owl-carousel .col-md-6:last-child {
        text-align: left;
    }
    .owl-carousel .col-md-6:last-child h5 {
        margin-top: 5rem;
        margin-bottom: 1rem;
        font-size: 2rem;
    }
    .owl-stage {
        width: 100%;
    }
}


/*
***
* SECTION FOR Industry
***
* ***********************************
* ********************************
* ***************************************
***
*/

.industry {
    background: url(./images/Support\ from\ Ledgendary\ Artists.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry h2 {
    font-size: 6rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 786px) {
    .industry h2 {
        font-size: 3rem;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .industry {
        background: url(./images/iPhone\ 8\ Plus\ -\ 1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/*
***
* SECTION FOR Roadmap
***
* ***********************************
* ********************************
* ***************************************
***
*/

.roadmap {
    background-color: #28007A;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
}

.roadmap h2 {
    font-size: 5rem;
}

.roadmap .logo-roadmap {
    width: 28rem;
}

.roadmap .row:first-child {
    margin-bottom: 5rem;
}

.roadmap h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.roadmap h6,
.roadmap p {
    width: 80%;
}

.roadmap .container-fluid {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

@media (max-width: 786px) {
    .roadmap h6,
    .roadmap p {
        width: 100%;
    }
    .roadmap .col-md-4 {
        margin-bottom: 3rem;
    }
}

@media (max-width: 1024px) {
    .roadmap .container-fluid {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}


/*
***
* SECTION FOR FOoter
***
* ***********************************
* ********************************
* ***************************************
***
*/

.footerbar {
    background-color: #270E48;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 0rem;
    text-align: center;
}

.footerbar p {
    font-size: 2rem;
    font-weight: medium;
}

@media (max-width: 786px) {
    .footerbar p {
        font-size: 1.5rem;
        font-weight: medium;
    }
}

footer {
    background-color: #020413;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0rem;
}

footer a {
    color: white;
    font-size: 2vw;
}

.footer-menu a {
    margin-right: 2rem;
}

footer ul li a {
    margin-right: 2rem;
}

.footer-menu a:last-child {
    margin-right: 0rem;
}

footer ul {
    list-style: none;
    margin-left: auto;
}

footer li {
    display: inline-block;
    float: right;
    margin-left: auto;
}

footer a:hover {
    color: #6ca3ea;
}

footer .footer-si .circle-icon {
    border: 2px solid white;
    width: 3.438rem;
    height: 3.438rem;
    line-height: 2.5rem;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: .3rem;
}

@media (max-width: 786px) {
    footer li {
        display: inline-block;
        float: left;
    }
    footer .col-md-4 {
        margin-bottom: 2rem;
    }
    footer a {
        color: white;
        font-size: 2rem;
        margin-right: 4rem;
    }
}

.modal {
    color: black;
}

.modal ul {
    list-style: disc;
    padding: 0rem 1rem;
}

.modal .btn-def:hover {
    background-color: rgb(241, 77, 77);
    color: white;
}

.modal .close {
    color: rgb(246, 14, 14);
    ;
}

.modal h5 {
    color: #0052A7;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
}

.modal-header {
    justify-content: center;
}