:root {
  --white: white;
  --orange-red: #e15200;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 33px;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

h2 {
  color: var(--orange-red);
  margin-top: 20px;
  margin-bottom: 34px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

h3 {
  color: var(--orange-red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.navbar {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 20vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navlinks {
  color: #fff;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: color .4s;
}

.navlinks:hover, .navlinks:focus, .navlinks.w--current {
  color: var(--orange-red);
}

.copyright {
  text-align: center;
  position: relative;
  inset: auto 0% 2%;
}

.brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 40px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 25vh;
  display: grid;
  overflow: hidden;
}

.brand._1 {
  background-image: url('../images/WoodensoulMezs.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.brand._4 {
  background-color: #00000080;
}

.brand._3 {
  background-image: url('../images/ReadyblazeCo.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.image {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.viewmore {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-height: 30px;
  display: flex;
}

.link-block {
  z-index: 2;
  border: 2px solid var(--orange-red);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 18px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: relative;
}

.link-block:hover {
  transform: scale(1.02);
}

.section {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80vh;
  padding-top: 89px;
  padding-bottom: 122px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-template-rows: auto;
  width: 100%;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  height: auto;
  display: flex;
}

.container._1 {
  position: relative;
}

.undermenu {
  width: 100vw;
  height: 20vh;
  overflow: hidden;
}

.line {
  background-color: var(--orange-red);
  width: 100%;
  height: 2px;
  display: flex;
}

.contact {
  color: var(--white);
  text-decoration: none;
  transition: color .4s;
}

.contact:hover {
  color: var(--orange-red);
}

.fons {
  z-index: 0;
  object-fit: cover;
  object-position: 0% 0%;
  background-image: url('../images/Dizmezs.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fons.nav {
  height: 20vh;
  inset: 0% 0% auto;
}

.image-2 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  width: 100vw;
}

.comingsoon {
  z-index: 3;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-ourbrands {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80vh;
  padding-top: 89px;
  padding-bottom: 122px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
    line-height: 28px;
  }

  h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .navbar {
    height: 15vh;
  }

  .image {
    width: 60%;
  }

  .link-block {
    font-size: 17px;
  }

  .undermenu, .fons.nav {
    height: 15vh;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }

  h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h2 {
    margin-bottom: 25px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .navbar {
    width: 100%;
    height: 12vh;
  }

  .brand {
    height: 20vh;
  }

  .image {
    width: 70%;
  }

  .link-block {
    border: 1px solid var(--orange-red);
    font-size: 16px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .undermenu {
    width: 100%;
    height: 12vh;
  }

  .line {
    height: 1px;
  }

  .fons.nav {
    height: 12vh;
  }

  .section-ourbrands {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-image: none;
  }

  h2 {
    font-size: 1.2rem;
  }

  .navbar {
    height: 18vh;
  }

  .navlinks {
    padding: 10px;
  }

  .copyright {
    bottom: 10%;
  }

  .brand {
    height: 19vh;
  }

  .viewmore {
    min-height: 30px;
  }

  .section {
    padding-top: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .container._2 {
    height: auto;
  }

  .undermenu {
    height: 18vh;
  }

  .div-block {
    text-align: center;
  }

  .fons {
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .fons.nav {
    height: 18vh;
  }

  .image-2 {
    object-fit: cover;
    object-position: 0% 0%;
    width: 100%;
    height: 100%;
  }

  .section-ourbrands {
    height: 100vh;
    padding-top: 20px;
  }
}

#w-node-_6b6a407f-ea2d-72b1-0408-077f158f66bc-5bf6c207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6242ec37-3606-cef5-d318-d2f7316af8e6-5bf6c207 {
  place-self: center;
}

#w-node-_45269ff6-7858-08d4-1b77-af28fbb83cfe-5bf6c207, #w-node-c7803f51-6d7e-2076-151f-c35c243a4018-5bf6c207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45269ff6-7858-08d4-1b77-af28fbb83d00-5bf6c207 {
  place-self: center;
}

#w-node-d0d3b5ea-10e5-863f-3e5b-e648ece90e12-5bf6c207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0d3b5ea-10e5-863f-3e5b-e648ece90e14-5bf6c207 {
  place-self: center;
}

#w-node-_967e1513-6d7a-6da6-5ee9-e9266302b917-5bf6c207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_967e1513-6d7a-6da6-5ee9-e9266302b919-5bf6c207 {
  place-self: center;
}

#w-node-_5f3a70a2-91ed-fe4f-80e2-66572f6feef1-5bf6c207, #w-node-_3c662539-bbce-be4c-1d25-20a42258c091-5bf6c207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_3c662539-bbce-be4c-1d25-20a42258c091-5bf6c207 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


