@font-face {
  font-family: 'Public Sans';
  src: url('/path-to-fonts/PublicSans-Regular.woff2') format('woff2'),
       url('/path-to-fonts/PublicSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: GlacialIndifference-Regular;
    font-style: normal;
    font-weight: 900;
    src: url("../../assets/fonts/GlacialIndifference-Regular.otf") format("Opentype");
   
}
@font-face {
    font-display: swap;
    font-family: GlacialIndifference-Bold;
    font-style: normal;
    font-weight: 900;
    src: url("../../assets/fonts/GlacialIndifference-Bold.otf") format("Opentype");
   
}

@font-face {
    font-display: swap;
    font-family: HelveticaNeueMedium;
    font-style: normal;
    font-weight: 900;
    src: url("../../assets/fonts/HelveticaNeueMedium.otf") format("Opentype");
   
}   

@font-face {
    font-display: swap;
    font-family: Glacial-reguler;
    font-style: normal;
    font-weight: 900;
    src: url("https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2") format("Opentype");
   
}


header{
   
    padding: 15px;
    background: #a84497;

}
nav{
	padding: 10px;
    background-color: #24272F;
}
.offer-strip{
	color:#fff;
	margin-bottom: 0px;
 font-family: GlacialIndifference-Regular;
	font-size: 22px;
	font-weight: 700;
/*	letter-spacing: 1px;*/
}
.widd{
    width: 12%;
}

.info-content{
    padding-left: 30px;
}

.hero-section{
	background-image: url("../../assets/images/desktop.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
	background-blend-mode: multiply;
    background-position:50% 70%;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-content{
	
	justify-content: center;
	text-align: center;
	text-align: center;
}
.hero-content {
      width: 100%;
      text-align: center;
/*    padding-top: 27%;*/
}
.hero-heading{
	color: #a84497;
  font-family: GlacialIndifference-Bold;
    font-size: 82px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
}

.elementor-background-overlay{
        background-color: #1E2128;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.hero-subheading{
	color: #E8E8E8;
	font-size: 36px;
    font-family: GlacialIndifference-Regular;
}
.btn.hero-btn {
    /* --icon-indent: 0px; */
    margin-top:10px;
    margin-bottom:10px;
     font-family: HelveticaNeueMedium;
    font-size: 20px;
    line-height: 14px;
/*    letter-spacing: .92px;*/
    fill: #fff;
    color: #fff;
    background-color: #a84497;
    padding: 16px 0px;
    border-radius: 50px;
    font-weight: 600;
    width: 23%;
}

.btn.hero-btn:hover{
    fill: #fff;
    color: #a84497;
    background-color: #fff;
    font-weight: 600;
    width: 23%;
}


  /*body {*/
  /*    background-color: #1e1f26;*/
  /*    color: white;*/
    
  /*  }*/

    .location-section {
      padding: 100px 0;
       background-color: #24272f;
      color: white;
    }

    .map-frame iframe {
      border-radius: 15px;
      border: 4px solid #a6a8ff;
      width: 100%;
      height: 417px;
          border-radius: 20px 20px 20px 20px;
    }

    .info-content h2 {
        font-family: GlacialIndifference-Bold;
      font-weight: 800;
      color: #a84497;
      font-size: 50px;
      line-height: 1.2;
    }

    .info-content p {
       font-family: GlacialIndifference-Regular;
      font-size: 26px;
      margin-bottom: 10px;
      color: #e8e8e8;
    }

    .info-content .icon {
      color: #ccff93;
      margin-right: 10px;
      font-size: 1.4rem;
    }

    .info-content a {
      color: #aec7ff;
      text-decoration: none;
      font-size: 26px;
    }

    .info-content a:hover {
      text-decoration: underline;
    }

    .visit-btn {
      background-color: #c241a1;
      border: none;
      border-radius: 30px;
      padding: 12px 30px;
      font-size: 1.1rem;
      font-weight: 500;
      color: white;
      margin-top: 20px;
      transition: all 0.3s;
    }

    .visit-btn:hover {
      background-color: #a43487;
    }
    
    
    
        .dispensary-essentials-section {
  background-color: #1e2128;
  color: #ffffff;
      padding: 100px 0px 100px 0px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.section-title {
      color: #a84497;
    text-transform: uppercase;
    font-size: 50px;
    font-family: GlacialIndifference-Bold;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.section-subtitle {
  font-size: 20px;
  color: #e8e8e8;
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 20px 0px 20px;
 font-family: GlacialIndifference-Regular;
}

.essentials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  justify-content: center;
  margin-bottom: 40px;
}

.essential-box {
  background: #1e2128;
  border: 1px solid #2a2a2f;
  padding: 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
    border-color: #FFFFFF30;
}

/*.essential-box:hover {*/
/*  border-color: #c747b4;*/
/*}*/

.essential-box img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.essential-box h3 {
  color: #a84497;
  margin-bottom: 10px;
  font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
   font-family: 'Public Sans', sans-serif;
    line-height: 28px
}

.essential-box p {
  color: #E8E8E8;
  font-size: 14px;
  line-height: 1.5;
     font-family: GlacialIndifference-Regular;
      font-size: 16px;
}

.section-footer {
  color: #E8E8E8;
  font-size: 20px;
     font-family: GlacialIndifference-Regular;
}
    
    
    

a:hover{
	color: #fff!important;
}

footer{
	background-color: #000000;
	padding: 3px 10px;
}
.footer-link{
	display: flex;
	justify-content: center;
	padding: 8px;
}
footer a{
	color:#aec7ff;
	margin-bottom: 0px;
	font-size: 20px;
	  font-family: GlacialIndifference-Regular;
	text-decoration: none;
}
 

@media screen and (max-width:767px){
.btn.hero-btn{
	width: 80%;
	font-size: 24px;
}

.section-title{
    font-size: 31px;
}
.section-subtitle {
    font-size: 16px;
}
.section-footer {
    color: #E8E8E8;
    font-size: 16px;
}


.hero-heading{
    text-align: center;
    font-size: 38px;
    
}
.hero-subheading{
    text-align: center;
    font-size: 25px;
    
}


.hero-content {
  text-align: center;
  width: 100%;
}
.widd {
    width: 80%;
}



}

@media screen and (min-width:767px) and (max-width:1024px){
    .hero-heading{
        font-size: 52px;
    }
    
    .hero-subheading{
        font-size:30px;
    }
    
    .widd {
    width: 30%;
}
    
}


@media screen and (min-width:1400px){
       .btn.hero-btn{
        font-size:30px;
           padding:26px 0px;
                   width: 40%;
           
    }
     .btn.hero-btn:hover{
        font-size:30px;
           padding:26px 0px;
                    width: 40%;
           
    }
   
}




