
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Readex+Pro:wght@160..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Russo+One&display=swap');



header{
    background-color: #CA4669;
    padding: 10px;
        background: linear-gradient(89.41deg, #cb476a 0.5%, #e68b46 49.12%, #ca4669 99.49%);

}
nav{
	padding: 10px;
}
.offer-strip{
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 15px;
	font-family: ;
}
.widd{
    width: 120px;
}
 /* nav img:hover{
    opacity:0.6;
}
*/

.hero-section{
	/*background-image: url("../../assets/images/hempbombs-banner.jpg");*/
	/*background-image: url("../../assets/images/bann.jpg");*/
	background-image: url("../../assets/images/11333.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 630px;
	background-blend-mode: multiply;
    background-position:50% 70%;
}
.hero-section-mob{
	/*background-image: url("../../assets/images/hempbombs-mobile.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	background-blend-mode: multiply;
    background-position:90% 70%;
}
.hero-section-mob{
	display: none;
}
.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-content{
	
	justify-content: center;
	text-align: center;
	text-align: center;
}
.hero-content {
  text-align: center;
  width: 65%;
  line-height: 55px;
}
.hero-heading{
	color: #ffffff;
	font-size: 10rem;
	  font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
        letter-spacing: 3px;
}
.hero-subheading{
	color: #ffffff;
	font-size: 6rem;
font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
        letter-spacing: 3px;
}

.subheading{
    color: #000;
	font-size: 3rem;
/*font-family: "Bebas Neue", sans-serif;*/
 font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
        letter-spacing: 0px;
        padding-top: 25px;
}

.btn.hero-btn{
    --icon-indent: 0px;
 font-family: "Chakra Petch", sans-serif;
/*    font-weight: 600;*/
    font-size: 22px;
    line-height: 14px;
    letter-spacing: .92px;
        letter-spacing: 1px;
    fill: #fff;
    color: #fff;
    background-color: #44d62c;
    border: 1px solid #fff;
    width: 40%;   
   padding: 20px 0px;
    border-radius: 50px;
        /*font-weight: 600;*/
}
.btn.hero-btn:hover{
    --icon-indent: 0px;
 font-family: "Chakra Petch", sans-serif;
/*    font-weight: 600;*/
    font-size: 22px;
    line-height: 14px;
    letter-spacing: .92px;
        letter-spacing: 1px;
    fill: #fff;
    color: #fff;
    background-color: #44d62c;
    border: 1px solid #fff;
    width: 40%;   
   padding: 20px 0px;
    border-radius: 50px;
        /*font-weight: 600;*/
}


footer{
	background-color: #000000;
	padding: 3px 10px;
}
.footer-link{
	display: flex;
	justify-content: center;
}
footer p{
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}

.footer-link a:{
    text-decoratopn:none
}
 
.side{
 	background-color: transparent;
    background-image: linear-gradient(90deg, #DA8346 50%, #CA4669 100%);
 }


.slider-heading{
	font-size: 74px;
	color: #fff;
	font-family: ;
}

@media screen and (max-width:767px){
.hero-section{
    display: none;
        
}
.btn.hero-btn {
    width:85%;
}
.btn.hero-btn:hover {
    width:85%;
}
.hero-section-mob{
	display: block;
}
.hero-heading{
    text-align: center;
    font-size: 4rem;
    
}
.hero-subheading{
    text-align: center;
   font-size: 2rem;
    
}

.subheading{
     font-size: 1.8rem;
}

.hero-section-mob{
    display: block;
  padding-top:50px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
/*p.btn.hero-btn{
    width: 95%;
}*/

.hero-content {
  text-align: center;
  width: 100%;
  line-height: 20px;
}



}

@media (min-width: 768px) and (max-width:1024px){

.hero-heading{
    font-size:9rem;
}

}


@media (min-width: 1200px){
.container-1 {
    max-width: 800px!important;
}


}


@media screen and (min-width:1600px){
    .hero-section {
        height:800px;
    }
}
