body {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: #ffffffcc;
	background: #111;
	font-family: 'Poppins', sans-serif;
	/*cursor: none;*/
}

.font-poppins-regular {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.font-poppins-medium {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.font-poppins-semibold {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.font-poppins-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}
a {
	text-decoration: none;
}
.btn {
	box-shadow: none;
	padding: 14px 27px;
}
.btn-outline-warning {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 219, 77, .5);
  outline-offset: 0px;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #ffdb58;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus {
  border: 0px solid;
  outline-color: rgba(255, 219, 77, 0);
  outline-offset: 15px;
  background-color: #ffdb58;
}
.btn:focus {
	box-shadow: none;
}
input,
textarea {
	background-color: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid #6c7576 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 7px 0 !important;
    color: #ffffffcc !important;
}
input:focus,
textarea:focus {
	border-color: #ffdb58 !important;
}
.text-warning-custom {
	color: #ffdb58;
}
.text-body {
	color: #ffffffcc !important;
}
.font-36 {
	font-size: 36px;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-18 {
	font-size: 18px;
}
.font-60 {
	font-size: 60px;
}
.font-22 {
	font-size: 22px;
}

/*Sidebar Menu*/
.main-navigation {
   padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-240px, 0);
}
.fixed-navbar {
	left: 0;
	top: 0;
	width: 80px;
}
.fixed-mobile-navbar {
    background: #ffdb58;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.main-navigation button{
    padding: 12px 14px 14px;
    width: 300px;
    text-align: right;
    background: #ffffff17 !important;
    margin-bottom: 20px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.mobile-navigation button{
	padding: 12px 20px;
	margin-right: 20px;
	background: unset !important;
}
.mobile-navigation li:last-child button{
	margin-right: unset;
}
.mobile-navigation .nav-link.active{
	background: #fff !important;
}
.main-navigation .nav-link-text {
	display: none;
	color: #fff;
	margin-right: 10px;
}
.main-navigation button:hover .nav-link-text {
	display: inline-block;
}
.main-navigation button:hover {
	-webkit-transform: translate(70px, 0);
    -moz-transform: translate(70px, 0);
    -ms-transform: translate(70px, 0);
    -o-transform: translate(70px, 0);
    transform: translate(70px, 0);
    background: rgba(255, 255, 255, 0.4);
}
.main-navigation button:hover img {
	-webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.logo {
	top: 5px;
	left: 0px;
}
.main-navigation button img,
.mobile-navigation button img {
	width: 24px;
}
.bio-info {
	padding: 75px 0 75px 75px;
}
/* Banner */
.banner-card,
.testimonial-card,
.contact-card {
	background: #262626;
    border-radius: 15px;
    border: none;
}
.banner-card img{
	object-fit: cover;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 500px;
	width: 100%;
}
.banner-card .card-body,
.contact-card .card-body {
	padding: 16px 16px 16px 40px;
}
.banner-up-title {
    color: #ffdb58;
    position: relative;
    font-size: 20px;
}
.banner-up-title:before {
    position: absolute;
    content: '';
    top: 16px;
    left: -65px;
    background: #ffdb58;
    height: 2px;
    width: 50px;
}
.banner-title {
    font-size: 40px;
}
.text-box{
	display: inline-block;
	position: relative;
}
.text-box p{
	display: inline-block;
	position: absolute;
	top: -50px;
	transform: rotateX(-90deg);
	opacity: 0;
	text-shadow: 0px 5px 5px rgba(0,0,0,.25);
	animation-timing-function: ease;
	font-size: 30px;
	color: #ffdb58;
	font-weight: 500;
}

.text-box p:nth-child(1){
	animation: rollDown 10s forwards infinite;
}

.text-box p:nth-child(2){
	animation: rollDown2 10s forwards infinite;
}

.text-box p:nth-child(3){
	animation: rollDown3 10s forwards infinite;
}
.text-box p:nth-child(4){
	animation: rollDown4 10s forwards infinite;
}
@keyframes rollDown {
	0%{
		top: -50px;
		transform: rotateX(-90deg);
	}
	9%{
		top: -30px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	
	18%{
		top: 0px;
		transform: rotateX(90deg);
		opacity: 0;
	}
}

@keyframes rollDown2 {
	27%{
		top: -50px;
		transform: rotateX(-90deg);
	}
	36%{
		top: -30px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	
	45%{
		top: 0px;
		transform: rotateX(90deg);
		opacity: 0;
	}
}

@keyframes rollDown3 {
	54%{
		top: -50px;
		transform: rotateX(-90deg);
	}
	63%{
		top: -30px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	
	72%{
		top: 0px;
		transform: rotateX(90deg);
		opacity: 0;
	}
}

@keyframes rollDown4 {
	81%{
		top: -50px;
		transform: rotateX(-90deg);
	}
	90%{
		top: -30px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	
	99%{
		top: 0px;
		transform: rotateX(90deg);
		opacity: 0;
	}
}

/* About Me */
.section-up-title {
    padding-left: 40px;
    color: #ffdb58;
    position: relative;
}
.section-up-title:before {
	position: absolute;
    content: '';
    top: 10px;
    left: 0;
    background: #ffdb58;
    height: 2px;
    width: 30px;
}
.spacer {
	padding-top: 120px;
}
.about-me-img {
	border-radius: 50%;
	border: 5px solid #ffdb58;
}
.services-item {
	height: 565px;
    width: 565px;
}
.services-item:before {
    position: absolute;
	content: ' ';
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
	border: 5px solid #ffdb58;
	border-radius: 50%;
}
.service-box {
	background: #ffffff17;
	border-radius: 50%;
	height: 400px;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px;
}
.service-icon {
	background: #262626;
	position: absolute;
	content: '';
	border-radius: 50%;
	padding: 15px;
	z-index: 1;
	border: 3px solid #262626;
}
.service-icon.active {
	border: 2px solid #ffdb58;
}
#service-icon0 {
	top: -42px;
    left: 232px;
}
#service-icon1 {
	top: 160px;
    right: -32px;
}
#service-icon2 {
	bottom: 14px;
    left: 398px;
}
#service-icon3 {
	bottom: 52px;
    left: 29px;
}
#service-icon4 {
	top: 115px;
    left: -18px;
}

/* Testimonial */
.profile-pic {
	width: 20% !important;
	border-radius: 50%;
	margin-left: 55px;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #262626;
  margin-left: 85px;
}
.quote-img {
	width: 39px !important;
	height: 31px;
	margin-top: -11px;
}
.testimonial-card .card-body {
	padding: 45px 50px 25px 32px;
}

/* Skill progressbar */
.percent {
	width: 155px;
	height: 155px;
    margin: auto;
}
.skill-bar {
	width: 155px;
	transform: rotate(270deg);
	position: relative;
}
.skill-bar circle {
	fill: transparent;
	stroke-width: 5;
	stroke: #000;
	transform: translate(5px, 5px);
}
.skill-bar circle:nth-child(2) {
	stroke-dasharray: 440;
	stroke-dashoffset: calc(440 - (440 * var(--num)) / 100);
	animation: fadeIn 6s linear forwards;
}
.skill-number {
	position: absolute;
	content: '';
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
		stroke: #ffdb58;
	}
}
.dot {
	inset: 10px;
	position: absolute;
	z-index: 9;
	animation: animateDot 2s linear forwards;
}
@keyframes animateDot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(calc(3.6deg * var(--num)));
	}
}
.dot:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--clr);
	box-shadow: 0 0 10px var(--clr), 0 0 30px var(--clr);
}

.timeline-container .timeline-icon {
    position: absolute;
    left: -24px;
    top: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    background: #262626;
}
.timeline-container:before {
	content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 100%;
    background: #262626;
}
.timeline-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffdb58;
}
.timeline-body {
    padding: 13px 40px 0 0;
}

/*My Portfolio*/
.masonary-grid {
	column-count: 3;
	column-gap: 1rem;
	width: 100%;
}
.gallery_product {
	break-inside: avoid;
	margin-bottom: 1rem;
	border-radius: 10px;
	display: block;
}
.gallery_product img {
	border-radius: 10px;
}
.filter-button {
	cursor: pointer;
	margin-right: 20px;
	color: #ffffffcc;
	text-decoration: none;
}
.filter-button.active,
.filter-button:hover {
	color: #ffdb58
}
.lg-custom-thumbnails .lg-outer {
	width: auto;
	right: 130px;
	left: 10px;
}
 .lg-custom-thumbnails .lg-outer .lg-thumb-outer {
	left: auto;
	top: 0;
	width: 130px;
	bottom: 0;
	position: fixed;
	right: 0;
	max-height: none;
	background-color: #999;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 -10px;
	overflow-y: auto;
	transform: translate3d(30%, 0, 0);
	opacity: 0;
	will-change: transform opacity;
	transition: transform 0.15s cubic-bezier(0, 0, 0.25, 1) 0s, cubic-bezier(0, 0, 0.25, 1) 0.15s;
}
 .lg-custom-thumbnails .lg-outer .lg-thumb-outer {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
 .lg-custom-thumbnails .lg-outer .lg-thumb-item {
	filter: grayscale(100%);
	will-change: filter;
	transition: filter 0.12s ease-in, border-color 0.12s ease;
}
 .lg-custom-thumbnails .lg-outer .lg-thumb-item:hover, 
 .lg-custom-thumbnails .lg-outer .lg-thumb-item.active {
	filter: grayscale(0);
	border-color: #545454;
}
 .lg-custom-thumbnails .lg-outer .lg-thumb {
	padding: 5px 0;
}
.lg-object.lg-image {
	width: 500px;
	border-radius: 10px;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.hovereffect:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
	filter: grayscale(1) blur(3px);
	-webkit-filter: grayscale(1) blur(3px);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.hovereffect h2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 15px 14px;
	background: rgba(0, 0, 0, 0.8);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}

.hovereffect h2 {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	text-transform: uppercase;
}
.hovereffect:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* Blog Css */
.blog-article img{
	border-radius: 10px;
}
.blog-meta-first {
	content: '';
	bottom: 0;
	left: 0;
	background: #000c;
	opacity: 1;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px;
}
.blog-cat {
	letter-spacing: 1px;
}
.blog-link {
	transition: all .5s linear;
  	display: inline;
    padding-bottom: 5px;
    background: linear-gradient(to right, #ffdb58 0%, #ffdb58b8 98%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 85%;
}
.blog-link:hover {
	background-size: 100% 2px;
  	text-shadow: 0 2.5px 4px rgba(0, 0, 0, 0.5);
}
/* Contact Section */
.social-info a{
	color: #ffffffcc;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
  	transition: .5s;
  	font-size: 20px;
}
.social-info a:hover {
	transform: rotate(360deg);
}
.social-info i {
	height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.social-info .fa-facebook-f {
	background: #3b5999;
}
.social-info .fa-twitter {
	background: #55acee;
}
.social-info .fa-youtube {
	background: #f00;
}
.social-info .fa-dribbble {
	background: #e34a85;
}
.social-info .fa-discord {
	background: #5562ea;
}
.contact-form {
	background: #000000b3;
    padding: 50px;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Blog Detail */
.blog-fe-img {
	height: 400px;
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
}
.post-detail {
	font-size: 18px;
	line-height: 1.9;
}
.post-detail img {
	border-radius: 10px;
}
.post-detail ul{
	list-style: none;
}
.post-detail ul li {
	position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.post-detail ul li:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	background: url(../imgs/svg/check-circle.svg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.blockquote {
	font-size: 26px;
    font-weight: 500;
    position: relative;
    padding: 30px 70px;
    margin: 50px 80px;
    text-align: center;
    border: 2px solid #ffdb58;
    border-radius: 10px;
}
.blockquote:before {
	position: absolute;
	content: '';
	top: 27px;
    left: 50px;
	background: url('../imgs/quote-img.png');
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
.blockquote:after {
	position: absolute;
	content: '';
	bottom: 27px;
    right: 50px;
	background: url('../imgs/quote-img.png');
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.comment-section ul li ul {
	margin-left: 100px;
}
.comment-section ul li {
	padding: 30px;
	background: #262626;
    border-radius: 15px;
    margin-bottom: 20px;
}
.comment-section ul li ul li {
	padding-bottom: 0;
	padding-right: 0;
}
.comment-author-img {
	width: 60px;
	border-radius: 50px;
}
.cursor{
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255 219 88);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .1s;
  z-index: 9;
}

.cursor2{
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: rgb(255 219 88);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .15s;
  z-index: 9;
}

/*Media Query*/
@media (max-width: 768px) {
	.banner-card img {
	    height: 350px;
	}
	.banner-title {
	    font-size: 32px;
	}
	.text-box p {
		font-size: 24px;
	}
	
	.banner-up-title:before {
		left: -50px;
		width: 40px;
	}
	.banner-card .card-body {
		padding: 16px 16px 16px 25px;
	}
	.service-box {
		display: block !important;
	    background: #ffffff17;
	    border-radius: 10px;
	    height: auto;
	    width: auto;
	    position: unset;
	    top: unset; 
	    left: unset;
	    transform: unset;
	    padding: 20px;
	    margin-bottom: 30px;
	    margin-top: 50px;
	}
	.services-item {
		height: auto;
	    width: auto;
	}
	.services-item:before {
    	display: none;
	}
	.service-icon {
		display: none;
	}
	.arrow-down {
		margin-left: 59px;
	}
	.timeline-container:before {
		left: 22px;
	}
	.timeline-container .timeline-icon {
		left: 0;
	}
	.timeline-body {
		padding: 13px 0px 0 16px;
	}
	.masonary-grid {
		column-count: 1;
	}
}
@media (max-width: 991px) {
	.fixed-navbar {
		display: none;
	}
	.banner-card img {
		border-bottom-right-radius: 0px;
		border-top-left-radius: 15px;
	}
	.contact-form {
	    border-top-right-radius: 0px;
	    border-bottom-left-radius: 15px;
	}
	.bio-info {
		padding: 50px 0 50px 0;
	}
}
@media (max-width: 767px) {
	.mobile-navigation button {
		padding: 10px;
		margin-right: 10px;
	}
}
@media (min-width: 992px) {
	.fixed-mobile-navbar {
		display: none;
	}
}