@font-face {
    font-family: Pro-Display-Regular;
    src: url("../fonts/SF-Pro-Display-Regular.otf");
}
@font-face {
    font-family: Pro-Display-Light;
    src: url("../fonts/SF-Pro-Display-Light.otf");
}
@font-face {
    font-family: Pro-Display-UlLight;
    src: url("../fonts/SF-Pro-Display-Light.otf");
}
@font-face {
    font-family: Pro-Display-Semibold;
    src: url("../fonts/SF-Pro-Display-Semibold.otf");
}

@font-face {
    font-family: Pro-Display-Medium;
    src: url("../fonts/SF-Pro-Display-Medium.otf");
}

@font-face {
    font-family: Pro-Display-Bold;
    src: url("../fonts/SF-Pro-Display-Bold.otf");
}

@font-face {
    font-family: Pro-Display-Semibold;
    src: url("../fonts/SF-Pro-Display-Semibold.otf");
}
/* ---------------global --------------------- */



*{
    margin: 0;
    padding: 0;
}
:root{
    --lightBlack:#393A38;
    --lightGray:#82847F;
    --gray:#DFDFDF;
    --footerbg:#F7F7F7;
    --lightcyan:#3FFFA3;
    --cyan:#3FF3FF;
    --gold:#FFC21F;
    --lightgold:#FFD53F;
    --Tpink:#FF5DBE;
    --lightPurple:#C183FF;
    --bgcolor:#1C124E;
}

h1{
    /* font-size: 2.75rem; */
    font-size: 44px;
    font-family: Pro-Display-Semibold;
}
p{
    font-size: 1.375rem;
    /* font-size: 22px; */
    padding-top: .5rem;
    font-weight: 400;
    color: var(--lightGray);
    font-family: Pro-Display-Regular;

}
                       /* --------------header section----------------------- */
.header{
    width: 100%;
    padding-top: 20px;
}
.header_container{
    width: 83.12%;
    padding: 0;
}
nav{
    width: 100% !important;
}
.logo{
    height: 36px;
    padding: 0;
}
.logo> img{
   width: 41.66px;
   height: 36px;
}
.navItems{
   position: absolute;
   right: 0;
}
.navItems ul{
   width: 406px;
   font-Size: 18px;
   display: flex;
   font-family: Pro-Display-Regular;
   justify-content: space-between;
   
}

.nav-link{
color:var(--lightBlack) !important;
}
.active{
    font-weight: 600;
 
}
/* ==================== header section end ====================== */

/* ---------------------- Benner -------------------------------- */

 .banner{
    width: 100%;
    margin-top: 90px;
}
.banner_text{
    margin-top: -25px;
}
.banner-heading{
    font-family: Pro-Display-Light;
    font-size:4rem;
    font-weight: 300;
    color:var(--lightBlack);
}
.textgradient{
    margin-top: -1rem;
    font-family: Pro-Display-Bold;
    font-size:4.375rem;
    /* border: 1px solid #000; */
    width: auto;
    display: inline-block;
    background:linear-gradient(to right ,#0D8282,#F4CD1D,#A31364);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner button{
    outline: none;
    border: none;
    background-color: transparent;
}
.banner_img{
    position: relative;
    height: 735px; 
}
.background_img{
    height: 615px;
    width: 623px;
    background-color: var(--gold);
    border-radius: 50%;
    margin-right: 3rem;
}
.banner-smal{
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%; 
}
.smal-img1{
    background-color: var(--Tpink);
    left: 0;
    top: 36px;
}
.smal-img2{
    background-color: var(--lightcyan);
    right: 3.12rem;
    top: 115px;
}
.smal-img3{
    background-color: var(--cyan);
    right: 0;
    bottom: 0;
}
.bannerCenterImg{
    width: 355px;
    height: 688px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: -5px 0px 30px 2px var(--gray);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 25px;
    z-index: 1;
    background-image: linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.4));
}
  .bannerCenterImg-inner{
      background:white;
      width: 93%;
      padding-bottom: 0;
      border-radius: 25px;
      border: 1px solid rgb(247, 241, 241);
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: -1;
      overflow-y: scroll;
  }
  .bannerCenterImg-inner::-webkit-scrollbar {
    width: 12px; 
  }
  .bannerCenterImg-top-parent{
      position: sticky;
      top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
  }
.bannerCenterImg-bottomtab{
    position: sticky;
    bottom: 0;
}


/* ===================== Banner section end ========================*/

/* -------------------------Lent ---------------------------------- */
.lent{
    margin-top: 97px;
}
.lent-container{
    padding: 2.7rem 0;
    width: 66.4% !important;
    border-radius: 24px;
}

/* =====================end Lent ===================== */

/* ------------------ features ----------------------- */
.features{
    margin-top: 172px;
    padding-bottom: 40px;
}
.features-container{
    width: 66.77% !important;
    text-align: center;
}
.features-container>p>span{
    color: black;
    font-family: Pro-Display-Medium; 
}
.inercard1{
    width: 95%;
    min-height: 375px;
    border: 1px solid var(--gray);
    padding: 60px 35px;
    border-radius: 25px;
    text-align: left;
    transition-duration: .5s;
}
.inercard1:hover{
    border-top: 5px solid var(--lightcyan);
    box-shadow: 0px 20px 25px 0px var(--gray);;

}
.inercard2:hover{
    border-top: 5px solid var(--gold);
}
.inercard3:hover{
    border-top: 5px solid var(--Tpink);
}
.featureCard-icon{
    width: 70px;
    height: 70px;
    background-color: var(--lightcyan);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.featureCard-icon2{
    background-color: var(--gold);
}
.featureCard-icon3{
    background-color: var(--Tpink);
}
.feature-card1 .inercard1 h2{
    font-size: 24px;
    font-weight: 700;
    color:var(--lightBlack);
    margin-top: 52px;
    font-family: Pro-Display-Bold;
}
.feature-card1 .inercard1 p{
    font-size: 16px;
    /* font-weight: 400; */
    color:var(--lightGray);
    /* font-family: Pro-Display-Light; */
}

/* ===================== end features ===================== */

/* ---------------- start Showcase  ----------------------- */
.showcase{
    margin-top: 145px;
}
.showcase-container{
    text-align: center;
}
.main-container{
width: 83.71% ;
}
.showcase-swiper{
    width: 100%;
    height:650px ;
    padding: 1px;
    border-radius: 25px;
    background: #eee;
    margin-top: 2.7rem;
    position: relative;
    border: 2px solid var(--gray);
}
  .showcase-swiperparent {
    width: 84.71%;
    height: 599.5px;
    margin-top:auto ;
    margin-top: 50px;
    padding-bottom: 50px !important;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .showacase-slider-child{
    height: 75.12%;
    width: 95%;
    background-color: transparent;
    border-radius: 25px;
    overflow: hidden;
}
.swiper-slide-active{
    width: 95%;
    border-radius: 25px;
    overflow: hidden;
    height: 100% !important;
}
.swiper-slide-active .showacase-slider-child{
    height: 100%;
    width: 100%;
}

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }

/* ===================== end showcase ===================== */

/* -------------- start SocialMMedia  ----------------------- */
  .socialmedia{
    background: var(--bgcolor);
    width: 100%;
    height: 700px;
    color: white;
    text-align: center;
    padding-top: 102px;
    position: relative;
    position: relative;
    margin-top: 150px;
  }
  .socialmedia h1{
    color: white;
  }
  .socialmedia p{
      color: white;
  }
  .social-imgparent{
    height: 450px;
    position: relative;
  }
  .mediaimg1{
      height: 118px;
      width: 118px;
      border-radius: 50%;
      background-color: var(--lightPurple);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
  }
  .mediaimg1-inner{
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: absolute;
      background-color: var(--lightPurple);
      transition-duration: .3s;
      z-index: -1;
      opacity: 0;
  }
  .mediaimg2,.mediaimg1-inner2{
    background-color: var(--Tpink);
  }
  .mediaimg3,.mediaimg1-inner3{
    height: 180px;
    width: 180px;
  background-color: var(--lightcyan);
}
.mediaimg4,.mediaimg1-inner4{
  background-color: var(--gold);
}
.mediaimg5,.mediaimg1-inner5{
  background-color: var(--cyan);
}
  .mediaimg1{
      left: 11.59%;
      top: 70%;
      position: absolute;
  }
  .mediaimg2{
    left: 27.58%;
    top: 38%;
    position: absolute;
}
.mediaimg3{
    left: 44.42%;
    top: 25%;
    position: absolute;
}
.mediaimg4{
    left: 65%;
    top: 17.69%;
    position: absolute;
}
.mediaimg5{
    left: 78.89%;
    top: 51.78%;
    position: absolute;
}
  .mediaimg1:hover .mediaimg1-inner{
    animation: mediadiv .25s 1 linear forwards;
  }
  .mediaimg1:hover img{
    animation: mediadiv .25s 1 linear forwards;
  }
  @keyframes mediadiv{
      0%{transform: scale(1);
         opacity: 0;}
      45%{transform: scale(1.2);
          opacity: .5;}
      55%{transform: scale(1.2);
        opacity: .5;}
      100%{
        transform: scale(1.4);
        opacity: 1;
      }
  } 
  @keyframes mediaimg{
    0%{transform: scale(1)}
    35%{transform: scale(1.2)}
    70%{transform: scale(1.2)}
    100%{transform: scale(1.4)}
} 
.socialmedia-subtitle{
    margin-top: 410px;
}
        /* ################## sliders in soialmedia #################### */
.socialmedia-swiper {
    width: 100%;
    margin-top:auto ;
    margin-top: 50px;
  }
  .socialmedia-swiper2{
      margin-top: 30px;
  }
        /* ===================== end social media ===================== */

        /* -------------- start  calling section ----------------------- */
.Calling{
    background: var(--bgcolor);
    width: 100%;
    color: white;
    padding-top: 102px;
    position: relative;
  }
  .calling-text{
      padding-top: 5rem;
  }
  .calling-text p{
      color: white;
      width: 80%;
  }
  .calling-text h1{
    color: white;
    width: 65%;
}
  .callingimg-inner{
    width: 666px;
    height: 766px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
.calling-img1{
    margin-left: 5rem;
}
.calling-videoimg{
    width: 100px;
    height: 100px;
    background-color: var(--lightgold);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calling-audovideo{
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calling-videoimg{
    width: 100px;
    height: 100px;
    background-color: var(--lightgold);
    top: 0;
    left: 0;
}
.calling-audioimg{
    width: 110px;
    height: 110px;
    background-color: var(--lightcyan);
    bottom: 0;
    right: 50px;
}
.calling-bgcircle{
    width: 85%;
    height: 77%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background-color: #251857;
    right: 0;
}

/* ===================== end calling ===================== */

/* -------------------- start GPS ------------------------- */
.GPS{
    background-color: var(--bgcolor);
    width: 100%;
    height: 910px;
    color: white;
    text-align: center;
    padding-top: 9rem;
    position: relative;
    z-index: 1;
}
.gbs-background{
    position: absolute;
    width: 106%;
    top: -52%;
    left: -6%;
    z-index: -1;
}
.GPS p{
color: white;
padding-bottom: 5.8rem;
}
.gps-imgparent{
    position: relative;
    display: flex;
    justify-content: center;
}
.location{
    width: 125px;
    position: absolute;
    z-index: 1;
}
.location1{
    top: 27%;
    left: 12%;
}
.location2{
    top: 61%;
    left: 26.5%;
}
.location3{
    top: 30.8%;
    right: 14%;
}
/* ===================== end GPS ===================== */

/* -------------------- start downloads --------------------- */


.downloads{
    width: 100%;
    position: relative;
    background-color: white;
    z-index: 5;
}
.download-container{
    text-align: center;
    padding-top: 160px;
}
.download-container >h1{
    font-size: 48px;
}
.download-container>p{
    font-size: 26px;
}
.parent-iso{
    margin-top: 2.5rem;
}
.download-card{
    text-align: left;
    background-color:var(--footerbg);
    border-radius: 25px;
    width: 99%;
    padding: 2rem;
     border: 1px solid var(--gray);
     transition-duration: .5s;
  
}
.download-card h1{
    font-size: 2.188rem;
}
.download-card:hover{
    box-shadow: 0px 20px 25px 0px var(--gray);
}
.downloads button{
    border: none;
    outline: none;
    background: transparent;
    margin-top: 3.2rem;
}
/* ===================== end downloads ===================== */

/* -------------------- start prefooter --------------- */
.prefooter{
    margin-top: 140px;
    background-color:var(--footerbg);
}
.prefooter-container{
    width: 82%;
}
.footerimg{
    margin-left: -3rem;
}
.footer-list ul{
    list-style: none;
    width: 100%;  
}
.footer-list ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
.footer-list a{
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 400;
    font-family: Pro-Display-Regular;
}
.footer-text{
    text-align: center;
    font-size: 16px;
}


/* ******************** privacy page ************************ */
.privacy_container{
    width: 82.81%;
    margin-top: 123px;
}
.privacy-title{
    font-size: 3.75rem;
    margin-bottom: 20px;
    font-family: Pro-Display-Bold;
    
}
.privacy_container p{
    padding-top: 0;
    margin-bottom: 25px;
    font-family: Pro-Display-Regular;
}
.privacy_container p strong{
    color: #000;
}
.res-heading{
    font-weight: 700;
    font-size: 2.188;
    margin-bottom: 20px;
}
.privacy_container ul{
    margin: 25px;
}

/* ******************** Cooming Soon Modal ************************ */
.coomingsoon-modal .modal-content{
    border-radius: 20px;
}
.coomingsoon-modal img{
    margin-bottom: 40px;
}
.coomingsoon-modal h2{
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: Pro-Display-Semibold;
}
.coomingsoon-modal p{
    color: #82847F;
    font-size: 20px;
    margin: 0 0 40px;
}
/* ******************** subscription ************************ */
.subscription .featureCard-icon{
    height: 120px;
    width: 120px;
    background: #56cc61;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.subscription .featureCard-icon2{
    background: #ffc21f;
}
.subscription .featureCard-icon h3{
    color: #fff;
    font-size: 2.5rem;
    text-transform: capitalize;
}
.subscription .inercard1 h2{
    font-size: 35px;
    margin-top: 20px;
    text-align: center;
}
.subscription .inercard1 h2 span{
    font-size: 20px;
    color: #82847f;
    font-weight: 500;
}
.subscription ul{
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.subscription ul li{
    padding: 15px 0;
    padding-left: 20px;
    position: relative;
}
.subscription ul li::after{
    left: 0;
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    background: rgb(78, 208, 78);
    transform: translateY(-50%);
}
.subscription ul li p{
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 600;
    color: #5a5a5a !important;
    font-size: 1.3rem !important;
}
.subscription .inercard1{
    text-align: center;
}
.btn{
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 32px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 0px 50px;
    line-height: 64px;
    position: relative;
    transition: all .4s ease;
    background-color: #f85151;
    overflow: hidden;
}
.btn:hover{
    color: #fff;
}

