/* -----------------------------------------------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;
  overflow-x: hidden;
}

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: 10000;
}

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;
}

.pulse {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: transparent;
  -webkit-box-shadow: 0 0 0 rgba(87, 140, 226, 0.4);
          box-shadow: 0 0 0 rgba(87, 140, 226, 0.4);
  -webkit-animation: pulseSmall 2s infinite;
          animation: pulseSmall 2s infinite;
}

@-webkit-keyframes pulseSmall {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 140, 226, 0.4);
            box-shadow: 0 0 0 0 rgba(87, 140, 226, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 80px rgba(87, 140, 226, 0);
            box-shadow: 0 0 0 80px rgba(87, 140, 226, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 140, 226, 0);
            box-shadow: 0 0 0 0 rgba(87, 140, 226, 0);
  }
}

@keyframes pulseSmall {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 140, 226, 0.4);
            box-shadow: 0 0 0 0 rgba(87, 140, 226, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 80px rgba(87, 140, 226, 0);
            box-shadow: 0 0 0 80px rgba(87, 140, 226, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 140, 226, 0);
            box-shadow: 0 0 0 0 rgba(87, 140, 226, 0);
  }
}

@-webkit-keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 140, 226, 0.4);
            box-shadow: 0 0 0 0 rgba(87, 140, 226, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 150px rgba(87, 140, 226, 0);
            box-shadow: 0 0 0 150px rgba(87, 140, 226, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 140, 226, 0);
            box-shadow: 0 0 0 0 rgba(87, 140, 226, 0);
  }
}

@keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 140, 226, 0.4);
            box-shadow: 0 0 0 0 rgba(87, 140, 226, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 150px rgba(87, 140, 226, 0);
            box-shadow: 0 0 0 150px rgba(87, 140, 226, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(87, 140, 226, 0);
            box-shadow: 0 0 0 0 rgba(87, 140, 226, 0);
  }
}

/* -------------------------------------------------header----------------------------------------------- */
.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 .hero-image {
  margin-top: 4rem;
}

.hero .hero-image .image-container {
  width: 37%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.hero .hero-image .image-container img {
  width: 100%;
}

.hero .hero-image .image-container .pulse1 {
  position: absolute;
  top: 7%;
  left: 6.5%;
}

.hero .hero-image .image-container .pulse2 {
  position: absolute;
  top: 12%;
  left: 95.3%;
  -webkit-animation: pulseBig 2s infinite;
          animation: pulseBig 2s infinite;
}

.hero .hero-image .image-container .pulse3 {
  position: absolute;
  top: 94%;
  left: 4.5%;
  -webkit-animation: pulseBig 2s infinite;
          animation: pulseBig 2s infinite;
}

.hero .hero-image .image-container .pulse4 {
  position: absolute;
  top: 77%;
  left: 92.5%;
  -webkit-animation: pulseSmall 2s infinite;
          animation: pulseSmall 2s infinite;
}

.hero {
  position: relative;
}

.hero .iptv-types-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

.hero .iptv-types-container .iptv-card {
  width: 20%;
  border-radius: 10px;
  background: white;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
          box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
  text-align: center;
  padding: 2rem;
  margin: 1%;
}

.hero .iptv-types-container .iptv-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #465863;
}

.hero .iptv-types-container .iptv-card h4 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #71848f;
}

.hero .hero-background {
  position: absolute;
  top: 45%;
  z-index: -10;
}

.hero .hero-background {
  width: 100%;
}

.hero .hero-background img {
  width: 100%;
}

.ui {
  overflow-x: hidden;
}

.ui .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui .content-wrap h3.content {
  width: 50%;
  padding-top: 2%;
  padding-left: 20%;
  color: #71848f;
  font-size: 1.3rem;
  line-height: 30px;
}

.ui .content-wrap h3.content span {
  color: #465863;
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.ui .content-wrap .mobile-ui {
  width: 50%;
  position: relative;
}

.ui .content-wrap .mobile-ui img {
  width: 90%;
  float: right;
  padding-right: 10%;
  position: relative;
  z-index: -10;
}

.ui .content-wrap .mobile-ui .video-mask {
  width: 64%;
  position: absolute;
  top: 11.5%;
  right: 18%;
  z-index: -20;
  border-radius: 30px;
  overflow: hidden;
}

.ui .content-wrap .mobile-ui .video-mask video, .ui .content-wrap .mobile-ui .video-mask img {
  width: 100%;
}

.ui .content-wrap .mobile-ui .video-mask img {
  display: none;
}

.ui {
  padding-top: 10%;
}

.about-iptv {
  margin-top: 100px;
  position: relative;
  z-index: -40;
}

.about-iptv .background-graphics {
  position: absolute;
  right: 0px;
  top: -70%;
  z-index: -20;
}

.about-iptv .background-graphics img {
  width: 100%;
}

.about-iptv .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-iptv .content-wrap .web-ui {
  width: 50%;
}

.about-iptv .content-wrap .web-ui > img {
  width: 95%;
}

.about-iptv .content-wrap h3.content {
  width: 50%;
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 20%;
  color: #71848f;
  font-size: 1.3rem;
  line-height: 30px;
}

.about-iptv .content-wrap h3.content span {
  color: #465863;
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.features {
  margin-top: 100px;
  padding: 0 15%;
}

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

.features .feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}

.features .feature-container .feature-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
}

.features .feature-container .feature-wrap .icon > img {
  width: 160px;
}

.features .feature-container .feature-wrap .content {
  padding-top: 20px;
  position: relative;
  right: 15px;
}

.features .feature-container .feature-wrap .content h3 {
  color: #745dbc;
  font-size: 1.3rem;
  margin-bottom: 0px;
}

.features .feature-container .feature-wrap .content h4 {
  color: #7f7895;
  font-size: 1.3rem;
  margin-top: 16px;
  font-weight: 400;
}

.button2 {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 65px;
  z-index: 200;
}

.button2:hover {
  top: 67px;
}

.background-wrapper {
  position: relative;
  padding-bottom: 50px;
}

.background-wrapper .background {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(84%, #fdfcfd), to(#f8f5f8));
  background: linear-gradient(180deg, white 0%, #fdfcfd 84%, #f8f5f8 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -40;
  opacity: 0.7;
}

.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 {
  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) {
  .header .enquire-btn-wrapper {
    display: none;
  }
  .hero .hero-icons .icon-wrap .icon > img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .hero .hero-icons .icon-wrap .icon > img {
    width: 80%;
  }
  .ui .content-wrap .mobile-ui .video-mask {
    border-radius: 20px;
  }
}

@media (max-width: 1000px) {
  .hero .hero-icons .icon-wrap .icon > img {
    width: 90%;
  }
  .ui .content-wrap .ui-screens img {
    width: 95%;
  }
  .hero .hero-background img {
    height: 350px;
  }
  .hero .iptv-types-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero .iptv-types-container .iptv-card {
    width: 40%;
    padding: 0 1rem;
  }
  .hero .iptv-types-container .iptv-card h4 {
    font-size: 1.1rem;
  }
  .ui .content-wrap .mobile-ui .video-mask {
    top: 10.5%;
  }
}

@media (max-width: 810px) {
  html {
    font-size: 13px;
  }
  .hero .hero-icons .icon-wrap h3 {
    margin-top: 0px;
  }
  .features .feature-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features .feature-container .feature-wrap {
    width: 100%;
  }
  .other-products .product-wrapper .product-container {
    width: 25%;
  }
}

@media (max-width: 842px) {
  .ui .content-wrap .mobile-ui .video-mask {
    top: 8%;
    border-radius: 15px;
  }
}

@media (max-width: 736px) {
  html {
    font-size: 12px;
  }
  .hero .hero-icons {
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero .hero-icons .icon-wrap h3 {
    margin-top: 0px;
  }
  .hero .hero-image .image-container {
    width: 70%;
  }
  .about-iptv .content-wrap h3.content {
    padding-right: 15%;
  }
}

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

@media (max-width: 670px) {
  .ui .content-wrap .mobile-ui .video-mask {
    top: 6%;
  }
  .ui .content-wrap .mobile-ui .video-mask video {
    display: none;
  }
  .ui .content-wrap .mobile-ui .video-mask img {
    display: block;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .header nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero .hero-icons .icon-wrap {
    margin: 10px;
  }
  .hero .hero-icons .icon-wrap .icon {
    height: 100px;
  }
  .about-iptv {
    margin-top: 80px;
  }
  .about-iptv .content-wrap h3.content {
    padding-top: 2%;
  }
  .ui .content-wrap {
    margin-top: 40px;
  }
  .ui .content-wrap h3.content {
    padding-left: 15%;
  }
}

@media (max-width: 543px) {
  .ui .content-wrap .mobile-ui .video-mask {
    top: 5%;
    border-radius: 10px;
  }
}

@media (max-width: 512px) {
  .header nav {
    margin: 15px 25px 0px 25px;
  }
  .hero .hero-icons {
    padding-right: 5%;
    padding-left: 5%;
  }
  .hero .hero-icons .icon-wrap .icon {
    height: 70px;
  }
  .about-iptv .content-wrap h3.content {
    padding-right: 5%;
  }
  .about-iptv .content-wrap h3.content {
    padding-top: 0%;
  }
  .about-iptv .content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-iptv .content-wrap .web-ui {
    width: 70%;
  }
  .about-iptv .content-wrap h3.content {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .ui .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px;
  }
  .ui .content-wrap .mobile-ui {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 75%;
    margin-left: 25%;
  }
  .ui .content-wrap h3.content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .ui .content-wrap h3.content {
    padding-left: 10%;
  }
  .features {
    padding: 0 5%;
  }
  .features .feature-container .feature-wrap .icon > img {
    width: 140px;
  }
  .other-products .product-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .other-products .product-wrapper .product-container {
    width: 40%;
  }
  .ui .content-wrap .mobile-ui .video-mask {
    top: 11.5%;
  }
}

@media (max-width: 420px) {
  .hero .hero-content h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero .hero-icons .icon-wrap {
    margin: 5px;
  }
  .hero .hero-icons .icon-wrap h3 {
    font-size: 1.2rem;
  }
  .features {
    padding: 0% 5% 0% 0%;
  }
  .hero .hero-background img {
    height: 420px;
  }
  .hero .iptv-types-container .iptv-card {
    width: 80%;
  }
}
/*# sourceMappingURL=iptv.css.map */