body,
html {
  height: 100%;
}

html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "aller_displayregular";
  src: url("../fonts/allerdisplay.woff2") format("woff2"),
    url("../fonts/allerdisplay.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --theme-color: #4a98e3;
}
body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  font-family: "aller_displayregular";
  overflow-x: hidden;
  background: #020206;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "aller_displayregular";
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--black);
}

p {
  line-height: 1.6;
  margin: 0 0 1.8em 0;
  font-size: 0.9em;
  font-family: "Akshar", sans-serif;
}

a,
button {
  outline: none;
  transition: all 0.5s ease-out;
  font-family: "Akshar", 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 20px 0; */
  margin: 0 0 0 0;
  background: url(../images/hero_bg.jpg) no-repeat center top;
}

.navbar-collapse {
  align-items: center;
  justify-content: flex-end;
}

.navbar {
  padding: 0.5em 0 0 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  padding: 0 22px;
  font-weight: 400;
  letter-spacing: 1px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #4a98e3;
}

.header .navbar-brand img {
  max-width: 140px;
}

.blue {
  color: #4a98e3 !important;
}

a.download_btn {
  display: inline-block;
  font-size: 16px;
  padding: 13px 30px;
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  background: rgba(54, 93, 152, 1);
  background: -moz-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(54, 93, 152, 1)),
    color-stop(100%, rgba(91, 160, 239, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365d98', endColorstr='#5ba0ef', GradientType=0);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #3978cd;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
}

a.download_btn:hover {
  background: rgba(91, 160, 239, 1);
  background: -moz-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(91, 160, 239, 1)),
    color-stop(100%, rgba(54, 93, 152, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba0ef', endColorstr='#365d98', GradientType=0);
  text-decoration: none;
  color: #fff;
  border: 2px solid #3978cd;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
}

.navbar-nav .nav-item {
  position: relative;
}

.hero-slider {
  width: 100%;
  display: inline-block;
  padding: 40px 0 30px 0;
}

a.support {
  background: #1f1f1f;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  margin: 0 20px 0 0;
}

a.support:hover {
  background: #f0ba12;
}

/* .hero_banner {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: right;
} */

.hero_banner img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.hero-slider .row {
  justify-content: center;
  align-items: center;
}

/* .hero-slider .slogan {
  float: left;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 680px;
} */

.hero-slider .slogan h1 {
  padding: 0 0 0 0;
  font-size: 56px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.1;
  font-weight: 600;
}

.hero-slider .slogan h6 {
  font-size: 1.8em;
}

.hero-slider .slogan p {
  padding: 1em 0 2em 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1em;
}

.download-now {
  display: inline-flex;
  font-size: 15px;
  padding: 10px 20px;
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  background: rgba(54, 93, 152, 1);
  background: -moz-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(54, 93, 152, 1)),
    color-stop(100%, rgba(91, 160, 239, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365d98', endColorstr='#5ba0ef', GradientType=0);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #3978cd;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  min-width: 200px;
  text-align: center;
  /* margin-right: 2em; */
  align-items: center;
  /* justify-content: center; */
  column-gap: 9px;
  justify-content: center;
}

.download-now:last-child {
  margin-left: 18px !important;
}

.download-now img {
  max-width: 25px;
}

.download-now:hover {
  background: rgba(91, 160, 239, 1);
  background: -moz-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(91, 160, 239, 1)),
    color-stop(100%, rgba(54, 93, 152, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba0ef', endColorstr='#365d98', GradientType=0);
  text-decoration: none;
  color: #fff;
  border: 2px solid #3978cd;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
}

ul.social_menu {
  width: auto;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 25px;
}

.footerwrapper ul.social_menu {
  padding: 0 0;
}

ul.social_menu li {
  display: inline-block;
  padding: 0 6px;
}

#middelwrapper {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.be_control_section {
  width: 100%;
  display: inline-block;
  background: url(../images/be_control.jpg) repeat left top;
  padding: 100px 0;
}

.be_control_section h2 {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 42px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.control_box_part {
  width: 100%;
  display: flex;
  padding: 50px 0 0 0;
}

.control_box_part .controlbox {
  width: 100%;
  display: inline-block;
  background: #111111;
  border-radius: 80px;
  height: 100%;
}

.controlbox .info {
  width: 100%;
  display: inline-block;
  padding: 0 30px 60px 30px;
}

.control_box_part .controlbox h4 {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.control_box_part .controlbox .line {
  width: 100%;
  display: inline-block;
  padding: 10px 0 15px 0;
}

.control_box_part .controlbox p {
  width: 100%;
  display: inline-block;
  padding: 10px 0 0 0;
  color: #fff;
  font-size: 1em;
  margin: 0;
  line-height: 26px;
}

.control_box_part .controlbox .icon {
  padding: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}

.control_box_part .controlbox .icon img {
  border-radius: 80px 80px 0px 0px;
  width: 100%;
}

.process_section {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: #0a0a0a url(../images/process_bg.jpg) no-repeat center top;
}

.process_part {
  width: 100%;
  display: flex;
  padding: 0px 0 0 0;
}

.procces_box {
  width: 100%;
  display: block;
  padding: 1.5em 1em;
  background: #222222;
  border-radius: 45px;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  position: relative;
}

.before_arrow::before {
  position: absolute;
  left: -107%;
  bottom: -10%;
  content: "";
  background: url(../images/gray_line.png) no-repeat left top;
  width: 278px;
  height: 100%;
  transform: translateY(50%);
}

.before_arrow2::before {
  position: absolute;
  left: -107%;
  top: 60%;
  content: "";
  background: url(../images/gray_line2.png) no-repeat left top;
  width: 278px;
  height: 100%;
  transform: translateY(-50%);
}

.procces_box .round {
  width: 120px;
  height: 120px;
  display: inline-block;
  line-height: 120px;
  background: #2f2f2f;
  border-radius: 100px;
}

.procces_box .title {
  width: 100%;
  display: inline-block;
  font-size: 3em;
  background: linear-gradient(to top, #c8712c 0%, #b03977 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.procces_box h6 {
  width: 100%;
  display: inline-block;
  font-size: 1.4em;
  padding: 20px 0 10px;
  font-weight: 600;
}

.procces_box p {
  width: 100%;
  display: inline-block;
  font-size: 0.9em;
  padding: 0 0 30px 0;
  margin: 0;
  line-height: 20px;
  text-transform: capitalize;
}

.about_section {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: url(../images/about_bg.jpg) no-repeat center top;
}

.about_part {
  width: 100%;
  display: flex;
  align-items: center;
}

.about_part .info {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 50px;
}

.about_part .info h3 {
  width: 100%;
  display: inline-block;
  padding: 0 0 20px 0;
  font-size: 2.8em;
  color: #fff;
  font-weight: 600;
}

.about_part .info p {
  width: 100%;
  display: inline-block;
  padding: 0;
  font-size: 1em;
  color: #fff;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 35px;
}

a.about_playnow {
  display: inline-block;
  font-size: 18px;
  padding: 14px 50px;
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  background: rgba(54, 93, 152, 1);
  background: -moz-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(54, 93, 152, 1)),
    color-stop(100%, rgba(91, 160, 239, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(54, 93, 152, 1) 0%,
    rgba(91, 160, 239, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365d98', endColorstr='#5ba0ef', GradientType=0);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #3978cd;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
}

a.about_playnow:hover {
  background: rgba(91, 160, 239, 1);
  background: -moz-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(91, 160, 239, 1)),
    color-stop(100%, rgba(54, 93, 152, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(91, 160, 239, 1) 0%,
    rgba(54, 93, 152, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba0ef', endColorstr='#365d98', GradientType=0);
  text-decoration: none;
  color: #fff;
  border: 2px solid #3978cd;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
  box-shadow: 0px 0px 0px 5px rgba(35, 65, 127, 1);
}

ul.insta_list {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 20px;
}

ul.insta_list li {
  display: inline-block;
}

ul.insta_list li img {
  border-radius: 12px;
}

.slider_section {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: #0a0a0a url(../images/slider_bg.jpg) no-repeat left top;
  background-size: cover;
}

.owl-item .item {
  transform: translate3d(0, 0, 0);
  transform: scale(0.9);

  transition: all 0.25s ease-in-out;
  margin: 0 0;
}

.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.screenshot_slider .owl-item.center .item img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.screenshot_slider .owl-nav {
  text-align: center;
  margin: 40px 0 0;
}

.screenshot_slider .owl-nav button {
  font-size: 38px !important;
  margin: 0 10px;
  color: #ffffff !important;
}

.slider {
  width: 100%;
  display: inline-block;
}

.slider .owl-dots {
  display: none;
}

.slider button:focus {
  outline: 0;
  outline: 0;
}

.owl-carousel .owl-stage-outer {
  padding: 10px 0;
}

.footerwrapper {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 40px 0 20px 0;
  background: url(../images/footer_bg.jpg) repeat left top;
}

/* .footer {
  width: 100%;
  display: inline-block;
  padding: 0 0 40px 0;
} */

.footer .footer_col1 p {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 0 1em 0;
  letter-spacing: 1px;
}

.footer_col2 {
  padding-left: 60px;
}
.footer_col4 {
  float: right;
}

.footer .footer_col1 .social_menu {
  padding: 60px 0 0 0;
}

ul.footer_menu {
  width: auto;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.footer_menu li {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}

ul.footer_menu li a {
  font-size: 1.2em;
  color: #fff;
  padding: 0 0 0 0;
  letter-spacing: 1px;
  font-weight: 400;
}

ul.footer_menu li a:hover {
  color: #e86e5d;
  text-decoration: none;
}

.footer h5 {
  font-size: 1.4em;
  color: #fff;
  padding: 0 0 0.5em 0;
  font-weight: 500;
  margin-bottom: 10px;
}

.footerwrapper .download-now {
  display: inline-block;
  font-size: 30px;
  padding: 18px 50px;
  color: #04080f;
  line-height: 1;
  border-radius: 100px;
  background: #0ecdb9;
  font-weight: 600;
  margin-top: 0px;
  font-family: "Montserrat", sans-serif;
}

.footerwrapper .download-now img {
  padding-right: 15px;
}

.footerwrapper .download-now:hover {
  background: #a160fb;
  text-decoration: none;
  color: #04080f;
}

.copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #404040;
  padding: 20px 0 0 0;
  margin-top: 30px;
}

.copyright p {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
}

ul.footer_copyright_menu {
  width: auto;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.footer_copyright_menu li {
  width: auto;
  display: inline-block;
  padding: 0 5px;
}

ul.footer_copyright_menu li a {
  font-size: 1.2em;
  color: #fff;
  padding: 0 0 0 0;
  letter-spacing: 1px;
  font-weight: 400;
}

ul.footer_copyright_menu li a:hover {
  color: var(--theme-color);
  text-decoration: none;
}

#middelwrapper {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.common_pg_section {
  padding: 80px 0;
}
.common_pg_section .section-heading {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.common_pg_section .section-heading h2 {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
}

.common_pg_section p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.common_pg_section ul {
  padding-left: 25px;
}
.common_pg_section ul li {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: "Akshar", sans-serif;
}

.inner-page-content h6 {
  color: var(--theme-color);
  font-size: 24px;
  width: 100%;
  display: inline-block;
  padding: 0 0 0px 0;
}
.inner-page-content a {
  color: var(--theme-color);
  text-decoration: none;
}
.inner-page-content ul.list {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 0 20px 0;
  list-style-type: none;
}
.inner-page-content ul.list li {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 6px 0;
  font-weight: 400;
  text-transform: capitalize;
}
.contact_page_section {
  display: flex;
  width: 100%;
}

/* .contact_page_section .left {
  width: 50%;
} */
.contact_page_section .right {
  width: 50%;
}
.map iframe {
  min-height: 450px;
  border: 10px solid #ffffff2b !important;
}
