/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body {
	overflow-x: hidden;
}

p {
	margin-bottom: 0px !important;
}

.red_text {
	color: #F50003;
}

.fira_head h2,.fira_head h5, .fira_head h4 {
	font-family: "Fira Sans" !important;
}

body {
	overflow-x: hidden;
}


/* Header Style Start */

.main_menu ul#menu-1-2bfc126 {
	border-radius: 44px;
	background: rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(6px);
	padding: 8px 26px;
}

.main_menu ul#menu-1-2bfc126 li {
	position: relative;
}

.main_menu ul#menu-1-2bfc126 li:not(:last-child):before {
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

header#masthead {
	height: 0;
}

/* Home Page Style Start */


.banner {
	position: relative;
}

/* .banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 525px;
	background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 2.79%, #181818 102.29%);
	top: unset;
	bottom: 0;
	z-index:1;
} */

.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #18181878;
    top: unset;
    bottom: 0;
    z-index: 1;
}

/* .our_teezer_row .our_teezer_col .arrow_link {
opacity: 0;
transition: .3s ease-in;
}

.our_teezer_row .our_teezer_col:hover  .arrow_link {
opacity: 1;
}

.brand_we_worked_col {
position: relative;
}

.brand_we_worked_col::before {
z-index: -1;
content: "";
position: absolute;
border-radius: 20px;
background: #FFE5E6;
width: 1030px;
height: 100%;
transform: rotate(-2.419deg);
} */

.price_col:hover .elementor-widget-button a {
        background: #f50003 !important;
}

.portfolio_slider .swiper-slide .details {
	position: relative;
}

.portfolio_slider .swiper-slide > img {
	width: 100%;
}

.portfolio_slider .swiper-slide .details h4 {
	color: #FFF;
	font-family: "Fira Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 40px */
	letter-spacing: -1.6px;
	text-transform: uppercase;
	opacity: 0.8;
	margin-bottom: 0;
	transition: .3s ease-in;
	margin-bottom: 8px !important;
	margin-top: 24px !important;
}

.portfolio_slider .swiper-slide .details p {
	color: #FFF;
	font-family: "Manrope", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.36px;
	width: 394px;
}

.portfolio_slider .swiper-slide .details > p {
	margin-bottom: 12px !important;
}

.portfolio_slider .swiper-slide .details h5 {
	color: #FFF;
	font-family: "Manrope", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
	letter-spacing: -0.36px;
	opacity: 0.8;
	transition: .3s ease-in;
}

.portfolio_slider .swiper-slide .details a {
	background: #F50003;
	padding: 12px 10px 5px 10px;
	border-radius: 50px;
	position: absolute;
	top: unset;
	bottom: 0px;
	left: unset;
	right: 0;
	opacity: 0;
	transition: .3s ease-in;
}

.portfolio_slider .swiper-slide {
	transition: .3s ease-in;
}

.portfolio_slider .swiper-slide:hover .details a {
	opacity: 1;
	transition: .3s ease-in;
}

.portfolio_slider .swiper-slide:hover .details h4, .portfolio_slider .swiper-slide:hover .details h5 {
	opacity: 1;
	transition: .3s ease-in;
}

.gradient_septator .e-con-inner {
	position: relative;
}

.gradient_septator .e-con-inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.40) 50.03%, rgba(255, 255, 255, 0.00) 100%);
	top: unset;
	bottom: 0;
}

.contact_container .w-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.contact_container .w-50 p, .contact_container p {
	color: #fff;
	font-family: "Manrope", Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-bottom: 16px !important;
	display: block;
}

.contact_container input[type="text"], .contact_container input[type="tel"], .contact_container input[type="email"] {
	border-radius: 44px;
	border: 2px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.06);
	padding: 16px;
	color: #fff;
}

.contact_container input[type="text"]:focus, .contact_container input[type="tel"]:focus, .contact_container input[type="email"]:focus {
	outline: none;
	border: 2px solid #F50003;
	background: rgba(255, 255, 255, 0.20);
}

.contact_container textarea {
	border-radius: 24px;
	border: 2px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.06);
	height: 141px;
	resize: none;
	color: #fff;
}

.contact_container textarea:focus {
	outline: none;
	border: 2px solid #F50003;
	background: rgba(255, 255, 255, 0.20);
}

.contact_container .give_us_more {
	margin-top: 20px;
}

.contact_container input[type="submit"] {
	border-radius: 44px;
	background: #F50003;
	width: 100%;
	text-align: center;
	padding: 16px 34px;
	color: #FFF;
	font-family: "Manrope", Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
	text-transform: uppercase;
}

.contact_container .btn {
	position: relative;
}

.contact_container .btn {
	position: relative;
}

.contact_container .btn span.wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 20px;
}

.contact_col {
	position: relative;
}

.contact_col::before {
	content: "";
	position: absolute;
	width: 803px;
	height: 100%;
	transform: rotate(-2.217deg);
	flex-shrink: 0;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.30);
}

.portfolio_slider {
	position: relative;
}

.portfolio_slider .elementor-swiper-button.elementor-swiper-button-next, .portfolio_slider .elementor-swiper-button.elementor-swiper-button-prev {
	background: #FFF;
	width: 45.217px;
	height: 45.217px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	position: absolute;
	bottom: -80px;
	top: unset;
}

.portfolio_slider .elementor-swiper-button.elementor-swiper-button-next {
	right: unset;
	left: 70px;
}

.timeline_row, .timeline_section {
	position: relative;
}


.timeline_row::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #fff;
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	top: 0;
	border: 2px solid #fff;
}

.timeline_section::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 1600px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.30);
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	top: 10px;
}

.timline_col_content {
	transition: .3s ease-in;
}

.timline_col_content:hover {
	background: rgba(255, 255, 255, 0.14);
}

.timeline_row:hover::after {
	opacity: 1;
}

.timeline_row::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #F50003;
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	top: 0;
	border: 2px solid #fff;
	opacity: 0;
}

.timline_col_content:hover svg path {
	fill: #F50003;
}

.refrences {
	width: 100%;
	margin: 54px auto 0 auto !important;
	position: relative;
}

.refrences .swiper-wrapper .swiper-slide {
	display:flex;
	gap: 47px;
	align-items: center;
}

.refrences .swiper-wrapper .swiper-slide img {
	border-radius: 50%;
}

.refrences .swiper-wrapper .swiper-slide p {
	color: #FFF;
	font-family: "Manrope", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 177.778% */
	letter-spacing: -0.36px;
	width: 100%;
}

.refrences .swiper-wrapper .swiper-slide h3.name {
	color: #F50003;
	font-family: "Fira Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.36px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 22px;
}

.refrences .swiper-wrapper .swiper-slide h4.designation {
	color: rgba(255, 255, 255, 0.60);
	font-family: "Manrope", Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}

.refrences .swiper-button-prev {
	position: absolute;
	top: unset;
	bottom: -80px;
	border-radius: 99px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	width: 45px;
	height: 45px !important;
	left: -60px;
	right: 0;
	margin: 0 auto;
}

.refrences .swiper-button-next {
	position: absolute;
	top: unset;
	bottom: -80px;
	border-radius: 99px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	width: 45px;
	height: 45px !important;
	transform: rotate(180deg);
	left: 0;
	right: -60px;
	margin: 0 auto;
}

.refrences .swiper-button-prev::after, .refrences .swiper-button-next::after {
	display: none;
}

.refrences .swiper-button-prev::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(http://cpgeez.com/wp-content/uploads/2025/04/arrow_back.png);
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
}

.refrences .swiper-button-next::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(http://cpgeez.com/wp-content/uploads/2025/04/arrow_back.png);
	display: flex;
	align-items: center;
}

.refrences .swiper-button-prev:hover, .refrences .swiper-button-next:hover {
	background: #F50003;
}

/* About Us Page Style Start */

.steps .inner_step:hover {
	background:rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.40);
}

.steps .inner_step:hover .step_badget .elementor-widget-container {
	background-color: #F50003 !important;
	color: #fff;
}

/* Portfolio Page Style Start */

.photo_video_accordian .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
	position: relative;
}

.photo_video_accordian .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
	position: relative;
	color: #FFF;
	font-family: "Fira Sans";
	font-size: 60px;
}

.photo_video_accordian .e-n-tabs-heading .e-n-tab-title[aria-selected=true]::before {
	content: "";
	position: absolute;
	width: 80%;
	background: red;
	height: 4px;
	margin: 0 auto;
	top: unset;
	bottom: -15px;
	left: 0;
	right: 0;
	display: block;
	border-radius: 50px;
}

.photo_video_accordian .e-n-tabs-heading .e-n-tab-title[aria-selected=false] .e-n-tab-title-text {
	color: rgba(255, 255, 255, 0.60);
	font-family: "Fira Sans";
	font-size: 40px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 40px */
	letter-spacing: -1.6px;
	text-transform: uppercase;
}


/* Footer Style Start */

.top_footer_row, .top_footer_row .e-con-inner  {
	position: relative;
}

.top_footer_row::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: url(http://cpgeez.com/wp-content/uploads/2025/04/Vector-1.png);
	top: unset;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.top_footer_row .e-con-inner:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.40) 50.03%, rgba(255, 255, 255, 0.00) 100%);
	top: 0;
}

.newletter_con {
	display: flex;
	gap: 10px;
}

.newletter_con .email input[type="email"] {
	border-radius: 44px;
	border: 2px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.20);
	padding: 16px;
	color: #fff;
	font-family: "Manrope", Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.32px;
}

.newletter_con input[type="submit"] {
	border-radius: 44px;
	background: #F50003;
	color: #FFF;
	font-family: "Manrope", Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
	text-transform: uppercase;
	padding: 16px 36px;
	transition: .3s ease-in;
}

.newletter_con input[type="submit"]:hover {
	background: #000;
}

.newletter_con .email input[type="email"]:focus {
	outline: none;
	border: 2px solid #F50003;
	background: rgba(255, 255, 255, 0.20);
}

footer#colophon {
    position: relative;
}

footer#colophon::before {
    content: "";
    position: absolute;
    width: 283px;
    height: 420px;
    background: url(https://cpgeez.com/wp-content/uploads/2025/04/Frame-2.png);
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
}

/* Responsivness Style Start */

@media screen and (max-width: 1024px) {
	.brand_we_worked_col::before, .contact_col::before {
		width: 100%;
	}
}

@media screen and (max-width: 820px) {
	.brand_we_worked_col::before, .contact_col::before {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.brand_we_worked_col::before, .contact_col::before {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.brand_we_worked_col::before, .contact_col::before {
		width: 100%;
	}

	.contact_container .w-50 {
		grid-template-columns: 1fr;
	}

	.newletter_con {
		display: flex;
		flex-direction: column;
	}

	.timeline_row::after , .timeline_section::before, .timeline_row::before {
		display: none;
	}

	.refrences .swiper-wrapper .swiper-slide {
		display: flex;
		flex-direction: column;
	}

	.refrences .swiper-wrapper .swiper-slide .auth_details {
		width: 100%;
	}

	.refrences .swiper-wrapper .swiper-slide p {
		width: 100%;
		font-size: 15px;
		line-height: 25px;
	}

	.refrences .swiper-wrapper .swiper-slide h3.name {
		font-size: 15px;
	}

	.refrences .swiper-wrapper .swiper-slide h4.designation {
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 0;
	}
}