
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*--------------------------------------------------------------------------------------*/
/*General-Css-Here
/*--------------------------------------------------------------------------------------*/

*{margin:0; padding:0; box-sizing:border-box;  font-family: Nunito, sans-serif;}

body{margin:0; padding:0; box-sizing:border-box;font-weight: 400;font-family: 'Inter Tight', sans-serif;overflow-x: hidden;background: #fff;font-size: 14px;}
a{-webkit-transition: 0.5s ease-out; -moz-transition:0.5s ease-out; -o-transition: 0.5s ease-out; transition:0.5s ease-out;}
ul{margin:0; padding:0;list-style:none;}
img{max-width:100%;}
header:after,header:before,footer:after,footer:before,section:after,section:before{display:table; clear:both; content:"";}
.container{margin:auto;max-width: 1172px;}
.container-fluid{padding: 0 30px;}
.container:after,.container:before{display:table; clear:both; content:"";}
.btn-check:focus+.btn, .btn:focus {box-shadow: 0 0 0 0.25rem rgb(240 85 69 / 25%);}
button:focus{border:none; outline:none;}
select{appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;}
a { outline: none !important;text-decoration: none; }
.btn {height: 42px;border-radius: 5px;margin: 0;padding: 0px 30px;line-height: 42px;font-weight: 500;
  font-size: 14px;background: #303a49;color: #fff;box-shadow: 0px 0px 10px rgb(3 3 3 / 20%);
  border: none;text-transform: capitalize;
}
.btn:hover{background: #2c3f5c;color: #fff;}

.navbar.navbar-expand-lg{
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 999;
 padding: 20px 0 !important;
}
/* .fixed .navbar {
  background: rgb(255 255 255 / 76%);
}
.fixed .navbar .navbar-nav .nav-link {
  color: #000;
}
.fixed .navbar .right_nav_icons ul li a{
  color: #000;
  border: 1px solid #000;
} */
.navbar-brand{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  max-width: 200px;
  padding: 0;
}
.navbar-brand:hover{color: #fff;}
.navbar-brand span{
  color: #f79b20;
}
.right_nav_icons ul{
  display: flex;
  align-items: center;
}
.right_nav_icons ul li{
  padding-left: 10px;
}
.right_nav_icons ul li a{
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #9a8149;
  font-size: 16px;
  border: 1px solid #9a8149;
}
.right_nav_icons ul li a:hover{color: #f79b20;border: 1px solid #f79b20;}
navbar .navbar-nav {
  width: 100%;
  justify-content: center;
}
navbar .navbar-nav .nav-link{
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0px 8px;
  letter-spacing: 1.4px;
  display: none;
}
navbar .navbar-nav .nav-link:hover{
  color: #f79b20;
}

.right_nav_icons ul li.text_link a {
  width: auto;
  min-width: auto;
  height: auto;
  border-radius: 0;
  display: grid;
  place-items: center;
  color: #be08f1;
  background: transparent;
  font-size: 16px;
  border: none;
  text-wrap-mode: nowrap;
}

section.seats_fevrt_brand {
  padding: 4rem 0 3rem;
}
.slider_home{
  padding: 2rem 0;
}
.seats_brand ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 20px;
}
.seats_brand{
  padding-bottom: 3rem;
}

.seats_products_fev ul li:nth-child(1){
  margin-bottom: 30px;
}
.seats_products_fev ul li:nth-child(2){
  margin-bottom: 30px;
}
.seats_products_fev ul li figure{
   height: 350px;
   width: 100%;
   overflow: hidden;
   margin: 0;
}
.seats_products_fev ul li figure img{ 
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.seats_brand ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px;
  list-style: none;
}

.seats_brand li {
  width: 15.66%; /* Adjust width as needed */
  height: 140px; /* Adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px; /* Optional: for rounded corners */
}

.seats_brand img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures images fill the space while maintaining aspect ratio */
}

.seats_brand li:nth-child(2) img{
  width: 48%;
}
.seats_brand li:nth-child(3) img{
  width: 78%;
}
.seats_brand li:nth-child(4) img{
  width: 72%;
}
.seats_brand li:nth-child(6) img{
  width: 68%;
}

.card_main_items{
  border: 1px solid #e1e1e1;
  padding: 12px;
}
.card_main_items figure{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}
.card_main_items figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.card_main_items figcaption{
  padding: 15px 0 0 0;
}
.card_main_items figcaption h5{
   font-size: 15px;
   font-weight: 500;
   color: #686868;
   margin-bottom: 0px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   min-height: 35px;
}
.card_main_items figcaption h6{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.card_main_items figcaption a.add_crt{
  font-size: 14px;
  font-weight: 500;
  color: #f79b20;
  margin-bottom: 0;
}
.card_main_items figcaption a:hover{
  color: #f79b20;
}
.heading {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 auto 25px;
  display: flex;
  justify-content: center;
  letter-spacing: 1.6px;
}
section.ifram_card .container-fluid{
 padding: 0;
 margin-bottom: -6px;
}
.ifram_card iframe{
  border-radius:0;
  height: 100vh;
}

.owl-theme .owl-dots{display: flex;justify-content: center;width: 100%;padding-top: 1.5rem;}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #D6D6D6;
  border-radius: 30px;
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff4d00;
  display: block;
}
.home_cars .owl-dots{display: none;}

.owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translate(0%, -50%);
  padding: 0 10px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  background: rgb(255 255 255 / 74%);
  border-radius: 3px;
  height: 50px;
  width: 30px;
  display: grid;
  place-items: center;
  justify-content: center;
  font-size: 0;
  position: relative;
}
.owl-nav .owl-prev::after{
    position: absolute;
    top: 13px;
    left: 8px;
    color: #f79b20;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f054";
    font-weight: 900;
    transform: rotate(180deg);
}
.owl-nav .owl-next::after{
    position: absolute;
    top: 12px;
    left: 10px;
    color: #f79b20;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f054";
    font-weight: 900;
}
.product_seats_sd .owl-dots .owl-dot{width: auto;height: auto;}

/* ---footer-css---- */
/* Footer Styling */
.footer {
  background-color: #010101;
  color: #fff;
  padding:0 0 20px;
  text-align: center;
}

.footer-content{
  margin: 2rem 0;
  display: none;
}
.footer-content .col-md-4{
  text-align: left;
}
.footer-content .col-md-4 h2 {
  margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #f79b20;
    padding-bottom: 10px;
    width: fit-content;
}

.footer-content p,
.footer-content a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.footer-content a:hover{
  color: #f79b20;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 0.9em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom .social{
  display: flex;
  align-items: center;
}
.footer-bottom .social h2{
  font-size: 12px;
  font-weight: 400;
  margin: 0 10px 0 0;
}
.footer-bottom .social ul{display: flex;align-items: center;}
.footer-bottom p{margin: 0;}
.footer-bottom p a{color: #f79b20;text-decoration: none;}

.col-md-4.links {
  padding-left: 5rem;
}
.social-icon {
  width: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.social-icon:hover {
  color: #ccc;
}
.links ul li{
  padding-bottom: 10px;
}
.contact p{
  margin-bottom: 10px;
}
.footer-bottom .social ul li {padding-left: 5px;}
.footer-bottom .social ul li a {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1a1a1a;
  font-size: 20px;
  font-size: 16px;
}
.footer-bottom .social ul li a:hover{
  background: #353535;
  color: #f79b20;
}



.contact_form_sec {
  padding: 8rem 15px 3rem 15px;
  background-image: url("../images/pexels-heyho.jpg");
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}
.card_contact_info {
  background: #2e211bc7;
  border: 1px solid #ED943B;
  border-radius: 5px;
  padding: 40px;
}

.contact_detail_info h4{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.contact_detail_info h4 span{
  color: #ff4d00;
}

.contact_detail_info p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  max-width: 100%;
}
.contact_info_card {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 0 0;
}
.contact_info_card li{
  max-width: 50%;
  flex: 0 0 50%;
}
.contact_info_card li:nth-child(1){
  border-bottom: 1px solid #ff4d00;
  border-right: 1px solid #ff4d00;
  padding: 10px 10px 20px 0px;
}
.contact_info_card li:nth-child(2){
  border-bottom: 1px solid #ff4d00;
  padding: 10px 10px 20px 40px;
}
.contact_info_card li:nth-child(3){
  border-right: 1px solid #ff4d00;
  padding: 10px 10px 20px 0px;
}
.contact_info_card li:nth-child(4){
  padding: 10px 10px 20px 40px;
}
.contact_info_card li a{display: inline-block;width: 100%;}
.contact_info_card li a figure {
  height: 45px;
  margin-bottom: 15px;
  width: 45px;
  min-width: 45px;
  background: #ff4d00;
  padding: 5px;
  border-radius: 6px;
}
.contact_info_card li a figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.contact_info_card li a h3{
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #fff;
}
.contact_info_card li a h6{
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 400;
  color: #fff;
}
.form-control {
  width: 100%;
  padding: .375rem .75rem;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #e4e4e4;
  border: 1px solid #ED943B;
  border-radius: 10px;
  height: 55px;
  width: 100%;
  margin-bottom: 1rem;
}
.delete_request_form h2{
  font-size: 24px;
}
textarea.form-control {
  min-height:100px !important;
}



/* ----slider------ */
.main_home{
	width: 100%;
  height: 100vh;
  background: #000;
	overflow: hidden;
}

/* #Cursor
================================================== */
.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%
}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

/* #Slider
================================================== */

.section{
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 100vh;
	background-color: #212121;
}

/* Case Study Showcase
================================================== */

/* .case-study-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: auto;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	list-style: none;
} */
.case-study-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: auto;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%);
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 25px;
}
.case-study-wrapper .case-study-name{
  width: 33.33%;
  border-top: 1px solid #ffffff25;
}
.case-study-wrapper .case-study-name a {
	position: relative;
	list-style: none;
	margin: 0;
	display: block;
	text-align: center;
	padding: 0;
	font-size: 16px;
  text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 3px;
	color: #fff;
	/* opacity: 0.5; */
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
  height: 120px;
  display: grid;
  place-items: center;
}	
.case-study-wrapper .case-study-name a:hover {
	text-decoration: none;
  background: #ffffff45;
    color: #fff !important;
}	
.case-study-wrapper .case-study-name.active a {
	opacity: 1;
	color: #fff;
}	
.case-study-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}	
.case-study-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}	
.case-study-images li .img-hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li.show .img-hero-background {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 
.case-study-images li .case-study-title{
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	opacity: 0;
	color: #fff;
	z-index: 19;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	font-weight: 400;
	line-height: 16px;
	color: #fff; 
	font-style: italic;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
  display: none;
}
.case-study-images li.show .case-study-title {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
} 
.case-study-images li .hero-number-back{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	list-style:none;
	opacity: 0;
	font-size: 18vw;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	line-height: 1;
	color: rgba(255,255,255,.12);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.case-study-images li .hero-number{
	position: absolute;
	bottom: 140px;
	left: 50%;
	width: 40px;
	margin-left: -70px;
	display: block;
	letter-spacing: 2px;
	text-align: center;
	list-style:none;
	opacity: 0;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.case-study-images li .hero-number-fixed{
	position: absolute;
	bottom: 140px;
	left: 50%;
	margin-left: 30px;
	width: 40px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	list-style:none;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
}
.case-study-images li .hero-number-fixed:before{
	position: absolute;
	content: '';
	top: 50%;
	left: -60px;
	width: 60px;
	height: 1px;
	z-index: 1;
	background-color: rgba(255,255,255,.4);
}
.case-study-images li.show .hero-number {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 
.case-study-images li.show .hero-number-back {
	opacity: 1;
  display: none;
} 
.dark-over-hero{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
	background-color: #050505;
	opacity: 0.2;
}
.case-study-images li:nth-child(1) .img-hero-background{
	background-image: url("../images/banner01.jpg");
}
.case-study-images li:nth-child(2) .img-hero-background{
	background-image: url("../images/banner02.jpg");
}
.case-study-images li:nth-child(3) .img-hero-background{
	background-image: url("../images/banner3.jpg");
}
.case-study-images li:nth-child(4) .img-hero-background{
	background-image: url("../images/banner1.jpg");
}

/* #Media
================================================== */

@media (max-width: 991px) { 
	.case-study-images li .hero-number-back{
		font-size: 26vw;
	} 
}


/* #Link to page
================================================== */

.link-to-portfolio {
	  position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(255,255,255,.3);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255,255,255,0);
}


.about-section {
  text-align: center;
  position: relative;
  margin-top: -8rem;
}

.inner_heading h2 {
  font-size: 36px;
  color: #ff4d00;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.inner_heading p{
  font-size:24px;
  line-height: 1.5;
  color: #555;
  max-width: 90%;
  margin: auto;
  font-weight: 300;
}



.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 40px 20px;
}

.about-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.about-card h3 {
  margin-bottom: 10px;
  color: #222;
}

.about-card p {
  font-size: 1rem;
  color: #555;
}

.about-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.wraper_index_about{
  position: relative;
}
.wraper_index_about .top-about-img{width: 100%;}
.toper_header span {
  font-weight: 200;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
}
.toper_header {
  color: #d8ae57;
  font-weight: 800;
  display: grid;
  text-align: center;
  margin-bottom: 5rem;
  line-height: 52px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}
.responsive-container-block  figure{
  width: 40%;margin: 0;
  height: 350px;
}
.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
}

.responsive-container-block.bigContainer {
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mainImg {
  color: black;
  width: 100%;
  height: 100%;
  object-fit: cover;object-position: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 4px solid #ff4d00;
}

.text-blk.headingText {
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(51, 51, 51);
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.allText {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  width: 40%;
  margin: 0 0 0 0;
}

.text-blk.subHeadingText {
  color: rgb(102, 102, 102);
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.text-blk.description {
  font-size: 18px;
  line-height:26px;
  color: rgb(102, 102, 102);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-weight: 300;
}
.allText.aboveText ul li{
  font-size: 18px;
  line-height:26px;
}
.allText.aboveText ul li span{
  color: #0261f3;
  font-weight: 600 !important;
}

.responsive-container-block.Container {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.responsive-container-block.Container.bottomContainer {
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  flex-direction: row-reverse;
  margin: 20px auto 20px auto;
}

.allText.aboveText {
  margin: 0 0 0 40px;
  text-align: left;
}

.allText.bottomText {
  margin: 0 40px 0 0;
  text-align: left;
}


@media (max-width: 768px) {
  .mainImg {
    width: 90%;
  }

  .allText {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .responsive-container-block.Container {
    flex-direction: column;
    height: auto;
  }

  .text-blk.headingText {
    text-align: center;
  }

  .text-blk.subHeadingText {
    text-align: center;
    font-size: 25px;
  }

}

@media (max-width: 500px) {
  .responsive-container-block.Container {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
  }

  .mainImg {
    width: 100%;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .text-blk.subHeadingText {
    font-size: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .text-blk.description {
    font-size: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .allText {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
  }
}

section.brand-section {
  padding: 1rem 0 3rem 0;
}

.client_form_sec {
  padding: 4rem 0;
  background-image: url(../images/828.jpg);
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
  background-size: cover;
  position: relative;
  margin: 3rem 0;
}
.client_form_sec .container-fluid{position: relative;z-index: 1;}
.client_form_sec::after {
  content: '';
  background: rgb(0 0 0 / 21%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.sell_world_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sell_world {
  width: 45%;
  min-width: 45%;
  background: rgb(245 232 216 / 60%);
  border-radius: 10px;
  padding: 20px;
}
.sell_world p{
  font-size: 42px;
  font-weight: 300;
  color: #ff4d00;
}
.sell_world_box figure{width: 50%;
  min-width:50%;
}

.list-of-prodt ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}
.list-of-prodt ul li {
  width: 24%;
  border: 1px solid #ccccccb5;
  border-radius: 3px;
  overflow: hidden;
  background: #f3f3f3;
}

.list-of-prodt ul li h6 {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  padding: 0px 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 35px;
}
.list-of-prodt h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.43em;
  letter-spacing: .02em;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.inner_heading{text-align: center;margin: 2rem 0;}
.inner_heading h1{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    letter-spacing: 1.6px;
}
.inner_heading p{
  font-size: 18px;
  font-weight: 300;
  color: #000;
}



.categorie_form_sec .inner_heading h1{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 auto 5px;
}
.categorie_form_sec .inner_heading h6{
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto 0px;
}

.list-of-cate ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}
.list-of-cate ul li {
  width: 32%;
  border: 0;
  border-radius: 0px;
  overflow: hidden;
  background-color: rgb(35, 45, 75);
}
.list-of-cate ul li:nth-child(4) {width: 49%;}
.list-of-cate ul li:nth-child(5) {width: 49%;}

.list-of-cate ul li h6 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  padding: 0px 15px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
}

section.product_form_sec {
  padding: 1rem 0 4rem;
}