/*------------------------------------------------------------------
Project:Construction Template
Author: The_Krishna        
-------------------------------------------------------------------*/

/*----------------Table of contents Start---------------------------
1.Default css
2.Hero css
3.Social media css
4.About css
5.Single blog css
6.Testimonial css
7.Our Project css
8.Blog css
9.Services css
10.Single Services css
11.Single Services modal css
12.Inquiry css
13.Contact css
14.Bottom css
15.Scanner modal popup css
16.Share modal popup css
17.Marquee css
18.Preloader css
19.Background css

---------Table of contents End-----------------------------------*/

/*------------------------ [Color codes] ------------------------                     
Background: #000000, #f5f5f5, #ffb703
Content: #ffb703, #000000
-------------------------------------------------------------------*/

/************************ 1.Default css ***************************/
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;
	height: 100%;
	background: #000000;
}
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;
}
#msform fieldset:not(:first-of-type) {
	display: none;
}
::-webkit-scrollbar {
	display: 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;
}
.site-content{
	width: 100%;
	height: 100%;
}

/************************ 2.Hero css ***************************/
.ceo-content {
	position: relative;
	background: #F5F5F5;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.hero-sec-main {
	position: relative;
}
.menupage-1-reser-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(11 19 21 / 60%);
}
.bottom-shape {
	position: absolute;
	width: 100%;
	bottom: -18px;
	color: white;
}
.bottom-shape svg {
	width: 100%;
}
.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;
	border-radius: 36px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.20) 100%);
	backdrop-filter: blur(8px);
}
.custom-language-btn {
	margin: 0;
	border-radius: 16px;
	background: #ffb703 !important;
	backdrop-filter: blur(5px);
	padding: 4px 8px 4px 8px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: none !important;
	color: #ffffff !important;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.dropdown-toggle::after {
	content: url(../svg/up-arrow.svg) !important;
	border: 0;
	width: 24px;
	height: 24px;
	margin-left: auto;
}
.dropdown-item {
	color: var(--14, #000000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.dropdown-item:active, .dropdown-item:hover {
	background: rgb(255 183 3 / 10%) !important;
	color: black;
}
.flag-icon {
	width: 25px;
	height: 20px;
	margin-right: 10px;
}
.client-name {
	color: var(--11, #ffb703);
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}
.client-title {
	color: var(--14, #000);
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.hero-bottom-sec img {
	border-radius: 24px;
}
.hero-bottom-sec {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

/************************ 3.Social media css ***************************/
.social-icon-content {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.social-icon-content-wrap {
	background:#ffb703;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	position: relative;
	transition: all .3s ease; 
	border: 2px solid transparent;
	border-radius: 8px;
	transform: rotate(-45deg) translateX(0px);
}
.social-icon-content-wrap img {
	transform: rotate(45deg);
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(104%) contrast(102%);	
}
.social-icon-content-wrap:hover {
	border-radius: 50%;
	background: #ffb703;
}
.social-icon-content-wrap:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(104%) contrast(102%);
	transition: 0.36s;
}
.social-icon-para p {
	color: #000000;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

/************************ 4.About css ***************************/
.about-tile img {
	filter: brightness(0) saturate(100%) invert(73%) sepia(70%) saturate(3278%) hue-rotate(3deg) brightness(110%) contrast(101%);
	padding-left: 8px;
}
.about-tile img:first-child{
	transform: rotate(180deg);
}
.about-tile h2 {
	color: var(--11, #ffb703);
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	text-transform: capitalize;
}
.about-us-content p{
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.about-us-content h3 {
	color:#000000;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
.about-us-bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
}
.about-main-img {
	width: 50%;
}
.about-main-img img {
	width: 100%;
	border-radius: 40px;
}
.about-us-bottom{
	position: relative;
}
.counter-wrapper h2 {
	color: #000000;
	text-align: center;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}
.counter-wrapper p {
	color: #000000;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.counter-wrapper {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.about-counter {
	background-color: #ffffff; 
	border-radius: 50%; 
	padding: 16px;
	text-align: center;
	border: 5px solid #ffb703; 
	width: 140px;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/************************ 5.Single blog css ***************************/
.product-content-main {
	background: #ffffff;
	height: 100%;
	width: 100%;
	overflow: auto;
	padding-bottom: 20px;
	z-index: 99;
	position: relative;
}
#product-main .product-sec-wrap, 
#blog-main .product-sec-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}
.product-title {
	color: var(--2, #000000);
	font-family: Poppins;
	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-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	background: var(--15, #1dbfcc);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.single-blog-bottom .service-img {
	position: relative;
}
.single-blog-bottom .service-info h3 {
	color: #000000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	margin-top: 0;
}
.blog4-txt1 {
	color: #00d061;
	font-size: 16px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding-right: 5px;
}
.blog4-date {
	color: #ffb703;
	font-size: 15px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	border-left: 2px solid;
	padding-left: 8px;
}
.singleblog1-txt1 {
	color: #000000;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}
.singleblog1-txt2, .singleblog1-txt3 {
	color: #000000;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.singleblog1-content2-sec {
	background: rgb(255 183 3 / 10%);
	padding: 20px;
	border-left: 4px solid #ffb703;
}
.singleblog1-txt4 {
	color: #000000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
.singleblog1-txt5 {
	color: #ffb703;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.singleblog1-content4-sec-full {
	display: flex;
	gap: 12px;
}
.singleblog1-content5-sec-full {
	display: flex;
	justify-content: space-between;
}
.singleblog-img-sec img {
	border-radius: 8px;
}

/************************ 6.Testimonial css ***************************/
.testimonial-one__single {
	position: relative;
	display: block;
	padding-top: 10px;
}
.testimonial-one__single .icon {
	position: absolute;
	top: 0;
	right: 16px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #12223b;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	z-index: 5;
}
.testimonial-one__single .icon::before {
	position: absolute;
	top: 0px;
	left: -15px;
	width: 15px;
	border-bottom: 10px solid #12223b;
	border-left: 15px solid transparent;
	border-right: 0px solid transparent;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	content: "";
}
.testimonial-one__single-inner {
	position: relative;
	background: #ffffff;
	border-left: 5px solid #ffb703;
	padding: 30px 16px 16px 16px;
}
.testimonial-one__single-inner .author-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	flex-wrap: wrap;
}
.icon img {
	width: 30px;
	height: 30px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7447%) hue-rotate(184deg) brightness(107%) contrast(98%);
}
.img-box img {
	border-radius: 50%;
}
.author-info h2 {
	color: var(--1, #000);
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}
.bottom-text p {
	color: var(--10, #000);
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.text-box p {
	color: var(--1, #000);
	font-family: Poppins;
	font-size: 12px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
}
.rating-sec {
	display: flex;
	align-items: center;
	gap: 8px;
}

/************************ 7.Our Project css ***************************/
.project-three {
	position: relative;
	display: block;
	background: #f2f3f5;
	padding: 120px 0px 120px;
}
.project-three .container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}
.project-three__single-img {
	position: relative;
}
.project-three__single-img::before {
	position: absolute;
	content: "";
	top: 0%;
	left: 0%;
	right: auto;
	width: 100%;
	height: 100%;
	transform: translate(0%, 0%);
	background: rgb(11 19 21 / 80%);
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}
.project-three__single:hover .project-three__single-img::before {
	opacity: 0.9;
	transition: all 0.3s ease-out 0s;
}
.project-three__single-img .icon-box {
	position: absolute;
	top: 0px;
	right: 16px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}
.project-three__single:hover .project-three__single-img .icon-box {
	top: 16px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-out 0s;
}
.project-three__single-img .icon-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #feb703;
	border-radius: 50%;
	transition: all 0.3s ease-out 0s;
}
.project-three__single-img .content-box {
	position: absolute;
	left: 16px;
	bottom: 0px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}
.project-three__single:hover .project-three__single-img .content-box {
	bottom: 16px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-out 0s;
}
.project-three__single-img .content-box p {
	color: #feb703;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}
.project-three__single-img .content-box h3 {
	color: #ffffff;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
}
.slick-dots{
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.slick-dots li.slick-active button {
	background-color: #feb703;
	width: 30px;
	height: 10px;
}
.slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 5px;
	background-color: #A6A6A6;
	text-indent: -9999px;
}

/************************ 8.Blog css ***************************/
.project-card-icon {
	border: 5px solid #ffb703;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 83px;
	transform: translate(45px, -117px);
	position: relative;
	z-index: 1;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.project-card-details {
	margin: 0 15px;
	padding: 45px 16px 16px;
	filter: drop-shadow(0px 8px 10px rgba(7, 36, 95, 0.08));
	background: #fff;
	clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
	margin-top: -150px;
}
.project-card-icon p {
	color: var(--1, #000);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.project-card-img {
	position: relative;
}
.project-card-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(11 19 21 / 60%);
	border-radius: 16px 16px 0 0;
}
.project-card-img img {
	border-radius: 16px 16px 0 0;
}
.box-title {
	color: var(--1, #000);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}
.project-card-content {
	color: var(--1, #000);
	font-family: Poppins;
	font-size: 12px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
}
.read-more-btn a {
	color: #feb703;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

/************************ 9.Services css ***************************/
.service-one__single {
	position: relative;
	display: block;
}
.service-one__single-inner {
	margin-right: 25px;
}
.service-one__single-img {
	overflow: hidden;
	position: relative;
}
.service-one__single-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(11 19 21 / 60%);
}
.service-one__single-img img {
	width: 100%;
}
.service-one__single-content {
	position: relative;
	display: block;
	background: #ffffff;
	margin-top: -133px;
	margin-left: 30px;
	padding: 16px 50px 16px 16px;
	z-index: 5;
}
.service-one__single-content::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	background: orange;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	transform-origin: bottom right;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	z-index: 1;
	content: "";
}
.service-one__single .icon {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #12223b;
	z-index: 5;
}
.service-one__single .icon::before {
	position: absolute;
	top: -20px;
	right: 0px;
	width: 25px;
	border-bottom: 20px solid #12223b;
	border-left: 0px solid transparent;
	border-right: 25px solid transparent;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	content: "";
}
.service-one__single-content p {
	color: #000000;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.service-one__single-content h3 {
	color: #000000;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
}
.view-product a {
	color: var(--1, #ffffff);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	background: #feb703;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid #feb703;
}
.view-product a:before{
	content: "";
	background: white;
	position: absolute;
	z-index: -1;
	display: block;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 100%;
	transition: all 0.35s;
}
.view-product a:hover::before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.35s;
}
.view-product a:hover{
	color: #feb703;
}

/************************ 10.Single Services css ***************************/
.product-content-main {
	background: #f5f5f5;
	height: 100%;
	width: 100%;
	overflow: auto;
	padding-bottom: 20px;
}
#product-main .product-sec-wrap, 
#blog-main .product-sec-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}
.product-title {
	color: var(--2, #000000);
	font-family: Poppins;
	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-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	background: var(--15,#ffb703);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}

/************************ 11.Single Services modal css ***************************/
#product-modal, 
#share-media-modal, 
#blog-modal, 
#gallery-modal {
	background: linear-gradient(180deg, rgb(18 21 28 / 0%) 0%, rgb(18 21 28 / 0%) 100%);
	backdrop-filter: blur(4px);
}
#product-modal .modal-content, #share-media-modal .modal-content {
	border-radius: 24px;
}
.modal-title {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
.btn-close {
	opacity: 1;
}
.btn-close:focus{
	box-shadow: none;
}
.custom-lbl-feedback {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.feedback-email input, .custom-textarea-product, .custom-select-subject select {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6) !important;
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 14px;
	width: 100%;
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: 5px;
}
.product-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
}
.discard-btn a {
	background: #737373;
	color: white;
}

/************************ 12.Inquiry css ***************************/
.info-person, .contact-content h4 {
	color: var(--14, #000000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	width: 100%;
	text-transform: uppercase;
}
.input-wrapper-form {
	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);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 6px;
	width: 100%;
}
.input-wrapper input, .input-wrapper-form input, .input-wrapper-form textarea, .contact-content p {
	color: var(--10, #000000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

/************************ 13.Contact css ***************************/
.contact-details {
	display: flex;
	gap: 12px;
	border-radius: 12px;
	background: rgb(254 183 3 / 10%);
	padding: 12px;
}
.contact-icon {
	border-radius: 6px;
	background: #feb703;
	padding: 10px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-content {
	width: 90%;
}
.contact-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.days-txt, .contact-list .time-txt {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	line-height: 26px;
}
.days-txt {
	font-weight: 500;
}
.contact-list .time-txt {
	font-weight: 400;
	width: 55%;
}
.contact-content p:hover{
	text-decoration: underline;
	color: #feb703;
	transition: all .3s ease; 
}
.contact-content p{
	transition: all .3s ease; 
}

/************************ 14.Bottom css ***************************/
.add-to-contact-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
.scan-btn {
	width: 60px;
	height: 60px;
	background: var(--15, #feb703);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.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-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.plus-btn {
	border-radius: 24px;
	background: var(--1, #FFF);
	padding: 12px;
}
.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, #000);
	text-align: center;
	font-family: Poppins;
	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;
}

/************************ 15.Scanner modal popup css ***************************/
#product-modal,
#share-media-modal,
#blog-modal,
#gallery-modal {
	background: linear-gradient(180deg, rgb(18 21 28 / 0%) 0%, rgb(18 21 28 / 0%) 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 #feb703;
	height: auto;
	width: 250px;
	margin: 0 auto;
	padding: 12px;
	border-radius: 8px;
}
.scanner img {
	width: 100%;
    height: auto;
}
.scan-txt {
	padding: 14px;
	background: #feb703;
	border-radius: 8px;
}
.scan-txt p {
	color: var(--2, #fff);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.btn1 a {
	color: var(--1, #fff);
	text-align: center;
	font-family: Poppins;
	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;
}

/************************ 16.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: #feb703;
	transition: all .3s ease;
}
.social-media-img img {
	width: 30px;
	height: 30px;
	filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%) hue-rotate(13deg) brightness(99%) contrast(100%);
}
.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;
}

/************************ 17.Marquee css ***************************/
.ticker__item:before {
	content: '_';
	color: transparent;
}
.ticker__item.ticker__item_dark,
.ticker__item.ticker__item_dark a {
	color: #FFF !important;
}
.logos {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	display: flex;
}
.logos:before,
.logos:after {
	content: "";
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
	z-index: 2;
}
.logos:hover .logos-slide {
	animation-play-state: paused;
}
.logos-slide {
	animation: 60s slide infinite linear;
}
.logos-slide .ticker__item,
.logos-slide .ticker__item a {
	display: inline-block;
	font-size: 60px;
	line-height: 80px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #feb703;
	font-weight: 700;
	font-family: Poppins;
	will-change: transform;
	color: transparent;
}
@keyframes slide {
	from {
		transform: translateX(0);

	}

	to {
		transform: translateX(-100%);

	}
}

/************************ 18.Preloader css ***************************/
.clear-loader {
	background-color: #090f21;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	transition: .6s;
	margin: 0 auto
}
.loader {
	width: 40px;
	height: 40px;
	position: relative;
	perspective: 300px;
}
.loader span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #FFC300;
	animation: flip 2s linear infinite;
	transform-origin: right bottom;
}
.loader span:nth-child(2) {
	animation-delay: 0.5s;
	opacity: 0.5;
}
@keyframes flip {
	0% {
		transform: rotatex(0) rotatey(0);
	}
	25% {
		transform: rotatex(0) rotatey(180deg);
	}
	50% {
		transform: rotatex(180deg) rotatey(180deg);
	}
	75% {
		transform: rotatex(180deg) rotatey(0);
	}
	100% {
		transform: rotatex(0) rotatey(0);
	}
}

/************************ 19.Background css ***************************/
.hero {
	background-color: #000000;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
}
.cube {
	position: absolute;
	top: 80vh;
	left: 45vw;
	width: 10px;
	height: 10px;
	border: solid 1px #12223b;
	transform-origin: top left;
	transform: scale(0) rotate(0deg) translate(-50%, -50%);
	-webkit-animation: cube 12s ease-in forwards infinite;
	animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
	border-color: #ffb703;
}
.cube:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	left: 25vw;
	top: 40vh;
}
.cube:nth-child(3) {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	left: 75vw;
	top: 50vh;
}
.cube:nth-child(4) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	left: 90vw;
	top: 10vh;
}
.cube:nth-child(5) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
	left: 10vw;
	top: 85vh;
}
.cube:nth-child(6) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
	left: 50vw;
	top: 10vh;
}
@-webkit-keyframes cube {
	from {
		transform: scale(0) rotate(0deg) translate(-50%, -50%);
		opacity: 1;
	}
	to {
		transform: scale(20) rotate(960deg) translate(-50%, -50%);
		opacity: 0.1;
	}
}
@keyframes cube {
	from {
		transform: scale(0) rotate(0deg) translate(-50%, -50%);
		opacity: 1;
	}
	to {
		transform: scale(20) rotate(960deg) translate(-50%, -50%);
		opacity: 0.1;
	}
}

