*{
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}

body{

    width:100%;
    height: 100%;
    margin: 0;
    padding: 0;
   font-family: 'Montserrat', sans-serif;
}

header{
	width: 100%;
	
	
}

.navbar{
    padding:0px 20px;  
   background-color: #fff;
}

.navbar .navbar-nav li{
    margin-right: 15px;
}

.navbar .navbar-nav li a{
	color: #000 !important;
	font-size: 14px;
	font-weight: 400;
    text-transform: uppercase;
}

.navbar .navbar-nav li a:hover{
	color: #FF0000 !important;
    text-decoration: underline;
}

.navbar-nav .active .nav-link{
	color: #FF0000 !important;
    
   
}

.navbar .navbar-brand img{
	height: 70px;
}



.navbar-toggler{
	
	outline: 2px solid  #000 !important;
    border-radius: 0px; 
}

.navbar-toggler i{
  color:  #000 !important;
 
}


.home-banner{
	width: 100%;
	height: 100vh;
	
	background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(image/home-banner.jpg);
	background-repeat: no-repeat;
	
	background-position: center center;
	background-size: cover;
	
	position: relative;
}




.hero-text{
	position: absolute;
	text-align: center;
	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}

.hero-text h1{
	text-align: center;
	padding: 0;
	font-size: 65px;
	margin: 0;	
    text-transform: uppercase;
    font-weight: 700;
}
.hero-text p{
	text-align: center;
	font-size: 27px;
	padding: 0;
    margin-bottom: 30px;
}

.banner-btn {
   
 font-size: 15px;
   border: 2px solid #fff;
    color: #fff;
    padding: 10px 25px;
}

.banner-btn:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}










.home-section1{
    padding: 100px 0px;
    background-color: #fff;
    padding-bottom: 50px;
}

.home-section1 h2{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.home-section1 p{
  color: #d6ad60;
  font-size: 15px;
  font-weight: 400;
  padding-top: 10px;
  font-size: larger;
}

.home-sec1-topbtn-wrap{
    text-align: right;
}



.home-sec1-topbtn{
    padding: 10px 25px;
    background-color: #02cd35e5;
    color: #fff;
    font-size: 20px;
    border: 1px solid #02cd35e5;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    
   
}

.home-sec1-topbtn:hover{
    text-decoration: none;
    background-color:#fff ;
    color: #FF0000;
    transition: 1s ease;
}


.home-sec-part2{
    margin-top: 60px;
    
}

.home-sec-part2-item{
    margin-bottom: 80px;
}

.home-sec-part2-item img{
    border: 2px solid #64707b;
}

.home-sec-part2-item h3{
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    color: #ffffff;
}

.home-sec-part2-item a{
    padding: 5px 10px;
    background-color: #FF0000;
    color: #fff;
    margin-top:10px;
    display: inline-block;
    border: 1px solid #FF0000;
}

.home-sec-part2-item a:hover{
    text-decoration: none;
    background-color: #fff;
    color: #FF0000;
    transition: 1s ease;
}





footer{
    padding: 70px 0px 20px 0px;
    background: #212529;

}





.footer-content h3{
   color: #ffffff;
   font-size: 20px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 30px;

}

.footer-content p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}


.footer-contentd h3{

    color: #d6ad60;
    font-size: 20px;
    font-weight: bold;
}


.footer-contentd a{
    color: #d6ad60;
    font-size: 20px;
    font-weight: 200px;
}


.footer-content i{
    font-size: 35px;
    margin-right: 10px;
    color:#dddada;
}

.footer-content i:hover{
    color: #fff;
}

.footer-content a{
   
    color:#fff;
}

footer h4{
  color:#fff;
   text-align: center;
   font-size: 13px;
   margin-top:30px;
   padding-top:20px;
   border-top: 1px solid #fff;
   font-weight: 300;
  
}



/*......shop page....*/



.shop-banner{
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(75deg, rgb(46 49 146 / 84%) 10%, rgb(27 255 255 / 37%)),url(image/contactus-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.shop-banner .banner-text{
	position: absolute;
	text-align: center;
	color: white;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}


.shop-section1 h6{
    color: #fff !important;
}

.shop-section1{
    padding: 100px 0px;
    border-color: #fff;
    padding-bottom: 0px;
}

.shop-section1 h2{
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
}

.shop-sec-wrap{
    margin-top: 30px;
}

.shop-sec-item{
    margin-bottom: 80px;
}

.shop-sec-item h3{
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    color: #64707b;
}

.shop-sec-item-btn{
    padding: 5px 10px;
    background-color: #FF0000;
    color: #fff;
    margin-top:10px;
    display: inline-block;
    border: 1px solid #FF0000;
}

.shop-sec-item-btn:hover{
    text-decoration: none;
    background-color: #fff;
    color: #FF0000;
    transition: 1s ease;
}


/*......shop-sub1 page....*/


.shop-sub1-section{
    padding: 100px 0px;
    background-color: #fff;
}


.shop-sub1-details-wrap h3{
    font-size:45px;
    font-weight: 600;
    color: #121212;
}

.shop-sub1-details-wrap p{
  color: #64707b;
  font-size: 15px;
  font-weight: 400;
}

.shop-sub1-details-wrap h4{
    font-size:20px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 40px;
}

.shop-sub1-details-wrap h5{
    color: #64707b;
    font-size: 18px;
    font-weight: 400;
  }

  .shop-sub1-btn{
    padding: 10px 25px;
    background-color: #00721d;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #00721d;
    width: 80%;
    text-align: center;
    border-radius: 20px;
    font-size: 24px;
    border: 1px solid #606164;
  }

  .shop-sub1-btn:hover{
    text-decoration: none;
    background-color: #fff;
    color: #FF0000;
    transition: 1s ease;
  }

  .shop-lightbox-wrap{
    margin-top: 20px;
  }

  .shop-lightbox-wrap img{
    border: 4px solid #555;
  }


  .shop-sub1-part2{
    margin-top: 70px;
  }

  .shop-sub1-underline{
    width: 150px;
    height: 3px;
    background-color: #FF0000;
    margin-bottom: 20px;
  }

  .shop-sub1-part2 img{
    border: 3px solid #64707b;
  }


/*......contactus page....*/



.contactus-banner{
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(75deg, rgb(46 49 146 / 84%) 10%, rgb(27 255 255 / 37%)),url(image/contactus-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.contactus-banner .banner-text{
	position: absolute;
	text-align: center;
	color: white;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}

.contactus-section{
    padding: 100px 0px;
    background-color: #000;
}



.contactus-sec1 h2{
    color:#ffffff;
    font-weight: 600;
    font-size: 35px;  
}


.contactus-sec1-ul{
    height: 2px;
    width: 90px;
    background: #FF0000;
    margin-top: 20px;
    margin-bottom: 20px;
    
}


.contactus-sec1 h3{
    margin-top: 20px;
    color: #555;
    font-weight: 400;
    font-size: 15px; 
}

.contactus-sec1 h4{
   margin-top: 60px;
   font-size: 20px;
   font-weight: 600;
   color: #fff;
   
}

.contactus-sec1 h6{
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    font-weight: 400;
}

.contactus-sec1 h6 i{
    margin-right: 10px;
    background: #FF0000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
}


.contactus-sec2 h3{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}


.contactus-tb{
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    margin-top: 20px;
    padding-left: 20px;
}

.contactus-ta{
    width: 100%;
    border: 1px solid #ddd;
    height: 150px;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 40px;
}


.contactus-btn{
    padding: 15px 20px;
    background-color: #FF0000;
    color: #fff;
    border: 1px solid #FF0000;
    
}

.contactus-btn:hover{
    text-decoration: none;
    background-color: #fff;
   
    color: #FF0000;
    transition: 1s ease;
}




/*........ media queries.......*/


@media screen and (max-width: 1200px) {

    .home-sec1-topbtn{
        text-align: center;
    }

    .shop-section1{
        padding: 50px 0px;
        padding-bottom: 0px;
    }

}

@media screen and (max-width: 1100px) {

    .shop-sub1-section{
        padding: 50px 0px;
        
    }
   
    }



    .shop-support{
        margin-bottom: 50px;
    }


@media screen and (max-width: 993px) {

    
  
    
  
 

 
 .contactus-banner{
    height: 60vh;
 }


 .contactus-section{
    padding: 50px 0px;
 }


 .contactus-sec2 h3{
   margin-top: 50px;
 }


 

}

@media screen and (max-width: 768px) {

   
    .home-section1{
        padding: 50px 0px;
        padding-bottom: 10px;
    }

    .home-sec1-topbtn-wrap{
        text-align: left;
    }

    .home-sec-part2{
       
        padding: 0px 5%;
    }

    .home-sec-part2-item{
        margin-bottom: 50px;
    }

  

footer{
    text-align: center;
    padding: 20px 0px;
}

.footer-content h3{
   margin-bottom: 10px;
   margin-top: 30px;
}


.shop-sec-wrap{
    padding: 0px 10%;
}

.shop-section1 h2,h6{
    text-align: center;
}


.shop-sec-item{
    margin-bottom: 50px;
}

.shop-sub1-section {
    padding: 50px 0px;
    padding-bottom: 20px;
  }


.shop-sub1-sec-img-wrap img{
   width: 100%;
}


.shop-lightbox-wrap .col-md-4{
    width: 33% !important;
}




.shop-sub1-details-wrap{
    margin-top: 20px;
}

.shop-sub1-details-wrap h3{
  font-size: 35px;
}

.shop-sub1-section h6{
  text-align:left;
}

.shop-sub1-part2 img{
  margin-bottom: 30px;
  width: 100%;
  
}

.shop-lightbox-wrap img{
    max-width: 100px;
}

.contactus-sec1 h4{
    margin-top: 30px;
       
 }

 .contactus-sec1 h6{
  text-align: left;
 }



}

@media screen and (max-width: 550px) {
   
    
   
    
}




@media screen and (max-width: 500px) {


 
        
        

    .hero-text{
        text-align: center;
    }

    .hero-text h1{
        font-size: 32px;
       
    }
    
    .hero-text p{
        font-size: 15px;
       
    }

    .shop-sub1-details-wrap h3{
        font-size: 28px;
      }

      .shop-sub1-part2 h3{
        font-size: 22px;
      }
 


}


@media screen and (max-width: 380px) {


  

    .hero-text{
        margin-top: 11%;
    }

}