@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@font-face {
  font-family: 'Space Comics';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/Space-Comics.woff') format('woff');
}
@font-face {
  font-family: 'CarosSoftThin';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/CarosSoftThin.woff') format('woff');
}
html,body{
  background-color: #000000;
  overflow-x:hidden;
  overflow-y:visible;
  scroll-behavior: smooth;
  
}
header.masthead {
  position: relative;
  height: auto;
  min-height: 90vh;
}
.caros {
  font-family: 'CarosSoftThin', sans serif;
}
.masthead{
  background:linear-gradient(to bottom,rgba(0, 0, 0, 0.70) 100%, rgba(114, 12, 7, 0.3) 50%),url("/templates/darkphase/145/uploads/328-img_header_background_image-20220314152243.jpg");
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
}
.header-top-margin{
  margin-top: 340px;
}
.bg-black{
    background:#0f0f0f;
}

/* NavBar */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav-wrapper{
    margin-left: 15%;
    margin-right: 15%;
}
.nav{
    width: 100%;
    height: 88px;
    line-height: 65px;
    text-align: center;
    background-color: #0e0e0e;
}
.nav div.logo{
    padding-top: 5px;
    position: absolute;
}
.nav div.logo a{
    text-decoration: none;
    color: #ffffff;
    font-size: 1.8em;
    text-transform: uppercase;
}
.nav div.logo a:hover {
    color: #ffffff;
}
.nav div.main_list{
    height: 65px;
    float: right;
}
.nav div .main_list ul{
    width:100%;
    height: 65px;
    display: flex;
    list-style: none;
}
.nav div.main_list ul li{
    width: 120px;
    height: 65px;
}
.nav div.main_list ul li a{
    text-decoration: none;
    color: #ffffff;
    line-height: 65px;
    text-transform: uppercase;
}
.nav div.main_list ul li a:hover{
    color: #12a246;
}
.nav div.main_list ul li a.active{
    color: #12a246;
}
.nav div.media_button {
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 23px;
    display: none;
}
.nav div.media_button button.main_media_button {
    width: 100%;
    height: 100%;
    background-color: transparent;;
    outline: 0;
    border: none;
    font-size: 40px;
    cursor: pointer;
}
.nav-mobile{
    position: absolute; 
    left: 46%;
}
.mobile-navb{
    margin-left: 13px;
}
a.active {
    color: #ffe300;
}

/* Hamburger menu */
.bar1, .bar2, .bar3 {
  width: 44px;
  height: 6px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1{
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-10px, 8px);
}

.change .bar2{
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/*-- end nav --*/

.title{
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 4rem;
  font-size: 30px;
	
}
.second{
    max-width: 100%;
    margin: 0 auto;
}

h1{
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 4rem;
  font-size: 30px !important;
  color: #ffffff;

}


h3{
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 4rem;
  font-size: 20px !important;
  color: #12a246;
}
h5, h4, li {
  font-family: Arial, Helvetica, sans-serif;
  
}

h6{
font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
  color: #ffffff;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  
}
span.dash {
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 32px;
    font-family: 'Impact';
}
.p-content{
    font-size: 21px;
}
button.btn.btn-link.text-white {
    font-family: Arial, Helvetica, sans-serif;
}
a {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.vero {   
  background:linear-gradient(to bottom,rgba(0, 0, 0, 0.70) 100%, rgba(114, 12, 7, 0.3) 50%),url("/templates/darkphase/145/uploads/328-img_middle_background_image-20220314154617.jpg");
  background-attachment: fixed;  
  background-size: cover;
}
.copyright{
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 19px;
}
.home-text {
  max-width: 60rem;
  margin: 0 auto;
}

.page-height {
	margin-bottom: 200px;
}

/* Buttons */
.play-now-btn {
  color: #ffffff;
  background-color: #12a246;
  border-radius: 100px;

  font-size: 1.6rem;
   padding:0 5% 0 5%;
 border: 2px solid #ffe300;

}
.play-now-btn:hover {
  color: #12a246;
  background-color: #000000;
  border: 2px solid ;
}

.dmca-btn {
	border: 1px solid #fff;
	border-radius: 10px;
	margin-bottom: 150px;
}

.launch-btn {
  color: #ffffff;
  background-color: #12a246;
  border-radius: 100px;
   font-size: 1.7rem;
  padding:0 5% 0 5%;
  margin:0 auto 0 auto;
  display:block;
  border: 2px solid #ffe300;

}
.launch-btn:hover {
  color: #12a246;
  background-color: #000000;
  border: 2px solid ;
}

.btn-outline-warning{
    border: 2px solid #12a246;
    border-radius: 21px;
    padding: 10px 23px 8px 23px;
    font-size: 16px;
    color: #ffffff !important;
	background: #12a246;

}
.btn-outline-warning:hover{
    background: #000000;
    color: #12a246 !important;
	border: 2px solid #12a246;
}
.submit-btn {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #12a246;
  border-radius: 30px;
  padding: 19px 26px 15px 26px;
  margin-bottom: 20px;
  font-size: 16px;
 border: 2px solid #ffe300;
}
.submit-btn:hover {
  color: #12a246;
  background-color: #000000;
  border: 2px solid #12a246;
}
.text-left-ul {
  text-align: left;   
}


.contact-btn {
  color: #12a246;
  background-color: #000000;
border: 1px solid ;
  border-radius: 100px;
  padding: 10px 20px 8px 20px;
  font-size: 1rem;
margin-left: 1000px;
margin-bottom: 40px;

}
.contact-btn:hover {
  color: #ffffff;
  background-color: #12a246;
  border: 1px solid #12a246;
}


/* Logo & Footer */
footer a{
  color: #ffffff;
}

.logo{
  max-width: 300px;
}
.logo-footer{
  max-width: 160px;
}
.page-footer {   
  background:linear-gradient(to bottom,rgba(0, 0, 0, 0.70) 100%, rgba(114, 12, 7, 0.3) 50%), url("/templates/cumunista/145/uploads/292-img_footer_background-20210507134225.jpg");
  background-size: cover;
  background-position: center;
  min-height: 18rem;
}

/* Reviews Section */
.reviews-bg{
  background:linear-gradient(to bottom,rgba(0, 0, 0, 0.70) 100%, rgba(114, 12, 7, 0.3) 50%), url("/templates/darkphase/145/images/bottombanner.jpg");
  background-size: cover;
  background-attachment: fixed;

}
.reviews{
  background-color: rgba(0,0,0,0.4);
  color: white;
  border-radius: 20px;
}
.user{
    max-width: 90px;
    text-align:center;
}
.border-rad {
    border-radius:10px;
}
.p-reviews{
  font-size: 19px;
}

/* FAQ */
.collapsible {
  background-color: #000;
  cursor: pointer;
  padding: 20px 0px 20px 20px;
  width: 100%;
  margin: 4px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
}
.collapsible:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}
.faq-act:after {
  content: "\2212";
    color: #fff;
}
.faq-content {
  padding: 0 18px;
  max-height: 0;
  color: #ffffff;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #000000;
  border-top: 1px solid #12a246;
}
.p-faq-content{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
button:focus {
     outline: 1px dotted; 
     outline: none; 
}

/* FAQ & Support */
.form-control-lg{
  background-color: #585656;
  border-radius: 0;
  border: none;
}
label{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
}
form.width{
    width: 900px;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-color: #585656;
    color: #fff;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' hei…circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-color: #fff;
    color: #000 !important;
}
input:focus{
    color: #000 !important;
}
textarea:focus{
    color: #000 !important;
}
input#email {
    color: white;
}
input#name {
    color: white;
}
textarea#message {
    color: white;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #585656 inset !important;
}

/* Carousel */
.card{
  border-radius: 10px;
  background-color: transparent;
  width: 273px;
  border: transparent;
}
.carousel {
  overflow: hidden;
  position: relative;
  width: 400px;
  margin: 0 auto;
}
.card-body {
  padding: 0.80rem;
	height:500px;
}
@media (min-width: 768px) {
  .carousel {
    width: 585px;
  }
}
@media (min-width: 990px) {
  .carousel {
    width: 878px;
  }
}
@media (max-width: 989px) {
  .purejscarousel-btn-next {
    right: 116px!important;
}
  .purejscarousel-btn-prev {
    left: 104px!important;
    }
}
@media (max-width:823px) {
  .carousel {
    width: 577px;
      }
  .purejscarousel-btn-next {
    right: 26px!important;
  }
  .purejscarousel-btn-prev {
    left: 20px!important;
  }
}
@media (max-width:607px) {
  .carousel {
    width: 277px;
  }
  .purejscarousel-btn-next {
    right: 22px!important;
  }
}
.purejscarousel-dots-container {
    display: none;
}
.carousel:before,
.carousel:after {
  content: "";
  display: table;
}
.carousel:after {
  clear: both;
}
.slide {
  color: #fff;
  width: 298px;
}
.purejscarousel {
  overflow: hidden;
}
.purejscarousel-slides-container:before,
.purejscarousel-slides-container:after {
  content: "";
  display: table;
}
.purejscarousel-slides-container:after {
  clear: both;
}
.purejscarousel-slide {
  float: left;
}
.purejscarousel-btn {
  cursor: pointer;
  margin-top: 40px;
  position: absolute;
  top: 38%;
  width: 20px;
}
.purejscarousel-btn-next {
  right: 25px;
  transform: rotate(180deg);
}
.purejscarousel-btn-prev {
  left: 25px;
}
*:after,
*:before {
  box-sizing: border-box;
}
div#reviews {
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
    }

/* Media Query Section */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav-wrapper{
        margin: 0;
    }
}

@media screen and (max-width:1020px) {
    h3 {
      line-height: 3rem;
      font-size: 20px !important;
    }
    .text-left {
      text-align: center!important;
    }
    .nav-wrapper{
        margin: 0;
    }
    .nav-mobile{
        position: absolute; 
        left: 0;
        top: 2%;
        z-index: 1;
    }
    .nav div.logo{
        margin-left: 15px;
    }
    .nav div.main_list{
        width: 100%;
        margin-top: 65px;
        height: 0px;
        overflow: hidden;
    }
    .nav div.show_list{
        height: 200px;
    }
    .nav div.main_list ul{
        flex-direction: column;
        width: 100%;
        height: 200px;
        top: 100px;
        right: 0;
        left: 0;
    }
    .nav div.main_list ul li{
        width: 100%;
        height: 70px;
        background-color: #0e0e0e;
    }
    .nav div.main_list ul li a{
      text-align: center;
        line-height: 40px;
        width: 100%;
        height: 40px;
        display: table;
    }
    .nav div.media_button{
        display: block;
    }
    .header-top-margin {
        margin-top: 120px;
    }
    .title {
        font-size: 26px !important;
    }
    .mob-nav {
        width: 200px;
        margin-left: 105px;
    }
    a.navbtn-play {
        padding: 0;
    }
    .col-md-9.text-left {
        text-align: center !important;
    }
    a {
        font-size: 9px;
    }
    button.btn.btn-link.text-white {
        text-align: left;
        font-size: 15px;
        white-space: nowrap;
    }
    .col-form-label-lg {
        font-size: 15px; 
    }
    .btn-outline-warning {
        font-size: 7px;
    }
    .collapsible:after {
        margin: 0px -10px;
    }
    .collapsible{
        font-size: 12px;
    }
    .mobile-navb{
        margin:0;
    }
    .column-flex{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-footer {   
      background: #0e181d;
      width: 100%;
      min-height: 18rem;
    }
}
@media (width: 320px){
    button.btn.btn-link.text-white {
        font-size: 9px;
    }
}

/*-- mobile --*/
@media (min-width: 320px) and (max-width: 480px) {
  .text-muted {
    font-size: 11px;
  }
  .caros {
    font-size: 15px;
  }
  .title {
    font-size: 21px !important;
    line-height: 3rem;
  }
  a {
    font-size: 7px;
  }
  span.copyright {
    font-size: 16px;
  }
  .text-muted {
    font-size: 10px;
  }
  .play-now-btn {
    padding: 28px 70px 19px 70px;
  }
  .user {
    margin: 10px;
  }
}

@media (min-width: 768px){
    button.btn.btn-link.text-white {
        font-size: 16px;
    }
    .user {
    max-width: 70px;
    }
}

/* FAQ Mobile */
@media (width: 375px) and (height: 667px){
    .collapsible {
        font-size: 11px;
    }
    .p-faq-content{
        font-size: 11px;
    }
}
@media (width: 414px) and (height: 736px){
    .collapsible {
        font-size: 13px;
    }
    .p-faq-content{
        font-size: 12px;
    }
}
@media (width: 736px) and (height: 414px){
    .collapsible {
        font-size: 13px;
    }
    .p-faq-content{
        font-size: 12px;
    }
}
@media (width: 375px) and (height: 812px){
    .collapsible {
        font-size: 11px;
    }
    .p-faq-content{
        font-size: 10px;
    }
}
@media (width: 812px) and (height: 375px){
    .collapsible {
        font-size: 13px;
    }
    .p-faq-content{
        font-size: 11px;
    }
}
@media (width: 768px) and (height: 1024px){
    .collapsible {
        font-size: 23px;
    }
    .collapsible:after {
        margin: 0px -17px;
    }
    .p-faq-content{
        font-size: 19px;
    }
}
@media (width: 1024px) and (height: 768px){
    .collapsible {
        font-size: 23px;
    }
    .collapsible:after {
        margin: 0px -17px;
    }
    .p-faq-content{
        font-size: 19px;
    }
}
@media (width: 1024px) and (height: 1366px){
    .collapsible {
        font-size: 32px;
    }
    .collapsible:after {
        margin: 0px -17px;
    }
    .p-faq-content{
        font-size: 23px;
    }
}
@media (width: 1366px) and (height: 1024px){
    .collapsible {
        font-size: 32px;
    }
    .collapsible:after {
        margin: 0px -17px;
    }
    .p-faq-content{
        font-size: 23px;
    }
}

/* Landscape IPHONE 6,7,8 PLUS */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { 
  .title {
    font-size: 19px !important;
    line-height: 3rem;
  }
  .play-now-btn {
    padding: 26px 70px 16px 70px;
  }
}

/* Landscape IPHONE 6,7,8 PLUS */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { 
.user {
    max-width: 60px;
    padding-bottom: 10px;
  }
}

/*-- Landscape IPHONE X --*/
@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) and (orientation: landscape) { 
  .btn-outline-warning {
    font-size: 9px;
    margin-left: 10px;
  }
  .user{
    max-width: 70px;
  }
}

/*-- Landscape PIXEL 2 XL --*/
@media only screen and (max-width: 823px) and (min-width: 411px) and (orientation: landscape) {
  .title {
    font-size: 16px !important;
    line-height: 2rem;
  }
  .user {
    max-width: 70px;
    padding-bottom: 10px;
  }
  .btn-outline-warning {
    font-size: 9px;
    margin-left: 10px;
  }
  .play-now-btn {
    padding: 26px 70px 16px 70px;
  }
  .nav-wrapper {
    margin-left: 1%;
  }
  .nav div.main_list ul li {
    padding-left: 13px;
    margin: 0px;
    width: auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1190px){
    .nav-wrapper{
        margin: 0;
    }
    .logo {
        margin-left: 37px;
    }
}