body {
  background:url(../img/earthp.png) no-repeat fixed center top / cover;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  }



.form-control {
  height: 100%;
  font-size: 12px;
}

.btn {
  font-size: 12px;
}

nav, nav a {
font-size: 12px;
}


.form-control, .btn {
  font-family: 'Montserrat', sans-serif;

  font-weight: 1000;
}


#repeat-x {
  height: 60px;
  background-image:url(../img/orn2.png);
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  padding-top: 20px;
}

.zag {
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brandz h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 1000;
font-size: 50px;
}


.a4 {
  margin-top: 100px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a4 p{
  font-size: 12px;
  font-weight: 1000;
}


.clearfix:after {
  content:'';
  display: table;
  width: 100%;
}

.p1 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}


.p3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.arrows {
  margin-top: 50px;
}

.arrow {
  height: 250px;
}



.desc {
margin-top: 10px;
}

.brandz h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 30px;
}

.brandz h3 {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 30px;
}

.desc p {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 500;
}

.topnav a {
font-family: 'Montserrat', sans-serif;
}

.float_svg {
  margin: 0;
  padding: 0;
}

.email-field {
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.31);
          box-shadow: 0 14px 28px rgba(0,0,0,0.31);
}

.email-field:hover {
  border: 5px double #75d2ee;
}

.button1 {
  background-color: #18d629;
  opacity: .7;
  color: #000;
  border-radius: 5px;
  display: block;
  width: 240px;
  padding: 20px 0;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 1000;
  font-size: 20px;
}

.button1:hover {
  background: #18d629;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.31);
          box-shadow: 0 14px 28px rgba(0,0,0,0.31);
}

.conboard {
  padding: 20px 40px;
  background-color: white;
  border: 2px solid #000;
  border-radius: 10px;
  margin-top: 40px;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.31);
          box-shadow: 0 14px 28px rgba(0,0,0,0.31);
}


.menupad {
  padding: 0;
}

.navfix {
  width: 80px;
}

.navfix img {
  width: 40px;
}



@media (max-width: 991px) {

  nav, nav a {
    font-size: 50px !important;
  }

.navbar-toggler-icon {
  height: 100px;
  width: 100px;
}

.form-control {
  font-size: 40px;
}

.btn {
  font-size: 40px;
}

.brandz h1 {
  font-size: 50px;
}

.brandz h2 {
  font-size: 40px;
}

.brandz h3 {
  font-size: 40px;
}

.desc p {
  font-size: 30px;
}

.navfix {
  width: 200px;
}

.navfix img {
  width: 80px;
}

}

@media (min-width: 1203px) {

nav, nav a {
font-size: 16px !important;
}

.btn {
  font-size: 16px;
}

.form-control {
  font-size: 16px;
}

}