
  
  #fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
  }


/*phone frame--------------------------------------------------------------------------------------*/
div.mobile-wrapper {
    position: relative;

  
}
div.mobile-wrapper {

position: absolute;

display: flex;

flex-direction: column;

justify-content: center;

align-items: center;

top: 0;

/* z-index: 5; */

width: 100vh;

height: 100%;
}


.mobile-wrapper img {
    width: 400px;
    position: absolute;
    z-index: 5;
    /* display: none; */
    margin-left: -5px;
}
/*-----------------*/

body {background: linear-gradient(

  138deg
  , rgba(111,169,179,1) 0%, rgba(104,163,175,1) 30%, rgba(61,130,143,1) 100%);}

video#videoarea {
    width: 400px;
    height: 768px;
    /* padding-left: 1.8%; */
    /* padding-top: 4.9%; */
    /* padding-right: 17px; */
    /* padding-bottom: 1%; */
    z-index: 0;
    /* position: fixed; */
    /* right: -358px; */
    /* top: 15px; */
    border-radius: 52px;
}




  section{
      text-align: center;
  }

  .titleOne {
    text-align: left;
    color: #d1c4c4;
    padding: 6px 28px;
    font-weight: 600 !important;
    border-radius: 15px;
    margin: 5px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.titleOne:hover {
    text-align: left;
    color: #f7f3f3;
    background-color: #c3dacf47;
}

ul#playlist {
    width: 69%;
}


.titleOne .fa{
    display: block;
    opacity: 0;
}

.activeTitle {
    display: flex;
    flex-direction: row;
    /* color: white; */
    text-align: left;
    color: #f7f3f3;
    background-color: #a2b9ae47;
}

.activeTitle .fa {
    display:block !important;
    /* position: relative; */
    /* top: 18px; */
    /* left: -4px; */
    opacity:1;
    transition: all 1.5s ease-out;
    }

.dark {
    background:black !important;
}

.textArea{
	 transition: all 2s ease-out;
	 position: relative;
	 left: 35px;
   width: 90%;
}
.titleOne h1 {
    margin: 5px 0px;
    font-weight:500;
}

.col-sm-6.phoneFrame {
    height: 100%;
    /* width: 100%; */
}

.day {
    transition: all 1s ease;
 }

 .play4 {
 	animation: glow 1s forwards ease-in-out 3s;
 	/* animation-iteration-count: 1; */
 	}


    @keyframes glow {

    
    100% {
    text-shadow: 4px -3px 17px white;
    }
}

 .introText {
  width: 50%;
  text-align: left;
  /* padding: 10%; */
  display: none;
}
.videoIntro {
    padding-left: 10%;
}

.scrollForMore {
  display: none;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  width: 100%;
  /* margin-left: 0; */
  margin-right: 0;
}

.fp-right{
  display: none;
}
.introText h1 ,
.fourthdPage h1 {
    text-align: left;
	font-size: 60px;
	font-weight: 500;
	color: white;
	text-shadow: 0px 0px 40px rgb(0 0 0 / 40%);
  margin-top: 0px;
}

.fourthdPage h1{
	text-align:center !important;
	/* margin-top: 0; */
}

.fourthdPage{
	padding: 5% 7%;
	/* display: flex; */
}

.introText h2 {
 text-align: left;
	color: #2e4996;
	font-weight: 600;
	text-shadow: 0px 0px 40px rgb(0 0 0 / 40%);
	font-size: 44px;
}


img.playStore, img.appStore {
  width: 150px;
}

.col-sm-6.scondText h1 {
  text-align: right; 
  font-weight: 500;
  color: white;
  text-shadow: 0px 0px 40px rgb(0 0 0 / 40%);
}
.col-sm-6.scondText p {
  text-align: right; 
  font-weight: 500;
  color: white;
  text-shadow: 0px 0px 40px rgb(0 0 0 / 40%);
}

.col-sm-6.scondText {
  padding-right: 7%;
  right: 7%;
}

.sencondPage .row {
  display: flex;
  align-items: center;
}
.videoWrapper {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
#myVideo{
  position: fixed;
  right: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 100vh;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: -1;
  margin-top: 0px;
  margin-left: 0;
  overflow: hidden;
}

.scrollText {
    font-size: 18px;
    color: white;
    display: inline-block;
    /* background: #00000021; */
    padding: 10px 23px;
    border-radius: 15px;
    /* text-shadow: 0px 0px 20px #b69e9e; */
    /* text-shadow: 0px 0px 40px rgb(0 0 0 / 40%); */
    cursor: pointer;
}
.scrollText P {
  display: none;
}

/*Bounce Animation--------------------------------------------------------*/


.bounce {
	display: block;
	
	color: white;
	-webkit-animation: bounce 2s;
	animation: bounce 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-20px);
	}
	60% {
		transform: translateY(-12px);
	}
}

@keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-20px);
	}
	60% {
		transform: translateY(-12px);
	}
}


 /*media---------------------------------------------------------------*/

  @media(min-width:1200px){

  	.mobileContainer{
  		display:none;
  	}

    .titleOne h1{
      font-size:25px;
    }
     .titleOne p{
      font-size:12px;
    }

    ul#playlist {
       width: 80%;
    }

    .mobile-wrapper{
   
      transform: scale(0.60);
   
    }
    .titleOne span {
       position: absolute;
       /* left: 40px; */
       transform:scale(1.4);
    }
    .bounce{
    	font-size: 35px;
    }
    .col-sm-6.scondText h1 ,.fourthdPage h1 {
    	font-size:40px
    }

    .subTitle{
      font-size: 30px !important;
    }

    #myVideo{
    	/*top: -7.55%;*/
    }
    .fourthdPage p {
    	color:white;
    }
   
 }

 @media(min-width:1600px){
  img.playStore, img.appStore {
    width: 250px;
  }
  
   ul#playlist {
    width: 69%;
  }
  .mobile-wrapper{
  transform: scale(1);
    }
    .introText h1 ,.fourthdPage h1 {
      text-align: left;
    font-size: 90px;
    font-weight: 500;
    color: white;
    text-shadow: 0px 0px 40px rgb(0 0 0 / 40%);
    margin-top: 0px;
  }
    .titleOne h1{
      font-size: 41px;
    }
     .titleOne p{
      font-size:unset;
    }

    .titleOne span {
    /* position: absolute; */
    /* left: 38px; */
    transform: scale(1.8);
    }
    .bounce{
    	font-size: 45px;
    }
    .col-sm-6.scondText h1 ,.fourthdPage h1 {
    	font-size:60px
    }
    .col-sm-6.scondText p ,.fourthdPage p {
    	font-size:20px
    }

     #myVideo{
    	/*top: -3.8%;*/
    }
    
    .subTitle{
      font-size: 50px !important;
    }

 }
 
 .playIconArea {
  display: flex;
  align-items: center;
  /* margin: 5px; */
  /* height: 100%; */
  /* padding-right: 20px; */
  /* position: absolute; */
  }





.fourthdPage .btn {
    padding: 10px 29px;
    color: #995890;
    font-size: 19px;
    font-weight: 500;
}

.fourthdPage .btn:hover {
    background: #b8d8e6;
    color: #995890;
}

.fourthdPage .row {
    padding-top: 3% !important;
    padding-bottom: 3%;
}

.fourthdPage img {
    width: 175px;
}


/*mobile-------------------------------------------------*/

div#fullpage {
  display: none !important;
}

@media (min-width: 1200px){

  div#fullpage {
      display: block !important;
  }



}

@media (max-width: 1200px){


  .mobileView {
  width: 100%;
  height: 100vh;
  background-image: url('/cisiweb2/image/appPage/mobileBg.jpg');
  background-size: cover;
  background-position-x: right;
  position: absolute;
  
  /* text-align: center !important; */
  }

  .introText h1 ,.introText h2 {
  text-align: center !important;
  color:#fff;
  }

   .introText h1{
   	font-size:48px;
     margin-top:50px;
   }
   .introText h2{
    font-size:24px;
  }

  .mobileView .videoIntro {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #000000c9;
  padding: 5% 7%;
  }

  .introText {
  width: 100%;
  display:block;
  display: flex;
  flex-direction: column;
  align-items: center;
  }

    .mobileView img {margin: 10px;}

}

.mobileContainer .container-fluid {
    padding: 0;
}
img.home {
  z-index: -1;
  /* transform: scale(.8); */
  width: 358px;
  height: 768px;
  /* padding: 3%; */
  margin-left: .1%;
  border-radius: 36px;
  /* display: none; */
}


