@import url('../css.css');
@import url('../css-1.css');
body{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    -webkit-font-smoothing: antialiased;
    position: relative;
}
:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
h1, h2{
}
h1{
    font-weight: bold;
    font-size: 88px;
    line-height: 80px;
    letter-spacing: 0.01em;
}
h2{
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0.01em;
}
h3{
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 53px;
}
.btn.btn-default {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background: #FF3535;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 300px;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out; 
    border: none;
}
.btn.btn-default:hover{
    border: none;
    background: #e61818;
    transition: all 0.2s ease-in-out; 
}
img::selection { 
    background: transparent; 
}
.header{
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 34px;
    z-index: 1;
}
.header .logo{
    margin-top: 38px;
}
.hero{
    background: url(../img/hero.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: flex-end;
    padding-top: 41px;
    padding-bottom: 176px;
    position: relative;
}
.hero:after{
    content: "";
    width: 100%;
    height: 146px;
    background: url(../img/wave.svg);
    position: absolute;
    bottom: -31px;
}
.hero .content{
    width: 50%;
    float: right;
    padding-left: 60px;
    z-index: 1;
    position: relative;
        padding-right: 15px;
}
.hero h1{
    margin: 0;
    color: #FFFFFF;
    text-shadow: 2px 4px 10px rgba(17, 121, 154, 0.6);
}
.hero h3{
    color: #FFFFFF;
    text-shadow: 2px 4px 10px rgba(17, 121, 154, 0.6);
    margin-bottom: 83px;
}
.hero ul{
    padding: 0;
    margin-bottom: 50px;
}
.hero ul li{
    font-size: 22px;
    line-height: 30px;
    color: #575757;
    list-style: none;
    position: relative;
}
.hero ul li:before{
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 40px;
    background: #575757;
    margin-right: 16px;
}
.laptop{
    margin-top: -443px;
    position: relative;
    margin-bottom: 73px;
}
.laptop img{
    width: 100%;
    max-width: 1206px;
    height: auto;
}
.how-it-works h2{
    margin-bottom: 32px;
}
.how-it-works .num {
    margin-bottom: -9px;
    text-align: center;
}
.how-it-works .tile{
    margin-bottom: 67px;
}
.how-it-works p{
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: auto;
}
.cta1{
    background: url(../img/cta1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 76px;
    padding-bottom: 158px;
    margin-bottom: 75px;
}
.cta1 h2{
    font-size: 90px;
    line-height: 107px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.6);
    margin-bottom: 3px;
}
.cta1 p{
    max-width: 600px;
    width: 100%;
    margin: auto;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.6);
    margin-bottom: 46px;
}
.benefits h2{
    margin: 59px;
}
.benefits .container{
    max-width: 900px;
}
.benefits .tile{
    text-align: center;
    margin-bottom: 85px;
}
.benefits .tile img{
    margin-bottom: 30px;
}
.benefits h5{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #737373;
    margin-bottom: 18px;
}
.benefits p{
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    padding: 0 25px;
}
.video-banner{
    padding-top: 180px;
    padding-bottom: 180px;
    background: url(../img/video-poster.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.about-video h2{
    margin-bottom: 44px;
}
.about-video .play-button{
    width: 82px;
    height: 82px;
    background:url(../img/play.svg);
    border: none;
    opacity: 0.5;
    transition: all 0.2s ease-in-out; 
}
.about-video .video-banner .play-button:hover{
    opacity: 0.9;
    transition: all 0.2s ease-in-out; 
}
.benefits2{
    text-align: center;
    background: url(../img/benefits.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 89px;
    padding-bottom: 107px;
    margin-bottom: 67px;
}
.benefits2 h3{
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.6);
    padding: 0 30px;
    margin-bottom: 35px;
}
.benefits2 p{
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.6);
    padding: 0 10px;
}
.benefits2 .tile{
    margin-bottom: 40px;
}
.testimonials h2{
    margin-bottom: 83px;
}
.testimonials .item{
    position: relative;
    padding-left: 178px;
    padding-top: 6px;
    margin-bottom: 80px;
}
.testimonials .photo{
    width: 122px;
    height: 122px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 0;
}
.testimonials .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials p{
    font-size: 16px;
    line-height: 19px;
    color: #737373;
    padding-right: 35px;
    margin-bottom: 25px;
}
.cta2{
    background: url(../img/cta2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 69px;
    padding-bottom: 158px;
}
.cta2 h2{
    font-size: 90px;
    line-height: 107px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.6);
    margin-bottom: 3px;
}
.cta2 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    width: 100%;
    margin: auto;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 4px 10px rgba(17, 121, 154, 0.6);
    margin-bottom: 46px;
}
.footer{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 90px;
}
.modal.in .modal-dialog{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.modal-content{
    width: 100%;
    position: relative;
}
.video-modal .modal-body{
    padding: 0;
}
.video-modal .modal-content{
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}
.contact-form .modal-body{
    padding: 35px;
}
.modal button.close{
    position: absolute;
    top: -30px;
    right: -25px;
    color: #fff;
    opacity: 0.7;
    text-shadow: none;
    font-size: 30px;
}
.modal .form-control {
    height: 54px;
    font-size: 22px;
    padding: 15px;
    margin-bottom: 25px;
}
.modal .form-group {
    position: relative;
}
.modal .btn.btn-send {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background: #FF3535;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 300px;
    height: 53px;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    border: none;
    margin: auto;
    display: flex;
    margin-top: 30px;
}
.modal .btn.btn-send:hover{
    border: none;
    background: #e61818;
    transition: all 0.2s ease-in-out; 
}
.modal .help-block {
    position: absolute;
    margin: 0;
    bottom: -30px;
    font-size: 12px;
}
.modal .messages {
    margin-top: 19px;
}
.contact-form.modal h2{
    margin: 0;
    margin-bottom: 20px;
}
@media (max-width: 1200px){
    .hero .content{
        width: 65%;
    }
	.hero h1 br{
        display: none;
    }
    .laptop{
        overflow: hidden;
    }
    .laptop img{
        transform: translateX(-170px);
    }
}
@media (max-width: 991px){
    .header .logo{
        width: 180px;
    }
    .hero{
        padding-bottom: 500px;
        margin-bottom: 60px;
        padding-top: 100px;
        background-image: url(../img/hero_image_tablet.jpg);
        background-position: bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #5ec9e9;
    }
    .hero .content{
        width: 100%;
        padding: 0 35px;
    }
    .hero ul{
        margin-bottom: 50px;
    }
    .hero h3{
        margin-bottom: 30px;
    }
    .hero:after{
        display: none;
    }
    .laptop{
        display: none;
    }
    .how-it-works p{
        min-height: 100px;
    }
}
@media (max-width: 767px){
    h1{
        font-size: 46px;
        line-height: 50px;
    }
    .header,
    .hero .content{
        padding: 0 15px;
    }
    .hero{
        background-image: url(../img/hero_image_mob.jpg);
        padding-bottom: 125%;
    }
    .hero h3{
        font-size: 24px;
        line-height: 28px;
    }
    .hero ul li{
        font-size: 14px;
        line-height: 24px;
    }
    .hero ul li:before{
        width: 9px;
        height: 9px;
        margin-right: 9px;
    }
    .hero .btn{
        display: flex;
        margin: auto;
    }
    .btn.btn-default{
        width: 100%;
        max-width: 300px;
    }
    .how-it-works .tile {
        margin-bottom: 40px;
    }
    .how-it-works p{
        min-height: auto;
    }
    .cta1 h2,
    .cta2 h2{
        font-size: 50px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .benefits .tile{
        margin-bottom: 40px;
    }
    .video-banner{
        background-position: 40% center; 
    }
    .benefits2 h3{
        font-size: 50px;
        line-height: 45px;
    }
    .testimonials .photo {
        width: 60px;
        height: 60px;
        left: 0;
    }
    .testimonials .item{
        padding-left: 80px;
        
    }
    .testimonials p{
        padding-right: 0;
    }
    .cta2 p{
        font-size: 35px;
        line-height: 40px;
    }
    .modal button.close{
        right: 0;
    }
    .modal .btn.btn-send{
        width: 100%;
    }
    .contact-form .modal-body{
        padding: 15px;
    }
    .contact-form.modal h2{
        font-size: 32px;
    }
}