
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: black;
    
     
}

.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header {
	padding: 20px 0;
	border-bottom: 1px solid #313131;
}

.container {
	width: 90%;
	margin: auto;
}

.logo img {
	width: 130px;
}

ul,li,a,h1,h2,h3,p{
    padding: 0;
    margin: 0;
}

.navbar ul li {
	display: inline-block;
	padding: 0 20px;
}

.navbar ul li a {
	color: #fff;
	text-decoration: none;
	font-family: "Content", system-ui;
	font-size: 16px;
	font-weight: 600;
}

.btn a {
	text-decoration: none;
	color: #000;
	background-color: #eecd1c;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 27px;
	display: inline-block;
	border-radius: 50px;
    font-family: "Red Hat Text", sans-serif;
}


/* ========header=======end== */

.hero {
	padding: 70px 0;
}

.hero-text h1 {
	color: #fff;
	font-size: 69px;
	width: 100%;
	margin: auto;
	font-weight: 800;
	font-family: "Red Hat Text", sans-serif;
	text-align: center;
}

.hero-text h1 span {
	color: #eecd1c;
}

.hero-text p {
	color: #fff;
	text-align: center;
	width: 65%;
	margin: auto;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 500;
	line-height: 25px;
}

.btn_second a {
	text-decoration: none;
	color: #000;
	background-color: #eecd1c;
	font-size: 16px;
	font-weight: 500;
	padding: 17px 70px;
	display: inline-block;
	border-radius: 50px;
	font-family: "Red Hat Text", sans-serif;
}

.btn_second {
	text-align: center;
	padding: 20px 0;
}


/* -====================hero-===============end================= */

.about_text {
	padding-top: 50px;
}

.about_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.about_img img {
	width: 100%;
	border-radius: 20px;
}

.about_text h3 {
	color: #eecd1c;
	font-family: "Red Hat Text", sans-serif;
	font-size: 16px;
}

.about_text h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Red Hat Text", sans-serif;
}

.about_text p {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 500;
	line-height: 25px;
    padding: 15px 0px;
}

.about_text a {
	text-decoration: none;
	color: #000;
	background-color: #eecd1c;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 42px;
	display: inline-block;
	border-radius: 50px;
	font-family: "Red Hat Text", sans-serif;
}

.Vision_box h2 {
	color: #eecd1c;
	font-family: "Red Hat Text", sans-serif;
	font-size: 26px;
	padding-bottom: 15px;
}

.Vision_box p{
    color: #fff;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 500;
	line-height: 25px;
}

.Vision_box {
	border: 1px solid #313131;
	border-radius: 20px;
	padding: 40px 23px;
}

.Vision_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
    margin-top: 30px;
}

/* =============about us============ */


.services_text h2 {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
	font-size: 40px;
	padding-bottom: 15px;
    text-align: center;
}

.services_text h3 {
	color: #eecd1c;
	font-family: "Red Hat Text", sans-serif;
	font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}

.Services {
	padding: 90px 0;
}

.Marketing_box {
	border: 1px solid #313131;
	color: #fff;
	padding: 80px 29px;
	border-radius: 20px;
}

.Marketing_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	text-align: center;
    padding-top: 20px;
}

.Marketing_box h2 {
	font-family: "Red Hat Text", sans-serif;
	padding: 14px 0;
}

.Marketing_box p {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 500;
	line-height: 25px;
	padding-bottom: 20px;
}

.fa.fa-file {
	background: #eecd1c;
	padding: 25px 23px;
	border-radius: 100px;
	color: #000;
	font-size: 28px;
}

.fa.fa-arrow-right {
	margin: 0 7px;
	color: #eecd1c;
}

.Marketing_box a {
	color: #eecd1c;
	text-decoration: none;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
}

.Marketing_box:hover {
	background:#eecd1c;
    transition: all 0.3s linear;
}

.Marketing_box:hover h2{
    color: #000;
}

.Marketing_box:hover p{
    color: #000;
}

.Marketing_box:hover a{
    color: #000;
}

.Marketing_box:hover .fa.fa-arrow-right{
    color: #000;
}

.Marketing_box:hover .fa.fa-file{
    color: #fff;
    background: #000;
}

.counter_bg{
    
}

.counter_bg {
	position: relative;
	padding: 2em;
	background-image: url(../image/bg.webp);
	border-radius: 20px;
	z-index: 1;
	overflow: hidden;
}

.counter_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
    gap: 30px;
}

.counter_box {
	display: flex;
	flex-direction: column;
	padding: 2em;
	background-color: #00000030;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius:20px;
	text-align: center;
	z-index: 2;
}

.counter_box h2 {
	color: #fff;
	font-size: 60px;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 900;
}

.counter_box h3 {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
	font-size: 18px;
}

/* ============DGDGDG================ */


.Marketing_box {
	border: 1px solid #313131;
	color: #fff;
	padding: 80px 29px;
	border-radius: 20px;
}

.Process_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	text-align: center;
    padding-top: 20px;
}

.Process_box h2 {
	font-family: "Red Hat Text", sans-serif;
	padding: 14px 0;
    color: #fff;
}


.Process_box p {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 500;
	line-height: 25px;
	padding-bottom: 20px;
}

.fa-solid {
	color: #eecd1c;
	font-size: 80px;
}

.Process_box {
	border: 1px solid #313131;
	padding: 50px 20px;
	border-radius: 20px;
}

.Process_box:hover {
	border: 1px solid #eecd1c;
    transition: all 0.3s linear;
}

/* =======drfgdfgdf=g */

.about_text img {
	width: 100%;
	border-radius: 20px;
}

/* ====dfgdfg========= */

.flax_box img {
	width: 44px;
	border-radius: 50px;
}

.flax_box h2 {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
}

.trt p {
	color: #eecd1c !important;
	font-family: "Red Hat Text", sans-serif;
}

.client_flax {
	display: flex;
	justify-content: space-between;
}

.flax_box {
	display: flex;
}

.trt {
	margin-left: 10px;
}

.client_box p {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
	line-height: 25px;
}

.client_box {
	border: 1px solid #313131;
	padding: 27px 34px;
	border-radius: 20px;
	margin: 20px 0;
}

.contact_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
	gap: 40px;
}

.contact_box p {
	color: #eecd1c;
	font-family: "Red Hat Text", sans-serif;
	padding-top: 20px;
	padding-bottom: 4px;
}

.contact_box h2 {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.contact_box .fa-solid {
	font-size: 30px;
	background: #eecd1c;
	color: #000;
	padding: 14px 11px;
	border-radius: 50px;
}

.contact_box {
	border: 1px solid #313131;
	border-radius: 20px;
	padding: 50px 0;
}

input {
	background: transparent;
	border: 1px solid #313131;
	font-family: "Red Hat Text", sans-serif;
	width: 95%;
	color: #fff;
	padding: 20px 12px;
	margin: 25px 0px;
	border-radius: 50px;
	font-size: 16px;
	outline: none;
}

select{
	background: transparent;
	border: 1px solid #313131;
	font-family: "Red Hat Text", sans-serif;
	width: 100%;
	color: #fff;
	padding: 20px 12px;
	margin: 25px 0px;
	border-radius: 50px;
	font-size: 16px;
	outline: none;
}

textarea {
	background: transparent;
	border: 1px solid #313131;
	font-family: "Red Hat Text", sans-serif;
	width: 95%;
	color: #fff;
	margin: 25px 0px;
	border-radius: 50px;
	font-size: 16px;
	outline: none;
	padding-top: 34px;
	padding-bottom: 14px;
	padding-left: 20px;
}

option {
	background: #eecd1c;
	color: #000;
	
}

.con_form {
	border: 1px solid #313131;
	margin-top: 30px;
	padding: 0 30px;
	border-radius: 20px;
}

button {
	background: #eecd1c;
	width: 100%;
	border: 0;
	padding: 15px 0;
	font-size: 16px;
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 50px;
	margin-bottom: 16px;
}

.map iframe {
	border-radius: 20px;
	height: 410px;
	width: 100%;
}

/* =========dfgdfg=========== */

.col_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

footer {
	padding-top: 100px;
}

.col_box img {
	width: 130px;
}

.col_box p {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
	padding: 10px 0;
}

.col_box .fa-solid {
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}

.col_box ul li {
	color: #fff;
	list-style: none;
	font-family: "Red Hat Text", sans-serif;
}

.col_box h2 {
	color: #eecd1c;
	font-family: "Red Hat Text", sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
}

.col_box ul li a {
	color: #ffffff;
	text-decoration: none;
	font-family: "Red Hat Text", sans-serif;
}

.col_box ul li {
	padding: 10px 0;
}

.us {
	background-color: #eecd1c;
	color: #000;
	padding: 15px 30px;
	display: inline-block;
	font-family: "Red Hat Text", sans-serif;
	text-decoration: none;
	font-weight: 600;
	border-radius: 50px;
}

.box_footer p {
	color: #fff;
	font-family: "Red Hat Text", sans-serif;
}

.box_footer ul li {
	display: inline-block;
	padding-left: 30px;
}

.foo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #313131;
	padding: 25px 0;
	margin-top: 30px;
}

.box_footer ul li a {
	color: #fff;
	text-decoration: none;
	font-family: "Red Hat Text", sans-serif;
}

.Mobile {
	display: none;
}

/* ==========responsive============= */

@media only screen and (max-width: 767px) {


	

	.Mobile {
  display:block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #eecd1c;
  margin: 6px 0;
  transition: 0.4s;
}


.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.navbar {
	position: absolute;
	background: #000;
	width: 100%;
	left: -100%;
	top: 74px;
	height: 100vh;
	transition: all 0.5s linear;
}

.navbar.\.Active {
	left: 0%;
}



.navbar ul li {
	padding: 15px 10px;
	border: 1px solid #313131;
	display: block;
}

.navbar ul li a {
	color: #ffffff;
}






 .container {
	width: 98%;
}

.logo img {
	width: 100px;
}


.btn a {
	font-size: 14px;
	padding: 12px 20px;
}

.hero-text h1 {
	font-size: 65px;
	width: 100%;
}

.hero-text p {
	width: 90%;
}

.hero {
	padding: 30px 0;
}

.about_text h2 {
	font-size: 24px;
}

.counter_grid {
	grid-template-columns: 1fr 1fr;
}

.services_text h2 {
	font-size: 30px;
}

.contact_grid {
	grid-template-columns: 1fr 1fr;
}

.about_grid {
	grid-template-columns: 1fr;
	gap: 0px;
}
}

/* =========dfghdfgdfg==========767=====end===== */

@media only screen and (max-width: 500px) {

.hero-text h1 {
	font-size: 27px;
	text-align: left;
	margin-bottom: 20px;
}

.hero-text p {
	width: 100%;
	text-align: left;
}

.btn_second {
	text-align: left;
}

.btn_second a {
	border-radius: 10px;
}

.about_text {
	padding-top: 0;
}

.touch {
	padding-top: 26px;
}

.con_form {
	padding: 30px 30px;
}

 .container {
	width: 95%;
}

.about_grid {
	grid-template-columns: 1fr;
	gap: 20px;
}

.Vision_grid {
	grid-template-columns: 1fr;
	gap: 20px;
}

.Marketing_grid {
	grid-template-columns: 1fr;
}

.counter_grid {
	grid-template-columns: 1fr;
}

.services_text h2 {
	font-size: 18px;
}

.Process_grid {
	grid-template-columns: 1fr;
}
.contact_grid {
	grid-template-columns: 1fr;
}

input {
	padding: 12px 12px;
	margin: 8px 0px;
	border-radius: 10px;
}

select {
	padding: 12px 12px;
	margin: 8px 0px;
	border-radius: 10px;
}

textarea {
	padding: 12px 12px;
	margin: 8px 0px;
	border-radius: 10px;
}

.col_grid {
	grid-template-columns: 1fr;
	gap: 30px;
}


}





