@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

body{
  padding: 0 6rem;
  padding-top: 8rem;
}

/*TOP IMAGE*/
.top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.top-imgBox {
  height: 50rem;
  width: 50rem;
}

.top-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.toptext-box {
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
}

.BEAUC-text {
  font-size: 8rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.1rem;
  word-spacing: -0.7rem;
  line-height: .9;
  /*font-family: "Mona Sans", sans-serif;*/
  font-weight: 700; 
}

.copyyRight {
  font-size: 5rem;
}

.BEAUC-sub {
  font-size: 1.5rem;
  width: 30rem;
  font-weight: 400;
}

.OURservice {
  font-size: 3rem;
  font-weight: 900;
  text-align: start;
  margin-bottom: 2rem;
  color: gray;
}

/*SECOND IMG BOX*/
.second-imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50rem;
}

.second-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

section {
  margin-top: 4rem;
  padding: 0 2rem;
}

section p {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  text-align: justify;
}

/*CEO RAIN*/
.ceo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
  color: gray;
}

.ceo-quote {
  font-size: 2rem;
  font-weight: 500;
}

.ceo-quote i {
  font-weight: 300;
}

figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

figure img {
  height: 50rem;
  width: 40rem;
  object-fit: cover;
}

figcaption {
  font-size: 2rem;
  font-weight: 500;
}

.ceo {
  font-weight: 700;
}

/*fade in*/
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}
