:root {
  --white: white;
  --black: black;
}

body {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.section {
  min-height: 100vh;
  position: relative;
}

.container {
  min-height: 100vh;
  min-width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: .25fr .5fr .25fr .5fr;
  grid-template-columns: .75fr 3fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-image {
  background-image: url('../images/Coating-Services-Limited.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.main-heading {
  width: 60%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.subheading-wrapper {
  margin-top: 60px;
}

.made-by-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.scroll-down-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 14vh;
  display: flex;
}

.social-media-wrapper {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 3fr .75fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading {
  font-size: 90px;
  line-height: 90px;
}

.html-embed {
  z-index: auto;
  text-align: center;
  font-family: Eczar, sans-serif;
  position: static;
}

.html-embed._3 {
  margin-top: 20px;
}

.transparent-text {
  align-self: auto;
  margin-bottom: -33px;
}

.subheading-text {
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 40px;
}

.text-block {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 19px;
  display: flex;
  transform: rotate(-90deg);
}

.line-decoration {
  height: 1px;
  background-color: var(--white);
  margin-bottom: 0;
}

.scroll-down-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 4vh;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 19px;
}

.social-link {
  color: var(--white);
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.social-links-wrapper {
  display: flex;
}

.nav-menu-link {
  color: var(--white);
  text-transform: uppercase;
  flex: 0 auto;
  order: 1;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.nav-left-menu {
  float: left;
  margin-left: auto;
}

.logo-link {
  padding-top: 10px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 66px;
}

.subheading-text-copy {
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 40px;
}

.text {
  font-size: 20px;
  line-height: 30px;
}

.text-wrapper {
  max-width: 50%;
  margin-top: 60px;
}

.button {
  background-color: #5691e3;
  border-radius: 100px;
  padding: 20px 40px;
}

.button:hover {
  background-color: #023058;
}

.logo {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 80px;
    line-height: 70px;
  }

  .html-embed {
    line-height: 19px;
  }

  .transparent-text {
    display: block;
  }

  .text-block, .social-links-wrapper {
    display: none;
  }

  .nav-menu-link {
    justify-content: space-between;
    display: flex;
  }

  .menu-button.w--open, .nav-menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .subheading-text-copy {
    font-size: 16px;
  }

  .text-wrapper {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 60px;
    line-height: 60px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .button {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .subheading-wrapper {
    margin-top: 40px;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .subheading-text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-button, .menu-button.w--open, .nav-menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .subheading-text-copy {
    text-align: center;
  }

  .text {
    font-size: 12px;
    line-height: 20px;
  }

  .text-wrapper {
    margin-top: 40px;
  }

  .link {
    font-size: 14px;
  }

  .button {
    padding: 15px 20px;
    font-size: 14px;
  }
}

#w-node-_86441ca8-8dfb-c059-ee20-0a8c8944f6c8-35520106 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2a1d527f-1cb4-ad36-6201-f6943a48315a-35520106 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_86441ca8-8dfb-c059-ee20-0a8c8944f6c8-35520106 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}