body {
    font-family: 'Roboto', sans-serif;
    background-color: #F12B6B;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.header-block {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #F6C7C7;
    /* background: linear-gradient(180deg, #1edafe 0%, #1edafe 90%); */
    z-index: 3;
}

.header-block .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-logo {
    width: 22%;
    font-weight: 600;
}

.logo {
    width: 250px;
}

.header-menu {
    list-style-type: none;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.nav-bar {
    width: 60%;
}

.header-menu .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-menu li {
    padding: 0 10px;
}

.header-menu a {
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: 0px 0px 5px #E6E6E6;
}

.header-menu a:hover {
    color: #5cdb8f;
}

.header-btn {
    font-family: 'Quicksand', sans-serif;
    display: block;
    /* background: linear-gradient(to right, rgb(0, 221, 255) 0%, rgb(255, 0, 212) 100%); */
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    border: 2px solid #ffffff;
}

.header-btn:hover {
    box-shadow: 0 0 10px #ffffff;
}

/* section {
    min-height: 100vh;
} */

.home {
    position: relative;
    margin-top: 135px;
    height: 90vh;
    background: linear-gradient(180deg, #F6C7C7 0%, #F12B6B 100%);
}

.home_icon1 {
    position: absolute;
    left: 150px;
    bottom: 150px;
}

.home_icon2 {
   position: absolute; 
   right: 50px;
   bottom: 100px;
}


.small-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-top: 70px;
}

.title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 60%;
    margin: 16px auto 28px;
    text-align: center;
}

.home b,
.about b,
.mission b,
.services b {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-shadow: 0px 0px 5px #E6E6E6;
}

.about {
    height: 100vh;
    width: 100%;
    background: linear-gradient(180deg, #F12B6B 0%, #F6C7C7 100%);

}

.about .row {
    justify-content: space-between;
}

.about-img {
    width: 35%;
    height: 100vh;
    background: center/contain url('../images/digital-ads-icon.svg') no-repeat;
}

.about-column {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-column .title,
.about-column .small-subtitle,
.about-column .text {
    text-align: left;
    width: 100%;
    margin: 0;
    max-width: 100%;
}
.about-column .title {
    font-size: 40px;
    margin-bottom: 28px;
}

.mission {
    background: linear-gradient(180deg, #F6C7C7 0%, #F12B6B 100%);

}


.text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    max-width: 60%;
    margin: 0 auto; 
}


.services-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 70%;
    margin: 0 auto;
}

.services-block {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
    border-radius: 25px;
    margin: 20px 0;
    color: #fff;
    border: 2px solid #F6C7C7;
    box-shadow: 0 0 10px #F6C7C7;

}

.footer {
    width: 100%;
}

.footer .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-text {
    font-size: 14px;
    color: #ffffff73;
}

.footer .header-btn {
    background-color: unset;
}

@media screen and (max-width: 1400px) {
    .container {
        padding: 30px 50px;
    }
}

@media screen and (max-width: 900px) {
    .header-block {
        padding: 20px 0;
        top: 0;
    }

    .header-menu {
        display: none;
    }

    .logo {
        width: 200px;
    }

    .header-btn {
        font-size: 12px;
        padding: 12px;
        width: 20%;
    }

    .container {
        padding: 10px;
    }

    .small-subtitle {
        margin-top: 120px;
    }

    .title {
        font-size: 28px;
        margin: 20px;
        max-width: 100%;
        line-height: 1.5;
    }

    .text {
        font-size: 16px;
        line-height: 1.5;
    }

    .main-list {
        width: 300px;
        font-size: 12px;
    }

    .home .container,
    .about .container .row{
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    /* .home-wrapper {
        background: bottom/contain url(../images/back1.png) no-repeat;
    } */

    section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .about-column{
        width: 80%;
        height: 50%;
    }

    .about-img {
        width: 60%;
        height: 50vh;
    }

    .mission {
        padding: 30px 10px;
    }

    .services {
        height: 100%;
        min-height: 100vh;
    }

    .services-container {
        max-width: 100%;
    }

    .services-block {
        width: 35%;
        margin: 10px 0;
    }

    .footer-text {
        max-width: 50%;
    }

    .btn {
        display: block;
        max-width: 50%;
        text-align: center;
    }

    .home_icon1 {
        display: none;
    }
}

@media screen and (min-width: 700px) and (max-width: 900px) {
    .home .title {
        margin: 140px 0 70px;
        font-size: 38px;
    }


    .about,
    .services,
    .mission {
        height: 100%;
        min-height: auto;
    }
}