/* We are using the 'Roboto' font from Google. This has already been added to your HTML header */

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/**
 * Add your custom styles below
 * 
 * Remember: 
 * - Be organised, use comments and separate your styles into meaningful chunks
 *    for example: General styles, Navigation styles, Hero styles, Footer etc.
 * 
 * - When using Flexbox, remember the items you want to move around need to be inside a parent container set to 'display: flex'
 */
.nav {
  display: flex;
  margin: 20px;
  justify-content: space-between;
}
.navigation {
  margin-right: 50px;
  margin-top: 20px;
  display: flex;
  text-align: end;
  gap: 30px;
  justify-content: end;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: rgb(250, 107, 55);
}
.first_section {
  background-image: url("first-background.jpg");
  padding: 150px;
  padding-bottom: 200px;
  margin-top: 30px;
  text-align: center;
  color: white;
  font-size: 20px;
}
.first_section h1 {
  font-weight: lighter;
  font-size: 40px;
}
p {
  font-weight: lighter;
  font-size: 20px;
}
.dev_cof_ref_ {
  height: 150px;
  width: 150px;
}
.tw_fa_in_ {
  height: 30px;
  width: 30px;
  padding: 25px;
}
.second_section {
  display: flex;
  gap: 100px;
}
.second_second {
  padding: 50px;
}
#seco1 {
  padding-left: 200px;
}
.pic_section {
  display: flex;
  margin-bottom: 80px;
  background-color: rgb(250, 214, 220);
  font-weight: lighter;
}

.pic_par {
  padding-top: 60px;
  padding-left: 100px;
  font-size: 42px;
  text-align: center;
  margin-right: 95px;
}
.button_karma,
.fir_b {
  margin-top: 40px;
  font-size: 20px;
  padding: 10px 15px;
  color: white;
  background-color: rgb(250, 107, 55);
  border-radius: 5px;
  border: none;
}
.last_section {
  text-align: center;
}
.sec_h1 {
  font-weight: lighter;
  text-align: center;
  margin-top: 80px;
}
.quo {
  color: rgb(250, 107, 55);
}
hr {
  width: 90%;
}
.inp_all {
  margin: 20px;
  padding: 20px;
}
form {
  margin: 10px;
}
.rad {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.all_section {
  display: flex;
}
.stor_h {
  margin-left: 60px;
  font-size: 35px;
  color: rgb(250, 107, 55);
}
.forname {
  display: flex;
  gap: 20px;
}

input,
select {
  margin-top: 10px;
  margin-bottom: 10px;
}
#address,
#address2 {
  width: 81%;
}
.post {
  margin-left: 20px;
}
.post input {
  width: 100px;
}
#city {
  padding: 3px;
  width: 250px;
}
.footimg img {
  width: 30px;
  height: 30px;
  padding: 21px;
}
