


/************** 1. Typography ************************/
*,
*::after,
*::before{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}
body{
	scroll-behavior: smooth;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
a, 
p,
ul{
	margin: 0;
}
p{
	line-height: 22px;
}

/* root variables */
:root{
	--first-color: #fff;
	--second-color: #393939;
	--sky-blue: #39bced;
	--royal-blue: #22499c;
	--black-color: #2e2e2e;
	--text-color: #aaaaaa;
}
/* common class */
h1{
	font-size: 48px;
	color: var(--black-color);
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}
h2{
	font-family: 'Rubik', sans-serif;
	font-weight:500;
	font-size: 36px;
	color: var(--black-color);
	text-align: center;
	padding: 80px 0px;
}
/* h3{
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
} */
.p-text{
	line-height: 22px;
    font-size: 16px;
    font-weight: 400;
}
.btn-1{
	display: inline-block;
	padding: 8px 42px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	background-image:linear-gradient(to right,var(--sky-blue) , var(--royal-blue));
	color: var(--first-color);
	border: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
}
.title{
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	font-family: 20px;
}
/*====Nav Bar section Start Zubair===*/
.navbar .nav-link{
	color: var(--text-color);

}
.navbar .nav-link:hover{
	color: var(--sky-blue) !important;

}
.navbar-light .navbar-toggler {
    /* color: rgba(0,0,0,.55); */
    /* border-color: rgba(0, 0, 0,0.1 ); */
	color: var(--sky-blue) !important;
	border-color: var(--sky-blue);
}
/*==== Nav Bar section End ===*/
/*===Hero section Start ====*/
.hero{
	background-image: url(../../images/hero1.png);
	height: 650px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;

}
.hero .content{
	margin-top: 200px;
}
.hero .content p{
	padding: 10px 0px;
}
.hero .image img{
	margin-top: 90px;
	margin-left: 100px;
}
.hidden{
	display: none
  }
  .sliderContainer{
	display: flex;
	justify-content: center
  }
  .sliderContainer>div{
	width: 250px;
	height: 100px;
	background-color: #333;
	color: var(--first-color);
	font-size: 25px;
	text-transform: capitalize
  }
  .magicStartLoop{
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	animation: op 200ms linear
  }
  @keyframes op{
	0%{
	  opacity: 0
	}
	100%{
	  opacity: 1
	}
  }
/*====Hero section End zubair===*/
/* why use this app Start Zubair */
.card:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2)
}
/* why use this app End Zubair */

/* Awesome app feature Start Oytizo */
.container-back{
	background-image: url("../../images/back.png"); 
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left;
	height:auto;
}
.awesome h2{
   padding: 30px;
   text-align: center;
}
.awesome p{
   padding: 0 100px;
   text-align: center;
}
.img img{
	padding: 20px;
}
.angle {
	color:  var(--sky-blue);
	background: var(--first-color);
	margin: 5px;
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding: 0px 2px;
}
.angle:hover{
   color: var(--first-color);
   background: var(--sky-blue);
}
.vertical-row{
   margin-left: 20px;
   border-left: 1px solid var(--sky-blue);
   height: 28%;
   margin-top: 20px;
   position: relative;
}
.profile-logo img{
   width: 15%;
   position:absolute;
   top: 20%;
   left: 15%;
}
.vertical-row-profile{
   position: absolute;
   margin-top: 50px;
}
.vertical-row-in1{
   border: 1px solid var(--royal-blue);
   margin-left: 20px;
}
.vertical-row-in2{
   border: 1px solid var(--royal-blue);
   margin-left: 20px;
   display: none;   
}
.vertical-row-in3{
   border: 1px solid var(--royal-blue);
   margin-left: 20px;
   display: none;
  
}
.make-profile{
position: absolute;
right: 0;
left: 40%;
margin-top: 45px;
}
/* Awesome app feature End Oytizo */

/* Apps ScreeShot Start Oytizo */
.carousel {
	position: relative;
	height: 600px;
	margin-top: 150px;
	perspective: 1500px;
  }
  .carousel .carousel-item {
	width: 250px;
  }
  .carousel .carousel-item img {
	height: 300px;
	max-width: 170px;
	transform: translateX(1px) translateY(-90px);
  }
  .mobile {
	width: 257px;
	height: 349px;
	position: absolute;
	top: 40%;
	left: 49%;
	transform: translate(-50%, -50%);
	z-index: 1000,
  } 
/* Apps ScreeShot End Oytizo */

/* How does this app Start Omar */
/* .awork{
	margin-top: -100px;

} */
.write {
	padding-top:20px;
}
.abc {
	margin-top: 130px;
}
.write p {
	font-size: 15px;
}
.bg1 img {
	height: 500px;
	width: 610px;
	position: relative;
	overflow: hidden;
	display: block;
	z-index: -1;
}
.bg2 img {
	height: 450px;
	width: 600px;
	position: absolute;
	display: block;
	top: 60px;
	right: 90px;
}
.root {
	position: relative;
}
.right img {
	height: 320px;
	width: 326px;
	position: absolute;
	top: 132px;
	right: 200px;
	display: block;
	z-index: 1;
}
/* How does this app End Omar */

/* Easy pricing Start Omar */
.cd {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 430px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.cd1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.cd2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 480px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.cd img {
	height: 288px;
	width: 130px;
}
.cd1 img {
	height: 288px;
	width: 130px;
}
.cd2 img {
	height: 288px;
	width: 130px;
}
.txt {
	position: absolute;
	top: 90px;
	right: 55px;
}
.txt p {
	font-size: 15px;
}
.ptxt p {
	font-size: 15px;
	text-align: center;
}
.cbody h2 {
	background: -webkit-linear-gradient(var(--sky-blue), var(--royal-blue));
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.access {
	color: var(--sky-blue);
}
.btn-grad {
	background-image: linear-gradient(to right, var(--sky-blue) 0%, #3090ce 51%, var(--royal-blue) 100%);
	border-radius: 50px;
}
.btn-grad1 {
	background-color: var(--sky-blue);
	border-radius: 50px;
}
/* Easy pricing End Omar */

/* Latest story Start sanowar */
.story-title{
	font-size:20px;
	font-weight: 500;
	padding: 10px 0px;
}
/* Latest story End sanowar*/

/* Footer Start Zilani */

footer{
	margin: 0;
	width: 100vw;
	background: #F9F9FA;
    position:absolute;
    transform:translate(0%,0%);  
}
footer p{
	font-family: 'Nunito', sans-serif;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	line-height: 18px;
}
footer .with-bg{
	margin: 0;
	padding-top: 30px;
	width: 100vw;
    position:absolute;
	background-image: linear-gradient(to bottom, #00baff 0%, #0af 21%, #133272 150%);
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
}
/*footer section for homepage*/
.downapp{
	width: 100%;
	background: white;
	display: flex;
	text-align: center;
}
.downapp h5{
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	padding: 15px 0;
}
.downapp h6{
	font-family: 'Rubik', sans-serif;
	font-size: 17px;
	background: -webkit-linear-gradient(left, #00baff 0%, #0af 21%, #133272 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.downapp img {
	width: 100%;
	padding: 20px;
}
.fontAwesome {
  font-family: 'Helvetica', FontAwesome, sans-serif;
}


/*end of homepage footer*/

/*starting common footer*/
.with-bg .logo2{
	text-align: center;	
	
}
.with-bg .logo2 img{
	width: 100%;
}

.with-bg .socio-txt{
	color: #ffffff;	
}
.with-bg .social{
	padding: 15px 3px 10px 3px;
}
footer ul li a{
	color: white;
}
.footer-btm{
	font-family: "Nunito Regular";
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid;
	color: #a2a3a3;
	font-weight: bold;
	text-align: center;
}
.footer-btm span{
	color: white;
}
/*end of common footer*/

/*start of blog post&blog page details footer*/

.vlog{
	padding: 50px 20px 5px 20px;
	background: #F9F9FA;
}

.vlog-up h3{
	font-family: 'Rubik', sans-serif;
	padding: 10px 0;
	font-weight: bold;	
}
.vlog-up p{
	line-height: 15px;
	font-size: 12px;
	padding: 5px;

}
.vlog-down .input-group input{
	line-height: 3;
	font-size: 12px;
	border: 1px solid #3090CE;
	border-radius: 30px !important;
}
.vlog-down button span{
	background-image: linear-gradient(to right, #00baff 0%, #0af 21%, #133272 150%);
	border-radius:20px ;
	padding: 6px 25px;
}
#button-addon2{
	z-index:9;
}

/* Footer End Zilani */


/* ===========Blog Page Details========= */

/* banner -- Read from our blogs Start Sanowar */
.bolg-details{
	background-image: url(../../images/blogd.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bolg-details .shihab{
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.bolg-details h3{
	font-size: 48px;
	font-weight: 700;

}
.bolg-details .icon{
	color: var(--sky-blue);
	margin: 2px 12px 0px 15px;
}
/* banner -- Read from our blogs End */

/* Footer section Start */
/* Footer section End */

/* Our Blog Details Start */
        
/*--------------------------------
	 Blog Post Start Sadia Haque
--------------------------------*/
.blog-post{
	font-family: 'Nunito', sans-serif !important;
}
.heading-color{
	color: #393939 !important;
	font-weight: bold;
}
.blog-post .card .card-title,
.right-sidebar h4{
	font-size: 22px;
}
.blog-post .card .paragraph{
	color: #484848;
	font-size: 15px;
	line-height: 24px;
}
.blog-post .card .mybtn{
	background-image: linear-gradient(to right, #00baff 0%, #0af 21%, #133272 100%);
	border-radius: 50px;
	padding: 6px 35px;
	transition-delay: 1s;
	font-size: 15px;
}
.blog-post .mybtn:hover{
	background-image: linear-gradient(to left, #00baff 0%, #0af 21%, #133272 100%);
}
/*pagination*/
.page-item .page-link{
	border-radius: 50px !important;
	padding: 5px 12px;
	font-size: 17px;
	text-align: center;
	height: 35px;
	width: 35px;
}
.page-item:first-child .page-link{
	margin-right: 30px;
}
.page-item:first-child .page-link:hover{
	background: #39bced;
	border: 1px solid #39bced;
	color: white;
}
.page-item:first-child .page-link,
.page-item .link{
	border: 1px solid #e1e0e0;
	color: #39bced;
}
.page-item:last-child .page-link{
	background: #39bced;
	border: 1px solid #39bced;
	margin-left: 15px;
}
.page-item .link{
	color: #484848;
	position: relative;
	margin: 0 17px;
}
.page-link.link::before {
  content: '';
  display: block;
	clear: both;
	border: 1px solid #e1e0e0;
	width: 17px;
	transform: rotate(0deg);
	position: absolute;
	top: 49%;
	left: -50%;
}
.page-item:nth-child(5) .page-link::after{
	content: '';
  display: block;
	clear: both;
	border: 1px solid #e1e0e0;
	width: 17px;
	transform: rotate(0deg);
	position: absolute;
	top: 49%;
	right: -50%;
}
/*right-sidebar*/
.right-sidebar input::placeholder,
.right-sidebar .input-group span{
	color: #dcdce0 !important;
	font-size: 15px;
}
.right-sidebar .input-group span{
	position: relative;
}
.right-sidebar .input-group span::before{
	content: '';
	display: block;
	clear: both;
	border: 1px solid #dddde09c;
	position: absolute;
	top: 20%;
	left: -2%;
	height: 23px;
	width: 1px;
}
.tags a{
	text-decoration: none;
	padding: 5px 22px;
	margin: 4px 3px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #dddde09c;
	color: #484848;
	font-size: 14px;
}
.tags .active,
.tags a:hover,
.tags a:hover .svg-inline--fa{
	background: #36ace1;
	color: white !important;
	border: 1px solid #36ace1;
}
.tags .svg-inline--fa{
	font-size: 16px !important;
}
.right-sidebar .recent-post .card-title{
	font-size: 18px;
	line-height: 23px;
}
.right-sidebar .recent-post .card-text,
.mytext{	
	color: #969898 !important;
	font-size: 16px !important;
}
.right-sidebar hr{
	margin: 0 0 !important;
	width: 28px;
}
.right-sidebar .categories hr{
	margin: 7px 0 !important;
}
/*blog-details page */
.rob-man{
  padding: 0 18px;
  margin: 14px 0;
  position: relative;
}
.rob-man::after {
  content: '';
  display: block;
  clear: both;
  border-bottom: 1px solid #3CBCED;
  border-right: 1px solid #3CBCED;
  height: 23px;
  width: 100%;
  border-left: 1px solid #3CBCED;
  position: absolute;
  bottom: 0;
  left: -3px;
}
.rob-man::before {
  content: '';
	display: block;
	clear: both;
	border-top: 1px solid #3CBCED;
	border-right: 1px solid #3CBCED;
	height: 23px;
	width: 100%;
	border-left: 1px solid #3CBCED;
	position: absolute;
	top: 0;
	left: -3px;
}
.rob-man h6{
	font-size: 14px;
	font-weight: 600;
	color: #484848;
}
.share h6{
	font-size: 18px;
}
.share .envelop{
	color: #bbbbbb;
}
/*--------------------------------
		Blog Post End Sadia Haque
--------------------------------*/
/* Our Blog Details End */

/* Related Post + Comments start Asif */
.related .carousel{
	width: 830px;
	height: auto;
	padding: 10px 0;
	/* background: gray; */
}
.related .carousel-bet{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.carousel .carousel-item img{
	transform: translate(0);
	min-width: 400px;
	width: 100%;
	height: 200px;
}
.inner-span{
	display: flex;
	justify-content: space-between;
	width: 250px;
}
.carousel-control-prev,
.carousel-control-next{
	background: var(--sky-blue);
	position: absolute;
	top: 100%;
	bottom: -30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.carousel-control-prev{
	left: 42%;
}
.carousel-control-next{
	right: 42%;
}
.comment{
	width: 800px;
	height: auto;
	padding: 10px 0;
}
.comment .row .span{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #d7d7d7;
}
.comment small{
	color: var(--sky-blue);
}
/* Related Post + Comments end Asif*/

/* Footer section Start */
/* Footer section End */


/* Floating button styles */
.translate-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 50%;
	padding: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-size: 16px;
}
.translate-button:hover {
	background-color: #45a049;
}


.youtube-player {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
