/*
** RTL Mixins including margin, pading, position, border and border radius
*/
/* Margin left and right */
/* Padding left and right */
/* Position left and right */
/* Float */
/* Text align */
/* Border */
.White {
  color: #ffffff;
}

.text-white p {
  color: #ffffff;
}

.BgWhite {
  background: #ffffff;
}

.main-color {
  color: #fff;
}

@font-face {
  font-family: "droid";
  src: url("../fonts/droidkufi/DroidKufi-Regular.woff");
}
@font-face {
  font-family: "droid-bold";
  src: url("../fonts/droidkufi/DroidKufi-Bold.ttf");
}
html[lang=ar] body,
html[lang=ar] p,
html[lang=ar] a,
html[lang=ar] span,
html[lang=ar] li {
  font-family: droid;
}
html[lang=ar] h1,
html[lang=ar] h2,
html[lang=ar] h3,
html[lang=ar] h4,
html[lang=ar] h5,
html[lang=ar] h6,
html[lang=ar] .bold,
html[lang=ar] .bolder {
  font-family: droid-bold;
}

.ar {
  font-family: droid !important;
}

@font-face {
  font-family: "sfprotext-regular";
  src: url("../fonts/sfprotext/sfprotext-regular.ttf");
}
body,
p,
a,
span,
li {
  font-family: sfprotext-regular, sans-serif;
}

body {
  overflow-x: hidden !important;
}

@font-face {
  font-family: "sfprotext-bold";
  src: url("../fonts/sfprotext/sfprotext-bold.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sfprotext-bold, sans-serif;
}

.en {
  font-family: sfprotext-regular, sans-serif !important;
}

* {
  box-sizing: border-box;
}

p {
  color: #000000;
}

body {
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}

.rounded {
  border-radius: 50px !important;
}

* {
  box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.justify {
  text-align: justify;
}

.reguler {
  font-weight: normal !important;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-50 {
  padding-top: 50px;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.border-right {
  border-right: 1px solid #dee2e6;
}

.main-btn {
  color: #ffffff !important;
}

.btn-round {
  border-radius: 25px;
  padding: 7px 20px;
}

@keyframes stickyhead {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media (min-width: 1620px) {
  .container-box {
    max-width: 1620px;
  }
}
/* whatsapp button */
.whatsapp-bg {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.whatsapp-bg:hover {
  color: #fff;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.my-whatsapp {
  margin-top: 16px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  transition: all 0.6s;
}
#header .header-logo {
  max-height: 70px;
}
#header .opener-holder {
  display: none;
}
#header .opener-holder .nav-opener {
  position: relative;
  float: left;
  width: 31px;
  height: 31px;
  overflow: hidden;
}
#header .opener-holder .nav-opener:hover {
  opacity: 0.9;
}
#header .opener-holder .nav-opener::before, #header .opener-holder .nav-opener::after,
#header .opener-holder .nav-opener span {
  background: #000;
  border-radius: 4px;
  position: absolute;
  top: 17px;
  left: 3px;
  right: 3px;
  height: 3px;
  margin-top: -2px;
  transition: all 0.2s linear;
}
#header .opener-holder .nav-opener::before {
  content: "";
  top: 8px;
  left: 30%;
}
#header .opener-holder .nav-opener::after {
  content: "";
  top: 26px;
}
#header #headerBtn {
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.5s;
  font-weight: bold;
}
#header #headerBtn:hover {
  color: #ffffff;
}
#header .dropdown-menu {
  left: 0 !important;
}
#header .dropdown-menu a:active {
  background: none;
  color: #000000;
}

#nav {
  overflow: hidden;
}
#nav .nav-drop li {
  display: inline-block;
  font-size: 1rem;
  margin: 0 2px;
}
#nav .nav-drop li a {
  position: relative;
  display: block;
  color: #000000;
  transition: all 0.5s ease;
  padding: 5px 20px;
  border-radius: 26px;
}
#nav .nav-drop li a:hover {
  color: #000000;
  transition: all 0.5s ease;
  font-weight: 800;
}

#header.scrolled {
  position: fixed;
  animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
  background: #f1f1f1;
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 10px;
}

@media (max-width: 992px) {
  #header {
    background: #f1f1f1;
    padding: 7px 5px;
  }
  #header .opener-holder {
    display: inline-block;
  }
  #nav .nav-drop {
    display: block;
    width: 100%;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    transform: translate3d(0, 30px, 0);
  }
  #nav .nav-drop ul li {
    position: relative;
    padding: 0 35px;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    overflow: hidden;
  }
  #nav .nav-drop ul li a {
    display: block;
    margin: 0 -9999px;
    padding: 20px 9979px;
    border-bottom: 1px solid #000000;
    color: #000;
    background: #b9b4b4;
  }
  #nav .nav-drop ul li a:active, #nav .nav-drop ul li a:focus, #nav .nav-drop ul li a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  #nav .nav-drop ul li.active {
    position: relative;
  }
  #nav .nav-drop ul li.active::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 4px;
    right: 0;
    background: #ffffff;
  }
  #nav .nav-drop ul li.active a {
    color: #ffffff;
  }
  #header.nav-active .opener-holder .nav-opener::after, #header.nav-active .opener-holder .nav-opener::before {
    transform: rotate(45deg);
    top: 16px;
    left: 5%;
    right: 5%;
  }
  #header.nav-active .opener-holder .nav-opener::after {
    transform: rotate(-45deg);
  }
  #header.nav-active .opener-holder .nav-opener span {
    opacity: 0;
  }
  #header.nav-active #nav .nav-drop {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .download-app .container .iphone-x {
    display: none;
  }
  html[dir=ltr] #nav .nav-drop {
    right: auto;
    left: 0;
  }
}
@media (max-width: 576px) {
  #header {
    position: relative;
  }
  #header .container #headerBtn {
    min-width: 105px;
  }
  #header #nav .nav-drop ul li {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .header-logo {
    max-height: 50px;
  }
}
body {
  background-image: url("../img/body-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-banner {
  padding: 100px 0;
  position: relative;
}
.home-banner .title-size {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .home-banner .title-size {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .home-banner .title-size {
    font-size: 28px;
  }
}
.home-banner .sub-title-size {
  font-size: 32px;
  color: #444;
  font-weight: 400;
}
@media (max-width: 768px) {
  .home-banner .sub-title-size {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .home-banner .sub-title-size {
    font-size: 16px;
  }
}
.home-banner .home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.home-banner .home-actions button {
  min-width: 140px;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
}
.home-banner .home-actions .btn-amazon {
  background-color: #f09a3e;
  color: #000;
}
.home-banner .home-actions .btn-noon {
  background-color: #ffd900;
  color: #000;
}
@media (max-width: 768px) {
  .home-banner .home-actions {
    text-align: center;
    justify-content: center;
  }
}
.home-banner .home-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner .home-image .wifi-box-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.home-banner .home-image .wifi-box-wrapper .wifi-box {
  position: relative;
  width: 100%;
}
.home-banner .home-image .wifi-box-wrapper .wifi-box img.box-img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  position: relative;
}
.home-banner .home-image .wifi-box-wrapper .wifi-box::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -10%;
  right: 0%;
  margin: auto;
  width: 120%;
  height: 420px;
  background: #fff;
  border-top-left-radius: 100px 160px;
  border-top-right-radius: 100px 160px;
  z-index: 1;
}
@media (max-width: 768px) {
  .home-banner .home-image .wifi-box-wrapper .wifi-box::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-banner {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 576px) {
  .home-banner {
    padding: 10px 0 0px 0;
    text-align: center;
  }
  .home-banner .home-content {
    padding-top: 40px;
  }
  .home-banner .home-content h1,
  .home-banner .home-content h4 {
    text-align: center;
  }
}

.why {
  padding: 60px 0px;
}
.why .features-title {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .why .features-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .why .features-title {
    font-size: 28px;
  }
}
.why .card {
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
  border-radius: 0px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.why .card .card-title {
  color: #000;
  font-size: 27px;
}
@media (max-width: 576px) {
  .why .card .card-title {
    font-size: 22px;
  }
}
.why .card .card-text {
  color: #000;
  font-size: 16px;
}
@media (max-width: 576px) {
  .why .card .card-text {
    font-size: 14px;
  }
}
.why .wifi {
  text-align: center;
  padding: 20px 0;
}
.why .wifi img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 576px) {
  .why .wifi img {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .why {
    padding: 40px 15px;
  }
}

.how {
  padding: 60px 0;
  text-align: center;
}
.how .how-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.2px;
}
@media (max-width: 768px) {
  .how .how-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .how .how-title {
    font-size: 28px;
  }
}
.how .how-p {
  color: #272727;
  font-family: Inter;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 768px) {
  .how .how-p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .how .how-p {
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px;
  }
}
.how .phone-image-box {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.how .phone-image-box img {
  max-width: 100%;
}
.how .phone-image-box .shape {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
.how .phone-image-box .right-shape {
  top: 5%;
  right: -20%;
}
@media (max-width: 768px) {
  .how .phone-image-box .right-shape {
    top: -20px;
    right: 10px;
    width: 80px;
  }
}
@media (max-width: 576px) {
  .how .phone-image-box .right-shape {
    top: -10px;
    right: 0;
    width: 60px;
  }
}
.how .phone-image-box .left-shape {
  top: 60%;
  left: -20%;
}
@media (max-width: 768px) {
  .how .phone-image-box .left-shape {
    top: auto;
    bottom: -20px;
    left: 10px;
    width: 80px;
  }
}
@media (max-width: 576px) {
  .how .phone-image-box .left-shape {
    bottom: -10px;
    left: 0;
    width: 60px;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.available {
  padding: 60px 0;
  text-align: center;
}
.available .section-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.2px;
  margin-bottom: 40px;
}
.available .color-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.available .color-indicator .fw-semibold {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.available .color-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.available .color-line {
  width: 2px;
  height: 50px;
  background-color: #000;
}
.available .color-box img.color-img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
}
.available .bg-black {
  background-color: #000;
}
.available .bg-beige {
  background-color: #f3e4d6;
}
.available .bg-white {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.available .bg-blue {
  background-color: rgba(71, 47, 10, 0.8431372549);
}
@media (max-width: 768px) {
  .available .section-title {
    font-size: 32px;
  }
  .available .fw-semibold {
    font-size: 20px;
  }
}

.guarantee {
  position: relative;
  min-height: 80vh;
  color: #fff;
  justify-content: center;
  display: flex;
  text-align: center;
}
.guarantee .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.guarantee .content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}
.guarantee .content .icon {
  width: 70px;
  margin-bottom: 1.5rem;
}
.guarantee .content h2 {
  font-size: 60px;
  margin-bottom: 1rem;
}
.guarantee .content p {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 767px) {
  .guarantee {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.signal-showcase {
  position: relative;
  background: #fff;
  text-align: center;
  margin-top: -5rem;
}
.signal-showcase .wave-bg {
  width: 100%;
  height: auto;
  display: block;
}
.signal-showcase .box-img {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .signal-showcase .box-img {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .signal-showcase .box-img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .signal-showcase {
    display: none;
  }
}

.testimonials-section .quote-title {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: #000;
}
.testimonials-section .quote-icon {
  height: 30px;
  vertical-align: middle;
}
.testimonials-section .device-img {
  max-width: 80%;
  margin: 0 auto;
}
.testimonials-section .testimonial-card {
  padding: 2rem;
  border-radius: 8px;
  min-height: 230px;
  box-shadow: rgba(16, 16, 161, 0.1) 0px 7px 29px 0px !important;
}
.testimonials-section .testimonial-card:hover {
  transform: translateY(-3px);
}
.testimonials-section .testimonial-card .name {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.testimonials-section .inline-quote-icon {
  height: 18px;
  margin-right: 6px;
  vertical-align: top;
}
.testimonials-section .stars {
  font-size: 24px;
}
.testimonials-section .testimonial-text {
  font-size: 18px;
  color: rgb(17, 24, 39) !important;
  display: flex;
  padding: 10px;
}
.testimonials-section .real-word {
  display: inline-block;
  position: relative;
}
.testimonials-section .real-word .quote-icon-below {
  position: absolute;
  top: 10%;
  left: -70%;
  right: 0%;
  height: 64px;
  margin-top: 0px;
}
.testimonials-section .row.align-items-center {
  align-items: flex-start;
}

.buy-now {
  background-color: #fff;
}
.buy-now h2 {
  font-size: 60px;
  font-weight: bold;
}
.buy-now p {
  font-size: 1.25rem;
  color: #6c757d;
}
.buy-now .amazon-btn {
  background-color: #ff9900;
  color: #000;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.buy-now .amazon-btn:hover {
  background-color: #e08900;
}
.buy-now .noon-btn {
  background-color: #ffde00;
  color: #000;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.buy-now .noon-btn:hover {
  background-color: #e5c900;
}
.buy-now .image-wrapper {
  position: relative;
}
.buy-now .image-wrapper .purple-circle {
  width: 300px;
  height: 300px;
  background-color: #f1f1f1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.buy-now .image-wrapper .device-img {
  position: relative;
  max-width: 250px;
  transform: rotate(25deg);
  z-index: 2;
}
.buy-now .image-wrapper .shape {
  position: absolute;
  animation: moveShapes 4s infinite ease-in-out;
  z-index: 3;
}
.buy-now .image-wrapper .left-shape {
  width: 30px;
  left: -100px;
  bottom: 30px;
}
.buy-now .image-wrapper .right-shape {
  width: 40px;
  right: -125px;
  top: 20px;
}
@keyframes moveShapes {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  .buy-now h2 {
    font-size: 60px;
  }
  .buy-now .image-wrapper .left-shape {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
  .buy-now .image-wrapper .right-shape {
    right: 50%;
    top: 10px;
    transform: translateX(50%);
  }
}

.faq-section {
  padding: 4rem 1rem;
}
.faq-section h2 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 2rem;
}
.faq-section .faq-inner {
  max-width: 700px;
  margin: 0 auto;
}
.faq-section .accordion-item {
  position: relative;
  border: none;
  margin-bottom: 1.2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.faq-section .accordion-item .accordion-header {
  position: relative;
}
.faq-section .accordion-item .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  border: 2px solid transparent;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.3s ease;
  padding: 1.2rem 1.5rem;
  padding-right: 3.5rem;
}
.faq-section .accordion-item .accordion-button::after {
  display: none;
}
.faq-section .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-item .accordion-button:not(.collapsed) {
  border: 2px solid #6c2bd9;
}
.faq-section .accordion-item .accordion-button:not(.collapsed) + .faq-icon {
  background-color: #ff0000;
  color: #fff;
}
.faq-section .accordion-item .accordion-button.collapsed {
  border: 2px solid #eee;
}
.faq-section .accordion-item .accordion-button.collapsed + .faq-icon {
  background-color: #f1f1f1;
  color: #000;
}
.faq-section .accordion-item .accordion-body {
  font-size: 0.95rem;
  color: #444;
  padding: 1rem 1.5rem 1.5rem;
}
.faq-section .accordion-item .faq-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f1f1f1;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 767px) {
  .faq-section .faq-section {
    padding: 3rem 1rem;
  }
  .faq-section .faq-section h2 {
    font-size: 48px;
  }
  .faq-section .faq-section .faq-inner {
    max-width: 100%;
  }
  .faq-section .faq-section .accordion-button {
    font-size: 0.9rem;
  }
  .faq-section .faq-section .faq-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 576px) {
  .faq-section .faq-section {
    padding: 2rem 1rem;
  }
  .faq-section .faq-section h2 {
    font-size: 36px;
  }
  .faq-section .faq-section .accordion-button {
    font-size: 0.85rem;
  }
  .faq-section .faq-section .faq-icon {
    width: 24px;
    height: 24px;
  }
}

.custom-footer {
  background-color: #1f1f1f;
  color: #ffffff;
  font-family: Arial, sans-serif;
}

.custom-footer h5 {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom-footer a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0;
}

.custom-footer a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  background-color: #00c2cb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.footer-bottom {
  background-color: #191919;
  color: #cccccc;
  font-size: 14px;
}

@media (max-width: 992px) {
  .footer-card {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .footer-card .download-img img {
    max-width: 130px;
  }
}/*# sourceMappingURL=all.css.map */