/* Fonts */

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");

/* Default CSS */

* {
  box-sizing: border-box;
}

::selection {
  color: #fff;
  background: #21c17a;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
  background: #0e0e0b;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
  background: #ffffff;
  overflow-x: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #21c17a;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--heading-font);
}

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

a {
  text-decoration: none;
  outline: none;
  border: none;
  font-weight: 500;
  -webkit-transition: color 350ms ease-in-out;
  -moz-transition: color 350ms ease-in-out;
  -ms-transition: color 350ms ease-in-out;
  -o-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

title {
  text-transform: capitalize;
}

:root {
  --heading-font: "Inter", sans-serif;
  --body-font: "Inter", sans-serif;
  --primary-color: #367bf5;
  --secondary-color: #f3aa18;
  --black-color: #000;
  --lightblack: #222222;
  --white-color: #fff;
  --darkgrey: #868686;
  --lightgrey: #636363;
  --green: #069697;
  --red: #ea3d2f;
}

.green {
  color: var(--green) !important;
}

.lightblack {
  color: var(--lightblack) !important;
}

.blue {
  color: var(--primary-color) !important;
}

.red {
  color: var(--red) !important;
}

.section-header h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 54px;
  padding-bottom: 15px;
}

/* main css start */

.slogan .marquee {
  overflow: hidden;
  user-select: none;
  background: #21c17a;
  padding: 12px;
}

.slogan .marquee ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0%;
  gap: 3rem;
  margin-bottom: 0px;
}

.slogan .marquee li {
  flex-shrink: 0;
  margin-right: var(--gap);
  /* No gap between items */
  white-space: nowrap;
  /* Prevents text wrapping */
  list-style: disc;
}

.slogan .marquee .text {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

@keyframes smarquee {
  from {
    transform: translateX(0);
  }

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

.header {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 1111;
}

.trending-section .footer .logo img,
.header .navbar-brand {
  width: 280px;
}

.header .navbar .navbar-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.chatModal_btn.let_talk_btn_cls {
  border-radius: 100%;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  align-items: center;
  justify-content: center;
}

.header .navbar .navbar-btn .btn {
  font-family: "Poppins", sans-serif;
  padding: 0.6rem 2rem;
  border-radius: 40px;
}

.header .navbar .navbar-btn .btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff;
}

.header .navbar .navbar-btn .btn-outline-primary:hover,
.header .navbar .navbar-btn .btn-primary {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000;
}

.banner-section {
  width: 100%;
  /* background: url(../img/home/banner-bg.png); */
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 0px;
}

.banner-section .caption-text {
  position: relative;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 130px;
  z-index: 11;
}

.banner-section .caption-text p {
  font-size: 26px;
  color: #ffffff;
  padding: 20px 0;
  line-height: initial;
}

.banner-section .caption-text h2 {
  /* font-family: "Cormorant", serif; */
  font-size: 48px;
  color: #ffffff;
  padding-bottom: 20px;
  line-height: initial;
  /* text-transform: capitalize; */
}

.banner-section .caption-text h2.title span {
  font-family: "Cormorant", serif;
  text-transform: uppercase;
  font-size: 42px;
  color: #ffffff;
  display: inline-block;
  line-height: 48px;
}

.banner-section .caption-text h2.title span::first-letter {
  font-size: 60px;
}

/* .banner-section .banner-text {
  position: absolute;
  bottom: 50px;
  left: 120px;
} 
.banner-section .banner-text h4 {
  font-family: "Cormorant", serif;
  font-size: 42px;
  line-height: 40px;
  color: #ffffff;
  padding-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
} */
.banner-section .banner-text h4 span::first-letter {
  font-size: 60px;
}

.banner-section .caption-text h2 span {
  width: 100%;
  position: relative;
  padding: 0px 10px;
  background: #1c6c4a;
  border-radius: 50px;
}

.banner-section .caption-text h2 span::before {
  display: none;
  /* content: "";
  position: absolute;
  background: #1c6c4a;
  top: 15px;
  left: 0px;
  width: 100%;
  height: 72px;
  z-index: -1;
  border-radius: 50px;
  padding: 0 15px; */
}

.banner-section .caption-btn .btn {
  border-radius: 40px;
  padding: 0.75rem 1.2rem;
}

.banner-section .caption-btn .btn-outline-primary:hover,
.banner-section .caption-btn .btn.btn-primary {
  background: #21c17a;
  border-color: #21c17a;
  color: #000000;
}

.banner-section .caption-btn .btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff;
}

.banner-section .full-images {
  position: relative;
  width: 100%;
}

.banner-section .full-images img {
  width: 100%;
  height: 780px;
  object-fit: cover;
  object-position: left;
  border-radius: 20px;
}

.banner-section .scroll-arrow {
  position: absolute;
  top: -6%;
  right: 10%;
}

.about-section {
  /* background: url(../img/home/about-bg.png); */
  background-color: #000000;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 80px 0 0;
}

#about-id {
  padding-bottom: 40px;
}

.about-section .about-left .sec-title {
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  margin-left: 120px;
  position: relative;
}

.about-section .about-left .sec-title::before {
  content: "";
  position: absolute;
  background: #21c17a;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  width: 110px;
  height: 1px;
}

.about-section .about-left .left-img {
  border-radius: 20px;
  margin-top: 5px;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: right;
}

.about-section .about-right p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 8px;
  font-family: "Poppins", sans-serif;
}

.about-section .about-right .right-img {
  border-radius: 20px;
  margin-top: 5px;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: right;
}

.linebar svg {
  opacity: 0.6;
}

.features-section {
  position: relative;
  /* background: url(../img/home/horror-img-4.jpg); */
  background-color: #000000;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}

/* Add the overlay with opacity */
.features-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Adjust opacity here */
  z-index: 1;
}

.features-section>* {
  position: relative;
  z-index: 2;
}

.features-section .features-box h2 {
  color: #21c17a;
  font-size: 42px;
  line-height: 54px;
  padding-bottom: 15px;
}

.features-section .features-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.features-section .features-box {
  /* background-image: url(../img/home/features-box.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #191919;
  padding: 25px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 280px;
  margin-bottom: 20px;
}

.features-section .buy-writer-box {
  background: #21c17a;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  transition: transform 0.5s;
  height: 40%;
}

.features-section .buy-writer-box:hover {
  transform: scale(1.03);
}

.features-section .buy-writer-box .buy-writer-img {
  flex-basis: 120px;
}

.features-section .buy-writer-box .buy-writer-text {
  flex: 1;
}

.features-section .buy-writer-box .buy-writer-text h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.features-section .buy-writer-box .buy-writer-text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

.screenplays-section {
  position: relative;
  /* padding: 80px 0 0; */
  /* background-image: url(../img/home/screenplays-bg.png); */
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
}

.screenplays-section .section-header {
  text-align: center;
  padding: 40px 0;
}

.screenplays-section .section-header .form-control {
  background-color: #1c1c1c !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.8rem 2rem;
  border-radius: 40px;
  color: #ffffff !important;
}

.screenplays-section .section-header .form-control:focus {
  box-shadow: none;
}

.screenplays-section .section-header .form-control::placeholder {
  color: #ffffff;
}

.screenplays-section .screenplays-box {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.screenplays-section .screenplays-box img {
  border-radius: 20px;
  width: 400px;
  height: 300px;
  object-fit: cover;
}

.screenplays-section .screenplays-box .sec-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  width: calc(100% - 40px);
  border-radius: 10px;
  padding: 15px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.trending-section {
  position: relative;
  /* padding: 80px 0 0; */
  /* background-image: url(../img/home/trending-bg.png); */
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
}

.trending-section .trending-box {
  position: relative;
  background: #1e2022;
  border-radius: 20px;
  /* padding: 40px 20px 20px; */
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  margin: 20px 10px;
  height: 120px;
  transition: transform 0.5s;
}

.trending-section .trending-box.browse {
  /* height: 310px; */
}

.trending-section .trending-box:hover {
  /* background-color: #ffffff24; */
  /* transform: scale(1.05); */
  box-shadow: 0 0 15px 6px rgb(255 255 255 / 14%) !important;
}

.trending-section .slick-slide {
  padding: 25px 5px;
}

.trending-section .trending-box .badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem 1rem;
  color: #000000;
  background: #21c17a;
  font-size: 16px;
}

.trending-section .trending-box .look.badge {
  position: unset;
  padding: 2.5px 10px;
  color: #ffffff;
  font-size: 16px;
  transform: none;
}

.trending-section .trending-box .look.bg-success {
  background-color: #00ff8e2b !important;
}

.trending-section .trending-box .look.bg-danger {
  background-color: #dc35458f !important;
}

.trending-section .trending-box .btn:not(.btn-link)::before,
.trending-section .trending-box .btn:not(.btn-link)::after {
  content: unset !important;
}

.trending-section .trending-box .btn.delete_btn {
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 0.6rem 1rem;
  border-color: #ff3636;
  color: #ff3636;
  margin-top: 10px;
}

.trending-section .trending-box .btn.delete_btn:active,
.trending-section .trending-box .btn.delete_btn:hover {
  border-color: #ffffff;
}

.trending-section .trending-box h4 {
  color: #ffffff;
  font-size: 28px;
  /* line-height: 42px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* margin-bottom: 15px; */
}

.trending-section .trending-box .btn {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.trending-section .trending-box .btn:hover,
.trending-section .trending-box .btn:active {
  background-color: #ffffff;
  color: #000000;
}

.trending-section .trending-box p {
  color: #ffffff;
  text-align: justify;
  padding: 20px 15px 10px;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-spacing: -1px;
}

.trending-section .footer {
  padding-top: 60px;
}

.trending-section .footer .social-nav {
  float: right;
  margin: 0px;
}

.trending-section .footer .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 15px;
  align-items: center;
}

.trending-section .footer .copyright {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

.trending-carousel#sortable .trending-box {
  /* height: 400px; */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.trending-carousel#sortable .trending-box.unlimited {
  height: 150px;
}

.trending-section .trending-box p {
  text-align: center;
}

.trending-carousel .slick-prev,
.trending-carousel .slick-next {
  width: 40px;
  height: 40px;
  background: #222222;
  border-radius: 50%;
  z-index: 11;
  border: 1px solid #878787;
}

.trending-carousel .slick-prev {
  left: -15px;
}

.trending-carousel .slick-next {
  right: -15px;
}

.trending-carousel .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}

.trending-section .trending-box .badge.text-bg-primary {
  background-color: #0d6efd !important;
}

.trending-carousel .trending-box .btn:not(.btn-link)::before,
.trending-carousel .trending-box .btn:not(.btn-link)::after {
  content: none !important;
}

.trending-section .trending-box .btn.btn-outline-primary {
  padding: 6px 12px !important;
  border: 1px solid #fff !important;
}

.trending-section .trending-box .overlay .btn.btn-outline-primary {
  padding: 6px 12px !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.trending-section .trending-box.browse .overlay .btn.btn-outline-primary {
  padding: 10px 12px !important;
  margin: 0 3px;
}

.browse-first-landing h2.typewrite {
  font-size: 32px;
  margin-top: 20px;
  font-family: "Courier Prime", monospace;
  font-weight: normal;
  color: #ffffff;
}

.browse-first-landing h2.typewrite span {
  background: transparent;
  color: #ffffff;
}

#search-form .flq-search-btn {
  position: absolute;
  top: 10px;
  right: 15px;
}

#autocomplete-suggestions {
  top: 295px;
  position: absolute;
  margin: 0px;
  width: 100%;
  left: 0;
  z-index: 999;
  text-align: left;
}

#autocomplete-suggestions ul {
  max-width: 800px;
  margin: -80px auto 0px auto;
  display: table;
  width: 100%;
  background: #fff;
  border: 1px solid black;
  border-radius: 20px;
  padding: 15px;
  list-style: none;
}

#autocomplete-suggestions ul li {
  color: black;
  font-size: 18px;
  font-family: inherit;
  cursor: pointer;
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #e3e3e3;
}

#autocomplete-suggestions ul li:last-child {
  border-bottom: none;
}

.let_talk_btn_cls i {
  display: block !important;
  font-size: 20px;
}

.flq-image img {
  max-width: 46px;
  border-radius: 50%;
  padding: 0px !important;
}

.landing.dropdown:hover .dropdown-menu {
  display: block;
}

.landing .dropdown-toggle::after {
  display: none !important;
}

/* .landing.dropdown:hover .dropdown-menu {
  display: block;
  right: -100px;
} */
.landing .dropdown-menu .dropdown-item {
  font-family: "Poppins", sans-serif;
}

.landing .dropdown-menu .dropdown-item:active {
  background-color: #ffffff !important;
  color: #000000 !important;
}

#mobile_no_Group .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.success-alert-popup {
  position: fixed;
  top: 5px;
  background: #21c17a;
  right: 0;
  z-index: 9999;
  display: flex;
  gap: 5px;
  padding: 12px 30px;
  margin: 0px;
  flex-direction: column;
  box-shadow: 0px 2px 6px 2px #313131;
  text-align: center;
  padding-right: 52px;
  width: 100%;
  max-width: 600px;
}

.success-alert-popup .close-success-alert {
  color: #fff;
  cursor: pointer;
}

.success-alert-popup .close-success-alert {
  width: 25px;
  height: 25px;
  margin: 0px auto;
  background: black;
  border-radius: 20px;
  line-height: 25px;
  margin-right: 0;
  position: absolute;
  right: 15px;
}

.success-alert-popup p {
  color: #fff;
}

.success-alert-popup .success-alert-content {
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.success-alert-popup .success-alert-content a {
  display: block;
  background: black;
  border-radius: 50px;
}

.success-alert-popup .success-alert-content a:hover {
  color: #fff;
}

.landing.dropdown .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 140px;
  font-family: "Poppins", sans-serif;
}

.trending-carousel.swiper-horizontal {
  touch-action: pan-y;
  overflow: hidden;
  padding: 40px 10px;
  position: relative;
}

.trending-carousel .swiper-button-next,
.trending-carousel .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #222222;
  border-radius: 50%;
  z-index: 11;
  border: 1px solid #878787;
  top: 50%;
}

.trending-carousel .swiper-button-next::after {
  content: "\2192";
  font-size: 16px;
  color: #fff;
}

.trending-carousel .swiper-button-prev::after {
  content: "\2190";
  font-size: 16px;
  color: #fff;
}

.trending-carousel .swiper-button-next:hover,
.trending-carousel .swiper-button-prev:hover {
  color: #007bff;
}

.trending-carousel#sortable .slick-track {
  display: flex;
  justify-content: flex-start;
  margin-left: inherit !important;
}


.trending-box {
  position: relative;
  transition: transform 0.5s ease-in-out;
  /* overflow: hidden; */
}

.overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e1dfdd;
  color: #000;
  padding: 10px;
  text-align: center;
  height: 272px;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(2%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.overlay .reader {
  text-align: justify;
}

.overlay h5 {
  color: #000;
}

.trending-box:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.trending-box.browse:hover .overlay {
  height: 310px;
}

.linebar {
  text-align: center;
  padding-bottom: 40px;
}

.about-left-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.about-row {
  padding-top: 30px;
}

.about-two-col p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.about-two-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}

.about-two-col.reverse {
  flex-direction: row-reverse;
}

.about-text {
  flex: 1;
  color: white;
}

.about-image {
  flex: 1;
}

.responsive-img {
  border-radius: 20px;
  margin-top: 5px;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: right;
}

.section-title {
  margin-bottom: 20px;
  color: white;
}

/* === Responsive CSS Start === */

@media screen and (max-width: 1440px) {
  .banner-section .banner-text h4 {
    font-size: 28px;
    line-height: 28px;
  }

  .banner-section .banner-text h4 span::first-letter {
    font-size: 42px;
  }

  .section-header h2 {
    font-size: 42px;
    line-height: 54px;
  }

  .features-section {
    padding: 60px 0;
  }

  /* .trending-section,
  .screenplays-section,
  .about-section {
    padding: 60px 0 0;
  } */
  .features-section .buy-writer-box .buy-writer-text h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .features-section .features-box h2 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 10px;
  }

  .trending-section .trending-box {
    padding: 15px;
  }

  .features-section .buy-writer-box .buy-writer-text p,
  .features-section .features-box p,
  .trending-section .trending-box p {
    font-size: 15px;
    line-height: 22px;
  }

  .trending-section .trending-box h4 {
    font-size: 24px;
    line-height: 32px;
    /* padding-top: 25px; */
  }

  .banner-section .scroll-arrow {
    top: -4%;
  }

  .banner-section .scroll-arrow svg {
    width: 80px;
    height: 80px;
  }

  .banner-section .caption-text h2.title span {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-section .caption-text h2.title span::first-letter {
    font-size: 42px;
  }

  .banner-section .caption-text h2 {
    font-size: 70px;
  }

  .banner-section .caption-text h2 span::before {
    height: 60px;
  }

  .banner-section .full-images img {
    width: 100%;
    height: 640px;
  }

  .trending-section .trending-box p {
    padding: 10px 15px 10px;
  }

  .trending-section .trending-box {
    /* padding: 10px; */
    /* height: 235px; */
  }
}

@media screen and (max-width: 1280px) {
  /* .screenplays-section .screenplays-box img {
    height: 540px;
  } */

  .features-section .buy-writer-box .buy-writer-text p,
  .features-section .features-box p,
  .trending-section .trending-box p {
    font-size: 14px;
    line-height: 20px;
  }

  .trending-section .trending-box h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .banner-section .caption-text {
    padding-bottom: 120px;
    padding-top: 150px;
  }

  .banner-section .scroll-arrow svg {
    width: 66px;
    height: 66px;
  }

  .banner-section .full-images img {
    width: 100%;
    height: 520px;
  }

  .banner-section .caption-text h2 span::before {
    height: 48px;
    top: 12px;
  }

  /* .trending-section .trending-box {
    height: 360px;
} */
}

@media screen and (max-width: 1440px) {
  .banner-section .caption-text h2 {
    font-size: 62px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section .caption-text h2 {
    font-size: 44px;
    padding: 26px 0;
  }

  .banner-section .caption-text p {
    font-size: 22px;
  }
}

@media screen and (min-width: 992px) {
  .header .navbar .navbar-btn .btn i {
    display: none;
  }

  .about-text p {
    font-size: 16px;
  }

  .section-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .header .navbar .navbar-btn .btn {
    padding: 0.6rem 1rem;
  }

  .trending-carousel .swiper-button-next,
  .trending-carousel .swiper-button-prev {
    top: 50%;
  }

  .trending-section .trending-box {
    /* height: 255px; */
  }

  .trending-section .trending-box .btn.btn-outline-primary {
    font-size: 12px;
  }

  .header .navbar .navbar-btn .btn i {
    display: none !important;
  }

  .trending-section .footer .social-nav img {
    height: 50px;
    margin-top: 15px;
  }

  .trending-section .footer .social-nav {
    float: unset;
  }

  .trending-section .footer .logo img,
  .header .navbar-brand {
    width: 180px;
  }

  .banner-section .caption-btn .btn {
    padding: 0.6rem 1.2rem;
    font-size: 14px;
  }

  .header .navbar .navbar-btn .btn {
    /* padding: 0.6rem 2rem !important; */
    font-size: 14px !important;
  }

  .banner-section .caption-text h2 span::before {
    height: 40px;
    top: 10px;
  }

  .header .container {
    max-width: 100%;
  }

  .features-section .buy-writer-box {
    margin-bottom: 15px;
    height: 44%;
  }

  .screenplays-section .screenplays-box .sec-title {
    width: calc(100% - 30px);
  }

  .banner-section .banner-text {
    bottom: 20px;
    left: 60px;
  }

  .chatModal_btn.let_talk_btn_cls {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0.6rem 0.8rem !important;
    font-size: 20px !important;
  }

  .slick-dotted.slick-slider {
    padding: 0 30px;
  }

  /* .trending-carousel#sortable .trending-box {
    height: 365px;
  } */

  .trending-carousel .slick-prev {
    left: 0;
  }

  .trending-carousel .slick-next {
    right: 0;
  }

  .about-two-col,
  .about-two-col.reverse {
    flex-direction: column;
    text-align: center;
  }

  .about-text,
  .about-image {
    width: 100%;
  }

  .about-left-icon {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .header .container-fluid.px-5 {
    padding: 0 20px !important;
  }

  .header .landing.dropdown {
    display: none;
  }

  .trending-section .trending-box {
    /* height: 200px; */
  }

  .trending-carousel#sortable .trending-box {
    /* height: 350px; */
  }

  .chatModal_btn.let_talk_btn_cls {
    padding: 0.6rem 0.8rem !important;
    /* margin-bottom: 30px !important; */
  }

  .ad-prop {
    padding: 0px;
  }

  .features-section .features-box h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .about-section .about-left .sec-title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-section .caption-text h2 span::before {
    height: 34px;
    top: 6px;
  }

  .section-header h2,
  .banner-section .caption-text h2 {
    font-size: 46px;
    padding: 26px 0;
  }

  .banner-section .caption-text p {
    font-size: 22px;
  }

  .features-section {
    padding: 40px 0;
  }

  /* .trending-section,
  .screenplays-section,
  .about-section {
    padding: 40px 0 0;
  } */
  .trending-section .footer {
    padding-top: 60px;
  }

  .trending-section .footer .logo img {
    margin-bottom: 15px;
  }

  .trending-section .footer .row>* {
    text-align: center;
  }

  .trending-section .footer .logo {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .section-title {
    font-size: 22px;
  }

  .about-left-icon svg {
    width: 40px;
    height: 40px;
  }

  .linebar {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 984px) {
  /* Your custom styles here */

  #about-id .row.align-items-center {
    flex-direction: row;
  }

  #about-id .row.align-items-center.right {
    flex-direction: column-reverse;
  }

  #about-id .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }

  .left-img,
  .right-img {
    width: 100%;
    height: auto;
  }

  .about-left,
  .about-right {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 576px) {


  .trending-carousel .swiper-button-next,
  .trending-carousel .swiper-button-prev {
    top: 53%;
  }

  .header .container-fluid.px-5 {
    padding: 0 15px !important;
  }

  .about-section .about-right p {
    font-size: 14px;
    line-height: 20px;
  }

  #search-form .flq-search-btn {
    top: 2px;
    right: 12px;
  }

  .screenplays-section .section-header .form-control {
    padding: 0.6rem 1rem;
    font-size: 15px;
  }

  .trending-section .footer {
    padding-top: 40px;
  }

  .header .navbar .navbar-btn {
    gap: 10px;
  }

  .header .navbar .navbar-btn .btn {
    /* padding: 0.6rem 0.4rem !important; */
    font-size: 14px !important;
  }

  .screenplays-section .screenplays-box .sec-title {
    padding: 12px;
    font-size: 16px;
  }

  .banner-section .scroll-arrow svg {
    width: 50px;
    height: 50px;
  }

  .slogan .marquee .text {
    font-size: 14px;
  }

  .screenplays-section .screenplays-box img {
    height: 400px;
  }

  .features-section .buy-writer-box .buy-writer-text h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .about-section .about-left .sec-title,
  .section-header h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .features-section .buy-writer-box .buy-writer-img img {
    height: 80px;
  }

  .features-section .buy-writer-box .buy-writer-img {
    flex-basis: 100px;
  }

  .screenplays-section .screenplays-box {
    margin-bottom: 20px;
  }

  .screenplays-section .col-lg-6:last-child .screenplays-box {
    margin-bottom: 0px;
  }

  .features-section {
    padding: 40px 0 0;
  }

  .section-header.pb-5 {
    padding-bottom: 1rem !important;
  }

  .linebar {
    display: none;
  }

  .banner-section .full-images img {
    width: 100%;
    height: 420px;
  }

  .banner-section .caption-text h2 span::before {
    height: 24px;
    top: 6px;
  }

  .banner-section .caption-btn .btn {
    padding: 0.4rem 1rem;
  }

  .banner-section .caption-text h2 {
    font-size: 32px;
    padding: 26px 0;
  }

  .banner-section .caption-text p {
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    padding: 0px;
  }

  .banner-section .caption-text h2.title span {
    font-size: 20px;
    line-height: 24px;
  }

  .banner-section .banner-text h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .banner-section .banner-text h4 span::first-letter {
    font-size: 30px;
  }

  .banner-section .caption-text h2.title span::first-letter {
    font-size: 30px;
  }

  .slogan .marquee {
    padding: 8px;
  }

  .trending-section .footer .logo img {
    width: 180px;
  }

  .trending-section .footer .social-nav img {
    height: 40px;
    margin-top: 10px;
  }

  .slogan .marquee ul {
    gap: 2rem;
  }

  .header .navbar-brand {
    width: 160px;
    margin-right: 0px;
  }

  .banner-section .caption-text {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .banner-section {
    padding: 20px 0px 0px;
  }


}

@media screen and (max-width: 450px) {
  .banner-section .caption-text h2 {
    padding: 0px 0px 20px;
    font-size: 24px;
  }

  .features-section .features-box h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .header .navbar .navbar-btn {
    gap: 5px;
  }

  .header .navbar .navbar-btn .btn {
    /* padding: 0.4rem 0.4rem !important; */
    font-size: 12px !important;
    /* border-radius: 5px; */
  }

  .let_talk_btn_cls i {
    font-size: 16px;
  }
}

@media screen and (max-width: 385px) {
  .banner-section .caption-text h2 {
    font-size: 28px;
  }

  .banner-section .caption-text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  #loginModal .modal-left .content p, #signUpModal .modal-left .content p {
    font-size: 16px !important;
    font-weight: 400 !important;
    ;
    line-height: 20px !important;
    margin-bottom: 10px !important;
  }

  .modal-left .site-logo .flook-logo {
    max-width: 180px !important;
    margin-bottom: 15px !important;
  }

  #loginModal .modal-content .modal-body, #signUpModal .modal-content #signup_container {
    flex-direction: column;
  }

  #loginModal .modal-content .modal-body .modal-right, #signUpModal .modal-content .modal-body .modal-right,
  .modal-content .modal-body .modal-left {
    width: 100% !important;
  }

  /* #loginModal .modal-right .login-container form .form-group .controls input, #signUpModal .modal-right .login-container form .form-group .controls input {
    padding: 10px 16px !important;
  } */

  .StripeElement {
    padding: 15px 12px !important;
  }

  .modal-content .modal-body .modal-left {
    padding: 20px 30px !important;
  }
}

#prompt-response #generating-knox-report p {
  font-weight: normal !important;
}

#prompt-response #generating-knox-report .fw-bold {
  font-weight: bold !important;
}

#prompt-response #generating-knox-report img {
  mix-blend-mode: difference;
  width: 100px;
}

.about-section .about-left p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

/*.about-section .about-left h3 {
  font-size: 42px;
  color: #ffffff;
  padding-bottom: 20px;
  line-height: 48px;
}*/

@media screen and (max-width: 991px) {
  .about-section .about-left h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .about-section {
    padding: 40px 0 0;
  }

  .about-section .about-left p {
    font-size: 16px !important;
    line-height: 24px;
  }
}