
 @font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  src: url("https://fonts.cdnfonts.com/s/14188/HelveticaNeue-Thin.woff") format("opentype");
  display:swap;
  
  }

 @font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  src: url("https://fonts.cdnfonts.com/s/16009/Poppins-Medium.woff") format("opentype");
  display:swap;
  
  }
   @font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  src: url("https://thehempcompany.com/cdn/fonts/poppins/poppins_n6.e2fdd168541a5add2d1a8d6f2b89b09c9c9e690d.woff2") format("opentype");
  display:swap;
  
  }

header{
   
    padding: 15px;
        background: #061e21;

}
nav{
	padding: 10px;
}
.offer-strip{
	color: #ffffff;
	margin-bottom: 0px;
	  font-family: "Poppins-Medium";
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
.widd{
    width: 10%;
}

.widdoriginal {
    width: 20%;
}

.hero-section{
	background-image: url("../../assets/images/desktop.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	background-blend-mode: multiply;
    background-position:50% 70%;
}
.hero-section-mob{
	background-image: url("../../assets/images/mob.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	background-blend-mode: multiply;
    background-position:50% 70%;
}
.hero-section-mob{
	display: none;
}

.display-desktop{
		display: block;
	}

	.display-mobile{
		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 {
      width: 42%;
      text-align: center;
    padding-top: 27%;
}
.hero-heading{
	color: #ffffff;
	font-size: 55px;
}
.hero-subheading{
	color: #ffffff;
	font-size: 36px;
}
.btn.hero-btn {
    /* --icon-indent: 0px; */
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 14px;
    letter-spacing: .92px;
    fill: #000;
    color: #fff;
    background-color: #0fb5d4;
    padding: 22px 0px;
    border-radius: 50px;
    font-weight: 600;
    width: 40%;
}

.btn.hero-btn:hover{
  /* --icon-indent: 0px; */
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 14px;
    letter-spacing: .92px;
    fill: #fff;
    color: #000;
    background-color: #fff;
    padding: 22px 0px;
    border-radius: 50px;
    font-weight: 600;
    width: 40%;
}

.carousel-caption {
    position: absolute;
    right: 43%!important;
    bottom: 4.25rem!important;
    left: -5%!important;
    padding-top: 1.25rem;
    padding-bottom: 0.2rem!important;
    color: #fff;
    text-align: center;
}

a:hover{
	color: #fff!important;
}

footer{
	background-color: #000000;
	padding: 3px 10px;
}
.footer-link{
	display: flex;
	justify-content: center;
	padding: 8px;
}
footer a{
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 16px;
	 font-family: "Poppins-Medium";
	text-decoration: none;
}
 

@media screen and (max-width:767px){

	.display-desktop{
		display: none;
	}
	
	.widdoriginal {
    width: 70%;
}

	.display-mobile{
		display: block;
	}

.btn.hero-btn{
	width: 100% !important;
	font-size: 24px;
}


.hero-section{
    display: none;
        
}
.hero-section-mob{
	display: block;
}
.hero-heading{
    text-align: center;
    font-size: 26px;
    
}
.hero-subheading{
    text-align: center;
    font-size: 20px;
    
}

.hero-section-mob{
    display: block;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.hero-content {
  text-align: center;
  width: 100%;
}
.widd {
    width: 30%;
}

.carousel-caption {
    position: absolute;
    right: 10% !important;
    bottom: 1.25rem !important;
    left: 10% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}



}

@media screen and (min-width:768px) and (max-width:1024px){
    .carousel-caption{
        bottom: 1.20rem !important;
    }
    .btn.hero-btn {
            width:50%;
    }
    	.widdoriginal {
    width: 40%;
}
}

@media screen and (min-width:1400px){
       .btn.hero-btn{
        font-size:30px;
           padding:26px 0px;
           
    }
     .btn.hero-btn:hover{
        font-size:30px;
           padding:26px 0px;
           
    }
   
}