@import url('https://fonts.cdnfonts.com/css/poppins');
.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
    /* margin-top: 190px; */
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative; 
	transform-style: preserve-3d;
	 perspective: 1000px;
}
.dg-wrapper div{
	width: 100%;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	 
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper div.dg-transition{
 	transition: all 0.5s ease-in-out;
}
.dg-wrapper div img{
	display: block;
	 border: 8px solid white;
}
.dg-wrapper div div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper div.dg-center div{
	display: block;
}

.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(assets/images/startups/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
/* --------------------- Mobile -------------------*/
.swiper {
	width: 50%;
	/* height: 250px; */
 }






 .div {
	height: 60px;
	width: 150px;
	margin: 0 auto;
	background: transparent;
	border-radius: 80px ;
	border: 4px solid black;
  }
  
  .div div {
	width: 50%;
	height: 100%;
	border-radius: 80px ;
  }
  
  .div div:hover {
	background: red;
  }
  
  .right {
	float: right;
	border-left: 2px solid #000;
	margin-right: 2px;
   border-top-left-radius: 0 !important;
   border-bottom-left-radius: 0 !important;
  }
  .right:hover {
	background: #FFFFFF;
  }
  .left {
	float: left;
	border-right: 2px solid #000;
	margin-right: -2px;
   border-top-right-radius: 0 !important;
   border-bottom-right-radius: 0 !important;
  }
  .centr {
	float: center;
	/* border-right: 2px solid #000; */
	margin-right: -2px;
	border-top-right-radius: 0 !important;
   border-bottom-right-radius: 0 !important;
   border-top-left-radius: 0 !important;
   border-bottom-left-radius: 0 !important;
   /* border-top-right-radius: 0 !important;
   border-bottom-right-radius: 0 !important; */
  }
  .left:hover {
	background: #FFFFFF;
  }




  .naija-flag {
	display: flex;

	border-top-right-radius: 40px;
   	border-bottom-right-radius: 40px;

	border-top-left-radius: 40px;
   	border-bottom-left-radius: 40px;
	background: linear-gradient(to right, #E97901, #A5821C 50%, #598D3A 75%, #00995D 95%);
  }
  .naija-flag_select {
	display: flex;

	border-top-right-radius: 40px;
   	border-bottom-right-radius: 40px;

	border-top-left-radius: 40px;
   	border-bottom-left-radius: 40px;
	background: linear-gradient(to right,#00995D, #E97901 50%, #598D3A 75%, #00995D 95%);
  }
  .first-button {
	/* height: 60px; */
	
	border-top-left-radius: 40px;
   	border-bottom-left-radius: 40px;
	/* width: 120px; */
  }
  .first-button span {
	font-family: 'poppins';
  }
  .second-button {
	/* height: 60px; */
	/* width: 120px; */
  }
  .second-button span {
	font-family: 'poppins';
  }
  .last-button {
	/* height: 60px; */
	border-top-right-radius: 40px;
   	border-bottom-right-radius: 40px;
	/* width: 220px; */
  }
  .last-button span {
	font-family: 'poppins';
  }

  