#nav{
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(28,9,121,1) 0%, rgba(50,203,218,1) 0%, rgba(242,27,183,1) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
}
.navbar-brand img{
  width: 110px;
  height: 35px;
}
.nav-link{
  font-weight: 600;
}
.bi-list{
  font-size: 35px;
}
#banner{
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(28,9,121,1) 0%, rgba(50,203,218,1) 0%, rgba(242,27,183,1) 100%);
  color: #fff;
  padding: 2% 0;
}
.playbtn{
  text-decoration: none;
  color: #fff;
}
.bannerp{
  text-align: justify;
}
.bottom-img{
  width: 100%;
  position: absolute;
  bottom: 0;
}
#services{
  padding: 2% 0;;
}
.btn-primary{
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(28,9,121,1) 0%, rgba(50,203,218,1) 0%, rgba(242,27,183,1) 100%);
  border: none;
  border-radius: 20px;
}
.srvtxt{
  background: #23F3FA;
  background: -webkit-linear-gradient(to right, #23F3FA 0%, #CF17BD 100%);
  background: -moz-linear-gradient(to right, #23F3FA 0%, #CF17BD 100%);
  background: linear-gradient(to right, #23F3FA 0%, #CF17BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* <---------------------divider-----------------> */
.divider
{
	position: relative;
	margin-top: 20px;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.div-tab-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 14px;
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
	border-radius: 0 0 8px 8px;
}

.div-stopper:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -6px;
	left: calc(50% - 7px);
	width: 14px;
	height: 12px;
	background-color: white;
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: #CF17BD;
	border: 1px solid rgb(48,49,51);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}
.aboutul li{
  margin: 10px 0;
}
.testimonialz{
  border-left: 4px solid purple;
}
.testimonialz img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.udetails{
  display: inline-table;
}
.socials img{
  width: 60px;
  transition: .5s;
}
.socials a:hover img{
  transform: translateY(-10px);
}
#footer{
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(28,9,121,1) 0%, rgba(50,203,218,1) 0%, rgba(242,27,183,1) 100%);
	color: #fff;
}
