/*---

-----------------------------------------------------------------------------------
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;
  }
}


.contact-ss .sasly-iconic-box {
  padding: 50px 50px 40px;
  background-color: #FEEEED;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .contact-ss .sasly-iconic-box {
    padding: 50px 30px 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-ss .sasly-iconic-box {
    padding: 50px 40px 40px;
  }
}
.contact-ss .sasly-iconic-box .icon {
  margin-bottom: 25px;
}
.contact-ss .sasly-iconic-box .icon i {
  font-size: 50px;
  color: var(--primary-color);
}
.contact-ss .sasly-iconic-box .content h5 {
  font-size: 22px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 25px;
}
.contact-ss .sasly-iconic-box .content p {
  font: 500 20px var(--heading-font);
  line-height: 35px;
  color: var(--heading-color);
}
@media screen and (max-width: 991px) {
  .contact-ss .sasly-iconic-box .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-ss .sasly-iconic-box .content p {
    font-size: 16px;
    line-height: 30px;
  }
}

.contact-form-ss .section-content-box p {
  margin-bottom: 30px;
}
.contact-form-ss .section-content-box img {
  border-radius: 7px;
}
.contact-form-ss .contact-wrapper {
  padding: 50px 60px;
  background-color: var(--white-color);
  border: 1px solid rgba(31, 31, 31, 0.1);
  -webkit-filter: drop-shadow(10px 4px 60px rgba(180, 180, 180, 0.25));
          filter: drop-shadow(10px 4px 60px rgba(180, 180, 180, 0.25));
  border-radius: 7px;
}
@media screen and (max-width: 991px) {
  .contact-form-ss .contact-wrapper {
    padding: 50px 30px 40px;
  }
}
.contact-form-ss .contact-wrapper h3 {
  margin-bottom: 5px;
  font-size: 30px;
}
.contact-form-ss .contact-wrapper p {
  margin-bottom: 30px;
}
.contact-form-ss .contact-wrapper .contact-form .form_control {
  border: none;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  padding-bottom: 20px;
  margin-bottom: 25px;
  color: var(--heading-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control::placeholder {
  color: var(--heading-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control:focus {
  border-color: var(--heading-color);
}
.contact-form-ss .contact-wrapper .contact-form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .contact-form-ss .contact-wrapper .contact-form .form-check {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-form-ss .contact-wrapper .contact-form .form-check label {
  cursor: pointer;
}
.contact-form-ss .contact-wrapper .contact-form .form-check .form-check-input {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.map-page-ss iframe {
  width: 100%;
  height: 650px;
  border-radius: 7px;
}


/* Hero Image Container */
.scrolling-hero-container {
    /*width: 1290px;*/
    height: 751px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

/* Scrolling Container */
.scrolling-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* Scrolling Image */
.scrolling-container .scrolling-image {
    width: 100%;
    height: 100%; /* Make sure it covers enough height for smooth scrolling */
    background: url('https://devt.riosis.com/wp-content/uploads/2024/12/ckcreatives_capture.webp') no-repeat top center;
    background-size: cover; /* Ensure the image scales properly */
    animation: scrollDown 20s linear infinite;
}

/* Keyframes for Continuous Scrolling */
@keyframes scrollDown {
  0% {
    background-position: top center; /* Start from the top */
  }
  100% {
    background-position: bottom center; /* Scroll to the bottom */
  }
}

/*logo styling*/
.client-item .client-img img {
    width:150px;
    height:150px;
}

html {
    scroll-behavior: smooth;
}
