/*
	App by FreeHTML5.co
	Twitter: http://twitter.com/fh5co
	URL: http://freehtml5.co
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
  overflow-x: hidden;
}

.download-btn-first {
  background: #f7f7f7;
}

.download-btn-first:hover {
  background: #648cfb;
  color: #fff !important;
}

.features-btn-first {
  font-weight: 700;
}

.features-btn-first:hover {
  background: #f7f7f7 !important;
  color: #234197 !important;
}

#fh5co-hero-wrapper {
  height: 800px;
  width: 100%;
  /* background: #234197; */
  background: rgb(35, 65, 151);
  background: radial-gradient(circle, rgb(19 37 86) 60%, rgb(3 3 47) 100%);
}

.main-navbar-nav .navbar-brand {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  top: -5px;
  font-weight: 500;
}

.main-navbar-nav {
  color: #fff !important;
}
.main-navbar-nav li {
  color: #fff;
  /* opacity: .7; */
}
.main-navbar-nav .navbar-nav .nav-item a:hover {
  color: #fff !important;
  opacity: 1 !important;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.main-navbar-nav a {
  color: #fff !important;
}
.main-navbar-nav .nav-link {
  opacity: 0.7 !important;
  margin: 0 35px;
  font-size: 14.5px;
  font-weight: 500;
}

.main-navbar-nav .active a {
  color: #fff !important;
  opacity: 1 !important;
}

.social-icons-header i {
  margin: 15px;
  font-size: 20px;
}

.social-icons-header a:hover i {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fh5co-hero-inner {
  margin-top: 80px;
  position: relative;
}
.fh5co-hero-inner > h1 {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  letter-spacing: 2px;
}
.fh5co-hero-inner > p {
  width: 415px;
  font-size: 19px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2em;
}
.fh5co-hero-inner .download-btn-first {
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 700;
  color: #234197;
}
.fh5co-hero-inner .features-btn-first {
  font-size: 15px;
  padding: 8px 13px;
  font-weight: 400;
  background: #648cfb;
  color: #fff;
  margin-left: 10px;
}
.fh5co-hero-inner .fh5co-hero-smartphone {
  position: absolute;
  right: 0px;
  top: 80px;
  height: 650px;
}

/* ==========================================================================================================
										ADVANTAGES
   ========================================================================================================== */
.fh5co-advantages-outer {
  padding: 70px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.fh5co-advantages-outer .about {
  text-align: justify;
}
.fh5co-advantages-outer .span-perfect {
  color: #648cff;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 1px;
}
.fh5co-advantages-outer .span-features {
  text-transform: uppercase;
  font-size: 42px;
}
.fh5co-advantages-outer .second-title {
  text-align: center;
  display: block;
}
.fh5co-advantages-outer small {
  display: block;
  text-align: center;
}
.fh5co-advantages-outer .fh5co-advantages-grid-columns {
  margin-top: 120px;
}
.fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-image {
  width: 30%;
  float: left;
  padding-right: 30px;
  position: relative;
  top: 1px;
  color: #648cff;
}
.fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
}
.fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-desc {
  float: right;
  font-size: 13px;
  padding-right: 7%;
  width: 70%;
  color: #165694;
  margin-top: 10px;
  line-height: 1.87em;
}

.fh5co-slider-inner {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* ==========================================================================================================
										SLIDER
   ========================================================================================================== */
.fh5co-slider-outer {
  width: 100%;
  height: auto;
  padding: 70px;
}
.fh5co-slider-outer h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.fh5co-slider-outer > h1,
.fh5co-slider-outer small {
  text-align: center;
  display: block;
}
.fh5co-slider-outer .fh5co-slider-outer {
  margin-top: 50px;
}
.fh5co-slider-outer .carousel-left-arrow {
  position: absolute;
  left: -100px;
  bottom: 250px;
  font-size: 60px;
  color: #ececec;
}
.fh5co-slider-outer .carousel-right-arrow {
  position: absolute;
  right: -100px;
  bottom: 250px;
  font-size: 60px;
  color: #ececec;
}
.fh5co-slider-outer .item img {
  height: 400px;
  width: 200px;
  object-fit: contain;
}

/* ==========================================================================================================
										FEATURES
   ========================================================================================================== */
.curved-bg-div {
  /* background: url("../img/curved-bgg.jpg") no-repeat; */
  background-position: 0px -140px;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.fh5co-features-outer {
  width: 100%;
  height: auto;
  margin-top: -180px;
}
.fh5co-features-outer .col-sm-6 {
  margin-top: 80px;
}
.fh5co-features-outer .col-sm-6 img {
  height: 300px;
}
.fh5co-features-outer .sm-6-content {
  margin-top: 150px;
  position: relative;
}
.fh5co-features-outer .sm-6-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.fh5co-features-outer h3 {
  text-transform: uppercase;
  color: #648cff;
  font-size: 22px;
  font-weight: 600;
}
.fh5co-features-outer ul {
  margin-left: 20px;
  font-size: 0.9rem;
  text-align: left;
}
.fh5co-features-outer .sm-6-content p {
  color: #111;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.8em;
  width: 450px;
}
.fh5co-features-outer .col-sm-6 .col-sm-image-container {
  position: relative;
  width: 300px;
}
.fh5co-features-outer .col-sm-6 .span-new {
  color: #fff;
  background: #fcec64;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 700;
  right: 0;
  top: 140px;
}
.fh5co-features-outer .col-sm-6 .span-free {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}
.fh5co-features-outer .col-sm-6 .span-data {
  color: #7e8c91;
  background: #b8faee;
  padding: 20px;
  width: 40px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: initial;
  position: absolute;
  top: 140px;
  right: -2px;
  font-weight: 700;
}
.fh5co-features-outer .col-sm-6 .span-percent {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}
.fh5co-features-outer .col-sm-6 .circle {
  color: #c3cfe5;
  border: 1px solid #ededed;
  background: #fff;
  padding: 10px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 600;
  box-shadow: 0 0 0 5px #f9f9f9;
}
.fh5co-features-outer .col-sm-6 .circle-first {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 0px;
  font-weight: 600;
}
.fh5co-features-outer .col-sm-6 .circle-middle {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 50px;
  font-weight: 600;
}
.fh5co-features-outer .col-sm-6 .circle-last {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 100px;
  font-weight: 600;
}

/* ==========================================================================================================
										REVIEWS
   ========================================================================================================== */
.fh5co-reviews-outer {
  width: 100%;
  height: 400px;
  padding: 70px;
  margin-top: 100px;
}
.fh5co-reviews-outer .fh5co-reviews-inner {
  margin-top: 100px;
}
.fh5co-reviews-outer > h1,
.fh5co-features-outer > h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.fh5co-reviews-outer > small,
.fh5co-features-outer > small {
  text-align: center;
  display: block;
}
.fh5co-reviews-outer .testimonial-desc {
  clear: both;
  padding-top: 30px;
  font-weight: 500;
}
.fh5co-reviews-outer .testimonial-2 {
  margin-left: 50px;
}

/* ==========================================================================================================
										BOTTOM
   ========================================================================================================== */
.fh5co-bottom-outer {
  width: 100%;
  height: 100%;
  background: url("../img/download-section-bg.png") no-repeat center;
  background-color: #132556;
  margin-top: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-top: 120px;
  overflow-x: hidden;
}
.fh5co-bottom-outer a {
  color: white;
  text-decoration: underline;
}
.fh5co-bottom-outer .fh5co-bottom-inner {
  margin-top: 70px;
}
.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}
.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
  width: 350px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.85em;
}
.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 img {
  margin-top: 25px;
}

/* ==========================================================================================================
										SUB FOOTER
   ========================================================================================================== */
.img-float-left {
  float: left;
}

.img-float-right {
  float: right;
}

.footer-outer {
  width: 100%;
  padding: 50px;
  height: 250px;
  background: #2e3149;
  overflow: hidden;
}
.footer-outer .footer-inner {
  width: 100%;
  height: inherit;
}
.footer-outer .social-icons-footer i {
  margin: 15px;
  font-size: 20px;
}
.footer-outer .social-icons-footer a:hover i {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-outer .footer-three-grid {
  width: 1140px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
}
.footer-outer .column-1-3 {
  width: 20%;
  float: left;
  height: 50px;
}
.footer-outer .column-1-3 h1 {
  font-size: 38px;
  letter-spacing: 3px;
  position: relative;
  top: -5px;
  font-weight: 600;
  color: #fff;
}
.footer-outer .column-2-3 {
  width: 60%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 {
  width: 20%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 a {
  color: #b5b5c8;
}
.footer-outer .column-3-3 .social-icons-header a:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-outer .footer-nav ul {
  list-style: none;
  text-align: center;
}
.footer-outer .footer-nav ul li {
  display: inline-block;
  line-height: 50px;
  color: #b5b5c8;
  margin: 0 30px;
  font-size: 14px;
}
.footer-outer .footer-nav ul li:hover {
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer-outer .footer-nav ul .active {
  color: #fff;
}
.footer-outer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-outer .border-bottom-footer {
  height: 1px;
  width: 60%;
  margin: 0 auto;
  border: 1px solid #434769;
  display: block;
  margin-top: 50px;
}
.footer-outer .copyright {
  color: #565b87;
  text-align: center;
  font-size: 13px;
  padding: 40px 0;
}

.google-play-btn {
  margin-left: 10px;
}

/* ==========================================================================================================
                                       RESPONSIVE STYLING
  ========================================================================================================== */
@media screen and (max-width: 1400px) {
  body {
    overflow-x: hidden;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: 50px;
    top: 200px;
    height: 550px;
  }

  .curved-bg-div {
    background-position: 100% -20px;
  }

  .footer-outer .footer-three-grid {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: -15px;
    top: 200px;
    height: 550px;
  }
}
@media screen and (max-width: 993px) {
  body {
    overflow-x: hidden;
  }

  #fh5co-hero-wrapper {
    height: 130vh;
  }

  .fh5co-hero-inner {
    margin-top: 20px;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    left: 100;
    /* right: 0; */
    margin-left: auto;
    margin-right: auto;
    top: 80px;
    height: 460px;
    margin-top: 110px;
  }

  .fh5co-advantages-outer {
    margin-top: 250px;
    padding-bottom: 0;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-image {
    width: 60px;
    float: none;
    display: block;
    margin: 0 auto;
    padding-right: 0px;
    margin-bottom: 20px;
    position: relative;
    top: 1px;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-title {
    float: none;
    text-align: center;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-desc {
    float: none;
    width: 100%;
    text-align: center;
  }

  .fh5co-slider-outer .fh5co-slider-outer {
    margin-top: 0px;
  }

  .fh5co-features-outer {
    margin-top: -100px;
  }

  .fh5co-features-outer .sm-6-content p {
    width: 100%;
  }

  .footer-outer .footer-nav ul li {
    margin: 0 10px;
  }

  .footer-outer .social-icons-footer i {
    margin: 15px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 993px) {
  .fh5co-features-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-features-outer .col-sm-6 .col-sm-image-container {
    position: relative;
    width: 295px !important;
    text-align: center;
    margin: 15px auto 0;
  }

  .no-float {
    float: none !important;
  }

  .fh5co-slider-outer .carousel-right-arrow {
    position: absolute;
    right: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .fh5co-slider-outer .carousel-left-arrow {
    position: absolute;
    left: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .img-float-right {
    float: none;
  }

  .img-float-left {
    float: none;
  }

  .fh5co-features-outer .col-sm-6 .span-percent,
  .fh5co-features-outer .col-sm-6 .span-free {
    left: -15px;
    bottom: 140px;
  }

  .fh5co-features-outer .col-sm-6 .span-new {
    right: -10px;
  }

  .fh5co-features-outer .col-sm-6 .span-data {
    right: -15px;
  }

  .fh5co-features-outer .col-sm-6 .circle {
    position: static;
    display: inline-block;
    margin: 25px 5px;
  }

  .fh5co-advantages-outer .second-title {
    margin-top: 60px;
  }

  .fh5co-features-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .fh5co-features-grid-columns .in-order-1 {
    order: 1;
  }
  .fh5co-features-grid-columns .in-order-2 {
    order: 2;
  }
  .fh5co-features-grid-columns .in-order-3 {
    order: 3;
  }
  .fh5co-features-grid-columns .in-order-4 {
    order: 4;
  }
  .fh5co-features-grid-columns .in-order-5 {
    order: 5;
  }
  .fh5co-features-grid-columns .in-order-6 {
    order: 6;
  }
  .fh5co-features-grid-columns .in-order-7 {
    order: 7;
  }
  .fh5co-features-grid-columns .in-order-8 {
    order: 8;
  }
  .fh5co-features-grid-columns .in-order-9 {
    order: 9;
  }
  .fh5co-features-grid-columns .in-order-10 {
    order: 10;
  }

  .fh5co-reviews-outer {
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #c7c7c7 !important;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    width: 100%;
  }

  .social-icons-header i:first-of-type {
    margin-right: 10px !important;
    margin-left: 0 !important;
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .fh5co-hero-inner > h1 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 2px;
  }

  #fh5co-hero-wrapper {
    height: 800px;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns {
    margin-top: 40px;
  }

  .fh5co-advantages-grid-columns .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 420px;
    top: 310px;
    right: 0;
    left: 0;
  }

  .fh5co-advantages-outer .second-title {
    margin-top: 60px;
  }

  .fh5co-bottom-outer {
    margin-top: 40px;
    overflow: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner {
    margin-top: 50px;
  }

  .fh5co-slider-outer {
    padding: 0;
  }

  .fh5co-slider-outer .carousel-left-arrow {
    left: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .fh5co-slider-outer .carousel-right-arrow {
    right: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-slider-outer .item img {
    height: 300px;
  }

  .fh5co-reviews-outer {
    height: auto;
  }

  .fh5co-reviews-outer .fh5co-reviews-inner {
    margin-top: 50px;
  }

  .fh5co-bottom-outer {
    background-position: center bottom;
    overflow: hidden;
    height: auto;
  }

  .fh5co-bottom-inner {
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
    width: 90%;
    margin: 0 auto;
  }

  .footer-outer {
    height: auto;
    padding: 20px;
  }

  .footer-outer .column-1-3 {
    width: 100%;
    float: none;
    height: auto;
    padding-top: 30px;
  }

  .footer-outer .column-2-3 {
    width: 100%;
    float: none;
    height: auto;
  }

  .footer-outer .column-3-3 {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0;
  }

  .footer-outer .copyright {
    margin-top: 30px;
    padding: 10px 0;
  }

  .footer-outer .border-bottom-footer {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #434769;
    display: block;
    margin-top: 100px;
  }
}
@media screen and (max-width: 520px) {
  .curved-bg-div {
    height: 120px;
  }

  #fh5co-hero-wrapper {
    height: 900px;
  }
  .fh5co-bottom-outer {
    padding-bottom: 0;
    padding-top: 0;
  }

  .fh5co-hero-inner > h1 {
    font-size: 35px;
  }

  .fh5co-hero-inner > p {
    width: 100%;
  }

  .fh5co-hero-inner {
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 450px;
    top: 470px;
    margin-top: 10px;
  }

  .social-icons-header i:first-of-type {
    font-size: 22px;
  }

  .fh5co-slider-outer .carousel-left-arrow {
    left: 0;
  }

  .fh5co-slider-outer .carousel-right-arrow {
    right: 0;
  }

  .fh5co-slider-inner {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    width: 90%;
    max-width: 90%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-advantages-outer .span-perfect {
    margin-top: 80px;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .fh5co-advantages-outer .span-features {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .fh5co-advantages-outer {
    padding: 70px 20px;
  }

  .footer-outer .footer-nav ul {
    margin-left: -5px;
  }

  .footer-outer .footer-nav ul li {
    margin: auto 2px;
  }
}

.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  display: contents;
  background-image: none;
}

/*
new layout
*/


* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", "sans-serif";
}

html {
  overflow-x: hidden;
}


nav {
  display: inline-flex;
  width: 100%;
  padding: 20px 216px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: var(--light-background-paper, #FFF);

  /* Elevation/2 */
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.20);
}

nav>a {
  display: flex;
  width: 228px;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

nav ul {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  gap: 56px;
  list-style: none;
}

nav ul>li>a {
  color: #142554;
  font-feature-settings: 'clig' off, 'liga' off;

  /* Components/Button Large */
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 173.333% */
  letter-spacing: 0.46px;
  text-transform: uppercase;
}

nav>button.download-btn-first-menu {
  display: flex;
  width: 354px;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #1E418A;
  color: #142554;
  font-feature-settings: 'clig' off, 'liga' off;

  /* Components/Button Large */
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 173.333% */
  letter-spacing: 0.46px;
  text-transform: uppercase;
}


.main-banner {
  display: flex;
  width: 100%;
  padding: 32px 0 0 0;
  margin-bottom: 88px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;

}

.main-banner-inner {
  width: 96.875%;
  height: 744px;
  flex-shrink: 0;
  border-radius: 64px;
  background: #142554;
  padding: 40px;
  position: relative;
}

.main-banner-inner-left {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 50%;
}


.main-banner-inner-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 825px;
  background: url("../img/CelularesMockup_MTlogin.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main-banner-inner h1 {
  color: var(--light-primary-contrast, #FFF);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Roboto, sans-serif;
  font-size: 5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 116.7%;
  /* 112.032px */
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.main-banner-inner p {
  color: var(--light-primary-contrast, #FFF);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 123.5%;
  /* 41.99px */
  letter-spacing: 0.25px;
}

.download-btn-first {
  display: flex;
  width: 354px;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--light-primary-contrast, #FFF);
  background: transparent;
  color: var(--light-primary-contrast, #FFF);
}

.download-btn-first-login-banner {
  display: flex;
  width: 354px;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--light-primary-contrast, #FFF);
  background: transparent;
  color: var(--light-primary-contrast, #FFF);
}

.download-btn-second {
  color: var(--light-primary-contrast, #FFF);
  background: transparent;
  display: flex;
  width: 354px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}


.main {
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 144px;
}

.main-header {
  display: flex;
  width: 1488px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.main-header h2,
.main-header h2 span {
  color: #0048B6;
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/H2 */
  font-family: Roboto,
    sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 72px */
  letter-spacing: -0.5px;
}

.main-header h3 {
  color: #0048B6;
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/H2 */
  font-family: Roboto,
    sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 72px */
  letter-spacing: -0.5px;
}

.main-header h5 {
  color: var(--light-text-primary, rgba(0, 0, 0, 0.87));
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/H5 */
  font-family: Roboto,
    sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.4%;
  /* 32.016px */
}

.main-header h6 {
  color: var(--light-text-primary, rgba(0, 0, 0, 0.87));
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/H5 */
  font-family: Roboto,
    sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.4%;
  /* 32.016px */
}


.mt-login-info {
  display: flex;
  width: 77.5%;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.mt-login-info-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  flex-shrink: 0;
  padding: 32px;
}

.mt-login-info-right {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  padding: 32px;
}

.mt-login-info-right h3,
.mt-login-info-right h3 b {
  color: var(--grey-900, #212121);
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/H3 */
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-style: normal;
  line-height: 116.7%;
  /* 56.016px */
}
.mt-login-info-right h3 {
  font-weight: 400;
}

.mt-login-info-right p {
  color: #505050;
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/Body 1 */
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.15px;
}

.mt-login-info-right span {
  color: #142554;
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/Body 1 */
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15px;
}


.mt-id-info {
  display: flex;
  /* width: 96.67%; */
  padding: 64px 184px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  border-radius: 64px;
  border: 3px solid var(--light-text-secondary, rgba(0, 0, 0, 0.60));
}

.mt-id-info h3 {
  color: var(--light-text-primary, rgba(0, 0, 0, 0.87));
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.7%;
  /* 56.016px */
}


.mt-id-info-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}


.mt-id-info-right {

  display: flex;
  width: 605px;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;

}

.mt-id-info-center {
  width: 1px;
  height: 224px;
  border: 1px solid var(--light-text-primary, rgba(0, 0, 0, 0.87));


}

.mt-id-info-left {


  display: flex;
  width: 605px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.mt-id-info-left h5 {
  align-self: stretch;
  color: var(--light-text-primary, rgba(0, 0, 0, 0.87));
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/H5 */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.4%;
  /* 32.016px */
}

.mt-id-info-left p {
  align-self: stretch;
  color: var(--light-text-secondary, rgba(0, 0, 0, 0.60));
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/H6 */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.15px;
}

.mt-id-info-right>div>div {
  display: flex;
  flex-direction: column;
}

.mt-id-info-right div {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.mt-id-info-right h6 {
  align-self: stretch;
  color: var(--light-text-primary, rgba(0, 0, 0, 0.87));
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/H6 */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.15px;
}

.mt-id-info-right p {
  align-self: stretch;
  color: var(--light-text-secondary, rgba(0, 0, 0, 0.60));
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/Body 1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.15px;
}



.mt-produtos-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 77.5%;
}

.mt-produtos-info h2 {
  color: var(--light-text-primary, rgba(0, 0, 0, 0.87));
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.7%;
  /* 56.016px */
}

.mt-produtos-info-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.mt-produtos-info-inner div {
  display: flex;
  width: 24.45%;
  padding: 56px 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  border-radius: 16px;
}

.mt-produtos-info-inner p {
  align-self: stretch;
  color: var(--light-primary-contrast, #FFF);
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/Body 1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.15px;
}


.mt-login-banner {
  display: flex;
  padding: 34px 0px 33.34px 100px;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 16px;
  background: var(--grey-200, #EEE);
  width: 63.96%;
}

.mt-login-banner-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 55.63%;
}

.mt-login-banner-right {
  width: 44.41%;
  height: 466px;
}

.mt-login-banner-right img {
  width: 100%;
  height: 466px;
}

.mt-login-banner-left h3 {
  color: #142554;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 72px */
  letter-spacing: -0.5px;
}

.mt-login-banner-left p {
  color: #142554;
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/H6 */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.15px;
}

.mt-login-banner-left div {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.mt-login-banner-left div button {
  display: flex;
  width: 354px;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #142554;
}

footer {
  margin-top: 100px;
  width: 100%;
  height: 400px;
  flex-shrink: 0;
  background: #142554;
  display: flex;
  align-items: center;
}

.footer-inner {
  width: 100%;
  margin: 125px 216px 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.footer-left {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-left img {
  width: 220px;
  height: 58px;
  flex-shrink: 0;
  fill: var(--light-info-contrast, #FFF);
}

.footer-left p {
  color: var(--light-primary-contrast, #FFF);
  font-feature-settings: 'clig' off, 'liga' off;

  /* Typography/Body 1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.15px;
}

.footer-right {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}



/* Extra Small Devices (XS) - 576px and below */
@media (max-width: 575.98px) {

  /* Your CSS styles for extra small devices here */
  .main {
    gap: 20px
  }


  .main-banner {
    margin: 0 0 120px 0;
    padding: 0;
  }

  /* Your CSS styles for medium devices here */
  .main-banner-inner {
    flex-direction: column;
    width: 100%;
    border-radius: 0;
    height: 600px;
  }

  .main-banner-inner-left {
    width: 100%;
    gap: 10px;
  }



  .main-banner-inner-right {
    width: 90%;
    position: relative;
    margin: 0px auto 0;
    height: 300px;
  }


  .main-banner-inner h1 {
    font-size: 8vw;
    margin: 0;
  }

  .main-banner-inner p {
    font-size: 5vw;
    margin: 0;
  }


  .main-header h3 {
    font-size: 26px;
  }

  .download-btn-first {
    width: 100%;
  }

  .download-btn-second {
    width: 100%;
  }

  .mt-login-info {
    flex-direction: column;
  }

  .mt-login-info-left {
    width: 100%;
  }

  .mt-login-info-right {
    width: 100%;
    padding: 0;
  }

  .mt-login-info-right h3 {
    font-size: 24px;
  }

  .mt-id-info {
    padding: 34px;
  }

  .mt-id-info-left,
  .mt-id-info-right {
    width: 100%;
  }

  .mt-id-info-inner {
    flex-direction: column;
  }

  .mt-id-info h3 {
    font-size: 24px;
    justify-self: start;
  }

  .mt-produtos-info-inner {
    flex-wrap: wrap;
  }

  .mt-produtos-info-inner div {
    width: 100%;
  }

  .mt-login-banner {
    width: 100%;
    padding: 10px;
  }

  .mt-login-banner-left {
    width: 100%;
  }

  .mt-login-banner-left div {
    width: 100%;
  }

  .mt-login-banner-left div button {

    width: 100%;
  }

  .footer-inner {
    margin: 0px;
    flex-direction: column;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* Small Devices (SM) - 576px to 767px */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Your CSS styles for small devices here */

  .main-banner {
    margin: 0 0 120px 0;
    padding: 0;
  }

  /* Your CSS styles for medium devices here */
  .main-banner-inner {
    flex-direction: column;
    width: 100%;
    border-radius: 0;
    height: 850px;
  }

  .main-banner-inner-left {
    width: 100%;
  }


  .main-banner-inner-right {
    width: 90%;
    position: relative;
    margin: -200px auto 0;
  }


  .main-banner-inner h1 {
    font-size: 8vw;
  }

  .main-banner-inner p {
    font-size: 3vw;
  }

  .download-btn-first {
    width: 100%;
  }

  .download-btn-second {
    width: 100%;
  }

  .mt-login-info {
    flex-direction: column;
  }

  .mt-login-info-left {
    width: 100%;
  }

  .mt-login-info-right {
    width: 100%;
  }

  .mt-id-info-inner {
    flex-direction: column;
  }

  .mt-id-info {
    padding: 34px;
  }

  .mt-id-info-left,
  .mt-id-info-right {
    width: 100%;
  }

  .mt-produtos-info-inner {
    flex-wrap: wrap;
  }

  .mt-produtos-info-inner div {
    width: 100%;
  }

  .mt-login-banner {
    width: 100%;
    padding: 20px;
  }

  .mt-login-banner-left {
    width: 100%;
  }

  .mt-login-banner-left div {
    width: 100%;
  }

  .mt-login-banner-left div button {

    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    margin: 0;

    justify-content: center;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* Medium Devices (MD) - 768px to 991px */
@media (min-width: 768px) and (max-width: 991.98px) {


  .main-banner {
    margin: 0 0 120px 0;
    padding: 0;
  }

  /* Your CSS styles for medium devices here */
  .main-banner-inner {
    flex-direction: column;
    width: 100%;
    border-radius: 0;
    height: 1150px;
  }

  .main-banner-inner-left {
    width: 100%;
  }


  .main-banner-inner-right {
    width: 90%;
    position: relative;
    margin: -100px auto 0;
  }


  .main-banner-inner h1 {
    font-size: 8vw;
  }

  .main-banner-inner p {
    font-size: 3vw;
  }

  .download-btn-first {
    width: 100%;
  }

  .download-btn-second {
    width: 100%;
  }


  .mt-login-info {
    flex-direction: column;
  }

  .mt-login-info-left {
    width: 100%;
  }

  .mt-login-info-right {
    width: 100%;
  }



  .mt-id-info-inner {
    flex-direction: column;
  }

  .mt-id-info {
    padding: 34px;
  }

  .mt-id-info-left,
  .mt-id-info-right {
    width: 100%;
  }

  .mt-produtos-info-inner {
    flex-wrap: wrap;
  }

  .mt-produtos-info-inner div {
    width: 100%;
  }

  .mt-login-banner {
    width: 100%;
    padding: 20px;
  }

  .mt-login-banner-left {
    width: 100%;
  }

  .mt-login-banner-left div {
    width: 100%;
  }

  .mt-login-banner-left div button {

    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    margin: 0;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* Large Devices (LG) - 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199.98px) {

  /* Your CSS styles for medium devices here */
  .main-banner-inner {
    flex-direction: row;
    height: 600px;
  }

  .main-banner-inner-left {
    width: 50%;
  }


  .main-banner-inner-right {
    width: 50%;
  }

  /* Your CSS styles for large devices here */
  nav ul {
    width: 70%;
  }

  nav {
    padding: 5px 50px;
  }

  .mt-id-info {
    padding: 34px 64px;
  }

  .mt-id-info {
    padding: 34px;
  }

  .mt-id-info-left,
  .mt-id-info-right {
    width: 100%;
  }

  .mt-produtos-info-inner {
    flex-wrap: wrap;
  }

  .mt-produtos-info-inner div {
    width: 48%;
  }

  .mt-login-banner-left div {
    width: 100%;
  }

  .mt-login-banner-left div button {

    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    margin: 0;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* Extra Large Devices (XL) - 1200px and above */
@media (min-width: 1200px) {

  /* Your CSS styles for medium devices here */
  .main-banner-inner {
    flex-direction: row;
    height: 600px;
  }

  .mt-id-info {
    padding: 34px 64px;
  }
}

@media (min-width: 1400px) {

  /* Your CSS styles for medium devices here */
  .main-banner-inner {
    flex-direction: row;
    height: 744px;
    ;
  }

  nav {
    padding: 20px 216px;
  }

  .mt-id-info {
    padding: 34px 64px;
  }
}

@media (min-width: 1920px) {
  .mt-id-info {
    padding: 64px 184px;
  }
}