body {
  font-family: "Kanit", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.cover-img {
  /* background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80"); */
  background-image: url("../images/bg1.jpeg");
  height: 100vh;
  

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-dark-overlay {
  /* background: rgb(21, 39, 61);
  background: linear-gradient(
    90deg,
    rgba(21, 39, 61, 0.8802871490393032) 0%,
    rgba(21, 39, 61, 0.11558126668636204) 100%
  ); */
  background: rgb(21, 39, 61);
  background: linear-gradient(
    90deg,
    rgba(21, 39, 61, 0.7990546560421043) 0%,
    rgba(21, 39, 61, 0.5805672610841212) 49%,
    rgba(21, 39, 61, 0.8) 100%
  );
  width: 100%;
  height: 100vh;
}
.bg-red-overlay {
  /* background: rgb(198, 33, 39);
  background: linear-gradient(
    90deg,
    rgba(198, 33, 39, 0.7598389697675946) 0%,
    rgba(198, 33, 39, 0) 100%
  ); */
  background: rgb(198, 33, 39);
  background: linear-gradient(
    90deg,
    rgba(198, 33, 39, 0.5) 0%,
    rgba(198, 33, 39, 0.300455216266194) 49%,
    rgba(198, 33, 39, 0.5) 100%
  );
  width: 100%;
  height: 100vh;
}

.company-info-cover-img {
  /* background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80"); */
  background-image: url("../images/member3.jpg");

  height: 60vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-dark {
  color: #15273d;
}
.text-soft-dark {
  color: #57626f;
}
.text-cream {
  color: #f2ece7;
}
.text-rose {
  color: #e56569;
}
.text-blood {
  color: #c62127;
}

.bg-dark {
  background-color: #15273d;
}
.bg-soft-dark {
  background-color: #57626f;
}
.bg-cream {
  background-color: #f2ece7;
}
.bg-rose {
  background-color: #e56569;
}
.bg-blood {
  background-color: #c62127;
}

.border-dark {
  border-color: #15273d;
}
.border-soft-dark {
  border-color: #57626f;
}
.border-cream {
  border-color: #f2ece7;
}
.border-rose {
  border-color: #e56569;
}
.border-blood {
  border-color: #c62127;
}

.h-half-screen {
  height: 50vh;
}
.h-40vh {
  height: 40vh;
}
