html{
    scroll-behavior: smooth;
    background-color: #FFFDF7;
    overflow-x: hidden;
}


* {
    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: black;
}


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

.row{
    z-index: 1;
}

/*  Navigation section  */

.navbar{
    background-color: #FFFDF7;
}

.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;    
    }

    /* Section one *//* Section one */

    #section1{
    z-index: 1;
}

.logo_img{
    width: 80%;
    margin: auto;
    margin-bottom: -40px;
    pointer-events: none;
}

.logo_img img{
    width: 100%;
    margin: auto;
}

.ux_case_study_green{
    background-color: #21847F;
    height: 45px;
    width: 57%;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 20px;
}

.ux_case_paragraph{
    color: white;
    text-align: center;
    font-size: 1.8em;
    padding-top: 5px;
}

.trail_animate_img1{
    width: 95%;
    margin-top: -15px;
    pointer-events: none;
}

.phone_img_hero{
    margin-top: 100px;
    pointer-events: none;
 }

.phone_img_hero img{
    width: 85%;
}

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

.section2_container{
    padding-top: 100px;
}

.section2_info h1{
    font-size: 4em;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
}

.section2_info h2{
    margin-top: 20px;
    text-align: center;
}

.span_green_font{
    color: #21847F;
}

.section2_info p{
    width:75%;
    margin: auto;
    text-align: center;
}

.txt_align_left p{
    text-align: left;
    margin: 0;
    width: 100%;
}

.trail_animate_img1 {
    height: 250px;
    position: absolute;
    z-index: 999;
    top: -120px;  
    left: 0; 
    pointer-events: none;
}

.trail_animate_img1 img{
    width: 33%;
}

.trail_animate_img2{
    position: absolute;
    margin-left: 70%;
    margin-top: 35px;
    pointer-events: none;
 }

.trail_animate_img2 img{
    width: 350px;
}

.tools_icon_container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin: auto;
    width: 45%;
    pointer-events: none;
    margin-bottom: 50px;
}

.tools_icon_container img{
    padding-left: 5px;
    padding-right: 5px;

}

.green_circle_left{
    position: absolute;
    margin-left: -500px;
    top: 530px;
    height: 500px;
    z-index: 999;
    pointer-events: none;
}

.green_circle_left img{
    height: 100%;
    z-index: 999;
}

.round_icon img{
    width: 100%;
}

.processes_container{
    pointer-events: none;
}

.processes_container p{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.research_container{
    position: relative;
    margin: auto;
    border: solid 3px #DEB677;
    border-radius: 40px;
    height: 230px;
    max-width: 430px;
    margin-bottom: 15px;
    pointer-events: none;
}

.research_container img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 200px;
    padding: 15px;

}

.green_circle_right{
    position: absolute;
    top: 2950px;
    left: 91%;
    height: 500px;
    z-index: 999;
    pointer-events: none;
}

.green_circle_right img{
    height: 100%;
    z-index: 999;
    transform: scaleX(-1);
}

.persona_img{
    pointer-events: none;
}

.persona_img img{
    width: 100%;
}

.Scenario_contain{
    margin-bottom: 40px;
    pointer-events: none;
}

.gold_circle{
    background-color: #DEB677;
    border-radius: 360px;
    padding: 5px;
    text-align: center;
    line-height: 50px;
    height: 60px;
    width: 60px;
    margin-top: -80px;
}

.scenario_box{
    display: flex;
    align-items: center;
    background-color: #21847F;
    width: 95%;
    height: 100px;
    line-height: 100px;
    border-radius: 20px;   
    margin-left: 25px;

    padding: 5px;
}

.path_animate3_container{
    position: absolute;
    height: 500px;
    margin-top: -580px;
    left: 69%;
    pointer-events: none;
}

.path_animate3_container img{
    height: 100%;
}

.scenario_box p{
    text-align: left;
    color: #FFFDF7;

}

.empathy_beyond{
    margin-top: 50px;
}

.empathy_beyond h1{
   margin-top: 100px;
}

.empathy_beyond p{
    text-align: left;
}

.EmpathyMap_img{
    margin-top: 0px;
    pointer-events: none;
}

.EmpathyMap_img img{
    display: block;
    margin: auto;
    width: 80%;
}

.competitor_analysis{
    margin-top: 25px;
    pointer-events: none;
}

.competitor_analysis img{
    width: 100%;
}

.User_flow_img{
    margin-top: 25px;
    pointer-events: none;
}

.User_flow_img img{
    width: 100%;
}

.green_circle_left2{
    position: absolute;
    margin-left: -500px;
    top: 7330px;
    height: 500px;
    z-index: 999;
    pointer-events: none;
}

.green_circle_left2 img{
    height: 100%;
    z-index: 999;
}

.Wireframe_img{
    margin-top: 25px;
    pointer-events: none;
}

.Wireframe_img img{
    width: 100%;
}

.Style_guide_font p{
    text-align: center;
}

.font_32pt{
    font-size: 32pt;
}

.font_16pt{
    font-size: 26pt;
}

.font_12pt{
    font-size: 18pt;
}

.fontB-12pt{
    font-size: 18pt;
    font-weight: 800;
}

.style_Guide_Logo, .style_guide_colors, .style_gude_icons{ 
    Width: 100%;

}

.style_Guide_Logo img, .style_guide_colors img, .style_gude_icons img, .User_test_matrix img{
    width: 100%;
 }

 .style_gude_icons{
    display: block;
    margin-left: 55px;
    margin-top: 25%;

 }

.phone_vid{
    width: 100%;
    margin-bottom: 100px;
 }

.phone_vid video{
    width: 100%;
}

.hike_bttn{
    all: unset;
    display: block;
    background-color: #21847F;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    color: white !important;
    margin: 20px auto;
    margin-bottom: 100px;
    
}

button a{
    color: #FFFDF7;
}

/* 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 point setions */

@media only screen and (min-width: 1880px){
    .green_circle_left, .green_circle_left2{
        margin-left: -800px;
    }

}

@media only screen and (max-width: 1199px){
   .ux_case_study_green{
    margin-top: 10px;
   }
   
    .ux_case_study_green p{
        font-size: 18pt;
        line-height: 37px;
    }
    
    
    .green_circle_left2{
        margin-left: -500px;
        top: 6950px;
      
    }

    .phone_vid{
        margin-top: 150px;
    }
}

@media only screen and (max-width: 1140px){
 
    .trail_animate_img1{
            width: 100%;
            margin-top: 15px;
        
    }

    .trail_animate_img2{
        margin-top: 55px;
        margin-left: 70%;
     }

     .path_animate3_container{
        left: 73%;
    }

    .green_circle_left{
        top: 570px;
    }

}

@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){
    .ux_case_study_green{
        margin-top: 20px;
       }
       
        .ux_case_study_green p{
            font-size: 13pt;
            line-height: 37px;
        }
        
    
    .trail_animate_img1{
            width: 130%;
            margin-top: 0px;
            margin-left: -80px;
        
    }

    .trail_animate_img2{
        margin-top: 95px;
        margin-left: 65%;
     }

     .path_animate3_container{
        left: 73%;
    }

    .green_circle_left{
        top: 670px;
    }

    .green_circle_right{
        top: 3100px;
    }


    @media only screen and (max-width: 1199px){
        .green_circle_left2{
            margin-left: -500px;
            top: 6750px;
          
        }
    }

    .phone_vid{
        margin-top: 350px;
    }

    li{
        text-align: center;
        border-bottom: solid 2px #174655;
    }


}

   


@media only screen and (max-width: 767px){
    .ux_case_study_green{
        margin-top: 10px;
       }
       
        .ux_case_study_green p{
            font-size: 20pt;
            line-height: 37px;
        }
        

    .trail_animate_img1{
        width: 200%;
        margin-top: -20px;    
}

    .trail_animate_img2{
        margin-top: 245px;
        margin-left: 70%;
    }

    .trail_animate_img2 img{
        width: 280px;
    }

    .path_animate3_container{
        position: absolute;
        height: 500px;
        margin-top: -1023px;
        left: 73%;
    }

    .style_gude_icons{
        margin-left: 0px;
        margin-top: 25%;
        width: 100%;
    
     }

     .phone_vid{
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
     }

     .hike_bttn{
        margin-bottom: 100px;
     }

     footer {
        height: 150px;
    }

     
}

@media only screen and (max-width: 414px){
    .ux_case_study_green{
        margin-top: 10px;
       }
       
        .ux_case_study_green p{
            font-size: 18pt;
            line-height: 37px;
        }
        
   
    .section2_info h1{
        font-size: 3em;
        margin-top: 60px;
        margin-bottom: 10px;
    }
   
    .ux_case_study_green{
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .phone_img_hero{
        margin-top: 10px;
        margin-bottom: 0px;
     }

     .phone_img_hero img{
        width: 120%;
        margin-left: -20px;
     }

     .trail_animate_img1{
        width: 270%;
        margin-top: -20px;  
        margin-left: 0px;  
    }

    .tools_icon_container{
        margin: auto;
        width: 100%;
        margin-bottom: 50px;
    }

    .tools_icon_container img{
        width: 25%;
    }

    .green_circle_right{
        left: 0%;
        height: 100px;
        opacity: 0;
    }

    .trail_animate_img2, .path_animate3_container{
        margin-left: 0%;
        opacity: 0;
    }

    .style_gude_icons{
        margin-left: 0px;
        margin-top: 25%;
        width: 100%;
    
     }

}

@media only screen and (min-width: 330px){
    .ux_case_study_green{
        margin-top: 15px;
       }
       
        .ux_case_study_green p{
            font-size: 15pt;
            line-height: 37px;
        }

  }



