/* start defaults */
body {
    /* min-height: 75rem; */
    /* padding-top: 4.5rem; */
    background-color: #010000;
    font-family: 'lanaFont';
    color: whitesmoke;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.bg {
    background-image: url('../assets/Images/Backgrounds/backgroundArt.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: fixed; */
    box-shadow: 0 0 20px 20px #010000 inset;
    background-position: center center;

}
.bg-market{
    background-image: url('../assets/Images/Backgrounds/backgroundArt.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: fixed; */
    box-shadow: 0 0 20px 10px #010000 inset;
    background-position: center center;

}

.bg-screenshot {
    background-image: url('../assets/Images/Backgrounds/backgroundArt.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: fixed; */
    box-shadow: 0 0 20px 20px #010000 inset;
    background-position: center center;
}

.title {
    text-align: center;
    color: #1CF947;
    text-transform: uppercase;
    font-size: 60px;
    margin: 1rem 0;
}

.sub-title {
    text-align: center;
    color: rgb(197, 15, 15);
    font-size: 40px;
}

/* Start Navbar/header */
/* NavBar Section */
.navbar {
    background-color: rgba(0, 0, 0, 0.75);
}

/* navbar buttons */
.navbar a {
    color: #1CF947;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px;
}

.navbar a:hover {
    color: rgb(17, 143, 42);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(139, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: rgba(139, 0, 0, 0);
}

#vid {
    scroll-margin-top: 10rem;
}

section {
    scroll-margin-top: 4rem;
}

/* end nav buttons */
/* nav bar brand */
.navbar-brand {
    max-width: 100px;

}

#spandrel-logo {
    max-width: 100%;
}

.header .widget-social {
    position: absolute;
    right: 2rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}

.header .widget-social svg {
    margin-right: 20px;
    margin-left: 20px;
}

.widget-social li {
    margin: 0 0px 0 0px;
}

.widget-social li a svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: #1CF947;
}

.widget-social li a:hover svg path {
    fill: rgb(17, 143, 42);
}


.cta-btn {
    padding: 0.5rem 2rem ;
    border: 3px solid #1CF947;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
}

.cta-btn:hover {
    border-color: rgb(17, 143, 42)
}

/* end navbar */

/* key art area */
#Key-Area .container .row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 650px;
    margin-top: 110px;
}


/* Noxia logo */
#Key-Area .container #noxia {
    position: relative;
    top: -450px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    clear: both;

}


/* key art image with faded boarder/box shadow */
.outward-blur {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: thick red solid; */
    box-shadow: 0 0 25px 25px #010000;
    width: 1100px;
}

/* key-art image */
.image-blurred-edge {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../assets/Images/Backgrounds/ns_ultimate_edition_banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 100%; */
    width: 1115px;
    height: 645px;
    /* you need to match the shadow color to your background or image border for the desired effect*/
    box-shadow: 0 0 15px 20px #010000 inset;
}

#Key-Area .container .row a {
    text-decoration: none;
}

.main-image .container {
    /* border: solid thin palegreen; */
    height: 630px;
}

.main-image .container .row {
    /* border: solid thin brown; */
    height: 630px;
}

/* trailer button */
.main-button-left {
    position: absolute;
    left: 22%;
    top: 45%;
    /* border: solid thin forestgreen; */
    background-image: url('../assets/Images/Common/levelupUI2.png');
    background-repeat: no-repeat;
    padding: 15px;
    width: 150px;
    height: 55px;
    text-align: center;
    color: whitesmoke;
    text-transform: uppercase;
}

.main-button-left:active {
    top: 45.2%;
    left: 21.9%;
}

/* steam Button */
.main-button-right {
    position: absolute;
    left: 70%;
    top: 45%;
    /* border: solid thin forestgreen; */
    background-image: url('../assets/Images/Common/levelupUI2.png');
    background-repeat: no-repeat;
    padding: 15px;
    width: 150px;
    height: 55px;
    text-align: center;
    color: whitesmoke;
    text-transform: uppercase;
    /* height: 35px; */
}

.main-button-right:active {
    top: 45.2%;
    left: 69.9%;
}

/* arrow pointing down */
#downarrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 49%;
    top: -10px;
    width: 30px;
}
#features{
    margin-top: 100px;
}
/*feature css*/

#features .cta .content-box {
    text-align: center;
}

#features .btn-feature {
    position: flex;
    left: 22%;
    top: 45%;
    background-image: url('../assets/Images/Common/levelupUI2.png');
    background-repeat: no-repeat;
    padding: 15px;
    font-size: 64%;
    width: 150px;
    height: 55px;
    text-align: center;
    color: whitesmoke;
    text-transform: uppercase;
}

#features .card {
    background-color: #010000;
    
}

#features .card-body {
    border-style: solid;
    text-align: left;
    
}

#features .featurecontainer {
    border: thick ridge grey;
    margin-bottom: 40px;
    margin-top: 3rem;
    padding: 2rem;
    background-color: hsl(220, 71%, 20%);
}

#features .featurecontainermobile {
    border: none;
    background-color: rgb(8, 8, 48);
}

#features .feature-left .featureimg {
    float: left;
    padding-right: 50px;
    height: auto;
    width: 33%;
    height: auto;
}
#features .feature-right .featureimg {
    float: right;
    padding-left: 50px;
    width: 33%;
    height: auto;
}

#features .featureimg-mobile {
    height: auto;
    width: 40%;
}

#features .btn-primary {
    position: flex;
    left: 22%;
    top: 45%;
    background-image: url('../assets/Images/Common/levelupUI2.png');
    background-repeat: no-repeat;
    padding: 15px;
    width: 150px;
    height: 55px;
    text-align: center;
    color: whitesmoke;
    text-transform: uppercase;
}

#features .card {
    background-color: rgb(8, 8, 48);
    margin-left: 15px;
    margin-right: 15px;
}

#features .featurehead {
    color: #E91A1E;
}

.bg-features {
    background-color: rgb(8, 8, 48);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 50px 50px black inset;
    background-position: center center;
}

#features .btn-primary {
    position: flex;
    left: 22%;
    top: 45%;
    /* border: solid thin forestgreen; */
    background-image: url('../assets/Images/Common/levelupUI2.png');
    background-repeat: no-repeat;
    padding: 15px;
    width: 150px;
    height: 55px;
    text-align: center;
    color: whitesmoke;
    text-transform: uppercase;
}

#features .card {
    background-color: black;
}

#features .btn-primary {
    position: flex;
    left: 22%;
    top: 45%;
    /* border: solid thin forestgreen; */
    background-image: url('../assets/Images/Common/levelupUI2.png');
    background-repeat: no-repeat;
    padding: 15px;
    width: 150px;
    height: 55px;
    text-align: center;
    color: whitesmoke;
    text-transform: uppercase;
}

#features .card {
    background-color: black;
}

/* End Features */

/* media section */
#media-title {
    margin-top: 3rem;
}

.press-icon {
    fill: whitesmoke;
    display: flex;
    width: 8%;
    margin: 1rem auto 5rem auto;
}

.press-icon:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: whitesmoke;
}

.press-icon:hover {
    fill: #E91A1E;
}



#media a {
    width: 33%;
    padding-right: calc(var(--bs-gutter-x) * .25);
    padding-left: calc(var(--bs-gutter-x) * .25);
}

#media .screenShots h3 {
    position: relative;
    /* top: -40px; */
    margin-top: 25px;
}

#media .screens {

    width: 100%;
    margin-bottom: 10px;
    border: gray ridge thick;
    /* border-radius: 30px; */
}

#media .screens:hover {
    /* width: 400px;
      height: 200px; */
    /* border:2px solid #fff; */
    box-shadow: 0px 0px 12px 7px rgb(112, 1, 1);
    -moz-box-shadow: 0px 0px 12px 7px rgba(112, 1, 1);
    -webkit-box-shadow: 0px 0px 12px 7px rgba(112, 1, 1);
    -khtml-box-shadow: 0px 0px 12px 7px rgba(112, 1, 1);
}

#media .carousel {
    width: 100%;
    margin-bottom: 25px;
    border: gray ridge thick;
    padding: 0;
}

#media .mobile {
    padding-left: 20px;
    padding-right: 20px;
}

/* Video */
#press .video {
    display: flex;
    align-items: center;
    justify-content: center;
}

#press .video {
    text-align: center;
    margin-top: 60px;
}

#press iframe {
    max-width: 600px;
    height: 480px;
}


/* end video section */
/* wallpapers section */
#Backgrounds a {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * .25);
    padding-left: calc(var(--bs-gutter-x) * .25);
}

#Backgrounds {
    margin-top: 100px;

}

#Backgrounds .screenShots h3 {
    position: relative;
    /* top: -40px; */
    margin-top: 25px;
}

#Backgrounds .screens {

    width: 100%;
    height: 360px;
    margin-bottom: 10px;
    border: gray ridge thick;
    /* border-radius: 30px; */
}

#Backgrounds .screens:hover {
    box-shadow: 0px 0px 12px 7px rgb(112, 1, 1);
    -moz-box-shadow: 0px 0px 12px 7px rgba(112, 1, 1);
    -webkit-box-shadow: 0px 0px 12px 7px rgba(112, 1, 1);
    -khtml-box-shadow: 0px 0px 12px 7px rgba(112, 1, 1);
}

#Backgrounds .carousel {
    width: 100%;
    margin-bottom: 25px;
    border: gray ridge thick;
    padding: 0;
}

#Backgrounds .mobile {
    padding-left: 20px;
    padding-right: 20px;
}

/* end wallpaper section */
/* start social */
.storelogos {
    fill: whitesmoke;
    display: flex;
    width: 10%;
}

.storelogos:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: whitesmoke;
}

.storelogos:hover {
    fill: #E91A1E;
}


#social {
    margin-top: 50px;
    margin-bottom: 150px;
    /* padding-top: 25px; */
    /* height: 200px; */
}

#social .widget-social {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    /* border: solid blue thick; */
    text-align: center;
}

#social .widget-social li {
    width: 10%;
}
#social .widget-social li svg{
    width: 35%;
    height: auto;
    /* border: solid red thick; */
}

.widget-social li a svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: whitesmoke;
}

.widget-social li a:hover svg path {
    fill: #E91A1E;
}

/* end social */

/* market section */
#market {
    content: "";
    clear: both;
    margin-bottom: 150px;
    margin-top: 100px;
    /* padding-top: 30px; */
    /* margin-bottom: 100px; */
    /* height: 150px; */
    /* clear: both; */
}
#market .bg{
    box-shadow: clear;
}

#market .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
#market .row .col {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}


/* end market section */

/* start footer */
footer .footer-bottom {
    /* margin-top: 1px; */
    padding: 50px 0 15px;
    border-top: thin solid darkgray;
    background: #010000;
}

#footer .footer-bottom .wrap-fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer .footer-bottom .wrap-fx .Copyright p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    text-transform: capitalize;
    position: relative;
    color: rgb(128, 128, 128);
}
#footer h4{
    padding-bottom: 25px;
    text-align: center;
}
#footer .footer-bottom .wrap-fx .list {
    display: flex;
}

#footer .footer-bottom .wrap-fx .list li {
    margin-left: 24px;
}

#footer .footer-bottom .wrap-fx .list li a {
    font-size: 14px;
    line-height: 1.57;
}
#footer .footer-bottom .row,
#footer .footer-bottom .col {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0%;
    width: 100%;
}

#footer .footer-bottom .col a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

#footer .footer-bottom .col a img {
    width: 100%;
    min-width: 100px;
    max-width: 150px;
    margin-bottom: 50px;
}

/* start modal */
.mobile {
    display: none;
}

.modal {
    z-index: 999999 !important;
}

/* Modal main */
.modal .modal-dialog {
    position: relative;
    max-width: 1200px;
    /* border: goldenrod thin solid; */

}

.modal .modal-content {
    position: relative;
    background: url("/../assets/images/Additional\ assets/Background_07t.png") center center fixed no-repeat;
    border: gray thick ridge;
}

.modal .modal-content .header-popup {
    /* margin-top: 15px; */
    /* margin-bottom: 30px; */
    position: relative;
}

.modal .modal-content .header-popup h5 {
    color: whitesmoke;
    margin-bottom: 0;
}

.modal .modal-content .modal-body {
    padding: 0;
}

.modal .modal-content .modal-body .sc-box a {
    margin-bottom: 10px;
}


.modal .modal-content .modal-body .sc-box .img {
    margin-bottom: 10px;
    min-height: 200px;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 145, 0, 0.63), rgba(255, 0, 0, 0));

}

.modal .modal-content .modal-body .sc-box h6 {
    color: whitesmoke;
    margin-bottom: 10px;
}

.modal .modal-content .modal-body .sc-box .content {
    margin-bottom: 0;
    color: whitesmoke;
}

.modal .modal-content .modal-body .sc-box .content p {
    background-color: #010000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: left;
}

.modal .modal-content .close {
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 30px;
    right: 10px;
    border: none;
    z-index: 9999;
    padding: 0;
    background: none;
    color: whitesmoke;
    line-height: 0;
}

.modal .modal-content .close:hover  {
    color: #E91A1E;
}

/* end modal */

/* screen size media */
@media only screen and (max-width: 1400px) {

    /* header */
    .header .widget-social {
        position: absolute;
        right: 0;
        margin-right: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style-type: none;
    }

    /* main buttons start */
    .main-button-left {
        left: 22%;
    }

    /* steam Button */
    .main-button-right {
        left: 67%;
    }

    .main-button-right:active {
        top: 45.2%;
        left: 66.9%;
    }

    .main-button-left:active {
        top: 45.2%;
        left: 21.9%;
    }
    #Backgrounds .screens {

        height: 300px;
    }

    /* footer */
    #footer .footer-bottom .center img {
        width: 20%;
    }
}


@media only screen and (max-width: 1200px) {

    /* main buttons start */
    .main-button-left {
        left: 18%;
    }

    /* steam Button */
    .main-button-right {
        left: 69%;
    }

    .main-button-right:active {
        left: 68.9%;
    }

    .main-button-left:active {
        left: 17.9%;
    }
    #Backgrounds .screens {

        height: 280px;
    }

    /* footer */
    #footer .footer-bottom .wrap-fx .Copyright p {
        font-size: 12px;
    }
    #social .widget-social li svg{
        width: 40%;
        height: auto;
        /* border: solid red thick; */
    }
}

@media only screen and (max-width: 1100px) {

    /* main buttons start */
    .main-button-left {
        left: 15%;
    }

    /* steam Button */
    .main-button-right {
        left: 71%;
    }

    .main-button-right:active {
        left: 70.9%;
    }

    .main-button-left:active {
        left: 14.9%;
    }
   
}

@media only screen and (max-width: 1000px) {

    /* main buttons start */
    .main-button-left {
        left: 28%;
        top: 60%;
    }

    /* steam Button */
    .main-button-right {
        left: 55%;
        top: 60%;
    }

    .main-button-right:active {
        top: 60.2%;
        left: 54.9%;
    }

    .navbar a {
        font-size: 1rem;
    }
    .main-button-left:active {
        top: 60.2%;
        left: 27.9%;
    }

    /* screenshots start */
    #media a {
        width: 50%;
    }

    .press-icon {
        fill: whitesmoke;
        display: flex;
        width: 15%;
        margin: 1rem auto 5rem auto;
    }

    /* wallpaper start */
    #Backgrounds a {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {

    /* platforms start */
    #market .storelogos {
        margin-right: 0;
        width: 25%;
        color: white;
    }

    .itchIcon {
        color: white;
        fill: white; 
    }

    #market .storelogos2 {
        margin-right: 0;
    }
    #Backgrounds .screens {

        height: 230px;
    }

    /* footer */
    #footer .footer-bottom .wrap-fx .Copyright p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {

    /* header */
    .header .widget-social {
        position: relative;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style-type: none;
    }

    /* Key-art area start */
    #Key-Area .container .row .main-button-left,
    #Key-Area .container .row .main-button-right {
        display: flex;
        align-items: center;
        justify-content: center;
        left: 37%;
        top: -450px;
        margin-top: 10px;
        position: relative;
    }

    #downarrow {
        left: 48%;
    }

    /* main buttons start */
    .main-button-left:active,
    .main-button-right:active {
        top: 60.2%;
        left: 27.9%;
    }

    /* swape from desktop to mobile */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #features .featurecontainer {
        border-style: none;
    }


    #features .featurecontainermobile {
        border: thick ridge grey;
        margin-bottom: 40px;
        padding: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    /* Media start */
    .bg-screenshot {
        background-size: cover;
        /* position: fixed; */
        box-shadow: 0 0 20px 20px black inset;
        background-position: center center;
    }

    /* screenshots */
    #media a {
        width: 100%;
    }

    /* wallpapers */
    #Backgrounds a {
        width: 100%;
    }

    /* platforms start */
    #market {
        padding-top: 10px;
    }

    /* footer start */
    #footer .footer-bottom .center a img {
        width: 35%;
    }
    #social .widget-social li svg{
        width: 40%;
    }
    #social .widget-social li {
        width: 30%;
    }

}

@media only screen and (max-width: 757px) {
    #vid iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {

    /* media */
    #media .mobile {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* video */
    #vid iframe {
        height: 360px;
    }

    #footer .footer-bottom .center a img {
        min-width: 150px;
    }
}

@media only screen and (max-width: 550px) {

    /* footer */
    #footer .footer-bottom .wrap-fx .Copyright p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {

    /* key art area start */
    #Key-Area .container .row .main-button-left,
    #Key-Area .container .row .main-button-right {
        width: 100px;
        height: 37px;
        /* margin-left: 5px; */
        padding: 20px;
        font-size: 13px;
        background-image: url('../assets/Images/Common/levelupUI2mobi.png');
    }

    #downarrow {
        top: -30px;
        left: 47%;
    }

    /* platform area */
    #market {
        padding-top: 30px;
    }
    #Key-Area .container #noxia {
        top: -400px;
    }

}

@media only screen and (max-width: 470px) {

    /* video */
    #vid iframe {
        height: 325px;
    }
}

@media only screen and (max-width: 410px) {

    /* video */
    #vid iframe {
        height: 300px;
    }

    /* platform */
    #market {
        /* padding-top: 30px; */
        margin-top: 150px;
        /* margin-bottom: 0px; */
        /* clear: both; */
    }
    #social .widget-social li svg{
        width: 40%;
    }
    #social .widget-social li {
        width: 45%;
    }
}

@media only screen and (max-width: 350px) {

    /* key art area */
    #Key-Area .container .row .main-button-left,
    #Key-Area .container .row .main-button-right {
        width: 100px;
        height: 37px;
        left: 34%;
        font-size: 15px;
        background-image: url('../assets/Images/Common/levelupUI2mobi.png');
    }

    #downarrow {
        top: -50px;
        left: 47%;
    }

    /* footer area */
    #footer .footer-bottom .center a img {
        width: 20%;
        min-width: 125px;
    }

}

@media only screen and (max-width: 320px) {
    #vid iframe {
        height: 240px;
    }
}

@media only screen and (max-width: 303px) {

    #Key-Area .container .row .main-button-left,
    #Key-Area .container .row .main-button-right {
        width: 100px;
        height: 37px;
        left: 30%;
        font-size: 15px;
        background-image: url('../assets/Images/Common/levelupUI2mobi.png');
    }

    #downarrow {
        top: -100px;
        left: 43%;
    }

}