/* utility class */
body {
    font-family: 'Roboto', sans-serif;
}
h2 {
    text-align: center;
    font-size: 4rem;
    padding-top: 7rem ;
}

h3 {
    text-align: center;
    line-height: 4rem;
    color: gray;
    font-weight: 400;
    padding-bottom: 5rem;
}

p {
    font-size: 1.9rem;
}

h5 a {
    font-size: 1.8rem;
    color: #086AFF;
}

.bg_grey {
    background-color: #F3F5F9;
}

.bg_blue {
    background-color: #0434B0;
} 

.bg_dark_blue {
    background-color: #010E28;
}

.card {
    min-height: 240px;
    
}

.card h3 {
    text-align: left;
    padding: 0.4rem 0;
    color: black;
    font-weight: 500;
}

.card p {
    font-size: 1.9rem;
    color: grey;
}

.chevron {
    width: 2rem;
}


/* Navbar code */
.navbar {
    padding: 10px 0;
    background-color: #FFFFFF;
    font-size: 1.7rem;
    margin: unset;
}

.nav li a {
    color: black !important;
}

.navbar-toggle {
    border: unset;
    background-color: unset !important;
}
.navbar-toggle .icon-bar {
    background-color:#086AFF !Important;
}    

#logodigi {
    width: 150px;
    margin-top: -4px;    
}

.nav {
    padding-left: 80px;
}

.btn_sign_up {
    padding: 10px 20px;
    margin-top: 3px;
    font-size: 1.7rem;
    color:#086AFF;
    border: 1px solid#086AFF;
}
/* media for navbar to collapse sooner */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* navbar code */

/* hero section */
.hero_img {
    background-image: url(../img/bg-home-4.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_white {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin: 7rem 0;
}



.hero_img .bg_white h2 {
    padding: 0;
    text-align: center;
    font-size: 3.2rem;
}

.hero_img .bg_white h6 {
    text-align: center;
}

.btn_create_acc , .btn_google {
    display: block;
    width: 100%;
    margin: 2rem 0;
    padding: 1.2rem 0;
    font-size: 1.8rem;
    font-weight: 700;
}

.form-control {
    font-size: 1.8rem;
    padding: 2rem 1rem;
}

.btn_create_acc {
    background-color: #086AFF;
    color: #FFFFFF;  
}

.btn_google {
    color: grey;
    padding-left: 10px;
    box-shadow: 2px 2px 2px lightgrey;
}

.btn_google img {
    float: left;
    padding-top: 4px;
}

.title_hero {
    color: #FFFFFF;
    margin-top: 10rem;
}

.title_hero h1 {
    font-size: 64px;
}

.title_hero h1 {
    font-size: 6.5rem;
}

.title_hero h3 {
    text-align: left;
    line-height: 4rem;
    color: lightgray;
    font-weight: 400;
}

#font_get_started {
    color: #086AFF;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size:42px !important;
    }
}
/* hero section */

/* sponsor section */
.sponsor {
    text-align: center;
    background-color: #F3F5F9;
    padding: 25px 0;
}

.sponsor .column img {
    width: 100%;
    max-width: 186px;
    height: auto;
    padding: 20px 10px;
}

.sponsor h4 {
    font-size: 1.8rem;
    color: grey;
}

/* sponsor section */

/* optimization section */
.optimization {
    padding-bottom: 8rem;
}
.menu_col {
    border-left: 3px solid lightgrey;
    padding-left: 0;
    
}

.optimization ul li {
    list-style: none;
}

.optimization ul li a {
    text-transform: capitalize;
    text-decoration: none;
    font-size: 2.4rem;
    color: grey;
    line-height: 5rem;
}
/* optimization section */

/* design section */
#droplets {
    padding-bottom: 3rem;
    width: 60%;
}

.design .sign_right {
    font-size: 4rem;
    padding-left: 4rem;
    color: #010E28;
}
.design .sign_left {
    font-size: 4rem;
    padding-right: 4rem;
    color: #010E28;
}

.btn_series {
    margin-bottom: 5rem;
}

.btn_dot {
    border: 2px solid#086AFF;
    border-radius: 100%;
    padding: 5px 5px;
}
.btn_dot_active {
    border: 2px solid #086AFF;
    border-radius: 100%;
    padding: 5px 5px;
    background-color: #086AFF !important;
}
/* design section */

/* features section */

.feature h2 {
    padding-bottom: 4rem;
}

.feature {
    padding-bottom: 7rem;
}
/* features section */

/* service data section */
.service_data {
    padding-bottom: 7rem;;
}

.service_data h2 {
    color: white;
    padding-bottom: 4rem;
}

.service_data .row .row:not(:last-child) {
    border-bottom: 1px solid white;
    padding: 1rem 0;
    margin: 0 0.7rem;
}

.service_data .row .row:last-child {
    padding: 1rem 0;
    margin: 0 0.7rem;
}

.first_data {
    color: white;
    font-size: 1.5rem;
}

.second_data {
    color: lightgrey;
    font-size: 1.6rem;
}

.service_data a {
    color: aqua;
}

.service_data i {
    font-size: 1.1rem;
    color: aqua;
}
/* service data section */

/* developmet section */
.development .container {
    position: relative;
    height: 800px;
}

.card_development {
    min-height: 240px;
    background-color: white;
    border-radius: 10px;
    padding: 6rem 2rem;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);   
}

.card_development h3 {
    padding: 0.4rem 0;
    color: black;
    font-weight: 500;
}

.card_development p {
    font-size: 1.9rem;
    color: grey;
}

.development .btn_series {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.development .sign_right {
    position: absolute;
    top: 55%;
    left: 90%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: #010E28;
}

.development .sign_left {
    position: absolute;
    top: 55%;
    left: 10%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: #010E28;
}

.development p {
    color: black;
}

.development h3 {
    color: grey;
}
/* developmet section */

/* get started section */

.bg_blu_img {
    background-image: url(../img/bg-home-cta.svg);
}

.get_started h2 {
    color: white;
}

.get_started .btn {
    margin-top: 2rem;
    margin-bottom: 5rem;
    color: #086AFF;
}
/* get started section */

/* footer */
.bg_dark_blue {
    padding: 5rem;
}


 footer .btn_social {
     color: gray;
     font-size: 2rem;
 }

 footer .btn_social:not(:nth-of-type(1)) {
     padding-left: 10px;
 }

 footer img {
     padding: 10px 0;
 }

 footer h5, footer h6 {
     color: gray;
 }

 footer h4 {
     color: lightgray;
     text-transform: capitalize;
 }

 footer ul {
     list-style: none;
     padding-left: 0;
 }

 footer li a {
     color: grey;
     text-align: left;
     line-height: 3rem;
     text-transform: capitalize;
 }

 footer {
    position: relative;
}

.help_bot {
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(-50%, -50%);
}
.help_bot p {
    
    max-width: 250px;
    font-size: 1.3rem;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}
.helper_box {
    position: relative;
}

.helper_box::after {
    content: '';
	position: absolute;
	right: 0%;
	top: 50%;
	width: 0;
	height: 0;
	border: 1rem solid transparent;
    border-left-color: white;
    border-right: 0;
	margin-top: -1rem;
	margin-right: -1rem;
}


.bot_img {
    font-size: 3.5rem;
    padding: 10px;
    background-color: aqua;
    border-radius: 10px;
    color: green;
    position: absolute;
    right: -35%;
    top: -10%;
}
