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;
}

.roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
}

img{
    max-width: 100%;
}


.icon-arrow {
    width: 4%;
    height: 5px;
    border-radius: 4px;
    background-color: #000;
    position: relative;
    /* top: 40px;
    bottom: 40px; */
    display: inline-block;
    margin: 20px 0 80px;
}

.icon-arrow::after {
    content: "";
    display: inline-block;
    border-radius: 4px;
    width: 20px;
    height: 5px;
    background-color: #000;
    transform: rotate(43deg);
    position: absolute;
    right: -1px;
    bottom: 7px;
}

.icon-arrow::before {
    content: "";
    display: inline-block;
    border-radius: 4px;
    width: 20px;
    height: 5px;
    background-color: #000;
    transform: rotate(-43deg);
    position: absolute;
    right: -1px;
    bottom: -7px;
}

.container {
    max-width: 1100px;
}


/* ------------------Align---------------------- */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


/* ------------------Header---------------------- */

.f-left {
	flex-direction: row-reverse;
}

.logo {
	max-width: 35%;
}

.menu-a {
	font-size: 20px;
	margin-right: 20px;
}

/* ------------------Main---------------------- */

.al-cnter {
    align-items: center;
}

.main-product img{
    border: 2px solid #ffffff;
    border-radius: 10px;
}

.main-product {
    background-color: #242566;
    padding: 100px;
}


h1{
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    font-weight: 600;
}

h4 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;

}

.main-product a {
	font-size: 25px;
	color: #000000;
	text-decoration: none;
    padding: 0 25px;
}

h2{
    font-size: 40px;
    color: #fcfcfc;
    font-weight: 500;
    margin: 20px 0;
}

.main-product {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* ------------------Contact---------------------- */

.contact {
    padding: 100px;
}

.contact h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact img {
    max-width: 10%;
    margin-right: 10px;
}

.contact p {
    font-size: 20px;
    margin-bottom: 8px;
}
