@import url("../../font-evergrow-sans.css");
@keyframes type-cursor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body * {
  font-family: "Evergrow Sans", sans-serif;
  box-sizing: border-box !important;
}
body .container {
  max-width: 1272px !important;
}
body .grecaptcha-badge {
  display: none;
}

.site_header .container {
  max-width: 1272px !important;
}

.business_gen_intro {
  padding: 220px 0 152px 0;
  position: relative;
  overflow: hidden;
}
.business_gen_intro .typing-area {
  text-align: center;
  margin-bottom: 8px;
}
.business_gen_intro .typing-area .typing-wrapper {
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
  color: #000;
  margin-left: 12px;
}
.business_gen_intro .typing-area .type-cursor {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  -webkit-animation: type-cursor 1s infinite;
  animation: type-cursor 1s infinite;
  position: relative;
  font-weight: 400;
}
.business_gen_intro .typing-area .type-stars {
  position: relative;
  top: -4px;
}
.business_gen_intro .typing-area .type-stars img {
  width: 33px;
  height: 33px;
}
.business_gen_intro .bg_overlay {
  width: 3840px;
  height: 1326px;
  background: url("../../../../../uploads/tenweb-theme/images/business-name-generator/business-gen-bg.png") no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.business_gen_intro h1 {
  color: #000;
  text-align: center;
  font-size: 72px;
  line-height: 86px;
  margin-bottom: 24px;
}
.business_gen_intro .section-description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 56px;
  color: rgba(0, 0, 0, 0.8);
}
.business_gen_intro .categories .suggestions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.business_gen_intro .categories .suggestions .suggestion {
  flex: 0 0 calc(33.33% - 24px);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background-color: #f5f5f6;
  border-radius: 24px;
  padding: 32px;
  cursor: pointer;
}
.business_gen_intro .categories .suggestions .suggestion:hover .text {
  opacity: 0.5;
}
.business_gen_intro .categories .suggestions .suggestion .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.business_gen_intro .categories p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.8);
}
.business_gen_intro .categories .tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.business_gen_intro .categories .tags .tag {
  backdrop-filter: blur(8px);
  border-radius: 9999px;
  background: #f5f5f6;
  text-align: center;
}
.business_gen_intro .categories .tags .tag a {
  padding: 12px 24px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  text-decoration: none;
}
.business_gen_intro .categories .tags .tag a:hover {
  opacity: 0.5;
}
.business_gen_intro .ai-business-name-generator.fixed {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  top: 79px;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9997;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content {
  margin-bottom: 0;
}
.business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .tw_button {
  font-size: 18px;
}
.business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .tw_button.blue_bg {
  background-color: #3339f1 !important;
}
.business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .ai-business-name-generator-border {
  padding: 6px;
  height: 72px;
}
.business_gen_intro .ai-business-name-generator.fixed .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container input {
  height: auto;
}
.business_gen_intro .ai-business-name-generator-content {
  margin-bottom: 80px;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 20px;
  background-color: #fff;
  box-shadow: 0px -2px 8px 0px rgba(51, 57, 241, 0.06), 0px 12px 30px 3px rgba(51, 57, 241, 0.2);
  border-radius: 8px;
  border: 1px solid #fff;
  height: 90px;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .tw_button {
  flex: 0 0 280px;
  font-size: 20px;
  height: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3339f1 !important;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container {
  flex: 1;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container input,
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container textarea {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  background-color: transparent;
  border: none;
  outline: none;
  flex: 1;
  padding: 0 0 0 64px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/generate_icon_dark2.svg") no-repeat left 24px center transparent;
  height: 70px;
}
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container input::placeholder,
.business_gen_intro .ai-business-name-generator-content .ai-business-name-generator-border .inputs-container textarea::placeholder {
  font-size: 20px;
  font-weight: 600px;
  line-height: 26px;
}
.business_gen_intro .ai-business-name-generator-content .error {
  bottom: -44px !important;
}

.benefits {
  padding: 152px 0;
}
.benefits h2 {
  text-align: center;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.benefits .subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 64px;
}
.benefits .benefit_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.benefits .benefit_items .benefit_item {
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
  padding: 32px;
}
.benefits .benefit_items .benefit_item img {
  margin-bottom: 24px;
  opacity: 0.3;
}
.benefits .benefit_items .benefit_item h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.benefits .benefit_items .benefit_item p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  min-height: 112px;
}

.how_it_works {
  background-color: #000;
  padding-bottom: 80px;
}
.how_it_works.child {
  background-color: #fff;
}
.how_it_works.child h2 {
  color: #000;
}
.how_it_works.child .subtitle {
  color: #000000 !important;
}
.how_it_works.child .content_outer .item {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.how_it_works h2 {
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 80px;
}
.how_it_works .subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 64px;
}
.how_it_works .generated_wrapper.mobile-slider, .how_it_works .generated_wrapper.tablet-slider {
  display: none;
}
.how_it_works .generated_wrapper.desktop-slider {
  display: block;
}
.how_it_works .generated_wrapper .slick-dots {
  display: flex;
  margin: 0 auto;
  align-items: center;
  height: 48px;
  padding: 20px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  width: max-content;
  position: relative;
  gap: 12px;
  align-items: center;
  bottom: 0;
}
.how_it_works .generated_wrapper .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0;
  flex: 0 0 6px;
}
.how_it_works .generated_wrapper .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  text-indent: -90000px;
  border-radius: 50%;
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.how_it_works .generated_wrapper .slick-dots li button:before {
  width: 6px;
  height: 6px;
}
.how_it_works .generated_wrapper .slick-dots li.slick-active {
  flex: 0 0 8px;
  transform: translateY(-1px);
}
.how_it_works .generated_wrapper .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: rgb(255, 255, 255);
}
.how_it_works .generated_wrapper .slick-dots li.slick-active button:before {
  width: 8px;
  height: 8px;
}
.how_it_works .generated_wrapper .slick-dots li.slick-active button::before {
  background-color: rgb(255, 255, 255);
}
.how_it_works .generated_wrapper .slick-dots li button::before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.how_it_works .generated_wrapper .slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.how_it_works .generated_wrapper .slide .item {
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
}
.how_it_works .generated_wrapper .slide .item:hover {
  background: rgba(255, 255, 255, 0.12);
}
.how_it_works .generated_wrapper .slide .item .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.how_it_works .generated_wrapper .slide .item a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.how_it_works .generated_wrapper .slide .item a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/arrows/arrow-white-right.svg") no-repeat center center;
}
.how_it_works .generated_wrapper .slide .item a:hover {
  opacity: 1;
}
.how_it_works .content_outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.how_it_works .content_outer .item {
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.how_it_works .content_outer .item .item_content {
  background-color: #fff;
  padding: 32px 32px 40px 32px;
}
.how_it_works .content_outer .item .item_content h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 16px;
}
.how_it_works .content_outer .item .item_content p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 28px;
}
.how_it_works .content_outer .item .item_image {
  height: 434px;
  background-color: #e5e5e5;
  background-position: center;
  background-size: cover;
}
.how_it_works .content_outer .item .item_image.image_take {
  background-image: url("../../../../../uploads/tenweb-theme/images/business-name-generator/take.jpg");
}
.how_it_works .content_outer .item .item_image.image_select {
  background-image: url("../../../../../uploads/tenweb-theme/images/business-name-generator/select.jpg");
}
.how_it_works .content_outer .item .item_image.image_describe {
  background-image: url("../../../../../uploads/tenweb-theme/images/business-name-generator/describe.jpg");
}
.how_it_works .marquee {
  padding: 40px 0;
  border-bottom: 1px solid rgb(77, 77, 77);
}
.how_it_works .marquee .text {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 52px;
  line-height: 68px;
  font-weight: 400;
  margin-left: 58px;
}

.business_name_container {
  padding: 60px 0;
  background-color: #000;
}
.business_name_container .business_name_container_title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.business_name_container .section_description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 48px;
  text-align: center;
}
.business_name_container .slick-dots {
  display: flex;
  margin: 0 auto;
  align-items: center;
  height: 48px;
  padding: 20px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  width: max-content;
  position: relative;
  gap: 12px;
  align-items: center;
  bottom: 0;
}
.business_name_container .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0;
  flex: 0 0 6px;
}
.business_name_container .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  text-indent: -90000px;
  border-radius: 50%;
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.business_name_container .slick-dots li button:before {
  width: 6px;
  height: 6px;
}
.business_name_container .slick-dots li.slick-active {
  flex: 0 0 8px;
  transform: translateY(-1px);
}
.business_name_container .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: rgb(255, 255, 255);
}
.business_name_container .slick-dots li.slick-active button:before {
  width: 8px;
  height: 8px;
}
.business_name_container .slick-dots li.slick-active button::before {
  background-color: rgb(255, 255, 255);
}
.business_name_container .slick-dots li button::before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.business_name_container .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
.business_name_container .slide .business_name_item a {
  text-decoration: none;
  padding: 8px 24px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 24px;
  display: inline-block;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.1);
}
.business_name_container .slide .business_name_item a:hover {
  opacity: 0.5;
}

.tips {
  padding-top: 152px;
}
.tips h2 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
}
.tips .subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  opacity: 0.8;
}
.tips .tips_outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}
.tips .tips_outer.tips_outer_child .tip {
  margin-bottom: 0;
}
.tips .tips_outer.visible_md {
  display: none;
}
.tips .tips_outer .tip {
  margin-bottom: 24px;
  background-color: #f5f5f6;
  padding: 32px;
  border-radius: 24px;
}
.tips .tips_outer .tip img {
  margin-bottom: 16px;
  opacity: 0.3;
}
.tips .tips_outer .tip h3 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.tips .tips_outer .tip p {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}

.horizontal-blocks h2 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 64px;
}

@media screen and (min-width: 1261px) {
  .single-theme_10web_name_gen .how_it_works .content_outer .item .item_content p {
    min-height: 140px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1261px) {
  body .container,
  .site_header .container {
    max-width: calc(100% - 40px) !important;
  }
}
