/* ---Fonts--- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@600&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
}

.heading-text {
  color: #292b2c;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
}

.blue-color {
  color: #2c3dee;
}

.heading-text .blue-color {
  color: #2c3dee;
}

.button-box a {
  display: inline-block;
  border-radius: 8px;
  padding: 0 12px;
  min-width: 152px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.button-box a:hover {
  opacity: 0.9;
}

.button-box a:first-child {
  background: #2c3dee;
  color: #f0f0f0;
}

/* =========Header Section=== */
.header-section {
  width: 100%;
  background: #fff;
  top: 0;
  padding: 12px 0;
  z-index: 999;
  box-shadow: 0px 5px 10.7px 0px #0000000d;
}

.header-section.nav-scroll {
  background: var(--white-color);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.header-section .navbar-brand img {
  max-width: 100px;
}

.header-section .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 17px;
  letter-spacing: 0em;
  text-transform: capitalize;
  transition: all 0.3s;
  opacity: 0.9;
}

.header-section .navbar-nav .nav-link:hover {
  opacity: 1;
}

.header-section .navbar .header-btn a {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  padding: 8px 16px;
  letter-spacing: 0em;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border-radius: 8px;
  opacity: 0.9;
}

.header-section .navbar .header-btn a:hover {
  opacity: 1;
}

.header-section .navbar .header-btn a.signin {
  color: var(--black-color);
}

.header-section .navbar .header-btn a.get-quote {
  background: #2c3dee;
  margin-left: 15px;
  opacity: 1;
}

.header-section .navbar .header-btn a:hover.get-quote {
  opacity: 0.9;
}

.get_started_btn a {
  background: linear-gradient(90deg, #ab4cba 0%, #6f3ab1 100%, #5941ce 100.01%);
  border-radius: 8px;
  color: white;
}

.header-section .navbar-brand h2 {
  color: #161616;
  font-weight: 600;
  font-size: 16px;
}

.header-section a.navbar-brand.bgcolor {
  background: linear-gradient(90deg, #ab4cba 0%, #6f3ab1 100%, #5941ce 100.01%);
  padding: 16px 11px;
  border-radius: 7px;
  color: white;
  font-weight: 600;
  font-size: 16px;
}

.header-section ul.navbar-nav li a {
  color: #161616 !important;
  font-weight: 600 !important;
}

.offcanvas-header .offcanvas-title a {
  background: linear-gradient(90deg, #ab4cba 0%, #6f3ab1 100%, #5941ce 100.01%);
  padding: 10px 8px;
  border-radius: 7px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.history_btn {
  color: white !important;
  border-radius: 9px;
  background: linear-gradient(90deg, #ab4cba 0%, #6f3ab1 100%, #5941ce 100.01%);
}

.header-section .most_recent li.dropdown-item.most {
  color: #161616 !important;
  font-weight: 500;
}

.header-section .most_recent li a.dropdown-item {
  color: #7904eb !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
}

.header-section .profil-pic {
  color: white;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ab4cba 0%, #6f3ab1 100%, #5941ce 100.01%);
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.header-section .profil-pic span {
  font-size: 16px;
  font-weight: 500;
}

.history_time ul li {
  list-style-type: none;
}

.header-section .history_time ul li a {
  color: #808080 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: "Manrope" !important;
}

.header-section .history_time ul li a::before,
.prev-search .history_time ul li a::before {
  content: "";
  background-image: url("../../assets/images/time-icon.svg");
  height: 20px;
  width: 20px;
  position: absolute;
  left: 15px;
  background-repeat: no-repeat;
  margin-top: 2px;
  background-size: 100% 100%;
}

.header-section .history_btn .dropdown-menu.show {
  border: none !important;
  box-shadow: 0px 0px 3.6px 1px #00000014;
  border-radius: 10px;
  background-color: white;
  margin-top: 10px;
}

.header-section .nav-link.dropdown-toggle {
  color: white !important;
}

/* =========Header Section End=== */

/* ======== elevate_articles Start ============ */
.elevate_articles {
  padding: 80px 0px;
  background-image: url(".././images/home-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.elevate_articles .container h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  padding-bottom: 40px;
}

.elevate_articles .container h1 span {
  background-color: #7904eb;
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
  margin: 3px 0;
  color: white;
}

.elevate_articles .container .txt {
  font-size: 16px;
  font-weight: 400;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  color: #161616;
  line-height: 24px;
}

.get_start_btn button {
  border: none;
  border-radius: 6px;
}

.get_start_btn button:nth-child(1) {
  background-color: #7904eb;
  color: #161616;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 16px;
}

.get_start_btn button:hover:nth-child(1) {
  background-color: rgb(154, 71, 228);
}

.get_start_btn button:nth-child(2) {
  border: 1px solid #7904eb;
  color: #161616;
  transition: 0.3s ease all;
  padding: 16px 44px;
  background-color: transparent;
}

.get_start_btn button:hover:nth-child(2) {
  background-color: rgb(134, 24, 231);
  color: white;
  transition: 0.3s ease all;
}

/* ============ elevate_articles End =========== */

/* ============= effortless_section Start ===== */
.effortless_section {
  background-color: black;
  color: white;
  padding: 115px 0 150px 0;
}

.effortless_section .inner_card .logo {
  height: 54px;
  width: 54px;
}

.effortless_section .inner_card .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.effortless_section .row_bg {
  background-color: blueviolet;
  border-radius: 22px;
  padding: 16px;
  margin-top: 55px;
}

.effortless_section .inner_card {
  border: 2px solid black;
  border-radius: 22px;
  padding: 28px 20px;
  background-color: black;
  height: 100%;
}

/* .effortless_section .inner_card:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: 0.5s ease all;
  border: 2px solid white;
} */

.effortless_section .card_box {
  padding-bottom: 35px;
}

.effortless_section .effortless_title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.effortless_section .effortless_title h2 span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #7904eb;
  margin: 0 5px;
}

.effortless_section .effortless_title p {
  font-size: 16px;
  font-weight: 400;
  padding: 40px 0;
  line-height: 24px;
}

.effortless_section .inner_card h2 {
  color: white;
  font-size: 24px;
  font-weight: 600;
}

.effortless_section .inner_card p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}

/* ============= effortless_section End ===== */

/* ========= article_generator Start ========= */

.article_generator {
  padding: 30px 0;
}

.article_generator .inner_article {
  background-color: #eaf5ff;
  padding: 30px;
  border-radius: 12px;
}

.article_generator .inner_article h1 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Manrope";
}

.article_generator .inner_article p {
  color: #404040;
  font-weight: 500;
  font-family: "Manrope";
  line-height: 21px;
  padding-top: 20px;
  color: #404040;
}

.what_about h2,
.target_audience h2,
.article_lenght h2 {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 600;
  color: #161616;
}

.article_generator .what_about input {
  outline: none;
  border: none;
  width: 100%;
  height: 73px;
  padding: 10px;
  border-radius: 6px;
}

.article_generator .what_about input:focus {
  border-color: #86b7fe4d;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.article_generator .inner_article .form-select {
  background-image: url("../././images/arrow1.svg");
  background-size: 10px 10px;
}

.article_generator .inner_article .form-select {
  border: none;
  padding: 10px;
}

.article_generator .generate_btn button {
  background: linear-gradient(90deg, #ab4cba 0%, #6f3ab1 100%, #5941ce 100.01%);
  padding: 24px;
  font-weight: 700;
  font-family: "Manrope";
  color: white;
  font-size: 18px;
  margin-top: 80px;
}

.article_generator .inner_generator p {
  font-weight: 500;
  font-size: 16px;
  color: #161616;
}

.article_generator .inner_generator h2 {
  font-weight: 500;
  font-size: 24px;
  color: #161616;
}

.article_generator .social_media_btns {
  padding-bottom: 40px;
}

.article_generator .social_media_btns button {
  border: none;
  background: linear-gradient(90deg, #ab4cba 0%, #6f3ab1 100%, #5941ce 100.01%);
  color: white;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
}

.article_generator .generated_result span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Manrope";
  color: #404040;
}

.article_generator .generated_result {
  padding: 0px 20px;
}

.article_generator .generated_result h1 {
  color: #202020;
  font-size: 32px;
  font-weight: 600;
  font-family: "Manrope";
  padding: 20px 0;
}

.article_generator .generated_result p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope";
  line-height: 21.86px;
  padding-right: 15px;
  color: #161616;
}

.gentered_img {
  height: 290px;
  width: 290px;
  margin: 0 auto;
}

.gentered_img img {
  width: 100%;
  height: 100%;
}

/* ========= article_generator end ========= */

/*    ======= Create your account Start ===========  */

.bg_img.elevate_articles {
  padding: 20px 0;
  min-height: 100vh;
  width: 100%;
}

.bg_img.elevate_articles .inner_create span {
  color: #161616;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  display: inline-block;
}

.bg_img.elevate_articles .inner_create h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 5px;
}

.bg_img.elevate_articles .inner_create p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.you_info_container {
  max-width: 534px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  padding: 28px 32px;
  border: 1px solid #cbcbcb;
  border-radius: 24px;
}

.you_info_container input,
select {
  border: 1px solid #cbcbcb;
  height: 46px;
  border-radius: 9px;
}

.you_info_container input::placeholder {
  font-size: 14px;
  color: #d4d4d4;
  font-weight: 400;
}

.you_info_container label {
  color: #161616;
  font-weight: 500;
  font-size: 16px;
}

.you_info_container .form-select {
  font-size: 14px;
  color: black;
  font-weight: 400;
  border: 1px solid #cbcbcb;
  height: 46px;
  border-radius: 9px;
}

.you_info_container .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.you_info_container h2 {
  color: #161616;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 24px;
}

.you_info_container p {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  padding-bottom: 30px;
}

.you_info_container button {
  background-color: #7904eb;
  font-size: 20px;
  padding: 20px 0;
  font-weight: 600;
  color: white;
  border-radius: 10px;
  border: none;
}

.you_info_container button:hover {
  color: white !important;
  background-color: rgb(154, 71, 228);
  transition: 0.3s ease all;
}

.you_info_container .already p {
  color: #161616;
  font-size: 14px;
  font-weight: 400;
}

.you_info_container .already p a {
  text-decoration: none;
  color: #7904eb;
  font-weight: 400;
}

.you_info_container .field-icon {
  position: absolute;
  right: 21px;
  top: 47px;
  z-index: 2;
}

.you_info_container .form-select {
  background-image: url("../././images/black-arrow.svg");
  background-size: 8px 8px;
}

.privacy_policy p,
a {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}

/* ================ OTP page ss Start ============ */
.you_info_container.otp p {
  padding-bottom: 10px;
}

.you_info_container.otp a {
  color: #7904eb;
  font-weight: 500;
  font-size: 16px;
}

.opt_box input {
  height: 54px;
  width: 48px;
  margin: 0 10px;
}

.you_info_container.login .forget_pass a {
  color: #7904eb;
  font-weight: 600;
  font-size: 14px;
}

/* ========== OTP page ss  End ==== */

/* ============old history start  ====== */

.article_generator.old_history .inner_article {
  padding: 30px 0 30px 30px;
  overflow: auto;
  height: 650px;
}

/* width */
.article_generator.old_history .inner_article::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.article_generator.old_history .inner_article::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e6e6;
  border-radius: 10px;
}

/* Handle */
.article_generator.old_history .inner_article::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  border-radius: 12px;
}

/* Handle on hover */
.article_generator.old_history .inner_article::-webkit-scrollbar-thumb:hover {
  background: lightgray;
}

/*    ======= search history details Start  ===========  */
.article_generator .history_dates h2 {
  color: #7b3eb3;
  font-weight: 600;
  font-size: 18px;
  font-family: "Manrope";
}

.article_generator .history_dates p.yesterday {
  padding: 0;
  color: #7b3eb3;
  font-weight: 600;
  font-size: 18px;
  font-family: "Manrope";
  font-size: 16px;
  background-color: #d4ebff;
  padding: 10px 5px;
  border-radius: 6px;
}

.article_generator .history_dates p {
  font-size: 16px;
  font-weight: 500;
  color: #161616;
}

/* ======== footer_section Start ======= */

.footer_section footer {
  padding: 23px 0;
}

.footer_section footer p {
  color: #7904eb;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans";
}

.footer_section .social_icon img {
  margin: 0 5px;
}

/* ======== footer_section End ======= */
