@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:wght@400;500;600&display=swap');
*
{
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
 scroll-behavior: smooth;
  
}
body{
    min-height: 100vh !important;
    overflow-x: hidden;
    background: linear-gradient(3deg, #2d4472, #1d0020);
    background-size: 400% 400%;
    
    -webkit-animation: AnimationName 38s ease infinite;
    -moz-animation: AnimationName 38s ease infinite;
    -o-animation: AnimationName 38s ease infinite;
    animation: AnimationName 38s ease infinite;
 
}
.srbx{
    height: 220px !important;
}
.body-relax{
    background: #1c0522 !important;
}
.iconsimg {
    font-size: 6rem !important;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
.fi {
    font-size: 6rem !important;
    
}
   .selectbtn{
        height: 40px !important;
            background-color: #50cd8900 !important;
    border: 1px solid #43046b !important;
    }
@-webkit-keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
 .headerStore{
    height: 60px;
    margin-top: 15px;
    
 }
.page-header {
   
    padding: 2em;
    overflow:hidden;
     
    z-index: 99999999999999999999999999999;
  }
  .page-logo {
    max-width:70px;
     
    margin-left: 2%;
    height :auto;
  }
  .pull-left {
    float:left;
  }
  .pull-right {
    float:right;
  }
  .menu {
     overflow:hidden;
     list-style: none;
  }
  .menu li {
    float:left;
   
    margin-left: 1em;
  }
  .menu li a {
    color:#fff;
    text-decoration:none;
  }
  
  .page-content {
    max-width: 600px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 160px;
  }
  p {
    
    font-size: 2em;
   
    line-height:1.3em;
  }
  
  
  
  /*
  - - - Relevant to demo - - - */
  .page-header {
    position: fixed;
    left:0; top:0; width:100%;
    box-sizing:border-box;
    
    transition: top 0.6s;
    
  }
  
  .page-header.off-canvas {
    top: -129px;
  }
  .page-header.fixed {
    top:0;
      z-index: 9999;
  }
  
  
  
  



section{
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
overflow: hidden;


}
section::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top,#1c0522, transparent);
    z-index:10000 ;
}
section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;

}
section img#moon{
    
    z-index: 1;
}
section img#cloud1{
 
    z-index: 1;
}
section img#tree{
 
    z-index: 16;
}
section img#bush{
 
    z-index: 16;
}
section img#fog{
 
    z-index: 2;
}
section img#sky{
 
    z-index: 3;
}
section img#mountain{
 
    z-index: 4;
}
section img#cloud2{
 
    z-index: 5;
}
section img#grass{
 
    z-index: 6;
}
section img#tower{
   
    z-index: 7;

}
section #water{
   
    z-index: 10;

}
section img#mountain2{
   
    z-index:11;

}
section img#frontmountain{
   
    z-index:11;

}
section img#mountain3{
   
    z-index: 12;

}
section img#mountain4{
   
    z-index: 13;

}
section img#mountain5{
   
    z-index: 14;

}
section img#mountain6{
   
    z-index: 15;

}
#front{
  margin-top: 140;
    z-index: 11;

}
section img#trees{
   
    z-index: 11;

}
#text{
    position: absolute;
    color: #fff;
    white-space: nowrap;
    font-size:  120;
    text-align: center;
    top: 35%;
    z-index: 10;
    transform:translateY(100px);
}
@media  (max-width: 768px) {
  
    .intro .title {
       text-align: center;
       margin-top: 20px;
    }
}
@media  (max-width: 600px) {
    #text{
        position: absolute;
        color: #fff;
        white-space: nowrap;
         
        font-size:  18.5vw;
        z-index: 10;
        transform:translateY(200px);
    
    }
    .intro .title {
       text-align: center;
       margin-top: 20px;
    }

    #btn{
        width: 100%;
        height: 50px !important;
        top: 10%;
        object-fit:  fill;
        text-decoration: none;
        display: inline-block;
    padding: 5px;
        cursor: pointer;
        
       
        z-index: 16;
       
        
    }
    #btn2{
        width: 100%;
        height: 50px !important;
        top: 10%;
        object-fit: fill;
        text-decoration: none;
        display: inline-block;
        padding: 5px;
        cursor: pointer;
       
        z-index: 16;
     
        
        
    }
    #titleDiv{
        position: absolute;
        top: 0;
        left: 50%;
        
       
        
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

  }
  .swiper{
      display: none !important;
  }
  @media  (max-width: 900px) {
      .swiper{
          display: block !important;
      }
  }
   @media  (max-width: 700px) {
 .page-header.off-canvas {
    top:  0px !important;
}
    .button-78{
        min-height: 55px !important;
            padding: 14px 21px !important;
    }
    .page-logo{
        //display: none;
    }
    .androidLinkli {
        display: none;
    }
    .iosLinkli {
        display: none;
    }
   }
  @media  (max-width: 900px) {
    #text{
        position: absolute;
        color: #fff;
        white-space: nowrap;
         
        font-size:  100;
        z-index: 10;
        transform:translateY(175px);
    
    }
    
    .swiper{
        display: block ;
    }
    .card-list {
        display: none !important;
    }
  
    #btn{
        width: 100%;
        height: 50px !important;
        top: 10%;
        object-fit:  fill;
        text-decoration: none;
        display: inline-block;
    padding: 5px;
        cursor: pointer;
        
       
        z-index: 16;
       
        
    }
    #btn2{
        width: 100%;
        height: 50px !important;
        top: 10%;
        object-fit: fill;
        text-decoration: none;
        display: inline-block;
        padding: 5px;
        cursor: pointer;
       
        z-index: 16;
     
        
        
    }
    #titleDiv{
        position: absolute;
        top: 0;
        left: 50%;
        
       
        
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

  }
  @media  (min-width: 1600px) {
    #text{
        position: absolute;
        color: #fff;
        white-space: nowrap;
         
        font-size:  150;
        z-index: 10;
        transform:translateY(150px);
    
    }

    #btn{
        width: 100%;
        height: 80px !important;
      
        object-fit:  fill;
        text-decoration: none;
        display: inline-block;
    padding: 5px;
        cursor: pointer;
        
        transform:translateY(400px) !important;
        z-index: 16;
       
        
    }
    #btn2{
        width: 100%;
        height: 80px !important;
       
        object-fit: fill;
        text-decoration: none;
        display: inline-block;
        padding: 5px;
        cursor: pointer;
        transform:translateY(400px) !important;
        z-index: 16;
     
        
        
    }
    #titleDiv{
        position: absolute;
        top: 0;
        left: 50%;
        
       
        
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

  }
#btn{
    width: 100%;
    height: 80px;
    top: 10%;
    object-fit: contain;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    transform:translateY(340px) ;
    z-index: 16;
    
    
}
#btn2{
    width: 100%;
    height: 80px;
    top: 10%;
    object-fit: contain;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
   
    z-index: 16;
    transform:translateY(340px) ;
    
    
}
.sec{
    position: relative;
    background: #1c0522;
z-index: 9999;

}
.sec h2{
    font-size: 3.5em;
    margin-bottom: 10px;
    color: #fff;
}
#titleDiv{
    position: absolute;
    top: 0;
    left: 50%;
    
   
    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    
}
#titleSubdiv{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(34, 0, 31);
    z-index: 9999999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0,0,0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #aa8453;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

 .cardi {
     height: 110px;
     margin-top: 50px;
    transition: height 1s ease-out;
    transition: margin-top 1s ease-out;
    overflow: hidden;
    width: 100%;
    min-height: 0px;
    border-radius: 20px !important;
    background-color: transparent !important;
     
    transition: .2s;
    
}

 
 .carde {
    height: max-content;
    width: 100%;
    min-height: 300px;
    border-radius: 20px !important;
    background-color: transparent !important;
    box-shadow: 0 0 3rem #000 !important;
    transition: .2s;
    
}

.card-list {
    display: flex;
    padding: 20px;
    height:min-content;
    
}

 
 

.card {
     
    width: 400px;
    min-width: 250px;
    position: absolute;
    border-radius: 20px !important;
    background-color: transparent !important;
    transition: .2s;
    margin: 0;
   
   
}
.card img{
    border-radius: 0px;
    object-fit: contain;
}
.card:focus-within~.card, .card:hover~.card {
    transform: translateX(130px);
    transition: all 0.6s ease-in-out;
    
}

.carde:hover {
    box-shadow: 0 0 3rem rgb(90, 0, 78) !important;
    border: 2px solid rgb(117, 0, 72) !important;
    transform: translateY(-1rem);
    
    transition: all 0.6s ease-in-out;
}
.cardi-click {
     height: 220px;
     margin-top: 0px;
     transition: margin-top 1s ease-in;
    transition: height 1s ease-in;
    box-shadow: 0 0 3rem rgb(90, 0, 78) !important;
    border: 2px solid rgb(117, 0, 72) !important;
    transform: translateY(-1rem);
    
    transition: all 0.6s ease-in-out;
}

 .cardi:hover {
   
    border: 2px solid rgb(117, 0, 72) !important;
    
}
 
.fa {
  
 
	 
	background: #a1a5b7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
.fi-sr-play-hover {
   
    background: linear-gradient(270deg, #ff9a03, #ffd483, #d5009e);
    background-size: 600% 600%;
 animation: fers 6s ease infinite;
   transition: all 0.6s ease-in-out;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
 
.carde:hover .fi-sr-play {
   
    background: linear-gradient(270deg, #ff9a03, #ffd483, #d5009e);
    background-size: 600% 600%;
 animation: fers 6s ease infinite;
   transition: all 0.6s ease-in-out;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.carde:hover .fi-sr-star {
   
    background: linear-gradient(270deg, #570078, #d5009e, #0e00d5);
    background-size: 600% 600%;
 animation: fers 6s ease infinite;
   transition: all 0.6s ease-in-out;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.carde:hover .fi-sr-heart {
   
    background: linear-gradient(270deg, #d5009e, #ff79dd, #d50040);
    background-size: 600% 600%;
 animation: fers 6s ease infinite;
   transition: all 0.6s ease-in-out;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

@keyframes fers {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.card:hover {
    
    transform: translateY(-1rem);
    transition: all 0.6s ease-in-out;
}

.card:not(:first-child) {
    margin-left: -130px;
}


.device-wrapper.deviceRight .screen {

    background-position: center;
     
}
.videos{
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
}
.device-wrapper.deviceLeft .screen {
    background-image: url("images/phoneLogo.jpg");
    background-position: center;
}


.intro {
 
    background: #1c0522;
    

 
    align-items: center;
    color: white;
 
}

 
.intro .device-wrapper {
    max-width: 55%;
    float: left;
    width: 100%;
}

.device-wrapper {
    max-width: none;
}

.device {
    z-index: 10;
}

.intro .device-wrapper.deviceRight {
    margin-left: -10%;
}

.intro .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn {
    margin-top: 4px;
    line-height: 1.5;
    text-transform: uppercase;
}

footer.container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-dark {
    padding:50px 0;
    color:#f6f6f6;
  
  }
  
  .footer-dark h3 {
    color: #fff;
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  
  .footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
  }
  
  .footer-dark ul a:hover {
    opacity:0.8;
  }
  
  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
  }
  
  .footer-dark .item.text {
    margin-bottom:36px;
  }
  
  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom:0;
    }
  }
  
  .footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
  }
    .footer-img img {
     
    height: 85px;

     
  }
  .footer-store img{
    
    height: 65px;
    margin-top: 10px;
  }
  
  .footer-dark .item.social {
    text-align:center;
  }
  
  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:20px;
    }
  }
  
  .footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
  }
  
  .footer-dark .item.social > a:hover {
    opacity:0.9;
  }
  
  .footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
  }
  
  .footer-dark .item.social > a i {
  padding: 11;
  }
    @media  (max-width: 1400px) {
  
    .footer-store img{
        
        height: 55px !important;
        margin-top: 10px;
      }
}
    @media  (max-width: 1200px) {
  
    .footer-store img{
        
        height: 46px !important;
        margin-top: 10px;
      }
}
    @media  (max-width: 890px) {
  
    .footer-store img{
        
        height: 43px !important;
        margin-top: 10px;
      }
}
    @media  (max-width: 768px) {
  
    .footer-store img{
        
        height: 65px !important;
        margin-top: 10px;
      }
}








 
 
  .swiper {
        width: 200px;
     
      }
.swiper img{
    width: 100%;
}
    
 
    .blogbtn{
        padding-top: 13px !important;
    }



 
.button-78 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-78 {
    padding: 19px 32px;
  }
}

.button-78:before,
.button-78:after {
  border-radius: 10px;
}

.button-78:before {
  background-image: linear-gradient(92.83deg, #7c17be 0, #38005b 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-78:after {
  background-color: initial;
  background-image: linear-gradient(#38005b 0, #0c0d0d 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-78:hover:not(:disabled):before {
  background: linear-gradient(92.83deg, #7d18bf 0%, rgb(0, 0, 0) 100%);
}

.button-78:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
  opacity: 0;
}

.button-78:active:not(:disabled) {
  color: #ccc;
}

.button-78:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #000 0, #000 100%);
}

.button-78:active:not(:disabled):after {
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-78:disabled {
  cursor: default;
  opacity: .24;
}


.slider {
  -webkit-appearance: none;
  width: 70%;
  height: 15px;
  background: #750048;
  outline: none;
  
  border-radius: 8px;
}


/* for chrome/safari */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #000;
  cursor: pointer;
  border: 5px solid #ac006a;
  border-radius: 100px;
}

/* for firefox */
.slider::-moz-range-thumb {
  width: 20px;
  height: 30px;
  background: #000;
  cursor: pointer;
  border: 5px solid #750048;
  border-radius: 4px;
}