
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
      url('../fonts/SFProDisplay-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}



@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




html {
  overflow-x: hidden;
}

body {
  font-family: 'SF Pro Display'!important;
    overflow: hidden;
    position: relative;

}
.container {
  z-index: 2;
  position: relative;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section:after {
  position: absolute;
  background-image: url('../images/BG\ \(3\).png');
  background-repeat: no-repeat;
      background-size: 100% 96%;;
      left: 0;
      top: 0;
      content: '';
      content: '';
      width: 100%;
      height: 100%;


}
.hero-section.inner-page:after{
  display: none;
}
:lang(ar) .hero-section:after {
  transform: scaleX(-1);
}
.hero-section{
  padding-top: 160px;
  position: relative;
}
.hero-section .main-title,
.feature-title,
.terms-title{
  font-size: 58px;
  color: #fff;
}
.hero-section .main-title
{
  padding-top: 160px;
  padding-bottom: 48px;
}
.hero-section .main-title span,
.feature-title span,
.terms-title span{
  color: #F5548A;
}
.hero-btns{
  display: flex;
  gap: 15px;
  margin-bottom: 50px;
  margin-top: 48px;
}

.hero-btns a:first-of-type{
  width: 185px;
  height: 56px;
  border-radius: 182px;
  background: #fff;
  color: #000;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  gap: 15px;
  font-size: 18px;
  font-weight: 600;

}
.hero-btns a:first-of-type:hover{
  background-color: transparent;
  color: #fff;
  background-color: #000;
  border-color: #000;

}
.hero-btns a:last-of-type:hover{
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.hero-btns a:last-of-type{
  width: 185px;
  height: 56px;
  border-radius: 182px;
  background: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
  gap: 15px;
  font-size: 18px;
  font-weight: 600;



}
.main-menu:after{
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  content: '';
  background:linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.6) 74%);
  width: 100%;
z-index: 1;

}
.main-menu .navbar-brand{
  width: 35%;
  margin: 0;
}
.main-menu{
  position: relative;

}
.hero-btns a img{
  width: 34px;
  height: 32px;
}
.hero-btns a .btn-text{
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.navbar.navbar-expand-lg{
  position: absolute;
  top: 54px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 54px;
  width: 100%;

}
.navbar-collapse{
  justify-content: space-between;
  align-items: center;
}
.navbar-collapse .navbar-nav li a{
  color: #fff;
  font-size: 20px;
  font-weight: 600;

  }
  .terms-list{
    padding-left: 20px;
  }
  .terms-list:lang(ar){
    padding-left: 0;
    padding-right: 20px;
  }
.navbar-collapse .navbar-nav li.active a{
  color: #00AA9A;
}
.navbar-collapse .navbar-nav li{
  transition: all 0.3s ease-in-out;
}
.navbar-collapse .navbar-nav li:hover a{
  color: #00AA9A;
}

.follow-us {
  padding-bottom: 100px;
}
.follow-us h1{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
  margin: 0;
}
.follow-us .follow-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.follow-list ul{
  list-style: none;
  padding: 0;
}
.follow-list ul.social-list{
  display: flex;
  gap: 20px;
}
.follow-list ul.contact-list li a{
  display: flex;
  gap: 8px;
  padding-bottom: 14px;
  text-decoration: none;
}
.follow-list ul.contact-list li a span,
.follow-list ul.contact-list li span{
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  transition: all 0.3s ease-in-out;

}
.follow-list ul.contact-list li a:hover span{
 text-decoration: underline;
}
/* .follow-list ul.contact-list li a img{
  transition: all 0.3s ease-in-out;

} */
/* .follow-list ul.contact-list li a:hover img{
  filter: brightness(0);
} */
.follow-list ul.social-list li a{
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.follow-list ul.social-list li a{
  text-decoration: none;
}
.follow-list ul.social-list li a img{
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.follow-list ul.social-list li a span:last-of-type{
  font-size: 11px;
  color: #fff;
  transition: all 0.3s ease-in-out;

}
.follow-list ul.social-list li a{
  transition: all 0.3s ease-in-out;

}
/* .follow-list ul.social-list li a:hover span:last-of-type{
  color: #000;
} */
.follow-list ul.social-list li a span.border-img{
 border-radius: 50%;
 border: 1px solid #fff;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 44px;
 height: 44px;
 transition: all 0.3s ease-in-out;

}
/* .follow-list ul.social-list li a:hover span.border-img{
  border-color: #000;
} */
/* .follow-list ul.social-list li a:hover img{
  filter: brightness(0);
} */
 .follow-list ul.social-list li a:hover {
  transform: scale(1.12);
 }

.hero-section,
.hero-section>.container>.row {
  min-height: 687px;
}

.hero-section p:first-of-type {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.feature-title{
  text-align: center;
  padding-bottom: 60px;
  margin: 0;
}
footer .copy-right{
text-align: center;
font-size: 18px;
color: #062037;
padding-top: 48px;
margin: 0;
    padding-bottom: 35px;
    font-weight: 600;
}
.features-list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 100px;
  row-gap: 50px;
}
.features-list li{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.features-list li h3{
  color: #fff;
  font-size: 30px;
  padding: 20px 0;
  margin: 0;
}
.features-list li p{
  color: #D1D5DB!important;
  font-size: 18px;
  margin: 0;
}
.hero-section.inner-page{
  background-image: none;
}
.inner-pages{
  background-color: #062037;

}

.btn-content{
  display: flex;
    align-items: center;
    gap: 10px;
}
.hero-section .iphone-wrap .phone-2 {
  overflow: hidden;
  height: 687px;
  margin-top: 60px;
  width: 100%;
}
@media (min-width:1600px) {
  .hero-section .iphone-wrap .phone-2 {

  width: 689px;
  }
}
@media (min-width:1200px) and (max-width:1600px) {
  /* .hero-section .iphone-wrap .phone-2 {

 height: 500px!important;
  } */
  .hero-section .main-title, .feature-title, .terms-title {
    font-size: 45px;
  }
  .hero-section .main-title{
    padding-bottom: 0;
  }
}
.hero-section .first-desc{
  color: #fff;
  font-size: 20px;
}
.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 1200px) {
 .follow-us{
  padding-bottom: 10px;
 }
 .hero-section .logo {
  padding-top: 50px;
  width: 130px;
}
.hero-section:after{  background-size: cover;
}
.follow-us .follow-list,
.hero-btns{
  justify-content: center;
}
.hero-section .main-title, .feature-title, .terms-title,
.hero-section p:first-of-type{
  text-align: center;
}
.inner-page.terms-page .row{
  flex-direction: column-reverse;

}
.hero-section, .hero-section>.container>.row{
  min-height: auto;
}


.hero-section .iphone-wrap .phone-2 {
  width: 170px;
  height:170px;
  padding-top: 0;
  margin: auto;
  text-align: center;
  display: block;
}
.hero-btns{
  margin: 20px 0;
}
.hero-section p.first-desc{
  margin-bottom: 20px;
}
.hero-section p:first-of-type {
  width: 100%;
}
.hero-section p.arabic-text{
  width: 100%;
}

.follow-us h1{
  padding-bottom: 20px;
  text-align: center;
}
}
.follow-us.mobile{
  display: none;
}

@media (max-width:575px) {
  .follow-us .follow-list{
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-btns a{
    height: 45px!important;
  }
  .inner-page.terms-page ul li p{
    text-align: center;
  }
  .hero-section p{
    font-size: 16px;
  }
  .hero-btns{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .follow-us h1{
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    margin: 0;
  }
  .follow-us
{
  display: none;
}
.follow-us.mobile{
display: block;
padding-top: 20px;
}
.follow-us.mobile .follow-list{
  display: flex;
  flex-direction: column;
}
}
@media (min-width:768px) and (max-width:1200px) {
  .features-list{
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin: auto;
  }
}
@media (max-width:768px) {
  .features-list{
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
    margin: auto;
  }
  footer .copy-right {
    font-size: 13px;
  }
  .main-title {
    padding-bottom: 15px!important;
    padding-top: 10px!important;
  }
  .inner-page.terms-page .row{
    flex-direction: column-reverse;

  }
  .follow-list ul.social-list{
    gap: 10px;
  }
  .main-title, .feature-title, .terms-title {
font-size: 30px!important;
}
.feature-title,
.terms-title{
  padding-bottom: 40px;
}

.inner-page.terms-page ul{
  padding-left: 15px;
  padding-right: 15px;
}
}

@media (min-width:991px) and (max-width:1200px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 200px;
    height: 170px;
    padding-top: 0;
    margin: auto;
    display: block;
}
.hero-section .main-title {
  padding-top: 15px;
}
.follow-us{
  padding-bottom: 0;
}
.features-list{
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}
}.inner-footer .copy-right{
  color: #fff!important;
}
.terms-list li::marker{
  color: #fff;
}
.terms-list li p{
  font-size: 20px;
  margin: 0;
}
.terms-list li{
  padding-bottom: 20px;
}
.terms-title{
  font-size: 58px;
  padding-bottom: 30px;
  margin: 0;
}
.lang-selector{
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;

}
.lang-selector img{
  height: 20px;
}

.lang-selector:hover{
  color: #00AA9A;
}


.hambergur ,
.menu-icon{
  z-index: 9;
  cursor: pointer;
  position: relative;
}
.hambergur:hover span {
  background-color: #00AA9A;
}
.hambergur span {
  background-color: #fff;
  width: 35px;
  margin-bottom: 4px;
  height: 3px;
  display: none;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .hambergur span {
    display: block;
  }
  .hero-section .main-title {
    padding-top: 0;
  }
  .follow-us .follow-list,
  .hero-btns{
    justify-content: center;
  }
  .navbar.navbar-expand-lg{
    top: 18px;
  }
  .hero-section {
    padding-top: 100px;
    }
    footer .copy-right {

      padding-top: 20px;
    }
    .navbar-expand-lg .navbar-collapse{
      display: none!important;
    }
}
@media (max-width: 768px) {
  .hambergur span {
    display: block;
    width: 26px;
    margin-right: 30px;
  }
  .hero-section {
    padding-top: 120px;
  }
  .follow-us h1 {
    font-size: 14px;
  }
  .hero-section .iphone-wrap .phone-2,
  .terms-img {
    height: 170px;
    width: 200px!important;
    margin: auto;
    display: block;

}
.terms-img{
  height: 190px!important;
}
.follow-list ul.social-list li a img {
  height: 15px;
  width: 15px;
}
.follow-list ul.social-list li a span {
width: 30px!important;
height: 30px!important;
}
  :lang(ar)  .hambergur span {
   margin-right: 0;
    margin-left: 30px;
  }
  .hero-section p:first-of-type {
    font-size: 16px;
  }
  .features-list li h3{
    font-size: 20px;
  }
.inner-footer .copy-right{
  padding-top: 35px;
}

  footer .copy-right {

  padding-top: 35px;
}

.hero-section.inner-page{
  padding-top: 120px!important;
}

  .navbar.navbar-expand-lg{
    top: 18px;
  }
  .follow-us .follow-list,
  .hero-btns{
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
      flex-direction: row;
      gap: 37px;
  }}
.close {
  color: #00AA9A;
  opacity: 1;
  box-shadow: none;
  font-weight: 400;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  font-size: 25px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.close:hover {
  opacity: 1;
  color: #062037;
}
:lang(ar) .close {
  left: 15px;
  right: unset;
}
:lang(ar) .navbar-nav-mobile {
  left: 0;
  right: unset;

}
.navbar-nav-mobile {
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
  transform: translate(0);
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: transform 0.4s ease-in-out;
  list-style: none;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 75px;
}
@media (max-width: 576px) {
  .navbar-nav-mobile {
    width: 100vw;
  }
  .hero-section{
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .hero-section h1{

  }
  .hero-section.inner-page{
    padding-top: 100px;
  }
  .hero-btns a {
font-size: 15px!important;

}
}
.navbar-nav-mobile li{
  border-bottom: 2px solid #00AA9A;
  width: 100%;
}
.navbar-nav-mobile a {
  padding: 10px 20px;
  font-size: 18px;
  color: #00AA9A;
  font-weight: 600;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.navbar-nav-mobile a:hover {
  color: #062037;
}
/* :lang(ar) .navbar-mobile {
  left: 0;right: unset;
} */
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #0f0f0f8c;
  transition: visibility 2s ease-out;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
}

.active-menu {
  opacity: 1 !important;
  visibility: visible;
  transition: transform 0.6s ease-out;
}

.right-side {
  transform: translate(0px);
  visibility: visible;
  transition: transform 0.4s ease-in-out;
}
@media (min-width:1200px) and (max-width:1400px) {
  .hero-section .iphone-wrap .phone-2{
    height: 600px;
  }
  .main-title,.terms-title ,.feature-title{
    font-size: 45px;

}
}
:lang(ar) body{
  text-align: right!important;
}
@media (min-width: 992px) {
  :lang(ar) .text-lg-start,
  :lang(ar) .text-md-end   {
      text-align: right !important;
  }
}
@media (min-width:1200px) and (max-width:1400px) {
  .features-list li h3{
    font-size: 26px;
    height: 80px;
    padding-bottom: 0;  }
}
.more-text {
  display: none; /* Hide the additional text by default */
  transition: all 0.3s ease-in-out;
}
.read-more-btn {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;

}
.read-more-btn:hover{
  color: #00AA9A;
  text-decoration: none;
}

/*--------------------------------------------------------------
