/********* General *********/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body p{
    font-size: 1.2rem;
}

main li {
    font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6, a {
    font-family: 'Roboto Slab', serif;
}

h1 {
    word-break: inherit !important;
}

a {
    white-space: nowrap;
}

h2 {
    font-size: 2.7rem;
}



p, li {
     font-family: 'Roboto Slab', serif;
}

.wow {
    visibility: hidden;
}

section {
    outline: none;
}

b {
    color: #dd4467;
    font-weight: 700;
}

.hero {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center top;

}
.one{
    max-height:80vh!important;
}
@media (max-width:800px){
    .layer{
        background-color: rgba(255, 255, 255, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;  
    }
    .subtitle{
        color:black!important;
    }
}
/******* Navigation *******/
#logo {
    max-height: 300px; 
    width: 150px;
    position: absolute;
    left: 12px;
    top: -15px;
}

.nav-left, .nav-right {
    overflow: hidden;
}

.hero header.nav {
    margin-top: 37px;
    box-shadow: none;
}


a.nav-item.login-btn {
    width: 100px;  
    border-radius: 2px;
    border: solid 1px #dd4467;
    color: #dd4467;
    margin: 10px;
}

/********* Header *********/
.title {
    font-size: 3rem;
}

.title:not(.is-spaced) + .subtitle {
    margin-top: 0;
    margin-bottom: 3rem;
}

.btn {
    color: white;
    font-weight: 700;

}

.btn:hover {
    color: #fff;
}

.btn {
    font-size: 1.5rem;
    padding: 10px 40px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #dd4467;
}

.banner {
	background-repeat: no-repeat;
	background-position: center top;
}
/********** Main **********/

.bg {
    background:#F5F5F5;

}

main .container {
    width: 100%;
}

.hero-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-mobile {
    vertical-align: top;
}

.video-front {
    position: absolute;
    left: 18px;
    top: 62px;
    height: 347px;
    overflow: hidden;
}

.video-container {
    width: 195px;
    transition: transform .6s,-webkit-transform .6s;
}

#mobile {
    max-width: 230px;

}

.position-absolute {
 position: absolute;
}

.position-fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.promise h2{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

.promise h3 { 
    text-align: center;
    font-size: 1.2rem;
}

.promise {
    margin-bottom: 70px;
}

.promise-icon {
    display: block;
    margin: auto;
    margin-bottom: 25px;
    height: 70px;
}

.white {
    color: white;
}
.mobile-container {
    display: flex;
    justify-content: center;
}

.position-absolute-top {
    position: absolute;
}


#software {
    color: white;
}

#stunning-results .hero-body {
    padding-top: 85px !important;
}


.result-list {
    margin-top: 40px;
}

.results li {
    padding: 10px 0px;
}

.result {
    font-size: 1.5rem;
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    font-style: normal;

}

.icon-container {
        position: relative;
}

.icon-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 70px;
 }

main .performance {
    padding-top: 85px !important;
}

.performance h2 {
    margin-bottom: 20px;
}

.performance-list li::before {

    content: url(../images/performance-based-pricing.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 20px;
    height: 30px;
    margin-right: 20px;
    float: left;
    
}

.performance-list li {
    padding: 10px 0px;
}

.partners {
    background-color: #8B99B2;
}

.partners .column {
    position: relative;
    text-align: center;
}

.partners .columns {
    padding: 50px 0px;
}

.partner-logo {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.try-it p{
    margin-top: 20px;
    margin-bottom: 20px;
}



/********* Footer *********/

.footer-section {
    background-color: #32405A;
}

.logo {
    width: 100px;
}

footer a {
    color: #a5a5a5;
}

footer a:hover {
    color: #dd4467;
}

h4 {
    margin-bottom: 20px;
}

#footer .fa {
    font-size: 1.4rem;
    color: #a5a5a5;
}

.social {
    margin-top: 80px;
    margin-bottom: 40px;
}

small {
    display: block;
    text-align: center;
    color: white;
}
.footer-heading{
    color:white!important;
}


/********* Animations *********/

.title {
    animation-delay: 1000ms;
}

.subtitle {
    animation-delay: 2000ms;
}

.btn {
    animation-delay: 3000ms;
}

/********* Media queries *********/


/********* Mobile *********/
@media screen and (max-width: 768px) {
    #logo {
        left: 50%;
        width: 70px;
        margin-left: -35px;
        top: -15px;
    }
    
    .nav-toggle span {
        height: 2px;
        width: 20px;
    }

    .nav-toggle {
        position: absolute;
        left: 0px;
    }

    .nav-toggle:hover {
        background-color: none;
    }
    
    .nav-right.nav-menu {
        height: 100%;
        position: fixed;
        background-color: rgba(221, 68, 103, 1);
        display: block;
        top: 0;
        width: 0;
        transition: 0.5s;
    }

    .banner .container {
        text-align: center;
    }

    .nav-menu a.nav-item {
        top: 0%;
        color: white;
        text-align: center;
        font-size: 2rem;
        border-top: none !important;
        display: block;
    }

    .close-btn {
        position: absolute;
        top: -129px;
        left: 18px;
        font-size: 2rem;
        color: white;
    }

    .close-btn:hover {
        color: white;
    }

    .overlay-content {
        position: relative;
        top: 25%;
    }

    a.nav-item.login-btn {
        width: 50px;
        border: none;
    }


    h2 {
        font-size: 2rem;
    }


    #stunning-results .hero-body {
        padding-top: 0;
    }

    .icon-container {
        display: none;
    }

    .list-1::before {
        content: url(../images/icons/dollar-coin-stack.png);
        transform: scale(0.7);
        margin-top: 13px;
        margin-right: 24px;
        height: 120px;
        float: left;
    }

    .list-2::before {
        content: url(../images/icons/favorites.png);
        transform: scale(0.7);
        margin-top: 13px;
        margin-right: 15px;
        float: left;
    }
    .result-list {
        margin-top: 0;
    }

    .clickable-heading {
        font-size: 2rem;
        cursor: pointer;
    }

    .mobile-container {
        display: none;
    }

    /*.results::before {
    content: url(../images/icons/favorites.png);
    float: left;
    padding-top: 15px;
    padding-right: 15px;
    height: 190px;
    display: flex;
    align-items: center;
}*/

    .promise {
        margin-bottom: 0px;
    }

    .promise h2 {
        margin-top: 0px;
    }

    .partners .column {
        display: inline;
    }

    .partner-logo {
        margin-left: 5%;
        margin-right: 5%;

    }

    .partners .columns {
        text-align: center;
    }

    .logo {
        display: block;
        margin: auto;
    }


    .footer-links li {
        margin-bottom: 1rem;
    }

    .social .column {
        display: inline;
    }

    .social {
        text-align: center;
    }

    footer a {
        font-size: 1rem;
    }

    .partners .columns {
        margin: 0;
    }
}


@media screen and (max-width: 605px) {
    .partners .column {
        margin: 0;
        display: block;
    }
}

/********* Tablet *********/
@media screen and (min-width: 768px) {

    .main-content .is-medium {
    min-height: 700px;
    }

    .partner-logo {
         max-height: 60px;
    }

     .main-content p {
        display: block !important;
    }

    #footer .container {
        padding: 0.5rem 0.75rem;
    }

    .overlay-content {
        display: inherit;
    }

    .margin-left {
        margin-left: 8.33333%;
    }

    .close-btn {
        display: none;
    }

    a.nav-item.login-btn:hover {
    background-color: #dd4467;
    color: #fff; 
    }

    .try-it .btn-container {
    position: relative;
    margin-bottom: 36px;
    }

    .try-it .btn-container .btn {
    position: absolute;
    bottom: 0;
    }

}

@media screen and (min-width: 1000px) {
     .main-content .is-medium {
    height: 700px;
    }

    .margin-left {
    margin-left: 16.66667%;
    }
}
#mobile > div > div > video:nth-child(4){
    padding-top:1px;
}
#mobile > div > div > video:nth-child(3){
    padding-top: 3px;
}
.subtitle{
    color:black;
}

@media (max-width:800px){
    .column.performace{
        padding:0;
    }
    .clickable-heading{
        font-size: 1.4rem;
    }
    .footer a{
        font-size: 1rem!important;
    }
}