body {
  margin: 0;
  font-family: 'AllroundGothic', sans-serif;
  background: #fff;
  color: #333;
  text-align: center;
}

img {
  width: 100%;
}

h1,
h2,
h3 {
  font-family: 'AllroundGothic', sans-serif;
  font-weight: 700;
}

p {
  font-family: 'AllRoundGothic', sans-serif;
  font-weight: 375;
}

.cr-2 {
  color: #FF0020;
}

header {
  background-color: #ededed;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.logo {
  display: flex;
  align-items: center;
}

.pay-buttons img {
  width: 60px;
}

.banner-section {
  position: relative;
  height: 500px;
  background: url('../img/top-bg.png') no-repeat center center/cover;
  color: white;
  text-align: center;
}

.overlay {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.bottom-curve {
  background: white;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  clip-path: circle(calc(100vw * 3) at 50% calc(100vw * 3));
}

.banner-section .highlight {
  color: red;
}

.banner-section h1 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

.about h2,
.explore h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0C0F0F;
}

.about p,
.explore p {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #6F7184;
}

.about p {
  margin-bottom: 0;
}

.about-us img {
  max-width: 700px;
}

.top-button {
  width: 135px;
  height: 50px;
  border-radius: 50px;
  background-color: #231F20;
  border: 0;
}

.banner-button {
  width: 135px;
  height: 50px;
  border-radius: 50px;
  background-color: #FFFFFF;
  border: 0;
}

.banner-button img {
  width: 120px;
}

.explore {
  min-height: 250px;
  width: 100%;
}

.explore-wrapper {
  padding-top: 1rem;
  width: 100%;
}

.our-work {
  background-color: #141414;
  min-height: 400px;
  position: relative;
}

.video-wrapper {
  position: relative;
  top: -5rem;
}

.video-wrapper img {
  max-width: 500px;
}

.video-btn-area {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-btn-area img {
  max-width: 100px;
  cursor: pointer;
}

.works-wrapper h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}

.works-wrapper p,
.child-wrapper p {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #fff;
}

.child-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.child-wrapper h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}

.virtual-people {
  width: 100%;
  height: auto;
  background: #f0f2ff;
  border-radius: 25px;
  padding: 4rem 2rem;
  margin-bottom: 3rem;
}

.virtual-people p {
  margin: 0 auto 40px;
  color: #141414;
}

.virtual-people h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #141414;
  padding-bottom: 10px;
}

.virtual-people-img {
  padding-top: 3rem;
}

.faq-wrapper {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}

.faq-wrapper h1 {
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.accordion-item,
.accordion-button {
  background: transparent;
  color: #fff;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #2d2d2d;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-collapse {
  text-align: left;
}

.footer-top {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer-top img {
  width: 150px;
}

.footer-top-content {
  width: 100%;
  max-width: 600px;
  padding-top: 1rem;
  margin: auto;
}

.footer-top-content h3 {
  color: #fff;
}

.footer-top-content p {
  color: #fff;
}

.footer-section {
  width: 100%;
  min-height: 50px;
  background-color: #D9D9D9;
}

.footer-wrapper {
  color: #000000;
  line-height: 20px;
}

.footer-wrapper p {
  padding-top: 1rem;
  font-family: 'AllRoundGothic', sans-serif;
  text-align: center;
  vertical-align: middle;
}