/*================================================
1. HEADER SECTION INCLUDE (NAVBAR & CAROUSEL)
================================================*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevent horizontal scroll */
}
header .carousel-inner .item {
	height: 100vh;
}

.new-logos{
  display: flex;
}

.new-logo-s{
  margin-top: 32px;
}

.navbar-header img{
  height: 45px;
}

.navbar-header a{
	letter-spacing: 0px;
	font-weight: ;
}

.navbar-header small{
	font-size: 12px;
	letter-spacing: 5px;
}

.navbar-inverse {
	background-color: blur(-10px);
	border-color: transparent;
}

.navbar-inverse .navbar-brand{
	color: #fff;
	font-size: 35px;
	padding: 35px 25px;
	font-weight: ;
}

.nav-logo{
	height: 100px;
}

.nav.navbar-nav.navbar-right {
	margin: 25px 0;
}

.btn-tog{
  text-align: center;
  font-size: 22px;
  color: white;
  position: relative;
  float: right;
  margin-top: 22px;
  margin-right: 20px;
  background-color: transparent;
  display: none;
  border-radius: 4px;
}

@media (max-width: 767px) { /* Bootstrap's xs breakpoint */
  .btn-tog {
    display: block; /* Show on mobile */
  }
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
}

.dropmenu ul{
  padding: 10px;
  color: red;
}

.dropmenu li a{
  margin: 10px;
  color: white;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 5s ease-in-out; /* Adjust duration for slower fade */
}

.carousel-fade .carousel-inner .item {
    transition: opacity 0.5s ease-in-out;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.banner-1{
  background-image: url('slider/supple-slider-01.jpeg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
  height: 100vh;	
}

.banner-2{
  background-image: url('slider/supple-slider-02.jpeg');
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
}

.banner-3{
  background-image: url('slider/supple-slider-03.jpeg');
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
}

.carousel-caption {
	padding-bottom: 250px;
	font-family: poppins;
}

.carousel-caption h2 {
	font-size: 70px;
	text-transform: uppercase;
	font-weight: bold;
}

.carousel-caption h2 span {
	color: #EDBB00;
}

.carousel-caption a {
	background: #EDBB00;
	padding: 15px 35px;
	display: inline-block;
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 25px;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

.carousel-indicators .active {
	background-color: #EDBB00;
	border-color: #EDBB00;
}

/*Responsive CSS for header section*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		padding-bottom: 350px;
	}
	.carousel-caption h2 {
		font-size: 50px;
	}
  .navbar-header img{
    height: 40px;
  }  
}

@media only screen and (max-width: 767px) {
	.navbar-inverse .navbar-brand {
		height: 80px;
		font-size: 30px;
		padding: 20px 15px;
	}
  .new-logo-s{
    margin-top: 20px;
    margin-left: 15px;
  }
  .navbar-header img{
    height: 40px;
  }
  .new2 h1{
    font-size: 20px;
  }
	.navbar-collapse { 
		background: rgba(0, 0, 0, 0.5);
	}
	.carousel-caption {
		padding-bottom: 120px;
	}
	.carousel-caption h2 {
		font-size: 25px;
	}
	.carousel-caption h3 {
		font-size: 18px;
	}
	.carousel-caption a {
		padding: 10px 25px;
	}
}


/*================================================
2. PRODUCT RANGE SECTION CSS
================================================*/

.product-showcase {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}

.swiper h1{
  text-align: center;
  font-family:"Nunito Sans",sans-serif;
  font-weight: 600;
}

.swiper-slide {
  width: 250px;
  height: 500px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: black;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
}

.swiper-slide--one span {
  background: #62667f;
}

.swiper-slide--two span {
  background: #087ac4;
}

.swiper-slide--three span {
  background: #b45205;
}

.swiper-slide--four span {
  background: #087ac4;
}

.swiper-slide h2 {
  color: darkgray;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 25px 45px 0 25px;
  text
}

.swiper-slide p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 25px 35px 25px;
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-slide--1 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Translucent-Stone-Veneer-16.jpg)
      no-repeat 50% 50% / cover;
}

.swiper-slide--2 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Indian-Autumn-Rustic.jpg)
      no-repeat 50% 50% / cover;
}

.swiper-slide--3 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Translucent-Stone-Veneer-12.jpg)
      no-repeat 50% 50% / cover;
}

.swiper-slide--4 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Jeera-Green.jpeg)
      no-repeat 50% 50% / cover;
}

.swiper-slide--5 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Indian-Autumn.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--6 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Rock-Red.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--7 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Sanjayani-White.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--8 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Forest-Brown.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--9 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Translucent-Stone-Veneer-2.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--10 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Golden.jpeg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--11 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Translucent-Stone-Veneer-1.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--12 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Copper.jpeg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--13 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Translucent-Stone-Veneer-15.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--14 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Teak-Wood-Sand.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--15 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Translucent-Stone-Veneer-6.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--16 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Translucent-Stone-Veneer-14.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--17 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Panda-White.jpg)
      no-repeat 50% 50% / cover;
}
.swiper-slide--18 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(showcase-slider/Rubby-Line.jpg)
      no-repeat 50% 50% / cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (max-width: 600px) {
  .swiper h1{
    font-size: 25px;
  }
}

/*================================================
3. Our PROCESS SECTION
================================================*/

.process_section{
	min-height: auto;
  margin-bottom: 25px;
}

.heading_container{
	text-align: center;
  border-bottom: 2px solid #3B444B;
}

.img-box img{
	width: 60px;
    min-height: 60px;
}

.img-box{
	text-align: center;
}

.service-box{
	margin: 50px 0 50px 0;
}

.heading_container h1{
	font-weight: 600;
  font-family:"Nunito Sans",sans-serif;
}

@media screen and (max-width: 600px) {
  .heading_container h1{
    font-size: 25px;
  font-weight: 600;
  font-family:"Nunito Sans",sans-serif;
}
}

.heading_container p{
  font-family:"Nunito Sans",sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: orange;
}

.detail-box{
	text-align: center;
}

.detail-box h3{
  font-family:"Nunito Sans",sans-serif;
	font-weight: 600;
}

.detail-box h5{
  font-family:"Nunito Sans",sans-serif;
}

.service-box:hover{
	transform: scale(1.03)translateY(-5px);
}
 
/*================================================
4. ABOUT US SECTION
================================================*/

.about_section {
	margin-bottom: 5%;
	color: black;
}

.long_section {
	min-height: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img-box{
	text-align: center;
}

.about_section .about-img-box img {
  width: auto;
  height: 400px;
  border-radius: 10px;
  border-bottom: 4px solid orange;
}

.about-img-box h3{
	text-align: center;
  font-weight: 600;
  font-family:"Nunito Sans",sans-serif;
  margin-top: 10px;
}

.about-heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-heading-container h3{
  font-family:"Nunito Sans",sans-serif;
	font-weight: 600;
	text-align: center;
}

.about-heading-container p{
  font-family:"Nunito Sans",sans-serif;
}

.about_section .about-detail-box p {
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 20px;
    text-align: left;
    text-align: justify;
}

.button-52 {
	color: white;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border-radius: 5px;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-family:"Nunito Sans",sans-serif;
}

.button-52:after {
  content: "";
  border-radius: 5px;
  background-color: black;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}

/*================================================
5. Natural Image
================================================*/
.new2 img{
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.new2 h1{
  padding-left: 15px;
}
.new2 h4{
  padding-left: 15px;
}


/*================================================
6. CHOOSE US
================================================*/

.chooseus{
	background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(bg-image.jpg);
  width: 100%;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 8rem 12% 10rem;
  font-family:"Nunito Sans",sans-serif;
}

.heading{
  text-align: center;
  margin-bottom: 80px;
  font-family:"Nunito Sans",sans-serif;
  border-bottom: 1px solid white;
}

.heading h1{
	font-size: 30px;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .heading h1{
    font-size: 25px;
  }
}

.chooseus .box{
	display: flex;
}

.row-content{
	margin-top: 25px;
}

.us-icon{
  text-align: center;
}

.us-heading{
  text-align: center;
  text-wrap: nowrap;
  margin-bottom: 80px;
  font-size: 15px;
}

.row-content img{
  height: 60px;
}

.content-item{
	padding: 20px;
}

.content-item h5{
	opacity: 0.5;
	word-spacing: 1px;
}

.content-item h2{
	opacity: 0.8;
	font-weight: 800;
	font-size: 18px;
}

.content-img {
    padding-top: 18px;
}

.content-img img{
	height: 40px;
}

/*================================================
7. CONTACT FORM SECTION CSS
================================================*/

input[type=text],input[type=email],input[type=tel], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 15px;
  font-family:"Nunito Sans",sans-serif;
}

label {
  font-family:"Nunito Sans",sans-serif;
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-size: 15px;
  text-wrap: nowrap;
}

input[type=submit] {
  font-weight: 600;
  background-color: black;
  color: white;
  letter-spacing: 1px;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container-form {
  border-radius: 5px;
  
}
.container-form h1{
  font-size: 40px;
  font-weight: 600;
  font-family:"Nunito Sans",sans-serif;
  padding-top: 15px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/*================================================
8. FOOTER SECTION CSS
================================================*/

.footer_section{
  margin-top: 30px;
  font-family:"Nunito Sans",sans-serif;
	min-height: 500px;
	background-image: linear-gradient(rgba(0, 0 , 0, 1), rgba(0, 0, 0, 0.25)), url(footer-bg.png);
  background-size: cover;
	color: white;
	position: relative;
  
}
.footer_section .box{
	display: -webkit-box;
  display: block;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px;
}

.content-box a{
	display: flex;
	font-size: 18px;
	text-decoration: none;
	color: white;
	line-height: 30px;
}

.content-box a:hover{
  color: red;
  text-decoration: none;
}

.content-box h3{
	line-height: 25px;
	font-size: 18px;
}

.content-box img{
	height: 150px;
  margin-top: 25px;
}

.content-box h2{
	padding-bottom: 10px;
	font-weight: 600;
	margin-top: 20px;
	color: white;
	border-bottom: 1px solid white;
}

.box{
	display: block;
}

.social a {
	background-color: var(--bg-color);
  font-size: 25px;
  color: white;
  border: 2px solid white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  margin: 0 10px;
  transition: 0.3s ease-in-out;
}

.social .linkedin:hover{
  box-shadow: 0 0 25px white;
  transform: scale(1.2)translateY(-10px);
  color: white;
  background-color: #0077B5 ;
}

.social .twitter:hover{
  box-shadow: 0 0 25px white;
  transform: scale(1.2)translateY(-10px);
  color: white;
  background-color: #1DA1F2;
}

.social .insta:hover{
  box-shadow: 0 0 25px white;
  transform: scale(1.2)translateY(-10px);
  color: white;
  background-image: linear-gradient(to right, #f9ce34,#ee2a7b ,#6228d7);
}

.social .fb:hover{
  box-shadow: 0 0 25px white;
  transform: scale(1.2)translateY(-10px);
  color: white;
  background-color: #1877F2;
}

.social .wp:hover{
  box-shadow: 0 0 25px white;
  transform: scale(1.2)translateY(-10px);
  color: white;
  background-color: #25D366;
}

.social{
	margin-top: 22px;
	color: var(--main-color);
}

.copyright {
	text-align: center;
}

