@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;
}

.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;
}

.note 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;
}

.logo{
	filter: brightness(0) invert(1);
    width: 15%;
}

.banner{
    background-image: url("../../assets/images/desktop.png");
    background-repeat: no-repeat;
    background-color: #000000c7;
    background-size: cover;
    min-height:100vh;
    background-blend-mode: multiply;
    background-position:50% 70%;
}

.banner{
  align-items: center;
  justify-content: center;
}

.content{
    justify-content: center;
    text-align: center;
}

.content{
  text-align: center;
  width: 100%;
  padding-top: 5%;
}

.offer{
    color:#fff;
    font-size: 28px;
    font-family: "dmsans";
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
}

.button{
    color:rgb(184, 159, 100);
    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;
}

.title{
    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) {

.title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
}

.offer{
    font-size: 20px;
}

.button {
    width: 60%;
}

.logo {
    width: 45%;
}

.banner{
    background-image: url("../../assets/images/mob.png");
    height: 100vh;
    display: flex;
}

}