@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{
      text-align:center;
      padding:10px;
      }

.widd{
	
    width: 20%;
}


.hero-section{
    position: relative;
    background-image: url("../../assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height:100vh;
    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: 3%;
}


.back-friday{
       color: #e3b63b;
    font-size: 32px;
    font-family: 'Biennale-Bold';
    font-weight: 400;
    line-height: 1.5;
        margin-bottom: 2rem;
}

.custom-button4  {
    color: #fff !important;
 background-color: transparent;
    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;
}

  .age-gate {
          position: fixed;
          top: 0; left: 0;
          width: 100%; height: 100%;
          background: rgba(0,0,0,0.34);
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 9999;
        }

        .age-gate-content {
          background: #ffffff21;
              padding: 50px 20px;
          border-radius: 12px;
          text-align: center;
          max-width: 50vw;
          width: 90%;
        }

        .age-gate-content h2 {
          margin-bottom: 35px;
          font-size: 1.5rem;
          color: #fff;
        }

        .age-gate-content a {
          margin: 10px;
          padding: 12px 24px;
          font-size: 1rem;
          border: none;
          border-radius: 6px;
          cursor: pointer;
          text-decoration: none;
        }

        .age-gate-content .yes {
          background: #ffffff00;
             color: #fff;
           font-weight: bold; 
               border: 2px solid white;
    border-radius: 1rem;
    padding: 1rem 2.5rem;
        }

        .age-gate-content .no {
         background: #ffffff00;
          color: #000;
           font-weight: bold; 
        }


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:30px;
    }
    
        .custom-button4 {
        width: 60%;
    }
    .widd {
    width: 60%;
}

.hero-section{
    background-image: url("../../assets/images/banner.jpg");
   background-position: 50% 50%;
           height: 100vh;
   
}
.hero-content{
     
   
 padding-top: 10%;
}

  .age-gate-content {
    max-width: 90vw;
    width: 90%;
            padding: 30px 10px;
}
    
}
