@charset "UTF-8";

@font-face {
  font-family: "Samsung Sharp";
  src: url("../fonts/SamsungSharpSansBd.woff2");
}
@font-face {
  font-family: "Samsung 400";
  src: url("../fonts/SamsungOne-400.woff2");
}
@font-face {
  font-family: "Samsung 700";
  src: url("../fonts/SamsungOne-700.woff2");
}
.sms-sharp {
  font-family: "Samsung Sharp";
}
.sms-400 {
  font-family: "Samsung 400";
}
.sms-700 {
  font-family: "Samsung 700";
}
.landing {
  color: black;
}
.landing h1 {
  font-size: 4.16666667vw;
}
.landing h3 {
  font-size: 1.94444444vw;
}
.landing .br-gray {
  border-right: solid 1px darkgray;
}
@media (max-width: 992px) {
  .landing .br-gray {
    border: none;
  }
}
.first-section h2 {
  font-size: 2.6vw;
}
@media (max-width: 992px) {
  .first-section h2 {
    font-size: 4.3vw;
  }
}
.second-section p {
  font-size: 1.3em;
}
.second-section h3 {
  font-size: 1.7em;
}
.third-section {
  min-height: 360px;
}
.third-section h2 {
  font-size: 2.8em;
}
.third-section h3 {
  font-size: 2em;
}
.fourth-section h2 {
  font-size: 2.6vw;
}
.fourth-section p {
  font-size: 1.3em;
}
@media (max-width: 992px) {
  .fourth-section h2 {
    font-size: 2.8em;
  }
  .fourth-section h3 {
    font-size: 1.8em;
  }
}
.quote {
  font-size: 1em !important;
}
.sixth-section h2 {
  font-size: 2.8vw;
}
.sixth-section h3 {
  font-size: 1.8vw;
}
.sixth-section p {
  font-size: 1.3em;
}
@media (max-width: 992px) {
  .sixth-section h2 {
    font-size: 2.8em;
  }
  .sixth-section h3 {
    font-size: 1.8em;
  }
}
.sept-section {
  background-color: #f8f8f8;
}

@media (max-width: 992px) {
  .bs-5 .section-three {
    background-color: #000;
    position: relative !important;
  }
}
@media (max-width: 992px) {
  .section-four {
    position: relative !important;
  }
}
.bg-black {
  background-color: #000;
}
