/* -----------------------------------------------Variables----------------------------------------------- */
/* ---------------------------------------------Global styles----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Lato', sans-serif;
  font-display: auto;
  margin: 0;
}

button {
  background: #3fdbb1;
  border-radius: 50px;
  border: none;
  margin-top: 50px;
  padding: 10px 20px;
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
  -webkit-box-shadow: 0px 14px 34.2px 3.8px rgba(68, 208, 170, 0.26);
          box-shadow: 0px 14px 34.2px 3.8px rgba(68, 208, 170, 0.26);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0px;
  cursor: pointer;
  z-index: 200;
}

button:hover {
  -webkit-box-shadow: 0px 10px 15px 1px rgba(68, 208, 170, 0.26);
          box-shadow: 0px 10px 15px 1px rgba(68, 208, 170, 0.26);
  position: relative;
  top: 2px;
  background: #32d2a7;
}

body, .mobicast-page {
  position: relative;
  z-index: -100;
}

/* -------------------------------------------------header----------------------------------------------- */
.background-wrapper .background {
  position: absolute;
  left: 0px;
  top: -110px;
  width: 100%;
  z-index: -20;
}

.background-wrapper .background img, .background-wrapper .background picture {
  width: 100%;
}

.hero .hero-content {
  text-align: center;
  margin-top: 110px;
}

.hero .hero-content h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #465863;
  letter-spacing: 0.8px;
}

.hero .hero-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #71848f;
  letter-spacing: 0.8px;
}

.hero .pocketstream-product {
  z-index: 100;
}

.hero .pocketstream-product img, .hero .pocketstream-product picture {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.usage-illustration {
  margin-top: 150px;
}

.usage-illustration img, .usage-illustration picture {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.usage-illustration #ps-usage-small {
  display: none;
}

.ports, .bonding {
  margin-top: 120px;
}

.ports h2, .bonding h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #465863;
  text-align: center;
  margin-bottom: 50px;
}

.ports .port-icons > img, .ports .bonding-icons > img, .ports .port-icons > picture, .ports .bonding-icon > picture, .bonding .port-icons > img, .bonding .bonding-icons > img, .bonding .port-icons > picture, .bonding .bonding-icon > picture {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.coming-soon {
  margin-top: 140px;
  position: relative;
}

.coming-soon h1 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #3fdbb1;
  text-align: center;
  margin-bottom: 50px;
}

.coming-soon .buttons {
  text-align: center;
}

.coming-soon .buttons button {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 10px;
  width: 150px;
}

.coming-soon .buttons #know-more {
  background: white;
  border: 1px solid #3fdbb1;
  color: #3fdbb1;
}

.coming-soon .bottom-graphics {
  width: 100%;
}

.coming-soon .bottom-graphics img, .coming-soon .bottom-graphics picture {
  width: 100%;
  position: absolute;
  left: 0px;
  top: -120px;
}

.other-products {
  margin-top: 10rem;
}

.other-products h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #465863;
  text-align: center;
}

.other-products .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

.other-products .product-wrapper .product-container {
  width: 22%;
  margin: 1%;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.other-products .product-wrapper .product-container img, .other-products .product-wrapper .product-container picture {
  width: 100%;
  border-radius: 8px;
}

.other-products .product-wrapper .product-container h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #71848f;
}

.other-products .product-wrapper .product-container .product-image {
  border-radius: 8px;
}

.other-products .product-wrapper .product-container .product-image::after {
  content: '';
  position: absolute;
  opacity: 0.8;
  border-radius: 10px;
  width: 0;
  height: calc(100% - 5.2rem);
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #38cadb;
  background: #38cadb;
  background: -webkit-gradient(left top, right top, color-stop(0%, #38cadb), color-stop(100%, #578ce2));
  background: -webkit-gradient(linear, left top, right top, from(#38cadb), to(#578ce2));
  background: linear-gradient(to right, #38cadb 0%, #578ce2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38cadb', endColorstr='#578ce2', GradientType=1 );
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.other-products .product-wrapper .product-container .product-image::before {
  content: 'View';
  position: absolute;
  top: 32%;
  opacity: 0;
  margin: auto;
  left: 0;
  right: 0;
  color: white;
  z-index: 200;
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.other-products .product-wrapper .product-container:hover .product-image::after {
  width: 100%;
}

.other-products .product-wrapper .product-container:hover .product-image::before {
  opacity: 1;
  top: 30%;
}

.modal .modal-content {
  width: 50%;
}

.modal .form-wrap {
  margin-top: 10px;
  padding: 0 18%;
}

.modal .form-wrap h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #465863;
  text-align: center;
  margin-bottom: 3rem;
}

.modal .form-wrap form .input-field {
  margin-bottom: 20px;
}

.modal .form-wrap form .input-field label {
  display: block;
  font-size: 1.1rem;
  color: #745dbc;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 5px;
}

.modal .form-wrap form .input-field input, .modal .form-wrap form .input-field textarea {
  width: 100%;
  background: #f3f5f7;
  border: 1px solid #d4dadf;
  border-radius: 5px;
  padding: 15px 10px;
  color: #7f7895;
  font-size: 1.1rem;
}

.modal .form-wrap form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .form-wrap form .buttons button {
  display: block;
  margin: 0 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .form-wrap form .buttons #cancelButton {
  border: 1px solid #3fdbb1;
  background: transparent;
  color: #3fdbb1;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 10px;
}

.modal .form-wrap form .response-text {
  display: none;
  text-align: center;
  color: #3fdbb1;
  font-size: 1.4rem;
  margin-top: 30px;
}

.modal .form-wrap form .loader9 {
  display: none;
}

.modal .form-wrap form .loader9 {
  position: relative;
  width: 8px;
  height: 8px;
  top: -10px;
  left: 44%;
  border-radius: 12px;
  background-color: #fff;
  z-index: 100;
}

.modal .form-wrap form .loader9:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
  -webkit-animation: loader9g 3s ease-in-out infinite;
  animation: loader9g 3s ease-in-out infinite;
}

.modal .form-wrap form .loader9:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
  -webkit-animation: loader9d 3s ease-in-out infinite;
  animation: loader9d 3s ease-in-out infinite;
}

@-webkit-keyframes loader9g {
  0% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes loader9g {
  0% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@-webkit-keyframes loader9d {
  0% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes loader9d {
  0% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* -------------------------------------------------media queries----------------------------------------------- */
@media (max-width: 810px) {
  html {
    font-size: 13px;
  }
  .header .enquire-btn-wrapper {
    display: none;
  }
  .ports .port-icons > img, .bonding .bonding-icons > img, .ports .port-icons > picture, .bonding .bonding-icons > picture {
    width: 80%;
  }
  .other-products .product-wrapper .product-container {
    width: 25%;
  }
}

@media (max-width: 720px) {
  .modal .modal-content {
    width: 80%;
  }
  .modal .form-wrap {
    padding: 0;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  .header nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .background-wrapper .background {
    overflow: hidden;
  }
  .background-wrapper .background img, .background-wrapper .background picture {
    width: 150%;
  }
  .hero .hero-content h3 {
    padding: 0 20px;
  }
  .usage-illustration {
    margin-top: 80px;
  }
  .usage-illustration #ps-usage-small {
    display: block;
    width: 60%;
  }
  .usage-illustration #ps-usage-big {
    display: none;
  }
}

@media (max-width: 512px) {
  .header nav {
    margin: 15px 25px 0px 25px;
  }
  .background-wrapper .background {
    overflow: hidden;
  }
  .background-wrapper .background img, .background-wrapper .background picture {
    width: 200%;
  }
  .ports, .bonding {
    margin-top: 100px;
  }
  .coming-soon {
    overflow: hidden;
    margin-top: 100px;
  }
  .coming-soon h1 {
    margin-bottom: 25px;
  }
  .coming-soon .bottom-graphics img, .coming-soon picture {
    width: 120%;
    top: 100px;
  }
  .coming-soon .buttons {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-bottom: 80px;
  }
  .other-products .product-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .other-products .product-wrapper .product-container {
    width: 40%;
  }
}
/*# sourceMappingURL=pocketstream.css.map */