/*---- main page----*/
body {
    min-height: 100vh;
    background: linear-gradient(#10141e, #2b284b) fixed;
    top:0%;
    bottom:0%;
    left:0%;
    right:0%;
    margin: 0%;
    padding: 0%;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
  }

@font-face {
    font-family: 'orbitronlight';
    src: url('https://six-guys.github.io/fonts/orbitron_light-webfont.woff2') format('woff2'),
         url('https://six-guys.github.io/fonts/orbitron_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*------ Headers -------*/

h1 {
    font-family: 'orbitronlight', Arial, sans-serif;
    font-size: 23.25vh;
    display: flex;
    margin-bottom: auto;
    align-items: center;
    justify-content: center;
    color: #fff;
}

h2 {
    font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 5.825vh;
    margin-top: 0.7%;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff015a;
}

h3 {
    font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 2em;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

h4 {
    font-family: 'Montserrat' , Arial, sans-serif;
    font-size:30px;
    margin:0;
    color: rgb(255, 107, 176);    
    text-shadow: 0 0 0.25em #ff0101, 0 0 0.05em whitesmoke;
}

.product-image {
    display: block;
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.banner {
    margin-top: 3.2%;
    margin-left: -3%;
    margin-right: auto;
    margin-bottom: 10%;
    display: block;
    width: 110%;
    height: auto;
}

.container {
    position: relative;
    text-align: center;
    color: white;
  }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


/*------ Main Text -----*/

p {
    font-family: 'Montserrat', Arial;
    color:white;
}

   /* The navigation bar */
   .navbar {
    overflow: hidden;
    background-color: #DE004E;
    opacity: 0.75;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 999;
}

    /* Links inside the navbar */
.navbar a {
    float: left;
    display: block;
    color: #150D2B;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Montserrat', Arial;
}

    /* Change background on mouse-over*/
.navbar a:hover {
    background: #ddd;
    color: black;
}



.navbar-right{
    float:right;
}

.logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
  }

/*------ pricing page purchase button -----*/

.purchase {
    display: flex;
    width: fit-content; 
    margin: auto;  
    margin-top: 20px; 
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 10px;
    letter-spacing: 4px;   

    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s;
    font-family: 'orbitronlight';
    color: #ff015a;    
    border: #ff015a 4px solid;
    text-shadow: 0 0 0.25em #ff015a, 0 0 0.25em whitesmoke;
    box-shadow: 0 0 1em 0 #ff015a, inset  0 0 1em 0 #ff015a;
}

.purchase:hover {
    color: #ff015a;
    text-shadow: 0 0 1em #ff015a;
    box-shadow: 0 0 2em 0 #ff015a, inset  0 0 2em 0 #ff015a;
}

/*----- pricing page header ----*/

.carthead {
    font-family: 'orbitronlight', Arial, sans-serif;
    font-size: 3em;
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

/*----- pricing page main table ----*/


.cart-page{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;	
    padding-top: 10%;
}

.atc {
    display: flex;
    width:300px; 
    height: 200px;
    margin:auto;  
    margin-top: 3px; 
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 10px;
    letter-spacing: 2px; 

    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'orbitronlight';
    color: #ff015a;    
    border: #ff015a 2px solid;
    text-shadow: 0 0 0.25em #ff015a;
    box-shadow: 0 0 1em 0 #ff015a, inset  0 0 1em 0 #ff015a;
    background-color: transparent;
}

.atc image {
    align-items: left;
}

.increment {
    display: flex;
    width: fit-content; 
    margin: auto;  
    margin-top: 20px; 
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    letter-spacing: 4px;   

    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s;
    font-family: 'orbitronlight';
    color: #ff015a;    
    text-shadow: 0 0 0.25em #ff015a, 0 0 0.25em whitesmoke;
}

.increment button {
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: #ff015a;    
    text-shadow: 0 0 0.25em #ff015a, 0 0 0.25em whitesmoke;
}

.minus {
    margin-bottom: 6px;
    margin-right: 6px;
}

.atc:hover {
    color: #ff015a;
    text-shadow: 0 0 1em #ff015a;
    box-shadow: 0 0 2em 0 #ff015a, inset  0 0 2em 0 #ff015a;
}

.atc img{
    border-radius: 6px;
    width: 150px;
    height: 150px;
    color: #fff;
    font-family: 'Montserrat', Arial;
}

.container {
    padding: 2px 10px;
}


/*------- footer ----*/
.footer {
    position: relative;
    margin-top: 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #860029;
    
  }
  
  
.left{
    margin-left: 10px;
    position: absolute;
    color: white;
    text-align: left;
    font-family: "Montserrat";
    font-size: 12.5px;
}


.center{
    position: absolute;
    color: white;
    white-space: pre;
    font-family: monospace;
    bottom: 0;
    left: 32.5%;
}


.right{
    color: white;
    text-align: right;
    
}

/*-------- Features Menu --------*/
.ftable td {

    color: #fff;
    font-family: 'Montserrat';
}

.title h2 {
    font-family: 'orbitronlight';
}

.Bcolor {

    border-color: #ff015a;
}

.Model1 {
    color: #fff;
    font-family: 'Montserrat';
    text-align:left;
    font-size: 30px;
}

.Model1s {
    color: #fff;
    font-family: 'Montserrat';
}

hr.solid {
    color: #ff015a;
}

.title_features h1 {
    padding-top: 100px; 
    font-size: 75px;
    color: #ff015a;
}

.solid {
    background-color: #DE004E;
}

/*---------- Checkout page 1 ---------*/

.containerc {
    margin: 30px auto;
    width: 90vw;
}

ul.navc {
    padding-top: 15px;
    z-index: 100;
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

ul.navc li {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
    color: #aaa;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    font-weight: 700;
    transition: all .3s ease;
    vertical-align: middle;
    height: 60px;
    position: relative;
}

ul.navc li::before {
    content: '';
    width: 25px;
    height: 25px;
    border: 2px solid #aaa;
    border-radius: 50%;
    margin: auto;
    display: block;
    transition: all .3s ease;
}

ul.navc li:hover::before {
    border: 2px solid #fff;
    background: #777;
}

ul.navc li .inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 14px;
    font-weight: bolder;
}

ul.navc li.active, 
ul.navc li:hover {
    color: #444;
}

ul.navc li::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #777;
    border-radius: 50%;
    margin: auto;
    border: 7px solid #fff;
    margin-top: 40px;
    box-shadow: 0 0 5 0 rgba(0,0,0,0.2);
}

ul.navc li:hover::after,
ul.navc li.active::after {
    background: blue;
}

.linec {
    width: 76%;
    margin: auto;
    height: 7px;
    position: absolute;
    left: 11.5%;
    top: 52px;
    z-index: 1;
    border-radius: 50px;
}

.linec span {
    content: '';
    width: 2%;
    height: 100%;
    background-image:#ff015a;
    box-shadow: 0 0 1em 0 #ff015a, inset  0 0 1em 0 #ff015a;
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: all .8s ease;
}

.contentc {
    position: relative;
    display: flex;
    justify-content: center;
    animation: anim .7s linear forwards;
}

.profile:checked~.head .navc li.st1::before,
.settings:checked~.head .navc li.st1::before,
.settings:checked~.head .navc li.st2::before,
.posts:checked~.head .navc li.st1::before,
.posts:checked~.head .navc li.st2::before,
.posts:checked~.head .navc li.st3::before,
.books:checked~.head .navc li.st1::before,
.books:checked~.head .navc li.st2::before,
.books:checked~.head .navc li.st3::before,
.books:checked~.head .navc li.st4::before {
    border: 2px solid #fff;
    background: #777;
    transition: all .3s ease;
}

.settings:checked ~ .head .linec span {
    width: 35%;
}

.posts:checked ~ .head .linec span {
    width: 68%;
}

.books:checked ~ .head .linec span {
    width: 100%;
}

.profile-section,
.account-section,
.post-section,
.advanced-section {
    transform: scale(0);
    transform-origin: center bottom;
    transition: all .7s ease;
    position: absolute;
    top: 0;
}

.profile:checked~.contentc .profile-section,
.settings:checked~.contentc .account-section,
.posts:checked~.contentc .post-section,
.books:checked~.contentc .advanced-section {
    display: block;
    transform: scale(1);
    transform-origin: bottom;
}

.cc {
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'orbitronlight', Arial, sans-serif;
    font-size: 3em;
    color: #fff;
}

.eye1,
.eye2,
.eye3,
.eye4 {
    display: flex;
    margin-top: 10px;
}
.eye1 img, 
.eye2 img, 
.eye3 img, 
.eye4 img {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    border: #210964 2px solid;
    box-shadow: 0 0 2em 0 #2b284b, inset  0 0 2em 0 #2b284b;
}

.pricec1,
.pricec2,
.pricec3,
.pricec4 {
    position: absolute;
    right: 30px;
    padding-top: 70px;
}

.quanc1,
.quanc2,
.quanc3,
.quanc4 {
    position: absolute;
    right: 30px;
    padding-top: 50px;
}

.titlec {
    padding-left: 5px;
    padding-top: 20px;
}

.ec1{
    
    display: none;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'orbitronlight', Arial, sans-serif;
    font-size: 3em;
    color: #fff;
    text-decoration: none;
}

.purchase1 {
    display: none;
    width: fit-content; 
    margin: auto;  
    margin-top: 20px; 
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 10px;
    letter-spacing: 4px; 
    font-weight: 600;  

    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s;
    font-family: 'orbitronlight';
    color: #210964;    
    border: #210964 4px solid;
    text-shadow: 0 0 0.25em #2b284b;
    box-shadow: 0 0 1em 0 #2b284b, inset  0 0 1em 0 #2b284b;
}

.purchase1:hover {
    color: #2b284b;
    text-shadow: 0 0 1em #2b284b;
    box-shadow: 0 0 2em 0 #2b284b, inset  0 0 2em 0 #2b284b;
}


/*---------- Checkout page 2 3 and 4 ---------*/

  .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .rowc2 {
    display: flex;
    margin: auto;
    max-width: 75%;
    text-align: center;
  }
  .col-25 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
  }

  .col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
  }
  
  .col-75 {
    -ms-flex: 75%; /* IE10 */
    flex: 75%;
  }

  .col-50c {
      justify-content: center;
      text-align: center;
  }
  
.shipopt {
    text-align: center;
    font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 1em;
    color: #fff;
    margin-top: 15px;
}

  .col-25,
  .col-50,
  .col-75 {
    padding: 0 16px;
  }
  
  .containerf {
    background: #ff015a;
    padding: 50px 20px 50px 30px;
    border: 1px solid #ff015a;
    box-shadow: 0 0 1em 0 #ff015a, inset  0 0 1em 0 #ff015a;
    border-radius: 6px;
    max-width: 100%;
  }
  
  .btnc {  
    display: flex;
    width:fit-content;
    margin: auto;  
    margin-top: 15px; 
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    max-width: 100%;

    font-size: 1.5vw ;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'orbitronlight';
    color: white;    
    border: #2b284b 2px solid;
    text-shadow: 0 0 0.25em #2b284b;
    box-shadow: 0 0 1em 0 #393566, inset  0 0 1em 0 #393566;
    background-color: transparent;
  }
  
  .btncon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btnc:hover {
    color: #fff;
    text-shadow: 0 0 1em #393566;
    box-shadow: 0 0 2em 0 #393566, inset  0 0 2em 0 #393566;
  }
  
  span.price3 {
    float: right;
    color: grey;
  }
  
  /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
  @media (max-width: 800px) {
    .row {
      flex-direction: column-reverse;
    }
    .col-25 {
        margin-bottom: 20px;
      }
  }

  .pricingfinal {
    padding: 30px;
    text-align: center;
    font-weight: bolder;
    font-size: 13px;
  }
  
  .subtot,
  .taxtot,
  .pricetot {
    font-size: 3vw;
    padding: 30px;
  }