@font-face {
  font-family: Inter;
  src: url("./Inter-VariableFont_slnt\,wght.ttf");
}
.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  min-width: 300px !important;
  width: 100% !important;
  font-family: "Inter", sans-serif;
  font-display: swap;
}
#root {
  background-image: url("./background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#rectangle {
  min-height: 60vh !important;
  width: 550vw;
  height: 590px;
  position: relative;
  top: -20px;
  left: -25px;
  z-index: 1000;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
#background {
  background-color: rgba(8, 8, 9, 0.7);
  filter: blur(10px);
  backdrop-filter: blur(7.5px);
  width: 100%;
  height: 100%;
}
#main {
  z-index: 1000;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2em 0 0 2.75em;
}
#headingWrapper {
  width: 90vw;
  display: flex;
  justify-content: flex-start;
  color: #019de7;
}
#mainHeading {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#mainHeading div {
  display: flex;
  align-items: baseline;
}
h1 {
  margin: 0;
  font-size: 3.125em;
  font-weight: 700;
}
#headingWrapper h2 {
  margin: 0;
  font-size: 1.8em;
  font-weight: 700;
}
h4 {
  margin: -0.5em -3.4em 0 0;
  font-size: 0.7em;
}
#chgLanBtn {
  margin: auto 0;
  margin-left: 0.5em;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
p {
  margin-top: 1.4em;
  color: #fff;
  line-height: 27px;
  font-weight: 300;
  width: 86vw;
  font-size: 1.3em;
}
#contactWrapper {
  color: #fff;
}
#contactWrapper h2 {
  font-weight: 400;
  margin: 0.5em 0;
  font-size: 1.375em;
}
#contactWrapper div {
  margin-bottom: 0.6em;
}
#contactWrapper a {
  font-size: 1.25em;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  -webkit-user-drag: none;
  width: fit-content;
}
#contactWrapper img {
  width: 1.5em;
  margin-right: 0.3em;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(178deg) brightness(103%) contrast(107%);
}
@media (max-width: 300px) {
  #rectangle {
    width: 550vw !important;
    height: 580px !important;
  }
  #main {
    margin-left: 2.2em;
  }
  h1 {
    font-size: 14vw;
    font-weight: 600;
    /* font-size: 2.5em; */
  }
  #headingWrapper h2 {
    font-size: 9vw;
    /* font-size: 1.55em !important; */
    font-weight: 500;
  }
  p {
    font-size: 1.2em;
  }
  #contactWrapper a {
    font-size: 7vw;
    font-weight: 300 !important;
  }
  #chgLanBtn img {
    width: 10vw;
  }
}
@media (min-width: 300px) and (max-width: 350px) {
  #rectangle {
    width: 550vw !important;
    height: 520px !important;
  }
  h1 {
    font-weight: 600;
    font-size: 2.8em;
  }
  #mainHeading {
    font-size: 5vw;
  }
  #mainHeading h2 {
    font-weight: 500;
  }
  #chgLanBtn {
    margin-left: 0;
  }
}
@media (min-width: 351px) and (max-width: 425px) {
  #rectangle {
    width: 530vw !important;
    height: 550px !important;
  }
  h1 {
    font-weight: 600;
  }
  #mainHeading h2 {
    font-weight: 500;
  }
  p {
    max-width: 90%;
  }
}
@media (max-width: 580px) {
  #rectangle {
    width: 230vw;
    height: 540px;
  }
}
@media (min-width: 581px) {
  #rectangle {
    width: 180vw;
    height: 580px;
  }
  #main {
    margin-top: 3.25em;
    margin-left: 3.5em;
  }
  p {
    max-width: 70vw;
    font-size: 1.45em;
  }
  h2 {
    font-weight: 700;
  }
}
@media (min-width: 670px) {
  #rectangle {
    width: 150vw;
    height: 580px;
  }
  p {
    max-width: 65vw;
  }
}
@media (min-width: 769px) {
  #headingWrapper h2 {
    letter-spacing: 0.03em;
    font-weight: 700;
  }
  h4 {
    font-size: 0.775em;
  }
  #rectangle {
    width: 135vw;
    height: 580px;
  }
  p {
    max-width: 57vw;
  }
}
@media (min-width: 880px) {
  #rectangle {
    width: 100vw;
    height: 620px;
  }
  #main {
    margin-top: 3em;
    margin-left: 3.5em;
  }
  p {
    line-height: 28px;
    font-weight: 400;
    max-width: 50vw;
  }
}
@media (min-width: 993px) {
  #rectangle {
    width: 95vw;
    height: 680px;
  }
  #main {
    margin-top: 4em;
    margin-left: 4.5em;
  }
  p {
    line-height: 30px;
    max-width: 50vw;
  }
}
@media (min-width: 1201px) {
  #rectangle {
    width: 100vw;
    height: 780px;
  }
  #main {
    margin-top: 5em;
    margin-left: 5em;
  }
  p {
    line-height: 35px;
    width: 45vw;
    font-size: 1.6em;
  }
  #contactWrapper {
    font-size: 1.15em;
  }
  #contactWrapper a {
    font-size: 1.15em;
  }
}
@media (min-width: 1300px) {
  p {
    width: 38vw;
  }
}
@media (min-width: 1400px) {
  p {
    margin: 1.5em 0;
    width: 30vw;
  }
}
