/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: transparent !important;
  color: rgba(34,46,58,.75);
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img, svg {
    vertical-align: middle;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.container {
	margin: 0 auto;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

h1 {
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

h2 {
    background: linear-gradient(256.7deg,#2a2b32 0,#2a2b32 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    padding: 40px 0 6px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -.8px;
    line-height: 52px;
    font-family: Inter, Gordita, sans-serif;
}

h3 {
    font-weight: 500;
    font-size: 1.5em;
    color: white;
    padding: 20px 0;
}

h4 {
  padding: 20px 0;
}

p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
  text-decoration: none;
}

a img {
  cursor: pointer;
}

.row {
	align-items: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.float-left {
  float: left;
}

.logo {
  float: left;
}

ul {
	marign: 0px;
	padding: 0px;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.navbar {
  float: right;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

a:link {
	color: #ff8200;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 9999;
  transition: all 0.5s;
  width: 100%;
  position: fixed;
  top: 0px;
}

#header div {
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: space-between !important;
}

#header .logo h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
  float: left;
  margin: 6px 10px;
}

#header .logo img {
  padding: 0;
  float: left;
}

.inverted {
  background-color: #fff;
  box-shadow: 0 3px 5px 0.3px rgba(0,0,0,0.1);
  color: #2a2b32 !important;
}

/*--------------------------------------------------------------
# Banner text Section
--------------------------------------------------------------*/
.m-intro {
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #1a2e35;
  padding: 100px 0 2%;
}

.m-intro .e-text {
  position: relative;
  z-index: 100;
}

.m-intro .e-text h1, h1 {
  margin: 0;
  padding: 4% 0 5%;
  font-size: 5em;
  line-height: 80px;
  position: relative;
  text-align: left;
  font-weight: 700;
}

@supports (-webkit-background-clip: text) {
  .m-intro .e-text h1 {
    background: radial-gradient(ellipse at center, #fafafa 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.m-intro .e-text ul li {
  font-weight: 300;
  color: #fefefe;
  font-size: 18px;
  padding: 6px 0;
  display: block;
  list-style-type: dotted;
}

.m-intro .e-text .top-subtitle {
  font-weight: 300;
  color: #6e6e6e;
  font-size: x-large;
}

.left-container {
  margin-top: 30px;
  width: 62%;
  float: left;
  text-align: left;
}

.right-container {
  width: 38%;
  float: left;
}

.banner-rocket {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Button
  --------------------------------------------------------------*/
button {
  background-color: #ff8200;
  border-radius: 8px;
  color: white;
  border: 0;
  font-weight: 500;
  font-size: larger;
  border: 1px solid #ff8200;
  padding: 10px 50px;
  cursor: pointer;
}

button:hover {
  background-color: #1a2e35;
  color: #ff8200;
  border-color: #ff8200;
}

.btn-section .btn:active {
  color: black;
  border-color: #ff8200;
}


.btn-section .btn {
	 display: flex;
	 align-items: center;
	 border: none;
	 color: #fff;
	 font-size: 16px;
	 float: left;
	 width: 310px;
	 margin: 0 14px 14px 0;
	 padding: 0;
}

 .btn-section .btn .btn-gradient {
	 background: rgba(0, 0, 0, 0.15);
	 box-shadow: 2px 0 0 0 rgba(78, 72, 72, 0.4);
	 border-top-right-radius: 60px;
	 position: relative;
	 width: 70px;
	 padding: 8px 0px;
}

 .btn-section .btn .btn-gradient i {
	 font-size: 26px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}

 .btn-section .btn.btn-pink {
	 background-color: #ff8200;
}

 .btn-section .btn-text {
	 width: 76%;
	 text-align: left;
	 padding-left: 18px;
}

 .btn-section.btn-radius .btn, .btn-section.btn-radius .btn-gradient {
	 border-top-left-radius: 30px;
	 border-bottom-left-radius: 30px;
}
 
.fa-android:before {
	content: url(../img/icon-android.svg);
	width: 30px;
	height: 30px;
	color: #ffffff;
}

.fa-windows:before {
	content: url(../img/icon-windows.svg);
	width: 30px;
	height: 30px;
	color: #ffffff;
}

.fa-play:before {
	content: url(../img/icon-google.svg);
	width: 30px;
	height: 30px;
	color: #ffffff;
}

/*--------------------------------------------------------------
# VIP Benefits
--------------------------------------------------------------*/
.vipbenefit {
  padding: 40px !important;
  width: 100%;
  text-align: center !important;
  color: #2a2b32;
  margin: 50px 0 0;
  position: relative;
}

.vipbenefit-top::after{
  content:'';
  position: absolute;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(8, 62, 65, 1) 47%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 1px;
  top: -21px;
  left:0;
}

.vipbenefit-bottom::after{
  content:'';
  position: absolute;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(8, 62, 65, 1) 47%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 1px;
  bottom: -30px;
  left:0;
}

.vipbenefit-right::after{
  content:'';
  position: absolute;
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(8, 62, 65, 1) 47%, rgba(255,255,255,0) 100%);
  width: 1px;
  height: 90%;
  bottom: 0;
  right:0;
}

.vipbenefit-left::after{
  content:'';
  position: absolute;
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(8, 62, 65, 1) 47%, rgba(255,255,255,0) 100%);
  width: 1px;
  height: 90%;
  bottom: 0;
  left:0; 
}

.vipbenefit i{
  color: #2a2b32;
  font-size: 32px;
  margin-bottom: 20px;
}

.vipbenefit .benefit {
	margin-top: 14px;
}

.vipbenefit div h4 {
  margin: 4px 0;
  padding: 0px;
  font-weight: 600;
}

.vipbenefit div p {
  font-size: 16px;
  margin: 10px 0;
  padding: 0px;
}

p:empty {display:none;}


button.benefitbtn {
  margin-top: 4%;
}

/*--------------------------------------------------------------
  # Background Style
  --------------------------------------------------------------*/
.bg-counter-pixel {
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	padding: 20px 0;
}
  
.bg-fixed {
	background-attachment: fixed;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.top-link {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 8%;
  bottom: 1%;
  z-index: 996;
  background: #ff8200;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  transition: all 0.4s;
}

.top-link img {
	width: 14px;
	height: 14px;
	margin: 8px;
}

.top-link:hover {
  background: #1C5D85;
  color: rgba(34,46,58,.75);
}

.top-link.show {
  visibility: visible;
  opacity: 1;
}

.top-link.hide {
  visibility: hidden;
  opacity: 0;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
footer {
  background-color: #1a2e35;
  color: white;
}

.footer_top {
  padding: 60px 0px 40px;
  position: relative;
  overflow-x: hidden;
}

.footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
}

.footer_top .f_widget.about-widget .f_list li a:hover {
  color: #ff8200;
}

.footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}

.footer_top .f-title {
  margin-bottom: 10px;
}

.footer_top .f-title img {
	width: 60px;
}

.footer_top .f_widget.about-widget .f_list li a {
  color: white;
  text-decoration: none;
}

footer .copyright {
	text-align: center;
	padding: 20px 0;
}

