@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
:target {
  scroll-margin-top: 70px;
  /* Adjust this value based on your fixed header's height */
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
body {
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}


/*------Countdownn timer--------*/



#countdown ul {
  margin:0;
  padding: 0;
}
#countdown li {
  display: inline-block;
  font-size: 15px;
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
}

#countdown li span {
  display: block;
  font-size: 2.5rem;
  color: #60cdff;
}
#countdown li span::after {
  content: ":";
  padding-left: 10px;
}
 
#countdown li:first-child span::after, #countdown li:last-child span::after {
  content: "";
}
  


@media all and (max-width: 768px) {
  
  #countdown li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  #countdown li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

/*___________________*/
a.card-link {
  color: #43aeff;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0px;
}
.brand-color {
  color: #50e6ff;
}
.btn-primary, .btn.btn-submit {
  border-color: #0078d4;
  background-color: #0078d4;
  padding: 8px 20px 10px;
  font-size: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.btn.btn-light {
  color: #0067b8;
  font-weight: 600;
  padding: 8px 20px 10px;
  font-size: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.blue_button {
  padding: 10px 20px 10px;
  font-size: 16px;
}
.top-header {
  background-color: #ffffff;
}
.text-black{
	color: #000000;
}
hr.half-line{
	width: 40%;
	border-top: 3px solid #c3c3c3!important;
	opacity: 0.7;
}
hr.full-line{
	width: 100%;
	border-top: 2px solid #ffffff!important;
	opacity: 0.7;
}
.font-76{
	font-size: 76px;
	line-height: 80px;
}
.font-20{
	font-size: 20px;
	line-height: 24px;
}
.btn-arrow {
  text-decoration: none;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  background: url("../images/arrow.png") no-repeat;
  transition: width 0.2s ease;
  padding: 0 0 0 40px
}

.btn-arrow:hover  {
  text-decoration: underline;
}

/* ======================================= */
/* hero-section */
.hero-section {
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  background: #282833;
  /*background-image: url("../images/Hero-BG-EN-US.png");*/
  background-size: cover;
  background-position: center;
   
}

.double-bg
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#282833+1,282833+50,000000+50,000000+100 */
background: linear-gradient(to right,  #282833 1%,#282833 50%,#000000 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}
@media screen and (max-width: 767px) {
  .hero-section {
    background-image: url("../images/Hero-BG-EN-US.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
  }
}

.pad30{
	padding: 30px!important;
}
@media screen and (max-width: 991px) {
.double-bg
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#282833+1,282833+50,000000+50,000000+100 */
background: #282833; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}
}
/* .hero-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
} */
/* ======================================= */
/* .hero-section {
    background: rgb(120, 197, 132);
    background: linear-gradient(194deg, rgba(120, 197, 132, 1) 0%, rgba(4, 29, 98, 1) 43%, rgba(8, 13, 55, 1) 100%);
} */
.product-section {
  background: rgb(120, 197, 132);
  background: linear-gradient(20deg, rgba(120, 197, 132, 1) 0%, rgba(4, 29, 98, 1) 43%, rgba(8, 13, 55, 1) 100%);
}
.e-book-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #282833;
  /*background-image: url("../images/e-book-section-bg-EN-US.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
/* ======================================= */
.section-light-form {
  background: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.registration-formBox {
  border-radius: 8px;
  padding: 20px 0px 20px 0px;
  margin: auto;
  max-width: 100%;
}
.info-box {
  max-width: 600px;
}
.form-field label {
  display: block;
  color: #cacaca;
  margin-bottom: 5px;
}
.form-check-label {
  display: block;
  color: #cacaca;
  margin-bottom: 5px;
}
.form-field input {
  color: #f3f3f3;
  background-color: #000000;
  border: solid 1px #dadada;
  padding: 10px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.form-field input::placeholder {
  color: #464646;
}
.form-field input:focus {
  outline: none;
}
.form-field.error input {
  border-color: #282833;
}
.form-field.success input {
  border-color: #00ad5f;
}
.form-field .errorMessage {
  color: #f84153;
}
.form-check.error input {
  border-color: #f84153;
}
.form-check.success input {
  border-color: #00ad5f;
}
.form-check .errorMessage {
  color: #f84153;
}
.form-check a {
  color: #202020;
}
.form-check a:hover, .form-check a:active, .form-check a:focus {
  color: #0A58CA;
}
.form-field label span {
  color: #f84153;
  padding-left: 2px;
}
.form-check label u {
  color: #67bafa !important;
}

.form-field select {
  color: #f3f3f3;
  background-color: #000000;
  border: solid 1px #dadada;
  padding: 10px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.form-field select:focus {
  color: #212529;
  background-color: #ffffff;
}

.form-field small {
  color: #f84153;
}

.form-select {
  background-image: url('../images/arw.svg');
}


/*==============================*/
.modern-devices-box {
  color: #ffffff;
  background-color: #282833;
}
/*==============================*/
.power-heading {
  color: #50e6ff;
}