html{
    scroll-behavior: smooth;
}


* {
    font-family: 'Archivo', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

.Web_Max-width_container{
    max-width: 1440px;
    margin: auto;
}

p {
    color: #555;
    font-size: 13pt;
    line-height: 1.3;
}

h1{
    color: #3461E5;
}


section{
    overflow-x: hidden;
    background-color: #FFFDF7
}

/*  Navigation section  */

.navbar{
    background-color: #acdffc;
}

.nav-item{
    display: inline-block;
}

.nav_link_container{
    float: right;
}

 .navbar-nav {
      margin-left: auto;
    }

nav .navbar-nav li a{
    color: #174655 !important;
    font-size: 14pt;
    margin: 10px;
    }

    nav .navbar-nav li a:hover{
        text-decoration: underline  solid 2px #174655;
        text-underline-offset: 5px;    
    }

/* Hero section */
/* hero section */

.hero {
    align-items: center;
    display: block;
    overflow-x: hidden;
    }
    
.hero_content{
    position: relative;
    }
    
.hero img:first-child{
        position: absolute;
        width: 20%;
        height: auto;
        margin-left: 5%;
        margin-top: 5%;
        margin-right: 0px;
        z-index: 1;
    }
    
    .close_caseStudy{
        position: absolute;
         margin-left: 88%;
        width: 30%;
        height: auto;
        margin-top: 4.75%;
        z-index: 1;
    }

.hero img {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        z-index: 99;
        size: 80%;
    }

/* Setion one */ 

#section1{
    background-color: #FFFDF7;
    padding-top: 30px;
    padding-bottom: 80px;
    overflow-x: hidden;
}

#section1 p{
    margin-bottom: 30px;
}

.phones_img{
    height: 125%;
    width: 125%;
}

.lower50px{
    margin-top: 50px;
}

.tools_icon{
    width: 20%;
    margin-top: -20px;
    padding-bottom: 30px;
}

/* media query for section on text */



/* Section two *//* Section two *//* Section two */
/* Section two *//* Section two *//* Section two */



.section2{
    background-image: url(../Images/BCK_Case/Section_BG1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    overflow-x: hidden;
 }

 .section2 h1{
    text-align: center;
    margin-top: 50vh;
    font-size: clamp(3.125rem, 2.2321rem + 4.4643vw, 6.25rem);
    font-weight: bold;
    letter-spacing: 2px;
}

.clouds{
    margin-top:-100px;
    width: 100%;
    overflow-x: hidden;
 
}

.clouds2{
    margin-left: -300px;
}

/* Section 3 *//* Section 3 */
/* Section 3 *//* Section 3 */

.section3{
    padding-bottom: 80px;
    background-color: #FFFDF7;
}

.section3 .col-sm-12 h1 {
    text-align: center;
    width: 100%;
    font-size: 60pt;
    padding-bottom: 40px;
}

.section3 .col-sm-12 img{
    display: block;
    width: 100%;
    padding-bottom: 50px;
}

.section4{
    margin-top: 0px;
}

/* Section 5 *//* Section 5 */
/* Section 5 *//* Section 5 */

.section5 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.section5_right1 img{
    width: 100%;
}

.section5_left2 img{
    width: 108%;
    margin-left: -100px;
    padding-top: 50px;
}

.section5_right2 p{
    margin-top: 140px;
    font-size: 25pt;
}

.quotes{
    color: #3461E5;
    font-size: 40pt;
}

.section5_right3 img{
    width: 100%;
    margin-left: 100px;
    padding-top: 90px;
}

.section5_left1{
    margin-top: 150px;
}

.section5_left3 p{
    margin-top: 170px;
    font-size: 25pt;
}



.section5_Infinit_Img{
    margin-top: 80px;
}

.section5_Infinit_Img img, .section5_Infinity_icon img{
    width: 100%;
    margin-top: 30px;
}

.section5_Infinity_icon img{
    margin-top: 109px;
}


/* Persona Section */

.Persona_section{
    margin-top: 80px;
}

.section5_UserPersona_guy img{
    width: 110%;
    margin-left: -40px;
}


.stats_row1, .stats_row2, .stats_row3{
    border: 1px solid black;
}

.stats_row1 p, .stats_row2 p, .stats_row3 p{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px ;
    text-align: center;
}

.ben{
    margin-top: 20px;
    color: black;
    
}

.bio{
    margin-top: 20px;
}

.section5_UserPersona_sliders{
    padding-top: 11%;
}

.prioritization_img img{
    display: block;
    width: 90%;
    margin: auto;

    

}


/* comic strip imgs */

.comic1_left, .comic2_right, .comic_img3, .comic_img4, .comic_img5, .comic_img6{
    Width: 100%;
    margin-top: 20px;
}

.comic_img1 img, .comic_img2 img, .comic_img3 img, .comic_img4 img, .comic_img5 img, .comic_img6 img{
    width: 100%;
    margin: auto;
}


.comic_img1 img:hover{
    content: url(../Images/BCK_Case/comic_cell1_quotes.png);
}

.comic_img2 img:hover{
    content: url(../Images/BCK_Case/comic_cell2_quotes.png);
}

.comic_img3 img:hover{
    content: url(../Images/BCK_Case/comic_cell3_quotes.png);
}

.comic_img4 img:hover{
    content: url(../Images/BCK_Case/comic_cell4_quotes.png);
}

.comic_img5 img:hover{
    content: url(../Images/BCK_Case/comic_cell5_quotes.png);
}

.comic_img6 img:hover{
    content: url(../Images/BCK_Case/comic_cell6_quotes.png);
}

.priority_matrix{
    margin-top: 80px;
}

.user_flow_img{
    width: 100%;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 80px;
}

.user_flow_img img{
    width: 100%;
}

.low_fi_mockup_img{
    width: 100%;
    margin-top: 30px;
}

.low_fi_mockup_img img{
    margin: auto;
    width: 100%;
    padding-bottom: 50px;
}

.smaller_pt_size{
    font-size: 14pt;
}

.style_guide{
    margin-top: 80px;
}

.SG_ft1, .SG_ft2, .SG_ft3 {
    font-family: 'Ubuntu', sans-serif;
    color: black;
    text-align: center;
}

.SG_ft1{
    font-size: clamp(4rem, 7.3vw, 6rem); 
}

.SG_ft2{
    font-size: clamp(3rem, 5.3vw, 4rem); 
}

.Ubuntu{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

.event_poster_imgs{
    display: flex;
}

.event_poster_imgs img{
    width: 29%;
    height: 29%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
}

.color_box1, .color_box2, .color_box3 {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFFDF7;
    font-size: 20pt;
} 

.lightBlue, .darkBlue{
    padding-top: 15px;
}

.color_box1{
    background-color: #F9963E;
}
.color_box2{
    background-color: #A4DEFF;
}
.color_box3{
    background-color: #3461E5;
}

.style_button{
    display: flex;
}

.active_button, .hover_button{
    height: 50px;
    width: 150px;
    border-radius: 5%;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    line-height: 50px;
}

.active_button{
    background-color: #F9963E;
}

.hover_button{
    border: 2px solid #F9963E;
}

.iterations_section{
    margin-top: 80px;
    margin-bottom: 80px;
}

.iterations_section h1{
    padding-bottom: 15px;
}

.iteration_img{
    display: flex;
    margin: auto;
}

.iteration_img img{
    width: 21%;
    height: 21%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;

}

.section7{
    padding-bottom: 50px;
}

#BCK_proto_site{
    color: #174655;
    font-size: 24px;
    margin-left: 35%;
    text-underline-offset: 115px;  
}


.final_img{
    width: 100%;
    margin-top: 15px;
}

.final_img img{
    width: 100%;
    padding-bottom: 50px;
}


/* Footer section */
/* Footer section */
/* Footer section */


footer {
    background-color: #174655;
    text-align: center;
}

#footer_container{
    margin: 0 auto;
    max-width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;

}

footer h3{
    display: inline-block;
    text-align: center;
    height: 40px;
    padding: 0;
    margin-left: 100px;
    font-size: 16px;
    line-height: 40px;
    color: white;
}

.footer_logo_container {
    float: right;
    margin-right: 50px;

}

.footer_FB {
    display: inline-block;
    background-image: url(../Images/FB_icon.png);
    height: 30px;
    width: 40px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
 
    
}

.footer_linkedIn {
    display: inline-block;
    background-image: url(../Images/Linkedin_icon.png);
    height: 30px;
    width: 40px;
    margin-top: 5px;
    margin-left:  10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    
}

.footer_Behnce {
    display: inline-block;
    background-image: url(../Images/Behance_icon.png);
    height: 30px;
    width: 70px;
    margin-top: 5px;
    margin-left:  15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    
}




/* Break points */
/* Break points */

@media only screen and (min-width: 1440px){
    .clouds2{
        width: 130vw;
        margin-left: -300px;
    }
}


@media only screen and (min-width: 768px) {
    .sect1_solution_wider{
        width: 300%;
    }
}

@media only screen and (min-width: 1200px) {
    .sect1_solution_wider{
        width: 170%;
    }

    .sect1_about_wider{
        width: 100%;
    }

        .section5_right2 p{
        margin-top: 140px;
        font-size: 25pt;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .sect1_about_wider{
        width: 300%;
    }
}

@media only screen and (min-width: 992px) {
    .sect1_about_wider{
        width: 170%;
    }
}



@media only screen and (min-width: 992px) and (max-width:1199px) {
    .section5_right2 p{
        margin-top: 140px;
        font-size: 15pt;
    }

}


/* Mobile phone break point */
/* Mobile phone break point */


@media only screen and (max-width: 1200px) {
    .section5_right2 p, .section5_left3 p{
        font-size: 18pt;
    }

    .quotes{
        font-size: 30pt;
    }

}

@media only screen and (max-width: 1079px) {
    footer {
        background-color: #174655;
        text-align: center;
        height: 130px;
        width: 100%;
       
    }

    footer h3{
        line-height: 25px;
        margin-left: 0px;
    }

    .footer_logo_container {
        display: block;
        clear: both;
        margin-right: 0px;
        float: none;
        margin-top: 10px;

}

}


@media only screen and (max-width: 992px) {
    li{
    text-align: center;
    border-bottom: solid 2px #174655;
    }

    #final_design{
        scroll-margin-top: 340px;
    }

}

@media only screen and (max-width: 768px) {
    .section5_UserPersona_guy img{
       margin-bottom: 50px;
    }
  
    .active_button, .hover_button{
        margin-top: 0px;
        margin-bottom: 50px;
    
}
}

@media only screen and (max-width: 420px) {
    footer {
        height: 150px;
    }

}
