body {
    padding: 0;
    margin: 0;
    color: #424242
}

body, input, select, textarea, button, .button {
    font: 16px/1.75em 'Open Sans', Helvetica, Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em
}

h1, h2,h3, h4, h5, h6 {
    font-family: 'Montserrat', Helvetica, Arial;
    color: #14152a;
    font-weight: bold;
    font-weight: 500;
    margin: 0;
}

p {
    font-size: 20px;
    margin-bottom: 0
}

a:hover{
    text-decoration: none;
}

a{
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.header .navbar ul li a, .header a.nav-link, a.button, a.ghost-button{
    font-family: 'Montserrat', Helvetica, Arial;
}

.feature-img-left-flip{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 28px;
    }
    .row, .thumbnails {
        margin-left: 0;
        margin-right: 0;
    }
}

.header{
    padding: 65px 0 0;
    background: rgb(10,19,22); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(10,19,22,1) 0%, rgba(29,52,60,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(10,19,22,1) 0%,rgba(29,52,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(10,19,22,1) 0%,rgba(29,52,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1316', endColorstr='#1d343c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: relative;
    overflow: hidden;
}

.header:after{
    content: '';
    height: 25%;
    width: 110%;
    background-color: #EBECEC;
    position: absolute;
    bottom: -24%;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
    z-index: 1;
}
.header .website-nav{
    margin-bottom: 25px;
}

.header .navbar ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header .navbar ul li{
    display: inline-block
}
.header .navbar ul li a, .header a.nav-link{
    padding: 9px 12px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}
.header .navbar ul li.active a, .header .navbar ul li a:hover, .header a.nav-link:hover{
    color: #fff;
    text-decoration: none;
}

.header .header-content .content-wrapper{
    padding: 100px 0;
}

.header .header-content h1{
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
}
.header .header-content p{
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    width: 85%;
    margin-bottom: 40px;
}

.header .hero-image{
    margin-left: -170px;
    position: relative;
    z-index: 55;
}

.header a.button{
    border-radius: 50px;
    background-color: #23cba5;
    color: #fff;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.header a.nav-button.button{
    padding: 10px 34px;
    font-size: 15px;
}

.header .navbar ul li a, .header a.nav-link.lang-link {
    padding: 0px 12px;
    margin: 7px 0;
    font-family: 'Cairo', Helvetica, Arial;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 28px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    .header .header-content p{
        font-size: 20px;
        width: 100%;
    }
    .header .header-content h1{
        font-weight: 300;
    }
    .header .header-content .content-wrapper{
        padding: 10px 0 50px;
    }
    .header a.button{
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
    }
    .header .hero-image{
        margin: 0;
        width: 100%;
    }
    .header a.nav-button.button{
        display: inline-block;
        padding: 14px 54px;
    }
    .header a.nav-link {
        padding: 15px 12px;
    }
    .header {
        padding: 40px 0 0;
    }
    
}

.builder-preview{
    padding: 100px 0 70px;
    background: #ebecec; /* Old browsers */
    background: -moz-linear-gradient(top, #ebecec 0%, #ffffff 45%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebecec 0%,#ffffff 45%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebecec 0%,#ffffff 45%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebecec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.builder-preview .section-headline {
    margin-bottom: 50px;
}

.builder-preview .section-headline h1{
    margin-bottom: 15px;
}
.builder-preview .section-headline h3{
    color: rgba(20, 21, 42, 0.6);
    font-size: 24px;
}

.builder-preview .preview-img{
    margin-bottom: 15px;
}
.builder-preview  a.ghost-button{
    color: rgba(20, 21, 42, 0.5);
    font-size: 22px;
    font-weight: 400;
}
.builder-preview  a.ghost-button img{
    display: inline-block;
}
.builder-preview  a.ghost-button span{
    margin-left: 7px;
}

.builder-preview .video-wrapper-preview{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.app-features{
    padding: 120px 0;
    position: relative;
    background: #1d343c; /* Old browsers */
    background: -moz-linear-gradient(top, #1d343c 0%, #0a1316 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1d343c 0%,#0a1316 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1d343c 0%,#0a1316 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d343c', endColorstr='#0a1316',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
}
.app-features .single-feature{
    padding: 90px 0;
}
.app-features .single-feature.last-feature{
    padding-bottom: 0;
}
.app-features .app-feature-single{
    margin: 60px 0;
}
.app-feature-single h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}
.app-feature-single .headline-yellow{
    color: #efe567;
}
.app-feature-single .headline-teal{
    color: #23cba5;
}
.app-feature-single .headline-red{
    color: #e75163;
}
.app-feature-single h3 img{
    margin-right: 10px;
    width: 24px;
}
.app-feature-single h2{
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300
}
.app-feature-single p{
    font-size: 22px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
    font-weight: 300
}
.app-feature-single a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: none;
}
.app-feature-single a.button-teal{
    color: #23cba5;
}
.app-feature-single a span{
    margin-right: 7px;
}
/*
.feature-display-holder{
    background-image: url('../images/browser-wireframe-right.svg');
    background-size: cover;
    background-position: center;
}
*/

@media screen and (max-width: 768px) {
    .app-features {
        padding: 10px 0;
    }
    .app-features .single-feature{
        padding: 50px 0;
    }
    .app-features .app-feature-single{
        margin: 0;
    }
    .container-fluid {
        padding: 0 30px;
    }
    .app-feature-single h3 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    .feature-display-holder{
        margin-top: 45px;
    }
    .feature-display-holder.right-holder{
        margin-right: 0;
        margin-left: -175px;
    }
}

.features-1{
    position: relative;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 25%, #ebecec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 25%,#ebecec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 25%,#ebecec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebecec',GradientType=0 ); /* IE6-9 */
    padding-top: 35px;
    padding-bottom: 10px;
    overflow: hidden;
}
.features-1:after{
    content: '';
    height: 37%;
    width: 140%;
    background-color: #1d343c;
    position: absolute;
    bottom: -15%;
    -webkit-transform: rotate(-3deg);
    left: -10%;
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
    z-index: 1;
}

.features-content{
    text-align: center;
    margin-bottom: 80px;
}
.features-content img{
    margin: 0 auto;
    margin-bottom: 50px;
}
.features-content h1{
    margin-bottom: 25px;
}
.features-content h3{
    color: rgba(20, 21, 42, 0.6);
    font-size: 24px;
}

.features-wrapper{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 14px 4px rgba(0, 0, 0, 0.04);
    padding: 57px 40px;
    position: relative;
    z-index: 5;
}
.feature-block{
    text-align: center;
}
.feature-block img{
    margin: 0 auto;
}

.feature-block .img-wrapper{
    margin: 0 auto 25px;
    width: 222px;
    height: 166px;
}
.feature-block h3{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}
.feature-block p{
    color: rgba(20, 21, 42, 0.6);
    font-size: 18px;
    width: 85%;
    margin: 0 auto 15px;
    line-height: 25px;
}
.feature-block a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.feature-block a.button-blue{
    color: #3d8be5;
}

@media screen and (max-width: 768px) {
    .feature-block{
        margin-bottom: 35px;
    }
    .features-content {
        margin-bottom: 50px;
    }
}

.platform-features{
    position: relative;
    padding: 90px 0;
    background: #ebecec; /* Old browsers */
    background: -moz-linear-gradient(top, #ebecec 0%, #ffffff 45%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebecec 0%,#ffffff 45%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebecec 0%,#ffffff 45%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebecec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.platform-features .section-headline img{
    margin: 0 auto;
    margin-bottom: 50px;
}

.platform-features .section-headline h2{
    font-size: 34px;
    margin-bottom: 25px;
}
.platform-features .section-headline h3{
    color: rgba(20, 21, 42, 0.6);
    font-size: 24px;
}

.platform-features ul.features-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.platform-features ul.features-list li{
    display: inline-block;
    padding: 23px 25px;
    width: 47%;
    margin-right: 33px;
    margin-bottom: 33px;
    border-radius: 8px;
    box-shadow: 0 1px 26px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.platform-features ul.features-list li:nth-child(2n){
    margin-right: 0;
}

.platform-features ul.features-list li img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.platform-features ul.features-list li h3{
    font-size: 17px;
    margin-bottom: 10px;
    color: #23cba5;
    font-weight: 500
}
.platform-features ul.features-list li:nth-child(2) h3{
    color: #b677df;
}
.platform-features ul.features-list li:nth-child(3) h3{
    color: #e75163;
}
.platform-features ul.features-list li:nth-child(4) h3{
    color: #74b3fd;
}
.platform-features ul.features-list li:nth-child(5) h3{
    color: #f3c64c;
}
.platform-features ul.features-list li p{
    font-size: 16px;
    color: #000;
}

@media screen and (max-width: 768px) {
    .platform-features{
        padding-bottom: 0;
    }
    .platform-features ul.features-list{
        margin-top: 40px;
    }
    .platform-features ul.features-list li{
        width: 100%;
        margin-right: 0;
    }
}

.responsive-design{
    background-color: #0a1316;
    padding: 80px 0 200px;
    position: relative;
    overflow: hidden;
    margin-top: -2px;
}
.responsive-design:after{
    content: '';
    height: 25%;
    width: 110%;
    background-color: #EBECEC;
    position: absolute;
    bottom: -24%;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
    z-index: 1;
}

.responsive-design .section-content{
    margin-bottom: 95px;
}

.responsive-design .section-content h2{
    margin-bottom: 25px;
    color: #fff;
    font-weight: 300;
}
.responsive-design .section-content h3{
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}

.responsive-design .section-content a.button {
    border-radius: 50px;
    background-color: #23cba5;
    color: #fff;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .responsive-design{
        padding-bottom: 100px;
    }
    .responsive-design .section-content a.button {
        padding: 15px 30px;
        font-size: 15px;
    }
}

.premium-offer{
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background-color: #1d343c;
}
.premium-offer:before{
    content: '';
    height: 18%;
    width: 150%;
    background-color: #fff;
    position: absolute;
    top: 0%;
    left: -5%;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
    z-index: 1;
}
.premium-offer .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(248deg, #1d343c, #0a1316);
    opacity: 0.6;
}

.premium-offer .section-content {
    position: relative;
    z-index: 5;
    color: #fff;
    padding-top: 60px;
}
.premium-offer .section-content img{
    margin-bottom: 34px;
}
.premium-offer .section-headline h1 {
    color: #fff;
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 25px;
}
.premium-offer .section-content h2{
    font-weight: 500;
    background-image: linear-gradient(86deg, #f29a4a, #f3c64c);
    font-size: 24px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.premium-offer .section-content p{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 55px;
    font-family: 'Montserrat', Helvetica, Arial;
}
.premium-offer .section-content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 65px;
}
.premium-offer .section-content ul li{
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    margin-left: 26px;
    font-weight: 500;
    font-family: 'Montserrat', Helvetica, Arial;
}
.premium-offer .section-content ul li:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: rgba(141, 153, 157, 0.4);
    position: absolute;
    left: -17px;
    border-radius: 50%;
    top: 50%;
    margin-top: -5px;
}
.premium-offer .section-content ul li:first-child{
    margin-left: 0;
}
.premium-offer .section-content ul li:first-child:before{
    content: none;
}

.premium-offer .section-content a.button {
    border-radius: 50px;
        background-image: linear-gradient(86deg, #f29a4a, #f3c64c);
    color: #fff;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
}
.premium-offer .pricing-card {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.28);
    text-align: center;
    margin-top: 10px;
    z-index: 5;
    background-image: url('../images/gray-bg.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.premium-offer .pricing-card.wuilt-premium{
    background-image: linear-gradient(328deg, #fe842b, #ffee94);
    overflow: hidden;
}

.premium-offer .pricing-card .plan-info{
    padding: 60px 0 30px;
}
.premium-offer .pricing-card.wuilt-premium .plan-info{
    background-image: url('../images/orange-bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.premium-offer .pricing-card .plan-info .plan-title{
    margin-bottom: 30px;
}
.premium-offer .pricing-card .plan-info h4{
    text-transform: uppercase;
    margin: 0;
    color: #595269;
    font-weight: bold;
    font-size: 16px;
}
.premium-offer .pricing-card .plan-info h2{
    font-size: 35px;
    font-weight: 300;
    color: #130929;
    margin: 10px 0;
}
.premium-offer .pricing-card .plan-info h2 span{
    font-weight: 600;
    text-transform: uppercase;
}
.premium-offer .pricing-card .plan-info h3{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}
.premium-offer .pricing-card .plan-info h3 span{
    font-size: 18px;
}
.premium-offer .pricing-card .plan-info h5{
    font-weight: bold;
}
.premium-offer .pricing-card .plan-info h5 span{
    font-size: 25px;
    font-weight: bold;
    text-decoration: line-through;
    margin-left: 5px;
}
.premium-offer .plan-features ul{
    font-family: 'Montserrat', Helvetica, Arial;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.premium-offer .plan-features ul li{
    color: #130929;
    margin: 17px 0;
    font-weight: bold;
}
.premium-offer .plan-action{
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.premium-offer .plan-action a.button {
    border-radius: 50px;
    background-color: #120929;
    color: #fff;
    padding: 15px 50px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .premium-offer:before{
        content: '';
        height: 8%;
    }
    .premium-offer .pricing-card{
        margin-bottom: 50px;
    }
    .premium-offer{
        padding-bottom: 20px;
    }
}

.footer {
    background: #0a1316;
    padding: 10px 0;
    z-index: 9999;
    position: relative
}

.footer p {
    color: rgba(250, 250, 250, 0.5);
    margin-bottom: 0;
    font-size: 14px;
}
.footer p {
    text-align: left;
}
.footer a {
    color: #3d8be5; 
    font-size: 14px;
}
.footer a:hover{
    color: #23527c;
}

@media screen and (max-width: 768px) {
    .footer p {
        text-align: center;
    }
    .footer .text-right{
        text-align: center;
    }
}