@font-face {
  font-family: 'jaipur';
  src: url('font/jaipur.woff2') format('woff2'); font-display: swap;
}

@font-face {
  font-family: 'monty-reg';
  src: url('font/Montserrat-Regular.woff2') format('woff2'); font-display: swap;
}

@font-face {
  font-family: 'monty-medi';
  src: url('font/Montserrat-Medium.woff2') format('woff2'); font-display: swap;
}

:root {
  --vys-beige: #fff5cc;
  --vys-white: #f2f2f2;
  --vys-red: #8d3d37;
  --vys-black: #000000;
}

body {
  background: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: monty-reg;
}

h1 {
  font-family: jaipur;
  font-size: 5.3rem;
  text-align: center;
  padding-bottom: 2rem;
  text-align: center;
}

p {
  font-family: monty-reg;
  font-size: 2.5rem;
  line-height: 5rem;
  text-align: center;
  padding-bottom: 1.5rem;
}



/* MENUBAR  */

.bgnd-img {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url(img/landing-page-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}


.topbar-landing {
  position: absolute;
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: right;
  width: 100%;
  z-index: 10;
}

.topbar {
  position: absolute;
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
}

a {
  font-family: monty-medi;
  font-size: 2.1rem;
  color: var(--vys-beige);
  text-decoration: none;
  padding-right: 5rem;
}

.vys-logo-landing {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: end;
  padding-bottom: 8rem;
}

.mainhome-beige {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--vys-beige);
}

.designelement {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: url(img/design.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.introduction {
  padding-left: 40rem;
  padding-right: 40rem;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
}

.introduction h1 {
  color: var(--vys-red);
}

.introduction p {
  color: var(--vys-red);
}

.mainhome-brown {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--vys-red);
}

.designelement-brown {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: url(img/design-brown.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.introduction-brown {
  padding-left: 40rem;
  padding-right: 40rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.introduction-brown h1 {
  color: var(--vys-beige);
}

.introduction-brown p {
  color: var(--vys-beige);
}


/* TESTIMONIAL NEW START  */

.testimonials {
  padding: 4rem 0;
  color: (var(--vys-red));
  text-align: center;
}

.inner {
  max-width: 98%;
  margin: auto;
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}

.col {
  flex: 31%;
  max-width: 31%;
  background: var(--vys-beige);
}

.testimonial {
  padding: 2.5rem;
  height: 100%;
}

.name h2 {
  font-size: 2.4rem;
  font-family: monty-medi;
  text-transform: uppercase;
  color: var(--vys-red);
}

.name h3 {
  font-size: 1.4rem;
  font-family: monty-medi;
  text-transform: uppercase;
  color: var(--vys-black);
  margin-bottom: 2rem;
}

.testimonial p {
  font-size: 1.75rem;
  line-height: 3.2rem;
  font-family: monty-reg;
  color: var(--vys-black);
  word-spacing: 2%;
}

.footer {
  background: var(--vys-beige);
  width: 100%;
  padding: 2rem;
}

.address {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

h4 {
  font-size: 1.75rem;
  line-height: 3.2rem;
  font-family: monty-reg;
  color: var(--vys-black);
}

.copyr p {
  font-size: 1.4rem;
  font-family: monty-reg;
  color: var(--vys-black);
}

/* about */

.about-bgnd-img {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url(img/about.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  max-width: 100%;
}

.about-mainhome-beige {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--vys-beige);
}

.about-introduction {
  padding: 2rem;
  display: flex;
  align-items: center;
  height: 100vh;
}

.about-introduction img {
  padding-right: 6rem;
}

.about-img {
  max-width: 25%;
}

.about-content,
.about-content-brown {
  width: 70%;
}


.about-content h1 {
  text-align: left;
  color: var(--vys-red);
}

.about-content p {
  text-align: left;
  color: var(--vys-red);
  padding-bottom: 3rem;
}

.about-designelement {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: url(img/design.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-mainhome-brown {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--vys-red);
}

.about-designelement-brown {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: url(img/design-brown.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-introduction-brown {
  padding: 8rem;
  display: flex;
  align-items: center;
  height: 100vh;
}

.about-introduction-brown img {
  padding-right: 8rem;
}

.about-content-brown h1 {
  text-align: left;
  color: var(--vys-beige);
}

.about-content-brown p {
  text-align: left;
  color: var(--vys-beige);
  padding-bottom: 3rem;
}

/* contact */

.contact-bgnd-img {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url(img/contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.contact-introduction {
  width: 100%;
  height: 100vh;
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.location {
  width: 40%;
}

.location h2 {
  font-size: 2.4rem;
  font-family: monty-medi;
  text-transform: uppercase;
  color: var(--vys-red);
}

.maps {
  width: 60%;
}

.maps-size {
  width: 55vw;
  height: 80vh;
  border: none;
}

/* gallery */

.gallery-bgnd-img {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url(img/gallery.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.honor {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.honor img {
  max-width: 97%;
}

.honor p {
  font-family: monty-medi;
  line-height: 4rem;
  padding-left: 9rem;
  padding-right: 9rem;
}

.gallery {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  padding-bottom: 2rem;
  gap: 2rem;
}

/*  MEDIA QUERY  */

@media (max-width: 1367px) {

  h1 {
    font-size: 5rem;
  }
  
  p {
    font-size: 2.2rem;
    line-height: 4.25rem;
  }

  .introduction,
  .introduction-brown {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .gallery {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding-bottom: 2rem;
    gap: 1rem;
  }

  .gallery img {
    max-width: 96%;
  }

  .location {
    width: 40%;
  }
  
  .location h2 {
    font-size: 2rem;
    font-family: monty-medi;
    text-transform: uppercase;
    color: var(--vys-red);
  }
  
  .maps {
    width: 60%;
  }

}

@media (max-width: 900px) {

  h1 {
    font-size: 4rem;
  }
  
  p {
    font-size: 1.85rem;
    line-height: 3.4rem;
  }

  a {
    font-family: monty-medi;
    font-size: 1.75rem;
    color: var(--vys-white);
    text-decoration: none;
    padding-right: 2.4rem;
  }

  h4 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .vys-logo img{
    width: 75%;
    height: 100%;
  }

  .vys-logo-landing img {
    max-width: 50%;
  }

  .introduction,
  .introduction-brown {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* about */

  .about-img {
    display: none;
  }

  .about-content,
  .about-content-brown {
    width: 95%;
  }

  .about-introduction,
  .about-introduction-brown {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 100vh;
  }

  .about-content h1,
  .about-content-brown h1 {
    text-align: center;
  }
  
  .about-content p,
  .about-content-brown p {
    text-align: center;
    padding-bottom: 2rem;
  }

  .about-introduction img,
  .about-introduction-brown img {
    padding-right: 0rem;
  }

  /* testimonial */

  .testimonial p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-family: monty-reg;
    color: var(--vys-black);
    word-spacing: 0%;
  }

  .col {
    flex: 31%;
    max-width: 31%;
    background: var(--vys-beige);
  }
  
  .testimonial {
    padding: 2rem;
  }

  .name h2 {
    font-size: 2rem;
  }
  
  .name h3 {
    font-size: 1.2rem;
  }

  .honor p {
    font-size: 1.65rem;
    line-height: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .gallery {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding-bottom: 2rem;
    gap: 1rem;
  }

  .contact-introduction {
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .location {
    width: 100%;
    padding-bottom: 2rem;
  }
  
  .location h2 {
    font-size: 2.4rem;
    font-family: monty-medi;
    text-transform: uppercase;
    color: var(--vys-red);
  }
  
  .maps {
    width: 100%;
  }
  
  .maps-size {
    width: 80vw;
    height: 80vh;
    border: none;
  }
  
}

@media (max-width: 650px) {

  .topbar {
    display: flex;
    padding-left: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .topbar-landing {
    display: flex;
    padding-left: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .vys-logo {
    text-align: center;
    padding-bottom: 1rem;
  }

  .vys-logo-landing img {
    max-width: 75%;
  }

  a {
    font-size: 1.5rem;
    padding-right: 2rem;
  }

  a:nth-last-child(1) {
    padding-right: 0rem;
  }

  .row {
    gap: 1.75rem;
  }
  
  .col {
    flex: 97%;
    max-width: 97%;
    background: var(--vys-beige);
  }

  .address-logo {
    display: none;
  }

  .honor p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .gallery {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    padding-bottom: 2rem;
    gap: 1rem;
  }

  .location h2 {
    font-size: 1.75rem;
    font-family: monty-medi;
    text-transform: uppercase;
    color: var(--vys-red);
  }

}

@media (max-width: 400px) and (min-width: 300px) {

  h1 {
    font-size: 3.25rem;
  }
  
  p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  h4 {
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding-bottom: 2rem;
    text-align: center;
  }

  .vys-logo img {
    width: 60%;
    height: 100%;
  }

  .address {
    display: flex;
    flex-direction: column;
  }

  .honor p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .location h2 {
    font-size: 1.5rem;
    font-family: monty-medi;
    text-transform: uppercase;
    color: var(--vys-red);
  }

}