body,
html {
  height: 100%;
}

html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  overflow-x: hidden;
  background: #1f1e2c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Flex", sans-serif;
}

p {
  line-height: 1.6;
  margin: 0 0 1.8em 0;
  font-size: 0.9em;
  font-family: "Roboto Flex", sans-serif;
}

a,
button {
  outline: none;
  transition: all 0.5s ease-out;
  font-family: "Roboto Flex", sans-serif;
}

img.w-100 {
  height: auto;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

button:hover,
.btn-primary:hover,
button:focus,
.btn-primary:focus {
  border-color: none !important;
}

img {
  max-width: 100%;
}

.transition {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 21;
  top: 0;
  background: #ffffffa3;
  transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.transition.hide {
  opacity: 0;
  z-index: -1;
  display: none;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}

#mainwrapper {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#headerwrapper {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.navbar-collapse {
  align-items: center;
  justify-content: end;
}

.navbar {
  padding-top: 1.5em;
}

.navbar-brand img {
  width: 85%;
  max-width: 140px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
  padding: 0 22px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #375ed6;
}

a.download_btn {
  display: inline-block;
  font-size: 18px;
  padding: 16px 25px;
  color: #fff;
  line-height: 1;
  border-radius: 8px;
  background: #375ed6;
}

a.download_btn:hover {
  background: #fff;
  color: #375ed6;
  border-radius: 0;
  text-decoration: none;
}

.navbar-nav .nav-item {
  position: relative;
}

.hero-slider {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
}

.hero_banner {
  width: 100%;
  display: flex;
  padding: 0;
  background: #375ed6;
  border-radius: 30px;
  margin-top: 20px;
  align-items: end;
}

.hero-slider .row {
  justify-content: center;
  align-items: center;
}

.hero-slider .slogan {
  padding: 40px 60px 50px 40px;
}

.hero-slider .slogan h6 {
  padding: 0 0 0 0;
  font-size: 30px;
  color: #fff;
}

.hero-slider .slogan h1 {
  padding: 0 0 0 0;
  font-size: 48px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
}

.hero-slider .slogan p {
  padding: 0 0 0 0;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.download-now {
  display: inline-block;
  font-size: 20px;
  padding: 15px 25px;
  color: #375ed6;
  line-height: 1;
  border-radius: 8px;
  background: #fff;
  font-weight: 500;
}

.download-now:hover {
  color: #060606;
  text-decoration: none;
  border-radius: 0;
}

.banner_list {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}

.banner_list li {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.download-now img {
  padding-right: 25px;
}

#middelwrapper {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.be_support {
  width: 100%;
  display: inline-block;
  padding: 80px 0 0;
}

.be_support .support_box {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #ffffff1f;
}

.support_box h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  padding: 15px 0 0px;
  margin: 0;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}

.support_box p {
  font-size: 18px;
  color: #a0a1a8;
  font-weight: 500;
  padding: 0 0;
  margin: 0;
}

.be_support .bdrnone {
  border-right: 0;
}

.be_support_boxline {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ffffff1f;
  padding: 0 0 40px 0;
}

.best_offer_section {
  width: 100%;
  display: inline-block;
  padding: 80px 0;
}

.best_offer_section h2 {
  width: 100%;
  display: inline-block;
  padding: 0 0 30px 0;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  text-align: center;
}

.number_box {
  width: 100%;
  display: inline-block;
  background: #242635;
  padding: 10px 10px;
  border-radius: 16px;
  text-align: center;
}

.number_box h5 {
  color: #375ed6;
  background: #1f1e2c;
  font-size: 30px;
  font-weight: 600;
  padding: 7px 5px;
  border-radius: 10px;
}

.number_box h3 {
  color: #838384;
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  padding: 15px 0 15px 0;
}

.number_box h3 span {
  color: #fff;
}

.best_offer_section .col-lg-3.col-md-6.col-sm-12 {
  padding: 10px;
}

.number_box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #1f1e2c;
  padding: 10px 0 0 0;
}

.number_box .bottom p {
  font-size: 17px;
  color: #838384;
  margin: 0;
}

.number_box .bottom p span {
  color: #fff;
  padding-left: 20px;
}

.number_box .bottom img {
  width: 30px;
}

.best_offer_section a.download_btn {
  margin: 50px auto 0 auto;
}

.time_number_section {
  width: 100%;
  display: inline-block;
  padding: 0px 0 0px 0;
}

.time_number {
  width: 100%;
  display: inline-block;
  padding: 0 0;
  background: #1f1e2c url(../images/time_number_bg.png) no-repeat center top;
  border-radius: 30px;
  padding: 60px 40px;
  text-align: center;
}

.time_number h2 {
  width: 100%;
  display: inline-block;
  padding: 0 0 30px 0;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  text-align: center;
}

.time_number p {
  width: 100%;
  display: inline-block;
  padding: 8px 0 8px 0;
  margin: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.footerwrapper {
  width: 100%;
  display: inline-block;
  padding: 60px 0 60px 0;
}

.copyright {
  display: inline-block;
  width: 100%;
}

.copyright .left {
  float: left;
}

.copyright .left img {
  width: 30%;
  max-width: 140px;
}

.copyright p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 12px 0 0;
  width: 100%;
}

.copyright .download_btn {
  float: right;
  margin: 15px 0;
}

.copyright .right {
  display: flex;
  align-items: center;
  float: right;
  gap: 15px;
}
