html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    width: 100%;
}
/* Header Start */
.header {
    position: absolute;
    padding: 20px 0;
    width: 100%;
}

.header .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .logo img {
    width: 100%;
}

.header .btn-set a {
    padding: 18px;
    background-color: #3983FB;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    display: block;
    text-align: center;
}

.header-row {
    flex-wrap: nowrap;
}

.additional-logo {
    display: none;
}
/* Header End */
/* Top Banner Start */
.banner {
    background-image: url('../images/banner-bg.jpeg');
    background-size: cover;
    padding: 150px 0 50px;
    text-align: center;
}

.banner .text-wrap h1 {
    font-size: 88px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.banner .text-wrap p {
    font-size: 18px;
    font-weight: 500;
}

.banner .text-wrap img {
    margin-top: 20px;
}

.banner .img-box img {
    width: 100%;
}

.app-store {
    width: 200px;
}

/* Top Banner End */
/* About & Speak Start */
.speak {
    background-image: url('../images/speak_bg.jpeg');
    background-size: cover;
}

.about, .speak {
    padding: 50px 0;
}

.about .text-wrap, .speak .text-wrap {
    padding: 100px 0;
}

.about .text-wrap h2, .speak .text-wrap h2 {
    color: #272727;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    /*text-transform: capitalize;*/
    font-family: 'Open Sans', sans-serif;
}

.about .text-wrap p, .speak .text-wrap p {
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 194.444% */
    /*text-transform: capitalize;*/
}

.about .text-wrap ul {
    position: relative;
}

.about .text-wrap ul li {
    padding: 10px 0;
    list-style: none;
    font-weight: 600;

}

.about .text-wrap ul li::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #3983FB;
    border-radius: 100%;
    border: 5px solid #DFE6F2;
    left: 0;
}

.about .text-wrap a {
    background-color: #3983FB;
    color: #fff;
    padding: 10px 50px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.about .img-box img, .speak .img-box img {
    width: 100%;
}
/* About & Speak End */
/* App & Reviews Start */
.app, .reviews {
    text-align: center;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.app .overlay, .reviews .overlay {
    background-image: url('../images/app-screenshots_bg.png');
    background-size: cover;
    padding: 50px 0;
}

.app h2, .reviews .WidgetTitle__Header-sc-ruy1gu-2 {
    color: #272727;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
}

.app p, .reviews p {
    /*font-weight: 500;*/
}

.app img {
    width: 100%;
    margin: 20px 0;
}
/* App & Reviews End */
/* Download Start */
.download {
    background-image: url('../images/download_alt.jpeg');
    padding: 100px 0;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.download h2 {
    font-size: 68px;
    font-weight: 500;
    /*line-height: 70px; !* 102.941% *!*/
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.download p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; /* 150% */
    text-transform: capitalize;
    margin-bottom: 50px;
}

/* Download End */
/* Footer Start */
.footer {
    padding: 50px 0;
}

.footer .container .row {
    justify-content: space-between;
}

.footer .logo img {
    width: 150px;
}

.footer h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px; /* 150% */
    text-transform: capitalize;
}

.footer p {
    color: #000;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    text-transform: capitalize;
}

.footer .contact, .footer .links {
    margin: 0;
    padding: 10px 0;
}

.footer .contact li {
    list-style: none;
    padding: 10px 0;
}

.footer .contact li a {
    color: #272727;
    text-decoration: none;
    font-weight: 500;
}

.footer .links li {
    list-style: none;
    padding: 5px 0;
}

.footer .links li a {
    color: #000;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    text-transform: capitalize;
    text-decoration: none;
}

.footer form {
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
    margin: 10px 0;
    padding: 5px;
}

.footer form input {
    border: none;
    padding: 10px;
    border-radius: 100px;
    width: 62%;
}

.footer form button {
    background-color: #3983FB;
    color: #fff;
    border-radius: 100px;
    padding: 10px 25px;
    border: none;
}

.footer .copyright {
    padding: 50px 0 0;
    text-align: center;
}

.footer .copyright address {
    color: #000;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    text-transform: capitalize;
    margin: 0;
}
/* Footer End */
/* Media Query for max width of 1199px */
@media screen and (max-width: 1199px) {
    .about .text-wrap h2, .speak .text-wrap h2 {
        font-size: 52px;
    }

    .footer form input {
        width: 60%;
    }

    .footer form button {
        padding: 10px 17px;
    }
}

@media screen and (max-width: 991px) {
    .banner .text-wrap h1 {
        font-size: 70px;
    }

    .download h2 {
        font-size: 60px;
    }

    .footer form input {
        width: 75%;
    }

    .footer form button {
        padding: 10px 45px;
    }
}

@media screen and (max-width: 767px) {
    .banner .text-wrap h1 {
        font-size: 55px;
    }

    .footer form input {
        width: 66%;
    }
}

@media screen and (max-width: 575px) {

    .header-row {
        flex-wrap: wrap;
    }

    .col-0 {
        display: none;
    }

    .footer form {
        display: flex;
        justify-content: space-between;
    }

    .footer form input {
        width: 50%;
    }

    .download h2, .app h2, .reviews .WidgetTitle__Header-sc-ruy1gu-2, .about .text-wrap h2, .speak .text-wrap h2, .banner .text-wrap h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .footer .copyright address {
        font: 16px;
    }
}
