:root {
    --bs-border-color: rgb(131 131 131);
}


/* HEADER */
.topbar {
    position: initial;
}

.header-buttons-left {
    padding-left: 30%;
}

.header-buttons-right {
    padding-right: 30%;
}

.soon {
    color: #ffc107;
    font-weight: bold;
}

@media (max-width: 991px) {
    .header-buttons-left {
        padding-left: 20%;
    }
    
    .header-buttons-right {
        padding-right: 20%;
    }
}

@media (max-width: 768px) {
    .header-buttons-left {
        padding-left: 10%;
    }
    
    .header-buttons-right {
        padding-right: 10%;
    }
}

.dropdown-language {
    width: fit-content;
    margin: auto;
    margin-right: 0px;
    margin-top: 15px;
}


/* RESPONSIVE CONTAINER */
.responsive-container {
    padding: 0px 14%;
}

@media (max-width: 1280px) {
    .responsive-container {
        padding: 0px 11%;
    }
}

@media (max-width: 991px) {
    .responsive-container {
        padding: 0px 8%;
    }
}

@media (max-width: 768px) {
    .responsive-container {
        padding: 0px 5%;
    }
}

.responsive-form {
    margin-right: -12%;
}

@media (max-width: 991px) {
    .responsive-form {
        margin-right: 0px;
    }
}


.welcome-title {
    width: 90%;
    letter-spacing: 0px;
    padding: 0px !important;
    font-size: 54px;
    color: black;
    font-weight: bold;
    opacity: 0;
}

.slogan-title {
    text-wrap: nowrap;
}

.welcome-subtitle {
    padding: 50px 0px !important;
    color: black;
    font-weight: normal;
    font-size: 24px;
    opacity: 0;
}

.welcome-title.welcome-subtitle > h1 {
    color: black;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
}

.welcome-info {
    width: 100%;
    margin-left: auto !important;
    margin-bottom: 25px !important;
}

.welcome-info .col {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.welcome-info .points {
    margin-top: 20px;
}

.welcome-buttons {
    flex-wrap: nowrap;
}

.wpbusiness_slogan {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {

    .welcome-title {
        margin: auto;
        font-size: 45px;
        text-align: center;
    }
    
    .slogan-title {
        text-wrap: wrap;
    }
    
    .welcome-subtitle {
        font-size: 21px;
    }

    .welcome-title.welcome-subtitle > h1 {
        font-size: 21px;
    }

    #start .logo-icon {
        margin-top: 75px !important;
    }
    
    .welcome-buttons {
        flex-wrap: wrap;
    }
    
    .wpbusiness_slogan {
        flex-wrap: wrap;
    }
    
}

@media (max-width: 768px) {
    .welcome-title {
        width: 100%;
        font-size: 30px;
        padding: 15px;
        padding-bottom: 20px;
    }

    .welcome-subtitle {
        font-size: 18px;
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .welcome-info .points {
        margin-top: 40px;
        justify-content: center;
    }
    
    #signupnow .welcome-info .points {
        margin-top: 40px;
        justify-content: center;
    }
    
    
}


.bee_logo {
    filter: none;
    width: 33%;
    max-width: 470px;
    position: absolute;
    margin-left: 0px;
    margin-top: 50px;
}

.bee_logo_right {
    filter: none;
    width: 155px;
    right: 20px;
    position: absolute;
    margin-top: -125px;
    z-index:10;
}

.bee_logo_left {
    filter: none;
    width: 175px;
    left: 11%;
    position: absolute;  
    margin-top: -75px;
    z-index:10;
}

@media (max-width: 1280px) {
    .bee_logo_right {
        right: 0px;
        width: 125px;
        margin-top: -140px;
    }

    .bee_logo_left {
        width: 155px;
        left: 60px;
        margin-top: -75px;
    }
}

@media (max-width: 991px) {
    .bee_logo {
        right: 0;
        width: 155px;
        margin-top: 40px;
        margin-right: -5px;
    }
    
    .bee_logo_right {
        width: 95px; 
        margin-top: -165px;
    }
    
    .bee_logo_left {
        width: 125px;
        left: 30px;
    }
}

@media (max-width: 768px) {
    .bee_logo {
        right: 0;
        width: 140px;
        margin-top: 60px;
        margin-right: 0;
    }

    .bee_logo_left {
        width: 100px;
        left: 15px;
        margin-top: -60px;
    }
}

.btn-custom-green {
    border-radius: 30px;
    background: #00b22c;
    border-color: #00b22c;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 30px;
}

.btn-custom-green:hover, .btn-custom-green:focus {
    background: #096b2d;
    border-color: #096b2d;
}

.btn-custom-white {
    color: #00b22c !important;
    border-radius: 30px;
    background: white;
    border-color: #00b22c;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 30px;
}

.btn-custom-white:hover, .btn-custom-white:focus {
    background: rgb(241, 241, 241);
    border-color: #096b2d;
}

.btn-custom-white-outline {
    background: white;
}




.app-links {
    position: absolute;
    width: 60%;
    /*text-align: center;*/
    margin-top: 35px;
    margin-left: 5%;
}

.app-img {
    width: 45%;
}

@media (min-width: 768px) {
    .app-img {
        width: 40%;
    }
}

@media (min-width: 991px) {
    .app-img {
        width: 27%;
    }
}

.screenshot-phone {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: -22%;
}


.section-title {
    letter-spacing: 0px;
    margin: 0;
    padding: 20px;
    font-size: 48px;
    color: black;
    font-weight: bold;
}

.section-title > h2 {
    letter-spacing: 0px;
    margin: 0;
    font-size: 48px;
    color: black;
    font-weight: bold;
}

.section-subtitle {
    letter-spacing: 0px;
    margin: 0;
    font-size: 21px;
    line-height: 29px;
    color: black;
}

.section-subtitle > h3 {
    letter-spacing: 0px;
    margin: 0;
    font-size: 21px;
    line-height: 29px;
    color: black;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
        padding: 10px;
    }
    .section-title > h2 {
        font-size: 32px;
    }
    .section-subtitle {
        font-size: 15px;
        line-height: 23px;
    }
    .section-subtitle > h3 {
        font-size: 15px;
        line-height: 23px;
    }
}

.anchor-card {
    width: fit-content;
    max-width: 335px;
    cursor: pointer;
}

.anchor-card.end {
    margin: auto;
    margin-right: 0px;
    text-align: right;
}

.icon-presentation {
    display: flex;
    min-width: 45px;
    justify-content: center;
    cursor: pointer;
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 100;
    }
}

.appear {
    opacity: 0;
    animation-name: show;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.appear.delay1{
    animation-delay: 1s;
}

.appear.delay2{
    animation-delay: 2s;
}

.presentation-div {
    padding: 30px 0px;
    opacity: 0;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .presentation-div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .presentation-div > div {
        margin: 15px;
    }
}

#to_top {
    padding: 4px 0px 4px 6px;
    z-index: 1000;
    position: fixed;
    bottom: -50px;
    right: 17px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0px 2px 4px 0px #454545 !important;
    font-size: 18px;
    transition: bottom 0.5s;
}

#to_top > i {
    font-size: 25px;
}

.frontend-section {
    background: linear-gradient(0, #c7c7c7, #ffffff);
    padding-bottom: 70px;
    padding-top: 50px;
}

.white-section {
    background: white;
    box-shadow: 10px 10px #00000038;
    min-width: 270px;
}

.sub-section {
    border-radius: 70px 70px 0px 0px;
    margin-top: -70px;
}

.sub-section:nth-child(3) { background: linear-gradient(0, #fff785, white); }    /* #1 */
.sub-section:nth-child(4) { background: linear-gradient(0, #0bb74b, #25d366, white); }    /* #2 */

#channels, #askus {
    padding-top: 120px;
    margin-top: -80px;
}
#pricing, #studycase, #faq, #signupnow {
    padding-top: 100px;
}

.sub-header {
    padding: 30px !important;
    background: white;
}

#sub_header_logo {
    text-align: right;
}

@media (max-width: 991px) {
    .sub-header {
        padding: 10px !important;
    }

    #sub_header_logo {
        text-align: left;
    }
}

.channel-btn {
    border-radius: 0px !important;
    border: 0px !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
}

.channel-btn.active {
    box-shadow: 8px 8px 10px 0px #00000050;
}

.channel-table .row:nth-child(even){
    background: #e3e3e3;
}


.navbar-nav {
    padding: 0px 10px !important;
}

.navbar-nav .nav-item {
    padding: 0px 4px;
}

.navbar-nav .nav-item .nav-link {
    color: black !important;
    width: max-content !important;
    padding: 0px 10px !important;
    font-size: 16px;
}

.navbar-channels {
    position: absolute;
    z-index: 50;
    margin-top: 50px;
    margin-left: -30px;
    box-shadow: none;
}

.navbar-channels.collapsing, .navbar-channels.show {
    box-shadow: 5px 5px #00000038;
}

.navbar-channels ul {
    flex-direction: column !important;
}

.navbar-channels li {
    cursor: pointer;
    margin: 10px 0px;
}

.navbar-channels a {
    color:black !important;
}

.navbar-channels i {
    font-size: 18px;
}

#channel-chevron {
    margin-left: 10px; color: #25d366; font-weight: bold;
}

.navbar-ch {
    font-weight: bold;
}

@media (max-width: 991px) {

    .navbar-nav .nav-item {
        padding: 0px;
    }

    .navbar-channels {
        margin: auto;
        position: relative;
        box-shadow: none !important;
    }

    .navbar-channels .nav-item {
        margin: 5px 0px;
    }

    .navbar-ch {
        font-weight: normal;
    }

    .navbar-collapse {
        position: absolute;
        right: 20px;
        top: 85px;
        min-width: 200px;
        z-index: 49;
    }
    
    .navbar-collapse.collapse.show > ul,
    .navbar-collapse.collapsing > ul {
        margin-left: auto;
        background: white;
        border-radius: 15px;
        border: 1px solid #00b22c;
    }

    .navbar-collapse.collapse.show > ul > li,
    .navbar-collapse.collapsing > ul > li {
        width: fit-content;
    }

    .navbar-collapse.collapse.show > ul > li > a,
    .navbar-collapse.collapsing > ul > li > a {
        font-weight: normal;
        text-shadow: none;
        color: black !important;
        margin-left: auto;
        margin-top: 15px;
    }

    .navbar-collapse.collapse.show > ul > li:last-child > a,
    .navbar-collapse.collapsing > ul > li:last-child > a {
        margin-bottom: 15px;
    }

}

.navbar-toggler {
    color: white;
    font-size: 50px;
    border: none;
    box-shadow: none !important;
    padding: 5px 15px;
}

.study_case_column {
    margin: 15px 10px;
    height: 100%;
    border-radius: 20px;
}

.study_case_title {
    padding: 10px !important;
    padding-top: 15px !important;
    font-size: 25px !important;
    justify-content: center;
    border-radius: 20px 20px 0px 0px;
}

.study_case_column > .section-subtitle {
    padding: 15px !important;
    line-height: 21px !important;
    padding-bottom: 20px !important;
    font-size: 15px !important;
}

@media (max-width: 991px) {
    .study_case_column {
        width: fit-content;
    }
}




.carousel-container {
    width:75%;
    margin: auto;
}

.carousel-item .study_case_column {
    width: 77% !important;
    margin: auto !important;
    min-height: 300px;
}

@media (max-width: 991px) {
    .carousel-container {
        width: 100%;
    }

    .carousel-item .study_case_column {
        width: 73% !important;
    }
}



.white-bg-form-sections {
    position: absolute;
    width: 100vw;
    left: 0;
    background: white;
    margin-top: 12%;
    padding: 40px 0px;
}

.white-bg-form-sections .section-title, .white-bg-form-sections .section-subtitle {
    width: 35vw;
    margin-left: 10%;
    padding: 15px 45px;
}

.circle:before {
    content: ' \25CF';
    font-size: 40px;
}

@media (max-width: 991px) {
    .white-bg-form-sections {
        position: relative;
        width: auto;
    }
    .white-bg-form-sections .section-title, .white-bg-form-sections .section-subtitle {
        padding: 10px 25px;
        margin-left: auto;
        width: auto;
    }
}


.btn{
    box-shadow: none !important;
}


.points-on-signup {
    width: 48%;
    margin: 0 !important;
    margin-right: auto !important;
}

@media (max-width: 991px) {
    .points-on-signup {
        width: 100%;
    }
}


.footer {
    padding: 20px 0px 20px 20px;
    background: #e9e9e9;
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.footer-text {
    font-size: 14px;
    color: #818181;
}

.footer a {
    color: inherit !important;
    text-underline-offset: 3px; 
}

.footer a:hover {
    text-decoration: underline;
}



#end-page-style {
    height: 300px;
    margin-top: -320px;
    width: 100%;
}

#end-page-space {
    padding: 150px;
}

@media (max-width: 991px) {
    #end-page-style {
        height: 200px;
        margin-top: -220px;
    }
        
    #end-page-space {
        padding: 100px;
    }
}

@media (max-width: 768px) {
    #end-page-style {
        height: 120px;
        margin-top: -140px;
    }
        
    #end-page-space {
        padding: 70px;
    }
}

.end-page-content {
    background: white;
    margin-top: -20px;
    padding-bottom: 70px;
    font-size: 18px;
}

.end-page-content a {
    color: black !important;
    display: block;
    margin: 5px 0px;
}

.sticky {
    position: fixed;
    top: 0;
    padding: 10px !important;
    box-shadow: 0px 2px 13px 0px #00000070;
    background: white;
    z-index: 1000;
}

#video_container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media screen and (max-width: 991px) {
	#video_container {
		align-items: center;
	}
}