
/* ==========================================================================           
 *
 *    TEMPLATES SECTION STYLES
 *
 * ========================================================================== */
#templates-wrapper {
  background: #fff;
  padding: 36px 0 112px 0;
  position: relative;
}
#templates-wrapper .templates-nav-menu {
  margin-bottom: 2rem;
}
#templates-wrapper .show-templates {
  overflow: hidden;
  max-height: 640px;
}
#templates-wrapper .favority-templates-panel {
  max-height: initial;
  position: relative;
}
#templates-wrapper .show-templates:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%);
  pointer-events: none;
}
#templates-wrapper .template-nav-menu-inner {
  background-color: #FFF;
  box-shadow: 0px 0px 9px 0px rgba(100, 100, 100, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#templates-wrapper .show-templates-button {
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 4px;
  z-index: 1;
  background: white;
  margin-top: 20px;
  text-align: center;
}
#templates-wrapper .show-templates-button a {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1e1e2d;
  font-size: 12px;
  color: #FFF;
  padding: 6px 24px;
  border-radius: 14px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  transition: all 50ms ease;
}
#templates-wrapper .show-templates-button a:hover {
  background: #007BFF;
}
#templates-wrapper .show-templates .show-templates-button {
  position: absolute;
  margin-top: 0;
}
#templates-wrapper .template {
  margin-top: 0;
}
#templates-wrapper .template .card {
  box-shadow: none;
}
#templates-wrapper .show-templates-button a span:first-child,
#templates-wrapper .show-templates .show-templates-button a span:last-child {
  display: none;
}
#templates-wrapper .show-templates .show-templates-button a span:first-child,
#templates-wrapper .show-templates-button a span:last-child {
  display: block;
}
#templates-wrapper .hide-template-button {
  display: none !important;
}










/* ==========================================================================           
 *
 *    FEATURES SECTION STYLES
 *
 * ========================================================================== */
#features-wrapper {
  background: #fff;
  padding: 0 0 96px 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(/img/frontend/backgrounds/pattern.svg);
}
#features-wrapper .features-nav-menu .features-nav-menu-inner .nav-tabs {
  border-bottom: none;
  justify-content: space-around;
}
#features-wrapper .features-nav-menu .features-nav-menu-inner .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 1px solid #dbe2eb;
  border-radius: 10px;
  color: #728096;
  padding: 1.5rem 0.5rem;
  width: 170px;
  transition: all 0.5s ease;
  background: #FFF;
}
#features-wrapper .features-nav-menu .features-nav-menu-inner .nav-tabs .nav-link:hover {
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
  border: none;
  color: #1e1e2d;
  transform: translateY(-5px);
}
#features-wrapper .features-nav-menu .features-nav-menu-inner .nav-tabs .nav-link.active {
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
  border: none;
  color: #1e1e2d;
  background: #FFF;
  font-weight: 600;
}
#features-wrapper .features-outer-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#features-wrapper .features-outer-wrapper .features-inner-wrapper .feature-title h4 {
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(40, 40, 40, 0.2);
}
#features-wrapper .features-outer-wrapper .features-inner-wrapper .feature-title h6 {
  text-transform: uppercase;
  color: #525963;
}
#features-wrapper .features-outer-wrapper .features-inner-wrapper .feature-title h6 i {
  color: #FFF;
  padding: 7px;
  border-radius: 5px;
}
#features-wrapper .features-outer-wrapper .features-inner-wrapper .feature-title h6 .purple-icon {
  background: #AB54EB;
}
#features-wrapper .features-outer-wrapper .features-inner-wrapper .feature-title h6 .yellow-icon {
  background: #FF9D00;
}
#features-wrapper .features-outer-wrapper .features-inner-wrapper .feature-title h6 .blue-icon {
  background: #007bff;
}
#features-wrapper .features-outer-wrapper .features-inner-wrapper .feature-title h6 .black-icon {
  background: #1e1e2d;
}
#features-wrapper .features-outer-wrapper .features-inner-wrapper .feature-description p {
  color: #525963;
}
#features-wrapper .features-outer-wrapper .features-inner-wrapper .feature-footer p {
  color: #728096;
}















/* ==========================================================================           
 *
 *    PRICES SECTION STYLES
 *
 * ========================================================================== */
#prices-wrapper {
  padding: 0 0 64px 0;
  background-color: #FFF;
}
#prices-wrapper .tabs-menu ul {
  padding: 5px 7px;
  background: #f5f9fc;
  border-radius: 1.5rem;
}
#prices-wrapper .tabs-menu ul li a {
  width: auto;
  text-transform: none;
}
#prices-wrapper .card {
  box-shadow: none !important;
  transition: all 0.2s;
  min-width: 260px;
}
#prices-wrapper .card:hover, #prices-wrapper .card:focus {
  box-shadow: 0 0 12px rgba(33, 33, 33, 0.2) !important;
  transform: translateY(-5px);
}
#prices-wrapper .card:hover .plan-cost, #prices-wrapper .card:focus .plan-cost {
  color: #007BFF;
}
#prices-wrapper .card:hover .prepaid-plan .plan-cost, #prices-wrapper .card:focus .prepaid-plan .plan-cost {
  color: #1e1e2d;
}
#prices-wrapper .card:hover .prepaid-plan .plan-title, #prices-wrapper .card:focus .prepaid-plan .plan-title {
  color: #007BFF;
}
#prices-wrapper .card .plan-cost {
  font-size: 40px;
  font-weight: 800;
  color: #1e1e2d;
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
}
#prices-wrapper .card .welcome-plan-currency-sign {
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 25px;
  color: #ccc;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
#prices-wrapper .card .divider {
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  height: 3px;
  width: 40px;
}
#prices-wrapper .card .plan-title {
  font-size: 18px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  color: #007bff;
  text-shadow: 1px 1px 2px rgba(40, 40, 40, 0.1);
}
#prices-wrapper .card ul li {
  margin-bottom: 0.3rem;
}
#prices-wrapper .card ul li .plan-feature-text {
  color: #525963;
}

/* ==========================================================================           
 *
 *    BLOG SECTION STYLES
 *
 * ========================================================================== */
.download-page {
  background: #f5f9fc !important;
}

#blog-wrapper {
  background: #FFF;
  padding: 0 0 144px 0;
}
#blog-wrapper .container {
  position: relative;
}
#blog-wrapper .blog {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 295px;
}
#blog-wrapper .blog .main-image {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
#blog-wrapper .main-text {
  width: 80%;
  margin: auto;
}
#blog-wrapper .slick-slider .slick-track {
  height: 355px !important;
}
#blog-wrapper .blog-box {
  min-height: 270px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 6px 8px -6px rgba(24, 39, 74, 0.12), 0 8px 16px -6px rgba(24, 39, 74, 0.08);
  transition: all 0.5s;
}
#blog-wrapper .blog-box .blog-img {
  position: relative;
}
#blog-wrapper .blog-box .blog-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#blog-wrapper .blog-box .blog-img span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 10px;
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 12px;
}
#blog-wrapper .blog-box .blog-info {
  padding: 1rem;
}
#blog-wrapper .blog-box .blog-info h5 {
  font-size: 14px;
  font-weight: 700;
}
#blog-wrapper .blog-box .blog-info h6 {
  font-size: 12px;
}
#blog-wrapper .blog-box .blog-info i {
  font-size: 9px !important;
}
#blog-wrapper .blog-box:hover {
  box-shadow: 0 16px 24px -6px rgba(24, 39, 74, 0.12), 0 16px 24px -6px rgba(24, 39, 74, 0.08);
}
#blog-wrapper .blog-view {
  max-height: 300px;
  margin-bottom: 4rem;
}
#blog-wrapper .blog-view img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  width: 100%;
}
#blog-wrapper #blogs .slick-slide img {
  display: inline-block;
}
#blog-wrapper #blogs .slick-dots {
  position: relative;
  bottom: 0px;
}
#blog-wrapper #blogs .slick-dots li button:before {
  color: #007BFF;
}
#blog-wrapper #blogs .slick-dots li.slick-active button:before {
  color: #007BFF;
}
#blog-wrapper #blogs .slick-slide:hover {
  cursor: pointer;
}
#blog-wrapper .blogs-prev,
#blog-wrapper .blogs-next {
  position: absolute;
  top: 33%;
  font-size: 10px;
  cursor: pointer;
}
#blog-wrapper .blogs-prev i,
#blog-wrapper .blogs-next i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  text-align: center;
  color: #007BFF;
  line-height: 40px;
  transition: all ease 0.3s;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
}
#blog-wrapper .blogs-prev i:hover, #blog-wrapper .blogs-prev i:focus,
#blog-wrapper .blogs-next i:hover,
#blog-wrapper .blogs-next i:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
  color: #FFA838;
}
#blog-wrapper .blogs-prev {
  left: -50px;
}
#blog-wrapper .blogs-next {
  right: -50px;
}
#blog-wrapper .blog-all a {
  background: #1e1e2d;
  font-size: 12px;
  color: #FFF;
  padding: 6px 24px;
  border-radius: 14px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  transition: all 50ms ease;
}
#blog-wrapper .blog-all a:hover, #blog-wrapper .blog-all a:focus {
  background: #007BFF;
  box-shadow: 0 2px 20px 0 hsla(0deg, 0%, 54%, 0.2);
}
#blog-wrapper .blog-all a i {
  font-size: 9px !important;
}

/* ==========================================================================           
 *
 *    Contact Us SECTION STYLES
 *
 * ========================================================================== */
#contact-wrapper {
  padding: 0 0 128px 0;
  background-image: url(/img/files/world.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#contact-wrapper #contact-row {
  display: block;
}
#contact-wrapper .contact-info-box {
  padding: 2rem;
}
#contact-wrapper .contact-info-box .contact-title h6 {
  font-size: 16px;
  font-weight: 800;
}
#contact-wrapper .contact-info-box .contact-title p {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
#contact-wrapper .contact-info-box .contact-info a:hover {
  color: #007BFF !important;
}
#contact-wrapper .row label {
  font-family: "Lato", sans-serif;
}
#contact-wrapper .row button {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  background-color: #007BFF;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: none;
  font-weight: 700;
}
#contact-wrapper .row button:hover {
  background: #1e1e2d;
  border-color: #1e1e2d;
}

#contact-wrapper .form-control {
  background: #FFF !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.font-weight-extra-bold {
  font-weight: 800;
}

.special-border-right {
  border-top-right-radius: 3rem !important;
}

.special-border-left {
  border-top-left-radius: 3rem !important;
}

.contact-background {
  background: #F8FAFC !important;
}

/* ==========================================================================           
 *
 *    GDPR Cookie
 *
 * ========================================================================== */
.js-cookie-consent {
  position: fixed;
  font-size: 14px;
  bottom: 0;
  padding: 2rem;
  text-align: justify;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  color: #1e1e2d;
  box-shadow: 0 2px 16px rgba(179, 186, 212, 0.7) !important;
}
.js-cookie-consent .js-cookie-consent-agree {
  margin-left: 0.7rem;
  margin-top: 0.5rem;
  font-size: 10px;
  min-width: 80px;
  border-radius: 0.25rem;
  padding: 0.375rem 25px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #007BFF;
  border-color: #007BFF;
}
.js-cookie-consent .js-cookie-consent-agree:hover, .js-cookie-consent .js-cookie-consent-agree:focus {
  background-color: #1e1e2d;
  border-color: #1e1e2d;
}

/* ==========================================================================           
 *
 *    LOCALE STYLES
 *
 * ========================================================================== */
#frontend-local {
  float: left;
}
#frontend-local .nav-link.icon .header-icon {
  color: #FFF;
  padding-left: 0;
}
#frontend-local .dropdown-menu {
  margin-top: 10px;
  min-width: 8rem;
  border-radius: 7px;
}
#frontend-local .dropdown-menu .dropdown-item:hover {
  color: #007BFF;
}

section .alert {
  right: 1rem;
  margin-top: 0;
  color: #FFF !important;
  font-family: "Poppins", sans-serif;
  float: right;
}

/* ==========================================================================           
*
*    FAQ STYLES
*
* ========================================================================== */
#faq-wrapper {
  padding: 0 0 90px 0;
  background: #FFF;
  background-image: url(https://starthubtwo.liquid-themes.com/wp-content/uploads/2021/11/bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#faq-wrapper #accordion {
  width: 100%;
}
#faq-wrapper #accordion .card {
  border-radius: 5px !important;
  box-shadow: inset 0 1px 0.5px hsla(0deg, 0%, 100%, 0.075), 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  border: none !important;
  border-bottom: none !important;
  overflow: visible;
  margin-bottom: 0.5rem;
  transition: box-shadow 0.2s ease-in-out !important;
}
#faq-wrapper #accordion .card:hover, #faq-wrapper #accordion .card:focus {
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}
#faq-wrapper #accordion .card .card-header {
  border-bottom: none;
  transition: box-shadow 0.2s ease-in-out !important;
}
#faq-wrapper #accordion .card .card-header h5 {
  width: 100%;
}
#faq-wrapper #accordion .card .card-header h5 span {
  text-align: left;
}
#faq-wrapper #accordion .card .card-header .btn-link {
  font-size: 14px;
  color: #1e1e2d;
  font-weight: 600;
  width: 100%;
  outline: none;
  border: none;
  text-decoration: none;
}
#faq-wrapper #accordion .card .card-header .btn-link:hover, #faq-wrapper #accordion .card .card-header .btn-link:focus {
  color: #007BFF;
  text-decoration: none !important;
  outline: none !important;
}
#faq-wrapper #accordion .card .card-body {
  font-size: 14px;
  padding-left: 2.2rem;
}

/* ==========================================================================           
 *
 *    GOOGLE ADS STYLES
 *
 * ========================================================================== */
.google-ads-728 {
  width: 100%;
  max-width: 728px;
  height: auto;
}

.google-ads-300 {
  width: 100%;
  max-width: 480px;
  height: auto;
}

/* ==========================================================================           
 *
 *    STEPS SECTION STYLES
 *
 * ========================================================================== */
#steps-wrapper {
  background: #FFF;
  padding-bottom: 4rem;
}
#steps-wrapper .steps-box-wrapper:before {
  left: 50%;
  content: "";
  bottom: 12px;
  height: 40px;
  position: absolute;
  border-radius: 10px;
  background-color: #ffffff;
  transform: translateX(-50%);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 88%;
  z-index: -1;
}
#steps-wrapper .steps-box-wrapper:after {
  left: 50%;
  content: "";
  bottom: 12px;
  height: 40px;
  position: absolute;
  border-radius: 10px;
  background-color: #ffffff;
  transform: translateX(-50%);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 82%;
  z-index: -2;
}
#steps-wrapper .steps-box-wrapper:hover {
  transform: translateY(-6px);
}
#steps-wrapper .steps-box-wrapper:hover:before {
  bottom: -9px;
  box-shadow: 0px 30px 30px rgba(3, 12, 22, 0.06);
}
#steps-wrapper .steps-box-wrapper:hover:after {
  bottom: -18px;
  box-shadow: 0px 30px 30px rgba(3, 12, 22, 0.06);
}
#steps-wrapper .steps-box-wrapper {
  transition: transform 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#steps-wrapper .steps-box {
  position: relative;
  border-radius: 10px;
  height: 180px;
  margin-bottom: 12px;
  padding: 1.5rem;
  transition: transform 0.3s ease;
  transition: transform 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#steps-wrapper .steps-box:hover {
  box-shadow: 0px 30px 30px 0px rgba(3, 12, 22, 0.1);
}
#steps-wrapper .steps-box .step-number-big p {
  font-family: "Lato", sans-serif;
  position: absolute;
  font-size: 180px;
  right: 0;
  top: -70px;
  font-weight: 900;
  color: #edf8fd;
}
#steps-wrapper .steps-box .step-number h6 {
  color: #7c838d;
}
#steps-wrapper .steps-box .step-title h2 {
  font-size: 24px;
  font-weight: 800;
  position: relative;
  z-index: 5;
}
#steps-wrapper .steps-box .step-description p {
  font-size: 14px;
  position: relative;
  z-index: 5;
}
#steps-wrapper .steps-box .right-space {
  right: 1.2rem !important;
}

/* ==========================================================================           
 *
 *    AI IMAGE SECTION STYLES
 *
 * ========================================================================== */
.slider-container {
  max-height: 650px;
  min-height: 650px;
  background: #0c0c0d;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}
.slider-container .halo {
  background: radial-gradient(circle at 50% 120px, rgba(0, 123, 255, 0.5) 0, transparent 50%);
  position: absolute;
  top: -10rem;
  width: 50%;
  height: 100%;
}
.slider-container .slider-image-container {
  grid-column-gap: 20px;
  display: flex;
}
.slider-container .slider-overlay-top {
  width: 100%;
  height: 80px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), transparent);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
.slider-container .slider-overlay-top.bottom {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.slider-container .marquee-slider-content {
  min-width: 680px;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}
.slider-container .marquee-slider-content h2 {
  color: #FFF;
  font-weight: 800;
}
.slider-container .rounded-image {
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.slider-container .hero-marquee-inner {
  grid-column-gap: 16px;
  flex: none;
  display: flex;
}
.slider-container .hero-marquee-inner.horizontal {
  grid-row-gap: 20px;
  flex-direction: column;
}
.slider-container .hero-marquee-inner.horizontal.reversed {
  grid-column-gap: 20px;
}
.slider-container .track-horizontal {
  grid-column-gap: 16px;
  flex: none;
  display: flex;
}
.slider-container .div-logo.mx-120 {
  max-width: 100px;
}
.slider-container .track-horizontal.left1, .slider-container .track-horizontal.left2, .slider-container .track-horizontal.left3, .slider-container .track-horizontal.left4, .slider-container .track-horizontal.left5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
}
.slider-container .track-horizontal.left1 {
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee-horizontal 130s linear infinite;
          animation: marquee-horizontal 130s linear infinite;
}
.slider-container .track-horizontal.left2 {
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee-reversed 100s linear infinite;
          animation: marquee-reversed 100s linear infinite;
}
.slider-container .track-horizontal.left3 {
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee-horizontal 40s linear infinite;
          animation: marquee-horizontal 40s linear infinite;
}
.slider-container .track-horizontal.left4 {
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee-reversed 40s linear infinite;
          animation: marquee-reversed 40s linear infinite;
}
.slider-container .track-horizontal.left5 {
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee-horizontal 90s linear infinite;
          animation: marquee-horizontal 90s linear infinite;
}

@-webkit-keyframes marquee-horizontal {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-25%);
  }
}

@keyframes marquee-horizontal {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-25%);
  }
}
@-webkit-keyframes marquee-reversed {
  from {
    transform: translateY(-25%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes marquee-reversed {
  from {
    transform: translateY(-25%);
  }
  to {
    transform: translateY(0);
  }
}
/* ==========================================================================           
 *
 *    CUSTOMER REVIEW SECTION STYLES
 *
 * ========================================================================== */
#reviews-wrapper {
  background-image: linear-gradient(#242a33, #1a1f26);
  padding: 96px 0;
  overflow: hidden;
}
#reviews-wrapper .scroll-wrapper {
  justify-content: center;
  align-items: center;
}
#reviews-wrapper .scroll-line {
  justify-content: center;
  display: flex;
}
#reviews-wrapper .scroll-line .scroll-inner-line {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: none;
  margin-bottom: 24px;
  margin-right: 16px;
  display: flex;
}
#reviews-wrapper .scroll-line .scroll-inner-line .scroll-feature {
  height: 170px;
  width: 400px;
  background-color: #282e38;
  border-top: 1px solid rgba(64, 71, 82, 0.5);
  border-radius: 12px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px 12px 12px;
  display: flex;
  margin-left: 1rem;
  margin-top: 1rem;
}
#reviews-wrapper .scroll-line .scroll-inner-line .scroll-feature .div-img-feaure {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}
#reviews-wrapper .scroll-line .scroll-inner-line .scroll-feature .div-img-feaure img {
  max-width: 100%;
  display: inline-block;
}
#reviews-wrapper .scroll-line .scroll-inner-line .scroll-feature .name-feature {
  color: #fff;
  margin-bottom: 0;
}

.reviews-card-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.review-list-wrapper {
  grid-column-gap: 24px;
  margin-left: -400px;
  display: flex;
}

.review-list-wrapper.second {
  justify-content: flex-start;
  position: relative;
  left: -860px;
}

.reviews-list {
  grid-column-gap: 24px;
  flex-direction: row;
  display: flex;
}

.review-card-scroll {
  width: 450px;
  max-height: 250px;
  grid-row-gap: 16px;
  color: #FFF;
  background-color: #282e38;
  border-top: 1px solid rgba(64, 71, 82, 0.5);
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.review-card-scroll:hover {
  transform: translateY(-10px);
  transition: transform 250ms ease-in-out;
  background-color: #FFF;
}
.review-card-scroll:hover .review-text {
  color: #282e38;
}
.review-card-scroll:hover .reviewer-star {
  background: #007BFF !important;
}
.review-card-scroll .hori-between-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.review-card-scroll .hori-between-div .horizontal-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}
.review-card-scroll .hori-between-div .horizontal-div .reviewer-portrait {
  padding: 3px;
  border: 1px solid rgb(0, 123, 255);
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.review-card-scroll .hori-between-div .horizontal-div .reviewer-name {
  font-size: 14px;
  color: #007BFF;
  font-weight: 700;
}
.review-card-scroll .hori-between-div .horizontal-div .reviewer-title {
  font-size: 14px;
  font-weight: 400;
  color: #7c838d;
}
.review-card-scroll .hori-between-div .horizontal-div .reviewer-star {
  position: absolute;
  right: 10%;
  top: 21%;
  background: #242a33;
  padding: 2px 10px 4px;
  border-radius: 8px;
  line-height: 1;
}
.review-card-scroll .review-text {
  font-size: 14px;
}
.review-card-scroll .review-text i {
  color: #7c838d;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.review-list-wrapper {
  will-change: transform;
  -webkit-animation: marquee-horizontal-first 60s linear infinite;
          animation: marquee-horizontal-first 60s linear infinite;
}

.review-list-wrapper.second {
  will-change: transform;
  -webkit-animation: marquee-horizontal-second 30s linear infinite;
          animation: marquee-horizontal-second 30s linear infinite;
}

@-webkit-keyframes marquee-horizontal-first {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-40%);
  }
}

@keyframes marquee-horizontal-first {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-40%);
  }
}
@-webkit-keyframes marquee-horizontal-second {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10%);
  }
}
@keyframes marquee-horizontal-second {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10%);
  }
}
@media only screen and (min-width: 992px) {
  .review-list-wrapper:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}







/* ==========================================================================           
 *
 *    GLOBAL FRONTEND STYLES
 *
 * ========================================================================== */
html {
  scroll-behavior: smooth;
}

.frontend-body {
  background: #fff;
}

.blue-background {
  background: #f5f9fc;
}

.frontend-background {
  background: #007BFF;
}

.btn-primary-frontend {
  font-size: 16px;
  width: 250px;
  height: 50px;
  line-height: 48px;
  font-weight: 600;
  border-radius: 50vh;
  color: #fff !important;
  background-image: linear-gradient(#007bff, rgba(0, 123, 255, 0.5607843137));
  border-top: 1px solid rgba(255, 255, 255, 0.4392156863);
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  z-index: 10;
}
.btn-primary-frontend:hover {
  transition: all 0.3s ease;
  background: #0c0c0d;
  border: 1px solid #007BFF;
}

.btn-primary-frontend-small {
  font-size: 14px;
  width: 200px;
  height: 45px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 50vh;
  color: #fff !important;
  background: #1e1e2d;
  border-top: 1px solid rgba(255, 255, 255, 0.4392156863);
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  z-index: 10;
}
.btn-primary-frontend-small:hover {
  transition: all 0.3s ease;
  background: #0c0c0d;
  border: 1px solid #007BFF;
}

.btn-frontend-scroll-effect {
  position: relative;
  transform: translateZ(0);
  text-decoration: none;
  transition-delay: 0.6s;
  overflow: hidden;
}
.btn-frontend-scroll-effect div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-frontend-scroll-effect span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
  left: 0;
}
.btn-frontend-scroll-effect span:first-child {
  transform: translateY(100%);
}
.btn-frontend-scroll-effect span:last-child {
  transform: translateY(0);
}
.btn-frontend-scroll-effect:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}
.btn-frontend-scroll-effect:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}
.btn-frontend-scroll-effect:hover span:first-child {
  transform: translateY(0);
}
.btn-frontend-scroll-effect:hover span:last-child {
  transform: translateY(-100%);
}

.row .title .white {
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.row .title h3 {
  font-size: 36px;
  font-weight: 800;
  color: #1e1e2d;
  text-shadow: 1px 1px 2px rgba(40, 40, 40, 0.2);
}
.row .title h3 span {
  color: #007BFF;
}
.row .title h6 {
  color: #525963;
}
.row .title p {
  font-size: 12px;
  color: #007BFF;
  font-weight: 600;
  text-transform: uppercase;
}

.secondary-navbar .navbar-nav li.nav-item a.nav-link {
  color: #1e1e2d !important;
}
.secondary-navbar #login-button {
  color: #1e1e2d !important;
}
.secondary-navbar #login-button:hover {
  color: #007BFF !important;
}
.secondary-navbar #frontend-local .icon span {
  color: #1e1e2d !important;
}
.secondary-navbar #frontend-local .icon span:hover {
  color: #007BFF !important;
}

.secondary-background {
  background: rgb(248, 250, 252) !important;
}








/* ==========================================================================           
 *
 *    BENEFITS SECTION STYLES
 *
 * ========================================================================== */
#benefits-wrapper {
  background: rgb(248, 250, 252);
  padding-bottom: 6rem;
}
#benefits-wrapper .title {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#benefits-wrapper .title h6 {
  line-height: 1.5;
}
#benefits-wrapper .benefits-box-wrapper {
  box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  background: #FFF;
  transition: all 0.3s ease;
}
#benefits-wrapper .benefits-box-wrapper .benefit-title h6 {
  font-weight: 700;
  font-size: 18px;
  color: #525963;
  margin-bottom: 1rem;
}
#benefits-wrapper .benefits-box-wrapper .benefit-description p {
  color: #525963;
  font-size: 14px;
}
#benefits-wrapper .benefits-box-wrapper .benefit-image img {
  transition: all 0.3s ease;
}
#benefits-wrapper .benefits-box-wrapper:hover, #benefits-wrapper .benefits-box-wrapper:focus {
  cursor: pointer;
  box-shadow: none;
}
#benefits-wrapper .benefits-box-wrapper:hover .benefit-image img, #benefits-wrapper .benefits-box-wrapper:focus .benefit-image img {
  scale: 1.03;
  transform: translateY(-5px);
}

/* ==========================================================================           
 *
 *    PRICES SECTION STYLES
 *
 * ========================================================================== */
#prices-wrapper {
  padding: 0 0 64px 0;
  background-color: #FFF;
}
#prices-wrapper .tabs-menu ul {
  padding: 5px 7px;
  background: #f5f9fc;
  border-radius: 1.5rem;
}
#prices-wrapper .tabs-menu ul li a {
  width: auto;
  text-transform: none;
}
#prices-wrapper .card {
  box-shadow: none !important;
  transition: all 0.2s;
  min-width: 260px;
}
#prices-wrapper .card:hover, #prices-wrapper .card:focus {
  box-shadow: 0 0 12px rgba(33, 33, 33, 0.2) !important;
  transform: translateY(-5px);
}
#prices-wrapper .card:hover .plan-cost, #prices-wrapper .card:focus .plan-cost {
  color: #007BFF;
}
#prices-wrapper .card:hover .prepaid-plan .plan-cost, #prices-wrapper .card:focus .prepaid-plan .plan-cost {
  color: #1e1e2d;
}
#prices-wrapper .card:hover .prepaid-plan .plan-title, #prices-wrapper .card:focus .prepaid-plan .plan-title {
  color: #007BFF;
}
#prices-wrapper .card .plan-cost {
  font-size: 40px;
  font-weight: 800;
  color: #1e1e2d;
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
}
#prices-wrapper .card .welcome-plan-currency-sign {
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 25px;
  color: #ccc;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
#prices-wrapper .card .divider {
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  height: 3px;
  width: 40px;
}
#prices-wrapper .card .plan-title {
  font-size: 18px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  color: #007bff;
  text-shadow: 1px 1px 2px rgba(40, 40, 40, 0.1);
}
#prices-wrapper .card ul li {
  margin-bottom: 0.3rem;
}
#prices-wrapper .card ul li .plan-feature-text {
  color: #525963;
}

/* ==========================================================================           
 *
 *    BLOG SECTION STYLES
 *
 * ========================================================================== */
.download-page {
  background: #f5f9fc !important;
}

#blog-wrapper {
  background: #FFF0;
  padding: 0 0 144px 0;
}
#blog-wrapper .container {
  position: relative;
}
#blog-wrapper .blog {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 295px;
}
#blog-wrapper .blog .main-image {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
#blog-wrapper .main-text {
  width: 80%;
  margin: auto;
}
#blog-wrapper .slick-slider .slick-track {
  height: 355px !important;
}
#blog-wrapper .blog-box {
  min-height: 270px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 6px 8px -6px rgba(24, 39, 74, 0.12), 0 8px 16px -6px rgba(24, 39, 74, 0.08);
  transition: all 0.5s;
}
#blog-wrapper .blog-box .blog-img {
  position: relative;
}
#blog-wrapper .blog-box .blog-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#blog-wrapper .blog-box .blog-img span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 12px;
  background-color: #07055e;
  padding: 5px 10px;
  border-radius: 12px;
}
#blog-wrapper .blog-box .blog-info {
  padding: 1rem;
}
#blog-wrapper .blog-box .blog-info h5 {
  font-size: 14px;
  font-weight: 700;
}
#blog-wrapper .blog-box .blog-info h6 {
  font-size: 12px;
}
#blog-wrapper .blog-box .blog-info i {
  font-size: 9px !important;
}
#blog-wrapper .blog-box:hover {
  box-shadow: 0 16px 24px -6px rgba(24, 39, 74, 0.12), 0 16px 24px -6px rgba(24, 39, 74, 0.08);
}
#blog-wrapper .blog-view {
  max-height: 300px;
  margin-bottom: 4rem;
}
#blog-wrapper .blog-view img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  width: 100%;
}
#blog-wrapper #blogs .slick-slide img {
  display: inline-block;
}
#blog-wrapper #blogs .slick-dots {
  position: relative;
  bottom: 0px;
}
#blog-wrapper #blogs .slick-dots li button:before {
  color: #007BFF;
}
#blog-wrapper #blogs .slick-dots li.slick-active button:before {
  color: #007BFF;
}
#blog-wrapper #blogs .slick-slide:hover {
  cursor: pointer;
}
#blog-wrapper .blogs-prev,
#blog-wrapper .blogs-next {
  position: absolute;
  top: 33%;
  font-size: 10px;
  cursor: pointer;
}
#blog-wrapper .blogs-prev i,
#blog-wrapper .blogs-next i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  text-align: center;
  color: #007BFF;
  line-height: 40px;
  transition: all ease 0.3s;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
}
#blog-wrapper .blogs-prev i:hover, #blog-wrapper .blogs-prev i:focus,
#blog-wrapper .blogs-next i:hover,
#blog-wrapper .blogs-next i:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
  color: #FFA838;
}
#blog-wrapper .blogs-prev {
  left: -50px;
}
#blog-wrapper .blogs-next {
  right: -50px;
}
#blog-wrapper .blog-all a {
  background: #ffffff;
  font-size: 12px;
  color: #040404;
  padding: 6px 24px;
  border-radius: 14px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  transition: all 50ms ease;
}
#blog-wrapper .blog-all a:hover, #blog-wrapper .blog-all a:focus {
  background: #007BFF;
  box-shadow: 0 2px 20px 0 hsla(0deg, 0%, 54%, 0.2);
}
#blog-wrapper .blog-all a i {
  font-size: 9px !important;
}

/* ==========================================================================           
 *
 *    Contact Us SECTION STYLES
 *
 * ========================================================================== */
#contact-wrapper {
  padding: 0 0 128px 0;
  background-image: url(/img/files/world.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#contact-wrapper #contact-row {
  display: block;
}
#contact-wrapper .contact-info-box {
  padding: 2rem;
}
#contact-wrapper .contact-info-box .contact-title h6 {
  font-size: 16px;
  font-weight: 800;
}
#contact-wrapper .contact-info-box .contact-title p {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
#contact-wrapper .contact-info-box .contact-info a:hover {
  color: #007BFF !important;
}
#contact-wrapper .row label {
  font-family: "Lato", sans-serif;
}
#contact-wrapper .row button {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  background-color: #007BFF;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: none;
  font-weight: 700;
}
#contact-wrapper .row button:hover {
  background: #1e1e2d;
  border-color: #1e1e2d;
}

#contact-wrapper .form-control {
  background: #FFF !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.font-weight-extra-bold {
  font-weight: 800;
}

.special-border-right {
  border-top-right-radius: 3rem !important;
}

.special-border-left {
  border-top-left-radius: 3rem !important;
}

.contact-background {
  background: #F8FAFC !important;
}













/* ==========================================================================           
 *
 *    AI DASHBOARD
 *
 * ========================================================================== */
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.favorite-templates-panel {
  min-height: 200px;
}

.internal-special-links:hover, .internal-special-links:focus {
  color: #1e1e2d !important;
  font-weight: 600;
}

.template {
  margin-top: -1.5rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.template .card-body {
  min-height: 155px;
}
.template:hover, .template:focus {
  transform: scale(1.05);
  z-index: 100;
}
.template .favorite {
  border: 2px solid #FF9D00;
  background-color: #FEFCE8;
}
.template .professional {
  border: 2px solid #AB54EB;
  background-color: #F6E9FF;
}
.template .template-icon i.main-icon {
  font-size: 16px;
  padding: 7px;
  background: #FFF4DF;
  color: #FF9D00;
  border-radius: 5px;
}
.template .template-icon i.blog-icon {
  font-size: 16px;
  padding: 7px;
  background: #E1F0FF;
  color: #007bff;
  border-radius: 5px;
}
.template .template-icon i.web-icon {
  font-size: 16px;
  padding: 7px;
  background: rgba(0, 188, 126, 0.1);
  color: #00bc7e;
  border-radius: 5px;
}
.template .template-icon i.social-icon {
  font-size: 16px;
  padding: 7px;
  background: rgb(235, 232, 255);
  color: rgb(81, 56, 238);
  border-radius: 5px;
}
.template .template-icon i.other-icon {
  font-size: 16px;
  padding: 7px;
  background: #D1D3E0;
  color: #1e1e2d;
  border-radius: 5px;
}
.template .template-icon i.star {
  font-size: 16px;
  padding-top: 7px;
  color: #FF9D00;
}
.template .template-icon i.fa-stars {
  font-size: 18px;
}
.template a {
  position: relative;
  right: 27px;
  top: 50px;
  float: right;
  z-index: 200;
}
.template a i.star {
  font-size: 16px;
  padding-top: 7px;
  color: #FF9D00;
}
.template a i.fa-stars {
  font-size: 18px;
}
.template .btn-yellow {
  line-height: 1;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 35px;
  color: #fff !important;
  background-color: #FF9D00;
  border-color: #FF9D00;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.template-edit i.main-icon {
  font-size: 16px;
  padding: 7px;
  background: #FFF4DF;
  color: #FF9D00;
  border-radius: 5px;
}
.template-edit i.blog-icon {
  font-size: 16px;
  padding: 7px;
  background: #E1F0FF;
  color: #007bff;
  border-radius: 5px;
}
.template-edit i.web-icon {
  font-size: 16px;
  padding: 7px;
  background: rgba(0, 188, 126, 0.1);
  color: #00bc7e;
  border-radius: 5px;
}
.template-edit i.social-icon {
  font-size: 16px;
  padding: 7px;
  background: rgb(235, 232, 255);
  color: rgb(81, 56, 238);
  border-radius: 5px;
}
.template-edit i.other-icon {
  font-size: 16px;
  padding: 7px;
  background: #D1D3E0;
  color: #1e1e2d;
  border-radius: 5px;
}

























