   @font-face {
  font-family: "dmsans-cur";
  font-style: normal;
  src: url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format("opentype");
  display:swap;
  
  }
    @font-face {
  font-family: "dmsans";
  font-style: normal;
  src: url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format("opentype");
  display:swap;
  
  }
    @font-face {
  font-family: "montserrat";
  font-style: normal;
  src: url(https://irp.cdn-website.com/fonts/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("opentype");
  display:swap;
  
  }

.offer-strip{
   letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 0px;
   	font-size: 13.28px;
    padding: 10px;
    font-family: "dmsans";
     font-weight: 700;
    background: rgba(67, 105, 102, 1) ;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index:999;
}

.offer-content p {
    font-style: italic;
    color: rgb(184, 159, 100);
    display: initial;
    font-weight: 400;
    line-height: 2;
    font-size: 16px;
    font-family: "dmsans";
}

nav{

	padding: 10px;
	
}

.widd{
	filter: brightness(0) invert(1);
    width: 15%;
}

.hero-section{
    background-image: url("../../assets/images/proper lp (2).png");
    background-repeat: no-repeat;
        background-color: #000000c7;
    background-size: cover;
    min-height:100vh;
    background-blend-mode: multiply;
    background-position:50% 70%;
}

.hero-section {
 
  align-items: center;
  justify-content: center;
}
.hero-content{
    
    justify-content: center;
    text-align: center;
    text-align: center;
}
.hero-content {
  text-align: center;
  width: 100%;
 padding-top: 5%;
}

.back-friday{
       color:#fff;
    font-size: 28px;
  font-family: "dmsans";
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
}

.custom-button4  {
    color:rgb(184, 159, 100);
    /*background-color: #000;*/
    border: 2px solid ;
    text-decoration: none;
    font-size: 20px;
    font-family: "dmsans";
font-weight: bold;
     border-radius: 8px;
     padding: 15px 0px;
    display: inline-block;
    width: 23%;
    text-align: center;
        background: transparent;


}

.hero-subheading{
    color: rgb(184, 159, 100);
    font-size: 50px;
        font-family: "dmsans";
    font-weight: 700;
    line-height: 1.5;
}
nav{
     padding-bottom: 5%!important;
}


footer {
       font-family: "dmsans";
    background-color: #47423e;
    padding: 3px 10px;
    text-align: center;
}

footer a, footer a:hover {
       font-family: "dmsans";
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 16px;
}


@media screen and (max-width: 767px) {
    .hero-subheading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    }
    .back-friday{
        font-size: 20px;
    }
    
        .custom-button4 {
        width: 60%;
    }
    .widd {
    width: 45%;
}

.hero-section{
        background-image: url("../../assets/images/proper lp mob size (1).png");
            height: 100vh;
           display: flex;
}
    
}

