/* Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body {
	background:#14121d;
}

/* Left Bottom Share Buttons */
.share.bottomRight {
  bottom:80px;
  left: 3%;
}

.share {
  	z-index: 1;
  	position: fixed;
  	padding: 0;
  	margin: 0;
  	list-style-type: none;
}

.share .share i.fa {
  	height: 60px;
  	width: 60px;
	font-size:18px;
  	text-align: center;
  	line-height: 60px;
  	background-color: #fff;
  	border-radius:100%;
  	border:1px solid #14121d;
	color:#232323;
}

.share .share:hover.top .submenu li.sharebutton:nth-child(1) {
  	opacity: 1;
  	top: -60px;
  	transition-delay: 0.08s;
  	transform: rotateY(0deg);
}

.share .share:hover.top .submenu li.sharebutton:nth-child(2) {
  	opacity: 1;
  	top: -120px;
  	transition-delay: 0.16s;
  	transform: rotateY(0deg);
}

.share .share:hover.top .submenu li.sharebutton:nth-child(3) {
	opacity: 1;
 	top: -180px;
  	transition-delay: 0.24s;
  	transform: rotateY(0deg);
}

.share .share:hover.top .submenu li.sharebutton:nth-child(4) {
  	opacity: 1;
  	top: -240px;
  	transition-delay: 0.32s;
  	transform: rotateY(0deg);
}

.share .share:hover.top .submenu li.sharebutton:nth-child(5) {
  	opacity: 1;
  	top: -300px;
  	transition-delay: 0.4s;
  	transform: rotateY(0deg);
}

.share .submenu {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
}
.share .submenu li.sharebutton {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.share .submenu li.sharebutton a {
  color: #212121;
}

.share .submenu li.sharebutton a:hover i.fa {
  color: #ffffff;
}

.share .submenu li.sharebutton a:hover.facebook i.fa {
  background-color: #3b5999;
}

.share .submenu li.sharebutton a:hover.twitter i.fa {
  background-color: #55acee;
}

.share .submenu li.sharebutton a:hover.whatsapp i.fa {
  background-color:#075e54;
}

.share .submenu li.sharebutton a:hover.linkedin i.fa {
  background-color:#0072b1;
}

.share .submenu li.sharebutton a:hover.mail i.fa {
  background-color:red;
}

/* 'Buy Now' Template button CSS Code*/
button.buynow_button { 
  	background-color: #ff0000;
  	color: white;
  	padding: 15px 32px;
  	text-align: center;
	font-weight:bold;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 12px;
  	font-family:manrope;
  	margin:20px 0;
  	border-radius:2px;
	transition:1s linear;
	border: 1.5px solid #ff0000;
}

input[type='submit'].buynow_button:hover {
	background-color:#14121d;
	border: 1.5px solid #ff0000;
}

/* 'Watch On Youtube' button CSS Code*/
a.watch-tutorial button {
  	background-color: #ff0000;
  	border: 1.5px solid #ff0000;
  	color: white;
  	padding: 15px 32px;
	font-weight:bold;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 12px;
  	font-family:manrope;
  	margin:20px 0;
  	border-radius:2px;
}

/* 'Project File Download' button CSS code*/
form.project-file-download input[type=submit] {
  	background-color: #ff0000;
  	border: 1.5px solid #ff0000;
  	color: white;
	padding: 15px 32px;
	font-weight:bold;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 12px;
  	font-family:manrope;
  	margin:20px 20px 0 0;
  	float: Left;
  	border-radius:2px;
}

/* Custom Scroll Bar*/
::-webkit-scrollbar {
    width: 0;
}
 
/* BG of scroll bar */
::-webkit-scrollbar-track {
    -webkit-border-radius: none;
    border-radius: none;
}
 
/* Handle of sroll bar */
::-webkit-scrollbar-thumb {
	height:80px;
    background: #ff5e14; 
}

/* The area for scroll indicator */
.scroll-indicator {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:1;
}

/* The progress container (scroll indicator) */
.progress-container {
  width: 100%;
  height: 3px;
  background:none;
  z-index: 1;
  position: relative;
  top: 	66px;

}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 3px;
  background:orangered;
}

/* Embedded vedios */
.iframe-container {
	position:relative;
	width:60%;
	padding-bottom:35%;
	height:0;
	margin:2% 0 2% 20%;
}

.iframe-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
}

/* Tagged Links */
a.tag {
	color:#ff5e14;
	font-family:manrope;
}

a.tag:hover {
	font-weight:bold;
	text-decoration:none;
}

/* Next article link */
a.article:hover {
	text-decoration:none;
}

/* Photo source link */
a.credit {
	color:grey;
}

a.credit:hover {
	color:red;
}

a.link {
	color:#ff5e14;
	text-decoration:none;
}

a.link:hover {
	cursor:pointer;
	text-decoration:underline;
}

/* Change Color on slecting text */
::selection {
    color: #ffffff;
    background:#ff002d;
}

h1 {
	margin:150px auto auto auto; 
	font-family:manrope;
	font-size:4.8vw;
	width:70%;
	text-align:center;
	color:#ffffff;
	line-height:1em;
	font-weight:900;
}

h2 {
	font-size:15px;
	margin:2% 0 30px 0;
	text-align:center;
	font-family:manrope;
	width:100%;
	line-height:1.6em;
	color:#ffffff;
}

h3 {
	font-size:40px;
	font-family:manrope;
	margin:2% 0;
	color:#ff5e14;
}

h4 {
	font-family:manrope;
	font-size:3.5vw;
	margin:0;
	color:#ffffff;
}

h5 {
	font-size:25px;
	padding:10px 0;
	font-family:manrope;
	color:#ffffff;
	padding:0;
	text-decoration:none;
	width:50%;
	margin:15px auto;
}

h5:hover {
	color:red;
}

h6 {
	font-size:25px;
	font-family:Calistoga;
	color:#232323;
	margin:0;
}

h7 {
	font-size:23px;
	font-family:Calistoga;
	color:#191919;
	transition:0.2s;
	line-height:1.2em;
	font-weight:400;
}

h7:hover {
	color:red;
}

h8 {
	font-family:Domine;
	color:#232323;
	font-size:2.2vw;
	margin:5% auto;
	text-align:center;
	display:block;
	line-height:1.2em;
	width:80%;
}

h9 {
	font-family:Domine;
	font-weight:regular;
	font-size:14px;
	text-align:center;
	color:#a9a9a9;
	text-transform:uppercase;
}

h10 {
	font-family:Domine;
	font-size:17px;
	display:block;
	width:80%;
	margin: 0 auto;
	text-align:left;
}

p.yt-copyright-strike {
	font-family:manrope;
	font-weight:400;
	color:#ffffff;
	background:#ea490f4f;
	width:60%;
	margin:12px auto 0 auto;
	border-left:5px solid #f25013;
	padding:15px 16px;
	border-radius:4px;
	text-align:left;
	font-size:12px;
	line-height: 1.1rem;
}

p.tag {
	font-family:Domine;
	background-color:#ffffff;
	color:#ffffff;
	width:200px;
	text-align:center;
	padding:2px;
	font-size:15px;
}

/* Primary image */
img.articleimage {
	position:relative;
	width: 60%;
	z-index:-1;
	margin:0 auto;
	display:block;
	border-radius:8px;
}

/* div.img_des { */
	/* font-size:15px; */
	/* font-family:Domine; */
	/* color:grey; */
/* } */

/* Other images like graphs or any other*/
/* img.other { */
	/* position:relative; */
	/* width: 100%; */
	/* z-index:-1; */
	/* margin:15px 0 0 0; */
/* } */

/* Image for graphs */
/* img.graph { */
	/* width: 50%; */
	/* z-index:-1; */
	/* display:block; */
	/* margin-left:auto; */
	/* margin-right:auto; */
/* } */

p.letter {
	font-size:110px;
	line-height:10rem;
	font-family:Manrope;
	padding:0;
	width:150px;
	text-align:center;
	float:left;
	margin:5px 20px 10px 0;
	position:relative;
	color:#ffffff;
	box-shadow: -6px -6px 0px #ffffff;
	border:2px solid #ffffff;
	background:#14121d;
	font-weight:700;
}

/* Div Section for Article Content */
div.blog-content {
	width:60%;
	margin:0 20%;
	padding:10px;
}

/* Div Section for Next and Previous Articles */
div.next-prev-article {
	width:60%;
	margin:0 auto;
	padding:10px;
}

/* Article as Paragraph */
p {	
	font-family: manrope;
    font-size:15px; 
	line-height:1.7rem;
	color:#ffffff;
}


p.tagged {
	color:#ffffff;
	font-size:14px;
	padding:10px 0;
	font-family:Manrope;
	font-weight:400;
	margin:0;
}

p.name {
	font-size:18px;
	margin:5% 0;
	font-family:Domine;
	color:#232323;
}

div.credit {
	margin:0 auto;
	text-align:right;
	width:60%;
	font-family:Domine;
	font-size:14px;
}

div.quotation {
	font-size:30px;
	margin:3% 0;
	text-align:left;
	width:100%;
	font-family:dm serif display;
	font-style:italic;
	padding:20px 20px;
	line-height:1.2em;
	color:#232323;
	border:1px double rgba(0,0,0,.2);
	padding: 80px;
	position:relative;
	background:#f1f1f1;
}

div.blockquote {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top:-107px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px #FFF;
    box-shadow: 0 0 0 10px #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 8px;
	background:#232323;
}

div.flower {
	text-align:center;
	font-size:35px;
	margin:0;
	color:#ffffff;
}

div.next_article {
	text-align:center;
	padding:0;
	margin:3% 0;
}

div.related_article {
	background-color:#232323;
    color: #ffffff;
    padding: 10px 11%;
	margin:50px 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
	font-family:dm serif display;
}

hr {
	background-color:#A9A9A9;
	height:1.35px;
	margin:2% 0 2% 10%;
	width:80%;
}

/* Project File Information Table Fetching from Database */
   table.project-file-information {
      width: 59%;
      border-collapse: collapse;
      margin: 0 auto;
      font-size: 13px;
	  table-layout: fixed; /* Set table layout to fixed */
	  border-radius:12px;
		border:1px solid #4e4a5f;
    }

    th, td {
      padding: 16px 16px;
      text-align: left;
      border-bottom: 1px solid #4e4a5f;
	  color: #ffffff;
	  font-family:manrope;
    }

    th {
      background-color: #343141;
      color: white; /* Added for text color in the header row */
    }

    /* Style even rows */
    table.project-file-information tr:nth-child(even) {
      background-color: #4e4a5f29;
    }

    /* Style odd rows */
    table.project-file-information tr:nth-child(odd) {
      background-color: #14121d;
    }

.fa-facebook {
	font-size:20px;
	width:80px;
	color:#232323;
	transition:0.3s;
}
.fa-facebook:hover {
	color:#2f477a;
}

.fa-twitter{
	font-size:20px;
	color:#232323;
	width:80px;
	transition:0.3s;
}

.fa-twitter:hover {
	color:#00acee;
}

.fa-envelope {
	font-size:20px;
	color:#232323;
	width:80px;
	transition:0.3s;
}

.fa-envelope:hover {
	color:#d34836;
}

.fa-whatsapp {
	font-size:20px;
	color:#232323;
	width:80px;
	transition:0.3s;
}

.fa-whatsapp:hover {
	color:#25D366;
}

.fa-linkedin{
	font-size:20px;
	color:#232323;
	width:80px;
	transition:0.3s;
}

.fa-linkedin:hover {
	color:red;
}

.fa-arrow-circle-left {
	font-size:35px;
	padding:0;
	margin:0;
	color:#ffffff;
}

.fa-arrow-circle-right {
	font-size:35px;
	padding:0;
	margin:0;
	color:#ffffff;
}

/* Scroll to top */
#scroll {
    position:fixed;
    right:20px;	
    bottom:20px;
    cursor:pointer;
    width:60px;
    height:60px;
    background-color:#ff0000;
    display:none;
    -moz-border-radius:60px;
    border-radius:90px;
	z-index:1;
}

#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {
    background-color:#e74c3c;
    opacity:1;
}


@media screen and (max-width:1024px) {
	
	h1 {
		font-size:5vw;
		/* margin:100px 0 0 0; */
		padding:0px;
		line-height:1em;
	}
	
	h2 {
		font-size:14px;
		margin:3% auto;
		padding:10px 0;
		line-height:1.5em;
	}
	
	h3 {
		font-size:30px;
		margin:3% 0;
	}
	
	h4 {
		font-size:6vw;
		margin:0;
	}
	
	h5 {
		font-size:20px;
		margin:0 auto;
		width:50%;
	}
	
	h6 {
		font-size:25px;
		margin:0;
	}
	
	h7 {
		font-size:22px;
		color:000;
	}
	
	h8 {
		font-size:3.8vw;
		margin:5% auto;
	}
	
	h9 {
		font-size:14px;
	}
	
	h10 {
		font-size:16px;
		width:85%;
	}
	
	/* Project File Information Table Fetching from Database */
	   table.project-file-information {
		width: 90%;
	}
	
	hr.suggested {
		margin:4% auto;
	}
	
	.iframe-container {
		position: relative;
		width: 90%;
		padding-bottom: 50%;
		height: 0;
		margin: 2% auto;
	}
	
	img.articleimage {
		width:90%;	
		padding:10px 0;
		max-width:100%;
	}
	
	img.graph {
		width:60%;
		margin:0 0 0 20%;
	}
	
	div.blog-content {
		width:97%;
		margin:0 auto;
		padding:10px 30px;
	}
	
	p.letter {
		font-size:70px;
		padding:0 20px;
		text-align:center;
		float:left;
		margin:10px 20px 0 5px;
	}
	
	p {
		font-size:14px;
		width:100%;
		line-height:1.6em;
	}	
	
	p.name {
		font-size:20px;
	}
	
	p.tagged {
		font-size:17px;
		margin:0;
		padding:10px 0;
		width:100%;
	}
	
	p1 {
		font-size:13px;
		font-family:manrope;
	}
	
	p2 {
		font-size:20px;
		margin:0;
		padding:0;
		line-height:1.3em;
	}
	
	p3 {
		font-size:14px;
		margin:3% 0;
		padding:0;
	}
	
	p4 {
		font-size:14px;
	}
	
	li.bullets {
		font-size:19px;
		margin:0 auto;
		width:90%;
		padding:10px 30px;
		line-height:1.5em;
	}
	
	hr {
		background-color:#A9A9A9;
		height:1px;
		margin:0 0 4% 2%;
		width:95%;
	}
	
	div.sharecontainer {
		margin:0;
		padding:20px 0;
	}
	
	div.credit {
		text-align:right;
		margin: 0 auto;
		width:80%;
		font-size:14px;
		font-style:normal;
	}
	
	div.img_des {
		font-size:14px;
	}

	div.flower {
		text-align:center;
		font-size:25px;
		color:gray;
	}
	
	div.quotation {
		font-size:30px;
		margin:0;
		line-height:1.2em;
		padding:70px 20px;
	}
	
	div.blockquote {
		margin-top:-95px;
		height:50px;
		width:50px;
		font-size: 1.1rem;
		font-weight: 600;
		padding: 8px;
	}
	
	div.related_articles {
		padding: 10px;
		margin:40px 0;
		width: 100%;
		text-align: center;
		font-size: 25px;
	}
	
	.container {
		padding:4%;
		width:100%;
	}
	
	.col-xs-6 {
		padding:0;
	}
	
	.fa-facebook {
		font-size:25px;
		width:10%;
	}
	
	.fa-twitter {
		font-size:25px;
		width:10%;
	}
	
	.fa-linkedin {
		font-size:25px;
		width:10%;
	}
	
	.fa-envelope {
		font-size:25px;
		width:10%;
	}
	
	.fa-whatsapp {
		font-size:25px;
		width:10%;
	}
	
	.fa-print {
		font-size:25px;
		width:10%;
	}
	
	.fa-arrow-circle-left {
		font-size:30px;
	}
	
	.fa-arrow-circle-right {
		font-size:25px;
	}
	
	input[type=submit] {
		margin:0;
		display: inline-block;
		-webkit-transition-duration: 0.2s; /* Safari */
		transition-duration: 0.2s;
		cursor: pointer;
		width:32%;
		font-size:18px;
		text-align:center;
		font-weight:none;
		border: none;
	}
	
	input[type=submit]:hover {
		letter-spacing:1px;
	}

}

@media screen and (max-width:500px) {
	
	img.articleimage {
		width:91%;
	}
	
	h1 {
		font-size:8vw;
		letter-spacing:-1px;
		line-height:1.2em;
		margin:120px auto auto auto;
		width:95%;
	}
	
	h2 {
		font-size:13px;
		padding:10px 0;
	}

	h3 {
		font-size:25px;
		width:100%;
		margin:5% 0;
	}

	/* h4 Used for subscription box */
	
	h5 {
		font-size:18px;
		line-height:1.3em;
		padding:0 15px;
		width:90%;
	}
	
	div.blog-content {
		padding:5px 15px;
		width:97%;
	}
	
	div.credit {
		width:93%;
	}
	
	div.img_des {
		font-size:13px;
		color:grey;
	}
	
	p.letter {
		font-size:65px;
		padding:0;
		height:100px;
		width:100px;
		margin-right:15px;
		margin-top:5px;
		box-shadow:  -5px -5px 0 #ffffff;
		border:2px solid #ffffff;
		background:#14121d;
		color:#ffffff;
		line-height:6.5rem;
	}
	
	p.yt-copyright-strike {
		width:90%;
		border: 1px solid #f25013;
	}

	p {
		font-size:14px;
		margin:0 0 8px 0;
		line-height:1.58em;
	}

	p.tagged {
		font-size:12px;
	}
	
	p.name {
		font-size:13px;
		margin:5% 0;
	}
	
	p.tag {
		font-size:12px;
	}
	
	p1 {
		color:#ffffff;
		font-size:10px;
	}

	button.buynow_button {
	  padding: 8px 20px;
	  font-size: 12px;
	  margin:20px 20px 0 0;
	  width:auto;
	}
	
	/* 'Watch On Youtube' button CSS Code*/
	a.watch-tutorial button {
	  padding: 15px;
	  font-size: 12px;
	  margin:20px 0;
	}

	/* 'Project File Download' button CSS code*/
	form.project-file-download input[type=submit] {
	  padding: 15px;
	  font-size: 12px;
	  margin:20px 20px 0 0;
	  width:auto;
	}
	
	div.quotation {
		font-size:20px;
		width:100%;
		padding:50px 20px;
		margin:5% 0;
		line-height:1.2em;
	}
	
	div.blockquote {
		margin-top:-70px;
		height:40px;
		width:40px;
		font-size: 1.1rem;
		font-weight: 600;
		padding: 7px;
	}
	
	div.related_articles {
		font-size:20px;
	}
	
	table {
		width:92%;
	}
	
	.fa-arrow-circle-left {
		margin:3% 0;
		font-size:20px;
	}
	
	.fa-arrow-circle-right {
		margin:3% 0;
		font-size:20px;
	}
	
	.fa-circle {
		font-size:10px;
		margin:0 3% 0 0;
		color:#2F4F4F;
	}
	
	.fa-facebook {
		font-size:18px;
		width:14%;
	}
	
	.fa-twitter {
		font-size:18px;
		width:14%;
	}
	
	.fa-envelope {
		font-size:18px;
		width:14%;
	}
	
	.fa-whatsapp {
		font-size:18px;
		width:14%;
	}

	.fa-linkedin {
		font-size:18px;
		width:14%;
	}
	
	.iframe-container {
		position:relative;
		width:90%;
		padding-bottom:50%;
		height:0;
		margin:5% 0 5% 5%;
	}
	
	.iframe-container iframe {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	
	.col-xs-6 {
		margin:3% 0;
	}
	
	.share.bottomRight {
		bottom: -18px;
		left: 20px;
	}

}	