/***************************************
========================================

	Author Name   : Themeplaza
	This is HTML5 template
	Template Name : Roton Personal Portfolio Template
	Version: 1.0
	
****************************************
=======================================/



/* ----------------------------------------------------------------

 ==> Table Of Content

	01. Default
	02. Header
	03. Banner
	04. About
	05. Service
	06. Portfolio 
	07. Resume
	08. Testimonial
	09. Blog
	10. Contact
	11. Footer
 

---------------------------------------------------------------- */
/* ==========================================================================
01. Start Default CSS Area
========================================================================== */
html {
	overflow-x: hidden;
}

:root {
	--theme: rgb(247, 60, 119);
	;
	--background: #070706;
	--color-fff: #fff;
	--color-000: #000;

}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #333333;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: 600;
}

.fw_300 {
	font-weight: 300;
}

.fw_600 {

	font-weight: 600;
}

a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	text-decoration: none;
}

a a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-size: 15px;
	color: #ffffff;
	letter-spacing: 0;
}

ul,
ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}

.gray_bg {
	background: var(--background);
}

.dark_bg {
	background: #000;
}

/*START PRELOADER DESIGN*/
.preloader {
	position: fixed;
	left: 0;
	width: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 9999999;
	background-color: transparent;
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader .loader {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 45%;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}

.preloader .loader .loader-outter {
	position: absolute;
	border: 4px solid var(--theme);
	border-left-color: transparent;
	border-bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
	animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
	position: absolute;
	border: 4px solid var(--theme);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	border-right: 0;
	border-top-color: transparent;
	-webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
	animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader span {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--theme);
	font-size: 25px;
	font-weight: 700;
}

.preloader::before,
.preloader::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
	background: var(--color-fff);
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader::after {
	left: auto;
	right: 0;
}

.preloader.preloader-deactivate {
	visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
	width: 0;
}

.preloader.preloader-deactivate .loader {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes loader-outter {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-outter {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-inner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes loader-inner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

/* END PRELOADER DESIGN*/

.hero-heading {
	font-size: 48px;
	font-weight: 700;
	color: var(--color-fff);
	text-transform: capitalize;
	line-height: 70px;
	letter-spacing: 0.1rem;
}

.hero-sub-heading {
	font-size: 20px;
	font-weight: 400;
	color: #e6e6e6;
	line-height: 45px;
	letter-spacing: 0.1rem;
}

.section-titile-bg {
	display: inline;
	font-size: 115px;
	font-weight: 700;
	height: 100%;
	left: -173px;
	opacity: 0.1;
	position: absolute;
	top: -14px;
	width: 100%;
	text-align: center;
}

.section-title-header p {
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 36px;
}

.section-title {
	color: #222;
	text-transform: uppercase;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.4px;
	line-height: 1;
	margin-bottom: 60px;
	font-weight: 600;
}

.dark_bg .section-title {
	color: var(--color-fff);
}

.section-title span {
	color: var(--theme);
}

.btn {
	font-size: 14px;
	padding: 10px 22px;
	border-radius: 0px;
	cursor: pointer;
	font-weight: 400;
	color: var(--color-fff);
	border-radius: 30px;
	text-transform: capitalize;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
}

.btn:focus,
.btn:active {
	box-shadow: none;
	outline: none;
	color: var(--color-fff);
}

.btn-common {
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 0px;
	cursor: pointer;
	font-weight: 400;
	color: var(--color-fff);
	border-radius: 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
	background-color: var(--theme);
	position: relative;
	z-index: 1;
}

button:focus {
	outline: none !important;
}

.btn.btn-secondary {
	background: var(--theme);
	border-color: var(--theme);
	color: var(--color-fff);
}

.btn.btn-secondary:hover {
	box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.15);
}

.btn-secondary.banner_btn {
	background: var(--theme);
	border-color: var(--theme);
	color: var(--color-fff);
	text-transform: capitalize;
	margin-top: 30px;
	padding: 12px 32px;
}

/* ScrollToTop */

a.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	text-decoration: none;
}

a.back-to-top i {
	display: block;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--color-fff);
	background: var(--theme);
	border-radius: 20px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
	text-decoration: none;
}

#loader {
	position: fixed;
	background: var(--color-fff);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
}

.square-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}

.square-spin img {
	max-width: 64px;
}

/* Section-padding */
.section-padding {
	padding: 80px 0;
}

/* ==========================================================================
01. End Default CSS Area
========================================================================== */



/* ==========================================================================
02. Start Header Area
========================================================================== */
.navbar {
	padding: 15px 0;
}

.navbar-brand p {
	font-size: 32px;
	text-transform: uppercase;
	color: var(--theme);
	font-weight: 700;
}

.bg-faded {
	background-color: transparent;
	transition: all 0.3s ease 0s;
}

@media only screen and (max-width:768px) {
	.bg-faded {
		background: var(--color-fff);
		animation: fadeInDown 1s both 0.2s;
	}
}

.navbar-light .navbar-nav .nav-link {
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	padding: 0 15px;
}

.dark_bg_menu .navbar-nav .nav-link {
	color: var(--color-fff);
}

@media only screen and (max-width:768px) {
	.navbar-light .navbar-nav .nav-link {
		color: #333;
	}
}

@media only screen and (max-width:480px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 8px 0px;
	}
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: var(--theme) !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
	color: var(--theme) !important;
}

.navbar-light .navbar-toggler {
	border-color: var(--color-fff);
	border-radius: 0px;
}

.navbar-light .navbar-toggler {
	float: right;
	margin: 10px;
	cursor: pointer;
	background-color: var(--theme);
	border-color: var(--theme);
	border-radius: 10px;
	position: relative;
	margin-left: 75px;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler i {
	color: #333 !important;
}

.site-navigation {
	border-radius: 0px;
}

@media only screen and (max-width:480px) {
	.collapse.show {
		display: block;
		padding: 0 !important;
	}
}

.navbar-fixed {
	z-index: 99999;
	position: fixed;
	width: 100%;
	padding: 5px 0;
	top: 0;
	-webkit-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms;
	-webkit-backface-visibility: hidden;
	border-radius: 0px;
	background-color: #E0E5EC;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.dark_bg_menu {
	z-index: 99999;
	position: fixed;
	width: 100%;
	padding: 20px 0;
	top: 0;
	-webkit-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms;
	-webkit-backface-visibility: hidden;
	border-radius: 0px;
	background-color: #000;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width:768px) {
	.navbar-fixed {
		background: var(--color-fff);
	}

	.navbar-fixed.navbar-light .navbar-nav .nav-link {
		color: #333;
	}
}

.navbar-fixed.navbar-light .navbar-nav .nav-link {
	color: #333333;
}

.navbar-fixed.dark_bg_menu .navbar-nav .nav-link {
	color: var(--color-fff);
}

@media only screen and (max-width:768px) {
	.navbar-fixed.navbar-light .navbar-nav .nav-link {
		color: #333;
	}
}

/* ==========================================================================
02. End Header Area
========================================================================== */



/* ==========================================================================
03. Start Banner Area
========================================================================== */
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.banner_content {
	margin-top: 230px;
}

.banner_content strong {
	font-size: 30px;
	color: #222;
}

.banner_content h1 {
	font-weight: 600;
	color: #ffffff;
	font-size: 50px;
	margin: 5px 0 10px;
	text-transform: capitalize;
}

.dark_bg .banner_content h1 {
	color: var(--color-fff);
}

.banner_content h3 {
	color: var(--theme);
	text-transform: uppercase;
	font-size: 25px;
}

.banner_content h1 span .fw_600 {
	color: var(--theme);
	font-weight: 600;
}

.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: var(--color-fff);
}

.banner_content p {
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 0;
	max-width: 100%;
}

.dark_bg .banner_content p {
	color: var(--color-fff);
}

.banner-images img {
	margin-top: 90px;

}

/* ==========================================================================
03. End Banner Area
========================================================================== */



/* ==========================================================================
04. Start About Area
========================================================================== */
.about-content {
	margin-top: 15px;
}

.about-image img {
	border-radius: 0px;
	border: 10px solid var(--theme);
	padding: 8px 8px 8px 8px;
	margin-top: 25px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.about-content h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #222;
}

.dark_bg .about-content h3 {
	color: var(--color-fff);
}

.about-content h3 span {
	margin-left: 10px;
	color: var(--theme);
}

.dark_bg .about-content p {
	color: var(--color-fff);
}

.profile-wrapper {
	padding: 45px 0;
}

.profile-wrapper .btn {
	margin: 10px 10px 0px 0px;
}

.profile-wrapper .btn i {
	vertical-align: middle;
	margin-right: 5px;
}

.about-profile {
	position: relative;
	margin: 20px 0 20px 0;
}

.about-profile .pro-title {
	font-weight: 600;
	position: relative;
	width: 128px;
	display: inline-block;
	margin-bottom: 10px;
	color: #222;
}

.dark_bg .about-profile .pro-title {
	color: var(--color-fff);
}

.about-profile .pro-detail {
	color: #ffffff;
}

.dark_bg .about-profile .pro-detail {
	color: var(--color-fff);
}

.about-profile .pro-title:after {
	position: absolute;
	content: ':';
	color: var(--color-fff);
	font-size: 14px;
	left: 88px;
}

.about-profile .admin-sign {
	position: absolute;
	right: 45px;
	bottom: 10px;
}

/* ==========================================================================
04. End About Area
========================================================================== */



/* ==========================================================================
05. Start Service Area
========================================================================== */
.services-item {
	display: grid;
	grid-template-columns: 120px 120px;


	height: 20%;
	border: 1px solid #ccc;
	background: transparent;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 30px 25px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.dark_bg .services-item {
	border: 1px solid var(--color-fff);
}

.services-item:hover {
	transform: translate(0, -10px);
}

.services-item .icon {

	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 80px;
	text-align: center;

}

.services-item .services-content h3 {
	margin-top: 10px;
	margin-bottom: 10px;

}


.services-item .services-content h3 a {

	white-space: normal;
	overflow: visible;
	text-overflow: clip;

	white-space: nowrap;
	overflow: visible;
	text-overflow: clip;


	text-transform: uppercase;
	font-size: 20px;
	color: #222;
	transition: all 0.3s ease-in-out 0s;
}

.dark_bg .services-item .services-content h3 a {
	color: var(--color-fff);

}

.services-item:hover .services-content h3 a {
	color: var(--theme);
}

.services-item .services-content p {
	line-height: 22px;
}

.dark_bg .services-item .services-content p {
	color: var(--color-fff);
}

/* ==========================================================================
05. End Service Area
========================================================================== */



/* ==========================================================================
06. Start Portfolio Area
========================================================================== */
.portfolio .mix {
	padding: 10px;
}

.portfolio .portfolio-item .shot-item {
	margin: 0px;
}

.portfolio .mix {
	display: none;
}

.controls {
	text-align: center;
	padding-bottom: 30px;
}

.controls .active {
	color: var(--theme) !important;
	border-color: var(--theme);
	background: transparent;
}

.controls .btn {
	text-transform: uppercase;
	margin: 2px;
	color: var(--color-fff);
}

.controls:hover {
	cursor: pointer;
}

.portfolio-img {
	overflow: hidden;
	display: block;
	position: relative;
}

.portfolio-img img {
	width: 100%;
}

.shot-item {
	margin-right: 15px;
	border-radius: 4px;
	background: var(--color-fff);
	position: relative;
}

.shot-item img {
	width: 100%;
}

.shot-item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--theme);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.shot-item:hover .overlay {
	opacity: 1;
}

.overlay {
	opacity: 0;
}

.overlay .icons i {
	height: 42px;
	width: 42px;
	line-height: 42px;
	color: var(--theme);
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	top: 50%;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: var(--color-fff);
	border-radius: 25px;
}

.overlay .preview {
	position: absolute;
	left: 45%;
	top: 50%;
	color: var(--color-fff);
}

.overlay .link {
	position: absolute;
	left: 60%;
	top: 50%;
	color: var(--color-fff);
}

.shot-item:hover .overlay {
	opacity: 1;
}

a:not([href]):not([tabindex]) {
	color: var(--color-fff);
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: var(--color-fff);
}

/* ==========================================================================
06. End Portfolio Area
========================================================================== */



/*================================================
Start FunFacts CSS
=================================================*/
.funfact {
	box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: transparent;
	padding: 20px 10px;
}

.dark_bg .funfact {
	border: 1px solid var(--color-fff);
}

.funfact i {
	font-size: 85px;
	color: #e6e2e1;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: .55;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.funfact h3 {
	margin-bottom: -4px;
	font-size: 45px;
	font-weight: 600;
	color: var(--theme);
	font-size: 38px;
}

.funfact h3 .odometer {
	position: relative;
	top: -4px;
}

.funfact p {
	color: #333333;
	margin-top: 5px;
}

.dark_bg .funfact p {
	color: var(--color-fff);
}

/* ==========================================================================
04. End FunFacts CSS
========================================================================== */



/* ==========================================================================
09. Start Blog Area
========================================================================== */
@media only screen and (max-width:480px) {
	.single_blog {
		margin-bottom: 30px;
	}
}

.single_blog {
	transition: all 0.3s ease;
	margin-bottom: 30px;
}

.blog-thumb {
	background: transparent;
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	text-align: left;
	margin-bottom: 30px;
}

.blog-thumb small {
	color: var(--theme);
	font-weight: 500;
	display: block;
}

.blog-thumb small .fa {
	margin-right: 5px;
}

.blog-thumb small,
.blog-thumb small+span {
	display: inline-block;
	vertical-align: middle;
}

.blog-thumb small+span {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	margin-left: 2px;
}

.dark_bg .blog-thumb small+span {
	color: var(--color-fff);
}

.blog-thumb h4 {
	color: #222;
	padding: 8px 0 12px;
	font-size: 22px;
	margin: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.dark_bg .blog-thumb h4 {
	color: var(--color-fff);
}

.single_blog:hover .blog-thumb h4 {
	color: var(--theme);
}

.blog-info {
	box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
	padding: 18px 30px;
}

.dark_bg .blog-info p {
	color: var(--color-fff);
}

.blog-info .blog_btn {
	margin: 20px 0px 0px 0px;
}

/* ==========================================================================
09. End Blog Area
========================================================================== */



/* ==========================================================================
10. Start Contact Area
========================================================================== */
@media (max-width: 480px) {
	.form-control {
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px) {
	.form-control {
		margin-top: 15px;
	}
}

#contact {
	position: relative;
	overflow: hidden;
}

#contact #contactForm {
	margin-top: 30px;
}

.form-control {
	/* margin-top: 15px; */
	background: transparent;
	border: 1px solid #ffffff;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 8px 10px;
}

.dark_bg .form-control {
	border: 1px solid var(--color-fff);
}

.form-control:focus {
	background: transparent;
	color: var(--color-fff);
	box-shadow: none;
	outline: none;
	border-color: var(--theme);
}

.contact-form-area {
	background: transparent;
}

.contact-form-area h4 {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 10px 24px;
}

.dark_bg .contact-form-area h4 {
	color: var(--color-fff);
}

.footer-right-contact {
	padding: 0px;
	margin-top: 30px;
}

.footer-right-area {
	border: 1px solid #ccc;
	padding: 15px 10px;
}

.dark_bg .footer-right-area {
	border: 1px solid var(--color-fff);
}

.footer-right-contact .single-contact {
	margin: 10px 22px;
	padding: 3px 55px;
	position: relative;
	color: #666;
}

.footer-right-contact .single-contact p {
	margin-bottom: 5px;
}

.dark_bg .footer-right-contact .single-contact p {
	color: var(--color-fff);
}

.footer-right-contact .single-contact p a {
	color: #ffffff;
}

.dark_bg .footer-right-contact .single-contact p a {
	color: var(--color-fff);
}

.footer-right-contact .contact-icon {
	background: var(--theme);
	color: var(--color-fff);
	border-radius: 50%;
	font-size: 20px;
	height: 40px;
	left: 0;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
}

.text-danger {
	font-size: 14px;
	margin-top: 10px;
}

.list-unstyled li {
	color: #d9534f;
}

#conatiner-map {
	margin-top: 30px;
	text-align: center;
	background-color: var(--color-fff);
	height: 370px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 101;
	width: 100%;
}

/* ==========================================================================
10. End Contact Area
========================================================================== */



/* ==========================================================================
11. Start Footer Area
========================================================================== */
.footer-area {
	/* padding: 20px 0 5px; */
	background: #4c1325;
}

.footer-area .footer-text p {
	font-size: 15px;
	color: var(--color-fff);
}

.banner-images>img {
	position: relative;
	border-radius: 5%;
	height: 60vh;
	left: 30%;
	/* background: var(--background); */


}



/* About Us Section */

/* Section Styles */
.section {
	position: relative;
	background-color: var(--background);
	padding: 50px 0;
	text-align: center;
	top: 80%;
}

.section-title {
	font-size: 2rem;
	color: #ffffff;
	margin-bottom: 20px;
	position: relative;
}


/* Container Styles */
.about__container {
	background-color: var(--background);
	display: grid;
	grid-template-columns: 1fr 1.75fr;
	gap: 2rem;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px;
}

/* Image Styles */
.about__img img {
	width: 100%;
	max-width: 500px;
	border-radius: 10%;
	box-shadow: 0px 8px 16px rgba(192, 30, 30, 0.2);
	background-color: var(--theme);
	box-shadow: 0px 0px 30px var(--theme);
}

/* Text Content */
.about__subtitle {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
}

.about__text {
	font-size: 1rem;
	color: #ead7d7;
	line-height: 1.6;
}

.about {
	padding-top: 15%;
	/* Moves it down by adding internal space */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
	.about__container {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.about__img img {
		margin-bottom: 20px;
	}
}

/* ==========================================================================
11. End Footer Area
========================================================================== */

/*  image CSS with right alignment */

.banner-images {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 100%;
	padding: 1rem;
	flex-direction: row-reverse;
	margin-bottom: 100px;
}

.banner-images img {

	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease-in-out;
	background-color: var(--theme);
	box-shadow: 0px 0px 70px var(--theme);

	width: 300px;
	/* Set a base width */
	height: 300px;
	/* Set a base height */
	object-fit: cover;
	/* Ensure image doesn't distort */
	border-radius: 50%;
	left: auto;
}

.banner-images img:hover {
	transform: scale(1.05);
}

@media (max-width: 768px) {

	/* Moves the image above text */
	.row {
		display: flex;
		flex-direction: column-reverse;
	}

	.banner-images {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
		order: -1;
		/* Moves the image above text */
	}

	.banner-images img {
		position: relative;
		top: 118px;
		max-width: 400px;
		height: 300px;
		border-radius: 50%;
	}

	.banner_content {
		text-align: center;
	}
}

@media (horizontal-viewport-segments: 2) {
	.banner-images img {
		position: relative;
		top: 118px;
		max-width: 400px;
		height: 400px;
		border-radius: 50%;
	}
}


@media (max-width: 480px) {

	/* Ensures the image moves to the top */
	.row {
		display: flex;
		flex-direction: column-reverse;
		/* Moves the image above text */
	}

	.banner-images {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
		order: -1;
		/* Moves the image above text */
	}

	.banner-images img {
		position: relative;
		top: 118px;
		left: auto;
		width: 100%;
		max-width: 300px;
		height: 300px;
		border-radius: 50%;
	}

	.banner_content {
		text-align: center;
		/* Centers the text */
	}
}






/* Social media icon container styles */

/* Enhanced social media icon container styles */
.home__social {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem;
}

.home__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #f0f0f0;
	border-radius: 50%;
	font-size: 1.6rem;
	color: var(--second-color);
	transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.home__social-icon:hover {
	color: white;
	background-color: #f73c77;
	transform: scale(1.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.home__social {
		flex-direction: row;
		justify-content: center;
		gap: 1.5rem;
	}

	.home__social-icon {
		width: 44px;
		height: 44px;
		font-size: 1.5rem;
	}
}

@media (max-width: 480px) {
	.home__social {
		flex-wrap: wrap;
		justify-content: center;
	}

	.home__social-icon {
		width: 40px;
		height: 40px;
		font-size: 1.4rem;
	}
}

/* LeetCode Icon Styles */
.home__social-icon.leetcode {
	background-color: #f7f7f7;
	color: #1e1e1e;
}

.home__social-icon.leetcode:hover {
	background-color: #f73c77;
	color: white;
}

/* LeetCode SVG-specific Styles */
.home__social-icon.leetcode svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

/* Footer adjustments */
.footer {
	gap: 10px;
}


.home__social-icon {
	margin: 10px;
}






/* ...existing code... */

.services-grid {
	display: flex;
	flex-wrap: wrap;
}

.services-item {
	flex: 1 1 30%;
	/* Adjust the flex-basis for responsiveness */
	margin: 10px;
}

.services-content h3 {
	font-size: 1.5em;
	/* Adjust font size for responsiveness */
	white-space: nowrap;
	/* Prevent text wrapping */
	overflow: hidden;
	/* Hide overflow */
	text-overflow: ellipsis;
	/* Add ellipsis for overflow text */
}

/* Media query for mobile screens */
@media (max-width: 600px) {
	.services-item {
		margin: 0px 20px;
		flex: 1 1 100%;
		/* Full width on mobile screens */
	}

	.services-content h3 {
		font-size: 1.2em;
		/* Smaller font size for mobile screens */
	}
}

/* ...existing code... */



/* Ensure the container uses Flexbox */
.row {
	display: flex;
	flex-wrap: wrap;
}

/* Make all columns equal height */
.col-lg-4,
.col-md-4,
.col-xs-12 {
	display: flex;
	flex-direction: column;
}

/* Ensure the single_blog class fills the height of its parent */
.single_blog {
	flex: 1;
	display: flex;
	flex-direction: column;
}

/* Style the blog-thumb to maintain aspect ratio of images */
.blog-thumb {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.blog-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Style the blog-info to ensure proper spacing */
.blog-info {
	padding: 15px;
	background-color: #ffffff;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 480px) {
	.blog-info {
		margin: 0px 20px;
	}
}

@media screen and (max-width: 768px) {
	.blog-info {
		margin: 0px 20px;
	}
}

@media (max-width: 480px) {
	.blog-image img {
		padding: 0px 20px;
	}
}

@media screen and (max-width: 768px) {
	.blog-image img {
		padding: 0px 20px;
	}
}

/* @media only screen and (min-width: 684px) and (max-width: 992px) {
	.banner-images img {
	  width: 400px;
	  height: 400px;
	}
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1000px) {
	.banner-images img {
	  width: 400px;
	  height: 400px;
	}
  } */
@media (orientation: portrait) and (min-width: 744px) and (max-width: 768px) {
	.banner-images img {
		position: relative;
		
		width: 400px;
		height: 300px;
	}

	.banner_content {
		position: relative;
		left: 50%;
		text-align: center;
	}

	/*====== img and project box========= */
	.blog-thumb {
		flex: 1;
		display: flex;
		flex-direction: column;
		position: relative;
		left: -66%;
		width: 234%;
	}


	/*======= form======= */
	.row {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		position: relative;
		align-content: space-around;
	}
	.move-all {
		right: 20%;
	}


}








/* css for skilles  */
/* Default styles */
.services-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.services-item {
	background: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.services-item .icon img {
	width: 60px;
	height: auto;
	margin-bottom: 10px;
}

.services-content h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

.services-content h5 {
	font-size: 16px;
	color: #666;
}

/* Medium screens (max-width: 991px) */
@media (max-width: 991px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.services-content h3 {
		font-size: 18px;
	}

	.services-content h5 {
		font-size: 14px;
	}
}

/* Tablets (min-width: 768px) and (max-width: 991px) */
@media (min-width: 768px) and (max-width: 991px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.services-content h3 {
		font-size: 18px;
	}

	.services-content h5 {
		font-size: 14px;
	}
}

/* Small screens (max-width: 767px) */
@media (max-width: 767px) {
	.services-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.services-content h3 {
		font-size: 16px;
	}

	.services-content h5 {
		font-size: 12px;
	}
}
