* {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Roboto Serif", serif;
  font-weight: 300;
}
html {
  /* background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(images/background_1.jpg); */
  margin: 0;
}
body {
  background-color: #3b383b;
  color: #fff;
  margin: 0;
  font-style: normal;
  font-optical-sizing: auto;
}
.header {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-image: url(images/dp_SoundBite.jpg);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  );
}
.headerAboutus {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  /* background-image: url(images/background_1.jpg);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  ); */
}

.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* fade effect */
  /* background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  ); */
}
.header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header {
  background-color: #333333;
}
.logo {
  height: 100px;
  cursor: pointer;
  text-align: center;
}
.navbar {
  height: 10%;
  display: flex;
  align-items: center;
}
nav .fa-solid {
  width: 50px;
  cursor: pointer;
  margin-left: 40px;
}
nav {
  flex: 1;
  text-align: right;
  flex-direction: column;
}
nav ul li {
  list-style: none;
  display: inline;
  margin-left: 30px;
}
nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
.container {
  min-height: 100vh;
  width: 100%;
  /* background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(images/background_1.jpg); */
  /* background-color: #312f31; */
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  position: relative;
  box-sizing: border-box;
}
.box {
  /* min-height: 100vh; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  position: relative;
  padding-left: 6%;
  padding-right: 6%;
  box-sizing: border-box;
  margin-bottom: 0;
}

div {
  margin-bottom: 90px;
}

.Righteous-heading {
  font-family: "Righteous", serif;
  font-weight: 900;
  color: #e0b1cbff;
  color: #e72f58;
  font-size: 90px;
  line-height: 100px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  margin: 0;
}
.Righteous-subheading {
  font-family: "Righteous", serif;
  color: rgb(255, 255, 255);
  font-size: 30px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  margin: 0;
}
.Roboto-serif-text {
  font-family: "Roboto Serif", serif;
  /* font-family: "Roboto Slab", serif; */
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h2 {
  font-family: "Righteous", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.14rem;
}
h3 {
  font-family: "Righteous", serif;
  font-optical-sizing: auto;
  /* font-weight: 100-900; */
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}
p {
  /* font-family: "Roboto Slab", serif; */
  font-optical-sizing: auto;
  /* font-weight: 100-900; */
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
p {
  margin-top: 12px;
  margin-bottom: 8px;
}
p {
  font-size: 18px;
  color: white;
  line-height: 25px;
}
i {
  color: #be95c4ff;
  color: #e72f58;
  color: #ed5577;
  font-family: "Roboto Serif";
  font-weight: 700;
  font-style: normal;
}

.button {
  background-color: transparent;
  border-radius: 30px;
  color: white;
  border: 2px solid grey;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.mainSite {
  border: 2px solid #008cba;

  display: flex;
  justify-content: flex-start;
}
.mainSite:hover {
  background-color: #008cba;
}
.button1,
.button4 {
  border: 2px solid #04aa6d;
}
.button1:hover,
.button4:hover {
  background-color: #04aa6d;
}
.button:hover {
  background-color: rgba(255, 208, 208, 0.493);
}
.record:active {
  background-color: red;
}

.question {
  padding: 35px 30px;
  border: 5px white outset;
  border: 3px solid #ccc !important;
  border-radius: 16px;
  background-color: #be95c4ff;
  background-color: #be95c4a3;
  background-color: #c495ab;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 90px;
}
.question h2 {
  text-align: center;
  margin: 12px 0px 12px;
}
.question h2 i {
  font-family: "Righteous", serif;
}
.question h3 {
  margin: 30px 0px 0px;
  font-family: "Kalam", cursive;
  text-decoration: underline;
  font-weight: 700;
  font-size: 32px;
  color: #5e548eff;
  color: #f9bddb;
  color: #d52c52;
}

.question dl {
  padding: 10px 10px 0px 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.question dt {
  font-size: 22px;
  margin-bottom: 5px;
}
.question dd {
  margin-bottom: 10px;
}

.question i {
  font-family: "Righteous", serif;
  font-family: "Kalam", cursive;
  font-weight: 700;
  color: #5e548eff;
  color: #ff839f;
  color: #f9bddb;
  color: #d52c52;
}

.instruction h3 {
  text-decoration: underline;
  margin-top: 30px;
}
ul,
dl {
  padding: 0px 40px;
}
.recordcontainer {
  border: 1px solid #ccc !important;
  border-radius: 16px;
  text-align: center;
  width: 500px;
  cursor: default;
  margin-bottom: 80px;
  padding: 10px 0px 15px 0px;
}
summary {
  padding: 10px 0px;
  cursor: pointer;
  font-family: "Righteous", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 23px;
  letter-spacing: 0.14rem;
}

.img-intro {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.img-sendus {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
  margin-top: 35px;
}
.Righteous {
  font-family: "Righteous", serif;
}
.icon {
  width: 150px;
}
.tinyicon {
  width: 50px;
}
.contact {
  background-color: #fda1b5;
  padding: 24px 34px;
  margin: 0 auto;
}
.contact h2 {
  color: #3b383b;
}
.contact P {
  color: #3b383b;
}
.contact a {
  color: black;
}
.heng2 {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 0px 20px;
  align-items: center;
}
.heng3 {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 0px 60px;
  align-items: start;
}
.heng4 {
  display: grid;
  grid-template-columns: 50px auto 50px auto;
  gap: 0px 0px;
  align-items: start;
}
.heng4 p {
  margin-top: 6px;
  margin-bottom: 20px;
}

.email {
  margin-bottom: 0;
}
.whatsapp {
  margin-bottom: 0;
}
