body{
	margin: 0;
	overflow: hidden;
	font-family: 'product';
	background-image: linear-gradient(to right, #3584a7,  #30d2be);
}
@font-face {
	src: url('assets/Lato/Lato-Regular.ttf');
	font-family: 'lato';
}
@font-face {
	src: url('assets/product-sans/Product Sans Regular.ttf');
	font-family: 'product';
}
::placeholder {
    color: #fff;
    opacity: 0.6;
}
::-webkit-scrollbar{
	width: 0;
	height: 0;
	border-left:1px solid #fff;
}
::-webkit-scrollbar-track{
	height: 0;
	background: #fff;
}
::-webkit-scrollbar-thumb{
	height: 0;
	background: #09f;
}
::-webkit-scrollbar-table{
	height: 0;
	width: 0;
}
::selection{
}
.loading{
	background-image: linear-gradient(to right, #3584a7,  #30d2be);
	position: absolute;
	z-index: 3;
	height: 100vh;
	width: 100vw;
}
.logo{
		position: fixed;
		z-index: 20;
		margin-left: 33vw;
		margin-top: 25vh;
		height: 50vh;
		width: 50vh;
		background-image: url('assets/clar2.png');
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
  	opacity: 0;
		transform: scale(1.5, 1.5);
  	transition: 1s ease-in;

}

/*
.logo2{
	position: fixed;
	z-index: 20;
	margin-left: 46vw;
	margin-top: 45vh;
	height: 12vh;
	width: 12vh;
	background-image: url('assets/a.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		opacity: 0;
		transform: scale(1.5, 1.5);
		transition: 0.4s ease-in;
} */

.select{
	position: absolute;
  	transition: 0.4s ease-in;
		opacity: 0;
		margin-top: 30vh;
}
.sel{
	border-radius: 100%;
	border: 2px solid #fff;
	width: 30vh;
	transition: 0.5s;
	height: 30vh;
	color: #fff;
	font-size: 30px;
	padding-top: 60px;
	text-align: center;
	margin-left: 30vh;
}
.sel span{
	font-size: 50px;

}
.sel-pc{
		position: absolute;
  	transition: 0.4s ease-in;
		cursor: pointer;
		z-index: 3;
}
.sel-phone{
		position: absolute;
		z-index: 3;
		margin-left: 70vh;
    transition: 0.4s ease-in;
		cursor: pointer;
}
.sel-user{
		position: absolute;
		margin-left: 110vh;
		z-index: 3;
    transition: 0.4s ease-in;
		cursor: pointer;
}
/* .logoaa{
	background-image: url('assets/a.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		height: 12vh;
		width: 12vh;
		margin-left: 4.9vw;
} */
.sel:hover{
	background-color: #fff;
	color: #000;
}

/* .arrow{
  margin: auto;
	height: 200px;
  width: 100px;
  margin-top: 85vh;
	cursor: pointer;
	opacity: 0;
  transition: 2s all ease-in-out;
  animation: arrow 2s linear infinite;
} */


.interface{
	position: absolute;
	margin-top: 100vh;
	height: 200vh;
	background-image: linear-gradient(to right, #3584a7,  #30d2be);
	width: 100vw;
}
.new-pc{
	position: absolute;
	width: 25vw;
	height: 40vh;
	margin-top: 2vh;
	background-image: url('assets/pcwit.png');
  	background-repeat: no-repeat;
		opacity: 0;
  	background-position: center;
  	background-size: contain;
  	transition: 0.4s ease-in;
		cursor: pointer;
		z-index: 3;
}

.new-phone{
	position: absolute;
    margin-left: 55vw;
		z-index: 3;
    margin-top: 22vh;
		opacity: 0;
    width: 10vh;
    height: 20vh;
    background-image: url('assets/phonewit.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.4s ease-in;
		cursor: pointer;
}
.op0{
	opacity: 0;
}
.op1{
	opacity: 1;
}
.nod{
	display: none;
}
.balls{

  width: 28vh;
  height: 28vh;
  margin-top: 36vh;
  margin-left: 45vw;
  animation: loop 4s ease-in;
}
.ball{
  position: fixed;
  height: 10vh;
  width: 10vh;
  background-image: url('assets/wippng.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.b1{

}
.b2{
  display: inline-block;
      transform: translate(0vh, 20vh);
}
.b3{
  transform: translate(20vh, 20vh);

}
.b4{
  transform: translate(20vh, 0vh);

}

.b1-a{
  transform: translate(-47vw, -39vh);
}
.b4-a{
  transform: translate(52vw, -39vh);
}
.b3-a{
  transform: translate(52vw, 57vh);
}
.b2-a{
  transform: translate(-47vw, 57vh);
}

.boline{
  position: fixed;
  z-index: -30;
  height: 60vh;
  width: 0.5vw;
  background-color: #000;
  transition: 2s;
  transition-delay: 1s;
}
.bl1{
  margin-top: -125vh;
}
.bl2{
  margin-top: -125vh;
  margin-left: 99.5vw;
  /* transform: rotate(180deg); */
}
.bl3{
  margin-left: 99.5vw;
  margin-top: 50vh;
  /* transform: rotate(180deg); */
}
.bl4{
  margin-top: 50vh;
}
.bl1-ac{
  margin-top: -70vh;
}
.bl2-ac{
  margin-top: -70vh;
}
.bl3-ac{
  margin-top: -20vh;
}
.bl4-ac{
  margin-top: -20vh;
}

.width{
  width: 60vw;
}
.width2{
  transform: scaleX(120);
  margin-left: 75.8vw;
}
.boline{
	background-color: #fff;
}
.logo_img{
	background-image: url('assets/logo.png');
	height: 40vh;
	width: 40vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}



.sett{
	position: absolute;
	height: 7vh;
	width:7vh;
	margin-top: -40vh;
	margin-left: 90vw;
	background-image: url('assets/settings.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: inline-block;
	z-index: 80;
}
.head{
	font-size: 40px;
	color: #fff;
	padding-top: 5vh;
	padding-left: 3vh;
	width: 50vw;
}
table{
	margin-top: 5vh;`e`
}
.tabim{
	height: 37vh;
	width: 60vh;
}
.settings{
	position: absolute;
	padding-top: 35vh;
	opacity: 0;
	margin-top: -45vh;
	transition: 1s;
	transition-delay: 0ms;
	z-index: -2;
}
.set_h{
	text-align: center;
	font-size: 25px;
	padding-bottom: 2vh;
	margin-bottom: 5vh;
	border-bottom: 1px solid #fff;
}
.solo{
	position: relative;
	transition: 1s;
	opacity: 1;
	transition-delay: 500ms;
	z-index: 20;
}
.ds{
	padding-top: 3vh;
	color: #fff;
	height: 40vh;
	border-right: 1px solid #fff;
}
.as{
	border: none;
	margin-left: 5vw;
}

.asbox{
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	transition: 500ms;
}
.dsbox{
	cursor: pointer;
	height: 14vh;
	width: 14vh;
	text-align: center;
	border-radius: 100%;
	padding-top: 35px;
	border: 2px solid #efefef;
	color: #fff;
	transition: 500ms;
}
.asbox{
	padding-top: 30px;
}
.dsbox:hover{
	color: #000;
	background-color: #fff;
}

.dsb3{
	margin-top: 3vh;
}
.nav{
	margin-top: 10vh;
}
.item{
	display: inline-block;
	width: 10vw;
	text-align: center;
	margin-left: -5px;
	font-size: 20px;
	cursor: pointer;
	transition: 500ms;
	height: 10vh;
	color: #fff;
	padding-top: 20px;
	border-right: 2px solid #fff;
	border-left: 1px solid #fff;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.it1{
	border-left: none;

}
.item:hover{
	background-color: #fff;
	color: #000;
}

.it5{
		border-right: none;

}
.it6{
	transition: 500ms;
		border: none;
		float: right;
		height: 10vh;
		width: 10vh;
		margin-right: 5vh;
		border-radius: 100%;
}
/* .scale{
	width: 15vw;
	height: 14	vh;
	font-size: 30px;
} */

.search{

	width: 0vw;
	height: 5vh;
	background: none;
	color: #fff;
	border: none;
	padding-left: 10px;
	visibility: hidden;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity: 0;
	border-bottom: 1px solid #fff;
	transition: 500ms;
}
.search-ac{
	visibility: visible;
	width: 30vw;
	opacity: 1;
}
.searchall{
	border-radius: 0;
	display: inline-block;
	width: 40vw;
	/* margin-right: 45vw; */
}
.glyphicon-search{
	padding-left: 10px;
}
.search-hover{
	color:#000;
	border-bottom-color: #000;
}


.browse{

}
.movie{

}
.scale{
	background-color: #fff;
	color: #000;
}

.table-responsive{
	transition: 2s;
	position: absolute;
}

.login{
	transition: 500ms;
	position: relative;
	z-index: 1;
}
.header_l{
	font-size: 40px;
	color: #fff;
	margin-top: -5vh;
}
.g2{
	margin-left: -10px;
	padding-left: 10px;
	transform: scale(1.6, 1.6);
}
.ham{
	z-index: 300;
}
.textbox{
	outline: none;
	border: none;
	background-color: transparent;
	color: #fff;
	padding: 8px;
	width: 40vh;
	font-size: 20px;
	border-bottom: 2px solid;
	font-family: 'Montserrat', sans-serif;
}
.line{
	margin: auto;
	height: 3px;
	width: 130px;
	background-color: #efefef;
	border-radius: 5px;
}
.submit_a{
	width: 15vh;

}
.submit_b{
	font-size: 20px;
	width: 20vh;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	margin: auto;
	margin-top: 5vh;
	background-color: ;
	border: 2px solid #fff;
	color: #efefef;
	cursor: pointer;
	transition: 0.4s;
}
.submit_b:hover{
	background-color: #fff;
	color: #000;
}
.form{
	margin-top: 35vh;
margin-left: 26vw;
}
.material-icons{
	position: absolute;
	margin-left: -24px;
}
.sel{
	font-family: 'product';
}
.login{
	font-family: 'lato';
}
.form{
	opacity: 0;
}
.header_l{
	font-family: 'product';
}
.sel div{
	margin-top: 12px;
}
.textbox{
	color: #fff;
}

.line-v{
	position: absolute;
	margin-left: 52vw;
	z-index: 30;
	margin-top: 50vh;
	background-color: #fff;
	width: 2px;
	height: 1px;
	transition: 3s;
}

.second{
	margin:auto;
	height: 60vh;
	width: 55vw;
	background-color: #d9d9d9;
	position: absolute;
	z-index: -5;
	top: 50%;
	left: 50%;
	margin-top: -40vh;
	transition: 1s;
transform: translate(-50vh, -20vh);
	opacity: 0;
	transition: 1s;

}
.cs{
	position: absolute;
	margin-left: 50vw;
}
.c{
	height: 16px;
	width: 16px;
	border-radius: 100%;
	margin: 7px;
	display: inline-block;
	background-color: red;
	cursor: pointer;
}
.c1{
	background-color: green;
}
.c2{
	transform: translate(30px, -35px);
}

.popup{
	z-index: 10;
	background-color: #d9d9d9;
	visibility: visible;
	opacity: 3;
	transition: 300ms;
	box-shadow: 0 0 2vmin 100vmin #4c4c4c;
}
.noteadd{
	position: absolute;
	padding-bottom: 50vh;
	margin-top: 5vh;
	width: 55vw;
	overflow-y: visible;
	overflow-x: hidden;
	line-height: 24px;

}

.ham{
  position: absolute;
}
.bars{
  margin-top: 8vh;
  cursor: pointer;
  position: absolute;
  z-index: 30;
}
.bar{
  height: 2px;
  width: 40px;
  background-color: rgb(239, 239, 239);
  margin-top: 1vh;
  transition: 300ms;
}
ul{
  list-style-type: none;
}
.profile{
  position: relative;
  z-index: 10;
  width: 20vw;
  height: 100vh;
  margin-left: -20vw;
  padding-top: 10vh;
  transition: 300ms all ease-in-out;
  background-color: #fff;
}
.menu_ac{
  margin-left: 0;
}
.bar1_ac{
  background-color: rgb(41, 48, 59);
  transform: rotate(45deg);
}
.bar2_ac{
  background-color: rgb(41, 48, 59);
  margin-top: -2px;
  transform: rotate(-45deg);
}
.bar3_ac{
  background-color: rgb(41, 48, 59);
  opacity: 0;
}
ul{
  margin-top: 5vh;
  margin-left: -40px;
}
.stuff{
  cursor: pointer;
  font-size: 25px;
  padding-top: 1vh;
  padding-bottom: 1vh;
  text-align: center;
	color:#3584a7;
	transition: 500ms;
	box-shadow: #3584a7 inset 0vw 0 0 0 ;
	width: 100%;
}
.stuff:hover{
	box-shadow: #3584a7 inset 0.5vw 0 0 0 ;
	color: #fffs;
}
.ham_img{
  height: 25vh;
  width: 25vh;
  margin: auto;
	border-radius: 100%;
  background-image: url('assets/acah.PNG');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bars{
	margin-left: 1vw;
}
.connecting{
	color: #fff;
	font-size: 30px;
	text-align: center;
	transition: 500ms;
}
.con-t:after{
	content: ' .';
	animation: dots 1s steps(5, end) infinite;
}
.d2{
	transition-delay: 0.2s;
}
.d3{
	transition-delay: 0.4s;
}
.select{
	transition-delay: 1s;
}
.back{
	position: relative;
	padding: 10px;
	transform: scale(1.4, 1.4);
	cursor: pointer;
	font-size: 30px;
}
.arrow2 span{
	position: absolute;
	font-size: 40px;
color: #fff;
cursor: pointer;
margin-top: 40vh;
margin-left: 50vw;
}
.a1{
transform: translateX(-2vw);
}
.a2{
	transform: translateX(2vw);
}
.slideshow1{
	position: absolute;
	height: 60vh;
	width: 60vw;
	margin-top: -30vh;
	margin-left: 20vw;
	background-image: url('assets/ss1.PNG');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.4s;
	border: 8px solid #efefef;
	border-radius: 5px;
}
.back2{
	position: absolute;
	z-index: 3;
	padding: 10px;
	transform: scale(1.4, 1.4);
	cursor: pointer;
	font-size: 30px;
margin-left: 80px;
color: #fff;
margin-top: -34vh;
}

.logo-ac{
	opacity: 1;
}
.shift{
	transition: 1.5s ease-out;
	margin-left: 50vw;
}
.shift-l{
	transition: 1s ease-out;
	margin-left: 13vw;
}
.line-a{
	transform: scaleY(300);
	transition-delay: 1s;
}
.tab-ac{
	transition-delay: 0s;
	opacity: 0;
	padding-top: 5vh;
	z-index: -3;
}
.tab2-ac{
	transition-delay: 0s;
	opacity: 0;
	z-index: -3;
}
.set-ac{
	transition-delay: 1s;
	opacity: 1;

	z-index: 30;
}

.bars{
	opacity: 0;
	transition: 1s;
}
.arrow2{

}
/* .notes{
	width: 50vw;
	height: 80vh;

} */
.sl-ac{
	background-image: url('assets/ss2.PNG');
}
.opa{
	opacity: 1;
}
.nopa{
	opacity: 0;
}
.visible{
	visibility: visible;
}
.hidden{
	visibility: hidden;
}
.note-a{
	z-index: 40;
	opacity: 1;
	margin-top: -15vh;
}

.dsb3{
	margin-left: 17vh;
}
@keyframes loop {
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(720deg);
    }
}
@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;}}

/* @keyframes note {
    0%{
      transform: scale(0, 0);
    }
		80%{
			transform: scale(11, 11);

		}
    100%{
      transform: scale(10, 10);
    }
} */


/*

@keyframes arrow {
  0%{
    margin-top: 85vh;
  }
  50%{
    margin-top: 88vh;
  }
  100%{
    margin-top: 85vh;
  }
} */
