/*---

-----------------------------------------------------------------------------------
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: #333333;
    --seondary-color: #00d6e0;
}

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);
}
.sub-heading.light {
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
}

/* 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: 150px 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.cursive,
    .hero-wb .hero-content a.large,
    .hero-wb .hero-content p.large {
        font-size: 18px !important;
    }
}
.hero-wb .hero-content p {
    max-width: 850px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto 30px;
}
.hero-wb .hero-content p.cursive {
    font-family: Kalam, sans-serif;
    font-size: 1.5rem;
}

.hero-wb .hero-content p.large {
    font-size: 30px;
    line-height: 40px;
}

.hero-wb .hero-content a.large {
    font-size: 28px;
    font-weight: bold;
}

.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: #fff;
    -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
}
.website-builder-footer .footer-copyright {
    border-color: #eee;
}
.website-builder-footer .footer-copyright p,
.website-builder-footer .footer-copyright a {
    color: #333;
    font-weight: bold;
}

.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: var(--primary-color);
    border: none;
    color: var(--white-color);
}
.footer-widget .footer-content .social-link li a:hover {
    color: #fff;
    background-color: #000;
}

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

/* Page Banner */
.page-hero-ss {
    padding: 207px 0 140px;
}
@media screen and (max-width: 991px) {
    .page-hero-ss {
        padding: 140px 0 80px;
    }
}
.page-hero-ss .page-content h1.page-title {
    color: var(--white-color);
}
.page-hero-ss .page-content h3.page-title {
    color: var(--white-color);
}
.page-hero-ss .page-content .breadcrumb-link li a {
    color: var(--white-color);
}

/* Contact Page css */
.contact-ss .sasly-iconic-box.style-twelve {
    background-color: #e5f5ff;
}

.language_container label {
    position: absolute;
    top: 12px;
    left: 8px;
}
.language_container select {
    padding-left: 30px;
    height: 52px;
    cursor: pointer;
}
.error {
    color: red;
    font-size: 12px;
}

#intro_video {
    width: 100%;
    height: 751px;
}
#event_scheduling {
    width: 1290px;
    height: 900px;
}
#features .sasly-iconic-box {
    height: 320px;
}

@media screen and (max-width: 1024px) {
    #intro_video {
        width: 100%;
        height: 500px;
    }
    #event_scheduling {
        width: 100%;
        height: 900px;
    }
}

@media screen and (max-width: 991px) {
    #intro_video {
        width: 100%;
        height: 400px;
    }
    #event_scheduling {
        width: 100%;
        height: 1450px;
    }
}

@media screen and (max-width: 768px) {
    #intro_video {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 468px) {
    #intro_video {
        width: 100%;
        height: 200px;
    }
    #event_scheduling {
        width: 100%;
        height: 1450px;
    }
}

.video-container .video-title {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

.video-container iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.gold {
    color: #ff9900;
}
.header-six .header-navigation .main-menu > ul > li > a {
    color: var(--primary-black-color);
}
.header-six.sticky .header-navigation .main-menu > ul > li > a {
    color: #333;
}
.text-dark {
    color: var(--primary-black-color) !important;
}
.text-primary {
    color: var(--primary-color) !important;
}
.client-img {
    display: flex;
    align-items: center;
    height: 200px;
}
.client-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.footer-img {
    width: 100%;
    height: 300px;
}
.footer-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
