@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--primary-color : #F4A419;
    --title-color : #161515;
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%);

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

/* Homepage Video */
.homepagesection{
	background:#fff;
	height: 100vh;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
a.navbar-brand {
    background: white;
    border-radius: 10px;
    padding: 8px 35px;
}
.videotop{
    background-color: rgba(0,0,0,0.5);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.contentmain{
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(0%);
	width: auto;
	height: 100%;
	text-align: left;
}
.contfirst h2{
	font-size: var(--clamp55);
	color: white;
	font-weight: 700;
	text-align: left;
}

.contfirst h5{
	font-size: var(--clamp20);
	color: white;
	font-weight: 300;
	text-align: left;
}
.contfirst h2 b{
	color: var(--primary-color);
	font-size: var(--clamp75);
}
.themebtn a{
	background-color: var(--primary-color);
	padding: 15px 30px;
	border-radius: 50px;
	color: white;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.fetblock img{
	filter: invert(100);
	height: 100px;
}
.fetblock h3{
	font-size: var(--clamp24);
	color: white;
	font-weight: 700;
	margin-top: 15px;
}
.extrafetures{
	position: relative;
	bottom: -200px;
}
/* .contentmain{
	position: absolute;
	z-index: 4;
	height: 100%;
	width: 100%;
} */
/* HomePage Video */

/* footer */

.footer{
    background: #000000;
    color: white;
	padding: 80px 0;
}

.footerblock h1{
	font-size: var(--clamp55);
    font-weight: 800;
    text-align: left;
    margin-bottom: 10px;
}
.footerblock h5{
	font-size: var(--clamp16);
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
	opacity: 0.6;
	letter-spacing: 0.5px;
	line-height: 22px;
}
.footer-social a{
	margin:0 6px;
}
.footer-social i{
	color: #fff;
	font-size: 18px;
}
.footerlinks h4{
	font-size:var(--clamp22);
}
.footerlinks li a{
	font-size:var(--clamp15);
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	opacity: 0.7;
}
.footerlinks li a:hover{
	color:#fff;
	opacity:1;
}
.footerlinks li{
	list-style: none;
	line-height: 30px;
}
.footercontact h4{
	font-size:var(--clamp22);
	margin-bottom: 20px;
}
.footercontact p{
	font-size: var(--clamp16);
}
.footercontact p i{
	margin-right:10px;
}
.footerbrand{
	background-color: #0f0e0e;
	text-align: center;
	padding: 5px 0;
}
.footerbrand h6{
	color:#fff;
	font-size:var(--clamp14);
	padding-top: 10px;
	opacity: 0.8;
}

/* footer */


/* Responsive */
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
	.video {
    height: 100vh;
    overflow: hidden;
	}
	video {
		height: 100% !important;
		width: 100%;
		object-fit: cover;
	}
	.contentmain {
		position: absolute;
		z-index: 3;
		top: 35%;
		transform: translateY(0%);
		width: auto;
		height: 100%;
		text-align: left;
	}
	.wh-api {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 9;
	}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 991px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
}

/* aboutus section */
.aboutus-section{
	padding: 100px 0;
}
.titlestyle h4{
	background-color: var(--primary-color);
	padding: 3px 20px;
	border-radius: 50px;
	font-size: var(--clamp18);
	text-transform: uppercase;
	line-height: 30px;
	display: inline-block;
	color: #fff;
}
.aboutus-content h2{
	font-size: var(--clamp50);
	font-weight: 700;
	text-align: left;
	margin: 15px 0;
}
.aboutus-content li{
	list-style: none;
	font-size: var(--clamp22);
}

.abtimg2{
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	height: 500px;
	width: auto;
	right: 0;
	top: 0px;
}
.abtimg2 img{
	width: 100%;
	height: 100%;
}

@media screen  and (min-width:320px) and (max-width:767px) {
	.abtimg2 {
		top: 40px;
	}
	a.navbar-brand {
    background: white;
    border-radius: 10px;
    padding: 2px 5px !important;
}
}
@media screen  and (min-width:768px) and (max-width:991px) {
	.abtimg2 {
		top: 40px;
	}
}

/* aboutus section */

.divbox{
	border: solid 1px #eee;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.divimg{
	height: 250px;
}
.divimg img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.divcontents{
	padding: 0px;
}	
.serviceswedo{
	padding: 50px 0;
}
/* Services */
.servicblock{
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.details{
	background-color: #000000;
	padding: 15px 15px;
}
.serback{
	height: 500px;
	overflow: hidden;
	border: solid 1px #eee;
	border-radius: 10px;
}
.serimgs{
	height: 270px;
	overflow: hidden;
}
.serimgs img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.detailss{
	padding: 25px 15px;
}
.detailss p{
	color: #000;
	font-size: var(--clamp16);
}

.detailss h5{
	color: #000;
	font-size: var(--clamp26);
}
.detailss h4{
	color: #000;
	font-size: var(--clamp32);
}


/* Services */

.banner{
    background-image: url("https://t4.ftcdn.net/jpg/03/36/30/11/360_F_336301102_17vyr7sr47lPiL4AhcUJtlepUwnISErJ.jpg");
    background-size: cover;
    background-position: center center;
	height: 500px;
}
.innerbanner{
    background-color: rgba(0,0,0,0.2);
    height: 100%;
    padding: 100px 0;
    text-align: center;
}
.innerbanner h2{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
	text-align: left;
    letter-spacing: 1px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .innerbanner{
        padding: 50px 0;
    }
    .innerbanner h2{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}

/* Contact form */
.contactform{
    padding: 50px 0;
    background: #fff;
}
.forms{
    background-color: #eee;
    padding: 50px 20px;
    border-radius: 10px;
}
.forms input[type="text"],input[type="email"],input[type="number"]{
    width: 100%;
    padding: 10px 20px;
    border-radius: 0px;
    border: solid 1px #eee;
    margin-bottom: 20px;
    box-shadow: none;
}
.forms select,.forms select:focus{
    width: 100%;
    padding: 10px 20px;
    border-radius: 0px;
    border: solid 1px #eee;
    margin-bottom: 20px;
    box-shadow: none;
}
.forms button{
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    width: 100%;
    font-size: var(--clamp20);
    font-weight: 600;
    text-decoration: none;
    border: none;
}

/* Contact form */

/* contact us */
.contactsection{
    padding: 50px 0;
}
.con-content h2{
    font-size: var(--clamp32);
    font-weight: 600;
}
.con-content h5{
    font-size: var(--clamp20);
    font-weight: 500;
}

.con-content p{
    font-size: var(--clamp16);
    font-weight: 400;
}
.con-det h4{
    font-size: var(--clamp20);
    font-weight: 500;
}
.conicon{
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    border-radius: 6px;
}
.conicon i{
    font-size: 24px;
}
.mobilecall{
	display: none;
}
.subsidy{
	padding: 50px 0;
}
.subsidy img{
	border-radius: 10px;
}
.subsidy h2{
	font-size: var(--clamp40);
}
.subsidy p{
	font-size: var(--clamp18);
}
/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .con-content{
        margin-top: 30px;
    }
    .conicon{
        height: 70px;
        width: 100%;
        border-radius: 6px;
    }
	.togglemenu {
		position: absolute;
		right: 10px;
		top: 26px;
	}
	.mobilecall {
    position: absolute;
    right: 55px;
    display: block;
}
	.subsidy h2 {
		margin-top: 33px;
	}
	.banner {
    background-size: cover;
    background-position: center center;
    height: 150px;
}
.whydetailsblock{
	height: auto !important;
	margin-bottom: 15px;
}
.contentmain {
    position: absolute;
    z-index: 3;
    top: 20%;
    transform: translateY(0%);
    width: auto;
    height: 100%;
    text-align: left;
}
.extrafetures {
    position: relative;
    bottom: -50px;
}
.fetblock img {
    filter: invert(100);
    height: 60px;
}
.fetblock {
    text-align: center;
}
.servicblock {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
}
@media screen  and (min-width:768px) and (max-width:991px) {
    .con-content{
        margin-top: 30px;
    }
	.banner {
    background-image: url("../img/banner.png");
    background-size: cover;
    background-position: center center;
    height: 350px;
}
.subsidy h2 {
		margin-top: 33px;
	}
.servicblock {
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.togglemenu {
		position: absolute;
		right: 20px;
		top: 40px;
	}
	.mobilecall {
		position: absolute;
		right: 70px;
		display: block;
	}
}
/* contact us */

.navbar-brand {
      display: flex;
      align-items: center;
    }

  .navbar-brand img {
    width: 80px;
    /* margin-right: 8px; */
}

    .logo-text {
      display: flex;
      flex-direction: column;
      line-height: 1;
    }

    .logo-title {
      font-weight: bold;
      font-size: 1.5rem;
    }

    .logo-subtitle {
      font-size: 0.75rem;
      color: #888;
    }

    .discover-btn {
      background-color: #3da235;
      border-radius: 30px;
      padding: 8px 20px;
      color: white;
      font-weight: 500;
      display: flex;
      align-items: center;
      border: none;
    }

    .discover-btn .bi {
      margin-left: 5px;
    }

    .cart-badge {
      position: relative;
    }

    .cart-badge::after {
      content: "02";
      position: absolute;
      top: -8px;
      right: -10px;
      background: #3da235;
      color: white;
      font-size: 0.6rem;
      padding: 2px 4px;
      border-radius: 50%;
    }

    .menu-toggle {
      background: #1c1c1c;
      color: white;
      border-radius: 50%;
      padding: 8px;
      font-size: 1.2rem;
    }

    @media (max-width: 991px) {
      .discover-btn {
        margin-top: 10px;
      }
    }

	/* Whatsapp btn animation */
.whatsapp-pulse i{
    font-size:26px;
    color:white;
    position:relative;
    top:-3px;
}
.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}
.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
/* Whatsapp btn animation */
.whychose{
	background-color: #eee;
	padding: 70px 0;
}
.whydetailsblock {
    background-color: white;
    border-radius: 10px;
    padding: 35px 15px;
    text-align: center;
    height: 300px;
    margin-bottom: 15px;
}
.whydetails{
	margin-top: 35px;
}
.whydetailsblock h3{
	font-size: var(--clamp22);
	font-weight: 700;
}
.whydetailsblock p{
	font-size: var(--clamp18);
	font-weight: 400;
}
.whydetailsblock i{
	font-size: var(--clamp50);
}
.whychosetitle h2{
	font-size: var(--clamp40);
	font-weight: 700;
}
.whychosetitle h5{
	font-size: var(--clamp20);
	font-weight: 400;
}

/* Partners */
.ourpartners{
	padding: 20px 0;
	background-color: #f6f5f5;
}
.title {
	text-align: center;
	margin-bottom: 20px;
}
.blockpartner{
	background-color: white;
	height: 120px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	padding: 0px !important;
	margin-bottom: 20px;
}
.blockpartner img{
	height: 60px;
	width: auto;
	padding: 5px;
}

/* Partners */

/* Services */
.probox{
	background-color: white;
	padding: 15px;
	text-align: center;
}
.probox img{
	height: 200px;
	width: auto;
	margin-bottom: 20px;
}
.probox h4{
	text-transform: uppercase;
	font-weight: 700;
	font-size: var(--clamp25);
}
.products{
	padding: 40px 0;
}
/* Services */

/* gallery */
.gallery_sec{
    width:100%;
    padding:80px 0;
  }
  .heading{
    width:100%;
    text-align:center;
  }
  .heading h2{
    font-size:30px;
    font-weight:bold;
    border-bottom:2px solid #000;
    padding-bottom:25px;
  }
  .gallery_sec img{
    width:100%;
    margin-bottom:30px;
    height:250px;
  }
  
  .gallery_sec a {
      position: relative;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  
  .gallery_sec a::before {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      background: none;
      background-size: contain;
      background-repeat: no-repeat;
    top:45%;
    left:50%;
    transform:translate(-50%, -50%);
  }
  
  .gallery_sec img {
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  .gallery_sec a:hover img {
      position: relative;
      width: 100%;
  }
  
  .gallery_sec a:hover img {
      opacity: 0.2;
  }
  
  .gallery_sec a:hover::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      background: url(https://i.ibb.co/3fMkjjF/Resize.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 99;
  }

  .gallery{
    height:300px;
    border:solid 1px #eee;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .gallery img{
    height: 100%;
  }
  .gimg{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
/* gallery */