/* ============================================== */
/* RESET */
/* ============================================== */

@charset 'UTF-8';

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%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main,img,form,input,label,textarea,button,
p,h1,h2,h3,h4,h5,h6 {display: block;}
section{position: relative;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
fieldset, a > img,input,textarea,button{border:none;}
input,textarea,button{outline: none;overflow: hidden;}
html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
*, *:before, *:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit;}
body{-webkit-font-smoothing: antialiased;overflow-y: scroll;}
img {border:none !important;vertical-align: top;max-width:100%;margin:0 auto;}
a{text-decoration: none;}
a:hover{cursor: pointer !important;}
label{margin:15px 0 10px;}
form,input,label,section,p,h1,h2,h3,h4,h5,h6{width: 100%;}
h1,h2,h3,h4,h5,h6,p,label{cursor: default;}
p::first-letter{text-transform: capitalize;}
pre{white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;cursor: default;overflow: auto;}
p,h1,h2,h3,h4,h5,h6,input,textarea,button, section,label{float: left;}

body{
  background:rgb(29, 29, 36);
}

/*-- Font style --*/

body,
pre,
input{
  font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  margin:10px 0;
}

p{margin:10px 0;}

/*-- Color font --*/

p,li,a,body,pre{color:#B7B7CC;}
h1,h2,h3,h4,h5,h6{color:white;font-weight: 700;letter-spacing: 1px;font-family: 'Montserrat', sans-serif;}

/*-- Font weight --*/

b,label{font-weight: 500;}

/*-- Size font --*/

label,input,textarea,
button,body,pre,p,a,li{
  font-size: 18px;
  line-height: 28px;
}

/*-- Headding font --*/

.line{
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.line:after{
  position: absolute;
  content: " ";
  width: 60px;
  height: 3px;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  background: #ffae00;
}

.title{text-transform: uppercase;font-weight: 700;}
.h1{font-size: 90px;line-height: 90px;}
.h2{font-size: 40px;line-height: 50px;}
.h3{font-size: 28px;line-height: 40px;}
.h4{font-size: 24px;line-height: 32px;}

h1{font-size: 40px;line-height: 50px;}
h2{font-size: 28px;line-height: 40px;}
h3{font-size: 20px;line-height: 32px;}
h4{font-size: 16px;line-height: 25px;}
h5{font-size: 14px;line-height: 20px;}
h6{font-size: 12px;line-height: 18px;}

@media screen and (max-width: 1280px) {
  h2{font-size: 20px;line-height: 25px;}
  h3{font-size: 16px;line-height: 25px;}
  h4{font-size: 14px;line-height: 20px;}
  h5{font-size: 12px;line-height: 16px;}

  label,input,textarea,
  button,body,pre,p,a,li{
    font-size: 18px;
    line-height: 28px;
  }

}

@media screen and (max-width: 1440px) {
  .h1{font-size: 80px;line-height: 80px;}
}

@media screen and (max-width: 960px) {
  .h1{font-size: 50px;line-height: 50px;}
  .h2{font-size: 30px;line-height: 35px;}
}

@media screen and (max-width: 768px) {
  h1,
  .h1{font-size: 30px;line-height: 35px;}
  .h2{font-size: 20px;line-height: 29px;}
  .h3{font-size: 18px;line-height: 24px;}
  .h4{font-size: 16px;line-height: 20px;}
}

/*-- Form --*/

input::-webkit-input-placeholder {color: #999999;} /* WebKit */
input:-moz-placeholder {color: #999999;} /* Firefox 18- */
input::-moz-placeholder {color: #999999;} /* Firefox 19+ */
input:-ms-input-placeholder {color: #999999;} /* IE 10+ */
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}

textarea::-webkit-input-placeholder {color: #999999;} /* WebKit */
textarea:-moz-placeholder {color: #999999;} /* Firefox 18- */
textarea::-moz-placeholder {color: #999999;} /* Firefox 19+ */
textarea:-ms-input-placeholder {color: #999999;} /* IE 10+ */
textarea:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}


