/*---

-----------------------------------------------------------------------------------
Template Name: Sasly - Multipurpose Landing Page HTML Template
Page Name: Home Website Builder
Description: Landing page for showcasing website builder features, benefits, and CTA sections.
Author: Pixelfit
Version: 1.0
-----------------------------------------------------------------------------------

---*/
/* Common CSS */
:root {
  --primary-color: #00A1FC;
  --primary-black-color: #000000;
}

h2 {
  line-height: 65px;
}

.theme-btn.style-one {
  padding: 18px 35px;
  font-size: 16px;
}

.sub-heading {
  border-radius: 14px;
  border: 2px solid rgba(16, 16, 16, 0.1);
  background-color: rgba(0, 161, 252, 0.1);
}

/* Header Navigation */
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 600 18px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--white-color);
}
.header-navigation .nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navigation .nav-right-item .theme-btn.style-one {
  padding: 18px 30px;
}

/*  Hero Section  */
.hero-wb .hero-wrapper {
  padding: 200px 0 90px;
}
@media screen and (max-width: 991px) {
  .hero-wb .hero-wrapper {
    padding: 150px 0 90px;
  }
}
.hero-wb .hero-content h1 {
  color: var(--white-color);
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wb .hero-content h1 {
    font-size: 65px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .hero-wb .hero-content h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hero-wb .hero-content h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
.hero-wb .hero-content p {
  max-width: 850px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 30px;
}
@media screen and (max-width: 991px) {
  .hero-wb .hero-content p {
    font-size: 16px;
  }
}
.hero-wb .hero-content .hero-button a:not(:last-child) {
  margin-right: 10px;
}
.hero-wb .hero-image img {
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 50px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 20px rgba(0, 0, 0, 0.2);
}

/*  Company Section  */
.company-wb .text-box {
  text-align: left;
}
.company-wb .text-box span {
  background-color: var(--primary-color);
  padding: 7px 20px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid rgba(0, 68, 70, 0.1);
  letter-spacing: -0.36px;
  line-height: 20px;
  color: var(--white-color);
}

/*  Company Section  */
.builder-layer-wb .text-block {
  border-left: 3px solid var(--primary-color);
  padding-left: 20px;
}
.builder-layer-wb .text-block h5 {
  margin-bottom: 7px;
}

/* Adaptive Design */
.adaptive-design-wb .sasly-image-box img {
  border-radius: 20px;
}

/* Popup Section */
.popup-sec-wb .popup-bg-wrapper {
  padding: 50px 50px 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .popup-sec-wb .popup-bg-wrapper {
    padding: 50px 30px 20px;
  }
}

/*  Faqs Section  */
.accordion-item {
  background-color: transparent;
  border: none;
  padding: 0;
}
.accordion-item .accordion-header .accordion-title {
  padding: 20px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item .accordion-header .accordion-title:after {
  border: none;
}

/*  Footer CSS */
.website-builder-footer {
  padding: 30px;
  color: #bbb;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .website-builder-footer {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .website-builder-footer {
    padding: 0;
  }
}
.website-builder-footer .footer-top .footer-content .footer-button a {
  margin-bottom: 10px;
}
.website-builder-footer .footer-top .footer-content .footer-button a:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 575px) {
  .website-builder-footer .footer-top .footer-content .footer-button a:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .website-builder-footer .footer-top .footer-content h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .website-builder-footer .footer-top .footer-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.website-builder-footer .footer-top .footer-content .theme-btn.style-two {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
}
.website-builder-footer .footer-top .footer-content .theme-btn.style-two:hover {
  border-color: transparent;
}
.website-builder-footer .footer-bottom {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.website-builder-footer .footer-copyright {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-widget h4.widget-title {
  color: var(--white-color);
}
.footer-widget .footer-content .footer-nav a:hover {
  color: var(--primary-color);
}
.footer-widget .footer-content p:hover a {
  color: var(--primary-color);
}
.footer-widget .footer-content .social-link li a {
  background-color: #2A2A2A;
  border: none;
  color: var(--white-color);
}

.back-to-top {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  .back-to-top {
    bottom: 70px;
  }
}