*{
    font-family: montserrat, montserrat-alternates, gloria-hallelujah, indie-flower, flood-std, 'Poppins' , sans-serif ;
    box-sizing: border-box;
    padding: 0;
    margin: 0;

    /* UNSELECTABILITY */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}

body {
    overflow-x: hidden;
}

main {
    overflow-y: auto;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08);}
    100% { transform: scale(1); }
    
}

nav{
        width:auto;
        /* filter: drop-shadow(0px 4px 4px rgba(61, 30, 30, 0.25)); */
}

.navbar-brand img{
    height: 30px;
}

.navbar-brand:hover{ 
    animation: pulse 1s infinite;
    animation-timing-function: linear;   
    }

@media (min-width: 1199.98px) {
    .navbar-brand{
        margin-left: 50px;
    }
}

.nav-item{
    margin-right: 40px ;
    margin-left: 40px ;
    letter-spacing: 0.2em;
    font-size: 17px;
    font-weight: 500;
    
}

.navbar-nav > .active > a
{
    color: rgb(247, 204, 16);
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    /* outline-color: #FFF; */
    box-shadow: none;
    border-color: rgb(255, 255, 255) !important;
}
.navbar-nav{
    padding-right: 90px;
    /* text-align: center; */
    text-transform: uppercase;
}

.nav-link{
    color: #FFF;
    position: relative;
}



.nav-item a:hover {
    color: rgb(247, 174, 16);
}

.nav-item > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

.nav-item > a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}


@media (max-width: 990.98px){
    .nav-item{
        margin-left: 20px;
    }
}


@media (min-width: 1199.98px){
    .navbar-nav{
        text-align: center;
    }
}

@media (max-width: 1199.98px) {
    .navbar-brand{
        margin-left: 15px;
    }
    .nav-item > a::before{
        width: 10%;
    }
    .navbar-nav a{
        text-align: left;
    }
}


/* HERO */

#hero{
    position: relative;
    /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center ;
}
#hero-bg {
    position: absolute;
    top: 0; 
    margin: 0 auto; 
    width: 100vw;
    height: 100%;
    object-fit:cover;
    z-index: -1;
}

#portia_title{
    margin-top: 100px;

    transition: all 1s ease-in-out 0s;

}
@media (min-width: 899.98px){
    #portia_title{
        
        width: 650px !important;
    }
}


@media (max-width: 899.98px){
    #portia_title{
        
        width: 450px !important;
    }
}


@media (max-width: 699.98px){
    #portia_title{
        
        width: 350px !important;
    }
}
#portia_title:hover{
    animation: pulse 1s infinite;
    animation-timing-function: linear;   
}

.now_available{
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgba(174,212,236,1) 0%, rgba(174,212,236,0.8267682072829132) 45%, rgba(0,0,0,0) 100%);
    text-align: center;
    font-family: montserrat-alternates;
    bottom:0;
    padding-bottom: 20px;
   height: 150px;
    text-shadow: 0px 2px 4px rgba(75, 75, 75, 0.55);
    transition: all ease-in-out 0.5s;
}

.now_available a{
    top: 100px;
    letter-spacing: 0.2em;
    font-weight: 500;
    padding-bottom: 0px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    width: min-content;
}
@media (max-width: 699.98px){
    .now_available{
        padding-bottom: 180px;
    }
}

.now_available_container
{
    width: 350px;
    margin: 0 auto;
}
.now_available a:hover > h1, .now_available a:hover >.h1{
    color: rgb(235, 66, 0);
}

.now_available a h1{
    font-size: 26px;
    margin-top: 50px;
}



.bi-chevron-compact-down{
    color: rgb(0, 0, 0);
}

/* SHOP LINKS */

.download_sites{
    padding-top: 50px;
    width: 100%;
    background: rgb(174,212,236);
    height: auto;

}

.shop_links{
    position: relative;
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-direction: column;
}

.shop_links a img{
    max-width: 200px;
    margin: 20px;
    transition: all ease-in-out 0.5s;
    

}

.shop_links a:hover >img {
    transform: scale(1.2);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.xbox{
    width: 100px ;
    padding-right: 20px;
}
.nsswitch{
    width: 150px ;

}

.pc_stores{
    margin-bottom: 40px;
}

.phone_stores{
    margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
    .shop_links a img{
        max-width: 100px;
        margin: 10px;
       
    }
    .phone_stores{
        margin-bottom: 110px;
    }
}

.shop_links::after{
    background: linear-gradient(to right, transparent 0%, #00000050 25%, #000000 50%, #00000050 75%, transparent 100%);  
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}


/* VIDEO */


#video{
    height: auto;
    width: 100%;
    background-color: rgb(174,212,236);
}



.video_container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 20px;
    text-align: justify;
}
#video h2{
    text-align: center;
    width: 85%;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family:montserrat;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color:rgb(235, 114, 0);
    /* text-decoration: underline;
    text-underline-offset: 10px; */
    line-height: 45px;
}

#video h2::before {
    content: "";
    position: absolute;
    top: 75px;
    left: 49%;
    width: 150px;
    height: 6px;
    transform: skew(-20deg) translateX(-50%);
    background: rgba(241, 81, 7, 0.63);
    z-index: 2;
}

@media (max-width:985px){
    #video h2::before {
        content: "";
        position: absolute;
        top: 120px;
        left: 49%;
        width: 150px;
        height: 6px;
        transform: skew(-20deg) translateX(-50%);
        background: rgba(241, 81, 7, 0.63);
        z-index: 2;
    }
}

@media (max-width:525.9px){
    #video h2::before {
        content: "";
        position: absolute;
        top: 170px;
        left: 49%;
        width: 150px;
        height: 6px;
        transform: skew(-20deg) translateX(-50%);
        background: rgba(241, 81, 7, 0.63);
        z-index: 2;
    }
}

.video_container h3{
    width: 80%;
    font-family:gloria-hallelujah;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.1em;
    transition: all ease-in-out 0.25s;
    color: #000000a1;
}
.video_container iframe{
    width: 1020px;
    height: 630px;
    transition: all ease-in-out 0.5s;
}


@media (max-width: 599.98px) {
    .video_container iframe{
        width: 320px;
        height: 215px;
    }
}

@media (max-width: 699.98px){
    .video_container h3{
        font-family:gloria-hallelujah;
        font-size: 14px;
        letter-spacing:0.07em;
        line-height: 18px;
        
    }
}

@media (min-width: 599.98px) and (max-width: 1024.98px) {
    .video_container iframe{
        width: 510px;
        height: 315px;
    }
}

@media (max-width: 339.98px){
    .video_container iframe{
     display: none;
    }
}

/* .video_container::after{

        background: linear-gradient(to right, transparent 0%, #00000050 25%, #000000 50%, #00000050 75%, transparent 100%);  
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;

    
} */


/* FEATURES */

#features{
    background-color: rgb(174,212,236);
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.features_title h2{
    font-family: montserrat;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    /* text-decoration: underline;
    text-underline-offset: 10px; */
    color:rgb(235, 114, 0);
    font-weight: 600;
}


.features_title h2::before {
    content: "";
    position: absolute;
    top: 75px;
    left: 50%;
    width: 150px;
    height: 6px;
    transform: skew(-20deg) translateX(-50%);
    background: rgba(241, 81, 7, 0.63);
    z-index: 2;
}

.features_container{
    justify-content: center;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #000000;
    min-width: 250px;
    max-width: 250px;
    min-height: 250px;
    max-height: 250px !important;
    width: 22%;
    padding-left: 0;
    padding-right: 0;
    /* padding-bottom : 21%; = width for a 1:1 aspect ratio */
    margin:1.66% auto;
    overflow: hidden;
    
}

.features_container__overlay h5{
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.05em;
    color:rgb(255, 255, 255);
}

.features_container__overlay{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.5);  
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.55s;
    backdrop-filter: blur(1.5px)
}

video{
    outline: 2px solid #ffffff;
    outline-offset: -2px ;
}

.features_container__overlay > * {
    transform: translateY(0px);
    transition: transform 0.25s;
}

.features_container__overlay:hover{
    opacity: 0;
    
}

.features_container__overlay:hover > *{
    transform: translateY(-125px);
    
}

#features::after{

    background: linear-gradient(to right, transparent 0%, #00000050 25%, #000000 50%, #00000050 75%, transparent 100%);  
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;


}


/* BOARD RATINGS */

.board_ratings{
    background-color: rgb(174,212,236);
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.prize_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    
}

.prize_container img{
    max-height: 170px;
    max-width: 270px;
    padding: 0 20px 0 20px;
    transition: all ease-in-out 0.5s;
}

.ratings_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.ratings_container img{
    max-height: 80px;
    max-width: 220px;
    padding: 0 10px 0 10px;
    transition: all ease-in-out 0.35s;
    opacity: 45%;
}

.ratings_container a:hover > img{
    opacity: 100%;
}

@media (max-width: 599px) {
    .prize_container img{
        max-height: 100px;
        max-width: 200px;
        padding: 0 10px 0 10px;
    }
    
    .ratings_container img{

        max-height: 50px;
        max-width: 120px;
        padding: 0 5px 0 5px;
    }

}

@media (max-width: 459px){
    .prize_container img{
        max-height: 80px;
        max-width: 180px;
        padding: 0 10px 0 10px;
    }
}

/* FOOTER */


footer{
   
    background-color: 	rgb(34, 34, 34);
    overflow: hidden;
}
.footer-social ul > li{
    display: inline-block;
}

.social-item {
    text-decoration: none;
    list-style: none;
    transition: all .5s ease-in-out;
    padding: 15px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.social-item:hover {
  transform: scale(2);
  transition: all ease 500ms;
}

.social-item img {
    width: auto;
    height: 25px;
    transition: all .2s ease-in-out;
}


.footer-brand{
    width: 200px;
    margin: 0 auto;
}

.copyright{

    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #fff;
}

.footer-navbar-nav{
    list-style-type: none;
    padding: 0;
    

}

.footer-links{
    overflow: hidden;
    text-transform: uppercase;
}

.footer-links a:active{

      color: rgb(255, 200, 21)
}
.footer-links a:focus{
    color: rgba(255, 255, 255, 0.541)
}
@media (min-width: 1199.98px) {
    .footer-navbar-nav{
        width: 320px;
    }
    .footer-social{
        padding-top: 100px;
    }
    .footer-links{
        padding-top: 50px;
    }
}

.footer-social a{
    margin-left: 6px;
    margin-right: 6px;
    color: #000;
}

.footer-social a:hover{
    color: #fff;
}

.footer-nav-item a{
    color: rgb(255, 255, 255);
}

.footer-nav-item a:hover{
    color: rgb(255, 200, 21);
}

.footer-brand:hover{ 
animation: pulse 1s infinite;
animation-timing-function: linear;   
}



/* ------- BACKERS PAGE CSS ---------- */

.backers_hero{
    position: relative;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    min-height: 72vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-bg {
    position: absolute;
    top: 0; 
    margin: 0 auto; 
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: opacity(68%);
  }

  .thanks_main{
    width: 100vw;
    position: absolute;
    background:  radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.45) 10%, rgba(0, 0, 0, 0) 100%);
    justify-content: center;
    text-align: center;
}


.thanks_main h1{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: 'flood-std';
    letter-spacing: 0.35em;
    font-weight: 400;
    color: #e25e05;
    font-size: 42px;
    text-shadow: 0px 2px 4px rgba(75, 75, 75, 0.55),
                1px 4px 4px rgba(39, 39, 39, 0.55);
    transition: all 0.25s ease-in-out 0s;
}

@media(max-width: 360px){
    .thanks_main h1{
        letter-spacing: 0.1em;
        font-size: 34px;
    }
    .thanks_main h2 {
        font-size: 18px;
    }
}


.thanks_main h2{
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25),
                5px 6px 6px rgba(0, 0, 0, 0.15),
                -5px 6px 6px rgba(0, 0, 0, 0.15);
    font-family: montserrat-alternates;
    font-size: 22px;
    letter-spacing: 0.3em;
    color: #ffffff;
    margin-bottom: 70px;
    font-weight: 600;

}

/* BACKERS SECTION */
.subheader{
    padding-top: 50px;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #FF996C;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));

}

.mainheader{

    padding-top: 25px;
    letter-spacing: 0.03em;
    font-size: 26px;
    padding-bottom: 100px;
    text-decoration: underline 1.5px;
    text-underline-offset: 10px;
    padding-bottom: 50px;
}

#backers{
    text-align: center;
    width: 100vw;
    overflow: hidden;


}
#backers_box{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 99.1vw;
    /* top: -200px; */
    position: relative;
    height: 38vh;
    overflow-y: scroll;
   
}

#backers_box::-webkit-scrollbar{
    width: 5px;
}

#backers_box::-webkit-scrollbar-track {
    background-color: #ffffff00;        /* color of the tracking area */
  }

#backers_box::-webkit-scrollbar-thumb{
    border-radius: 20px;
    border: 3px solid orange;

}

#backers_names{
    position: absolute;
    top: 0;
    width: 90vw;
    padding: 0;
    text-transform: uppercase;
    word-spacing: 10000px;
    letter-spacing: 0.1em;
    font-size: 11.5px ;
    /* text-align: justify; */
    text-align: center;
    text-justify: inter-word;
    filter: opacity(55%);
    column-count: 6;

}


@media (max-width: 1799.98px){
  #backers_names{
  column-count: 5;
  }
}
@media (max-width: 1699.98px){
  #backers_names{
  column-count: 4;
  }
}

@media (max-width: 1399.98px){
  #backers_names{
  column-count: 3;
  text-align: center;
  }
}

@media (max-width: 999.98px){
  #backers_names{
  column-count: 2;

  }
}

@media (max-width: 799.98px){
  #backers_names{
  column-count: 1;
  }
}



.bg-spacer{
    position: absolute;
    left: 0;
    height: 25px;
    width: 100vw;
    overflow: hidden;
    background: #ffffff;
    filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.25));
}

.termsandprivacy{
    justify-content: center;
    display: flex;
    color: #fff;
    flex-direction: row;
    padding-bottom: 20px;
    font-weight: 300 ;
    font-size: 14px;
    padding-top: 15px;
}

.termsandprivacy a {
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    color: #fff;

}

.termsandprivacy a:hover {
    text-decoration: none;
    color: orange;
}