@import url("../../../../../font-evergrow-sans.css");
@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@property --percent1 {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 74%;
}
@property --percent2 {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 81%;
}
@property --percent3 {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 94%;
}
@property --percent4 {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 100%;
}
@keyframes spin {
  100% {
    --angle: 1turn;
  }
}
.container {
  max-width: 1272px !important;
}

body * {
  font-family: "Evergrow Sans", sans-serif !important;
  box-sizing: border-box !important;
}

.site_header .header__container {
  background: linear-gradient(0deg, #f5f5f6 0%, #f5f5f6 100%), #fff;
  backdrop-filter: blur(45px);
}

.logo_generator_intro {
  padding: 220px 0 0 0;
  position: relative;
  background: url("../../../../../../uploads/tenweb-theme/images/tools/logo_generator_bg.jpg") no-repeat center;
  background-size: cover;
}
.logo_generator_intro > .container {
  position: relative;
  z-index: 5;
}
.logo_generator_intro::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #f5f5f6 0%, rgba(245, 245, 246, 0) 100%);
  top: 65px;
  left: 0;
}
.logo_generator_intro::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 300px;
  transform: rotate(180deg);
  background: linear-gradient(180deg, #f5f5f6 0%, rgba(245, 245, 246, 0) 100%);
  bottom: 0;
  left: 0;
}
.logo_generator_intro.single {
  padding-bottom: 96px;
}
.logo_generator_intro.single .logos_slider {
  position: relative;
  z-index: 5;
}
.logo_generator_intro.single .logos_slider::before {
  width: 404px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 80;
  background: linear-gradient(90deg, #f5f5f6 0%, rgba(245, 245, 246, 0) 100%);
}
.logo_generator_intro.single .logos_slider::after {
  width: 404px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 80;
  transform: rotate(180deg);
  background: linear-gradient(90deg, #f5f5f6 0%, rgba(245, 245, 246, 0) 100%);
}
.logo_generator_intro.single .logos_slider .item {
  margin: 0 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.logo_generator_intro.single .description_text {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: 400;
}
.logo_generator_intro.single .btn_holder {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.logo_generator_intro.single .btn_holder .tw_button {
  width: unset;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 16px;
  line-height: 24px;
  background-color: #3339f1;
  padding: 17px 24px;
  z-index: 99;
}
.logo_generator_intro.single .btn_holder .tw_button img {
  width: 20px;
}
.logo_generator_intro.single .btn_holder .tw_button:hover {
  opacity: 0.8;
}
.logo_generator_intro .img_wrapper {
  margin-top: 104px;
  position: relative;
  z-index: 5;
}
.logo_generator_intro .img_wrapper .tablet,
.logo_generator_intro .img_wrapper .mobile {
  display: none;
}
.logo_generator_intro .img_wrapper img {
  max-width: 100%;
}
.logo_generator_intro .eyebrow {
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.logo_generator_intro h1 {
  text-align: center;
  font-size: 72px;
  line-height: 86px;
  margin-bottom: 24px;
  font-weight: 700;
}
.logo_generator_intro p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 56px;
  text-align: center;
}

.how_it_works {
  background-color: #000;
  padding-bottom: 80px;
  padding-top: 80px;
}
.how_it_works h2 {
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 20px;
}
.how_it_works .subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 64px;
}
.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 .tag {
  font-family: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.5);
}
.how_it_works .content_outer .item .item_content h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 16px;
  color: #000000;
  margin-top: 0;
}
.how_it_works .content_outer .item .item_content p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 28px;
  min-height: 168px;
}
.how_it_works .content_outer .item .item_image {
  height: 260px;
  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/tools/logo_step_3.jpg");
}
.how_it_works .content_outer .item .item_image.image_select {
  background-image: url("../../../../../../uploads/tenweb-theme/images/tools/logo_step_2.jpg");
}
.how_it_works .content_outer .item .item_image.image_describe {
  background-image: url("../../../../../../uploads/tenweb-theme/images/tools/logo_step_1.jpg");
}

.color {
  padding: 152px 0;
  overflow-x: hidden;
}
.color .container {
  overflow-x: visible;
}
.color .img_wrapper {
  flex: 1;
  max-width: 1080px;
  width: 1080px;
  padding: 18px;
  border-radius: 24px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1), 0px -6px 8px -4px rgba(0, 0, 0, 0.06);
}
.color .img_wrapper img {
  max-width: 100%;
}
.color .img_wrapper p {
  margin-top: 11px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.color .img_wrapper p strong {
  font-weight: 700;
}
.color .content_outer {
  display: flex;
  align-items: center;
  gap: 100px;
  width: 100vw;
}
.color .content_container {
  max-width: 500px;
}
.color .content_container h2 {
  font-size: 52px;
  line-height: 68px;
  margin-bottom: 24px;
}
.color .content_container p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 48px;
  color: rgba(0, 0, 0, 0.8);
}
.color .content_container h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}
.color .content_container .tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.color .content_container .tags .tag {
  padding: 12px 24px;
  border: 1px solid #eaeaea;
  background: #f5f5f6;
  border-radius: 9999px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.ai-business-name-generator-content.focus .ai-business-name-generator-border {
  border: 2px solid #3339f1;
}
.ai-business-name-generator-content.focus .ai-business-name-generator-border::before {
  opacity: 0;
}
.ai-business-name-generator-content .input-container .input_content .error {
  bottom: -38px;
  gap: 8px;
  align-items: center;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  display: none;
  color: #d41125;
}
.ai-business-name-generator-content .input-container .input_content .error::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../../../../../uploads/tenweb-theme/images/tools/icon_error.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.5;
  display: inline-block;
}
.ai-business-name-generator-content.shake {
  animation: vertical-shaking 0.5s;
}
.ai-business-name-generator-content.shake .ai-business-name-generator-border {
  box-shadow: 0px 20px 24px -4px rgba(212, 17, 37, 0.08), 0px 8px 8px -4px rgba(212, 17, 37, 0.03);
}
.ai-business-name-generator-content.error .ai-business-name-generator-border {
  border: 2px solid #d41125;
}
.ai-business-name-generator-content.error .ai-business-name-generator-border::before {
  opacity: 0;
}
.ai-business-name-generator-content.error:not(.shake) .input_content .error {
  display: flex;
}

.ai-business-name-generator-border {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  background-color: #fff;
  padding: 8px 8px 8px 32px;
  border-radius: 12px;
  box-shadow: 0px 20px 24px -4px rgba(51, 57, 241, 0.08), 0px 8px 8px -4px rgba(51, 57, 241, 0.03);
  position: relative;
  border: 2px solid transparent;
}
.ai-business-name-generator-border:before {
  content: " ";
  position: absolute;
  inset: -1px;
  border: 1px solid transparent;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #fff var(--percent1), rgb(74, 79, 241) var(--percent2), rgb(74, 79, 241) var(--percent3), #fff var(--percent4));
  background-origin: border-box;
  -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  mask: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: spin 5s linear infinite;
}
.ai-business-name-generator-border .tw_button {
  padding: 23px 0;
  width: 240px;
  z-index: 99;
}
.ai-business-name-generator-border .inputs-container {
  flex: 1;
}
.ai-business-name-generator-border .inputs-container .input_content textarea {
  min-height: 68px;
  background-color: #fff;
  color: #000000;
  outline: none;
  border: none;
  width: 100%;
}
.ai-business-name-generator-border .inputs-container .input_content textarea::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.ai-business-name-generator-border .inputs-container .input_content input {
  height: 68px;
  background-color: #fff;
  color: #000000;
}

.benefits {
  padding: 152px 0;
}
.benefits.color_reverse {
  padding-top: 80px;
  background-color: #f5f5f6;
  padding-bottom: 80px;
}
.benefits.color_reverse .benefit_items .benefit_item {
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.benefits .section-title {
  text-align: center;
}
.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;
  background-color: #f5f5f6;
  padding: 32px;
}
.benefits .benefit_items .benefit_item img {
  margin-bottom: 24px;
  opacity: 0.3;
}
.benefits .benefit_items .benefit_item h4 {
  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);
}

.logo_maker {
  padding: 210px 0;
  background: url("../../../../../../uploads/tenweb-theme/images/tools/img_logos.png") no-repeat right center;
  background-color: #000000;
  background-size: contain;
  position: relative;
}
.logo_maker:before {
  content: "";
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
  background: linear-gradient(0deg, #000 25.5%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
  transform: rotate(180deg);
}
.logo_maker:after {
  content: "";
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #000 25.5%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.logo_maker .logo_maker_content {
  position: relative;
  z-index: 11;
}
.logo_maker .logo_maker_content h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 52px;
  line-height: 68px;
}
.logo_maker .logo_maker_content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 48px;
}
.logo_maker .logo_maker_content .btn_holder {
  display: table;
}
.logo_maker .logo_maker_content .btn_holder .tw_button {
  width: unset;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #3339f1;
  padding: 17px 24px;
  z-index: 99;
}
.logo_maker .logo_maker_content .btn_holder .tw_button:hover {
  opacity: 0.8;
}

.business_name_container {
  padding: 60px 0;
  background-color: #000;
}
.business_name_container .tabs_nav {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_name_container .tabs_nav .tabs_nav_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  overflow: hidden;
  background-color: rgba(245, 245, 246, 0.3);
  width: 345px;
}
.business_name_container .tabs_nav .tabs_nav_holder a {
  padding: 14px 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  flex: 0 0 33.33%;
  text-align: center;
}
.business_name_container .tabs_nav .tabs_nav_holder a.active {
  background-color: #fff;
  color: #000;
  border-radius: 9999px;
}
.business_name_container .slick-dots {
  display: flex;
  margin: 0 auto;
  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: -10000px;
  outline: none;
  border: none;
  border-radius: 50%;
}
.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;
}
.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 .industries_slider {
  display: none;
}
.business_name_container .industries_slider.active {
  display: block;
}
.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 .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;
}

@media screen and (min-width: 1261px) {
  .ai-business-name-generator-content:not(.focus) .ai-business-name-generator-border:hover {
    border-color: rgba(51, 57, 241, 0.5);
  }
}
@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
