html {
  font-size: 62.5%; }
.p{padding-top:2px;}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }
.t{font-size: 1.6rem;}
#btnMax{    position: absolute;
        right: 2%;
    top: 6%;}
.jumbotron {
    height: -webkit-fill-available;
}
.navbar {
  font-size: 1.6rem;
  background-color: #e74c3c;
  color: #fff;
  text-transform: uppercase; }
  .navbar-brand {
    font-size: 1.6rem;
    color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.5rem; }

.jumbotron {
  background-color: #192a56; }
  .jumbotron .heading-primary {
    color: #fff;
    font-weight: 500;
  
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 3rem; }
  .jumbotron .nav-pills .nav-link.active, .jumbotron .nav-pills .show > .nav-link {
    background-color: #e67e22; }
  .jumbotron .nav {
    background-color: #fff; }
    .jumbotron .nav-item {
      font-size: 1.6rem;
      text-align: center; }
      .jumbotron .nav-item .nav-link {
        border-radius: 0; }
  .jumbotron .qr-form {
    background-color: #fff;
    margin-bottom: 2rem; }

.form {
  padding: 2rem; }
  .form label {
    color: #777;
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  .form .url-input {
    height: 5rem;
    border-radius: 0;
    margin-bottom: 1.5rem;
    font-size: 1.6rem; }
  .form .contact-input {
    height: 4rem;
    border-radius: 0;
    margin-bottom: 1.5rem;
    font-size: 1.6rem; }
  .form textarea {
    margin-bottom: 1.5rem;
    font-size: 1.6rem; }
  .form .btn {
    font-size: 1.6rem; }

.qr-result {
  padding: 2rem;
  background-color: #fff;
  z-index: 10;
  min-height: 33.8rem;
  text-align: center; }
  .qr-result-image {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto; }
  .qr-result .btn {
    font-size: 1.6rem;
    width: 100%;
    height: 5rem; }

.alert {
  border-radius: 0;
  font-size: 1.6rem; }

.hide-err {
  display: none; }

.show-err {
  display: block; }

.loader-box {
  position: relative;
  z-index: 11; }

.loader-image {
  width: 12rem;
  position: absolute;
  left: 11rem;
  top: 8rem; }

.section-heading {
  font-size: 3.5rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700; }
  .section-heading-three {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem; }

.section-about {
  padding: 5rem 10rem; }
  .section-about-paragraph {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
  .section-about-image {
    width: 25.6rem;
    display: block;
    margin: 0 auto; }
  .section-about-button {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 3rem; }
/* Features Section */
.section-features {
  padding: 5rem 10rem;
  background-image: linear-gradient(to right bottom, rgba(231, 76, 60, 0.8), rgba(52, 152, 219, 0.7)), url(../img/bg-section.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  background-repeat: no-repeat; }
  .section-features-col {
    margin-bottom: 2rem; }
  .section-features-bottom {
    text-align: center; }
    .section-features-bottom-btn {
      text-transform: uppercase;
      font-size: 1.6rem;
      padding: 2rem 5rem;
      border-radius: 3px;
      background-color: rgba(255, 255, 255, 0.8);
      color: #777;
      font-weight: 300;
      box-shadow: 0rem 1.5rem 4rem rgba(0, 0, 0, 0.2); }

.features-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
  color: #777;
  height: 300px;
  transition: all .2s; }
  .features-box-heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 300;
    text-transform: uppercase; }
  .features-box-text {
    font-weight: 300; }
.features-box-icon {
    font-size: 10rem;
    margin-bottom: 3rem;
    display: inline-block;
    background-image: linear-gradient(to right bottom, #e74c3c, #3498db);
    /*-webkit-background-clip: text;*/
    color: transparent;
}
  .features-box:hover {
    transform: translateY(-1rem);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }

.ad {
  padding: 5rem 10rem; }
.ad-bottom {
    margin: 0 auto;
    height: 9rem;
    /*widows: 12.8rem;*/
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
}

.bg-gray {
  background-color: #eee; }

.into-col {
  margin-bottom: 4rem; }
  .into-col:not(:first-child) {
    margin-top: 4rem; }

.icon-color-1 {
  color: #e74c3c; }

.icon-color-2 {
  color: #3498db; }

.icon-color-3 {
  color: #e67e22; }



.article {
  padding: 2rem;
  font-size: 1.6rem; }
  .article-text:not(:last-child) {
    margin-bottom: 2rem; }
  .article-heading-h2 {
    margin-bottom: 2rem; }

/* ******************************
Social Section
****************************** */
.social-section{
    padding:50px 100px;
}
.social-icon{
    width: 64px;
    transition: all .4s;
}
.social-icon:hover{
    transform: rotate(360deg);
}
.social-icon-link,.social-icon-link:hover{
    text-decoration: none;
    
}


.bg-gray{
    background-color: #192a56;
    margin-top: 40px;
}
.div-center{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

/* Ad Style */
.ad-header {
  margin: 0 auto;
  max-width: 728px;
  background: #eee;
  height: auto;
}
.ad-img{
  width: 100%;
}
.top-10{
  margin-top: 20px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .section-about {
    padding: 4rem; }
    .section-about-image {
      display: block;
      margin: 0 auto; }
  .section-features {
    padding: 4rem; }
    .section-features-bottom-btn {
      padding: 2rem;
      font-size: 1.1rem; } }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .section-features {
    padding: 4rem; }
    .section-features-bottom-btn {
      padding: 2rem; } 
  
  
}
/* Tablet and Mobile*/
@media screen and (max-width: 768px) {
  .jumbotron .heading-primary{
    font-size: 2rem;
  }
  .social-section{
    padding: 30px;
}
.social-icon{
    width: 34px;
}

#btnMax{display:none;}
}
@media only screen and (min-width: 769px)and (max-width: 1024px) {
	
	.jumbotron .heading-primary {
  
    font-size: 2.5rem;
  
}
    .h {
        font-size: 36px;
        padding-right: 20%;
    }
}
@media only screen and (min-width: 1025px)and (max-width: 1440px) {
	
	.jumbotron .heading-primary {
  
    font-size: 3.5rem;
  
}
    .h {
        font-size: 44px;
        padding-right: 14%;
    }
}

@media only screen and (min-width: 1441px)and (max-width: 2560px) {
	.jumbotron .nav-item {
    font-size: 4.6rem ;
 
}
.form label{
    
    font-size: 4.6rem ;
   
}	
.jumbotron .heading-primary {
   
    font-size: 6.5rem;
  
}
.form .url-input {
    height: 9rem;
    border-radius: 0;
    margin-bottom: 3.5rem;
    font-size: 4.6rem;
}
.form textarea {
    margin-bottom: 3.5rem;
    font-size: 4.6rem;
}
.form .contact-input {
    height: 9rem ;
    
    margin-bottom: 3.5rem;
    font-size: 4.6rem;
}
.form .contact-input select {
    height: 9rem ;
    
    margin-bottom: 3.5rem;
    font-size: 4.6rem;
}
.form .btn {
    font-size: 4.6rem;
}
.qr-result .btn {
    font-size: 4.6rem;
    width: 100%;
    height: 9rem;
}
.t{font-size: 4rem;}
    .h {
        font-size: 87px;
        padding-right: 0px;
        margin-top: -36px;
    }
}

@media only screen and (min-width: 2561px)and (max-width: 4000px) {
	.jumbotron .nav-item {
    font-size: 7.6rem;
 
}
.form label{
    
        font-size: 7.6rem;
   
}	
.jumbotron .heading-primary {
   
    font-size: 8.5rem;
   
}
.form .url-input {
    height: 13rem;
    border-radius: 0;
    margin-bottom: 5.5rem;
    font-size: 7.6rem;
}

.form textarea {
    margin-bottom: 3.5rem;
    font-size: 5.6rem;
}
.form .contact-input {
    height: 9rem ;
    
    margin-bottom: 3.5rem;
    font-size: 4.6rem;
}
.form .btn {
       font-size: 7.6rem;
}
.qr-result .btn {
    font-size: 6.6rem;
    width: 100%;
    height: 14rem;
}
.t{    font-size: 7rem;}
    .h {
        font-size: 125px;
        padding-right: 0px;
        margin-top: -89px;
    }
}

