/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html{
  overflow-x: hidden !important;
}

body {
  background-color: #fff;
  color: #444;
  font-family: -apple-system,
    BlinkMacSystemFont, sans-serif;
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #FF8200!important;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system,
    BlinkMacSystemFont, sans-serif;
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: none;
    color: #222222;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system,
    BlinkMacSystemFont, sans-serif;
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

ul, li {
    list-style-type: none;
}

ol {
	list-style-type: decimal;
}

ol li {
	list-style-type: decimal;
}
.section-bg-grey {
  background-color: #fafafa !important;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  background: #fff;
  padding: 70px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p,
#about .about-extra p {
  line-height: 30px;
  font-size: 1em;
}

#about .about-extra,
#about .about-container {
  align-items: center;
}

#about .about-extra img, #about .about-container img {
    height: 210px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f5bb44;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ff8200;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 9999;
}
#header {
  height: 60px;
  z-index: 9999;
  transition: all 0.5s;
  background: #fff5d1;
}

#header.header-scrolled {
  height: 60px;
}
#header .logo h1 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 41px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #000;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  max-height: 35px;
  margin-right: 5px;
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}

@media screen and (max-width: 992px) { 
#header .d-flex{
  justify-content: center;
}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #000;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #283d50;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(23, 35, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff2b2;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #007bff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff5d1;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: #fff5d1;
  padding: 60px 0 30px 0;
  color: #000;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #007bff;
  color: #000;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a i {
  line-height: 0;
}
#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #000;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #000;
}
#footer .footer-top .footer-links ul a:hover {
  color: #000;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #0062cc;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.footer-top img {
    float: left;
    width: 50px;
    margin-top: -8px;
    margin-right: 8px;
}
.icon-crown {
    background-image: url(../images/crown.svg);
    width: 16px;
    height: 16px;
    margin-right: 4px;
	float: left;
}

.fsession {
	text-align: center;
  background-color: #333;
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Reason Section
--------------------------------------------------------------*/
#about .reasons .row{
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
    margin-right: auto;
}

#about .reasons .row p{
  margin-bottom: 0;
}

#about .reasons .row .col-4{
  text-align: center;
}
#about .reasons .row .col-4 img{
  width: 60%;
}
#about .reasons .reason-bg {
    background-color: #FFF !important;
    padding: 5% 0;
}

#about .reasons .reason-bg-yellow{
  background-color: #FFE15F !important;
  padding: 5% 0;
}

#about .reasons h3 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
}

@media screen and (max-width: 992px) { 
#about .reasons .reason-bg{
  padding: 10% 0;
}
#about .reasons h3 {
  font-size: 1.2em;
}

#about .reasons .row p{
  font-size: smaller;
}
#about .reasons .row .col-4 img{
  width: 100%;
}
}

/*--------------------------------------------------------------
# Banner Session
--------------------------------------------------------------*/
#aox .hero-img-index img {
    margin-top: 2%;
    width: 80%;
	float: right;
}
#aox .hero-info-index {
    width: 100%;
    float: left;
    display: grid;
}
#aox {
    width: 100%;
    position: relative;
    background-color: #FFE15F;
    padding: 3% 0;
}
.container_left {
    z-index: 1000;
    position: relative;
}
.w50p {
    width: 48%;
    margin: 0;
}
.w50p {
    width: 48%;
    margin: 0;
}
.fr {
    float: right;
}
.vip-banner .img-cloud {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: -14%;
    left: 0;
    cursor: pointer;
}
.vip-banner h3 {
    font-size: 1.5em;
    padding: 0;
    margin: 0;
	font-weight: 400;
	letter-spacing: 2px;
}
.vip-banner h1 {
    font-size: 4em;
    padding: 0;
    margin: 3% 0;
    white-space: nowrap;
    color: #000;
	font-weight: 700;
	letter-spacing: 2px;
}

.vip-banner p {
  font-size: 1.3em;
}

.index-app-dl-btn {
    width: 34%;
    float: left;
    background-color: #ffffff;
    border: 3px solid #ff8200;
    color: black;
    font-size: 1.2rem;
    text-align: center;
    line-height: 30px;
    border-radius: 60px;
    font-weight: 700;
    padding: 10px 0;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 24px;
    min-width: 150px;
    box-shadow: inset -3px -3px rgb(0 0 0 / 15%);
}

.container_left .index-app-dl-btn:hover {
    color: white !important;
    background-color: #ff8200;
    box-shadow: none;
}

.vip-banner .img-cloud {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 0%;
    left: 0;
    cursor: pointer;
}

#iconsec{
  margin-top: 40px;
  order: 3;
}

#iconsec h5{
  margin-bottom: 0;
  font-weight: 400;
}

#iconsec .icon-wrapper{
  display: inline-block;
  border: 2px solid #FF8200;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 4%;
  margin-right: 2%;
}

#iconsec .icon-wrapper img{
  height: 32px;
  width: auto;
  margin: 8px;
}

#downloadsec{
  margin-bottom: 40px;
}

#downloadsec h6{
  margin-bottom: 0;
  font-weight: 400;
}

@media screen and (max-width: 992px) { 
  .container_right{
  height: revert;
  }

  #iconsec.w50p{
    width: 100%;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# 4 download buttons
--------------------------------------------------------------*/
ul.dl-container {
	margin: 0px;
    padding: 0px;
    position: relative;
    margin: 4% auto;
    margin-bottom: 0;
	display: flow-root;
}

ul.dl-container li {
	float: left;
	width: 23%;
	margin: 2% 1%;
	list-style-type: none;
	text-align: center;
  min-width: 200px;
}

ul.dl-container img {
	width: 220px;
}

.desktop-btn {
	background-color: #ff8200;
	font-weight: 700;
	font-size: 20px;
	color: #fafafa;
	padding: 10px 0px;
	border-radius: 10px;
	text-align: center;
	align-items: center;
}

.desktop-btn:hover {
	transform: scale(1.1);
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	transition: all .2s ease-in-out;
}

.desktop-btn img {
	width: auto !important; 
	height: 34px;
	display: inline-block; 
	padding:0px; 
	margin: 0px; 
	vertical-align: middle;
	margin-right: 10px;
}

.desktop-btn span {
	display: inline-block;  
	vertical-align: sub;
}

@media screen and (max-width: 1400px) {
ul.dl-container {
  width: 100%;
}

ul.dl-container img {
  width: 180px;
}
}

@media screen and (max-width: 992px) { 
ul.dl-container img {
	width: 180px;
}

ul.dl-container li {
  width: 48%;
  min-width: 130px;
}
}

@media screen and (max-width: 580px) { 
.desktop-btn {
	font-size: 14px;
}

.desktop-btn img {
  width: 30px;
  height: 30px;
}
}

@media screen and (max-width: 1200px) { 
	#aox .hero-img-index img {
		width: 100%;
	}
}


@media screen and (max-width: 992px) { 
  #aox .container {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.vip-plan .plan {
        width: 100%;
    }
	.vip-banner h1 {
		font-size: 3em;
	}
  .container_left {
		order: 1;
		width: 100%;
    margin-bottom: 25px;
	}
	
	.container_right {
		order: 2;
		width: 80%;
	}

  #downloadsec{
    width: 100%;
    order: 3;
    padding-top: 30px;
  }
  .index-app-dl-btn {
		width: 50%;
		margin: 0 3px 16px;
		padding: 8px;
		font-size: 1.2rem;
		display: flow-root;
		margin: 0 auto;
		float: none;
	}
  .vip-banner h3 {
		margin-top: 4%;
		text-align: center;
		font-size: 1.3em;
	}
	
	.vip-banner h1 {
		text-align: center;
		font-size: 2.2em;
	}
	
	.vip-banner p {
		text-align: center;
    font-size: medium;
	}
  #downloadsec h3{
    text-align: center;
  }
  #downloadsec h6{
    text-align: center;
  }
  .desktop-btn:hover {
    transform: none;
  }
}


@media screen and (max-width: 992px) and (min-width: 780px) {
	.vip-plan .plan {
        width: 50%;
    }
}

@media screen and (max-width: 780px) { 
	.vip-plan .plan {
        width: 50%;
    }
}

@media screen and (max-width: 519px) { 
  #aox {
    padding: 7% 0;
}
	.vip-plan .plan {
        width: 100%;
        margin-top: 6%;
    }
	
	#aox .hero-img-index img {
		width: 77%;
	}
	
	.show_desktop {
		display: none;
	}
}