html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    /* max-width: 100%; */
}

/*bootstrap classes updates*/
.navbar-brand{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
}
.nav-link,.navbar-text, .blockquote{
    font-family: 'Roboto Condensed', sans-serif;
}
.blockquote{
    font-size: 1.5rem;
}
#navigation_brand{
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
}

/*Custom CSS*/
/*main starts here*/
.main{
    width: 100%;
    height: 500px;
    background-color: #116ACC;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.main_colour{
    background-color: #116ACC;
}
.main_section{
    width: 50%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.main_text{
    width: 100%;
    height: 60%;
    font-size: 38px;
    font-family: 'Comfortaa', cursive;
}
.main_button{
    width: 300px;
    height: 60px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    text-decoration: none;
    color: black;  
}

.main_button:hover {
    color: white;
    box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
    
}





.main_illustration{
    width: 400px;
    height: 400px;
    filter: drop-shadow(0 0 0.75rem crimson);
}
/* #text_one{
    background: linear-gradient(to right, #FD4E5D , white);
} */
#text_one{
    background: -webkit-linear-gradient(45deg, rgb(146, 121, 7), #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#text_two{
    color: #eee;
}

/* space */
.space{
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

/*cross line*/
.crossline_up{
    /* background-color: green; */
    width: 0;
    height: 0;
    border-left: 0px solid red;
    border-right: 100vw solid transparent;
    border-top: 200px solid #116ACC;
    max-width: 100%;
    overflow: hidden;
}

.ceo_text{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ceo_text_cont{
    width: 90%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.crossline_down{
    background-color: #B3CEE2;
    width: 0;
    height: 0;
    padding: 0%;
    margin: 0%;
    border-left: 0px solid red;
    border-right: 100vw solid transparent;
    border-top: 200px solid white;
    max-width: 100%;
    overflow: hidden;
}

/* ponts starts here */
.points{
    width: 100%;
    height: 400px;
    background-color: #B3CEE2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.points_illustration{
    width: 300px;
    height: 300px;
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.1));
}
.points_text{
    width: 60%;
    height: 90%;
}
.points_title{
    width: 100%;
    height: 15%;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-family: 'Comfortaa', cursive;
}
.points_content{
    width: 100%;
    height: 85%;
    /* background-color: red; */
    display: flex;
    flex-wrap: wrap;
}
.points_num{
    width:50%;
    height:50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.number_points{
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
    border-radius: 20%;
    background-color: #eee;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Comfortaa', cursive;
}
.number_content{
    width: 75%;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px;
}
.title_one{
    text-decoration: solid;
    font-size: 1.3rem;
    font-family: 'Comfortaa', cursive;
}

/* projects starts here*/

.projects{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FD4E5D;
    color: white;
    font-family: 'Comfortaa', cursive;
    font-size: 2rem;
}


/* options starts here */

.options{
    width: 100%;
    height: 800px;
    background-color: #FD4E5D;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
}
.options_box{
    width: 40%;
    height: 300px;
    background-color: #eee;
    border-radius: 20px;
    font-family: 'Comfortaa', cursive;

    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

    color: #182233;
}

#options_box:hover{
    background-color: #a2d2ff;
}
.options_box:hover {
    
    box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
    
}

#op_txt{
    text-align: center;
}
#op1{
    height: 150px;
    width: 150px;

}

#high{
    color: #FD4E5D;
    text-decoration: underline;
}
.crossline_downt{
    background-color: #B3CEE2;
    width: 0;
    height: 0;
    padding: 0%;
    margin: 0%;
    border-left: 0px solid red;
    border-right: 100vw solid transparent;
    border-top: 200px solid white;
    max-width: 100%;
    overflow: hidden;
}


.contact{
    width: 100%;
    height: 500px;
    background-color: #182233;
    color: #eee;
    font-family: 'Comfortaa', cursive;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8%;

    text-align: center;

    font-size: 1.5rem;
    line-height: 150%;
}

.email{
    width: 100%;
    height: 200px;
    background-color: #182233;
    color: #eee;
    font-family: 'Comfortaa', cursive;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8%;

    text-align: center;

    font-size: 1.5rem;
    line-height: 150%;
}

.interview{

    width: 80%;
    height: auto;
}

@media (max-width:700px){
    .main{
        height: 800px;
        flex-direction: column-reverse;
    }
    .main_section{
        width: 90%;
        height: 500px;
    }
    .main_button{
        width: 260px;
    }
    .main_text{
        font-size: 2rem;
    }
    .main_illustration{
        width: 320px;
        height: 320px;
    }

    /* points starts here */
    .points{
      height: 890px;
      flex-direction: column;
    }
    .points_illustration{
        width: 320px;
        height: 320px;
    }
    .points_text{
        width: 90%;
        height: 60%;
    }
    .points_title{
        font-size: 1.5rem;
    }
    .points_num{
        width: 100%;
        height: 25%;
    }

    /* options starts here */

    .options{
        height: 1000px;

    }
    .options_box{
        width: 90%;
        height: 200px;
    }
    #op1{
        height: 100px;
        width: 100px;
        margin-left: 10px;
    }

    .contact{
        
        height: 600px;
        font-size: 1.1rem;
        line-height: 120%;
    }
    .email{
        height: 200px;
        font-size: 1.1rem;
        line-height: 120%;
        padding: 0%;
    }

    .interview{

        width: 90%;
        height: auto;
    }
}