/*
   Author: {Charles Sihite}
   Date:   {May, 17 2020}
   
   Notes:
   Hand coded for Build a Website
   from Scratch with HTML & CSS
   by Charles Sihite for www.jakartaalarm.co.id
   
   Light Cream:	#f2f3ee
   Orange:			#d17f38
   Yellow:			#e8c04f
   Brown:			#4b2707
   Black:         rgba(25, 26, 27, 0.945)
   Grey:          rgba(74, 75, 77, 0.945)
   Bliue:         rgb(10, 101, 124);
                  rgb(15, 147, 180);
                  rgb(94, 10, 10);
                  rgb(46, 45, 45);

                  position: absolute;
   margin-top: -48px;
   margin-left: 1265px;
   ======================================

   font-family: 'Lato', sans-serif;
   font-family: 'Raleway', sans-serif;
   font-family: 'Roboto', sans-serif;
   ===================================
*/

/* STANDARD FOR ALL PAGES ==============================================*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: white;
  font-family: "Raleway", sans-serif;
  color: black;
  text-align: center;
  text-rendering: optimizeLegibility;
}

/* HEADER */

.logo-ja {
  position: absolute;
  margin-top: 120px;
  margin-left: 100px;
}

.idn_flag {
  position: absolute;
  margin-top: -48px;
  margin-left: 1265px;
}

header nav {
  text-align: center;
}

header nav ul {
  margin: 0px 0 0 0;
  padding: 0;
  list-style: none;
  line-height: 0px;
}

header nav ul li {
  display: inline-block;
  padding: 0px 15px 0px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

header nav ul li a {
  text-transform: none;
  text-decoration: none;
  font-weight: bolder 900px;
  color: whitesmoke;
}

header.navigation a:hover {
  color: red;
}

/*===================BATASSSSSSSSS===*/

ul li {
  list-style: none;
}

nav ul li ul {
  display: none;
  position: absolute;
  background-color: rgb(46, 45, 45);
  width: 350px;
  height: 175px;
  padding: 0px;
  margin-top: 10px;
  margin-left: -10px;
  border-radius: 2px;
}

nav ul li:hover ul {
  display: block;
}

nav ul li ul li {
  display: block;
  margin-left: 0px;
  margin-top: 30px;
  text-align: left;
  background-color: whitesmoke;
}

nav ul li ul li a {
  display: inline-block;
  position: relative;
}

/* tambahkan garis bawah pada <li> */

h1 {
  font-size: 70px;
  color: whitesmoke;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: lighter;
  margin-top: 10px;
  text-align: left;
  margin: 60px;
  margin-left: 100px;
  line-height: 5px;
  display: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-stretch: extra-condensed;
}

h2 {
  font-size: 25px;
  color: rgb(34, 33, 33);
  text-transform: uppercase;
  font-family: "lato", sans-serif;
  font-weight: bolder;
  margin-top: 30px;
  text-align: center;
  margin: 30px;
  line-height: 5px;
  display: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-stretch: extra-condensed;
}

h3 {
  font-size: 25px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: "lato", sans-serif;
  font-weight: bolder;
  margin-top: 30px;
  text-align: center;
  margin: 30px;
  line-height: 5px;
  display: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-stretch: extra-condensed;
}

h4 {
  font-size: 20px;
  color: white;
  text-transform: none;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin-top: 25px;
  text-align: left;
  margin: 10px;
  margin-left: 100px;
  margin-right: 600px;
  line-height: 30px;
  display: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-stretch: extra-condensed;
}

h5 {
  font-size: 25px;
  color: black;
  text-transform: none;
  font-family: "lato", sans-serif;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  margin: 13px;
  padding-left: 20px;
}

h6 {
  font-size: 20px;
  color: black;
  text-transform: none;
  font-family: "helvetica" sans-serif;
  font-weight: normal;
  margin-top: 20px;
  margin-left: 300px;
  margin-right: 300px;
  line-height: inherit;
  display: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-stretch: extra-condensed;
}

strong {
  font-family: "lato", "sans-serif";
  color: white;
}

.main {
  background-color: rgb(46, 45, 45);
  padding-top: 15px;
  padding-bottom: 15px;
}

.hero {
  background-color: rgb(29, 28, 28);
  padding-top: 191px;
  padding-bottom: 440px;
}

.hero2 {
  background-color: rgb(29, 28, 28);
  padding-top: 100px;
  padding-bottom: 24px;
}

#model {
  position: absolute;
  margin-top: 0;
  margin-left: 950px;
  margin-bottom: 0;
  padding: 0;
  top: 90px;
}

.container1 {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 40px;
}

.container2 {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 40px;
  border: solid 1px whitesmoke;
}

.container3 {
  background-color: rgb(46, 45, 45);
  padding-top: 50px;
  padding-bottom: 0px;
  border: solid 1px whitesmoke;
}

.container-sub1 {
  background-color: whitesmoke;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -90px;
  margin-left: 750px;
  margin-right: 60px;
}

.container-sub2 {
  background-color: whitesmoke;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 750px;
  margin-right: 60px;
}

.container-sub3 {
  background-color: rgb(29, 28, 28);
  padding-top: -50px;
  padding-bottom: 0px;
  margin-left: 250px;
  margin-right: 250px;
  text-align: left;
  line-height: 40px;
}

.logo_bosch {
  position: relative;
  margin-top: 70px;
  margin-right: 650px;
}

.contact-form {
  background-color: whitesmoke;
  height: 580px;
  display: block;
  text-align: center;
  border: solid 1px whitesmoke;
}

form label {
  font-size: 13px;
  text-transform: uppercase;
}
#contact_name {
  width: 200px;
  height: 8px;
}

#contact_email {
  width: 200px;
  height: 8px;
}

#contact_message {
  width: 350px;
  height: 100px;
  border: solid 1px rgba(185, 188, 194, 0.945);
}

form fieldset {
  padding: 25px 100px 25px 100px;
  border: solid 2px grey;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  width: 500px;
  height: 300px;
  margin: auto auto auto 350px;
}

form input,
form textarea {
  display: block;
}

form input[type="text"],
form input[type="email"],
form textarea {
  padding: 10px;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  color: black;
}

form input[type="submit"] {
  background-color: rgba(74, 75, 77, 0.945);
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  cursor: pointer;
  width: 110px;
  height: 25px;
  margin-right: 5px;
  margin-top: 10px;
}

.brand-carousel .single-logo {
  text-align: center;
  margin: 20px 0 0 0;
  list-style: none;
  line-height: 30px;
  display: inline-block;
  padding: 10px 30px 10px 30px;
}

#address,
#info {
  display: inline-block;
  text-align: left;
  padding: 0px 175px;
  line-height: 25px;
  font-size: 15px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 25px;
}

#address ul li,
#info ul li {
  list-style: none;
}

/* FOOTER */

footer {
  color: white;
  margin: 0px auto;
  padding: 10px 0px 20px 0px;
  text-align: center;
  background-color: black;
  font-weight: lighter;
}

.copyright {
  color: white;
  text-align: center;
}

#milestone {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: left;
  margin-left: 250px;
  margin-right: 250px;
  line-height: 35px;
}

.reference {
  border: solid 1px whitesmoke;
}

.reference li {
  text-align: center;
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
  line-height: 0px;
  display: inline-block;
  padding: 0px 50px 0px 50px;
}
