*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow-x: hidden;

  }

body{
    background-image: url("images/grunge-bg.jpg");
}
h2,h4{
  font-family: 'Montserrat';
}
p{
  font-family: 'Poppins Medium';
}
li{
  font-family: 'Montserrat';
  font-weight: bold;
}
input{
  font-family: 'Poppins Medium';
  letter-spacing: 1.3px;
}
button{
  font-family: 'Montserrat';
}
hr{
  opacity: 0.3;
}

/* section-1 */
.header1{
  height: 30px;
  display: flex;
}
.header1-para{
  height: 30px;
  background-color: #122C44;
  flex-grow: 1;

  justify-content: center;
  display: flex;
  font-family: 'Montserrat';
}
.header1-para p{
  align-self: center;
  font-size: 15px;
  color: #f8f5f1;
}
.shop-menu{
  display: flex;
  justify-content: center;
}
.learn{
  display: flex;
  justify-content: center;
}
.about{
  display: flex;
  justify-content: center;
}
.help{
  display: flex;
  justify-content: center;
}
.login{
  display: flex;
  justify-content: center;
}
.dropbtn {
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 15px;
  border: none;
  cursor: pointer;

}
.dropbtn11 {
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  outline: none;
}
.dropbtn1{
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 15px;
  border: none;
  cursor: pointer;


}
.dropbtn2 {
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 15px;
  border: none;
  cursor: pointer;


}
.dropbtn3 {
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 15px;
  border: none;
  cursor: pointer;


}
.dropbtn4 {
  background-color: white;
  padding: 10px;
  font-size: 15px;
  border: none;
  cursor: pointer;


}
.shop-menu button{
  position: relative;
  display: inline-block;
  text-align: center;
  outline: none;
}
.learn button{
  position: relative;
  display: inline-block;
  text-align: center;
  outline: none;
}

.about button{
  position: relative;
  display: inline-block;
  text-align: center;
  outline: none;
}
.help button{
  position: relative;
  display: inline-block;
  text-align: center;
  outline: none;
}
.login button{
  position: relative;
  display: inline-block;
  text-align: center;
  outline: none;

}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 60px;

}
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 60px;

}
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 60px;

}
.dropdown-content3 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 60px;

}
.dropdown-content4 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 60px;

}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content3 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content4 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: grey}
.dropdown-content1 a:hover {background-color: grey}
.dropdown-content2 a:hover {background-color: grey}
.dropdown-content3 a:hover {background-color: grey}
.dropdown-content4 a:hover {background-color: grey}

.shop-menu:hover .dropdown-content {
  display: block;
}
.learn:hover .dropdown-content1 {
  display: block;
}
.about:hover .dropdown-content2 {
  display: block;
}
.help:hover .dropdown-content3 {
  display: block;
}
.login:hover .dropdown-content4 {
  display: block;
}

.arrow {
  border: solid grey;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  padding-top: -10px;
  margin: 0 0 2px 0;

}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);

}

/* section-2 */
.mid-header{
  display: flex;
  justify-content: center;
}
.header2{
  width: 100%;
  height: 150px;
  display: flex;
 max-width:1200px;
 justify-content: center;
}
.main-menu{

height: 80px;

justify-content: space-evenly;
flex-grow: 2;
display:flex;
margin-top: 10px;
order: 1;
}
.main-menu button{
font-size: 14px;
  background-image: url("images/grunge-bg.jpg");
  font-family: 'Montserrat';
  font-weight: bold;
  color: #999999;
}
.brand-name{

  height: 100px;
  flex-grow: 1;
  justify-content:space-evenly;
  display:flex;
  margin-top: 10px;
  order: 2;
}
.brand-name img{
  max-width: 80%;
    max-height: 80%;
}
.main-menu2{

height: 80px;
order: 3;
justify-content: space-evenly;
flex-grow: 2;
display:flex;
margin-top: 10px;
}
.main-menu2 button{
font-size: 14px;
  background-image: url("images/grunge-bg.jpg");
  font-family: 'Montserrat';
  font-weight: bold;
  color: #999999;
}
.shop{

  height: 100px;
  justify-content:center;
  display:flex;
order: 4;
}
.shop a{
  align-self: center;
}
.shop img{
  max-width: 100%;
    max-height: 100%;

}
.mobile-view{
  display: none;
}
/* section-3 */
.form-area1{
  display: flex;
  justify-content: center;

}
.form-area{
  width: 100%;
  height: 600px;
  display: flex;
 max-width:1200px;
 justify-content: center;

}
.form-left{

  height: 400px;
  justify-content: flex-start;
  flex-grow: 1;
  display:flex;
  flex-direction: column;
}
.form-left h2{
margin: 0 0 0 40px;
padding: 10px;
}
.form-left h4{
  color:#A78212;
  margin: 40px 0 0 50px;
}
.form-left p{
  margin: 0 0 0 40px;
  padding: 10px;
  color: #aaaaaa;
}
.form-left button{
  margin: 75px 0 0 50px;
  color: white;
  width: 180px;
  height: 30px;
  border-radius: 0;
  background-color: #A78212;
  outline: none;
  border: none;
  cursor: pointer;
}
.form-right{

  height: 500px;
  justify-content:flex-end ;
  flex-grow: 1;
  display:flex;
}
.form-right h4{
  margin: 30px 0 0 87px;
  line-height: 50px;
color:#A78212;;
}
input::placeholder{
  color: black;
}
.form-right form{
  background-color: white;
  width: 550px;
  height: 450px;
  align-self: center;
  display: flex;
  justify-content: flex-start;

  flex-direction: column;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.form-right input{
  align-self: center;
  width: 400px;
  margin: 20px 0 30px 0;
}
.pass{
  margin: 20px 0 0 0;
  justify-content: center;
  align-self: center;
}
.pass a{
  font-size: 13px;
  text-decoration: none;
  color: #808080;
  margin: 0 0 0 5px;
  font-family: 'Montserrat';
  font-weight: bold;
}

input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.pass button{
  margin: 0 0 0 100px;
  color: white;
  width: 120px;
  height: 30px;
  border-radius: 0;
  background-color:#A78212;
  outline: none;
  border: none;
  cursor: pointer;
}

/* section-4 */
.content{
  width: 100%;
  height: 280px;
  display: flex;
 justify-content: center;
 flex-direction: column;
 background-color: #122C44;
}
.para-content{

  color: white;
  text-align: center;
  font-size: 22px;
  font-family: Montserrat;
  height: 100px;
  display: flex;
  justify-content: center;
}
.para-content p{
  align-self: center;
}
.input-button{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.input-content{
  align-self: center;

}
.button-content{
  align-self: center;

}
.input-content .input-input{
  padding: 0;
  border: none;
  background: none; outline:none; border-style: solid; background-color:white;width: 350px;
border-width:thin;line-height: 40px;
text-align: center;
}
.input-input::placeholder{
  opacity:0.3;
}

.button-content button{
  margin: 0 0 0 20px;
  color: white;
  width: 180px;
  height: 40px;
  border-radius: 0;
  background-color: #A78212;;
  outline: none;
  border: none;
  cursor: pointer;
}



/* section-5 */
.top-footer{
  display: flex;
  justify-content: center;
}

.footer{
  width: 100%;
  height:300px;
  max-width: 1200px;
  display: flex;
 justify-content: center;
 }
.footer1{
height: 300px;
width: 240px;
display: flex;
justify-content: center;
flex-direction: column;
}
.footer1 img{
  max-width: 50%;
  max-height: 20%;
  align-self: center;
}

.footer1 p{
  align-self: center;
  color: black;
 margin: 10px 0 0 55px;
 font-size: 15px;
 color: #B3B3B3;

}
.footer2{
height: 300px;
width: 240px;
display: flex;
justify-content: flex-end;
}
.footer2 ul{
  list-style-type: none;
  font-size: 15px;
  color: black;
  align-self: center;

}
.footer2 li{
padding: 7px 0;
color: #999999;
}
.footer2 p{
  align-self: center;

}
.footer3{
height: 300px;
width: 240px;
display: flex;
justify-content: flex-end;
}
.footer3 ul{
  list-style-type: none;
  font-size: 15px;
  color: black;
  align-self: center;

}
.footer3 li{
padding: 7px 0;
color: #999999;
}
.footer3 p{
  align-self: center;
}
.footer4{
height: 300px;
width: 240px;
display: flex;
justify-content: flex-end;
}
.footer4 ul{
  list-style-type: none;
  font-size: 15px;
  color: black;
  align-self: center;
margin: -40px 0 0 0;
}
.footer4 li{
padding: 7px 0;
color: #999999;
}
.footer4 p{
  align-self: center;
}
.footer5{
height: 300px;
width: 240px;
display: flex;
justify-content: center;
}
.footer5 img{
  max-width: 30%;
  max-height: 30%;
align-self: center;
margin: -100px 0 0 0;
}
.footer5 p{
  align-self: center;
}
.footer-mob p{
  display: none;
}

/* section-6 */
.copyright{
  display: flex;
  justify-content: center;
}
.copyright1{
  width: 100%;
  height:80px;
  max-width: 1050px;
  display: flex;
 justify-content: flex-end;
 font-size: 12px;
}
.copyright1 p{
  align-self: center;
  color: #999999;
  font-weight: bold;
	font-family: 'Montserrat';
}


/* register */

/* section-3 */
.register-create-acc{
  display: flex;
  justify-content: center;

}
.register-create{
    width: 100%;
    height: 80px;
    display: flex;
   max-width:1200px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: column;
}
.register-create h2{
align-self: flex-start;
margin: 0 0 0 40px;
padding: 10px;
}
.register-create h4{
align-self: flex-start;
  color:#A78212;
margin: 0 0 0 50px;
}



/* section-4 */
.register-form{
  display: flex;
  justify-content: center;

}
.register-form-left{

  width: 100%;
  height: 300px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow:1;
}
.register-form-left form{
  width: 500px;
  height: 400px;
  align-self: center;
  display: flex;
  justify-content: flex-start;

  flex-direction: column;

}
.register-form-left input{
  align-self: center;
  width: 500px;
margin: 20px 0 0 70px;
}
.newsletter{

  display: flex;
  height: 50px;
  width: 400px;
  justify-content: center;
  flex-direction: row;

}
.newsletter input{
  align-self: flex-start;
margin: 12px 0 0 -370px;
display: none;

}
.newsletter .radio-button{
  content: '';
opacity: 0.4;
  border: 2px solid #A78212;
}
.radio-button + .newsletter-label:before {
    content: '';
margin: 0 0 0 100px;
    border: 1.5px solid #A78212;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
       height: 6px;
       padding: 2px;
       margin-right: 10px;
       text-align: center;
border-radius: 50%;
opacity: 0.5;
}
.radio-button:checked + .newsletter-label:before {
    background: #A78212;
    width: 5px;
    box-shadow: inset 0px 0px 0px 2px  white;

}

.newsletter-label{
  align-self:flex-start;
margin: 10px 0 0 -230px;
font-size: 15px;
color:#A78212;
font-weight: bold;
}
.register-form-right{
  width: 100%;
  height: 300px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow:1;
}
.register-form-right form{
  width: 500px;
  height: 400px;
  align-self: center;
  display: flex;
  justify-content: flex-start;

  flex-direction: column;
}
.register-form-right input{
  align-self: center;
  width: 500px;
margin: 20px 0 0 0;
}
.captcha1{

  margin: 30px 0 0 0;
}

.input-register{
  padding: 0;
  border: none;
  background: none; outline:none; border-style: solid;
border-color: white white #A78212 white;border-width:2px;line-height: 40px; opacity:0.3;
}

/* section-5 */
.register-button{
  display: flex;
  justify-content: center;
  height: 150px;
}
.register-button button{
  margin: 25px 0 0 0;
  color: white;
  width: 180px;
  height: 30px;
  border-radius: 0;
  background-color:  #A78212;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
}







/* account */
.acc{
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.account{
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
  align-self:center;

}
.account-left{
width: 300px;
  display: flex;
  flex-grow: 1;

  height: 630px;
flex-direction: column;
justify-content: flex-start;
}
.account-left h5{
  align-self: flex-start;
  padding: 10px 0 5px 20px;
  margin-left: 28px;
}
.account-right{
width: 900px ;
  display: flex;
flex-grow: 4;

  height: 630px;
flex-direction: column;
justify-content: flex-start;
}
.account-right-top{

  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.account-right-top-left h4{
  padding: 10px 0 5px 20px;
    color: #A78212;

}
.account-right-top-left h2{
  padding: 0 0 0 20px;
    color: #122C44;

}
.account-right-top-right{
  height: 40px;
  display: flex;
  justify-content: flex-end;
width: 500px;
}
.account-right-top-right p{
  padding: 10px 0 0 0;
color: #808080;
}

.account-right-bottom{
  display: flex;
  flex-direction: column;
margin-top: -20px;
}
.account-right-bottom p{
  color: #808080;
}
.account-right-bottom h4{
  color: #122C44;
}
.bottom1{
  display: flex;
  flex-direction: row;
height: 200px;

margin: 40px 0 40px 0;
padding: 0 0 0 20px;
}


hr{
  border: 0;
    height:2px;

    display: block;
    width: 90%;
    background-color:#A78212;
    margin: auto;

  }
  .account button{
    margin: 25px 0 0 0;
    color: white;
    width: 180px;
    height: 30px;
    border-radius: 0;
    background-color:  #A78212;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
  }
.contact-info{
  width: 450px;
  display: flex;
 flex-direction: column;
 flex-grow: 1;
justify-content: flex-start;

}
.contact-info h4{
margin: 30px 0 0 0;
}
.contact-info hr{
margin: 3px 0 0 0;
}
.contact-info p{
  margin: 20px 0 0 0;
  line-height: 30px;
}

.newsletter-info{
  width: 450px;
  display: flex;
 flex-direction: column;
 flex-grow: 1;

}
.newsletter-info h4{
margin: 30px 0 0 0;
}
.newsletter-info hr{
margin: 3px 0 0 0;
}
.newsletter-info p{
  margin: 20px 0 0 0;
  line-height: 30px;

}
.newsletter-info button{
    width: 240px;
}
.bottom2{
  display: flex;
  flex-direction: row;
height: 220px;

  padding: 0 0 0 20px;
}
.address-info{
  width: 450px;
  display: flex;
 flex-direction: column;
 flex-grow: 1;

}

.address-info hr{
margin: 3px 0 0 0;
}
.address-info p{
  margin: 20px 0 0 0;
  line-height: 30px;
}
.product-info{
  width: 450px;

  display: flex;
 flex-direction: column;
 flex-grow: 1;

}
.product-info hr{
margin: 3px 0 0 0;
}
.product-info p{
  margin: 20px 0 0 0;
}






@media only screen and (min-width:992px) and (max-width: 1286px){

.mid-header{
width: 98%;
}
  .form-area1{
    width: 98%;
  }
  .apply1{
    width: 98%;
  }
  .copyright{
    width: 95%;
  }
  .acc{
    width:98%;
  }
  .register-form-left input{
    align-self: center;
    width: 400px;

  }
  .register-form-right input{
    align-self: center;
    width: 400px;
  margin: 20px 0 0 0;
  }
  .captcha1{

    margin: 30px 0 0 50px;
  }
  .radio-button + .newsletter-label:before {
    margin: 0 5px 0 155px;
  }
}
