@font-face {
  font-family: 'Biennale-Heavy';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/Biennale-Heavy.otf')
    format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Biennale-Bold';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/Biennale-Bold.otf')
    format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
font-family: 'Biennale-Regular';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/Biennale-Medium.otf')
    format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Biennale-MediumIt';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/Biennale-MediumIt.otf')
    format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Biennale-Regular';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/Biennale-Regular.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Biennale-Light';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/Biennale-Light.otf')
    format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNowTextBold';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/HelveticaNowTextBold.ttf')
    format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNowTextMedium';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/HelveticaNowTextMedium.ttf')
    format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNowText';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/HelveticaNowText.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNowTextLight';
  src: url('https://curaleafwebsitefonts.blob.core.windows.net/fonts/HelveticaNowTextLight.ttf')
    format('truetype');
  font-weight: 300;
  font-style: normal;
}

.offer-strip{
	color: #fff;
	margin-bottom: 0px;
	font-size: 16px;
padding: 6px ;
  font-family: 'Biennale-Regular';
	 background:#061e21;
	 text-align:center;
}


nav{

	padding: 10px;
	
}

.widd{
	
    width: 20%;
}


.hero-section{
    position: relative;
    background-image: url("../../assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    background-blend-mode: multiply;
    background-position:50% 70%;
     align-items: center;
  justify-content: center;
    background-color:#000000d6; /* Add black background */
  
}

.hero-content{
     
    justify-content: center;
    text-align: center;
     text-align: center;
  width: 100%;
 padding-top: 10%;
}


.back-friday{
       color: #e3b63b;
    font-size: 32px;
    font-family: 'Biennale-Bold';
    font-weight: 400;
    line-height: 1.5;
}

.custom-button4  {
    color: #fff !important;
    background-color:#00000000;
    border: 3px solid #fff;
    text-decoration: none;
    font-size: 20px;
   font-family: 'Nunito';
    font-weight: 400;
     border-radius: 16px;
     padding: 15px 0px;
    font-family: 'Biennale-Bold';
    display: inline-block;
    width: 23%;
    text-align: center;


}

.hero-subheading{
    color: #fff;
    font-size: 50px;
    font-family: 'Biennale-Bold';
    font-weight: 700;
    line-height: 1.5;
}
nav{
     padding-bottom: 5%!important;
}


footer {
    font-family: 'Biennale-Regular';
    background-color: #47423e;
    padding: 3px 10px;
    text-align: center;
}

footer a, footer a:hover {
    font-family: 'Biennale-Regular';
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 16px;
}


@media screen and (max-width: 767px) {
    .hero-subheading {
         color: #fff;
    font-size: 30px;
    font-family: 'Biennale-Bold';
    font-weight: 700;
    line-height: 1.5;
    }
    .back-friday{
        font-size:20px;
    }
    
        .custom-button4 {
        width: 60%;
    }
    .widd {
    width: 60%;
}

.hero-section{
    background-image: url("../../assets/images/banner.jpg");
   background-position: 50% 50%;
    height: 750px;
   
}
.hero-content{
     
   
 padding-top: 30%;
}
    
}

