@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--primary-color: #222629;
	--secondary-color: #F8F8F8;
	--text-color: #707070;
	--accent-color: #01b17a;
	--accent-secondary-color: rgb(2, 130, 36);
	--white-color: #FFFFFF;
	--divider-color: #EEEEEE;
	--dark-divider-color: #FFFFFF1A;
	--error-color: rgb(230, 87, 87);
	--default-font: "Barlow", sans-serif;

--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);
}

p{
	font-size: var(--clamp16);
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
}
a{
	text-decoration: none;
	font-size: var(--clamp20);
	font-weight: 600;
}

.sliderbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.sliderbtn a{
    padding:10px 20px;
    background:#ef1453;
    text-decoration: none;
    color:white;
    border-radius: 10px;
}
/* Icon Effect */
.icons{
		display: flex;
		background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
		background-size: 200% auto;
		border: none;
		transition: all 0.4s ease-in-out;
		overflow: hidden;
		z-index: 0;
		height: 60px;
		width: 60px;
		border-radius: 50px;
		justify-content: center;
		align-items: center;
}
.icons i{
	color: white;
	font-size: 25px;
}
.icons:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.icons:hover  {
    background-position: right center;
}
/* Icon Effect */

/* Image Hover Effect */

.imghover {
	position: relative;
}
.imghover::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.imghover:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Image Hover Effect */

/* Title */
.title h4{
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.title h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/icon-sub-heading.svg') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 18px;
}
.title img{
	margin-right: 5px;
}
/* Title */





/* footer */
.main-footer {
    background: url(../img/footer-bg-shape.png), var(--primary-color);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-top: 80px;
	padding-bottom: 30px;
	height: auto;
}
.footersec1 {
 	width: 100%;
    height: 100%;
    background: var(--dark-divider-color);
	border-radius: 20px;
	overflow: hidden;
}
.footerb1 {
    background: linear-gradient(90deg, var(--accent-color) 0.18%, var(--accent-secondary-color) 100.18%);
    padding: 40px 60px 40px 30px;	
	height: 150px !important;
}
.fdetails{
    margin-left: 10px;
    margin-top: 10px;
}
.fdetails h5 {
    font-size: 16px;
    color: white;
    text-transform: capitalize;
}
.fdetails h3 {
    font-size: var(--clamp14);
    color: white;
    text-transform: capitalize;
}
.footer-details{
	padding-top: 50px;
}
.footer-details h4{
	font-size: var(--clamp18);
	color: white;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-details p{
	font-size: var(--clamp16);
	color: white;
	font-weight: 400;
	opacity: 0.75;
}
.footer-details li{
	list-style: none;
}
.footer-details li a{
	color: white;
	text-decoration: none;
	line-height: 35px;
}
.copyright{
	text-align: center;
	color: white;
	border-top: solid 1px #333;
	padding-top: 30px;
}
/* foter */

/* contact */
/* 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;
}

/* 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;
    }
}
@media screen  and (min-width:768px) and (max-width:991px) {
    .con-content{
        margin-top: 30px;
    }
}



/* contact us */

/* Contact */


/* gallery */
/* gallery */
.gallery_sec{
    width:100%;
	height: 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;
  }
.mobilethings{display: none;}
  .gallery{
    height:300px;
    border:solid 1px #eee;
    margin-bottom: 20px;
	width: 100%;
	position: relative;
  }
  .gallery img {
    height: 300px;
    position: relative;
    width: 100%;
    object-fit: cover;
}
  .gimg{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  /* saftey */
  .safty{
    margin: 35px 0;
  }
  .saftey-block{
    padding: 30px;
    text-align: center;
    background-color: #2d4475;
    border-radius: 10px;
  }
  .saftey-block h3{
    font-size: var(--clamp40);
    color: white;
  }
  .saftey-block a{
    background-color:crimson;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    margin-top: 20px;
  }

  /* safrey */
  /* Service */
.services-section{
	padding: 50px 0;
}
.service-block{
	height: auto;
	border: solid 1px #eee;
	border-radius: 30px;
	margin-bottom: 25px;
}
.serviceimg{
	height: 250px;
}
.serviceimg img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 30px 30px 0px 0px;
}
.servicecontet{
	padding: 15px;
	text-align: center;
}
.servicecontet h4{
	font-size: var(--clamp20);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
}



  /* Service */




  
/* gallery */

.page-title{
    text-align:center;
    padding:30px 0;
}
.page-title h1{
    font-size:var(--clamp40);
    font-weight:bold;
	text-transform: uppercase;
}
.page-title h1 span{
    font-size:var(--clamp40);
    font-weight:bold;
	text-transform: uppercase;
	color: var(--accent-secondary-color);
}
.page-title p{
    font-size:var(--clamp20);
    font-weight:400;
}

/* Topmenu */

.topmenu-section{
    background-color: transparent;
    height:80px;
}
.topmenu-section .logo img{
    height: 50px;
}
.topmenu-section .website-menu li{
    list-style: none;
    float: left;
    margin-left: 30px;

}
.topmenu-section .website-menu ul{
    float: right;
    margin-top: 12px;
}
.topmenu-section .website-menu ul li a{
    color: #222;
    text-decoration: none;
    font-weight: 500;

}
.topmenu-section .website-menu .splcontact{
    background-color: #090b0f;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    padding-bottom:12px;
}
.mobilemenus{
    display: none;
}
.menubar{
    display: none;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus {
		display: block;
		background-color: white;
		position: fixed;
		left: -320px;
		width: 320px;
		height: 100%;
		transition: ease-in-out 0.3s;
		border-right: solid 1px #eee;
		z-index: 10;
	}
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .menubar i{
        font-size: 30px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
        cursor: pointer;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -400px;
        width: 400px;
        transition: ease-in-out 0.3s;
        height:100%;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        cursor: pointer;
    }
    .menubar i{
        font-size: 30px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}
/* Topmenu */

/* slider */
/* HeroSlider */
.heroslider{
    height: 600px;
}
.heroslider img{
    height: 600px;
    width: 100%;
}
.theslider{
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.heroslider button {
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.heroslider i{
    color: white;
}
.heroslider .slick-next{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.heroslider .slick-prev{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 320px) and (max-width: 575px) {
	.heroslider{
        height: 250px;
    }
    .heroslider img{
        height: 250px;
    }
    .theslider{
        height: 250px;
    }
    .heroslider .slick-next{
        right: 10px;
    }
    .heroslider .slick-prev{
        left: 10px;
    }
    .heroslider button {
        height: 30px;
        width: 30px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .heroslider{
        height: 350px;
    }
    .heroslider img{
        height: 350px;
    }
    .theslider{
        height: 350px;
    }
    .heroslider .slick-next{
        right: 15px;
    }
    .heroslider .slick-prev{
        left: 15px;
    }
    .heroslider button {
        height: 40px;
        width: 40px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.heroslider{
        height: 400px;
    }
    .heroslider img{
        height: 400px;
    }
    .theslider{
        height: 400px;
    }
    .heroslider .slick-next{
        right: 20px;
    }
    .heroslider .slick-prev{
        left: 20px;
    }
    .heroslider button {
        height: 40px;
        width: 40px;
    }
}
/* HeroSlider */

/* aboutus */
.aboutpage{
	padding: 50px 0;
}
.abtimg{
	overflow: hidden;
	border-radius: 10px;
}
.abtcontent{
	position: absolute;
	background-color: white;
	padding: 50px 30px;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.abtcontent h3{
	font-size: var(--clamp35);
	font-weight: 400;
}
.abtcontent p{
	font-size: var(--clamp18);
	font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 575px) {
	.abtcontent {
        position: relative;
        background-color: white;
		left: 0 !important;
		top: 0 !important;
        padding: 50px 30px;
        transform:none !important;
        margin-top: 25px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	.abtcontent {
        position: relative;
        background-color: white;
		left: 0 !important;
		top: 0 !important;
        padding: 50px 30px;
        transform:none !important;
        margin-top: 25px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.abtcontent {
        position: relative;
        background-color: white;
		left: 0 !important;
		top: 0 !important;
        padding: 30px 30px;
        transform:none !important;
        margin-top: 25px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
}
/* aboutus */

.banner{
    background-image: url("https://www.kalyanenterprise.in/img/gallery/cricket_nets.jpg");
    background-size: cover;
    background-position: center bottom;
}
.innerbanner{
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    padding: 100px 0;
    text-align: center;
}
.innerbanner h2{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
    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) {

}


/* Floting Btn */
/* Base */
.btn-floating:hover img {
	margin-bottom: -3px
  }
  
  .btn-floating {
	  position: fixed;
	  right: 25px;
	  overflow: hidden;
	  width: 50px;
	  height: 50px;
	  border-radius: 100px;
	  border: 0;
	  z-index: 9999;
	  color: white;
	  transition: .2s;
  }
  
  .btn-floating:hover {
	  width: auto;
	  padding: 0 20px;
	  cursor: pointer;
  }
  
  .btn-floating span {
	  font-size: 16px;
	  margin-left: 5px;
	  transition: .2s;
	  line-height: 0px;
	  display: none;
  }
  
  .btn-floating:hover span {
	  display: inline-block;
  }
  
  /* Phone */
  .btn-floating.phone {
	  bottom: 85px;
	  background-color: #760f10;
  }
  
  .btn-floating.phone:hover {
	  background-color: #c03421;
  }
  
  /* WhatsApp */
  .btn-floating.whatsapp {
	  background-color: #34af23;
	  bottom: 25px;
  }
  .btn-floating.whatsapp:hover {
	  background-color: #1f7a12
  }
  .floatbtns img {
	  margin-top: -5px;
  }
  .floatbtns a{
	  font-weight: bold;
  }
  /* Floting Btn */