:root {
 --white-color: #fff;
 --primary-font: "Poppins", sans-serif;
 --main-color: #ffc40d
 }
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus, a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
} 
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
body {
	max-width: 425px;
	margin: 0 auto;
	background: #221b01;
	font-family: var(--primary-font);
}
svg{
	vertical-align: middle;
}
input{
	outline-width: 0;
	outline-offset: 0;
	outline: 0;
	border: none;
	outline: none;
	width: 100%;
}
textarea{
	outline-width: 0;
	outline-offset: 0;
	outline: 0;
	resize: none;
}
ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.overflow{
	overflow-y: scroll;
}
.container{
	padding: 0 16px;
}
.mt-30{
	margin-top: 30px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-10{
	margin-top: 10px;
}
.mt-5{
	margin-top: 5px !important;
}
.pt-20{
	padding-top: 20px;
}
.mlr-auto{
	margin-left: auto;
	margin-right: auto;
}
::-webkit-scrollbar { 
	display: none; 
}
.red-filter{
	filter: brightness(0) saturate(100%) invert(41%) sepia(77%) saturate(6599%) hue-rotate(332deg) brightness(98%) contrast(88%);
}
.site-content{
	width: 100%;
	height: 100%;
}


/************************ 2.Hero css ***************************/

.ceo-content {
	position: relative;
	background: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.hero-top-sec {
	height: 525px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-overlay{position: absolute;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8) 25%, transparent 65%);
    width: 100%;
    height: 100%;
    z-index: 1;}
.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 16px 0 16px;
	position: absolute;
	top: 0;
	width: 100%;
}
.header-logo {
	width: 72px;
	height: 72px;
	border-radius: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(11, 19, 21, 0.80) 0%, rgba(11, 19, 21, 0.20) 100%);
	backdrop-filter: blur(5px);
}


/************************ 3.Profile css ***************************/
.name{width: 75%;}
.logo{width: 25%;display: flex;
  align-items: center;}
.logo img{width: 100%;}
.name_section{background-color:#000000;  border-radius: 50px 50px 0 0; position: relative; margin-top: -50px; height: auto; }
 .hero-bottom-sec {padding: 20px;
	text-align: center;
  position: absolute;
  background: #09080863;
  width: 80%; 
  top: -102px;
  margin: 0 10%;
  border-radius: 10px; z-index: 500;
} 

.client-name {
	color: var(--white-color);
	text-align: left;
	font-family: var(--primary-font);
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
}
.client-name span{font-weight: 200!important;}
hr{border-top: 1px solid white;margin: 7px 0px;}
.client-title {
	color: var(--14, #ffffff);
	text-align: left;
	font-family: var(--primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
}

/* tab_section */
.tabs_section{padding-top: 50px;}
.tab_des{border-radius: 20px;
  margin: 20px;
  padding: 20px; background-image: linear-gradient(to bottom, #040300, #1e1906, #32290b, #48390b, #624909);;}
.tab-content{width: 70%;}
.nav-pills{width: 30%;text-align: right;
  float: right;
  display: flex;
  align-items: end;position: relative; margin-top: 10px;}

/************************ 4.Social media css ***************************/
.social-icon-content {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.35s;
}
.social-icon-content-wrap {
	background: #ffc40d;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	position: relative;
	clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
	transition: all .3s ease;
}
.social-icon-para p {
	color: #ffffff;
	text-align: center;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.social-icon-content-wrap:hover {
	clip-path: none;
	transition: all .3s ease;
}

/************************ 5.Testimonial css ***************************/
.top-title h2 {
	color: var(--white-color);
	font-size: 20px;
	line-height: 30px;margin-bottom: 20px;
}

.client-details-content {
	display: flex;
	align-items: center;
	gap: 12px;
}
.client-img-testimonial img{
	border-radius: 50%;
}
.client-details p {
	color: #A6A6A6;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	
}
.client-details h3 {
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	
	font-weight: 800;
}
.quotes-para p {
	color: #ffffff;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.slick-dots,
.slick-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.slick-dots button,
.slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	background-color: #ffffff;
	text-indent: -9999px;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button {
	background-color: #ffc40d;
}

/************************ 6.Category css ***************************/
.category-img {
	position: relative;
}
.icon {
	width: 60px;
	height: 60px;
	background: #ffc40d;
	border-radius: 10px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-content {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 16px;
}
.text-holder h3 {
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	
	font-weight: 600;
}
.text-holder p {
	color: #A6A6A6;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	
	font-weight: 400;
}
.category-img img {
	border-radius: 24px;
}

/************************ 7.About us css ***************************/
.about-title {
	color: #ffffff;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}
.about-us-img img{
	border-radius: 24px;
	width: 100%;
}
.text1 p {
	color: #d7d7d7;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
}
i.fa.fa-check-circle {
	color: #ffc40d;
	padding-right: 5px;
}
ul.list-style-two li {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	
	font-weight: 400;
}
.top-title img{
	filter: brightness(0) saturate(100%) invert(83%) sepia(96%) saturate(18%) hue-rotate(235deg) brightness(108%) contrast(101%);
	padding-right: 5px;
}

/************************ 8.Country css ***************************/
.gallery-box {
	overflow: hidden;
	position: relative;
}
.gallery-box .gallery-img {
	position: relative;
	overflow: hidden;
}
.gallery-box .gallery-img > img {
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail {
	opacity: 0;
	color: #ffffff;
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(0%, 0%);
	background: #ffc40d;
	background: #ffc40d;
	border-radius: 12px;
	width: fit-content;
	margin: 0 auto;
}
.gallery-box:hover .gallery-detail {
	top: 50%;
	opacity: 1;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}



/* video */


.video-sec{
	background-image: url(../images/video/video-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
}
.video_sec_play {
	position: relative;
}
i.play_icon.fa-solid.fa-play {
	font-size: 30px;
	color: #ffffff;
	background-color: #00715d;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}
.modal_video-sec {
    width: 100%;
    height: 100%;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}


/************************ 11.Inquiry css ***************************/
.info-person ,
.contact-content h4{
	color: var(--14, #ffffff);
	
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	width: 100%;
	text-transform: uppercase;
}
.input-wrapper-form {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 6px;
	width: 100%;
}

.input-wrapper-form input, 
.input-wrapper-form textarea,
.contact-content p {
	color: var(--10, #dbdbdb);
	
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	background: transparent;
}

.services{margin-left: 7px;}

.services li{font-size: 12px; color: var(--white-color); 
  line-height: 27px; list-style: none;position: relative;
  padding-left: 18px;}

.services li span{background: var(--main-color); height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;}

  .envizio{display: flex;
  align-items: center;
  justify-content: center;
  gap: 13PX;}

  .envizio a{width: 34%;
  display: block;}
  .envizio img{width: 100%;}

/************************ 12.Contact css ***************************/
.contact-details {
	display: flex;
	gap: 12px;margin-bottom: 15px;
}
.contact-bottom-sec h2{color: var(--white-color); font-size: 20px;margin-bottom: 20px;}
.contact-icon i{color: var(--white-color);}
.contact-content p{
	color: var(--white-color) !important;
	transition: all .3s ease; 
	padding-top: 3px;
}
.contact-content p:hover{
	text-decoration: underline;
	color: var(--main-color) !important;
	transition: all .3s ease; 
}
.contact-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-list .time-txt {
	font-weight: 400;
	width: 55%;
}
.days-txt {
	font-weight: 500;
}
.contact-content {
	width: 90%;
}
.days-txt,
.contact-list .time-txt{
	color: var(--2, #a6a6a6);
	
	font-size: 14px;
	font-style: normal;
	line-height: 26px;
}

.nav-pills .nav-link{width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 0; 
  margin-bottom: 40px;

}
 .nav-link.active{background: none!important;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{color: #000!important;}
.line{background: #493400;
  min-height: 186px;
  width: 2px;
  position: absolute;
  right: 25px; top: 10px;}

   .nav-link p{position: absolute;
  right: -10px;
  color: var(--white-color);
  font-size: 10px;
  line-height: 28px; width: 68px; text-align: center;margin-top: 38px;}

  .active.nav-link p{ color: var(--main-color)!important;}

.active .circle{ background-color: var(--main-color);}
.active .circle i{color: #000!important;}
.circle i{color: var(--main-color); font-size: 16px; line-height: 30px;}
.circle{ position: relative;
    height: 30px!important;
    width: 30px!important;
    background-color: #493400 ;
    border-radius: 50%!important;}

	.circle:before{ position: absolute;
    content: '';
    height: calc(100% + 10px); 
    width: calc(100% + 10px); 
    border: 1px dashed  var(--main-color);;
    top: -5px;
    left: -5px;
    border-radius: inherit;}
.protfolio{width: 100%;text-align: center;
  margin-top: 20px;}

  .protfolio button{ padding: 10px;}
  .protfolio button i{margin-right: 5px; font-size: 17px;}
  .get_t{position: relative;
  min-height: 283px;}
 .get_t .protfolio{position: absolute; left: 50px;}
 .save i{margin-top: 5px;}
/************************ 13.Bottom css ***************************/
.add-to-contact-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
.scan-btn {
	width: 50px;
	height: 50px;
	background: var(--15, #ffc40d);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scan-btn i{color: #000; font-size: 20px;}
.add-to-btn-sec {
	display: flex;
	align-items: center;
	border-radius: 30px;
	background: var(--2, #000);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
	padding: 6px 6px 6px 30px;
	justify-content: end;
	width: fit-content;
	gap: 8px;
}
.add-txt {
	color: var(--1, #FFF);
	text-align: center;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-right: 6px;
}
.plus-btn {
	border-radius: 24px;
	border: 1px dashed var(--main-color);
}

.plus-btn img{width: 40px;}
.add-to-contact {
	position: fixed;
	width: 100%;
	bottom: 0;
	max-width: 425px;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	z-index: 99;
}
.footer p {
	color: var(--2, #fff);
	text-align: center;
	
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.map-img iframe {
	width: 100%;
	height: 250px;
	border-radius: 12px;
}
.add-to-btn {
	margin-left: auto;
}

/************************* 14.Scanner modal popup css ***************************/
#product-modal,
#share-media-modal,
#blog1-modal {
	background: linear-gradient(180deg, rgba(18, 21, 28, 0.56) 0%, rgba(18, 21, 28, 0.24) 100%);
	backdrop-filter: blur(4px);
}
#product-modal .modal-content,
#share-media-modal .modal-content {
	border-radius: 24px;
}
.scan-content {
	text-align: center;
	border: 2px solid #ffc40d;
	height: auto;
	width: 250px;
	margin: 0 auto;
	padding: 12px;
	border-radius: 8px;
}
.scanner img {
	width: 100%;
    height: auto;
}
.scan-txt {
	padding: 14px;
	background: #ffc40d;
	border-radius: 8px;
}
.scan-txt p {
	color: var(--2, #fff);
	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.btn1 a {
	color: var(--1, #FFF);
	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 8px;
	background: #000000;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.qr-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.btn1 {
	width: 140px;
}
.modal-title{
	color: var(--2, #000);
	
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; 
}

/************************ 15.Share modal popup css ***************************/
.social-media-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
.social-media-img {
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease; 
}
.social-media-img:hover {
	background: #ffc40d;
	transition: all .3s ease;
}
.social-media-img img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%) hue-rotate(13deg) brightness(99%) contrast(100%);
	width: 30px;
	height: 30px;
}
.social-media-img:hover.social-media-img img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7%) hue-rotate(323deg) brightness(104%) contrast(102%);
	transition: all .3s ease;
}

/************************ 16.Single blog css ***************************/
#blog-main .product-sec-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}
.product-content-main {
	background: #232a35;
	height: 100%;
	width: 100%;
	overflow: auto;
	padding-bottom: 20px;
}
.product-title {
	color: var(--2, #ffffff);
	
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}
.buy-now a {
	color: var(--1, #FFF);
	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	background: var(--15, #ffc40d);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.btn-close{
	opacity: 1;
}
.btn-close:focus{
	box-shadow: none;
}
.project-details h2 {
	color: var(--2, #000000);
	
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
}
.project-details p {
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: var(--14, #737373);
	text-align: center;
}
.blog-modal-img {
	border-radius: 24px;
}
.border-blog {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 12px;
}
.project-details1 p {
	
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: var(--14, #737373);
}
.blog-list li {
	color: var(--29, #271F1F);
	
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin-top: 10px;
}

/************************ 17.Background css ***************************/
.background-img {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}
.shape3 {
	position: absolute;
	right: 0;
	bottom: 0;
}
.shape7 {
	position: absolute;
	bottom: 20px;
}

/************************ 18.Preloader css ***************************/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	background: -o-radial-gradient(circle, #333, #000) no-repeat;
	background: radial-gradient(circle, #333, #000) no-repeat;
	z-index: 999;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preloader img{
	-webkit-animation: movingplane 4s cubic-bezier(0.51, 0.45, 0.75, 0.72) infinite;
	transition: all 0.3s ease 0s;
	width: 150px;
}
@keyframes movingplane {
	0% { 
		margin-left: 0;
	}
	25% { 
		bottom: -90px;
		margin-left: 20px;
	}
	50% {
		bottom: -80px;
		margin-left: 40px;
	}
	75% {
		bottom: -70px;
		margin-left: 60px;

	}
	100% {
		bottom: -60px;
		margin-left: 80px;
		opacity: .08;
	}
}




.serv_button{    font-size: 12px;background: #d1a41b;
background: linear-gradient(90deg,rgba(209, 164, 27, 1) 0%, rgba(191, 133, 25, 1) 50%, rgba(219, 170, 22, 1) 100%);background: var(--main-color);
    border: 1px solid black;
    color: black;

	
    padding: 5px 6px; margin-bottom: 5px; border-radius: 5px;}


	
         .btn-grad {background:#ffc40d}
         .btn-grad { font-size: 12px;
    margin-bottom: 7px;
    padding: 3px 8px;
    text-align: left;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    border-radius: 5px;
    border: 1px solid #ffc40d;min-width: 106px;
  text-align: center;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #000;
            text-decoration: none;
          }
         