
  @import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Markazi+Text&family=Roboto+Slab:wght@200;400&display=swap');


*{
  font-family: 'Alkatra', cursive;
font-family: 'Markazi Text', serif;
font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
}

:root {
    --white: #fff;
    --black: #000;
--light-green: #000;
--sky-blue:#d31110;

  }

  :root {
    --animate-duration: 1s;
    --animate-delay: .5s;
}
.mymation {
  animation: myani 3s;
  animation-direction: alternate;
}


@keyframes myani {
  0% {
      transform: translateX(-800px);
  }
  100% {
      transform: translateX(0);
  }
}

.mymation2 {
  animation: myani2 3s;
  animation-direction: alternate;
}


@keyframes myani2 {
  0% {
      transform: translateX(400px);
  }
  100% {
      transform: translateX(0);
  }
}
.top-navbar {
    display: flex;
    justify-content: space-evenly;
    /* background-color:#d31110; */
    background: linear-gradient(45deg, #d31110 35%, #000000 35%);
    color: white;
width: 100%;

}
.top-navbar a{
    text-decoration: none;
    color:white;
    font-size: 14px;
 transition: .5s;
}
.top-navbar a:hover{
  letter-spacing: 1px;
  color:#fff;

}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link:hover{
  color: #000;
}
.nav-button{
  color: #000!important;
} 
.nav-button:hover{
  color: #d31110!important;
} 


.icon a{
  margin-left: 10px;
  }
  .nav-link{
    font-size: 15px;
 padding: 0 20px !important;
  }
  .dropdown-item{
    color: black !important;
    font-size: 14px;
    padding: 8px 14px !important;

  }
  .dropdown-menu {
border: 1px solid #000;
 margin-top: 20px !important;

    --bs-dropdown-link-active-bg:transparent  !important;
  }

  .dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: transparent !important;

}

@media only screen and (max-width: 768px) {
  .top-navbar {
      display: block;
      text-align: center;
  }
  .icon a{
    margin-top: 10px;
      }
      .icon a i{
        margin-top: 10px;
 
      }
}


.icon a i{
 background-color: transparent;
 height: 25px;
 width: 25px;
 border: 1px solid white;
 align-items: center;
 text-align: center;
 line-height: 25px;
 border-top-left-radius: 5px;
 border-bottom-right-radius: 5px;
transition: .5s;

}
.icon a i:hover{
transform: translateY(-5px);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

@media only screen and (max-width: 768px) {
  .top-second-navbar{
      display:none;
text-align: center;
  }
  .carousel-control-next-icon {
display: none;
}


.carousel-dark .carousel-indicators [data-bs-target] {
   display: none;
}
}
.second-navbar{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
@media only screen and (max-width: 340px) {
  .logo1{
    margin-left: 2px !important;
  }
}


/*============= second-navbar-start========================== */
.navbar{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
background-color: white;
}
.navbar-brand{
  padding-left: 50px;
}
.nav-link {
  color:#292929 !important;
  font-size: 18px;
  font-weight: 600 !important;
  padding-left: 10px !important;
}
.nav-link:hover{
  color:#d31110 !important;
}
/* .navbar-brand img{
width: 150px;
} */



.enq-btn{
  color: white;
  font-weight: 500;
  background-color: #d31110;
  border: none;
  margin-left: 50px;
  height: 30px;
  width: 90px;
  margin-top: 7px;
  transition: .5s;
}

.enq-btn:hover{
background-color:#838383;

}
@media only screen and (max-width: 992px) {
  .enq-btn{
    margin-left: 20px;
  }
  .nav-link {
    font-weight: 500 !important

  }
}
@media only screen and (max-width: 768px) {

  .navbar-brand{
    padding-left: 10px;
  }
  .email{
    display: none;
  }
  .icon{
    display: none;
  }
  .nav-link {
    padding: 4px 20px !important;
  }
}
@media only screen and (max-width: 450px) {
.navbar-brand img{
  width: 114px;
  }

}

.gallery-section-start {
  padding: 80px 0px;
}

/*================================ abt-us-section-start============================ */

.aboutus-section-start{
  padding: 60px 0px 80px 0px;
  background-color: #f2f2f2;
 }
.abt-us{
  color: black;
  font-weight: 600;
}
 .abt-head{

  font-size: 20px;
  background: linear-gradient(90deg, #e4020e, #d51b1b, #c53a10, #ff9000, #ff1200, #ff3f00);
  background-size: 400%;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: animate 10s linear infinite;
  margin-bottom: 50px;
  /* margin-left: 20px; */
 }
 @keyframes animate {
  0%{
    background-position: 0%;
  }
  100%{
    background-position: 400%;
  }
 }

.paragraph{
  color: grey;
  font-size: 14px;
  text-align: justify;
}


 /* .abt-img-box{
border-bottom: 10px solid #000;
border-top: 10px solid #000 ;
border-left: 10px solid #d31110;
border-right: 10px solid #d31110 ;
  overflow: hidden;
 } */
 .abt-img-box img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

transition: all 5s ease-in-out;
 }
 /* .abt-img-box img:hover{
 transform: scale(1.1);

  cursor: pointer;
 } */



@media (max-width: 992px) {
  .aboutus-section-start{
    padding: 40px 0px;
   }
   .carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    display: none;
   }
}
#more {
display: none;
}
.modal-cont{
color:#d31110;
}
.modal-content{
border: 3px solid #d31110 !important;
}
.read-more-btn{
background-color: #d31110;
border: none !important;
color: #fff;
}
.heading{
  margin: 10px 0;
  text-align: center !important;
  padding-bottom: 15px !important;
  color:#000 !important;
  /* text-shadow: 0 5px 10px rgba(0,0,0,.2) !important; */
  font-size: 22px !important;
  font-weight: 500 !important;
  letter-spacing: 5px !important;
  position: relative !important;
  
}
.heading span{
  background:linear-gradient(90deg ,#d31110,#fff);
  text-align: center;
  color:var(--blue) !important;
  font-size: 25px;
  border-left: 1px solid #d31110;
  border-bottom: 1px solid #d31110;

  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.paraghaph{
  text-align: justify;
  color: #4d4a4a;
  font-size: 16px;
}

.main-g-box{
  box-shadow: #d31110 8px 8px;
}

/*============ .contact-us-section-start============ */
.contact-us-section-start{
  margin-top: 20px;
  padding: 40px 0px;
  /* background-image: url('../image/banner/banner11.jpg'); */
  background: linear-gradient(#161616e7,#0f0f0fe3),url('../image/banner/banner11.jpg');
  background-attachment: fixed;
  background-position: center;
}
.contact-section-start{
  padding: 60px 10px;
  background-color:#fff;

  }

  .contact-detail-section h5{
  color: #000;
  font-size: 16px;
  }
  .contact-detail-section h2{
  font-weight: 800;
  font-size:25px;
  color:#d31110;
            }
  .location-section{
  display: flex;
  }
  .location-section h4 i{
  color: #fff;;
  background-color:#d31110;
  height: 40px;
  width: 40px;
  line-height: 37px;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  
  }
  .location-section h4 i:hover{
    background-color:#000; 
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
  .loca{
    margin-left:20px;
    font-size: 14px;
  }
  .location{
  font-size: 18px;
    margin-left: 20px;
    font-weight: 600;
  }
  @media screen and (max-width:768px){
    .loca {
  font-size: 12px;
    }
    .cont-detail{
  
       padding: 0px;
  
    }
.contact-inner-section{
padding: 50px 20px !important;
}
  
  }
  @media screen and (max-width:380px){

    .contact-form{
    
      padding: 10px;
      height: 100%;
      
    }
    .contact-detail-section h2{
      font-size:18px;
    }
  }
  .cont-detail{
    /* background: linear-gradient(#c6dcee83,#5d6fa181),url('../img/con-detail-img.jpg'); */
    background-repeat: no-repeat;
     width: 100%;
     background-position: bottom;
     background-size: cover;
     padding: 40px;
     height: 100%;
     
  }
  .contact-form{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 50px;
    height: 100%;
    
  }
  @media screen and (max-width:380px){
    .contact-form {
      padding: 10px;
      box-shadow: none;
  }
  .contact-form-section {
    padding: 2px 0px;
  }
  .cont-detail{
    padding: 20px;
  }
  }
  .contact-main-sec{

    background-color: #ffffffa9;
    height: 100%;
  }
  .contact-form-main-section{
    height: 100%;
  }
  .contact-main-sec1{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100%;
  }
  .contact-inner-section {
    height: 100%;
    padding: 50px 40px;
    background-color: #d31110;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .contactus-heading{
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    height: 100%;
  }
  .contact-inner-section h4{
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .cont-img img{
    border-radius: 5px;
  
  }
  .heading1{
    margin: 10px 0;
    text-align: center !important;
    padding-bottom: 15px !important;
    color:#fff !important;
    /* text-shadow: 0 5px 10px rgba(0,0,0,.2) !important; */
    font-size: 22px !important;
    font-weight: 500 !important;
    letter-spacing: 5px !important;
    position: relative !important;
    
  }
  .heading1 span{
    background:linear-gradient(90deg ,#d31110,#fff);
    text-align: center;
    color:#000 !important;
    font-size: 25px;
    border-left: 1px solid #d31110;
    border-bottom: 1px solid #d31110;
  
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .read-more-btn1{
    color: #d31110;
    font-weight: 500;
    background-color: #fff;
    border: none;

    height: 30px;
    width: 90px;
    margin-top: 7px;
    transition: .5s;
  }

  /*=============== footer-section-start=================== */

.footer {
  background: linear-gradient(#d30c0dd9, #870704e0), url(../image/banner/f-bg-14.jpg);
  /* background-image: url('../image/banner/f-bg-14.jpg'); */
	/* background-color:var(--blue); */
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  padding-top: 0px;
}
.footer-logo {
	text-align: center;
}
.footer-logo img {
	background-color: #fff;
	padding: 8px 12px;
    /* width: 200px; */

}
/* footer contact info */
.footer-contact-info {
	text-align: center;
}
.footer-contact-info li {
	color: #fff;
}
.footer-contact-info li a {
	color: #fff;
  text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-info li a:hover {
	color: #312e2e;
}
.footer-contact-info li i {
	color: var(--white);
	text-align: center;
	margin-right: 6px;
	font-size: 14px;
	border-radius: 100%;
}
/* footer link */
.footer-link {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-link li {
	padding-bottom: 5px;
}
.footer-link li a {
	color: #fff;
  text-decoration: none;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
	color: #383435;
}
/* footer copyright */
.footer-copyright {
	text-align: center;
	padding: 20px 0px;
  color: var(--white);
}
.footer-copyright a{
	text-align: center;
	padding: 20px 0px;
  color:var(--black);
  text-decoration: none;
  font-weight: 600;
}

/*================ modular-kitchen-design==================== */

.modular-kitchen-design{
  padding: 40px 0px;
}

/* =================nabtab-section====================== */
.navtap-section-start{
  
  /* background: linear-gradient(#edeeeb98,#f1f1ee81),url('../images/img/abt-img.jpeg'); */
 background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  padding: 40px 0px;
}


.nav-pills .nav-link {
color: #d31110!important;
/* background-color:#32B6C2 !important; */
padding: 10px !important;
/* width: 100px !important;
height: 35px !important; */
align-items: center !important;
display: flex !important;
justify-content: center !important;
margin: 10px;
} 
.nav-img-box{
  /* margin-top: 80px; */
  border: 2px solid #d31110;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-pills .nav-link.active{
color: #000!important;
background-color: transparent !important;

}
@media screen and (max-width:768px){
  .nav-pills .nav-link {
    padding: 2px !important;
    margin: 10px;
  }
}
.nav-img-box {
  position: relative;

}
.overlay-ef {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cb373740;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.nav-img-box:hover .overlay-ef {
  width: 100%;
}

.text-sec {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}


/* ========================WHATSAPP ICON SECTION========================= */

.whatsapp-icon a {
  position: fixed;
  bottom: 3%;
  left: 1px;
  width: 35px;
  height: 35px;
  /* background-color:white; */
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  /* color: white; */
  text-decoration: none;
  z-index: 999;
}

 /* WHATSAPP ICON SECTION */
 .whatsapp-icon1 a {
  position: fixed;
  bottom: 3%;
  left: 1px;
  width: 35px;
  height: 35px;
  /* background-color:white; */
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  /* color: white; */
  text-decoration: none;
  z-index: 999;
}

.whatsapp-icon1{
  display: block;
}
.whatsapp-icon{
  display: none;
}

 /* @media screen and (max-width:992px){
  .whatsapp-icon1{
    display: none;
  }
  .whatsapp-icon{
    display: block;
  }
  .sdf{
    margin-top: 10px;
  }
 } */

 .abt-btn-sec .btn-abt{
  height:35px;
  width:110px;
  background-color:#d31110;
  border:none;
  position:relative;
  overflow:hidden;
  color:#fff;
  font-size:15px;
  /* border-radius:3px; */
  border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  box-shadow: #080808bd 6px 6px;
  transition: .8s;
}
.abt-btn-sec .btn-abt:hover{
  box-shadow: #d31110e0 6px 6px;
}
.abt-btn-sec a{
  text-decoration: none;
}

.abt-btn-sec .btn-abt span{

  z-index:10;
  
}

.abt-btn-sec .btn-abt:hover:after{
  position:absolute;
  content:'';
  border-radius:1px;
  background-color:#383435;
  height:400px;
  width:400px;
  top:-12px;
  left:-13px;

}

.abt-btn-sec .btn-abt:after{
  position:absolute;
  content:'';
  border-radius:30% 70% 70% 30% / 30% 22% 78% 70%;
  background-color:#383435;
  height:70px;
  width:47px;
  top:-45px;
  left:-13px;
  transition:all 1s;
}

/* ================about-us-section========================= */


.about-bgimg img {
  width: 100%;
}
.about-bgimg {
  position: relative;
}
.heading2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#fff !important;
}

.heading2 h1 {
  color:#d51b1b;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  /* mix-blend-mode: overlay ; */
  /* color: transparent  ; */
}
.breadcrumb-item a{
  text-decoration: none;
  color:var(--blue) !important;
}
.breadcrumb li{
  color:var(--black)!important;
}
.breadcrumb li:hover{
  color:var(--blue)!important;
}
.arrow-icon{
  margin-left:5px;
  font-size: 12px;
}
.breadcrumb-item a:hover{
  text-decoration: none;
  color:var(--black);
}
@media only screen and (max-width:992px) {
  .heading2 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width:768px) {
  .heading2 h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width:576px) {
  .heading2 h1 {
    font-size: 15px;
  }
  .breadcrumb{
    display: none !important;
  }
}


/* .ban-cont{
  width: 100%;
  height: 100%;
  background:rgba(158, 212, 87, 0.61);
  background-image: linear-gradient(to right,#1618187a , #32b6c26b );
  position: absolute;
  top: 0px;
  left: 0px;
} */

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 30% !important;
  margin-top: var(--bs-dropdown-spacer);
}
.dot{
color: #d31110;
}


.our-misssion-vision{
  padding: 50px 10px;
background-color: #fff;
}

.our-mission {
  background-color: white;
  /* box-shadow: rgba(226, 109, 30, 0.4) 5px 5px, rgba(240, 101, 46, 0.3) 10px 10px, rgba(240, 124, 46, 0.2) 15px 15px, rgba(240, 133, 46, 0.1) 20px 20px, rgba(240, 107, 46, 0.05) 25px 25px; */
  height: 100% !important;
  border-radius: 10px;
  position: relative;
 padding: 30px ;
  transition: .4s;
  border: 1px solid #d31110;
}

.our-mission:hover {

  transform: translateY(-20px)
}
.about-h{
  color: #d31110;
  font-size: 30px;
}
.us-h{
  color:#4d4a4a;
  font-size: 20px;
}

.mission-img-box img{
  transition: .4s;
  padding: 30px;

}
.mission-img-box img:hover{
  transform: scale(1.2);
}
.para{
  text-align: justify;
  font-size: 14px;
}
.all-center{
  display: flex;
  justify-content: center;
  text-align: center;
}
.nav-img-box img{
  aspect-ratio: 1/1;
  object-fit: cover ;
}
.detail-box-head h5 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #000;
}
.detail-box-para p {
  margin-bottom: 20px;
  color: gray;
}

  @media screen and (max-width:576px){

    .our-mission {
     padding: 10px 20px;
    }
  }

  .product-detail-section-start{
padding: 100px 0px;
  }
  .prod-heading{
    color: #d31110;
    font-size: 20px;
    font-weight: 600;
  }
  .prod-heading1{
    color:#d31110;
    font-size: 15px;
    font-weight: 600;
  }
  .arr{
    color: #d31110;
    font-weight: 700;
  }

