body {
  padding: 0;
  margin: 0;
  font-family: "Eudoxus-Sans", sans;
  font-family: "Gabarito", sans-serif;
}
.navbar {
  display: flex;
  padding: 1px 1%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #d7b3b300;
  -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 15%);
}
.navbar .lft,
.navbar .rt,
.navbar a {
  width: 33.333%;
  text-align: center;
}
.navbar a {
  font-size: 17px;
  padding: 12px 21px;
  color: #000;
  margin: 0;
  text-decoration: none;
}

.navbar a:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 99px;
  transition: all 0.2s ease;
}

a.logo img {
  height: 58px;
  width: auto;
  /* object-fit: cover;
    object-position: left; */
  padding: 8px 8px 8px;
  border: 1px solid #c9afaf40;
  border-radius: 50em;
}
a.logo {
  padding: 0;
}

.navbar a.logo img:hover {
  background: transparent;
  border-radius: 99px;
  transition: all 0.2s ease;
  border-top: 1px solid rgb(219 16 16 / 56%);
  border-right: 1px solid rgb(217 11 11 / 48%);
  border-bottom: 1px solid rgb(36 206 5 / 57%);
  border-left: 1px solid rgb(24 189 68 / 45%);
}
.navbar a.logo {
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #2e2313;
  /* padding: 8px 15px;
  border: 1px solid #c9afaf40;
  border-radius: 99px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

a.logo span {
  color: #34a75d;
  margin-left: 0.7px;
}
.navbar a.logo:hover {
  background: transparent;
  /* border-radius: 99px;
  transition: all 0.2s ease;
  border-top: 1px solid rgb(219 16 16 / 56%);
  border-right: 1px solid rgb(217 11 11 / 48%);
  border-bottom: 1px solid rgb(36 206 5 / 57%);
  border-left: 1px solid rgb(24 189 68 / 45%); */
}
#signin-btn {
  display: none;
}
#signin-btn span {
  font-size: 17px;
  padding: 12px 21px;
  color: #000;
  margin: 0;
  text-decoration: none;
}

#signin-btn span:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 99px;
  transition: all 0.2s ease;
}

.navbar .rt {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

button#chatbtn_nav {
  font-size: 17px;
  padding: 12px 21px;
  color: #000;
  margin: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0px;
  font-family: "Gabarito", sans-serif;
}

button#chatbtn_nav:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 99px;
  transition: all 0.2s ease;
}
div#profile-btn {
  padding: 0px 21px;
}
div#profile-btn .cl-internal-1j7ahlv {
  width: 2.2rem;
  height: 2.2rem;
}
.topbx {
  display: flex;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-image: url(/images/fs_hero-gradient.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.animate_card {
  background: #ffffffb3;
  border-radius: 16px;
  opacity: 0;
  position: absolute;
  transform: scale(0);
  transform: scale(0.8);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  will-change: tranform;
}
.animate_card img {
  width: 192px;
  height: auto;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 7%);
  box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 7%);
}
.bx.a .ratings {
  display: flex;
  margin: 10px 0;
  align-items: center;
}

.bx.a.wrapper {
  margin-top: auto;
}
.bx.a.wrapper .inner {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: center;
  padding: 5% 9% 1%;
  text-align: center;
}
.bx.a .ratings p {
  margin: 0 5px;
  font-size: 18px;
}
.bx.a h1 {
  font-size: 75px;
  line-height: 80px;
  margin: 10px;
  letter-spacing: -2px;
  word-spacing: -4px;
}
.bx.a .btn {
  margin: 27px auto 10px;
  /* border-radius: 999px;
  display: block;
  width: fit-content;
  padding: 17px 32px;
  background-color: #fd0; */
}
button#chatbtn_hero {
  border-radius: 999px;
  display: block;
  width: fit-content;
  padding: 17px 32px;
  background-color: #fd0;
  border: 0px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  font-family: "Gabarito", sans-serif;
}

button#chatbtn_hero:hover {
  background: rgb(0 0 0);
  color: #fff;
  border-radius: 99px;
  transition: all 0.2s ease;
}

.bx.a .btn p {
  font-size: 22px;
  line-height: 1;
  margin: 0;
}

.bx.a p {
  max-width: 610px;
  font-size: 23px;
  margin: 10px;
  font-weight: 300;
}
.bx.a p.dx001 {
  font-size: 19px;
}

@media screen and (max-width: 720px) {
  .above720px {
    display: none;
  }
}

/**/
.secbox_a_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: rgb(242 241 236);
  padding: 100px 0;
}
.secbox_a_wrapper h2 {
  font-size: 3rem;
  line-height: 1;
  max-width: 36rem;
  text-align: center;
  font-weight: 700;
  margin: auto;
  margin-bottom: 2.5rem;
}
.secbox_a {
  position: relative;
}
.secbox_a .inr {
  display: flex;
  /* overflow: hidden;
  margin: 50px auto; */
}
.secbox_a.one .inr {
  animation: scrollLeft 100s linear infinite;
}
.secbox_a.two .inr {
  flex-direction: row-reverse;
  animation: scrollRight 100s linear infinite;
}

@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(200%);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.card.a1 {
  display: flex;
  min-width: 280px;
  min-height: 180px;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: 0.5em;
  padding: 25px;
  margin: 10px;
  background-color: rgb(250 250 247);
  box-shadow: 0px 0px 10px 1px rgb(229 222 222 / 20%);
}
.card.a1 h3,
.card.a1 p {
  margin: 2px 0;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.rev_stars {
  color: goldenrod;
  margin: 10px 0;
}

/*******/
.signup-container {
  background: #eee;
  /* text-align: center; */
  padding: 5%;
}

/********/

.secbox_b {
  display: flex;
  background: #04121f;
  color: #fff;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 4% 7%;
}

.secbox_b .bx {
  display: flex;
  width: 100%;
  max-width: 620px;
  align-items: center;
}

.secbox_b .bx > .lft,
.rt {
  padding: 2em 0.25em;
}

.secbox_b {
  h2 {
    font-size: 77px;
    font-weight: 600;
    margin: 5px;
  }
  h3 {
    font-size: 35px;
    font-weight: 500;
    margin: 5px;
  }
  p {
    font-size: 20px;
    color: aliceblue;
    font-weight: 300;
    margin: 5px;
  }
}

.secbox_b .bx .lft .nmbr {
  display: flex;
  color: #2ae1b0;
  font-size: 6em;
  font-weight: 700;
  line-height: 72px;
  /* border: 3px solid; */
  padding: 20px;
  /* width: 90px; */
  /* height: 90px; */
  border-radius: 51%;
  justify-content: center;
  align-items: center;
}

button.chatbtn_hiw {
  border-radius: 999px;
  display: block;
  width: fit-content;
  padding: 12px 38px;
  background-color: #9af2f3;
  border: 0px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  font-family: "Gabarito", sans-serif;
}
button.chatbtn_hiw:hover {
  background: rgb(0 0 0);
  color: #fff;
  transition: all 0.2s ease;
}
