@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/* Variables */
:root {
	--primary-color: #000000;
	--secoundry-color: #b5408e;
	--text-color: #ffffff;
	--font-family-book: 'Gotham Book';
	--font-medium: 'Space Grotesk Medium';
	--font-bold: 'Space Grotesk Bold';
	--bg-gray: #f6fafc;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body .vc_section {

	margin-left: 0;
	margin-right: 0;
}

img {
	max-width: 100%;
}

@font-face {
	font-family: 'Space Grotesk Medium';
	src: url('./assets/fonts/SpaceGrotesk-Medium.eot');
	src: url('./assets/fonts/SpaceGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
		url('./assets/fonts/SpaceGrotesk-Medium.woff') format('woff'),
		url('./assets/fonts/SpaceGrotesk-Medium.ttf') format('truetype'),
		url('./assets/fonts/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Space Grotesk Bold';
	src: url('./assets/fonts/SpaceGrotesk-Bold.eot');
	src: url('./assets/fonts/SpaceGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/SpaceGrotesk-Bold.woff2') format('woff2'),
		url('./assets/fonts/SpaceGrotesk-Bold.woff') format('woff'),
		url('./assets/fonts/SpaceGrotesk-Bold.ttf') format('truetype'),
		url('./assets/fonts/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


a {
	text-decoration: none;
}


b,
strong {
	font-family: var(--font-medium);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1004px;
}

body .container {
	margin: 0 auto;
}

body {
	font-size: 16px;
	color: var(--text-color);

	font-family: var(--font-medium);
	line-height: 20px;
	background: #000;
}

header {
	padding: 28px 0;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}

.fixed {
	background: var(--primary-color);
	z-index: 9;
}

.navbar-brand {
	display: block;
}

#menu-header-menu {
	gap: 56px;
}

.navbar li a {

	padding: 8px 5px;
	font-family: var(--font-medium);
	font-size: 16px;
	color: var(--text-color);
}

.navbar li a:hover {
	color: var(--secoundry-color);
}

.btn-primary {
	background: transparent;
	border: 2px solid var(--secoundry-color);
	color: #ffffff;
	border-radius: 10px;
	letter-spacing: 0px;
	font-size: 16px;
	padding: 4px 20px !important;
	min-height: 45px;
	display: flex;
	align-items: center;
}

.btn-primary:hover {
	background: var(--secoundry-color);
	color: var(--text-color);
	border-color: var(--secoundry-color);
}


.custom-logo {
	width: 174px;
	height: 34px;
	display: block;
}

.banner-section {
	min-height: 100vh;
	position: relative;
}

.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 980px;
	margin: 0 !important;
}

.banner-heading {
	font-family: var(--font-bold);
	max-width: 410px;
}

.banner-subheading {
	max-width: 306px;
	margin-bottom: 27px !important;
}

.banner-image img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
}

.banner-image .wpb_wrapper,
.banner-image .wpb_wrapper .vc_single_image-wrapper {
	width: 100%;
}
.banner-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	margin-left: -25px; transition: all .3s;
}
.banner-arrow svg{width: 100%;transition: all .3s; }
.btn-icon:hover svg{
		transform: translateY(-5px);
}
body .banner-button .vc_btn3-style-modern {
	background: var(--primary-color);
	border: 2px solid var(--secoundry-color) !important;
	color: #ffffff !important;
	border-radius: 10px;
	letter-spacing: 0px;
	font-size: 16px;
	padding: 4px 33px !important;
	min-height: 44px;
	display: flex;
	align-items: center;
	background-color: transparent !important;
}

body .banner-button .vc_btn3-style-modern:hover {
	background: var(--secoundry-color) !important;
	color: var(--text-color) !important;
	border: 2px solid var(--secoundry-color);
}

#client-logos .owl-carousel .owl-stage {
	display: flex;
	align-items: center;

}

/******work-section*******/

.work-text-sec>.vc_column-inner {
	max-width: 473px;
	padding: 0 0px 0 65px !important;
	width: 100%;
}

.work-heading {
	font-family: var(--font-bold);
}

.work-repeat.work-repeat-reverse {
	flex-direction: row-reverse;
}

.work-repeat-reverse .work-text-sec {
	justify-content: end;
}

.work-repeat-reverse .work-text-sec>.vc_column-inner {
	max-width: 490px;
	padding: 0 65px 0 0px !important;

}

#work-section .wpb_single_image .wpb_wrapper.vc_figure,
#work-section .wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}

#work-section .wpb_single_image .vc_single_image-wrapper img {
	width: 100%;
	height: auto !important;
	max-width: 100% !important;
}

/****COntact section**********/
#contact-section {
	min-height: inherit;
	padding: 80px 0 50px !important;
}

.contact-from {
	text-align: center;
	margin: 60px auto 0;
	max-width: 420px;
	width: 100%;
}

.wpcf7-form-control {
	background: transparent;
	border: 2px solid #ffffff;
	height: 44px;
	border-radius: 10px;
	margin-bottom: 20px !important;
	color: #ffffff;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 15px;
	font-size: 21px;
	width: 100%;
}

.font-bold {
	font-family: var(--font-bold);
}

.wpcf7-form-control.wpcf7-submit {
	background: var(--secoundry-color);
	border-color: var(--secoundry-color);
	margin-top: 30px;
	margin-bottom: 0 !important;
	align-items: center;
	display: flex;
	justify-content: center;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--secoundry-color);
}

.wpcf7-not-valid-tip {
	text-align: left;
	font-size: 10px;
	position: absolute;
	bottom: 2px;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	padding: 0;
	margin: 0;
}

.wpcf7-form-control::placeholder,
.wpcf7-form-control::placeholder {
	color: #fff;

}

.entry-footer.default-max-width {
	display: none;
}
.work-detail.work-detail-l {
	margin-bottom: 0 !important;
}
/***********footer****/
footer {
	padding: 80px 0;
}

.foter-logo {
	justify-content: center;
	display: flex;
}

.foter-menu {
	display: flex;
	list-style: none;
	margin-top: 30px;
	gap: 60px;
	padding: 0;
	margin-bottom: 0;
}

.foter-menu li a {
	color: #fff;
}

.foter-menu li a:hover {
	color: var(--secoundry-color);
}

@media(max-width:1600px){
	#menu-header-menu {
	gap: 40px;
}
	.banner-heading {
	font-size: 46px !important;
}
.banner-section {
	min-height: inherit;
}
#client-logos, footer {
	padding: 50px 0 !important;
}
.work-heading {
	font-size: 36px !important;
	max-width: 330px;
}
.work-p-heading {
	font-size: 18px !important;
	margin-bottom: 15px !important;
	max-width: 300px;
}
body .work-detail {
	margin-bottom: 30px !important;
}
.heading-sec {
	font-size: 48px !important;
}
.wpcf7-form-control {

	font-size: 18px;

}
.contact-from {
	
	margin: 40px auto 0;
	
}
.wpcf7-form-control.wpcf7-submit {
	margin-top: 20px;
}
}


@media (max-width: 1199px) {

 .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 960px;
  }
  .btn-primary {

	font-size: 16px;
	padding: 4px 13px !important;
	min-height: 40px;
	
}
body .banner-button .vc_btn3-style-modern {
	font-size: 16px;
	padding: 4px 30px !important;
	min-height: 40px;
}
#menu-header-menu {
	gap: 30px;
}
.banner-content {
	width: 936px;
	padding-top: 20px;
}
.banner-heading {
	font-size: 36px !important;
	max-width: 260px;
	line-height: 46px !important;
}
.banner-button {
	margin-bottom: 0 !important;
}
.work-heading {
	font-size: 30px !important;
	max-width: 290px;
}
.work-p-heading {
	font-size: 16px !important;

	max-width: 300px;
}
body .work-detail {
	margin-bottom: 22px !important;
}
header {
	padding: 14px 0;

}
.work-text-sec > .vc_column-inner {
	padding: 0 0px 0 40px !important;
}
.work-repeat-reverse .work-text-sec > .vc_column-inner {
	max-width: 100%;
	padding: 0 20px 0 30px !important;
}
.work-text-sec > .vc_column-inner {
	padding: 0 20px 0 30px !important;
	max-width: 100%;
}
.heading-sec {
	font-size: 36px !important;
}
.wpcf7-form-control {
	font-size: 16px;
}
.wpcf7-form-control.wpcf7-submit {
	margin-top: 10px;
}
body {
	font-size: 14px;
	line-height: 18px;
}
#work-section .wpb_single_image .vc_single_image-wrapper img {
	object-fit: cover;
}
#contact-section {
	padding: 50px 0 30px !important;
}
.banner-subheading {
	max-width: 306px;
	font-size: 14px !important;
	line-height: 18px !important;
}
#client-logos, footer {
	padding: 40px 0 !important;
}
}

@media (max-width:992px) {

 .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 720px;

}
.banner-content {
	width: 696px;
	padding-top: 20px;
}
.navbar {
	padding-right: 60px !important;
	
}

.navbar-toggler {
	position: absolute;
	right: 0;
	color: #fff !important;
	outline: none !important;
	border: none !important;
	padding: 0 !important;
	top: 6px;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-primary {
	font-size: 14px;
	padding: 4px 13px !important;
	min-height: 40px;
	position: absolute;
	top: 0; 
	right:40px;
}
#mainMenu {
	background: #000;
	padding: 30px 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	width: 100%;
	border-radius: 10px;
}
.banner-heading {
	font-size: 30px !important;
	max-width: 244px;
	line-height: 38px !important;
}
.banner-subheading {
	max-width: 262px;
	font-size: 14px !important;
	line-height: 18px !important;
	margin-bottom:  20px !important;
}
#work-section .wpb_single_image .vc_single_image-wrapper img {

	min-height: 350px;
}
.work-heading {
	font-size: 24px !important;
	max-width: 244px;
}
body .work-p-heading {
	font-size: 16px !important;
	max-width: 300px;
	margin-bottom: 7px !important;
}
	.wpcf7-form-control {
	
	height: 40px;

	width: 100%;
	font-size: 14px !important;
}
.wpcf7-form label {
	
	width: 100%;
}
.contact-from {
	margin: 30px auto 0;
}
}
.header-button.btn-mobile, .banner-mobile-img {
	display: none;
}
@media(max-width:767px){
body .container {
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.custom-logo {
	width: 131px;
	height: 26px;

}
body .banner-content {
	width: 100%;
	padding: 20px 30px 0 !important;
}
.banner-heading {
	font-size: 24px !important;
	max-width: 177px;
	line-height: 30px !important;
}
.header-button.btn-web {
	display: none;
}
.header-button.btn-mobile {
	display: flex;
}
.banner-image img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	object-fit: cover;
}
.btn-primary {
	padding: 2px 13px !important;
	min-height: 36px;
}
.navbar-toggler {
	top: 3px;
}
#mainMenu {

	top: 44px;

}
body .banner-button .vc_btn3-style-modern {
	font-size: 14px;
	padding: 2px 20px !important;
	min-height: 36px;
}
.banner-mobile-img{display: block;}
.banner-web-img{display: none;}
body .banner-content {
	width: 100%;
	padding: 0px 30px 0 !important;
}
body .banner-button .vc_btn3-style-modern, .header-button.btn-mobile {

	background: #00000099 !important;
}
.work-text-sec {
	padding: 30px 0 30px !important;
}
.work-repeat-reverse .work-text-sec > .vc_column-inner {
	max-width: 100%;
	padding: 0 30px 0 30px !important;
}
.heading-sec {
	font-size: 26px !important;
	margin-bottom: 10px !important;
}
.wpcf7-form-control.wpcf7-submit {
	margin-top: 5px;
}
.foter-menu {

	margin-top: 20px;
	gap: 20px;

}
#client-logos, footer {
	padding: 30px 15px !important;
}
}

@media(max-width:365px){
	body .banner-content {
	
	padding: 0px 15px 0 !important;
}
body .container {
	
	padding-left: 15px;
	padding-right: 15px;
}
.work-text-sec > .vc_column-inner {
	padding: 0 15px 0 15px !important;

}
#client-logos, footer {
	padding: 30px 0px !important;
}
.work-repeat-reverse .work-text-sec > .vc_column-inner {

	padding: 0 15px 0 15px !important;
}
#contact-section > .vc_row.wpb_row {
	padding: 0;
}
.wpcf7-form p {
	margin-bottom: 0;
}
body .banner-content {
	padding: 40px 15px 0 !important;
}
.client-logos h4 {
	margin-bottom: 15px !important;
}
}