*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "montserrat";
}
/* navigation */
header{
  background-color: #fff;
  width: 1440px;
  max-width: 100%;
  height: 150px;
  margin: 0 auto;
}
/*style hamburger menu layout */
.hamburger{
  display: none;
  cursor: pointer;
}
.bar{
  background-color: #000;
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
/* main-section */
.form-wrapper{
  display: flex;
}
.contact{
  text-align: center;
}
.form{
  display: flex;
  justify-content: center;
}
/* inner style in form */
input{
 width: 450px;
 padding: 1em;
 border-radius: 1em;
 margin: .9em;
}
input{
  outline: none;
}
#Message{
  margin-left: 15px;
  border-radius: 1.3em;
  margin: .9em;
  outline: none;
}
#Message::placeholder{
  padding: 3.4px;
}
#Message[value=""]{
  padding: 20px;
}
/* button */
.about-btn{
  width: 450px;
  margin-left: 10px;
  padding: 1em 0;
  border-radius: 10px;
  font-weight: bold;
  font-size: 13px;
  background-color: #A8D75C;
  border: none;
}
.about-btn:hover{
  opacity: .7;
}

@media(max-width: 720px){
  .hamburger{
    display: block;
    margin-right: 1.2em;
  }
  .nav-container{
   display: block;
  }
  .hamburger.active .bar:nth-child(2){
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }
  .nav-container {
    position: absolute;
    left: -100%;
    top: 70px;
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    text-align: center;
    transition: 0.3s;
  }
  .nav-list{
    margin: 1em 0;
  }
  .nav-container.active{
    left: 0;
  }
}

/* nav-wrapper style*/
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo{
  align-items: center;
}
.nav-container {
  list-style: none;
}
.nav-list a{
  text-decoration: none;
  color: #000;
}
.nav-list{
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
}
.nav-list{
  margin: .4em;
}
.nav-list li a:hover{
  border-bottom: 3px solid #941B0C;
  transition: 0.3s;
}
.nav-container {
  margin-right: 1em;
}
/* main section*/
.form-wrapper{
  display: flex;
  justify-content: space-evenly;
}
/* last-footer */
.last-section{
  height: 500px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
h3{
  text-align: center;
}
.followus-container{
  display: flex;
  justify-content: space-between;
}
.footer-list{
  list-style: none;
}
.slogan {
  width: 350px;
}
.twitter-icon,
.linkeIn-icon,
.instalgram-icon,
.fbook-icon{
  margin: .8em;
}
.icon:hover {
  transform: scale(1.3);
}
.footer-list{
  margin: .5em;
}
.footer-list{
  font-weight: bold;
}
.footer-list:hover{
  text-decoration: underline;
}
.slogan{
  font-weight: bold;
}
/* footer */
.footer-wrapper{
  background-color: #4493479C;
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* form-section */
@media only screen and (max-width: 400px){
.logo{
  width: 120px;
  }
.map-img{
  width: 345px;
  display: block;
  margin: 0 auto;
}
.form-wrapper{
  flex-direction: column;
  justify-content: center;
}
.form{
  margin: 0 auto;
}
/* inner form */
input{
  width: 345px;
  padding: 1em;
  border-radius: 1em;
  margin: .9em;
}
#Message{
   width: 340px;
 }
 /* button */
.about-btn{
  width: 340px;
  margin-left: 10px;
  padding: 1em 0;
  border-radius: 10px;
  font-weight: bold;
  font-size: 13px;
  background-color: #A8D75C;
  border: none;
}
.about-btn:hover{
  opacity: .7;
}
.last-section{
  height: 500px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
h3{
  text-align: center;
}
.followus-container{
  display: flex;
}
.footer-list{
  list-style: none;
}
.last-content, .followus-wrapper{
  padding: 2em 0;
}
.twitter-icon,
.linkeIn-icon,
.instalgram-icon,
.fbook-icon{
  margin: .8em;
}
.footer-list{
  margin: .5em;
}
.footer-list:hover{
  text-decoration: underline;
  font-weight: bold;
}
}

/* screensize 768px */
@media only screen and (max-width: 768px){
  .form-wrapper{
    flex-direction: column;
    justify-content: center;
  }
  .form-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .last-section {
    display: flex;
    flex-direction: column;
  }
}

/* screensize 820px */
@media only screen and (max-width: 820px){
  .form-wrapper{
    flex-direction: column;
    justify-content: center;
  }
  .form-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .last-section {
    display: flex;
    flex-direction: column;
  }
}

/* screensize 834px */
@media only screen and (max-width: 838px){
  .form-wrapper{
    flex-direction: column;
    justify-content: center;
  }
  .form-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .last-section {
    display: flex;
    flex-direction: column;
  }
}

/* tablet screensize 884px */
@media only screen and (max-width: 884px){
  .form-wrapper{
    flex-direction: column;
    justify-content: center;
  }
  .form-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
/* tablet screensize 1114px */
@media only screen and (max-width: 1118px){
  .form-wrapper{
    flex-direction: column;
    justify-content: center;
  }
  .form-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
